Localizable.strings 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Unit format string for an RSSI value in decibles */
  2. "%@ dB" = "%@ dB";
  3. /* Unit format string for an value in percent */
  4. "%@%%" = "%@%%";
  5. /* The title of the section describing commands */
  6. "Commands" = "Komennot";
  7. /* The connected state */
  8. "Connected" = "Yhdistetty";
  9. /* The in-progress connecting state */
  10. "Connecting" = "Yhdistetään";
  11. /* The title of the cell showing BLE connection state */
  12. "Connection State" = "Yhteyden tila";
  13. /* The title of the section describing the device */
  14. "Device" = "Laite";
  15. /* The title of the devices table section in RileyLink settings */
  16. "Devices" = "Laitteet";
  17. /* The disconnected state */
  18. "Disconnected" = "Ei yhteydessä";
  19. /* The in-progress disconnecting state */
  20. "Disconnecting" = "Katkaistaan";
  21. /* The title of the cell for sounding device finding piezo */
  22. "Find Device" = "Etsi laite";
  23. /* The title of the cell showing firmware version */
  24. "Firmware" = "Laiteohjelmisto";
  25. /* The title of the cell showing current rileylink frequency */
  26. "Frequency" = "Taajuus";
  27. /* Progress message for getting statistics. */
  28. "Get Statistics…" = "Hae tilastotiedot…";
  29. /* The title of the cell showing device name */
  30. "Name" = "Nimi";
  31. /* Detail text when battery alert disabled.
  32. Text indicating LED Mode is off */
  33. "Off" = "Pois päältä";
  34. /* Text indicating LED Mode is on */
  35. "On" = "Päällä";
  36. /* RileyLink setup description */
  37. "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink mahdollistaa tiedonsiirron pumpun kanssa Bluetooth Low Energy -yhteyden kautta.";
  38. /* The title of the cell showing BLE signal strength (RSSI) */
  39. "Signal Strength" = "Signaalin vahvuus";
  40. /* The title of the cell showing uptime */
  41. "Uptime" = "Päällä";