[Fix][UI Next][V1.0.0-Alpha] Fix the language display error in project overview and home page. (#8925)
parent
276a68a23e
commit
4ec2db9e5c
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -103,7 +103,9 @@ const home = {
|
|||
waiting_depend: '等待依赖完成',
|
||||
delay_execution: '延时执行',
|
||||
forced_success: '强制成功',
|
||||
serial_wait: '串行等待'
|
||||
serial_wait: '串行等待',
|
||||
ready_block: '准备阻断',
|
||||
block: '阻断'
|
||||
}
|
||||
|
||||
const password = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue