en.js 12 KB

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