| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- /* Unit format string for an RSSI value in decibles */
- "%@ dB" = "%@ дБ";
- /* Unit format string for an value in percent */
- "%@%%" = "%@%%";
- /* The title of the section for alerts */
- "Alert" = "Оповещение";
- /* Text indicating LED Mode is auto */
- "Auto" = "Авто";
- /* The title of the cell showing battery level */
- "Battery level" = "Уровень заряда";
- /* The title of the section describing commands */
- "Commands" = "Команды";
- /* The connected state */
- "Connected" = "Подключено";
- /* The in-progress connecting state */
- "Connecting" = "Подключение";
- /* The title of the cell for connection LED */
- "Connection LED" = "Индикатор соединения";
- /* The title of the section for connection monitoring */
- "Connection Monitoring" = "Мониторинг соединения";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "Состояние соединения";
- /* The title of the cell for connection vibration */
- "Connection Vibration" = "Вибрация при разъединении";
- /* The title of the section describing the device */
- "Device" = "Устройство";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "Устройства";
- /* The disconnected state */
- "Disconnected" = "Разъединено";
- /* The in-progress disconnecting state */
- "Disconnecting" = "Разъединяется";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "Найти устройство";
- /* The title of the cell showing firmware version */
- "Firmware" = "Прошивка";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "Частота";
- /* The title of the command to fetch RileyLink statistics */
- "Get RileyLink Statistics" = "Получить статистику Rileylink";
- /* Progress message for getting statistics. */
- "Get Statistics…" = "Получить статистику…";
- /* The title of the cell showing Lighten Red LED */
- "Lighten Red LED" = "Светло-красный светодиод";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Yellow LED" = "Светло-желтый светодиод";
- /* The title of the cell showing battery level */
- "Low Battery Alert" = "Низкий заряд";
- /* The title of the cell showing device name */
- "Name" = "Имя";
- /* Detail text when battery alert disabled.
- Text indicating LED Mode is off */
- "Off" = "Выключено";
- /* Text indicating LED Mode is on */
- "On" = "Включено";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink позволяет вести коммуникацию с помпой через Bluetooth Low Energy.";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "Уровень сигнала";
- /* The title of the section for orangelink commands
- The title of the section for rileylink commands */
- "Test Commands" = "Команды для проверки";
- /* The title of the cell showing Test Vibration */
- "Test Vibration" = "Проверить вибрацию";
- /* The title of the command to update diagnostic LEDs */
- "Toggle Diagnostic LEDs" = "Переключить режим светодиодов";
- /* Progress message for changing diagnostic LED mode */
- "Updating diagnostic LEDs mode" = "Изменить режим светодиодов";
- /* The title of the cell showing uptime */
- "Uptime" = "Время работы";
- /* The title of the cell showing ORL */
- "Voltage" = "Напряжение";
|