| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* The title of the section describing commands */
- "Commands" = "Kommandon";
- /* The connected state */
- "Connected" = "Ansluten";
- /* The in-progress connecting state */
- "Connecting" = "Ansluter";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "Anslutningsstatus";
- /* The title of the section describing the device */
- "Device" = "Enhet";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "Enheter";
- /* The disconnected state */
- "Disconnected" = "Frånkopplad";
- /* The in-progress disconnecting state */
- "Disconnecting" = "Kopplar från";
- /* The title of the cell showing firmware version */
- "Firmware" = "Firmware";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "Frekvens";
- /* The title of the cell showing device name */
- "Name" = "Namn";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink kommunicerar med pumpen via Bluetooth lågenergianslutning.";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "Signalstyrka";
- /* The header of the cells showing connection monitoring */
- "Connection Monitoring" = "Anslutningsstatus";
- /* The title of the cell showing uptime */
- "Uptime" = "Körs sedan";
- /* The title of the cell showing battery level */
- "Battery level" = "Batterinivå";
- /* The title of the cell showing Voltage */
- "Voltage" = "Spänning (V)";
- /* "The title of the section for alerts" */
- "Alert" = "Varning";
- /* The title of the cell showing Low Battery Alert */
- "Low Battery Alert" = "Låg batterinivå";
- /* Header of list showing battery level alert options */
- "Battery level Alert" = "Varning batterinivå";
- /* Battery level alert OFF in list of options */
- "OFF" = "AV";
- /* The title of the command to update diagnostic LEDs */
- "Diagnostic LEDs" = "Diagnostiska LED";
- /* The title of the command to fetch RileyLink statistics */
- "Get RileyLink Statistics" = "Hämta RileyLink-statistik";
- /* The title of the command to invert BLE connection LED logic */
- "Invert LED Logic" = "Invertera LED-Logik";
- /* The header of the cells showing test commands */
- "Test Commands" = "Testkommandon";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Yellow LED" = "Ljusare gul LED";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Red LED" = "Ljusare röd LED";
- /* The title of the cell showing Test Vibration */
- "Test Vibration" = "Testa vibration";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "Hitta enhet";
- /* The title of the cell for connection LED */
- "Connection LED" = "Anslutnings-LED";
- /* The title of the cell for connection vibration */
- "Connection Vibration" = "Anslutningsvibration";
- /* Detail text when battery alert disabled. */
- "Off" = "Av";
- /* Text indicating LED Mode is on */
- "On" = "På";
- /* Text indicating LED Mode is off */
- "Off" = "Av";
- /* Text indicating LED Mode is auto */
- "Auto" = "Auto";
|