diff --git a/frontend/src/business/components/project/menu/EditProject.vue b/frontend/src/business/components/project/menu/EditProject.vue index 35edc753ef..ec4f4058b5 100644 --- a/frontend/src/business/components/project/menu/EditProject.vue +++ b/frontend/src/business/components/project/menu/EditProject.vue @@ -47,6 +47,10 @@ + + + + diff --git a/frontend/src/business/components/settings/workspace/MsProject.vue b/frontend/src/business/components/settings/workspace/MsProject.vue index 86ea1d5940..44006eed79 100644 --- a/frontend/src/business/components/settings/workspace/MsProject.vue +++ b/frontend/src/business/components/settings/workspace/MsProject.vue @@ -142,17 +142,17 @@ - + - + - + diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 778993a6c5..b105c4eab0 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -596,6 +596,7 @@ export default { jira_key: 'JIRA Project key', zentao_id: 'Zentao Project ID', azureDevops_id: 'AzureDevops Project ID', + azureDevops_filter_id: 'AzureDevops Filter ID', azureDevops_info:'AzureDevops Information', azureDevops_tip:'This information is the user token information for submitting defects through Azure Devops. If not filled in, the default information configured in the workspace will be used', manager: 'Manager', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 2d32d7971b..01c2ffbcc7 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -599,6 +599,7 @@ export default { jira_key: 'JIRA项目key', zentao_id: 'Zentao项目ID', azureDevops_id: 'AzureDevops项目ID', + azureDevops_filter_id: 'AzureDevops过滤ID', azureDevops_info:'AzureDevops 信息', azureDevops_tip:'该信息为通过Azure Devops提交缺陷的用户令牌信息,若未填写,则使用工作空间中配置的默认信息', manager: '项目管理', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 1e5ec748de..319b696d88 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -600,6 +600,7 @@ export default { jira_key: 'JIRA項目key', zentao_id: 'Zentao項目ID', azureDevops_id: 'AzureDevops項目ID', + azureDevops_filter_id: 'AzureDevops過濾ID', azureDevops_info:'AzureDevops 信息', azureDevops_tip:'該信息為通過Azure Devops提交缺陷的用戶令牌信息,若未填寫,則使用工作空間中配置的默認信息', manager: '項目管理',