fix: 菜单功能国际化

This commit is contained in:
2023-11-27 16:21:29 +08:00
parent 06c36a2d73
commit 49c9c7ea25
16 changed files with 268 additions and 110 deletions

View File

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