first commit
This commit is contained in:
21
src/i18n/langs/lucene/zh.js
Normal file
21
src/i18n/langs/lucene/zh.js
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
'lucene': {
|
||||
'title': '系统参数',
|
||||
'table': {
|
||||
'operate': '操作',
|
||||
'device_code': '设备号',
|
||||
'task_code': '任务编号',
|
||||
'instruct_code': '指令编号',
|
||||
'method': '方法',
|
||||
'status_code': '状态码',
|
||||
'requestparam': '请求参数',
|
||||
'responseparam': '返回参数',
|
||||
'logTime': '记录时间',
|
||||
'content': '内容详情'
|
||||
},
|
||||
'msg': {
|
||||
'confirm_msg': '确认清空所有操作日志吗?',
|
||||
'tips': '提示'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user