From 91bf921f12925c0a0b1f2f027a671dd7db5d5049 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 21 Jul 2020 20:47:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Viewer=E6=9D=83=E9=99=90=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=90=8D=E7=A7=B0=E5=8F=98=E4=B8=BA=E5=8F=AA=E8=AF=BB?= =?UTF-8?q?=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en-US.js | 2 +- frontend/src/i18n/zh-CN.js | 2 +- frontend/src/i18n/zh-TW.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 1ab5889bb4..ddc79181d2 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -231,7 +231,7 @@ export default { org_admin: 'Org_Admin', test_manager: 'Test Manager', test_user: 'Test User', - test_viewer: 'Test Viewer', + test_viewer: 'Read-only User', add: 'Add Role', }, report: { diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index cc0f40ebaf..88fe99094f 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -229,7 +229,7 @@ export default { org_admin: '组织管理员', test_manager: '测试经理', test_user: '测试人员', - test_viewer: 'Viewer', + test_viewer: '只读用户', add: '添加角色', }, report: { diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 71b22b71d7..582bec3b70 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -228,7 +228,7 @@ export default { org_admin: '組織管理員', test_manager: '測試經理', test_user: '測試人員', - test_viewer: 'Viewer', + test_viewer: '只讀用戶', add: '添加角色', }, report: {