rev: i18n位置挪动
This commit is contained in:
49
nladmin-ui/src/views/system/menu/locale/en.js
Normal file
49
nladmin-ui/src/views/system/menu/locale/en.js
Normal file
@@ -0,0 +1,49 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'home': 'Dashboard',
|
||||
'title': 'Menu',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'fuzzy search',
|
||||
'owning_system': 'system',
|
||||
'choose_icon': 'choose icon',
|
||||
'component_tip': 'match the Name field within the component',
|
||||
'choose_superior_category': 'choose superior category'
|
||||
},
|
||||
'table': {
|
||||
'menu_title': 'title',
|
||||
'system': 'system',
|
||||
'icon': 'icon',
|
||||
'sort': 'sort',
|
||||
'permission_ident': 'permission mark',
|
||||
'path': 'path',
|
||||
'outside_chain': 'out chain',
|
||||
'cache': 'cache',
|
||||
'visible': 'visible',
|
||||
'create_time': 'create time'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Menu Type',
|
||||
'system': 'System',
|
||||
'catalogue': 'Catalogue',
|
||||
'menu': 'Menu',
|
||||
'button': 'Button',
|
||||
'button_name': 'Button Name',
|
||||
'menu_icon': 'Menu Icon',
|
||||
'menu_chain': 'Menu Chain',
|
||||
'menu_cache': 'Menu Cache',
|
||||
'menu_visible': 'Menu Visible',
|
||||
'default_title': 'Default Title',
|
||||
'zh_title': 'ZH-Title',
|
||||
'en_title': 'EN-Title',
|
||||
'id_title': 'ID-Title',
|
||||
'router_path': 'Router Path',
|
||||
'menu_sort': 'Menu Sort',
|
||||
'component_name': 'Component Name',
|
||||
'component_path': 'Component Path',
|
||||
'superior_class': 'Superior Class'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user