Files
nl-Frobot-ui/src/i18n/langs/lucene/zh.js
2026-03-03 19:33:16 +08:00

22 lines
526 B
JavaScript

export default {
'lucene': {
'title': '系统参数',
'table': {
'operate': '操作',
'device_code': '设备号',
'task_code': '任务编号',
'instruct_code': '指令编号',
'method': '方法',
'status_code': '状态码',
'requestparam': '请求参数',
'responseparam': '返回参数',
'logTime': '记录时间',
'content': '内容详情'
},
'msg': {
'confirm_msg': '确认清空所有操作日志吗?',
'tips': '提示'
}
}
}