From c1f03711c7db7b5780a31fd277dfea2e4210005a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 26 九月 2024 13:25:06 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index a065ad7..dfa4d7a 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -64,6 +64,7 @@ }, loadMore: 'Load More Data', complete: 'Complete', + deprecated: 'Deprecated', }, msg: { confirm: { @@ -562,6 +563,26 @@ } } }, + segment: { + enums: { + state: { + init: 'INIT', + waiting: 'WAITING', + running: 'RUNNING', + finish: 'FINISH', + }, + }, + }, + jam: { + enums: { + state: { + running: 'RUNNING', + finish: 'FINISH', + fail: 'FAIL', + deprecated: 'DEPRECATED', + }, + }, + }, } }; -- Gitblit v1.9.1