Skip to content

Commit f3e5c00

Browse files
authored
fix: fix i18n (#4077)
1 parent 89bf601 commit f3e5c00

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

shell/app/layout/pages/page-container/components/navigation/platform-selector.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const PlatformSelector = () => {
2929
{
3030
key: 'Trantor',
3131
label: 'Trantor',
32-
desc: i18n.t('layout:Software building platform'),
32+
desc: i18n.t('layout:Software creation platform'),
3333
imgURL: trantorIcon,
3434
herf: erdaEnv.TRANTOR_URL as string,
3535
},
@@ -38,7 +38,7 @@ export const PlatformSelector = () => {
3838
{
3939
key: 'Erda',
4040
label: 'Erda',
41-
desc: i18n.t('layout:Application development management platform'),
41+
desc: i18n.t('layout:Enterprise digital platform'),
4242
imgURL: erdaIcon,
4343
},
4444
{

shell/app/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@
21492149
},
21502150
"layout": {
21512151
"Account Settings": "Account Settings",
2152-
"Application development management platform": "Application development management platform",
2152+
"Enterprise digital platform": "Enterprise digital platform",
21532153
"Apply for new organization": "Apply for new organization",
21542154
"Approval": "Approval",
21552155
"Certificate": "Certificate",
@@ -2164,7 +2164,7 @@
21642164
"Organization identifier": "Organization identifier",
21652165
"Organization name": "Organization name",
21662166
"Organizational space": "Organizational space",
2167-
"Software building platform": "Software building platform",
2167+
"Software creation platform": "Software creation platform",
21682168
"announcement": "announcement",
21692169
"back to application list": "back to application list",
21702170
"back to dop": "back to DevOps platform",

shell/app/locales/zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@
21492149
},
21502150
"layout": {
21512151
"Account Settings": "账号设置",
2152-
"Application development management platform": "应用开发管理平台",
2152+
"Enterprise digital platform": "企业数字化平台",
21532153
"Apply for new organization": "申请新组织",
21542154
"Approval": "审批管理",
21552155
"Certificate": "证书管理",
@@ -2164,7 +2164,7 @@
21642164
"Organization identifier": "组织标识",
21652165
"Organization name": "组织名称",
21662166
"Organizational space": "组织空间",
2167-
"Software building platform": "软件搭建平台",
2167+
"Software creation platform": "软件创作平台",
21682168
"announcement": "公告",
21692169
"back to application list": "返回应用列表",
21702170
"back to dop": "返回 DevOps 平台",

0 commit comments

Comments
 (0)