Files
lucky_shop/lang/en-us/login/login.js

38 lines
1.6 KiB
JavaScript

export const lang = {
//title为每个页面的标题
title: 'Login',
mobileLogin: 'Mobile Login',
accountLogin: 'Account Login',
autoLogin: 'One-Click Authorization Login',
login: 'Login',
mobilePlaceholder: 'Mobile login is only for mainland China users',
dynacodePlaceholder: 'Please enter dynamic code',
captchaPlaceholder: 'Please enter verification code',
accountPlaceholder: 'Please enter account',
passwordPlaceholder: 'Please enter password',
rePasswordPlaceholder: 'Please confirm password',
forgetPassword: 'Forgot password',
register: 'Register',
registerTips: 'Users without an account',
registerTips1: 'register',
registerTips2: 'now',
newUserRegister: 'New User Registration',
// login.vue page new translation items
welcomeText: 'Hello,<br />Welcome to use',
getDynacode: 'Get Dynamic Code',
mobileInputPlaceholder: 'Please enter your mobile phone number',
accountInputPlaceholder: 'Please enter account',
passwordInputPlaceholder: 'Please enter password',
forgetPasswordText: 'Forgot password?',
dynacodeInputPlaceholder: 'Please enter dynamic code',
loginButtonText: 'Login',
registerAgreementText: 'If you are not registered, you will be automatically registered after login. Registration means you agree to',
privacyPolicyText: '《Privacy Policy》',
userServiceAgreementText: '《User Service Agreement》',
agreeAgreementTip: 'Please read and agree to the agreement first',
loginSuccessTip: 'Login successful',
enterMobileTip: 'Please enter mobile phone number',
enterCorrectMobileTip: 'Please enter correct mobile phone number',
enterCaptchaTip: 'Please enter verification code',
requestFailTip: 'request:fail'
}