mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-10 09:35:43 +08:00
42 lines
1017 B
JSON
42 lines
1017 B
JSON
{
|
|
"GlobalMenuOptions": {
|
|
"Dashboard": "Home",
|
|
"Rely": "Rely",
|
|
"RelyAbout": "Rely About",
|
|
"Error": "Error Page",
|
|
"Echart": "Chart",
|
|
"scrollReveal": "Scroll Reveal",
|
|
"Axios": "Axios Request",
|
|
"Table": "Table",
|
|
"MultiMenu": "MultiMenu",
|
|
"Doc": "Doc",
|
|
"DocLocal": "Doc (China)"
|
|
},
|
|
"LayoutHeaderTooltipOptions": {
|
|
"Reload": "Reload Current Page",
|
|
"Lock": "Lock",
|
|
"Setting": "Setting",
|
|
"Github": "Github",
|
|
"FullScreen": "Full Screen",
|
|
"CancelFullScreen": "Cancel Full Screen"
|
|
},
|
|
"LayoutHeaderSettingOptions": {
|
|
"Title": "Configuration",
|
|
"ThemeOptions": {
|
|
"Title": "Theme",
|
|
"Dark": "Dark",
|
|
"Light": "Light",
|
|
"PrimaryColorConfig": "Primary Color"
|
|
}
|
|
},
|
|
"LoginModule": {
|
|
"Register": "Register",
|
|
"Signin": "Signin",
|
|
"NamePlaceholder": "please enter user name",
|
|
"PasswordPlaceholder": "please enter password",
|
|
"Login": "Login",
|
|
"Name": "User Name",
|
|
"Password": "User Password"
|
|
}
|
|
}
|