opt: 日志管理,用户,角色,系统管理实现国际化
This commit is contained in:
49
wms_pro/qd/src/i18n/langs/eslog/zh.js
Normal file
49
wms_pro/qd/src/i18n/langs/eslog/zh.js
Normal file
@@ -0,0 +1,49 @@
|
||||
export default {
|
||||
'es_log': {
|
||||
'title': '异常日志',
|
||||
'table': {
|
||||
'label': '标签',
|
||||
'Belonging_tags': '所属标签',
|
||||
'level': '级别',
|
||||
'log_level': '日志级别',
|
||||
'api': '接口',
|
||||
'input_api': '请输入接口',
|
||||
'keywords': '关键字',
|
||||
'content': '请输入内容',
|
||||
'tracking': '链路追踪',
|
||||
'table1': '请输入链路id',
|
||||
'table2': 'sql日志',
|
||||
'table3': 'HTTP日志',
|
||||
'table4': '时间范围',
|
||||
'table5': '开始时间',
|
||||
'table6': '结束时间',
|
||||
'table7': '时间段',
|
||||
'table8': '请选择标签',
|
||||
'table9': '切换查询条件',
|
||||
'table10': '显示条数',
|
||||
'table11': '当前页',
|
||||
'table12': '总条数',
|
||||
'table13': '查询',
|
||||
'table25': '清除日志',
|
||||
'table14': '最近5分钟',
|
||||
'table15': '最近15分钟',
|
||||
'table16': '最近30分钟',
|
||||
'table17': '最近1小时',
|
||||
'table18': '最近3小时',
|
||||
'table19': '最近6小时',
|
||||
'table20': '最近12小时',
|
||||
'table21': '最近24小时',
|
||||
'table22': '最近2天',
|
||||
'table23': '最近7天',
|
||||
'table24': '最近14天'
|
||||
},
|
||||
'placeholder': {
|
||||
'cleared': '清空',
|
||||
'select': '请输入你要搜索的内容'
|
||||
},
|
||||
'msg': {
|
||||
'message': '确认清空所有异常日志吗?',
|
||||
'title': '提示'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user