en.js
1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
export default {
system: {
login: "Login",
systemName: "ChangSha HuaHeng ECS System",
logOut: "LogOut",
mainPage: "Main Page",
refresh: "Refresh",
closeOthers: "Close Others",
closeAll: "Close All",
about:
"© 2025 Changsha Huaheng Robot System Co., Ltd. All rights reserved",
authorize: "Authorize",
},
main: {
deviceMonitor: "Device Monitor",
monitor: {
legend: "Legend",
standby: "Standby",
normalRunning: "Normal Running",
nonAutomatic: "Non Automatic",
abnormal: "Abnormal",
reset: "Reset",
overview: "Overview",
deviceOverview: "Device Overview",
stacker: "Stacker",
station: "Station",
rgv: "RGV",
crgv: "CRGV",
},
deviceData: "Device Data",
device: {
enable: "Enable",
disable: "Disable",
operatingMode: "Operating Mode",
horizontalDistance: "Horizontal Distance",
verticalDistance: "Vertical Distance",
transitionMode: "Transition Mode",
maximumColumn: "Maximum Column",
minimumColumn: "Minimum Column",
forkFlag: "Fork Flag",
totalError: "Total Error",
deviceWalking: "Device Walking",
column: "Column",
layer: "Layer",
walkingTask: "Walking Task",
operate: "Operate",
resend: "Resend",
emptyOut: "Empty Out",
reIn: "Re In",
noData: "No Data",
notObtained: "Not Obtained",
pickError: "Pick Error",
alarm: "Alarm",
fork1TaskDelete: "Fork 1 Task Delete",
fork2TaskDelete: "Fork 2 Task Delete",
fork1Data: "Fork 1 Data",
fork2Data: "Fork 2 Data",
},
stationData: "Station Data",
taskCompensation: "Execution and Logging",
startProcessing: "Start Processing",
pauseProcessing: "Pause Processing",
notRunning: "Not Running",
running: "Running",
autoSend: "Auto Send",
},
};