zh-CN.js 10 KB

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