Browse Source

[1.3.7-prepare#5421] Change the status box text (#5421) (#5868)

* [Improvement] Change the status box text (#5421)

* Add single quote
Wenjun Ruan 3 years ago committed by GitHub
parent
commit
9015592901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/instanceConditions/common.js
  2. 5
      dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
  3. 5
      dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js

2
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')}`

5
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',

5
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': '任务超时告警',

Loading…
Cancel
Save