阿拉伯语适配
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
22
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_collect.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "ms_room_top_collect@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "ms_room_top_collect@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_collect.imageset/ms_room_top_collect@2x.png
vendored
Normal file
After Width: | Height: | Size: 546 B |
BIN
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_collect.imageset/ms_room_top_collect@3x.png
vendored
Normal file
After Width: | Height: | Size: 730 B |
22
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_no_collect.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "ms_room_top_no_collect@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "ms_room_top_no_collect@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_no_collect.imageset/ms_room_top_no_collect@2x.png
vendored
Normal file
After Width: | Height: | Size: 763 B |
BIN
YuMi/Assets.xcassets/jm/collectRoom/ms_room_top_no_collect.imageset/ms_room_top_no_collect@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.0 KiB |
@@ -305,15 +305,18 @@
|
||||
- (void)configLittleGameState {
|
||||
RoomInfoModel * roomInfo = self.delegate.getRoomInfo;
|
||||
if (roomInfo.isPermitRoom != PermitRoomType_Licnese && roomInfo.roomModeType != RoomModeType_Open_Blind && roomInfo.roomModeType != RoomModeType_Open_PK_Mode && roomInfo.roomModeType != RoomModeType_Open_AcrossRoomPK_mode && roomInfo.roomModeType != RoomModeType_Open_Micro_Mode && !roomInfo.leaveMode && roomInfo.uid == [AccountInfoStorage instance].getUid.integerValue) {
|
||||
if (!self.gameListView.superview) {
|
||||
[self addSubview:self.gameListView];
|
||||
[self.gameListView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.trailing.mas_equalTo(self).offset(-85);
|
||||
make.top.mas_equalTo(self).offset(kNavigationHeight - 14 - 11 - 19.0 / 2.0);
|
||||
}];
|
||||
}
|
||||
self.gameListView.mgId = roomInfo.mgId > 0 ? [NSString stringWithFormat:@"%lld", roomInfo.mgId] : @"0";
|
||||
} else {
|
||||
// if (!self.gameListView.superview) {
|
||||
// [self addSubview:self.gameListView];
|
||||
// [self.gameListView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
// make.trailing.mas_equalTo(self).offset(-85);
|
||||
// make.top.mas_equalTo(self).offset(kNavigationHeight - 14 - 11 - 19.0 / 2.0);
|
||||
// }];
|
||||
// }
|
||||
// self.gameListView.mgId = roomInfo.mgId > 0 ? [NSString stringWithFormat:@"%lld", roomInfo.mgId] : @"0";
|
||||
// } else {
|
||||
// if (self.gameListView.superview) {
|
||||
// [self.gameListView removeFromSuperview];
|
||||
// }
|
||||
if (self.gameListView.superview) {
|
||||
[self.gameListView removeFromSuperview];
|
||||
}
|
||||
|
@@ -155,7 +155,7 @@
|
||||
|
||||
[self.collectButton mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.centerY.equalTo(self.settingButton);
|
||||
make.leading.equalTo(self.titleLabel.mas_trailing).offset(15);
|
||||
make.leading.equalTo(self.lockRoomImageView.mas_trailing).offset(5);
|
||||
make.size.mas_equalTo(CGSizeMake(20, 20));
|
||||
}];
|
||||
|
||||
|
@@ -1106,7 +1106,7 @@
|
||||
}
|
||||
///复制id
|
||||
-(void)copyNameAction{
|
||||
[XNDJTDDLoadingTool showSuccessWithMessage:YMLocalizedString(@"XPMineUserInfoHeaderView3")];
|
||||
[XNDJTDDLoadingTool showSuccessWithMessage:YMLocalizedString(@"XPUserCardViewController24")];
|
||||
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
|
||||
pasteboard.string = [NSString stringWithFormat:@"%ld",self.targetUserInfo.erbanNo];
|
||||
}
|
||||
@@ -1381,7 +1381,7 @@
|
||||
_idLabel.textColor = [DJDKMIMOMColor textThirdColor];
|
||||
_idLabel.userInteractionEnabled = YES;
|
||||
UITapGestureRecognizer *longPress = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(copyNameAction)];
|
||||
|
||||
|
||||
[_idLabel addGestureRecognizer:longPress];
|
||||
|
||||
}
|
||||
|
@@ -1647,30 +1647,32 @@ ineHeadView12" = "الحمل";
|
||||
"XPUserCardPresenter21" = "موقع المضيف";
|
||||
"XPUserCardPresenter22" = "@هم";
|
||||
|
||||
"XPUserCardViewController0" = "المستخدم غير متواجد في الغرفة";
|
||||
"XPUserCardViewController1" = "تم حظر المستخدم بالفعل";
|
||||
"XPUserCardViewController2" = "تمت العملية بنجاح";
|
||||
"XPUserCardViewController0" = "ID:%ld";
|
||||
"XPUserCardViewController1" = "المستخدم غير متواجد في الغرفة";
|
||||
"XPUserCardViewController2" = "تم حظر المستخدم بالفعل";
|
||||
"XPUserCardViewController3" = "تمت العملية بنجاح";
|
||||
"XPUserCardViewController4" = "هذا المستخدم %@ VIP، ويمكن لمالك الغرفة فقط طرده";
|
||||
"XPUserCardViewController5" = "هذا المستخدم %@ VIP\nهل أنت متأكد أنك تريد طرده؟";
|
||||
"XPUserCardViewController6" = "في وضع اللعب الافتراضي، هل ترغب في طرد هذا المستخدم إذا خرج من اللعبة؟";
|
||||
"XPUserCardViewController4" = "تمت العملية بنجاح";
|
||||
"XPUserCardViewController5" = "هذا المستخدم %@ VIP، ويمكن لمالك الغرفة فقط طرده";
|
||||
"XPUserCardViewController6" = "هذا المستخدم %@ VIP\nهل أنت متأكد أنك تريد طرده؟";
|
||||
"XPUserCardViewController7" = "في وضع اللعب الافتراضي، هل ترغب في طرد هذا المستخدم إذا خرج من اللعبة؟";
|
||||
"XPUserCardViewController8" = "هل تريد طرد %@ من الغرفة؟";
|
||||
"XPUserCardViewController9" = "تذكير العملية";
|
||||
"XPUserCardViewController10" = "هذا المستخدم %@ VIP، ويمكن لمالك الغرفة فقط طرده";
|
||||
"XPUserCardViewController11" = "هذا المستخدم %@ VIP\nهل أنت متأكد أنك تريد حظره؟";
|
||||
"XPUserCardViewController12" = "في وضع اللعب الافتراضي، هل ترغب في طرد هذا المستخدم إذا خرج من اللعبة؟";
|
||||
"XPUserCardViewController13" = "هل ترغب في إضافة %@ إلى القائمة السوداء؟ بعد الإضافة، لن يتمكن من دخول هذه الغرفة، وفي وضع اللعب الافتراضي، سيتم طرده إذا خرج من اللعبة";
|
||||
"XPUserCardViewController14" = "أنت تقوم بحظر %@";
|
||||
"XPUserCardViewController15" = "بعد الحظر، لن يتمكن من الانضمام إلى هذه الغرفة";
|
||||
"XPUserCardViewController16" = "تم إغلاق شاشة الغرفة العامة";
|
||||
"XPUserCardViewController17" = "غير مسموح بالنزول من المنصة أثناء اللعب!";
|
||||
"XPUserCardViewController18" = "بعد إخراجه، سيتم طرده إذا خرج من اللعبة، هل تريد المتابعة؟";
|
||||
"XPUserCardViewController19" = "هل تريد اختيار الضيف رقم %d؟";
|
||||
"XPUserCardViewController20" = "لا يمكن تغيير هذا الاختيار بعد القيام به";
|
||||
"XPUserCardViewController21" = "تم النسخ بنجاح";
|
||||
"XPUserCardViewController8" = "في وضع اللعب الافتراضي، هل ترغب في طرد هذا المستخدم إذا خرج من اللعبة؟";
|
||||
"XPUserCardViewController9" = "هل تريد طرد %@ من الغرفة؟";
|
||||
"XPUserCardViewController10" = "تذكير العملية";
|
||||
"XPUserCardViewController11" = "هذا المستخدم %@ VIP، ويمكن لمالك الغرفة فقط طرده";
|
||||
"XPUserCardViewController12" = "هذا المستخدم %@ VIP\nهل أنت متأكد أنك تريد حظره؟";
|
||||
"XPUserCardViewController13" = "في وضع اللعب الافتراضي، هل ترغب في طرد هذا المستخدم إذا خرج من اللعبة؟";
|
||||
"XPUserCardViewController14" = "هل ترغب في إضافة %@ إلى القائمة السوداء؟ بعد الإضافة، لن يتمكن من دخول هذه الغرفة، وفي وضع اللعب الافتراضي، سيتم طرده إذا خرج من اللعبة";
|
||||
"XPUserCardViewController15" = "أنت تقوم بحظر %@";
|
||||
"XPUserCardViewController16" = "بعد الحظر، لن يتمكن من الانضمام إلى هذه الغرفة";
|
||||
"XPUserCardViewController17" = "تم إغلاق شاشة الغرفة العامة";
|
||||
"XPUserCardViewController18" = "غير مسموح بالنزول من المنصة أثناء اللعب!";
|
||||
"XPUserCardViewController19" = "بعد إخراجه، سيتم طرده إذا خرج من اللعبة، هل تريد المتابعة؟";
|
||||
"XPUserCardViewController20" = "هل تريد اختيار الضيف رقم %d؟";
|
||||
"XPUserCardViewController21" = "لا يمكن تغيير هذا الاختيار بعد القيام به";
|
||||
|
||||
"XPUserCardViewController22" = "الإبلاغ";
|
||||
"XPUserCardViewController23" = "اختيار مثير";
|
||||
"XPUserCardViewController24" = "تم النسخ بنجاح";
|
||||
|
||||
"XPRoomInsideRecommendEmptyCell0" = "في محاولة للعثور على غرف مناسبة";
|
||||
|
||||
|
@@ -1387,32 +1387,32 @@
|
||||
|
||||
"XPUserCardPresenter21" = "Host";
|
||||
"XPUserCardPresenter22" = "@them";
|
||||
|
||||
"XPUserCardViewController0" = "User is not in the room";
|
||||
"XPUserCardViewController1" = "The user has been blacklisted";
|
||||
"XPUserCardViewController2" = "Clear successful";
|
||||
"XPUserCardViewController3" = "Operation successful";
|
||||
"XPUserCardViewController4" = "The user is %@ VIP, only the host can kick out";
|
||||
"XPUserCardViewController5" = "The user is %@ VIP. Confirm to kick them out of the room?";
|
||||
"XPUserCardViewController6" = "In game mode, if this player quits the game, do you want to kick them out of the room?";
|
||||
"XPUserCardViewController0" = "ID:%ld";
|
||||
"XPUserCardViewController1" = "User is not in the room";
|
||||
"XPUserCardViewController2" = "The user has been blacklisted";
|
||||
"XPUserCardViewController3" = "Clear successful";
|
||||
"XPUserCardViewController4" = "Operation successful";
|
||||
"XPUserCardViewController5" = "The user is %@ VIP, only the host can kick out";
|
||||
"XPUserCardViewController6" = "The user is %@ VIP. Confirm to kick them out of the room?";
|
||||
"XPUserCardViewController7" = "In game mode, if this player quits the game, do you want to kick them out of the room?";
|
||||
"XPUserCardViewController8" = "Do you want to kick %@ out of the room?";
|
||||
"XPUserCardViewController9" = "Operation reminder";
|
||||
"XPUserCardViewController10" = "The user is %@ VIP, only the host can kick them out";
|
||||
"XPUserCardViewController11" = "The user is %@ VIP. Confirm to blacklist them?";
|
||||
"XPUserCardViewController12" = "In game mode, if this player quits the game, do you want to kick them out of the room?";
|
||||
"XPUserCardViewController13" = "Do you want to add %@ to the blacklist? After adding, they will not be able to enter this room. In game mode, if this player quits the game";
|
||||
"XPUserCardViewController14" = "You are blacklisting %@";
|
||||
"XPUserCardViewController15" = "After blacklisting, they will not be able to join this room";
|
||||
"XPUserCardViewController16" = "Room chat is closed";
|
||||
"XPUserCardViewController17" = "Cannot actively go off mic during the game!";
|
||||
"XPUserCardViewController18" = "After taking them off mic, the player will quit the game. Do you want to continue?";
|
||||
"XPUserCardViewController19" = "Confirm selection of guest %d?";
|
||||
"XPUserCardViewController20" = "This selection cannot be canceled or modified";
|
||||
"XPUserCardViewController21" = "Copy successful";
|
||||
"XPUserCardViewController8" = "In game mode, if this player quits the game, do you want to kick them out of the room?";
|
||||
"XPUserCardViewController9" = "Do you want to kick %@ out of the room?";
|
||||
"XPUserCardViewController10" = "Operation reminder";
|
||||
"XPUserCardViewController11" = "The user is %@ VIP, only the host can kick them out";
|
||||
"XPUserCardViewController12" = "The user is %@ VIP. Confirm to blacklist them?";
|
||||
"XPUserCardViewController13" = "In game mode, if this player quits the game, do you want to kick them out of the room?";
|
||||
"XPUserCardViewController14" = "Do you want to add %@ to the blacklist? After adding, they will not be able to enter this room. In game mode, if this player quits the game";
|
||||
"XPUserCardViewController15" = "You are blacklisting %@";
|
||||
"XPUserCardViewController16" = "After blacklisting, they will not be able to join this room";
|
||||
"XPUserCardViewController17" = "Room chat is closed";
|
||||
"XPUserCardViewController18" = "Cannot actively go off mic during the game!";
|
||||
"XPUserCardViewController19" = "After taking them off mic, the player will quit the game. Do you want to continue?";
|
||||
"XPUserCardViewController20" = "Confirm selection of guest %d?";
|
||||
"XPUserCardViewController21" = "This selection cannot be canceled or modified";
|
||||
|
||||
"XPUserCardViewController22" = "Report";
|
||||
"XPUserCardViewController23" = "Select heartthrob";
|
||||
|
||||
"XPUserCardViewController24" = "Copy successful";
|
||||
"XPRoomInsideRecommendEmptyCell0" = "Trying to find suitable rooms";
|
||||
|
||||
"XPRoomRecommendView0" = "Hide & Report";
|
||||
|
@@ -999,32 +999,31 @@
|
||||
"XPUserCardPresenter21" = "主持位";
|
||||
"XPUserCardPresenter22" = "@TA";
|
||||
|
||||
|
||||
"XPUserCardViewController0" = "用户不在房间内";
|
||||
"XPUserCardViewController1" = "用户已经被拉黑了";
|
||||
"XPUserCardViewController2" = "清除成功";
|
||||
"XPUserCardViewController3" = "操作成功";
|
||||
"XPUserCardViewController4" = "该用户为%@VIP,只有房主才可以踢出哦~";
|
||||
"XPUserCardViewController5" = "该用户为%@VIP\n确认是否要将其踢出房间?";
|
||||
"XPUserCardViewController6" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间?";
|
||||
"XPUserCardViewController7" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间";
|
||||
"XPUserCardViewController8" = "是否需要将%@踢出房间?";
|
||||
"XPUserCardViewController9" = "操作提醒";
|
||||
"XPUserCardViewController10" = "该用户为%@VIP,只有房主才可以踢出哦";
|
||||
"XPUserCardViewController11" = "该用户为%@VIP\n确认是否要将其拉黑?";
|
||||
"XPUserCardViewController12" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间";
|
||||
"XPUserCardViewController13" = "是否将%@加入黑名单?加入后他将无法进入此房间游戏模式下默认该玩家退出游戏";
|
||||
"XPUserCardViewController14" = "你正在拉黑%@";
|
||||
"XPUserCardViewController15" = "拉黑后他将无法加入此房间";
|
||||
"XPUserCardViewController16" = "房间公屏已关闭";
|
||||
"XPUserCardViewController17" = "游戏中不可主动下麦!";
|
||||
"XPUserCardViewController18" = "抱Ta下麦后默认该玩家退出游戏,是否继续?";
|
||||
"XPUserCardViewController19" = "确认选择%d号嘉宾吗?";
|
||||
"XPUserCardViewController20" = "该选择不能被取消修改";
|
||||
"XPUserCardViewController21" = "複制成功";
|
||||
"XPUserCardViewController0" = "ID:%ld";
|
||||
"XPUserCardViewController1" = "用户不在房间内";
|
||||
"XPUserCardViewController2" = "用户已经被拉黑了";
|
||||
"XPUserCardViewController3" = "清除成功";
|
||||
"XPUserCardViewController4" = "操作成功";
|
||||
"XPUserCardViewController5" = "该用户为%@VIP,只有房主才可以踢出哦~";
|
||||
"XPUserCardViewController6" = "该用户为%@VIP\n确认是否要将其踢出房间?";
|
||||
"XPUserCardViewController7" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间?";
|
||||
"XPUserCardViewController8" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间";
|
||||
"XPUserCardViewController9" = "是否需要将%@踢出房间?";
|
||||
"XPUserCardViewController10" = "操作提醒";
|
||||
"XPUserCardViewController11" = "该用户为%@VIP,只有房主才可以踢出哦";
|
||||
"XPUserCardViewController12" = "该用户为%@VIP\n确认是否要将其拉黑?";
|
||||
"XPUserCardViewController13" = "游戏模式下默认该玩家退出游戏是否要将此用户踢出房间";
|
||||
"XPUserCardViewController14" = "是否将%@加入黑名单?加入后他将无法进入此房间游戏模式下默认该玩家退出游戏";
|
||||
"XPUserCardViewController15" = "你正在拉黑%@";
|
||||
"XPUserCardViewController16" = "拉黑后他将无法加入此房间";
|
||||
"XPUserCardViewController17" = "房间公屏已关闭";
|
||||
"XPUserCardViewController18" = "游戏中不可主动下麦!";
|
||||
"XPUserCardViewController19" = "抱Ta下麦后默认该玩家退出游戏,是否继续?";
|
||||
"XPUserCardViewController20" = "确认选择%d号嘉宾吗?";
|
||||
"XPUserCardViewController21" = "该选择不能被取消修改";
|
||||
"XPUserCardViewController22" = "举报";
|
||||
"XPUserCardViewController23" = "选择心动";
|
||||
|
||||
"XPUserCardViewController24" = "复制成功";
|
||||
"XPRoomInsideRecommendEmptyCell0" = "努力寻找合适房间中";
|
||||
|
||||
///XPRoomRecommendView.m
|
||||
|
@@ -1000,31 +1000,32 @@
|
||||
"XPUserCardPresenter21" = "主持位";
|
||||
"XPUserCardPresenter22" = "@TA";
|
||||
|
||||
"XPUserCardViewController0" = "ID:%ld";
|
||||
"XPUserCardViewController1" = "用戶不在房間內";
|
||||
"XPUserCardViewController2" = "用戶已經被拉黑了";
|
||||
"XPUserCardViewController3" = "清除成功";
|
||||
"XPUserCardViewController4" = "操作成功";
|
||||
"XPUserCardViewController5" = "該用戶為%@VIP,只有房主才可以踢出哦~";
|
||||
"XPUserCardViewController6" = "該用戶為%@VIP\n確認是否要將其踢出房間?";
|
||||
"XPUserCardViewController7" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間?";
|
||||
"XPUserCardViewController8" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間";
|
||||
"XPUserCardViewController9" = "是否需要將%@踢出房間?";
|
||||
"XPUserCardViewController10" = "操作提醒";
|
||||
"XPUserCardViewController11" = "該用戶為%@VIP,只有房主才可以踢出哦";
|
||||
"XPUserCardViewController12" = "該用戶為%@VIP\n確認是否要將其拉黑?";
|
||||
"XPUserCardViewController13" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間";
|
||||
"XPUserCardViewController14" = "是否將%@加入黑名單?加入後他將無法進入此房間遊戲模式下默認該玩家退出遊戲";
|
||||
"XPUserCardViewController15" = "你正在拉黑%@";
|
||||
"XPUserCardViewController16" = "拉黑後他將無法加入此房間";
|
||||
"XPUserCardViewController17" = "房間公屏已關閉";
|
||||
"XPUserCardViewController18" = "遊戲中不可主動下麥!";
|
||||
"XPUserCardViewController19" = "抱Ta下麥後默認該玩家退出遊戲,是否繼續?";
|
||||
"XPUserCardViewController20" = "確認選擇%d號嘉賓嗎?";
|
||||
"XPUserCardViewController21" = "該選擇不能被取消修改";
|
||||
|
||||
"XPUserCardViewController0" = "用戶不在房間內";
|
||||
"XPUserCardViewController1" = "用戶已經被拉黑了";
|
||||
"XPUserCardViewController2" = "清除成功";
|
||||
"XPUserCardViewController3" = "操作成功";
|
||||
"XPUserCardViewController4" = "該用戶為%@VIP,只有房主才可以踢出哦~";
|
||||
"XPUserCardViewController5" = "該用戶為%@VIP\n確認是否要將其踢出房間?";
|
||||
"XPUserCardViewController6" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間?";
|
||||
"XPUserCardViewController7" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間";
|
||||
"XPUserCardViewController8" = "是否需要將%@踢出房間?";
|
||||
"XPUserCardViewController9" = "操作提醒";
|
||||
"XPUserCardViewController10" = "該用戶為%@VIP,只有房主才可以踢出哦";
|
||||
"XPUserCardViewController11" = "該用戶為%@VIP\n確認是否要將其拉黑?";
|
||||
"XPUserCardViewController12" = "遊戲模式下默認該玩家退出遊戲是否要將此用戶踢出房間";
|
||||
"XPUserCardViewController13" = "是否將%@加入黑名單?加入後他將無法進入此房間遊戲模式下默認該玩家退出遊戲";
|
||||
"XPUserCardViewController14" = "你正在拉黑%@";
|
||||
"XPUserCardViewController15" = "拉黑後他將無法加入此房間";
|
||||
"XPUserCardViewController16" = "房間公屏已關閉";
|
||||
"XPUserCardViewController17" = "遊戲中不可主動下麥!";
|
||||
"XPUserCardViewController18" = "抱Ta下麥後默認該玩家退出遊戲,是否繼續?";
|
||||
"XPUserCardViewController19" = "確認選擇%d號嘉賓嗎?";
|
||||
"XPUserCardViewController20" = "該選擇不能被取消修改";
|
||||
"XPUserCardViewController21" = "複製成功";
|
||||
"XPUserCardViewController22" = "舉報";
|
||||
"XPUserCardViewController23" = "選擇心動";
|
||||
"XPUserCardViewController24" = "複製成功";
|
||||
|
||||
"XPRoomInsideRecommendEmptyCell0" = "努力尋找合適房間中";
|
||||
|
||||
|