Localizable.strings 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* Title on WelcomeView */
  2. "Dexcom G7" = "Dexcom G7";
  3. /* Descriptive text on G7StartupView */
  4. "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "iAPS kann CGM Daten direkt vom G7 lesen. Zum Verbinden, Kalibrieren und erweitertes Sensor Management benötigt man die G7 App.";
  5. /* Button title for starting setup */
  6. "Continue" = "Fortsetzen";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "Abbrechen";
  9. /* Error description for unreliable state */
  10. "Glucose data is unavailable" = "Glukosewerte sind nicht verfügbar";
  11. /* The description of sensor algorithm state when sensor is ok. */
  12. "Sensor is OK" = "Sensor ist OK";
  13. /* The description of sensor algorithm state when sensor is stopped." */
  14. "Sensor is stopped" = "Sensor ist gestoppt";
  15. /* The description of sensor algorithm state when sensor is warming up. */
  16. "Sensor is warming up" = "Sensor ist in der Aufwärmphase";
  17. /* The description of sensor algorithm state when sensor is expired. */
  18. "Sensor expired" = "Sensor abgelaufen";
  19. /* The description of sensor algorithm state when sensor failed. */
  20. "Sensor failed" = "Sensorfehler";
  21. /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
  22. "Sensor is in unknown state %1$d" = "Sensor ist in unbekanntem Zustand %1$d";
  23. /* title for g7 settings row showing sensor start time */
  24. "Sensor Start" = "Sensorstart";
  25. /* title for g7 settings row showing sensor expiration time */
  26. "Sensor Expiration" = "Sensor Ablaufdatum";
  27. /* title for g7 settings row showing sensor grace period end time */
  28. "Grace Period End" = "Ende der Karenzfrist";
  29. /* Field label */
  30. "Glucose" = "Blutzucker";
  31. "Last Reading" = "Letzte Messung";
  32. "Time" = "Uhrzeit";
  33. "Trend" = "Trend";
  34. "Bluetooth" = "Bluetooth";
  35. /* title for g7 settings row showing BLE Name */
  36. "Name" = "Name";
  37. /* title for g7 settings connection status when scanning */
  38. "Scanning" = "Scannt";
  39. /* title for g7 settings connection status when connected */
  40. "Connected" = "Verbunden";
  41. /* title for g7 settings connection status when connecting */
  42. "Connecting" = "Verbinden";
  43. /* title for g7 settings row showing sensor last connect time */
  44. "Last Connect" = "Letzte Verbindung";
  45. /* Configuration */
  46. "Configuration" = "Konfiguration";
  47. /* title for g7 config settings to upload readings */
  48. "Upload Readings" = "Werte hochladen";
  49. /* Button */
  50. "Scan for new sensor" = "Nach neuem Sensor suchen";
  51. /* Button label for removing CGM */
  52. "Delete CGM" = "CGM löschen";
  53. /* No glucose value representation (3 dashes for mg/dL) */
  54. "– – –" = "– – –";
  55. /* String displayed instead of a glucose value below the CGM range */
  56. "LOW" = "NIEDRIG";
  57. /* String displayed instead of a glucose value above the CGM range */
  58. "HIGH" = "HOCH";
  59. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  60. "%@/min" = "%@/min";
  61. /* G7 Progress bar label when searching for sensor */
  62. "Searching for sensor" = "Suche nach Sensor";
  63. /* G7 Progress bar label when sensor expired */
  64. "Sensor expired" = "Sensor abgelaufen";
  65. /* G7 Progress bar label when sensor in warmup */
  66. "Warmup completes" = "Aufwärmphase abgeschlossen";
  67. /* G7 Progress bar label when sensor in warmup */
  68. "Warmup completes" = "Aufwärmphase abgeschlossen";
  69. /* G7 Progress bar label when sensor failed */
  70. "Sensor failed" = "Sensorfehler";
  71. /* G7 Progress bar label when sensor lifetime progress showing */
  72. "Sensor expires" = "Sensor abgelaufen";
  73. /* G7 Progress bar label when sensor grace period progress showing */
  74. "Grace period remaining" = "Verbleibende Karenzfrist";
  75. /* G7 Status highlight text for searching for sensor */
  76. "Searching for\nSensor" = "Suche nach\nSensor";
  77. /* G7 Status highlight text for sensor expired */
  78. "Sensor\nExpired" = "Sensor\nabgelaufen";
  79. /* G7 Status highlight text for signal loss */
  80. "Sensor\nFailed" = "Sensorverbindung\nfehlfeschlagen";
  81. /* G7 Status highlight text for signal loss */
  82. "Signal\nLoss" = "Signal\nVerlust";
  83. /*G7 Status highlight text for sensor error */
  84. "Sensor\nIssue" = "Sensor\nFehler";
  85. /* G7 Status highlight text for sensor warmup */
  86. "Sensor\nWarmup" = "Sensor\nAufwärmphase";