| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* Unit format string for an RSSI value in decibles */
- "%@ dB" = "%@ dB";
- /* Unit format string for an value in percent */
- "%@%%" = "%@%%";
- /* The title of the section describing commands */
- "Commands" = "Komennot";
- /* The connected state */
- "Connected" = "Yhdistetty";
- /* The in-progress connecting state */
- "Connecting" = "Yhdistetään";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "Yhteyden tila";
- /* The title of the section describing the device */
- "Device" = "Laite";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "Laitteet";
- /* The disconnected state */
- "Disconnected" = "Ei yhteydessä";
- /* The in-progress disconnecting state */
- "Disconnecting" = "Katkaistaan";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "Etsi laite";
- /* The title of the cell showing firmware version */
- "Firmware" = "Laiteohjelmisto";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "Taajuus";
- /* Progress message for getting statistics. */
- "Get Statistics…" = "Hae tilastotiedot…";
- /* The title of the cell showing device name */
- "Name" = "Nimi";
- /* Detail text when battery alert disabled.
- Text indicating LED Mode is off */
- "Off" = "Pois päältä";
- /* Text indicating LED Mode is on */
- "On" = "Päällä";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink mahdollistaa tiedonsiirron pumpun kanssa Bluetooth Low Energy -yhteyden kautta.";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "Signaalin vahvuus";
- /* The title of the cell showing uptime */
- "Uptime" = "Päällä";
|