en.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. export default {
  2. sysTitle: "Digital Construction Management",
  3. common: {
  4. username: 'User name',
  5. password: 'Password',
  6. save: 'Save',
  7. edit: 'Edit',
  8. add: 'Add',
  9. update: 'Update',
  10. delete: 'Delete',
  11. forever: 'Forever',
  12. expired: 'Expired',
  13. import: "Import",
  14. importMessage: "Whether to update existing data?",
  15. importFileType: "Only {fileType} format files are allowed to be imported.",
  16. importModeMsg: "Drag your file here or Click.",
  17. export: "Export"
  18. },
  19. session: {
  20. invalid: "Invalid session, or session has expired, please log in again.",
  21. repeatSubmit: "The data is processing, please do not submit again.",
  22. outTime: "Your login status has expired. You can continue to stay on this page or log in again."
  23. },
  24. menus: {
  25. "index": "Home",
  26. "1": "System Management",
  27. "2": "System Monitoring",
  28. "3": "System Tools",
  29. "100": "User Management",
  30. "101": "Role Management",
  31. "102": "Menu Management",
  32. "103": "Department Management",
  33. "104": "Position Management",
  34. "105": "Dictionary Management",
  35. "106": "Parameter Settings",
  36. "107": "Notification",
  37. "108": "Log Management",
  38. "109": "Online Users",
  39. "110": "Scheduled Tasks",
  40. "111": "Data Monitoring",
  41. "112": "Service Monitoring",
  42. "113": "Cache Monitoring",
  43. "114": "Cache List",
  44. "115": "Form Builder",
  45. "116": "Code Generation",
  46. "117": "System Interface",
  47. "500": "Operation Log",
  48. "501": "Login Log",
  49. "1061": "Test Menu",
  50. "1092": "OA Leave Application",
  51. "1106": "Process Management",
  52. "1107": "Process Definition",
  53. "1118": "Pending Tasks",
  54. "1122": "Completed Tasks",
  55. "2006": "CC Tasks",
  56. "2007": "Inspection Items",
  57. "2013": "Patrol Management",
  58. "2014": "Inspection Tasks",
  59. "2020": "Inspection Trajectory",
  60. "2026": "Attendance Management",
  61. "2027": "Attendance Group",
  62. "2033": "Attendance Group Members",
  63. "2045": "User Clock-in Records",
  64. "2051": "Security Monitoring",
  65. "2052": "Fence Management",
  66. "2059": "Trajectory Query",
  67. "2065": "Event Monitoring",
  68. "2066": "Campus Overview",
  69. "2070": "Construction Layout",
  70. "2071": "Command Dispatch",
  71. "2077": "Construction Pile Machine Info",
  72. "2083": "Construction Pile Point Info",
  73. "2089": "Project Information",
  74. "2095": "Project Coordinate Settings",
  75. "2101": "Construction Unit",
  76. "2102": "Construction Dashboard"
  77. },
  78. error: {
  79. 401: "Authentication failed, unable to access system resources",
  80. 403: "No permission to perform the current operation",
  81. 404: "The accessed resource does not exist",
  82. default: "Unknown system error, please report to the administrator"
  83. },
  84. cons: {
  85. index: "id",
  86. pileHoleImportTitle: "Pile hole CAD data import"
  87. },
  88. login: {
  89. "title": "User Login",
  90. "username": "Username",
  91. "password": "Password",
  92. "code": "Verification Code",
  93. "codeImg": "Can't see clearly? Change one",
  94. "loginBtn": "Login",
  95. "logining": "Login...",
  96. "register": "Sign up",
  97. "remember": "Remember password",
  98. "forget": "Forgot password",
  99. "validate": {
  100. "username": "Please enter your username",
  101. "password": "Please enter your password",
  102. "code": "Please enter the verification code"
  103. }
  104. },
  105. search: "search",
  106. sysSetting: {
  107. layout: "Layout settings",
  108. usrCenter: "Personal center",
  109. logout: "Logout"
  110. }
  111. }