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.
16 lines
444 B
16 lines
444 B
// zh.js
|
|
export default {
|
|
login: {
|
|
welcomeText:'Hi, Welcome Back!',
|
|
signInText:'Sign in to your account.',
|
|
emailInputText:'Enter email address',
|
|
passwordInputText:'Password',
|
|
forgotText:'Forgot Password?',
|
|
loginText:'Login',
|
|
notAccountText:'Don’t have account?',
|
|
signUpText:'Sign Up',
|
|
agreeToBackup: '请勾选同意备份的提示',
|
|
checkTheTermsOfService: '请查看并同意服务条款',
|
|
|
|
}
|
|
}
|