Localizable.strings 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. /* Write size limit exceeded error description (1: size limit) */
  2. "Data exceeded maximum size of %@ bytes" = "Datenvolumen übersteigt die Maximalgröße von %@ Bytes";
  3. /* Invalid input error description (1: input) */
  4. "Input %@ is invalid" = "Eingabe %@ ist ungültig";
  5. /* Recovery suggestion for unknown peripheral characteristic */
  6. "Make sure the device is nearby, and the issue should resolve automatically" = "Sicherstellen, dass sich das Gerät in der Nähe befindet, um das Problem automatisch zu beheben";
  7. /* Timeout error description */
  8. "Peripheral did not respond in time" = "Peripheres Gerät antwortet nicht rechtzeitig";
  9. /* Not ready error description */
  10. "Peripheral isnʼt connected" = "Peripheres Gerät ist nicht verbunden";
  11. /* Response timeout error description */
  12. "Pump did not respond in time" = "Pumpe antwortet nicht rechtzeitig";
  13. /* Invalid response error description (1: response) */
  14. "Response %@ is invalid" = "Antwort %@ ist ungültig";
  15. /* Unsupported command error description */
  16. "RileyLink firmware does not support the %@ command" = "RileyLink Firmware unterstützt den Befehl %@ nicht";
  17. /* Failure reason: unknown peripheral characteristic */
  18. "The RileyLink was temporarily disconnected" = "Verbindung zu RileyLink wurde vorübergehend unterbrochen";
  19. /* Error description */
  20. "Unknown characteristic" = "Unbekannte Charakteristik";