添加前端国际化框架
This commit is contained in:
18
lms/nladmin-ui/src/i18n/langs/param/en.js
Normal file
18
lms/nladmin-ui/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'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user