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
52 changes: 49 additions & 3 deletions Loop/sv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
/* Subtitle of Rapid-Acting – Adult preset */
"A model based on the published absorption of Humalog, Novolog, and Apidra insulin in adults." = "Insulinmodell baserad på publicerade studier av absorption av Humalog-, Novolog- samt Apidra-insulin hos vuxna.";

/* Title of the carb entry absorption time cell */
"Absorption Time" = "Absorptionstid";

/* Action to copy the recommended Bolus value to the actual Bolus Field */
"AcceptRecommendedBolus" = "AcceptRecommendedBolus";

Expand Down Expand Up @@ -107,9 +110,13 @@
"Basal Rates" = "Basaldoser";

/* The label of the bolus entry button
The notification title for a bolus failure */
The notification title for a bolus failure
Title text for bolus screen (manual correction) */
"Bolus" = "Bolus";

/* Alert title for an updated bolus recommendation */
"Bolus Recommendation Updated" = "Bolusrekommendation uppdaterad";

/* The format string for bolus progress. (1: delivered volume)(2: total volume) */
"Bolused %1$@ of %2$@" = "Givit bolus %1$@ av %2$@";

Expand All @@ -125,10 +132,19 @@
/* Details for missing data error when carb effects are missing */
"Carb effects" = "Kolhydrateffekter";

/* Back button text for bolus screen to return to carb entry screen */
"Carb Entry" = "Kolhydrater";

/* The title of the carb ratios schedule screen
The title text for the carb ratio schedule */
"Carb Ratios" = "Kolhydratskvoter";

/* The title of the view controller to create a new carb entry */
"carb-entry-title-add" = "Lägg till kolhydrater";

/* The title of the view controller to edit an existing carb entry */
"carb-entry-title-edit" = "Editera kolhydrater";

/* Title of the prediction input effect for carbohydrates */
"Carbohydrates" = "Kolhydrater";

Expand All @@ -150,6 +166,9 @@
/* Recovery suggestion when glucose data is missing */
"Check your CGM data source" = "Kontrollera din CGM:s datakälla";

/* Carb entry section footer text explaining absorption time */
"Choose a longer absorption time for larger meals, or those containing fats and proteins. This is only guidance to the algorithm and need not be exact." = "Välj en längre absorbtionstid för stora måltider eller måltider som innehåller fett och protein. Detta är endast en rekommendation till algoritmen och behöver inte vara exakt.";

/* The title text for the looping enabled switch cell */
"Closed Loop" = "Sluten loop";

Expand All @@ -172,15 +191,22 @@
/* Message when offering bolus recommendation even though bg is below range. (1: glucose value) */
"Current glucose of %1$@ is below correction range." = "Nuvarande glukosvärde %1$@ är under målvärde.";

/* The title of the cell indicating a generic temporary override is enabled */
/* Name of custom override
The title of the cell indicating a generic temporary override is enabled */
"Custom Override" = "Anpassad override";

/* The title of the Loggly customer token credential */
"Customer Token" = "Inloggningsuppgift";

/* Title of the carb entry date picker cell */
"Date" = "Tid";

/* Button title to delete CGM */
"Delete CGM" = "Radera CGM";

/* The button text to initiate a bolus */
"Deliver" = "Ge bolus";

/* Title text for delivery limits */
"Delivery Limits" = "Maxdoser";

Expand Down Expand Up @@ -270,6 +296,9 @@
/* The notification alert describing a long-lasting loop failure. The substitution parameter is the time interval since the last loop */
"Loop has not completed successfully in %@" = "Loop har inte lyckats köra på %@";

/* Title text for bolus screen following a carb entry */
"Meal Bolus" = "Måltidsbolus";

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

Expand All @@ -282,9 +311,16 @@
/* The error message displayed for device connection errors. */
"No connected devices, or failure during device connection" = "Ingen ansluten enhet, eller fel vid anslutning till enhet";

/* Button text to acknowledge an updated bolus recommendation alert
Button text to dismiss unconfigured pump alert. */
"OK" = "OK";

/* The title text for the override presets */
"Override Presets" = "Override förinställningar";

/* Name of pre-meal workout override */
"Pre-Meal" = "Före måltid";

/* The label of the pre-meal mode toggle button */
"Pre-Meal Targets" = "Målvärden före måltid";

Expand Down Expand Up @@ -339,9 +375,13 @@
/* Title of the prediction input effect for retrospective correction */
"Retrospective Correction" = "Retrospektiv korrigering";

/* The title of the notification action to retry a bolus command */
/* The button text for attempting a manual loop
The title of the notification action to retry a bolus command */
"Retry" = "Försök igen";

/* The button text to save a carb entry without bolusing */
"Save without Bolusing" = "Spara utan att ge bolus";

/* The title of the services section in settings */
"Services" = "Tjänster";

Expand Down Expand Up @@ -369,6 +409,9 @@
/* The subtitle of the cell displaying an action to resume insulin delivery */
"Tap to Resume" = "Tryck för att återuppta";

/* Alert message for an updated bolus recommendation */
"The bolus recommendation has updated. Please reconfirm the bolus amount." = "Bolusrekommendationen har uppdaterats. Konfirmera bolus";

/* Subtitle description of Walsh insulin model setting */
"The legacy model used by Loop, allowing customization of action duration." = "Äldre modell använd av Loop, vilken tillåter anpassing av effektvaraktighet.";

Expand All @@ -390,6 +433,9 @@
/* Explanation of suspend threshold */
"When current or forecasted glucose is below the suspend threshold, Loop will not recommend a bolus, and will always recommend a temporary basal rate of 0 units per hour." = "När nuvarande eller förväntat slutglukosvärde är under tröskelvärdet kommer Loop inte att rekommendera en bolus, utan kommer alltid att föreslå en temporär basal på 0 enheter per timme.";

/* Name of legacy workout override */
"Workout" = "Träning";

/* The label of the workout mode toggle button */
"Workout Targets" = "Målvärden för träning";

19 changes: 11 additions & 8 deletions Loop/sv.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
/* Class = "UINavigationItem"; title = "Bolus"; ObjectID = "aiu-ZA-zVa"; */
"aiu-ZA-zVa.title" = "Bolus";

/* Class = "UILabel"; text = "Food Type"; ObjectID = "ap1-M6-naG"; */
"ap1-M6-naG.text" = "Typ av mat";

/* Class = "UILabel"; text = "Label"; ObjectID = "bIL-Ub-qYp"; */
"bIL-Ub-qYp.text" = "Etikett";

Expand Down Expand Up @@ -61,9 +64,6 @@
/* Class = "UILabel"; text = "Observed"; ObjectID = "EAn-Ja-S1d"; */
"EAn-Ja-S1d.text" = "Observerad";

/* Class = "UILabel"; text = "Active Carbohydrates: 40g"; ObjectID = "hHZ-uY-aKw"; */
"hHZ-uY-aKw.text" = "Aktiva kolhydrater: 40 g";

/* Class = "UITableViewController"; title = "Carbohydrate Effects"; ObjectID = "hZZ-2S-lrd"; */
"hZZ-2S-lrd.title" = "Kolhydrateffekter";

Expand All @@ -73,6 +73,9 @@
/* Class = "UILabel"; text = "Detail"; ObjectID = "J7x-W5-gwo"; */
"J7x-W5-gwo.text" = "Detalj";

/* Class = "UILabel"; text = "Detail"; ObjectID = "jQv-xb-gwu"; */
"jQv-xb-gwu.text" = "Detalj";

/* Class = "UILabel"; text = "⚠ Glucose Predicted Below Range"; ObjectID = "k0g-P7-OVN"; */
"k0g-P7-OVN.text" = "⚠ Förväntat glukosvärde hamnar under målvärdet";

Expand Down Expand Up @@ -106,6 +109,9 @@
/* Class = "UILabel"; text = "An insulin activity model is used to estimate effects of insulin on glucose levels. An accurate model can help prevent insulin stacking and safely recommend corrective treatments."; ObjectID = "PJv-p9-cFe"; */
"PJv-p9-cFe.text" = "En insulinaktivitetsmodell används för att beräkna effekterna på blodglukosnivåerna. En rättvisande modell kan hjälpa till att förhindra att flera insulindoser läggs på varandra, och istället rekommendera en säkrare korrigering.";

/* Class = "UILabel"; text = "Food Type"; ObjectID = "qPH-vU-xlu"; */
"qPH-vU-xlu.text" = "Typ av mat";

/* Class = "UILabel"; text = "eventually 92 mg/dL"; ObjectID = "Rse-x8-amW"; */
"Rse-x8-amW.text" = "Förväntat 5,1 mmol/l";

Expand All @@ -118,17 +124,14 @@
/* Class = "UILabel"; text = "Label"; ObjectID = "ufi-Kj-33k"; */
"ufi-Kj-33k.text" = "Titel";

/* Class = "UILabel"; text = "Active Insulin: 1.5U"; ObjectID = "viU-7a-kbI"; */
"viU-7a-kbI.text" = "Aktivt insulin: 1.5 E";

/* Class = "UINavigationItem"; title = "Carbohydrates"; ObjectID = "Vpi-5b-bY5"; */
"Vpi-5b-bY5.title" = "Kolhydrater";

/* Class = "UITextField"; text = "4 hour"; ObjectID = "Wk3-xv-IM5"; */
"Wk3-xv-IM5.text" = "4 timmar";

/* Class = "UIButton"; normalTitle = "Deliver"; ObjectID = "Ya0-9b-ZAS"; */
"Ya0-9b-ZAS.normalTitle" = "Ge bolusdos";
/* Class = "UILabel"; text = "Amount Consumed"; ObjectID = "Wx8-Tf-FnG"; */
"Wx8-Tf-FnG.text" = "Mängd";

/* Class = "UILabel"; text = "0"; ObjectID = "yn7-2M-jZz"; */
"yn7-2M-jZz.text" = "0";
Expand Down