perf: optimize the naming of locale key
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"essentials": {
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"code-login": "Code Login",
|
||||
"qrcode-login": "Qrcode Login",
|
||||
"forget-password": "Forget Password"
|
||||
"codeLogin": "Code Login",
|
||||
"qrcodeLogin": "Qr Code Login",
|
||||
"forgetPassword": "Forget Password"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
@@ -19,197 +19,193 @@
|
||||
},
|
||||
"common": {
|
||||
"back": "Back",
|
||||
"back-to-home": "Back To Home",
|
||||
"backToHome": "Back To Home",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"prompt": "Prompt",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Comfirm",
|
||||
"not-data": "No data",
|
||||
"refresh": "Refresh"
|
||||
"noData": "No Data",
|
||||
"refresh": "Refresh",
|
||||
"loadingMenu": "Loading Menu"
|
||||
},
|
||||
"fallback": {
|
||||
"page-not-found": "Oops! Page Not Found",
|
||||
"page-not-found-desc": "Sorry, we couldn't find the page you were looking for.",
|
||||
"pageNotFound": "Oops! Page Not Found",
|
||||
"pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
|
||||
"forbidden": "Oops! Access Denied",
|
||||
"forbidden-desc": "Sorry, but you don't have permission to access this page.",
|
||||
"internal-error": "Oops! Something Went Wrong",
|
||||
"internal-error-desc": "Sorry, but the server encountered an error.",
|
||||
"forbiddenDesc": "Sorry, but you don't have permission to access this page.",
|
||||
"internalError": "Oops! Something Went Wrong",
|
||||
"internalErrorDesc": "Sorry, but the server encountered an error.",
|
||||
"offline": "Offline Page",
|
||||
"offline-error": "Oops! Network Error",
|
||||
"offline-error-desc": "Sorry, can't connect to the internet. Check your connection.",
|
||||
"coming-soon": "Coming soon"
|
||||
"offlineError": "Oops! Network Error",
|
||||
"offlineErrorDesc": "Sorry, can't connect to the internet. Check your connection.",
|
||||
"coming-soon": "Coming Soon"
|
||||
},
|
||||
"widgets": {
|
||||
"document": "Document",
|
||||
"qa": "FAQ & Help",
|
||||
"setting": "Setting",
|
||||
"logout-tip": "Do you want to log out?",
|
||||
"view-all": "View all messages",
|
||||
"qa": "Q&A",
|
||||
"setting": "Settings",
|
||||
"logoutTip": "Do you want to logout?",
|
||||
"viewAll": "View All Messages",
|
||||
"notifications": "Notifications",
|
||||
"make-all-as-read": "Make all as read",
|
||||
"clear-notifications": "Clear",
|
||||
"markAllAsRead": "Make All as Read",
|
||||
"clearNotifications": "Clear",
|
||||
"search": {
|
||||
"title": "Search",
|
||||
"search-navigate": "Search Navigate",
|
||||
"select": "To select",
|
||||
"navigate": "To navigate",
|
||||
"close": "To close",
|
||||
"no-results": "No results for",
|
||||
"no-recent": "No recent searches",
|
||||
"recent": "Recent"
|
||||
"searchNavigate": "Search Navigation",
|
||||
"select": "Select",
|
||||
"navigate": "Navigate",
|
||||
"close": "Close",
|
||||
"noResults": "No Search Results Found",
|
||||
"noRecent": "No Search History",
|
||||
"recent": "Search History"
|
||||
}
|
||||
},
|
||||
"authentication": {
|
||||
"welcome-back": "Welcome Back",
|
||||
"page-title": "Plug-and-play backend system",
|
||||
"page-desc": "Efficient, versatile frontend template",
|
||||
"login-success": "Login successful",
|
||||
"login-success-desc": "Welcome back",
|
||||
"login-subtitle": "Enter your account details to manage your projects",
|
||||
"welcomeBack": "Welcome Back",
|
||||
"pageTitle": "Plug-and-play Admin system",
|
||||
"pageDesc": "Efficient, versatile frontend template",
|
||||
"loginSuccess": "Login Successful",
|
||||
"loginSuccessDesc": "Welcome Back",
|
||||
"loginSubtitle": "Enter your account details to manage your projects",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"username-tip": "Username is required",
|
||||
"password-tip": "Password is required",
|
||||
"remember-me": "Remember Me",
|
||||
"create-an-account": "Create an account",
|
||||
"create-account": "Create account",
|
||||
"already-account": "Already have an account?",
|
||||
"account-tip": "Don't have an account yet?",
|
||||
"sign-up": "Sign Up",
|
||||
"sign-up-subtitle": "Make managing your applications simple and fun",
|
||||
"comfirm-password": "Comfirm Password",
|
||||
"comfirm-password-tip": "The passwords entered twice do not match",
|
||||
"sign-up-agree": "I agree to",
|
||||
"sign-up-privacy-policy": "Privacy-policy",
|
||||
"sign-up-terms": "Terms",
|
||||
"sign-up-agree-tip": "Please agree to the Privacy Policy and Terms",
|
||||
"go-login": "Login instead",
|
||||
"password-strength": "Use 8 or more characters with a mix of letters, numbers & symbols",
|
||||
"forget-password": "Forget Password?",
|
||||
"forget-password-subtitle": "Enter your email and we'll send you instructions to reset your password",
|
||||
"email-tip": "Email is required",
|
||||
"send-reset-link": "Send Reset Link",
|
||||
"usernameTip": "Please enter username",
|
||||
"passwordTip": "Please enter password",
|
||||
"rememberMe": "Remember Me",
|
||||
"createAnAccount": "Create an Account",
|
||||
"createAccount": "Create Account",
|
||||
"alreadyHaveAccount": "Already have an account?",
|
||||
"accountTip": "Don't have an account?",
|
||||
"signUp": "Sign Up",
|
||||
"signUpSubtitle": "Make managing your applications simple and fun",
|
||||
"confirmPassword": "Comfirm Password",
|
||||
"confirmPasswordTip": "The passwords do not match",
|
||||
"agree": "I agree to",
|
||||
"agreeprivacyPolicy": "Privacy-policy",
|
||||
"terms": "Terms",
|
||||
"agreeTip": "Please agree to the Privacy Policy and Terms",
|
||||
"goToLogin": "Login instead",
|
||||
"passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols",
|
||||
"forgetPassword": "Forget Password?",
|
||||
"forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password",
|
||||
"emailTip": "Please enter email",
|
||||
"sendResetLink": "Send Reset Link",
|
||||
"email": "Email",
|
||||
"qrcode-subtitle": "Please scan the QR code to log in on your mobile device",
|
||||
"qrcode-prompt": "Scanning the code to complete the login",
|
||||
"qrcode-login": "QR Login",
|
||||
"code-subtitle": "Please enter your phone number to start managing your projects",
|
||||
"qrcodeSubtitle": "Scan the QR code with your phone to login",
|
||||
"qrcodePrompt": "Click 'Confirm' after scanning to complete login",
|
||||
"qrcodeLogin": "QR Code Login",
|
||||
"codeSubtitle": "Enter your phone number to start managing your project",
|
||||
"code": "Security code",
|
||||
"code-tip": "Security code is required",
|
||||
"codeTip": "Security code is required",
|
||||
"mobile": "Mobile",
|
||||
"mobile-login": "Mobile Login",
|
||||
"mobile-tip": "Mobile is required",
|
||||
"send-code": "Get Security code",
|
||||
"send-text": "Reacquire in {0}s",
|
||||
"third-party-login": "Or continue with",
|
||||
"mobileLogin": "Mobile Login",
|
||||
"mobile-tip": "Please enter phone number",
|
||||
"sendCode": "Get Security code",
|
||||
"sendText": "Resend in {0}s",
|
||||
"thirdPartyLogin": "Or continue with",
|
||||
"layout": {
|
||||
"center": "Align Center",
|
||||
"align-left": "Align Left",
|
||||
"align-right": "Align Right"
|
||||
"alignLeft": "Align Left",
|
||||
"alignRight": "Align Right"
|
||||
}
|
||||
},
|
||||
"preferences": {
|
||||
"title": "Preferences",
|
||||
"subtitle": "Customize Preferences & Preview in Real Time",
|
||||
"reset-tip": "The data has changed, click to reset",
|
||||
"reset-title": "Preferences reset",
|
||||
"reset-success": "Preferences reset successfully",
|
||||
"resetTip": "Data has changed, click to reset",
|
||||
"resetTitle": "Reset Preferences",
|
||||
"resetSuccess": "Preferences reset successfully",
|
||||
"appearance": "Appearance",
|
||||
"layout": "Layout",
|
||||
"content": "Content",
|
||||
"other": "Other",
|
||||
"wide": "Fluid",
|
||||
"compact": "Fixed Width",
|
||||
"follow-system": "Follow System",
|
||||
"wide": "Wide",
|
||||
"compact": "Fixed",
|
||||
"followSystem": "Follow System",
|
||||
"vertical": "Vertical",
|
||||
"vertical-tip": "Side Vertical Menu Mode",
|
||||
"verticalTip": "Side vertical menu mode",
|
||||
"horizontal": "Horizontal",
|
||||
"horizontal-tip": "Top Horizontal Menu",
|
||||
"two-column": "Two Column",
|
||||
"two-column-tip": "Vertical Two Column Menu Mode",
|
||||
"mixed-menu": "Mixed Menu",
|
||||
"split-menu": "Split Menu",
|
||||
"mixed-menu-tip": "Vertical & Horizontal Menu Co-exists",
|
||||
"full-content": "Full Content",
|
||||
"full-content-tip": "Display only the main content, no menus",
|
||||
"weak-mode": "Color Weak Mode",
|
||||
"gray-mode": "Gray Mode",
|
||||
"horizontalTip": "Horizontal menu mode, all menus displayed at the top",
|
||||
"twoColumn": "Two Column",
|
||||
"twoColumnTip": "Vertical Two Column Menu Mode",
|
||||
"mixedMenu": "Mixed Menu",
|
||||
"mixedMenuTip": "Vertical & Horizontal Menu Co-exists",
|
||||
"fullContent": "Full Content",
|
||||
"fullContentTip": "Only display content body, hide all menus",
|
||||
"normal": "Normal",
|
||||
"plain": "Plain",
|
||||
"rounded": "Rounded",
|
||||
"interface-control": "Interface Layout Control",
|
||||
"copy": "Copy Preferences",
|
||||
"copy-success": "Copy successful. Please replace in `src/preferences.ts` of the app",
|
||||
"clear-and-logout": "Clear Cache & Logout",
|
||||
"copyPreferences": "Copy Preferences",
|
||||
"copyPreferencesSuccess": "Copy successful, please override in `src/preferences.ts` under app",
|
||||
"clearAndLogout": "Clear Cache & Logout",
|
||||
"mode": "Mode",
|
||||
"logo-visible": "Display Logo",
|
||||
"general": "General",
|
||||
"language": "Language",
|
||||
"dynamic-title": "Dynamic Title",
|
||||
"dynamicTitle": "Dynamic Title",
|
||||
"sidebar": {
|
||||
"title": "Sidebar",
|
||||
"width": "Width",
|
||||
"visible": "Display Sidebar",
|
||||
"visible": "Show Sidebar",
|
||||
"collapsed": "Collpase Menu",
|
||||
"collapsed-show-title": "Display menu name"
|
||||
"collapsedShowTitle": "Show Menu Title"
|
||||
},
|
||||
"tabbar": {
|
||||
"title": "Tabbar",
|
||||
"enable": "Enable Tab Bar",
|
||||
"icon": "Display Tabbar Icon",
|
||||
"persist": "Persistent tabs",
|
||||
"context-menu": {
|
||||
"icon": "Show Tabbar Icon",
|
||||
"persist": "Persist Tabs",
|
||||
"contextMenu": {
|
||||
"reload": "Reload",
|
||||
"close": "Close",
|
||||
"pin": "Pin",
|
||||
"unpin": "Unpin",
|
||||
"close-left": "Close Left",
|
||||
"close-right": "Close Right",
|
||||
"close-other": "Close Other",
|
||||
"close-all": "Close All"
|
||||
"close": "Close Tab",
|
||||
"pin": "Pin Tab",
|
||||
"unpin": "Unpin Tab",
|
||||
"closeLeft": "Close Left Tabs",
|
||||
"closeRight": "Close Right Tabs",
|
||||
"closeOther": "Close Other Tabs",
|
||||
"closeAll": "Close All Tabs"
|
||||
}
|
||||
},
|
||||
"navigation-menu": {
|
||||
"navigationMenu": {
|
||||
"title": "Navigation Menu",
|
||||
"style": "Navigation menu style",
|
||||
"style": "Navigation Menu Style",
|
||||
"accordion": "Sidebar Accordion Menu",
|
||||
"split": "Navigation Menu Separation",
|
||||
"accordion": "Sidebar Navigation Menu Accordion mode",
|
||||
"split-tip": "When enabled, the sidebar shows the top bar's submenu"
|
||||
"splitTip": "When enabled, the sidebar displays the top bar's submenu"
|
||||
},
|
||||
"breadcrumb": {
|
||||
"title": "Breadcrumb",
|
||||
"home": "Display the home button",
|
||||
"home": "Show Home Button",
|
||||
"enable": "Enable Breadcrumb",
|
||||
"icon": "Display breadcrumb icon",
|
||||
"icon": "Show Breadcrumb Icon",
|
||||
"background": "background",
|
||||
"style": "Breadcrumb Type",
|
||||
"hide-only-one": "Hidden when only one left"
|
||||
"style": "Breadcrumb Style",
|
||||
"hideOnlyOne": "Hidden when only one"
|
||||
},
|
||||
"animation": {
|
||||
"title": "Animation",
|
||||
"loading": "Page transition loading",
|
||||
"transition": "Page transition animation",
|
||||
"progress": "Page transition progress"
|
||||
"loading": "Page Loading",
|
||||
"transition": "Page Transition",
|
||||
"progress": "Page Progress"
|
||||
},
|
||||
"theme": {
|
||||
"title": "Theme",
|
||||
"radius": "Radius",
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"dark-menu": "Semi Dark Menu",
|
||||
"weak-mode": "Color Weak Mode",
|
||||
"gray-mode": "Gray Mode",
|
||||
"darkMenu": "Semi Dark Menu",
|
||||
"weakMode": "Weak Mode",
|
||||
"grayMode": "Gray Mode",
|
||||
"builtin": {
|
||||
"title": "Built-in",
|
||||
"default": "Default",
|
||||
"violet": "Violet",
|
||||
"pink": "Pink",
|
||||
"rose": "Rose",
|
||||
"sky-blue": "Sky Blue",
|
||||
"deep-blue": "Deep Blue",
|
||||
"skyBlue": "Sky Blue",
|
||||
"deepBlue": "Deep Blue",
|
||||
"green": "Green",
|
||||
"deep-green": "Deep Green",
|
||||
"deepGreen": "Deep Green",
|
||||
"orange": "Orange",
|
||||
"yellow": "Yellow",
|
||||
"zinc": "Zinc",
|
||||
@@ -221,27 +217,27 @@
|
||||
},
|
||||
"header": {
|
||||
"title": "Header",
|
||||
"visible": "Display Header",
|
||||
"mode-static": "Static",
|
||||
"mode-fixed": "Fixed",
|
||||
"mode-auto": "Auto hide/display",
|
||||
"mode-auto-scroll": "Scroll hide/display"
|
||||
"visible": "Show Header",
|
||||
"modeStatic": "Static",
|
||||
"modeFixed": "Fixed",
|
||||
"modeAuto": "Auto hide & Show",
|
||||
"modeAutoScroll": "Scroll to Hide & Show"
|
||||
},
|
||||
"footer": {
|
||||
"title": "Footer",
|
||||
"visible": "Display Footer",
|
||||
"fixed": "Fixed at the bottom"
|
||||
"visible": "Show Footer",
|
||||
"fixed": "Fixed at Bottom"
|
||||
},
|
||||
"copyright": {
|
||||
"title": "Copyright",
|
||||
"enable": "Enable copyright",
|
||||
"company-name": "Company name",
|
||||
"company-site-link": "Company homepage",
|
||||
"enable": "Enable Copyright",
|
||||
"companyName": "Company Name",
|
||||
"companySiteLink": "Company Site Link",
|
||||
"date": "Date",
|
||||
"icp": "ICP number",
|
||||
"icp-link": "ICP Site Link"
|
||||
"icp": "ICP License Number",
|
||||
"icpLink": "ICP Site Link"
|
||||
},
|
||||
"shortcut-keys": {
|
||||
"shortcutKeys": {
|
||||
"title": "Shortcut Keys",
|
||||
"global": "Global",
|
||||
"search": "Global Search",
|
||||
@@ -250,13 +246,13 @@
|
||||
},
|
||||
"widget": {
|
||||
"title": "Widget",
|
||||
"global-search": "Enable Global Search",
|
||||
"globalSearch": "Enable Global Search",
|
||||
"fullscreen": "Enable Fullscreen",
|
||||
"theme-toggle": "Enable Theme Toggle",
|
||||
"language-toggle": "Enable Language Toggle",
|
||||
"themeToggle": "Enable Theme Toggle",
|
||||
"languageToggle": "Enable Language Toggle",
|
||||
"notification": "Enable Notification",
|
||||
"sidebar-toggle": "Enable Sidebar Toggle",
|
||||
"ai-assistant": "Enable AI Assistant"
|
||||
"sidebarToggle": "Enable Sidebar Toggle",
|
||||
"aiAssistant": "Enable AI Assistant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user