add: 添加国际化1
This commit is contained in:
31
lms/nladmin-ui/src/i18n/langs/basedata/classification/en.js
Normal file
31
lms/nladmin-ui/src/i18n/langs/basedata/classification/en.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export default {
|
||||
'classification': {
|
||||
'title': 'Basic category',
|
||||
'dialog': {
|
||||
'code': 'Classification code',
|
||||
'name': 'Classification Name',
|
||||
'desc': 'Brief description',
|
||||
'top_class': 'Top Category',
|
||||
'superior_class': 'Superior category',
|
||||
'update_name': 'Modified by',
|
||||
'update_time': 'Change time',
|
||||
'operate': 'operation',
|
||||
'is_update': 'Can it be modified'
|
||||
},
|
||||
'other': {
|
||||
'addSibling': 'Add peers at the same level',
|
||||
'addChildren': 'Add sub level'
|
||||
},
|
||||
'placeholder': {
|
||||
'label': 'Category Name',
|
||||
'select': 'Please choose a category name',
|
||||
'open': 'Expand All',
|
||||
'superior_class': 'Select superior category'
|
||||
},
|
||||
'msg': {
|
||||
'delete': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!',
|
||||
'isNotEmpty': 'Cannot be empty',
|
||||
'topClassNotEmpty': 'The top-level category cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user