en.js 10 KB

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