2024-03-26 09:02:42 +00:00
|
|
|
export default {
|
2024-03-27 09:08:01 +00:00
|
|
|
"menus":{
|
|
|
|
"home": "Home",
|
|
|
|
"dashboard": "Dashboard",
|
2024-04-01 09:07:16 +00:00
|
|
|
"Device": "Device",
|
|
|
|
"Product": "Product",
|
|
|
|
"System": "System",
|
|
|
|
"User": "User",
|
|
|
|
"Role": "Role",
|
|
|
|
"Menu": "Menu",
|
|
|
|
"Dept": "Dept",
|
|
|
|
"Job": "Job",
|
|
|
|
"Dict": "Dict",
|
|
|
|
"Config": "Config",
|
|
|
|
"Notice": "Notice",
|
|
|
|
"Log": "Log",
|
|
|
|
"LoginLog": "LoginLog",
|
|
|
|
"Task": "Task",
|
|
|
|
"Druid": "Druid",
|
|
|
|
"Tools": "Tools",
|
|
|
|
"DruidWallBoard": "DruidWallBoard",
|
|
|
|
"DruidSql": "DruidSql",
|
|
|
|
"DruidStat": "DruidStat",
|
2024-03-27 09:08:01 +00:00
|
|
|
},
|
2024-03-26 09:02:42 +00:00
|
|
|
"common": {
|
|
|
|
"add": "Add",
|
|
|
|
"edit": "Edit",
|
|
|
|
"delete": "Delete",
|
|
|
|
"search": "Search",
|
|
|
|
"reset": "Reset",
|
|
|
|
"import": "Import",
|
|
|
|
"export": "Export",
|
|
|
|
"confirm": "Confirm",
|
|
|
|
"cancel": "Cancel",
|
|
|
|
"success": "Success",
|
|
|
|
"error": "Error",
|
|
|
|
"operation": "Operation",
|
|
|
|
"status": "Status",
|
|
|
|
"id": "ID",
|
|
|
|
"create_time": "Create Time",
|
|
|
|
"update_time": "Update Time"
|
|
|
|
},
|
|
|
|
"validate": {
|
|
|
|
"required": "Can not be empty",
|
|
|
|
"format": "Format is incorrect",
|
|
|
|
"length": "Length is incorrect",
|
|
|
|
"range": "Range is incorrect",
|
|
|
|
"max": "Maximum value is",
|
|
|
|
"min": "Minimum value is"
|
|
|
|
},
|
|
|
|
"login": {
|
|
|
|
"title": "CASM",
|
|
|
|
"user_login": "User Login",
|
|
|
|
"logIn": "Login in",
|
|
|
|
"username": "Username",
|
|
|
|
"password": "Password",
|
|
|
|
"code": "Code",
|
|
|
|
"rememberMe": "Remember Me",
|
|
|
|
"logging_in": "Logging in",
|
|
|
|
"register_now": "Register Now"
|
|
|
|
},
|
|
|
|
"tagsView": {
|
|
|
|
"refresh": "Refresh",
|
|
|
|
"close": "Close",
|
|
|
|
"closeOthers": "Close Others",
|
|
|
|
"closeAll": "Close All"
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"title": "Page style setting",
|
|
|
|
"theme": "Theme Color",
|
|
|
|
"tagsView": "Open Tags-View",
|
|
|
|
"fixedHeader": "Fixed Header",
|
|
|
|
"sidebarLogo": "Sidebar Logo"
|
|
|
|
}
|
|
|
|
}
|