个人资料

This commit is contained in:
2026-05-12 14:25:13 +08:00
parent 638968e90a
commit 1372ba62a0
22 changed files with 1566 additions and 8 deletions

View File

@@ -166,6 +166,7 @@
<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>
@@ -224,6 +225,7 @@
<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>
@@ -242,6 +244,10 @@
<!-- Additional missing strings -->
<string name="scan_device_qr">Please scan the QR code on the device or manual</string>
<string name="user_status">用户状态</string>
<string name="contact_name">联系人姓名</string>
<string name="id_card">身份证号</string>
<string name="mac_address">MAC地址</string>
<string name="workshop">Workshop</string>
<string name="parents_home">Parents Home</string>
<string name="smart_hanging_defense">Smart Hanging Defense</string>
@@ -290,7 +296,12 @@
<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>
@@ -380,4 +391,19 @@
<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>
</resources>