You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/04/08 02:21:11 UTC

[dolphinscheduler] branch 3.0.0-alpha-prepare updated: [cherry-pick][Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button multi-language support error. (#9395)

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

songjian pushed a commit to branch 3.0.0-alpha-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.0-alpha-prepare by this push:
     new 6c9e07cce2 [cherry-pick][Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button multi-language support error. (#9395)
6c9e07cce2 is described below

commit 6c9e07cce26193a9dd5a910248f294872aa2b792
Author: songjianet <17...@qq.com>
AuthorDate: Fri Apr 8 10:21:06 2022 +0800

    [cherry-pick][Fix][UI Next][V1.0.0-Alpha] Fix the task instance forced success button multi-language support error. (#9395)
---
 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 a76690effd..d1a5fb2552 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 a435f59371..b4f59ea649 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: '刷新'