123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- export default {
- sysTitle: "Digital Construction Management",
- common: {
- username: 'User name',
- password: 'Password',
- save: 'Save',
- edit: 'Edit',
- add: 'Add',
- update: 'Update',
- delete: 'Delete',
- forever: 'Forever',
- expired: 'Expired',
- import: "Import",
- importMessage: "Whether to update existing data?",
- importFileType: "Only {fileType} format files are allowed to be imported.",
- importModeMsg: "Drag your file here or Click.",
- export: "Export"
- },
- session: {
- invalid: "Invalid session, or session has expired, please log in again.",
- repeatSubmit: "The data is processing, please do not submit again.",
- outTime: "Your login status has expired. You can continue to stay on this page or log in again."
- },
- menus: {
- "index": "Home",
- "1": "System Management",
- "2": "System Monitoring",
- "3": "System Tools",
- "100": "User Management",
- "101": "Role Management",
- "102": "Menu Management",
- "103": "Department Management",
- "104": "Position Management",
- "105": "Dictionary Management",
- "106": "Parameter Settings",
- "107": "Notification",
- "108": "Log Management",
- "109": "Online Users",
- "110": "Scheduled Tasks",
- "111": "Data Monitoring",
- "112": "Service Monitoring",
- "113": "Cache Monitoring",
- "114": "Cache List",
- "115": "Form Builder",
- "116": "Code Generation",
- "117": "System Interface",
- "500": "Operation Log",
- "501": "Login Log",
- "1061": "Test Menu",
- "1092": "OA Leave Application",
- "1106": "Process Management",
- "1107": "Process Definition",
- "1118": "Pending Tasks",
- "1122": "Completed Tasks",
- "2006": "CC Tasks",
- "2007": "Inspection Items",
- "2013": "Patrol Management",
- "2014": "Inspection Tasks",
- "2020": "Inspection Trajectory",
- "2026": "Attendance Management",
- "2027": "Attendance Group",
- "2033": "Attendance Group Members",
- "2045": "User Clock-in Records",
- "2051": "Security Monitoring",
- "2052": "Fence Management",
- "2059": "Trajectory Query",
- "2065": "Event Monitoring",
- "2066": "Campus Overview",
- "2070": "Construction Layout",
- "2071": "Command Dispatch",
- "2077": "Construction Pile Machine Info",
- "2083": "Construction Pile Point Info",
- "2089": "Project Information",
- "2095": "Project Coordinate Settings",
- "2101": "Construction Unit",
- "2102": "Construction Dashboard"
- },
- error: {
- 401: "Authentication failed, unable to access system resources",
- 403: "No permission to perform the current operation",
- 404: "The accessed resource does not exist",
- default: "Unknown system error, please report to the administrator"
- },
- cons: {
- index: "id",
- pileHoleImportTitle: "Pile hole CAD data import"
- },
- login: {
- "title": "User Login",
- "username": "Username",
- "password": "Password",
- "code": "Verification Code",
- "codeImg": "Can't see clearly? Change one",
- "loginBtn": "Login",
- "logining": "Login...",
- "register": "Sign up",
- "remember": "Remember password",
- "forget": "Forgot password",
- "validate": {
- "username": "Please enter your username",
- "password": "Please enter your password",
- "code": "Please enter the verification code"
- }
- },
- search: "search",
- sysSetting: {
- layout: "Layout settings",
- usrCenter: "Personal center",
- logout: "Logout"
- }
- }
|