| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Tietomäärä ylitti maksimikoon %@ tavua";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "Syöte %@ on virheellinen";
- /* Recovery suggestion for unknown peripheral characteristic */
- "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";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Ulkoinen laite ei vastannut ajoissa";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Ulkoinen laite ei ole yhdistetty";
- /* Response timeout error description */
- "Pump did not respond in time" = "Pumppu ei vastannut ajoissa";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Vastaus %@ on virheellinen";
- /* Timeout error description */
- "RileyLink did not respond in time" = "RileyLink ei vastannut ajoissa";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "RileyLink-laiteohelmisto ei tue %@ komentoa";
- /* Not ready error description */
- "RileyLink is not connected" = "RileyLink ei ole yhdistetty";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "Yhteys RileyLinkiin oli tilapäisesti poikki";
- /* Error description */
- "Unknown characteristic" = "Tuntematon ominaisuus";
|