越南富佳项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
992 B

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