297 lines
7.8 KiB
JSON
297 lines
7.8 KiB
JSON
{
|
|
"httpMsg": {
|
|
"unauthorized": "Unauthorized access, please login again",
|
|
"forbidden": "Access to this resource is forbidden",
|
|
"notFound": "The requested resource does not exist",
|
|
"methodNotAllowed": "Request method not allowed",
|
|
"requestTimeout": "Request timeout, please try again later",
|
|
"internalServerError": "Internal server error, please try again later",
|
|
"badGateway": "Bad gateway error, please try again later",
|
|
"serviceUnavailable": "Service temporarily unavailable, please try again later",
|
|
"gatewayTimeout": "Gateway timeout, please try again later",
|
|
"requestCancelled": "Request cancelled",
|
|
"networkError": "Network connection error, please check your connection",
|
|
"requestFailed": "Request failed",
|
|
"requestConfigError": "Request configuration error"
|
|
},
|
|
"topBar": {
|
|
"search": {
|
|
"title": "Search"
|
|
},
|
|
"user": {
|
|
"userCenter": "User center",
|
|
"docs": "Document",
|
|
"github": "Github",
|
|
"lockScreen": "Lock screen",
|
|
"logout": "Log out"
|
|
},
|
|
"guide": {
|
|
"title": "Click here to view",
|
|
"theme": "Theme style",
|
|
"menu": "Open top menu",
|
|
"description": "More configurations"
|
|
}
|
|
},
|
|
"common": {
|
|
"tips": "Prompt",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"logOutTips": "Do you want to log out?"
|
|
},
|
|
"search": {
|
|
"placeholder": "Search page",
|
|
"historyTitle": "Search history",
|
|
"switchKeydown": "Navigate",
|
|
"selectKeydown": "Select",
|
|
"exitKeydown": "Close"
|
|
},
|
|
"setting": {
|
|
"menuType": {
|
|
"title": "Menu Layout",
|
|
"list": [
|
|
"Vertical",
|
|
"Horizontal",
|
|
"Mixed",
|
|
"Dual"
|
|
]
|
|
},
|
|
"theme": {
|
|
"title": "Theme Style",
|
|
"list": [
|
|
"Light",
|
|
"Dark",
|
|
"System"
|
|
]
|
|
},
|
|
"menu": {
|
|
"title": "Menu Style"
|
|
},
|
|
"color": {
|
|
"title": "Theme Color"
|
|
},
|
|
"box": {
|
|
"title": "Box Style",
|
|
"list": [
|
|
"Border",
|
|
"Shadow"
|
|
]
|
|
},
|
|
"container": {
|
|
"title": "Container Width",
|
|
"list": [
|
|
"Full",
|
|
"Boxed"
|
|
]
|
|
},
|
|
"basics": {
|
|
"title": "Basic Config",
|
|
"list": {
|
|
"multiTab": "Show work tab",
|
|
"accordion": "Sidebar opens accordion",
|
|
"collapseSidebar": "Show sidebar button",
|
|
"reloadPage": "Show reload page button",
|
|
"fastEnter": "Show fast enter",
|
|
"breadcrumb": "Show crumb navigation",
|
|
"language": "Show multilingual selection",
|
|
"progressBar": "Show top progress bar",
|
|
"weakMode": "Color Weakness Mode",
|
|
"watermark": "Global watermark",
|
|
"menuWidth": "Menu width",
|
|
"tabStyle": "Tab style",
|
|
"pageTransition": "Page animation",
|
|
"borderRadius": "Custom radius"
|
|
}
|
|
},
|
|
"tabStyle": {
|
|
"default": "Default",
|
|
"card": "Card",
|
|
"google": "Chrome"
|
|
},
|
|
"transition": {
|
|
"list": {
|
|
"none": "None",
|
|
"fade": "Fade",
|
|
"slideLeft": "Slide Left",
|
|
"slideBottom": "Slide Bottom",
|
|
"slideTop": "Slide Top"
|
|
}
|
|
},
|
|
"actions": {
|
|
"resetConfig": "Reset Config",
|
|
"copyConfig": "Copy Config",
|
|
"copySuccess": "Configuration copied to clipboard, paste it into src/config/setting.ts file",
|
|
"copyFailed": "Copy failed, please try again",
|
|
"resetFailed": "Reset failed, please refresh the page and try again"
|
|
}
|
|
},
|
|
"notice": {
|
|
"title": "Notice",
|
|
"btnRead": "Mark as read",
|
|
"bar": [
|
|
"Notice",
|
|
"Message",
|
|
"Todo"
|
|
],
|
|
"text": [
|
|
"No"
|
|
],
|
|
"viewAll": "View all"
|
|
},
|
|
"worktab": {
|
|
"btn": {
|
|
"refresh": "Refresh",
|
|
"fixed": "Fixed",
|
|
"unfixed": "Unfixed",
|
|
"closeLeft": "Close left",
|
|
"closeRight": "Close right",
|
|
"closeOther": "Close other",
|
|
"closeAll": "Close all"
|
|
}
|
|
},
|
|
"login": {
|
|
"leftView": {
|
|
"title": "Monopoly Game Management",
|
|
"subTitle": "Monopoly Game Management"
|
|
},
|
|
"title": "Welcome back",
|
|
"subTitle": "Please enter your account and password to login",
|
|
"roles": {
|
|
"super": "Super Admin",
|
|
"admin": "Admin",
|
|
"user": "User"
|
|
},
|
|
"placeholder": {
|
|
"username": "Please enter your account",
|
|
"password": "Please enter your password",
|
|
"code": "Please enter the verification code",
|
|
"slider": "Please slide to verify"
|
|
},
|
|
"sliderText": "Please slide to verify",
|
|
"sliderSuccessText": "Verification successful",
|
|
"rememberPwd": "Remember password",
|
|
"forgetPwd": "Forgot password",
|
|
"btnText": "Login",
|
|
"noAccount": "No account yet?",
|
|
"register": "Register",
|
|
"success": {
|
|
"title": "Login successful",
|
|
"message": "Welcome back"
|
|
}
|
|
},
|
|
"forgetPassword": {
|
|
"title": "Forgot password?",
|
|
"subTitle": "Enter your email to reset your password",
|
|
"placeholder": "Please enter your email",
|
|
"submitBtnText": "Submit",
|
|
"backBtnText": "Back"
|
|
},
|
|
"register": {
|
|
"title": "Create account",
|
|
"subTitle": "Welcome to join us, please fill in the following information to complete the registration",
|
|
"placeholder": {
|
|
"username": "Please enter your account",
|
|
"password": "Please enter your password",
|
|
"confirmPassword": "Please enter your password again"
|
|
},
|
|
"rule": {
|
|
"confirmPasswordRequired": "Please enter your password again",
|
|
"passwordMismatch": "The two passwords are inconsistent!",
|
|
"usernameLength": "The length is 3 to 20 characters",
|
|
"passwordLength": "The password length cannot be less than 6 digits",
|
|
"agreementRequired": "Please agree to the privacy policy"
|
|
},
|
|
"agreeText": "I agree",
|
|
"privacyPolicy": "Privacy policy",
|
|
"submitBtnText": "Register",
|
|
"hasAccount": "Already have an account?",
|
|
"toLogin": "To login"
|
|
},
|
|
"lockScreen": {
|
|
"pwdError": "Password error",
|
|
"lock": {
|
|
"inputPlaceholder": "Please input lock screen password",
|
|
"btnText": "Lock"
|
|
},
|
|
"unlock": {
|
|
"inputPlaceholder": "Please input unlock password",
|
|
"btnText": "Unlock",
|
|
"backBtnText": "Back to login"
|
|
}
|
|
},
|
|
"greeting": {
|
|
"dawn": "Good morning!",
|
|
"morning": "Good morning!",
|
|
"afternoon": "Good afternoon!",
|
|
"evening": "Good evening!"
|
|
},
|
|
"exceptionPage": {
|
|
"403": "Sorry, you do not have permission to access this page",
|
|
"404": "Sorry, the page you are trying to access does not exist",
|
|
"500": "Sorry, there was an error on the server",
|
|
"gohome": "Go Home"
|
|
},
|
|
"menus": {
|
|
"login": {
|
|
"title": "Login"
|
|
},
|
|
"register": {
|
|
"title": "Register"
|
|
},
|
|
"forgetPassword": {
|
|
"title": "Forget Password"
|
|
},
|
|
"outside": {
|
|
"title": "Outside"
|
|
},
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"console": "Console"
|
|
},
|
|
"result": {
|
|
"title": "Result Page",
|
|
"success": "Success",
|
|
"fail": "Fail"
|
|
},
|
|
"exception": {
|
|
"title": "Exception",
|
|
"forbidden": "403",
|
|
"notFound": "404",
|
|
"serverError": "500"
|
|
},
|
|
"system": {
|
|
"title": "System Settings",
|
|
"user": "User Manage",
|
|
"role": "Role Manage",
|
|
"userCenter": "User Center",
|
|
"menu": "Menu Manage"
|
|
}
|
|
},
|
|
"table": {
|
|
"form": {
|
|
"reset": "Reset",
|
|
"submit": "Submit"
|
|
},
|
|
"searchBar": {
|
|
"reset": "Reset",
|
|
"search": "Search",
|
|
"expand": "Expand",
|
|
"collapse": "Collapse",
|
|
"searchInputPlaceholder": "Please enter",
|
|
"searchSelectPlaceholder": "Please select"
|
|
},
|
|
"selection": "Select",
|
|
"sizeOptions": {
|
|
"small": "Compact",
|
|
"default": "Default",
|
|
"large": "Loose"
|
|
},
|
|
"column": {
|
|
"selection": "Select",
|
|
"expand": "Expand",
|
|
"index": "Index"
|
|
},
|
|
"zebra": "Zebra",
|
|
"border": "Border",
|
|
"headerBackground": "Header BG"
|
|
}
|
|
} |