Преглед изворни кода

Apex & drivers
修改部分文字表述

Ray Zhang пре 7 година
родитељ
комит
d623a8a1b5

+ 3 - 0
Redant Drivers/Apex And Drivers/Base.lproj/Localizable.strings

@@ -80,6 +80,9 @@
 /**
  Login
  */
+"Notice"="Notice";
+"Do you want to response %@ location request?"="Do you want to response %@ location request?";
+
 "Allow" = "Allow";
 "Always ask" = "Always ask";
 "Reject" = "Reject";

+ 1 - 1
Redant Drivers/Apex And Drivers/Login/LoginViewController.m

@@ -81,7 +81,7 @@
     
     if (RASingleton.sharedInstance.backgroundReportType == RABackgroundReportTypeNone) {
     
-        UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"Warning", nil) message:[NSString localizedStringWithFormat:NSLocalizedString(@"%@ need background send location", nil),NSLocalizedStringFromTable(@"CFBundleDisplayName", @"InfoPlist", nil)] preferredStyle:UIAlertControllerStyleAlert];
+        UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"Warning", nil) message:[NSString localizedStringWithFormat:NSLocalizedString(@"Do you want to response %@ location request?", nil),NSLocalizedStringFromTable(@"CFBundleDisplayName", @"InfoPlist", nil)] preferredStyle:UIAlertControllerStyleAlert];
         
         UIAlertAction *rejectAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"Reject", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
             RASingleton.sharedInstance.backgroundReportType = RABackgroundReportTypeReject;

+ 3 - 0
Redant Drivers/Apex And Drivers/en.lproj/Localizable.strings

@@ -81,9 +81,12 @@
 /**
  Login
  */
+"Notice"="Notice";
+"Do you want to response %@ location request?"="Do you want to response %@ location request?";
 "Allow" = "Allow";
 "Always ask" = "Always ask";
 "Reject" = "Reject";
+
 "%@ need background send location" = "%@ need background send location";
 "Login" = "Login";
 "ver:%@.A%@" = "ver:%@.A%@";

+ 4 - 0
Redant Drivers/Apex And Drivers/zh-Hans.lproj/Localizable.strings

@@ -81,6 +81,10 @@
 /**
  Login
  */
+
+"Notice"="提示";
+"Do you want to response %@ location request?"="是否响应%@的位置请求?";
+
 "Allow" = "允许";
 "Always ask" = "每次询问";
 "Reject" = "拒绝";

BIN
Redant Drivers/Redant Drivers.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 3 - 3
Redant Drivers/Redant Drivers.xcworkspace/xcuserdata/ray.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -340,7 +340,7 @@
             ignoreCount = "0"
             continueAfterRunningActions = "No"
             filePath = "Apex And Drivers/Login/LoginViewController.m"
-            timestampString = "561690126.991904"
+            timestampString = "562296259.359104"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "197"
@@ -356,7 +356,7 @@
             ignoreCount = "0"
             continueAfterRunningActions = "No"
             filePath = "Apex And Drivers/Login/LoginViewController.m"
-            timestampString = "561690126.9922841"
+            timestampString = "562296259.359544"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "201"
@@ -372,7 +372,7 @@
             ignoreCount = "0"
             continueAfterRunningActions = "No"
             filePath = "Apex And Drivers/Login/LoginViewController.m"
-            timestampString = "561690126.992535"
+            timestampString = "562296259.3598599"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
             startingLineNumber = "198"