|
@@ -57,7 +57,21 @@ export default {
|
|
|
checkPassword: 'Confirm password',
|
|
|
mobileNumber: 'Mobile Number',
|
|
|
mobileNumberPlaceholder: 'Please Enter Mobile Number',
|
|
|
+ correctPhoneNumber: 'Please enter the correct phone number',
|
|
|
getSmsCode: 'Get SMS Code',
|
|
|
+ retrieveAgain: 'Retrieve again',
|
|
|
+ sendCode: 'Successfully sent, please check your inbox',
|
|
|
+ enterCode: 'Please enter the verification code',
|
|
|
+ enterPassword: 'Please enter password',
|
|
|
+ smsLogin: 'SMS login',
|
|
|
+ passwordLogin: 'Password login',
|
|
|
+ enterpriseLogin: 'Enterprise login',
|
|
|
+ userAgreement: 'User Agreement',
|
|
|
+ privacyPolicy: 'Privacy Policy',
|
|
|
+ agreeLogin: 'By logging in/registering, you agree to',
|
|
|
+ smsOrPassword: 'SMS, password login or registration',
|
|
|
+ scanWeChatCode: 'Scan WeChat QR code for quick login',
|
|
|
+ loginSuccess: 'Login successful'
|
|
|
},
|
|
|
form: {},
|
|
|
position: {
|
|
@@ -79,7 +93,8 @@ export default {
|
|
|
recruitmentInProgress: 'Recruitment In Progress',
|
|
|
newPositionsAdded: 'New positions added',
|
|
|
screen: 'Screen',
|
|
|
- positionName: 'Please enter the position name'
|
|
|
+ positionName: 'Please enter the position name',
|
|
|
+ popularPosition: 'Popular positions',
|
|
|
},
|
|
|
enterprise: {
|
|
|
moreBtn: 'View More Enterprises',
|
|
@@ -109,5 +124,12 @@ export default {
|
|
|
retract: 'Retract',
|
|
|
deleteAttachment: 'Are you sure to delete this attachment?',
|
|
|
uploadFiveCopies: 'Upload up to 5 copies'
|
|
|
+ },
|
|
|
+ setting: {
|
|
|
+ accountSettings: 'Account Settings',
|
|
|
+ accountBinding: 'Account binding',
|
|
|
+ realNameAuthentication: 'Real name authentication',
|
|
|
+ editPassword: 'Change password',
|
|
|
+ privacyPolicySettings: 'Privacy settings'
|
|
|
}
|
|
|
}
|