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

songjian 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 72bdf6f03c [Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced 
success button multi-language support error. (#9392)
72bdf6f03c is described below

commit 72bdf6f03cfa85de590e93308cc675167e4243f1
Author: songjianet <[email protected]>
AuthorDate: Fri Apr 8 10:02:48 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button 
multi-language support error. (#9392)
---
 dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 1 +
 dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts 
b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
index 8faf9f9031..dec8f5b1fb 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
@@ -564,6 +564,7 @@ const project = {
     edit: 'Edit',
     delete: 'Delete',
     delete_confirm: 'Delete?',
+    forced_success: 'Forced Success',
     view_log: 'View Log',
     download_log: 'Download Log',
     refresh: 'Refresh'
diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts 
b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
index 8e81fab7e7..77a356414b 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
@@ -559,6 +559,7 @@ const project = {
     edit: '编辑',
     delete: '删除',
     delete_confirm: '确定删除吗?',
+    forced_success: '强制成功',
     view_log: '查看日志',
     download_log: '下载日志',
     refresh: '刷新'

Reply via email to