From d9b8c9e3d69355b867967c565bfaee55d4730a6c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 26 九月 2024 14:05:38 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 4460244..558db7c 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', + deprecate: 'Deprecate', }, msg: { confirm: { @@ -458,7 +459,7 @@ destCode: "dest code", emptyMk: "empty mk", zpallet: "zpallet", - phase: "phase", + phase: "ideal path", errDesc: "error", oriDesc: "origin", destDesc: "destination", @@ -474,7 +475,7 @@ }, segment: { uuid: "uuid", - groupId: "group no", + groupId: "group", travelId: "travel", taskId: "task", agvId: "agv", @@ -484,6 +485,7 @@ posType: "type", backpack: "backpack", state: "state", + segDesc: "seg no", }, jam: { uuid: "uuid", @@ -494,7 +496,7 @@ avoAgv: "avoid agv", avoCode: "avoid code", avoSeg: "avoid seg", - cycleAvo: "cycle avoid", + cycleAvo: "cycle", cycleCode: "cycle code", startTime: "start time", notifyTime: "notify time", @@ -504,7 +506,7 @@ }, action: { uuid: "uuid", - groupId: "group no", + groupId: "group", busId: "bus", taskId: "task", seqNum: "seq num", @@ -561,6 +563,27 @@ } } }, + segment: { + enums: { + state: { + init: 'INIT', + waiting: 'WAITING', + running: 'RUNNING', + finish: 'FINISH', + }, + }, + }, + jam: { + enums: { + state: { + running: 'RUNNING', + finish: 'FINISH', + fail: 'FAIL', + deprecated: 'DEPRECATED', + done: "DONE", + }, + }, + }, } }; -- Gitblit v1.9.1