fix(系统设置): 修改项目的i18n
--bug=1034849 --user=王孝刚 【系统设置】系统-组织与项目-结束/启用(组织/项目)-提示错误 https://www.tapd.cn/55049933/s/1469766
This commit is contained in:
parent
ce6c994386
commit
2d8e29cc3b
|
@ -57,7 +57,7 @@ export default {
|
|||
'system.organization.createProject': 'Create project',
|
||||
'system.organization.subordinateOrg': 'Subordinate organization',
|
||||
'system.project.revokeDeleteTitle': 'Confirm revoke delete {name} ?',
|
||||
'system.project.enableTitle': 'Start project',
|
||||
'system.project.enableTitle': 'Enable project',
|
||||
'system.project.endTitle': 'Close project',
|
||||
'system.project.enableContent': 'The project after opening is displayed in the organization switching list',
|
||||
'system.project.endContent': 'The project after closing is not displayed in the project switching list',
|
||||
|
|
|
@ -52,7 +52,7 @@ export default {
|
|||
'system.organization.createProject': '创建项目',
|
||||
'system.organization.subordinateOrg': '所属组织',
|
||||
'system.project.revokeDeleteTitle': '确认撤销删除 {name} 这个项目吗?',
|
||||
'system.project.enableTitle': '开启项目',
|
||||
'system.project.enableTitle': '启用项目',
|
||||
'system.project.endTitle': '结束项目',
|
||||
'system.project.enableContent': '开启后的项目展示在项目切换列表',
|
||||
'system.project.endContent': '结束后的项目不展示在项目切换列表',
|
||||
|
|
|
@ -54,7 +54,7 @@ export default {
|
|||
'system.organization.searchIndexPlaceholder': '通过ID或名称搜索',
|
||||
'system.organization.searchUserPlaceholder': '通过名称/邮箱/手机搜索',
|
||||
'system.organization.organizationAdminRequired': '组织管理员不能为空',
|
||||
'system.project.enableTitle': '开启项目',
|
||||
'system.project.enableTitle': '启用项目',
|
||||
'system.project.endTitle': '结束项目',
|
||||
'system.project.enableContent': '开启后的项目展示在项目切换列表',
|
||||
'system.project.endContent': '结束后的项目不展示在项目切换列表',
|
||||
|
|
Loading…
Reference in New Issue