@cozeloop/loop-lng 0.0.3 → 0.0.4
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.
- package/dist/index.js +5 -2
- package/dist/locales/app/en-US.json +3 -0
- package/dist/locales/app/zh-CN.json +3 -0
- package/dist/locales/base/en-US.json +0 -1
- package/dist/locales/base/zh-CN.json +0 -1
- package/dist/locales/common/en-US.json +44 -0
- package/dist/locales/common/zh-CN.json +44 -0
- package/dist/locales/components/en-US.json +97 -1
- package/dist/locales/components/zh-CN.json +96 -0
- package/dist/locales/evaluate/en-US.json +171 -134
- package/dist/locales/evaluate/zh-CN.json +136 -99
- package/dist/locales/model/en-US.json +26 -0
- package/dist/locales/model/zh-CN.json +26 -0
- package/dist/locales/observation/en-US.json +156 -36
- package/dist/locales/observation/zh-CN.json +156 -36
- package/dist/locales/prompt/en-US.json +17 -20
- package/dist/locales/prompt/zh-CN.json +17 -20
- package/dist/locales/tag/en-US.json +5 -7
- package/dist/locales/tag/zh-CN.json +2 -4
- package/package.json +1 -1
- package/dist/index.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -31,6 +31,9 @@ const en_US_json_7 = __importDefault(require("./locales/prompt/en-US.json"));
|
|
|
31
31
|
// tag
|
|
32
32
|
const zh_CN_json_8 = __importDefault(require("./locales/tag/zh-CN.json"));
|
|
33
33
|
const en_US_json_8 = __importDefault(require("./locales/tag/en-US.json"));
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
// model
|
|
35
|
+
const zh_CN_json_9 = __importDefault(require("./locales/model/zh-CN.json"));
|
|
36
|
+
const en_US_json_9 = __importDefault(require("./locales/model/en-US.json"));
|
|
37
|
+
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, zh_CN_json_9.default);
|
|
38
|
+
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, en_US_json_9.default);
|
|
36
39
|
//# sourceMappingURL=index.js.map
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"no_space": "No available space at present.",
|
|
7
7
|
"not_join_space": "You have not joined any spaces.",
|
|
8
8
|
"platform_name": "Coze Loop",
|
|
9
|
-
"prompt_development": "Prompt Development",
|
|
10
9
|
"prompt_engineering": "Prompt Engineering",
|
|
11
10
|
"space_not_exists": "Space does not exist"
|
|
12
11
|
}
|
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
"actions": "Actions",
|
|
7
7
|
"active": "Active",
|
|
8
8
|
"add": "Add",
|
|
9
|
+
"analytics_subtitle_others": "Others; Other things; The rest",
|
|
9
10
|
"apply": "apply",
|
|
11
|
+
"audio": "Audio",
|
|
12
|
+
"auto_task_clone": "Clone",
|
|
10
13
|
"back": "Back",
|
|
11
14
|
"basic_info": "Basic Information",
|
|
12
15
|
"benchmark": "Benchmark",
|
|
@@ -20,6 +23,8 @@
|
|
|
20
23
|
"collapse": "Collapse",
|
|
21
24
|
"column": "Column",
|
|
22
25
|
"complete": "Complete",
|
|
26
|
+
"component_user_select_current": "Current User",
|
|
27
|
+
"component_user_select_title": "User",
|
|
23
28
|
"confirm": "Confirm",
|
|
24
29
|
"contain": "Include",
|
|
25
30
|
"continue": "Continue",
|
|
@@ -28,6 +33,7 @@
|
|
|
28
33
|
"create_time": "Create Time",
|
|
29
34
|
"creator": "Creator",
|
|
30
35
|
"customize": "Customize",
|
|
36
|
+
"data_engine_execute": "Execute",
|
|
31
37
|
"debug": "Debug",
|
|
32
38
|
"default": "Default",
|
|
33
39
|
"delete": "Delete",
|
|
@@ -38,9 +44,18 @@
|
|
|
38
44
|
"document": "Document",
|
|
39
45
|
"download": "Download",
|
|
40
46
|
"draft": "Draft",
|
|
47
|
+
"earlier_than": "Earlier than",
|
|
48
|
+
"eat_fish": "Eat fish",
|
|
41
49
|
"edit": "Edit",
|
|
42
50
|
"email": "email",
|
|
43
51
|
"enable": "Enable",
|
|
52
|
+
"enabled": "Enabled",
|
|
53
|
+
"equal_to": "Equal to",
|
|
54
|
+
"evaluate_blue_whale": "Blue whale",
|
|
55
|
+
"evaluate_check": "Check",
|
|
56
|
+
"evaluate_config": "Configuration",
|
|
57
|
+
"evaluate_export": "Export",
|
|
58
|
+
"evaluate_full_screen": "Full screen",
|
|
44
59
|
"evaluation": "Evaluation",
|
|
45
60
|
"evaluator": "Evaluator",
|
|
46
61
|
"every": "Every",
|
|
@@ -56,8 +71,19 @@
|
|
|
56
71
|
"filter": "Filter",
|
|
57
72
|
"find": "Find",
|
|
58
73
|
"fold": "Fold",
|
|
74
|
+
"for": "For",
|
|
75
|
+
"fornax_analytics_day": "Day",
|
|
76
|
+
"fornax_analytics_day_on_day": "day on day",
|
|
77
|
+
"fornax_analytics_hour": "hour",
|
|
78
|
+
"fornax_analytics_minute": "minute",
|
|
79
|
+
"fornax_analytics_week": "Week",
|
|
80
|
+
"fornax_mcp_tools": "Tools",
|
|
81
|
+
"fornax_prompt_enable": "Enable",
|
|
82
|
+
"fornax_prompt_run_times": "Time",
|
|
59
83
|
"from": "From",
|
|
60
84
|
"function": "Function",
|
|
85
|
+
"global_btn_confirm": "Confirm",
|
|
86
|
+
"greater_than": "Greater than",
|
|
61
87
|
"image": "Image",
|
|
62
88
|
"import": "Import",
|
|
63
89
|
"indicator": "Indicator",
|
|
@@ -65,9 +91,17 @@
|
|
|
65
91
|
"integer": "Integer",
|
|
66
92
|
"known": "I known",
|
|
67
93
|
"language": "Language",
|
|
94
|
+
"later_than": "Later than",
|
|
95
|
+
"less_than": "Less than",
|
|
68
96
|
"loading": "Loading",
|
|
97
|
+
"logic_expr_not": "Not",
|
|
69
98
|
"login": "Login",
|
|
70
99
|
"logout": "Logout",
|
|
100
|
+
"manual_reflow_create": "Create",
|
|
101
|
+
"manual_reflow_existing": "Existing",
|
|
102
|
+
"manual_reflow_items_comma": "items,",
|
|
103
|
+
"manual_reflow_target": "Target ",
|
|
104
|
+
"manual_reflow_total": "Total",
|
|
71
105
|
"model": "Model",
|
|
72
106
|
"multimodal": "MultiModal",
|
|
73
107
|
"name": "Name",
|
|
@@ -91,6 +125,7 @@
|
|
|
91
125
|
"please_input": "Please enter {field}",
|
|
92
126
|
"preview": "Preview",
|
|
93
127
|
"prompt": "Prompt",
|
|
128
|
+
"question": "Question",
|
|
94
129
|
"rating": "Scoring",
|
|
95
130
|
"reason": "Reason",
|
|
96
131
|
"recalculate": "Recalculate",
|
|
@@ -112,6 +147,7 @@
|
|
|
112
147
|
"selected": "Selected",
|
|
113
148
|
"skip": "Skip",
|
|
114
149
|
"source": "Source",
|
|
150
|
+
"space_member_role_type_add_btn": "Add",
|
|
115
151
|
"statistics": "Statistics",
|
|
116
152
|
"status": "Status",
|
|
117
153
|
"string": "String",
|
|
@@ -122,6 +158,7 @@
|
|
|
122
158
|
"submitter": "Submitter:",
|
|
123
159
|
"success": "Success",
|
|
124
160
|
"tag": "Tag",
|
|
161
|
+
"task_delete_title": "hint",
|
|
125
162
|
"temperature": "Temperature",
|
|
126
163
|
"template": "Template",
|
|
127
164
|
"terminate": "Terminate",
|
|
@@ -152,6 +189,13 @@
|
|
|
152
189
|
"version": "Version",
|
|
153
190
|
"video": "Video",
|
|
154
191
|
"view": "View",
|
|
192
|
+
"weekday_friday": "Friday",
|
|
193
|
+
"weekday_monday": "Monday",
|
|
194
|
+
"weekday_saturday": "Saturday",
|
|
195
|
+
"weekday_sunday": "Sunday",
|
|
196
|
+
"weekday_thursday": "Thursday",
|
|
197
|
+
"weekday_tuesday": "Tuesday",
|
|
198
|
+
"weekday_wednesday": "Wednesday",
|
|
155
199
|
"yes": "Yes",
|
|
156
200
|
"yesterday": "yesterday"
|
|
157
201
|
}
|
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
"actions": "操作",
|
|
7
7
|
"active": "活跃",
|
|
8
8
|
"add": "新增",
|
|
9
|
+
"analytics_subtitle_others": "其他",
|
|
9
10
|
"apply": "应用",
|
|
11
|
+
"audio": "音频",
|
|
12
|
+
"auto_task_clone": "克隆",
|
|
10
13
|
"back": "返回",
|
|
11
14
|
"basic_info": "基础信息",
|
|
12
15
|
"benchmark": "基准",
|
|
@@ -20,6 +23,8 @@
|
|
|
20
23
|
"collapse": "收起",
|
|
21
24
|
"column": "列",
|
|
22
25
|
"complete": "完成",
|
|
26
|
+
"component_user_select_current": "当前用户",
|
|
27
|
+
"component_user_select_title": "用户",
|
|
23
28
|
"confirm": "确定",
|
|
24
29
|
"contain": "包含",
|
|
25
30
|
"continue": "继续",
|
|
@@ -28,6 +33,7 @@
|
|
|
28
33
|
"create_time": "创建时间",
|
|
29
34
|
"creator": "创建人",
|
|
30
35
|
"customize": "自定义",
|
|
36
|
+
"data_engine_execute": "执行",
|
|
31
37
|
"debug": "调试",
|
|
32
38
|
"default": "默认",
|
|
33
39
|
"delete": "删除",
|
|
@@ -38,9 +44,18 @@
|
|
|
38
44
|
"document": "文档",
|
|
39
45
|
"download": "下载",
|
|
40
46
|
"draft": "草稿",
|
|
47
|
+
"earlier_than": "早于",
|
|
48
|
+
"eat_fish": "吃鱼",
|
|
41
49
|
"edit": "编辑",
|
|
42
50
|
"email": "邮箱",
|
|
43
51
|
"enable": "启用",
|
|
52
|
+
"enabled": "已开启",
|
|
53
|
+
"equal_to": "等于",
|
|
54
|
+
"evaluate_blue_whale": "蓝鲸",
|
|
55
|
+
"evaluate_check": "检查",
|
|
56
|
+
"evaluate_config": "配置",
|
|
57
|
+
"evaluate_export": "导出",
|
|
58
|
+
"evaluate_full_screen": "全屏",
|
|
44
59
|
"evaluation": "评测",
|
|
45
60
|
"evaluator": "评估器",
|
|
46
61
|
"every": "每",
|
|
@@ -56,8 +71,19 @@
|
|
|
56
71
|
"filter": "过滤器",
|
|
57
72
|
"find": "查找",
|
|
58
73
|
"fold": "折叠",
|
|
74
|
+
"for": "为",
|
|
75
|
+
"fornax_analytics_day": "日",
|
|
76
|
+
"fornax_analytics_day_on_day": "环比",
|
|
77
|
+
"fornax_analytics_hour": "时",
|
|
78
|
+
"fornax_analytics_minute": "分",
|
|
79
|
+
"fornax_analytics_week": "周",
|
|
80
|
+
"fornax_mcp_tools": "工具",
|
|
81
|
+
"fornax_prompt_enable": "开启",
|
|
82
|
+
"fornax_prompt_run_times": "次",
|
|
59
83
|
"from": "从",
|
|
60
84
|
"function": "函数",
|
|
85
|
+
"global_btn_confirm": "确认",
|
|
86
|
+
"greater_than": "大于",
|
|
61
87
|
"image": "图片",
|
|
62
88
|
"import": "导入",
|
|
63
89
|
"indicator": "指标",
|
|
@@ -65,9 +91,17 @@
|
|
|
65
91
|
"integer": "整数",
|
|
66
92
|
"known": "已知晓",
|
|
67
93
|
"language": "语言",
|
|
94
|
+
"later_than": "晚于",
|
|
95
|
+
"less_than": "小于",
|
|
68
96
|
"loading": "正在加载",
|
|
97
|
+
"logic_expr_not": "非",
|
|
69
98
|
"login": "登录",
|
|
70
99
|
"logout": "退出登录",
|
|
100
|
+
"manual_reflow_create": "新建",
|
|
101
|
+
"manual_reflow_existing": "已有",
|
|
102
|
+
"manual_reflow_items_comma": "项,",
|
|
103
|
+
"manual_reflow_target": "目标",
|
|
104
|
+
"manual_reflow_total": "共",
|
|
71
105
|
"model": "模型",
|
|
72
106
|
"multimodal": "多模态",
|
|
73
107
|
"name": "名称",
|
|
@@ -91,6 +125,7 @@
|
|
|
91
125
|
"please_input": "请输入{field}",
|
|
92
126
|
"preview": "预览",
|
|
93
127
|
"prompt": "Prompt",
|
|
128
|
+
"question": "问题",
|
|
94
129
|
"rating": "评分",
|
|
95
130
|
"reason": "原因",
|
|
96
131
|
"recalculate": "重新计算",
|
|
@@ -112,6 +147,7 @@
|
|
|
112
147
|
"selected": "已选",
|
|
113
148
|
"skip": "跳过",
|
|
114
149
|
"source": "来源",
|
|
150
|
+
"space_member_role_type_add_btn": "添加",
|
|
115
151
|
"statistics": "统计",
|
|
116
152
|
"status": "状态",
|
|
117
153
|
"string": "字符串",
|
|
@@ -122,6 +158,7 @@
|
|
|
122
158
|
"submitter": "提交人:",
|
|
123
159
|
"success": "成功",
|
|
124
160
|
"tag": "标签",
|
|
161
|
+
"task_delete_title": "提示",
|
|
125
162
|
"temperature": "生成随机性",
|
|
126
163
|
"template": "模板",
|
|
127
164
|
"terminate": "终止",
|
|
@@ -152,6 +189,13 @@
|
|
|
152
189
|
"version": "版本",
|
|
153
190
|
"video": "视频",
|
|
154
191
|
"view": "查看",
|
|
192
|
+
"weekday_friday": "周五",
|
|
193
|
+
"weekday_monday": "周一",
|
|
194
|
+
"weekday_saturday": "周六",
|
|
195
|
+
"weekday_sunday": "周日",
|
|
196
|
+
"weekday_thursday": "周四",
|
|
197
|
+
"weekday_tuesday": "周二",
|
|
198
|
+
"weekday_wednesday": "周三",
|
|
155
199
|
"yes": "是",
|
|
156
200
|
"yesterday": "昨天"
|
|
157
201
|
}
|
|
@@ -1,65 +1,161 @@
|
|
|
1
1
|
{
|
|
2
|
+
"add_data": "Add data",
|
|
2
3
|
"add_placeholder1_link": "Add {placeholder1} link",
|
|
4
|
+
"append_data": "Append",
|
|
5
|
+
"basic_information": "Basic information",
|
|
6
|
+
"benchmark_group": "Baseline group",
|
|
7
|
+
"bulk_select": "Bulk select",
|
|
8
|
+
"choose_model": "Please select a model",
|
|
9
|
+
"clear_filter": "Clear filters",
|
|
3
10
|
"click_ascending": "Ascending order",
|
|
4
11
|
"click_descending": "Descending order",
|
|
12
|
+
"click_to_create": "Click the 'Create' button in the upper right corner to create.",
|
|
5
13
|
"column_configuration": "Column configuration",
|
|
6
14
|
"column_management": "Column management",
|
|
7
15
|
"column_name": "Column name",
|
|
16
|
+
"contains_illegal_content": "Contains illegal content",
|
|
8
17
|
"control_group": "Control group",
|
|
9
18
|
"copy_content": "Copy the content",
|
|
10
19
|
"copy_failed": "Copying failed",
|
|
11
20
|
"copy_id": "Copy ID",
|
|
12
21
|
"copy_success": "Copy succeeded",
|
|
22
|
+
"cozeloop_open_evaluate_array_object_data_sample_multimodal": "Its Array<Object> data sample is as follows, common in multimodal Model span scenarios.",
|
|
23
|
+
"cozeloop_open_evaluate_image_size_limit_20mb": "Image size cannot exceed 20MB",
|
|
24
|
+
"cozeloop_open_evaluate_image_upload_failed": "Image upload failed",
|
|
25
|
+
"cozeloop_open_evaluate_max_four_decimal_places": "Up to four decimal places allowed",
|
|
26
|
+
"cozeloop_open_evaluate_multi_modal_data_in_cell_usage": "Suitable for managing various multimodal data mixing images and text in the same cell.",
|
|
27
|
+
"cozeloop_open_evaluate_selected_data_count": "{placeholder1} data items selected",
|
|
28
|
+
"cozeloop_open_evaluate_uploading": "Uploading...",
|
|
29
|
+
"cozeloop_open_evaluate_uploading_image": "Uploading image...",
|
|
13
30
|
"create_success": "Create succeed",
|
|
14
31
|
"current_draft": "Current draft",
|
|
15
32
|
"current_user": "Current user",
|
|
16
33
|
"current_version": "Current Version",
|
|
34
|
+
"data_conversion_failed": "Data conversion failed",
|
|
17
35
|
"data_engine_dataset_columns": "Dataset columns",
|
|
36
|
+
"data_nesting_exceeds_limit": "Data nesting level exceeds limit",
|
|
37
|
+
"data_type": "data type",
|
|
38
|
+
"dataset_capacity_exceeded": "The dataset capacity exceeds the limit",
|
|
18
39
|
"demo_space": "Demo Space",
|
|
40
|
+
"draft_version": "Draft version",
|
|
19
41
|
"drag_to_sort": "Drag to sort",
|
|
42
|
+
"empty_data": "Empty data",
|
|
43
|
+
"end_time": "End time",
|
|
44
|
+
"enter_integer": "Please enter an integer",
|
|
20
45
|
"enter_number": "Please enter a number",
|
|
46
|
+
"evaluate_agent_execution_data_follow_structure": "Agent execution process data must follow the specified data structure.",
|
|
47
|
+
"evaluate_select_template": "Select Template",
|
|
48
|
+
"evaluate_trial_run": "Trial Run",
|
|
21
49
|
"evaluation_set": "Evaluation set",
|
|
50
|
+
"evaluation_set_column": "Evaluation set columns",
|
|
51
|
+
"exceed_max_image_count": "Image count exceeds limit",
|
|
52
|
+
"exceed_max_image_size": "Image size exceeds limit",
|
|
53
|
+
"execution_result": "Execution result",
|
|
54
|
+
"field_mapping": "Field mapping",
|
|
55
|
+
"file_format_error": "File format error",
|
|
22
56
|
"form_leave_desc": "Your input has not been saved and will be lost if you leave.",
|
|
23
57
|
"form_leave_title": "Confirm to leave?",
|
|
58
|
+
"format_json": "Format JSON",
|
|
24
59
|
"fornax_base_required_error": "This field is required",
|
|
60
|
+
"fornax_test_documentation_center": "Documentation Center",
|
|
61
|
+
"generated_by_ai_tip": "The content is generated by AI. Its authenticity and accuracy cannot be guaranteed and it is for reference only.",
|
|
62
|
+
"get_image_failed": "Failed to get image",
|
|
63
|
+
"illegal_extension": "Illegal file extension",
|
|
64
|
+
"image_address": "Image address",
|
|
65
|
+
"image_external_link": "Picture - External link",
|
|
25
66
|
"image_or_node_quantity_limit": "The number of images cannot exceed 20 or the number of nodes cannot exceed 50",
|
|
67
|
+
"image_preview": "Image preview",
|
|
26
68
|
"image_size_exceed_max": "Image size cannot exceed {maxImageSize}MB",
|
|
69
|
+
"image_source_file": "Picture - Source file",
|
|
27
70
|
"image_upload": "Image Upload",
|
|
71
|
+
"import_data_column": "Import data column",
|
|
72
|
+
"import_method": "Import method",
|
|
73
|
+
"in_progress": "In progress",
|
|
74
|
+
"information_unsaved": "The information is not saved",
|
|
75
|
+
"input_number_between_0_and_1": "Please enter a number in the range of 0 to 1",
|
|
76
|
+
"input_score_between_0_and_1": "Please enter a score between 0 and 1",
|
|
28
77
|
"insufficient_permissions": "Insufficient permissions",
|
|
78
|
+
"latest_version": "Latest version",
|
|
79
|
+
"leave_page_tip": "Leaving the current page will result in the information not being saved.",
|
|
29
80
|
"load_failed": "Load Failed",
|
|
81
|
+
"logic_expr_add_filter": "Add filter condition",
|
|
82
|
+
"logic_expr_add_filter_group": "Add filter group condition",
|
|
83
|
+
"logic_expr_delete_filter": "Delete filter",
|
|
84
|
+
"manual_annotation": "Manual annotation",
|
|
85
|
+
"manual_calibration": "Manual calibration",
|
|
86
|
+
"manual_reflow_add_field_mapping": "Add field mapping",
|
|
87
|
+
"manual_reflow_delete_field_mapping": "Delete field mapping",
|
|
88
|
+
"manual_reflow_not_supported_yet": "Not supported yet",
|
|
30
89
|
"max_upload_images_limit": "You can upload up to {maxFileCount} images",
|
|
31
90
|
"max_upload_videos_limit": "You can upload up to {maxFileCount} videos",
|
|
91
|
+
"missing_required_field": "Missing required fields",
|
|
32
92
|
"model_not_support_multi_modal": "This model does not support multi-modal",
|
|
33
93
|
"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
94
|
"model_not_support_multi_modal_image": "This model does not support multi-modal images",
|
|
35
95
|
"model_not_support_multi_modal_video": "This model does not support multi-modal videos",
|
|
96
|
+
"model_selection": "Model selection",
|
|
36
97
|
"multi_modal_image_limit_reached": "The multi-modal image limit has been reached, only {canUseFileLimit} files can be uploaded currently",
|
|
37
98
|
"multi_modal_video_limit_reached": "The multi-modal video limit has been reached, only {canUseFileLimit} files can be uploaded currently",
|
|
99
|
+
"name_already_exists": "Name already exists",
|
|
38
100
|
"new_node": "New node",
|
|
101
|
+
"next_one": "Next one",
|
|
39
102
|
"no_access_permission_page": "You do not have permission to access this page",
|
|
103
|
+
"no_data": "No data",
|
|
40
104
|
"no_permission": "No permission",
|
|
105
|
+
"no_results_found": "No relevant results were found",
|
|
106
|
+
"not_contain": "Does not contain",
|
|
107
|
+
"not_equal_to": "Is not equal to",
|
|
108
|
+
"overwrite_data": "Overwrite",
|
|
41
109
|
"page_load_failed": "Page loading failed",
|
|
42
110
|
"page_not_found": "Page not found",
|
|
111
|
+
"please_add_at_least_one_image_link": "Please add at least one image link",
|
|
112
|
+
"please_enter_a_valid_url": "Please enter a valid URL",
|
|
113
|
+
"please_enter_a_value": "Please enter a value",
|
|
114
|
+
"please_enter_the_reason": "Please enter the reason",
|
|
43
115
|
"please_input_placeholder1_link": "Please enter {placeholder1} link",
|
|
44
116
|
"please_input_placeholder1_link_public": "Please enter {placeholder1} link, please use a public domain",
|
|
45
117
|
"please_input_text": "Please enter text information",
|
|
46
118
|
"please_input_version_description": "Please enter version description",
|
|
47
119
|
"please_select": "Please select",
|
|
120
|
+
"please_select_a_version_number": "Please select the version number",
|
|
48
121
|
"please_use_public_domain": "Please use a public domain",
|
|
122
|
+
"prev_step": "Prev step",
|
|
123
|
+
"preview_and_debug": "Preview and debug",
|
|
49
124
|
"read_only": "Read only",
|
|
50
125
|
"reset_to_default": "Reset to default",
|
|
51
126
|
"restore_default_sort": "Restore the default sorting",
|
|
52
127
|
"save_success": "Save succeed",
|
|
53
128
|
"save_time": "Retention time",
|
|
129
|
+
"schema_mismatch": "Schema mismatch",
|
|
54
130
|
"search_creator": "Search for the creator",
|
|
131
|
+
"search_name": "Search name",
|
|
132
|
+
"select_category": "Select category",
|
|
133
|
+
"select_evaluation_set": "Please select the evaluation set",
|
|
55
134
|
"select_x": "Select {field}",
|
|
56
135
|
"selected_model_not_support_multi_modal": "The selected model does not support multi-modal, please adjust variable types or change the model",
|
|
57
136
|
"self_built_evaluator": "Self built evaluator",
|
|
58
137
|
"show_more": "Show more",
|
|
59
138
|
"single_choice": "Single choice",
|
|
139
|
+
"single_data_size_exceeded": "Single data size exceeds the limit",
|
|
140
|
+
"start_time": "Start time",
|
|
141
|
+
"status_running": "In execution",
|
|
142
|
+
"submit_new_version": "Submit a new version",
|
|
143
|
+
"submitted_successfully": "Submission successful",
|
|
144
|
+
"system_error": "System error",
|
|
145
|
+
"tag_disabled_no_modification": "This tag has been disabled and modification is not allowed.",
|
|
60
146
|
"tag_list": "Tag list",
|
|
147
|
+
"task_filter_gte": "Greater Than Or Equal",
|
|
148
|
+
"task_filter_lte": "Less Than Or Equal",
|
|
149
|
+
"testrun_require_fee": "The test run will consume resource points.",
|
|
150
|
+
"the_field_required": "The field is required",
|
|
151
|
+
"to_be_executed": "Pending execution",
|
|
152
|
+
"total_number": "Total number of items",
|
|
153
|
+
"try_other_keywords": "Please try other keywords or modify the filter options",
|
|
61
154
|
"unsave_leave_confirm_warning": "Leaving will result in the loss of unsaved content, are you sure?",
|
|
155
|
+
"unsubmitted_changes": "Modifications are not submitted",
|
|
62
156
|
"update_to": "Update to",
|
|
157
|
+
"upload_fail": "Upload failed",
|
|
158
|
+
"upload_failed_please_try_again": "Upload failed. Please try again",
|
|
63
159
|
"version_description": "Version description",
|
|
64
160
|
"version_record": "Version records",
|
|
65
161
|
"video_external_link": "Video - External Link",
|
|
@@ -68,5 +164,5 @@
|
|
|
68
164
|
"video_source_file": "Video - Source File",
|
|
69
165
|
"video_upload": "Video Upload",
|
|
70
166
|
"view_detail": "View details",
|
|
71
|
-
"what_is_trajectory": "What is
|
|
167
|
+
"what_is_trajectory": "What is trajectory"
|
|
72
168
|
}
|
|
@@ -1,65 +1,161 @@
|
|
|
1
1
|
{
|
|
2
|
+
"add_data": "添加数据",
|
|
2
3
|
"add_placeholder1_link": "添加{placeholder1}链接",
|
|
4
|
+
"append_data": "追加数据",
|
|
5
|
+
"basic_information": "基本信息",
|
|
6
|
+
"benchmark_group": "基准组",
|
|
7
|
+
"bulk_select": "批量选择",
|
|
8
|
+
"choose_model": "请选择模型",
|
|
9
|
+
"clear_filter": "清空筛选",
|
|
3
10
|
"click_ascending": "点击升序",
|
|
4
11
|
"click_descending": "点击降序",
|
|
12
|
+
"click_to_create": "点击右上角创建按钮进行创建",
|
|
5
13
|
"column_configuration": "列配置",
|
|
6
14
|
"column_management": "列管理",
|
|
7
15
|
"column_name": "列名",
|
|
16
|
+
"contains_illegal_content": "包含非法内容",
|
|
8
17
|
"control_group": "对照组",
|
|
9
18
|
"copy_content": "复制内容",
|
|
10
19
|
"copy_failed": "复制失败",
|
|
11
20
|
"copy_id": "复制 ID",
|
|
12
21
|
"copy_success": "复制成功",
|
|
22
|
+
"cozeloop_open_evaluate_array_object_data_sample_multimodal": "其Array<Object>数据样例如下,常见于多模态场景的Model span中。",
|
|
23
|
+
"cozeloop_open_evaluate_image_size_limit_20mb": "图片大小不能超过20MB",
|
|
24
|
+
"cozeloop_open_evaluate_image_upload_failed": "上传图片失败",
|
|
25
|
+
"cozeloop_open_evaluate_max_four_decimal_places": "最多保留小数点后四位",
|
|
26
|
+
"cozeloop_open_evaluate_multi_modal_data_in_cell_usage": "适用于在同个单元格中管理图、文各类模态混排的数据。",
|
|
27
|
+
"cozeloop_open_evaluate_selected_data_count": "已选 {placeholder1} 条数据",
|
|
28
|
+
"cozeloop_open_evaluate_uploading": "上传中...",
|
|
29
|
+
"cozeloop_open_evaluate_uploading_image": "正在上传图片...",
|
|
13
30
|
"create_success": "创建成功",
|
|
14
31
|
"current_draft": "当前草稿",
|
|
15
32
|
"current_user": "当前用户",
|
|
16
33
|
"current_version": "当前版本",
|
|
34
|
+
"data_conversion_failed": "数据转换失败",
|
|
17
35
|
"data_engine_dataset_columns": "数据集列",
|
|
36
|
+
"data_nesting_exceeds_limit": "数据嵌套层数超限",
|
|
37
|
+
"data_type": "数据类型",
|
|
38
|
+
"dataset_capacity_exceeded": "数据集容量超限",
|
|
18
39
|
"demo_space": "Demo 空间",
|
|
40
|
+
"draft_version": "草稿版本",
|
|
19
41
|
"drag_to_sort": "拖动排序",
|
|
42
|
+
"empty_data": "空数据",
|
|
43
|
+
"end_time": "结束时间",
|
|
44
|
+
"enter_integer": "请输入整数",
|
|
20
45
|
"enter_number": "请输入数字",
|
|
46
|
+
"evaluate_agent_execution_data_follow_structure": "Agent执行过程数据,需遵循规定数据结构。",
|
|
47
|
+
"evaluate_select_template": "选择模板",
|
|
48
|
+
"evaluate_trial_run": "试运行",
|
|
21
49
|
"evaluation_set": "评测集",
|
|
50
|
+
"evaluation_set_column": "评测集列",
|
|
51
|
+
"exceed_max_image_count": "图片数量超限",
|
|
52
|
+
"exceed_max_image_size": "图片大小超限",
|
|
53
|
+
"execution_result": "执行结果",
|
|
54
|
+
"field_mapping": "字段映射",
|
|
55
|
+
"file_format_error": "文件格式错误",
|
|
22
56
|
"form_leave_desc": "您的输入尚未保存,离开后将丢失",
|
|
23
57
|
"form_leave_title": "确认离开?",
|
|
58
|
+
"format_json": "格式化JSON",
|
|
24
59
|
"fornax_base_required_error": "该字段是必填的",
|
|
60
|
+
"fornax_test_documentation_center": "文档中心",
|
|
61
|
+
"generated_by_ai_tip": "内容由AI生成,无法确保真实准确,仅供参考。",
|
|
62
|
+
"get_image_failed": "图片获取失败",
|
|
63
|
+
"illegal_extension": "文件扩展名不合法",
|
|
64
|
+
"image_address": "图片地址",
|
|
65
|
+
"image_external_link": "图片-外链",
|
|
25
66
|
"image_or_node_quantity_limit": "图片数量不能超过20张或节点数量不能超过50个",
|
|
67
|
+
"image_preview": "图片预览",
|
|
26
68
|
"image_size_exceed_max": "图片大小不能超过{maxImageSize}MB",
|
|
69
|
+
"image_source_file": "图片-源文件",
|
|
27
70
|
"image_upload": "图片上传",
|
|
71
|
+
"import_data_column": "导入数据列",
|
|
72
|
+
"import_method": "导入方式",
|
|
73
|
+
"in_progress": "进行中",
|
|
74
|
+
"information_unsaved": "信息未保存",
|
|
75
|
+
"input_number_between_0_and_1": "请输入0~1区间内的数字",
|
|
76
|
+
"input_score_between_0_and_1": "请输入0-1的分值",
|
|
28
77
|
"insufficient_permissions": "权限不足",
|
|
78
|
+
"latest_version": "最新版本",
|
|
79
|
+
"leave_page_tip": "离开当前页面,信息将不被保存。",
|
|
29
80
|
"load_failed": "加载失败",
|
|
81
|
+
"logic_expr_add_filter": "添加筛选条件",
|
|
82
|
+
"logic_expr_add_filter_group": "添加筛选组条件",
|
|
83
|
+
"logic_expr_delete_filter": "添加筛选组条件",
|
|
84
|
+
"manual_annotation": "人工标注",
|
|
85
|
+
"manual_calibration": "人工校准",
|
|
86
|
+
"manual_reflow_add_field_mapping": "添加字段映射",
|
|
87
|
+
"manual_reflow_delete_field_mapping": "删除字段映射",
|
|
88
|
+
"manual_reflow_not_supported_yet": "暂不支持",
|
|
30
89
|
"max_upload_images_limit": "最多上传{maxFileCount}张图片",
|
|
31
90
|
"max_upload_videos_limit": "最多上传{maxFileCount}个视频",
|
|
91
|
+
"missing_required_field": "缺少必填字段",
|
|
32
92
|
"model_not_support_multi_modal": "该模型不支持多模态",
|
|
33
93
|
"model_not_support_multi_modal_adjust_or_change": "所选模型不支持多模态,请调整变量类型或更换模型",
|
|
34
94
|
"model_not_support_multi_modal_image": "该模型不支持多模态图片",
|
|
35
95
|
"model_not_support_multi_modal_video": "该模型不支持多模态视频",
|
|
96
|
+
"model_selection": "模型选择",
|
|
36
97
|
"multi_modal_image_limit_reached": "多模态图片已达上限,当前仅支持上传{canUseFileLimit}个文件",
|
|
37
98
|
"multi_modal_video_limit_reached": "多模态视频已达上限,当前仅支持上传{canUseFileLimit}个文件",
|
|
99
|
+
"name_already_exists": "名称已存在",
|
|
38
100
|
"new_node": "新节点",
|
|
101
|
+
"next_one": "下一条",
|
|
39
102
|
"no_access_permission_page": "您没有访问该页面的权限",
|
|
103
|
+
"no_data": "暂无数据",
|
|
40
104
|
"no_permission": "暂无权限",
|
|
105
|
+
"no_results_found": "未能找到相关结果",
|
|
106
|
+
"not_contain": "不包含",
|
|
107
|
+
"not_equal_to": "不等于",
|
|
108
|
+
"overwrite_data": "全量覆盖",
|
|
41
109
|
"page_load_failed": "页面加载失败",
|
|
42
110
|
"page_not_found": "页面丢失了",
|
|
111
|
+
"please_add_at_least_one_image_link": "请至少添加一个图片链接",
|
|
112
|
+
"please_enter_a_valid_url": "请输入有效的URL",
|
|
113
|
+
"please_enter_a_value": "请输入数值",
|
|
114
|
+
"please_enter_the_reason": "请输入原因",
|
|
43
115
|
"please_input_placeholder1_link": "请输入{placeholder1}链接",
|
|
44
116
|
"please_input_placeholder1_link_public": "请输入{placeholder1}链接,请使用公网域名",
|
|
45
117
|
"please_input_text": "请输入文本信息",
|
|
46
118
|
"please_input_version_description": "请输入版本说明",
|
|
47
119
|
"please_select": "请选择",
|
|
120
|
+
"please_select_a_version_number": "请选择版本号",
|
|
48
121
|
"please_use_public_domain": "请使用公网域名",
|
|
122
|
+
"prev_step": "上一步",
|
|
123
|
+
"preview_and_debug": "预览与调试",
|
|
49
124
|
"read_only": "只读",
|
|
50
125
|
"reset_to_default": "重置为默认",
|
|
51
126
|
"restore_default_sort": "点击恢复默认排序",
|
|
52
127
|
"save_success": "保存成功",
|
|
53
128
|
"save_time": "保存时间",
|
|
129
|
+
"schema_mismatch": "schema 不匹配",
|
|
54
130
|
"search_creator": "搜索创建人",
|
|
131
|
+
"search_name": "搜索名称",
|
|
132
|
+
"select_category": "选择分类",
|
|
133
|
+
"select_evaluation_set": "请选择评测集",
|
|
55
134
|
"select_x": "选择{field}",
|
|
56
135
|
"selected_model_not_support_multi_modal": "所选模型不支持多模态,请调整变量类型或更换模型",
|
|
57
136
|
"self_built_evaluator": "自建评估器",
|
|
58
137
|
"show_more": "显示更多",
|
|
59
138
|
"single_choice": "单选",
|
|
139
|
+
"single_data_size_exceeded": "单条数据大小超限",
|
|
140
|
+
"start_time": "开始时间",
|
|
141
|
+
"status_running": "执行中",
|
|
142
|
+
"submit_new_version": "提交新版本",
|
|
143
|
+
"submitted_successfully": "提交成功",
|
|
144
|
+
"system_error": "系统错误",
|
|
145
|
+
"tag_disabled_no_modification": "该标签已禁用,不允许修改",
|
|
60
146
|
"tag_list": "标签列表",
|
|
147
|
+
"task_filter_gte": "大于等于",
|
|
148
|
+
"task_filter_lte": "小于等于",
|
|
149
|
+
"testrun_require_fee": "试运行将产生资源点消耗",
|
|
150
|
+
"the_field_required": "该字段必填",
|
|
151
|
+
"to_be_executed": "待执行",
|
|
152
|
+
"total_number": "总条数",
|
|
153
|
+
"try_other_keywords": "请尝试其他关键词或修改筛选项",
|
|
61
154
|
"unsave_leave_confirm_warning": "离开后将丢失未保存的内容,确定吗?",
|
|
155
|
+
"unsubmitted_changes": "修改未提交",
|
|
62
156
|
"update_to": "更新为",
|
|
157
|
+
"upload_fail": "上传失败",
|
|
158
|
+
"upload_failed_please_try_again": "上传失败,请重试",
|
|
63
159
|
"version_description": "版本说明",
|
|
64
160
|
"version_record": "版本记录",
|
|
65
161
|
"video_external_link": "视频-外链",
|