50 lines
1.4 KiB
JavaScript
50 lines
1.4 KiB
JavaScript
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!'
|
|
}
|
|
}
|
|
}
|