Localizable.strings 1.6 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" = "Kommandon";
  7. /* The connected state */
  8. "Connected" = "Ansluten";
  9. /* The in-progress connecting state */
  10. "Connecting" = "Ansluter";
  11. /* The title of the cell showing BLE connection state */
  12. "Connection State" = "Anslutningsstatus";
  13. /* The title of the section describing the device */
  14. "Device" = "Enhet";
  15. /* The title of the devices table section in RileyLink settings */
  16. "Devices" = "Enheter";
  17. /* The disconnected state */
  18. "Disconnected" = "Frånkopplad";
  19. /* The in-progress disconnecting state */
  20. "Disconnecting" = "Kopplar från";
  21. /* The title of the cell for sounding device finding piezo */
  22. "Find Device" = "Hitta enhet";
  23. /* The title of the cell showing firmware version */
  24. "Firmware" = "Firmware";
  25. /* The title of the cell showing current rileylink frequency */
  26. "Frequency" = "Frekvens";
  27. /* Progress message for getting statistics. */
  28. "Get Statistics…" = "Hämtar statistik…";
  29. /* The title of the cell showing device name */
  30. "Name" = "Namn";
  31. /* Detail text when battery alert disabled.
  32. Text indicating LED Mode is off */
  33. "Off" = "Av";
  34. /* Text indicating LED Mode is on */
  35. "On" = "På";
  36. /* RileyLink setup description */
  37. "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink kommunicerar med pumpen via Bluetooth lågenergianslutning.";
  38. /* The title of the cell showing BLE signal strength (RSSI) */
  39. "Signal Strength" = "Signalstyrka";
  40. /* The title of the cell showing uptime */
  41. "Uptime" = "Körs sedan";