Просмотр исходного кода

Missing DASh strings

(cherry picked from commit dc6adc32e7deb07e70ca0acefb94e3ddec4fe269)
Jon Mårtensson 3 лет назад
Родитель
Сommit
1ae652fe4c

+ 6 - 0
Dependencies/OmniBLE/Localizations/en.lproj/Localizable.strings

@@ -739,3 +739,9 @@
 
 /* Label for suspended at time */
 "Suspended At" = "Suspended At";
+
+/* Text for suspend resume button when insulin delivery is resuming */
+"Resuming insulin delivery..." = "Resuming insulin delivery...";
+
+/* Text for suspend resume button when insulin delivery is suspending */
+"Suspending insulin delivery..." = "Suspending insulin delivery...";

+ 9 - 2
Dependencies/OmniBLE/Localizations/sv.lproj/Localizable.strings

@@ -4,8 +4,8 @@
   Created by Jon Mårtensson on 2022-08-28.
   Copyright © 2022 Randall Knutson. All rights reserved.
 */
-/* Alert content title for multiCommand pod alert */
 
+/* Alert content title for multiCommand pod alert */
 "Multiple Command Alert" = "Multipla kommandoaviseringar";
 
 /* Alert content title for userPodExpiration pod alert */
@@ -72,7 +72,7 @@
 "Pod Expires" = "Podd går ut";
 
 /* */
-"Pod Activated" = "Podd aktiverades";
+"Pod Activated" = "Podd startades";
 
 /* */
 "Notification Settings" = "Notisinställningar";
@@ -618,6 +618,7 @@
 
 /* Description text on manual temp basal action sheet */
 "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled." = "FreeAPS X kommer inte automatiskt att justera dina insulindoser förrän den temporära basalen är färdig eller har avbrytits.";
+    
 /* Button text for setting manual temporary basal rate*/
 "Set Temporary Basal" = "Ställ in temporaär basal";
 
@@ -734,3 +735,9 @@
 
 /* Label for suspended at time */
 "Suspended At" = "Pausad kl.";
+
+/* Text for suspend resume button when insulin delivery is resuming */
+"Resuming insulin delivery..." = "Startar pump...";
+
+/* Text for suspend resume button when insulin delivery is suspending */
+"Suspending insulin delivery..." = "Pausar pump...";