From 194f8fa372e5ac1be66e55b42d967438b1ef1265 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 26 Feb 2020 10:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=200.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en_US.js | 9 +++++++++ frontend/src/i18n/zh_CN.js | 9 +++++++++ .../performance/components/settings/Workspace.vue | 14 +++++++------- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/frontend/src/i18n/en_US.js b/frontend/src/i18n/en_US.js index 9d93c61805..fbb1829393 100644 --- a/frontend/src/i18n/en_US.js +++ b/frontend/src/i18n/en_US.js @@ -1,4 +1,13 @@ const en_US = { + commons: { + 'workspace': 'Workspace', + 'name': 'Name', + 'description': 'Description', + 'save': 'Save' + }, + workspace: { + 'create': 'Create Workspace', + }, i18n: { 'home': 'Home', } diff --git a/frontend/src/i18n/zh_CN.js b/frontend/src/i18n/zh_CN.js index 7b248babfa..5345fd596e 100644 --- a/frontend/src/i18n/zh_CN.js +++ b/frontend/src/i18n/zh_CN.js @@ -1,4 +1,13 @@ const zh_CN = { + commons: { + 'workspace': '工作空间', + 'name': '名称', + 'description': '描述', + 'save': '保存' + }, + workspace: { + 'create': '创建工作空间', + }, i18n: { 'home': '首页', } diff --git a/frontend/src/performance/components/settings/Workspace.vue b/frontend/src/performance/components/settings/Workspace.vue index f211aae422..f90b35ecf7 100644 --- a/frontend/src/performance/components/settings/Workspace.vue +++ b/frontend/src/performance/components/settings/Workspace.vue @@ -4,7 +4,7 @@
- 工作空间 + {{$t('commons.workspace')}} @@ -14,8 +14,8 @@
- - + +