Localizable.strings 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. /* Information about workout range relative to correction range */
  2. " higher " = " højere ";
  3. /* Information about pre-meal range relative to correction range */
  4. " lower " = " lavere ";
  5. /* Separator between min and max glucose values */
  6. "-" = "-";
  7. /* No comment provided by engineer. */
  8. "-" = "-";
  9. /* The detail text representing no value */
  10. "–" = "–";
  11. /* No comment provided by engineer. */
  12. "···" = "···";
  13. /* No comment provided by engineer. */
  14. "%@" = "%@";
  15. /* Appends a full-stop to a statement */
  16. "%@." = "%@.";
  17. /* The format for an insulin needs percentage. */
  18. "%@%% of normal insulin" = "%@%% of normal insulin";
  19. /* Format string for reservoir volume. (1: The localized volume) */
  20. "%@U" = "%@E";
  21. /* The format for a glucose target range. (1: min target)(2: max target)(3: glucose unit) */
  22. "%1$@ – %2$@ %3$@" = "%1$@ – %2$@ %3$@";
  23. /* The format for an override preset cell. (1: symbol)(2: name)
  24. The format for an override symbol and name (1: symbol)(2: name) */
  25. "%1$@ %2$@" = "%1$@ %2$@";
  26. /* Information about insulin action duration (1: app name) */
  27. "%1$@ assumes that the insulin it has delivered is actively working to lower your glucose for 6 hours. This setting cannot be changed." = "%1$@ antager, at den insulin, der er leveret, arbejder aktivt på at sænke din glukose i 6 timer. Denne indstilling kan ikke ændres.";
  28. /* Lower bound workout information text format (1: app name) */
  29. "%1$@ or your Glucose Safety Limit, whichever is higher" = "%1$@ eller din glukose sikkerhedsgrænse afhængigt af, hvad der er højest";
  30. /* Reservoir entry (1: volume value) */
  31. "%1$@ U" = "%1$@ E";
  32. /* Accessibility format string for (1: localized volume)(2: time) */
  33. "%1$@ units remaining at %2$@" = "%1$@ enheder tilbage på %2$@";
  34. /* Description of a basal temp basal dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: unit)
  35. Description of a bolus dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: unit) */
  36. "%1$@: <b>%2$@</b> %3$@" = "%1$@: <b>%2$@</b> %3$@";
  37. /* String format for value with units (1: value, 2: separator, 3: units) */
  38. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  39. /* No comment provided by engineer. */
  40. "🍽" = "🍽";
  41. /* Premeal override preset title */
  42. "🍽 Pre-Meal" = "🍽 før-måltid";
  43. /* No comment provided by engineer. */
  44. "🏃‍♂️" = "🏃‍♂️";
  45. /* Workout override preset title */
  46. "🏃‍♂️ Workout" = "🏃‍♂️ Træning";
  47. /* No comment provided by engineer. */
  48. "A card whose text will wrap onto multiple lines if I continue to type for long enough—this length should do" = "Et kort hvis tekst vil ombryde til flere linjer, hvis jeg fortsætter med at skrive længe nok - denne længde bør gøre";
  49. /* Information about differences between target range and correction range */
  50. "A Correction Range is different. This will be a narrower range." = "Et korrektionsområde er anderledes. Dette vil være et snævere interval.";
  51. /* No comment provided by engineer. */
  52. "A simple card" = "Et simpelt kort";
  53. /* Warning text for basal rate of 0 U/hr */
  54. "A value of 0 U/hr means you will be scheduled to receive no basal insulin." = "En værdi på 0 E/time betyder, at du ikke vil modtage basal i den angivende tidesperiode.";
  55. /* No comment provided by engineer. */
  56. "Above the save button" = "Over gem knappen";
  57. /* Title of the carb entry absorption time cell */
  58. "Absorption Time" = "Absorptionstid";
  59. /* No comment provided by engineer. */
  60. "Action Button" = "Handlingsknap";
  61. /* The text for the override history duration */
  62. "Active Duration" = "Aktiv varighed";
  63. /* The title for the override emoji activity section */
  64. "Activity" = "Aktivitet";
  65. /* Button text to confirm adding a new schedule item */
  66. "Add" = "Tilføj";
  67. /* The title of the button to add the credentials for a service */
  68. "Add Account" = "Tilføj konto";
  69. /* The title of the view controller to create a new carb entry */
  70. "Add Carb Entry" = "Tilføj kulhydrater";
  71. /* Title of insulin model preset - afrezza */
  72. "Afrezza" = "Afrezza";
  73. /* Action sheet confirmation message for pump history deletion */
  74. "Are you sure you want to delete all history entries?" = "Er du sikker på at du vil slette alle gamle indtastninger?";
  75. /* Action sheet confirmation message for reservoir deletion */
  76. "Are you sure you want to delete all reservoir values?" = "Er du sikker på at du vil slette alle reservoirværdier?";
  77. /* Authentication hint string for therapy settings */
  78. "Authenticate to save therapy setting" = "Godkend for at gemme behandlingsindstilling";
  79. /* Back navigation button title */
  80. "Back" = "Tilbage";
  81. /* Title text for multi-value basal rate warning */
  82. "Basal Rates" = "Basalrater";
  83. /* Describes a percentage decrease in overall insulin needs */
  84. "Basal, bolus, and correction insulin dose amounts are decreased by %@%%." = "Basal-, bolus- og korrektionsinsulindoser er sænket med %@%%.";
  85. /* Describes a percentage increase in overall insulin needs */
  86. "Basal, bolus, and correction insulin dose amounts are increased by %@%%." = "Basal-, bolus- og korrektionsinsulindoser er forøget med %@%%.";
  87. /* Describes a lack of change in overall insulin needs */
  88. "Basal, bolus, and correction insulin dose amounts are unaffected." = "Basal-, bolus- og korrektionsinsulindoser er uændrede.";
  89. /* No comment provided by engineer. */
  90. "Bottom component" = "Nederst komponent";
  91. /* The title of the cancel action in an action sheet */
  92. "Cancel" = "Annuller";
  93. /* The text for the override cancellation button */
  94. "Cancel Override" = "Annuller Override";
  95. /* Title text for suspend resume button when temp basal canceling */
  96. "Canceling Temp Basal" = "Annuller midlertidig basal";
  97. /* Title text for multi-value carb ratio warning */
  98. "Carb Ratios" = "Kulhydratforhold";
  99. /* Footer text for customizing an override from a preset (1: preset name) */
  100. "Changes will only apply this time you enable the override. The default settings of %@ will not be affected." = "Ændringer gælder kun ved denne Override. Standardindstillingerne af %@ bliver ikke påvirket.";
  101. /* Footer text for customizing from a preset (1: preset name) */
  102. "Changes will only apply this time you enable the preset. The default settings of %@ will not be affected." = "Ændringerne gælder kun denne Override. Standardindstillingerne af %@ bliver ikke påvirket.";
  103. /* Carb entry section footer text explaining absorption time */
  104. "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ælg en længere absorptionstid ved større måltider, eller dem med fedt og proteiner. Det er blot hjælp til algoritmen og behøver ikke være nøjagtig.";
  105. /* Button text to close a modal
  106. Text to close informational page */
  107. "Close" = "Luk";
  108. /* The format string describing the date of a COB value. The first format argument is the localized date. */
  109. "com.loudnate.CarbKit.COBDateLabel" = "ved %1$@";
  110. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  111. "com.loudnate.CarbKit.totalDateLabel" = "siden %1$@";
  112. /* The format string describing the date of an IOB value. The first format argument is the localized date. */
  113. "com.loudnate.InsulinKit.IOBDateLabel" = "ved %1$@";
  114. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  115. "com.loudnate.InsulinKit.totalDateLabel" = "siden %1$@";
  116. /* The title of the action used to dismiss an error alert */
  117. "com.loudnate.LoopKit.errorAlertActionTitle" = "OK";
  118. /* Accessibility label for ProgressIndicatorView when showIndeterminantProgress */
  119. "Completed." = "Fuldført.";
  120. /* The title for the override emoji condition section */
  121. "Condition" = "Tilstand";
  122. /* The button text for confirming the setting */
  123. "Confirm Setting" = "Bekræft indstillingerne";
  124. /* No comment provided by engineer. */
  125. "content" = "indhold";
  126. /* Title of the setup button to continue */
  127. "Continue" = "Fortsæt";
  128. /* The section footer of correction range schedule */
  129. "Correction range is the blood glucose range that you would like Loop to correct to." = "Korrektionsinterval er det blodsukkerinterval, du gerne vil have Loop til at korrigere imod.";
  130. /* Title text for multi-value correction value warning */
  131. "Correction Values" = "Korrektionværdier";
  132. /* The text for a custom override */
  133. "Custom" = "Brugerdefineret";
  134. /* The title for the custom override entry screen */
  135. "Custom Override" = "Brugerdefineret Override";
  136. /* The title for the custom preset entry screen
  137. The title for the custom preset selection screen */
  138. "Custom Preset" = "Brugerdefineret forudindstilling";
  139. /* Title of the carb entry date picker cell */
  140. "Date" = "Dato";
  141. /* Delete values for Pre-Meal, inactivates Pre-Meal icon
  142. Test for table cell delete button
  143. The title of the button to remove the credentials for a service */
  144. "Delete" = "Slet";
  145. /* The title of the button to remove the credentials for a service */
  146. "Delete Account" = "Slet konto";
  147. /* Button title to delete all objects */
  148. "Delete All" = "Slet alle";
  149. /* Title text for crossed thresholds guardrail warning */
  150. "Delivery Limits" = "Insulingrænser";
  151. /* Information about delivery limits */
  152. "Delivery Limits are safety guardrails for your insulin delivery." = "Insulingrænser er sikkerhedsgrænser for insulinafgivelsen.";
  153. /* The text for the custom preset disable button */
  154. "Disable Preset" = "Deaktiver forudindstilling";
  155. /* Text for dismiss button
  156. Text for done button
  157. Video player done button label */
  158. "Done" = "Udført";
  159. /* The text for the override duration setting */
  160. "Duration" = "Varighed";
  161. /* Text for edit button
  162. The title for the enabled custom preset editing screen */
  163. "Edit" = "Rediger";
  164. /* The title of the view controller to edit an existing carb entry */
  165. "Edit Carb Entry" = "Rediger kulhydrater";
  166. /* The title for the override editing screen */
  167. "Edit Override" = "Rediger Override";
  168. /* Footer text for editing an active override (1: preset name) */
  169. "Editing affects only the active override. The default settings of %@ will not be affected." = "Ændringer gælder kun den aktuelle Override. Standardindstillingerne af %@ bliver ikke påvirket.";
  170. /* Footer text for editing an enabled custom preset (1: preset name) */
  171. "Edits persist only until the preset is disabled. The default settings of %@ will not be affected." = "Ændringer forbliver kun gældende, indtil forindstillingen deaktiveres. Standardindstillingerne for %@ påvirkes ikke.";
  172. /* The button text for enabling a temporary override */
  173. "Enable" = "Aktiver";
  174. /* The text for the indefinite override duration setting */
  175. "Enable Indefinitely" = "Aktiver på ubestemt tid";
  176. /* The detail text describing an enabled setting */
  177. "Enabled" = "Aktiveret";
  178. /* The text for the override start time */
  179. "End Time" = "Sluttidstid";
  180. /* Format string for accessibility label for value entry. (1: value label) */
  181. "Enter %1$@ value" = "Angiv %1$@ værdi";
  182. /* The placeholder text instructing users how to enter a maximum bolus */
  183. "Enter a number of units" = "Indtast antal enheder";
  184. /* The placeholder text instructing users how to enter a maximum basal rate */
  185. "Enter a rate in units per hour" = "Indtast en mængde i enheder pr time";
  186. /* Segmented button title for insulin delivery log event history */
  187. "Event History" = "Hændelseshistorik";
  188. /* No comment provided by engineer. */
  189. "Example" = "Eksempel";
  190. /* Section title for fast absorbing food */
  191. "Fast" = "Hurtig";
  192. /* Title of insulin model preset - fiasp */
  193. "Fiasp" = "Fiasp";
  194. /* Insulin model setting description (1: app name) (2: number of models) */
  195. "For fast acting insulin, %1$@ assumes it is actively working for 6 hours. You can choose from %2$@ different models for how the app measures the insulin’s peak activity." = "%1$@ antager, at insulin er aktivt i 6 timer. Du kan vælge mellem %2$@ forskellige modeller for, hvordan Loop bruger insulinets maksimale effekt i sine beregninger.";
  196. /* Information about correction range format (1: app name) */
  197. "For this range, choose the specific glucose value (or range of values) that you want %1$@ to aim for in adjusting your basal insulin." = "For dette område skal du vælge det specifikke blodsukker (eller interval), som du vil have %1$@ til at sigte efter, når din basal justeres.";
  198. /* Support button for Therapy Settings */
  199. "Get help with Therapy Settings" = "Få hjælp til indstillinger";
  200. /* Button text to return to editing a schedule after from alert popup when some schedule values are outside the recommended range
  201. Text for go back action on confirmation alert */
  202. "Go Back" = "Gå tilbage";
  203. /* Title text for the high basal rate warning */
  204. "High Basal Rate" = "Høj basalrate";
  205. /* Title text for the high carb ratio warning */
  206. "High Carb Ratio" = "Høj kulhydratforhold";
  207. /* Title text for the high correction value warning */
  208. "High Correction Value" = "Høj korrektionsværdi";
  209. /* Title text for the high glucose safety limit warning */
  210. "High Glucose Safety Limit" = "Høj sikkerhedsgrænse for blodsukker";
  211. /* Title text for the high insulin sensitivity warning */
  212. "High Insulin Sensitivity" = "Høj insulinfølsomhed";
  213. /* Title text for high maximum basal rate warning */
  214. "High Maximum Basal Rate" = "Høj maksimal basalrate";
  215. /* Title text for high maximum bolus warning */
  216. "High Maximum Bolus" = "Maksimal bolus";
  217. /* Title text for the low pre-meal value warning */
  218. "High Pre-Meal Value" = "Høj før-måltid værdi";
  219. /* Title text for the high workout value warning */
  220. "High Workout Value" = "Høj træningsværdi";
  221. /* The text for the override history */
  222. "History" = "Historik";
  223. /* Description of how to interact with summary screen */
  224. "If these settings look good to you, tap Save Settings to continue." = "Hvis indstillingerne er korrekte, skal du trykke på \"Gem indstillinger\" for at fortsætte.";
  225. /* Information about target range */
  226. "If you've used a CGM before, you're likely familiar with target range as a wide range of values you'd like for your glucose notification alerts, such as 70-180 mg/dL or 90-200 mg/dL." = "Hvis du har brugt en CGM tidligere, er du sandsynligvis bekendt med at få advarsler ud fra et blodsukkerinterval, såsom 5-10 mmol/L eller 6-12 mmol/L.";
  227. /* Title text for insulin model */
  228. "Insulin Model" = "Insulinmodel";
  229. /* Title text for multi-value insulin sensitivity warning */
  230. "Insulin Sensitivities" = "Insulinfølsomheder";
  231. /* The description shown on the insulin sensitivity schedule interface. */
  232. "Insulin sensitivity describes how your blood glucose should respond to a 1 Unit dose of insulin. Smaller values mean more insulin will be given when above target. Values that are too small can cause dangerously low blood glucose." = "Insulinfølsomhed beskriver hvordan dit blodsukker påvirkes af 1 enhed insulin. Mindre værdier betyder, at mere insulin vil blive givet, når blodsukkeret er over målet. Værdier der er for små, kan forårsage faretruende lavt blodsukker.";
  233. /* 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) */
  234. "Interrupted %1$@: <b>%2$@</b> of %3$@ %4$@" = "Afbrudt %1$@: <b>%2$@</b> af %3$@ %4$@";
  235. /* Guardrail info text format */
  236. "It can be set as low as %1$@. It can be set as high as %2$@." = "Det kan sættes så lavt som %1$@. Det kan sættes så højt som %2$@.";
  237. /* Title text for the low basal rate warning */
  238. "Low Basal Rate" = "Lav basalrate";
  239. /* Title text for the low carb ratio warning */
  240. "Low Carb Ratio" = "Lav kulhydratforhold";
  241. /* Title text for the low correction value warning */
  242. "Low Correction Value" = "Lav korrektionsværdi";
  243. /* Title text for the low glucose safety limit warning */
  244. "Low Glucose Safety Limit" = "Lav sikkerhedsgrænse for blodsukker";
  245. /* Title text for the low insulin sensitivity warning */
  246. "Low Insulin Sensitivity" = "Lav insulinfølsomhed";
  247. /* Title text for low maximum basal rate warning */
  248. "Low Maximum Basal Rate" = "Lav maksimal basalrate";
  249. /* Title text for low maximum bolus warning */
  250. "Low Maximum Bolus" = "Lav maksimal bolus";
  251. /* Title text for the low pre-meal value warning */
  252. "Low Pre-Meal Value" = "Lav før-måltid værdi";
  253. /* Title text for the low workout value warning */
  254. "Low Workout Value" = "Lav træningsværdi";
  255. /* Title of insulin model preset - lyumjev */
  256. "Lyumjev" = "Lyumjev";
  257. /* Placeholder for maximum value in glucose range */
  258. "max" = "max";
  259. /* The title text for the maximum basal rate value */
  260. "Maximum Basal Rate" = "Maksimal basalrate";
  261. /* Information about maximum basal rate (1: app name) */
  262. "Maximum Basal Rate is the maximum automatically adjusted basal rate that %1$@ is allowed to enact to help reach your correction range." = "Maksimal basalrate er den maksimale automatisk justerede basalrate, som %1$@ har lov til at sætte for at hjælpe med at nå dit korrektionsområde.";
  263. /* The title text for the maximum bolus value */
  264. "Maximum Bolus" = "Maksimal bolus";
  265. /* Information about maximum bolus (1: app name) */
  266. "Maximum Bolus is the highest bolus amount that you will allow %1$@ to recommend at one time to cover carbs or bring down high glucose." = "Maksimal bolus er den højeste bolus, som du vil tillade %1$@ at anbefale på én gang for at dække kulhydrater eller nedbringe højt blodsukker.";
  267. /* Section title for medium absorbing food */
  268. "Medium" = "Medium";
  269. /* Placeholder for minimum value in glucose range */
  270. "min" = "min";
  271. /* No comment provided by engineer. */
  272. "more content" = "yderligere indhold";
  273. /* Alert action title to open error help */
  274. "More Info" = "Mere Info";
  275. /* The text for the override preset name setting */
  276. "Name" = "Navn";
  277. /* Title for mini-modal to add a new schedule entry */
  278. "New Entry" = "Ny indtastning";
  279. /* The title for the new override preset entry screen */
  280. "New Preset" = "Ny Forudindstilling";
  281. /* Title text for the zero basal rate warning */
  282. "No Basal Insulin" = "Ingen basalinsulin";
  283. /* Section title for no-carb food
  284. The title for override emoji miscellaneous section */
  285. "Other" = "Anden";
  286. /* The title text for the insulin sensitivity scaling setting */
  287. "Overall Insulin Needs" = "Totalt Insulinbehov";
  288. /* Title for override history view */
  289. "Override History" = "Override historik";
  290. /* The title text for the override presets screen */
  291. "Override Presets" = "Override forudindstillinger";
  292. /* Text directing the user to configure override presets */
  293. "Override presets can be set up under the 'Configuration' section of the settings screen." = "Forudindstillinger for Overrides kan sættes op i 'Konfigurations\"-delen af Indstillingsskærmen.";
  294. /* The section title of glucose overrides */
  295. "Overrides" = "Overrides";
  296. /* Title for the pre-meal override range */
  297. "Pre-Meal" = "Før-måltid";
  298. /* Title text for multi-value pre-meal value warning */
  299. "Pre-Meal Values" = "Værdier før-måltid";
  300. /* title for prescription section */
  301. "Prescription" = "Recept";
  302. /* The section header text override presets */
  303. "PRESETS" = "FORUDINSTILLINGER";
  304. /* Accessibility label for ProgressIndicatorView when showIndeterminantProgress */
  305. "Progressing." = "Status.";
  306. /* The title of the screen displaying a pump event */
  307. "Pump Event" = "Pumpe-hændelse";
  308. /* Title text for suspend resume button when the basal delivery state is not set */
  309. "Pump Inoperable" = "Pumpe ubrugelig";
  310. /* Title of insulin model preset - rapid acting adult */
  311. "Rapid-Acting – Adults" = "Hurtigt-virkende (Rapid) – Voksne";
  312. /* Title of insulin model preset - rapid acting children */
  313. "Rapid-Acting – Children" = "Hurtigt-virkende (Rapid) – Børn";
  314. /* The default placeholder string for a credential */
  315. "Required" = "Påkrævet";
  316. /* Segmented button title for insulin delivery log reservoir history */
  317. "Reservoir" = "Reservoir";
  318. /* Title text for button to resume insulin delivery */
  319. "Resume Delivery" = "Fortsæt indgivelse";
  320. /* Title text for button when insulin delivery is in the process of being resumed */
  321. "Resuming" = "Fortsætter";
  322. /* title for summary description section */
  323. "Review and Save Settings" = "Gennemse og gem indstillinger";
  324. /* Description of how to interact with summary screen */
  325. "Review your therapy settings below. If you’d like to edit any of these settings, tap Back to go back to that screen." = "Gennemgå dine behandlingsindstillinger nedenfor. Hvis du vil redigere en af disse indstillinger, skal du trykke på \"Tilbage\" for at gå tilbage til denne skærm.";
  326. /* The text for the override preset name field placeholder */
  327. "Running" = "Løber";
  328. /* Button text for saving glucose correction range schedule
  329. Button text for saving insulin sensitivity schedule */
  330. "Save" = "Gem";
  331. /* Alert title for confirming basal rates outside the recommended range */
  332. "Save Basal Rates?" = "Gem basalrater?";
  333. /* Alert title for confirming carb ratios outside the recommended range */
  334. "Save Carb Ratios?" = "Gem kulhydratforhold?";
  335. /* Alert title for confirming correction ranges outside the recommended range */
  336. "Save Correction Range(s)?" = "Gem korrektionsområde(er)?";
  337. /* Alert title for confirming delivery limits outside the recommended range */
  338. "Save Delivery Limits?" = "Gem insulin-grænser?";
  339. /* Alert title for confirming a glucose safety limit outside the recommended range */
  340. "Save Glucose Safety Limit?" = "Gem sikkerhedsgrænse for blodsukker?";
  341. /* Alert title for confirming insulin sensitivities outside the recommended range */
  342. "Save Insulin Sensitivities?" = "Gem insulinfølsomheder?";
  343. /* Alert title for confirming pre-meal range overrides outside the recommended range */
  344. "Save Pre-Meal Range?" = "Gem før-måltid område?";
  345. /* Alert title for confirming workout range overrides outside the recommended range */
  346. "Save Workout Range?" = "Vil du gemme træningsområdet?";
  347. /* The button text during saving on a configuration page */
  348. "Saving..." = "Gemmer...";
  349. /* The section header text for a scheduled override */
  350. "SCHEDULED OVERRIDE" = "PLANLAGT OVERRIDE";
  351. /* The section header text for a scheduled custom preset */
  352. "SCHEDULED PRESET" = "PLANLAGT FORUDINDSTILLING";
  353. /* Section title for slow absorbing food */
  354. "Slow" = "Langsom";
  355. /* Information about typical maximum basal rates */
  356. "Some users choose a value 2, 3, or 4 times their highest scheduled basal rate." = "Nogle brugere vælger en værdi 2, 3 eller 4 gange deres højeste basalrate.";
  357. /* The text for the override start time */
  358. "Start Time" = "Starttidspunkt";
  359. /* Title text for suspend resume button when temp basal starting */
  360. "Starting Temp Basal" = "Starter midlertidig basal";
  361. /* Format for prescription descriptive text (1: providerName, 2: datePrescribed) */
  362. "Submitted by %1$@, %2$@" = "Indsendt af %1$@, %2$@";
  363. /* Title for support section */
  364. "Support" = "Support";
  365. /* Title text for button to suspend insulin delivery */
  366. "Suspend Delivery" = "Afbryd insulintilførsel";
  367. /* Title text for button when insulin delivery is in the process of being stopped */
  368. "Suspending" = "Afbryder";
  369. /* No comment provided by engineer. */
  370. "Switch Preview State" = "Skift forhåndsvisningstilstand";
  371. /* The text for the override preset symbol setting */
  372. "Symbol" = "Symbol";
  373. /* Text directing the user to configure their first custom preset */
  374. "Tap '+' to create a new custom preset." = "Tryk på '+' for at oprette en ny brugerdefineret forudindstilling.";
  375. /* The empty-state text for a configuration value */
  376. "Tap to set" = "Tryk for at gemme";
  377. /* The text for the override target range setting */
  378. "Target Range" = "Målområde";
  379. /* Description of pre-meal mode */
  380. "Temporarily lower your glucose target before a meal to impact post-meal glucose spikes." = "Sænker midlertidigt dit blodsukker mål før et måltid for at modvirke stigning i blodsukker efter måltidet.";
  381. /* Description of workout mode */
  382. "Temporarily raise your glucose target before, during, or after physical activity to reduce the risk of low glucose events." = "Hæver midlertidigt dit blodsukkermål før, under eller efter fysisk aktivitet for at reducere risikoen for lavt blodsukker.";
  383. /* The title for the override selection screen */
  384. "Temporary Override" = "Midlertidig Override";
  385. /* Information about pre-meal range relative to correction range
  386. Information about workout range relative to correction range */
  387. "than your Correction Range." = "end dit korrektionsområde.";
  388. /* Description for selection when no insulin type is selected. */
  389. "The currently selected fast acting insulin model will be used as a default." = "Den aktuelt valgte hurtigtvirkende insulinmodel anvendes som standard.";
  390. /* Subtitle description of Walsh insulin model setting */
  391. "The legacy model used by Loop, allowing customization of action duration." = "Ældre model, der bruges af Loop, og som gør det muligt at tilpasse insulinens varighed.";
  392. /* Alert body displayed absorption time greater than max (1: maximum absorption time) */
  393. "The maximum absorption time is %@" = "Den maksimale absorptionstid er %@";
  394. /* Alert body displayed for quantity greater than max (1: maximum quantity in grams) */
  395. "The maximum allowed amount is %@ grams" = "Den maksimalt tilladte mængde er %@ gram";
  396. /* Information about adult insulin model */
  397. "The rapid-acting adult model assumes peak activity at 75 minutes." = "Den hurtigvirkende insulinmodel for voksne antager maksimal effekt ved 75 minutter.";
  398. /* Information about child insulin model */
  399. "The rapid-acting child model assumes peak activity at 65 minutes." = "Den hurtigvirkende insulinmodel for voksne antager maksimal effekt ved 65 minutter.";
  400. /* Information about basal rate scheduling */
  401. "The schedule starts at midnight and cannot contain a rate of 0 U/hr." = "Tidsplanen starter ved midnat og kan ikke indeholde en dosis på 0 E/time.";
  402. /* Therapy Settings screen title */
  403. "Therapy Settings" = "Behandlingsindstillinger";
  404. /* No comment provided by engineer. */
  405. "Therapy Settings Support Placeholder" = "Placeholder for behandlingsindstillinger";
  406. /* Subtitle of afrezza preset */
  407. "This model assumes peak insulin activity at 19 minutes." = "Denne model forudsætter peak insulinaktivitet på 19 minutter.";
  408. /* Subtitle of Fiasp preset
  409. Subtitle of Lyumjev preset */
  410. "This model assumes peak insulin activity at 55 minutes." = "Denne model forudsætter peak insulinaktivitet på 55 minutter.";
  411. /* Subtitle of Rapid-Acting – Children preset */
  412. "This model assumes peak insulin activity at 65 minutes." = "Denne model forudsætter maksimal effekt ved 65 minutter.";
  413. /* Subtitle of Rapid-Acting – Adult preset */
  414. "This model assumes peak insulin activity at 75 minutes." = "Denne model forudsætter maksimal effekt ved 75 minutter.";
  415. /* Information about pre-meal range relative to correction range
  416. Information about workout range relative to correction range */
  417. "This will typically be" = "Dette vil typisk være";
  418. /* Label for offset from midnight picker */
  419. "Time" = "Tid";
  420. /* The schedule table view header describing the configured time zone difference from the default time zone. The substitution parameters are: (1: time zone name)(2: +/-)(3: time interval) */
  421. "Times in %1$@%2$@%3$@" = "Tider i %1$@%2$@%3$@";
  422. /* No comment provided by engineer. */
  423. "To be implemented" = "Ikke implementeret";
  424. /* No comment provided by engineer. */
  425. "Top component" = "Top-komponent";
  426. /* The text indicating Total for Daily Schedule Basal */
  427. "Total" = "Total";
  428. /* The text indicating U/day for Daily Schedule Basal */
  429. "U/day" = "E/dag";
  430. /* The unit string for units per hour */
  431. "U/hour" = "E/time";
  432. /* Alert title when error occurs while saving a schedule */
  433. "Unable to Save" = "Kunne ikke gemme";
  434. /* The unit string for units */
  435. "Units" = "Enheder";
  436. /* Accessibility value for an unknown value
  437. The default title to use when an entry has none */
  438. "Unknown" = "Ukendt";
  439. /* Title for selection when no insulin type is selected. */
  440. "Unset" = "Ikke-indstillet";
  441. /* Placeholder text until value is entered */
  442. "Value" = "Værdi";
  443. /* Label indicating validation is occurring */
  444. "Verifying" = "Validerer";
  445. /* The title for the override editing screen */
  446. "View Override" = "Vis override";
  447. /* Title of insulin model setting */
  448. "Walsh" = "Walsh";
  449. /* Title of an alert containing a validation warning */
  450. "Warning" = "Advarsel";
  451. /* Disclaimer */
  452. "Work with your healthcare provider to choose a value that is higher than your highest scheduled basal rate, but as conservative or aggressive as you feel comfortable." = "Arbejd sammen med sundhedspersonalet om at vælge en værdi, der er højere end din højeste planlagte basalrate, men så konservativ eller aggressiv som du føler dig tryg ved.";
  453. /* Title for the workout override range */
  454. "Workout" = "Motion";
  455. /* Information about workout range format (1: app name) */
  456. "Workout Range is the glucose value or range of values you want %1$@ to target during activity. This range will be in effect when you activate the Workout Preset button." = "Træningsområde er den blodsukkerværdi eller værdiinterval, du ønsker %1$@ at målrette under aktivitet. Dette interval vil bruges, når du aktiverer knappen som Preset for træning.";
  457. /* Title text for multi-value workout value warning */
  458. "Workout Values" = "Værdier for træning";
  459. /* Description of how to add a ratio */
  460. "You can add different carb ratios for different times of day by using the ➕." = "Du kan tilføje forskellige kulhydratforhold for forskellige tidspunkter af dagen ved hjælp af ➕.";
  461. /* Description of how to add a ratio */
  462. "You can add different insulin sensitivities for different times of day by using the ➕." = "Du kan tilføje forskellige insulinfølsomheder for forskellige tidspunkter af dagen ved at bruge ➕.";
  463. /* Description of how to add a configuration range */
  464. "You can add different ranges for different times of day by using the ➕." = "Du kan tilføje forskellige intervaller for forskellige tidspunkter af dagen ved at bruge ➕.";
  465. /* Description of how to add a range */
  466. "You can add entries for different times of day by using the ➕." = "Du kan tilføje forskellige poster for forskellige tidspunkter af dagen ved at bruge ➕.";
  467. /* Information about insulin model (1: app name) */
  468. "You can choose how %1$@ measures rapid acting insulin's peak activity according to one of these two insulin models." = "Du kan vælge, hvordan %1$@ måler hurtigtvirkende insulins maksimale aktivitet i henhold til en af disse to insulinmodeller.";
  469. /* Description of how to edit setting */
  470. "You can edit a setting by tapping into any line item." = "Du kan redigere en indstilling ved at trykke på en linje.";
  471. /* Description of how to edit setting */
  472. "You can edit the setting by tapping into the line item." = "Du kan redigere indstillingen ved at trykke på linjen.";
  473. /* Information about basal rates */
  474. "Your Basal Rate of insulin is the number of units per hour that you want to use to cover your background insulin needs." = "En basalrate, er det antal af enheder i timen, som du skal bruge for at dække dit basale insulinbehov.";
  475. /* Lower bound pre-meal information text */
  476. "your Glucose Safety Limit" = "din sikkerhedsgrænse for blodsukker";
  477. /* Disclaimer */
  478. "Your healthcare provider can help you choose a Correction Range that's right for you." = "Din læge kan hjælpe dig med at vælge et korrektionsområde, der passer til dig.";
  479. /* Description of insulin sensitivity factor */
  480. "Your Insulin Sensitivity Factor (ISF) is the drop in glucose expected from one unit of insulin." = "Insulinfølsomhed (ISF) henviser til det fald i blodsukkeret, der forventes fra én insulinenhed.";
  481. /* Information about pre-meal range format (1: app name) */
  482. "Your Pre-Meal Range should be the glucose value (or range of values) you want %1$@ to target by the time you take your first bite of your meal. This range will be in effect when you activate the Pre-Meal Preset button." = "Dit før-måltid-område bør være den glukoseværdi (eller værdiinterval), du vil have %1$@ til at målrette efter det tidspunkt, du starter med at spise. Dette interval vil bruges, når du aktiverer knappen før-måltid.";