| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* The title of the section describing commands */
- "Commands" = "Comandi";
- /* The connected state */
- "Connected" = "Collegato";
- /* The in-progress connecting state */
- "Connecting" = "In collegamento";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "Stato Connessione";
- /* The title of the section describing the device */
- "Device" = "Dispositivo";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "Dispositivi";
- /* The disconnected state */
- "Disconnected" = "Disconnesso";
- /* The in-progress disconnecting state */
- "Disconnecting" = "Disconnessione";
- /* The title of the cell showing firmware version */
- "Firmware" = "Firmware";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "Frequency";
- /* The title of the cell showing device name */
- "Name" = "Nome";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink consente la comunicazione con il microinfusore tramite Bluetooth Low Energy.";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "Potenza Segnale";
- /* The header of the cells showing connection monitoring */
- "Connection Monitoring" = "Connection Monitoring";
- /* The title of the cell showing uptime */
- "Uptime" = "Uptime";
- /* The title of the cell showing battery level */
- "Battery level" = "Battery level";
- /* The title of the cell showing Voltage */
- "Voltage" = "Voltage";
- /* "The title of the section for alerts" */
- "Alert" = "Alert";
- /* The title of the cell showing Low Battery Alert */
- "Low Battery Alert" = "Low Battery Alert";
- /* Header of list showing battery level alert options */
- "Battery level Alert" = "Battery level Alert";
- /* Battery level alert OFF in list of options */
- "OFF" = "OFF";
- /* The title of the command to update diagnostic LEDs */
- "Diagnostic LEDs" = "Diagnostic LEDs";
- /* The title of the command to fetch RileyLink statistics */
- "Get RileyLink Statistics" = "Get RileyLink Statistics";
- /* The title of the command to invert BLE connection LED logic */
- "Invert LED Logic" = "Invert LED Logic";
- /* The header of the cells showing test commands */
- "Test Commands" = "Test Commands";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Yellow LED" = "Lighten Yellow LED";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Red LED" = "Lighten Red LED";
- /* The title of the cell showing Test Vibration */
- "Test Vibration" = "Test Vibration";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "Find Device";
- /* The title of the cell for connection LED */
- "Connection LED" = "Connection LED";
- /* The title of the cell for connection vibration */
- "Connection Vibration" = "Connection Vibration";
- /* Detail text when battery alert disabled. */
- "Off" = "Off";
- /* Text indicating LED Mode is on */
- "On" = "On";
- /* Text indicating LED Mode is off */
- "Off" = "Off";
- /* Text indicating LED Mode is auto */
- "Auto" = "Auto";
|