Начальное наполнение
This commit is contained in:
parent
cb67ee6fb7
commit
f13ac35119
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import models
|
29
__manifest__.py
Normal file
29
__manifest__.py
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'POS Epson Printer',
|
||||||
|
'version': '1.0',
|
||||||
|
'category': 'Sales/Point of Sale',
|
||||||
|
'sequence': 6,
|
||||||
|
'summary': 'Epson ePOS Printers in PoS',
|
||||||
|
'description': """
|
||||||
|
|
||||||
|
Use Epson ePOS Printers without the IoT Box in the Point of Sale
|
||||||
|
""",
|
||||||
|
'depends': ['point_of_sale'],
|
||||||
|
'data': [
|
||||||
|
'views/pos_config_views.xml',
|
||||||
|
'views/res_config_settings_views.xml',
|
||||||
|
'views/pos_printer_views.xml',
|
||||||
|
],
|
||||||
|
'installable': True,
|
||||||
|
'auto_install': True,
|
||||||
|
'assets': {
|
||||||
|
'point_of_sale._assets_pos': [
|
||||||
|
'pos_epson_printer/static/src/**/*',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
163
i18n/ar.po
Normal file
163
i18n/ar.po
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||||
|
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ar\n"
|
||||||
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "درج النقد "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr "تحقق من تهيئة الطابعة لإعدادات \"معرف الجهاز\". يجب أن يتم تعيينها كـ: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "تهيئة الإعدادات "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "عنوان IP لطابعة Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "عنوان IP لطابعة Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "لا يمكن أن يكون عنوان IP لطابعة Epson فارغاً. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "عنوان IP لطابعة إيصالات Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"إذا كنت في خادم آمن (HTTPS) تحقق من قبولك للشهادة يدوياً عن طريق الوصول إلى "
|
||||||
|
"%s . "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "عنوان IP محلي لطابعة إيصالات Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "لم يتم رصد أي أوراق من قِبَل الطابعة "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "يرجى التحقق مما إذا كانت الطابعة بها ورق كافٍ وأنها مستعدة للطباعة. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "تهيئة نقطة البيع "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "طابعة نقطة البيع "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "جلسة نقطة البيع"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "عنوان IP لطابعة Epson في نقطة البيع "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "نوع الطابعة "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "فشلت الطباعة "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"سوف يتم استخدام طابعة إيصالات Epson عوضاً عن طابعة الإيصالات المتصلة بجهاز "
|
||||||
|
"IoT. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "أظهرت الطابعة كود الخطأ التالي: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "تم الوصول إلى الطابعة بنجاح، ولكن لم نتمكن من الطباعة. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "للمزيد من التفاصيل حول سبب الخطأ، يرجى البحث عبر الإنترنت عن: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "استخدام طابعة Epson "
|
159
i18n/bg.po
Normal file
159
i18n/bg.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# KeyVillage, 2023
|
||||||
|
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: bg\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Чекмедеже на каса"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Настройки"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Конфигурация на център за продажби"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Сесия на център за продажби"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
169
i18n/ca.po
Normal file
169
i18n/ca.po
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Óscar Fonseca <tecnico@pyming.com>, 2023
|
||||||
|
# Ivan Espinola, 2023
|
||||||
|
# Quim - eccit <quim@eccit.com>, 2023
|
||||||
|
# martioodo hola, 2023
|
||||||
|
# marcescu, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: marcescu, 2023\n"
|
||||||
|
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Calaix"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Comprova la configuració de la impressora en la 'Configuració ID del "
|
||||||
|
"dispositiu'. Hauria d'estar configurat com a:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Paràmetres de configuració"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Impressora Epson IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson Printer IP Adreça"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Adreça IP de la impressora de rebuts Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Adreça IP local d'una impressora de recepció d'Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "La impressora no ha detectat paper"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Comproveu si la impressora té prou paper i està preparada per imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuració del Punt de Venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sessió del Punt de Venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Pos Epson Printer Ip"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipus d'impressora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Ha fallat la impressió"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"La impressora de recepció d'Epson s'utilitzarà en lloc de la impressora de "
|
||||||
|
"recepció connectada a la caixa IoT."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "La impressora ha proporcionat el següent codi d'error:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
"La connexió a la impressora s'ha establit amb èxit, però no ha conseguit "
|
||||||
|
"imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Per a trobar més detalls sobre el motiu d'error, cerqueu en línia:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Utilitza una impressora Epson"
|
167
i18n/cs.po
Normal file
167
i18n/cs.po
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jakub Smolka, 2023
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Aleš Fiala <f.ales1@seznam.cz>, 2023
|
||||||
|
# Jiří Podhorecký, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Jiří Podhorecký, 2023\n"
|
||||||
|
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: cs\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Pokladní zásuvka"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Zkontrolujte v nastavení tiskárny nastavení 'ID zařízení'. Mělo by být "
|
||||||
|
"nastaveno: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Konfigurační nastavení"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP tiskárny Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "IP adresa tiskárny Epson na tisk stvrzenek"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Místní IP adresa tiskárny Epson na tisk stvrzenek."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Tiskárnou nebyl detekován žádný papír"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Zkontrolujte prosím, zda má tiskárna dostatek papíru a je připravena k "
|
||||||
|
"tisku."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Nastavení prodejního místa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Tiskárna prodejního místa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Relace prodejního místa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP tiskárny Epson prodejního místa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Typ tiskárny"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Tisk se nezdařil"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Místo tiskárny účtenek připojené k IoT Boxu bude použita tiskárna účtenek "
|
||||||
|
"Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Tiskárna vydala následující kód chyby:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Tiskárna byla úspěšně oslovena, ale nemohla tisknout."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Chcete-li zjistit více podrobností o důvodu chyby, hledejte online:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Použít Epson tiskárnu"
|
163
i18n/da.po
Normal file
163
i18n/da.po
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# lhmflexerp <lhm@flexerp.dk>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Sanne Kristensen <sanne@vkdata.dk>, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Sanne Kristensen <sanne@vkdata.dk>, 2024\n"
|
||||||
|
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: da\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Åbn kasseapparatet"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Konfigurer opsætning"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Printer IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson Kvittering Printer IP Address"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokal IP adresse på en Epson kvitering printer."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Venligst kontrollér at printeren har nok papir og er klar til at printe."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "POS konfiguration"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Point of Sale Printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "PoS session"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Printer type"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Print fejlede"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Epson kvittering printer vil blive brugt i stedet for kvittering printeren "
|
||||||
|
"forbundet til IoT boksen."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Brug en Epson printer"
|
168
i18n/de.po
Normal file
168
i18n/de.po
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Larissa Manderfeld, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||||
|
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kassenschublade"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Überprüfen Sie in der Druckerkonfiguration die Einstellung „Geräte-ID“. Sie "
|
||||||
|
"sollte eingestellt sein auf:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Konfigurationseinstellungen"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson-Drucker-IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "IP-Adresse des Epson-Druckers"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "IP-Adresse des Epson-Druckers darf nicht leer sein."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "IP-Adresse des Epson-Bondruckers"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Wenn Sie sich auf einem sicheren Server (HTTPS) befinden, stellen Sie bitte "
|
||||||
|
"sicher, dass Sie das Zertifikat manuell akzeptiert haben, indem Sie %s "
|
||||||
|
"aufrufen."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokale IP-Adresse des Epson-Bondruckers."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Es wurde kein Papier vom Drucker erkannt"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Bitte prüfen Sie den Papierstand und die Bereitschaft des Druckers."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassensystem-Konfiguration"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Kassendrucker"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Kassensitzung"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Kassensystem Epson-Drucker-IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Druckermodell"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Drucken fehlgeschlagen"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Der Epson-Bondrucker wird anstelle des an die IoT-Box angeschlossenen "
|
||||||
|
"Bondruckers verwendet."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Der folgende Fehlercode wurde vom Drucker ausgegeben:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Der Drucker wurde erfolgreich erreicht, aber er konnte nicht drucken."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Um weitere Einzelheiten über die Fehlerursache zu erfahren, suchen Sie bitte"
|
||||||
|
" online nach:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Epson-Drucker verwenden"
|
168
i18n/es.po
Normal file
168
i18n/es.po
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Larissa Manderfeld, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||||
|
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Cajón de monedas"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Verifique en la configuración de la impresora el ajuste de \"ID del "
|
||||||
|
"dispositivo\", debería estar configurado como:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Ajustes de configuración"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Impresora Epson IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Dirección IP de la impresora Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "La dirección IP de la impresora Epson no puede estar vacía."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Dirección IP de la impresora de recibos Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Si está en un servidor seguro (HTTPS), asegúrese de aceptar manualmente el "
|
||||||
|
"certificado accediendo a %s. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Dirección IP local de una impresora de recibos Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "La impresora no detectó papel"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Asegúrese de que la impresora tiene papel suficiente y que está lista para "
|
||||||
|
"imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuración del TPV"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Impresora del Punto de venta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sesión TPV"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Pos Epson Printer IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipo de impresora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "La impresión falló."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Se utilizará la impresora de recibos Epson en lugar de la impresora de "
|
||||||
|
"recibos conectada a la caja IoT."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "La impresora mostró el siguiente código de error:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Se ha llegado a la impresora, pero no ha podido imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Para conocer más detalles respecto al motivo del error, busque en línea:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Use una impresora Epson"
|
170
i18n/es_419.po
Normal file
170
i18n/es_419.po
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Iran Villalobos López, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Iran Villalobos López, 2023\n"
|
||||||
|
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es_419\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Caja registradora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Verifique en la configuración de la impresora el ajuste de \"ID del "
|
||||||
|
"dispositivo\", debería estar configurado como:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Ajustes de configuración"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Dirección IP de la impresora Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Dirección IP de la impresora Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "La dirección IP de la impresora Epson no puede estar vacía."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Dirección IP de la impresora de recibos Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Si está en un servidor seguro (HTTPS) asegúrese de aceptar manualmente el "
|
||||||
|
"certificado accediendo a %s. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Dirección IP local de una impresora de recibos Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "La impresora no detectó papel"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Asegúrese de que la impresora tenga suficiente papel y esté lista para "
|
||||||
|
"imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuración del punto de venta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Impresora del punto de venta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sesión del punto de venta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP de la impresora Epson del PdV"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipo de impresora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "La impresión falló"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Se utilizará la impresora de recibos Epson en lugar de la impresora de "
|
||||||
|
"recibos conectada a la caja IoT."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "La impresora mostró el siguiente código de error:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
"La conexión a la impresora se logró con éxito, pero no se pudo realizar la "
|
||||||
|
"impresión."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Para conocer más detalles respecto al motivo del error, busque en línea:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Use una impresora Epson"
|
166
i18n/et.po
Normal file
166
i18n/et.po
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Anna, 2023
|
||||||
|
# Wanradt Koell <wanradt@gmail.com>, 2023
|
||||||
|
# Maidu Targama <m.targama@gmail.com>, 2023
|
||||||
|
# Leaanika Randmets, 2023
|
||||||
|
# Triine Aavik <triine@avalah.ee>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Triine Aavik <triine@avalah.ee>, 2023\n"
|
||||||
|
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: et\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Sularahasahtel"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Seadistused"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson printeri IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson printeri IP aadress"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epsoni tšekiprinteri IP aadress"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson kviitungiprinteri kohalik IP aadress."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Palun kontrollige, kas printeris on piisavalt paberit ja kas printer on "
|
||||||
|
"trükkimiseks valmis."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassa seadistused"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Kassa Sessioon"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Kassa Epsoni printeri IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Printeri tüüp"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Printimine ebaõnnestus"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Epsoni kviitungiprinterit kasutatakse IoT Boxiga ühendatud kviitungiprinteri"
|
||||||
|
" asemel."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Kasutage Epson printerit"
|
161
i18n/fa.po
Normal file
161
i18n/fa.po
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Hanna Kheradroosta, 2023
|
||||||
|
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||||
|
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||||
|
# fardin mardani, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: fardin mardani, 2023\n"
|
||||||
|
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fa\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "صندوق پول"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "تنظیمات پیکربندی"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP پرینتر Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "پیکربندی پایانه فروش"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "نشست پایانه فروش"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
169
i18n/fi.po
Normal file
169
i18n/fi.po
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||||
|
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||||
|
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||||
|
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
|
||||||
|
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2024\n"
|
||||||
|
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fi\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kassalipas"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Tarkista tulostimen kokoonpanosta 'Device ID' -asetus. Sen pitäisi olla "
|
||||||
|
"asetettu seuraavaan arvoon: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Asetukset"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Tulostin IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epsonin tulostimen IP-osoite"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson kuittitulostimen IP-osoite"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epsonin kuittitulostimen paikallinen IP-osoite."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Tulostin ei havainnut paperia"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Tarkista, että tulostimessa on tarpeeksi paperia ja että se on valmis "
|
||||||
|
"tulostamaan."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassapäätteen asetukset"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Myyntipisteen tulostin"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Kassapäätteen istunto"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Kassan Epson-tulostimen IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tulostimen tyyppi"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Tulostus epäonnistui"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Epsonin kuittitulostinta käytetään IoT Boxiin liitetyn kuittitulostimen "
|
||||||
|
"sijasta."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Tulostin antoi seuraavan virhekoodin:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
"Tulostin tavoitettiin onnistuneesti, mutta se ei pystynyt tulostamaan."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Jos haluat lisätietoja virheen syystä, etsi verkossa osoitteesta:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Käytä Epson-tulostinta"
|
168
i18n/fr.po
Normal file
168
i18n/fr.po
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Jolien De Paepe, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||||
|
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Tiroir caisse"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Vérifiez le paramètre 'ID Appareil' dans la configuration de l'imprimante. "
|
||||||
|
"Il doit être défini sur : "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Paramètres de configuration"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP de l'imprimante Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Adresse IP de l'imprimante Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "L'adresse IP de l'imprimante Epson ne peut pas être vide."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Adresse IP de l'imprimante de reçus Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Si vous êtes sur un serveur sécurisé (HTTPS), assurez-vous d'avoir "
|
||||||
|
"manuellement accepté le certificat en allant à %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Adresse IP locale d'une imprimante de reçus Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "L'imprimante n'a pas détecté de papier"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Veuillez vérifier si l'imprimante a assez de papier et est prête à imprimer."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuration du point de vente"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Imprimante point de vente"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Session du point de vente"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP de l'imprimante Espon du PdV"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Type d'imprimante"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Impression échouée "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"L'imprimante de reçus Epson sera utilisée à la place de l'imprimante de "
|
||||||
|
"reçus connectée à l'IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "L'imprimante a affiché le code d'erreur suivant :"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "L'imprimante a été jointe avec succès, mais elle n'a pas pu imprimer."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Pour trouver plus de détails sur la raison de l'erreur, veuillez rechercher "
|
||||||
|
"en ligne :"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Utiliser une imprimante Epson"
|
161
i18n/he.po
Normal file
161
i18n/he.po
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ha Ketem <haketem@gmail.com>, 2023
|
||||||
|
# שהאב חוסיין <shhab89@gmail.com>, 2023
|
||||||
|
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: he\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "מגירת מזומנים"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "הגדר הגדרות"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP של מדפסת Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "כתובת IP של מדפסת קבלה של Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "כתובת IP מקומית של מדפסת קבלה של Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "תצורת קופה"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "משמרת קופה "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "סוג מדפסת"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "כשלון בהדפסה"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr "מדפסת הקבלה של Epson תשמש במקום את מדפסת הקבלה המחוברת לתיבת IoT."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "השתמש במדפסת Epson"
|
171
i18n/hr.po
Normal file
171
i18n/hr.po
Normal file
@ -0,0 +1,171 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2022
|
||||||
|
# Hrvoje Sić <hrvoje.sic@gmail.com>, 2022
|
||||||
|
# Bole <bole@dajmi5.com>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2022\n"
|
||||||
|
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||||
|
"Language: hr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Ladica za novac"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Check on the printer configuration for the 'Device ID' setting. It should be set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Postavke"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Connection to the printer failed"
|
||||||
|
msgstr "Veza s pisačem nije uspjela"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP epson printera"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Please check if the printer is still connected. \n"
|
||||||
|
"Some browsers don't allow HTTP calls from websites to devices in the network (for security reasons). If it is the case, you will need to follow Odoo's documentation for 'Self-signed certificate for ePOS printers' and 'Secure connection (HTTPS)' to solve the issue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Postavke prodajnog mjesta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
160
i18n/hu.po
Normal file
160
i18n/hu.po
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Zsolt Godó <zsolttokio@gmail.com>, 2023
|
||||||
|
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hu\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Készpénz fiók"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Beállítások módosítása"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson számlanyomtató IP cím"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson számlanyomtató helyi IP címe"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Értékesítési pont beállítása"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Értékesítési Pont Értékesítési folyamat"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Nyomtató típusa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Epson nyomtatót használ"
|
169
i18n/id.po
Normal file
169
i18n/id.po
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Abe Manyo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Abe Manyo, 2023\n"
|
||||||
|
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: id\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Laci Kas"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Periksa konfigurasi printer untuk pengaturan 'Device ID'. Pengaturan "
|
||||||
|
"harusnya disetel ke:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Pengaturan Konfigurasi"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Ip Epson Printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Alamat Ip Epson Printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Alamat Ip Epson Printer tidak boleh kosong."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "ALamat IP Epson Receipt Printer "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Jika Anda berada pada server aman (HTTPS) mohon pastikan Anda secara manual "
|
||||||
|
"menerima sertifikat dengan mengakses %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "IP adress lokal untuk pencetak resi Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Tidak ada kertas yang dideteksi printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Mohon periksa bila printer memiliki kertas yang cukup dan siap untuk "
|
||||||
|
"mencetak."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Konfigurasi Point of Sale"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Printer POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sesi Point of Sale"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP Epson Printer POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipe Printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Pencetakan gagal"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Epson receipt printer akan digunakan alih-alih receipt printer yang "
|
||||||
|
"terhubung ke IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Kode error berikut diberikan oleh printer:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Printer sukses terhubung, tapi tidak dapat mencetak."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Untuk mendapatkan lebih banyak detail mengenai alasan error, mohon cari "
|
||||||
|
"online untuk:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Gunakan printer Epson"
|
167
i18n/it.po
Normal file
167
i18n/it.po
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Marianna Ciofani, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Marianna Ciofani, 2023\n"
|
||||||
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: it\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Cassa contanti"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Controlla le impostazioni della stampante per il parametro \"ID "
|
||||||
|
"dispositivo\". Deve essere configurato come segue:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Impostazioni di configurazione"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP stampante Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Indirizzo IP stampante EPSON"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "L'indirizzo IP della stampante EPSON non può essere vuoto."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Indirizzo IP stampante ricevute Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Se il server è sicuro (HTTPS), assicurati di aver accettato manualmente il "
|
||||||
|
"certificato accedendo a %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Indirizzo IP locale stampante ricevute Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "La stampante non ha rilevato alcun tipo di carta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Controlla se la stampante ha abbastanza carta ed è pronta a stampare."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configurazione punto vendita"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Stampante Punto Vendita"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sessione punto vendita"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP stampante EPSON POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipo stampante"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Stampa fallita"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Al posto della stampante collegata al box IoT viene usata la stampante "
|
||||||
|
"ricevute Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Il seguente codice di errore è stato restituto dalla stampante:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
"La stampante è stata raggiunta con successo ma non è stato possibile "
|
||||||
|
"stampare."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Per avere maggiori dettagli sulla ragione dell'errore, cerca online:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Usa una stampante Epson"
|
159
i18n/ja.po
Normal file
159
i18n/ja.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Junko Augias, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Junko Augias, 2023\n"
|
||||||
|
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ja\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "現金箱"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr "プリンタ設定の'デバイスID'設定を確認して下さい。以下に設定されているはずです:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "コンフィグ設定"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "EpsonプリンタIP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "EpsonプリンタIPアドレス"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "EpsonプリンタIPアドレスは空欄ではいけません。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "EpsonレシートプリンタIPアドレス"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr "安全なサーバ(HTTPS)を使用している場合は、%sにアクセスし、証明書を手動で承認したことを確認して下さい。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "EpsonレシートプリンタローカルIPアドレス"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "プリンタに紙がありません"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "プリンタに十分な用紙があり、印刷できる状態になっているか確認して下さい。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "POS設定"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "POSプリンタ"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "POSセッション"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "POS EpsonプリンタIP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "プリンタタイプ"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "プリントに失敗しました"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr "IoT Boxに接続されているレシートプリンタの代わりに、Epsonのレシートプリンタが使用されます。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "プリンタから以下のエラーコードが表示されました:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "プリンタへの接続は成功しましたが、印刷できませんでした。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "エラーの詳細については、オンラインで検索して下さい:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Epsonプリンタを使用"
|
159
i18n/ko.po
Normal file
159
i18n/ko.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Daye Jeong, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Daye Jeong, 2023\n"
|
||||||
|
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ko\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "금전등록기"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr "프린터 환경설정에서 '장치 아이디' 설정을 확인하세요. 다음과 같이 설정되어야 합니다:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "환경 설정"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "엡손 프린터 IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson 프린터 IP 주소"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Epson 프린터 IP 주소는 비워둘 수 없습니다."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson 영수증 프린터 IP 주소"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr "보안 서버(HTTPS)를 사용하는 경우, %s에서 수동으로 인증서를 수락했는지 확인해 주세요. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson 영수증 프린터의 로컬 IP 주소."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "프린터에 용지가 없습니다."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "프린터에 용지가 충분히 있으며 인쇄 준비가 완료되었는지 확인하십시오."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "POS 환경 설정"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "POS 프린터"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "점포판매시스템 기간"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "POS Epson 프린터 IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "프린터 유형"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "인쇄 실패"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr "IoT Box에 연결된 영수증 프린터 대신 Epson 영수증 프린터가 사용됩니다."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "프린터 오류 번호는 다음과 같습니다."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "프린터 연결에 성공하였으나 인쇄를 할 수 없습니다."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "오류 사유에 대한 자세한 내용을 확인하려면 온라인에서 다음 내용을 검색하십시오:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Epson 프린터 사용"
|
164
i18n/lb.po
Normal file
164
i18n/lb.po
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||||
|
"PO-Revision-Date: 2019-08-26 09:13+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: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Check on the printer configuration for the 'Device ID' setting. It should be set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Connection to the printer failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Please check if the printer is still connected. \n"
|
||||||
|
"Some browsers don't allow HTTP calls from websites to devices in the network (for security reasons). If it is the case, you will need to follow Odoo's documentation for 'Self-signed certificate for ePOS printers' and 'Secure connection (HTTPS)' to solve the issue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
159
i18n/lt.po
Normal file
159
i18n/lt.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jonas Zinkevicius <jozi@odoo.com>, 2023
|
||||||
|
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lt\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Grynųjų kasa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Konfigūracijos nustatymai"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Pardavimo taško konfigūracija"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Pardavimo taško sesija"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
160
i18n/lv.po
Normal file
160
i18n/lv.po
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lv\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Naudas lāde"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Konfigurācijas uzstādījumi"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson printera IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson printer IP adrese"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson čeku printera IP adrese"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson čeku printera lokālā IP adrese"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Printerī nav papīra"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Lūdzu, pārbaudiet vai printerī ir pietiekami papīra un tas ir gatavs "
|
||||||
|
"printēšanai."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Pārdošanas punkta konfigurācija"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Pārdošanas punkta sesija"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "POS Epson printera IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Printera tips"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Drukāšana neizdevās"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Printeris izdeva sekojošu kļūdu:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Ar printeri veiksmīgi sazinājāss, bet tas nevarēja izprintēt."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Izmantot Epson printeri"
|
170
i18n/mn.po
Normal file
170
i18n/mn.po
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Sanjaajamts Badamjunai <b.sanjaajamtsfc@gmail.com>, 2022
|
||||||
|
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||||
|
"Last-Translator: Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022\n"
|
||||||
|
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||||
|
"Language: mn\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: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Мөнгөний хайрцаг"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Check on the printer configuration for the 'Device ID' setting. It should be set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Тохиргооны тохируулга"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Connection to the printer failed"
|
||||||
|
msgstr "Хэвлэгчтэй холбогдож чадсангүй"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Please check if the printer is still connected. \n"
|
||||||
|
"Some browsers don't allow HTTP calls from websites to devices in the network (for security reasons). If it is the case, you will need to follow Odoo's documentation for 'Self-signed certificate for ePOS printers' and 'Secure connection (HTTPS)' to solve the issue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Борлуулалтын цэгийн тохиргоо"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
168
i18n/nb.po
Normal file
168
i18n/nb.po
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||||
|
"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2022\n"
|
||||||
|
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||||
|
"Language: nb\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: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kassaskuff"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Check on the printer configuration for the 'Device ID' setting. It should be set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Innstillinger"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Connection to the printer failed"
|
||||||
|
msgstr "Tilkobling til skriveren feilet"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Skriver IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson kvitteringsskriver IP-adresse"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokal IP-adresse for Epson kvitteringsskriver"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Please check if the printer is still connected. \n"
|
||||||
|
"Some browsers don't allow HTTP calls from websites to devices in the network (for security reasons). If it is the case, you will need to follow Odoo's documentation for 'Self-signed certificate for ePOS printers' and 'Secure connection (HTTPS)' to solve the issue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassapunkt"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box."
|
||||||
|
msgstr "Epson kvitteringsskriveren vil bruke istedenfor kvitteringsskriveren som er tilkoblet IOT-boksen."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
168
i18n/nl.po
Normal file
168
i18n/nl.po
Normal file
@ -0,0 +1,168 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Jolien De Paepe, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||||
|
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kassa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Controleer in de printerconfiguratie de instelling 'ID Apparaat'. Deze moet "
|
||||||
|
"zijn ingesteld op:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Configuratie instellingen"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Printer IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson Printer IP adres"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Het IP adres van de Epson printer mag niet leeg zijn."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson ticketprinter IP adres"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Als je je op een beveiligde server (HTTPS) bevindt, zorg er dan voor dat je "
|
||||||
|
"het certificaat handmatig hebt geaccepteerd door toegang te krijgen tot %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokaal IP adres van een Epson ticket printer."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "De printer heeft geen papier gedetecteerd"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Controleer of de printer voldoende papier heeft en klaar is om af te "
|
||||||
|
"drukken."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassa-instellingen"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Kassaprinter"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Kassasessie"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Kassa Epson Printer Ip"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Soort printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Afdrukken mislukt"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"De Epson ticketprinter wordt gebruikt in plaats van de ticketprinter "
|
||||||
|
"gekoppeld aan de IoT box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "De printer gaf de volgende foutcode:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "De printer werd met succes bereikt, maar kon niet afdrukken."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Voor meer details over de reden van de fout kan je online zoeken naar:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Gebruik een Epson printer"
|
167
i18n/pl.po
Normal file
167
i18n/pl.po
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kasa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Sprawdź konfigurację drukarki dla ustawienia 'Device ID'. Powinno zostać "
|
||||||
|
"ustawione na: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Ustawienia konfiguracji"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP drukarki Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Adres IP drukarki Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Adres IP drukarki paragonów Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokalny adres IP drukarki paragonów Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Brak papieru w drukarce"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Proszę sprawdź czy drukarka ma wystarczająco dużo papieru i jest gotowa do "
|
||||||
|
"druku"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Konfiguracja punktu sprzedaży"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Drukarka punktu sprzedaży"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sesja punktu sprzedaży"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP drukarki Pos Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Typ drukarki"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Drukowanie nie powiodło się"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Drukarka paragonów Epson będzie używana zamiast drukarki paragonów "
|
||||||
|
"podłączonej do IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Drukarka zwróciła następujący błąd:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
"Drukarka została pomyślnie osiągnięta, ale nie była w stanie drukować."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Aby znaleźć więcej szczegółów na temat przyczyny błędu, należy poszukać w "
|
||||||
|
"Internecie:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Używaj drukarki Epson"
|
154
i18n/pos_epson_printer.pot
Normal file
154
i18n/pos_epson_printer.pot
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
158
i18n/pt.po
Normal file
158
i18n/pt.po
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Gaveta de Dinheiro"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Configurações"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuração do Ponto de Venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sessão do Ponto de Venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
167
i18n/pt_BR.po
Normal file
167
i18n/pt_BR.po
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Maitê Dietze, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Maitê Dietze, 2023\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Caixa registradora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Procure 'Device ID' nas configurações da impressora. Deve estar definido "
|
||||||
|
"como:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Configurações"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP da impressora Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Endereço IP da impressora Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "O endereço IP da impressora Epson não pode estar em branco."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Endereço IP da impressora de recibo Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Caso esteja em um servidor seguro (HTTPS), certifique-se de aceitar "
|
||||||
|
"manualmente o certificado acessando %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Endereço IP local de uma impressora de recibo Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Nenhum papel detectado pela impressora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Verifique se a impressora tem papel suficiente e se está pronta para "
|
||||||
|
"impressão."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configuração do ponto de venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Impressora do ponto de venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sessão do ponto de venda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP da impressora Epson do PDV"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Tipo de impressora"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Falha na impressão"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"A impressora de recibo Epson será utilizada em vez da impressora de recibo "
|
||||||
|
"conectada à IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "O seguinte código de erro foi fornecido pela impressora:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "A impressora foi alcançada com sucesso, mas não pôde imprimir."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Para saber mais detalhes do motivo do erro, pesquise online:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Usar uma impressora Epson"
|
172
i18n/ro.po
Normal file
172
i18n/ro.po
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||||
|
# Martin Trigaux, 2022
|
||||||
|
# Dorin Hongu <dhongu@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-05-16 13:48+0000\n"
|
||||||
|
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||||
|
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||||
|
"Language: ro\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Sertar de bani"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Check on the printer configuration for the 'Device ID' setting. It should be set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Setări de configurare"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Connection to the printer failed"
|
||||||
|
msgstr "Conectarea la imprimantă eșuat"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP Printer Eprson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Adresă IP Factură Imprimantă Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Please check if the printer is still connected. \n"
|
||||||
|
"Some browsers don't allow HTTP calls from websites to devices in the network (for security reasons). If it is the case, you will need to follow Odoo's documentation for 'Self-signed certificate for ePOS printers' and 'Secure connection (HTTPS)' to solve the issue"
|
||||||
|
msgstr ""
|
||||||
|
"Verificați dacă imprimanta este încă conectată. \n"
|
||||||
|
"Unele browsere nu permit apeluri HTTP de la site-uri la dispozitivele din rețea (din motive de securitate). În acest caz, va trebui să urmați documentația Odoo pentru 'Certificat auto-semnat pentru imprimante ePOS' și 'Conexiune securizată (HTTPS)' pentru a rezolva problema"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Configurarea Punctului de Vânzare"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/js/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
167
i18n/ru.po
Normal file
167
i18n/ru.po
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# Wil Odoo, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2024\n"
|
||||||
|
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Денежный ящик"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Проверьте в конфигурации принтера параметр \"Идентификатор устройства\". Он "
|
||||||
|
"должен быть установлен на:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Параметры конфигурации"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Принтер Epson IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "IP-адрес принтера Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "IP-адрес принтера Epson не может быть пустым."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "IP-адрес принтера квитанций Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"Если вы находитесь на защищенном сервере (HTTPS), убедитесь, что вы вручную "
|
||||||
|
"приняли сертификат, нажав %s."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Локальный IP-адрес принтера чеков Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Принтер не обнаружил бумагу"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Убедитесь, что в принтере достаточно бумаги и он готов к печати."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Конфигурация точки продаж"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Принтер для точек продаж"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Сессия в торговой точке"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Принтер Epson Ip"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Тип принтера"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Печать не удалась"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Принтер чеков Epson будет использоваться вместо принтера чеков, "
|
||||||
|
"подключенного к IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Принтер выдал следующий код ошибки:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Принтер был успешно подключен, но не смог напечатать."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Чтобы получить более подробную информацию о причине ошибки, выполните поиск "
|
||||||
|
"в Интернете:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Используйте принтер Epson"
|
158
i18n/sk.po
Normal file
158
i18n/sk.po
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Pokladňa "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Nastavenia konfigurácie"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Konfigurácia miesta predaja"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Relácia miesta predaja"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
159
i18n/sl.po
Normal file
159
i18n/sl.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Grega Vavtar <grega@hbs.si>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Blagajniški predal"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Uredi nastavitve"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Nastavitve POS-blagajne"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Seja POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr ""
|
164
i18n/sr.po
Normal file
164
i18n/sr.po
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||||
|
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||||
|
# コフスタジオ, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: コフスタジオ, 2024\n"
|
||||||
|
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Cashdrawer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Podešavanje konfiguracije"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Printer IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson Printer IP Address"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "IP adresa Epsonovog štampača računa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokalna IP adresa Epsonovog štampača računa"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "No paper was detected by the printer"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Please check if the printer has enough paper and is ready to print."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Podešavanje POS terminala mesta prodaje"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Sesija prodajnog mesta"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Pos Epson Printer Ip"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Vrsta štampača"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Printing failed"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "The following error code was given by the printer:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "To find more details on the error reason, please search online for:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Koristi Epson štampač"
|
164
i18n/sv.po
Normal file
164
i18n/sv.po
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||||
|
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||||
|
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Kim Asplund <kim.asplund@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sv\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Kassalåda"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Inställningar"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Printer IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson Kvitto Printer IP Address"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Lokal IP-adress till en Epson kvitto printer."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Vänligen kontrollera att printern har tillräckligt med papper och är redo "
|
||||||
|
"att skriva ut."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Kassakonfigurering"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Kassasession"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Printer Typ"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Utskrift misslyckades"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Epson kvitto skrivare kommer att användas i stället för den som är ansluten "
|
||||||
|
"till IoT lådan."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Använd en Epson printer"
|
166
i18n/th.po
Normal file
166
i18n/th.po
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Rasareeyar Lappiam, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||||
|
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: th\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "ลิ้นชักเก็บเงิน"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"ตรวจสอบการกำหนดค่าเครื่องพิมพ์สำหรับการตั้งค่า 'รหัสอุปกรณ์' ควรตั้งค่าเป็น:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "ตั้งค่าการกำหนดค่า"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP เครื่องพิมพ์ Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "ที่อยู่ IP ของเครื่องพิมพ์ Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "ที่อยู่ IP ของเครื่องพิมพ์ Epson ต้องไม่เว้นว่าง"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "ที่อยู่ IP เครื่องพิมพ์ใบเสร็จของ Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
"หากคุณอยู่บนเซิร์ฟเวอร์ที่ปลอดภัย (HTTPS) "
|
||||||
|
"โปรดตรวจสอบให้แน่ใจว่าคุณได้ยอมรับใบรับรองด้วยตนเองโดยเข้าไปที่ %s"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "ที่อยู่ Local IP ในเครื่องพิมพ์ใบเสร็จของ Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "เครื่องพิมพ์ตรวจไม่พบกระดาษ"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "โปรดตรวจสอบว่าเครื่องพิมพ์มีกระดาษเพียงพอและพร้อมที่จะพิมพ์หรือไม่"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "กำหนดค่าการขายหน้าร้าน"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "เครื่องพิมพ์ การขายหน้าร้าน"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "เซสชั่นการขายหน้าร้าน"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Ip เครื่องพิมพ์ Epson POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "ประเภทเครื่องพิมพ์"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "การพิมพ์ล้มเหลว"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"เครื่องพิมพ์ใบเสร็จของ Epson "
|
||||||
|
"จะใช้แทนเครื่องพิมพ์ใบเสร็จที่เชื่อมต่อกับกล่องไอโอที"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "เครื่องพิมพ์ได้รับรหัสข้อผิดพลาดต่อไปนี้:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "เข้าถึงเครื่องพิมพ์สำเร็จแล้ว แต่ไม่สามารถพิมพ์ได้"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"หากต้องการดูรายละเอียดเพิ่มเติมเกี่ยวกับสาเหตุของข้อผิดพลาด "
|
||||||
|
"โปรดค้นหาทางออนไลน์ด้วย:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "ใช้เครื่องพิมพ์ Epson "
|
169
i18n/tr.po
Normal file
169
i18n/tr.po
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Levent Karakaş <levent@mektup.at>, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
# abc Def <hdogan1974@gmail.com>, 2023
|
||||||
|
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||||
|
# Halil, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Halil, 2023\n"
|
||||||
|
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: tr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Nakit Çekmece"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"'Aygıt Kimliği' ayarı için yazıcı yapılandırmasını kontrol edin. Şu şekilde "
|
||||||
|
"ayarlanmalıdır:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Yapılandırma Ayarları"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson Yazıcı IP'si"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson Yazıcısı IP Adresi"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson Makbuz Yazıcısı IP Adresi"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson makbuz yazıcısının yerel IP adresi."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Yazıcı tarafından kağıt algılanmadı"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr ""
|
||||||
|
"Lütfen yazıcıda yeterli kağıt olup olmadığını ve yazdırmaya hazır olup "
|
||||||
|
"olmadığını kontrol edin."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Satış Noktası Yapılandırması"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Satış Noktası Oturumu"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Pos Epson Yazıcı IP'si"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Yazıcı Türü"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Yazdırma başarısız oldu"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"IoT Box'a bağlı fiş yazıcısı yerine Epson fiş yazıcısı kullanılacaktır."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Yazıcı tarafından aşağıdaki hata kodu verildi:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Yazıcıya başarıyla ulaşıldı, ancak yazdırılamadı."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Hata nedeni hakkında daha fazla ayrıntı bulmak için lütfen çevrimiçi olarak "
|
||||||
|
"şunu arayın:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Bir Epson yazıcı kullanın"
|
165
i18n/uk.po
Normal file
165
i18n/uk.po
Normal file
@ -0,0 +1,165 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: uk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Касова скринька"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Перевірте параметр «ID пристрою» в конфігурації принтера. Його слід "
|
||||||
|
"встановити на:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Налаштування"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr " IP принтера Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "IP-адреса принтера Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "IP адреса принтера Epson не може бути пустою."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "IP-адреса принтера чеків Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Локальна IP-адреса принтера чеків Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "У принтері відсутній папір"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Перевірте, чи достатньо в принтері паперу та чи готовий він до друку."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Налаштування точки продажу"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Принтер точки продажу"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Сесія точки продажу"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Ip принтера Epson точки продажу"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Тип принтера"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "Друк не вдався"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Принтер чеків Epson буде використовуватися замість принтера чеків, "
|
||||||
|
"підключеного до IoT Box."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Принтер надав такий код помилки:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "До принтера вдалося підключитися, але він не зміг друкувати."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr ""
|
||||||
|
"Щоб знайти докладнішу інформацію про причину помилки, знайдіть в Інтернеті:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Використовуйте принтер Epson"
|
161
i18n/vi.po
Normal file
161
i18n/vi.po
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: vi\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "Ngăn kéo đựng tiền"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr ""
|
||||||
|
"Kiểm tra cấu hình máy in để biết cài đặt 'ID thiết bị'. Nên đặt thành:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "Cài đặt cấu hình"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "IP máy in Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Địa chỉ IP máy in Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Không thể bỏ trống địa chỉ IP máy in Epson."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Địa chỉ IP máy in biên lai Epson"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Địa chỉ IP nội bộ của máy in hóa đơn Epson "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "Máy in không phát hiện giấy"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "Vui lòng kiểm tra xem máy in có đủ giấy và sẵn sàng in không. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "Cấu hình điểm bán hàng"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "Máy in POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "Phiên POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "IP máy in Epson POS"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "Loại máy in"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "In không thành công"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr ""
|
||||||
|
"Máy in hóa đơn Epson sẽ được sử dụng thay vì máy in hóa đơn kết nối với hộp "
|
||||||
|
"IoT. "
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "Máy in hiển thị mã lỗi sau:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "Máy in đã được kết nối thành công, nhưng không thể in."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "Để biết thêm chi tiết về lý do lỗi, vui lòng tra cứu online:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "Sử dụng máy in Epson"
|
159
i18n/zh_CN.po
Normal file
159
i18n/zh_CN.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023\n"
|
||||||
|
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "钱箱"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr "检查打印机配置中的 \"设备 ID\"。应设置为:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "配置设置"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson 打印机 IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson打印机IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Epson 打印机 IP 地址不能为空。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson收据打印机IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr "如果您使用的是安全服务器(HTTPS),请确保您通过访问 %s 手动接受了证书。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson收据打印机的本地IP地址。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "打印机未检测到纸张"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "请检查打印机是否有足够的纸张并准备好打印。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "POS配置"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "POS 打印机"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "POS会话"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "POS Epson打印机IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "打印机类型"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "打印失败"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr "将使用Epson收据打印机代替连接到 IoT Box 的收据打印机."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "打印机给出了以下错误代码:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "已成功连接打印机,但无法打印。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "有关错误原因的详细信息,请上网搜索:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "使用Epson打印机"
|
159
i18n/zh_TW.po
Normal file
159
i18n/zh_TW.po
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * pos_epson_printer
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Tony Ng, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Tony Ng, 2024\n"
|
||||||
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Cashdrawer"
|
||||||
|
msgstr "錢箱"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. It should be"
|
||||||
|
" set to: "
|
||||||
|
msgstr "請檢查打印機配置中的\"設備 ID\",應設置為:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_res_config_settings
|
||||||
|
msgid "Config Settings"
|
||||||
|
msgstr "配置設定"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP"
|
||||||
|
msgstr "Epson 印表機 IP"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Epson Printer IP Address"
|
||||||
|
msgstr "Epson打印機IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-python
|
||||||
|
#: code:addons/pos_epson_printer/models/pos_printer.py:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Epson Printer IP Address cannot be empty."
|
||||||
|
msgstr "Epson 打印機IP地址不能為空。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid "Epson Receipt Printer IP Address"
|
||||||
|
msgstr "Epson 收據印表機 IP 地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted"
|
||||||
|
" the certificate by accessing %s. "
|
||||||
|
msgstr "如果您使用的是安全服務器(HTTPS),請確保您通過存取 %s 手動接受了證書。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_config__epson_printer_ip
|
||||||
|
#: model:ir.model.fields,help:pos_epson_printer.field_pos_printer__epson_printer_ip
|
||||||
|
msgid "Local IP address of an Epson receipt printer."
|
||||||
|
msgstr "Epson 收據印表機的本地 IP 地址."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "No paper was detected by the printer"
|
||||||
|
msgstr "打印機偵測不到有紙張"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Please check if the printer has enough paper and is ready to print."
|
||||||
|
msgstr "請檢查印表機是否有足夠的紙張並準備好列印。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_config
|
||||||
|
msgid "Point of Sale Configuration"
|
||||||
|
msgstr "POS設定"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_printer
|
||||||
|
msgid "Point of Sale Printer"
|
||||||
|
msgstr "POS打印機"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model,name:pos_epson_printer.model_pos_session
|
||||||
|
msgid "Point of Sale Session"
|
||||||
|
msgstr "POS營業點"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_res_config_settings__pos_epson_printer_ip
|
||||||
|
msgid "Pos Epson Printer Ip"
|
||||||
|
msgstr "Pos Epson打印機IP地址"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields,field_description:pos_epson_printer.field_pos_printer__printer_type
|
||||||
|
msgid "Printer Type"
|
||||||
|
msgstr "印表機類型"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Printing failed"
|
||||||
|
msgstr "列印失敗"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.pos_iot_config_view_form
|
||||||
|
#: model_terms:ir.ui.view,arch_db:pos_epson_printer.res_config_settings_view_form
|
||||||
|
msgid ""
|
||||||
|
"The Epson receipt printer will be used instead of the receipt printer "
|
||||||
|
"connected to the IoT Box."
|
||||||
|
msgstr "將使用 Epson 收據印表機替换 IoT 收據印表機."
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The following error code was given by the printer:"
|
||||||
|
msgstr "打印機提供了以下錯誤代碼:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "The printer was successfully reached, but it wasn't able to print."
|
||||||
|
msgstr "已成功連接打印機,但無法列印。"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/pos_epson_printer/static/src/app/epson_printer.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "To find more details on the error reason, please search online for:"
|
||||||
|
msgstr "若想了解錯誤原因的更多詳情,請在網上搜尋:"
|
||||||
|
|
||||||
|
#. module: pos_epson_printer
|
||||||
|
#: model:ir.model.fields.selection,name:pos_epson_printer.selection__pos_printer__printer_type__epson_epos
|
||||||
|
msgid "Use an Epson printer"
|
||||||
|
msgstr "使用 Epson 印表機"
|
7
models/__init__.py
Normal file
7
models/__init__.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import pos_config
|
||||||
|
from . import res_config_settings
|
||||||
|
from . import pos_printer
|
||||||
|
from . import pos_session
|
9
models/pos_config.py
Normal file
9
models/pos_config.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import fields, models
|
||||||
|
|
||||||
|
class PosConfig(models.Model):
|
||||||
|
_inherit = 'pos.config'
|
||||||
|
|
||||||
|
epson_printer_ip = fields.Char(string='Epson Printer IP', help="Local IP address of an Epson receipt printer.")
|
18
models/pos_printer.py
Normal file
18
models/pos_printer.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import fields, models, api, _
|
||||||
|
from odoo.exceptions import ValidationError
|
||||||
|
|
||||||
|
class PosPrinter(models.Model):
|
||||||
|
|
||||||
|
_inherit = 'pos.printer'
|
||||||
|
|
||||||
|
printer_type = fields.Selection(selection_add=[('epson_epos', 'Use an Epson printer')])
|
||||||
|
epson_printer_ip = fields.Char(string='Epson Printer IP Address', help="Local IP address of an Epson receipt printer.", default="0.0.0.0")
|
||||||
|
|
||||||
|
@api.constrains('epson_printer_ip')
|
||||||
|
def _constrains_epson_printer_ip(self):
|
||||||
|
for record in self:
|
||||||
|
if record.printer_type == 'epson_epos' and not record.epson_printer_ip:
|
||||||
|
raise ValidationError(_("Epson Printer IP Address cannot be empty."))
|
12
models/pos_session.py
Normal file
12
models/pos_session.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import models
|
||||||
|
|
||||||
|
class PosSession(models.Model):
|
||||||
|
_inherit = 'pos.session'
|
||||||
|
|
||||||
|
def _loader_params_pos_printer(self):
|
||||||
|
result = super()._loader_params_pos_printer()
|
||||||
|
result['search_params']['fields'].append('epson_printer_ip')
|
||||||
|
return result
|
26
models/res_config_settings.py
Normal file
26
models/res_config_settings.py
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from odoo import fields, models, api
|
||||||
|
|
||||||
|
|
||||||
|
class ResConfigSettings(models.TransientModel):
|
||||||
|
_inherit = 'res.config.settings'
|
||||||
|
|
||||||
|
pos_epson_printer_ip = fields.Char(compute='_compute_pos_epson_printer_ip', store=True, readonly=False)
|
||||||
|
|
||||||
|
@api.depends('pos_epson_printer_ip', 'pos_other_devices')
|
||||||
|
def _compute_pos_iface_cashdrawer(self):
|
||||||
|
"""We are just adding depends on this compute."""
|
||||||
|
super()._compute_pos_iface_cashdrawer()
|
||||||
|
|
||||||
|
def _is_cashdrawer_displayed(self, res_config):
|
||||||
|
return super()._is_cashdrawer_displayed(res_config) or (res_config.pos_other_devices and bool(res_config.pos_epson_printer_ip))
|
||||||
|
|
||||||
|
@api.depends('pos_other_devices', 'pos_config_id')
|
||||||
|
def _compute_pos_epson_printer_ip(self):
|
||||||
|
for res_config in self:
|
||||||
|
if not res_config.pos_other_devices:
|
||||||
|
res_config.pos_epson_printer_ip = ''
|
||||||
|
else:
|
||||||
|
res_config.pos_epson_printer_ip = res_config.pos_config_id.epson_printer_ip
|
10
static/src/app/components/epos_templates.xml
Normal file
10
static/src/app/components/epos_templates.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<templates id="template" xml:space="preserve">
|
||||||
|
<t t-name="pos_epson_printer.ePOSLayout">
|
||||||
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
<s:Body>
|
||||||
|
<epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print" />
|
||||||
|
</s:Body>
|
||||||
|
</s:Envelope>
|
||||||
|
</t>
|
||||||
|
</templates>
|
206
static/src/app/epson_printer.js
Normal file
206
static/src/app/epson_printer.js
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
/* @odoo-module */
|
||||||
|
|
||||||
|
import { BasePrinter } from "@point_of_sale/app/printer/base_printer";
|
||||||
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
import { templates } from "@web/core/assets";
|
||||||
|
import { createElement, append, createTextNode } from "@web/core/utils/xml";
|
||||||
|
|
||||||
|
function ePOSPrint(children) {
|
||||||
|
let ePOSLayout = templates.querySelector("[t-name='pos_epson_printer.ePOSLayout'");
|
||||||
|
if (!ePOSLayout) {
|
||||||
|
throw new Error("'ePOSLayout' not loaded");
|
||||||
|
}
|
||||||
|
ePOSLayout = ePOSLayout.cloneNode(true);
|
||||||
|
const [eposPrintEl] = ePOSLayout.getElementsByTagName("epos-print");
|
||||||
|
append(eposPrintEl, children);
|
||||||
|
// IMPORTANT: Need to remove `xmlns=""` in the image and cut elements.
|
||||||
|
// > Otherwise, the print request will succeed but it the printer device won't actually do the printing.
|
||||||
|
return ePOSLayout.innerHTML.replaceAll(`xmlns=""`, "");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sends print request to ePos printer that is directly connected to the local network.
|
||||||
|
*/
|
||||||
|
export class EpsonPrinter extends BasePrinter {
|
||||||
|
setup({ ip }) {
|
||||||
|
super.setup(...arguments);
|
||||||
|
this.url = window.location.protocol + "//" + ip;
|
||||||
|
this.address = this.url + "/cgi-bin/epos/service.cgi?devid=local_printer";
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @override
|
||||||
|
* Create the raster data from a canvas
|
||||||
|
*/
|
||||||
|
processCanvas(canvas) {
|
||||||
|
const rasterData = this.canvasToRaster(canvas);
|
||||||
|
const encodedData = this.encodeRaster(rasterData);
|
||||||
|
return ePOSPrint([
|
||||||
|
createElement(
|
||||||
|
"image",
|
||||||
|
{
|
||||||
|
width: canvas.width,
|
||||||
|
height: canvas.height,
|
||||||
|
align: "center",
|
||||||
|
},
|
||||||
|
[createTextNode(encodedData)]
|
||||||
|
),
|
||||||
|
createElement("cut", { type: "feed" }),
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @override
|
||||||
|
*/
|
||||||
|
openCashbox() {
|
||||||
|
const pulse = ePOSPrint([createElement("pulse")]);
|
||||||
|
this.sendPrintingJob(pulse);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @override
|
||||||
|
*/
|
||||||
|
async sendPrintingJob(img) {
|
||||||
|
const res = await fetch(this.address, {
|
||||||
|
method: "POST",
|
||||||
|
body: img,
|
||||||
|
});
|
||||||
|
const body = await res.text();
|
||||||
|
const parser = new DOMParser();
|
||||||
|
const parsedBody = parser.parseFromString(body, "application/xml");
|
||||||
|
const response = parsedBody.querySelector("response");
|
||||||
|
return {
|
||||||
|
result: response.getAttribute("success") === "true",
|
||||||
|
printerErrorCode: response.getAttribute("code"),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Transform a (potentially colored) canvas into a monochrome raster image.
|
||||||
|
* We will use Floyd-Steinberg dithering.
|
||||||
|
*/
|
||||||
|
canvasToRaster(canvas) {
|
||||||
|
const imageData = canvas.getContext("2d").getImageData(0, 0, canvas.width, canvas.height);
|
||||||
|
const pixels = imageData.data;
|
||||||
|
const width = imageData.width;
|
||||||
|
const height = imageData.height;
|
||||||
|
const errors = Array.from(Array(width), (_) => Array(height).fill(0));
|
||||||
|
const rasterData = new Array(width * height).fill(0);
|
||||||
|
|
||||||
|
for (let y = 0; y < height; y++) {
|
||||||
|
for (let x = 0; x < width; x++) {
|
||||||
|
let oldColor, newColor;
|
||||||
|
|
||||||
|
// Compute grayscale level. Those coefficients were found online
|
||||||
|
// as R, G and B have different impacts on the darkness
|
||||||
|
// perception (e.g. pure blue is darker than red or green).
|
||||||
|
const idx = (y * width + x) * 4;
|
||||||
|
oldColor = pixels[idx] * 0.299 + pixels[idx + 1] * 0.587 + pixels[idx + 2] * 0.114;
|
||||||
|
|
||||||
|
// Propagate the error from neighbor pixels
|
||||||
|
oldColor += errors[x][y];
|
||||||
|
oldColor = Math.min(255, Math.max(0, oldColor));
|
||||||
|
|
||||||
|
if (oldColor < 128) {
|
||||||
|
// This pixel should be black
|
||||||
|
newColor = 0;
|
||||||
|
rasterData[y * width + x] = 1;
|
||||||
|
} else {
|
||||||
|
// This pixel should be white
|
||||||
|
newColor = 255;
|
||||||
|
rasterData[y * width + x] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Propagate the error to the following pixels, based on
|
||||||
|
// Floyd-Steinberg dithering.
|
||||||
|
const error = oldColor - newColor;
|
||||||
|
if (error) {
|
||||||
|
if (x < width - 1) {
|
||||||
|
// Pixel on the right
|
||||||
|
errors[x + 1][y] += (7 / 16) * error;
|
||||||
|
}
|
||||||
|
if (x > 0 && y < height - 1) {
|
||||||
|
// Pixel on the bottom left
|
||||||
|
errors[x - 1][y + 1] += (3 / 16) * error;
|
||||||
|
}
|
||||||
|
if (y < height - 1) {
|
||||||
|
// Pixel below
|
||||||
|
errors[x][y + 1] += (5 / 16) * error;
|
||||||
|
}
|
||||||
|
if (x < width - 1 && y < height - 1) {
|
||||||
|
// Pixel on the bottom right
|
||||||
|
errors[x + 1][y + 1] += (1 / 16) * error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return rasterData.join("");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Base 64 encode a raster image
|
||||||
|
*/
|
||||||
|
encodeRaster(rasterData) {
|
||||||
|
let encodedData = "";
|
||||||
|
for (let i = 0; i < rasterData.length; i += 8) {
|
||||||
|
const sub = rasterData.substr(i, 8);
|
||||||
|
encodedData += String.fromCharCode(parseInt(sub, 2));
|
||||||
|
}
|
||||||
|
return btoa(encodedData);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @override
|
||||||
|
*/
|
||||||
|
getActionError() {
|
||||||
|
const printRes = super.getResultsError();
|
||||||
|
if (window.location.protocol === "https:") {
|
||||||
|
printRes.message.body += _t(
|
||||||
|
"If you are on a secure server (HTTPS) please make sure you manually accepted the certificate by accessing %s. ",
|
||||||
|
this.url
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return printRes;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @override
|
||||||
|
*/
|
||||||
|
getResultsError(printResult) {
|
||||||
|
const errorCode = printResult.printerErrorCode;
|
||||||
|
let message =
|
||||||
|
_t("The printer was successfully reached, but it wasn't able to print.") + "\n";
|
||||||
|
if (errorCode) {
|
||||||
|
message +=
|
||||||
|
"\n" + _t("The following error code was given by the printer:") + "\n" + errorCode;
|
||||||
|
|
||||||
|
const extra_messages = {
|
||||||
|
DeviceNotFound:
|
||||||
|
_t(
|
||||||
|
"Check on the printer configuration for the 'Device ID' setting. " +
|
||||||
|
"It should be set to: "
|
||||||
|
) + "\nlocal_printer",
|
||||||
|
EPTR_REC_EMPTY: _t("No paper was detected by the printer"),
|
||||||
|
};
|
||||||
|
if (errorCode in extra_messages) {
|
||||||
|
message += "\n" + extra_messages[errorCode];
|
||||||
|
}
|
||||||
|
message +=
|
||||||
|
"\n" +
|
||||||
|
_t("To find more details on the error reason, please search online for:") +
|
||||||
|
"\n" +
|
||||||
|
" Epson Server Direct Print " +
|
||||||
|
errorCode;
|
||||||
|
} else {
|
||||||
|
message += _t("Please check if the printer has enough paper and is ready to print.");
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
successful: false,
|
||||||
|
message: {
|
||||||
|
title: _t("Printing failed"),
|
||||||
|
body: message,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
23
static/src/overrides/models/models.js
Normal file
23
static/src/overrides/models/models.js
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
/** @odoo-module */
|
||||||
|
|
||||||
|
import { PosStore } from "@point_of_sale/app/store/pos_store";
|
||||||
|
import { EpsonPrinter } from "@pos_epson_printer/app/epson_printer";
|
||||||
|
import { patch } from "@web/core/utils/patch";
|
||||||
|
|
||||||
|
patch(PosStore.prototype, {
|
||||||
|
after_load_server_data() {
|
||||||
|
var self = this;
|
||||||
|
return super.after_load_server_data(...arguments).then(function () {
|
||||||
|
if (self.config.other_devices && self.config.epson_printer_ip) {
|
||||||
|
self.hardwareProxy.printer = new EpsonPrinter({ ip: self.config.epson_printer_ip });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
create_printer(config) {
|
||||||
|
if (config.printer_type === "epson_epos") {
|
||||||
|
return new EpsonPrinter({ ip: config.epson_printer_ip });
|
||||||
|
} else {
|
||||||
|
return super.create_printer(...arguments);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
});
|
22
views/pos_config_views.xml
Normal file
22
views/pos_config_views.xml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<record id="pos_iot_config_view_form" model="ir.ui.view">
|
||||||
|
<field name="name">pos.iot.config.form.view</field>
|
||||||
|
<field name="model">pos.config</field>
|
||||||
|
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//setting[@id='other_devices']" position="inside">
|
||||||
|
<div class="content-group" invisible="not other_devices">
|
||||||
|
<field name="epson_printer_ip" placeholder="Epson Receipt Printer IP Address" />
|
||||||
|
<div class="row" invisible="epson_printer_ip in [False, '']">
|
||||||
|
<label string="Cashdrawer" for="iface_cashdrawer" class="col-lg-3 o_light_label"/>
|
||||||
|
<field name="iface_cashdrawer"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div role="alert" class="alert alert-warning" invisible="not iface_print_via_proxy or not other_devices or epson_printer_ip in [False, '']">
|
||||||
|
The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box.
|
||||||
|
</div>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
13
views/pos_printer_views.xml
Normal file
13
views/pos_printer_views.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<record id="view_pos_printer_form" model="ir.ui.view">
|
||||||
|
<field name="name">pos.iot.config.form.view</field>
|
||||||
|
<field name="model">pos.printer</field>
|
||||||
|
<field name="inherit_id" ref="point_of_sale.view_pos_printer_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="printer_type" position="after">
|
||||||
|
<field name="epson_printer_ip" invisible="printer_type != 'epson_epos'"/>
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
22
views/res_config_settings_views.xml
Normal file
22
views/res_config_settings_views.xml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
||||||
|
<field name="name">res.config.settings.view.form.inherit.pos.epson.printer</field>
|
||||||
|
<field name="model">res.config.settings</field>
|
||||||
|
<field name="inherit_id" ref="point_of_sale.res_config_settings_view_form"/>
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//setting[@id='pos_other_devices']" position="inside">
|
||||||
|
<div class="content-group" invisible="not pos_other_devices">
|
||||||
|
<field name="pos_epson_printer_ip" placeholder="Epson Receipt Printer IP Address" />
|
||||||
|
<div class="row" invisible="pos_epson_printer_ip in [False, '']">
|
||||||
|
<label string="Cashdrawer" for="pos_iface_cashdrawer" class="col-lg-3 o_light_label"/>
|
||||||
|
<field name="pos_iface_cashdrawer"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div role="alert" class="alert alert-warning" invisible="not pos_iface_print_via_proxy or not pos_other_devices or pos_epson_printer_ip in [False, '']">
|
||||||
|
The Epson receipt printer will be used instead of the receipt printer connected to the IoT Box.
|
||||||
|
</div>
|
||||||
|
</xpath>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
</odoo>
|
Loading…
x
Reference in New Issue
Block a user