en.js
1.02 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
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",
equipmentOverview: "Equipment Overview",
stacker: "Stacker",
station: "Station",
rgv: "RGV",
crgv: "CRGV",
},
deviceData: "Device Data",
stationData: "Station Data",
taskCompensation: "Execution and Logging",
startProcessing: "Start Processing",
pauseProcessing: "Pause Processing",
notRunning: "Not Running",
running: "Running",
autoSend: "Auto Send",
},
};