You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Common/da.lproj/Localizable.strings
+8-5
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
/* Title of the user activity for adding carbs */
5
5
"Add Carb Entry" = "Tilføj kulhydrater";
6
6
7
+
/* Lesson subtitle */
8
+
"Computes the percentage of glucose measurements within a specified range" = "Beregner procentdelen af blodsukkermålinger inden for et specificeret interval";
9
+
7
10
/* Title of the button to begin lesson execution */
8
11
"Continue" = "Fortsæt";
9
12
@@ -14,7 +17,7 @@
14
17
"g" = "g";
15
18
16
19
/* Placeholder for upper range entry */
17
-
"Maximum" = "Maximum";
20
+
"Maximum" = "Maksimum";
18
21
19
22
/* The short unit display string for milligrams of glucose per decilter */
20
23
"mg/dL" = "mg/dL";
@@ -26,7 +29,7 @@
26
29
"mmol/L" = "mmol/L";
27
30
28
31
/* Lesson title */
29
-
"Modal Day" = "Modal Dag";
32
+
"Modal Day" = "Modal-dag";
30
33
31
34
/* Lesson result text for no data */
32
35
"No data available" = "Ingen data tilgængelige";
@@ -38,16 +41,16 @@
38
41
"Range" = "Interval";
39
42
40
43
/* Title of config entry */
41
-
"Start Date" = "Start Dato";
44
+
"Start Date" = "Startdato";
42
45
43
46
/* Lesson title */
44
-
"Time in Range" = "Tme in Range";
47
+
"Time in Range" = "Tid inden for korrektionsområde";
45
48
46
49
/* The short unit display string for international units of insulin */
47
50
"U" = "E";
48
51
49
52
/* Lesson subtitle */
50
-
"Visualizes the most frequent glucose values by time of day" = "Visualiserer de hyppigste blodsukker værdier fordelt på dagen";
53
+
"Visualizes the most frequent glucose values by time of day" = "Visualiserer de hyppigste blodsukkerværdier fordelt på dagen";
Copy file name to clipboardexpand all lines: Common/es.lproj/Localizable.strings
+24
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,33 @@
7
7
/* Lesson subtitle */
8
8
"Computes the percentage of glucose measurements within a specified range" = "Calcula el porcentaje de medidas de glucosa entre una gama especificada";
9
9
10
+
/* Title of the button to begin lesson execution */
11
+
"Continue" = "Continuar";
12
+
10
13
/* The short unit display string for decibles */
11
14
"dB" = "dB";
12
15
13
16
/* The short unit display string for grams */
14
17
"g" = "g";
15
18
19
+
/* Placeholder for upper range entry */
20
+
"Maximum" = "Máximo";
21
+
16
22
/* The short unit display string for milligrams of glucose per decilter */
17
23
"mg/dL" = "mg/dL";
18
24
25
+
/* Placeholder for lower range entry */
26
+
"Minimum" = "Mínimo";
27
+
19
28
/* The short unit display string for millimoles of glucose per liter */
20
29
"mmol/L" = "mmol/L";
21
30
31
+
/* Lesson title */
32
+
"Modal Day" = "Día modal";
33
+
34
+
/* Lesson result text for no data */
35
+
"No data available" = "Datos no disponibles";
36
+
22
37
/* Format string for combining localized numeric value and unit. (1: numeric value)(2: unit) */
23
38
"QUANTITY_VALUE_AND_UNIT" = "%1$@ %2$@";
24
39
@@ -28,6 +43,15 @@
28
43
/* Title of config entry */
29
44
"Start Date" = "Fecha de Inicio";
30
45
46
+
/* Lesson title */
47
+
"Time in Range" = "Tiempo en Rango";
48
+
31
49
/* The short unit display string for international units of insulin */
32
50
"U" = "U";
33
51
52
+
/* Lesson subtitle */
53
+
"Visualizes the most frequent glucose values by time of day" = "Visualiza los valores de glucosa más frecuentes por hora del día";
0 commit comments