Commit cac2021d by pidan

幾個翻譯

parent 27a077ce
...@@ -3172,3 +3172,10 @@ ...@@ -3172,3 +3172,10 @@
"请联系您的邀请人获得邀请QRCode" = "请联系您的邀请人获得邀请QRCode"; "请联系您的邀请人获得邀请QRCode" = "请联系您的邀请人获得邀请QRCode";
"送“%@”礼物,更容易向主播索取密码哦~" = "送“%@”礼物,更容易向主播索取密码哦~";
"已关闭窗帘,玩家输入密码打开" = "已关闭窗帘,玩家输入密码打开";
"私信礼物" = "私信礼物";
"收到%@" = "收到%@";
...@@ -3172,3 +3172,11 @@ ...@@ -3172,3 +3172,11 @@
"请联系您的邀请人获得邀请QRCode" = "請聯繫您的邀請人獲得邀請QRCode"; "请联系您的邀请人获得邀请QRCode" = "請聯繫您的邀請人獲得邀請QRCode";
"送“%@”礼物,更容易向主播索取密码哦~" = "送“%@”禮物,更容易向主播索取密碼哦~";
"已关闭窗帘,玩家输入密码打开" = "已關閉窗簾,玩家輸入密碼打開";
"私信礼物" = "私信禮物";
"收到%@" = "收到%@";
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
UILabel *tipLabel = [[UILabel alloc] init]; UILabel *tipLabel = [[UILabel alloc] init];
tipLabel.numberOfLines = 0; tipLabel.numberOfLines = 0;
NSString *tipStr = [NSString stringWithFormat:[NSString fus_versionLocalString:@"送“%@”礼物,更容易向主播索取密码哦~"], giftName]; NSString *tipStr = [NSString stringWithFormat:[NSString fus_localString:@"送“%@”礼物,更容易向主播索取密码哦~"], giftName];
NSRange hightlightRange = [tipStr rangeOfString:giftName]; NSRange hightlightRange = [tipStr rangeOfString:giftName];
NSMutableAttributedString *tipAttr = [[NSMutableAttributedString alloc] initWithString:tipStr attributes:@{NSForegroundColorAttributeName:[UIColor fus_textColorRich], NSFontAttributeName: [UIFont fus_themeBoldFont:12]}]; NSMutableAttributedString *tipAttr = [[NSMutableAttributedString alloc] initWithString:tipStr attributes:@{NSForegroundColorAttributeName:[UIColor fus_textColorRich], NSFontAttributeName: [UIFont fus_themeBoldFont:12]}];
......
...@@ -999,8 +999,8 @@ ...@@ -999,8 +999,8 @@
[self.giftMessageTipView addSubview:bgImageView]; [self.giftMessageTipView addSubview:bgImageView];
UILabel *tipLabel = [[UILabel alloc] init]; UILabel *tipLabel = [[UILabel alloc] init];
NSString *hightlightStr = [NSString fus_versionLocalString:@"私信礼物"]; NSString *hightlightStr = [NSString fus_localString:@"私信礼物"];
NSString *tipStr = [NSString stringWithFormat:[NSString fus_versionLocalString:@"收到%@"], hightlightStr]; NSString *tipStr = [NSString stringWithFormat:[NSString fus_localString:@"收到%@"], hightlightStr];
NSRange hightlightRange = [tipStr rangeOfString:hightlightStr]; NSRange hightlightRange = [tipStr rangeOfString:hightlightStr];
NSMutableAttributedString *tipAttr = [[NSMutableAttributedString alloc] initWithString:tipStr attributes:@{NSForegroundColorAttributeName:[UIColor fus_textColorRich], NSFontAttributeName: [UIFont fus_themeBoldFont:12]}]; NSMutableAttributedString *tipAttr = [[NSMutableAttributedString alloc] initWithString:tipStr attributes:@{NSForegroundColorAttributeName:[UIColor fus_textColorRich], NSFontAttributeName: [UIFont fus_themeBoldFont:12]}];
......
...@@ -102,8 +102,8 @@ import FUSCommon ...@@ -102,8 +102,8 @@ import FUSCommon
//这里特殊用户有不一样的逻辑 //这里特殊用户有不一样的逻辑
let iconImagesList = ["live_start_openScope_cell","live_start_passwordScope_cell"/*,"live_start_intimacyScope_cell"*/] let iconImagesList = ["live_start_openScope_cell","live_start_passwordScope_cell"/*,"live_start_intimacyScope_cell"*/]
let titlesList = [String.fus_versionLocalString("公开屋"), .fus_versionLocalString("私享屋")/*, .fus_localString("亲密圈")*/] let titlesList = [String.fus_localString("公开屋"), .fus_localString("私享屋")/*, .fus_localString("亲密圈")*/]
let subTitlesList = [String.fus_localString("所有人可进入房间"), .fus_versionLocalString("已关闭窗帘,玩家输入密码打开")/*, .fus_localString("仅亲密好友可进入房间")*/] let subTitlesList = [String.fus_localString("所有人可进入房间"), .fus_localString("已关闭窗帘,玩家输入密码打开")/*, .fus_localString("仅亲密好友可进入房间")*/]
let itemHeight = 56.0 let itemHeight = 56.0
privacyContentView.snp.makeConstraints { make in privacyContentView.snp.makeConstraints { make in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment