@cozeloop/loop-lng 0.0.0-beta-1766569788904

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export declare const localeZhCN: any;
2
+ export declare const localeEnUS: any;
package/dist/index.js ADDED
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.localeEnUS = exports.localeZhCN = void 0;
7
+ // Copyright (c) 2025 coze-dev Authors
8
+ // SPDX-License-Identifier: Apache-2.0
9
+ /* eslint-disable import/order -- skip*/
10
+ // auth
11
+ const zh_CN_json_1 = __importDefault(require("./locales/auth/zh-CN.json"));
12
+ const en_US_json_1 = __importDefault(require("./locales/auth/en-US.json"));
13
+ // base
14
+ const zh_CN_json_2 = __importDefault(require("./locales/base/zh-CN.json"));
15
+ const en_US_json_2 = __importDefault(require("./locales/base/en-US.json"));
16
+ // common
17
+ const zh_CN_json_3 = __importDefault(require("./locales/common/zh-CN.json"));
18
+ const en_US_json_3 = __importDefault(require("./locales/common/en-US.json"));
19
+ // components
20
+ const zh_CN_json_4 = __importDefault(require("./locales/components/zh-CN.json"));
21
+ const en_US_json_4 = __importDefault(require("./locales/components/en-US.json"));
22
+ // evaluate
23
+ const zh_CN_json_5 = __importDefault(require("./locales/evaluate/zh-CN.json"));
24
+ const en_US_json_5 = __importDefault(require("./locales/evaluate/en-US.json"));
25
+ // observation
26
+ const zh_CN_json_6 = __importDefault(require("./locales/observation/zh-CN.json"));
27
+ const en_US_json_6 = __importDefault(require("./locales/observation/en-US.json"));
28
+ // prompt
29
+ const zh_CN_json_7 = __importDefault(require("./locales/prompt/zh-CN.json"));
30
+ const en_US_json_7 = __importDefault(require("./locales/prompt/en-US.json"));
31
+ // tag
32
+ const zh_CN_json_8 = __importDefault(require("./locales/tag/zh-CN.json"));
33
+ const en_US_json_8 = __importDefault(require("./locales/tag/en-US.json"));
34
+ exports.localeZhCN = Object.assign({}, zh_CN_json_3.default, zh_CN_json_4.default, zh_CN_json_2.default, zh_CN_json_1.default, zh_CN_json_7.default, zh_CN_json_5.default, zh_CN_json_6.default, zh_CN_json_8.default);
35
+ exports.localeEnUS = Object.assign({}, en_US_json_3.default, en_US_json_4.default, en_US_json_2.default, en_US_json_1.default, en_US_json_7.default, en_US_json_5.default, en_US_json_6.default, en_US_json_8.default);
36
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sCAAsC;AACtC,sCAAsC;AACtC,wCAAwC;AACxC,OAAO;AACP,2EAAuD;AACvD,2EAAuD;AAEvD,OAAO;AACP,2EAAuD;AACvD,2EAAuD;AAEvD,SAAS;AACT,6EAA2D;AAC3D,6EAA2D;AAE3D,aAAa;AACb,iFAAmE;AACnE,iFAAmE;AAEnE,WAAW;AACX,+EAA+D;AAC/D,+EAA+D;AAE/D,cAAc;AACd,kFAAqE;AACrE,kFAAqE;AAErE,SAAS;AACT,6EAA2D;AAC3D,6EAA2D;AAE3D,MAAM;AACN,0EAAqD;AACrD,0EAAqD;AAExC,QAAA,UAAU,GAAG,MAAM,CAAC,MAAM,CACrC,EAAE,EACF,oBAAgB,EAChB,oBAAoB,EACpB,oBAAc,EACd,oBAAc,EACd,oBAAgB,EAChB,oBAAkB,EAClB,oBAAqB,EACrB,oBAAa,CACd,CAAC;AAEW,QAAA,UAAU,GAAG,MAAM,CAAC,MAAM,CACrC,EAAE,EACF,oBAAgB,EAChB,oBAAoB,EACpB,oBAAc,EACd,oBAAc,EACd,oBAAgB,EAChB,oBAAkB,EAClB,oBAAqB,EACrB,oBAAa,CACd,CAAC"}
@@ -0,0 +1,28 @@
1
+ {
2
+ "add_pat": "Add Personal Access Token",
3
+ "add_token": "Add token",
4
+ "api_authorization": "API Authorization",
5
+ "api_instruction": "API instructions",
6
+ "auth_tab_pat": "Personal Access Tokens",
7
+ "delete_token": "Delete the token",
8
+ "deploy_info": "Deploy with",
9
+ "edit_pat": "Edit Personal Access Token",
10
+ "expiration_time": "Expiration time",
11
+ "expired_time_days": "{num, plural, one {# day ({date})} other {# days ({date})}}",
12
+ "expired_time_tip": "Please select the expiration time carefully, as the personal access token cannot be modified once generated",
13
+ "last_used": "Last used",
14
+ "new_pat": "New Personal Access Token",
15
+ "no_pat": "No Personal Access Token",
16
+ "pat_introduction": "Personal access tokens for other applications and platforms. For details, see:",
17
+ "pat_reminder": "For the security of your account, do not share your personal access token or expose it in browsers or other client codes, as it may be automatically disabled.",
18
+ "please_agree_first": "Please agree {agreement}",
19
+ "please_input_email": "Please enter your email address",
20
+ "please_input_password": "Please enter the password",
21
+ "register_or_login_failed": "Registration or login failed. Please check your email or password.",
22
+ "remove_will_affect_all_in_use": "Removing this will affect all applications currently using API personal access tokens.",
23
+ "toggle_lng_tip": "Click to toggle language and the page will be refreshed.",
24
+ "token_show_only_once": "This token will be displayed only once. Please keep this key in a secure and accessible place. Do not share it with others or expose it in the browser or other client-side code.",
25
+ "user_custom_name": "Alias",
26
+ "welcome_to_cozeloop": "Welcome to Coze Loop - Open Source",
27
+ "x_days": "{num, plural, zero {0 day} one {1 day} other {# days}}"
28
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "add_pat": "添加个人访问令牌",
3
+ "add_token": "添加新令牌",
4
+ "api_authorization": "API 授权",
5
+ "api_instruction": "API 使用说明",
6
+ "auth_tab_pat": "个人访问令牌",
7
+ "delete_token": "删除令牌",
8
+ "deploy_info": "基于开源代码部署",
9
+ "edit_pat": "编辑个人访问令牌",
10
+ "expiration_time": "过期时间",
11
+ "expired_time_days": "{num, plural, other {{num}天({date})}}",
12
+ "expired_time_tip": "请谨慎选择过期时间,个人访问令牌生成后,将不支持修改",
13
+ "last_used": "最近使用",
14
+ "new_pat": "新的个人访问令牌",
15
+ "no_pat": "暂无个人访问令牌",
16
+ "pat_introduction": "用于其他应用程序和平台的个人访问令牌。详细说明请查看:",
17
+ "pat_reminder": "不要与他人共享您的个人访问令牌,也不要在浏览器或其他客户端代码中暴露它,以保护您账户的安全。若在公开场合发现任何泄露的个人访问令牌,该令牌可能会被自动禁用。",
18
+ "please_agree_first": "请先同意{agreement}",
19
+ "please_input_email": "请输入邮箱",
20
+ "please_input_password": "请输入密码",
21
+ "register_or_login_failed": "注册/登录失败,请检查邮箱或密码",
22
+ "remove_will_affect_all_in_use": "移除后会影响所有正在使用 API 个人访问令牌的应用",
23
+ "toggle_lng_tip": "点击切换语言,将刷新页面。",
24
+ "token_show_only_once": "此令牌仅显示一次。请将此密钥保存在安全且可获取的地方。不要与他人共享,也不要在浏览器或其他客户端代码中暴露它。",
25
+ "user_custom_name": "用户昵称",
26
+ "welcome_to_cozeloop": "欢迎使用扣子罗盘-开源版",
27
+ "x_days": "{num}天"
28
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "account_settings": "Account settings",
3
+ "click_retry": "Click to retry",
4
+ "confirm_logout": "Are you sure you want to log out?",
5
+ "lark_group": "Lark Group",
6
+ "no_space": "No available space at present.",
7
+ "not_join_space": "You have not joined any spaces.",
8
+ "platform_name": "Coze Loop",
9
+ "prompt_development": "Prompt Development",
10
+ "prompt_engineering": "Prompt Engineering",
11
+ "space_not_exists": "Space does not exist"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "account_settings": "账户设置",
3
+ "click_retry": "点击重试",
4
+ "confirm_logout": "确认要退出登录吗?",
5
+ "lark_group": "飞书群",
6
+ "no_space": "暂无空间",
7
+ "not_join_space": "你未加入任何空间",
8
+ "platform_name": "扣子罗盘",
9
+ "prompt_development": "Prompt 开发",
10
+ "prompt_engineering": "Prompt 工程",
11
+ "space_not_exists": "空间不存在"
12
+ }
@@ -0,0 +1,156 @@
1
+ {
2
+ "abort": "Abort",
3
+ "accept": "Accept",
4
+ "account": "account",
5
+ "acknowledged": "Got it",
6
+ "actions": "Actions",
7
+ "active": "Active",
8
+ "add": "Add",
9
+ "apply": "apply",
10
+ "back": "Back",
11
+ "basic_info": "Basic Information",
12
+ "benchmark": "Benchmark",
13
+ "boolean": "Boolean",
14
+ "cancel": "Cancel",
15
+ "category": "Category",
16
+ "change": "Change",
17
+ "clear": "Clear",
18
+ "close": "Close",
19
+ "code": "Code",
20
+ "collapse": "Collapse",
21
+ "column": "Column",
22
+ "complete": "Complete",
23
+ "confirm": "Confirm",
24
+ "contain": "Include",
25
+ "continue": "Continue",
26
+ "copy": "Copy",
27
+ "create": "Create",
28
+ "create_time": "Create Time",
29
+ "creator": "Creator",
30
+ "customize": "Customize",
31
+ "debug": "Debug",
32
+ "default": "Default",
33
+ "delete": "Delete",
34
+ "deprecated": "Deprecated",
35
+ "description": "Description",
36
+ "detail": "Detail",
37
+ "disable": "Disable",
38
+ "document": "Document",
39
+ "download": "Download",
40
+ "draft": "Draft",
41
+ "edit": "Edit",
42
+ "email": "email",
43
+ "enable": "Enable",
44
+ "evaluation": "Evaluation",
45
+ "evaluator": "Evaluator",
46
+ "every": "Every",
47
+ "exit": "Exit",
48
+ "expand": "Expand",
49
+ "experiment": "Experiment",
50
+ "expired": "Expired",
51
+ "failure": "Failure",
52
+ "field": "field",
53
+ "field_exists": "{field} exists",
54
+ "field_is_required": "{field} is required",
55
+ "field_not_empty": "{field} cannot be empty",
56
+ "filter": "Filter",
57
+ "find": "Find",
58
+ "fold": "Fold",
59
+ "from": "From",
60
+ "function": "Function",
61
+ "image": "Image",
62
+ "import": "Import",
63
+ "indicator": "Indicator",
64
+ "input": "Input",
65
+ "integer": "Integer",
66
+ "known": "I known",
67
+ "language": "Language",
68
+ "loading": "Loading",
69
+ "login": "Login",
70
+ "logout": "Logout",
71
+ "model": "Model",
72
+ "multimodal": "MultiModal",
73
+ "name": "Name",
74
+ "network_error": "Network error",
75
+ "next": "Next",
76
+ "no": "No",
77
+ "number": "Number",
78
+ "observation": "Observation",
79
+ "operation": "Operation",
80
+ "operator": "Operator",
81
+ "optional": "Optional",
82
+ "or": "or",
83
+ "orchestration": "Orchestration",
84
+ "output": "Output",
85
+ "overview": "Overview",
86
+ "password": "password",
87
+ "permanent": "Permanent",
88
+ "please_add": "Please add {field}",
89
+ "please_agree": "Please agree {field}",
90
+ "please_configure": "Please configure {field}",
91
+ "please_input": "Please enter {field}",
92
+ "preview": "Preview",
93
+ "prompt": "Prompt",
94
+ "rating": "Scoring",
95
+ "reason": "Reason",
96
+ "refresh": "Refresh",
97
+ "regex": "Regular expression",
98
+ "register": "Register",
99
+ "remove": "Remove",
100
+ "replace": "Replace",
101
+ "required": "Required",
102
+ "rerun": "Rerun",
103
+ "restore": "Restore",
104
+ "retry": "Retry",
105
+ "retrying": "Retrying",
106
+ "run": "Run",
107
+ "save": "Save",
108
+ "scene": "Scene",
109
+ "score": "Score",
110
+ "select": "Select",
111
+ "selected": "Selected",
112
+ "skip": "Skip",
113
+ "source": "Source",
114
+ "statistics": "Statistics",
115
+ "status": "Status",
116
+ "string": "String",
117
+ "submit": "Submit",
118
+ "submit_time": "Submit Time",
119
+ "submit_user": "Submit User",
120
+ "submitted": "Submitted",
121
+ "submitter": "Submitter:",
122
+ "success": "Success",
123
+ "tag": "Tag",
124
+ "temperature": "Temperature",
125
+ "template": "Template",
126
+ "terminate": "Terminate",
127
+ "terminating": "Terminating",
128
+ "test": "Test",
129
+ "text": "Text",
130
+ "tiao": "items",
131
+ "today": "Today",
132
+ "token": "Token",
133
+ "tokens": "Tokens",
134
+ "tomorrow": "Tomorrow",
135
+ "total": "Total",
136
+ "trajectory": "Trajectory",
137
+ "type": "Type",
138
+ "undefined": "Undefined",
139
+ "unknown_error": "Unknown error",
140
+ "unselect": "Unselect",
141
+ "update": "Update",
142
+ "update_time": "Update Time",
143
+ "updated_by": "Updater",
144
+ "updater": "Updater",
145
+ "upload": "Upload",
146
+ "uploading": "Uploading",
147
+ "use": "Use",
148
+ "user_agreement": "user agreement",
149
+ "username": "Username",
150
+ "variable": "Variable",
151
+ "version": "Version",
152
+ "video": "Video",
153
+ "view": "View",
154
+ "yes": "Yes",
155
+ "yesterday": "yesterday"
156
+ }
@@ -0,0 +1,156 @@
1
+ {
2
+ "abort": "中止",
3
+ "accept": "采纳",
4
+ "account": "账户",
5
+ "acknowledged": "我知道了",
6
+ "actions": "操作",
7
+ "active": "活跃",
8
+ "add": "新增",
9
+ "apply": "应用",
10
+ "back": "返回",
11
+ "basic_info": "基础信息",
12
+ "benchmark": "基准",
13
+ "boolean": "布尔值",
14
+ "cancel": "取消",
15
+ "category": "分类",
16
+ "change": "变更",
17
+ "clear": "清空",
18
+ "close": "关闭",
19
+ "code": "代码",
20
+ "collapse": "收起",
21
+ "column": "列",
22
+ "complete": "完成",
23
+ "confirm": "确定",
24
+ "contain": "包含",
25
+ "continue": "继续",
26
+ "copy": "复制",
27
+ "create": "创建",
28
+ "create_time": "创建时间",
29
+ "creator": "创建人",
30
+ "customize": "自定义",
31
+ "debug": "调试",
32
+ "default": "默认",
33
+ "delete": "删除",
34
+ "deprecated": "已下线",
35
+ "description": "描述",
36
+ "detail": "详情",
37
+ "disable": "禁用",
38
+ "document": "文档",
39
+ "download": "下载",
40
+ "draft": "草稿",
41
+ "edit": "编辑",
42
+ "email": "邮箱",
43
+ "enable": "启用",
44
+ "evaluation": "评测",
45
+ "evaluator": "评估器",
46
+ "every": "每",
47
+ "exit": "退出",
48
+ "expand": "展开",
49
+ "experiment": "实验",
50
+ "expired": "已过期",
51
+ "failure": "失败",
52
+ "field": "字段",
53
+ "field_exists": "{field}已存在",
54
+ "field_is_required": "{field}必填",
55
+ "field_not_empty": "{field}不能为空",
56
+ "filter": "过滤器",
57
+ "find": "查找",
58
+ "fold": "折叠",
59
+ "from": "从",
60
+ "function": "函数",
61
+ "image": "图片",
62
+ "import": "导入",
63
+ "indicator": "指标",
64
+ "input": "输入",
65
+ "integer": "整数",
66
+ "known": "已知晓",
67
+ "language": "语言",
68
+ "loading": "正在加载",
69
+ "login": "登录",
70
+ "logout": "退出登录",
71
+ "model": "模型",
72
+ "multimodal": "多模态",
73
+ "name": "名称",
74
+ "network_error": "网络错误",
75
+ "next": "下一步",
76
+ "no": "否",
77
+ "number": "数字",
78
+ "observation": "观测",
79
+ "operation": "操作",
80
+ "operator": "操作符",
81
+ "optional": "可选",
82
+ "or": "或",
83
+ "orchestration": "编排",
84
+ "output": "输出",
85
+ "overview": "总览",
86
+ "password": "密码",
87
+ "permanent": "永久",
88
+ "please_add": "请添加{field}",
89
+ "please_agree": "请同意{field}",
90
+ "please_configure": "请配置{field}",
91
+ "please_input": "请输入{field}",
92
+ "preview": "预览",
93
+ "prompt": "Prompt",
94
+ "rating": "评分",
95
+ "reason": "原因",
96
+ "refresh": "刷新",
97
+ "regex": "正则表达式",
98
+ "register": "注册",
99
+ "remove": "移除",
100
+ "replace": "替换",
101
+ "required": "必填",
102
+ "rerun": "重新运行",
103
+ "restore": "还原",
104
+ "retry": "重试",
105
+ "retrying": "重试中",
106
+ "run": "运行",
107
+ "save": "保存",
108
+ "scene": "场景",
109
+ "score": "得分",
110
+ "select": "选择",
111
+ "selected": "已选",
112
+ "skip": "跳过",
113
+ "source": "来源",
114
+ "statistics": "统计",
115
+ "status": "状态",
116
+ "string": "字符串",
117
+ "submit": "提交",
118
+ "submit_time": "提交时间",
119
+ "submit_user": "提交人",
120
+ "submitted": "已提交",
121
+ "submitter": "提交人:",
122
+ "success": "成功",
123
+ "tag": "标签",
124
+ "temperature": "生成随机性",
125
+ "template": "模板",
126
+ "terminate": "终止",
127
+ "terminating": "终止中",
128
+ "test": "测试",
129
+ "text": "文本",
130
+ "tiao": "条",
131
+ "today": "今天",
132
+ "token": "令牌",
133
+ "tokens": "Tokens",
134
+ "tomorrow": "明天",
135
+ "total": "总数",
136
+ "trajectory": "轨迹",
137
+ "type": "类型",
138
+ "undefined": "未定义",
139
+ "unknown_error": "未知问题",
140
+ "unselect": "取消选择",
141
+ "update": "更新",
142
+ "update_time": "更新时间",
143
+ "updated_by": "更新人:",
144
+ "updater": "更新人",
145
+ "upload": "上传",
146
+ "uploading": "上传中",
147
+ "use": "使用",
148
+ "user_agreement": "用户协议",
149
+ "username": "用户名",
150
+ "variable": "变量",
151
+ "version": "版本",
152
+ "video": "视频",
153
+ "view": "查看",
154
+ "yes": "是",
155
+ "yesterday": "昨天"
156
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "add_placeholder1_link": "Add {placeholder1} link",
3
+ "click_ascending": "Ascending order",
4
+ "click_descending": "Descending order",
5
+ "column_configuration": "Column configuration",
6
+ "column_management": "Column management",
7
+ "column_name": "Column name",
8
+ "control_group": "Control group",
9
+ "copy_content": "Copy the content",
10
+ "copy_failed": "Copying failed",
11
+ "copy_id": "Copy ID",
12
+ "copy_success": "Copy succeeded",
13
+ "create_success": "Create succeed",
14
+ "current_draft": "Current draft",
15
+ "current_user": "Current user",
16
+ "current_version": "Current Version",
17
+ "data_engine_dataset_columns": "Dataset columns",
18
+ "demo_space": "Demo Space",
19
+ "drag_to_sort": "Drag to sort",
20
+ "enter_number": "Please enter a number",
21
+ "evaluation_set": "Evaluation set",
22
+ "form_leave_desc": "Your input has not been saved and will be lost if you leave.",
23
+ "form_leave_title": "Confirm to leave?",
24
+ "fornax_base_required_error": "This field is required",
25
+ "image_or_node_quantity_limit": "The number of images cannot exceed 20 or the number of nodes cannot exceed 50",
26
+ "image_size_exceed_max": "Image size cannot exceed {maxImageSize}MB",
27
+ "image_upload": "Image Upload",
28
+ "insufficient_permissions": "Insufficient permissions",
29
+ "load_failed": "Load Failed",
30
+ "max_upload_images_limit": "You can upload up to {maxFileCount} images",
31
+ "max_upload_videos_limit": "You can upload up to {maxFileCount} videos",
32
+ "model_not_support_multi_modal": "This model does not support multi-modal",
33
+ "model_not_support_multi_modal_adjust_or_change": "The selected model does not support multi-modal, please adjust the variable type or change the model",
34
+ "model_not_support_multi_modal_image": "This model does not support multi-modal images",
35
+ "model_not_support_multi_modal_video": "This model does not support multi-modal videos",
36
+ "multi_modal_image_limit_reached": "The multi-modal image limit has been reached, only {canUseFileLimit} files can be uploaded currently",
37
+ "multi_modal_video_limit_reached": "The multi-modal video limit has been reached, only {canUseFileLimit} files can be uploaded currently",
38
+ "new_node": "New node",
39
+ "no_access_permission_page": "You do not have permission to access this page",
40
+ "no_permission": "No permission",
41
+ "page_load_failed": "Page loading failed",
42
+ "page_not_found": "Page not found",
43
+ "please_input_placeholder1_link": "Please enter {placeholder1} link",
44
+ "please_input_placeholder1_link_public": "Please enter {placeholder1} link, please use a public domain",
45
+ "please_input_text": "Please enter text information",
46
+ "please_input_version_description": "Please enter version description",
47
+ "please_select": "Please select",
48
+ "please_use_public_domain": "Please use a public domain",
49
+ "read_only": "Read only",
50
+ "reset_to_default": "Reset to default",
51
+ "restore_default_sort": "Restore the default sorting",
52
+ "save_success": "Save succeed",
53
+ "save_time": "Retention time",
54
+ "search_creator": "Search for the creator",
55
+ "select_x": "Select {field}",
56
+ "selected_model_not_support_multi_modal": "The selected model does not support multi-modal, please adjust variable types or change the model",
57
+ "self_built_evaluator": "Self built evaluator",
58
+ "show_more": "Show more",
59
+ "single_choice": "Single choice",
60
+ "tag_list": "Tag list",
61
+ "unsave_leave_confirm_warning": "Leaving will result in the loss of unsaved content, are you sure?",
62
+ "update_to": "Update to",
63
+ "version_description": "Version description",
64
+ "version_record": "Version records",
65
+ "video_external_link": "Video - External Link",
66
+ "video_preview": "Video preview",
67
+ "video_size_exceed_max": "Video size cannot exceed {maxVideoSize}MB",
68
+ "video_source_file": "Video - Source File",
69
+ "video_upload": "Video Upload",
70
+ "view_detail": "View details",
71
+ "what_is_trajectory": "What is a trajectory"
72
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "add_placeholder1_link": "添加{placeholder1}链接",
3
+ "click_ascending": "点击升序",
4
+ "click_descending": "点击降序",
5
+ "column_configuration": "列配置",
6
+ "column_management": "列管理",
7
+ "column_name": "列名",
8
+ "control_group": "对照组",
9
+ "copy_content": "复制内容",
10
+ "copy_failed": "复制失败",
11
+ "copy_id": "复制 ID",
12
+ "copy_success": "复制成功",
13
+ "create_success": "创建成功",
14
+ "current_draft": "当前草稿",
15
+ "current_user": "当前用户",
16
+ "current_version": "当前版本",
17
+ "data_engine_dataset_columns": "数据集列",
18
+ "demo_space": "Demo 空间",
19
+ "drag_to_sort": "拖动排序",
20
+ "enter_number": "请输入数字",
21
+ "evaluation_set": "评测集",
22
+ "form_leave_desc": "您的输入尚未保存,离开后将丢失",
23
+ "form_leave_title": "确认离开?",
24
+ "fornax_base_required_error": "该字段是必填的",
25
+ "image_or_node_quantity_limit": "图片数量不能超过20张或节点数量不能超过50个",
26
+ "image_size_exceed_max": "图片大小不能超过{maxImageSize}MB",
27
+ "image_upload": "图片上传",
28
+ "insufficient_permissions": "权限不足",
29
+ "load_failed": "加载失败",
30
+ "max_upload_images_limit": "最多上传{maxFileCount}张图片",
31
+ "max_upload_videos_limit": "最多上传{maxFileCount}个视频",
32
+ "model_not_support_multi_modal": "该模型不支持多模态",
33
+ "model_not_support_multi_modal_adjust_or_change": "所选模型不支持多模态,请调整变量类型或更换模型",
34
+ "model_not_support_multi_modal_image": "该模型不支持多模态图片",
35
+ "model_not_support_multi_modal_video": "该模型不支持多模态视频",
36
+ "multi_modal_image_limit_reached": "多模态图片已达上限,当前仅支持上传{canUseFileLimit}个文件",
37
+ "multi_modal_video_limit_reached": "多模态视频已达上限,当前仅支持上传{canUseFileLimit}个文件",
38
+ "new_node": "新节点",
39
+ "no_access_permission_page": "您没有访问该页面的权限",
40
+ "no_permission": "暂无权限",
41
+ "page_load_failed": "页面加载失败",
42
+ "page_not_found": "页面丢失了",
43
+ "please_input_placeholder1_link": "请输入{placeholder1}链接",
44
+ "please_input_placeholder1_link_public": "请输入{placeholder1}链接,请使用公网域名",
45
+ "please_input_text": "请输入文本信息",
46
+ "please_input_version_description": "请输入版本说明",
47
+ "please_select": "请选择",
48
+ "please_use_public_domain": "请使用公网域名",
49
+ "read_only": "只读",
50
+ "reset_to_default": "重置为默认",
51
+ "restore_default_sort": "点击恢复默认排序",
52
+ "save_success": "保存成功",
53
+ "save_time": "保存时间",
54
+ "search_creator": "搜索创建人",
55
+ "select_x": "选择{field}",
56
+ "selected_model_not_support_multi_modal": "所选模型不支持多模态,请调整变量类型或更换模型",
57
+ "self_built_evaluator": "自建评估器",
58
+ "show_more": "显示更多",
59
+ "single_choice": "单选",
60
+ "tag_list": "标签列表",
61
+ "unsave_leave_confirm_warning": "离开后将丢失未保存的内容,确定吗?",
62
+ "update_to": "更新为",
63
+ "version_description": "版本说明",
64
+ "version_record": "版本记录",
65
+ "video_external_link": "视频-外链",
66
+ "video_preview": "视频预览",
67
+ "video_size_exceed_max": "视频大小不能超过{maxVideoSize}MB",
68
+ "video_source_file": "视频-源文件",
69
+ "video_upload": "视频上传",
70
+ "view_detail": "查看详情",
71
+ "what_is_trajectory": "什么是轨迹"
72
+ }