en.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. export default {
  2. common: {
  3. confirmTitle: 'System Hint',
  4. edit: 'Edit',
  5. delete: 'Delete',
  6. cancel: 'Cancel',
  7. save: 'Save',
  8. add: 'Add',
  9. change: 'Change',
  10. complete: 'Complete',
  11. saveMsg: 'Save successful',
  12. toHome: 'Go back to the homepage',
  13. submittedSuccessfully: 'Submitted successful',
  14. addMsg: 'New successfully added',
  15. delMsg: 'Delete successful',
  16. uploadPictures: 'upload pictures',
  17. uploadSucMsg: 'Upload successful',
  18. uploadErrMsg: 'Upload failed',
  19. fileSizeExceed: 'The file size cannot exceed 10M',
  20. fileFormatIncorrect: 'The uploaded file format is incorrect'
  21. },
  22. sys: {
  23. api: {
  24. operationFailed: 'Operation failed',
  25. errorTip: 'Error Tip',
  26. errorMessage: 'The operation failed, the system is abnormal!',
  27. timeoutMessage: 'Login timed out, please log in again!',
  28. apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
  29. apiRequestFailed: 'The interface request failed, please try again later!',
  30. networkException: 'network anomaly',
  31. networkExceptionMsg: 'Please check if your network connection is normal! The network is abnormal',
  32. errMsg401: 'The user does not have permission (token, user name, password error)!',
  33. errMsg403: 'The user is authorized, but access is forbidden!',
  34. errMsg404: 'Network request error, the resource was not found!',
  35. errMsg405: 'Network request error, request method not allowed!',
  36. errMsg408: 'Network request timed out!',
  37. errMsg500: 'Server error, please contact the administrator!',
  38. errMsg501: 'The network is not implemented!',
  39. errMsg502: 'Network Error!',
  40. errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!',
  41. errMsg504: 'Network timeout!',
  42. errMsg505: 'The http version does not support the request!',
  43. errMsg901: 'Demo mode, no write operations are possible!'
  44. },
  45. tourist: 'Tourist',
  46. news: 'News',
  47. lookingJob: 'Looking For Job',
  48. recruit: 'Recruit',
  49. switchCities: 'Switch Cities'
  50. },
  51. login: {
  52. username: 'Username',
  53. password: 'Password',
  54. login: 'Sign in',
  55. reLogin: 'Sign in again',
  56. register: 'Sign in or Register',
  57. checkPassword: 'Confirm password',
  58. mobileNumber: 'Mobile Number',
  59. mobileNumberPlaceholder: 'Please Enter Mobile Number',
  60. correctPhoneNumber: 'Please enter the correct phone number',
  61. getSmsCode: 'Get SMS Code',
  62. retrieveAgain: 'Retrieve again',
  63. sendCode: 'Successfully sent, please check your inbox',
  64. enterCode: 'Please enter the verification code',
  65. enterPassword: 'Please enter password',
  66. smsLogin: 'SMS login',
  67. passwordLogin: 'Password login',
  68. enterpriseLogin: 'Enterprise login',
  69. userAgreement: 'User Agreement',
  70. privacyPolicy: 'Privacy Policy',
  71. agreeLogin: 'By logging in/registering, you agree to',
  72. smsOrPassword: 'SMS, password login or registration',
  73. scanWeChatCode: 'Scan WeChat QR code for quick login',
  74. loginSuccess: 'Login successful'
  75. },
  76. form: {},
  77. position: {
  78. moreBtn: 'View More Positions',
  79. recommend: 'Recommended Positions',
  80. latest: 'Latest Position',
  81. urgent: 'Urgent Position',
  82. allBtn: 'View All Positions',
  83. throughCommunication: 'Through Communication',
  84. delivered: 'Delivered',
  85. interview: 'Interview',
  86. interested: 'Interested',
  87. interestedInMe: 'Interested In Me',
  88. haveSeenMe: 'Have Seen Me',
  89. pausePublishing: 'Pause Publishing',
  90. expiredPosition: 'Expired Position',
  91. drafts: 'Drafts',
  92. closed: 'Closed',
  93. recruitmentInProgress: 'Recruitment In Progress',
  94. newPositionsAdded: 'New positions added',
  95. screen: 'Screen',
  96. positionName: 'Please enter the position name',
  97. popularPosition: 'Popular positions',
  98. },
  99. enterprise: {
  100. moreBtn: 'View More Enterprises',
  101. joiningEnterprise: 'Joining Enterprise',
  102. registeringNewEnterprise: 'Registering A New Enterprise',
  103. infoSetting: { // 企业信息设置
  104. basicInfo: 'Basic Information',
  105. enterpriseLogo: 'Enterprise LOGO',
  106. enterpriseAlbum: 'Enterprise Album',
  107. welfareLabel: 'Welfare Label',
  108. enterpriseVideo: 'Enterprise Video',
  109. recruitmentQRCode: 'Recruitment QR Code',
  110. },
  111. },
  112. resume: {
  113. basicInfo: 'Basic Information',
  114. personalAdvantages: 'Personal Advantages',
  115. jobIntention: 'Job Intention',
  116. trainingExperience: 'Training Experience',
  117. educationExp: 'Educational Experience',
  118. workExperience: 'Work Experience',
  119. projectExperience: 'Project Experience',
  120. vocationalSkills: 'Vocational Skills',
  121. firstWorkTime: 'First Work Time',
  122. dataDefaultPrompt: 'Please fill in your ',
  123. expand: 'Expand',
  124. retract: 'Retract',
  125. deleteAttachment: 'Are you sure to delete this attachment?',
  126. uploadFiveCopies: 'Upload up to 5 copies'
  127. },
  128. setting: {
  129. accountSettings: 'Account Settings',
  130. accountBinding: 'Account binding',
  131. realNameAuthentication: 'Real name authentication',
  132. editPassword: 'Change password',
  133. privacyPolicySettings: 'Privacy settings'
  134. }
  135. }