You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/03/16 06:31:47 UTC

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

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4ec2db9  [Fix][UI Next][V1.0.0-Alpha] Fix the language display error in project overview and home page. (#8925)
4ec2db9 is described below

commit 4ec2db9e5c2a0a4c191cd2bbf7f42e77f771fc74
Author: songjianet <17...@qq.com>
AuthorDate: Wed Mar 16 14:30:30 2022 +0800

    [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 1b61cc2..7f35f22 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 aaffb70..cf69cfe 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 = {