zh-CN.js
2.62 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
export default {
lang: '中文',
button: {
ok: '确定',
search: '查询',
reset: '重置',
new: '新增',
edit: '编辑',
close: '关闭',
delete: '删除',
start: '启动',
stop: '停止',
runOnce: '执行一次',
more: '更多',
details: '详情',
expand: '展开',
collapse: '折叠',
},
system: {
accountLoginWithPassword: '账号密码登录',
enterYourAccountName: '请输入帐户名',
enterYourPassword: '请输入密码',
loginFailed: '登录失败',
oldPassword: '旧密码',
inputOldPassword: '请输入旧密码',
newPassword: '新密码',
inputNewPassword: '请输入新密码',
confirmNewPassword: '确认新密码',
inputConfirmNewPassword: '请确认新密码',
passwordsDoNotMatch: '密码不匹配',
pleaseSelect: '请选择',
languageSettings: '语言设置',
themeSettings: '主题设置',
darkModeMenuStyle: '暗色菜单风格',
lightModeMenuStyle: '亮色菜单风格',
otherSettings: '其他设置',
colorBlindnessMode: '色弱模式',
multiTabMode: '多页签模式',
logout: '退出登录',
welcome: '欢迎您!',
goodMorning1: '早上好',
goodMorning2: '上午好',
goodAfternoon1: '中午好',
goodAfternoon2: '下午好',
goodEvening: '晚上好',
requestEncounteredError: '请求出现错误,请稍后再试',
systemMessage: '系统提示',
systemSettings: '系统设置',
passwordChange: "密码修改",
home: '首页',
clearCache: '清理缓存',
cacheRefreshed: '缓存刷新完成',
cacheRefreshFailed: '缓存刷新失败',
message: '消息',
logoutMessage: '真的要注销登录吗?',
createTime: "创建时间",
updateTime: "更新时间",
options: "操作",
remark: "备注",
batch: '批次',
inputBatch: '请输入批次',
},
scanin: {
scanCodeText: '扫码文本',
inputScanCodeText: '请输入扫码文本',
status: '状态',
selectStatus: '请选择扫码文本',
},
pallet: {
id: '任务 ID',
containerCode: '托盘编码',
inputContainerCode: '请输入托盘编码',
taskType: '任务类型',
selectTaskType: '请选择任务类型',
sendBackWmsStatus: '回传WMS状态',
selectSendBackWmsStatus: '请选择回传WMS状态',
unstackStatus: '拆垛状态',
selectUnstackStatus: '请选择拆垛状态',
stackStatus: '码垛状态',
selectStackStatus: '请选择码垛状态',
arrivedP1008Status: '到达P1008状态',
selectArrivedP1008Status:'请选择到达P1008状态',
palletTaskDetail: '托盘任务详情',
}
}