en.js 12 KB

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