zh-CN.js
4.53 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
export default {
lang: '中文',
button: {
ok: '确定',
search: '查询',
reset: '重置',
new: '新增',
edit: '编辑',
close: '关闭',
delete: '删除',
start: '启动',
stop: '停止',
runOnce: '执行一次',
more: '更多',
details: '详情',
expand: '展开',
collapse: '收起',
select: '选择',
selected: '已选择',
item: '项',
clearAll: '清空',
import: '导入',
export: '导出',
refresh: '刷新',
deletingIt: '确定删除吗?',
multiSelectActions: '批量操作',
print: '打印',
cancel: '取消',
},
list: {
showing: '共',
records: '条'
},
system: {
name: '华恒仓储管理系统',
accountLoginWithPassword: '账号密码登录',
enterYourAccountName: '请输入帐户名',
enterYourPassword: '请输入密码',
selectYourWarehouse: '请选择仓库',
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: '真的要注销登录吗?',
createBy: "创建人",
updater: "更新人",
createTime: "创建时间",
updateTime: "更新时间",
options: "操作",
remark: "备注",
batch: '批次',
inputBatch: '请输入批次',
content: '内容',
level: '等级',
monday: '星期一',
tuesday: '星期二',
wednesday: '星期三',
thursday: '星期四',
friday: '星期五',
saturday: '星期六',
sunday: '星期日'
},
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: '请输入英语',
}
}