zh-CN.js 10 KB

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