Phase A of the IoT initiative — gets the server-side infrastructure
in place before the Raspberry Pi hardware arrives, so the iot admin
UI + /fp/iot/ingest endpoint are ready to accept the first real
temperature reading as soon as the Pi is wired up.
New top-level folder: fusion_iot/
1. **iot_base/** — Odoo S.A. iot_base module, copied from
RePackaged-Odoo verbatim. LGPL-3 upstream, no changes needed.
2. **iot/** — Odoo S.A. iot module, repackaged:
- `models/update.py` neutralised (removed the publisher_warranty
IoT-Box-counting report that phones home to odoo.com for
enterprise licence enforcement)
- `iot_handlers/lib/load_worldline_library.sh` deleted (proprietary
Worldline payment lib fetch from download.odoo.com, not needed)
- `wizard/add_iot_box.py._connect_iot_box_with_pairing_code` —
upstream called odoo.com's iot-proxy to resolve pairing codes;
replaced with a no-op. Pi-side iot_drivers proxy registers
directly with this Odoo server instead.
- Manifest rebranded with an explicit changelog preamble.
3. **fusion_plating_iot/** — new plating-specific wrapper:
- `fp.tank.sensor` — maps an iot.device (or a direct-HTTP-ingest
sensor) to a fusion.plating.tank + fusion.plating.bath.parameter.
Supports DS18B20, PT100/1000, pH, conductivity, level. Per-sensor
alert_min/max overrides.
- `fp.tank.reading` — append-only time-series. On create, evaluates
against sensor's alert range. On in-spec → out-of-spec TRANSITION,
auto-raises a fusion.plating.quality.hold (once per excursion,
no spam during sustained out-of-spec).
- `POST /fp/iot/ingest` — shared-secret HTTP endpoint for sensors
bypassing the Pi proxy. Token via X-FP-IOT-Token header OR body.
Accepts single-reading or batch payloads.
- Menu under Plating → Operations → Sensors & Readings.
- Tank form inherits get a Sensors tab inline.
Deployed to entech. Verified end-to-end:
- Install: iot_base + iot + fusion_plating_iot all 'installed'
- Smoke test: in-spec → out-of-spec → hold raised (HOLD-0010);
continued excursion → NO duplicate hold; back-in-spec → NEW
excursion → NEW hold (HOLD-0011) ✓
- HTTP endpoint: correct token → 200 accepted; wrong token → 401;
unknown device_serial → 404; batch payload → 200 accepted=N ✓
Phase B (when Raspberry Pi hardware arrives): DS18B20 iot_handler
driver for the Pi-side iot_drivers proxy + systemd service on
vanilla Raspberry Pi OS + first live reading from physical probe.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1480 lines
46 KiB
Plaintext
1480 lines
46 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * iot
|
||
#
|
||
# Translators:
|
||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2025-12-19 18:43+0000\n"
|
||
"PO-Revision-Date: 2025-11-08 19:34+0000\n"
|
||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/iot/ru/"
|
||
">\n"
|
||
"Language: ru\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
||
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||
"X-Generator: Weblate 5.12.2\n"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||
msgid "%s is currently restarting"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid ""
|
||
"<span class=\"spinner-border spinner-border-sm\"/>\n"
|
||
" Searching for an IoT Box.\n"
|
||
" <span id=\"discover_retry_countdown\" class=\"fw-bold\"/>"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "A fiscal data module has been connected. To use it,"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__must_install_fdm_module
|
||
msgid "A fiscal data module is connected to this IoT Box"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_add_iot_box
|
||
msgid "Add IoT Box wizard"
|
||
msgstr "Мастер добавления IoT-коробки"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__add_iot_box_wizard_id
|
||
msgid "Add Iot Box Wizard"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:res.groups,name:iot.group_iot_admin
|
||
msgid "Administrator"
|
||
msgstr "Администратор"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/test_iot_box.js:0
|
||
msgid "All communication protocols are working properly."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_iot_discovered_box
|
||
msgid "An IoT box that is in pairing mode"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||
msgid "Are you sure you want to restart Odoo on the IoT Box?"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__drivers_auto_update
|
||
msgid "Automatic drivers update"
|
||
msgstr "Автоматическое обновление драйверов"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_box__drivers_auto_update
|
||
msgid "Automatically update drivers when the IoT Box boots"
|
||
msgstr "Автоматически обновлять драйверы при загрузке IoT-коробки"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scanner
|
||
msgid "Barcode Scanner"
|
||
msgstr "Сканер штрихкода"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
msgid "Be careful:"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid ""
|
||
"Blackbox did not respond to your request. This usually means it has "
|
||
"disconnected. Please check its cable connection and its power supply. "
|
||
"Restart if necessary."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid ""
|
||
"Blackbox driver update required. Please restart your IoT Box to update the "
|
||
"blackbox driver."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Blackbox is running and operational"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid ""
|
||
"Blackbox responded with invalid response. Please check the cable connection "
|
||
"and the power supply, then retry. Restart if necessary"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__bluetooth
|
||
msgid "Bluetooth"
|
||
msgstr "Менеджер Bluetooth"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__camera
|
||
msgid "Camera"
|
||
msgstr "Камера"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Check the lights"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||
msgid "Click on the"
|
||
msgstr "Нажать на"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/test_iot_box.js:0
|
||
msgid "Communication protocol '%s' is not working properly."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__company_id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__company_id
|
||
msgid "Company"
|
||
msgstr "Компания"
|
||
|
||
#. module: iot
|
||
#: model:ir.ui.menu,name:iot.view_iot_selected_printer_local_action
|
||
msgid "Configuration"
|
||
msgstr "Конфигурация"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__add_iot_box__stage__connect
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_list
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_box_to_connect
|
||
msgid "Connect"
|
||
msgstr "Подключить"
|
||
|
||
#. module: iot
|
||
#: model:ir.actions.act_window,name:iot.action_add_iot_box
|
||
msgid "Connect my IoT Box"
|
||
msgstr "Подключить мою IoT-коробку"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connected_status__connected
|
||
msgid "Connected"
|
||
msgstr "Подключено"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__connected_status
|
||
msgid "Connected Status"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__connection
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||
msgid "Connection"
|
||
msgstr "Подключение"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__create_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__create_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__create_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__create_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__create_uid
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__create_uid
|
||
msgid "Created by"
|
||
msgstr "Создано:"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__create_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__create_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__create_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__create_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__create_date
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__create_date
|
||
msgid "Created on"
|
||
msgstr "Дата создания:"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__device_ids
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__device
|
||
msgid "Device"
|
||
msgstr "Устройство"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__device_count
|
||
msgid "Device Count"
|
||
msgstr "Счетчик устройств"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/iot_device_form.js:0
|
||
msgid "Device is disconnected"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||
msgid "Device type is {{0}}"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.actions.act_window,name:iot.iot_device_action
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__device_ids
|
||
#: model:ir.ui.menu,name:iot.iot_device_menu_action
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Devices"
|
||
msgstr "Устройства"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Discard"
|
||
msgstr "Отменить"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connected_status__disconnected
|
||
msgid "Disconnected"
|
||
msgstr "Отключено"
|
||
|
||
#. module: iot
|
||
#: model:ir.actions.client,name:iot.action_discover_iot_boxes
|
||
msgid "Discover IoT boxes"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__discovered_box_ids
|
||
msgid "Discovered Box"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__display
|
||
msgid "Display"
|
||
msgstr "Показать"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__display_device_ids
|
||
msgid "Display Device"
|
||
msgstr "Устройство отображения"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_channel__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_ir_config_parameter__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_ir_http__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_publisher_warranty_contract__display_name
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__display_name
|
||
msgid "Display Name"
|
||
msgstr "Отображаемое имя"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__display_url
|
||
msgid "Display URL"
|
||
msgstr "Показать ссылку"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__do_not_ask_again
|
||
msgid "Do not ask me again"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Documentation"
|
||
msgstr "Документация"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__ip
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_ip
|
||
msgid "Domain Address"
|
||
msgstr "Адрес домена"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/test_iot_box.js:0
|
||
msgid ""
|
||
"Failed to check IoT Box network, check that it's connected to the Internet."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_download_logs.js:0
|
||
msgid "Failed to download logs from %s"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Failed to initiate print"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Failed to reach the IoT Box for device: %s"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_reset_password.js:0
|
||
msgid "Failed to reset %s password."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||
msgid "Failed to send the restart command to the IoT Box ('%s')"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.js:0
|
||
msgid "Failed to toggle remote debug."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/iot_device_form.js:0
|
||
msgid "Failed to update keyboard layout on the device."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/iot_device_form.js:0
|
||
msgid "Failed to update scanner mode on the device."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Finally, paste the pairing token below in the \"Server token\" field."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Find the IP address of your IoT Box then connect to the web homepage."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
msgid ""
|
||
"First, connect the IoT Box to internet, using an ethernet cable. Or, "
|
||
"checkout the"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__fiscal_data_module
|
||
msgid "Fiscal Data Module"
|
||
msgstr "Модуль фискальных данных"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/iot_device_form.js:0
|
||
msgid "Fiscal Data Module is connected and operational"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Fiscal Data Module memory 90% full."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Fiscal Data Module memory full."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Fiscal Data Module not operational. Please restart the blackbox"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Fiscal Data Module real time clock corrupt."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__hdmi
|
||
msgid "HDMI"
|
||
msgstr "HDMI"
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_ir_http
|
||
msgid "HTTP Routing"
|
||
msgstr "Маршрутизация HTTP"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Homepage"
|
||
msgstr "Главная страница"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_channel__id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__id
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__id
|
||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__id
|
||
#: model:ir.model.fields,field_description:iot.field_ir_config_parameter__id
|
||
#: model:ir.model.fields,field_description:iot.field_ir_http__id
|
||
#: model:ir.model.fields,field_description:iot.field_publisher_warranty_contract__id
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_iot_device
|
||
msgid "IOT Device"
|
||
msgstr "IOT-устройство"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__identifier
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__identifier
|
||
msgid "Identifier"
|
||
msgstr "Идентификатор"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_select_printers_wizard__do_not_ask_again
|
||
msgid ""
|
||
"If checked, this dialog won't appear the next time you print and the "
|
||
"selected printers will be used automatically."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid ""
|
||
"If your IoT Box has no access to the internet, you can pair it with your "
|
||
"database using the pairing token."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__version
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Image Version"
|
||
msgstr "Имидж Версия"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Internet is connected"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Invalid PIN."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Invalid data in message sent to the blackbox."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.ui.menu,name:iot.iot_menu_root
|
||
#: model:res.groups.privilege,name:iot.res_groups_privilege_iot
|
||
msgid "IoT"
|
||
msgstr "IoT"
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_iot_box
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_id
|
||
msgid "IoT Box"
|
||
msgstr "IoT-коробка"
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/discovered_iot_box.py:0
|
||
msgid "IoT Box %(serial_n)s %(pairing_code)s"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||
msgid "IoT Box %s found. Connecting..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||
msgid "IoT Box detected correctly."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||
msgid "IoT Box found. Connecting..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/test_iot_box.js:0
|
||
msgid ""
|
||
"IoT Box local network is %(lan_quality)s and internet is %(wan_quality)s"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.actions.act_window,name:iot.iot_box_action
|
||
#: model:ir.ui.menu,name:iot.iot_box_menu_action
|
||
msgid "IoT Boxes"
|
||
msgstr "IoT-коробки"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||
msgid "IoT Device"
|
||
msgstr "IoT-устройство"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__device_ids
|
||
msgid "IoT Devices"
|
||
msgstr "IoT-устройства"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__iot_box_to_connect
|
||
msgid "Iot Box To Connect"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__is_scanner
|
||
msgid "Is Scanner"
|
||
msgstr "Сканер"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__keyboard
|
||
msgid "Keyboard"
|
||
msgstr "Клавиатура"
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_iot_keyboard_layout
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__keyboard_layout
|
||
msgid "Keyboard Layout"
|
||
msgstr "Раскладка Клавиатуры"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__subtype__label_printer
|
||
msgid "Label Printer"
|
||
msgstr "Принтер этикеток"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__write_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__write_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__write_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__write_uid
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__write_uid
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Последнее обновление:"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__write_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__write_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__write_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__write_date
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__write_date
|
||
#: model:ir.model.fields,field_description:iot.field_select_printers_wizard__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Дата последнего обновления:"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__layout
|
||
msgid "Layout"
|
||
msgstr "Макет"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Make sure the IoT Box is powered on."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Make sure the Network lights are on."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__add_iot_box__stage__manual
|
||
msgid "Manual"
|
||
msgstr "Руководство"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__manual_measurement
|
||
msgid "Manual Measurement"
|
||
msgstr "Ручное измерение"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__manual_measurement
|
||
msgid "Manually read the measurement from the device"
|
||
msgstr "Ручное считывание результатов измерений с устройства"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__is_scanner
|
||
msgid "Manually switch the device type between keyboard and scanner"
|
||
msgstr "Ручное переключение типа устройства между клавиатурой и сканером"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__manufacturer
|
||
msgid "Manufacturer"
|
||
msgstr "Производитель"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__name
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__name
|
||
msgid "Name"
|
||
msgstr "Имя"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__network
|
||
msgid "Network"
|
||
msgstr "Сеть"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/add_iot_box_form_controller.js:0
|
||
msgid "New IoT Box connected!"
|
||
msgstr "Новая IoT-коробка подключена!"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_reset_password.js:0
|
||
msgid "New SSH password for %s"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "No IoT Box found"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||
msgid "No IoT Box found!"
|
||
msgstr "IoT-коробка не найдена!"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "No Vat Signing Card or Vat Signing Card broken."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/select_printer_wizard.js:0
|
||
msgid "No printer selected"
|
||
msgstr "Принтер не выбран"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/client_action/delete_local_storage.xml:0
|
||
msgid "No report to display"
|
||
msgstr "Нет отчета для показа"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Note: It takes ~1 minute. After that, try to pair manually."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__subtype__office_printer
|
||
msgid "Office Printer"
|
||
msgstr "Офисный принтер"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__add_iot_box__stage__pair_offline
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Offline Pairing"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/models/ir_actions_report.py:0
|
||
msgid ""
|
||
"One of the printer used to print the document has been removed.\n"
|
||
"To reset printers, go to the IoT App, Configuration tab, \"Reset Linked "
|
||
"Printers\" and retry the operation."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Operation wasn't saved on the blackbox"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Optional: Plug a screen"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Out of paper"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "PIN accepted."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Pair an IoT Box offline"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__pairing_code
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__pairing_code
|
||
msgid "Pairing Code"
|
||
msgstr "Код сопряжения"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Pairing code received from a printer or screen"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Paper is low"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__payment
|
||
msgid "Payment Terminal"
|
||
msgstr "Платежный терминал"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Please activate the Vat Signing Card with PIN."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Plug a screen or a printer to get a status."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Power is on"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Power the box"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_printers_wizard
|
||
msgid "Print"
|
||
msgstr "Печать"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__printer
|
||
msgid "Printer"
|
||
msgstr "Принтер"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Printer is not ready"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Printer is unreachable"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_printers_wizard
|
||
msgid "Printers"
|
||
msgstr "Принтеры"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Printing timed out"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_publisher_warranty_contract
|
||
msgid "Publisher Warranty Contract For IoT Box"
|
||
msgstr "Гарантийный договор изготовителя IoT-коробки"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__subtype__receipt_printer
|
||
msgid "Receipt Printer"
|
||
msgstr "Принтер чеков"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
msgid "Remote Debug"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.js:0
|
||
msgid "Remote debug is %s."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
msgid ""
|
||
"Remote debug is enabled, the owner of the token you provided has access to "
|
||
"both your IoT Box\n"
|
||
" and local network. If it's unintended, click on \"Disable\" "
|
||
"below."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid ""
|
||
"Repeated request. This request was already handled by the fiscal data module."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_ir_actions_report
|
||
msgid "Report Action"
|
||
msgstr "Отчет о действиях"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.act_report_xml_view_tree_iot
|
||
msgid "Report xml"
|
||
msgstr "Отчет xml"
|
||
|
||
#. module: iot
|
||
#: model:ir.ui.menu,name:iot.iot_settings_menu_action
|
||
msgid "Reporting"
|
||
msgstr "Отчет"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__report_ids
|
||
msgid "Reports"
|
||
msgstr "Отчеты"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||
msgid "Reports to Auto-Print"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/client_action/delete_local_storage.xml:0
|
||
msgid "Reports with linked printers"
|
||
msgstr "Настройка принтеров для отчетов"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/client_action/delete_local_storage.xml:0
|
||
#: model:ir.ui.menu,name:iot.iot_clear_selected_devices
|
||
msgid "Reset Linked Printers"
|
||
msgstr "Сброс настроек принтеров"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/no_iot_box_found_form_controller.js:0
|
||
msgid "Retrying in "
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__ssl_certificate_end_date
|
||
msgid "SSL Certificate End Date"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_printers_wizard
|
||
msgid "Sales Details"
|
||
msgstr "Детали продаж"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scale
|
||
msgid "Scale"
|
||
msgstr "Масштаб"
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||
msgid "Searching for an IoT Box..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_box_to_connect
|
||
msgid "Select IoT Box to connect"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/models/ir_actions_report.py:0
|
||
msgid "Select Printers for %s"
|
||
msgstr "Выбрать принтеры для %s"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/select_printer_wizard.js:0
|
||
msgid "Select at least one printer"
|
||
msgstr "Выберите хотя бы один принтер"
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_select_printers_wizard
|
||
msgid "Selection of printers"
|
||
msgstr "Выбор принтеров"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||
msgid "Sending document to printer %s..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__serial
|
||
msgid "Serial"
|
||
msgstr "Серийный номер"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__serial_number
|
||
#: model:ir.model.fields,field_description:iot.field_iot_discovered_box__serial_number
|
||
msgid "Serial Number"
|
||
msgstr "Серийный номер"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||
msgid ""
|
||
"Setup in progress, should take maximum 1 minute...\n"
|
||
" <span class=\"spinner-border spinner-border-sm\"/>"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||
msgid "Several IoT's detected"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__stage
|
||
msgid "Stage"
|
||
msgstr "Этап"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Standard Pairing"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__add_iot_box__stage__start
|
||
msgid "Start"
|
||
msgstr "Начало"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||
msgid "Started printing operation on printer %s..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Status"
|
||
msgstr "Статус"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__subtype
|
||
msgid "Subtype"
|
||
msgstr "Sottotipo"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__subtype
|
||
msgid "Subtype of device."
|
||
msgstr "Подтип устройства."
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_ir_config_parameter
|
||
msgid "System Parameter"
|
||
msgstr "Системный параметр"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Technical Information"
|
||
msgstr "Техническая Информация"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||
msgid "Test"
|
||
msgstr "Тест"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/backend/iot_device_form.js:0
|
||
msgid "Test page printed"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/test_iot_box.js:0
|
||
msgid "Testing communication with IoT Box and network quality, please wait..."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model,name:iot.model_iot_channel
|
||
msgid "The Websocket IoT Channel"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-python
|
||
#: code:addons/iot/models/ir_actions_report.py:0
|
||
msgid ""
|
||
"The report you are trying to print requires an IoT Box to be printed.\n"
|
||
"Make sure you linked the report '%s' to the corresponding IoT printer device."
|
||
msgstr ""
|
||
"Отчет, который вы пытаетесь распечатать, требует использования IoT-коробки.\n"
|
||
"Убедитесь, что вы связали отчет «%s» с соответствующим устройством IoT-"
|
||
"принтера."
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_pair_offline
|
||
msgid "Then click on \"Configure\" under \"Odoo database connected\" section."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.actions.act_window,help:iot.iot_device_action
|
||
msgid "There is no device connected to your IoT Boxes"
|
||
msgstr "К вашим IoT-коробкам не подключено ни одного устройства"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__offline_pairing_token
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__token
|
||
msgid "Token"
|
||
msgstr "Токен"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_device__type
|
||
msgid "Type"
|
||
msgstr "Тип"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__connection
|
||
msgid "Type of connection."
|
||
msgstr "Тип соединения."
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__type
|
||
msgid "Type of device."
|
||
msgstr "Тип устройства."
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_iot_device__display_url
|
||
msgid ""
|
||
"URL of the page that will be displayed by the device, leave empty to use the "
|
||
"customer facing display of the POS."
|
||
msgstr ""
|
||
"URL-адрес страницы, которая будет отображаться устройством; оставьте пустым, "
|
||
"чтобы использовать дисплей POS, обращенный к клиенту."
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__direct
|
||
msgid "USB"
|
||
msgstr "USB"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Unknown identifier."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Unknown printer error occurred"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Unspecified error."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Unspecified warning."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__unsupported
|
||
msgid "Unsupported"
|
||
msgstr "Не поддерживается"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_no_iot_box_found
|
||
msgid "Use Pairing Code"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:res.groups,name:iot.group_iot_user
|
||
msgid "User"
|
||
msgstr "Пользователь"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__variant
|
||
msgid "Variant"
|
||
msgstr "Вариант"
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Vat Signing Card blocked."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/network_utils/iot_http_service.js:0
|
||
msgid "Vat Signing Card not compatible with Fiscal Data Module."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,field_description:iot.field_iot_box__version_commit_url
|
||
msgid "Version Commit Url"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "Visible to all"
|
||
msgstr "Видно всем"
|
||
|
||
#. module: iot
|
||
#: model:ir.model.fields,help:iot.field_ir_actions_report__device_ids
|
||
msgid ""
|
||
"When setting a device here, the report will be printed through this device "
|
||
"on the IoT Box"
|
||
msgstr ""
|
||
"Если здесь задано устройство, отчет будет напечатан через него на IoT-коробке"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_select_box_to_connect
|
||
msgid "Which one do you want to connect?<br/><br/>"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
msgid ""
|
||
"You can enable remote debug on your IoT Box by providing a Ngrok authtoken."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "app."
|
||
msgstr "приложение."
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||
msgid "connect"
|
||
msgstr "Подключить"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||
msgid "connection_type"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||
msgid "device-icon"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.js:0
|
||
msgid "disabled"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
msgid "documentation"
|
||
msgstr "документация"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
msgid "e.g. ABDE0123"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.js:0
|
||
msgid "enabled"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.view_enter_pairing_code
|
||
msgid ""
|
||
"for Wi-Fi.<br/>\n"
|
||
" Then, connect the IoT Box to a printer (via USB cable) or a "
|
||
"screen (via micro HDMI cable) to get the pairing code.<br/>\n"
|
||
" <br/>"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_form
|
||
msgid "install the Fiscal Data Module"
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#. odoo-javascript
|
||
#: code:addons/iot/static/src/view_widgets/iot_remote_debug.xml:0
|
||
msgid ""
|
||
"it enables remote access to your local network to the owner of the token."
|
||
msgstr ""
|
||
|
||
#. module: iot
|
||
#: model:ir.actions.client,name:iot.action_iot_delete_linked_devices_menu
|
||
msgid "reset.linked.printers"
|
||
msgstr "reset.linked.printers"
|
||
|
||
#. module: iot
|
||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||
msgid "to add an IoT Box."
|
||
msgstr "для добавления IoT-коробки."
|
||
|
||
#~ msgid "Check if the device is still connected"
|
||
#~ msgstr "Проверьте, подключено ли устройство"
|
||
|
||
#~ msgid "Connection to device failed"
|
||
#~ msgstr "Не удалось установить соединение с устройством"
|
||
|
||
#~ msgid "Are you sure you want to restart Odoo on the IoT box?"
|
||
#~ msgstr "Вы уверены, что хотите перезапустить Odoo на IoT-коробке?"
|
||
|
||
#~ msgid "Last restarting process hasn't finished yet"
|
||
#~ msgstr "Последний процесс перезапуска еще не завершен"
|
||
|
||
#~ msgid "Please wait"
|
||
#~ msgstr "Подождите"
|
||
|
||
#~ msgid "Restart Failed"
|
||
#~ msgstr "Перезапуск не удался"
|
||
|
||
#~ msgid "Restart finished"
|
||
#~ msgstr "Перезапуск завершен"
|
||
|
||
#~ msgid "Restarting"
|
||
#~ msgstr "Перезагрузка"
|
||
|
||
#~ msgid "Select Printers"
|
||
#~ msgstr "Выбрать принтеры"
|
||
|
||
#~ msgid "Success"
|
||
#~ msgstr "Успех"
|
||
|
||
#~ msgid "Timed out"
|
||
#~ msgstr "Время истекло"
|
||
|
||
#~ msgid "Last Sent Value"
|
||
#~ msgstr "Последнее отправленное значение"
|
||
|
||
#~ msgid ""
|
||
#~ "0. Power on the IoT Box<br/><br/>\n"
|
||
#~ "\n"
|
||
#~ " <strong>A. Ethernet Connection</strong><br/>\n"
|
||
#~ " 1. Read the pairing code from a display or thermal "
|
||
#~ "printer connected to the IoT Box.<br/>\n"
|
||
#~ " 2. Enter the code below and click on \"Pair\".<br/>"
|
||
#~ msgstr ""
|
||
#~ "0. Включите блок IoT<br/><br/>\n"
|
||
#~ "\n"
|
||
#~ " <strong>A. Подключение к сети Ethernet</strong><br/>\n"
|
||
#~ " 1. Считайте код сопряжения с дисплея или "
|
||
#~ "термопринтера, подключенного к IoT Box.<br/>\n"
|
||
#~ " 2. Введите приведенный ниже код и нажмите кнопку "
|
||
#~ "\"Сопряжение\".<br/>"
|
||
|
||
#~ msgid "<span class=\"badge text-bg-secondary\">Disconnected</span>"
|
||
#~ msgstr "<span class=\"badge text-bg-secondary\">Отключено</span>"
|
||
|
||
#~ msgid "<span class=\"badge text-bg-success\">Connected</span>"
|
||
#~ msgstr "<span class=\"badge text-bg-success\">Подключено</span>"
|
||
|
||
#~ msgid ""
|
||
#~ "<strong>B. WiFi Connection (or Ethernet Connection doesn't work)</"
|
||
#~ "strong><br/>\n"
|
||
#~ " 1. Make sure no ethernet cable is connected to the "
|
||
#~ "IoT Box<br/>\n"
|
||
#~ " 2. Copy the token that is below<br/>\n"
|
||
#~ " 3. Connect to the IoT Box WiFi network (you should "
|
||
#~ "see it in your available WiFi networks)<br/>\n"
|
||
#~ " 4. You will be redirected to the IoT Box Homepage<br/"
|
||
#~ ">\n"
|
||
#~ " 5. Paste the token in token field and follow the "
|
||
#~ "steps described on the IoT Box Homepage<br/>"
|
||
#~ msgstr ""
|
||
#~ "<strong>B. Подключение WiFi (или Ethernet-подключение не работает)</"
|
||
#~ "strong><br/>\n"
|
||
#~ " 1. Убедитесь, что к IoT Box не подключен кабель "
|
||
#~ "Ethernet<br/>\n"
|
||
#~ " 2. Скопируйте токен, который приведен ниже<br/>\n"
|
||
#~ " 3. Подключитесь к WiFi сети IoT Box (вы должны "
|
||
#~ "увидеть ее в списке доступных WiFi сетей)<br/>\n"
|
||
#~ " 4. Вы будете перенаправлены на домашнюю страницу IoT "
|
||
#~ "Box<br/>\n"
|
||
#~ " 5. Вставьте токен в поле токена и выполните действия, "
|
||
#~ "описанные на домашней странице IoT Box<br/>"
|
||
|
||
#~ msgid "Are you sure you want to reboot the IoT box?"
|
||
#~ msgstr "Вы уверены, что хотите перезагрузить IoT-бокс?"
|
||
|
||
#~ msgid "Cancel"
|
||
#~ msgstr "Отменить"
|
||
|
||
#~ msgid "Clear Selected Devices"
|
||
#~ msgstr "Очистить выбранные устройства"
|
||
|
||
#~ msgid "Clear automatic reports"
|
||
#~ msgstr "Понятные автоматические отчеты"
|
||
|
||
#~ msgid "Click here to open your IoT Homepage"
|
||
#~ msgstr "Нажмите здесь, чтобы открыть домашнюю страницу IoT"
|
||
|
||
#~ msgid "Click on Advanced/Show Details/Details/More information"
|
||
#~ msgstr ""
|
||
#~ "Нажмите кнопку Дополнительно/Показать детали/Детали/Подробная информация"
|
||
|
||
#~ msgid ""
|
||
#~ "Click on Proceed to .../Add Exception/Visit this website/Go on to the "
|
||
#~ "webpage"
|
||
#~ msgstr ""
|
||
#~ "Нажмите на кнопку Приступить к .../Добавить исключение/Посетить этот веб-"
|
||
#~ "сайт/Перейти на веб-страницу"
|
||
|
||
#~ msgid "Close"
|
||
#~ msgstr "Закрыть"
|
||
|
||
#~ msgid "Close this window and try again"
|
||
#~ msgstr "Закройте это окно и попробуйте снова"
|
||
|
||
#~ msgid "Connect an IoT Box"
|
||
#~ msgstr "Подключите IoT Box"
|
||
|
||
#~ msgid "Connection to IoT Box failed"
|
||
#~ msgstr "Не удалось подключиться к IoT-коробке"
|
||
|
||
#~ msgid "Device type"
|
||
#~ msgstr "Тип устройства"
|
||
|
||
#~ msgid "Device type is #{record.type.raw_value}"
|
||
#~ msgstr "Тип устройства - #{record.type.raw_value}"
|
||
|
||
#~ msgid "Download Logs"
|
||
#~ msgstr "Скачать журналы"
|
||
|
||
#~ msgid "Download logs"
|
||
#~ msgstr "Скачать журналы"
|
||
|
||
#~ msgid "Firefox only: Click on Confirm Security Exception"
|
||
#~ msgstr ""
|
||
#~ "Только для Firefox: Нажмите на кнопку Подтвердить исключение из правил "
|
||
#~ "безопасности"
|
||
|
||
#~ msgid "Group By"
|
||
#~ msgstr "Группировать по"
|
||
|
||
#~ msgid "Hdmi"
|
||
#~ msgstr "Hdmi"
|
||
|
||
#~ msgid "Identifier (Mac Address)"
|
||
#~ msgstr "Идентификатор (Mac-адрес)"
|
||
|
||
#~ msgid "If device is connected to the IoT Box"
|
||
#~ msgstr "Если устройство подключено к IoT-коробке"
|
||
|
||
#~ msgid ""
|
||
#~ "If you are on a secure server (HTTPS) check if you accepted the "
|
||
#~ "certificate:"
|
||
#~ msgstr ""
|
||
#~ "Если вы находитесь на защищенном сервере (HTTPS), проверьте, приняли ли "
|
||
#~ "вы сертификат:"
|
||
|
||
#~ msgid "IoT Box Home Page"
|
||
#~ msgstr "Домашняя страница IoT-коробки"
|
||
|
||
#~ msgid "Odoo cannot reach the IoT Box."
|
||
#~ msgstr "Odoo не может подключиться к IoT-коробке."
|
||
|
||
#~ msgid "Pair"
|
||
#~ msgstr "Пара"
|
||
|
||
#~ msgid ""
|
||
#~ "Please accept the certificate of your IoT Box (procedure depends on your "
|
||
#~ "browser):"
|
||
#~ msgstr ""
|
||
#~ "Пожалуйста, примите сертификат вашей IoT-коробки (процедура зависит от "
|
||
#~ "вашего браузера):"
|
||
|
||
#~ msgid "Please check if the IoT Box is still connected."
|
||
#~ msgstr "Проверьте, подключена ли IoT-коробка."
|
||
|
||
#~ msgid "Printer Reports"
|
||
#~ msgstr "Отчеты принтера"
|
||
|
||
#~ msgid "The Websocket Iot Channel"
|
||
#~ msgstr "Websocket Iot Channel"
|
||
|
||
#~ msgid "The channel name must be unique"
|
||
#~ msgstr "Имя канала должно быть уникальным"
|
||
|
||
#~ msgid ""
|
||
#~ "The pairing code you provided was not found in our system. Please check "
|
||
#~ "that you entered it correctly."
|
||
#~ msgstr ""
|
||
#~ "Указанный вами код сопряжения не найден в нашей системе. Пожалуйста, "
|
||
#~ "проверьте, правильно ли вы его ввели."
|
||
|
||
#~ msgid "There is no device connected to this IoT Box"
|
||
#~ msgstr "К этой IoT-коробке не подключено ни одного устройства"
|
||
|
||
#~ msgid "Unlink"
|
||
#~ msgstr "Отвязать"
|
||
|
||
#~ msgid "We had troubles pairing your IoT Box. Please try again later."
|
||
#~ msgstr ""
|
||
#~ "Возникли проблемы при привязке IoT-коробки. Пожалуйста, попробуйте позже."
|