Localizable.strings 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* Describes a certain bolus failure (1: size of the bolus in units) */
  2. "%1$@ U bolus failed" = "%1$@ IE bolus fehlgeschlagen";
  3. /* Describes an uncertain bolus failure (1: size of the bolus in units) */
  4. "%1$@ U bolus may not have succeeded" = "%1$@ IE bolus wurde wohl nicht abgegeben";
  5. /* The error description describing when Health sharing was denied */
  6. "Authorization Denied" = "Autorisierung verweigert";
  7. /* Recovery instruction for an uncertain bolus failure */
  8. "Check your pump before retrying" = "Prüfe deine Pumpe, bevor du es erneut versuchsts";
  9. /* The description of an error returned when attempting to delete a sample not shared by the current app */
  10. "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Autorisierung verweigert";
  11. /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
  12. "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "Dieses Beispiel kann in der Healt-App gelöscht werden.";
  13. /* Generic pump error description */
  14. "Communication Failure" = "Kommunikationsfehler";
  15. /* Generic pump error description */
  16. "Connection Failure" = "Verbindungsfehler";
  17. /* Generic pump error description */
  18. "Device Refused" = "Device verweigert";
  19. /* Recovery suggestion for a no data error */
  20. "Ensure carb data exists for the specified date" = "Stelle sicher, das die Kohlenhydrate für den ausgewählten Zeitraum eingegeben wurden";
  21. /* Glucose trend down */
  22. "Falling" = "Fällt";
  23. /* Glucose trend down-down */
  24. "Falling fast" = "Fällt schnell";
  25. /* Glucose trend down-down-down */
  26. "Falling very fast" = "Fällt sehr schnell";
  27. /* Glucose trend flat */
  28. "Flat" = "Gleichbleibend";
  29. /* The short unit display string for grams per U */
  30. "g/U" = "g/IE";
  31. /* Generic pump error description */
  32. "Invalid Configuration" = "Fehlerhafte Konfiguration";
  33. /* Recovery instruction for a certain bolus failure */
  34. "It is safe to retry" = "Es ist sicher um es noch mal zu versuchen";
  35. /* The short unit display string for milligrams per deciliter per U */
  36. "mg/dL/U" = "mg/dL/IE";
  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/IE";
  41. /* Sensor state description for the non-valid state */
  42. "Needs Attention" = "Erfordert Aufmerksamkeit";
  43. /* Describes an error for no data found in a CarbStore request */
  44. "No values found" = "Keine Einträge gefunden";
  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" = "Bitte aktiviere das sharing in Healt erneut";
  49. /* Glucose trend up */
  50. "Rising" = "Steigt";
  51. /* Glucose trend up-up */
  52. "Rising fast" = "Steigt schnell";
  53. /* Glucose trend up-up-up */
  54. "Rising very fast" = "Steigt sehr schnell";
  55. /* The short unit display string for international units of insulin */
  56. "U" = "IE";
  57. /* The short unit display string for international units of insulin per hour */
  58. "U/hr" = "IE/Std.";
  59. /* The long unit display string for a singular international unit of insulin */
  60. "Unit" = "Einheit";
  61. /* The long unit display string for a singular international unit of insulin per hour */
  62. "Unit/hour" = "Einheit/Std.";
  63. /* The long unit display string for international units of insulin */
  64. "Units" = "Einheiten";
  65. /* The long unit display string for international units of insulin per hour */
  66. "Units/hour" = "Einheiten/Stunde";