From 36ec05a2f0f0838cd174fb14e3492bcc93d17e29 Mon Sep 17 00:00:00 2001 From: lenboo Date: Wed, 17 Jul 2019 19:41:53 +0800 Subject: [PATCH] update i18n --- escheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue | 2 +- escheduler-ui/src/js/module/i18n/locale/en_US.js | 3 ++- escheduler-ui/src/js/module/i18n/locale/zh_CN.js | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue b/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue index a42feabf60..5d715fd0c4 100644 --- a/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue +++ b/escheduler-ui/src/js/conf/home/pages/dag/_source/udp/udp.vue @@ -31,7 +31,7 @@
- 超时告警 + {{$t('warning of timeout')}} diff --git a/escheduler-ui/src/js/module/i18n/locale/en_US.js b/escheduler-ui/src/js/module/i18n/locale/en_US.js index a56eaec46b..79d66cf147 100644 --- a/escheduler-ui/src/js/module/i18n/locale/en_US.js +++ b/escheduler-ui/src/js/module/i18n/locale/en_US.js @@ -462,7 +462,7 @@ export default { 'process number of waiting for running': 'process number of waiting for running', 'failure command number': 'failure command number', 'tasks number of waiting running': 'tasks number of waiting running', - 'task number of ready to kill': '待杀死任务数', + 'task number of ready to kill': 'task number of ready to kill', 'Statistics manage': 'Statistics manage', 'statistics': 'statistics', 'select tenant':'select tenant', @@ -470,5 +470,6 @@ export default { 'The start time must not be the same as the end': 'The start time must not be the same as the end', 'Startup parameter': 'Startup parameter', 'Startup type': 'Startup type', + 'warning of timeout': 'warning of timeout', 'Complement range': 'Complement range' } diff --git a/escheduler-ui/src/js/module/i18n/locale/zh_CN.js b/escheduler-ui/src/js/module/i18n/locale/zh_CN.js index 1186a353ac..93d145bc8b 100644 --- a/escheduler-ui/src/js/module/i18n/locale/zh_CN.js +++ b/escheduler-ui/src/js/module/i18n/locale/zh_CN.js @@ -471,5 +471,6 @@ export default { 'The start time must not be the same as the end': '开始时间和结束时间不能相同', 'Startup parameter': '启动参数', 'Startup type': '启动类型', + 'warning of timeout': '超时告警', 'Complement range': '补数范围' }