更新:登录功能

This commit is contained in:
2025-11-04 12:37:04 +08:00
commit a21fb92916
897 changed files with 51500 additions and 0 deletions

77
locale/en.json Normal file
View File

@@ -0,0 +1,77 @@
{
"locale": {
"auto": "System",
"en": "English",
"zh-hans": "简体中文"
},
"global": {
"ok": "OK",
"cancel": "Cancel",
"close": "Close",
"confirm": "Confirm",
"loading": "Loading",
"tips": "Tips"
},
"tabar.course": "COURSE",
"tabar.book": "EBOOK",
"tabar.user": "My",
"index": {
"title": "Taimed International",
"schema": "Schema",
"demo": "uni-app globalization",
"demo-description": "Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema",
"detail": "Detail",
"language": "Language",
"language-info": "Settings",
"system-language": "System language",
"application-language": "Application language",
"language-change-confirm": "Applying this setting will restart the app"
},
"api": {
"message": "Message"
},
"schema": {
"name": "Name",
"add": "Add",
"add-success": "Add success"
},
"login": {
"title": "Hello! Welcome to Taimed International",
"codeLogin": "Verification Code Login/Registration",
"passwordLogin": "Password Login",
"email": "email",
"emailPlaceholder": "please enter your email address",
"emailError": "please enter a valid email address",
"code": "verification code",
"codePlaceholder": "please enter the verification code",
"sendCodeSuccess": "Verification code sent successfully",
"password": "password",
"passwordPlaceholder": "please input a password",
"getCode": "Get Code",
"agree": "I have agreed",
"userAgreement": "User Agreement",
"privacyPolicy": "Privacy Policy",
"goLogin": "Go Login",
"switchToPassword": "Password Login",
"switchToCode": "Verification Code Login",
"forgotPassword": "forgot password?",
"noLogin": "No login experience",
"agreeFirst": "Please agree to the User Agreement and Privacy Policy first",
"loginSuccess": "success",
"loginFailed": "failed"
},
"forget": {
"title": "Forgot Password",
"password": "password",
"passwordPlaceholder": "enter your password",
"passwordAgain": "password again",
"passwordAgainPlaceholder": "enter your password again",
"passwordNotMatch": "Passwords do not match",
"submit": "Submit",
"getCode": "Get Code",
"passwordStrengthStrong": "Strong password strength.",
"passwordStrengthMedium": "Medium password strength.",
"passwordStrengthWeak": "please use a password consisting of at least two types: uppercase and lowercase letters, numbers, and symbols, with a length of 8 characters.",
"passwordChanged": "Password changed successfully"
}
}