From de7df1d489bdad38dcbeb78d74cad8e3bfa09e3d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 27 九月 2024 16:59:34 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/zh.js | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js index da57561..845d684 100644 --- a/zy-acs-flow/src/i18n/zh.js +++ b/zy-acs-flow/src/i18n/zh.js @@ -64,6 +64,7 @@ }, loadMore: '鍔犺浇鏇村', complete: '瀹屾垚', + deprecate: '搴熷純', }, msg: { confirm: { @@ -145,6 +146,7 @@ segment: '浣滀笟', jam: '閬胯', action: '鍔ㄤ綔', + mission: '鎵ц', }, table: { field: { @@ -571,6 +573,39 @@ }, }, }, + jam: { + enums: { + state: { + running: '澶勭悊涓�', + finish: '宸插畬鎴�', + fail: '澶辫触', + deprecated: '搴熷純', + done: "瀹岀粨", + }, + }, + }, + route: { + enums: { + direction: { + forward: '姝e悜', + reverse: '鍙嶅悜', + unordered: '鏃犲簭', + }, + }, + }, + mission: { + enums: { + posType: { + MOVE: '璧拌', + ORI_LOC: '搴撲綅鍙栬揣', + ORI_STA: '绔欑偣鍙栬揣', + DEST_LOC: '搴撲綅鏀捐揣', + DEST_STA: '绔欑偣鏀捐揣', + TO_CHARGE: '鍘诲厖鐢�', + TO_STANDBY: '鍥炲緟鏈虹偣', + } + } + }, } }; -- Gitblit v1.9.1