From 4ec2db9e5c2a0a4c191cd2bbf7f42e77f771fc74 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Wed, 16 Mar 2022 14:30:30 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the language display error in project overview and home page. (#8925) --- dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 4 +++- dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts index 1b61cc2f17..7f35f22c90 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts +++ b/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 = { diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts index aaffb705c3..cf69cfec85 100644 --- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts +++ b/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 = {