457 lines
26 KiB
XML
457 lines
26 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<!-- App Name -->
|
||
<string name="app_name">Defense Device</string>
|
||
|
||
<!-- Common -->
|
||
<string name="save">Save</string>
|
||
<string name="delete">Delete</string>
|
||
<string name="edit">Edit</string>
|
||
<string name="back">Back</string>
|
||
<string name="loading">Loading...</string>
|
||
<string name="network_error">Network error, please try again</string>
|
||
<string name="send">Send</string>
|
||
<string name="submit">Submit</string>
|
||
|
||
<!-- Login Activity -->
|
||
<string name="login_title">Smart Defense Device</string>
|
||
<string name="sms_login">SMS Login</string>
|
||
<string name="password_login">Password Login</string>
|
||
<string name="phone_hint">Enter phone number</string>
|
||
<string name="sms_code_hint">Enter verification code</string>
|
||
<string name="password_hint">Enter password</string>
|
||
<string name="send_sms_code">Send Code</string>
|
||
<string name="login">Login</string>
|
||
<string name="forgot_password">Forgot Password?</string>
|
||
|
||
<!-- Register Activity -->
|
||
<string name="register_title">Register</string>
|
||
<string name="register_subtitle">Register Account</string>
|
||
<string name="set_password">Set Password</string>
|
||
<string name="confirm_password">Confirm Password</string>
|
||
<string name="password_requirement">Password must be 6–20 characters</string>
|
||
<string name="agreement_prefix">I have read and agree to the</string>
|
||
<string name="user_agreement">User Agreement</string>
|
||
<string name="and">and</string>
|
||
<string name="privacy_policy">Privacy Policy</string>
|
||
<string name="register_success">Registration Successful</string>
|
||
<string name="registering">Registering...</string>
|
||
<string name="register_success_message">Your account has been created successfully</string>
|
||
<string name="go_to_login">Go to Login</string>
|
||
|
||
<!-- Forgot Password -->
|
||
<string name="forgot_password_title">Forgot Password</string>
|
||
<string name="reset_password">Reset Password</string>
|
||
<string name="new_password">New Password</string>
|
||
<string name="reset_success">Password reset successful</string>
|
||
|
||
<!-- Face Login/Verification -->
|
||
<string name="face_capture_hint">Please align your face within the frame</string>
|
||
<string name="face_recognition_success">Recognition Successful</string>
|
||
<string name="face_recognition_failed">Recognition Failed</string>
|
||
<string name="retry">Retry</string>
|
||
|
||
<!-- Home Activity -->
|
||
<string name="home">Home</string>
|
||
<string name="profile">Profile</string>
|
||
<string name="admin_user">Administrator</string>
|
||
<string name="normal_user">Ordinary User</string>
|
||
<string name="family_with_normal">s Family</string>
|
||
|
||
|
||
<!-- Home Menu -->
|
||
<string name="my_devices">My Devices</string>
|
||
<string name="add_device">Add Device</string>
|
||
<string name="scan_qr">Scan QR Code</string>
|
||
<string name="voice_control">Voice Control</string>
|
||
<string name="light_control">Light Control</string>
|
||
<string name="water_gun">Water Gun</string>
|
||
<string name="monitor">Monitor</string>
|
||
<string name="message">Message</string>
|
||
<string name="settings">Settings</string>
|
||
|
||
<!-- Device Management -->
|
||
<string name="device_name">Device Name</string>
|
||
<string name="device_status">Status</string>
|
||
<string name="device_online">Online</string>
|
||
<string name="device_id">Device ID</string>
|
||
<string name="bind_device">Bind Device</string>
|
||
<string name="unbind_device">Unbind Device</string>
|
||
<string name="device_not_found">No devices found</string>
|
||
<string name="no_device">No device</string>
|
||
<string name="no_permission_title">No permission</string>
|
||
<string name="no_permission_desc">You do not have permission to view devices</string>
|
||
|
||
<!-- Add Device -->
|
||
<string name="add_device_title">Add Device</string>
|
||
<string name="scan_nearby">Scan Nearby Devices</string>
|
||
<string name="scanning">Scanning continuously...</string>
|
||
<string name="device_nearby_hint">Please keep your phone close to the device</string>
|
||
<string name="scan_again">Scan Again</string>
|
||
<string name="add_manually">Add Manually</string>
|
||
<string name="enter_device_id">Enter Device ID</string>
|
||
<string name="bind_success">Binding Successful</string>
|
||
|
||
<!-- Family Management -->
|
||
<string name="family_management">Family Management</string>
|
||
<string name="switch_family">Switch Family</string>
|
||
<string name="current_family">Current Family</string>
|
||
<string name="my_family">My Family</string>
|
||
<string name="my_family_admin">%s (Admin)</string>
|
||
<string name="family_member">%s (Member)</string>
|
||
<string name="add_family">Add Family</string>
|
||
<string name="family_name">Family Name</string>
|
||
<string name="enter_family_name">Enter family name</string>
|
||
<string name="create_family">Create Family</string>
|
||
<string name="join_family">Join Family</string>
|
||
<string name="family_code">Family Code</string>
|
||
<string name="enter_family_code">Enter family code</string>
|
||
|
||
<!-- User Management -->
|
||
<string name="user_management">User Management</string>
|
||
<string name="user_list">User List</string>
|
||
<string name="add_user">Add User</string>
|
||
<string name="admin">Admin</string>
|
||
<string name="member">Member</string>
|
||
<string name="phone_number">Phone Number</string>
|
||
<string name="enter_nickname">Enter nickname</string>
|
||
|
||
<!-- Password Management -->
|
||
<string name="password_management">Password Management</string>
|
||
<string name="change_password">Change Password</string>
|
||
<string name="current_password">Current Password</string>
|
||
<string name="old_password">Old Password</string>
|
||
<string name="verification_code">Verification Code</string>
|
||
<string name="password_not_match">Passwords do not match</string>
|
||
|
||
<!-- Face Management -->
|
||
<string name="face_management">Face Management</string>
|
||
<string name="add_face">Add Face</string>
|
||
<string name="face_list">Face List</string>
|
||
<string name="delete_face_confirm">Are you sure you want to delete this face?</string>
|
||
<string name="strict_capture">Strict Capture</string>
|
||
|
||
<!-- Live Video -->
|
||
<string name="live_video">Live Video</string>
|
||
<string name="fullscreen">Fullscreen</string>
|
||
<string name="screenshot">Screenshot</string>
|
||
<string name="record">Record</string>
|
||
<string name="talk">Talk</string>
|
||
<string name="mute">Mute</string>
|
||
<string name="unmute">Unmute</string>
|
||
<string name="video_loading">Loading video...</string>
|
||
<string name="video_error">Video loading failed</string>
|
||
|
||
<!-- Alarm Log -->
|
||
<string name="alarm_log_title">Alarm Log</string>
|
||
<string name="alarm_detail">Alarm Detail</string>
|
||
<string name="alarm_time">Alarm Time</string>
|
||
<string name="alarm_type">Alarm Type</string>
|
||
<string name="alarm_location">Location</string>
|
||
<string name="no_alarm_logs">No alarm records</string>
|
||
<string name="intrusion_detected">Intrusion Detected</string>
|
||
<string name="abnormal_sound">Abnormal Sound</string>
|
||
<string name="motion_detected">Motion Detected</string>
|
||
|
||
<!-- Message -->
|
||
<string name="message_title">Messages</string>
|
||
<string name="system_message">System</string>
|
||
<string name="alarm_message">Alarm</string>
|
||
<string name="device_message">Device</string>
|
||
<string name="no_messages">No messages</string>
|
||
<string name="mark_as_read">Mark as Read</string>
|
||
<string name="clear_all">Clear All</string>
|
||
<string name="message_detail">Message Detail</string>
|
||
|
||
<!-- Settings -->
|
||
<string name="settings_title">Settings</string>
|
||
<string name="function_settings">Function Settings</string>
|
||
<string name="basic_settings">Basic Settings</string>
|
||
<string name="voice_settings">Voice Settings</string>
|
||
<string name="water_gun_settings">Water Gun Settings</string>
|
||
<string name="detection_settings">Auto Mode</string>
|
||
<string name="notification_settings">Notification Settings</string>
|
||
<string name="language_settings">Language</string>
|
||
<string name="chinese">Chinese</string>
|
||
<string name="english">English</string>
|
||
<string name="linked_user">Linked user</string>
|
||
<string name="user_details">User Details</string>
|
||
<string name="search">search</string>
|
||
<string name="search_preset_text">Search preset text</string>
|
||
<string name="add_linked_user">Add linked user</string>
|
||
<string name="unlink">unlink</string>
|
||
<string name="unlink_confirm_message">Unlink confirm message?</string>
|
||
<string name="wiFi_management">WiFi Management</string>
|
||
<string name="about">About</string>
|
||
<string name="version">Version</string>
|
||
<string name="logout">Logout</string>
|
||
<string name="logout_confirm">Are you sure you want to logout?</string>
|
||
<string name="warning_voice_playback">Warning Voice Playback</string>
|
||
<string name="warning_voice_content">Warning Voice Content</string>
|
||
<string name="enter_warning_voice_content_system_will_generate_voice_automatically">Enter warning voice content, system will generate voice automatically.</string>
|
||
<string name="device_info">Device info</string>
|
||
<string name="device_model">Device model</string>
|
||
<string name="device_no">Device No</string>
|
||
<string name="fw_version">FW Version</string>
|
||
<string name="auto_arms_start_time">Auto arm start time</string>
|
||
<string name="auto_arms_end_time">Auto arm End time</string>
|
||
<string name="please_select_at_least_one_user">Please select at least one user</string>
|
||
<string name="selected_users_voice">%d user(s) selected, voice</string>
|
||
|
||
|
||
<!-- Personal Profile -->
|
||
<string name="avatar">Avatar</string>
|
||
<string name="gender">Gender</string>
|
||
<string name="male">Male</string>
|
||
<string name="female">Female</string>
|
||
<string name="birthday">Birthday</string>
|
||
<string name="address">Address</string>
|
||
<string name="enter_address">Enter address</string>
|
||
|
||
<!-- Scan -->
|
||
<string name="scan_title">Scan QR Code</string>
|
||
<string name="scan_hint">Align QR code within frame to scan</string>
|
||
<string name="scan_failed">Scan failed, please try again</string>
|
||
|
||
<!-- WiFi -->
|
||
<string name="wifi_list">WiFi List</string>
|
||
<string name="wifi_password">WiFi Password</string>
|
||
<string name="enter_wifi_password">Enter WiFi password</string>
|
||
<string name="connect">Connect</string>
|
||
<string name="connecting">Connecting...</string>
|
||
<string name="wifi_connection_failed">WiFi Connection failed</string>
|
||
<string name="wifi_connection_success">WiFi Connected successfully</string>
|
||
<string name="connect_device">Connect Device</string>
|
||
<string name="connection_success">Connected successfully</string>
|
||
<string name="bluetooth_keep_enabled">Please keep Bluetooth on and move your phone closer to the device</string>
|
||
<string name="transmit_info_to_device">Transmitting information to the device</string>
|
||
<string name="device_connect_network">Device connecting to the network</string>
|
||
<string name="device_connect_near_router">Please move the device closer to the router while connecting to the network</string>
|
||
<string name="keep_device_near_router">Please move the device closer to the router</string>
|
||
|
||
<!-- Dialog -->
|
||
<string name="tip">Tip</string>
|
||
<string name="please_wait">Please wait...</string>
|
||
<string name="operation_success">Operation successful</string>
|
||
<string name="operation_failed">Operation failed</string>
|
||
<string name="network_unavailable">Network unavailable</string>
|
||
<string name="check_network">Please check your network connection</string>
|
||
<string name="confirm_delete_user">Are you sure to delete this user?</string>
|
||
|
||
<!-- Voice Recognition Mode -->
|
||
<string name="recognition_mode">Recognition Mode</string>
|
||
<string name="mode_standard">Standard Mode</string>
|
||
<string name="mode_strict">Strict Mode</string>
|
||
<string name="mode_custom">Custom Mode</string>
|
||
|
||
<!-- Time -->
|
||
<string name="today">Today</string>
|
||
<string name="yesterday">Yesterday</string>
|
||
<string name="this_week">This Week</string>
|
||
<string name="this_month">This Month</string>
|
||
|
||
<!-- Placeholder -->
|
||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||
|
||
<!-- Additional missing strings -->
|
||
<string name="scan_device_qr">Please scan the QR code on the device or manual</string>
|
||
<string name="workshop">Workshop</string>
|
||
<string name="parents_home">Parents Home</string>
|
||
<string name="smart_hanging_defense">Smart Hanging Defense</string>
|
||
<string name="smart_defense_device">Smart Defense Device</string>
|
||
<string name="smart_rail_defense">Smart Rail Defense</string>
|
||
<string name="corridor_defense">Corridor Defense</string>
|
||
<string name="door_defense">Door Defense</string>
|
||
<string name="living_room_defense">Living Room Defense</string>
|
||
<string name="balcony_defense">Balcony Defense</string>
|
||
<string name="album">Album</string>
|
||
<string name="flashlight">Flashlight</string>
|
||
<string name="my_family_home">My Family</string>
|
||
<string name="device">Device</string>
|
||
<string name="smart_device_a1">Smart Defense Device A1</string>
|
||
<string name="voice">Voice</string>
|
||
<string name="light">Light</string>
|
||
<string name="control">Control</string>
|
||
<string name="seconds">%ds</string>
|
||
<string name="register">Register</string>
|
||
<string name="register_user">Register User</string>
|
||
<string name="enter_platform">Enter Platform</string>
|
||
<string name="personal_info">Personal Info</string>
|
||
<string name="nickname">Nickname</string>
|
||
<string name="nickname_hint">Enter nickname</string>
|
||
<string name="bind_phone">Bind Phone</string>
|
||
<string name="face_recognition">Face Recognition</string>
|
||
<string name="face_verification">Face Verification</string>
|
||
<string name="face_security_notice">Only used to create defense mechanisms and prevent theft, ensuring your security</string>
|
||
<string name="follow_instructions">Please follow the instructions to complete face verification</string>
|
||
<string name="standard_capture">Standard Capture</string>
|
||
<string name="incomplete_capture">Incomplete Capture</string>
|
||
<string name="insufficient_light">Insufficient Light</string>
|
||
<string name="start_verification">Start Verification</string>
|
||
<string name="select_wifi">Select Wi-Fi</string>
|
||
<string name="enter_wifi_name">Enter Wi-Fi name</string>
|
||
<string name="next_step">Next</string>
|
||
<string name="set_name">Set Name</string>
|
||
<string name="enter_device_name">Enter device name</string>
|
||
<string name="complete">Complete</string>
|
||
<string name="alarm_log">Alarm Log</string>
|
||
<string name="cancel">Cancel</string>
|
||
<string name="confirm">Confirm</string>
|
||
<string name="bluetooth_recognition">Bluetooth Recognition</string>
|
||
<string name="bluetooth_face_recognition">Bluetooth + Face Recognition</string>
|
||
<string name="message_list">Messages</string>
|
||
<string name="face_collection">Face Collection</string>
|
||
<string name="face_in_circle">Please align your face within the circular area</string>
|
||
<string name="collect_face">Collect Face</string>
|
||
<string name="login_password">Login Password</string>
|
||
<string name="enter_old_password">Enter old password</string>
|
||
<string name="confirm_reset_password">Confirm Reset Password</string>
|
||
<string name="retrieve_password">Retrieve Password</string>
|
||
<string name="operation_password">Operation Password</string>
|
||
|
||
<string name="enter_phone_number">Enter phone number</string>
|
||
<string name="enter_verification_code">Enter verification code</string>
|
||
<string name="send_code">Send Code</string>
|
||
<string name="enter_new_password">Enter new password</string>
|
||
<string name="enter_password_again">Enter password again</string>
|
||
<string name="determine">Confirm</string>
|
||
<string name="id_number">ID Number</string>
|
||
<string name="enter_id_number">Enter ID number</string>
|
||
<string name="hint_input_correct_id_card">Please enter a valid ID card number</string>
|
||
<string name="invite_code_optional">Invite Code (Optional)</string>
|
||
<string name="enter_invite_code">Enter invite code</string>
|
||
<string name="scan_add">Scan to Add</string>
|
||
<string name="wifi">WiFi</string>
|
||
<string name="face_login">Face Login</string>
|
||
<string name="recording_permission_needed">Recording permission is required for control features</string>
|
||
<string name="video_ready">Video ready</string>
|
||
<string name="playback_complete">Playback complete</string>
|
||
<string name="cannot_load_video">Cannot load video</string>
|
||
<string name="view_alarm_log">View alarm log</string>
|
||
<string name="paused">Paused</string>
|
||
<string name="resume_playback">Resume playback</string>
|
||
<string name="entered_fullscreen">Entered fullscreen</string>
|
||
<string name="exited_fullscreen">Exited fullscreen</string>
|
||
<string name="sound_on">Sound on</string>
|
||
<string name="sound_off">Sound off</string>
|
||
<string name="light_on">Light on</string>
|
||
<string name="light_off">Light off</string>
|
||
<string name="start_control_mode">Start control mode</string>
|
||
<string name="stop_control_mode">Stop control mode</string>
|
||
<string name="recording_start_failed">Recording start failed</string>
|
||
<string name="video_error_format">Playback error: %1$d, %2$d</string>
|
||
<string name="buffering_format">Buffering: %d%%</string>
|
||
<string name="camera_not_ready">Camera not ready</string>
|
||
<string name="cannot_open_camera">Cannot open camera</string>
|
||
<string name="camera_permission_needed">Camera permission is required</string>
|
||
<string name="permission_denied">Camera and storage permissions are required</string>
|
||
<string name="image_selected">Image selected</string>
|
||
<string name="please_try_later">Please try again later</string>
|
||
<string name="phone_format_invalid">Invalid phone number format</string>
|
||
<string name="enter_verification_code_pls">Please enter verification code</string>
|
||
<string name="get_code_first">Please get verification code first</string>
|
||
<string name="verification_code_error">Verification code error</string>
|
||
<string name="password_cannot_empty">Password cannot be empty</string>
|
||
<string name="password_letter_digit">Password must contain both letters and digits</string>
|
||
<string name="password_mismatch">Passwords do not match</string>
|
||
<string name="redirect_face_page">Redirecting to face page</string>
|
||
<string name="redirect_register_page">Redirecting to register page</string>
|
||
<string name="forgot_password_page">Forgot password page</string>
|
||
<string name="redirect_face_recognition_page">Redirecting to face recognition page</string>
|
||
<string name="camera_permission_face_verify">Camera permission is required for face verification</string>
|
||
<string name="intrusion_alarm">Intrusion alarm</string>
|
||
<string name="device_fault">Device fault</string>
|
||
<string name="device_offline">Device offline</string>
|
||
<string name="renewal_reminder">Renewal reminder</string>
|
||
<string name="someone_invaded">Someone invaded</string>
|
||
<string name="go_check">Go check</string>
|
||
<string name="notice">Notice</string>
|
||
<string name="got_it">Got it</string>
|
||
<string name="strike_distance">Strike Distance</string>
|
||
<string name="enter_strike_distance">Enter strike distance</string>
|
||
<string name="strike_interval">Strike Interval</string>
|
||
<string name="switch_container">Switch Container</string>
|
||
<string name="strike_position">Strike Position</string>
|
||
<string name="click_model_select_strike_pos">Please click the human model below to select the approximate strike position</string>
|
||
<string name="confirm_modify_strike_pos">Confirm to modify to this strike position?</string>
|
||
<string name="container_1">Container 1</string>
|
||
<string name="container_2">Container 2</string>
|
||
<string name="container_3">Container 3</string>
|
||
<string name="container_4">Container 4</string>
|
||
<string name="face_detection_failed">Face detection failed</string>
|
||
<string name="nickname_default">My nickname</string>
|
||
<!-- Auto Mode -->
|
||
<string name="auto_mode_title">Auto Mode</string>
|
||
<string name="full_auto_mode">Full Auto Mode</string>
|
||
<string name="semi_auto_mode">Semi-Auto Mode</string>
|
||
<string name="auto_defense_start_time">Auto Arm Start Time</string>
|
||
<string name="auto_defense_end_time">Auto Arm End Time</string>
|
||
<string name="auto_mode_notice">Auto Mode Instructions</string>
|
||
<string name="know_and_agree">I have read and agree</string>
|
||
<string name="auto_mode_notice_content">After enabling Full Auto Mode, the device/system will operate independently and automatically execute preset procedures without manual intervention.During operation, do not arbitrarily power off, force a restart, block sensor components or disassemble the device privately, so as to avoid program abnormalities and operation interruption. Full Auto Mode is only applicable to standard and conventional scenarios. Under special working conditions, abnormal environments or temporary special requirements, please manually switch to manual mode.The system will automatically identify normal status and make adaptive adjustments. In case of faults such as alarms, stuttering or abnormal prompts, immediately pause Full Auto Mode, troubleshoot the problem before restarting.Do not place sundries or dangerous goods within the automatic operation range. Keep the working area clean and unobstructed to prevent equipment collision, jamming and safety accidents.Operation data and execution records of Full Auto Mode will be automatically saved. Do not arbitrarily delete or tamper with system configuration parameters to avoid operational logic disorder.Check the device status, power level, network connection and hardware loss regularly on a daily basis to ensure stable and long-term operation of Full Auto Mode. Minors and irrelevant personnel are prohibited from touching or operating the Full Auto Mode switch and setting panel to prevent malfunctions and risks caused by misoperation.</string>
|
||
<string name="modify_phone">Modify Phone</string>
|
||
<string name="invalid_phone">Invalid phone number format</string>
|
||
<string name="verify_and_bind">Verify and Bind</string>
|
||
|
||
|
||
<string name="device_running_days">Device has been running for %d days, please maintain in time</string>
|
||
<string name="device_offline_message">Device is offline, please check the WiFi and power connection</string>
|
||
<string name="countdown_retry">%ds retry</string>
|
||
<string name="sms_login_success">SMS login successful\nPhone: %1$s\nCode: %2$s</string>
|
||
<string name="password_login_success">Password login successful\nPhone: %1$s\nPassword: %2$s</string>
|
||
<string name="code_sent_to">Verification code sent to %s</string>
|
||
<string name="sms_login_success_title">Login successful</string>
|
||
<string name="password_login_success_title">Login successful</string>
|
||
<string name="operation_password_switch">Operation Password Switch</string>
|
||
<string name="hint_operation_password">Please enter a 6-digit numeric password</string>
|
||
<string name="hint_confirm_password">Please confirm your password</string>
|
||
<string name="operation_password_enabled">Operation password enabled</string>
|
||
<string name="operation_password_disabled">Operation password disabled</string>
|
||
<string name="password_must_be_6_digits">Password must be 6 digits</string>
|
||
<string name="please_confirm_password">Please confirm your password</string>
|
||
<string name="password_error">Password error</string>
|
||
<string name="operation_password_not_set">Operation password not set</string>
|
||
<string name="get_verification_code">Get Verification Code</string>
|
||
<string name="hint_phone_zh">Please enter your phone number</string>
|
||
<string name="hint_code_zh">Please enter verification code</string>
|
||
<string name="hint_new_password_zh">Please enter new password</string>
|
||
<string name="hint_confirm_password_zh">Please re-enter new password</string>
|
||
<string name="confirm_reset_password_btn">Confirm Reset</string>
|
||
<string name="user_status">User Status</string>
|
||
<string name="contact_name">Contact Name</string>
|
||
<string name="id_card">ID Card Number</string>
|
||
<string name="mac_address">MAC Address</string>
|
||
<string name="invite_code">Invite Code</string>
|
||
<string name="invite_code_expire_time">Invite Code Expiry</string>
|
||
<string name="qr_code_invite">QR Code Scan Invite</string>
|
||
<string name="invite_code_tips">Invite QR code is valid for 24 hours; can only be accepted once; manual revocation or regenerating will invalidate the previous invite QR code</string>
|
||
<string name="other_invite_methods">Other Invite Methods</string>
|
||
<string name="wechat_friend">WeChat Friend</string>
|
||
<string name="expire_24h">24h</string>
|
||
<string name="expire_7d">7d</string>
|
||
<string name="qr_code_expired">QR code has expired, please regenerate</string>
|
||
<string name="share_failed">Share failed</string>
|
||
<string name="share_poster_tips">The invitation QR code is valid within %1$s and can only be accepted once</string>
|
||
<string name="invite_friend">Come and join me! Scan the QR code to download the app</string>
|
||
<string name="share_to">Share to</string>
|
||
<string name="no_share_app">No sharing application available</string>
|
||
|
||
<!-- WiFi Management -->
|
||
<string name="not_set">Not set</string>
|
||
<string name="device_id_empty">Device ID is empty</string>
|
||
<string name="modify_success">Modified successfully</string>
|
||
<string name="modify_failed">Modification failed</string>
|
||
<string name="network_request_failed">Network request failed</string>
|
||
<string name="code_sent_success">Verification code sent successfully</string>
|
||
<string name="code_send_failed">Failed to send verification code</string>
|
||
|
||
<!-- Login Password Reset -->
|
||
<string name="processing">Processing...</string>
|
||
<string name="old_password_error">Old password is incorrect</string>
|
||
<string name="password_reset_success">Password reset successful</string>
|
||
<string name="password_reset_failed">Password reset failed</string>
|
||
<string name="user_not_login">User not logged in</string>
|
||
<string name="phone_number_empty">Phone number not found</string>
|
||
<string name="operation_fail">Operation failed</string>
|
||
<string name="get_user_info_fail">Failed to get user info</string>
|
||
</resources> |