zh-CN.js
5.64 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
export default {
lang: '中文',
button: {
ok: '确定',
search: '查询',
reset: '重置',
new: '新增',
edit: '编辑',
close: '关闭',
delete: '删除',
start: '启动',
stop: '停止',
runOnce: '执行一次',
more: '更多',
details: '详情',
expand: '展开',
collapse: '折叠',
select: '选择',
},
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: '请输入批次',
content: '内容',
level: '等级'
},
scanin: {
scanCodeText: '托盘号',
inputScanCodeText: '请输入托盘号',
status: '站台状态',
interfacestatus: '接口状态',
selectStatus: '请选择扫码文本',
scanSuccessful: '扫描成功',
},
pallet: {
id: '任务 ID',
orderNumber: '订单数量',
availablePallets: '可用空托',
actual: '码垛数量',
containerCode: '托盘号',
inputContainerCode: '请输入托盘号',
taskType: '任务类型',
selectTaskType: '请选择任务类型',
sendBackWmsStatus: '是否回传WMS',
selectSendBackWmsStatus: '请选择是否回传WMS',
unstackStatus: '是否拆垛',
selectUnstackStatus: '请选择是否拆垛',
stackStatus: '是否码垛',
selectStackStatus: '请选择是否码垛',
arrivedP1008Status: '是否到达P1008',
selectArrivedP1008Status: '请选择是否到达P1008',
palletTaskDetail: '托盘任务详情',
outboundOrderCode: '出库单号',
inputOutboundOrderCode: '请输入出库单号',
detailId: '序号',
waybillcode: '跟踪号',
inputWaybillcode: '请输入跟踪号',
waybillPdfUrl: '面单下载地址',
lecangsCode: 'SKU',
inputLecangsCode: '请输入乐仓货品编码',
barcode: '商品码',
inputBarcode: '请输入条形码',
packPlanNum: '计划数量',
length: '长',
width: '宽',
height: '高',
weight: '重量',
scanType: '扫码类型',
scanContent: '扫码内容',
waybillLocalUrl: '面单存放地址',
isDownload: '下载面单',
isPrint: '是否发送打印机',
isCheckWaybill: '是否复核面单',
batch: '批次号',
showKanban: '是否显示看板',
selectShowKanban: '请选择是否显示看板',
},
task: {
scheduledTaskName: '任务名',
inputScheduledTaskName: '请输入任务名',
scheduledTaskClass: '任务类',
inputScheduledTaskClass: '请输入任务类',
cronExpression: 'Cron 表达式',
inputCronExpression: '请输入 Cron 表达式',
parameter: '参数',
taskStatus: '任务状态',
inputTaskStatus: '请选择任务状态',
taskStatusAll: '全部',
taskStatusStarted: '已启动',
taskStatusPaused: '已暂停',
},
api: {
apiName: '接口名称',
inputApiName: '请输入接口名称',
apiMethod: '请求类型',
inputApiMethod: '请输入请求类型',
ip: '请求方 IP',
inputIp: '请输入请求方 IP',
requestFrom: '请求方名称',
inputRequestFrom: '请输入请求方名称',
responseBy: '响应方名称',
inputResponseBy: '请输入响应方名称',
url: '请求地址',
inputUrl: '请输入请求地址',
duration: '响应耗时(毫秒)',
inputDuration: '请输入响应耗时(毫秒)',
retCode: '业务响应码',
inputRetCode: '请输入业务响应码',
requestTime: '请求时间',
selectStartTime: '请选择开始时间',
selectEndTime: '请选择结束时间',
requestBody: '请求内容',
responseBy: '响应方',
responseBody: '响应内容',
responseTime: '响应时间',
exception: '异常堆栈',
},
parameter: {
name: '参数名称',
inputName: '请输入参数名称',
code: '参数键名',
inputCode: '请输入参数键名',
value: '参数键值',
inputValue: '请输入参数键值',
},
address: {
remark: '接口名称',
inputRemark: '请输入接口名称',
param: '接口编码',
inputParam: '请输入接口编码',
url: '接口地址',
inputUrl: '请输入接口地址',
},
translate: {
relateTable: '关联表名',
relateId: '关联 ID',
chinese: '中文',
inputChinese: '请输入中文',
english: '英语',
inputEnglish: '请输入英语',
}
}