fix(个人信息): 三方平台汉化

--bug=1008018 --user=郭雨琦 【个人信息】个人信息-第三方平台,汉化问题
This commit is contained in:
guoyuqi 2021-11-23 20:25:00 +08:00 committed by 刘瑞斌
parent f97ef915ed
commit 38c6150a0e
4 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-form label-position="right" label-width="160px" size="small">
<el-form-item :label="'AzureDevops 信息'">
<ms-instructions-icon size="10" :content="'该信息为通过Azure Devops提交缺陷的用户令牌信息若未填写则使用工作空间中配置的默认信息'"/>
<el-form-item :label="$t('project.azureDevops_info')">
<ms-instructions-icon size="10" :content="$t('project.azureDevops_tip')"/>
</el-form-item>
<el-form-item :label="$t('organization.integration.azure_pat')" prop="pat">
<el-input v-model="data.azureDevopsPat" :placeholder="$t('organization.integration.input_azure_pat')"/>

View File

@ -594,6 +594,8 @@ export default {
jira_key: 'JIRA Project key',
zentao_id: 'Zentao Project ID',
azureDevops_id: 'AzureDevops Project 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',
no_data: 'No Data',
select: 'Select',

View File

@ -597,6 +597,8 @@ export default {
jira_key: 'JIRA项目key',
zentao_id: 'Zentao项目ID',
azureDevops_id: 'AzureDevops项目ID',
azureDevops_info:'AzureDevops 信息',
azureDevops_tip:'该信息为通过Azure Devops提交缺陷的用户令牌信息若未填写则使用工作空间中配置的默认信息',
manager: '项目管理',
group_permission: '用户组与权限',
global: '全局',

View File

@ -598,6 +598,8 @@ export default {
jira_key: 'JIRA項目key',
zentao_id: 'Zentao項目ID',
azureDevops_id: 'AzureDevops項目ID',
azureDevops_info:'AzureDevops 信息',
azureDevops_tip:'該信息為通過Azure Devops提交缺陷的用戶令牌信息若未填寫則使用工作空間中配置的默認信息',
manager: '項目管理',
no_data: '無數據',
select: '選擇項目',