Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Loop/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@
/* Description of an interrupted bolus dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: programmed value (? if no value), 4: unit) */
"Interrupted %1$@: <b>%2$@</b> of %3$@ %4$@" = "Onderbroken %1$@: <b>%2$@</b> van %3$@ %4$@";

/* Remote command error description: invalid absorption time. */
"Invalid absorption time: %d hours" = "Ongeldige opnametijd: %d uur";

/* Remote command error description: invalid bolus amount. */
"Invalid Bolus Amount" = "Ongeldige bolushoeveelheid";

Expand Down Expand Up @@ -704,6 +707,9 @@
/* The short unit display string for milligrams of glucose per decilter */
"mg/dL" = "mg/dL";

/* Title for missed meal notifications toggle */
"Missed Meal Notifications" = "Gemiste Maaltijdmeldingen";

/* The error message for missing data. (1: missing data details) */
"Missing data: %1$@" = "Ontbrekende gegevens: %1$@";

Expand Down
6 changes: 6 additions & 0 deletions Loop/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@
/* Description of an interrupted bolus dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: programmed value (? if no value), 4: unit) */
"Interrupted %1$@: <b>%2$@</b> of %3$@ %4$@" = "Întrerupere %1$@: <b>%2$@</b> din %3$@ %4$@";

/* Remote command error description: invalid absorption time. */
"Invalid absorption time: %d hours" = "Timp invalid de absorbție: %li ore";

/* Remote command error description: invalid bolus amount. */
"Invalid Bolus Amount" = "Cantitate invalidă de bolus";

Expand Down Expand Up @@ -704,6 +707,9 @@
/* The short unit display string for milligrams of glucose per decilter */
"mg/dL" = "mg/dL";

/* Title for missed meal notifications toggle */
"Missed Meal Notifications" = "Notificări privind mesele pierdute";

/* The error message for missing data. (1: missing data details) */
"Missing data: %1$@" = "Date lipsă: %1$@";

Expand Down