添加 国际化框架

This commit is contained in:
2024-12-20 10:55:03 +08:00
parent b78740a239
commit fba29e0abc
139 changed files with 5297 additions and 8 deletions

View 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'
}
}
}

View 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'
}
}
}

View 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': '提示'
}
}
}