From 8bc656160970188fb4bd694f70493e0cbe7b1307 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 26 九月 2024 14:03:20 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 34 +++++++++++++++++++++++++++++-----
1 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 052b4cf..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: {
@@ -434,7 +435,8 @@
busSts: "bus status",
phase: "phase",
taskList: "task list",
- tasksNum: "tasks number",
+ tasksNum: "rest tasks",
+ tasksNumTotal: "total tasks",
},
task: {
uuid: "uuid",
@@ -457,7 +459,7 @@
destCode: "dest code",
emptyMk: "empty mk",
zpallet: "zpallet",
- phase: "phase",
+ phase: "ideal path",
errDesc: "error",
oriDesc: "origin",
destDesc: "destination",
@@ -473,7 +475,7 @@
},
segment: {
uuid: "uuid",
- groupId: "group no",
+ groupId: "group",
travelId: "travel",
taskId: "task",
agvId: "agv",
@@ -483,6 +485,7 @@
posType: "type",
backpack: "backpack",
state: "state",
+ segDesc: "seg no",
},
jam: {
uuid: "uuid",
@@ -493,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",
@@ -503,7 +506,7 @@
},
action: {
uuid: "uuid",
- groupId: "group no",
+ groupId: "group",
busId: "bus",
taskId: "task",
seqNum: "seq num",
@@ -560,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