zh-CN.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. export default {
  2. common: {
  3. confirmTitle: '系统提示',
  4. edit: '编辑',
  5. delete: '删除',
  6. cancel: '取消',
  7. save: '保存',
  8. submit: '提交',
  9. confirm: '确认',
  10. confirmJoin: '确认加入',
  11. add: '新增',
  12. toUpload: '去上传',
  13. change: '更改',
  14. complete: '完成',
  15. saveMsg: '保存成功',
  16. toHome: '回到首页',
  17. resubmit: '重新提交',
  18. submittedSuccessfully: '提交成功',
  19. switchSuccessful: '切换成功',
  20. addMsg: '新增成功',
  21. delMsg: '删除成功',
  22. editSuccessMsg: '编辑成功',
  23. publishSuccessMsg: '发布成功',
  24. publishSuccessMsg1: '已经发布到职位列表《众聘岗位》,请前往支付',
  25. uploadPictures: '上传图片',
  26. uploadSucMsg: '上传成功',
  27. uploadErrMsg: '上传失败',
  28. fileSizeExceed: '文件大小不能超过10M',
  29. fileFormatIncorrect: '上传的文件格式不正确',
  30. refresh: '刷新',
  31. currentlyUnavailable: '暂无',
  32. upload: '上传',
  33. export: '导出',
  34. home: '首页',
  35. position: '职位',
  36. company: '公司',
  37. operationSuccessful: '操作成功',
  38. close: '关闭',
  39. activation: '激活',
  40. topping: '置顶',
  41. activatePosition: '激活职位',
  42. suspend: '暂停',
  43. release: '发布',
  44. clearFilterCriteria: '重置筛选条件',
  45. clearSelectedLocation: '清空已选位置',
  46. Unrestricted: '不限',
  47. other: '其他',
  48. cleanUp: '清除',
  49. alreadyExists: '已存在',
  50. pleaseSelect: '请选择',
  51. pleaseEnter: '请输入',
  52. actions: '操作',
  53. selectAll: '全选',
  54. copy: '复制',
  55. noData: '暂无数据',
  56. more: '查看更多',
  57. },
  58. sys: {
  59. api: {
  60. operationFailed: '操作失败',
  61. errorTip: '错误提示',
  62. errorMessage: '操作失败,系统异常!',
  63. timeoutMessage: '登录超时,请重新登录!',
  64. apiTimeoutMessage: '接口请求超时,请刷新页面重试!',
  65. apiRequestFailed: '请求出错,请稍候重试',
  66. networkException: '网络异常',
  67. networkExceptionMsg: '网络异常,请检查您的网络连接是否正常!',
  68. errMsg401: '用户没有权限(令牌、用户名、密码错误)!',
  69. errMsg403: '用户得到授权,但是访问是被禁止的。!',
  70. errMsg404: '网络请求错误,未找到该资源!',
  71. errMsg405: '网络请求错误,请求方法未允许!',
  72. errMsg408: '网络请求超时!',
  73. errMsg500: '服务器错误,请联系管理员!',
  74. errMsg501: '网络未实现!',
  75. errMsg502: '网络错误!',
  76. errMsg503: '服务不可用,服务器暂时过载或维护!',
  77. errMsg504: '网络超时!',
  78. errMsg505: 'http版本不支持该请求!',
  79. errMsg901: '演示模式,无法进行写操作!'
  80. },
  81. tourist: '游客',
  82. news: '消息',
  83. signIn: '签到',
  84. lookingJob: '我要找工作',
  85. recruit: '我要招聘',
  86. switchCities: '切换城市',
  87. soFar: '至今',
  88. },
  89. login: {
  90. username: '用户名',
  91. password: '密码',
  92. login: '登录',
  93. reLogin: '重新登录',
  94. loginOrRegister: '登录/注册',
  95. register: '注册',
  96. checkPassword: '确认密码',
  97. mobileNumber: '手机号码',
  98. mobileNumberPlaceholder: '请输入手机号码',
  99. correctPhoneNumber: '请输入正确的手机号码',
  100. getSmsCode: '获取验证码',
  101. retrieveAgain: '重新获取',
  102. sendCode: '发送成功,请注意查收',
  103. enterCode: '请输入验证码',
  104. enterPassword: '请输入密码',
  105. smsLogin: '短信登录',
  106. passwordLogin: '账号登录',
  107. enterpriseLogin: '企业登录',
  108. userAgreement: '用户协议',
  109. privacyPolicy: '隐私政策',
  110. switchToPersonalLogin: '切换到个人登录',
  111. agreeLogin: '登录/注册即代表您同意',
  112. smsOrPassword: '短信、密码登录或注册',
  113. scanWeChatCode: '微信扫码快速登录',
  114. loginSuccess: '登录成功',
  115. getUserInfoFailed: '获取用户信息失败',
  116. loginAgain: '请重新登录',
  117. loginFailed: '登录失败 未查询到该用户下存在企业'
  118. },
  119. form: {},
  120. headhunting: {
  121. headhuntingName: '门墩儿猎寻服务',
  122. submitSuccess: '您的申请单已收到,顾问会尽快与您联系。',
  123. },
  124. interview: {
  125. waitingForAcceptance: '待接受',
  126. canceled: '已取消',
  127. offlineInterview: '线下面试',
  128. onlineInterview: '线上面试',
  129. today: '今天',
  130. noDateSelected: '未选择日期',
  131. },
  132. position: {
  133. moreBtn: '查看更多职位',
  134. recommend: '推荐职位',
  135. latest: '最新职位',
  136. hire: '众聘职位',
  137. allBtn: '查看全部职位',
  138. throughCommunication: '沟通过',
  139. delivered: '我已投递',
  140. submitResume: '我要投递',
  141. interview: '面试',
  142. interested: '感兴趣',
  143. interestedInMe: '对我感兴趣',
  144. haveSeenMe: '看过我',
  145. pausePublishing: '暂停发布',
  146. expiredPosition: '到期职位',
  147. publicRecruitment: '众聘岗位',
  148. drafts : '草稿箱',
  149. closed: '已关闭',
  150. recruitmentInProgress: '招聘中',
  151. newPositionsAdded: '新增职位',
  152. screen: '筛选',
  153. positionName: '请输入职位名称',
  154. popularPosition: '热门职位',
  155. communicate: '立即沟通',
  156. currentOnline: '当前在线',
  157. jobResponsibilities: '岗位职责',
  158. jobRequirements: '岗位要求',
  159. sharePosition: '分享职位',
  160. rewardsShared: '分享有礼',
  161. cancelFavorite: '取消收藏',
  162. collection: '收藏',
  163. recruitmentPosition: '在招职位',
  164. similarPosition: '相似职位',
  165. address: '工作地址',
  166. positionCollection: '职位收藏',
  167. companyCollection: '公司收藏',
  168. recruitmentStatistics: '招聘统计',
  169. positionInformation: '职位基本信息',
  170. requirementDesc: '我们将通过以下条件,为您精确推荐合适的人才,请尽量详细填写',
  171. talentSearch: '人才搜索',
  172. refreshTime: '刷新时间',
  173. viewTime: '查看时间:'
  174. },
  175. enterprise: {
  176. companyInfo: '公司信息',
  177. moreBtn: '查看更多企业',
  178. joiningEnterprise: '加入已有企业',
  179. registeringNewEnterprise: '注册企业',
  180. infoSetting: { // 企业信息设置
  181. basicInfo: '基本信息',
  182. enterpriseLogo: '企业LOGO',
  183. enterpriseAlbum: '企业相册',
  184. welfareLabel: '福利标签',
  185. enterpriseLabel: '企业标签',
  186. businessInformation: '工商信息',
  187. enterpriseVideo: '企业视频',
  188. recruitmentQRCode: '招聘二维码'
  189. },
  190. account: {
  191. myAccount: '我的账户',
  192. accountBalances: '账户余额',
  193. remainingPoints: '剩余点数',
  194. },
  195. personalInformationSettings: '个人信息设置',
  196. userManagement: {
  197. enable: '启用',
  198. disable: '禁用',
  199. disableAccount: '是否确认禁用此账户?',
  200. enableAccount: '是否确认启用此账户?',
  201. email: '邮箱',
  202. phone: '手机号',
  203. lastLoginTime: '最后登录时间',
  204. affiliatedEnterprise: '所属企业',
  205. accountType: '账号类型',
  206. administrators: '管理员',
  207. regularUser: '普通用户',
  208. addBranchOffice: '添加分支机构',
  209. inviteNewColleagues: '邀请新同事',
  210. initiateInvitation: '发起邀请',
  211. invitationRecord: '邀请记录',
  212. post: '岗位',
  213. jobBinding: '岗位绑定',
  214. inviter: '邀请人',
  215. invitationTime: '邀请时间',
  216. postNodataToAdd: '暂无岗位数据,请先添加岗位数据',
  217. selectBinding: '请选择要绑定的岗位'
  218. }
  219. },
  220. resume: {
  221. basicInfo: '基础信息',
  222. onlineResume: '在线简历',
  223. personalAdvantages: '个人优势',
  224. jobIntention: '求职意向',
  225. trainingExperience: '培训经历',
  226. educationExp: '教育经历',
  227. workExperience: '工作经历',
  228. workExperienceTips: '提示:请由近至远填写',
  229. jobContent: '工作内容:',
  230. projectExperience: '项目经历',
  231. vocationalSkills: '职业技能',
  232. firstWorkTime: '首次工作时间',
  233. dataDefaultPrompt: '请填写您的',
  234. expand: '展开',
  235. retract: '收起',
  236. deleteAttachment: '是否确认删除此附件?',
  237. uploadFiveCopies: '最多上传5份',
  238. selectResumeToSubmit: '请选择要投递的简历',
  239. selectLocalFile: '选择本地简历进行投递',
  240. resumeYetSubmit: '您还未上传过简历,请先上传简历后再投递',
  241. alreadyResume: '您已投递过简历,请勿重复投递',
  242. deliverySuccess: '投递成功',
  243. changeRolePlease: '请切换成牛人后再试',
  244. selectedResumeNotExist: '当前选择的简历不存在',
  245. phoneNumber: '手机号码',
  246. userEmail: '用户邮箱',
  247. dateOfBirth: '出生日期',
  248. currentAddress: '现居地址',
  249. topResume: '置顶简历',
  250. refreshResume: '刷新简历',
  251. interviewSchedule: '面试日程',
  252. increaseMoreExposure: '增加更多曝光度',
  253. enhanceResumeActivity: '提升简历活跃度',
  254. attachmentResume: '附件简历',
  255. uploadUpToFiveCopies: '最多上传5份',
  256. accountWithdrawal: '账户取现',
  257. goldCoins: '剩余积分',
  258. requestResume: '我想要一份您的简历,您是否同意'
  259. },
  260. setting: {
  261. accountSettings: '账号设置',
  262. accountBinding: '账号绑定',
  263. realNameAuthentication: '实名认证',
  264. editPassword: '修改密码',
  265. privacyPolicySettings: '隐私设置',
  266. logOut: '退出登录',
  267. switchToJobSeeker: '切换为求职者',
  268. switchToRecruit: '切换为招聘者',
  269. switchToOtherCompany: '切换其他企业'
  270. },
  271. // 任务中心
  272. taskCenter: {
  273. taskCenter: '任务中心',
  274. suggestTask: '推荐任务',
  275. dailyTask: '每日任务',
  276. signInSuccess: '签到成功',
  277. signInDays: '签到天数',
  278. points: '获得积分数',
  279. createTime: '获得时间',
  280. signInRecord: '签到记录'
  281. },
  282. // 众聘
  283. publicRecruitment: {
  284. publicRecruitment: '众聘',
  285. bountyRewards: '赏金奖励',
  286. myRecommendation: '我的推荐',
  287. withdrawalRecords: '提现记录',
  288. },
  289. // 积分
  290. points: {
  291. pointsManagement: '积分管理',
  292. pointsDetails: '积分明细',
  293. balanceDetails: '余额明细',
  294. rechargeDetails: '充值明细',
  295. pointsMall: '积分商城',
  296. redemptionOfPoints: '积分兑换',
  297. handpickMall: '臻选商城',
  298. integralRules: '积分规则',
  299. whole: '全部',
  300. In: '收入',
  301. freezing: '冻结',
  302. pay: '支出',
  303. exchange: '积分兑换',
  304. exchangeRecords: '积分兑换记录',
  305. wallet: '我的钱包'
  306. },
  307. rulesOfPoints: {
  308. whatIsPoints: '什么是积分?',
  309. howToEarnPoints: '如何获得积分?',
  310. pointsViolation: '积分违规处理',
  311. transferOfPoints: '积分转让',
  312. expiredOfPoints: '积分过期',
  313. },
  314. vipPackage: {
  315. purchasePackage: '购买套餐',
  316. buyNow: '立即购买',
  317. },
  318. unit: { // 单位
  319. rmb: '元',
  320. ge: '个',
  321. }
  322. }