添加 国际化框架
This commit is contained in:
18
wms_pro/qd/src/i18n/langs/param/en.js
Normal file
18
wms_pro/qd/src/i18n/langs/param/en.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'Code',
|
||||
'name': 'Name',
|
||||
'values': 'Value',
|
||||
'description': 'Remark'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
},
|
||||
'msg': {
|
||||
'title': 'error',
|
||||
'message1': 'The current browser is unable to receive real-time alarm information. Please use Google Chrome!',
|
||||
'message2': 'Server error, unable to receive real-time alarm information'
|
||||
}
|
||||
}
|
||||
}
|
||||
18
wms_pro/qd/src/i18n/langs/param/vi.js
Normal file
18
wms_pro/qd/src/i18n/langs/param/vi.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'Mã hóa',
|
||||
'name': 'Tên',
|
||||
'values': 'Giá trị',
|
||||
'description': 'Ghi chú'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Không thể để trống'
|
||||
},
|
||||
'msg': {
|
||||
'title': 'Lỗi',
|
||||
'message1': 'Trình duyệt hiện tại không thể nhận thông tin cảnh báo theo thời gian thực, hãy sử dụng Google Browser!',
|
||||
'message2': 'Lỗi máy chủ, không thể nhận thông tin cảnh báo thời gian thực'
|
||||
}
|
||||
}
|
||||
}
|
||||
18
wms_pro/qd/src/i18n/langs/param/zh.js
Normal file
18
wms_pro/qd/src/i18n/langs/param/zh.js
Normal file
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'values': '值',
|
||||
'description': '备注'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
},
|
||||
'msg': {
|
||||
'title': '错误',
|
||||
'message1': '当前浏览器无法接收实时报警信息,请使用谷歌浏览器!',
|
||||
'message2': '服务器错误,无法接收实时报警信息'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user