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
30 changes: 21 additions & 9 deletions Common/ar.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
"80eo5o" = "Add Carb Entry";

/* (No Comment) */
"9KhaIS" = "I've set the preset";

"I4OZy8" = "Enable Override Preset";

"OcNxIj" = "Add Carb Entry";

"XNNmtH" = "Enable preset in Loop";

"ZZ3mtM" = "Enable an override preset in Loop";
/* (No Comment) */
"80eo5o" = "Add Carb Entry";

/* (No Comment) */
"b085BW" = "I wasn't able to set the preset.";

/* (No Comment) */
"I4OZy8" = "Enable Override Preset";

/* (No Comment) */
"lYMuWV" = "Override Name";

/* (No Comment) */
"nDKAmn" = "What's the name of the override you'd like to set?";

/* (No Comment) */
"OcNxIj" = "Add Carb Entry";

/* (No Comment) */
"oLQSsJ" = "Enable '${overrideName}' Override Preset";

/* (No Comment) */
"XNNmtH" = "Enable preset in Loop";

/* (No Comment) */
"yBzwCL" = "Override Selection";

/* (No Comment) */
"yc02Yq" = "Add a carb entry to Loop";

/* (No Comment) */
"ZZ3mtM" = "Enable an override preset in Loop";

32 changes: 25 additions & 7 deletions Common/da.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
/* (No Comment) */
"80eo5o" = "Tilføj kulhydrater";
"9KhaIS" = "I've set the preset";

/* (No Comment) */
"OcNxIj" = "Tilføj kulhydrater";
"80eo5o" = "Tilføj kulhydrater";

/* (No Comment) */
"yc02Yq" = "Tilføj kulhydrater til Loop.";
"b085BW" = "I wasn't able to set the preset.";

"9KhaIS" = "I've set the preset";
/* (No Comment) */
"I4OZy8" = "Enable Override Preset";
"XNNmtH" = "Enable preset in Loop";
"ZZ3mtM" = "Enable an override preset in Loop";
"b085BW" = "I wasn't able to set the preset.";

/* (No Comment) */
"lYMuWV" = "Override Name";

/* (No Comment) */
"nDKAmn" = "What's the name of the override you'd like to set?";

/* (No Comment) */
"OcNxIj" = "Tilføj kulhydrater";

/* (No Comment) */
"oLQSsJ" = "Enable '${overrideName}' Override Preset";

/* (No Comment) */
"XNNmtH" = "Enable preset in Loop";

/* (No Comment) */
"yBzwCL" = "Override Selection";

/* (No Comment) */
"yc02Yq" = "Tilføj kulhydrater til Loop.";

/* (No Comment) */
"ZZ3mtM" = "Enable an override preset in Loop";

3 changes: 3 additions & 0 deletions Common/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/* Title of the user activity for adding carbs */
"Add Carb Entry" = "Tilføj kulhydrater";

/* Lesson subtitle */
"Computes the percentage of glucose measurements within a specified range" = "Beregner procentdelen af ​​blodsukkermålinger inden for et specificeret interval";

/* Title of the button to begin lesson execution */
"Continue" = "Fortsæt";

Expand Down
38 changes: 28 additions & 10 deletions Common/es.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
/* INIntentTitle */
"80eo5o" = "Agregar Registro de Carbs";
/* (No Comment) */
"9KhaIS" = "I've set the preset";

/* INIntentParameterCombinationTitle */
"OcNxIj" = "Agregar Registro de Carbs";
/* (No Comment) */
"80eo5o" = "Agregar Registro de Carbs";

/* INIntentDescription */
"yc02Yq" = "Agregar registro de carbs a Loop";
/* (No Comment) */
"b085BW" = "I wasn't able to set the preset.";

"9KhaIS" = "I've set the preset";
/* (No Comment) */
"I4OZy8" = "Enable Override Preset";
"XNNmtH" = "Enable preset in Loop";
"ZZ3mtM" = "Enable an override preset in Loop";
"b085BW" = "I wasn't able to set the preset.";

/* (No Comment) */
"lYMuWV" = "Override Name";

/* (No Comment) */
"nDKAmn" = "What's the name of the override you'd like to set?";

/* (No Comment) */
"OcNxIj" = "Agregar Registro de Carbs";

/* (No Comment) */
"oLQSsJ" = "Enable '${overrideName}' Override Preset";

/* (No Comment) */
"XNNmtH" = "Enable preset in Loop";

/* (No Comment) */
"yBzwCL" = "Override Selection";

/* (No Comment) */
"yc02Yq" = "Agregar registro de carbs a Loop";

/* (No Comment) */
"ZZ3mtM" = "Enable an override preset in Loop";

24 changes: 24 additions & 0 deletions Common/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,33 @@
/* Lesson subtitle */
"Computes the percentage of glucose measurements within a specified range" = "Calcula el porcentaje de medidas de glucosa entre una gama especificada";

/* Title of the button to begin lesson execution */
"Continue" = "Continuar";

/* The short unit display string for decibles */
"dB" = "dB";

/* The short unit display string for grams */
"g" = "g";

/* Placeholder for upper range entry */
"Maximum" = "Máximo";

/* The short unit display string for milligrams of glucose per decilter */
"mg/dL" = "mg/dL";

/* Placeholder for lower range entry */
"Minimum" = "Mínimo";

/* The short unit display string for millimoles of glucose per liter */
"mmol/L" = "mmol/L";

/* Lesson title */
"Modal Day" = "Día modal";

/* Lesson result text for no data */
"No data available" = "Datos no disponibles";

/* Format string for combining localized numeric value and unit. (1: numeric value)(2: unit) */
"QUANTITY_VALUE_AND_UNIT" = "%1$@ %2$@";

Expand All @@ -28,6 +43,15 @@
/* Title of config entry */
"Start Date" = "Fecha de Inicio";

/* Lesson title */
"Time in Range" = "Tiempo en Rango";

/* The short unit display string for international units of insulin */
"U" = "U";

/* Lesson subtitle */
"Visualizes the most frequent glucose values by time of day" = "Visualiza los valores de glucosa más frecuentes por hora del día";

/* Unit string for a count of calendar weeks */
"Weeks" = "Semanas";

32 changes: 25 additions & 7 deletions Common/fi.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
/* (No Comment) */
"80eo5o" = "Lisää hiilihydraatteja";
"9KhaIS" = "I've set the preset";

/* (No Comment) */
"OcNxIj" = "Lisää hiilihydraatteja";
"80eo5o" = "Lisää hiilihydraatteja";

/* (No Comment) */
"yc02Yq" = "Lisää hiilihydraatteja Loopiin";
"b085BW" = "I wasn't able to set the preset.";

"9KhaIS" = "I've set the preset";
/* (No Comment) */
"I4OZy8" = "Enable Override Preset";
"XNNmtH" = "Enable preset in Loop";
"ZZ3mtM" = "Enable an override preset in Loop";
"b085BW" = "I wasn't able to set the preset.";

/* (No Comment) */
"lYMuWV" = "Override Name";

/* (No Comment) */
"nDKAmn" = "What's the name of the override you'd like to set?";

/* (No Comment) */
"OcNxIj" = "Lisää hiilihydraatteja";

/* (No Comment) */
"oLQSsJ" = "Enable '${overrideName}' Override Preset";

/* (No Comment) */
"XNNmtH" = "Enable preset in Loop";

/* (No Comment) */
"yBzwCL" = "Override Selection";

/* (No Comment) */
"yc02Yq" = "Lisää hiilihydraatteja Loopiin";

/* (No Comment) */
"ZZ3mtM" = "Enable an override preset in Loop";

36 changes: 27 additions & 9 deletions Common/fr.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
/* (No Comment) */
"9KhaIS" = "J'ai défini le préréglage";

/* (No Comment) */
"80eo5o" = "Ajouter des glucides";

/* (No Comment) */
"b085BW" = "Je n'ai pas pu définir le préréglage.";

/* (No Comment) */
"I4OZy8" = "Activer l'ajustement préréglé";

/* (No Comment) */
"lYMuWV" = "Nom Ajustement";

/* (No Comment) */
"nDKAmn" = "Quel est le nom de l'ajustement que vous voulez définir ?";

/* (No Comment) */
"OcNxIj" = "Ajouter des glucides";

/* (No Comment) */
"oLQSsJ" = "Activer l'ajustement '${overrideName}' ";

/* (No Comment) */
"XNNmtH" = "Activer le préréglage dans Loop";

/* (No Comment) */
"yBzwCL" = "Selection Ajustement";

/* (No Comment) */
"yc02Yq" = "Ajouter des glucides à Loop";

"9KhaIS" = "I've set the preset";
"I4OZy8" = "Enable Override Preset";
"XNNmtH" = "Enable preset in Loop";
"ZZ3mtM" = "Enable an override preset in Loop";
"b085BW" = "I wasn't able to set the preset.";
"lYMuWV" = "Override Name";
"nDKAmn" = "What's the name of the override you'd like to set?";
"oLQSsJ" = "Enable '${overrideName}' Override Preset";
"yBzwCL" = "Override Selection";
/* (No Comment) */
"ZZ3mtM" = "Activer un ajustement préréglé dans Loop";

26 changes: 25 additions & 1 deletion Common/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,51 @@
/* Lesson subtitle */
"Computes the percentage of glucose measurements within a specified range" = "Ceci calcule le pourcentage des mesures de glycémie dans une plage spécifique";

/* Title of the button to begin lesson execution */
"Continue" = "Continuer";

/* The short unit display string for decibles */
"dB" = "dB";

/* The short unit display string for grams */
"g" = "g";

/* Placeholder for upper range entry */
"Maximum" = "Maximum";

/* The short unit display string for milligrams of glucose per decilter */
"mg/dL" = "mg/dL";

/* Placeholder for lower range entry */
"Minimum" = "Minimum";

/* The short unit display string for millimoles of glucose per liter */
"mmol/L" = "mmol/L";

/* Lesson title */
"Modal Day" = "Journée type";

/* Lesson result text for no data */
"No data available" = "Données indisponibles";

/* Format string for combining localized numeric value and unit. (1: numeric value)(2: unit) */
"QUANTITY_VALUE_AND_UNIT" = "%1$@ %2$@";

/* Section title for glucose range */
"Range" = "Plage";

/* Title of config entry */
"Start Date" = "Date de commencement";
"Start Date" = "Date de démarrage";

/* Lesson title */
"Time in Range" = "Durée dans la cible";

/* The short unit display string for international units of insulin */
"U" = "U";

/* Lesson subtitle */
"Visualizes the most frequent glucose values by time of day" = "Visualise les glycémies les plus fréquentes par heure de la journée";

/* Unit string for a count of calendar weeks */
"Weeks" = "Semaines";

30 changes: 21 additions & 9 deletions Common/he.lproj/Intents.strings
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
"80eo5o" = "Add Carb Entry";

/* (No Comment) */
"9KhaIS" = "I've set the preset";

"I4OZy8" = "Enable Override Preset";

"OcNxIj" = "Add Carb Entry";

"XNNmtH" = "Enable preset in Loop";

"ZZ3mtM" = "Enable an override preset in Loop";
/* (No Comment) */
"80eo5o" = "Add Carb Entry";

/* (No Comment) */
"b085BW" = "I wasn't able to set the preset.";

/* (No Comment) */
"I4OZy8" = "Enable Override Preset";

/* (No Comment) */
"lYMuWV" = "Override Name";

/* (No Comment) */
"nDKAmn" = "What's the name of the override you'd like to set?";

/* (No Comment) */
"OcNxIj" = "Add Carb Entry";

/* (No Comment) */
"oLQSsJ" = "Enable '${overrideName}' Override Preset";

/* (No Comment) */
"XNNmtH" = "Enable preset in Loop";

/* (No Comment) */
"yBzwCL" = "Override Selection";

/* (No Comment) */
"yc02Yq" = "Add a carb entry to Loop";

/* (No Comment) */
"ZZ3mtM" = "Enable an override preset in Loop";

Loading