国际化

This commit is contained in:
liyuhua
2024-04-09 15:37:57 +08:00
parent 0a31f45ff2
commit b4269b347d
45 changed files with 977 additions and 307 deletions

View File

@@ -215,6 +215,7 @@
2368ECCF2BC38F9800EDF4C9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECCD2BC38F9800EDF4C9 /* InfoPlist.strings */; }; 2368ECCF2BC38F9800EDF4C9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECCD2BC38F9800EDF4C9 /* InfoPlist.strings */; };
2368ECD32BC38FDA00EDF4C9 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */; }; 2368ECD32BC38FDA00EDF4C9 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */; };
2368ECDA2BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */; }; 2368ECDA2BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */; };
2368ECDF2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */; };
2369F9912A89CE0E00563B48 /* PIUserSexView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2369F9902A89CE0E00563B48 /* PIUserSexView.m */; }; 2369F9912A89CE0E00563B48 /* PIUserSexView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2369F9902A89CE0E00563B48 /* PIUserSexView.m */; };
2369F9932A8B21EB00563B48 /* pi_treasure_fairy_gift_bg.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */; }; 2369F9932A8B21EB00563B48 /* pi_treasure_fairy_gift_bg.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */; };
236B2E422AA07D06003967A8 /* SudCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E232AA07D06003967A8 /* SudCommon.m */; }; 236B2E422AA07D06003967A8 /* SudCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E232AA07D06003967A8 /* SudCommon.m */; };
@@ -1914,6 +1915,8 @@
2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; 2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
2368ECD82BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSwitchLanguageVC.h; sourceTree = "<group>"; }; 2368ECD82BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSwitchLanguageVC.h; sourceTree = "<group>"; };
2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSwitchLanguageVC.m; sourceTree = "<group>"; }; 2368ECD92BC3C02800EDF4C9 /* XPMineSwitchLanguageVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSwitchLanguageVC.m; sourceTree = "<group>"; };
2368ECDD2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineSwitchLanguageCell.h; sourceTree = "<group>"; };
2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineSwitchLanguageCell.m; sourceTree = "<group>"; };
2369F98F2A89CE0E00563B48 /* PIUserSexView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUserSexView.h; sourceTree = "<group>"; }; 2369F98F2A89CE0E00563B48 /* PIUserSexView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUserSexView.h; sourceTree = "<group>"; };
2369F9902A89CE0E00563B48 /* PIUserSexView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUserSexView.m; sourceTree = "<group>"; }; 2369F9902A89CE0E00563B48 /* PIUserSexView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUserSexView.m; sourceTree = "<group>"; };
2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_treasure_fairy_gift_bg.svga; sourceTree = "<group>"; }; 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_treasure_fairy_gift_bg.svga; sourceTree = "<group>"; };
@@ -10427,6 +10430,8 @@
E8E70D8B26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m */, E8E70D8B26F2F5A500F03460 /* XPMineHeadItemCollectionViewCell.m */,
E8AC721426F46B06007D6E91 /* XPMineSettingTableViewCell.h */, E8AC721426F46B06007D6E91 /* XPMineSettingTableViewCell.h */,
E8AC721526F46B06007D6E91 /* XPMineSettingTableViewCell.m */, E8AC721526F46B06007D6E91 /* XPMineSettingTableViewCell.m */,
2368ECDD2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.h */,
2368ECDE2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m */,
E8AC723026F49710007D6E91 /* XPMineNotificationTableViewCell.h */, E8AC723026F49710007D6E91 /* XPMineNotificationTableViewCell.h */,
E8AC723126F49710007D6E91 /* XPMineNotificationTableViewCell.m */, E8AC723126F49710007D6E91 /* XPMineNotificationTableViewCell.m */,
9B92A33A2797E38100AD168F /* XPMineHeadItemTableViewCell.h */, 9B92A33A2797E38100AD168F /* XPMineHeadItemTableViewCell.h */,
@@ -11118,6 +11123,7 @@
23CEFB6C2AFB803B00576D89 /* PISwitchingEnvironmentVC.m in Sources */, 23CEFB6C2AFB803B00576D89 /* PISwitchingEnvironmentVC.m in Sources */,
E8D55C9D28113218006935A5 /* MessageMenuModel.m in Sources */, E8D55C9D28113218006935A5 /* MessageMenuModel.m in Sources */,
E87DF4EF2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m in Sources */, E87DF4EF2A42CB90009C1185 /* XPHomeCollectRoomTableViewCell.m in Sources */,
2368ECDF2BC51B2D00EDF4C9 /* XPMineSwitchLanguageCell.m in Sources */,
236B2E442AA07D06003967A8 /* UIColor+RW.m in Sources */, 236B2E442AA07D06003967A8 /* UIColor+RW.m in Sources */,
189DD73E26E21C3F00AB55B1 /* YYUtility.m in Sources */, 189DD73E26E21C3F00AB55B1 /* YYUtility.m in Sources */,
14A6034F29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m in Sources */, 14A6034F29A36D8300D2A6A5 /* XPSimpleMineHeaderView.m in Sources */,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "mine_noble_center_tag_diamond@2x.png", "filename" : "pi_mine_set_language_choose@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "mine_noble_center_tag_diamond@3x.png", "filename" : "pi_mine_set_language_choose@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View File

@@ -215,7 +215,8 @@ NSString * const kMessageShowReadDotKey = @"kMessageShowReadDotKey";
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
if (section == 0) { if (section == 0) {
return [ClientConfig shareConfig].configInfo.findNewbieCharmLevel <= self.userInfo.userLevelVo.experLevelSeq ? 1 : 0; // return [ClientConfig shareConfig].configInfo.findNewbieCharmLevel <= self.userInfo.userLevelVo.experLevelSeq ? 1 : 0;
return 0;
} }
return self.recentSessions.count; return self.recentSessions.count;
} }

View File

@@ -137,21 +137,21 @@ NSString * const kMengXinShowReadDotKey = @"kMengXinShowReadDotKey";
- (void)updateToolViewWithUserLevel:(NSInteger)level { - (void)updateToolViewWithUserLevel:(NSInteger)level {
if( [ClientConfig shareConfig].configInfo.findNewbieCharmLevel <= level) { if( [ClientConfig shareConfig].configInfo.findNewbieCharmLevel <= level) {
XPSessionListHeadItem *mengxinItem = [[XPSessionListHeadItem alloc] init]; // XPSessionListHeadItem *mengxinItem = [[XPSessionListHeadItem alloc] init];
mengxinItem.title = YMLocalizedString(@"XPSessionListHeadView3"); // mengxinItem.title = YMLocalizedString(@"XPSessionListHeadView3");
mengxinItem.imageName = @"session_list_head_mengxin"; // mengxinItem.imageName = @"session_list_head_mengxin";
mengxinItem.type = XPSessionListHeadItemType_MemgXin; // mengxinItem.type = XPSessionListHeadItemType_MemgXin;
[self.funtionArray addObject:mengxinItem]; // [self.funtionArray addObject:mengxinItem];
//
XPSessionListHeadItemView *itemView = [[XPSessionListHeadItemView alloc] init]; // XPSessionListHeadItemView *itemView = [[XPSessionListHeadItemView alloc] init];
itemView.imageName = mengxinItem.imageName; // itemView.imageName = mengxinItem.imageName;
itemView.title = mengxinItem.title; // itemView.title = mengxinItem.title;
BOOL hidden = [[NSUserDefaults standardUserDefaults] boolForKey:kMengXinShowReadDotKey]; // BOOL hidden = [[NSUserDefaults standardUserDefaults] boolForKey:kMengXinShowReadDotKey];
itemView.showDot = !hidden; // itemView.showDot = !hidden;
itemView.tag = mengxinItem.type; // itemView.tag = mengxinItem.type;
[self.toolStackView addArrangedSubview:itemView]; // [self.toolStackView addArrangedSubview:itemView];
UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapItem:)]; // UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapItem:)];
[itemView addGestureRecognizer:tap]; // [itemView addGestureRecognizer:tap];
} }
} }

View File

@@ -35,6 +35,7 @@ typedef NS_ENUM(NSInteger, XPMineSettingItemType){
@property (nonatomic,copy,) NSString * __nullable subTitle; @property (nonatomic,copy,) NSString * __nullable subTitle;
///类型 ///类型
@property (nonatomic,assign) XPMineSettingItemType type; @property (nonatomic,assign) XPMineSettingItemType type;
@property(nonatomic,assign) BOOL isChoose;
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END

View File

@@ -103,7 +103,7 @@
_giftNumberLabel.text = [NSString stringWithFormat:@"X%ld", _giftInfo.reciveCount]; _giftNumberLabel.text = [NSString stringWithFormat:@"X%ld", _giftInfo.reciveCount];
NSMutableAttributedString *textAtt = [[NSMutableAttributedString alloc]initWithString:[NSString stringWithFormat:@" %ld",_giftInfo.giftPrice] attributes:@{NSForegroundColorAttributeName:UIColorFromRGB(0x6D6B89)}]; NSMutableAttributedString *textAtt = [[NSMutableAttributedString alloc]initWithString:[NSString stringWithFormat:@" %ld",_giftInfo.giftPrice] attributes:@{NSForegroundColorAttributeName:UIColorFromRGB(0x6D6B89)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"exchange_diamonds_icon"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(_priceView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(_priceView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image = iconImage; attachment.image = iconImage;
[textAtt insertAttributedString:[NSMutableAttributedString attributedStringWithAttachment:attachment] atIndex:0]; [textAtt insertAttributedString:[NSMutableAttributedString attributedStringWithAttachment:attachment] atIndex:0];

View File

@@ -105,7 +105,7 @@
if (!_coinImageView) { if (!_coinImageView) {
_coinImageView = [[UIImageView alloc] init]; _coinImageView = [[UIImageView alloc] init];
_coinImageView.userInteractionEnabled = YES; _coinImageView.userInteractionEnabled = YES;
_coinImageView.image = [UIImage imageNamed:@"common_diamond"]; _coinImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _coinImageView; return _coinImageView;
} }

View File

@@ -0,0 +1,16 @@
//
// XPMineSwitchLanguageCell.h
// YuMi
//
// Created by duoban on 2024/4/9.
//
#import <UIKit/UIKit.h>
#import "XPMineSettingItemModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineSwitchLanguageCell : UITableViewCell
@property(nonatomic,strong) XPMineSettingItemModel * model;
@end
NS_ASSUME_NONNULL_END

View File

@@ -0,0 +1,84 @@
//
// XPMineSwitchLanguageCell.m
// YuMi
//
// Created by duoban on 2024/4/9.
//
#import "XPMineSwitchLanguageCell.h"
@interface XPMineSwitchLanguageCell()
@property(nonatomic,strong) UILabel *textView;
@property(nonatomic,strong) UIView *lineView;
@property(nonatomic,strong) UIImageView *chooseView;
@end
@implementation XPMineSwitchLanguageCell
-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{
self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
if(self){
[self installUI];
[self installConstraints];
}
return self;
}
-(void)installUI{
self.contentView.backgroundColor = [UIColor whiteColor];
self.selectionStyle = UITableViewCellSelectionStyleNone;
[self.contentView addSubview:self.textView];
[self.contentView addSubview:self.lineView];
[self.contentView addSubview:self.chooseView];
}
-(void)installConstraints{
[self.textView mas_makeConstraints:^(MASConstraintMaker *make) {
make.leading.mas_equalTo(kGetScaleWidth(16));
make.centerY.equalTo(self.contentView);
}];
[self.chooseView mas_makeConstraints:^(MASConstraintMaker *make) {
make.width.height.mas_equalTo(kGetScaleWidth(16));
make.trailing.mas_equalTo(-kGetScaleWidth(16));
make.centerY.equalTo(self.contentView);
}];
[self.lineView mas_makeConstraints:^(MASConstraintMaker *make) {
make.height.mas_equalTo(0.5);
make.bottom.mas_equalTo(-kGetScaleWidth(0));
make.leading.trailing.equalTo(self.contentView).inset(kGetScaleWidth(20));
}];
}
- (void)setModel:(XPMineSettingItemModel *)model{
_model = model;
_chooseView.hidden = !_model.isChoose;
_textView.text = _model.title;
}
#pragma mark -
- (UILabel *)textView{
if(!_textView){
_textView = [UILabel labelInitWithText:@"" font:kFontRegular(16) textColor:UIColorFromRGB(0x1F1B4F)];
}
return _textView;
}
- (UIView *)lineView{
if(!_lineView){
_lineView = [UIView new];
_lineView.backgroundColor = UIColorFromRGB(0xEBEEF5);
}
return _lineView;
}
- (UIImageView *)chooseView{
if(!_chooseView){
_chooseView = [UIImageView new];
_chooseView.image = kImage(@"pi_mine_set_language_choose");
}
return _chooseView;
}
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end

View File

@@ -199,7 +199,7 @@
- (UIImageView *)diamondImageView { - (UIImageView *)diamondImageView {
if (!_diamondImageView) { if (!_diamondImageView) {
_diamondImageView = [[UIImageView alloc] init]; _diamondImageView = [[UIImageView alloc] init];
_diamondImageView.image = [UIImage imageNamed:@"common_diamond"]; _diamondImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _diamondImageView; return _diamondImageView;
} }

View File

@@ -179,7 +179,7 @@
- (UIImageView *)diamondImageView { - (UIImageView *)diamondImageView {
if (!_diamondImageView) { if (!_diamondImageView) {
_diamondImageView = [[UIImageView alloc] init]; _diamondImageView = [[UIImageView alloc] init];
_diamondImageView.image = [UIImage imageNamed:@"common_diamond"]; _diamondImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _diamondImageView; return _diamondImageView;
} }

View File

@@ -357,7 +357,7 @@
- (UIImageView *)diamondImageView { - (UIImageView *)diamondImageView {
if (!_diamondImageView) { if (!_diamondImageView) {
_diamondImageView = [[UIImageView alloc] init]; _diamondImageView = [[UIImageView alloc] init];
_diamondImageView.image = [UIImage imageNamed:@"common_diamond"]; _diamondImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _diamondImageView; return _diamondImageView;
} }

View File

@@ -228,12 +228,16 @@
NSString *diamondNum = [NSString stringWithFormat:@"%ld",_model.minDiamonds];; NSString *diamondNum = [NSString stringWithFormat:@"%ld",_model.minDiamonds];;
NSMutableAttributedString *attStr = [[NSMutableAttributedString alloc]initWithString:diamondNum attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:16 weight:UIFontWeightMedium],NSForegroundColorAttributeName:UIColorFromRGB(0xACB8D9)}]; NSMutableAttributedString *attStr = [[NSMutableAttributedString alloc]initWithString:diamondNum attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:16 weight:UIFontWeightMedium],NSForegroundColorAttributeName:UIColorFromRGB(0xACB8D9)}];
_numberView.attributedPlaceholder = attStr; _numberView.attributedPlaceholder = attStr;
UIImage *image = [UIImage imageNamed:@"exchange_gold_icon"];
[_iconView setImage:image forState:UIControlStateNormal];
}else{ }else{
NSString *goldNum = [NSString stringWithFormat:@"%.0f",ceilf(_model.minDiamonds / _model.rate)]; NSString *goldNum = [NSString stringWithFormat:@"%.0f",ceilf(_model.minDiamonds / _model.rate)];
NSMutableAttributedString *attStr = [[NSMutableAttributedString alloc]initWithString:goldNum attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:16 weight:UIFontWeightMedium],NSForegroundColorAttributeName:UIColorFromRGB(0xACB8D9)}]; NSMutableAttributedString *attStr = [[NSMutableAttributedString alloc]initWithString:goldNum attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:16 weight:UIFontWeightMedium],NSForegroundColorAttributeName:UIColorFromRGB(0xACB8D9)}];
_numberView.attributedPlaceholder = attStr; _numberView.attributedPlaceholder = attStr;
_titleNumView.text = [NSString stringWithFormat:YMLocalizedString(@"XPExchangeDiamondsItemView1"),_model.golds]; _titleNumView.text = [NSString stringWithFormat:YMLocalizedString(@"XPExchangeDiamondsItemView1"),_model.golds];
UIImage *image = [UIImage imageNamed:@"exchange_diamonds_icon"];
[_iconView setImage:image forState:UIControlStateNormal];
} }
} }
@@ -301,7 +305,7 @@
} }
-(UIButton *)iconView{ -(UIButton *)iconView{
if (!_iconView){ if (!_iconView){
UIImage *image = self.type == IncomeRecord_Diamond ? [UIImage imageNamed:@"exchange_diamonds_icon"] : [UIImage imageNamed:@"exchange_diamonds_icon"]; UIImage *image = self.type == IncomeRecord_Diamond ? [UIImage imageNamed:@"exchange_gold_icon"] : [UIImage imageNamed:@"exchange_diamonds_icon"];
_iconView = [UIButton buttonWithType:UIButtonTypeCustom]; _iconView = [UIButton buttonWithType:UIButtonTypeCustom];
_iconView.backgroundColor = [UIColor whiteColor]; _iconView.backgroundColor = [UIColor whiteColor];
_iconView.layer.cornerRadius = kGetScaleWidth(20); _iconView.layer.cornerRadius = kGetScaleWidth(20);

View File

@@ -103,7 +103,7 @@
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
XPNobleCenterPayCell *cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPNobleCenterPayCell class]) forIndexPath:indexPath]; XPNobleCenterPayCell *cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPNobleCenterPayCell class]) forIndexPath:indexPath];
cell.isChoose = indexPath.row == self.path.row; cell.isChoose = indexPath.row == self.path.row;
cell.iconImage = indexPath.row == 0 ? kImage( @"mine_noble_center__diamond") : kImage(@"mine_noble_center_apple"); cell.iconImage = indexPath.row == 0 ? kImage( @"exchange_gold_icon") : kImage(@"mine_noble_center_apple");
NSString *num = [NSString stringWithFormat:@"%@%@",self.diamonds,YMLocalizedString(@"XPNobleCenterPayView1")]; NSString *num = [NSString stringWithFormat:@"%@%@",self.diamonds,YMLocalizedString(@"XPNobleCenterPayView1")];
NSString *text = indexPath.row == 0 ? [NSString stringWithFormat:@"%@%@",self.listData[indexPath.row],num] : self.listData[indexPath.row]; NSString *text = indexPath.row == 0 ? [NSString stringWithFormat:@"%@%@",self.listData[indexPath.row],num] : self.listData[indexPath.row];

View File

@@ -124,7 +124,7 @@
if (!_iconImageView) { if (!_iconImageView) {
_iconImageView = [[UIImageView alloc] init]; _iconImageView = [[UIImageView alloc] init];
_iconImageView.contentMode = UIViewContentModeScaleAspectFit; _iconImageView.contentMode = UIViewContentModeScaleAspectFit;
_iconImageView.image = [UIImage imageNamed:@"mine_recharge_diamond"]; _iconImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _iconImageView; return _iconImageView;
} }

View File

@@ -120,7 +120,7 @@
if (!_iconImageView) { if (!_iconImageView) {
_iconImageView = [[UIImageView alloc] init]; _iconImageView = [[UIImageView alloc] init];
_iconImageView.contentMode = UIViewContentModeScaleAspectFit; _iconImageView.contentMode = UIViewContentModeScaleAspectFit;
_iconImageView.image = [UIImage imageNamed:@"mine_main_recharge_diamond"]; _iconImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _iconImageView; return _iconImageView;
} }

View File

@@ -7,11 +7,12 @@
#import "XPMineSwitchLanguageVC.h" #import "XPMineSwitchLanguageVC.h"
#import "XPMineSettingItemModel.h" #import "XPMineSettingItemModel.h"
#import "XPMineSettingTableViewCell.h"
#import "XPMineSwitchLanguageCell.h"
@interface XPMineSwitchLanguageVC ()<UITableViewDelegate, UITableViewDataSource> @interface XPMineSwitchLanguageVC ()<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) UIButton *saveBtn; @property(nonatomic,strong) UIButton *saveBtn;
@property (nonatomic,strong) UITableView *tableView; @property (nonatomic,strong) UITableView *tableView;
@property(nonatomic,strong) XPMineSettingItemModel * chooseModel;
/// ///
@property (nonatomic,strong) NSArray<XPMineSettingItemModel *> *datasource; @property (nonatomic,strong) NSArray<XPMineSettingItemModel *> *datasource;
@end @end
@@ -31,15 +32,29 @@
} }
-(void)installConstraints{ -(void)installConstraints{
[self.tableView mas_makeConstraints:^(MASConstraintMaker *make) { [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
make.edges.equalTo(self.view); make.top.mas_equalTo(kGetScaleWidth(20));
make.leading.trailing.equalTo(self.view).inset(kGetScaleWidth(16));
make.height.mas_equalTo(kGetScaleWidth(153));
}]; }];
} }
-(void)saveBtnAction{ -(void)saveBtnAction{
NSString *language ;
if ([self.chooseModel.title isEqualToString:@"English"]){
language = @"en";
}else if ([self.chooseModel.title isEqualToString:@"繁體中文"]){
language = @"zh-Hant";
}else{
language = @"ar";
}
[NSBundle setLanguageText:language];
[[NSNotificationCenter defaultCenter]postNotificationName:@"kSwitchLanguage" object:language];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5* NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self.navigationController popViewControllerAnimated:YES];
});
} }
#pragma mark - UITableViewDelegate And UITableViewDataSource #pragma mark - UITableViewDelegate And UITableViewDataSource
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
return 45; return kGetScaleWidth(51);
} }
@@ -49,9 +64,9 @@
} }
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
XPMineSettingTableViewCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPMineSettingTableViewCell class])]; XPMineSwitchLanguageCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPMineSwitchLanguageCell class])];
XPMineSettingItemModel * model = [self.datasource safeObjectAtIndex1:indexPath.row]; XPMineSettingItemModel * model = [self.datasource safeObjectAtIndex1:indexPath.row];
cell.itemModel = model; cell.model = model;
return cell; return cell;
} }
@@ -75,24 +90,15 @@
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[tableView deselectRowAtIndexPath:indexPath animated:YES]; [tableView deselectRowAtIndexPath:indexPath animated:YES];
NSString *language ; XPMineSettingItemModel * model = [self.datasource safeObjectAtIndex1:indexPath.row] ;
XPMineSettingItemModel * model = [self.datasource safeObjectAtIndex1:indexPath.row] ; for (XPMineSettingItemModel *obj in self.datasource) {
if ([model.title isEqualToString:@"English"]){ obj.isChoose = NO;
language = @"en"; if ([model.title isEqualToString:obj.title]){
model.isChoose = YES;
}else if ([model.title isEqualToString:@"繁體中文"]){ }
language = @"zh-Hant";
}else{
language = @"ar";
} }
[NSBundle setLanguageText:language]; self.chooseModel = model;
[[NSNotificationCenter defaultCenter]postNotificationName:@"kSwitchLanguage" object:language]; [self.tableView reloadData];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5* NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self.navigationController popViewControllerAnimated:YES];
});
} }
#pragma mark - #pragma mark -
- (NSArray<XPMineSettingItemModel *> *)datasource{ - (NSArray<XPMineSettingItemModel *> *)datasource{
@@ -103,6 +109,17 @@
zhItme.title = @"繁體中文"; zhItme.title = @"繁體中文";
XPMineSettingItemModel *arItme = [XPMineSettingItemModel new]; XPMineSettingItemModel *arItme = [XPMineSettingItemModel new];
arItme.title = @"العربية"; arItme.title = @"العربية";
NSString *language = [NSBundle getLanguageText];
if ([language isEqualToString:@"en"]){
enItme.isChoose = YES;
self.chooseModel = enItme;
}else if ([language isEqualToString:@"ar"]){
arItme.isChoose = YES;
self.chooseModel = arItme;
}else{
zhItme.isChoose = YES;
self.chooseModel = zhItme;
}
_datasource = @[enItme,zhItme,arItme]; _datasource = @[enItme,zhItme,arItme];
} }
return _datasource; return _datasource;
@@ -124,9 +141,12 @@
_tableView.delegate = self; _tableView.delegate = self;
_tableView.dataSource = self; _tableView.dataSource = self;
_tableView.showsVerticalScrollIndicator = NO; _tableView.showsVerticalScrollIndicator = NO;
_tableView.backgroundColor = [UIColor whiteColor];
_tableView.layer.cornerRadius = kGetScaleWidth(8);
_tableView.layer.masksToBounds = YES;
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone; _tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
_tableView.backgroundColor = [UIColor clearColor]; _tableView.backgroundColor = [UIColor clearColor];
[_tableView registerClass:[XPMineSettingTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPMineSettingTableViewCell class])]; [_tableView registerClass:[XPMineSwitchLanguageCell class] forCellReuseIdentifier:NSStringFromClass([XPMineSwitchLanguageCell class])];
} }
return _tableView; return _tableView;
} }

View File

@@ -110,7 +110,7 @@
if (!_coinImageView) { if (!_coinImageView) {
_coinImageView = [[UIImageView alloc] init]; _coinImageView = [[UIImageView alloc] init];
_coinImageView.userInteractionEnabled = YES; _coinImageView.userInteractionEnabled = YES;
_coinImageView.image = [UIImage imageNamed:@"common_diamond"]; _coinImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _coinImageView; return _coinImageView;
} }

View File

@@ -103,11 +103,11 @@
_topicInfo = topicInfo; _topicInfo = topicInfo;
if (_topicInfo) { if (_topicInfo) {
self.addTopicButton.hidden = YES; self.addTopicButton.hidden = YES;
self.topicView.hidden = NO; self.topicView.hidden = YES;
self.againButton.hidden = NO; self.againButton.hidden = YES;
self.titleLabel.text = _topicInfo.worldName; self.titleLabel.text = _topicInfo.worldName;
} else { } else {
self.addTopicButton.hidden = NO; self.addTopicButton.hidden = YES;
self.topicView.hidden = YES; self.topicView.hidden = YES;
self.againButton.hidden= YES; self.againButton.hidden= YES;
} }
@@ -133,6 +133,7 @@
[_addTopicButton setBackgroundColor:[UIColor whiteColor]]; [_addTopicButton setBackgroundColor:[UIColor whiteColor]];
_addTopicButton.layer.masksToBounds = YES; _addTopicButton.layer.masksToBounds = YES;
_addTopicButton.layer.cornerRadius = 10; _addTopicButton.layer.cornerRadius = 10;
_addTopicButton.hidden = YES;
[_addTopicButton addTarget:self action:@selector(addTopicButtonAction:) forControlEvents:UIControlEventTouchUpInside]; [_addTopicButton addTarget:self action:@selector(addTopicButtonAction:) forControlEvents:UIControlEventTouchUpInside];
} }
return _addTopicButton; return _addTopicButton;

View File

@@ -509,6 +509,7 @@
_descriptionLabel.text = YMLocalizedString(@"XPMonentsPublishViewController10"); _descriptionLabel.text = YMLocalizedString(@"XPMonentsPublishViewController10");
_descriptionLabel.font = [UIFont systemFontOfSize:11]; _descriptionLabel.font = [UIFont systemFontOfSize:11];
_descriptionLabel.textColor = [DJDKMIMOMColor secondTextColor]; _descriptionLabel.textColor = [DJDKMIMOMColor secondTextColor];
_descriptionLabel.textAlignment = NSTextAlignmentCenter;
_descriptionLabel.numberOfLines = 0; _descriptionLabel.numberOfLines = 0;
} }
return _descriptionLabel; return _descriptionLabel;

View File

@@ -64,7 +64,7 @@ UIKIT_EXTERN NSString *kRequestRicket;
#pragma mark - Private Method #pragma mark - Private Method
- (void)initSubViews { - (void)initSubViews {
[self.view addSubview:self.tableView]; [self.view addSubview:self.tableView];
self.tableView.tableHeaderView = self.headerView; // self.tableView.tableHeaderView = self.headerView;
} }
- (void)initSubViewConstraints { - (void)initSubViewConstraints {

View File

@@ -55,7 +55,7 @@
self.avatarImageView.imageUrl = resultModel.avatar; self.avatarImageView.imageUrl = resultModel.avatar;
NSString *name = type == SearchType_Room ? resultModel.title : resultModel.nick; NSString *name = type == SearchType_Room ? resultModel.title : resultModel.nick;
self.nickLabel.text = name.length > 8 ? [NSString stringWithFormat:@"%@...",[name substringToIndex:8]]:name; self.nickLabel.text = name.length > 8 ? [NSString stringWithFormat:@"%@...",[name substringToIndex:8]]:name;
self.idLabel.text = [NSString stringWithFormat:@"ID%@", resultModel.erbanNo]; self.idLabel.text = [NSString stringWithFormat:@"ID:%@", resultModel.erbanNo];
self.charmImageView.imageUrl = resultModel.userLevelVo.charmUrl; self.charmImageView.imageUrl = resultModel.userLevelVo.charmUrl;
self.experImageView.imageUrl = resultModel.userLevelVo.experUrl; self.experImageView.imageUrl = resultModel.userLevelVo.experUrl;
if (type == SearchType_Users) { if (type == SearchType_Users) {
@@ -76,7 +76,7 @@
if (resultModel) { if (resultModel) {
self.avatarImageView.imageUrl = resultModel.avatar; self.avatarImageView.imageUrl = resultModel.avatar;
self.nickLabel.text = resultModel.title ; self.nickLabel.text = resultModel.title ;
self.idLabel.text = [NSString stringWithFormat:@"ID%@", resultModel.erbanNo]; self.idLabel.text = [NSString stringWithFormat:@"ID:%@", resultModel.erbanNo];
if (resultModel.onlineNum > 100) { if (resultModel.onlineNum > 100) {
self.numberLabel.text = [NSString stringWithFormat:@"%ld", resultModel.onlineNum]; self.numberLabel.text = [NSString stringWithFormat:@"%ld", resultModel.onlineNum];

View File

@@ -176,7 +176,7 @@
- (UIImageView *)coinImageView { - (UIImageView *)coinImageView {
if (!_coinImageView) { if (!_coinImageView) {
_coinImageView = [[UIImageView alloc] init]; _coinImageView = [[UIImageView alloc] init];
_coinImageView.image = [UIImage imageNamed:@"candy_tree_diamond"]; _coinImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _coinImageView; return _coinImageView;
} }

View File

@@ -174,7 +174,7 @@
- (UIImageView *)diamondView{ - (UIImageView *)diamondView{
if(!_diamondView){ if(!_diamondView){
_diamondView = [UIImageView new]; _diamondView = [UIImageView new];
_diamondView.image = kImage(@"pi_room_photo_album_diamond"); _diamondView.image = kImage(@"exchange_gold_icon");
} }
return _diamondView; return _diamondView;
} }

View File

@@ -94,7 +94,7 @@
_giftNameVeiw.text = _albumModel.giftName; _giftNameVeiw.text = _albumModel.giftName;
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:_albumModel.totalGoldPrice attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:_albumModel.totalGoldPrice attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"pi_room_photo_album_diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;
@@ -153,7 +153,7 @@
_giftNumView.textAlignment = NSTextAlignmentCenter; _giftNumView.textAlignment = NSTextAlignmentCenter;
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"pi_room_photo_album_diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;

View File

@@ -58,7 +58,7 @@
_giftNameVeiw.text = _giftModel.giftName; _giftNameVeiw.text = _giftModel.giftName;
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@(_giftModel.goldPrice).stringValue attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@(_giftModel.goldPrice).stringValue attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"pi_room_photo_album_diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;
@@ -90,7 +90,7 @@
_giftNumView.textAlignment = NSTextAlignmentCenter; _giftNumView.textAlignment = NSTextAlignmentCenter;
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontRegular(14),NSForegroundColorAttributeName:UIColorFromRGB(0x1F1B4F)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"pi_room_photo_album_diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(_giftNumView.font.capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;

View File

@@ -161,7 +161,7 @@
- (UIImageView *)diamondView{ - (UIImageView *)diamondView{
if(!_diamondView){ if(!_diamondView){
_diamondView = [UIImageView new]; _diamondView = [UIImageView new];
_diamondView.image = kImage(@"pi_room_photo_album_diamond"); _diamondView.image = kImage(@"exchange_gold_icon");
} }
return _diamondView; return _diamondView;
} }

View File

@@ -137,7 +137,7 @@
- (UIImageView *)diamondView{ - (UIImageView *)diamondView{
if(!_diamondView){ if(!_diamondView){
_diamondView = [UIImageView new]; _diamondView = [UIImageView new];
_diamondView.image = kImage(@"pi_room_photo_album_diamond"); _diamondView.image = kImage(@"exchange_gold_icon");
} }
return _diamondView; return _diamondView;
} }

View File

@@ -160,7 +160,7 @@
if (!_diamondImageView) { if (!_diamondImageView) {
_diamondImageView = [[UIImageView alloc] init]; _diamondImageView = [[UIImageView alloc] init];
_diamondImageView.userInteractionEnabled = YES; _diamondImageView.userInteractionEnabled = YES;
_diamondImageView.image = [UIImage imageNamed:@"common_diamond"]; _diamondImageView.image = [UIImage imageNamed:@"exchange_gold_icon"];
} }
return _diamondImageView; return _diamondImageView;
} }

View File

@@ -252,7 +252,7 @@
- (UIImageView *)logoImageView { - (UIImageView *)logoImageView {
if (!_logoImageView) { if (!_logoImageView) {
_logoImageView = [self createImageView:@"gift_diamond"]; _logoImageView = [self createImageView:@"exchange_gold_icon"];
} }
return _logoImageView; return _logoImageView;
} }

View File

@@ -198,7 +198,7 @@
NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:YMLocalizedString(@"XPGiftInfoView0" ) attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:10],NSForegroundColorAttributeName:[DJDKMIMOMColor textThirdColor]}]; NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:YMLocalizedString(@"XPGiftInfoView0" ) attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:10],NSForegroundColorAttributeName:[DJDKMIMOMColor textThirdColor]}];
[str appendAttributedString:[[NSMutableAttributedString alloc] initWithString:[NSString stringWithFormat:@"%@",[self countFormatCoinStr:giftTotal]] attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12],NSForegroundColorAttributeName:[DJDKMIMOMColor appMainColor]}]]; [str appendAttributedString:[[NSMutableAttributedString alloc] initWithString:[NSString stringWithFormat:@"%@",[self countFormatCoinStr:giftTotal]] attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:12],NSForegroundColorAttributeName:[DJDKMIMOMColor appMainColor]}]];
NSTextAttachment *attachImage = [[NSTextAttachment alloc] init]; NSTextAttachment *attachImage = [[NSTextAttachment alloc] init];
attachImage.image = [UIImage imageNamed:@"gift_diamond"]; attachImage.image = [UIImage imageNamed:@"exchange_gold_icon"];
attachImage.bounds = CGRectMake(0, 0, 9, 9); attachImage.bounds = CGRectMake(0, 0, 9, 9);
[str appendAttributedString:[[NSMutableAttributedString alloc] initWithAttributedString:[NSAttributedString attributedStringWithAttachment:attachImage]]]; [str appendAttributedString:[[NSMutableAttributedString alloc] initWithAttributedString:[NSAttributedString attributedStringWithAttachment:attachImage]]];
self.totalValueLabel.attributedText = str; self.totalValueLabel.attributedText = str;

View File

@@ -339,7 +339,7 @@
highlightColor = [DJDKMIMOMColor giftNameSelectColor]; highlightColor = [DJDKMIMOMColor giftNameSelectColor];
} }
NSTextAttachment * diamondAtt = [[NSTextAttachment alloc] init]; NSTextAttachment * diamondAtt = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"common_diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
diamondAtt.bounds = CGRectMake(0, roundf(self.balanceLabel.font.capHeight - 16)/2.f, 16, 16); diamondAtt.bounds = CGRectMake(0, roundf(self.balanceLabel.font.capHeight - 16)/2.f, 16, 16);
diamondAtt.image = iconImage; diamondAtt.image = iconImage;
NSAttributedString *diamondAttribute = [NSMutableAttributedString attributedStringWithAttachment:(NSTextAttachment *)diamondAtt]; NSAttributedString *diamondAttribute = [NSMutableAttributedString attributedStringWithAttachment:(NSTextAttachment *)diamondAtt];
@@ -353,7 +353,7 @@
return; return;
} }
NSTextAttachment * addAtt = [[NSTextAttachment alloc] init]; NSTextAttachment * addAtt = [[NSTextAttachment alloc] init];
UIImage *addIconImage = [UIImage imageNamed:@"pi_gift_diamond_add"];; UIImage *addIconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
addAtt.bounds = CGRectMake(0, roundf(self.balanceLabel.font.capHeight - 14)/2.f, 14, 14); addAtt.bounds = CGRectMake(0, roundf(self.balanceLabel.font.capHeight - 14)/2.f, 14, 14);
addAtt.image = addIconImage; addAtt.image = addIconImage;
NSAttributedString *addAttribute = [NSMutableAttributedString attributedStringWithAttachment:(NSTextAttachment *)addAtt]; NSAttributedString *addAttribute = [NSMutableAttributedString attributedStringWithAttachment:(NSTextAttachment *)addAtt];

View File

@@ -168,7 +168,7 @@
- (UIImageView *)coinImageView { - (UIImageView *)coinImageView {
if (!_coinImageView) { if (!_coinImageView) {
_coinImageView = [[UIImageView alloc] init]; _coinImageView = [[UIImageView alloc] init];
[_coinImageView setImage:[UIImage imageNamed:@"mine_noble_center__diamond"]]; [_coinImageView setImage:[UIImage imageNamed:@"exchange_gold_icon"]];
} }
return _coinImageView; return _coinImageView;
} }

View File

@@ -52,7 +52,7 @@
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontMedium(32),NSForegroundColorAttributeName:UIColorFromRGB(0xFF285C)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:@"0" attributes:@{NSFontAttributeName:kFontMedium(32),NSForegroundColorAttributeName:UIColorFromRGB(0xFF285C)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"mine_noble_center__diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(kFontMedium(32).capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(kFontMedium(32).capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;
@@ -132,7 +132,7 @@
if (_resultModel.redEnvelopeState == RedPacketState_Success) {// if (_resultModel.redEnvelopeState == RedPacketState_Success) {//
NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:_resultModel.currentUserAmount attributes:@{NSFontAttributeName:kFontMedium(32),NSForegroundColorAttributeName:UIColorFromRGB(0xFF285C)}]; NSMutableAttributedString *numText = [[NSMutableAttributedString alloc]initWithString:_resultModel.currentUserAmount attributes:@{NSFontAttributeName:kFontMedium(32),NSForegroundColorAttributeName:UIColorFromRGB(0xFF285C)}];
NSTextAttachment * attachment = [[NSTextAttachment alloc] init]; NSTextAttachment * attachment = [[NSTextAttachment alloc] init];
UIImage *iconImage = [UIImage imageNamed:@"mine_noble_center__diamond"];; UIImage *iconImage = [UIImage imageNamed:@"exchange_gold_icon"];;
attachment.bounds = CGRectMake(0, roundf(kFontMedium(32).capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height); attachment.bounds = CGRectMake(0, roundf(kFontMedium(32).capHeight - iconImage.size.height)/2.f, iconImage.size.width, iconImage.size.height);
attachment.image =iconImage; attachment.image =iconImage;

View File

@@ -290,7 +290,7 @@
- (UIImageView *)diamondIconView{ - (UIImageView *)diamondIconView{
if(!_diamondIconView){ if(!_diamondIconView){
_diamondIconView = [UIImageView new]; _diamondIconView = [UIImageView new];
_diamondIconView.image = kImage(@"pi_red_packet_top_diamond_icon"); _diamondIconView.image = kImage(@"exchange_gold_icon");
} }
return _diamondIconView; return _diamondIconView;
} }

View File

@@ -138,7 +138,7 @@
- (UIImageView *)diamondImage { - (UIImageView *)diamondImage {
if (!_diamondImage) { if (!_diamondImage) {
_diamondImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"common_diamond"]]; _diamondImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"exchange_gold_icon"]];
} }
return _diamondImage; return _diamondImage;
} }

View File

@@ -674,7 +674,7 @@
- (UIImageView *)diamondImage { - (UIImageView *)diamondImage {
if (!_diamondImage) { if (!_diamondImage) {
_diamondImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"common_diamond"]]; _diamondImage = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"exchange_gold_icon"]];
} }
return _diamondImage; return _diamondImage;
} }

View File

@@ -1,5 +1,5 @@
"XPRoomMessageParser1033333"="تهانينا %@، لقد فزت بمكافأة %@@ في مطبخ النجوم، وحصلت على %@ الماس!"; "XPRoomMessageParser1033333" = "تهانينا %@ لفوزه بمكافأة %@ مرات في المطبخ الفاخر، حصل على %@ من النقود!";
"XPRoomMessageParser1033334"="تهانينا %@، لقد نجحت في هزيمة الوحوش في حماية الكواكب، وحصلت على مكافأة %@ الماس!"; "XPRoomMessageParser1033334" = "تهانينا %@ لهزيمته بنجاح لوحش في حراسة الكوكب، حصل على مكافأة %@ من النقود!";
///XPShareView.m ///XPShareView.m
"XPShareView0" = "تم النسخ بنجاح"; "XPShareView0" = "تم النسخ بنجاح";
@@ -243,7 +243,7 @@
"XPMineNewUserRechargeView2" = "%zd ساعة %zd دقيقة"; "XPMineNewUserRechargeView2" = "%zd ساعة %zd دقيقة";
"XPMineNewUserRechargeView3" = "%zd دقيقة"; "XPMineNewUserRechargeView3" = "%zd دقيقة";
"XPMineAccountView0" = "الرصيد المتاح"; "XPMineAccountView0" = "رصيد العملات الذهبية";
"XPMineVerifIdentityView0" = "إرسال رمز التحقق"; "XPMineVerifIdentityView0" = "إرسال رمز التحقق";
@@ -473,7 +473,7 @@ ineHeadView12" = "الحمل";
"XPIAPRechargeViewController8" = "فشلت عملية الشحن، يرجى الاتصال بخدمة العملاء للمعالجة~"; "XPIAPRechargeViewController8" = "فشلت عملية الشحن، يرجى الاتصال بخدمة العملاء للمعالجة~";
"XPIAPRechargeViewController9" = "الاتصال بخدمة العملاء"; "XPIAPRechargeViewController9" = "الاتصال بخدمة العملاء";
"XPIAPRechargeViewController10" = "فشلت عملية الشحن. يتم دعم الشحن حاليًا فقط على الهواتف التي تعمل بنظام iOS 15 وما فوق، يرجى التحديث لأحدث إصدار من النظام والمحاولة مرة أخرى."; "XPIAPRechargeViewController10" = "فشلت عملية الشحن. يتم دعم الشحن حاليًا فقط على الهواتف التي تعمل بنظام iOS 15 وما فوق، يرجى التحديث لأحدث إصدار من النظام والمحاولة مرة أخرى.";
"XPIAPRechargeViewController11" = "الرجاء تحديد عدد الألماس الذي ترغب في شحنه"; "XPIAPRechargeViewController11" = "الرجاء تحديد كمية النقود التي ترغب في شحنها";
"XPMineRechargeViewController0" = "فشلت عملية الشراء"; "XPMineRechargeViewController0" = "فشلت عملية الشراء";
@@ -861,7 +861,8 @@ ineHeadView12" = "الحمل";
"XPAcrossRoomPKInviteResultView1" = "رفض الطرف الآخر طلب الـ PK"; "XPAcrossRoomPKInviteResultView1" = "رفض الطرف الآخر طلب الـ PK";
"XPAcrpssRoomPKPanelView0" = "جاري حساب نتيجة PK"; "XPAcrpssRoomPKPanelView0" = "جاري حساب نتيجة PK";
"XPAcrpssRoomPKPanelView1" = "1) حسب قيمة الهدايا المستلمة (1 الماس = 1 نقطة)، الطرف الذي يحصل على أعلى قيمة للهدايا يفوز.\n2) بعد الانتهاء من PK، إذا كانت الفارقة في النتيجة ≥ 1314 أو إذا كان مجموع النقاط لكلا الطرفين ≥ 15000 (باستثناء التعادل)، فسيتم عرض نتيجة PK في الغرفة نفسها كنوع من أنواع الغرف؛ إذا كانت الفارقة في النتيجة ≥ 5200 أو إذا كان مجموع النقاط لكلا الطرفين ≥ 30000 (باستثناء التعادل)، فسيتم عرض نتيجة PK في كل الغرف في الخادم."; "XPAcrpssRoomPKPanelView1" = "1) يفوز الطرف الذي يحصل على أعلى قيمة للهدايا بالنقاط (1 نقطة = 1 نقدية). \n 2) بعد انتهاء المنافسة، إذا كان الفارق في النقاط ≥ 1314 أو كان إجمالي نقاط الفريقين ≥ 15000 (باستثناء التعادل)، سيتم عرض نتائج المنافسة في الغرف ذات نفس النوع مع الفائز؛ إذا كان الفارق في النقاط ≥ 5200 أو كان إجمالي نقاط الفريقين ≥ 30000
. ";
"XPAcrpssRoomPKPanelView2" = "المساهمة"; "XPAcrpssRoomPKPanelView2" = "المساهمة";
"XPAcrpssRoomPKPanelView3" = "الانتقال لمشاهدة البث"; "XPAcrpssRoomPKPanelView3" = "الانتقال لمشاهدة البث";
"XPAcrpssRoomPKPanelView4" = "المتفوق"; "XPAcrpssRoomPKPanelView4" = "المتفوق";
@@ -1005,7 +1006,7 @@ ineHeadView12" = "الحمل";
"XPRoomRankEntranceView0" = "قائمة الغرف"; "XPRoomRankEntranceView0" = "قائمة الغرف";
"XPRoomDatingVipUpMicView0" = "1. في كل دورة مواعدة، يمكن للمستخدمين تراكم الهدايا بقيمة 999 من الألماس وأعلى خلال مرحلة 'تفاعل الضيوف'، والمستخدم الذي يقدم أعلى قيمة للهدايا يصعد تلقائيًا إلى المقعد الخاص بالنبيل؛\n\n2. في حال تواجد عدة مستخدمين يستوفون متطلبات صعود المقعد النبيل، سيحصل المستخدم الذي يقدم أعلى قيمة للهدايا على المقعد النبيل، وإذا كانت القيمة متساوية، سيتم اختيار أول من وصل للقيمة؛\n\n3. يمكن لمستخدمي المقعد النبيل اختيار النزول أو البقاء على المنصة، ولا يمكن لمستخدمين آخرين الجلوس بدلاً منهم؛\n\n4. يمكن للمستخدمين فقط التنافس للحصول على المقعد النبيل خلال مرحلة 'تفاعل الضيوف'، وبعد انتهاء هذه المرحلة وحتى نهاية الدورة، لا يمكن استبدال المستخدمين حتى لو قدموا هدايا تجاوزت القيمة الإجمالية للهدايا النبيلة السابقة؛\n\n5. بعد انتهاء كل دورة مواعدة، يتم مسح المقاعد النبيلة ويتم بدء العملية من جديد في الدورة التالية."; "XPRoomDatingVipUpMicView0" = "1) في كل جولة للمواعدة، يصعد المستخدم الذي يرسل هدايا بقيمة تصل إلى 999 نقدية وقيمة هداياه الأعلى تلقائيًا إلى مقعد VIP خلال مرحلة التفاعل مع الضيوف؛ \n 2) إذا ظهر أكثر من مستخدم يستوفي متطلبات المقعد VIP، فسيكون المقعد النهائي للمستخدم الذي قدم أعلى قيمة هدايا، وإذا كانت قيمة الهدايا متساوية، فسيتم منح المقعد لأول مستخدم يصل إلى تلك القيمة؛ \n 3) يمكن لمستخدمي المقعد VIP اختيار النزول من المنصة، ولا يمكن للمستخدمين الآخرين الجلوس على المقاعد المحتلة؛ \n 4) يمكن للمستخدمين فقط المشاركة في منافسة المقاعد VIP خلال مرحلة التفاعل مع الضيوف، وبعد نهاية هذه المرحلة وحتى نهاية الجولة، لا يمكن استبدال الشخص المحتل للمقعد حتى لو قدم هدايا تجاوزت قيمتها إجمالي قيم الهدايا للمقعد السابق. \n 5) بعد انتهاء كل جولة للمواعدة، يتم تفريغ مقاعد VIP، وتبدأ عملية استحواذ المقاعد من جديد في الجولة التالية.";
"XPNewUserRoomGiftView0" = "احصل على هدية جديدة "; "XPNewUserRoomGiftView0" = "احصل على هدية جديدة ";
"XPNewUserRoomGiftView1" = "تمت إضافتها إلى حقيبتك، استخدمها في أقرب وقت ممكن~"; "XPNewUserRoomGiftView1" = "تمت إضافتها إلى حقيبتك، استخدمها في أقرب وقت ممكن~";
@@ -1345,7 +1346,7 @@ ineHeadView12" = "الحمل";
"XPRoomMessageParser110" = "هدية بقيمة"; "XPRoomMessageParser110" = "هدية بقيمة";
"XPRoomMessageParser112" = "حصل على"; "XPRoomMessageParser112" = "حصل على";
"XPRoomMessageParser113" = "جائزة شظايا بقيمة الماس في مطبخ النجوم"; "XPRoomMessageParser113" = "مكافأة قطع النقود القيمة";
"XPRoomMessageParser114"="بدأت المسابقة بواسطة المدير، مدة المسابقة هذه %.0f ثانية، %@"; "XPRoomMessageParser114"="بدأت المسابقة بواسطة المدير، مدة المسابقة هذه %.0f ثانية، %@";
"XPRoomMessageParser115"="رائع! "; "XPRoomMessageParser115"="رائع! ";
@@ -1547,9 +1548,9 @@ ineHeadView12" = "الحمل";
"XPRoomSendRedPacketViewController15" = "كل عام وأنتم بخير، حظاً طيباً"; "XPRoomSendRedPacketViewController15" = "كل عام وأنتم بخير، حظاً طيباً";
"XPRoomSendRedPacketViewController16" = "شحن الألماس"; "XPRoomSendRedPacketViewController16" = "شحن الألماس";
"XPRoomSendRedPacketViewController17" = "لا يمكن أن يكون مبلغ الظرف أقل من 0"; "XPRoomSendRedPacketViewController17" = "لا يمكن أن يكون مبلغ الظرف أقل من 0";
"XPRoomSendRedPacketViewController18" = "لا يمكن أن يكون عدد الألماس أقل من 0"; "XPRoomSendRedPacketViewController18" = "لا يمكن أن يكون عدد النقود أقل من 0";
"XPRoomSendRedPacketViewController19" = "يجب أن يكون عدد الألماس مضاعفة لـ 10!"; "XPRoomSendRedPacketViewController19" = "يجب أن يكون عدد النقود مضاعفًا لـ 10!";
"XPOpenRedPacketCell0" = "أنا"; "XPOpenRedPacketCell0" = "أنا";
"XPOpenRedPacketCell1" = "المستخدمون الذين حصلوا على الظرف"; "XPOpenRedPacketCell1" = "المستخدمون الذين حصلوا على الظرف";
@@ -1752,7 +1753,7 @@ ineHeadView12" = "الحمل";
"NIMMessageUtils4" = "[ملف]"; "NIMMessageUtils4" = "[ملف]";
"NIMMessageUtils5" = "[هدية]"; "NIMMessageUtils5" = "[هدية]";
"NIMMessageUtils6" = "[تلقيت رسالة جماعية]"; "NIMMessageUtils6" = "[تلقيت رسالة جماعية]";
"NIMMessageUtils7" = "[المستخدم الذي تتابعه قام بتسجيل الدخول، تفضل بالمشاهدة]"; "NIMMessageUtils7" = "[متابعتك متصل الآن، تحقق من ذلك]";
"NIMMessageUtils8" = "[مشاركة الغرفة]"; "NIMMessageUtils8" = "[مشاركة الغرفة]";
"NIMMessageUtils9" = "[رسالة تحديث]"; "NIMMessageUtils9" = "[رسالة تحديث]";
"NIMMessageUtils10" = "[رسالة تويتر]"; "NIMMessageUtils10" = "[رسالة تويتر]";
@@ -1904,7 +1905,7 @@ ineHeadView12" = "الحمل";
"MessageContentUnSupportView0" = "هذا النوع من الرسائل غير مدعوم مؤقتًا"; "MessageContentUnSupportView0" = "هذا النوع من الرسائل غير مدعوم مؤقتًا";
"MessageContentText0" = "نوع الرسالة غير معروف";
"SessionUserInfoTableViewCell0" = "الجدي الدلو الحوت الحمل الثور الجوزاء السرطان الأسد العذراء الميزان العقرب القوس الجدي"; "SessionUserInfoTableViewCell0" = "الجدي الدلو الحوت الحمل الثور الجوزاء السرطان الأسد العذراء الميزان العقرب القوس الجدي";
"SessionUserInfoTableViewCell1" = "تنسيق تاريخ غير صحيح!"; "SessionUserInfoTableViewCell1" = "تنسيق تاريخ غير صحيح!";
@@ -2243,7 +2244,7 @@ ineHeadView12" = "الحمل";
"PKLoginViewController1" = "بعد الموافقة على سياسة الخصوصية واتفاقية المستخدم، يمكنك التسجيل وتسجيل الدخول."; "PKLoginViewController1" = "بعد الموافقة على سياسة الخصوصية واتفاقية المستخدم، يمكنك التسجيل وتسجيل الدخول.";
"XPMinePromptWindow0"="اغلاق الصرف"; "XPMinePromptWindow0"="اغلاق الصرف";
"XPMinePromptWindow1"="هل تريد بالتأكيد إغلاق صلاحيات تبادل %@؟"; "XPMinePromptWindow1"="هل أنت متأكد من إغلاق صلاحية تبادل الألماس لـ %@؟";
"XPMinePromptWindow2"="إلغاء"; "XPMinePromptWindow2"="إلغاء";
"XPMineMainIncomeStatisViewController0"="دخل الصالة"; "XPMineMainIncomeStatisViewController0"="دخل الصالة";
@@ -2254,7 +2255,9 @@ ineHeadView12" = "الحمل";
"XPMineGuildChooseManagerViewController1" = "تم الضبط بنجاح"; "XPMineGuildChooseManagerViewController1" = "تم الضبط بنجاح";
"XPMineGuildChooseManagerViewController2" = "سيؤدي الإغلاق في هذا الوقت إلى فشل إعداد المدير الفائق. هل تريد الاستمرار في الإغلاق؟"; "XPMineGuildChooseManagerViewController2" = "سيؤدي الإغلاق في هذا الوقت إلى فشل إعداد المدير الفائق. هل تريد الاستمرار في الإغلاق؟";
"XPMineGuildChooseManagerViewController3" = "إنهاء"; "XPMineGuildChooseManagerViewController3" = "إنهاء";
"XPMineExchangeAuthorityFooderView0" = "لا يوجد المزيد من الأعضاء الذين لا يمكن تبادل الألماس مؤقتًا ~";
"XPMineExchangeAuthorityFooderView1" = "لا يوجد المزيد من الأعضاء الذين يمكن تبادل الألماس مؤقتًا ~";
"XPMineGuildIncomeStatisViewController3" = "تفاصيل الألماس";
///XPMineGuildViewController.m ///XPMineGuildViewController.m
"XPMineGuildViewController0" = "فشل في الحصول على المعلومات"; "XPMineGuildViewController0" = "فشل في الحصول على المعلومات";
"XPMineGuildViewController1" = "فشل في الحصول على المعلومات"; "XPMineGuildViewController1" = "فشل في الحصول على المعلومات";
@@ -2305,8 +2308,8 @@ ineHeadView12" = "الحمل";
///XPGuildIncomeHeaderView.m ///XPGuildIncomeHeaderView.m
"XPGuildIncomeHeaderView0" = "MM شهر dd يوم"; "XPGuildIncomeHeaderView0" = "MM شهر dd يوم";
"XPGuildIncomeHeaderView1" = "MM شهر dd يوم"; "XPGuildIncomeHeaderView1" = "MM شهر dd يوم";
"XPGuildIncomeHeaderView2" = "%@ الماس"; "XPGuildIncomeHeaderView2" = "%@ نقود";
"XPGuildIncomeHeaderView3" = "الماس"; "XPGuildIncomeHeaderView3" = "نقود";
"XPGuildIncomeHeaderView4" = "الإجمالي الدخل"; "XPGuildIncomeHeaderView4" = "الإجمالي الدخل";
"XPGuildIncomeHeaderView5" = "MM شهر"; "XPGuildIncomeHeaderView5" = "MM شهر";
@@ -2315,9 +2318,9 @@ ineHeadView12" = "الحمل";
"XPGuildAnchorIncomeSectionView1" = "الصورة الرمزية"; "XPGuildAnchorIncomeSectionView1" = "الصورة الرمزية";
"XPGuildAnchorIncomeSectionView2" = "سجل التوقيع"; "XPGuildAnchorIncomeSectionView2" = "سجل التوقيع";
"XPGuildAnchorIncomeSectionView3" = "الاسم المستعار"; "XPGuildAnchorIncomeSectionView3" = "الاسم المستعار";
"XPGuildAnchorIncomeSectionView4" = "الغرفة (الماس)"; "XPGuildAnchorIncomeSectionView4" = "الغرف (نقود)";
"XPGuildAnchorIncomeSectionView6" = "الصالة المنتمي إليها"; "XPGuildAnchorIncomeSectionView6" = "الصالة المنتمي إليها";
"XPGuildIncomeDetailCollectionViewCell0" = "نقود";
///XPGuildIncomeSectionView.m ///XPGuildIncomeSectionView.m
"XPGuildIncomeSectionView0" = "الغرفة"; "XPGuildIncomeSectionView0" = "الغرفة";
"XPGuildIncomeSectionView1" = "الصورة الرمزية"; "XPGuildIncomeSectionView1" = "الصورة الرمزية";
@@ -2401,9 +2404,9 @@ ineHeadView12" = "الحمل";
"XPMineGiveDiamondSearchView3"="ابحث عن اسم الغرفة أو الرقم التعريفي"; "XPMineGiveDiamondSearchView3"="ابحث عن اسم الغرفة أو الرقم التعريفي";
///todo ///todo
///XPMineChooseGiveDiamondView ///XPMineChooseGiveDiamondView
"XPMineChooseGiveDiamondView0"="الماس الخاص بي:"; "XPMineChooseGiveDiamondView0" = "نقودي:";
"XPMineChooseGiveDiamondView1"="تحديد"; "XPMineChooseGiveDiamondView1"="تحديد";
"XPMineChooseGiveDiamondView2"="تحويل الماس"; "XPMineChooseGiveDiamondView2" = "تحويل النقود";
"XPMineChooseGiveDiamondView3"="تحويل الهدايا"; "XPMineChooseGiveDiamondView3"="تحويل الهدايا";
///XPMineChooseGiveDiamondVC ///XPMineChooseGiveDiamondVC
@@ -2411,25 +2414,30 @@ ineHeadView12" = "الحمل";
"XPMineChooseGiveDiamondVC1"="يرجى تعيين كلمة مرور الدفع أولاً"; "XPMineChooseGiveDiamondVC1"="يرجى تعيين كلمة مرور الدفع أولاً";
"XPMineChooseGiveDiamondVC2"="الذهاب للضبط"; "XPMineChooseGiveDiamondVC2"="الذهاب للضبط";
"XPMineChooseGiveDiamondVC3"="تجاوزت الحد اليومي للتحويل بالفعل"; "XPMineChooseGiveDiamondVC3"="تجاوزت الحد اليومي للتحويل بالفعل";
"XPMineChooseGiveDiamondVC4"="يمكن تحويل حد أقصى لكل مرة هو %@ الماس"; "XPMineChooseGiveDiamondVC4" = "يمكن تحويل ما لا يزيد عن %@ نقود في كل مرة";
"XPMineChooseGiveDiamondVC5"="رصيد الماس غير كافٍ، يرجى إعادة المحاولة"; "XPMineChooseGiveDiamondVC5" = "رصيد النقود غير كاف، يرجى إعادة المحاولة";
"XPMineChooseGiveDiamondVC6"="تم التحويل بنجاح"; "XPMineChooseGiveDiamondVC6"="تم التحويل بنجاح";
///XPMineConfirmGiveDiamondView ///XPMineConfirmGiveDiamondView
"XPMineConfirmGiveDiamondView0"="تأكيد الدفع"; "XPMineConfirmGiveDiamondView0"="تأكيد الدفع";
"XPMineConfirmGiveDiamondView1"="تحويل إلى %@"; "XPMineConfirmGiveDiamondView1"="تحويل إلى %@";
"XPMineConfirmGiveDiamondView2"="رسوم"; "XPMineConfirmGiveDiamondView2"="رسوم";
"XPMineConfirmGiveDiamondView3"="مجموع الماس المستهلك"; "XPMineConfirmGiveDiamondView3" = "إجمالي النقود المستهلكة";
"XPMineConfirmGiveDiamondView4"="الماس"; "XPMineConfirmGiveDiamondView4"="الماس";
"XPMineConfirmGiveDiamondView5"="تحويل الذهب إلى الماس"; "XPMineConfirmGiveDiamondView5"="تبادل الألماس للحصول على الذهب";
"XPMineConfirmGiveDiamondView6"="%ld ذهب"; "XPMineConfirmGiveDiamondView6"="%ld ألماس";
"XPMineConfirmGiveDiamondView7"="الذهب المستهلك"; "XPMineConfirmGiveDiamondView7"="استهلاك الألماس";
"XPMineConfirmGiveDiamondView8"="تأكيد التحويل"; "XPMineConfirmGiveDiamondView8"="تأكيد التحويل";
"XPExchangeDiamondsView0" = "تحويل النقود";
///XPMineGiveDiamondDetailsVC ///XPMineGiveDiamondDetailsVC
"XPMineGiveDiamondDetailsVC0"="تفاصيل التحويل"; "XPMineGiveDiamondDetailsVC0"="تفاصيل التحويل";
"XPMineGiveDiamondDetailsVC1"="الماس"; "XPMineGiveDiamondDetailsVC1" = "نقود";
"XPMineGiveDiamondDetailsVC2"="الهدايا"; "XPMineGiveDiamondDetailsVC2"="الهدايا";
"XPIncomeRecordView2" = "تحويل النقود";
"XPIncomeRecordView4" = "نقود";
"XPExchangeDiamondsItemView0" = "نقودي: %@";
"XPExchangeDiamondsView4" = "عدد النقود المحولة لا يمكن أن يتجاوز %ld نقود";
"XPExchangeDiamondsView3" = "على الأقل يجب تحويل %ld نقود";
"XPIncomeRecordGoldDetailsView1" = "إجمالي دخل الغرفة الحالي: %@ نقود";
///XPMineGiveDiamondDetailsCell ///XPMineGiveDiamondDetailsCell
"XPMineGiveDiamondDetailsCell0"="الإجمالي المستهلك %@ ماس"; "XPMineGiveDiamondDetailsCell0"="الإجمالي المستهلك %@ ماس";
///XPMineChooseGiveGiftView ///XPMineChooseGiveGiftView
@@ -2442,17 +2450,26 @@ ineHeadView12" = "الحمل";
"XPMineChooseGiveGiftView5"="لا يوجد هدايا متاحة حاليًا"; "XPMineChooseGiveGiftView5"="لا يوجد هدايا متاحة حاليًا";
"XPMineGoldIncomeRecordVC0"="لا يوجد مزيد من البيانات"; "XPMineGoldIncomeRecordVC0"="لا يوجد مزيد من البيانات";
"XPIncomeRecordGoldDetailsCell0"="تم تحويل:%@"; "XPIncomeRecordGoldDetailsCell0"="تم تحويل:%@";
"XPCandyTreeInsufficientBalanceView1" = "رصيد النقود غير كاف، يرجى إعادة الشحن أولاً ~";
"XPRoomStarKitchenBannerView0" = "تهانينا %@ لفوزه بمكافأة %@ مرات في حديقة الحيوانات، حصل على %@ من النقود!";
"XPIncomeRecordGoldDetailsHeadView5" = "إجمالي الدخل (نقود)";
//XPIncomeRecordGoldDetailsHeadView //XPIncomeRecordGoldDetailsHeadView
"XPIncomeRecordGoldDetailsHeadView0"="أرباح هذا الأسبوع"; "XPIncomeRecordGoldDetailsHeadView0"="أرباح هذا الأسبوع";
"XPIncomeRecordGoldDetailsHeadView1"="العضو"; "XPIncomeRecordGoldDetailsHeadView1"="العضو";
"XPIncomeRecordGoldDetailsHeadView2"="الغرفة"; "XPIncomeRecordGoldDetailsHeadView2"="الغرفة";
"XPIncomeRecordGoldDetailsHeadView3"="أرباح الذهب"; "XPIncomeRecordGoldDetailsHeadView3"="أرباح الألماس";
"XPIncomeRecordGoldDetailsHeadView4"="الذهب القابل للتسوية"; "XPIncomeRecordGoldDetailsHeadView4"= "الألماس المتاح للتسوية";
"XPNobleCenterViewController0" = "%.2f افتح الامتيازات النبلاء فورًا"; "XPNobleCenterViewController0" = "%.2f افتح الامتيازات النبلاء فورًا";
"XPNobleCenterViewController1" = "فشل الشراء"; "XPNobleCenterViewController1" = "فشل الشراء";
"XPNobleCenterViewController2" = "حدث خطأ غير معروف، يرجى المحاولة مرة أخرى"; "XPNobleCenterViewController2" = "حدث خطأ غير معروف، يرجى المحاولة مرة أخرى";
"XPNobleCenterViewController3" = "رصيد الماس غير كافٍ، هل ترغب في إعادة الشحن؟"; "XPNobleCenterViewController3" = "رصيد النقود غير كاف، هل ترغب في إعادة الشحن";
"XPIncomeRecordGoldDetailsHeadView6" = "إجمالي الألماس القابل للتسوية الأساسي";
"XPIncomeRecordGoldDetailsHeadView8" = "إجمالي ألماس الأعضاء";
"XPIncomeRecordView5" = "الألماس";
"XPExchangeDiamondsItemView1" = "ألماسي: %.2f";
"XPExchangeDiamondsView2" = "عدد الألماس غير كافٍ";
"XPIncomeRecordGoldDetailsVC0" = "تفاصيل الألماس";
///XPNobleCenterMyNobleView.m ///XPNobleCenterMyNobleView.m
"XPNobleCenterMyNobleView0" = "المستوى الحالي"; "XPNobleCenterMyNobleView0" = "المستوى الحالي";
"XPNobleCenterMyNobleView1" = "لقد تم الوصول إلى أعلى مستوى نبيل قابل للإستخدام"; "XPNobleCenterMyNobleView1" = "لقد تم الوصول إلى أعلى مستوى نبيل قابل للإستخدام";
@@ -2498,8 +2515,8 @@ ineHeadView12" = "الحمل";
///XPNobleCenterPayView ///XPNobleCenterPayView
"XPNobleCenterPayView0" = "الدفع"; "XPNobleCenterPayView0" = "الدفع";
"XPNobleCenterPayView1" = "الماس"; "XPNobleCenterPayView1" = "نقود";
"XPNobleCenterPayView2" = "الدفع بالماس"; "XPNobleCenterPayView2" = "دفع بالنقود";
"XPNobleCenterPayView3" = "تأكيد الدفع"; "XPNobleCenterPayView3" = "تأكيد الدفع";
///XPNoblePrivilegeContentCell ///XPNoblePrivilegeContentCell
"XPNoblePrivilegeContentCell0"="امتيازات النبلاء"; "XPNoblePrivilegeContentCell0"="امتيازات النبلاء";
@@ -2547,21 +2564,21 @@ ineHeadView12" = "الحمل";
"XPMineGuildPersonalBillStatisVC3"="الإحصائيات الشهرية"; "XPMineGuildPersonalBillStatisVC3"="الإحصائيات الشهرية";
///XPMineGuildPersonalBillRecordHeadView ///XPMineGuildPersonalBillRecordHeadView
"XPMineGuildPersonalBillRecordHeadView0"="%@ ماس"; "XPMineGuildPersonalBillRecordHeadView0"="%@ نقود";
"XPMineGuildPersonalBillRecordHeadView1"="الماس"; "XPMineGuildPersonalBillRecordHeadView1"="نقود";
"XPMineGuildPersonalBillRecordHeadView2"="الإجمالي"; "XPMineGuildPersonalBillRecordHeadView2"="الإجمالي";
"XPMineGuildPersonalBillRecordHeadView3"="الإيرادات (الماس)"; "XPMineGuildPersonalBillRecordHeadView3"="الإيرادات (نقود)";;
"XPMineGuildPersonalBillRecordHeadView4"="(الماس)"; "XPMineGuildPersonalBillRecordHeadView4"="(نقود)";
///XPMineGuildPersonalBillRecordContentView ///XPMineGuildPersonalBillRecordContentView
"XPMineGuildPersonalBillRecordContentView0"="تدفق الغرفة"; "XPMineGuildPersonalBillRecordContentView0"="تدفق الغرفة";
"XPMineGuildPersonalBillRecordContentView1"="تدفق الهدايا العادية"; "XPMineGuildPersonalBillRecordContentView1"="تدفق الهدايا العادية";
"XPMineGuildPersonalBillRecordContentView2"="تدفق الهدايا في الحقيبة"; "XPMineGuildPersonalBillRecordContentView2"="تدفق الهدايا في الحقيبة";
"XPMineGuildPersonalBillRecordContentView3"="عدد من أهدى هدية"; "XPMineGuildPersonalBillRecordContentView3"="عدد من أهدى هدية";
"XPMineGuildPersonalBillRecordContentView4"="عدد من الأعضاء الجدد الذين قدموا الهدايا"; "XPMineGuildPersonalBillRecordContentView4"="عدد من الأعضاء الجدد الذين قدموا الهدايا";
"XPMineGuildPersonalBillRecordContentView5"="الإيرادات (الماس)"; "XPMineGuildPersonalBillRecordContentView5"="الإيرادات (نقود)";
"XPMineGuildPersonalBillRecordContentView6"="(الماس)"; "XPMineGuildPersonalBillRecordContentView6"="(نقود)";
//MessageContentTreasureFairyView //MessageContentTreasureFairyView
"MessageContentTreasureFairyView0"="انقر للعرض >>"; "MessageContentTreasureFairyView0"="انقر للعرض >>";
@@ -2694,7 +2711,7 @@ ineHeadView12" = "الحمل";
"XPTreasureFairyViewController3"="10 مرات"; "XPTreasureFairyViewController3"="10 مرات";
"XPTreasureFairyViewController4"="مرة واحدة"; "XPTreasureFairyViewController4"="مرة واحدة";
"XPTreasureFairyViewController5"="رصيد الألماس غير كافٍ، يرجى إعادة شحنه"; "XPTreasureFairyViewController5"="رصيد النقود غير كاف، يرجى إعادة الشحن";
"XPTreasureFairyViewController6"="اذهب لإعادة الشحن"; "XPTreasureFairyViewController6"="اذهب لإعادة الشحن";
"XPTreasureFairyViewController7"="لا يوجد مزيد من البيانات حاليًا"; "XPTreasureFairyViewController7"="لا يوجد مزيد من البيانات حاليًا";
"XPTreasureFairyViewController8"="عدم عرض نتائج الفوز"; "XPTreasureFairyViewController8"="عدم عرض نتائج الفوز";
@@ -2891,7 +2908,7 @@ ineHeadView12" = "الحمل";
"PIMessageContentServiceReplyView5"="Line لخدمة العملاء: %@ "; "PIMessageContentServiceReplyView5"="Line لخدمة العملاء: %@ ";
"PIMessageContentServiceReplyView6"="3. في حالة ظهور \"فشل الشحن ، يرجى الاتصال بخدمة العملاء للمعالجة\" ، يرجى إضافة الخدمة العملاء للمساعدة"; "PIMessageContentServiceReplyView6"="3. في حالة ظهور \"فشل الشحن ، يرجى الاتصال بخدمة العملاء للمعالجة\" ، يرجى إضافة الخدمة العملاء للمساعدة";
///XPRoomTarrowBannerView ///XPRoomTarrowBannerView
"XPRoomTarrowBannerView0"="تهانينا %@ لتفجير الحظ في برج التارو والحصول على %@ الماس"; "XPRoomTarrowBannerView0"="تهانينا %@ لحظة حظ سعيد في الطراس بطرس، حصل على %@ من النقود";
///XPHomeGameView ///XPHomeGameView
"XPHomeGameView0"="إنشاء غرفة جديدة"; "XPHomeGameView0"="إنشاء غرفة جديدة";
"XPHomeGameView1"="إنشاء غرفة"; "XPHomeGameView1"="إنشاء غرفة";
@@ -3002,8 +3019,8 @@ ineHeadView12" = "الحمل";
"PIRoomGiftBroadcastWindow4"="الانتقال الآن"; "PIRoomGiftBroadcastWindow4"="الانتقال الآن";
///PIGuildAnchorIncomeSectionView ///PIGuildAnchorIncomeSectionView
"PIGuildAnchorIncomeSectionView0"="معلومات شخصية"; "PIGuildAnchorIncomeSectionView0"="معلومات شخصية";
"PIGuildAnchorIncomeSectionView1"="المضيف (ماس)"; "PIGuildAnchorIncomeSectionView1"="المقدمون (نقود)";
"PIGuildAnchorIncomeSectionView2"="الغرفة (ماس)"; "PIGuildAnchorIncomeSectionView2"="الغرف (نقود)";
"PIGuildAnchorIncomeSectionView3"="مدة البث المباشر"; "PIGuildAnchorIncomeSectionView3"="مدة البث المباشر";
///PIWebViewSavePhotoView ///PIWebViewSavePhotoView

View File

@@ -1,3 +1,435 @@
"XPWishGiftEmptyTableViewCell0" = "No data";
"XPWishGiftTableViewCell0" = "Edit";
"XPWishGiftTableViewCell1" = "Delete";
"XPWishGiftInfoView0" = "%ld Diamonds";
"XPWishGiftInfoView1" = "Gift";
"XPWishGiftCreateItemViewController0" = "Ordinary Gift";
"XPWishGiftCreateItemViewController1" = "Intermediate Gift";
"XPWishGiftCreateItemViewController2" = "Ordinary Gift";
"XPWishGiftCreateItemViewController3" = "Intermediate Gift";
"XPWishGiftCreateItemViewController4" = "Ordinary Gift";
"XPWishGiftCreateItemViewController5" = "Intermediate Gift";
"XPWishGiftCreateItemViewController6" = "Ordinary Gift";
"XPWishGiftCreateItemViewController7" = "Intermediate Gift";
"XPWishGiftCreateItemViewController8" = "The range of gift quantity needs to be %d~%d";
"XPWishGiftCreateItemViewController9" = "The range of gift quantity needs to be";
"XPWishGiftCreateItemViewController10" = "Confirm";
"XPWishGiftCreateItemViewController11" = "Ordinary Gift";
"XPWishGiftCreateItemViewController12" = "Intermediate Gift";
"XPWishGiftCreateItemViewController13" = "Advanced Gift";
"XPTaskCompleteTipView0" = "Task Completed";
"XPTaskCompleteTipView1" = "View Rewards";
"XPSessionSayHelloTableViewCell0" = "Chat with TA";
"XPSessionSayHelloEmptyTableViewCell0" = "No data";
"XPSessionSayHelloHeaderView0" = "Current host rating";
"XPSessionSayHelloHeaderView1" = "%@ times";
"XPSessionSayHelloHeaderView2" = "Current greeting traffic";
"XPSessionSayHelloHeaderView3" = "Say Hello";
"NIMMessageMaker0" = "Sent a voice message";
"NIMMessageMaker1" = "Video sent at";
"NIMMessageMaker2" = "Sent a video message";
"NIMMessageMaker3" = "Image sent at";
"NIMMessageMaker4" = "Sent an image";
"NIMMessageMaker5" = "You received a quick comment";
"NIMMessageUtils0" = "[Voice]";
"NIMMessageUtils1" = "[Image]";
"NIMMessageUtils2" = "[Video]";
"NIMMessageUtils3" = "[Location]";
"NIMMessageUtils4" = "[File]";
"NIMMessageUtils5" = "[Gift]";
"NIMMessageUtils6" = "[You received a guild message]";
"NIMMessageUtils7" = "[Your follow is online, check it out]";
"NIMMessageUtils8" = "[Share room]";
"NIMMessageUtils9" = "[Upgrade message]";
"NIMMessageUtils10" = "[Tweet message]";
"NIMMessageUtils11" = "[Message]";
"NIMMessageUtils12" = "[Shared a post]";
"NIMMessageUtils13" = "[You received a server-wide red packet]";
"NIMMessageUtils14" = "[Message]";
"NIMMessageUtils15" = "[Unknown message]";
"XPSessionFindNewTableViewCell0" = "Say Hello";
"XPSessionFindNewTableViewCell1" = "Say Hello";
"XPSessionFindNewEmptyTableViewCell0" = "No data";
"XPSessionFindNewFiltrateView0" = "Filter";
"XPSessionFindNewFiltrateView1" = "User gender";
"XPSessionFindNewFiltrateView2" = "Male";
"XPSessionFindNewFiltrateView3" = "Female";
"XPSessionFindNewFiltrateView4" = "All";
"XPSessionFindNewFiltrateView5" = "Already greeted?";
"XPSessionFindNewFiltrateView6" = "Greeted";
"XPSessionFindNewFiltrateView7" = "Not greeted";
"XPSessionFindNewFiltrateView8" = "All";
"XPSessionFindNewFiltrateView9" = "Confirm changes";
"XPSessionFindNewGreetListView0" = "Sent successfully";
"XPSessionFindNewGreetListView1" = "Please select";
"XPSessionFindNewGreetListView2" = "Change batch";
"XPSessionFindNewGreetListView3" = "Send";
"XPSessionFindNewAlertView0" = "Ignore";
"XPSessionFindNewAlertView1" = "Go find";
"XPSessionFindNewAlertView2" = "Go find TA";
"XPSessionFindNewViewController0" = "This user has received too many greetings, try another one";
"XPSessionFindNewViewController1" = "Discover newbies";
"XPSessionFindNewViewController2" = "Updated daily recommendations";
"XPSessionHelloEnterView0" = "%@ people want to get to know you";
"XPSessionHelloEnterView1" = "Say Hello";
"XPSessionListHeadFriendCell0" = "Live";
"XPSessionListHeadView0" = "Official announcements";
"XPSessionListHeadView1" = "Event notifications";
"XPSessionListHeadView2" = "Subscription reminders";
"XPSessionListHeadView3" = "Discover newbies";
"NIMTimeUtils1" = "Yesterday";
"NIMTimeUtils3" = "The day before yesterday";
"NIMTimeUtils4" = "Dawn";
"NIMTimeUtils5" = "Morning";
"NIMTimeUtils6" = "Afternoon";
"NIMTimeUtils7" = "Evening";
"NIMTimeUtils8" = "Sunday";
"NIMTimeUtils9" = "Monday";
"NIMTimeUtils10" = "Tuesday";
"NIMTimeUtils11" = "Wednesday";
"NIMTimeUtils12" = "Thursday";
"NIMTimeUtils13" = "Friday";
"NIMTimeUtils14" = "Saturday";
"SessionListViewController0" = "Delete";
"SessionListViewController1" = "Delete";
"SessionListViewController2" = "No unread messages to clean up";
"SessionListViewController3" = "Clear";
"SessionListViewController4" = "Clear current unread message reminder?";
"SessionListViewController5" = "Message";
"SessionListViewController6" = "Pin to top";
"SessionListViewController7" = "Unpin from top";
"SessionInfoViewController0" = "Chat settings";
"SessionInfoViewController1" = "We have received your request and will process it as soon as possible";
"SessionInfoViewController2" = "Add to blacklist";
"SessionInfoViewController3" = "Add to blacklist, you will no longer receive messages from this person";
"SessionInfoViewController4" = "Remove from blacklist";
"SessionInfoViewController5" = "Remove from blacklist, you will receive messages from this person normally";
"SessionInfoViewController6" = "Successfully removed the person from the blacklist";
"SessionInfoViewController7" = "Successfully added the person to the blacklist";
"SessionInfoViewController8" = "Pin chat";
"SessionInfoViewController9" = "Add to blacklist";
"SessionInfoViewController10" = "Report";
"SessionViewController0" = "Loading";
"SessionViewController1" = "Private chat temporarily unavailable";
"SessionViewController2" = "Please enter a message";
"SessionViewController4" = "Kind reminder: The other party is not your friend, please pay attention to privacy and security";
"SessionViewController6" = "Kind reminder: The other party is not your friend, please pay attention to privacy and security";
"SessionViewController7" = "Followed successfully";
"SessionViewController8" = "You have retracted a message";
"SessionViewController10" = "Camera access restricted, click confirm to go to system settings";
"SessionViewController12" = "Album access restricted, click confirm to go to system settings";
"SessionViewController14" = "Album access restricted, click confirm to go to system settings";
"SessionViewController16" = "Album access restricted, click confirm to go to system settings";
"SessionViewController17"=" Kind reminder: The current account of the other party is abnormal, please be cautious in dealings!";
"SessionViewController18"="Kind reminder: The other party is not your friend, please pay attention to privacy and security!";
"SessionViewController19"="Camera unavailable";
"SessionViewController20"="Unable to access the album";
"SessionViewController21"="Album unavailable";
"MessageContentApplicationShareView0" = "Enter now";
"MessageRevokeModel0" = "You have retracted a message";
"MessageMonentsModel0" = "Posted a dynamic";
"MessageUnSupportModel0" = "This type of message is not supported at the moment";
"MessageRiskAlertModel0" = "《Regulating Online Live Streaming Chaos》";
"MessageOpenLiveModel0" = "%@ is online now";
"MessageTextClickModel0" = "Unknown message type";
"PKIDLoginViewController2" = "Please contact customer service";
"PKIDLoginViewController3" = "LINEpekoyuyin";
"PKIDLoginViewController4" = "I understand";
"MessageLevelUpgradeModel0" = "Congratulations! Your charm level has reached Lv%@";
"MessageLevelUpgradeModel1" = "Congratulations! Your level has reached Lv%@";
"MessageTextModel0" = "Unknown message type";
"MessageTweetModel0" = "This is to calculate the height of a line";
"MessageContentTweetView0" = "This is to calculate the height of a line";
"MessageContentTweetView1" = "View now";
"MessageContentGuildView0" = "Agreed";
"MessageContentGuildView1" = "Refused";
"MessageContentGuildView2" = "Message expired";
"MessageContentGuildView3" = "Message processed";
"MessageContentGuildView4" = "Refuse";
"MessageContentGuildView5" = "Agree";
"MessageContentLevelUpgradeView0" = "View now";
"MessageContentTextClickable0" = "Please bind your phone number first!";
"MessageContentOpenLiveView0" = "%@ is online now";
"MessageContentOpenLiveView1" = "The TA you follow";
"MessageContentRedPacketView0" = "Red packet has expired";
"MessageContentRedPacketView1" = "Be quicker next time~";
"MessageContentRedPacketView2" = "Red packet has been claimed";
"MessageContentRedPacketView3" = "Can go to the bill to view details";
"MessageContentRedPacketView4" = "Click to enter the room to claim>";
"MessageContentRedPacketView5" = "Sent a server-wide red packet";
"MessageContentUnSupportView0" = "This type of message is not supported at the moment";
"MessageContentText0" = "Unknown message type";
"SessionUserInfoTableViewCell0" = "Capricorn Aquarius Pisces Aries Taurus Gemini Cancer Leo Virgo Libra Scorpio Sagittarius Capricorn";
"SessionUserInfoTableViewCell1" = "Incorrect date format!";
"SessionUserInfoTableViewCell2" = "Incorrect date format!";
"SessionUserInfoTableViewCell3" = "Incorrect date format!";
"SessionUserInfoTableViewCell4" = "%@ sign";
"SessionUserInfoTableViewCell5" = "This person has not set a signature yet";
"MessageCell0" = "Copy";
"MessageCell1" = "Delete";
"MessageCell2" = "Retract";
"SessionNavView0" = "Follow";
"SessionNavView1" = "Already added to blacklist";
"SessionChatLimitView0" = "Only users with a wealth level ≥%zd or charm level ≥%zd can initiate a chat";
"SessionChatLimitView1" = "Wealth level";
"SessionChatLimitView2" = "Charm level";
"SessionRiskView0" = "Kind reminder: The other party is not your friend, please pay attention to privacy and security!";
"SessionNavLiveView0" = "Live streaming";
"XPMonentsRecommendViewController0" = "No more data";
"XPMonentsRecommendViewController1" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsRecommendViewController2" = "Deleted successfully";
"XPMonentsDetailViewController0" = "Please enter the content you want to comment on";
"XPMonentsDetailViewController1" = "Details";
"XPMonentsDetailViewController2" = "All comments";
"XPMonentsDetailViewController3" = "Reply";
"XPMonentsDetailViewController4" = "Reply";
"XPMonentsDetailViewController5" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsDetailViewController6" = "Post a comment";
"XPMonentsDetailViewController7" = "Post a comment";
"XPMonentsDetailViewController8" = "Deleted successfully";
"XPMomentsSimpleDetailViewController0" = "Share your thoughts";
"XPMomentsSimpleDetailViewController1" = "Please enter the content you want to comment on";
"XPMomentsSimpleDetailViewController2" = "Comment";
"XPMomentsSimpleDetailViewController3" = "Reply";
"XPMomentsSimpleDetailViewController4" = "Delete";
"XPMomentsSimpleDetailViewController5" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMomentsSimpleDetailViewController6" = "Report";
"XPMomentsSimpleDetailViewController7" = "We have received your request and will process it as soon as possible";
"XPMomentsSimpleDetailViewController8" = "Reply";
"XPMomentsSimpleDetailViewController9" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMomentsSimpleDetailViewController10" = "Post a comment";
"XPMomentsSimpleDetailViewController11" = "Post a comment";
"XPMomentsSimpleDetailViewController12" = "Deleted successfully";
"XPMomentsSimpleDetailViewController12" = "Haven't posted anything yet~ Are you sure you want to return?";
"XPMonentsLatestViewController0" = "No more data";
"XPMonentsLatestViewController1" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsLatestViewController2" = "Deleted successfully";
"XPMonentsTopicRecommondViewController0" = "No more data";
"XPMonentsTopicRecommondViewController1" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsTopicRecommondViewController2" = "Deleted successfully";
"XPMonentsAttentionViewController0" = "No more data";
"XPMonentsAttentionViewController1" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsAttentionViewController2" = "Deleted successfully";
///XPMonentsMineViewController.m
"XPMonentsMineViewController0" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsMineViewController1" = "Deleted successfully";
"XPMonentsMineViewController2" = "Blocked successfully";
"XPMonentsViewController0" = "Recommend";
"XPMonentsViewController1" = "Follow";
"XPMonentsViewController2" = "Recommend";
"XPMonentsViewController3" = "Latest";
"XPMonentsRecommendHeaderView0" = "Recommended topics";
///XPMonentsContentView.m
"XPMonentsContentView0" = "Pin ";
"XPMonentsContentView1" = "Expand";
"XPMonentsContentView2" = "Collapse";
"XPMoentsTopicListView0" = "No more data";
"XPMonentsPublishTopicView0" = "Add topic";
"XPMonentsPublishTopicView1" = "Re-select";
///XPMonentsUserInfoView.m
"XPMonentsUserInfoView0" = "Delete";
"XPMonentsUserInfoView1" = "Report";
"XPMonentsUserInfoView2" = "Live streaming";
///XPMonentsTooBarView.m
"XPMonentsTooBarView0" = "Delete";
"XPMonentsTooBarView1" = "Report dynamic or user";
"XPMonentsTooBarView2" = "Friends";
"XPMonentsTooBarView3" = "Friend circle";
"XPMonentsTooBarView4" = "WeChat friends";
"XPMonentsTooBarView5" = "QQ friends";
"XPMonentsTooBarView6" = "QZone";
"XPMonentsTooBarView7" = "%@ posted a dynamic";
"XPMonentsTooBarView8" = "Block dynamic";
"XPMonentPublishSuccessView0" = "Under review";
"XPMonentPublishSuccessView1" = "Whew, received your cute dynamic~\nOnce approved, the secretary will help you send and notify you";
"XPMonentsInteractiveTableViewCell0" = "Commented on you";
"XPMonentsInteractiveTableViewCell1" = "Invite";
"XPMonentsEmptyTableViewCell0" = "No data";
"XPMonentsReplyMoreTableViewCell0" = "Expand %ld replies";
"XPMonentsTopicLatestViewController0" = "No more data";
"XPMonentsTopicLatestViewController1" = "Once deleted, it cannot be recovered\nAre you sure you want to delete this dynamic?";
"XPMonentsTopicLatestViewController2" = "Deleted successfully";
"XPMomentListViewController0" = "No more data";
"XPMomentListViewController1" = "Post dynamic";
"XPMomentListViewController2" = "Square";
"XPMonentsPublishViewController0" = "You can only enter up to 500 characters";
"XPMonentsPublishViewController1" = "Are you sure to delete?";
"XPMonentsPublishViewController2" = "Prompt";
"XPMonentsPublishViewController3" = "Haven't posted anything yet~ Are you sure you want to return?";
"XPMonentsPublishViewController4" = "Slipped";
"XPMonentsPublishViewController5" = "Confirm to return";
"XPMonentsPublishViewController6" = "Please enter the content to be posted";
"XPMonentsPublishViewController7" = "Post dynamic";
"XPMonentsPublishViewController8" = "Post";
"XPMonentsPublishViewController9" = "Record your moment now, share it with interesting people";
"XPMonentsPublishViewController10" = "Commercial advertisements, phone numbers, as well as vulgar, pornographic, terrifying, violent, and insulting language are prohibited. Violators will be banned";
"XPMonentsInteractiveViewController0" = "All messages";
"XPMonentsInteractiveViewController1" = "No more data";
"XPMonentsInteractiveViewController2" = "Clearing will delete all interactive notifications, are you sure you want to clear?";
"XPMonentTopicContainerViewController1" = "Latest";
"XPMonentTopicContainerViewController2" = "Participate in the topic";
"XPMoentsTopicListViewController0" = "More topics";
"XPMoentsTopicListViewController1" = "No more data";
"XPUpgradeView0" = "Update now";
"XPUpgradeView1" = "Later";
"XPAnchorCardView0" = "Remaining";
"XPAnchorCardView1" = "Enter room";
"TabbarViewController0" = "You have been logged out, if this was not done by you, please change your password immediately";
"TabbarViewController1" = "The other party has retracted a message";
"TabbarViewController2" = "Home";
"TabbarViewController3" = "Forum";
"TabbarViewController4" = "Messages";
"TabbarViewController5" = "Mine";
"XPLoginPhoneViewController0" = "Please enter a correct phone number";
"XPLoginPhoneViewController1" = "Login successful";
"XPLoginPhoneViewController2" = "Verification code sent successfully";
"XPLoginPhoneViewController3" = "Phone number login";
"XPLoginPhoneViewController4" = "Unregistered phone numbers will automatically create an account upon login";
"XPLoginPhoneViewController5" = "Please enter a phone number";
"XPLoginPhoneViewController6" = "Please enter the verification code";
"XPLoginPhoneViewController7" = "Password login";
"XPLoginPhoneViewController8" = "Login";
"XPLoginPhoneViewController9" = "Account login";
"XPLoginPhoneViewController10" = "SMS login";
"XPLoginInputView0" = "Get verification code";
"XPLoginInputView1" = "Resend";
"XPLoginViewController0" = "One-click login failed, please check your mobile network status";
"XPLoginViewController1" = "One-click login";
"XPLoginViewController2" = "One-click login with your mobile number";
"XPLoginViewController3" = "Agree to《Default》and authorize %@ to obtain your mobile number";
"XPLoginViewController4" = "Login successful";
"XPLoginViewController5" = "Mobile number login";
"XPLoginViewController6" = "Agree";
"XPLoginViewController7" = "《User Service Agreement》";
"XPLoginViewController8" = "and";
"XPLoginViewController9" = "《Privacy Policy》";
"XPLoginViewController10" = "Other login methods";
"XPLoginViewController11" = "You can only register or login after agreeing to the privacy policy and user agreement";
"XPLoginViewController12" = "Apple login";
"XPLoginViewController13" = "Google login";
"XPLoginViewController14" = "Facebook login";
"XPLoginViewController15" = "Line login";
"XPLoginViewController16" = "Choose other login methods";
"XPLoginViewController17" = "Last login";
"XPForgetPwdViewController0" = "Please enter a correct phone number";
"XPForgetPwdViewController1" = "Verification code sent successfully";
"XPForgetPwdViewController2" = "Password reset successful";
"XPForgetPwdViewController3" = "Forgot password";
"XPForgetPwdViewController4" = "Please enter a phone number";
"XPForgetPwdViewController5" = "Please enter the verification code";
"XPForgetPwdViewController6" = "Please enter a password (6-16 characters)";
"XPLoginPwdViewController0" = "Login successful";
"XPLoginPwdViewController1" = "Password login";
"XPLoginPwdViewController2" = "Please enter a phone number/ID";
"XPLoginPwdViewController3" = "Please enter a password";
"XPLoginPwdViewController4" = "Phone number login";
"XPLoginPwdViewController5" = "Forgot password";
"XPLoginPwdViewController6" = "Please enter a piko account";
"XPLoginBindPhoneResultViewController0" = "Bind phone";
"XPLoginBindPhoneResultViewController1" = "Your current bound phone number is";
"XPLoginBindPhoneResultViewController2" = "Change phone number";
"XPLoginVerifBindPhoneViewController0" = "Change bound phone";
"XPLoginVerifBindPhoneViewController1" = "Bind phone number";
"XPLoginVerifBindPhoneViewController2" = "Verify the bound phone number";
"XPLoginVerifBindPhoneViewController3" = "Verify";
"XPLoginVerifBindPhoneViewController4" = "Phone number cannot be empty";
"XPLoginVerifBindPhoneViewController5" = "Please enter the correct phone number";
"XPLoginVerifBindPhoneViewController6" = "Phone number cannot be empty";
"XPLoginVerifBindPhoneViewController7" = "Verification code cannot be empty";
"XPLoginVerifBindPhoneViewController8" = "Verification code sent successfully";
"XPLoginVerifBindPhoneViewController9" = "Verification successful";
"XPLoginVerifBindPhoneViewController10" = "%ds later retry";
"XPLoginVerifBindPhoneViewController11" = "Resend";
"XPLoginVerifBindPhoneViewController12" = "Country and region";
"XPLoginVerifBindPhoneViewController13" = "China";
"XPLoginVerifBindPhoneViewController14" = "Bind";
"XPLoginVerifBindPhoneViewController15" = "Get verification code";
"XPLoginVerifBindPhoneViewController16" = "Enter phone number";
"XPLoginVerifBindPhoneViewController17" = "Enter verification code";
"XPLoginVerifBindPhoneViewController18" = "If you have lost your phone number\nPlease contact customer service";
"XPCandyTreeRankView0" = "No more data"; "XPCandyTreeRankView0" = "No more data";
"XPCandyTreeMoreView0" = "More"; "XPCandyTreeMoreView0" = "More";
"XPCandyTreeMoreView2" = "Prize Records"; "XPCandyTreeMoreView2" = "Prize Records";
@@ -13,7 +445,7 @@
"XPCandyRankContainerView0" = "Today's Rankings"; "XPCandyRankContainerView0" = "Today's Rankings";
"XPCandyRankContainerView1" = "Yesterday's Rankings"; "XPCandyRankContainerView1" = "Yesterday's Rankings";
"XPCandyTreeInsufficientBalanceView0" = "Reminder"; "XPCandyTreeInsufficientBalanceView0" = "Reminder";
"XPCandyTreeInsufficientBalanceView1" = "Insufficient diamond balance, please recharge first~"; "XPCandyTreeInsufficientBalanceView1" = "Insufficient gold balance, please recharge first~";
"XPCandyTreeInsufficientBalanceView2" = "Recharge now"; "XPCandyTreeInsufficientBalanceView2" = "Recharge now";
"XPRoomActivityContainerView0" = "First Recharge Gift"; "XPRoomActivityContainerView0" = "First Recharge Gift";
"XPRoomActivityContainerView1" = "Token"; "XPRoomActivityContainerView1" = "Token";
@@ -23,9 +455,9 @@
"XPWebViewNavView1" = "Copy Link"; "XPWebViewNavView1" = "Copy Link";
"LoginPresenter0" = "Login canceled"; "LoginPresenter0" = "Login canceled";
"LoginPresenter1" = "Login failed, please try again"; "LoginPresenter1" = "Login failed, please try again";
"XPRoomStarKitchenBannerView0" = "Congratulations %@ on drawing %@ times the reward in Crazy Zoo and obtaining %@ diamonds!"; "XPRoomStarKitchenBannerView0" = "Congratulations %@ on drawing %@ times the reward in Crazy Zoo and obtaining %@ gold!";
"XPRoomMessageParser1033333" = "Congratulations %@ on drawing %@ times the reward in Star Kitchen and obtaining %@ diamonds!"; "XPRoomMessageParser1033333" = "Congratulations %@ on drawing %@ times the reward in Star Kitchen and obtaining %@ gold!";
"XPRoomMessageParser1033334" = "Congratulations %@ for successfully defeating monsters in Guardian Planet and obtaining %@ diamond rewards"; "XPRoomMessageParser1033334" = "Congratulations %@ for successfully defeating monsters in Guardian Planet and obtaining %@ gold rewards";
"XPShareView0" = "Copy success"; "XPShareView0" = "Copy success";
"XPShareView1" = "Play O"; "XPShareView1" = "Play O";
"XPShareView2" = "Please install the app"; "XPShareView2" = "Please install the app";
@@ -276,7 +708,7 @@
"XPMineNewUserRechargeView2" = "%zd hours %zd minutes"; "XPMineNewUserRechargeView2" = "%zd hours %zd minutes";
"XPMineNewUserRechargeView3" = "%zd minutes"; "XPMineNewUserRechargeView3" = "%zd minutes";
"XPMineAccountView0" = "Diamond Balance"; "XPMineAccountView0" = "Gold Balance";
"XPMineVerifIdentityView0" = "Send Verification Code"; "XPMineVerifIdentityView0" = "Send Verification Code";
@@ -348,13 +780,13 @@
"XPMineAnchorFansTeamTableViewCell0" = "User Nickname"; "XPMineAnchorFansTeamTableViewCell0" = "User Nickname";
"XPMineFriendTableViewCell0" = "This person is lazy and hasn't set a signature yet"; "XPMineFriendTableViewCell0" = "This person hasn't set a signature yet";
"XPMineFansTableViewCell0" = "This person is lazy and hasn't set a signature yet"; "XPMineFansTableViewCell0" = "This person hasn't set a signature yet";
"XPMineFansTableViewCell1" = "+Follow"; "XPMineFansTableViewCell1" = "+Follow";
"XPMineFansTableViewCell2" = "Mutual Follow"; "XPMineFansTableViewCell2" = "Mutual Follow";
"XPMineAttentionTableViewCell0" = "This person is lazy and hasn't set a signature yet"; "XPMineAttentionTableViewCell0" = "This person hasn't set a signature yet";
"XPMineAttentionTableViewCell1" = "Find Ta"; "XPMineAttentionTableViewCell1" = "Find Ta";
"XPMineFriendEmptyTableViewCell0" = "No data"; "XPMineFriendEmptyTableViewCell0" = "No data";
@@ -498,7 +930,7 @@
"XPIAPRechargeViewController8" = "Recharge failed. Please contact customer service for assistance."; "XPIAPRechargeViewController8" = "Recharge failed. Please contact customer service for assistance.";
"XPIAPRechargeViewController9" = "Contact Customer Service"; "XPIAPRechargeViewController9" = "Contact Customer Service";
"XPIAPRechargeViewController10" = "Recharge failed. Currently only devices running iOS 15 and above can recharge. Please upgrade your system and try again."; "XPIAPRechargeViewController10" = "Recharge failed. Currently only devices running iOS 15 and above can recharge. Please upgrade your system and try again.";
"XPIAPRechargeViewController11" = "Please select the number of diamonds to be recharged"; "XPIAPRechargeViewController11" = "Please select the number of gold to be recharged";
"XPMineRechargeViewController0" = "Purchase Failed"; "XPMineRechargeViewController0" = "Purchase Failed";
@@ -876,7 +1308,7 @@
"XPAcrossRoomPKInviteResultView1" = "The opponent rejected your PK request"; "XPAcrossRoomPKInviteResultView1" = "The opponent rejected your PK request";
"XPAcrpssRoomPKPanelView0" = "Calculating PK Results"; "XPAcrpssRoomPKPanelView0" = "Calculating PK Results";
"XPAcrpssRoomPKPanelView1" = "1) Points are awarded based on the value of gifts received (1 diamond = 1 point). The side with higher gift value wins.\n2) After the PK, if the score difference is ≥1314 or the total score of both sides is ≥15000 (excluding draws), the PK results will be displayed in rooms of the same type as the winning side; if the score difference is ≥5200 or the total score of both sides is ≥30000 (excluding draws), the PK results will be displayed in all rooms across the platform."; "XPAcrpssRoomPKPanelView1" = "1) Points are awarded based on the value of gifts received (1 gold = 1 point). The side with higher gift value wins.\n2) After the PK, if the score difference is ≥1314 or the total score of both sides is ≥15000 (excluding draws), the PK results will be displayed in rooms of the same type as the winning side; if the score difference is ≥5200 or the total score of both sides is ≥30000 (excluding draws), the PK results will be displayed in all rooms across the platform.";
"XPAcrpssRoomPKPanelView2" = "Assist"; "XPAcrpssRoomPKPanelView2" = "Assist";
"XPAcrpssRoomPKPanelView3" = "Go Watch"; "XPAcrpssRoomPKPanelView3" = "Go Watch";
"XPAcrpssRoomPKPanelView4" = "Big Spender"; "XPAcrpssRoomPKPanelView4" = "Big Spender";
@@ -1021,7 +1453,7 @@
"XPRoomRankEntranceView0" = "Room Ranking"; "XPRoomRankEntranceView0" = "Room Ranking";
"XPRoomDatingVipUpMicView0" = "1. Each round of dating, the user with the highest gift value accumulatively sent in the “Guest Interaction” stage to a minimum of 999 diamonds will automatically occupy the VIP seat;\n\n2. If there are multiple users who meet the requirements for occupying the VIP seat, the VIP seat will be finally obtained by the user with the highest cumulative gift value. If the gift values are the same, the user who reaches the value first will be the winner;\n\n3. Users occupying the VIP seat can choose whether to go off the mic. Other users cannot take their seats by proxy;\n\n4. Users can only snatch the VIP seat during the “Guest Interaction” stage. After the “Guest Interaction” stage, even if they send gifts exceeding the total VIP gift value, they cannot change the occupant;\n\n5. After each round of dating ends, the VIP seat will be cleared, and a new round will start to grab the seat again."; "XPRoomDatingVipUpMicView0" = "1. Each round of dating, the user with the highest gift value accumulatively sent in the “Guest Interaction” stage to a minimum of 999 gold will automatically occupy the VIP seat;\n\n2. If there are multiple users who meet the requirements for occupying the VIP seat, the VIP seat will be finally obtained by the user with the highest cumulative gift value. If the gift values are the same, the user who reaches the value first will be the winner;\n\n3. Users occupying the VIP seat can choose whether to go off the mic. Other users cannot take their seats by proxy;\n\n4. Users can only snatch the VIP seat during the “Guest Interaction” stage. After the “Guest Interaction” stage, even if they send gifts exceeding the total VIP gift value, they cannot change the occupant;\n\n5. After each round of dating ends, the VIP seat will be cleared, and a new round will start to grab the seat again.";
"XPNewUserRoomGiftView0" = "Received newcomer gift "; "XPNewUserRoomGiftView0" = "Received newcomer gift ";
"XPNewUserRoomGiftView1" = "Has been placed in your backpack, please use it as soon as possible~"; "XPNewUserRoomGiftView1" = "Has been placed in your backpack, please use it as soon as possible~";
@@ -1376,7 +1808,7 @@
"XPRoomMessageParser111" = "  Reward  "; "XPRoomMessageParser111" = "  Reward  ";
"XPRoomMessageParser112" = "Obtained in the Star Chef Kitchen"; "XPRoomMessageParser112" = "Obtained in the Star Chef Kitchen";
"XPRoomMessageParser113" = "Diamond value fragment reward"; "XPRoomMessageParser113" = "gold value fragment reward";
"XPRoomMessageParser114" = "Management initiates room PK, this PK lasts %.0f seconds, %@"; "XPRoomMessageParser114" = "Management initiates room PK, this PK lasts %.0f seconds, %@";
"XPRoomMessageParser115" = "Impressive! "; "XPRoomMessageParser115" = "Impressive! ";
@@ -1571,9 +2003,9 @@
"XPRoomSendRedPacketViewController15" = "Congratulations, wish you good luck"; "XPRoomSendRedPacketViewController15" = "Congratulations, wish you good luck";
"XPRoomSendRedPacketViewController16" = "Recharge Diamonds"; "XPRoomSendRedPacketViewController16" = "Recharge Diamonds";
"XPRoomSendRedPacketViewController17" = "Red packet amount cannot be less than 0"; "XPRoomSendRedPacketViewController17" = "Red packet amount cannot be less than 0";
"XPRoomSendRedPacketViewController18" = "Diamonds cannot be less than 0"; "XPRoomSendRedPacketViewController18" = "Gold Coins cannot be less than 0";
"XPRoomSendRedPacketViewController19" = "Diamonds must be a multiple of 10!"; "XPRoomSendRedPacketViewController19" = "Gold Coins must be in multiples of 10!";
"XPOpenRedPacketCell0" = "Me"; "XPOpenRedPacketCell0" = "Me";
@@ -1999,17 +2431,99 @@
"XPFeedBackViewController5" = "Submit"; "XPFeedBackViewController5" = "Submit";
"XPFeedBackViewController6" = "Please enter feedback type"; "XPFeedBackViewController6" = "Please enter feedback type";
"XPReportViewController0" = "Report Type";
"XPReportViewController1" = "Report Content";
"XPReportViewController2" = "Please enter report content";
"XPReportViewController3" = "Contact Information";
"XPReportViewController4" = "Please enter your contact information";
"XPReportViewController5" = "Submit";
"XPReportViewController6" = "Please enter report type";
"XPBaseTableViewVC0" = "No more data available";
"XPNetNotiView0" = "Network connection is not available, please check your network settings"; "XPRoomTopicPresenter0" = "Failed to update room information";
"XPRoomTopicAlertView0" = "No topic set";
"XPRoomTopicAlertView1" = "No topic content set";
"XPRoomTopicAlertView2" = "Close";
"XPRoomTagListViewController0" = "Quickly pick a category for your room!";
"XPRoomTagListViewController1" = "Quickly pick a tag for your room!";
"XPRoomTagListViewController2" = "Done";
"XPRoomTagListView0" = "Room Category";
"XPRoomTagListView1" = "Room Tag";
"XPRoomTagListView2" = "Done";
"XPRoomSettingInputView0" = "Room Password";
"XPRoomSettingInputView1" = "Room Name";
"XPRoomSettingInputView2" = "Enter Password";
"XPRoomSettingInputView3" = "Please Enter";
"XPRoomSettingInputView4" = "Cancel";
"XPRoomSettingInputView5" = "Confirm";
"XPRoomSettingInputView6" = "Password incorrect, please re-enter";
"XPRoomOnLineViewController0" = "No room members online";
"XPRoomOnLineViewController1" = "Online List";
"XPRoomSettingViewController0" = "Room Settings";
"XPRoomSettingViewController1" = "Turning on the mic queue mode requires lining up to speak, are you sure you want to enable it?";
"XPRoomSettingViewController2" = "Turning off the mic queue mode will clear the mic queue list, are you sure you want to disable it?";
"XPRoomSettingViewController3" = "Prompt";
"XPRoomSettingViewController4" = "Turning on leave mode will fix the host's display at the host's spot, confirm to turn it on?";
"XPRoomSettingViewController5" = "Kind Reminder";
"XPRoomSettingViewController6" = "Turning off will no longer show gift effects, making operation smoother. Confirm to turn off gift effects?";
"XPRoomSettingViewController7" = "Kind Reminder";
"XPRoomSettingViewController8" = "Turning off will no longer show chat messages, making operation smoother. Confirm to turn off the public screen?";
"XPRoomSettingTableViewCell0" = "Set leave mode, the host can earn offline";
"XPRoomRoleTableViewCell0" = "Remove";
"XPRoomRoleEmptyTableViewCell0" = "No data";
"XPRoomOnlineTableViewCell0" = "Room Owner";
"XPRoomOnlineTableViewCell1" = "Administrator";
"XPRoomOnlineTableViewCell2" = "Mystery Person";
"XPRoomOnlineTableViewCell3" = "On Mic";
"XPRoomTopicViewController0" = "Room Announcement";
"XPRoomTopicViewController1" = "The topic cannot be empty";
"XPRoomTopicViewController2" = "Please set an announcement title";
"XPRoomTopicViewController3" = "Please enter announcement content";
"XPRoomTopicViewController4" = "Confirm";
"XPRoomInviteUserViewController1" = "Online Audience";
"XPRoomInviteUserViewController2" = "No users available to hug";
"XPRoomInviteUserViewController3" = "Online Room Owner/Administrator";
"XPRoomRoleViewController0" = "No blacklist set";
"XPRoomRoleViewController1" = "No administrators set";
"XPRoomRoleViewController2" = "Blacklist";
"XPRoomRoleViewController3" = "Administrators";
"XPRoomRankUserInfoView0" = "%.1f ten thousand";
"XPRoomRankUserInfoView1" = "Waiting for someone";
"XPRoomRankTableViewCell0" = "%.1f ten thousand";
"XPRoomRankViewController1" = "Charm Ranking";
"XPWishGiftHistoryViewController0" = "Historical Wishlist";
"XPWishGiftViewController0" = "No one has assisted yet";
"XPWishGiftViewController1" = "People have assisted";
"XPWishGiftViewController2" = "Today's wish gift %d/%ld";
"XPWishGiftViewController3" = "-The wish set for the day will expire at 0 o'clock the next day-";
"XPWishGiftCreateViewController0" = "Wishlist created";
"XPWishGiftCreateViewController1" = "Create Wishlist";
"XPWishGiftCreateViewController2" = "Historical Wish";
"XPWishGiftCreateViewController3" = "Confirm to delete this data?";
"XPWishGiftCreateViewController4" = "Confirm to clear current data?";
"XPWishGiftCreateViewController5" = "Currently no wish";
"XPWishGiftCreateViewController6" = "Can add up to three wishes~";
"XPWishGiftCreateViewController7" = "Confirm to create current wish? \nCannot edit or delete after creation for the day";
"XPWishGiftCreateViewController8" = "Need to add at least one wish gift";
"XPWishGiftCreateViewController9" = "Set Wish";
"XPWishGiftCreateViewController10" = "Clear Data";
"XPWishGiftCreateViewController11" = "Add Wish";
"XPWishGiftCreateViewController12" = "Confirm to create";
"LoginVerifCodeViewController0" = "Get the verification code again later"; "LoginVerifCodeViewController0" = "Get the verification code again later";
"LoginVerifCodeViewController1" = "Login successful"; "LoginVerifCodeViewController1" = "Login successful";
"LoginVerifCodeViewController2" = "Verification code has been sent to"; "LoginVerifCodeViewController2" = "Verification code has been sent to";
@@ -2063,12 +2577,12 @@
"PKLoginViewController1" = "You need to agree to the privacy policy and user agreement before registering and logging in~"; "PKLoginViewController1" = "You need to agree to the privacy policy and user agreement before registering and logging in~";
"XPMinePromptWindow0" = "Close Exchange"; "XPMinePromptWindow0" = "Close Exchange";
"XPMinePromptWindow1" = "Are you sure you want to close %@'s gold coin exchange permission?"; "XPMinePromptWindow1" = "Are you sure you want to close %@'s Diamonds coin exchange permission?";
"XPMinePromptWindow2" = "Cancel"; "XPMinePromptWindow2" = "Cancel";
"XPMinePromptWindow3" = "Confirm"; "XPMinePromptWindow3" = "Confirm";
"XPMineExchangeAuthorityFooderView0" = "No more members who cannot exchange gold coins temporarily~"; "XPMineExchangeAuthorityFooderView0" = "No more members who cannot exchange diamonds coins temporarily~";
"XPMineExchangeAuthorityFooderView1" = "No more members who can exchange gold coins temporarily~"; "XPMineExchangeAuthorityFooderView1" = "No more members who can exchange diamonds coins temporarily~";
///XPMineGuildListCell ///XPMineGuildListCell
"XPMineGuildListCell0" = "Apply to join"; "XPMineGuildListCell0" = "Apply to join";
@@ -2097,7 +2611,7 @@
"XPMineGuildIncomeStatisViewController0" = "Income Statistics"; "XPMineGuildIncomeStatisViewController0" = "Income Statistics";
"XPMineGuildIncomeStatisViewController1" = "Daily Statistics"; "XPMineGuildIncomeStatisViewController1" = "Daily Statistics";
"XPMineGuildIncomeStatisViewController2" = "Weekly Statistics"; "XPMineGuildIncomeStatisViewController2" = "Weekly Statistics";
"XPMineGuildIncomeStatisViewController3" = "Gold Coin Details"; "XPMineGuildIncomeStatisViewController3" = "Diamonds Details";
///XPMineGuildIncomeDetailViewController.m ///XPMineGuildIncomeDetailViewController.m
"XPMineGuildIncomeDetailViewController0" = "Income Details"; "XPMineGuildIncomeDetailViewController0" = "Income Details";
@@ -2170,8 +2684,8 @@
///XPGuildIncomeHeaderView.m ///XPGuildIncomeHeaderView.m
"XPGuildIncomeHeaderView0" = "MM-dd"; "XPGuildIncomeHeaderView0" = "MM-dd";
"XPGuildIncomeHeaderView1" = "MM-dd"; "XPGuildIncomeHeaderView1" = "MM-dd";
"XPGuildIncomeHeaderView2" = "%@ Diamonds"; "XPGuildIncomeHeaderView2" = "%@ Gold";
"XPGuildIncomeHeaderView3" = "Diamonds"; "XPGuildIncomeHeaderView3" = "Gold";
"XPGuildIncomeHeaderView4" = "Total Income"; "XPGuildIncomeHeaderView4" = "Total Income";
"XPGuildIncomeHeaderView5" = "MM Month"; "XPGuildIncomeHeaderView5" = "MM Month";
@@ -2180,7 +2694,7 @@
"XPGuildAnchorIncomeSectionView1" = "Avatar"; "XPGuildAnchorIncomeSectionView1" = "Avatar";
"XPGuildAnchorIncomeSectionView2" = "Contract Revenue"; "XPGuildAnchorIncomeSectionView2" = "Contract Revenue";
"XPGuildAnchorIncomeSectionView3" = "Nickname"; "XPGuildAnchorIncomeSectionView3" = "Nickname";
"XPGuildAnchorIncomeSectionView4" = "Room (Diamonds)"; "XPGuildAnchorIncomeSectionView4" = "Room (Gold)";
"XPGuildAnchorIncomeSectionView6" = "Affiliated Hall"; "XPGuildAnchorIncomeSectionView6" = "Affiliated Hall";
///XPGuildIncomeSectionView.m ///XPGuildIncomeSectionView.m
@@ -2213,7 +2727,7 @@
"XPGuildSearchSuperAdminTableViewCell1" = "Already Set as Super Admin"; "XPGuildSearchSuperAdminTableViewCell1" = "Already Set as Super Admin";
///XPGuildIncomeDetailCollectionViewCell.m ///XPGuildIncomeDetailCollectionViewCell.m
"XPGuildIncomeDetailCollectionViewCell0" = "Diamonds"; "XPGuildIncomeDetailCollectionViewCell0" = "Gold";
///XPGuildIncomeRecordTableViewCell.m ///XPGuildIncomeRecordTableViewCell.m
"XPGuildIncomeRecordTableViewCell0" = "Room Revenue"; "XPGuildIncomeRecordTableViewCell0" = "Room Revenue";
@@ -2377,9 +2891,9 @@
"XPMineGiveDiamondSearchView3"="Search room name or ID"; "XPMineGiveDiamondSearchView3"="Search room name or ID";
///XPMineChooseGiveDiamondView ///XPMineChooseGiveDiamondView
"XPMineChooseGiveDiamondView0"="My Diamonds:"; "XPMineChooseGiveDiamondView0"="My Gold:";
"XPMineChooseGiveDiamondView1"="Confirm"; "XPMineChooseGiveDiamondView1"="Confirm";
"XPMineChooseGiveDiamondView2"="Gift Diamonds"; "XPMineChooseGiveDiamondView2"="Gift Gold";
"XPMineChooseGiveDiamondView3"="Gift Gifts"; "XPMineChooseGiveDiamondView3"="Gift Gifts";
///XPMineChooseGiveDiamondVC ///XPMineChooseGiveDiamondVC
@@ -2387,24 +2901,24 @@
"XPMineChooseGiveDiamondVC1"="Please set payment password first"; "XPMineChooseGiveDiamondVC1"="Please set payment password first";
"XPMineChooseGiveDiamondVC2"="Set Now"; "XPMineChooseGiveDiamondVC2"="Set Now";
"XPMineChooseGiveDiamondVC3"="Today's gifting limit exceeded"; "XPMineChooseGiveDiamondVC3"="Today's gifting limit exceeded";
"XPMineChooseGiveDiamondVC4"="You can only gift up to %@ diamonds at a time"; "XPMineChooseGiveDiamondVC4"="You can only gift up to %@ gold at a time";
"XPMineChooseGiveDiamondVC5"="Insufficient diamond balance, please re-enter"; "XPMineChooseGiveDiamondVC5"="Insufficient gold balance, please re-enter";
"XPMineChooseGiveDiamondVC6"="Gift Sent"; "XPMineChooseGiveDiamondVC6"="Gift Sent";
///XPMineConfirmGiveDiamondView ///XPMineConfirmGiveDiamondView
"XPMineConfirmGiveDiamondView0"="Confirm Payment"; "XPMineConfirmGiveDiamondView0"="Confirm Payment";
"XPMineConfirmGiveDiamondView1"="Gift to %@"; "XPMineConfirmGiveDiamondView1"="Gift to %@";
"XPMineConfirmGiveDiamondView2"="Service Fee"; "XPMineConfirmGiveDiamondView2"="Service Fee";
"XPMineConfirmGiveDiamondView3"="Total Diamonds Consumed"; "XPMineConfirmGiveDiamondView3"="Total Gold Consumed";
"XPMineConfirmGiveDiamondView4"="Diamonds"; "XPMineConfirmGiveDiamondView4"="Diamonds";
"XPMineConfirmGiveDiamondView5"="Exchange Gold for Diamonds"; "XPMineConfirmGiveDiamondView5"="Exchange Diamonds for Gold";
"XPMineConfirmGiveDiamondView6"="%ld Gold"; "XPMineConfirmGiveDiamondView6"="%ld Diamonds";
"XPMineConfirmGiveDiamondView7"="Gold Consumed"; "XPMineConfirmGiveDiamondView7"="Diamonds Consumed";
"XPMineConfirmGiveDiamondView8"="Confirm Exchange"; "XPMineConfirmGiveDiamondView8"="Confirm Exchange";
///XPMineGiveDiamondDetailsVC ///XPMineGiveDiamondDetailsVC
"XPMineGiveDiamondDetailsVC0"="Gifting Details"; "XPMineGiveDiamondDetailsVC0"="Gifting Details";
"XPMineGiveDiamondDetailsVC1"="Diamonds"; "XPMineGiveDiamondDetailsVC1"="Gold";
"XPMineGiveDiamondDetailsVC2"="Gifts"; "XPMineGiveDiamondDetailsVC2"="Gifts";
///XPMineGiveDiamondDetailsCell ///XPMineGiveDiamondDetailsCell
@@ -2423,12 +2937,12 @@
"XPIncomeRecordGoldDetailsHeadView0"="Earnings This Week"; "XPIncomeRecordGoldDetailsHeadView0"="Earnings This Week";
"XPIncomeRecordGoldDetailsHeadView1"="Member"; "XPIncomeRecordGoldDetailsHeadView1"="Member";
"XPIncomeRecordGoldDetailsHeadView2"="Room"; "XPIncomeRecordGoldDetailsHeadView2"="Room";
"XPIncomeRecordGoldDetailsHeadView3"="Gold Earnings"; "XPIncomeRecordGoldDetailsHeadView3"="Diamonds Earnings";
"XPIncomeRecordGoldDetailsHeadView4"="Settleable Gold"; "XPIncomeRecordGoldDetailsHeadView4"="Settleable Diamonds";
"XPIncomeRecordGoldDetailsHeadView5"="Total Income (Diamonds)"; "XPIncomeRecordGoldDetailsHeadView5"="Total Income (Gold)";
"XPIncomeRecordGoldDetailsHeadView6"="Total Basic Settlement Gold"; "XPIncomeRecordGoldDetailsHeadView6"="Total Basic Settlement Gold";
"XPIncomeRecordGoldDetailsHeadView7"="Guild Earnings"; "XPIncomeRecordGoldDetailsHeadView7"="Guild Earnings";
"XPIncomeRecordGoldDetailsHeadView8"="Total Gold of Members"; "XPIncomeRecordGoldDetailsHeadView8"="Total Diamonds of Members";
"XPIncomeRecordGoldDetailsHeadView9"="Total Redemption of Members"; "XPIncomeRecordGoldDetailsHeadView9"="Total Redemption of Members";
"XPMinePersonalCenterCell0" = "Personal Center"; "XPMinePersonalCenterCell0" = "Personal Center";
@@ -2438,27 +2952,27 @@
"XPIncomeRecordView0"="Details"; "XPIncomeRecordView0"="Details";
"XPIncomeRecordView1"="Recharge"; "XPIncomeRecordView1"="Recharge";
"XPIncomeRecordView2"="Diamond Exchange"; "XPIncomeRecordView2"="Gold Exchange";
"XPIncomeRecordView3"="Withdrawal"; "XPIncomeRecordView3"="Withdrawal";
"XPIncomeRecordView4"="Diamonds"; "XPIncomeRecordView4"="Gold";
"XPIncomeRecordView5"="Gold"; "XPIncomeRecordView5"="Diamonds";
"XPIncomeRecordVC0"="Earnings Record"; "XPIncomeRecordVC0"="Earnings Record";
"XPExchangeDiamondsItemView0"="My Diamonds: %@"; "XPExchangeDiamondsItemView0"="My Gold: %@";
"XPExchangeDiamondsItemView1"="My Gold Coins: %.2f"; "XPExchangeDiamondsItemView1"="My Diamonds: %.2f";
"XPExchangeDiamondsView0"="Exchange Diamonds"; "XPExchangeDiamondsView0"="Exchange Gold";
"XPExchangeDiamondsView1"="Confirm Exchange"; "XPExchangeDiamondsView1"="Confirm Exchange";
"XPExchangeDiamondsView2"="Insufficient Gold Coins"; "XPExchangeDiamondsView2"="Insufficient Diamonds";
"XPExchangeDiamondsView3"="At least %ld diamonds are required for exchange"; "XPExchangeDiamondsView3"="At least %ld Gold are required for exchange";
"XPExchangeDiamondsView4"="The number of diamonds for exchange cannot exceed %ld"; "XPExchangeDiamondsView4"="The number of Gold for exchange cannot exceed %ld";
"XPExchangeDiamondsView5"="Exchange successful"; "XPExchangeDiamondsView5"="Exchange successful";
"XPIncomeRecordGoldDetailsView0"="No data available"; "XPIncomeRecordGoldDetailsView0"="No data available";
"XPIncomeRecordGoldDetailsView1"="Total diamond flow in the current room: %@ diamonds"; "XPIncomeRecordGoldDetailsView1"="Total Gold flow in the current room: %@ diamonds";
"XPIncomeRecordGoldDetailsVC0"="Gold Details"; "XPIncomeRecordGoldDetailsVC0"="Diamonds Details";
"XPIncomeRecordGoldDetailsVC1"="To"; "XPIncomeRecordGoldDetailsVC1"="To";
"XPGoldDetailsChooseRoomView0"="All"; "XPGoldDetailsChooseRoomView0"="All";
@@ -2476,7 +2990,7 @@
"XPNobleCenterViewController0" = "%.2f Immediately Open Noble Privileges"; "XPNobleCenterViewController0" = "%.2f Immediately Open Noble Privileges";
"XPNobleCenterViewController1" = "Purchase Failed"; "XPNobleCenterViewController1" = "Purchase Failed";
"XPNobleCenterViewController2" = "Unknown error occurred, please try again"; "XPNobleCenterViewController2" = "Unknown error occurred, please try again";
"XPNobleCenterViewController3" = "Insufficient Diamond Balance, Do you want to recharge"; "XPNobleCenterViewController3" = "Insufficient Gold Balance, Do you want to recharge";
"XPNobleCenterMyNobleView0" = "Current Level"; "XPNobleCenterMyNobleView0" = "Current Level";
"XPNobleCenterMyNobleView1" = " has reached the highest usable noble level"; "XPNobleCenterMyNobleView1" = " has reached the highest usable noble level";
@@ -2518,8 +3032,8 @@
"XPNobleCenterEntranceView2" = "Open to enjoy various privileges"; "XPNobleCenterEntranceView2" = "Open to enjoy various privileges";
"XPNobleCenterPayView0" = "Payment"; "XPNobleCenterPayView0" = "Payment";
"XPNobleCenterPayView1" = "Diamonds"; "XPNobleCenterPayView1" = "Gold";
"XPNobleCenterPayView2" = "Diamond Payment"; "XPNobleCenterPayView2" = "Gold Payment";
"XPNobleCenterPayView3" = "Confirm Payment"; "XPNobleCenterPayView3" = "Confirm Payment";
"XPNoblePrivilegeContentCell0"="Noble Privilege"; "XPNoblePrivilegeContentCell0"="Noble Privilege";
@@ -2566,24 +3080,24 @@
"XPMineGuildPersonalBillStatisVC2"="Weekly Statistics"; "XPMineGuildPersonalBillStatisVC2"="Weekly Statistics";
"XPMineGuildPersonalBillStatisVC3"="Monthly Statistics"; "XPMineGuildPersonalBillStatisVC3"="Monthly Statistics";
"XPMineGuildPersonalBillRecordHeadView0"="%@ Diamonds"; "XPMineGuildPersonalBillRecordHeadView0"="%@ Gold";
"XPMineGuildPersonalBillRecordHeadView1"="Diamonds"; "XPMineGuildPersonalBillRecordHeadView1"="Gold";
"XPMineGuildPersonalBillRecordHeadView2"="Total Income"; "XPMineGuildPersonalBillRecordHeadView2"="Total Income";
"XPMineGuildPersonalBillRecordHeadView3"="Income (Diamonds)"; "XPMineGuildPersonalBillRecordHeadView3"="Income (Gold)";
"XPMineGuildPersonalBillRecordHeadView4"="(Diamonds)"; "XPMineGuildPersonalBillRecordHeadView4"="(Gold)";
"XPMineGuildPersonalBillRecordContentView0"="Room Flow"; "XPMineGuildPersonalBillRecordContentView0"="Room Flow";
"XPMineGuildPersonalBillRecordContentView1"="Ordinary Gift Flow"; "XPMineGuildPersonalBillRecordContentView1"="Ordinary Gift Flow";
"XPMineGuildPersonalBillRecordContentView2"="Backpack Gift Flow"; "XPMineGuildPersonalBillRecordContentView2"="Backpack Gift Flow";
"XPMineGuildPersonalBillRecordContentView3"="Number of Gift Senders"; "XPMineGuildPersonalBillRecordContentView3"="Number of Gift Senders";
"XPMineGuildPersonalBillRecordContentView4"="Number of New User Gift Senders"; "XPMineGuildPersonalBillRecordContentView4"="Number of New User Gift Senders";
"XPMineGuildPersonalBillRecordContentView5"="Income (Diamonds)"; "XPMineGuildPersonalBillRecordContentView5"="Income (Gold)";
"XPMineGuildPersonalBillRecordContentView6"="(Diamonds)"; "XPMineGuildPersonalBillRecordContentView6"="(Gold)";
"MessageContentTreasureFairyView0"="Click to view>>"; "MessageContentTreasureFairyView0"="Click to view>>";
"XPTreasureFairyFriendCell0"="This person is lazy and has not set a signature yet~"; "XPTreasureFairyFriendCell0"="This person hasn't set a signature yet~";
"XPTreasureFairyPrizeRecordCell0"="Primary Mammoth Forest"; "XPTreasureFairyPrizeRecordCell0"="Primary Mammoth Forest";
"XPTreasureFairyPrizeRecordCell1"="Epic Mammoth Forest"; "XPTreasureFairyPrizeRecordCell1"="Epic Mammoth Forest";
@@ -2708,7 +3222,7 @@
"XPTreasureFairyViewController3"="10 times"; "XPTreasureFairyViewController3"="10 times";
"XPTreasureFairyViewController4"="1 time"; "XPTreasureFairyViewController4"="1 time";
"XPTreasureFairyViewController5"="Insufficient diamond balance, please recharge"; "XPTreasureFairyViewController5"="Insufficient gold balance, please recharge";
"XPTreasureFairyViewController6"="Recharge"; "XPTreasureFairyViewController6"="Recharge";
"XPTreasureFairyViewController7"="No more data available~"; "XPTreasureFairyViewController7"="No more data available~";
"XPTreasureFairyViewController8"="Do not display winning results"; "XPTreasureFairyViewController8"="Do not display winning results";
@@ -2895,7 +3409,7 @@
"PIMessageContentServiceReplyView5"="Customer Service Line: %@ "; "PIMessageContentServiceReplyView5"="Customer Service Line: %@ ";
"PIMessageContentServiceReplyView6"="3. If there's a prompt \"Top-up failed, please contact customer service for assistance~\", please add customer service for assistance"; "PIMessageContentServiceReplyView6"="3. If there's a prompt \"Top-up failed, please contact customer service for assistance~\", please add customer service for assistance";
///XPRoomTarrowBannerView ///XPRoomTarrowBannerView
"XPRoomTarrowBannerView0"="Congratulations %@ for bursting into luck in the Lucky Tarot and obtaining %@ diamonds"; "XPRoomTarrowBannerView0"="Congratulations %@ for bursting into luck in the Lucky Tarot and obtaining %@ gold";
///XPHomeGameView ///XPHomeGameView
"XPHomeGameView0"="Create Room"; "XPHomeGameView0"="Create Room";
"XPHomeGameView1"="Create Room"; "XPHomeGameView1"="Create Room";
@@ -2917,8 +3431,8 @@
///SessionDiscoverNewTableViewCell.m ///SessionDiscoverNewTableViewCell.m
"SessionDiscoverNewTableViewCell0" = "Discover Newbies"; "SessionDiscoverNewTableViewCell0" = "Discover Newbies";
///XPMineSimpleUserInfoHeaderView ///XPMineSimpleUserInfoHeaderView
"XPMineSimpleUserInfoHeaderView0"="This person is lazy, hasn't set a signature~"; "XPMineSimpleUserInfoHeaderView0"="This person hasn't set a signature yet~";
"XPMineSimpleUserInfoHeaderView1"="This person is lazy, hasn't set a signature~"; "XPMineSimpleUserInfoHeaderView1"="This person hasn't set a signature yet~";
"XPMineSimpleUserInfoHeaderView2"="Live"; "XPMineSimpleUserInfoHeaderView2"="Live";
"XPMineSimpleUserInfoHeaderView3"="Gift Wall"; "XPMineSimpleUserInfoHeaderView3"="Gift Wall";
"XPMineSimpleUserInfoHeaderView4"="Gift Wall"; "XPMineSimpleUserInfoHeaderView4"="Gift Wall";
@@ -3004,8 +3518,8 @@
"PIRoomGiftBroadcastWindow4"="Go Now"; "PIRoomGiftBroadcastWindow4"="Go Now";
///PIGuildAnchorIncomeSectionView ///PIGuildAnchorIncomeSectionView
"PIGuildAnchorIncomeSectionView0"="Personal Information"; "PIGuildAnchorIncomeSectionView0"="Personal Information";
"PIGuildAnchorIncomeSectionView1"="Host (Diamonds)"; "PIGuildAnchorIncomeSectionView1"="Host (Gold)";
"PIGuildAnchorIncomeSectionView2"="Room (Diamonds)"; "PIGuildAnchorIncomeSectionView2"="Room (Gold)";
"PIGuildAnchorIncomeSectionView3"="Live Duration"; "PIGuildAnchorIncomeSectionView3"="Live Duration";
///PIWebViewSavePhotoView ///PIWebViewSavePhotoView
"PIWebViewSavePhotoView0"="Remember to fill in the invitation code when registering~"; "PIWebViewSavePhotoView0"="Remember to fill in the invitation code when registering~";

View File

@@ -34,7 +34,7 @@
"XPCandyRankContainerView1" = "昨日榜单"; "XPCandyRankContainerView1" = "昨日榜单";
///XPCandyTreeInsufficientBalanceView ///XPCandyTreeInsufficientBalanceView
"XPCandyTreeInsufficientBalanceView0"="温馨提示"; "XPCandyTreeInsufficientBalanceView0"="温馨提示";
"XPCandyTreeInsufficientBalanceView1"="钻石余额不足,请先充值吧~"; "XPCandyTreeInsufficientBalanceView1"="金币余额不足,请先充值吧~";
"XPCandyTreeInsufficientBalanceView2"="去充值"; "XPCandyTreeInsufficientBalanceView2"="去充值";
///XPRoomActivityContainerView.m ///XPRoomActivityContainerView.m
"XPRoomActivityContainerView0" = "首充有礼"; "XPRoomActivityContainerView0" = "首充有礼";
@@ -47,9 +47,9 @@
///LoginPresenter.m ///LoginPresenter.m
"LoginPresenter0" = "登录取消"; "LoginPresenter0" = "登录取消";
"LoginPresenter1" = "登录失败,请重试"; "LoginPresenter1" = "登录失败,请重试";
"XPRoomStarKitchenBannerView0"="恭喜%@在疯狂动物园抽中%@倍奖励,获得 %@钻石"; "XPRoomStarKitchenBannerView0"="恭喜%@在疯狂动物园抽中%@倍奖励,获得 %@金币";
"XPRoomMessageParser1033333"="恭喜%@在星级厨房抽中 %@倍奖励,获得 %@钻石"; "XPRoomMessageParser1033333"="恭喜%@在星级厨房抽中 %@倍奖励,获得 %@金币";
"XPRoomMessageParser1033334"="恭喜 %@ 在守护星球中成功击败怪兽,获得%@钻石奖励"; "XPRoomMessageParser1033334"="恭喜 %@ 在守护星球中成功击败怪兽,获得%@金币奖励";
///XPShareView.m ///XPShareView.m
"XPShareView0" = "拷贝成功"; "XPShareView0" = "拷贝成功";
"XPShareView1" = "来玩奥"; "XPShareView1" = "来玩奥";
@@ -317,7 +317,7 @@
"XPMineNewUserRechargeView2" = "%zd小时%zd分"; "XPMineNewUserRechargeView2" = "%zd小时%zd分";
"XPMineNewUserRechargeView3" = "%zd分"; "XPMineNewUserRechargeView3" = "%zd分";
"XPMineAccountView0" = "鑽石馀额"; "XPMineAccountView0" = "金币余额";
"XPMineVerifIdentityView0" = "发送验证码"; "XPMineVerifIdentityView0" = "发送验证码";
@@ -544,7 +544,7 @@
"XPIAPRechargeViewController8" = "储值失败,请联系客服处理~"; "XPIAPRechargeViewController8" = "储值失败,请联系客服处理~";
"XPIAPRechargeViewController9" = "联系客服"; "XPIAPRechargeViewController9" = "联系客服";
"XPIAPRechargeViewController10" = "储值失败。当前仅支持运行iOS15及以上系统的手机进行储值请升级系统版本后重试。"; "XPIAPRechargeViewController10" = "储值失败。当前仅支持运行iOS15及以上系统的手机进行储值请升级系统版本后重试。";
"XPIAPRechargeViewController11" = "请选择需要储值钻石的数量"; "XPIAPRechargeViewController11" = "请选择需要储值金币的数量";
"XPMineRechargeViewController0" = "购买失败"; "XPMineRechargeViewController0" = "购买失败";
@@ -932,7 +932,7 @@
"XPAcrossRoomPKInviteResultView1" = "对方拒绝你的pk请求"; "XPAcrossRoomPKInviteResultView1" = "对方拒绝你的pk请求";
"XPAcrpssRoomPKPanelView0" = "PK结果计算中"; "XPAcrpssRoomPKPanelView0" = "PK结果计算中";
"XPAcrpssRoomPKPanelView1" = "1按收到的礼物价值积分1钻石=1分礼物值高的一方获胜。\n2PK结束后若比分差距≥1314或双方分数总值≥15000平局除外将在与获胜方相同类型的房间公示PK结果若比分差距≥5200或双方分数总值≥30000平局除外将在全服所有房间公示PK结果。"; "XPAcrpssRoomPKPanelView1" = "1按收到的礼物价值积分1=1分礼物值高的一方获胜。\n2PK结束后若比分差距≥1314或双方分数总值≥15000平局除外将在与获胜方相同类型的房间公示PK结果若比分差距≥5200或双方分数总值≥30000平局除外将在全服所有房间公示PK结果。";
"XPAcrpssRoomPKPanelView2" = "助攻"; "XPAcrpssRoomPKPanelView2" = "助攻";
"XPAcrpssRoomPKPanelView3" = "去围观"; "XPAcrpssRoomPKPanelView3" = "去围观";
"XPAcrpssRoomPKPanelView4" = "神豪"; "XPAcrpssRoomPKPanelView4" = "神豪";
@@ -1082,7 +1082,7 @@
"XPRoomRankEntranceView0" = "房间榜"; "XPRoomRankEntranceView0" = "房间榜";
"XPRoomDatingVipUpMicView0" = "1.每轮相亲在“嘉宾交流”阶段累积送礼满999钻石且送礼价值最高的用户自动登上VIP席位\n\n2.若出现多个满足上VIP席位要求的用户VIP席位最终由送礼价值最高的用户获得若送礼价值相同以最先达到该值的用户为准\n\n3.VIP席位的用户可选择是否下麦其他用户不可因此代替坐上席位\n\n4.用户只能在“嘉宾交流”阶段抢夺VIP席位“嘉宾交流”阶段后直到结束本轮前即使送出超过之前VIP总礼物价值也不能换人\n\n5.每轮相亲结束后VIP席位清空下一轮重新开始抢位。"; "XPRoomDatingVipUpMicView0" = "1.每轮相亲在“嘉宾交流”阶段累积送礼满999金币且送礼价值最高的用户自动登上VIP席位\n\n2.若出现多个满足上VIP席位要求的用户VIP席位最终由送礼价值最高的用户获得若送礼价值相同以最先达到该值的用户为准\n\n3.VIP席位的用户可选择是否下麦其他用户不可因此代替坐上席位\n\n4.用户只能在“嘉宾交流”阶段抢夺VIP席位“嘉宾交流”阶段后直到结束本轮前即使送出超过之前VIP总礼物价值也不能换人\n\n5.每轮相亲结束后VIP席位清空下一轮重新开始抢位。";
"XPNewUserRoomGiftView0" = "获得新人礼物 "; "XPNewUserRoomGiftView0" = "获得新人礼物 ";
"XPNewUserRoomGiftView1" = "已放入背包,尽快使用吧~"; "XPNewUserRoomGiftView1" = "已放入背包,尽快使用吧~";
@@ -1441,7 +1441,7 @@
"XPRoomMessageParser111" = " 打赏 "; "XPRoomMessageParser111" = " 打赏 ";
"XPRoomMessageParser112" = "在星级厨房中获得"; "XPRoomMessageParser112" = "在星级厨房中获得";
"XPRoomMessageParser113" = "钻石价值的碎片奖励"; "XPRoomMessageParser113" = "金币价值的碎片奖励";
"XPRoomMessageParser114" = "管理发起房间PK本次PK时间为%.0f秒,%@"; "XPRoomMessageParser114" = "管理发起房间PK本次PK时间为%.0f秒,%@";
"XPRoomMessageParser115"="厉害了! "; "XPRoomMessageParser115"="厉害了! ";
@@ -1653,9 +1653,9 @@
"XPRoomSendRedPacketViewController15" = "恭喜发财,大吉大利"; "XPRoomSendRedPacketViewController15" = "恭喜发财,大吉大利";
"XPRoomSendRedPacketViewController16" = "充值鑽石"; "XPRoomSendRedPacketViewController16" = "充值鑽石";
"XPRoomSendRedPacketViewController17" = "红包金额不能小于0"; "XPRoomSendRedPacketViewController17" = "红包金额不能小于0";
"XPRoomSendRedPacketViewController18" = "钻石数量不能小于0"; "XPRoomSendRedPacketViewController18" = "金币数量不能小于0";
"XPRoomSendRedPacketViewController19" = "钻石数必须为10的倍数"; "XPRoomSendRedPacketViewController19" = "金币数必须为10的倍数";
"XPOpenRedPacketCell0" = "我"; "XPOpenRedPacketCell0" = "我";
@@ -1809,7 +1809,7 @@
"XPWishGiftCreateViewController10" = "清空数据"; "XPWishGiftCreateViewController10" = "清空数据";
"XPWishGiftCreateViewController11" = "添加心愿"; "XPWishGiftCreateViewController11" = "添加心愿";
"XPWishGiftCreateViewController12" = "确定创建"; "XPWishGiftCreateViewController12" = "确定创建";
//todo12
"XPWishGiftEmptyTableViewCell0" = "暂无数据"; "XPWishGiftEmptyTableViewCell0" = "暂无数据";
"XPWishGiftTableViewCell0" = "编辑"; "XPWishGiftTableViewCell0" = "编辑";
@@ -1859,7 +1859,7 @@
"NIMMessageUtils4" = "[文件]"; "NIMMessageUtils4" = "[文件]";
"NIMMessageUtils5" = "[礼物]"; "NIMMessageUtils5" = "[礼物]";
"NIMMessageUtils6" = "[您收到一条公会消息]"; "NIMMessageUtils6" = "[您收到一条公会消息]";
"NIMMessageUtils7" = "您关注的TA上线了快去围观吧]"; "NIMMessageUtils7" = "[您关注的TA上线了快去围观吧]";
"NIMMessageUtils8" = "[分享房间]"; "NIMMessageUtils8" = "[分享房间]";
"NIMMessageUtils9" = "[升级消息]"; "NIMMessageUtils9" = "[升级消息]";
"NIMMessageUtils10" = "[推文消息]"; "NIMMessageUtils10" = "[推文消息]";
@@ -2240,6 +2240,11 @@
"XPLoginVerifBindPhoneViewController16" = "输入手机号"; "XPLoginVerifBindPhoneViewController16" = "输入手机号";
"XPLoginVerifBindPhoneViewController17" = "输入验证码"; "XPLoginVerifBindPhoneViewController17" = "输入验证码";
"XPLoginVerifBindPhoneViewController18" = "如果您的手机号已丢失\n请咨询客服"; "XPLoginVerifBindPhoneViewController18" = "如果您的手机号已丢失\n请咨询客服";
///todo
//todo //todo
"LoginVerifCodeViewController0" = "后可重新获取验证码"; "LoginVerifCodeViewController0" = "后可重新获取验证码";
"LoginVerifCodeViewController1" = "登录成功"; "LoginVerifCodeViewController1" = "登录成功";
@@ -2297,13 +2302,13 @@
"PKLoginViewController1" = "同意隐私政策和用户协议后,才可以注册登录哦~"; "PKLoginViewController1" = "同意隐私政策和用户协议后,才可以注册登录哦~";
"XPMinePromptWindow0"="关闭兑换"; "XPMinePromptWindow0"="关闭兑换";
"XPMinePromptWindow1"="确定关闭%@的金币兑换权限吗?"; "XPMinePromptWindow1"="确定关闭%@的钻石兑换权限吗?";
"XPMinePromptWindow2"="取消"; "XPMinePromptWindow2"="取消";
"XPMinePromptWindow3"="确定"; "XPMinePromptWindow3"="确定";
"XPMineExchangeAuthorityFooderView0"="暂无更多不可兑换金币的成员~"; "XPMineExchangeAuthorityFooderView0"="暂无更多不可兑换钻石的成员~";
"XPMineExchangeAuthorityFooderView1"="暂无更多可兑换金币的成员~"; "XPMineExchangeAuthorityFooderView1"="暂无更多可兑换钻石的成员~";
///XPMineGuildListCell ///XPMineGuildListCell
"XPMineGuildListCell0"="申请加入"; "XPMineGuildListCell0"="申请加入";
@@ -2334,7 +2339,7 @@
"XPMineGuildIncomeStatisViewController0" = "收入统计"; "XPMineGuildIncomeStatisViewController0" = "收入统计";
"XPMineGuildIncomeStatisViewController1" = "按日统计"; "XPMineGuildIncomeStatisViewController1" = "按日统计";
"XPMineGuildIncomeStatisViewController2" = "每周统计"; "XPMineGuildIncomeStatisViewController2" = "每周统计";
"XPMineGuildIncomeStatisViewController3" = "金币明细"; "XPMineGuildIncomeStatisViewController3" = "鉆石明细";
///XPMineGuildIncomeDetailViewController.m ///XPMineGuildIncomeDetailViewController.m
"XPMineGuildIncomeDetailViewController0" = "收入明细"; "XPMineGuildIncomeDetailViewController0" = "收入明细";
@@ -2407,8 +2412,8 @@
///XPGuildIncomeHeaderView.m ///XPGuildIncomeHeaderView.m
"XPGuildIncomeHeaderView0" = "MM月dd日"; "XPGuildIncomeHeaderView0" = "MM月dd日";
"XPGuildIncomeHeaderView1" = "MM月dd日"; "XPGuildIncomeHeaderView1" = "MM月dd日";
"XPGuildIncomeHeaderView2" = "%@钻石"; "XPGuildIncomeHeaderView2" = "%@金币";
"XPGuildIncomeHeaderView3" = "钻石"; "XPGuildIncomeHeaderView3" = "金币";
"XPGuildIncomeHeaderView4" = "总收入"; "XPGuildIncomeHeaderView4" = "总收入";
"XPGuildIncomeHeaderView5" = "MM月"; "XPGuildIncomeHeaderView5" = "MM月";
///todo ///todo
@@ -2417,7 +2422,7 @@
"XPGuildAnchorIncomeSectionView1" = "头像"; "XPGuildAnchorIncomeSectionView1" = "头像";
"XPGuildAnchorIncomeSectionView2" = "签约流水"; "XPGuildAnchorIncomeSectionView2" = "签约流水";
"XPGuildAnchorIncomeSectionView3" = "昵称"; "XPGuildAnchorIncomeSectionView3" = "昵称";
"XPGuildAnchorIncomeSectionView4" = "房间(钻石)"; "XPGuildAnchorIncomeSectionView4" = "房间(金币)";
"XPGuildAnchorIncomeSectionView6" = "所属厅"; "XPGuildAnchorIncomeSectionView6" = "所属厅";
///XPGuildIncomeSectionView.m ///XPGuildIncomeSectionView.m
@@ -2450,7 +2455,7 @@
"XPGuildSearchSuperAdminTableViewCell1" = "已设置为超管"; "XPGuildSearchSuperAdminTableViewCell1" = "已设置为超管";
///XPGuildIncomeDetailCollectionViewCell.m ///XPGuildIncomeDetailCollectionViewCell.m
"XPGuildIncomeDetailCollectionViewCell0" = "钻石"; "XPGuildIncomeDetailCollectionViewCell0" = "金币";
///XPGuildIncomeRecordTableViewCell.m ///XPGuildIncomeRecordTableViewCell.m
"XPGuildIncomeRecordTableViewCell0" = "房间流水"; "XPGuildIncomeRecordTableViewCell0" = "房间流水";
@@ -2552,9 +2557,9 @@
"XPMineGiveDiamondSearchView3"="搜索房间名称或ID"; "XPMineGiveDiamondSearchView3"="搜索房间名称或ID";
///XPMineChooseGiveDiamondView ///XPMineChooseGiveDiamondView
"XPMineChooseGiveDiamondView0"="我的钻石"; "XPMineChooseGiveDiamondView0"="我的金币";
"XPMineChooseGiveDiamondView1"="确定"; "XPMineChooseGiveDiamondView1"="确定";
"XPMineChooseGiveDiamondView2"="转赠钻石"; "XPMineChooseGiveDiamondView2"="转赠金币";
"XPMineChooseGiveDiamondView3"="转赠礼物"; "XPMineChooseGiveDiamondView3"="转赠礼物";
///XPMineChooseGiveDiamondVC ///XPMineChooseGiveDiamondVC
@@ -2562,23 +2567,23 @@
"XPMineChooseGiveDiamondVC1"="请先设置支付密码"; "XPMineChooseGiveDiamondVC1"="请先设置支付密码";
"XPMineChooseGiveDiamondVC2"="去设置"; "XPMineChooseGiveDiamondVC2"="去设置";
"XPMineChooseGiveDiamondVC3"="已超出今天转赠额度"; "XPMineChooseGiveDiamondVC3"="已超出今天转赠额度";
"XPMineChooseGiveDiamondVC4"="单次最多只能转赠%@钻石"; "XPMineChooseGiveDiamondVC4"="单次最多只能转赠%@金币";
"XPMineChooseGiveDiamondVC5"="钻石余额不足,请重新输入"; "XPMineChooseGiveDiamondVC5"="金币余额不足,请重新输入";
"XPMineChooseGiveDiamondVC6"="赠送成功"; "XPMineChooseGiveDiamondVC6"="赠送成功";
///XPMineConfirmGiveDiamondView ///XPMineConfirmGiveDiamondView
"XPMineConfirmGiveDiamondView0"="确认支付"; "XPMineConfirmGiveDiamondView0"="确认支付";
"XPMineConfirmGiveDiamondView1"="向%@转赠"; "XPMineConfirmGiveDiamondView1"="向%@转赠";
"XPMineConfirmGiveDiamondView2"="手续费"; "XPMineConfirmGiveDiamondView2"="手续费";
"XPMineConfirmGiveDiamondView3"="总消耗钻石"; "XPMineConfirmGiveDiamondView3"="总消耗金币";
"XPMineConfirmGiveDiamondView4"="钻"; "XPMineConfirmGiveDiamondView4"="钻";
"XPMineConfirmGiveDiamondView5"="兑换金币获得钻石"; "XPMineConfirmGiveDiamondView5"="兑换钻石获得金币";
"XPMineConfirmGiveDiamondView6"="%ld金币"; "XPMineConfirmGiveDiamondView6"="%ld钻石";
"XPMineConfirmGiveDiamondView7"="消耗金币"; "XPMineConfirmGiveDiamondView7"="消耗钻石";
"XPMineConfirmGiveDiamondView8"="确认兑换"; "XPMineConfirmGiveDiamondView8"="确认兑换";
///XPMineGiveDiamondDetailsVC ///XPMineGiveDiamondDetailsVC
"XPMineGiveDiamondDetailsVC0"="转赠明细"; "XPMineGiveDiamondDetailsVC0"="转赠明细";
"XPMineGiveDiamondDetailsVC1"="钻石"; "XPMineGiveDiamondDetailsVC1"="金币";
"XPMineGiveDiamondDetailsVC2"="礼物"; "XPMineGiveDiamondDetailsVC2"="礼物";
///XPMineGiveDiamondDetailsCell ///XPMineGiveDiamondDetailsCell
@@ -2597,12 +2602,12 @@
"XPIncomeRecordGoldDetailsHeadView0"="本周收益"; "XPIncomeRecordGoldDetailsHeadView0"="本周收益";
"XPIncomeRecordGoldDetailsHeadView1"="成员"; "XPIncomeRecordGoldDetailsHeadView1"="成员";
"XPIncomeRecordGoldDetailsHeadView2"="房间"; "XPIncomeRecordGoldDetailsHeadView2"="房间";
"XPIncomeRecordGoldDetailsHeadView3"="金币收益"; "XPIncomeRecordGoldDetailsHeadView3"="钻石收益";
"XPIncomeRecordGoldDetailsHeadView4"="可结算金币"; "XPIncomeRecordGoldDetailsHeadView4"="可结算钻石";
"XPIncomeRecordGoldDetailsHeadView5"="总收入(钻石)"; "XPIncomeRecordGoldDetailsHeadView5"="总收入(金币)";
"XPIncomeRecordGoldDetailsHeadView6"="基础总结算金币"; "XPIncomeRecordGoldDetailsHeadView6"="基础总结算钻石";
"XPIncomeRecordGoldDetailsHeadView7"="公会收益"; "XPIncomeRecordGoldDetailsHeadView7"="公会收益";
"XPIncomeRecordGoldDetailsHeadView8"="成员总金币"; "XPIncomeRecordGoldDetailsHeadView8"="成员总钻石";
"XPIncomeRecordGoldDetailsHeadView9"="成员总兑换"; "XPIncomeRecordGoldDetailsHeadView9"="成员总兑换";
@@ -2614,27 +2619,27 @@
"XPIncomeRecordView0"="明细"; "XPIncomeRecordView0"="明细";
"XPIncomeRecordView1"="充值"; "XPIncomeRecordView1"="充值";
"XPIncomeRecordView2"="兑换钻石"; "XPIncomeRecordView2"="兑换金币";
"XPIncomeRecordView3"="提现"; "XPIncomeRecordView3"="提现";
"XPIncomeRecordView4"="钻石"; "XPIncomeRecordView4"="金币";
"XPIncomeRecordView5"="金币"; "XPIncomeRecordView5"="钻石";
"XPIncomeRecordVC0"="收益记录"; "XPIncomeRecordVC0"="收益记录";
"XPExchangeDiamondsItemView0"="我的钻石%@"; "XPExchangeDiamondsItemView0"="我的金币%@";
"XPExchangeDiamondsItemView1"="我的金币%.2f"; "XPExchangeDiamondsItemView1"="我的钻石%.2f";
"XPExchangeDiamondsView0"="兑换钻石"; "XPExchangeDiamondsView0"="兑换金币";
"XPExchangeDiamondsView1"="确定兑换"; "XPExchangeDiamondsView1"="确定兑换";
"XPExchangeDiamondsView2"="金币数不足"; "XPExchangeDiamondsView2"="钻石数不足";
"XPExchangeDiamondsView3"="至少需要兑换%ld钻石"; "XPExchangeDiamondsView3"="至少需要兑换%ld金币";
"XPExchangeDiamondsView4"="兑换钻石数不能超过%ld钻"; "XPExchangeDiamondsView4"="兑换金币数不能超过%ld钻";
"XPExchangeDiamondsView5"="兑换成功"; "XPExchangeDiamondsView5"="兑换成功";
"XPIncomeRecordGoldDetailsView0"="暂没有数据"; "XPIncomeRecordGoldDetailsView0"="暂没有数据";
"XPIncomeRecordGoldDetailsView1"="当前房间总计钻石流水:%@钻"; "XPIncomeRecordGoldDetailsView1"="当前房间总计金币流水:%@钻";
"XPIncomeRecordGoldDetailsVC0"="金币明细"; "XPIncomeRecordGoldDetailsVC0"="钻石明细";
"XPIncomeRecordGoldDetailsVC1"="至"; "XPIncomeRecordGoldDetailsVC1"="至";
"XPGoldDetailsChooseRoomView0"="全部"; "XPGoldDetailsChooseRoomView0"="全部";
@@ -2653,7 +2658,7 @@
"XPNobleCenterViewController0" = "%.2f立即开通贵族特权"; "XPNobleCenterViewController0" = "%.2f立即开通贵族特权";
"XPNobleCenterViewController1" = "购买失败"; "XPNobleCenterViewController1" = "购买失败";
"XPNobleCenterViewController2" = "出现未知错误,请重新尝试"; "XPNobleCenterViewController2" = "出现未知错误,请重新尝试";
"XPNobleCenterViewController3" = "钻石余额不足,是否充值"; "XPNobleCenterViewController3" = "金币余额不足,是否充值";
///XPNobleCenterMyNobleView.m ///XPNobleCenterMyNobleView.m
"XPNobleCenterMyNobleView0" = "当前等级"; "XPNobleCenterMyNobleView0" = "当前等级";
"XPNobleCenterMyNobleView1" = " 已达到可用最高贵族等级"; "XPNobleCenterMyNobleView1" = " 已达到可用最高贵族等级";
@@ -2699,8 +2704,8 @@
"XPNobleCenterEntranceView2" = "开通立享各项特权"; "XPNobleCenterEntranceView2" = "开通立享各项特权";
///XPNobleCenterPayView ///XPNobleCenterPayView
"XPNobleCenterPayView0" = "支付"; "XPNobleCenterPayView0" = "支付";
"XPNobleCenterPayView1" = "钻石"; "XPNobleCenterPayView1" = "金币";
"XPNobleCenterPayView2" = "钻石支付"; "XPNobleCenterPayView2" = "金币支付";
"XPNobleCenterPayView3" = "确认支付"; "XPNobleCenterPayView3" = "确认支付";
///XPNoblePrivilegeContentCell ///XPNoblePrivilegeContentCell
"XPNoblePrivilegeContentCell0"="贵族特权"; "XPNoblePrivilegeContentCell0"="贵族特权";
@@ -2748,20 +2753,20 @@
"XPMineGuildPersonalBillStatisVC3"="每月统计"; "XPMineGuildPersonalBillStatisVC3"="每月统计";
///XPMineGuildPersonalBillRecordHeadView ///XPMineGuildPersonalBillRecordHeadView
"XPMineGuildPersonalBillRecordHeadView0"="%@ 钻石"; "XPMineGuildPersonalBillRecordHeadView0"="%@ 金币";
"XPMineGuildPersonalBillRecordHeadView1"="钻石"; "XPMineGuildPersonalBillRecordHeadView1"="金币";
"XPMineGuildPersonalBillRecordHeadView2"="总收入"; "XPMineGuildPersonalBillRecordHeadView2"="总收入";
"XPMineGuildPersonalBillRecordHeadView3"="收入(钻石"; "XPMineGuildPersonalBillRecordHeadView3"="收入(金币";
"XPMineGuildPersonalBillRecordHeadView4"="钻石"; "XPMineGuildPersonalBillRecordHeadView4"="金币";
///XPMineGuildPersonalBillRecordContentView ///XPMineGuildPersonalBillRecordContentView
"XPMineGuildPersonalBillRecordContentView0"="房间流水"; "XPMineGuildPersonalBillRecordContentView0"="房间流水";
"XPMineGuildPersonalBillRecordContentView1"="普通礼物流水"; "XPMineGuildPersonalBillRecordContentView1"="普通礼物流水";
"XPMineGuildPersonalBillRecordContentView2"="背包礼物流水"; "XPMineGuildPersonalBillRecordContentView2"="背包礼物流水";
"XPMineGuildPersonalBillRecordContentView3"="送礼人数"; "XPMineGuildPersonalBillRecordContentView3"="送礼人数";
"XPMineGuildPersonalBillRecordContentView4"="新用户送礼人数"; "XPMineGuildPersonalBillRecordContentView4"="新用户送礼人数";
"XPMineGuildPersonalBillRecordContentView5"="收入(钻石"; "XPMineGuildPersonalBillRecordContentView5"="收入(金币";
"XPMineGuildPersonalBillRecordContentView6"="钻石"; "XPMineGuildPersonalBillRecordContentView6"="金币";
//MessageContentTreasureFairyView //MessageContentTreasureFairyView
"MessageContentTreasureFairyView0"="点击查看>>"; "MessageContentTreasureFairyView0"="点击查看>>";
@@ -2892,7 +2897,7 @@
"XPTreasureFairyViewController3"="10次"; "XPTreasureFairyViewController3"="10次";
"XPTreasureFairyViewController4"="1次"; "XPTreasureFairyViewController4"="1次";
"XPTreasureFairyViewController5"="钻石余额不足,请充值"; "XPTreasureFairyViewController5"="金币余额不足,请充值";
"XPTreasureFairyViewController6"="去充值"; "XPTreasureFairyViewController6"="去充值";
"XPTreasureFairyViewController7"="暂无更多数据~"; "XPTreasureFairyViewController7"="暂无更多数据~";
"XPTreasureFairyViewController8"="不展示中奖结果"; "XPTreasureFairyViewController8"="不展示中奖结果";
@@ -3087,7 +3092,7 @@
"PIMessageContentServiceReplyView5"="客服Line%@ "; "PIMessageContentServiceReplyView5"="客服Line%@ ";
"PIMessageContentServiceReplyView6"="3.如遇提示\"储值失败,请联系客服处理~\",请\n添加客服进行处理"; "PIMessageContentServiceReplyView6"="3.如遇提示\"储值失败,请联系客服处理~\",请\n添加客服进行处理";
///XPRoomTarrowBannerView ///XPRoomTarrowBannerView
"XPRoomTarrowBannerView0"="恭喜%@在幸运塔罗中运气爆发 获得%@钻石"; "XPRoomTarrowBannerView0"="恭喜%@在幸运塔罗中运气爆发 获得%@金币";
///XPHomeGameView ///XPHomeGameView
"XPHomeGameView0"="新建房间"; "XPHomeGameView0"="新建房间";
"XPHomeGameView1"="创建房间"; "XPHomeGameView1"="创建房间";
@@ -3196,8 +3201,8 @@
"PIRoomGiftBroadcastWindow4"="立即前往"; "PIRoomGiftBroadcastWindow4"="立即前往";
///PIGuildAnchorIncomeSectionView ///PIGuildAnchorIncomeSectionView
"PIGuildAnchorIncomeSectionView0"="个人信息"; "PIGuildAnchorIncomeSectionView0"="个人信息";
"PIGuildAnchorIncomeSectionView1"="主播(钻石)"; "PIGuildAnchorIncomeSectionView1"="主播(金币)";
"PIGuildAnchorIncomeSectionView2"="房间(钻石)"; "PIGuildAnchorIncomeSectionView2"="房间(金币)";
"PIGuildAnchorIncomeSectionView3"="直播时长"; "PIGuildAnchorIncomeSectionView3"="直播时长";
///PIWebViewSavePhotoView ///PIWebViewSavePhotoView
"PIWebViewSavePhotoView0"="记得注册时填写邀请码哦~"; "PIWebViewSavePhotoView0"="记得注册时填写邀请码哦~";

View File

@@ -34,7 +34,7 @@
"XPCandyRankContainerView1" = "昨日榜單"; "XPCandyRankContainerView1" = "昨日榜單";
///XPCandyTreeInsufficientBalanceView ///XPCandyTreeInsufficientBalanceView
"XPCandyTreeInsufficientBalanceView0"="溫馨提示"; "XPCandyTreeInsufficientBalanceView0"="溫馨提示";
"XPCandyTreeInsufficientBalanceView1"="鉆石余額不足,請先充值吧~"; "XPCandyTreeInsufficientBalanceView1"="金幣余額不足,請先充值吧~";
"XPCandyTreeInsufficientBalanceView2"="去充值"; "XPCandyTreeInsufficientBalanceView2"="去充值";
///XPRoomActivityContainerView.m ///XPRoomActivityContainerView.m
"XPRoomActivityContainerView0" = "首充有禮"; "XPRoomActivityContainerView0" = "首充有禮";
@@ -47,9 +47,9 @@
///LoginPresenter.m ///LoginPresenter.m
"LoginPresenter0" = "登錄取消"; "LoginPresenter0" = "登錄取消";
"LoginPresenter1" = "登錄失敗,請重試"; "LoginPresenter1" = "登錄失敗,請重試";
"XPRoomStarKitchenBannerView0"="恭喜%@在瘋狂動物園抽中%@倍獎勵,獲得 %@鉆石"; "XPRoomStarKitchenBannerView0"="恭喜%@在瘋狂動物園抽中%@倍獎勵,獲得 %@金幣";
"XPRoomMessageParser1033333"="恭喜%@在星級廚房抽中 %@倍獎勵,獲得 %@鉆石"; "XPRoomMessageParser1033333"="恭喜%@在星級廚房抽中 %@倍獎勵,獲得 %@金幣";
"XPRoomMessageParser1033334"="恭喜 %@ 在守護星球中成功擊敗怪獸,獲得%@鉆石獎勵"; "XPRoomMessageParser1033334"="恭喜 %@ 在守護星球中成功擊敗怪獸,獲得%@金幣獎勵";
///XPShareView.m ///XPShareView.m
"XPShareView0" = "拷貝成功"; "XPShareView0" = "拷貝成功";
"XPShareView1" = "來玩奧"; "XPShareView1" = "來玩奧";
@@ -318,7 +318,7 @@
"XPMineNewUserRechargeView2" = "%zd小時%zd分"; "XPMineNewUserRechargeView2" = "%zd小時%zd分";
"XPMineNewUserRechargeView3" = "%zd分"; "XPMineNewUserRechargeView3" = "%zd分";
"XPMineAccountView0" = "鑽石餘額"; "XPMineAccountView0" = "金幣餘額";
"XPMineVerifIdentityView0" = "發送驗證碼"; "XPMineVerifIdentityView0" = "發送驗證碼";
@@ -546,7 +546,7 @@
"XPIAPRechargeViewController8" = "儲值失敗,請聯系客服處理~"; "XPIAPRechargeViewController8" = "儲值失敗,請聯系客服處理~";
"XPIAPRechargeViewController9" = "聯系客服"; "XPIAPRechargeViewController9" = "聯系客服";
"XPIAPRechargeViewController10" = "儲值失敗。當前僅支持運行iOS15及以上系統的手機進行儲值請升級系統版本後重試。"; "XPIAPRechargeViewController10" = "儲值失敗。當前僅支持運行iOS15及以上系統的手機進行儲值請升級系統版本後重試。";
"XPIAPRechargeViewController11" = "請選擇需要儲值鉆石的數量"; "XPIAPRechargeViewController11" = "請選擇需要儲值金幣的數量";
"XPMineRechargeViewController0" = "購買失敗"; "XPMineRechargeViewController0" = "購買失敗";
@@ -934,7 +934,7 @@
"XPAcrossRoomPKInviteResultView1" = "對方拒絕你的pk請求"; "XPAcrossRoomPKInviteResultView1" = "對方拒絕你的pk請求";
"XPAcrpssRoomPKPanelView0" = "PK結果計算中"; "XPAcrpssRoomPKPanelView0" = "PK結果計算中";
"XPAcrpssRoomPKPanelView1" = "1按收到的禮物價值積分1鉆石=1分禮物值高的一方獲勝。\n2PK結束後若比分差距≥1314或雙方分數總值≥15000平局除外將在與獲勝方相同類型的房間公示PK結果若比分差距≥5200或雙方分數總值≥30000平局除外將在全服所有房間公示PK結果。"; "XPAcrpssRoomPKPanelView1" = "1按收到的禮物價值積分1 金幣=1分禮物值高的一方獲勝。\n2PK結束後若比分差距≥1314或雙方分數總值≥15000平局除外將在與獲勝方相同類型的房間公示PK結果若比分差距≥5200或雙方分數總值≥30000平局除外將在全服所有房間公示PK結果。";
"XPAcrpssRoomPKPanelView2" = "助攻"; "XPAcrpssRoomPKPanelView2" = "助攻";
"XPAcrpssRoomPKPanelView3" = "去圍觀"; "XPAcrpssRoomPKPanelView3" = "去圍觀";
"XPAcrpssRoomPKPanelView4" = "神豪"; "XPAcrpssRoomPKPanelView4" = "神豪";
@@ -1084,7 +1084,7 @@
"XPRoomRankEntranceView0" = "房間榜"; "XPRoomRankEntranceView0" = "房間榜";
"XPRoomDatingVipUpMicView0" = "1.每輪相親在「嘉賓交流」階段累積送禮滿999鉆石且送禮價值最高的用戶自動登上VIP席位\n\n2.若出現多個滿足上VIP席位要求的用戶VIP席位最終由送禮價值最高的用戶獲得若送禮價值相同以最先達到該值的用戶為準\n\n3.VIP席位的用戶可選擇是否下麥其他用戶不可因此代替坐上席位\n\n4.用戶只能在「嘉賓交流」階段搶奪VIP席位「嘉賓交流」階段後直到結束本輪前即使送出超過之前VIP總禮物價值也不能換人\n\n5.每輪相親結束後VIP席位清空下一輪重新開始搶位。"; "XPRoomDatingVipUpMicView0" = "1.每輪相親在「嘉賓交流」階段累積送禮滿999 金幣且送禮價值最高的用戶自動登上VIP席位\n\n2.若出現多個滿足上VIP席位要求的用戶VIP席位最終由送禮價值最高的用戶獲得若送禮價值相同以最先達到該值的用戶為準\n\n3.VIP席位的用戶可選擇是否下麥其他用戶不可因此代替坐上席位\n\n4.用戶只能在「嘉賓交流」階段搶奪VIP席位「嘉賓交流」階段後直到結束本輪前即使送出超過之前VIP總禮物價值也不能換人\n\n5.每輪相親結束後VIP席位清空下一輪重新開始搶位。";
"XPNewUserRoomGiftView0" = "獲得新人禮物 "; "XPNewUserRoomGiftView0" = "獲得新人禮物 ";
"XPNewUserRoomGiftView1" = "已放入背包,盡快使用吧~"; "XPNewUserRoomGiftView1" = "已放入背包,盡快使用吧~";
@@ -1443,7 +1443,7 @@
"XPRoomMessageParser111" = " 打賞 "; "XPRoomMessageParser111" = " 打賞 ";
"XPRoomMessageParser112" = "在星級廚房中獲得"; "XPRoomMessageParser112" = "在星級廚房中獲得";
"XPRoomMessageParser113" = "鉆石價值的碎片獎勵"; "XPRoomMessageParser113" = "金幣價值的碎片獎勵";
"XPRoomMessageParser114" = "管理發起房間PK本次PK時間為%.0f秒,%@"; "XPRoomMessageParser114" = "管理發起房間PK本次PK時間為%.0f秒,%@";
"XPRoomMessageParser115"="厲害了! "; "XPRoomMessageParser115"="厲害了! ";
@@ -1650,9 +1650,9 @@
"XPRoomSendRedPacketViewController15" = "恭喜發財,大吉大利"; "XPRoomSendRedPacketViewController15" = "恭喜發財,大吉大利";
"XPRoomSendRedPacketViewController16" = "充值鑽石"; "XPRoomSendRedPacketViewController16" = "充值鑽石";
"XPRoomSendRedPacketViewController17" = "紅包金額不能小於0"; "XPRoomSendRedPacketViewController17" = "紅包金額不能小於0";
"XPRoomSendRedPacketViewController18" = "鉆石數量不能小於0"; "XPRoomSendRedPacketViewController18" = "金幣數量不能小於0";
"XPRoomSendRedPacketViewController19" = "鉆石數必須為10的倍數"; "XPRoomSendRedPacketViewController19" = "金幣數必須為10的倍數";
"XPOpenRedPacketCell0" = "我"; "XPOpenRedPacketCell0" = "我";
@@ -2291,13 +2291,13 @@
"PKLoginViewController1" = "同意隱私政策和用戶協議後,才可以註冊登錄哦~"; "PKLoginViewController1" = "同意隱私政策和用戶協議後,才可以註冊登錄哦~";
"XPMinePromptWindow0"="關閉兌換"; "XPMinePromptWindow0"="關閉兌換";
"XPMinePromptWindow1"="確定關閉%@的金幣兌換權限嗎?"; "XPMinePromptWindow1"="確定關閉%@的鉆石兌換權限嗎?";
"XPMinePromptWindow2"="取消"; "XPMinePromptWindow2"="取消";
"XPMinePromptWindow3"="確定"; "XPMinePromptWindow3"="確定";
"XPMineExchangeAuthorityFooderView0"="暫無更多不可兌換金幣的成員~"; "XPMineExchangeAuthorityFooderView0"="暫無更多不可兌換鉆石的成員~";
"XPMineExchangeAuthorityFooderView1"="暫無更多可兌換金幣的成員~"; "XPMineExchangeAuthorityFooderView1"="暫無更多可兌換鉆石的成員~";
///XPMineGuildListCell ///XPMineGuildListCell
"XPMineGuildListCell0"="申請加入"; "XPMineGuildListCell0"="申請加入";
@@ -2328,7 +2328,7 @@
"XPMineGuildIncomeStatisViewController0" = "收入統計"; "XPMineGuildIncomeStatisViewController0" = "收入統計";
"XPMineGuildIncomeStatisViewController1" = "按日統計"; "XPMineGuildIncomeStatisViewController1" = "按日統計";
"XPMineGuildIncomeStatisViewController2" = "每周統計"; "XPMineGuildIncomeStatisViewController2" = "每周統計";
"XPMineGuildIncomeStatisViewController3" = "金幣明細"; "XPMineGuildIncomeStatisViewController3" = "鉆石明細";
///XPMineGuildIncomeDetailViewController.m ///XPMineGuildIncomeDetailViewController.m
"XPMineGuildIncomeDetailViewController0" = "收入明細"; "XPMineGuildIncomeDetailViewController0" = "收入明細";
@@ -2401,8 +2401,8 @@
///XPGuildIncomeHeaderView.m ///XPGuildIncomeHeaderView.m
"XPGuildIncomeHeaderView0" = "MM月dd日"; "XPGuildIncomeHeaderView0" = "MM月dd日";
"XPGuildIncomeHeaderView1" = "MM月dd日"; "XPGuildIncomeHeaderView1" = "MM月dd日";
"XPGuildIncomeHeaderView2" = "%@鉆石"; "XPGuildIncomeHeaderView2" = "%@金幣";
"XPGuildIncomeHeaderView3" = "鉆石"; "XPGuildIncomeHeaderView3" = "金幣";
"XPGuildIncomeHeaderView4" = "總收入"; "XPGuildIncomeHeaderView4" = "總收入";
"XPGuildIncomeHeaderView5" = "MM月"; "XPGuildIncomeHeaderView5" = "MM月";
@@ -2411,7 +2411,7 @@
"XPGuildAnchorIncomeSectionView1" = "頭像"; "XPGuildAnchorIncomeSectionView1" = "頭像";
"XPGuildAnchorIncomeSectionView2" = "簽約流水"; "XPGuildAnchorIncomeSectionView2" = "簽約流水";
"XPGuildAnchorIncomeSectionView3" = "昵稱"; "XPGuildAnchorIncomeSectionView3" = "昵稱";
"XPGuildAnchorIncomeSectionView4" = "房間(鉆石)"; "XPGuildAnchorIncomeSectionView4" = "房間(金幣)";
"XPGuildAnchorIncomeSectionView6" = "所屬廳"; "XPGuildAnchorIncomeSectionView6" = "所屬廳";
///XPGuildIncomeSectionView.m ///XPGuildIncomeSectionView.m
@@ -2444,7 +2444,7 @@
"XPGuildSearchSuperAdminTableViewCell1" = "已設置為超管"; "XPGuildSearchSuperAdminTableViewCell1" = "已設置為超管";
///XPGuildIncomeDetailCollectionViewCell.m ///XPGuildIncomeDetailCollectionViewCell.m
"XPGuildIncomeDetailCollectionViewCell0" = "鉆石"; "XPGuildIncomeDetailCollectionViewCell0" = "金幣";
///XPGuildIncomeRecordTableViewCell.m ///XPGuildIncomeRecordTableViewCell.m
"XPGuildIncomeRecordTableViewCell0" = "房間流水"; "XPGuildIncomeRecordTableViewCell0" = "房間流水";
@@ -2546,9 +2546,9 @@
"XPMineGiveDiamondSearchView3"="搜索房間名稱或ID"; "XPMineGiveDiamondSearchView3"="搜索房間名稱或ID";
///XPMineChooseGiveDiamondView ///XPMineChooseGiveDiamondView
"XPMineChooseGiveDiamondView0"="我的鉆石"; "XPMineChooseGiveDiamondView0"="我的金幣";
"XPMineChooseGiveDiamondView1"="確定"; "XPMineChooseGiveDiamondView1"="確定";
"XPMineChooseGiveDiamondView2"="轉贈鉆石"; "XPMineChooseGiveDiamondView2"="轉贈金幣";
"XPMineChooseGiveDiamondView3"="轉贈禮物"; "XPMineChooseGiveDiamondView3"="轉贈禮物";
///XPMineChooseGiveDiamondVC ///XPMineChooseGiveDiamondVC
@@ -2556,23 +2556,23 @@
"XPMineChooseGiveDiamondVC1"="請先設置支付密碼"; "XPMineChooseGiveDiamondVC1"="請先設置支付密碼";
"XPMineChooseGiveDiamondVC2"="去設置"; "XPMineChooseGiveDiamondVC2"="去設置";
"XPMineChooseGiveDiamondVC3"="已超出今天轉贈額度"; "XPMineChooseGiveDiamondVC3"="已超出今天轉贈額度";
"XPMineChooseGiveDiamondVC4"="單次最多只能轉贈%@鉆石"; "XPMineChooseGiveDiamondVC4"="單次最多只能轉贈%@金幣";
"XPMineChooseGiveDiamondVC5"="鉆石余額不足,請重新輸入"; "XPMineChooseGiveDiamondVC5"="金幣余額不足,請重新輸入";
"XPMineChooseGiveDiamondVC6"="贈送成功"; "XPMineChooseGiveDiamondVC6"="贈送成功";
///XPMineConfirmGiveDiamondView ///XPMineConfirmGiveDiamondView
"XPMineConfirmGiveDiamondView0"="確認支付"; "XPMineConfirmGiveDiamondView0"="確認支付";
"XPMineConfirmGiveDiamondView1"="向%@轉贈"; "XPMineConfirmGiveDiamondView1"="向%@轉贈";
"XPMineConfirmGiveDiamondView2"="手續費"; "XPMineConfirmGiveDiamondView2"="手續費";
"XPMineConfirmGiveDiamondView3"="總消耗鉆石"; "XPMineConfirmGiveDiamondView3"="總消耗金幣";
"XPMineConfirmGiveDiamondView4"="鉆"; "XPMineConfirmGiveDiamondView4"="鉆";
"XPMineConfirmGiveDiamondView5"="兌換金幣獲得鉆石"; "XPMineConfirmGiveDiamondView5"="兌換鉆石獲得金幣";
"XPMineConfirmGiveDiamondView6"="%ld金幣"; "XPMineConfirmGiveDiamondView6"="%ld鉆石";
"XPMineConfirmGiveDiamondView7"="消耗金幣"; "XPMineConfirmGiveDiamondView7"="消耗鉆石";
"XPMineConfirmGiveDiamondView8"="確認兌換"; "XPMineConfirmGiveDiamondView8"="確認兌換";
///XPMineGiveDiamondDetailsVC ///XPMineGiveDiamondDetailsVC
"XPMineGiveDiamondDetailsVC0"="轉贈明細"; "XPMineGiveDiamondDetailsVC0"="轉贈明細";
"XPMineGiveDiamondDetailsVC1"="鉆石"; "XPMineGiveDiamondDetailsVC1"="金幣";
"XPMineGiveDiamondDetailsVC2"="禮物"; "XPMineGiveDiamondDetailsVC2"="禮物";
///XPMineGiveDiamondDetailsCell ///XPMineGiveDiamondDetailsCell
@@ -2591,12 +2591,12 @@
"XPIncomeRecordGoldDetailsHeadView0"="本周收益"; "XPIncomeRecordGoldDetailsHeadView0"="本周收益";
"XPIncomeRecordGoldDetailsHeadView1"="成員"; "XPIncomeRecordGoldDetailsHeadView1"="成員";
"XPIncomeRecordGoldDetailsHeadView2"="房間"; "XPIncomeRecordGoldDetailsHeadView2"="房間";
"XPIncomeRecordGoldDetailsHeadView3"="金幣收益"; "XPIncomeRecordGoldDetailsHeadView3"="鉆石收益";
"XPIncomeRecordGoldDetailsHeadView4"="可結算金幣"; "XPIncomeRecordGoldDetailsHeadView4"="可結算鉆石";
"XPIncomeRecordGoldDetailsHeadView5"="總收入(鉆石)"; "XPIncomeRecordGoldDetailsHeadView5"="總收入(金幣)";
"XPIncomeRecordGoldDetailsHeadView6"="基礎總結算金幣"; "XPIncomeRecordGoldDetailsHeadView6"="基礎總結算鉆石";
"XPIncomeRecordGoldDetailsHeadView7"="公會收益"; "XPIncomeRecordGoldDetailsHeadView7"="公會收益";
"XPIncomeRecordGoldDetailsHeadView8"="成員總金幣"; "XPIncomeRecordGoldDetailsHeadView8"="成員總鉆石";
"XPIncomeRecordGoldDetailsHeadView9"="成員總兌換"; "XPIncomeRecordGoldDetailsHeadView9"="成員總兌換";
@@ -2608,27 +2608,27 @@
"XPIncomeRecordView0"="明細"; "XPIncomeRecordView0"="明細";
"XPIncomeRecordView1"="充值"; "XPIncomeRecordView1"="充值";
"XPIncomeRecordView2"="兌換鉆石"; "XPIncomeRecordView2"="兌換金幣";
"XPIncomeRecordView3"="提現"; "XPIncomeRecordView3"="提現";
"XPIncomeRecordView4"="鉆石"; "XPIncomeRecordView4"="金幣";
"XPIncomeRecordView5"="金幣"; "XPIncomeRecordView5"="鉆石";
"XPIncomeRecordVC0"="收益記錄"; "XPIncomeRecordVC0"="收益記錄";
"XPExchangeDiamondsItemView0"="我的鉆石%@"; "XPExchangeDiamondsItemView0"="我的金幣%@";
"XPExchangeDiamondsItemView1"="我的金幣%.2f"; "XPExchangeDiamondsItemView1"="我的鉆石%.2f";
"XPExchangeDiamondsView0"="兌換鉆石"; "XPExchangeDiamondsView0"="兌換金幣";
"XPExchangeDiamondsView1"="確定兌換"; "XPExchangeDiamondsView1"="確定兌換";
"XPExchangeDiamondsView2"="金幣數不足"; "XPExchangeDiamondsView2"="鉆石數不足";
"XPExchangeDiamondsView3"="至少需要兌換%ld鉆石"; "XPExchangeDiamondsView3"="至少需要兌換%ld金幣";
"XPExchangeDiamondsView4"="兌換鉆石數不能超過%ld鉆"; "XPExchangeDiamondsView4"="兌換金幣數不能超過%ld鉆";
"XPExchangeDiamondsView5"="兌換成功"; "XPExchangeDiamondsView5"="兌換成功";
"XPIncomeRecordGoldDetailsView0"="暫沒有數據"; "XPIncomeRecordGoldDetailsView0"="暫沒有數據";
"XPIncomeRecordGoldDetailsView1"="當前房間總計鉆石流水:%@鉆"; "XPIncomeRecordGoldDetailsView1"="當前房間總計金幣流水:%@鉆";
"XPIncomeRecordGoldDetailsVC0"="金幣明細"; "XPIncomeRecordGoldDetailsVC0"="鉆石明細";
"XPIncomeRecordGoldDetailsVC1"="至"; "XPIncomeRecordGoldDetailsVC1"="至";
"XPGoldDetailsChooseRoomView0"="全部"; "XPGoldDetailsChooseRoomView0"="全部";
@@ -2647,7 +2647,7 @@
"XPNobleCenterViewController0" = "%.2f立即開通貴族特權"; "XPNobleCenterViewController0" = "%.2f立即開通貴族特權";
"XPNobleCenterViewController1" = "購買失敗"; "XPNobleCenterViewController1" = "購買失敗";
"XPNobleCenterViewController2" = "出現未知錯誤,請重新嘗試"; "XPNobleCenterViewController2" = "出現未知錯誤,請重新嘗試";
"XPNobleCenterViewController3" = "鉆石余額不足,是否充值"; "XPNobleCenterViewController3" = "金幣余額不足,是否充值";
///XPNobleCenterMyNobleView.m ///XPNobleCenterMyNobleView.m
"XPNobleCenterMyNobleView0" = "當前等級"; "XPNobleCenterMyNobleView0" = "當前等級";
"XPNobleCenterMyNobleView1" = " 已達到可用最高貴族等級"; "XPNobleCenterMyNobleView1" = " 已達到可用最高貴族等級";
@@ -2693,8 +2693,8 @@
"XPNobleCenterEntranceView2" = "開通立享各項特權"; "XPNobleCenterEntranceView2" = "開通立享各項特權";
///XPNobleCenterPayView ///XPNobleCenterPayView
"XPNobleCenterPayView0" = "支付"; "XPNobleCenterPayView0" = "支付";
"XPNobleCenterPayView1" = "鉆石"; "XPNobleCenterPayView1" = "金幣";
"XPNobleCenterPayView2" = "鉆石支付"; "XPNobleCenterPayView2" = "金幣支付";
"XPNobleCenterPayView3" = "確認支付"; "XPNobleCenterPayView3" = "確認支付";
///XPNoblePrivilegeContentCell ///XPNoblePrivilegeContentCell
"XPNoblePrivilegeContentCell0"="贵族特權"; "XPNoblePrivilegeContentCell0"="贵族特權";
@@ -2742,20 +2742,20 @@
"XPMineGuildPersonalBillStatisVC3"="每月統計"; "XPMineGuildPersonalBillStatisVC3"="每月統計";
///XPMineGuildPersonalBillRecordHeadView ///XPMineGuildPersonalBillRecordHeadView
"XPMineGuildPersonalBillRecordHeadView0"="%@ 鉆石"; "XPMineGuildPersonalBillRecordHeadView0"="%@ 金幣";
"XPMineGuildPersonalBillRecordHeadView1"="鉆石"; "XPMineGuildPersonalBillRecordHeadView1"="金幣";
"XPMineGuildPersonalBillRecordHeadView2"="總收入"; "XPMineGuildPersonalBillRecordHeadView2"="總收入";
"XPMineGuildPersonalBillRecordHeadView3"="收入(鉆石"; "XPMineGuildPersonalBillRecordHeadView3"="收入(金幣";
"XPMineGuildPersonalBillRecordHeadView4"="鉆石"; "XPMineGuildPersonalBillRecordHeadView4"="金幣";
///XPMineGuildPersonalBillRecordContentView ///XPMineGuildPersonalBillRecordContentView
"XPMineGuildPersonalBillRecordContentView0"="房間流水"; "XPMineGuildPersonalBillRecordContentView0"="房間流水";
"XPMineGuildPersonalBillRecordContentView1"="普通禮物流水"; "XPMineGuildPersonalBillRecordContentView1"="普通禮物流水";
"XPMineGuildPersonalBillRecordContentView2"="背包禮物流水"; "XPMineGuildPersonalBillRecordContentView2"="背包禮物流水";
"XPMineGuildPersonalBillRecordContentView3"="送禮人數"; "XPMineGuildPersonalBillRecordContentView3"="送禮人數";
"XPMineGuildPersonalBillRecordContentView4"="新用戶送禮人數"; "XPMineGuildPersonalBillRecordContentView4"="新用戶送禮人數";
"XPMineGuildPersonalBillRecordContentView5"="收入(鉆石"; "XPMineGuildPersonalBillRecordContentView5"="收入(金幣";
"XPMineGuildPersonalBillRecordContentView6"="鉆石"; "XPMineGuildPersonalBillRecordContentView6"="金幣";
//MessageContentTreasureFairyView //MessageContentTreasureFairyView
"MessageContentTreasureFairyView0"="點擊查看>>"; "MessageContentTreasureFairyView0"="點擊查看>>";
@@ -2886,7 +2886,7 @@
"XPTreasureFairyViewController3"="10次"; "XPTreasureFairyViewController3"="10次";
"XPTreasureFairyViewController4"="1次"; "XPTreasureFairyViewController4"="1次";
"XPTreasureFairyViewController5"="鉆石余額不足,請充值"; "XPTreasureFairyViewController5"="金幣余額不足,請充值";
"XPTreasureFairyViewController6"="去充值"; "XPTreasureFairyViewController6"="去充值";
"XPTreasureFairyViewController7"="暫無更多數據~"; "XPTreasureFairyViewController7"="暫無更多數據~";
"XPTreasureFairyViewController8"="不展示中獎結果"; "XPTreasureFairyViewController8"="不展示中獎結果";
@@ -3081,7 +3081,7 @@
"PIMessageContentServiceReplyView5"="客服Line%@ "; "PIMessageContentServiceReplyView5"="客服Line%@ ";
"PIMessageContentServiceReplyView6"="3.如遇提示\"儲值失敗,請聯系客服處理~\",請\n添加客服進行處理"; "PIMessageContentServiceReplyView6"="3.如遇提示\"儲值失敗,請聯系客服處理~\",請\n添加客服進行處理";
///XPRoomTarrowBannerView ///XPRoomTarrowBannerView
"XPRoomTarrowBannerView0"="恭喜%@在幸運塔羅中運氣爆發 獲得%@鉆石"; "XPRoomTarrowBannerView0"="恭喜%@在幸運塔羅中運氣爆發 獲得%@金幣";
///XPHomeGameView ///XPHomeGameView
"XPHomeGameView0"="新建房間"; "XPHomeGameView0"="新建房間";
"XPHomeGameView1"="創建房間"; "XPHomeGameView1"="創建房間";
@@ -3194,8 +3194,8 @@
"PIRoomGiftBroadcastWindow4"="立即前往"; "PIRoomGiftBroadcastWindow4"="立即前往";
///PIGuildAnchorIncomeSectionView ///PIGuildAnchorIncomeSectionView
"PIGuildAnchorIncomeSectionView0"="個人信息"; "PIGuildAnchorIncomeSectionView0"="個人信息";
"PIGuildAnchorIncomeSectionView1"="主播(鉆石)"; "PIGuildAnchorIncomeSectionView1"="主播(金幣)";
"PIGuildAnchorIncomeSectionView2"="房間(鉆石)"; "PIGuildAnchorIncomeSectionView2"="房間(金幣)";
"PIGuildAnchorIncomeSectionView3"="直播時長"; "PIGuildAnchorIncomeSectionView3"="直播時長";
///PIWebViewSavePhotoView ///PIWebViewSavePhotoView
"PIWebViewSavePhotoView0"="記得註冊時填寫邀請碼哦~"; "PIWebViewSavePhotoView0"="記得註冊時填寫邀請碼哦~";