You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/07/27 15:29:44 UTC

[dolphinscheduler] branch 1.3.7-prepare updated: [1.3.7-prepare#5421] Change the status box text (#5421) (#5868)

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

kirs pushed a commit to branch 1.3.7-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.7-prepare by this push:
     new 9015592  [1.3.7-prepare#5421] Change the status box text (#5421) (#5868)
9015592 is described below

commit 90155929010d9e0aa0fc3df060d8544ef6a30927
Author: Wenjun Ruan <86...@qq.com>
AuthorDate: Tue Jul 27 23:29:30 2021 +0800

    [1.3.7-prepare#5421] Change the status box text (#5421) (#5868)
    
    * [Improvement] Change the status box text (#5421)
    
    * Add single quote
---
 .../home/pages/projects/pages/_source/instanceConditions/common.js   | 2 +-
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js               | 5 +++--
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js               | 5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js
index 694d047..154c1d0 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js
@@ -23,7 +23,7 @@ import i18n from '@/module/i18n'
 const stateType = [
   {
     code: '',
-    label: `${i18n.$t('none')}`
+    label: `${i18n.$t('AllStatus')}`
   }, {
     code: 'SUBMITTED_SUCCESS',
     label: `${i18n.$t('Submitted successfully')}`
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 49494b4..ec3125b 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
@@ -421,8 +421,9 @@ export default {
   'Create Resource': 'Create Resource',
   'User Center': 'User Center',
   'Please enter method': 'Please enter method',
-  none: 'none',
-  name: 'name',
+  'AllStatus': 'All',
+  'none': 'None',
+  'name': 'Name',
   'Process priority': 'Process priority',
   'Task priority': 'Task priority',
   'Task timeout alarm': 'Task timeout alarm',
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 2f48e4e..eeb6955 100755
--- a/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
+++ b/dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
@@ -421,8 +421,9 @@ export default {
   'Create Resource': '创建资源',
   'User Center': '用户中心',
   'Please enter method': '请输入方法',
-  none: '无',
-  name: '名称',
+  'AllStatus': '全部状态',
+  'none': '无',
+  'name': '名称',
   'Process priority': '流程优先级',
   'Task priority': '任务优先级',
   'Task timeout alarm': '任务超时告警',