Localizable.strings 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* Describes a certain bolus failure (1: size of the bolus in units) */
  2. "%1$@ U bolus failed" = "%1$@ E bolus feilet";
  3. /* Describes an uncertain bolus failure (1: size of the bolus in units) */
  4. "%1$@ U bolus may not have succeeded" = "%1$@ E bolus kan ha feilet";
  5. /* The error description describing when Health sharing was denied */
  6. "Authorization Denied" = "Autorisasjon avslått";
  7. /* Recovery instruction for an uncertain bolus failure */
  8. "Check your pump before retrying" = "Sjekk pumpa før du fortsetter";
  9. /* The description of an error returned when attempting to delete a sample not shared by the current app */
  10. "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Autorisasjon avslått";
  11. /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
  12. "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "Denne testen kan slettes fra Health-appen";
  13. /* Generic pump error description */
  14. "Communication Failure" = "Kommunikasjonsfeil";
  15. /* Generic pump error description */
  16. "Connection Failure" = "Tilkoblingsfeil";
  17. /* Generic pump error description */
  18. "Device Refused" = "Enheten nektet";
  19. /* Recovery suggestion for a no data error */
  20. "Ensure carb data exists for the specified date" = "Verifiser at karbohydratoppføring eksisterer for den valgte datoen";
  21. /* Glucose trend down */
  22. "Falling" = "Faller";
  23. /* Glucose trend down-down */
  24. "Falling fast" = "Faller raskt";
  25. /* Glucose trend down-down-down */
  26. "Falling very fast" = "Faller veldig raskt";
  27. /* Glucose trend flat */
  28. "Flat" = "Flatt";
  29. /* The short unit display string for grams per U */
  30. "g/U" = "g/E";
  31. /* Generic pump error description */
  32. "Invalid Configuration" = "Ugyldig konfigurasjon";
  33. /* Recovery instruction for a certain bolus failure */
  34. "It is safe to retry" = "Det er trygt å prøve igjen";
  35. /* The short unit display string for milligrams per deciliter per U */
  36. "mg/dL/U" = "mg/dL/E";
  37. /* The short unit display string for millimoles per liter */
  38. "mmol/L" = "mmol/L";
  39. /* The short unit display string for millimoles per liter per U */
  40. "mmol/L/U" = "mmol/L/E";
  41. /* Sensor state description for the non-valid state */
  42. "Needs Attention" = "Trenger tilsyn";
  43. /* Describes an error for no data found in a CarbStore request */
  44. "No values found" = "Ingen verdier funnet";
  45. /* Sensor state description for the valid state */
  46. "OK" = "Ok";
  47. /* The error recovery suggestion when Health sharing was denied */
  48. "Please re-enable sharing in Health" = "Vennligst aktiver deling i Health på nytt";
  49. /* Glucose trend up */
  50. "Rising" = "Stiger";
  51. /* Glucose trend up-up */
  52. "Rising fast" = "Stiger fort";
  53. /* Glucose trend up-up-up */
  54. "Rising very fast" = "Stiger veldig fort";
  55. /* The short unit display string for international units of insulin */
  56. "U" = "E";
  57. /* The short unit display string for international units of insulin per hour */
  58. "U/hr" = "E/hr";
  59. /* The long unit display string for a singular international unit of insulin */
  60. "Unit" = "Enhet";
  61. /* The long unit display string for a singular international unit of insulin per hour */
  62. "Unit/hour" = "Enhet/time";
  63. /* The long unit display string for international units of insulin */
  64. "Units" = "Enheter";
  65. /* The long unit display string for international units of insulin per hour */
  66. "Units/hour" = "Enheter/time";