From 1bc33546a044cbc84dd9595c19dbcd9a4e309fc9 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期六, 10 一月 2026 14:06:10 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 77 +++++++++++++++++++++++++++++++++-----
1 files changed, 67 insertions(+), 10 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index a6668c1..d455bfd 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -56,6 +56,7 @@
collapse: 'Collapse',
collapseAll: 'Collapse All',
scope: 'Assign',
+ deselect: 'DESELECT',
import: {
title: 'Import',
stop: 'Stop import',
@@ -152,6 +153,8 @@
jam: 'Jam',
action: 'Action',
mission: 'Mission',
+ staReserve: 'Sta Reserve',
+ lane: 'Lane',
},
table: {
field: {
@@ -271,15 +274,17 @@
y: "y",
corner: "corner",
scale: "scale",
+ spin: "spin",
},
sta: {
uuid: "uuid",
zoneId: "zone",
- staNo: "staNo",
+ staNo: "sta No.",
name: "name",
staType: "station type",
code: "code",
offset: "offset",
+ angle: 'angle',
autoing: "autoing",
loading: "loading",
inEnable: "in enable",
@@ -288,8 +293,8 @@
staSts: "station status",
capacity: "capacity",
occCnt: 'occupancy qty',
- rsvInCnt: 'reserve release qty',
- rsvOutCnt: 'reserved pickup qty',
+ rsvInCnt: 'reserve in qty',
+ rsvOutCnt: 'reserved out qty',
},
codeGap: {
code0: "code 1",
@@ -326,7 +331,7 @@
loc: {
uuid: "uuid",
zoneId: "zone",
- locNo: "loc no",
+ locNo: "loc No.",
name: "name",
code: "code",
compDirect: "code direct",
@@ -361,9 +366,11 @@
allDirection: "all direction",
protocol: "protocol",
mqttTopic: "mqtt topic",
+ needUndocking: "need undocking",
+ backupAction: "backup action",
},
agv: {
- uuid: "agv no",
+ uuid: "agv No.",
name: "name",
ip: "ip",
secret: "secret",
@@ -441,7 +448,7 @@
},
bus: {
uuid: "uuid",
- busNo: "bus no",
+ busNo: "bus No.",
startTime: "start time",
endTime: "end time",
busSts: "bus status",
@@ -478,7 +485,7 @@
},
travel: {
uuid: "uuid",
- travelId: "travel no",
+ travelId: "travel No.",
agvId: "agv",
currSeg: "curr seg",
taskContent: "tasks",
@@ -487,18 +494,18 @@
},
segment: {
uuid: "uuid",
- groupId: "group no",
+ groupId: "group No.",
travelId: "travel",
taskId: "task",
agvId: "agv",
- serial: "serial no",
+ serial: "serial No.",
startNode: "start node",
endNode: "end node",
posType: "type",
backpack: "backpack",
algoTime: "algo time",
state: "state",
- segDesc: "seg no",
+ segDesc: "seg No.",
},
jam: {
uuid: "uuid",
@@ -560,9 +567,44 @@
priority: "priority",
version: "version",
},
+ staReserve: {
+ uuid: "uuid",
+ staId: "sta",
+ taskId: "task",
+ segmentId: "segment",
+ agvId: "agv",
+ name: "name",
+ type: "type",
+ qty: "qty",
+ state: "state",
+ reason: "reason",
+ expireTime: "expire time",
+ waitingAt: "waiting at",
+ confirmedAt: "confirmed at",
+ cancelledAt: "cancelled at",
+ uniqKey: "unique key",
+ },
+ lane: {
+ uuid: "uuid",
+ zoneId: "zone",
+ name: "name",
+ hashCode: "hash",
+ codes: "codes",
+ entryAngle: "entry angle",
+ maximum: "maximum",
+ },
}
},
page: {
+ code: {
+ enums: {
+ spin: {
+ na: 'N/A',
+ cw: 'CW',
+ ccw: 'CCW',
+ },
+ },
+ },
loc: {
init: 'INITIALIZE',
start: {
@@ -578,6 +620,21 @@
levOffset: 'lev offset',
bottomOffset: 'bottom offset',
},
+ sta: {
+ enums: {
+ type: {
+ in: 'UNLOAD',
+ out: 'LOAD',
+ },
+ state: {
+ reserved: 'RESERVED',
+ waiting: 'WAITING',
+ confirmed: 'CONFIRMED',
+ canceled: 'CANCELLED',
+ timeout: 'TIMEOUT',
+ },
+ },
+ },
funcSta: {
enums: {
type: {
--
Gitblit v1.9.1