添加 国际化框架
This commit is contained in:
25
wms_pro/qd/src/i18n/langs/errorLog/en.js
Normal file
25
wms_pro/qd/src/i18n/langs/errorLog/en.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'error_log': {
|
||||
'title': 'Exception log',
|
||||
'table': {
|
||||
'method': 'Request method',
|
||||
'params': 'Request parameters',
|
||||
'username': 'user name',
|
||||
'request_ip': 'IP',
|
||||
'address': 'IP source',
|
||||
'description': 'describe',
|
||||
'browser': 'browser',
|
||||
'create_time': 'Creation date',
|
||||
'anomalyDetails': 'Exception Details',
|
||||
'findMore': 'View details'
|
||||
},
|
||||
'placeholder': {
|
||||
'cleared': 'clear',
|
||||
'select': 'Please enter the content you want to search for'
|
||||
},
|
||||
'msg': {
|
||||
'message': 'Are you sure to clear all exception logs?',
|
||||
'title': 'Tips'
|
||||
}
|
||||
}
|
||||
}
|
||||
25
wms_pro/qd/src/i18n/langs/errorLog/vi.js
Normal file
25
wms_pro/qd/src/i18n/langs/errorLog/vi.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'error_log': {
|
||||
'title': 'Nhật ký ngoại lệ',
|
||||
'table': {
|
||||
'method': 'Phương thức yêu cầu',
|
||||
'params': 'Yêu cầu tham số',
|
||||
'username': 'Tên người dùng',
|
||||
'request_ip': 'IP',
|
||||
'address': 'Nguồn IP',
|
||||
'description': 'Mô tả',
|
||||
'browser': 'Trình duyệt',
|
||||
'create_time': 'Ngày tạo',
|
||||
'anomalyDetails': 'Chi tiết bất thường',
|
||||
'findMore': 'Xem chi tiết'
|
||||
},
|
||||
'placeholder': {
|
||||
'cleared': 'Trống rỗng',
|
||||
'select': 'Vui lòng nhập những gì bạn muốn tìm kiếm'
|
||||
},
|
||||
'msg': {
|
||||
'message': 'Xác nhận xóa tất cả nhật ký ngoại lệ?',
|
||||
'title': 'Mẹo'
|
||||
}
|
||||
}
|
||||
}
|
||||
25
wms_pro/qd/src/i18n/langs/errorLog/zh.js
Normal file
25
wms_pro/qd/src/i18n/langs/errorLog/zh.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'error_log': {
|
||||
'title': '异常日志',
|
||||
'table': {
|
||||
'method': '请求方法',
|
||||
'params': '请求参数',
|
||||
'username': '用户名',
|
||||
'request_ip': 'IP',
|
||||
'address': 'IP来源',
|
||||
'description': '描述',
|
||||
'browser': '浏览器',
|
||||
'create_time': '创建日期',
|
||||
'anomalyDetails': '异常详情',
|
||||
'findMore': '查看详情'
|
||||
},
|
||||
'placeholder': {
|
||||
'cleared': '清空',
|
||||
'select': '请输入你要搜索的内容'
|
||||
},
|
||||
'msg': {
|
||||
'message': '确认清空所有异常日志吗?',
|
||||
'title': '提示'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user