Browse Source

[Fix][UI Next][V1.0.0-Alpha] Fix the language display error in project overview and home page. (#8925)

3.0.0/version-upgrade
songjianet 2 years ago committed by GitHub
parent
commit
4ec2db9e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-ui-next/src/locales/modules/en_US.ts
  2. 4
      dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts

4
dolphinscheduler-ui-next/src/locales/modules/en_US.ts

@ -103,7 +103,9 @@ const home = {
waiting_depend: 'WAITING_DEPEND',
delay_execution: 'DELAY_EXECUTION',
forced_success: 'FORCED_SUCCESS',
serial_wait: 'SERIAL_WAIT'
serial_wait: 'SERIAL_WAIT',
ready_block: 'READY_BLOCK',
block: 'BLOCK'
}
const password = {

4
dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts

@ -103,7 +103,9 @@ const home = {
waiting_depend: '等待依赖完成',
delay_execution: '延时执行',
forced_success: '强制成功',
serial_wait: '串行等待'
serial_wait: '串行等待',
ready_block: '准备阻断',
block: '阻断'
}
const password = {

Loading…
Cancel
Save