// zh.js export default { login: { // 公共字段 Login:'Login', SignUp:'Sign Up', //login welcomeText:'你好,欢迎回来!', signInText:'请登录您的账户.', emailInputText:'请输入邮箱', emailInputMessage:'邮箱密码不能为空', passwordInputText:'请输入密码', passwordInputMessage:'密码不能为空', forgotText:'忘记密码?', notAccountText:'Don’t have account?', agreeToBackup: '请勾选同意备份的提示', checkTheTermsOfService: '请查看并同意服务条款', // 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', aggreeText :'By creating an account, you aggree to our ', Terms:'Terms', and:'and', Conditions:'Conditions', } }