en.js 11 KB

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