Merge remote-tracking branch 'origin/admin' into acs_v1.0.0
# Conflicts: # nladmin-ui/src/i18n/langs/chinese.js # nladmin-ui/src/i18n/langs/english.js # nladmin-ui/src/i18n/langs/indonesian.js # nladmin-ui/src/i18n/langs/task/en.js # nladmin-ui/src/i18n/langs/task/in.js # nladmin-ui/src/i18n/langs/task/zh.js # nladmin-ui/src/views/monitor/online/locale/en.js # nladmin-ui/src/views/monitor/online/locale/in.js # nladmin-ui/src/views/monitor/online/locale/zh.js # nladmin-ui/src/views/system/dept/locale/en.js # nladmin-ui/src/views/system/dept/locale/in.js # nladmin-ui/src/views/system/dept/locale/zh.js # nladmin-ui/src/views/system/notice/locale/en.js # nladmin-ui/src/views/system/notice/locale/in.js # nladmin-ui/src/views/system/notice/locale/zh.js # nladmin-ui/src/views/system/redis/locale/en.js # nladmin-ui/src/views/system/redis/locale/in.js # nladmin-ui/src/views/system/redis/locale/zh.js # nladmin-ui/src/views/system/timing/locale/corn/en.js # nladmin-ui/src/views/system/timing/locale/corn/in.js # nladmin-ui/src/views/system/timing/locale/corn/zh.js # nladmin-ui/src/views/system/timing/locale/en.js # nladmin-ui/src/views/system/timing/locale/in.js # nladmin-ui/src/views/system/timing/locale/zh.js # nladmin-ui/src/views/tools/codeGen/locale/en.js # nladmin-ui/src/views/tools/codeGen/locale/in.js # nladmin-ui/src/views/tools/codeGen/locale/zh.js # nladmin-ui/src/views/tools/storage/locale/en.js # nladmin-ui/src/views/tools/storage/locale/in.js # nladmin-ui/src/views/tools/storage/locale/zh.js
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_title': {
|
||||
'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