Jon Mårtensson vor 3 Jahren
Ursprung
Commit
18ceb7bae9

+ 0 - 3
Dependencies/G7SensorKit/en.lproj/Localizable.strings

@@ -78,9 +78,6 @@
 /* Button label for removing CGM */
 "Delete CGM" = "Delete CGM";
 
-/* Button text */
-"Are you sure you want to delete this CGM?" = "Are you sure you want to delete this CGM?";
-
 /* No glucose value representation (3 dashes for mg/dL) */
 "– – –" = "– – –";
 /* String displayed instead of a glucose value below the CGM range */

+ 0 - 3
Dependencies/G7SensorKit/sv.lproj/Localizable.strings

@@ -78,9 +78,6 @@
 /* Button label for removing CGM */
 "Delete CGM" = "Radera CGM";
 
-/* Button text */
-"Are you sure you want to delete this CGM?" = "Helt säker på att du vill ta bort denna CGM?";
-
 /* No glucose value representation (3 dashes for mg/dL) */
 "– – –" = "– – –";
 /* String displayed instead of a glucose value below the CGM range */

+ 1 - 1
Dependencies/LoopKit/MockKitUI/View Controllers/MockCGMManagerSettingsViewController.swift

@@ -783,7 +783,7 @@ private extension UIAlertController {
     convenience init(cgmDeletionHandler confirmHandler: @escaping () -> Void, cancelHandler: (() -> Void)? = nil) {
         self.init(
             title: nil,
-            message: "Are you sure you want to delete this CGM?",
+            message: NSLocalizedString("Are you sure you want to delete this CGM?", comment: ""),
             preferredStyle: .actionSheet
         )
 

+ 2 - 0
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings

@@ -1308,6 +1308,8 @@ Enact a temp Basal or a temp target */
 
 "CGM is not used as heartbeat." = "CGM is not used as heartbeat.";
 
+"Are you sure you want to delete this CGM?" = "Are you sure you want to delete this CGM?";
+
  /* -----------------------------------------------------------------------------------------------------------
 
   Infotexts from openaps.docs and androidaps.docs

+ 2 - 0
FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings

@@ -1304,6 +1304,8 @@ Enact a temp Basal or a temp target */
 
 "CGM is not used as heartbeat." = "CGM används inte som hjärtslag.";
 
+"Are you sure you want to delete this CGM?" = "År du säker på att du vill ta baort denna CGM";
+
 /* -----------------------------------------------------------------------------------------------------------
 
   Infotexts from openaps.docs and androidaps.docs