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

Update source strings. New strings added and duplicates removed

Jon Mårtensson 3 лет назад
Родитель
Сommit
8b62573dc4
1 измененных файлов с 24 добавлено и 6 удалено
  1. 24 6
      Dependencies/OmniBLE/Localizations/en.lproj/Localizable.strings

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

@@ -137,9 +137,6 @@
 /* Section header for configuration section */
 "Configuration" = "Configuration";
 
-/* Settings page link description when next lifecycle action is to pair new pod */
-"Pair Pod" = "Pair Pod";
-
 /* Settings page link description when next lifecycle action is to finish deactivation */
 "Finish deactivation" = "Finish deactivation";
 
@@ -249,9 +246,6 @@
 "Save basal profile failed: %{public}@" = "Save basal profile failed: %{public}@";
 
 /* */
-"Deactivate pod" = "Deactivate pod";
-
-/* */
 "Skipping Play Test Beeps due to bolus still in progress." = "Skipping Play Test Beeps due to bolus still in progress.";
 
 /* */
@@ -421,3 +415,27 @@
 
 /* The action string on pod status page when pod expired */
 "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains." = "Change Pod now. Insulin delivery will stop 8 hours after the Pod has expired or when no more insulin remains.";
+
+/* Label text for step 1 of pair pod instructions */
+"Fill a new pod with U-100 Insulin (leave blue Pod needle cap on)." = "Fill a new pod with U-100 Insulin (leave blue Pod needle cap on).";
+
+/* Label text for step 2 of pair pod instructions */
+"Listen for 2 beeps." = "Listen for 2 beeps.";
+
+/* Label text indicating pairing finished.*/
+"Paired" = "Paired";
+
+/* Cancel button text in navigation bar on pair pod UI */
+"Cancel" = "Cancel";
+
+/* Alert title for cancel pairing modal */
+"Are you sure you want to cancel Pod setup?" = "Are you sure you want to cancel Pod setup?";
+
+/* Alert message body for confirm pod attachment */
+"If you cancel Pod setup, the current Pod will be deactivated and will be unusable." = "If you cancel Pod setup, the current Pod will be deactivated and will be unusable.";
+
+/* Button title for confirm deactivation option */
+"Yes, Deactivate Pod" = "Yes, Deactivate Pod";
+
+/* Continue pairing button title of in pairing cancel modal */
+"No, Continue With Pod" = "No, Continue With Pod";