|
| 1 | +{ |
| 2 | + "route": { |
| 3 | + "dashboard": "Dashboard", |
| 4 | + "document": "Document" |
| 5 | + }, |
| 6 | + "login": { |
| 7 | + "themeToggle": "Theme Switch", |
| 8 | + "languageToggle": "Language Switch", |
| 9 | + "dark": "Dark", |
| 10 | + "light": "Light", |
| 11 | + "username": "Username", |
| 12 | + "password": "Password", |
| 13 | + "login": "Login", |
| 14 | + "captchaCode": "Verify Code", |
| 15 | + "capsLock": "Caps Lock is On", |
| 16 | + "rememberMe": "Remember Me", |
| 17 | + "forgetPassword": "Forget Password?", |
| 18 | + "message": { |
| 19 | + "username": { |
| 20 | + "required": "Please enter Username" |
| 21 | + }, |
| 22 | + "password": { |
| 23 | + "required": "Please enter Password", |
| 24 | + "min": "The password can not be less than 6 digits", |
| 25 | + "confirm": "Please confirm the password again", |
| 26 | + "inconformity": "The two password entries are inconsistent" |
| 27 | + }, |
| 28 | + "captchaCode": { |
| 29 | + "required": "Please enter Verify Code" |
| 30 | + } |
| 31 | + }, |
| 32 | + "otherLoginMethods": "Other", |
| 33 | + "resetPassword": "Reset password", |
| 34 | + "thinkOfPasswd": "Remember your password?", |
| 35 | + "register": "Register account", |
| 36 | + "agree": "I have read and agree to the", |
| 37 | + "userAgreement": "User Agreement", |
| 38 | + "haveAccount": "Already have an account?", |
| 39 | + "noAccount": "Don't have an account?", |
| 40 | + "quickFill": "Quick fill", |
| 41 | + "reg": "Register" |
| 42 | + }, |
| 43 | + "navbar": { |
| 44 | + "dashboard": "Dashboard", |
| 45 | + "logout": "Logout", |
| 46 | + "document": "Document", |
| 47 | + "gitee": "Gitee", |
| 48 | + "profile": "User Profile" |
| 49 | + }, |
| 50 | + "sizeSelect": { |
| 51 | + "tooltip": "Layout Size", |
| 52 | + "default": "Default", |
| 53 | + "large": "Large", |
| 54 | + "small": "Small", |
| 55 | + "message": { |
| 56 | + "success": "Switch Layout Size Successful!" |
| 57 | + } |
| 58 | + }, |
| 59 | + "langSelect": { |
| 60 | + "message": { |
| 61 | + "success": "Switch Language Successful!" |
| 62 | + } |
| 63 | + }, |
| 64 | + "settings": { |
| 65 | + "project": "Project Settings", |
| 66 | + "theme": "Theme", |
| 67 | + "interface": "Interface", |
| 68 | + "navigation": "Navigation", |
| 69 | + "themeColor": "Theme Color", |
| 70 | + "showTagsView": "Show Tags View", |
| 71 | + "showAppLogo": "Show App Logo", |
| 72 | + "sidebarColorScheme": "Sidebar Color Scheme", |
| 73 | + "showWatermark": "Show Watermark", |
| 74 | + "classicBlue": "Classic Blue", |
| 75 | + "minimalWhite": "Minimal White", |
| 76 | + "copyConfig": "Copy Config", |
| 77 | + "resetConfig": "Reset Default", |
| 78 | + "copySuccess": "Configuration copied to clipboard", |
| 79 | + "resetSuccess": "Reset to default configuration", |
| 80 | + "copyDescription": "Copy config will generate current settings code, reset will restore all settings to default", |
| 81 | + "confirmReset": "Are you sure to reset all settings to default? This operation cannot be undone.", |
| 82 | + "applyToFile": "Apply to File", |
| 83 | + "onlyCopy": "Only Copy", |
| 84 | + "leftLayout": "Left Mode", |
| 85 | + "topLayout": "Top Mode", |
| 86 | + "mixLayout": "Mix Mode", |
| 87 | + "configManagement": "Config Management", |
| 88 | + "copyConfigDescription": "Generate current settings code and copy to clipboard, then overwrite src/settings.ts file", |
| 89 | + "resetConfigDescription": "Restore all settings to system default values" |
| 90 | + } |
| 91 | +} |
0 commit comments