| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "login": {
- "tip1": "Tip: Old users",
- "tip2": "Must",
- "tip3": "Bind your phone number to log in",
- "binding": "Press me now to go to the binding page",
- "phone": "Enter phone number",
- "password": "Password",
- "rememberPhone": "Remember my phone number",
- "termsofService": "By logging in, you agree to",
- "termsofService1": "Terms of Service",
- "signIn": "Sign In",
- "register": "Register",
- "forgotPassword": "Forgot Password",
- "alert": {
- "pleaseEnter": "Please enter phone number and password",
- "binding": "Please bind your phone number",
- "binding1": "Customers can now only log in using bound phone numbers",
- "binding2": "I want to bind now",
- "binding3": "I have bound, take me back to login page",
- "error": "Login failed",
- "reason": "Reason",
- "agree": "Please agree to the terms of service first"
- }
- },
- "register": {
- "phone_verification": "Sign Up - Phone Verification",
- "basic_info": "Sign Up - Basic Information",
- "create_wallet": "Sign Up - Create Wallet",
- "two": {
- "label": "Please verify your phone number",
- "phone": "Please enter phone number",
- "code": "OTP verification code",
- "spend": "Send",
- "spending": "Sent",
- "verify": "Verify",
- "verifying": "Verifying...",
- "error1": "Please ensure all fields are filled.",
- "error2": "OTP verification failed, please re-enter",
- "error3": "Failed to send OTP, please contact support",
- "error4": "Please wait one minute before sending again.",
- "error5": "Please ensure all fields are filled."
- },
- "three": {
- "label": "Please fill in the following information",
- "name": "Nickname",
- "sex": "Gender",
- "mm": "Birth month",
- "dd": "Birth date",
- "next": "Next step",
- "error1": "Please ensure all fields are filled."
- },
- "four": {
- "label": "Please enter your email",
- "password": "Account password",
- "confirmPassword": "Please enter account password again",
- "complete": "Complete",
- "error1": "Please ensure all fields are filled.",
- "error2": "Error occurred during registration, please try again later.",
- "alert1": "Password error",
- "alert2": "Registration error",
- "alert3": "The two passwords entered do not match, please re-enter.",
- "alert4": "Error occurred during registration, please try again later."
- },
- "five": {
- "label": "Registration successful",
- "welcome": "Welcome to Crazy Charge",
- "content": "Have a smooth journey",
- "next": "Next step"
- }
- },
- "forgotPassword": {
- "phone_verification": "Forgot Password - Phone Verification",
- "one": {
- "verify_email_to_reset": "Verify your email to reset password",
- "enter_your_email": "Please enter your email",
- "otp_verification_code": "OTP verification code",
- "sent": "Sent",
- "send": "Send",
- "verifying": "Verifying...",
- "verified": "Verified",
- "verify": "Verify",
- "modify_email": "Modify email",
- "new_password": "New password",
- "confirm_password": "Confirm password",
- "resetting": "Resetting...",
- "reset": "Reset",
- "ensure_all_fields_filled": "Please ensure all fields are filled",
- "enter_otp_code": "Please enter OTP code",
- "error_verifying_otp": "Error verifying OTP, please try again later",
- "wait_one_minute": "Please wait one minute before sending again",
- "passwords_do_not_match": "Please ensure new password and confirm password match",
- "password_reset_failed": "Password reset failed, please try again later",
- "error_occurred": "An error occurred, please try again later"
- },
- "two": {
- "success_title": "Password Reset Successful",
- "welcome_message": "Welcome to Crazy Charge",
- "good_luck": "Have a smooth journey",
- "finish": "Finish"
- }
- },
- "binding": {
- "old_user_phone_binding_step1": "Old User Phone Binding (1/2)",
- "old_user_phone_binding_step2": "Old User Phone Binding (2/2)",
- "one": {
- "enter_existing_email": "Please enter existing email",
- "enter_your_email": "Please enter your email",
- "enter_your_password": "Please enter your password",
- "processing": "Processing...",
- "login_failed": "Login failed, please check your credentials and try again"
- },
- "two": {
- "enter_phone_for_login": "Please enter your phone number, which will be used for login",
- "enter_phone_number": "Please enter phone number",
- "otp_verification_code": "OTP verification code",
- "sent": "Sent",
- "send": "Send",
- "confirm": "Confirm",
- "processing": "Processing...",
- "phone_binding_failed": "Phone number binding failed, please check your OTP and try again",
- "confirm_phone_number": "Confirm your phone number",
- "phone_usage_notice": "You will use this number for future logins. Please confirm that you are aware.",
- "confirm_and_send_otp": "Confirm and send verification code",
- "send_otp_failed": "Failed to send OTP, please contact support",
- "change_phone_failed": "Failed to change phone number, please try again later"
- }
- },
- "common": {
- "previous": "< Previous step",
- "next": "Next step >",
- "confirm": "Confirm",
- "cancel": "Cancel",
- "title": ""
- },
- "home": {
- "title": "Home Screen",
- "subtitle": "Welcome to our app",
- "features": "Features"
- },
- "auth": {
- "email": "Email",
- "password": "Password",
- "forgotPassword": "Forgot Password?",
- "signIn": "Sign In",
- "signUp": "Sign Up"
- },
- "settings": {
- "title": "Settings",
- "language": "Language",
- "theme": "Theme",
- "notifications": "Notifications"
- },
- "errors": {
- "network": "Network error, please check your connection",
- "unauthorized": "Please login to continue",
- "notFound": "Resource not found",
- "serverError": "Server error, please try again later"
- }
- }
|