feat: 完善平台总后台模块

This commit is contained in:
2026-07-27 00:18:42 +08:00
parent 073eb89762
commit 642980960e
197 changed files with 22356 additions and 1060 deletions

View File

@@ -0,0 +1,16 @@
export default {
'settings.search': 'Search',
'settings.searchPlaceholder': 'Search menus, pages, features...',
'settings.language': 'Language',
'settings.navbar.theme.toLight': 'Click to use light mode',
'settings.navbar.theme.toDark': 'Click to use dark mode',
'settings.navbar.screen.toFull': 'Click to switch to full screen mode',
'settings.navbar.screen.toExit': 'Click to exit the full screen mode',
'settings.navbar.alerts': 'alerts',
'http.error.default': 'Error',
'http.error.request': 'Request Error',
'http.logout.title': 'Confirm logout',
'http.logout.content':
'You have been logged out, you can cancel to stay on this page, or log in again',
'http.logout.okText': 'Re-Login',
};