feat(iot): repackaged Odoo iot modules + Fusion Plating sensor wrapper
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>
This commit is contained in:
BIN
fusion_iot/iot/i18n/._ar.po
Normal file
BIN
fusion_iot/iot/i18n/._ar.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._az.po
Normal file
BIN
fusion_iot/iot/i18n/._az.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._bg.po
Normal file
BIN
fusion_iot/iot/i18n/._bg.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._bs.po
Normal file
BIN
fusion_iot/iot/i18n/._bs.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ca.po
Normal file
BIN
fusion_iot/iot/i18n/._ca.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._cs.po
Normal file
BIN
fusion_iot/iot/i18n/._cs.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._da.po
Normal file
BIN
fusion_iot/iot/i18n/._da.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._de.po
Normal file
BIN
fusion_iot/iot/i18n/._de.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._el.po
Normal file
BIN
fusion_iot/iot/i18n/._el.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._es.po
Normal file
BIN
fusion_iot/iot/i18n/._es.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._es_419.po
Normal file
BIN
fusion_iot/iot/i18n/._es_419.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._et.po
Normal file
BIN
fusion_iot/iot/i18n/._et.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._fa.po
Normal file
BIN
fusion_iot/iot/i18n/._fa.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._fi.po
Normal file
BIN
fusion_iot/iot/i18n/._fi.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._fr.po
Normal file
BIN
fusion_iot/iot/i18n/._fr.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._gu.po
Normal file
BIN
fusion_iot/iot/i18n/._gu.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._he.po
Normal file
BIN
fusion_iot/iot/i18n/._he.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._hi.po
Normal file
BIN
fusion_iot/iot/i18n/._hi.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._hr.po
Normal file
BIN
fusion_iot/iot/i18n/._hr.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._hu.po
Normal file
BIN
fusion_iot/iot/i18n/._hu.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._id.po
Normal file
BIN
fusion_iot/iot/i18n/._id.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._iot.pot
Normal file
BIN
fusion_iot/iot/i18n/._iot.pot
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._is.po
Normal file
BIN
fusion_iot/iot/i18n/._is.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._it.po
Normal file
BIN
fusion_iot/iot/i18n/._it.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ja.po
Normal file
BIN
fusion_iot/iot/i18n/._ja.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._kab.po
Normal file
BIN
fusion_iot/iot/i18n/._kab.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._km.po
Normal file
BIN
fusion_iot/iot/i18n/._km.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ko.po
Normal file
BIN
fusion_iot/iot/i18n/._ko.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ku.po
Normal file
BIN
fusion_iot/iot/i18n/._ku.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._lb.po
Normal file
BIN
fusion_iot/iot/i18n/._lb.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._lt.po
Normal file
BIN
fusion_iot/iot/i18n/._lt.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._lv.po
Normal file
BIN
fusion_iot/iot/i18n/._lv.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._mn.po
Normal file
BIN
fusion_iot/iot/i18n/._mn.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._my.po
Normal file
BIN
fusion_iot/iot/i18n/._my.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._nb.po
Normal file
BIN
fusion_iot/iot/i18n/._nb.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._nl.po
Normal file
BIN
fusion_iot/iot/i18n/._nl.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._pl.po
Normal file
BIN
fusion_iot/iot/i18n/._pl.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._pt.po
Normal file
BIN
fusion_iot/iot/i18n/._pt.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._pt_BR.po
Normal file
BIN
fusion_iot/iot/i18n/._pt_BR.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ro.po
Normal file
BIN
fusion_iot/iot/i18n/._ro.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._ru.po
Normal file
BIN
fusion_iot/iot/i18n/._ru.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._sk.po
Normal file
BIN
fusion_iot/iot/i18n/._sk.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._sl.po
Normal file
BIN
fusion_iot/iot/i18n/._sl.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._sr@latin.po
Normal file
BIN
fusion_iot/iot/i18n/._sr@latin.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._sv.po
Normal file
BIN
fusion_iot/iot/i18n/._sv.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._th.po
Normal file
BIN
fusion_iot/iot/i18n/._th.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._tr.po
Normal file
BIN
fusion_iot/iot/i18n/._tr.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._uk.po
Normal file
BIN
fusion_iot/iot/i18n/._uk.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._vi.po
Normal file
BIN
fusion_iot/iot/i18n/._vi.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._zh_CN.po
Normal file
BIN
fusion_iot/iot/i18n/._zh_CN.po
Normal file
Binary file not shown.
BIN
fusion_iot/iot/i18n/._zh_TW.po
Normal file
BIN
fusion_iot/iot/i18n/._zh_TW.po
Normal file
Binary file not shown.
1475
fusion_iot/iot/i18n/ar.po
Normal file
1475
fusion_iot/iot/i18n/ar.po
Normal file
File diff suppressed because it is too large
Load Diff
1276
fusion_iot/iot/i18n/az.po
Normal file
1276
fusion_iot/iot/i18n/az.po
Normal file
File diff suppressed because it is too large
Load Diff
1267
fusion_iot/iot/i18n/bg.po
Normal file
1267
fusion_iot/iot/i18n/bg.po
Normal file
File diff suppressed because it is too large
Load Diff
1278
fusion_iot/iot/i18n/bs.po
Normal file
1278
fusion_iot/iot/i18n/bs.po
Normal file
File diff suppressed because it is too large
Load Diff
1466
fusion_iot/iot/i18n/ca.po
Normal file
1466
fusion_iot/iot/i18n/ca.po
Normal file
File diff suppressed because it is too large
Load Diff
1365
fusion_iot/iot/i18n/cs.po
Normal file
1365
fusion_iot/iot/i18n/cs.po
Normal file
File diff suppressed because it is too large
Load Diff
1424
fusion_iot/iot/i18n/da.po
Normal file
1424
fusion_iot/iot/i18n/da.po
Normal file
File diff suppressed because it is too large
Load Diff
1524
fusion_iot/iot/i18n/de.po
Normal file
1524
fusion_iot/iot/i18n/de.po
Normal file
File diff suppressed because it is too large
Load Diff
1282
fusion_iot/iot/i18n/el.po
Normal file
1282
fusion_iot/iot/i18n/el.po
Normal file
File diff suppressed because it is too large
Load Diff
1491
fusion_iot/iot/i18n/es.po
Normal file
1491
fusion_iot/iot/i18n/es.po
Normal file
File diff suppressed because it is too large
Load Diff
1376
fusion_iot/iot/i18n/es_419.po
Normal file
1376
fusion_iot/iot/i18n/es_419.po
Normal file
File diff suppressed because it is too large
Load Diff
1391
fusion_iot/iot/i18n/et.po
Normal file
1391
fusion_iot/iot/i18n/et.po
Normal file
File diff suppressed because it is too large
Load Diff
1290
fusion_iot/iot/i18n/fa.po
Normal file
1290
fusion_iot/iot/i18n/fa.po
Normal file
File diff suppressed because it is too large
Load Diff
1493
fusion_iot/iot/i18n/fi.po
Normal file
1493
fusion_iot/iot/i18n/fi.po
Normal file
File diff suppressed because it is too large
Load Diff
1523
fusion_iot/iot/i18n/fr.po
Normal file
1523
fusion_iot/iot/i18n/fr.po
Normal file
File diff suppressed because it is too large
Load Diff
637
fusion_iot/iot/i18n/gu.po
Normal file
637
fusion_iot/iot/i18n/gu.po
Normal file
@@ -0,0 +1,637 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iot
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 16:01+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:47+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-secondary\">Disconnected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-success\">Connected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_add_iot_box
|
||||
msgid "Add IoT Box wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Are you sure you want to reboot the IoT box?"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scanner
|
||||
msgid "Barcode Scanner"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__bluetooth
|
||||
msgid "Bluetooth"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__camera
|
||||
msgid "Camera"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Check if the device is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Check if the printer is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click here to open your IoT Homepage"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Advanced/Show Details/Details/More information"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Proceed to .../Add Exception/Visit this website/Go on to the webpage"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Close"
|
||||
msgstr "Close"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Close this window and try again"
|
||||
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 "Company"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_list
|
||||
msgid "Connect"
|
||||
msgstr "Connect"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.action_add_iot_box
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Connect an IoT Box"
|
||||
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
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.js:0
|
||||
msgid "Connection to IoT Box failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Connection to device failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Connection to printer failed"
|
||||
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_keyboard_layout__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. 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_keyboard_layout__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: iot
|
||||
#: 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
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
msgid "Device Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Device type"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "Device type is #{record.type.raw_value}"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action_search_iot_box
|
||||
#: 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
|
||||
#: 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_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_device__display_name
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. 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_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/iot_download_logs.xml:0
|
||||
msgid "Download Logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_download_logs.xml:0
|
||||
msgid "Download logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Firefox only: Click on Confirm Security Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__fiscal_data_module
|
||||
msgid "Fiscal Data Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Group By"
|
||||
msgstr "Group By"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__hdmi
|
||||
msgid "Hdmi"
|
||||
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_device__id
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_device
|
||||
msgid "IOT Device"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__identifier
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__identifier
|
||||
msgid "Identifier (Mac Address)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_iot_device__connected
|
||||
msgid "If device is connected to the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "If you are on a secure server (HTTPS) check if you accepted the certificate:"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__version
|
||||
msgid "Image Version"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.ui.menu,name:iot.iot_menu_root
|
||||
msgid "IoT"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_box
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__ip_url
|
||||
msgid "IoT Box Home Page"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__device_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Device"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Last Sent Value"
|
||||
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_keyboard_layout__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. 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_keyboard_layout__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Last restarting process hasn't finished yet"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__layout
|
||||
msgid "Layout"
|
||||
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_keyboard_layout__name
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__network
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "No IoT Box found!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Odoo cannot reach the IoT Box."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Pair"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__pairing_code
|
||||
msgid "Pairing Code"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
msgid "Please accept the certificate of your IoT Box (procedure depends on your browser):"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Please check if the IoT Box is still connected."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Please wait"
|
||||
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/iot_report_action.js:0
|
||||
msgid "Printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Printer Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_publisher_warranty_contract
|
||||
msgid "Publisher Warranty Contract For IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_ir_actions_report
|
||||
msgid "Report Action"
|
||||
msgstr "Report Action"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.act_report_xml_view_tree_iot
|
||||
msgid "Report xml"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__report_ids
|
||||
msgid "Reports"
|
||||
msgstr "અહેવાલો"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart Failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart finished"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restarting"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scale
|
||||
msgid "Scale"
|
||||
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_iot_device__connected
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Successfully sent to printer!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "The pairing code you provided was not found in our system. Please check that you entered it correctly."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_device_action_search_iot_box
|
||||
msgid "There is no device connected to this IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__token
|
||||
msgid "Token"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__type
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__direct
|
||||
msgid "USB"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__variant
|
||||
msgid "Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "We had troubles pairing your IoT Box. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_ir_actions_report__device_id
|
||||
msgid "When setting a device here, the report will be printed through this device on the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "to add an IoT Box."
|
||||
msgstr ""
|
||||
1339
fusion_iot/iot/i18n/he.po
Normal file
1339
fusion_iot/iot/i18n/he.po
Normal file
File diff suppressed because it is too large
Load Diff
1266
fusion_iot/iot/i18n/hi.po
Normal file
1266
fusion_iot/iot/i18n/hi.po
Normal file
File diff suppressed because it is too large
Load Diff
1313
fusion_iot/iot/i18n/hr.po
Normal file
1313
fusion_iot/iot/i18n/hr.po
Normal file
File diff suppressed because it is too large
Load Diff
1308
fusion_iot/iot/i18n/hu.po
Normal file
1308
fusion_iot/iot/i18n/hu.po
Normal file
File diff suppressed because it is too large
Load Diff
1352
fusion_iot/iot/i18n/id.po
Normal file
1352
fusion_iot/iot/i18n/id.po
Normal file
File diff suppressed because it is too large
Load Diff
1260
fusion_iot/iot/i18n/iot.pot
Normal file
1260
fusion_iot/iot/i18n/iot.pot
Normal file
File diff suppressed because it is too large
Load Diff
633
fusion_iot/iot/i18n/is.po
Normal file
633
fusion_iot/iot/i18n/is.po
Normal file
@@ -0,0 +1,633 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iot
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0beta+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 16:01+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:47+0000\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-secondary\">Disconnected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-success\">Connected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_add_iot_box
|
||||
msgid "Add IoT Box wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Are you sure you want to reboot the IoT box?"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scanner
|
||||
msgid "Barcode Scanner"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__bluetooth
|
||||
msgid "Bluetooth"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__camera
|
||||
msgid "Camera"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Check if the device is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Check if the printer is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click here to open your IoT Homepage"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Advanced/Show Details/Details/More information"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Proceed to .../Add Exception/Visit this website/Go on to the webpage"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Close this window and try again"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_list
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.action_add_iot_box
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Connect an IoT Box"
|
||||
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
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.js:0
|
||||
msgid "Connection to IoT Box failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Connection to device failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Connection to printer failed"
|
||||
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_keyboard_layout__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Búið til af"
|
||||
|
||||
#. 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_keyboard_layout__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Stofnað þann"
|
||||
|
||||
#. module: iot
|
||||
#: 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
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
msgid "Device Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Device type"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "Device type is #{record.type.raw_value}"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action_search_iot_box
|
||||
#: 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
|
||||
#: 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_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_device__display_name
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nafn"
|
||||
|
||||
#. 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_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/iot_download_logs.xml:0
|
||||
msgid "Download Logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_download_logs.xml:0
|
||||
msgid "Download logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Firefox only: Click on Confirm Security Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__fiscal_data_module
|
||||
msgid "Fiscal Data Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Group By"
|
||||
msgstr "Hópa eftir"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__hdmi
|
||||
msgid "Hdmi"
|
||||
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_device__id
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_device
|
||||
msgid "IOT Device"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__identifier
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__identifier
|
||||
msgid "Identifier (Mac Address)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_iot_device__connected
|
||||
msgid "If device is connected to the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "If you are on a secure server (HTTPS) check if you accepted the certificate:"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__version
|
||||
msgid "Image Version"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.ui.menu,name:iot.iot_menu_root
|
||||
msgid "IoT"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_box
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__ip_url
|
||||
msgid "IoT Box Home Page"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__device_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Device"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Last Sent Value"
|
||||
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_keyboard_layout__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Síðast uppfært af"
|
||||
|
||||
#. 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_keyboard_layout__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Síðast uppfært þann"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Last restarting process hasn't finished yet"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__layout
|
||||
msgid "Layout"
|
||||
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_keyboard_layout__name
|
||||
msgid "Name"
|
||||
msgstr "Nafn"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__network
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "No IoT Box found!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Odoo cannot reach the IoT Box."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Pair"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__pairing_code
|
||||
msgid "Pairing Code"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
msgid "Please accept the certificate of your IoT Box (procedure depends on your browser):"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Please check if the IoT Box is still connected."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Please wait"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__printer
|
||||
msgid "Printer"
|
||||
msgstr "Prentari"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Printer Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_publisher_warranty_contract
|
||||
msgid "Publisher Warranty Contract For IoT Box"
|
||||
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 "Report xml"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__report_ids
|
||||
msgid "Reports"
|
||||
msgstr "Skýrslur"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart Failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart finished"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restarting"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scale
|
||||
msgid "Scale"
|
||||
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_iot_device__connected
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Successfully sent to printer!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "The pairing code you provided was not found in our system. Please check that you entered it correctly."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_device_action_search_iot_box
|
||||
msgid "There is no device connected to this IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__token
|
||||
msgid "Token"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__type
|
||||
msgid "Type"
|
||||
msgstr "Gerð"
|
||||
|
||||
#. 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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__direct
|
||||
msgid "USB"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__variant
|
||||
msgid "Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "We had troubles pairing your IoT Box. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_ir_actions_report__device_id
|
||||
msgid "When setting a device here, the report will be printed through this device on the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "to add an IoT Box."
|
||||
msgstr ""
|
||||
1507
fusion_iot/iot/i18n/it.po
Normal file
1507
fusion_iot/iot/i18n/it.po
Normal file
File diff suppressed because it is too large
Load Diff
1481
fusion_iot/iot/i18n/ja.po
Normal file
1481
fusion_iot/iot/i18n/ja.po
Normal file
File diff suppressed because it is too large
Load Diff
1268
fusion_iot/iot/i18n/kab.po
Normal file
1268
fusion_iot/iot/i18n/kab.po
Normal file
File diff suppressed because it is too large
Load Diff
638
fusion_iot/iot/i18n/km.po
Normal file
638
fusion_iot/iot/i18n/km.po
Normal file
@@ -0,0 +1,638 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iot
|
||||
#
|
||||
# Translators:
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
# Chan Nath <channath@gmail.com>, 2018
|
||||
# Samkhann Seang <seangsamkhann@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 16:01+0000\n"
|
||||
"PO-Revision-Date: 2018-10-08 07:14+0000\n"
|
||||
"Last-Translator: Samkhann Seang <seangsamkhann@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-secondary\">Disconnected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-success\">Connected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_add_iot_box
|
||||
msgid "Add IoT Box wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Are you sure you want to reboot the IoT box?"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scanner
|
||||
msgid "Barcode Scanner"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__bluetooth
|
||||
msgid "Bluetooth"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__camera
|
||||
msgid "Camera"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Check if the device is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Check if the printer is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click here to open your IoT Homepage"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Advanced/Show Details/Details/More information"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Proceed to .../Add Exception/Visit this website/Go on to the webpage"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Close this window and try again"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_list
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.action_add_iot_box
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Connect an IoT Box"
|
||||
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
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.js:0
|
||||
msgid "Connection to IoT Box failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Connection to device failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Connection to printer failed"
|
||||
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_keyboard_layout__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_keyboard_layout__create_date
|
||||
msgid "Created on"
|
||||
msgstr "បង្កើតនៅ"
|
||||
|
||||
#. module: iot
|
||||
#: 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
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
msgid "Device Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Device type"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "Device type is #{record.type.raw_value}"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action_search_iot_box
|
||||
#: 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
|
||||
#: 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_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_device__display_name
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__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_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/iot_download_logs.xml:0
|
||||
msgid "Download Logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_download_logs.xml:0
|
||||
msgid "Download logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Firefox only: Click on Confirm Security Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__fiscal_data_module
|
||||
msgid "Fiscal Data Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Group By"
|
||||
msgstr "ជាក្រុមតាម"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__hdmi
|
||||
msgid "Hdmi"
|
||||
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_device__id
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_device
|
||||
msgid "IOT Device"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__identifier
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__identifier
|
||||
msgid "Identifier (Mac Address)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_iot_device__connected
|
||||
msgid "If device is connected to the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "If you are on a secure server (HTTPS) check if you accepted the certificate:"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__version
|
||||
msgid "Image Version"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.ui.menu,name:iot.iot_menu_root
|
||||
msgid "IoT"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_box
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__ip_url
|
||||
msgid "IoT Box Home Page"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__device_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Device"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Last Sent Value"
|
||||
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_keyboard_layout__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_keyboard_layout__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Last restarting process hasn't finished yet"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__layout
|
||||
msgid "Layout"
|
||||
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_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
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "No IoT Box found!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Odoo cannot reach the IoT Box."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Pair"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__pairing_code
|
||||
msgid "Pairing Code"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
msgid "Please accept the certificate of your IoT Box (procedure depends on your browser):"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Please check if the IoT Box is still connected."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Please wait"
|
||||
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/iot_report_action.js:0
|
||||
msgid "Printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Printer Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_publisher_warranty_contract
|
||||
msgid "Publisher Warranty Contract For IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__report_ids
|
||||
msgid "Reports"
|
||||
msgstr "របាយការណ៍"
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart Failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart finished"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restarting"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scale
|
||||
msgid "Scale"
|
||||
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_iot_device__connected
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Successfully sent to printer!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "The pairing code you provided was not found in our system. Please check that you entered it correctly."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_device_action_search_iot_box
|
||||
msgid "There is no device connected to this IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__direct
|
||||
msgid "USB"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__variant
|
||||
msgid "Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "We had troubles pairing your IoT Box. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_ir_actions_report__device_id
|
||||
msgid "When setting a device here, the report will be printed through this device on the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "to add an IoT Box."
|
||||
msgstr ""
|
||||
1404
fusion_iot/iot/i18n/ko.po
Normal file
1404
fusion_iot/iot/i18n/ko.po
Normal file
File diff suppressed because it is too large
Load Diff
1267
fusion_iot/iot/i18n/ku.po
Normal file
1267
fusion_iot/iot/i18n/ku.po
Normal file
File diff suppressed because it is too large
Load Diff
633
fusion_iot/iot/i18n/lb.po
Normal file
633
fusion_iot/iot/i18n/lb.po
Normal file
@@ -0,0 +1,633 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iot
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-16 16:01+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:36+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-secondary\">Disconnected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "<span class=\"badge text-bg-success\">Connected</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_add_iot_box
|
||||
msgid "Add IoT Box wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Are you sure you want to reboot the IoT box?"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scanner
|
||||
msgid "Barcode Scanner"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__bluetooth
|
||||
msgid "Bluetooth"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__camera
|
||||
msgid "Camera"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Check if the device is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Check if the printer is still connected"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click here to open your IoT Homepage"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Advanced/Show Details/Details/More information"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Click on Proceed to .../Add Exception/Visit this website/Go on to the webpage"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Close this window and try again"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_list
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.action_add_iot_box
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Connect an IoT Box"
|
||||
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
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.js:0
|
||||
msgid "Connection to IoT Box failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/views/iot_device_form.js:0
|
||||
msgid "Connection to device failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Connection to printer failed"
|
||||
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_keyboard_layout__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_keyboard_layout__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: 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
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_box_view_kanban
|
||||
msgid "Device Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Device type"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_kanban
|
||||
msgid "Device type is #{record.type.raw_value}"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action
|
||||
#: model:ir.actions.act_window,name:iot.iot_device_action_search_iot_box
|
||||
#: 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
|
||||
#: 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_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_device__display_name
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__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_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/iot_download_logs.xml:0
|
||||
msgid "Download Logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_download_logs.xml:0
|
||||
msgid "Download logs"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Firefox only: Click on Confirm Security Exception"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__fiscal_data_module
|
||||
msgid "Fiscal Data Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__hdmi
|
||||
msgid "Hdmi"
|
||||
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_device__id
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_device
|
||||
msgid "IOT Device"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__identifier
|
||||
msgid "Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__identifier
|
||||
msgid "Identifier (Mac Address)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_iot_device__connected
|
||||
msgid "If device is connected to the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "If you are on a secure server (HTTPS) check if you accepted the certificate:"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__version
|
||||
msgid "Image Version"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.ui.menu,name:iot.iot_menu_root
|
||||
msgid "IoT"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_iot_box
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__iot_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_box__ip_url
|
||||
msgid "IoT Box Home Page"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_ir_actions_report__device_id
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_search
|
||||
msgid "IoT Device"
|
||||
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_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Last Sent Value"
|
||||
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_keyboard_layout__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_keyboard_layout__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Last restarting process hasn't finished yet"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__layout
|
||||
msgid "Layout"
|
||||
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_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
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "No IoT Box found!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Odoo cannot reach the IoT Box."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.view_add_iot_box
|
||||
msgid "Pair"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_iot_box__pairing_code
|
||||
msgid "Pairing Code"
|
||||
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/iot_connection_error_dialog.xml:0
|
||||
msgid "Please accept the certificate of your IoT Box (procedure depends on your browser):"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_connection_error_dialog.xml:0
|
||||
msgid "Please check if the IoT Box is still connected."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Please wait"
|
||||
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/iot_report_action.js:0
|
||||
msgid "Printer "
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.ui.view,arch_db:iot.iot_device_view_form
|
||||
msgid "Printer Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model,name:iot.model_publisher_warranty_contract
|
||||
msgid "Publisher Warranty Contract For IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_device__report_ids
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart Failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restart finished"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Restarting"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__type__scale
|
||||
msgid "Scale"
|
||||
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_iot_device__connected
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/iot_report_action.js:0
|
||||
msgid "Successfully sent to printer!"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "The pairing code you provided was not found in our system. Please check that you entered it correctly."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_device_action_search_iot_box
|
||||
msgid "There is no device connected to this IoT Box"
|
||||
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 ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot/static/src/view_widgets/iot_restart_odoo.js:0
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_add_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 ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields.selection,name:iot.selection__iot_device__connection__direct
|
||||
msgid "USB"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,field_description:iot.field_iot_keyboard_layout__variant
|
||||
msgid "Variant"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#. odoo-python
|
||||
#: code:addons/iot/wizard/add_iot_box.py:0
|
||||
msgid "We had troubles pairing your IoT Box. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model:ir.model.fields,help:iot.field_ir_actions_report__device_id
|
||||
msgid "When setting a device here, the report will be printed through this device on the IoT Box"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "connect"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot
|
||||
#: model_terms:ir.actions.act_window,help:iot.iot_box_action
|
||||
msgid "to add an IoT Box."
|
||||
msgstr ""
|
||||
1306
fusion_iot/iot/i18n/lt.po
Normal file
1306
fusion_iot/iot/i18n/lt.po
Normal file
File diff suppressed because it is too large
Load Diff
1277
fusion_iot/iot/i18n/lv.po
Normal file
1277
fusion_iot/iot/i18n/lv.po
Normal file
File diff suppressed because it is too large
Load Diff
1317
fusion_iot/iot/i18n/mn.po
Normal file
1317
fusion_iot/iot/i18n/mn.po
Normal file
File diff suppressed because it is too large
Load Diff
1268
fusion_iot/iot/i18n/my.po
Normal file
1268
fusion_iot/iot/i18n/my.po
Normal file
File diff suppressed because it is too large
Load Diff
1310
fusion_iot/iot/i18n/nb.po
Normal file
1310
fusion_iot/iot/i18n/nb.po
Normal file
File diff suppressed because it is too large
Load Diff
1508
fusion_iot/iot/i18n/nl.po
Normal file
1508
fusion_iot/iot/i18n/nl.po
Normal file
File diff suppressed because it is too large
Load Diff
1485
fusion_iot/iot/i18n/pl.po
Normal file
1485
fusion_iot/iot/i18n/pl.po
Normal file
File diff suppressed because it is too large
Load Diff
1354
fusion_iot/iot/i18n/pt.po
Normal file
1354
fusion_iot/iot/i18n/pt.po
Normal file
File diff suppressed because it is too large
Load Diff
1438
fusion_iot/iot/i18n/pt_BR.po
Normal file
1438
fusion_iot/iot/i18n/pt_BR.po
Normal file
File diff suppressed because it is too large
Load Diff
1490
fusion_iot/iot/i18n/ro.po
Normal file
1490
fusion_iot/iot/i18n/ro.po
Normal file
File diff suppressed because it is too large
Load Diff
1479
fusion_iot/iot/i18n/ru.po
Normal file
1479
fusion_iot/iot/i18n/ru.po
Normal file
File diff suppressed because it is too large
Load Diff
1289
fusion_iot/iot/i18n/sk.po
Normal file
1289
fusion_iot/iot/i18n/sk.po
Normal file
File diff suppressed because it is too large
Load Diff
1311
fusion_iot/iot/i18n/sl.po
Normal file
1311
fusion_iot/iot/i18n/sl.po
Normal file
File diff suppressed because it is too large
Load Diff
1282
fusion_iot/iot/i18n/sr@latin.po
Normal file
1282
fusion_iot/iot/i18n/sr@latin.po
Normal file
File diff suppressed because it is too large
Load Diff
1289
fusion_iot/iot/i18n/sv.po
Normal file
1289
fusion_iot/iot/i18n/sv.po
Normal file
File diff suppressed because it is too large
Load Diff
1341
fusion_iot/iot/i18n/th.po
Normal file
1341
fusion_iot/iot/i18n/th.po
Normal file
File diff suppressed because it is too large
Load Diff
1515
fusion_iot/iot/i18n/tr.po
Normal file
1515
fusion_iot/iot/i18n/tr.po
Normal file
File diff suppressed because it is too large
Load Diff
1457
fusion_iot/iot/i18n/uk.po
Normal file
1457
fusion_iot/iot/i18n/uk.po
Normal file
File diff suppressed because it is too large
Load Diff
1401
fusion_iot/iot/i18n/vi.po
Normal file
1401
fusion_iot/iot/i18n/vi.po
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user