-
+
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index 535d5572e8..e4713201c7 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -173,8 +173,18 @@ export default {
special_characters_are_not_supported: 'Incorrect format (special characters are not supported and cannot end with \'-\')',
none: 'None Organization',
select: 'Select Organization',
-
-
+ service_integration: 'Service integration',
+ defect_manage: 'Defect management platform',
+ select_defect_platform: 'Please select the defect management platform to be integrated:',
+ basic_auth_info: 'Basic Auth account information:',
+ api_account: 'API account',
+ api_password: 'API password',
+ input_api_account: 'please enter account',
+ input_api_password: 'Please enter password',
+ use_tip: 'Usage guidelines:',
+ use_tip_one: 'Basic Auth account information is queried in "Company Management-Security and Integration-Open Platform"',
+ use_tip_two: 'After saving the Basic Auth account information, you need to manually associate the ID/key in the Metersphere project',
+ link_the_project_now: 'Link the project now',
},
project: {
name: 'Project name',
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index 6bce5031ee..016cdfe8cf 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -174,6 +174,18 @@ export default {
none: '无组织',
select: '选择组织',
delete_warning: '删除该组织将同步删除该组织下所有相关工作空间和相关工作空间下的所有项目,以及项目中的所有用例、接口测试、性能测试等,确定要删除吗?',
+ service_integration: '服务集成',
+ defect_manage: '缺陷管理平台',
+ select_defect_platform: '请选择要集成的缺陷管理平台:',
+ basic_auth_info: 'Basic Auth 账号信息:',
+ api_account: 'API 账号',
+ api_password: 'API 口令',
+ input_api_account: '请输入账号',
+ input_api_password: '请输入口令',
+ use_tip: '使用指引:',
+ use_tip_one: 'Basic Auth 账号信息在"公司管理-安全与集成-开放平台"中查询',
+ use_tip_two: '保存 Basic Auth 账号信息后,需要在 Metersphere 项目中手动关联 ID/key',
+ link_the_project_now: '马上关联项目',
},
project: {
recent: '最近的项目',
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index eac1411442..3038392d69 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -172,7 +172,18 @@ export default {
none: '無組織',
select: '選擇組織',
delete_warning: '删除该组织将同步删除该组织下所有相关工作空间和相关工作空间下的所有项目,以及项目中的所有用例、接口测试、性能测试等,确定要删除吗?',
-
+ service_integration: '服務集成',
+ defect_manage: '缺陷管理平台',
+ select_defect_platform: '請選擇要集成的缺陷管理平台:',
+ basic_auth_info: 'Basic Auth 賬號信息:',
+ api_account: 'API 賬號',
+ api_password: 'API 口令',
+ input_api_account: '請輸入賬號',
+ input_api_password: '請輸入口令',
+ use_tip: '使用指引:',
+ use_tip_one: 'Basic Auth 賬號信息在"公司管理-安全與集成-開放平台"中查詢',
+ use_tip_two: '保存 Basic Auth 賬號信息後,需要在 Metersphere 項目中手動關聯 ID/key',
+ link_the_project_now: '馬上關聯項目',
},
project: {
recent: '最近的項目',