添加 国际化框架

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,21 @@
export default {
'lucene': {
'title': 'system parameter',
'table': {
'operate': 'operation',
'device_code': 'Equipment number',
'task_code': 'Task Number',
'instruct_code': 'Instruction number',
'method': 'method',
'status_code': 'Status code',
'requestparam': 'Request parameters',
'responseparam': 'Return parameters',
'logTime': 'Record time',
'content': 'Content details'
},
'msg': {
'confirm_msg': 'Are you sure to clear all operation logs?',
'tips': 'Tips'
}
}
}

View File

@@ -0,0 +1,18 @@
export default {
'search': {
'placeholder': {
'device_code': 'Please enter the device number you want to search for',
'method': 'Please enter the name of the method you want to search for',
'status_code': 'Please enter the status code you want to search for',
'requestparam': 'Please enter the request parameters you want to search for',
'responseparam': 'Please enter the return parameters you want to search for',
'blurry': 'Please enter the details of the content you want to search for',
'reach': 'to'
},
'shortcuts': {
'week': 'Last week',
'month': 'Last month',
'month3': 'In the past three months'
}
}
}

View File

@@ -0,0 +1,18 @@
export default {
'search': {
'placeholder': {
'device_code': 'Vui lòng nhập số thiết bị bạn muốn tìm kiếm',
'method': 'Vui lòng nhập tên phương pháp bạn muốn tìm kiếm',
'status_code': 'Vui lòng nhập mã trạng thái bạn muốn tìm kiếm',
'requestparam': 'Vui lòng nhập thông số yêu cầu bạn muốn tìm kiếm',
'responseparam': 'Vui lòng nhập tham số trả về mà bạn muốn tìm kiếm',
'blurry': 'Vui lòng nhập thông tin bạn muốn tìm kiếm',
'reach': 'Đến'
},
'shortcuts': {
'week': 'Tuần trước',
'month': 'Tháng trước',
'month3': 'Ba tháng qua'
}
}
}

View File

@@ -0,0 +1,18 @@
export default {
'search': {
'placeholder': {
'device_code': '请输入你要搜索的设备号',
'method': '请输入你要搜索的方法名',
'status_code': '请输入你要搜索的状态码',
'requestparam': '请输入你要搜索的请求参数',
'responseparam': '请输入你要搜索的返回参数',
'blurry': '请输入你要搜索的内容详情',
'reach': '至'
},
'shortcuts': {
'week': '最近一周',
'month': '最近一个月',
'month3': '最近三个月'
}
}
}

View File

@@ -0,0 +1,22 @@
export default {
'lucene': {
'title': 'Thông số hệ thống',
'table': {
'operate': 'Hoạt động',
'device_code': 'Số thiết bị',
'task_code': 'Số nhiệm vụ',
'instruct_code': 'Số hướng dẫn',
'method': 'Phương pháp',
'status_code': 'Mã trạng thái',
'requestparam': 'Yêu cầu tham số',
'responseparam': 'Quay lại tham số',
'logTime': 'Thời gian ghi âm',
'content': 'Chi tiết nội dung'
},
'msg': {
'confirm_msg': 'Xác nhận xóa hết nhật ký hoạt động chứ?',
'tips': 'Mẹo'
}
}
}

View File

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