调整房间公屏开关文案国际化

This commit is contained in:
max
2024-03-04 18:29:48 +08:00
parent 3cb2267032
commit 30d81ebbfd
7 changed files with 23 additions and 5 deletions

View File

@@ -455,12 +455,12 @@ public class BaseRoomPresenter<V extends IBaseRoomView> extends BaseMvpPresenter
ChatRoomMessage firstMsg = IMNetEaseManager.get().getFirstMessageContent();
IMNetEaseManager.get().addCloseScreenMessages(firstMsg);
if (AvRoomDataManager.get().closeScreenBySAdmin()) {
contentText = "系統檢測涉嫌違規,予以關閉公屏消息警告";
contentText = ResUtil.getString(R.string.avroom_fragment_homepartyfragment_015);
} else {
contentText = "管理員已關閉聊天公屏";
contentText = ResUtil.getString(R.string.avroom_fragment_homepartyfragment_06);
}
} else {
contentText = "管理員已開啟聊天公屏";
contentText = ResUtil.getString(R.string.avroom_fragment_homepartyfragment_014);
}
RoomInfoAttachment attachment = new RoomInfoAttachment(CustomAttachment.CUSTOM_MSG_UPDATE_ROOM_INFO,
CustomAttachment.CUSTOM_MSG_UPDATE_ROOM_INFO_CLOSE_SCREEN);

View File

@@ -1520,6 +1520,8 @@
<string name="avroom_fragment_homepartyfragment_011">語音房_收藏頂部按鈕</string>
<string name="avroom_fragment_homepartyfragment_012">語音房_分享</string>
<string name="avroom_fragment_homepartyfragment_013">在線</string>
<string name="avroom_fragment_homepartyfragment_014">管理員已開啟聊天公屏</string>
<string name="avroom_fragment_homepartyfragment_015">系統檢測涉嫌違規,予以關閉公屏消息警告</string>
<string name="avroom_fragment_homepartyroomfragment_01">進入下一環節?</string>
<string name="avroom_fragment_homepartyroomfragment_02">開始選擇></string>
<string name="avroom_fragment_homepartyroomfragment_03">嘉賓交流</string>
@@ -4748,6 +4750,7 @@
<string name="room_chat_activity_roominvitefansactivity_014">今日次數已用完</string>
<string name="room_chat_activity_roominvitefansactivity_015">今日次數已用完</string>
<string name="room_chat_activity_roominvitefansactivity_016">確認邀請</string>
<string name="room_chat_activity_roominvitefansactivity_017">確認邀請</string>
<string name="room_chat_activity_roommsgactivity_01">消息</string>
<string name="room_chat_activity_roommsgactivity_02">好友</string>
<string name="room_chat_activity_roommsgactivity_03">粉絲</string>

View File

@@ -1520,6 +1520,8 @@
<string name="avroom_fragment_homepartyfragment_011">語音房_收藏頂部按鈕</string>
<string name="avroom_fragment_homepartyfragment_012">語音房_分享</string>
<string name="avroom_fragment_homepartyfragment_013">在線</string>
<string name="avroom_fragment_homepartyfragment_014">管理員已開啟聊天公屏</string>
<string name="avroom_fragment_homepartyfragment_015">系統檢測涉嫌違規,予以關閉公屏消息警告</string>
<string name="avroom_fragment_homepartyroomfragment_01">進入下一環節?</string>
<string name="avroom_fragment_homepartyroomfragment_02">開始選擇></string>
<string name="avroom_fragment_homepartyroomfragment_03">嘉賓交流</string>
@@ -4748,6 +4750,7 @@
<string name="room_chat_activity_roominvitefansactivity_014">今日次數已用完</string>
<string name="room_chat_activity_roominvitefansactivity_015">今日次數已用完</string>
<string name="room_chat_activity_roominvitefansactivity_016">確認邀請</string>
<string name="room_chat_activity_roominvitefansactivity_017">确认邀请</string>
<string name="room_chat_activity_roommsgactivity_01">消息</string>
<string name="room_chat_activity_roommsgactivity_02">好友</string>
<string name="room_chat_activity_roommsgactivity_03">粉絲</string>

View File

@@ -1524,7 +1524,7 @@
<string name="avroom_fragment_homepartyfragment_03">Cannot switch games or modes during gameplay!</string>
<string name="avroom_fragment_homepartyfragment_04">Please close other modes before switching games!</string>
<string name="avroom_fragment_homepartyfragment_05">Expanded Friendship</string>
<string name="avroom_fragment_homepartyfragment_06">Chat screen has been closed by administrator</string>
<string name="avroom_fragment_homepartyfragment_06">Administrator has turned off chat public screen</string>
<string name="avroom_fragment_homepartyfragment_07">Gift Effects</string>
<string name="avroom_fragment_homepartyfragment_08">Expanded Friendship</string>
<string name="avroom_fragment_homepartyfragment_09">Expanded Friendship</string>
@@ -1532,6 +1532,8 @@
<string name="avroom_fragment_homepartyfragment_011">Voice Room_Favorite Top Button</string>
<string name="avroom_fragment_homepartyfragment_012">Voice Room_Share</string>
<string name="avroom_fragment_homepartyfragment_013">Online</string>
<string name="avroom_fragment_homepartyfragment_014">Administrator has turned on chat public screen</string>
<string name="avroom_fragment_homepartyfragment_015">The system detects suspected violations and closes the public screen message warning</string>
<string name="avroom_fragment_homepartyroomfragment_01">Enter the next segment?</string>
<string name="avroom_fragment_homepartyroomfragment_02">Start Selection></string>
<string name="avroom_fragment_homepartyroomfragment_03">Guest Interaction</string>
@@ -5236,6 +5238,12 @@
<string name="my_collection">My Collection</string>
<string name="me_setting">Set Up</string>
<string name="recommend_to_have_a_look">There is no news yet, please check it out~</string>
<string name="view_activity_familymemberlistactivity_05">Removed successfully</string>
<string name="miniworld_activity_mwteamroommessageact_011">Please wait...</string>
<string name="layout_act_mini_world_group_message_04">Edit</string>
<string name="treasure_box_presenter_boxrankingpresenter_01">No data yet</string>
<string name="treasure_box_presenter_boxrankingpresenter_02">It\'s the end</string>
</resources>

View File

@@ -39,4 +39,6 @@
<string name="button_sure">確定(%1$d)</string>
<string name="upload">上傳</string>
<string name="camera_roll">相機膠卷</string>
<string name="button_confirm_number">確定(%d)</string>
</resources>

View File

@@ -39,4 +39,6 @@
<string name="button_sure">確定(%1$d)</string>
<string name="upload">上傳</string>
<string name="camera_roll">相機膠卷</string>
<string name="button_confirm_number">確定(%d)</string>
</resources>

View File

@@ -42,5 +42,5 @@
<string name="upload">Upload</string>
<string name="camera_roll">Camera Roll</string>
<string name="button_confirm_number">確定(%d)</string>
<string name="button_confirm_number">Done(%d)</string>
</resources>