diff --git a/frontend/src/business/components/task/TaskCenter.vue b/frontend/src/business/components/task/TaskCenter.vue
index a910835b7f..0a6404f47f 100644
--- a/frontend/src/business/components/task/TaskCenter.vue
+++ b/frontend/src/business/components/task/TaskCenter.vue
@@ -33,7 +33,7 @@
:size="size.toString()"
custom-class="ms-drawer-task">
- {{ this.$t('') }}
+ {{ $t('commons.task_close') }}
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index f1da8a8fe5..c41218a46c 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -99,6 +99,9 @@ export default {
test_resource_pool: 'Resource Pool',
system_setting: 'Settings',
api: 'API',
+ encode: 'Encode',
+ follow_api: 'Follow API definition',
+ response_time_delay: 'Response delay time',
my_workstation: 'MyWorkstation',
performance: 'Performance',
enable_settings: 'Enable Settings',
@@ -179,7 +182,7 @@ export default {
batch_add: "Batch add",
check_project_tip: "Create or select the project first",
auth_redirect_tip: 'Jump to the authentication source page for authentication',
- tag_tip: "Enter Enter to Add Label",
+ tag_tip: "Enter to Add Label",
node_name_tip: "The name cannot contain'\\'",
more_operator: "More operator",
mock: "Mock settings",
@@ -203,6 +206,9 @@ export default {
execute_history: "Execute history",
debug_history: "Debug history",
testing: "Testing",
+ enable_scene: "Enable scene environment",
+ enable_scene_info: "Enable scene environment: the current step uses the original environment configuration of the scene to run",
+ edit_info: "Edit details",
environment: "Environment",
run_success: "Run Success",
run_completed: "Run Completed",
@@ -1012,6 +1018,7 @@ export default {
copy: "Copy Test",
please_select_case: "Please select case",
fail_to_stop: "Fail to stop",
+ batch_add_parameter: "Format: parameter name: parameter value
like:Accept-Encoding:utf-8",
jar_config: {
title: "Upload jar package",
jar_file: "Jar package",
@@ -1454,6 +1461,23 @@ export default {
json_path_clear: "Clear JSONPath Assertion",
debug_first: "First, debug to get the response",
suggest_tip: "Click the note to add the JSONPath assertion",
+ regex_info: 'Special characters "$ () * +. [] \\ ^ {} |" need to be escaped as "\\ "+"special characters", such as "\\$"',
+ regular_match: 'Regular match',
+ none: 'Do not verify []',
+ value_eq: 'Value-equal to [value=]',
+ value_not_eq: 'Value-not equal to [value!=]',
+ value_in: 'Value-include [include=]',
+ length_eq: 'Length-equal to [length=]',
+ length_not_eq: 'Length-not equal to [length!=]',
+ length_gt: 'Length-greater than [length>]',
+ length_lt: 'Length-less than [length<]',
+ must_contain: 'Must contain',
+ type_verification: 'Type verification',
+ content_verification: 'Content verification',
+ expected_results: 'Expected results',
+ check: 'Check the elements in the array',
+ add_check: 'Add check',
+ add_subfield: 'Add subfield'
},
extract: {
label: "Extract from response",
@@ -1728,6 +1752,7 @@ export default {
assertions: "Assertions",
assertions_pass: "Passed Assertions",
assertions_name: "Assertion Name",
+ assertions_content: "Content",
assertions_error_message: "Error Message",
assertions_is_success: "Fail/Success",
result: "Result",
@@ -1850,7 +1875,7 @@ export default {
please_select_relate_test: "Please select the test to associate",
relate_test_not_find: 'The associated test does not exist, please check the test case',
other_relate_test_not_find: 'Associated test name, please go to the third party platform to execute',
- batch_handle: 'Batch processing (select {0} item)',
+ batch_handle: 'Batch processing (select {0} items)',
batch_update: 'Update the attributes of {0} cases',
select_catalog: 'Please select use case catalog',
updated_attr_value: 'The updated attribute value',
@@ -2364,7 +2389,9 @@ export default {
format: "Format",
nothing: "Nothing",
preview: "Preview",
- add_custom: "Add Custom Prop"
+ add_custom: "Add Custom Prop",
+ json_warning: 'The imported data is not in JSON format',
+ json_schema_warning: 'The imported data is not in JSON-SCHEMA format',
},
loop: {
loops_title: "loops",
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index 3874391170..30c2a5c085 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -57,6 +57,7 @@ export default {
confirm: '确定',
cancel: '取消',
scenario: '场景',
+ scenario_warning: '当前场景没有环境,需要先设置自身环境',
confirm_info: '未保存,是否确认关闭?',
track: '用例',
actuator: '执行器',
@@ -99,6 +100,9 @@ export default {
test_resource_pool: '测试资源池',
system_setting: '系统设置',
api: '接口测试',
+ follow_api: '跟随API定义',
+ encode: '编码',
+ response_time_delay: '响应延迟时间',
performance: '性能测试',
enable_settings: '启用设置',
view_settings: '显示设置',
@@ -203,6 +207,9 @@ export default {
execute_history: "执行历史",
debug_history: "调试历史",
testing: "测试中",
+ edit_info: "编辑详情",
+ enable_scene: "启用场景环境",
+ enable_scene_info: "启用场景环境:当前步骤使用场景原始环境配置运行",
environment: "运行环境",
run_success: "执行成功",
run_completed: "执行完成",
@@ -1460,6 +1467,23 @@ export default {
set_failure_status: "设置失败状态",
set_failure_msg: "设置失败消息",
suggest_tip: "点击便签添加JSONPath断言",
+ regex_info: '特殊字符"$ ( ) * + . [ ] \\ ^ { } |"需转义为"\\ "+"特殊字符",如"\\$"',
+ regular_match: '正则匹配',
+ none: '不校验[]',
+ value_eq: '值-等于[value=]',
+ value_not_eq: '值-不等于[value!=]',
+ value_in: '值-包含[include=]',
+ length_eq: '长度-等于[length=]',
+ length_not_eq: '长度-不等于[length!=]',
+ length_gt: '长度-大于[length>]',
+ length_lt: '长度-小于[length<]',
+ must_contain: '必含',
+ type_verification: '类型校验',
+ content_verification: '内容校验',
+ expected_results: '预期结果',
+ check: '校验组内元素',
+ add_check: '添加校验',
+ add_subfield: '添加子字段'
},
extract: {
label: "提取",
@@ -1736,6 +1760,7 @@ export default {
assertions_pass: "成功断言",
assertions_name: "断言名称",
assertions_error_message: "错误信息",
+ assertions_content: "内容",
assertions_is_success: "是否成功",
result: "结果",
success: "成功",
@@ -2369,7 +2394,9 @@ export default {
format: "格式化",
nothing: "无",
preview: "预览",
- add_custom: "添加自定义属性"
+ add_custom: "添加自定义属性",
+ json_warning: "导入的数据非JSON格式",
+ json_schema_warning: '导入的数据非JSON-SCHEMA 格式',
},
loop: {
loops_title: "次数循环",
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index 493ee0ce2c..99cddfc52d 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -57,6 +57,7 @@ export default {
confirm: '確定',
cancel: '取消',
scenario: '場景',
+ scenario_warning: '當前場景沒有環境,需要先設定自身環境',
confirm_info: '未保存,是否確認關閉?',
track: '用例',
actuator: '執行器',
@@ -99,6 +100,9 @@ export default {
test_resource_pool: '測試資源池',
system_setting: '系統設置',
api: '接口測試',
+ encode: '编码',
+ follow_api: '跟隨API定義',
+ response_time_delay: '響應延遲時間',
performance: '性能測試',
enable_settings: '啟用設置',
view_settings: '顯示設置',
@@ -200,6 +204,9 @@ export default {
create_user_id: '創建人ID',
run_message: "任務執行中,請到任務中心查看詳情",
executor: "執行人",
+ edit_info: "編輯詳情",
+ enable_scene: "啟用場景環境",
+ enable_scene_info: "啟用場景環境:當前步驟使用場景原始環境配寘運行",
execute_history: "執行歷史",
debug_history: "調試歷史",
testing: "測試中",
@@ -1459,6 +1466,23 @@ export default {
set_failure_status: "設置失敗狀態",
set_failure_msg: "設置失敗消息",
suggest_tip: "點擊便簽添加JSONPath斷言",
+ regex_info: '特殊字元“$()* + . [ ] \\ ^ { } |”需轉義為“\\”+“特殊字元”,如“\\$”',
+ regular_match: '正則匹配',
+ none: '不校驗[]',
+ value_eq: '值-等於[value=]',
+ value_not_eq: '值-不等於[value!=]',
+ value_in: '值-包含[include=]',
+ length_eq: '長度-等於[length=]',
+ length_not_eq: '長度-不等於[length!=]',
+ length_gt: '長度-大於[length>]',
+ length_lt: '長度-小於[length<]',
+ must_contain: '必含',
+ type_verification: '類型校驗',
+ content_verification: '内容校驗',
+ expected_results: '預期結果',
+ check: '校驗組內元素',
+ add_check: '添加校驗',
+ add_subfield: '添加子字段'
},
extract: {
label: "提取",
@@ -1735,6 +1759,7 @@ export default {
assertions_pass: "成功斷言",
assertions_name: "斷言名稱",
assertions_error_message: "錯誤信息",
+ assertions_content: "內容",
assertions_is_success: "是否成功",
result: "結果",
success: "成功",
@@ -2368,7 +2393,9 @@ export default {
format: "格式化",
nothing: "無",
preview: "預覽",
- add_custom: "添加自定義屬性"
+ add_custom: "添加自定義屬性",
+ json_warning: "導入的數據非JSON格式",
+ json_schema_warning: '導入的數據非JSON-SCHEMA格式',
},
loop: {
loops_title: "次數循環",