Localizable.strings 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* String format for value with units (1: value, 2: separator, 3: units) */
  4. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  5. /* Alert content body for recurring software update alert */
  6. "A software update is recommended to continue using the %1$@ app.\n\nGo to %2$@ Settings > Software Update to install the latest version." = "Eine Softwareaktualisierung wird empfohlen, um die %1$@-App weiterhin zu verwenden.\n\nGehe zu %2$@ Einstellungen > Softwareaktualisierung, um die neueste Version zu installieren.";
  7. /* Confirmation message for deleting a service */
  8. "Are you sure you want to delete this service?" = "Bist Du sicher, dass Du diesen Dienst löschen möchtest?";
  9. /* Back button text on DeliveryUncertaintyRecoveryView */
  10. "Back" = "Zurück";
  11. /* The title of the cancel action in an action sheet */
  12. "Cancel" = "Abbrechen";
  13. /* Title for CGM simulator settings */
  14. "CGM Settings" = "CGM-Einstellungen";
  15. /* No comment provided by engineer. */
  16. "Clear Last Version Check Alert Date" = "Löschen Sie das Datum der letzten Versionsprüfungswarnung";
  17. /* No comment provided by engineer. */
  18. "Comms Recovery" = "Comms Wiederherstellung";
  19. /* Button title to delete a service */
  20. "Delete Service" = "Dienst löschen";
  21. /* The alert title for a resume error */
  22. "Error Resuming" = "Fehler beim Fortfahren";
  23. /* The alert title for a suspend error */
  24. "Error Suspending" = "Fehler beim Unterbrechen";
  25. /* Caption for History
  26. History Caption */
  27. "History" = "Historie";
  28. /* No comment provided by engineer. */
  29. "How should the simulator respond to a version check?" = "Wie soll der Simulator auf eine Versionsprüfung reagieren?";
  30. /* Controller title for insulin type selection screen */
  31. "Insulin Type" = "Insulintyp";
  32. /* Button title to acknowledge error
  33. Default acknowledgement */
  34. "OK" = "OK";
  35. /* Title for Pump simulator settings */
  36. "Pump Settings" = "Pumpeneinstellungen";
  37. /* Button title recovering comms */
  38. "Recover Simulator" = "Simulator wiederherstellen";
  39. /* Caption for Source */
  40. "Source" = "Quelle";
  41. /* Recurring software update alert title */
  42. "Update Reminder" = "Update-Erinnerung";
  43. /* No comment provided by engineer. */
  44. "Version Check Response" = "Antwort der Versionsprüfung";
  45. /* Alert content body for first software update alert (1: app name)(2: app name) */
  46. "Your %1$@ app is out of date. It will continue to work, but we recommend updating to the latest version.\n\nGo to %2$@ Settings > Software Update to complete." = "Deine %1$@-App ist nicht mehr aktuell. Sie funktioniert weiterhin, aber wir empfehlen Dir, auf die neueste Version zu aktualisieren.\n\nGehen zu %2$@ Einstellungen > Softwareaktualisierung, um die Aktualisierung abzuschließen.";