Sfoglia il codice sorgente

1.部分翻译问题修复

huangxiaodong 3 mesi fa
parent
commit
c5effe3818

+ 2 - 2
创维盒子/code/Class/Guide/SetPWDSecondViewController.m

@@ -49,11 +49,11 @@
     [upStepBtn addTarget:self.navigationController
                   action:@selector(popViewControllerAnimated:)
         forControlEvents:(UIControlEventTouchUpInside)];
-    
+    upStepBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
     [self.view addSubview:upStepBtn];
     [upStepBtn mas_makeConstraints:^(MASConstraintMaker *make) {
         make.left.mas_equalTo(10.f);
-        make.width.mas_equalTo(58.f);
+        make.width.mas_equalTo(100.f);
         make.top.mas_equalTo(5.f + H_STATE_BAR);
         make.height.mas_equalTo(32.f);
     }];

+ 2 - 2
创维盒子/code/Class/Set/ModifyPWD/ModifyPWDSecondViewController.m

@@ -65,11 +65,11 @@
     [upStepBtn addTarget:self.navigationController
                   action:@selector(popViewControllerAnimated:)
         forControlEvents:(UIControlEventTouchUpInside)];
-    
+    upStepBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
     [self.view addSubview:upStepBtn];
     [upStepBtn mas_makeConstraints:^(MASConstraintMaker *make) {
         make.left.mas_equalTo(10.f);
-        make.width.mas_equalTo(58.f);
+        make.width.mas_equalTo(100.f);
         make.top.mas_equalTo(5.f + H_STATE_BAR);
         make.height.mas_equalTo(32.f);
     }];

+ 1 - 1
创维盒子/code/Class/Set/privacyMode/privacyModeTipViewController.m

@@ -94,7 +94,7 @@
         make.left.mas_equalTo(30);
         make.right.mas_equalTo(-30);
         make.top.mas_equalTo(tipLab1.mas_bottom).offset(10);
-        make.height.mas_equalTo(20);
+        make.height.mas_equalTo(40);
     }];
     
     //跳过

+ 3 - 3
创维盒子/code/NAS/NASViewController.m

@@ -1014,9 +1014,9 @@
     }
     
     //test code
-    [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
-                
-    }];
+//    [[BoxHeartbeatAlertTool shareInstance] showBoxHeartbeatAlertFun:2 didClickBut:^(NSInteger tag) {
+//                
+//    }];
     
     if(ksharedAppDelegate.isWebSockLinkOKAginType && ksharedAppDelegate.cloudPhoneExtraFileListMod){
         return;

+ 2 - 2
创维盒子/code/NAS/view/newerGuideView.m

@@ -35,7 +35,7 @@
     [whiteBgView mas_makeConstraints:^(MASConstraintMaker *make) {
         make.centerX.mas_equalTo(0);
         make.width.mas_equalTo(300);
-        make.height.mas_equalTo(298);
+        make.height.mas_equalTo(308);
         make.centerY.mas_equalTo(0);
     }];
     
@@ -107,7 +107,7 @@
     [whiteBgView addSubview:contentTV];
         
     [contentTV mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.height.mas_equalTo(30);
+        make.height.mas_equalTo(50);
         make.left.mas_equalTo(0);
         make.right.mas_equalTo(0);
         make.top.equalTo(title2Label.mas_bottom).offset(8);

+ 3 - 3
创维盒子/code/en.lproj/Localizable.strings

@@ -200,7 +200,7 @@
 "guide_set_pwd_title" = "set password";
 "guide_set_pwd_no_same" = "Passwords do not match, please reset";
 "guide_set_pwd_makesure_title" = "Please confirm your password";
-"guide_set_pwd_guide" = "Set an exclusive password for your Private-X";
+"guide_set_pwd_guide" = "Set a unique password";
 "guide_input_pwd_title" = "Enter the startup password";
 "guide_set_pwd_guide_know" = "I understand";
 "guide_set_pwd_up_step" = "Previous";
@@ -567,7 +567,7 @@
 "NAS_newer_guide_video_tip1"   = "You can"; //您可以在【我的>新手引导】查看操作教程
 "NAS_newer_guide_video_tip2"   = "[mine > Beginner's Guide]";
 "NAS_newer_guide_video_tip3"   = "View the tutorial";
-"NAS_newer_guide_not_newer"   = "I'm not a beginner";
+"NAS_newer_guide_not_newer"   = "Skip";
 "NAS_newer_guide_go_see"   = "Watch Now";
 
 "cloudPhone_enter_tip"   = "Enter Cloud Phone";
@@ -629,7 +629,7 @@
 "common_wwan_open_tip"   = "Go to Open";
 "no_wifi_warn_tip"   = "Currently in a non-WIFI environment. To transfer files via data, please enable data transfer in settings.";
 "shortcatRep_tip"   = "Screenshot saved to cloud directory under control";
-"webrtc_msg_delayed"   = "Delay:";
+"webrtc_msg_delayed"   = "Latency:";
 "webrtc_msg_PacketLoss"   = "Packet Loss:";
 "webrtc_msg_speed"   = "Bandwidth:";
 "app_version_current"   = "Current APP Version";