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 | 43 ++++++++++++++++++++++++++++++++++++++----- 1 files changed, 38 insertions(+), 5 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 95e18fd..558db7c 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -63,6 +63,14 @@ result: 'Contacts import complete. Imported %{success} success, with %{error} errors', }, loadMore: 'Load More Data', + complete: 'Complete', + deprecate: 'Deprecate', + }, + msg: { + confirm: { + tip: 'Tip', + desc: 'Are you sure you wanna do this?', + }, }, }, filters: { @@ -427,7 +435,8 @@ busSts: "bus status", phase: "phase", taskList: "task list", - tasksNum: "number of tasks", + tasksNum: "rest tasks", + tasksNumTotal: "total tasks", }, task: { uuid: "uuid", @@ -450,8 +459,10 @@ destCode: "dest code", emptyMk: "empty mk", zpallet: "zpallet", - phase: "phase", + phase: "ideal path", errDesc: "error", + oriDesc: "origin", + destDesc: "destination", }, travel: { uuid: "uuid", @@ -464,7 +475,7 @@ }, segment: { uuid: "uuid", - groupId: "group no", + groupId: "group", travelId: "travel", taskId: "task", agvId: "agv", @@ -474,6 +485,7 @@ posType: "type", backpack: "backpack", state: "state", + segDesc: "seg no", }, jam: { uuid: "uuid", @@ -484,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", @@ -494,7 +506,7 @@ }, action: { uuid: "uuid", - groupId: "group no", + groupId: "group", busId: "bus", taskId: "task", seqNum: "seq num", @@ -551,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