forked from LoopKit/Loop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocalizable.strings
54 lines (36 loc) · 1.92 KB
/
Localizable.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* Format string describing the time interval since the last completion date. (1: The localized date components */
"%@ ago" = "%@ geleden";
/* The format string describing the basal rate. */
"%@ U" = "%@ E";
/* Format string for reservoir volume. (1: The localized volume) */
"%@U" = "%@E";
/* Accessbility format value describing glucose: (1: glucose number)(2: glucose time) */
"%1$@ at %2$@" = "%1$@ op %2$@";
/* Accessibility format string describing the basal rate. (1: localized basal rate value)(2: last updated time) */
"%1$@ units per hour at %2$@" = "%1$@ eenheden per uur op %2$@";
/* Accessibility format string for (1: localized volume)(2: time) */
"%1$@ units remaining at %2$@" = "%1$@ eenheden resterend op %2$@";
/* Accessibility hint describing completion HUD for a closed loop */
"Closed loop" = "Gesloten loop";
/* The short unit display string for decibles */
"dB" = "dB";
/* The short unit display string for grams */
"g" = "gr";
/* Accessbility format label describing the time interval since the last completion date. (1: The localized date components) */
"Loop ran %@ ago" = "Loop heeft %@ geleden gedraaid";
/* The short unit display string for milligrams of glucose per decilter */
"mg/dL" = "mg/dL";
/* The short unit display string for millimoles of glucose per liter */
"mmol/L" = "mmol/L";
/* Accessibility label component for glucose HUD describing an invalid state */
"Needs attention" = "Aandacht vereist";
/* Accessbility hint describing completion HUD for an open loop */
"Open loop" = "Open loop";
/* Format string for combining localized numeric value and unit. (1: numeric value)(2: unit) */
"QUANTITY_VALUE_AND_UNIT" = "%1$@ %2$@";
/* The short unit display string for international units of insulin */
"U" = "E";
/* Accessibility value for an unknown value */
"Unknown" = "Onbekend";
/* Acessibility label describing completion HUD waiting for first run */
"Waiting for first run" = "Wachten op eerste run";