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

slim
songjianet 2022-03-16 14:30:30 +08:00 committed by GitHub
parent 276a68a23e
commit 4ec2db9e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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 = {

View File

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