|
@@ -20,7 +20,12 @@ export default {
|
|
|
uploadErrMsg: 'Upload failed',
|
|
|
fileSizeExceed: 'The file size cannot exceed 10M',
|
|
|
fileFormatIncorrect: 'The uploaded file format is incorrect',
|
|
|
- refresh: 'Refresh'
|
|
|
+ refresh: 'Refresh',
|
|
|
+ currentlyUnavailable: 'Currently unavailable',
|
|
|
+ upload: 'Upload',
|
|
|
+ home: 'Home',
|
|
|
+ position: 'Position',
|
|
|
+ company: 'Company'
|
|
|
},
|
|
|
sys: {
|
|
|
api: {
|
|
@@ -108,7 +113,9 @@ export default {
|
|
|
collection: 'Collection',
|
|
|
recruitmentPosition: 'Recruitment positions',
|
|
|
similarPosition: 'Similar positions',
|
|
|
- address: 'Work address'
|
|
|
+ address: 'Work address',
|
|
|
+ positionCollection: 'Position Collection',
|
|
|
+ companyCollection: 'Company Collection'
|
|
|
},
|
|
|
enterprise: {
|
|
|
companyInfo: 'Company Information',
|
|
@@ -126,6 +133,7 @@ export default {
|
|
|
},
|
|
|
resume: {
|
|
|
basicInfo: 'Basic Information',
|
|
|
+ onlineResume: 'Online resume',
|
|
|
personalAdvantages: 'Personal Advantages',
|
|
|
jobIntention: 'Job Intention',
|
|
|
trainingExperience: 'Training Experience',
|
|
@@ -143,13 +151,25 @@ export default {
|
|
|
resumeYetSubmit: 'You have not uploaded your resume yet. Please upload your resume first before submitting it',
|
|
|
alreadyResume: 'You have already submitted your resume, please do not resubmit it',
|
|
|
deliverySuccess: 'Delivery successful',
|
|
|
- selectedResumeNotExist: 'The currently selected resume does not exist'
|
|
|
+ selectedResumeNotExist: 'The currently selected resume does not exist',
|
|
|
+ phoneNumber: 'Mobile phone number',
|
|
|
+ userEmail: 'User email',
|
|
|
+ dateOfBirth: 'Date of Birth:',
|
|
|
+ currentAddress: 'Current address',
|
|
|
+ topResume: 'Top resume',
|
|
|
+ refreshResume: 'Refresh resume',
|
|
|
+ increaseMoreExposure: 'Increase more exposure',
|
|
|
+ enhanceResumeActivity: 'Enhance resume activity',
|
|
|
+ attachmentResume: 'Attachment resume',
|
|
|
+ uploadUpToFiveCopies: 'Upload up to 5 copies'
|
|
|
},
|
|
|
setting: {
|
|
|
accountSettings: 'Account Settings',
|
|
|
accountBinding: 'Account binding',
|
|
|
realNameAuthentication: 'Real name authentication',
|
|
|
editPassword: 'Change password',
|
|
|
- privacyPolicySettings: 'Privacy settings'
|
|
|
+ privacyPolicySettings: 'Privacy settings',
|
|
|
+ logOut: 'Logout',
|
|
|
+ switchToRecruit: 'Switch to Recruiter'
|
|
|
}
|
|
|
}
|