From 2d8e29cc3b471132345dad917a9b3fd4438c3408 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 5 Mar 2024 20:18:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=9A=84i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1034849 --user=王孝刚 【系统设置】系统-组织与项目-结束/启用(组织/项目)-提示错误 https://www.tapd.cn/55049933/s/1469766 --- frontend/src/views/setting/organization/project/locale/en-US.ts | 2 +- frontend/src/views/setting/organization/project/locale/zh-CN.ts | 2 +- .../views/setting/system/organizationAndProject/locale/zh-CN.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/setting/organization/project/locale/en-US.ts b/frontend/src/views/setting/organization/project/locale/en-US.ts index 4ae69f6c93..ae1279ba32 100644 --- a/frontend/src/views/setting/organization/project/locale/en-US.ts +++ b/frontend/src/views/setting/organization/project/locale/en-US.ts @@ -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', diff --git a/frontend/src/views/setting/organization/project/locale/zh-CN.ts b/frontend/src/views/setting/organization/project/locale/zh-CN.ts index 74da1958e5..42a8f2fdf1 100644 --- a/frontend/src/views/setting/organization/project/locale/zh-CN.ts +++ b/frontend/src/views/setting/organization/project/locale/zh-CN.ts @@ -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': '结束后的项目不展示在项目切换列表', diff --git a/frontend/src/views/setting/system/organizationAndProject/locale/zh-CN.ts b/frontend/src/views/setting/system/organizationAndProject/locale/zh-CN.ts index 8c9c5c5917..833514f222 100644 --- a/frontend/src/views/setting/system/organizationAndProject/locale/zh-CN.ts +++ b/frontend/src/views/setting/system/organizationAndProject/locale/zh-CN.ts @@ -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': '结束后的项目不展示在项目切换列表',