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/zh.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js index da57561..9d69979 100644 --- a/zy-acs-flow/src/i18n/zh.js +++ b/zy-acs-flow/src/i18n/zh.js @@ -64,6 +64,7 @@ }, loadMore: '鍔犺浇鏇村', complete: '瀹屾垚', + deprecated: '搴熷純', }, msg: { confirm: { @@ -571,6 +572,16 @@ }, }, }, + jam: { + enums: { + state: { + running: '姝e湪杩愯', + finish: '宸插畬鎴�', + fail: '澶辫触', + deprecated: '搴熷純', + }, + }, + }, } }; -- Gitblit v1.9.1