1、修改登录功能并验证,除了支付宝登录其他都已验证
2、完成个人中心的功能,个人主页完成、钱包完成、背包完成
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
|
||||
<string name="app_name">Vespa</string>
|
||||
<string name="recommend_skip">Skip</string>
|
||||
<string name="login_title">Verification code login</string>
|
||||
<string name="circle_title">circle</string>
|
||||
@@ -11,7 +11,7 @@
|
||||
<string name="shopping">shopping</string>
|
||||
<string name="backpack">Me backpack</string>
|
||||
<string name="daily">daily task</string>
|
||||
|
||||
<string name="edit_profile">Edit Profile</string>
|
||||
<string name="msg_notification">Message Notification</string>
|
||||
<string name="minor_mode">Minor Mode</string>
|
||||
<string name="blacklist">Blacklist</string>
|
||||
@@ -37,10 +37,16 @@
|
||||
<string name="real_name_authentication_tips">
|
||||
According to national laws and regulations, users are required to complete real-name authentication. Please enter your own accurate and valid information. Once authenticated, the information cannot be changed casually. Please fill in carefully. We promise to strictly protect your personal information and will not disclose it to third parties.
|
||||
</string>
|
||||
<string name="real_name">Real Name</string>
|
||||
<string name="id_number">ID Number</string>
|
||||
<string name="please_enter_real_name">Please enter your real name</string>
|
||||
<string name="please_enter_id_number">Please enter your ID number</string>
|
||||
<string name="already_authenticated">You have already completed real-name authentication</string>
|
||||
<string name="real_name">Real Name</string>
|
||||
<string name="id_type">ID Type</string>
|
||||
<string name="id_number">ID Number</string>
|
||||
<string name="update_real_name_info">Update Your Real Name Info</string>
|
||||
<string name="update_real_name_desc">If you have changed your name with the police, tap here to update</string>
|
||||
<string name="correct_real_name">Correct Real Name</string>
|
||||
<string name="correct_real_name_desc">If the real name on the account is not the actual user, tap here to correct it</string>
|
||||
|
||||
<string name="room_rank">Room Rank</string>
|
||||
<string name="wealth_rank">Wealth Rank</string>
|
||||
@@ -65,6 +71,31 @@
|
||||
<string name="please_confirm_the_new_password_again">Please confirm the new password again</string>
|
||||
<string name="new_password">set up a new password</string>
|
||||
<string name="verification_phone_number">Please enter the phone number</string>
|
||||
<string name="avatar_change_info">Dear user, you can change your avatar %1$d times this month, remaining: %1$d times. Use avatar card for unlimited changes, remaining cards: %2$d</string>
|
||||
|
||||
<string name="nickname">Nickname</string>
|
||||
<string name="gender">Gender</string>
|
||||
<string name="birthday">Birthday</string>
|
||||
<string name="introduction">Introduction</string>
|
||||
<string name="background_image">Background Image</string>
|
||||
<string name="upload_limit">(Up to 6 images)</string>
|
||||
<string name="permission_storage">File reading and writing</string>
|
||||
<string name="permission_camera">Use camera</string>
|
||||
<string name="permission_record_audio">Use microphone</string>
|
||||
<string name="permission_location">Use location</string>
|
||||
<string name="permission_read_phone_state">Read phone information</string>
|
||||
<string name="permission_refused">You have denied the permission of %1$s, please go to the settings to modify it</string>
|
||||
|
||||
<string name="coin">Coin</string>
|
||||
<string name="diamond">Diamond</string>
|
||||
<string name="my_bill">My Bill</string>
|
||||
<string name="recharge_record">Recharge Record</string>
|
||||
<string name="diamond_income_expense">Diamond Income/Expense</string>
|
||||
<string name="other_functions">Other Functions</string>
|
||||
<string name="diamond_to_coin">Diamond to Coin</string>
|
||||
<string name="recharge">Recharge</string>
|
||||
<string name="payment_method">Payment Method</string>
|
||||
<string name="wechat_payment">WeChat (AllLink)</string>
|
||||
<string name="alipay_payment">Alipay Payment</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user