zh.js
1001 Bytes
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
export default {
system: {
login: "登录",
systemName: "长沙华恒ECS系统",
logOut: "退出",
mainPage: "主页",
refresh: "刷新",
closeOthers: "关闭其他",
closeAll: "关闭所有",
about: "© 2025 长沙华恒机器人系统有限公司 All rights reserved",
authorize: "授权",
},
main: {
deviceMonitor: "设备监控",
monitor: {
legend: "图例",
standby: "待机",
normalRunning: "正常运行",
nonAutomatic: "非自动",
abnormal: "异常",
reset: "复位",
overview: "概览",
equipmentOverview: "设备概览",
stacker: "堆垛机",
station: "站台",
rgv: "RGV",
crgv: "CRGV",
},
deviceData: "设备数据",
stationData: "站台数据",
taskCompensation: "执行与日志",
startProcessing: "开始处理",
pauseProcessing: "暂停处理",
notRunning: "未运行",
running: "运行中",
autoSend: "自动下发",
},
};