更新:增加“我的”相关功能

This commit is contained in:
2025-11-06 13:33:41 +08:00
parent d908b049fa
commit 33f861fa14
24 changed files with 4413 additions and 43 deletions

View File

@@ -73,5 +73,120 @@
"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"
},
"common": {
"confirm": "Confirm",
"cancel": "Cancel",
"submit": "Submit",
"save": "Save",
"delete": "Delete",
"edit": "Edit",
"back": "Back",
"loadMore": "Load More",
"noMore": "No More Data",
"noData": "No Data",
"loading": "Loading...",
"success": "Success",
"failed": "Failed",
"networkError": "Network Error",
"pleaseInput": "Please Input",
"pleaseSelect": "Please Select"
},
"user": {
"title": "My",
"myOrders": "My Orders",
"myBooklist": "My Booklist",
"profile": "Profile",
"about": "About Us",
"feedback": "Feedback",
"settings": "Settings",
"subscribe": "Subscribe",
"myAccount": "My Account",
"notSet": "Not Set",
"clickToSet": "Set",
"vip": "VIP Member",
"vipExpireTime": "Expire Time",
"nickname": "Nickname",
"name": "Name",
"email": "Email",
"phone": "Phone",
"age": "Age",
"sex": "Gender",
"male": "Male",
"female": "Female",
"avatar": "Avatar",
"changeAvatar": "Change Avatar",
"setAvatar": "Set Avatar",
"updateSuccess": "Update Success",
"updateFailed": "Update Failed",
"paymentMethod": "Payment Method",
"googlePay": "Google Pay",
"applePay": "Apple Pay",
"agreeText": "I have agreed",
"agreement": "Recharge Agreement",
"agreeFirst": "Please agree to the recharge agreement first",
"orderSn": "Order Number",
"createTime": "Create Time",
"amount": "Amount",
"paymentSuccess": "Payment Success",
"paymentFailed": "Payment Failed",
"paymentCanceled": "Payment Canceled",
"transactionType": "Transaction Type",
"recharge": "Recharge",
"consume": "Consume",
"remark": "Remark",
"hotline": "Hotline",
"customerEmail": "Customer Email",
"wechat": "WeChat",
"wechatTip": "Click on the image and long press to save it to your phone, or use WeChat to scan the QR code to add the customer service official WeChat.",
"checkVersion": "Check Version",
"version": "Version",
"logoff": "Delete Account",
"logout": "Logout",
"logoffConfirm": "Are you sure you want to delete your account? This action cannot be undone",
"logoffConfirmAgain": "The cancellation application has been submitted successfully, please contact customer service for follow-up operations: 022-24142321",
"logoutConfirm": "Are you sure you want to logout?",
"logoffSuccess": "Account Deleted",
"logoutSuccess": "Logout Success",
"copySuccess": "Copy Success",
"privacyPolicy": "Privacy Policy",
"appDescription": "An online ebook app offering a wide range of content, including medical literature, classical Chinese studies, literature, and ancient traditional Chinese medicine texts. It features 3D simulated page-flipping, eye-protection mode, and other advanced reading technologies for a comfortable reading experience. The app supports mixed text and image layouts, along with AI-powered voice narration for reading and listening. Some ebooks also have corresponding physical editions, providing users with more reading options.",
"issueType": "Issue Type",
"account": "Account",
"description": "Description",
"contactPhone": "Contact Phone",
"screenshots": "Screenshots",
"issueTypeAccount": "Account Issue",
"issueTypePayment": "Payment Issue",
"issueTypeOrder": "Order Related",
"issueTypeContent": "Content Issue",
"issueTypeSuggestion": "Feature Suggestion",
"issueTypeBug": "Bug Report",
"issueTypeOther": "Other",
"feedbackSuccess": "Feedback Submitted",
"feedbackFailed": "Feedback Failed",
"pleaseInputDescription": "Please enter description",
"pleaseInputPhone": "Please enter contact phone",
"pleaseInputOrderSn": "Please enter order number",
"uploadImageFailed": "Image upload failed",
"maxImagesCount": "Maximum 4 images",
"permissionDenied": "Permission Denied",
"cameraPermission": "Camera permission required",
"storagePermission": "Storage permission required",
"phonePermission": "Phone permission required",
"sendCodeSuccess": "Verification code sent",
"sendCodeFailed": "Failed to send code",
"countdown": "s to resend",
"emailFormat": "Please enter valid email",
"passwordFormat": "Invalid password format",
"passwordNotMatch": "Passwords do not match",
"pleaseInputCode": "Please enter verification code",
"pleaseInputPassword": "Please enter password",
"pleaseInputPasswordAgain": "Please enter password again",
"monthCard": "Monthly",
"seasonCard": "Quarterly",
"yearCard": "Yearly",
"days": "days",
"selectPackage": "Please select a package"
}
}