Commit de7b59b0 by ludi

修改一些翻译的bug

parent 5eca6bfa
......@@ -2616,3 +2616,7 @@
"不安全" = "不安全";
"APP通知设置" = "APP通知設置";
"APP语言设置" = "APP語言設置";
......@@ -2616,3 +2616,7 @@
"不安全" = "不安全";
"APP通知设置" = "APP通知設置";
"APP语言设置" = "APP語言設置";
......@@ -2616,3 +2616,7 @@
"不安全" = "Unsafe";
"APP通知设置" = "APP notification settings";
"APP语言设置" = "APP language setting";
......@@ -2594,3 +2594,7 @@
"不安全" = "安全ではない";
"APP通知设置" = "APP通知設定";
"APP语言设置" = "アプリの言語設定";
......@@ -2588,3 +2588,7 @@
"不安全" = "ไม่ปลอดภัย";
"APP通知设置" = "การตั้งค่าการแจ้งเตือนของแอป";
"APP语言设置" = "การตั้งค่าภาษาของแอป";
......@@ -2594,3 +2594,7 @@
"不安全" = "Không an toàn";
"APP通知设置" = "Cài đặt thông báo APP";
"APP语言设置" = "Cài đặt ngôn ngữ ứng dụng";
......@@ -7,12 +7,12 @@
<key>FUSChatCenterBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>73</integer>
<integer>72</integer>
</dict>
<key>FUSChatCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>77</integer>
<integer>75</integer>
</dict>
</dict>
</dict>
......
......@@ -160,10 +160,11 @@
make.width.offset(35);
}];
NSString *notificationOpenBtnTitle = [NSString stringWithFormat:@" %@ ",[NSString fus_localString:@"开启"]];
UIButton *notificationOpenBtn = [UIButton buttonWithType:UIButtonTypeCustom];
notificationOpenBtn.titleLabel.font = [UIFont fus_themeFont:13];
[notificationOpenBtn setTitleColor:[UIColor colorWithHex:@"#22222B"] forState:UIControlStateNormal];
[notificationOpenBtn setTitle:[NSString stringWithFormat:@" %@ ",[NSString fus_localString:@"开启"]] forState:UIControlStateNormal];
[notificationOpenBtn setTitle:notificationOpenBtnTitle forState:UIControlStateNormal];
notificationOpenBtn.backgroundColor = [UIColor fus_diamondBlue];
notificationOpenBtn.layer.cornerRadius = 25 / 2.0f;
[self.notificationRemindView addSubview:notificationOpenBtn];
......@@ -171,11 +172,12 @@
make.right.equalTo(notificationRemindCloseBtn.mas_left);
make.height.offset(25);
make.centerY.offset(0);
make.width.offset([notificationOpenBtnTitle sizeWithFont:[UIFont fus_themeFont:13] maxWidth:MAXFLOAT].width);
}];
[notificationRemindTextLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.equalTo(bellImgView.mas_right).offset(10);
make.centerY.offset(0);
make.right.equalTo(notificationOpenBtn.mas_left).offset(-10);
make.right.equalTo(notificationOpenBtn.mas_left).offset(-4);
}];
// 功能面板
......
......@@ -72,7 +72,7 @@ CGFloat const kZoneVideoCreditHeaderViewHeight = 112;
[_circleView startDrawCircleProcessView];
[_circleView animateToProgress:0.0];
_videoCreditDetailsLabel.text = [NSString fus_localString:@"约会信用"];
_videoCreditDetailsLabel.text = [NSString fus_localString:@"私房信用"];
_connectRateLabel.text = [NSString fus_localString:@"接通率"];
self.fiveGrayStartImageView.image = [FUSChatCenterBunble imageNamed:@"zone_five_star"];
......
......@@ -7,12 +7,12 @@
<key>FUSShowRoomBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>75</integer>
<integer>76</integer>
</dict>
<key>FUSShowRoomModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>74</integer>
<integer>77</integer>
</dict>
</dict>
</dict>
......
......@@ -7,12 +7,12 @@
<key>FUSUserCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>72</integer>
<integer>73</integer>
</dict>
<key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>76</integer>
<integer>74</integer>
</dict>
</dict>
</dict>
......
......@@ -164,7 +164,7 @@
[weakSelf.navigationController pushViewController:zhaixinChatSetting animated:YES];
};
_languageItem = [FUSCustomSettingItem fus_itemWithTitle:[NSString fus_localString:@"APP切换语言"] type:CustomSettingItemTypeShowTextAndArrow];
_languageItem = [FUSCustomSettingItem fus_itemWithTitle:[NSString fus_localString:@"APP语言设置"] type:CustomSettingItemTypeShowTextAndArrow];
_languageItem.rightShowText = [FUSLocalizationHelper fus_currentLanguageName];
_languageItem.rightShowTextFont = [UIFont fus_themeFont:14];
......
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