Localizable.strings 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Write size limit exceeded error description (1: size limit) */
  2. "Data exceeded maximum size of %@ bytes" = "Tietomäärä ylitti maksimikoon %@ tavua";
  3. /* Invalid input error description (1: input) */
  4. "Input %@ is invalid" = "Syöte %@ on virheellinen";
  5. /* Recovery suggestion for unknown peripheral characteristic */
  6. "Make sure the device is nearby, and the issue should resolve automatically" = "Varmista, että laite on lähellä, jolloin ongelman pitäisi ratketa itsestään";
  7. /* Timeout error description */
  8. "Peripheral did not respond in time" = "Ulkoinen laite ei vastannut ajoissa";
  9. /* Not ready error description */
  10. "Peripheral isnʼt connected" = "Ulkoinen laite ei ole yhdistetty";
  11. /* Response timeout error description */
  12. "Pump did not respond in time" = "Pumppu ei vastannut ajoissa";
  13. /* Invalid response error description (1: response) */
  14. "Response %@ is invalid" = "Vastaus %@ on virheellinen";
  15. /* Timeout error description */
  16. "RileyLink did not respond in time" = "RileyLink ei vastannut ajoissa";
  17. /* Unsupported command error description */
  18. "RileyLink firmware does not support the %@ command" = "RileyLink-laiteohelmisto ei tue %@ komentoa";
  19. /* Not ready error description */
  20. "RileyLink is not connected" = "RileyLink ei ole yhdistetty";
  21. /* Failure reason: unknown peripheral characteristic */
  22. "The RileyLink was temporarily disconnected" = "Yhteys RileyLinkiin oli tilapäisesti poikki";
  23. /* Error description */
  24. "Unknown characteristic" = "Tuntematon ominaisuus";