add: 添加国际化1
This commit is contained in:
23
lms/nladmin-ui/src/i18n/langs/operationLog/zh.js
Normal file
23
lms/nladmin-ui/src/i18n/langs/operationLog/zh.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
'operation_log': {
|
||||
'title': '日志',
|
||||
'table': {
|
||||
'method': '请求方法',
|
||||
'params': '请求参数',
|
||||
'username': '用户名',
|
||||
'request_ip': 'IP',
|
||||
'address': 'IP来源',
|
||||
'description': '描述',
|
||||
'browser': '浏览器',
|
||||
'takesTime': '请求耗时',
|
||||
'create_time': '创建日期'
|
||||
},
|
||||
'placeholder': {
|
||||
'cleared': '清空'
|
||||
},
|
||||
'msg': {
|
||||
'message': '确认清空所有操作日志吗?',
|
||||
'title': '提示'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user