You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

66 lines
2.2 KiB

// en.js
export default {
// tab bar 相关
tabBar:{
Home:'Home',
Markets:'Markets',
Charity:'Charity',
Subscription:'Subscription',
Me:'Me',
},
// 登陆相关页面
login: {
// 公共字段
Login: 'Login',
SignUp: 'Sign Up',
ForgotPassword: 'Forgot password',
// login
welcomeText: 'Hi, Welcome Back!',
signInText: 'Sign in to your account.',
emailInputText: 'Enter email address',
emailInputMessage: 'Please enter your email address',
passwordInputText: 'Password',
passwordInputMessage: 'Please enter your password',
forgotText: 'Forgot Password?',
notAccountText: 'Don’t have account?',
agreeToBackup: 'Please check the prompt to agree to backup',
checkTheTermsOfService: 'Please review and agree to the terms of service',
// register
registerWelcomeText: "Getting Started",
registerCreate: "Create an account to continue!",
verificationCodeText: 'Verification Code',
verificationCodeMessage: 'Please enter verification code',
passwordText: 'Create The Login Password',
passwordMessage: 'Please enter your password',
confirmPasswordText: 'Confirm Login Password',
confirmPasswordMessage: 'Please confirm login password',
withdrawalPasswordText: 'Create The Withdrawal Password',
withdrawalPasswordMessage: 'Please enter the withdrawal password',
InvitationCodeText: 'Invitation code',
InvitationCodeMessage: 'Please enter the invitation code',
agreeText: 'By creating an account, you agree to our ',
Terms: 'Terms',
and: 'and',
Conditions: 'Conditions',
haveAccount: 'Already have an account?',
// forget
Save: 'Save',
},
// 首页相关页面
home: {
// 公共字段
HOME: 'HOME',
// 首页
customerService: 'Customer Service',
homeMessage: `Please contact customer service on the top-left corner for identity verification on your first...
Please contact customer service on the top-left corner for identity verification on your first...Please contact customer service on the top-left corner for identity verification on your first...`,
Recharge: 'Recharge',
Mine: 'Mine',
Subcription: 'Subcription',
TodaySteps:"Today's steps",
ReceiveEarnings:"Receive yesterday's earnings",
}
}