feat
This commit is contained in:
@@ -5,7 +5,6 @@ import localeWorkplace from '@/views/dashboard/workplace/locale/en-US'
|
||||
/** simple */
|
||||
import localeMonitor from '@/views/dashboard/monitor/locale/en-US'
|
||||
|
||||
import localeCardList from '@/views/list/card/locale/en-US'
|
||||
import localeSearchTable from '@/views/list/search-table/locale/en-US'
|
||||
|
||||
import localeBasicProfile from '@/views/profile/basic/locale/en-US'
|
||||
@@ -17,8 +16,6 @@ import locale403 from '@/views/exception/403/locale/en-US'
|
||||
import locale404 from '@/views/exception/404/locale/en-US'
|
||||
import locale500 from '@/views/exception/500/locale/en-US'
|
||||
|
||||
import localeUserInfo from '@/views/user/info/locale/en-US'
|
||||
import localeUserSetting from '@/views/user/setting/locale/en-US'
|
||||
/** simple end */
|
||||
import localeSettings from './en-US/settings'
|
||||
|
||||
@@ -28,6 +25,57 @@ export default {
|
||||
'menu.server.workplace': 'Workplace-Server',
|
||||
'menu.server.monitor': 'Monitor-Server',
|
||||
'menu.list': 'List',
|
||||
'menu.ops': 'Operations',
|
||||
'menu.ops.systemSettings': 'System Settings',
|
||||
'menu.ops.systemSettings.menuManagement': 'Menu Management',
|
||||
'menu.ops.systemSettings.systemLogs': 'System Logs',
|
||||
'menu.management': 'Menu Management',
|
||||
'menu.addRoot': 'Add Root Menu',
|
||||
'menu.tip': 'Click a menu item to edit, hover to show action buttons',
|
||||
'menu.empty': 'No menu data',
|
||||
'menu.selectTip': 'Please select a menu item from the left to edit',
|
||||
'menu.group': 'Group',
|
||||
'menu.addChild': 'Add Child Menu',
|
||||
'menu.delete': 'Delete',
|
||||
'menu.edit': 'Edit',
|
||||
'menu.addChildFor': 'Add child for',
|
||||
'menu.add': 'Add',
|
||||
'menu.details': 'Details',
|
||||
'menu.parent': 'Parent Menu',
|
||||
'menu.deleteConfirm': 'Delete Confirmation',
|
||||
'menu.deleteConfirmText': 'Are you sure you want to delete menu "{name}"?',
|
||||
'menu.deleteChildrenWarning': 'Warning: This menu has child menus, they will also be deleted!',
|
||||
'menu.deleteSuccess': 'Deleted successfully',
|
||||
'menu.saveSuccess': 'Saved successfully',
|
||||
'menu.basicInfo': 'Basic Information',
|
||||
'menu.code': 'Menu Code',
|
||||
'menu.codeRequired': 'Please enter menu code',
|
||||
'menu.codePlaceholder': 'Enter menu code, e.g.: dashboard',
|
||||
'menu.type': 'Menu Type',
|
||||
'menu.submenu': 'Submenu',
|
||||
'menu.rootMenu': 'Root Menu',
|
||||
'menu.title': 'Menu Title',
|
||||
'menu.titleRequired': 'Please enter menu title',
|
||||
'menu.titlePlaceholder': 'Enter Chinese title',
|
||||
'menu.titleEn': 'English Title',
|
||||
'menu.titleEnRequired': 'Please enter English title',
|
||||
'menu.titleEnPlaceholder': 'Enter English title',
|
||||
'menu.path': 'Menu Path',
|
||||
'menu.pathRequired': 'Please enter menu path',
|
||||
'menu.pathPlaceholder': 'Enter menu path, e.g.: /dashboard',
|
||||
'menu.icon': 'Menu Icon',
|
||||
'menu.iconRequired': 'Please select menu icon',
|
||||
'menu.iconPlaceholder': 'Click to select icon',
|
||||
'menu.description': 'Description',
|
||||
'menu.descriptionPlaceholder': 'Enter menu description',
|
||||
'menu.webConfig': 'Web Page Configuration',
|
||||
'menu.isWebPage': 'Is Embedded Web Page',
|
||||
'menu.webUrl': 'Web URL',
|
||||
'menu.webUrlPlaceholder': 'Enter the URL to embed',
|
||||
'menu.save': 'Save',
|
||||
'menu.cancel': 'Cancel',
|
||||
'menu.selectIcon': 'Select Icon',
|
||||
'menu.iconSearch': 'Search icon',
|
||||
'menu.result': 'Result',
|
||||
'menu.exception': 'Exception',
|
||||
'menu.profile': 'Profile',
|
||||
@@ -44,14 +92,11 @@ export default {
|
||||
/** simple */
|
||||
...localeMonitor,
|
||||
...localeSearchTable,
|
||||
...localeCardList,
|
||||
...localeBasicProfile,
|
||||
...localeDataAnalysis,
|
||||
...localeMultiDAnalysis,
|
||||
...locale403,
|
||||
...locale404,
|
||||
...locale500,
|
||||
...localeUserInfo,
|
||||
...localeUserSetting,
|
||||
/** simple end */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user