Localizable.strings 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. /* Information about workout range relative to correction range */
  2. " higher " = "høyere";
  3. /* Information about pre-meal range relative to correction range */
  4. " lower " = " nedre ";
  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" = "%@%% av normalt 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$@ antar at insulinet den har levert, jobber aktivt med å senke blodsukkeret i 6 timer. Denne innstillingen kan ikke endres.";
  28. /* Lower bound workout information text format (1: app name) */
  29. "%1$@ or your Glucose Safety Limit, whichever is higher" = "%1$@ eller din sikkerhetsgrense for blodsukker, avhengig av hva som er høyest";
  30. /* Information about max number of basal rates (1: app name) (2: maximum schedule entry count) */
  31. "%1$@ supports 1 to %2$@ rates per day." = "%1$@ støtter 1 til %2$@ rater per dag.";
  32. /* Reservoir entry (1: volume value) */
  33. "%1$@ U" = "%1$@ E";
  34. /* Accessibility format string for (1: localized volume)(2: time) */
  35. "%1$@ units remaining at %2$@" = "%1$@ enheter gjenstår ved %2$@";
  36. /* Description of a basal temp basal dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: unit)
  37. Description of a bolus dose entry (1: title for dose type, 2: value (? if no value) in bold, 3: unit) */
  38. "%1$@: <b>%2$@</b> %3$@" = "%1$@ : <b> %2$@ </b> %3$@";
  39. /* String format for value with units (1: value, 2: separator, 3: units) */
  40. "%1$@%2$@%3$@" = "%1$@ %2$@ %3$@";
  41. /* No comment provided by engineer. */
  42. "🍽" = "🍽";
  43. /* Premeal override preset title */
  44. "🍽 Pre-Meal" = "🍽 Før måltid";
  45. /* No comment provided by engineer. */
  46. "🏃‍♂️" = "🏃‍♂️";
  47. /* Workout override preset title */
  48. "🏃‍♂️ Workout" = "🏃 ♂️ Treningsøkt";
  49. /* No comment provided by engineer. */
  50. "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 pakkes inn på flere linjer hvis jeg fortsetter å skrive lenge nok – denne lengden bør gjøre det";
  51. /* Information about differences between target range and correction range */
  52. "A Correction Range is different. This will be a narrower range." = "Et korreksjonsområde er annerledes. Dette vil være et smalere område.";
  53. /* No comment provided by engineer. */
  54. "A simple card" = "Et enkelt kort";
  55. /* Warning text for basal rate of 0 U/hr */
  56. "A value of 0 U/hr means you will be scheduled to receive no basal insulin." = "En verdi på 0 E/time betyr at du ikke vil få noe basalinsulin.";
  57. /* No comment provided by engineer. */
  58. "Above the save button" = "Over lagre-knappen";
  59. /* Title of the carb entry absorption time cell */
  60. "Absorption Time" = "Absorbsjonstid";
  61. /* No comment provided by engineer. */
  62. "Action Button" = "Handling-knapp";
  63. /* The text for the override history duration */
  64. "Active Duration" = "Aktiv varighet";
  65. /* The title for the override emoji activity section */
  66. "Activity" = "Aktivitet";
  67. /* Button text to confirm adding a new schedule item */
  68. "Add" = "Legg til";
  69. /* The title of the button to add the credentials for a service */
  70. "Add Account" = "Legg Til Konto";
  71. /* The title of the view controller to create a new carb entry */
  72. "Add Carb Entry" = "Legg til karbohydrater";
  73. /* Title of insulin model preset - afrezza */
  74. "Afrezza" = "Afrezza";
  75. /* Action sheet confirmation message for pump history deletion */
  76. "Are you sure you want to delete all history entries?" = "Er du sikker på at du vil slette alle historiske innslag?";
  77. /* Action sheet confirmation message for reservoir deletion */
  78. "Are you sure you want to delete all reservoir values?" = "Er du sikker på at du vil slette alle reservoarverdier?";
  79. /* Authentication hint string for therapy settings */
  80. "Authenticate to save therapy setting" = "Autentiser for å lagre behandlingsinnstillingen";
  81. /* Back navigation button title */
  82. "Back" = "Tilbake";
  83. /* Title text for multi-value basal rate warning */
  84. "Basal Rates" = "Basal-satser";
  85. /* Describes a percentage decrease in overall insulin needs */
  86. "Basal, bolus, and correction insulin dose amounts are decreased by %@%%." = "Insulindoser for basal, bolus og korreksjon er redusert med %@%%.";
  87. /* Describes a percentage increase in overall insulin needs */
  88. "Basal, bolus, and correction insulin dose amounts are increased by %@%%." = "Insulindoser for bassal, bolus og korreksjon er økt med %@%%";
  89. /* Describes a lack of change in overall insulin needs */
  90. "Basal, bolus, and correction insulin dose amounts are unaffected." = "Insulindoser for basal, bolus og korreksjon er uendret.";
  91. /* No comment provided by engineer. */
  92. "Bottom component" = "Nederste komponent";
  93. /* The title of the cancel action in an action sheet */
  94. "Cancel" = "Avbryt";
  95. /* The text for the override cancellation button */
  96. "Cancel Override" = "Avbryt overstyring";
  97. /* Title text for suspend resume button when temp basal canceling */
  98. "Canceling Temp Basal" = "Avbryter midlertidig basal";
  99. /* Title text for multi-value carb ratio warning */
  100. "Carb Ratios" = "Karb forhold";
  101. /* Footer text for customizing an override from a preset (1: preset name) */
  102. "Changes will only apply this time you enable the override. The default settings of %@ will not be affected." = "Endringer vil kun gjelde for denne gangen du aktiverer overstyring. Standardinstillinger for %@ vil ikke bli påvirket.";
  103. /* Footer text for customizing from a preset (1: preset name) */
  104. "Changes will only apply this time you enable the preset. The default settings of %@ will not be affected." = "Endringer vil kun gjelde for denne gangen du aktiverer forhåndsinnstillingen. Standardinnstillingene til %@ vil ikke bli påvirket.";
  105. /* Carb entry section footer text explaining absorption time */
  106. "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." = "Velg en lengre absorpsjonstid for større måltider, eller de som inneholder fett og proteiner. Dette er bare veiledning til algoritmen og trenger ikke å være nøyaktig.";
  107. /* Button text to close a modal
  108. Text to close informational page */
  109. "Close" = "Lukk";
  110. /* The format string describing the date of a COB value. The first format argument is the localized date. */
  111. "com.loudnate.CarbKit.COBDateLabel" = "kl. %1$@";
  112. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  113. "com.loudnate.CarbKit.totalDateLabel" = "siden %1$@";
  114. /* The format string describing the date of an IOB value. The first format argument is the localized date. */
  115. "com.loudnate.InsulinKit.IOBDateLabel" = "kl. %1$@";
  116. /* The format string describing the starting date of a total value. The first format argument is the localized date. */
  117. "com.loudnate.InsulinKit.totalDateLabel" = "siden %1$@";
  118. /* The title of the action used to dismiss an error alert */
  119. "com.loudnate.LoopKit.errorAlertActionTitle" = "Ok";
  120. /* Accessibility label for ProgressIndicatorView when showIndeterminantProgress */
  121. "Completed." = "Fullført.";
  122. /* The title for the override emoji condition section */
  123. "Condition" = "Betingelse";
  124. /* The button text for confirming the setting */
  125. "Confirm Setting" = "Bekreft";
  126. /* No comment provided by engineer. */
  127. "content" = "innhold";
  128. /* Title of the setup button to continue */
  129. "Continue" = "Fortsett";
  130. /* The section footer of correction range schedule */
  131. "Correction range is the blood glucose range that you would like Loop to correct to." = "Korreksjonsområde er området du ønsker at Loop skal korrigere blodsukker til.";
  132. /* Title text for multi-value correction value warning */
  133. "Correction Values" = "Korreksjonsverdier";
  134. /* The text for a custom override */
  135. "Custom" = "Tilpasset";
  136. /* The title for the custom override entry screen */
  137. "Custom Override" = "Tilpasset overstyring";
  138. /* The title for the custom preset entry screen
  139. The title for the custom preset selection screen */
  140. "Custom Preset" = "Egendefinert forhåndsinnstilling";
  141. /* Title of the carb entry date picker cell */
  142. "Date" = "Dato";
  143. /* Delete values for Pre-Meal, inactivates Pre-Meal icon
  144. Test for table cell delete button
  145. The title of the button to remove the credentials for a service */
  146. "Delete" = "Slett";
  147. /* The title of the button to remove the credentials for a service */
  148. "Delete Account" = "Slett Konto";
  149. /* Button title to delete all objects */
  150. "Delete All" = "Slett alle";
  151. /* Title text for crossed thresholds guardrail warning */
  152. "Delivery Limits" = "Leveringsgrenser";
  153. /* Information about delivery limits */
  154. "Delivery Limits are safety guardrails for your insulin delivery." = "Leveringsgrenser er sikkerhetsrekkverk for insulinleveringen.";
  155. /* The text for the custom preset disable button */
  156. "Disable Preset" = "Deaktiver forhåndsinnstilling";
  157. /* Text for dismiss button
  158. Text for done button
  159. Video player done button label */
  160. "Done" = "Ferdig";
  161. /* The text for the override duration setting */
  162. "Duration" = "Varighet";
  163. /* Text for edit button
  164. The title for the enabled custom preset editing screen */
  165. "Edit" = "Rediger";
  166. /* The title of the view controller to edit an existing carb entry */
  167. "Edit Carb Entry" = "Rediger karbohydrater";
  168. /* The title for the override editing screen */
  169. "Edit Override" = "Rediger overstyring";
  170. /* Footer text for editing an active override (1: preset name) */
  171. "Editing affects only the active override. The default settings of %@ will not be affected." = "Redigering påvirker kun den aktive overstyringen. Standardinnstillingen %@ vil ikke bbli påvirket.";
  172. /* Footer text for editing an enabled custom preset (1: preset name) */
  173. "Edits persist only until the preset is disabled. The default settings of %@ will not be affected." = "Endringer gjelder kun til forhåndsinnstillingen er deaktivert. Standardinnstillingene til %@ vil ikke bli påvirket.";
  174. /* The button text for enabling a temporary override */
  175. "Enable" = "Aktiver";
  176. /* The text for the indefinite override duration setting */
  177. "Enable Indefinitely" = "Aktiver på ubestemt tid";
  178. /* The detail text describing an enabled setting */
  179. "Enabled" = "Aktivert";
  180. /* The text for the override start time */
  181. "End Time" = "Sluttid";
  182. /* Format string for accessibility label for value entry. (1: value label) */
  183. "Enter %1$@ value" = "Skriv inn %1$@ verdi";
  184. /* The placeholder text instructing users how to enter a maximum bolus */
  185. "Enter a number of units" = "Skriv inn antall enheter";
  186. /* The placeholder text instructing users how to enter a maximum basal rate */
  187. "Enter a rate in units per hour" = "Velg en grense for maks enheter per time";
  188. /* Segmented button title for insulin delivery log event history */
  189. "Event History" = "Hendelseshistorie";
  190. /* No comment provided by engineer. */
  191. "Example" = "Eksempel";
  192. /* Section title for fast absorbing food */
  193. "Fast" = "Rask";
  194. /* Title of insulin model preset - fiasp */
  195. "Fiasp" = "Fiasp";
  196. /* Insulin model setting description (1: app name) (2: number of models) */
  197. "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." = "For hurtigvirkende insulin antar %1$@ at det virker aktivt i 6 timer. Du kan velge mellom %2$@ forskjellige modeller for hvordan appen måler insulinets toppaktivitet.";
  198. /* Information about correction range format (1: app name) */
  199. "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ådet, velg den spesifikke sikkerhets grenseverdien (eller verdiområdet) som du vil at %1$@ skal sikte på for å justere basalinsulinet.";
  200. /* Support button for Therapy Settings */
  201. "Get help with Therapy Settings" = "Få hjelp med behandlingsinnstillinger";
  202. /* Button text to return to editing a schedule after from alert popup when some schedule values are outside the recommended range
  203. Text for go back action on confirmation alert */
  204. "Go Back" = "Gå tilbake";
  205. /* Title text for the high basal rate warning */
  206. "High Basal Rate" = "Høy basalrate";
  207. /* Title text for the high carb ratio warning */
  208. "High Carb Ratio" = "Høyt karbohydratforhold";
  209. /* Title text for the high correction value warning */
  210. "High Correction Value" = "Høy korreksjonsverdi";
  211. /* Title text for the high glucose safety limit warning */
  212. "High Glucose Safety Limit" = "Sikkerhetsgrense for høyt blodsukker";
  213. /* Title text for the high insulin sensitivity warning */
  214. "High Insulin Sensitivity" = "Høy insulinfølsomhet";
  215. /* Title text for high maximum basal rate warning */
  216. "High Maximum Basal Rate" = "Høy maksimal basalrate";
  217. /* Title text for high maximum bolus warning */
  218. "High Maximum Bolus" = "Høy maksimal bolus";
  219. /* Title text for the low pre-meal value warning */
  220. "High Pre-Meal Value" = "Høy verdi før måltid";
  221. /* Title text for the high workout value warning */
  222. "High Workout Value" = "Høy treningsverdi";
  223. /* The text for the override history */
  224. "History" = "Historie";
  225. /* Description of how to interact with summary screen */
  226. "If these settings look good to you, tap Save Settings to continue." = "Hvis disse innstillingene ser bra ut, trykk på Lagre innstillingene for å fortsette.";
  227. /* Information about target range */
  228. "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 brukt en CGM før, er du sannsynligvis kjent med målområdet som et bredt spekter av verdier du vil ha for blodsukkervarslene dine, for eksempel 70-180 mg/dL eller 90-200 mg/dL.";
  229. /* No comment provided by engineer. */
  230. "info" = "info";
  231. /* Title text for insulin model */
  232. "Insulin Model" = "Insulin modell";
  233. /* Title text for multi-value insulin sensitivity warning */
  234. "Insulin Sensitivities" = "Insulinsensitivitet";
  235. /* The description shown on the insulin sensitivity schedule interface. */
  236. "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ølsomhet beskriver hvordan blodsukkeret responderer på 1 enhet insulin. Mindre verdier betyr at mer insulin vil bli gitt når man er over målområdet. Verdier som er for små kan føre til farlig lavt blodsukker.";
  237. /* 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) */
  238. "Interrupted %1$@: <b>%2$@</b> of %3$@ %4$@" = "Avbrutt %1$@: <b>%2$@</b> av %3$@ %4$@";
  239. /* Guardrail info text format */
  240. "It can be set as low as %1$@. It can be set as high as %2$@." = "Den kan stilles inn så lavt som %1$@. Den kan settes så høyt som %2$@.";
  241. /* Title text for the low basal rate warning */
  242. "Low Basal Rate" = "Lav basalrate";
  243. /* Title text for the low carb ratio warning */
  244. "Low Carb Ratio" = "Lavt karbohydratforhold";
  245. /* Title text for the low correction value warning */
  246. "Low Correction Value" = "Lav korreksjonsverdi";
  247. /* Title text for the low glucose safety limit warning */
  248. "Low Glucose Safety Limit" = "Sikkerhetsgrense for lavt blodsukker";
  249. /* Title text for the low insulin sensitivity warning */
  250. "Low Insulin Sensitivity" = "Lav insulinfølsomhet";
  251. /* Title text for low maximum basal rate warning */
  252. "Low Maximum Basal Rate" = "Lav maksimal basalrate";
  253. /* Title text for low maximum bolus warning */
  254. "Low Maximum Bolus" = "Lav maksimal bolus-dose";
  255. /* Title text for the low pre-meal value warning */
  256. "Low Pre-Meal Value" = "Lav verdi før måltid";
  257. /* Title text for the low workout value warning */
  258. "Low Workout Value" = "Lav treningsverdi";
  259. /* Title of insulin model preset - lyumjev */
  260. "Lyumjev" = "Lyumjev";
  261. /* Placeholder for maximum value in glucose range */
  262. "max" = "max";
  263. /* The title text for the maximum basal rate value */
  264. "Maximum Basal Rate" = "Maks basalgrense";
  265. /* Information about maximum basal rate (1: app name) */
  266. "Maximum Basal Rate is the maximum automatically adjusted basal rate that %1$@ is allowed to enact to help reach your correction range." = "Maksimal basaldose er den maksimale automatisk justerte basaldosen som %1$@ har lov til å aktivere for å hjelpe deg med å nå ditt korreksjonsområde.";
  267. /* The title text for the maximum bolus value */
  268. "Maximum Bolus" = "Maks bolus";
  269. /* Information about maximum bolus (1: app name) */
  270. "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øyeste bolusmengden du vil tillate %1$@ å anbefale på en gang for å dekke karbohydrater eller redusere høyt blodsukker.";
  271. /* Section title for medium absorbing food */
  272. "Medium" = "Medium";
  273. /* Placeholder for minimum value in glucose range */
  274. "min" = "min";
  275. /* No comment provided by engineer. */
  276. "more content" = "mer innhold";
  277. /* Alert action title to open error help */
  278. "More Info" = "Mer info";
  279. /* The text for the override preset name setting */
  280. "Name" = "Navn";
  281. /* Title for mini-modal to add a new schedule entry */
  282. "New Entry" = "Ny oppføring";
  283. /* The title for the new override preset entry screen */
  284. "New Preset" = "Ny forhåndsinstilling";
  285. /* Title text for the zero basal rate warning */
  286. "No Basal Insulin" = "Ingen basal insulin";
  287. /* Section title for no-carb food
  288. The title for override emoji miscellaneous section */
  289. "Other" = "Annet";
  290. /* The title text for the insulin sensitivity scaling setting */
  291. "Overall Insulin Needs" = "Insulinbehov totalt sett";
  292. /* Title for override history view */
  293. "Override History" = "Overstyr historikk";
  294. /* The title text for the override presets screen */
  295. "Override Presets" = "Egendefinerte overstyringer";
  296. /* Text directing the user to configure override presets */
  297. "Override presets can be set up under the 'Configuration' section of the settings screen." = "Egendefinerte overstyringer kan settes opp under Konfigurasjons-delen av innstillingsskjermen";
  298. /* The section title of glucose overrides */
  299. "Overrides" = "Overstyringer";
  300. /* Title for the pre-meal override range */
  301. "Pre-Meal" = "Pre-måltid";
  302. /* Title text for multi-value pre-meal value warning */
  303. "Pre-Meal Values" = "Pre-måltids verdier";
  304. /* title for prescription section */
  305. "Prescription" = "Resept";
  306. /* The section header text override presets */
  307. "PRESETS" = "FORHÅNDSINSTILLINGER";
  308. /* Accessibility label for ProgressIndicatorView when showIndeterminantProgress */
  309. "Progressing." = "Fremdrift.";
  310. /* The title of the screen displaying a pump event */
  311. "Pump Event" = "Pumpehendelse";
  312. /* Title text for suspend resume button when the basal delivery state is not set */
  313. "Pump Inoperable" = "Pumpe er ute av drift";
  314. /* Title of insulin model preset - rapid acting adult */
  315. "Rapid-Acting – Adults" = "Hurtigvirkende - Voksen";
  316. /* Title of insulin model preset - rapid acting children */
  317. "Rapid-Acting – Children" = "Hurtigvirkende - Barn";
  318. /* The default placeholder string for a credential */
  319. "Required" = "Påkrevd";
  320. /* Segmented button title for insulin delivery log reservoir history */
  321. "Reservoir" = "Reservoar";
  322. /* Title text for button to resume insulin delivery */
  323. "Resume Delivery" = "Gjenoppta leveranse";
  324. /* Title text for button when insulin delivery is in the process of being resumed */
  325. "Resuming" = "Gjenopptar";
  326. /* title for summary description section */
  327. "Review and Save Settings" = "Se gjennom og lagre innstillinger";
  328. /* Description of how to interact with summary screen */
  329. "Review your therapy settings below. If you’d like to edit any of these settings, tap Back to go back to that screen." = "Se gjennom innstillingene dine nedenfor. Om du vil endre noen av disse, trykk \"Tilbake\" for å gå til det skjermbildet.";
  330. /* The text for the override preset name field placeholder */
  331. "Running" = "Løper";
  332. /* Button text for saving glucose correction range schedule
  333. Button text for saving insulin sensitivity schedule */
  334. "Save" = "Lagre";
  335. /* Alert title for confirming basal rates outside the recommended range */
  336. "Save Basal Rates?" = "Lagre Basalrate?";
  337. /* Alert title for confirming carb ratios outside the recommended range */
  338. "Save Carb Ratios?" = "Lagre Karbo forhold?";
  339. /* Alert title for confirming correction ranges outside the recommended range */
  340. "Save Correction Range(s)?" = "Lagre korrigeringsområde(er)?";
  341. /* Alert title for confirming delivery limits outside the recommended range */
  342. "Save Delivery Limits?" = "Lagre leveringsgrenser?";
  343. /* Alert title for confirming a glucose safety limit outside the recommended range */
  344. "Save Glucose Safety Limit?" = "Lagre sikkerhetsbegrensning for blodsukker?";
  345. /* Alert title for confirming insulin sensitivities outside the recommended range */
  346. "Save Insulin Sensitivities?" = "Lagre Insulinsensitivitet?";
  347. /* Alert title for confirming pre-meal range overrides outside the recommended range */
  348. "Save Pre-Meal Range?" = "Lagre forhåndsmåltid?";
  349. /* Alert title for confirming workout range overrides outside the recommended range */
  350. "Save Workout Range?" = "Lagre treningsområde?";
  351. /* The button text during saving on a configuration page */
  352. "Saving..." = "Lagrer...";
  353. /* The section header text for a scheduled override */
  354. "SCHEDULED OVERRIDE" = "PLANLAGT OVERSTYRING";
  355. /* The section header text for a scheduled custom preset */
  356. "SCHEDULED PRESET" = "PLANLAGT OVERRIDE";
  357. /* No comment provided by engineer. */
  358. "Selected" = "Valgt";
  359. /* Section title for slow absorbing food */
  360. "Slow" = "Langsom";
  361. /* Information about typical maximum basal rates */
  362. "Some users choose a value 2, 3, or 4 times their highest scheduled basal rate." = "Noen brukere velger en verdi 2, 3 eller 4 ganger den høyeste planlagte basaldosen.";
  363. /* The text for the override start time */
  364. "Start Time" = "Starttidspunkt";
  365. /* Title text for suspend resume button when temp basal starting */
  366. "Starting Temp Basal" = "Starter temp-basal";
  367. /* Format for prescription descriptive text (1: providerName, 2: datePrescribed) */
  368. "Submitted by %1$@, %2$@" = "Innsendt av %1$@, %2$@";
  369. /* Title for support section */
  370. "Support" = "Support";
  371. /* Title text for button to suspend insulin delivery */
  372. "Suspend Delivery" = "Pause leveranse";
  373. /* Title text for button when insulin delivery is in the process of being stopped */
  374. "Suspending" = "Pauser";
  375. /* No comment provided by engineer. */
  376. "Switch Preview State" = "Bytt forhåndsvisningsstatus";
  377. /* The text for the override preset symbol setting */
  378. "Symbol" = "Symbol";
  379. /* Text directing the user to configure their first custom preset */
  380. "Tap '+' to create a new custom preset." = "Trykk på '+' for å opprette en ny 'Override'.";
  381. /* The empty-state text for a configuration value */
  382. "Tap to set" = "Trykk for å angi";
  383. /* The text for the override target range setting */
  384. "Target Range" = "Målområde";
  385. /* Description of pre-meal mode */
  386. "Temporarily lower your glucose target before a meal to impact post-meal glucose spikes." = "Reduser blodsukkermålet ditt midlertidig før et måltid for å påvirke blodsukkertoppene etter måltidet.";
  387. /* Description of workout mode */
  388. "Temporarily raise your glucose target before, during, or after physical activity to reduce the risk of low glucose events." = "Øk blodsukkermålet ditt midlertidig før, under eller etter fysisk aktivitet for å redusere risikoen for hendelser med lavt blodsukker.";
  389. /* The title for the override selection screen */
  390. "Temporary Override" = "Midlertidig overstyring";
  391. /* No comment provided by engineer. */
  392. "Test" = "Test";
  393. /* Information about pre-meal range relative to correction range
  394. Information about workout range relative to correction range */
  395. "than your Correction Range." = "enn ditt korreksjonsområde.";
  396. /* Description for selection when no insulin type is selected. */
  397. "The currently selected fast acting insulin model will be used as a default." = "Den for øyeblikket valgte hurtigvirkende insulinmodellen vil bli brukt som standard.";
  398. /* Subtitle description of Walsh insulin model setting */
  399. "The legacy model used by Loop, allowing customization of action duration." = "Den eldre modellen som brukes av Loop, tillater tilpasning av handlingsvarighet.";
  400. /* Alert body displayed absorption time greater than max (1: maximum absorption time) */
  401. "The maximum absorption time is %@" = "Maks absorbsjonstid er %@";
  402. /* Alert body displayed for quantity greater than max (1: maximum quantity in grams) */
  403. "The maximum allowed amount is %@ grams" = "Maks tillatt mengde er %@ gram";
  404. /* Information about adult insulin model */
  405. "The rapid-acting adult model assumes peak activity at 75 minutes." = "Den hurtigvirkende modellen for voksne antar maksimal insulinaktivitet etter 75 minutter.";
  406. /* Information about child insulin model */
  407. "The rapid-acting child model assumes peak activity at 65 minutes." = "Den hurtigvirkende modellen for barn antar maksimal insulinaktivitet etter 65 minutter.";
  408. /* Information about basal rate scheduling */
  409. "The schedule starts at midnight and cannot contain a rate of 0 U/hr." = "Tidsplanen starter ved midnatt, og kan ikke inneholde en basalrate på 0 E/time.";
  410. /* Therapy Settings screen title */
  411. "Therapy Settings" = "Behandlingsinnstillinger";
  412. /* No comment provided by engineer. */
  413. "Therapy Settings Support Placeholder" = "Therapy Settings Support Placeholder";
  414. /* Subtitle of afrezza preset */
  415. "This model assumes peak insulin activity at 19 minutes." = "Denne modellen antar topp insulinaktivitet etter 19 minutter.";
  416. /* Subtitle of Fiasp preset
  417. Subtitle of Lyumjev preset */
  418. "This model assumes peak insulin activity at 55 minutes." = "Denne modellen antar maksimal insulinaktivitet etter 55 minutter.";
  419. /* Subtitle of Rapid-Acting – Children preset */
  420. "This model assumes peak insulin activity at 65 minutes." = "Denne modellen antar maksimal insulinaktivitet etter 65 minutter.";
  421. /* Subtitle of Rapid-Acting – Adult preset */
  422. "This model assumes peak insulin activity at 75 minutes." = "Denne modellen antar maksimal insulinaktivitet etter 75 minutter.";
  423. /* Information about maximum automated insulin on board (1: app name) */
  424. "This setting will also determine a safety limit for automatic dosing. %1$@ will limit automatic delivery to keep the amount of active insulin below twice your maximum bolus." = "Denne innstillingen vil også bestemme en sikkerhetsgrense for automatisk dosering. %1$@ vil begrense automatisk tilførsel for å holde mengden aktivt insulin under det dobbelte av maksimal bolus.";
  425. /* Information about pre-meal range relative to correction range
  426. Information about workout range relative to correction range */
  427. "This will typically be" = "Dette vil typisk være";
  428. /* Label for offset from midnight picker */
  429. "Time" = "Tid";
  430. /* 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) */
  431. "Times in %1$@%2$@%3$@" = "Tider i %1$@%2$@%3$@";
  432. /* No comment provided by engineer. */
  433. "To be implemented" = "Skal implementeres";
  434. /* No comment provided by engineer. */
  435. "Top component" = "Topp komponent";
  436. /* The text indicating Total for Daily Schedule Basal */
  437. "Total" = "Total";
  438. /* The text indicating U/day for Daily Schedule Basal */
  439. "U/day" = "E/dag";
  440. /* The unit string for units per hour */
  441. "U/hour" = "E/timen";
  442. /* Alert title when error occurs while saving a schedule */
  443. "Unable to Save" = "Kunne ikke lagre";
  444. /* The unit string for units */
  445. "Units" = "Enheter";
  446. /* Accessibility value for an unknown value
  447. The default title to use when an entry has none */
  448. "Unknown" = "Ukjent";
  449. /* No comment provided by engineer. */
  450. "Unselected" = "Ikke valgt";
  451. /* Title for selection when no insulin type is selected. */
  452. "Unset" = "Fjern";
  453. /* Placeholder text until value is entered */
  454. "Value" = "Verdi";
  455. /* Label indicating validation is occurring */
  456. "Verifying" = "Bekrefter";
  457. /* The title for the override editing screen */
  458. "View Override" = "Vis overstyring";
  459. /* Title of insulin model setting */
  460. "Walsh" = "Walsh";
  461. /* Title of an alert containing a validation warning */
  462. "Warning" = "Advarsel";
  463. /* Disclaimer */
  464. "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." = "Samarbeid med helsepersonell for å velge en verdi som er høyere enn din høyeste planlagte basalrate, men så konservativ eller aggressiv som du føler deg komfortabel.";
  465. /* Title for the workout override range */
  466. "Workout" = "Trening";
  467. /* Information about workout range format (1: app name) */
  468. "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." = "Treningsområde er blodsukkerverdien eller verdiområdet du vil at %1$@ skal målrettes mot under aktivitet. Dette området trer i kraft når du aktiverer knappen Forhåndsinnstilling for treningsøkt.";
  469. /* Title text for multi-value workout value warning */
  470. "Workout Values" = "Verdier for treningsøkt";
  471. /* Description of how to add a ratio */
  472. "You can add different carb ratios for different times of day by using the ➕." = "Du kan legge til forskjellige karbohydratforhold for forskjellige tider på dagen ved å bruke ➕.";
  473. /* Description of how to add a ratio */
  474. "You can add different insulin sensitivities for different times of day by using the ➕." = "Du kan legge til forskjellige insulinfølsomheter for forskjellige tider på dagen ved å bruke ➕.";
  475. /* Description of how to add a configuration range */
  476. "You can add different ranges for different times of day by using the ➕." = "Du kan legge til forskjellige områder for forskjellige tider på dagen ved å bruke ➕.";
  477. /* Description of how to add a range */
  478. "You can add entries for different times of day by using the ➕." = "Du kan legge til oppføringer for forskjellige tider på dagen ved å bruke ➕.";
  479. /* Information about insulin model (1: app name) */
  480. "You can choose how %1$@ measures rapid acting insulin's peak activity according to one of these two insulin models." = "Du kan velge hvordan %1$@ måler hurtigvirkende insulins toppaktivitet i henhold til en av disse to insulinmodellene.";
  481. /* Description of how to edit setting */
  482. "You can edit a setting by tapping into any line item." = "Du kan redigere en innstilling ved å trykke på et hvilket som helst linjeelement.";
  483. /* Description of how to edit setting */
  484. "You can edit the setting by tapping into the line item." = "Du kan redigere innstillingen ved å trykke på linjeelementet.";
  485. /* Information about basal rates */
  486. "Your Basal Rate of insulin is the number of units per hour that you want to use to cover your background insulin needs." = "Din basaldose av insulin er antall enheter per time du vil bruke for å dekke ditt bakgrunnsinsulinbehov.";
  487. /* Lower bound pre-meal information text */
  488. "your Glucose Safety Limit" = "din sikkerhetsgrense for blodsukker";
  489. /* Disclaimer */
  490. "Your healthcare provider can help you choose a Correction Range that's right for you." = "Helsepersonellet kan hjelpe deg med å velge et korrigeringsområde som er riktig for deg.";
  491. /* Description of insulin sensitivity factor */
  492. "Your Insulin Sensitivity Factor (ISF) is the drop in glucose expected from one unit of insulin." = "Din insulinsensitivitetsfaktor (ISF) er fallet i blodsukker som forventes fra én enhet insulin.";
  493. /* Information about pre-meal range format (1: app name) */
  494. "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." = "Pre-Meal Range bør være blodsukkerverdien (eller verdiområdet) du vil at %1$@ skal målrettes mot når du tar din første bit av måltidet. Dette området vil være i kraft når du aktiverer forhåndsinnstillingsknappen før måltid.";