You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/06/20 14:23:07 UTC

[incubator-dolphinscheduler] branch dev updated: fix issue #3018 [BUG]i18n incomplete (#3022)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6e0b464  fix issue #3018 [BUG]i18n incomplete (#3022)
6e0b464 is described below

commit 6e0b464531d322c2ff60470d3ed63d025d8c970f
Author: xsbai <XS...@gmail.com>
AuthorDate: Sat Jun 20 22:22:55 2020 +0800

    fix issue #3018 [BUG]i18n incomplete (#3022)
    
    Co-authored-by: dailidong <da...@gmail.com>
---
 .../src/js/conf/home/pages/security/pages/users/_source/list.vue        | 2 +-
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js                  | 1 +
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js                  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
index cb4a78f..7868107 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/list.vue
@@ -26,7 +26,7 @@
             <span>{{$t('User Name')}}</span>
           </th>
           <th>
-            <span>用户类型</span>
+            <span>{{$t('User Type')}}</span>
           </th>
           <th>
             <span>{{$t('Tenant')}}</span>
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
index c8d82d4..cec9859 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
@@ -181,6 +181,7 @@ export default {
   Tenant: 'Tenant',
   Email: 'Email',
   Phone: 'Phone',
+  'User Type':'User Type',
   'Please enter phone number': 'Please enter phone number',
   'Please enter main class': 'Please enter main class',
   'Please enter email': 'Please enter email',
diff --git a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
index e654490..540452e 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
@@ -184,6 +184,7 @@ export default {
   Tenant: '租户',
   Email: '邮件',
   Phone: '手机',
+  'User Type':'用户类型',
   'Please enter phone number': '请输入手机',
   'Please enter email': '请输入邮箱',
   'Please enter the correct email format': '请输入正确的邮箱格式',