diff --git a/app/src/main/java/com/chwl/app/avroom/fragment/BaseRoomFragment.kt b/app/src/main/java/com/chwl/app/avroom/fragment/BaseRoomFragment.kt index ff8f7e397..d93d20f91 100644 --- a/app/src/main/java/com/chwl/app/avroom/fragment/BaseRoomFragment.kt +++ b/app/src/main/java/com/chwl/app/avroom/fragment/BaseRoomFragment.kt @@ -1987,11 +1987,11 @@ open class BaseRoomFragment?> : if (tag is Boolean){ if ( tag) { btnFold.tag = false - btnFold.setImageResource(R.drawable.ic_eyes_close) + btnFold.setImageResource(R.drawable.icon_fold_down) floatBtnLayoutFold.setViewWH(height = ViewGroup.LayoutParams.WRAP_CONTENT, isDP = false) } else { btnFold.tag = true - btnFold.setImageResource(R.drawable.ic_eyes_open) + btnFold.setImageResource(R.drawable.icon_fold_up) floatBtnLayoutFold.setViewWH(height = 1, isDP = false) } } diff --git a/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.png b/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.png deleted file mode 100644 index 4465fd94d..000000000 Binary files a/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.png and /dev/null differ diff --git a/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.webp b/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.webp new file mode 100644 index 000000000..8c668ab4f Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_room_boom_notify_head.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.png b/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.png deleted file mode 100644 index f65a8bde7..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.webp b/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.webp new file mode 100644 index 000000000..b0e0b2693 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_level_top_bg.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.png deleted file mode 100644 index 53913ccc7..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.webp new file mode 100644 index 000000000..98be28d48 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_n.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.png deleted file mode 100644 index 2ad213af7..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.webp new file mode 100644 index 000000000..ae6ba4876 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_10_s.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.png deleted file mode 100644 index d57edaa5b..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.webp new file mode 100644 index 000000000..fb9f644e9 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_n.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.png deleted file mode 100644 index ef2eedee9..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.webp new file mode 100644 index 000000000..2ddd7913f Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_15_s.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.png deleted file mode 100644 index eeebbab4e..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.webp new file mode 100644 index 000000000..c28be5519 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_n.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.png deleted file mode 100644 index 624b9e9de..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.webp new file mode 100644 index 000000000..38987ea12 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_19_s.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.png deleted file mode 100644 index 82a73ca04..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.webp new file mode 100644 index 000000000..7d69c6475 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_n.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.png deleted file mode 100644 index 3bc07343d..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.webp new file mode 100644 index 000000000..f82c59d70 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_20_s.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.png deleted file mode 100644 index f36e0b1ef..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.webp new file mode 100644 index 000000000..b29974ec1 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_n.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.png b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.png deleted file mode 100644 index 62c731b3f..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.webp b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.webp new file mode 100644 index 000000000..c6705136e Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_room_mic_type_9_s.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/icon_fold_down.png b/app/src/main/res/drawable-xxhdpi/icon_fold_down.png deleted file mode 100644 index 94b0a5019..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/icon_fold_down.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/icon_fold_down.webp b/app/src/main/res/drawable-xxhdpi/icon_fold_down.webp new file mode 100644 index 000000000..db943e5bc Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icon_fold_down.webp differ diff --git a/app/src/main/res/drawable-xxhdpi/icon_fold_up.png b/app/src/main/res/drawable-xxhdpi/icon_fold_up.png deleted file mode 100644 index f13ac844e..000000000 Binary files a/app/src/main/res/drawable-xxhdpi/icon_fold_up.png and /dev/null differ diff --git a/app/src/main/res/drawable-xxhdpi/icon_fold_up.webp b/app/src/main/res/drawable-xxhdpi/icon_fold_up.webp new file mode 100644 index 000000000..c01bbade8 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icon_fold_up.webp differ diff --git a/app/src/main/res/layout/fragment_chatroom_game_main.xml b/app/src/main/res/layout/fragment_chatroom_game_main.xml index 488ab26ad..a9c318294 100644 --- a/app/src/main/res/layout/fragment_chatroom_game_main.xml +++ b/app/src/main/res/layout/fragment_chatroom_game_main.xml @@ -52,7 +52,7 @@ diff --git a/core/src/main/res/values-tr/strings.xml b/core/src/main/res/values-tr/strings.xml new file mode 100644 index 000000000..fc11a0422 --- /dev/null +++ b/core/src/main/res/values-tr/strings.xml @@ -0,0 +1,675 @@ + + The platform promotes friendly interactions and prohibits the promotion and dissemination of illegal content. Fraudulent activities against users are strictly prohibited. Any violations will result in account suspension. Please report any violations promptly. + Come to MoliStar and meet your exclusive voice. + Come to MoliStar, make friends, and play games together. + Join a family and play with friends who share your interests. + Hi, I would like to invite you to join my MoliStar family: + Join a family and play with friends who share your interests. + Hi, I would like to invite you to join my MoliStar group chat: + Click on the room topic to view the room announcement. + Blind date mode is open, please click on the host&s microphone to select the host. + A new round of blind dates has begun. + Entered the heart-picking stage. + Announce the object of affection. + Version outdated, please download the latest version. + Network error. + Unknown error. + User information is empty, please log in again. + Only supports viewing records within 3 months. + Not a new user. + Request successful-> + Request Successful + Request Successful-> + Request Exception code: + [Image] + [Video] + [Voice Message] + [Location] + [File] + [Notification Reminder] + You have received a message... + The person you are following is online now, hurry up and check it out~~~ + [Gift] + [Game Invitation] + [Upgrade Information] + You have received a + red envelope! + Congratulations, you have won a lucky draw opportunity + Reminder: + [Share Room] + [Share Family] + [Share Group] + [You have received a shared message] + [You have received a group red envelope] + has claimed your red envelope] + [You have claimed + &s red envelope] + has claimed + &s red envelope] + [You have received a system message] + [You have received a public chat hall related message] + [You have received a guild message] + [Check-in Reminder] + [Check-in to share millions] + [Voice Bottle Review Message] + [Share a dynamic] + [You have received a server-wide red envelope] + [Risk Reminder] + [Voice] + You have received a message + Counseling Room + I am a cute little newbie counseling room + Newcomer + Social + Entertainment + Radio + Planet + Music + Feedback Successful + Unknown error occurred, please exit the room and re-enter + [Room Announcement] + User information field is empty + Not in the room or room information is empty + Received kick-out information + The message may contain illegal information, please stop sending similar information like that! + Connecting... + Chat room status abnormal! + Chat room online status becomes UNLOGIN! + Logging in... + Netease chat room login successful + Reconnecting chat room + Need to re-login (kicked or verification information incorrect)... + Network disconnected... + Network disconnection event + Custom message: + Gift effects + Gift effects + PK Creation Message-> msgUuid: + Received time: + PK Creation Message-> attr: + PK Start Message-> msgUuid: + Received time: + PK Start Message-> attr: + PK Result Message-> msgUuid: + Received time: + PK Result Message-> attr: + Rampage countdown room message error... + Rampage Countdown: + You have entered the room invisibly + You have entered the room invisibly + Failed to enter room + Room entry parameters are empty, please check if valid parameters are passed in enterRoom:appScene: interface + Invalid sdkAppId in room entry parameters + Invalid roomId in room entry parameters + Incorrect userID in room entry parameters + Incorrect userSig in room entry parameters + Request room entry timeout, please check network + Service unavailable. Please check if the remaining minutes of the package are greater than 0 and if the Tencent Cloud account is in arrears + Request room exit timeout + Failed to turn on camera + Camera device unauthorized + Camera parameter setting error + Camera is being occupied + Failed to turn on microphone + Microphone device unauthorized + Microphone parameter setting failed + Microphone is being occupied + Failed to stop microphone + Failed to turn on speaker + Speaker parameter setting failed + Failed to stop speaker + Failed to start screen recording + Screen recording failed + No permission to upload auxiliary path + Other users are uploading auxiliary paths + Video frame encoding failed + Unsupported video resolution + Audio frame encoding failed + Unsupported audio sampling rate + The set pixel format is not supported + The set buffer type is not supported + Bypass request timeout + Cloud mixing request timeout + Abnormal cloud mixing response + Abnormal bypass response + Timeout for starting the signaling of pushing stream to Tencent Cloud&s live CDN + Abnormal signaling for starting the push stream to Tencent Cloud&s live CDN + Timeout for stopping the signaling of pushing stream to Tencent Cloud&s live CDN + Abnormal signaling for stopping the push stream to Tencent Cloud&s live CDN + Request for linkage timeout + Request to exit linkage timeout + Invalid parameter + Currently in audience role, cannot request or disconnect cross-room linkage, need to switchRole() to anchor first + Cross-room linkage not supported + Cross-room linkage limit reached + Cross-room linkage retry count exhausted + Cross-room linkage request timeout + Cross-room linkage request format error + Cross-room linkage signature missing + Cross-room linkage signature decryption failed + Cross-room linkage signature decryption key not found + Cross-room linkage signature parsing error + Cross-room linkage signature timestamp error + Cross-room linkage signature mismatch + No linkage in this room + The user did not initiate the linkage + Cross-room linkage failed + Failed to cancel cross-room linkage + Linked room does not exist + Linked room reached the linkage limit + Linked user does not exist + Linked user has been deleted + Linked user reached resource limit + Linkage request serial disorder + Trtc callback onError errCode= + Unknown error occurred, please exit the room and re-enter + Room gift message sending failed, error: + Room gift message resend failed, error: + Room gift message resend succeeded - distinguishing reconnection attempts: + Automatic login successful + Login successful! + Facebook not installed + Login error + Login canceled + Line not installed + Login error + Login canceled + Gmail not installed + Login error + Login canceled + Login successful! + Password reset successful + Unable to get current user UID + Successfully obtain phone binding information + Unable to get current user UID + Mobile phone binding successful + Registration successful + Execute logout-cleanLogInfo + Unknown exception occurred + No ticket information + Successfully changed login password + No UID + No ticket information + Set login password successfully + Login prohibited by server + Incorrect username or password + Execute im status-cleanLogInfo + No account information + Execute imLogin method + Login information is empty + IM login successful + IM login successful + Failed error code: + Network anomaly, please switch network and try again: + IM login failed exception information: + No corresponding account exists + Unknown error! + Network error + Request timeout + Network anomaly, please check your network and try again! + User does not exist or password is incorrect + User does not exist or password is incorrect + User does not exist or password is incorrect + User has been frozen + Verification code incorrect + Invalid phone number + Password reset invalid + Nickname invalid + Phone number already registered + Login credentials expired, please log in again + Login credentials expired, please log in again + Login credentials expired, please log in again + Login credentials expired, please log in again + Network error + Server under maintenance + Insufficient diamond quantity + SMS verification code incorrect + User does not exist + Room in progress... + Current bidder is being bid on, not yet finished + Bidding price less than current highest price + Order does not exist + Incorrect phone number format + Network abnormality + Unknown error + Server under maintenance + Insufficient diamond quantity + SMS verification code incorrect + Service unavailable + Server abnormality + Unknown error + Service busy + User does not exist + Room in progress... + Current bidder is being bid on, not yet finished + Bidding price less than current highest price + Order does not exist + Error sending SMS + Incorrect phone number format + Love is too troublesome, I&ll trouble you in the future + I came for you, regardless of crossing the mountains + I miss you, the kind that wants to meet and hug tightly + Gentleness is treasure, and so are you + I like to wander around in your world, not afraid to lose my way + Test + Purchase successful. + Gift successful. + No UID + Car purchase successful + Gift successful + Gift car successful + Successful use + Purchase successful. + Avatar Frame purchase successful + Gift successful. + Gift car successful + Successful use + Successful use + Tianlong Babu + Successful use + Please enter the correct environment + Please enter the correct environment + Please initialize the environment first + Very helpless + Joy beans + User login successful... + User logout successful... + No UID + Synchronization successful + User information retrieval error.. + No family. + Not in a family yet... + No UID + Error retrieving user information.. + Exited family + No UID found + No UID + No UID + Unable to retrieve user information + No UID + UID not found + Successfully kicked out + Unable to retrieve UID + Successfully modified + No UID found + No UID found + No UID found + No UID + Successfully joined group chat + No UID + No UID found + Contribution successful! + No UID found + No UID + No UID + Empty or non-existent file! + Empty or non-existent file! + Upload successful + Uploaded to Qiniu + Ice Cream + Network error + Need completion from the other party before initiating again + Undefined first, please parse first= in CustomAttachParser + Received noble-related information: %s + Unknown + Someone + No friends. + Page number starts from 1 + Page size must be greater than 1 pageSize >= 1 + Request successful already! + Unable to retrieve initialization information + Home + Forum + Events + Messages + Mine + Room information or received magic is empty + Room information or received magic is empty + Room information or received magic is empty + Failed to retrieve magic list, unknown error + Failed to retrieve magic list, magic list information is null + Failed to retrieve magic list, error code: + Failed to retrieve magic wall, unknown error + Failed to retrieve magic wall, magic wall information is null + Failed to retrieve magic wall, error code: + Newbie seeking attention! + What are you chatting about? + How do you play this? + I want to go on mic + ---------Clear AvRoomDataManager data completed--------- + They are no longer in the room + Network error, code = + Unknown error! + Network error + Request timeout + Task one starts + Task one completed + Task two starts + Task three starts + Task four starts + Successfully received apprentice + Failed to receive apprentice + Master-apprentice push + Room information is empty + Room information or received magic is empty + Global broadcast: + Broadcast + Failed to download VIP resources + Emperor + 600 diamonds + Success + Success + Error without toast prompt + Successfully liked + Successfully unliked + Success + Failed to get sharing link + Sharing statistics interface + Sharing statistics interface + Successfully re-signed, Distinguish the nth re-signing: + Diamonds x + Successfully received + Return gift has been sent to my decorations + Red packet expert + No auction description yet + License room + Newbie room + Ordinary room + Chat + Heart-picking + Announce heart-picking + End + Short Hair Long + Yao Yan + Slightly。 + abc123πŸ˜„οΌοΌŸuh uh uh + Newbie + Encounter + Social + Entertainment + Music + Radio + Encounter + Welcome + Clear billiards successful. + 99.99M+ + M + Quit room RoomInfo = null No room information + Open room + User on mic + Stay in room for + quitUserRoom Notify server to quit room successfully: + quitUserRoom Notify server to quit room failed: + Successfully entered room and obtained fixed members, number: + Successfully entered room and obtained visitor members, number: + Page %1d Visitor Online: %2d + Loop processing online order list takes: + This microphone position is already occupied. + This microphone position is already occupied. + Failure to move down due to being moved up + Failure to move down due to being moved up + This method can only update your own microphone sequence, do not update others& microphone sequence information. + Successfully updated microphone sequence extra field code: + Update successful + Failed to update microphone sequence extra field code: + Failed to update microphone sequence extra field code: + Update successful + Update failed + Update abnormal + Error code: + %s\'s Room + Current room information is null + Invitation sent successfully + Opened successfully + Closed successfully + No room information + No current login account uid + PK mode activated successfully + No room information + No current login account uid + PK mode deactivated successfully + No room information + No current login account uid + No room information + No current login account uid + No room information + No current login account uid + No data + No room information + No current login account uid + PK created successfully + No room information + PK not created or abnormal PK status + PK not ready + PK started successfully + No PK created + Invited to speak successfully + PK end has been sent. + No original PK information + PK not ready + Success + PK not ready + No PK created + Settings not reminding users of errors, code= + Share successful + Share failed, please try again + Share canceled + Group owner + Administrator + Ordinary member + Creation successful. + Deletion successful. + Quit group successful. + Add successful. + Settings successful. + No family information. + Settings successful. + Settings successful. + Settings successful. + Settings successful. + King + Great Ghost Upper + Lollipop + Eight or nine out of ten things in life are unsatisfactory, letting go is liberation + Great Ghost Upper + Effort ensures your worth πŸŒΉπŸŒ·πŸ’πŸ₯€πŸ‚πŸπŸŒΌπŸŒΈπŸŒΊπŸƒπŸŒΎπŸŒ±πŸŒΎπŸŽπŸŒ΅πŸŒ΅πŸŒΏπŸ€πŸŒ³πŸŒ³πŸ’πŸŒ»πŸŒ·πŸŒ» + Great Ghost Upper + Plate him + Great Ghost Upper + Iron juice, give strength, no problem, right?! + Great Ghost Upper + Go to the top πŸ¦† + Great Ghost Upper + Lollipop + Eight or nine out of ten things in life are unsatisfactory, letting go is liberation + Great Ghost Upper + Effort ensures your worth πŸŒΉπŸŒ·πŸ’πŸ₯€πŸ‚πŸπŸŒΌπŸŒΈπŸŒΊπŸƒπŸŒΎπŸŒ±πŸŒΎπŸŽπŸŒ΅πŸŒ΅πŸŒΏπŸ€πŸŒ³πŸŒ³πŸ’πŸŒ»πŸŒ·πŸŒ» + Great Ghost Upper + Plate him + Great Ghost Upper + Iron juice, give strength, no problem, right?! + Great Ghost Upper + Go to the top πŸ¦† + Great Ghost Upper + No current login uid + No current login uid + Server returned empty userInfo field + Invalid uid + Server returned empty userInfo field + Server returned empty userInfo field + User information not found + User uid is empty + Reset successful + Setting successful + iMusic/Songs/ + ClassName:%s \nMethodName:%s \nMethodLine:%d \nCurrent is the %dth one \n---------------------------- \n + Network abnormal + Network error + Network abnormal, please check your network and try again~ + Data parsing abnormal + Parameter error + Server internal error + Network error, please try again later... + Network error, please try again later... + In case of success, the interface returns data field can be empty, not suitable for using this method to strip the outer layer. + Unknown error + Success + Unknown error + Network abnormal, please check your network and try again... + Network abnormal, please check your network and try again + In case of success, the interface returns data field can be empty, not suitable for using this method to strip the outer layer. + In case of success, the interface returns data field can be empty, not suitable for using this method to strip the outer layer. + The data field returned by the interface is empty, and NullHandle.createT does not return a T object + Success + Network abnormal, please try again later! + Network error + MoliStar is taking a break~ Please try again later + Network error, please check your network and try again! + Monkey + Rooster + Dog + Pig + Rat + Ox + Tiger + Rabbit + Dragon + Snake + Horse + Sheep + Aquarius + Pisces + Aries + Taurus + Gemini + Cancer + Leo + Virgo + Libra + Scorpio + Sagittarius + Capricorn + Hour + Minute + minutes ago + hours ago + minutes ago + hours ago + Yesterday + The day before yesterday + days ago + Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + Sunday + Frequently Asked Questions + China Everbright Bank + Savings card + Download failed + Download failed + Reply comment + Topic Guest Page + Personal homepage + Dynamic details + Dynamic Square + Like dynamic - distinguish- + The number of likes on dynamic, distinguish topic- + The number of likes on dynamic, distinguish- + Like + Cancel like + Guild member initiated application + Sent successfully, please wait patiently + Successfully removed hall member + Your application has been submitted + Invitation successful + Join hall successful + Operation successful + Operation successful + Administrator set successfully + Administrator canceled successfully + Muted successfully + Unmuted successfully + Kicked out successfully + Added successfully + Dismiss group chat successfully + Quit group chat successfully + Joined group chat successfully + Little Decision Absolute + Count + Platinum Lv5 + First Out of the Mountain LV3 + High-grade stone + Little Decision Absolute + Count + Platinum Lv5 + First Out of the Mountain LV3 + High-grade stone + Count + Platinum Lv5 + First Out of the Mountain LV3 + High-grade stone + Count + Platinum Lv5 + First Out of the Mountain LV3 + High-grade stone + Platinum Lv5 + First Out of the Mountain LV3 + High-grade stone + Joined + Recommend + Change successful + Network error + Network error + Success + Network error + Success + Network error + Success + Network error + The resource has been deprecated! Try something else + The shared music should be local + Database insertion failed + Xiao Ming + Xiao Hong + Silly ww + Silly ww + Custom message: + Success + Failure + Failure + The verification code has been sent to your mobile phone, please check + Network error + Reset password in non-login state + Reset password in login state + Super admin cannot operate + Current room information is empty. + Insufficient balance + Current room information is empty. + Download failed + Download failed + MD5 verification failed + No new version download information + Downloading... + Downloading... + Already the latest version + Application not installed + HABU-Making new friends, join HABU right now. + Find and join the best groups, talk with strangers + Data parsing exception + Parameter error + + + The opponent rejected your PK request + operation failed (%s) + + Allow %s to access photos on your device? + Allow + No + + Custom + + +