78 lines
2.2 KiB
JavaScript
78 lines
2.2 KiB
JavaScript
export default {
|
|
"menus":{
|
|
"首页": "Home",
|
|
"仪表盘": "Dashboard",
|
|
"设备管理": "Device",
|
|
"产品管理": "Product",
|
|
"系统管理": "System",
|
|
"用户管理": "User",
|
|
"角色管理": "Role",
|
|
"菜单管理": "Menu",
|
|
"部门管理": "Dept",
|
|
"岗位管理": "Job",
|
|
"字典管理": "Dict",
|
|
"参数管理": "Config",
|
|
"通知公告": "Notice",
|
|
"操作日志": "Log",
|
|
"登录日志": "LoginLog",
|
|
"定时任务": "Task",
|
|
"系统监控": "Druid",
|
|
"系统工具": "Tools",
|
|
"大盘监控": "DruidWallBoard",
|
|
"SQL监控": "DruidSql",
|
|
"统计监控": "DruidStat",
|
|
"添加": "Add",
|
|
"修改": "Edit",
|
|
"删除": "Delete",
|
|
},
|
|
"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"
|
|
}
|
|
} |