en.js 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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. toUpload: 'Go upload',
  10. change: 'Change',
  11. complete: 'Complete',
  12. saveMsg: 'Save successful',
  13. toHome: 'Go back to the homepage',
  14. resubmit: 'Resubmit',
  15. submittedSuccessfully: 'Submitted successful',
  16. switchSuccessful: 'Switch successful',
  17. addMsg: 'New successfully added',
  18. editSuccessMsg: 'Edit successful',
  19. publishSuccessMsg: 'Successfully published',
  20. delMsg: 'Delete successful',
  21. uploadPictures: 'upload pictures',
  22. uploadSucMsg: 'Upload successful',
  23. uploadErrMsg: 'Upload failed',
  24. fileSizeExceed: 'The file size cannot exceed 10M',
  25. fileFormatIncorrect: 'The uploaded file format is incorrect',
  26. refresh: 'Refresh',
  27. currentlyUnavailable: 'Currently unavailable',
  28. upload: 'Upload',
  29. home: 'Home',
  30. activation: 'Activation',
  31. activatePosition: 'Activate position',
  32. topping: 'Topping',
  33. position: 'Position',
  34. company: 'Company',
  35. operationSuccessful: 'Operation successful',
  36. close: 'Close',
  37. suspend: 'Suspend',
  38. release: 'Release',
  39. clearFilterCriteria: 'Clear Filter Criteria',
  40. clearSelectedLocation: 'Clear Selected Location',
  41. Unrestricted: 'Unrestricted',
  42. other: 'Other',
  43. cleanUp: 'Clean Up',
  44. alreadyExists: 'Already exists',
  45. pleaseSelect: 'Please select',
  46. pleaseEnter: 'Please Enter',
  47. actions: 'operation',
  48. selectAll: 'Select All',
  49. noData: 'There is currently no data available'
  50. },
  51. sys: {
  52. api: {
  53. operationFailed: 'Operation failed',
  54. errorTip: 'Error Tip',
  55. errorMessage: 'The operation failed, the system is abnormal!',
  56. timeoutMessage: 'Login timed out, please log in again!',
  57. apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
  58. apiRequestFailed: 'The interface request failed, please try again later!',
  59. networkException: 'network anomaly',
  60. networkExceptionMsg: 'Please check if your network connection is normal! The network is abnormal',
  61. errMsg401: 'The user does not have permission (token, user name, password error)!',
  62. errMsg403: 'The user is authorized, but access is forbidden!',
  63. errMsg404: 'Network request error, the resource was not found!',
  64. errMsg405: 'Network request error, request method not allowed!',
  65. errMsg408: 'Network request timed out!',
  66. errMsg500: 'Server error, please contact the administrator!',
  67. errMsg501: 'The network is not implemented!',
  68. errMsg502: 'Network Error!',
  69. errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!',
  70. errMsg504: 'Network timeout!',
  71. errMsg505: 'The http version does not support the request!',
  72. errMsg901: 'Demo mode, no write operations are possible!'
  73. },
  74. tourist: 'Tourist',
  75. news: 'News',
  76. signIn: 'Sign in',
  77. lookingJob: 'Looking For Job',
  78. recruit: 'Recruit',
  79. switchCities: 'Switch Cities'
  80. },
  81. login: {
  82. username: 'Username',
  83. password: 'Password',
  84. login: 'Sign in',
  85. reLogin: 'Sign in again',
  86. register: 'Sign in or Register',
  87. checkPassword: 'Confirm password',
  88. mobileNumber: 'Mobile Number',
  89. mobileNumberPlaceholder: 'Please Enter Mobile Number',
  90. correctPhoneNumber: 'Please enter the correct phone number',
  91. getSmsCode: 'Get SMS Code',
  92. retrieveAgain: 'Retrieve again',
  93. sendCode: 'Successfully sent, please check your inbox',
  94. enterCode: 'Please enter the verification code',
  95. enterPassword: 'Please enter password',
  96. smsLogin: 'SMS login',
  97. passwordLogin: 'Password login',
  98. enterpriseLogin: 'Enterprise login',
  99. userAgreement: 'User Agreement',
  100. privacyPolicy: 'Privacy Policy',
  101. switchToPersonalLogin: 'Switch to personal login',
  102. agreeLogin: 'By logging in/registering, you agree to',
  103. smsOrPassword: 'SMS, password login or registration',
  104. scanWeChatCode: 'Scan WeChat QR code for quick login',
  105. loginSuccess: 'Login successful',
  106. loginFailed: 'Login failed, And no enterprise was found under this user'
  107. },
  108. form: {},
  109. interview: {
  110. waitingForAcceptance: 'Waiting for acceptance',
  111. canceled: 'Canceled',
  112. offlineInterview: 'Offline Interview',
  113. onlineInterview: 'Online Interview',
  114. today: 'Today',
  115. noDateSelected: 'No date selected',
  116. },
  117. position: {
  118. moreBtn: 'View More Positions',
  119. recommend: 'Recommended Positions',
  120. latest: 'Latest Position',
  121. urgent: 'Urgent Position',
  122. allBtn: 'View All Positions',
  123. throughCommunication: 'Through Communication',
  124. delivered: 'Delivered',
  125. interview: 'Interview',
  126. interested: 'Interested',
  127. interestedInMe: 'Interested In Me',
  128. haveSeenMe: 'Have Seen Me',
  129. pausePublishing: 'Pause Publishing',
  130. expiredPosition: 'Expired Position',
  131. drafts: 'Drafts',
  132. closed: 'Closed',
  133. recruitmentInProgress: 'Recruitment In Progress',
  134. publicRecruitment: 'Crowdsourced positions',
  135. newPositionsAdded: 'New positions added',
  136. screen: 'Screen',
  137. positionName: 'Please enter the position name',
  138. popularPosition: 'Popular positions',
  139. submitResume: 'Submit resume',
  140. communicate: 'Communicate immediately',
  141. currentOnline: 'Currently online',
  142. jobResponsibilities: 'Job responsibilities',
  143. jobRequirements: 'Job requirements',
  144. cancelFavorite: 'Cancel Favorite',
  145. collection: 'Collection',
  146. recruitmentPosition: 'Recruitment positions',
  147. similarPosition: 'Similar positions',
  148. address: 'Work address',
  149. positionCollection: 'Position Collection',
  150. companyCollection: 'Company Collection',
  151. recruitmentStatistics: 'Recruitment statistics',
  152. positionInformation: 'Basic information of the position',
  153. requirementDesc: 'We will accurately recommend suitable talents to you based on the following conditions. Please fill in as much detail as possible',
  154. talentSearch: 'Talent search',
  155. refreshTime: 'Refresh time'
  156. },
  157. enterprise: {
  158. companyInfo: 'Company Information',
  159. moreBtn: 'View More Enterprises',
  160. joiningEnterprise: 'Joining Enterprise',
  161. registeringNewEnterprise: 'Registering A New Enterprise',
  162. infoSetting: { // 企业信息设置
  163. basicInfo: 'Basic Information',
  164. enterpriseLogo: 'Enterprise LOGO',
  165. enterpriseAlbum: 'Enterprise Album',
  166. welfareLabel: 'Welfare Label',
  167. businessInformation: 'Business Information',
  168. enterpriseVideo: 'Enterprise Video',
  169. recruitmentQRCode: 'Recruitment QR Code',
  170. },
  171. account: {
  172. myAccount: 'Account',
  173. },
  174. personalInformationSettings: 'Personal information settings',
  175. userManagement: {
  176. enable: 'Enable',
  177. disable: 'Disabled',
  178. disableAccount: 'Are you sure to disable this account?',
  179. enableAccount: 'Are you sure to enable this account?',
  180. email: 'Email',
  181. phone: 'Phone',
  182. lastLoginTime: 'Last Login Time',
  183. affiliatedEnterprise: 'Affiliated enterprise',
  184. accountType: 'Account type',
  185. administrators: 'Administrators',
  186. regularUser: 'Regular users'
  187. }
  188. },
  189. resume: {
  190. basicInfo: 'Basic Information',
  191. onlineResume: 'Online resume',
  192. personalAdvantages: 'Personal Advantages',
  193. jobIntention: 'Job Intention',
  194. trainingExperience: 'Training Experience',
  195. educationExp: 'Educational Experience',
  196. workExperience: 'Work Experience',
  197. projectExperience: 'Project Experience',
  198. vocationalSkills: 'Vocational Skills',
  199. firstWorkTime: 'First Work Time',
  200. dataDefaultPrompt: 'Please fill in your ',
  201. expand: 'Expand',
  202. retract: 'Retract',
  203. deleteAttachment: 'Are you sure to delete this attachment?',
  204. uploadFiveCopies: 'Upload up to 5 copies',
  205. selectResumeToSubmit: 'Please select the resume to be submitted',
  206. resumeYetSubmit: 'You have not uploaded your resume yet. Please upload your resume first before submitting it',
  207. alreadyResume: 'You have already submitted your resume, please do not resubmit it',
  208. deliverySuccess: 'Delivery successful',
  209. selectedResumeNotExist: 'The currently selected resume does not exist',
  210. phoneNumber: 'Mobile phone number',
  211. userEmail: 'User email',
  212. dateOfBirth: 'Date of Birth:',
  213. currentAddress: 'Current address',
  214. topResume: 'Top resume',
  215. refreshResume: 'Refresh resume',
  216. increaseMoreExposure: 'Increase more exposure',
  217. enhanceResumeActivity: 'Enhance resume activity',
  218. attachmentResume: 'Attachment resume',
  219. uploadUpToFiveCopies: 'Upload up to 5 copies'
  220. },
  221. setting: {
  222. accountSettings: 'Account Settings',
  223. accountBinding: 'Account binding',
  224. realNameAuthentication: 'Real name authentication',
  225. editPassword: 'Change password',
  226. privacyPolicySettings: 'Privacy settings',
  227. logOut: 'Logout',
  228. switchToJobSeeker: 'Switch to Job Seeker',
  229. switchToRecruit: 'Switch to Recruiter'
  230. },
  231. // 任务中心
  232. taskCenter: {
  233. taskCenter: 'Task Center',
  234. suggestTask: 'Recommended tasks',
  235. dailyTask: 'Daily tasks',
  236. },
  237. // 众聘
  238. publicRecruitment: {
  239. publicRecruitment: 'Public Recruitment',
  240. bountyRewards: 'Bounty rewards',
  241. myRecommendation: 'My recommendation',
  242. withdrawalRecords: 'Withdrawal records',
  243. },
  244. // 积分
  245. points: {
  246. pointsManagement: 'Points Management',
  247. pointsDetails: 'Points details',
  248. pointsMall: 'Points Mall',
  249. redemptionOfPoints: 'Redemption of points',
  250. handpickMall: 'handpick Mall',
  251. integralRule: 'Integral rule',
  252. whole: 'Whole',
  253. In: 'In',
  254. freezing: 'Freezing',
  255. pay: 'Pay',
  256. exchange: 'Exchange of points',
  257. exchangeRecords: 'Exchange records',
  258. },
  259. vipPackage: {
  260. purchasePackage: 'Purchase Package',
  261. buyNow: 'BUY NOW',
  262. }
  263. }