This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 16103e9c12 [Fix-16770] [Workflow State Statistics] Fix workflow state
statistics status shows error (#16771)
16103e9c12 is described below
commit 16103e9c12eb6f64bda2e92effcbc7eadcc573f7
Author: 小可耐 <[email protected]>
AuthorDate: Wed Nov 6 14:39:40 2024 +0800
[Fix-16770] [Workflow State Statistics] Fix workflow state statistics
status shows error (#16771)
---
dolphinscheduler-ui/src/locales/en_US/home.ts | 3 ++-
dolphinscheduler-ui/src/locales/zh_CN/home.ts | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dolphinscheduler-ui/src/locales/en_US/home.ts
b/dolphinscheduler-ui/src/locales/en_US/home.ts
index 3daba6a795..6d29faf17c 100644
--- a/dolphinscheduler-ui/src/locales/en_US/home.ts
+++ b/dolphinscheduler-ui/src/locales/en_US/home.ts
@@ -39,5 +39,6 @@ export default {
dispatch: 'DISPATCH',
ready_block: 'READY_BLOCK',
block: 'BLOCK',
- wait_to_run: 'WAIT_TO_RUN'
+ wait_to_run: 'WAIT_TO_RUN',
+ failover: 'FAILOVER'
}
diff --git a/dolphinscheduler-ui/src/locales/zh_CN/home.ts
b/dolphinscheduler-ui/src/locales/zh_CN/home.ts
index 18999cc866..2e40f9fcf1 100644
--- a/dolphinscheduler-ui/src/locales/zh_CN/home.ts
+++ b/dolphinscheduler-ui/src/locales/zh_CN/home.ts
@@ -39,5 +39,6 @@ export default {
dispatch: '派发',
ready_block: '准备阻断',
block: '阻断',
- wait_to_run: '等待执行'
+ wait_to_run: '等待执行',
+ failover: '恢复容错'
}