|
|
@@ -1,3 +1,12 @@
|
|
|
+/* Accessibility format string for (1: localized volume)(2: time) */
|
|
|
+"%1$@ units remaining at %2$@" = "%1$@ jednotiek zostáva o %2$@";
|
|
|
+
|
|
|
+/* The format string for displaying an offset from a time zone: (1: GMT)(2: -)(3: 4:00) */
|
|
|
+"%1$@%2$@%3$@" = "%1$@%2$@%3$@";
|
|
|
+
|
|
|
+/* Format string providing instructions for replacing pod due to a fault. (1: The fault description) */
|
|
|
+"%1$@. Insulin delivery has stopped. Please deactivate and remove pod." = "%1$@. Podávanie inzulínu je zastavené. Prosím deaktivujte a odstráňte Pod.";
|
|
|
+
|
|
|
/* Format string for delivered insulin. (1: The localized amount)
|
|
|
Format string for insulin remaining in reservoir. (1: The localized amount) */
|
|
|
"%@ U" = "%@ J";
|
|
|
@@ -11,39 +20,27 @@
|
|
|
/* Format string for temp basal rate. (1: The localized amount) */
|
|
|
"%@ U/hour" = "%@ J/hod";
|
|
|
|
|
|
-/* Appends a full-stop to a statement */
|
|
|
-"%@." = "%@.";
|
|
|
-
|
|
|
/* Format string for bolus percent progress. (1: Percent progress) */
|
|
|
"%@%%" = "%@%%";
|
|
|
|
|
|
/* Format string for reservoir reading when above or equal to maximum reading. (1: The localized amount) */
|
|
|
"%@+ U" = "%@+ J";
|
|
|
|
|
|
+/* Appends a full-stop to a statement */
|
|
|
+"%@." = "%@.";
|
|
|
+
|
|
|
/* Format string for reservoir volume. (1: The localized volume) */
|
|
|
"%@U" = "%@J";
|
|
|
|
|
|
-/* The format string for minutes (1: number of minutes string) */
|
|
|
-"%1$@ minutes" = "%1$@ minutes";
|
|
|
-
|
|
|
-/* Accessibility format string for (1: localized volume)(2: time) */
|
|
|
-"%1$@ units remaining at %2$@" = "%1$@ jednotiek zostáva o %2$@";
|
|
|
-
|
|
|
-/* Format string providing instructions for replacing pod due to a fault. (1: The fault description) */
|
|
|
-"%1$@. Insulin delivery has stopped. Please deactivate and remove pod." = "%1$@. Podávanie inzulínu je zastavené. Prosím deaktivujte a odstráňte Pod.";
|
|
|
-
|
|
|
-/* The format string for displaying an offset from a time zone: (1: GMT)(2: -)(3: 4:00) */
|
|
|
-"%1$@%2$@%3$@" = "%1$@%2$@%3$@";
|
|
|
-
|
|
|
/* The title of the cell showing the pod activated at time */
|
|
|
"Active Time" = "Aktívny Čas";
|
|
|
|
|
|
+/* The title of the cell showing the Pod Active Clock */
|
|
|
+"Pod Active Clock" = "Aktívne Hodiny Podu";
|
|
|
+
|
|
|
/* The title of the cell showing alarm status */
|
|
|
"Alarms" = "Alarmy";
|
|
|
|
|
|
-/* The format string for Alerts: (1: the alerts string) */
|
|
|
-"Alerts: %1$@\n" = "Alerts: %1$@\n";
|
|
|
-
|
|
|
/* Confirmation message for shutting down a pod */
|
|
|
"Are you sure you want to shutdown this pod?" = "Naozaj chcete vypnúť tento Pod?";
|
|
|
|
|
|
@@ -74,6 +71,9 @@
|
|
|
/* The title of the configuration section in settings */
|
|
|
"Configuration" = "Konfigurácia";
|
|
|
|
|
|
+/* The title of the Insulin Type */
|
|
|
+"Insulin Type" = "Typ Inzulínu";
|
|
|
+
|
|
|
/* The title of the continue action in an action sheet */
|
|
|
"Continue" = "Pokračovať";
|
|
|
|
|
|
@@ -90,39 +90,33 @@
|
|
|
/* Title text for delivery limits */
|
|
|
"Delivery Limits" = "Limity Dávkovania";
|
|
|
|
|
|
-/* The format string for Delivery Status: (1: delivery status string) */
|
|
|
-"Delivery Status: %1$@\n" = "Delivery Status: %1$@\n";
|
|
|
-
|
|
|
/* The title of the device information section in settings */
|
|
|
"Device Information" = "Informácie o zariadeni";
|
|
|
|
|
|
-/* The title of the diagnostics section in settings */
|
|
|
-"Diagnostics" = "Diagnostics";
|
|
|
-
|
|
|
-/* The alert title for Disable Automatic Bolus Beeps */
|
|
|
-"Disable Automatic Bolus Beeps" = "Vypnúť Automatické Pípnutia pre Bolus";
|
|
|
-
|
|
|
/* Title text for button to disable bolus beeps */
|
|
|
"Disable Bolus Beeps" = "Vypnúť Pípnutie pre Bolus";
|
|
|
|
|
|
-/* The alert title for Disable Confirmation Beep */
|
|
|
-"Disable Confirmation Beeps" = "Vypnúť Potvrdzovacie Pípnutia";
|
|
|
-
|
|
|
-/* The alert title for enable Automatic Bolus Beeps */
|
|
|
-"Enable Automatic Bolus Beeps" = "Povoliť Automatické Pípnutia pre Bolus";
|
|
|
-
|
|
|
/* Title text for button to enable bolus beeps */
|
|
|
"Enable Bolus Beeps" = "Zapnúť Pípnutie pre Bolus";
|
|
|
|
|
|
-/* The alert title for enable Confirmation Beeps */
|
|
|
-"Enable Confirmation Beeps" = "Zapnúť Potvrdzovacie Pípnutia";
|
|
|
-
|
|
|
/* The alert title for disable bolus beeps error */
|
|
|
"Error disabling bolus beeps" = "Chyba vypnutia pípnutie pre Bolus";
|
|
|
|
|
|
/* The alert title for enable bolus beeps error */
|
|
|
"Error enabling bolus beeps" = "Chyba zapnutia pípnutie pre bolus";
|
|
|
|
|
|
+/* The alert title for enable Confirmation Beeps */
|
|
|
+"Enable Confirmation Beeps" = "Zapnúť Potvrdzovacie Pípnutia";
|
|
|
+
|
|
|
+/* The alert title for Disable Confirmation Beep */
|
|
|
+"Disable Confirmation Beeps" = "Vypnúť Potvrdzovacie Pípnutia";
|
|
|
+
|
|
|
+/* The alert title for enable Automatic Bolus Beeps */
|
|
|
+"Enable Automatic Bolus Beeps" = "Povoliť Automatické Pípnutia pre Bolus";
|
|
|
+
|
|
|
+/* The alert title for Disable Automatic Bolus Beeps */
|
|
|
+"Disable Automatic Bolus Beeps" = "Vypnúť Automatické Pípnutia pre Bolus";
|
|
|
+
|
|
|
/* The alert title for a resume error */
|
|
|
"Error Resuming" = "Zhrnutie Chyby";
|
|
|
|
|
|
@@ -147,9 +141,6 @@
|
|
|
/* Accessibility format string for (1: localized volume)(2: time) */
|
|
|
"Greater than %1$@ units remaining at %2$@" = "Viac ako %1$@ jednotiek ostáva o %2$@";
|
|
|
|
|
|
-/* Additional pairing recovery suggestion on multiple pairing failures */
|
|
|
-"If the problem persists, move to a new area and try again" = "If the problem persists, move to a new area and try again";
|
|
|
-
|
|
|
/* Instructions when deactivating pod that has been paired, but not attached. */
|
|
|
"Incompletely set up pod must be deactivated before pairing with a new one. Please deactivate and discard pod." = "Neúplne nastavený Pod musí byť deaktivovaný predtým ako spárujete nový. Prosím deaktivujte a znehodnodte Pod.";
|
|
|
|
|
|
@@ -162,15 +153,9 @@
|
|
|
/* The title of the cell showing delivered insulin */
|
|
|
"Insulin Delivered" = "Podaný Inzulín";
|
|
|
|
|
|
-/* The title of the Insulin Type */
|
|
|
-"Insulin Type" = "Typ Inzulínu";
|
|
|
-
|
|
|
/* The error message shown when Loop's basal schedule has an unsupported rate */
|
|
|
"Invalid entry" = "Neplatný záznam";
|
|
|
|
|
|
-/* The format string for Last Bolus Not Delivered: (1: bolus not delivered string) */
|
|
|
-"Last Bolus Not Delivered: %1$@ U\n" = "Last Bolus Not Delivered: %1$@ U\n";
|
|
|
-
|
|
|
/* The title of the cell showing the pod lot id */
|
|
|
"Lot" = "Lot";
|
|
|
|
|
|
@@ -192,18 +177,15 @@
|
|
|
/* The title of the command to play test beeps */
|
|
|
"Play Test Beeps" = "Play Test Beeps";
|
|
|
|
|
|
+/* Progress message for play test beeps. */
|
|
|
+"Play Test Beeps…" = "Play Test Beeps…";
|
|
|
+
|
|
|
/* The title of the cell showing the pod pm version */
|
|
|
"PM Version" = "PM Version";
|
|
|
|
|
|
-/* The title of the cell showing the Pod Active Clock */
|
|
|
-"Pod Active Clock" = "Aktívne Hodiny Podu";
|
|
|
-
|
|
|
/* Label describing pod age view */
|
|
|
"Pod Age" = "Pod Age";
|
|
|
|
|
|
-/* The title of the pod details section in settings */
|
|
|
-"Pod Details" = "Pod Details";
|
|
|
-
|
|
|
/* Title of the pod settings view controller */
|
|
|
"Pod Settings" = "Pod Settings";
|
|
|
|
|
|
@@ -213,12 +195,6 @@
|
|
|
/* The text of the loading label when priming */
|
|
|
"Priming…" = "Priming…";
|
|
|
|
|
|
-/* The diagnostic command Read Pod Status */
|
|
|
-"Read Pod Status" = "Read Pod Status";
|
|
|
-
|
|
|
-/* The diagnostic command Read Pulse Log */
|
|
|
-"Read Pulse Log" = "Read Pulse Log";
|
|
|
-
|
|
|
/* Label describing time remaining view */
|
|
|
"Remaining" = "Remaining";
|
|
|
|
|
|
@@ -272,3 +248,14 @@
|
|
|
/* The detail text for delivered insulin when no measurement is available */
|
|
|
"Unknown" = "Unknown";
|
|
|
|
|
|
+/* The title of the diagnostics section in settings */
|
|
|
+"Diagnostics" = "Diagnostics";
|
|
|
+
|
|
|
+/* The diagnostic command Read Pod Status */
|
|
|
+"Read Pod Status" = "Read Pod Status";
|
|
|
+
|
|
|
+/* The diagnostic command Read Pulse Log */
|
|
|
+"Read Pulse Log" = "Read Pulse Log";
|
|
|
+
|
|
|
+/* The title of the pod details section in settings */
|
|
|
+"Pod Details" = "Pod Details";
|