fix: 菜单功能国际化
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'title': 'Menu',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'fuzzy search',
|
||||
'owning_system': 'system'
|
||||
'owning_system': 'system',
|
||||
'choose_icon': 'choose icon',
|
||||
'component_tip': 'match the Name field within the component',
|
||||
'choose_superior_category': 'choose superior category'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'title',
|
||||
@@ -16,6 +20,27 @@ export default {
|
||||
'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