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 | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js
index 6cb72ac..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: {
@@ -561,6 +562,26 @@
}
}
},
+ segment: {
+ enums: {
+ state: {
+ init: '鍒濆鍖�',
+ waiting: '绛夊緟涓�',
+ running: '姝e湪杩愯',
+ finish: '宸插畬鎴�',
+ },
+ },
+ },
+ jam: {
+ enums: {
+ state: {
+ running: '姝e湪杩愯',
+ finish: '宸插畬鎴�',
+ fail: '澶辫触',
+ deprecated: '搴熷純',
+ },
+ },
+ },
}
};
--
Gitblit v1.9.1