odoo18/addons/point_of_sale/i18n/sk.po

9193 lines
325 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * point_of_sale
#
# Translators:
# Dávid Kováč, 2024
# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2024
# Martin Trigaux, 2024
# Larissa Manderfeld, 2024
# Damian Brencic <brencicdamian12313@gmail.com>, 2024
# Jan Prokop, 2024
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2025
# Wil Odoo, 2025
# Tomáš Píšek, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-14 20:46+0000\n"
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
"Last-Translator: Tomáš Píšek, 2025\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: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_picking.py:0
msgid ""
"\n"
"This issue occurs because the quantity becomes zero after rounding during the conversion. To fix this, adjust the conversion factors or rounding method to ensure that even the smallest quantity in the original unit does not round down to zero in the target unit."
msgstr ""
"\n"
"Tento problém sa vyskytuje, pretože množstvo sa po zaokrúhlení počas prevodu stane nulou. Ak to chcete vyriešiť, upravte konverzné faktory alebo metódu zaokrúhľovania, aby ste zabezpečili, že ani najmenšie množstvo v pôvodnej jednotke sa v cieľovej jednotke nezaokrúhli nadol na nulu."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_picking.py:0
msgid " - From \"%(uom_from)s\" to \"%(uom_to)s\""
msgstr " - Od \"%(uom_from)s\" do \"%(uom_to)s\""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_printer__printer_type__iot
msgid " Use a printer connected to the IoT Box"
msgstr "Použiť tlačiareň pripojenú k zariadeniu IoT Box"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "% Disc"
msgstr "% Zľava"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_warehouse.py:0
msgid "%(name)s Picking POS"
msgstr "%(name)s výdajné miesto"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "%(name)s REFUND"
msgstr "%(name)s VRÁTIŤ"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"%(old_pm)s changed to %(new_pm)s and from %(old_amount)s to %(new_amount)s"
msgstr ""
"%(old_pm)s zmenené na %(new_pm)s a od %(old_amount)s do %(new_amount)s"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "%(old_pm)s changed to %(new_pm)s for %(old_amount)s"
msgstr "%(old_pm)s zmenené na %(new_pm)s pre %(old_amount)s"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "%(payment_method)s POS payment of %(partner)s in %(session)s"
msgstr "%(payment_method)s POS platba pre %(partner)s v %(session)s"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "%(product_name)s: Deleted line (quantity: %(qty)s)"
msgstr "%(product_name)s: Vymazaný riadok (množstvo: %(qty)s)"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "%(product_name)s: Ordered quantity: %(old_qty)s"
msgstr "%(product_name)s: Objednané množstvo: %(old_qty)s"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "%(refunded_order)s REFUND"
msgstr "%(refunded_order)s VRÁTIŤ"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "%(title)s %(product_name)s with %(taxes)s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/receipt_header/receipt_header.js:0
msgid "%(vatLabel)s: %(vatId)s"
msgstr "%(vatLabel)s: %(vatId)s"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.js:0
msgid "%s customer(s) found for \"%s\"."
msgstr "%s nájdených zákazníkov pre \"%s\"."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"%s has a total amount of %s, are you sure you want to delete this order?"
msgstr ""
"%s má celkovú čiastku %s, ste si istí, že chcete túto objednávku vymazať?"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.js:0
msgid "%s orders imported"
msgstr "%s importované objednávky"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "%s untaxed"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "'Select an order'"
msgstr "'Vyberte objednávku'"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "(as of opening)"
msgstr "(od otvorenia)"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "+ New Shop"
msgstr "+ nová predajňa"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "0.00"
msgstr "0.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "00014-001-0001"
msgstr "00014-001-0001"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "10"
msgstr "10"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "100.00"
msgstr "100.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "1000"
msgstr "1000"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "10000"
msgstr "10000"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "10000.00"
msgstr "10000.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "123.45"
msgstr "123.45"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_userlabel
msgid "1234567890"
msgstr "1234567890"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "2-03-2000 9:00 AM"
msgstr "3.2.2000 9:00"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_39
msgid "39"
msgstr "39"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_40
msgid "40"
msgstr "40"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_41
msgid "41"
msgstr "41"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_42
msgid "42"
msgstr "42"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_43
msgid "43"
msgstr "43"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "45"
msgstr "45"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__ticket_code
msgid ""
"5 digits alphanumeric code to be used by portal user to request an invoice"
msgstr ""
"5-miestny alfanumerický kód, ktorý používateľ portálu použije na vyžiadanie "
"faktúry"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.blue_denim_jeans_template
msgid "5-pocket jeans in cotton denim with a slight stretch for good comfort."
msgstr ""
"Džínsy s piatimi vreckami z bavlneného denimu s miernou elasticitou pre "
"dobré pohodlie."
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.blue_denim_jeans_slim_template
msgid "5-pocket jeans in cotton denim.."
msgstr "Džínsy s 5 vreckami z bavlneného denimu."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "5.00"
msgstr "5.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "50.00"
msgstr "50.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "567789"
msgstr "567789"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "7897"
msgstr "7897"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "95.00"
msgstr "95.00"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "987657"
msgstr "987657"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "99.99"
msgstr "99.99"
#. module: point_of_sale
#: model:mail.template,body_html:point_of_sale.pos_email_marketing_template
msgid ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <h4>\n"
" Dear <t t-out=\"object.partner_id.name or 'Valuable Customer'\">Azure Interior</t>,\n"
" </h4>\n"
" <p style=\"font-size: 13px;\">\n"
"We have a limited-time offer only for you, enjoy a flat 20% off on your next purchase with us.\n"
"We can't wait to continue serving you.\n"
" </p>\n"
"</div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <h4>\n"
" Vážený/á <t t-out=\"object.partner_id.name or 'Valuable Customer'\">Azure Interior</t>,\n"
" </h4>\n"
" <p style=\"font-size: 13px;\">\n"
"Máme pre vás časovo obmedzenú ponuku, vychutnajte si paušálnu zľavu 20 % na váš ďalší nákup.\n"
"Tešíme sa, že vám budeme poskytovať naše služby aj naďalej.\n"
" </p>\n"
"</div>\n"
" "
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_partner_pos_kanban
msgid ""
"<i class=\"fa fa-fw fa-shopping-bag me-1\" aria-label=\"Shopping cart\" "
"role=\"img\" title=\"Shopping cart\"/>"
msgstr ""
"<i class=\"fa fa-fw fa-shopping-bag me-1\" aria-label=\"Nákupný košík\" "
"role=\"img\" title=\"Nákupný košík\"/>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"<i class=\"fa fa-info-circle me-1\" title=\"This setting is common to all "
"PoS.\" pos-data-toggle=\"tooltip\"/>"
msgstr ""
"<i class=\"fa fa-info-circle me-1\" title=\"Toto nastavenie je spoločné pre "
"všetky PoS.\" pos-data-toggle=\"tooltip\"/>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "<i class=\"fa fa-pencil\"/> Edit"
msgstr "<i class=\"fa fa-pencil\"/> Upraviť"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"<p>Dear %(client_name)s,<br/>Here is your Receipt %(is_invoiced)sfor"
" %(pos_name)s amounting in %(amount)s from %(company_name)s. "
"</p>"
msgstr ""
"<p>Vážený/á %(client_name)s,<br/>toto je vaše účtenka %(is_invoiced)spre"
" %(pos_name)s na čiastku %(amount)s od %(company_name)s. </p>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid ""
"<span class=\"float-end\" invisible=\"is_total_cost_computed\">To be "
"determined</span>"
msgstr ""
"<span class=\"float-end\" invisible=\"is_total_cost_computed\">Bude "
"upresnené</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"<span class=\"o_form_label\">Barcodes</span>\n"
" <i class=\"fa fa-info-circle me-1\" title=\"This setting is common to all PoS.\" pos-data-toggle=\"tooltip\"/>"
msgstr ""
"<span class=\"o_form_label\">Čiarové kódy</span>\n"
" <i class=\"fa fa-info-circle me-1\" title=\"This setting is common to all PoS.\" pos-data-toggle=\"tooltip\"/>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "<span class=\"o_stat_text\">Cash Register</span>"
msgstr "<span class=\"o_stat_text\">Pokladnica</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "<span class=\"o_stat_text\">Journal Items</span>"
msgstr "<span class=\"o_stat_text\">Účtové doklady</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "<span class=\"oe_inline\"><b>Skip Preview Screen</b></span>"
msgstr "<span class=\"oe_inline\"><b>Vynechať prehľadovú obrazovku</b></span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "<span>Balance</span>"
msgstr "<span>Zostatok</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "<span>Closing</span>"
msgstr "<span>Závierka</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"<span>Please note that the kiosk only works with Adyen &amp; Stripe "
"terminals</span>"
msgstr ""
"<span>Upozorňujeme, že kiosk funguje len s terminálmi Adyen &amp; "
"Stripe</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "<span>Reporting</span>"
msgstr "<span>Prehľady</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "<span>View</span>"
msgstr "<span>Pohľad</span>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid ""
"<strong> &gt; Payment Terminals</strong>\n"
" in order to install a Payment Terminal and make a fully integrated payment method."
msgstr ""
"<strong> &gt; Platobné terminály</strong>\n"
" na inštaláciu platobného terminálu a vytvorenie plne integrovaného spôsobu platby."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>Amount of discounts</strong>:"
msgstr "<strong>Výška zliav</strong>:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "<strong>Amounting to:</strong>"
msgstr "<strong>Vo výške:</strong>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>Config names</strong>"
msgstr "<strong>Názov PoS konfigurácie</strong>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>End of session note:</strong>"
msgstr "<strong>Poznámka k ukončeniu relácie:</strong>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>Number of discounts</strong>:"
msgstr "<strong>Počet zliav</strong>:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>Opening of session note:</strong>"
msgstr "<strong>Poznámka k otvoreniu relácie:</strong>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_invoice_document
msgid "<strong>Source Invoice</strong>"
msgstr "<strong>Zdrojová faktúra</strong>"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "<strong>Total</strong>"
msgstr "<strong>Celkom</strong>"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "? Clicking \"Confirm\" will validate the payment."
msgstr "? Kliknutie na \"Potvrdiť\" overí platbu."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__uuid
msgid ""
"A globally unique identifier for this pos configuration, used to prevent "
"conflicts in client-generated data."
msgstr ""
"Globálne jedinečný identifikátor pre túto konfiguráciu pos, ktorý sa používa"
" na zabránenie konfliktom v klientom generovaných dátach"
#. module: point_of_sale
#: model:ir.model.constraint,message:point_of_sale.constraint_pos_note_name_unique
msgid "A note with this name already exists"
msgstr "Poznámka s týmto názvom už existuje"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__login_number
msgid ""
"A sequence number that is incremented each time a user resumes the pos "
"session"
msgstr ""
"Sekvenčné číslo, ktoré sa zvýši vždy keď používateľ obnoví pos reláciu"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__sequence_number
msgid "A sequence number that is incremented with each order"
msgstr "Sekvenčné číslo ktoré sa zvýši s každou objednávkou"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_session
msgid ""
"A session is a period of time, usually one day, during which you sell "
"through the Point of Sale."
msgstr ""
"Relácia je časový úsek, obvykle deň, počas ktorého boli realizované predaje "
"na predajnom mieste."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"A session is currently opened for this PoS. Some settings can only be "
"changed after the session is closed."
msgstr ""
"Pre túto PoS je práve otvorená relácia. Niektoré nastavenia je možné zmeniť "
"až po uzavretí relácie."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__sequence_number
msgid "A session-unique sequence number for the order"
msgstr "Pre každú reláciu jedinečné poradové číslo objednávky"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__receipt_footer
msgid "A short text that will be inserted as a footer in the printed receipt."
msgstr "Krátky text, ktorý bude vložený na konci vytlačenej potvrdenky."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__receipt_header
msgid "A short text that will be inserted as a header in the printed receipt."
msgstr "Krátky text ktorý bude vložený ako záhlavie vytlačenej potvrdenky."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_receipt/cash_move_receipt.xml:0
msgid "AMOUNT"
msgstr "SUMA"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept customer tips or convert their change to a tip"
msgstr ""
"Prijímanie sprepitného od zákazníkov alebo prevod rozdielu na sprepitné"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with Mercado Pago on a terminal"
msgstr "Prijímanie platieb pomocou Mercado Pago na termináli"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with Viva Wallet on a terminal or tap on phone"
msgstr ""
"Prijímanie platieb pomocou aplikácie Viva Wallet na termináli alebo ťuknutím"
" na telefón"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with a PayTM payment terminal"
msgstr "Prijímanie platieb pomocou platobného terminálu PayTM"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with a Razorpay payment terminal"
msgstr "Prijímanie platieb pomocou platobného terminálu Razorpay"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with a Six payment terminal"
msgstr "Prijímanie platieb pomocou platobného terminálu Six"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with a Stripe payment terminal"
msgstr "Prijímanie platieb pomocou platobného terminálu Stripe"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Accept payments with an Adyen payment terminal"
msgstr "Prijímanie platieb pomocou platobného terminálu Adyen"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Access Denied"
msgstr "Prístup zamietnutý"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__access_token
msgid "Access Token"
msgstr "Prístupový token"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__access_warning
msgid "Access warning"
msgstr "Varovanie prístupu"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
msgid "Account"
msgstr "Účet"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_cash_rounding
msgid "Account Cash Rounding"
msgstr "Hotovostné zaokrúhľovanie účtu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__account_move_id
msgid "Account Move"
msgstr "Pohyb účtu"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__bank_payment_ids
msgid "Account payments representing aggregated and bank split payments."
msgstr "Platby na účty, ktoré predstavujú súhrnné a rozdelené bankové platby."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__outstanding_account_id
msgid ""
"Account used as outstanding account when creating accounting payment records"
" for bank payments."
msgstr ""
"Účet, ktorý sa používa ako nevysporiadaný účet pri vytváraní účtovných "
"záznamov platieb pre bankové platby."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Accounting"
msgstr "Účtovníctvo"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__invoice_journal_id
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_invoice_journal_id
msgid "Accounting journal used to create invoices."
msgstr "Účtovný denník používaný na tvorbu faktúr."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__journal_id
#: model:ir.model.fields,help:point_of_sale.field_pos_order__sale_journal
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_journal_id
msgid ""
"Accounting journal used to post POS session journal entries and POS invoice "
"payments."
msgstr ""
"Účtovný denník používaný na zaúčtovanie zápisov do denníka relácie POS a "
"platieb faktúr POS."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_needaction
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_needaction
msgid "Action Needed"
msgstr "Potrebná akcia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/action_pad/action_pad.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
msgid "Actions"
msgstr "Akcie"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__module_pos_sms
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_module_pos_sms
msgid "Activate SMS feature for point_of_sale"
msgstr "Aktivovať funkciu SMS pre predajné miesto"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__active
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__active
msgid "Active"
msgstr "Aktívne"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_ids
msgid "Activities"
msgstr "Aktivity"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr "Označenie výnimky v aktivite"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_state
msgid "Activity State"
msgstr "Stav aktivity"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_type_icon
msgid "Activity Type Icon"
msgstr "Ikona typu aktivity"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/product_configurator_popup/product_configurator_popup.xml:0
msgid "Add"
msgstr "Pridať"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/customer_note_button/customer_note_button.js:0
msgid "Add %s"
msgstr "Pridať %s"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Add Tip"
msgstr "Pridať tip"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_company__point_of_sale_ticket_unique_code
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__point_of_sale_ticket_unique_code
msgid ""
"Add a 5-digit code on the receipt to allow the user to request the invoice "
"for an order on the portal."
msgstr ""
"Pridajte na účtenku 5-miestny kód, ktorý umožní používateľovi vyžiadať si "
"faktúru za objednávku na portáli."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Add a closing note..."
msgstr "Pridajte poznámku pre závierku..."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Add a custom message to header and footer"
msgstr "Pridať vlastný text na záhlavie a päta"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
msgid "Add a customer"
msgstr "Pridať zákazníka"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_payment_method_form
msgid "Add a new payment method"
msgstr "Pridať novú platobnú metódu"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_printer_form
msgid "Add a new restaurant order printer"
msgstr "Pridať novú objednávkovú tlačiareň v reštaurácii"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
msgid "Add an opening note..."
msgstr "Pridajte otváraciu poznámku..."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Add internal notes on order lines for the kitchen"
msgstr "Pridanie interných poznámok na riadky objednávok pre kuchyňu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/combo_configurator_popup/combo_configurator_popup.xml:0
msgid "Add to order"
msgstr "Pridať k objednávke"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Added %(payment_method)s with %(amount)s"
msgstr "Pridané %(payment_method)s na %(amount)s"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Additional required information:"
msgstr "Ďalšie požadované informácie:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Additional required invoicing information:"
msgstr "Ďalšie požadované fakturačné údaje:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Additional required user information:"
msgstr "Ďalšie požadované údaje o používateľovi:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
msgid "Address"
msgstr "Adresa"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Adds a button to set a global discount"
msgstr "Pridá tlačidlo na nastavenie globálnej zľavy"
#. module: point_of_sale
#: model:res.groups,name:point_of_sale.group_pos_manager
msgid "Administrator"
msgstr "Správca"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__cash_control
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_cash_control
msgid "Advanced Cash Control"
msgstr "Pokročilá kontrola hotovosti"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Adyen"
msgstr "Adyen"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_adyen
msgid "Adyen Payment Terminal"
msgstr "Platobný terminál Adyen"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_line/partner_line.xml:0
msgid "All Orders"
msgstr "Všetky objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "All active orders"
msgstr "Všetky aktívne objednávky"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"All available pricelists must be in the same currency as the company or as "
"the Sales Journal set on this point of sale if you use the Accounting "
"application."
msgstr ""
"Všetky dostupné cenníky musia byť v rovnakej mene ako spoločnosť alebo "
"účtovný denník predaja nastavený pre toto miesto predaja ak používate "
"účtovnú aplikáciu."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "All notes"
msgstr "Všetky poznámky"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"All payment methods must be in the same currency as the Sales Journal or the"
" company currency if that is not set."
msgstr ""
"Všetky platobné metódy musia byť v rovnakej mene ako účtovný denník predaja "
"alebo mena spoločnosti nie je nastavená."
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_all_sales_lines
msgid "All sales lines"
msgstr "Všetky riadky predaja"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Allow Ship Later"
msgstr "Povoliť odoslanie neskôr"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Allow cashiers to set a discount per line"
msgstr "Umožniť pokladníkom nastaviť zľavu na riadok"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Allow to access each other's active orders"
msgstr "Umožniť vzájomný prístup k aktívnym objednávkam"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Allow to log and switch between selected Employees"
msgstr "Umožniť prihlasovanie a prepínanie medzi vybranými zamestnancami"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Allowed"
msgstr "Povolené"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__is_total_cost_computed
msgid ""
"Allows to know if all the total cost of the order lines have already been "
"computed"
msgstr ""
"Umožňuje zistiť, či už boli vypočítané všetky celkové náklady na riadky "
"objednávky"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order_line__is_total_cost_computed
msgid "Allows to know if the total cost has already been computed or not"
msgstr "Umožňuje zistiť, či už boli celkové náklady vypočítané alebo nie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__amount
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__amount
msgid "Amount"
msgstr "Suma"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__amount_authorized_diff
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_amount_authorized_diff
msgid "Amount Authorized Difference"
msgstr "Povolená výška rozdielu"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Amount for %(old_pm)s changed from %(old_amount)s to %(new_amount)s"
msgstr "Čiastka pre %(old_pm)s sa zmenila z %(old_amount)s na %(new_amount)s"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__amount_to_balance
msgid "Amount to balance"
msgstr "Suma na vyrovnanie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_tree
msgid "Amount total"
msgstr "Suma celkovo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_facing_qr.xml:0
msgid "Amount:"
msgstr "Suma:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid ""
"An error has occurred when trying to close the session.\n"
"You will be redirected to the back-end to manually close the session."
msgstr ""
"Pri pokuse o ukončenie relácie došlo k chybe.\n"
"Budete presmerovaní do back-end, aby ste reláciu ukončili ručne."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/product_product.js:0
msgid ""
"An error occurred when loading product prices. Make sure all pricelists are "
"available in the POS."
msgstr ""
"Chyba pri načítaní cien produktov. Uistite sa, že všetky cenníky sú dostupné"
" v POS."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"An error occurred while closing the session. Unsynced orders will be "
"available in the next session. The page will be reloaded."
msgstr ""
"Pri zatváraní relácie došlo k chybe. Nesynchronizované objednávky budú k "
"dispozícii v nasledujúcej relácii. Stránka sa znovu načíta."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/data_service.js:0
msgid "An error occurred while loading the Point of Sale: \n"
msgstr "Pri načítavaní predajného miesta došlo k chybe: \n"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__name
msgid "An internal identification of the point of sale."
msgstr "Interná identifikácia miesta predaja POS"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_printer__name
msgid "An internal identification of the printer"
msgstr "Interný identifikátor tlačiarne"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Another session is already opened for this point of sale."
msgstr "Pre toto miesto predaja je už otvorená relácia"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_apple_pie_product_template
msgid "Apple Pie"
msgstr "Jablkový koláč"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/input_popups/text_input_popup.xml:0
msgid "Apply"
msgstr "Použiť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_search
msgid "Archived"
msgstr "Archivovaný"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Are you sure that the customer wants to pay"
msgstr "Ste si istý že zákazník chce platiť"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_sourdough_loaf_product_template
msgid "Artisan sourdough bread with a crisp crust and soft interior."
msgstr "Remeselný kváskový chlieb s chrumkavou kôrkou a mäkkým vnútrom."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "As of"
msgstr "Od"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_config__picking_policy__direct
msgid "As soon as possible"
msgstr "Čo najskôr"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment_method.py:0
msgid ""
"At least one bank account must be defined on the journal to allow "
"registering QR code payments with Bank apps."
msgstr ""
"V denníku musí byť definovaný aspoň jeden bankový účet, aby bolo možné "
"registrovať platby QR kódom pomocou bankových aplikácií."
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__res_company__point_of_sale_update_stock_quantities__closing
msgid "At the session closing"
msgstr "Pri ukončení relácie"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_company__point_of_sale_update_stock_quantities
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__update_stock_quantities
msgid ""
"At the session closing: A picking is created for the entire session when it's closed\n"
" In real time: Each order sent to the server create its own picking"
msgstr ""
"Na ukončení relácie: Pri zatvorení relácie sa vytvorí dodávka pre celú reláciu\n"
"V reálnom čase: Každá objednávka odoslaná na server vytvorí vlastnú dodávku"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.sport_shoes_product_template
msgid "Athletic sport shoes, designed for comfort and performance."
msgstr "Atletická športová obuv navrhnutá pre pohodlie a výkon."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_attachment_count
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_attachment_count
msgid "Attachment Count"
msgstr "Počet príloh"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/product_configurator_popup/product_configurator_popup.xml:0
msgid "Attribute selection"
msgstr "Výber atribútu"
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.pos_menu_products_attribute_action
msgid "Attributes"
msgstr "Atribúty"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Authorized Difference"
msgstr "Povolený rozdiel"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__auto_validate_terminal_payment
msgid "Auto Validate Terminal Payment"
msgstr "Automatické overenie platby v termináli"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__rescue
msgid "Auto-generated session for orphan orders, ignored in constraints"
msgstr ""
"Autogenrovaná relácia pre osirelé objednávky, orphan objednávky, ignorované "
"v obmedzeniach"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order_line__price_type__automatic
msgid "Automatic"
msgstr "Automatická"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_print_auto
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_print_auto
msgid "Automatic Receipt Printing"
msgstr "Automatické tlačenie potvrdenky"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_cashdrawer
msgid "Automatically open the cashdrawer."
msgstr "Automaticky otvoriť pokladničnú zásuvku."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Automatically validate order"
msgstr "Automatické potvrdenie objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_auto_validate_terminal_payment
#: model:ir.model.fields,help:point_of_sale.field_pos_config__auto_validate_terminal_payment
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_auto_validate_terminal_payment
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Automatically validates orders paid with a payment terminal."
msgstr ""
"Automaticky potvrdiť objednávky zaplatené pomocou platobného terminálu."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__module_pos_avatax
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_module_pos_avatax
msgid "AvaTax PoS Integration"
msgstr "Integrácia s AvaTax PoS"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Available"
msgstr "Dostupné"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__available_payment_method_ids
msgid "Available Payment Methods"
msgstr "Dostupné platobné metódy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_available_categ_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_available_categ_ids
msgid "Available PoS Product Categories"
msgstr "Dostupné kategórie produktov PoS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__available_pricelist_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_available_pricelist_ids
msgid "Available Pricelists"
msgstr "Dostupné cenníky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_product_product__available_in_pos
#: model:ir.model.fields,field_description:point_of_sale.field_product_template__available_in_pos
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_search_view_pos
msgid "Available in POS"
msgstr "Dostupné v POS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__average_price
msgid "Average Price"
msgstr "Priemerná cena"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Back"
msgstr "Späť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
#: code:addons/point_of_sale/static/src/app/screens/login_screen/login_screen.js:0
msgid "Backend"
msgstr "Backend"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__customer_display_bg_img
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_customer_display_bg_img
msgid "Background Image"
msgstr "Obrázok pozadia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__customer_display_bg_img_name
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_customer_display_bg_img_name
msgid "Background Image Name"
msgstr "Názov obrázka pozadia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_userlabel
msgid "Badge ID"
msgstr "ID dochádzkovej karty"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_bagel_product_template
msgid "Bagel"
msgstr "Pytlík"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Bakery"
msgstr "Pekáreň"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Bakery Shop"
msgstr "Obchod s pečivom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_tree
msgid "Balance"
msgstr "Bilancia"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_payment_method__type__bank
msgid "Bank"
msgstr "Bankové doklady"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__bank_payment_ids
msgid "Bank Payments"
msgstr "Bankové platby"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Riadok bankového výpisu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Bar"
msgstr "Stĺpec"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Barcode Nomenclature"
msgstr "Názvoslovie čiarového kódu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_barcode_rule
msgid "Barcode Rule"
msgstr "Pravidlo čiarového kódu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Barcode Scanner"
msgstr "Skener čiarových kódov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Barcode Scanner/Card Reader"
msgstr "Skener čiarového kódu/čítačka kariet"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__basic_receipt
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_basic_receipt
msgid "Basic Receipt"
msgstr "Základná účtenka"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_register_difference
msgid "Before Closing Difference"
msgstr "Rozdiel pred uzavretím"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Billing address:"
msgstr "Fakturačná adresa:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_bill_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_bill_tree
msgid "Bills"
msgstr "Dodávateľské faktúry"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Bills & Receipts"
msgstr "Faktúry a príjmy"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_black
msgid "Black"
msgstr "Čierna"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.t_shirt_black_embroidered_product_template
msgid "Black embroidered t-shirt"
msgstr "Čierne vyšívané tričko"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.blue_denim_jeans_template
msgid "Blue Denim Jeans"
msgstr "Modré džínsy z denimu"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_blueberry_muffin_product_template
msgid "Blueberry Muffin"
msgstr "Čučoriedkový muffin"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Boost your sales with multiple kinds of programs: Coupons, Promotions, Gift "
"Card, Loyalty. Specific conditions can be set (products, customers, minimum "
"purchase amount, period). Rewards can be discounts (% or amount) or free "
"products."
msgstr ""
"Zvýšte svoj predaj pomocou viacerých druhov programov: Kupóny, propagačné "
"akcie, darčekové karty, vernostné programy. Môžete nastaviť konkrétne "
"podmienky (produkty, zákazníci, minimálna výška nákupu, obdobie). Odmenou "
"môžu byť zľavy (% alebo suma) alebo výrobky zadarmo."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__card_brand
msgid "Brand of card"
msgstr "Značka karty"
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_breads
msgid "Breads"
msgstr "Pečivo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Buffer:"
msgstr "Vyrovnávacia pamäť:"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_bus_mixin
msgid "Bus Mixin"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_butter_croissant_product_template
msgid "Butter Croissant"
msgstr "Maslový croissant"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "By:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_print_via_proxy
msgid "Bypass browser printing and prints via the hardware proxy."
msgstr "Obísť tlač zprehliadača a tlačiť cez proxy hardvéru"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_receipt/cash_move_receipt.xml:0
msgid "CASH"
msgstr "HOTOVOSŤ"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
msgid "CHANGE"
msgstr "VYDAŤ"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Can't change customer"
msgstr "Nie je možné zmeniť zákazníka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_form_pos_close_session_wizard
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_daily_sales_reports_wizard
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_details_wizard
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment
msgid "Cancel"
msgstr "Zrušené"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
#: model:ir.actions.server,name:point_of_sale.pos_order_set_cancel
msgid "Cancel Order"
msgstr "Zrušiť objednávku"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Cancel Orders"
msgstr "Zrušiť objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.js:0
msgid "Cancel Payment"
msgstr "Zrušiť platbu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Cancel Payment Request"
msgstr "Zrušiť požiadavku na platbu"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order__state__cancel
#: model:ir.model.fields.selection,name:point_of_sale.selection__report_pos_order__state__cancel
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
msgid "Cancelled"
msgstr "Zrušené"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Cannot modify a tip"
msgstr "Nie je možné upraviť sprepitné"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Cannot return change without a cash payment method"
msgstr "Nedá sa vydať bez hotovostnej platobnej metódy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_service.js:0
msgid "Cannot weigh product - IoT Box is disconnected"
msgstr "Nie je možné zvážiť produkt - zariadenie IoT Box je odpojené"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_service.js:0
msgid "Cannot weigh product - Scale is not connected to IoT Box"
msgstr ""
"Nie je možné odvážiť výrobok - váha nie je pripojená k zariadeniu IoT Box"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Card"
msgstr "Karta"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__card_no
msgid "Card Number(Last 4 Digit)"
msgstr "Číslo karty (posledné štvorčíslie)"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__cardholder_name
msgid "Card Owner name"
msgstr "Meno majiteľa karty"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Card's Brand"
msgstr "Značka karty"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Cardholder Name"
msgstr "Meno držiteľa karty"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "Cart"
msgstr "Košík"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__is_cash_count
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_payment_method__type__cash
#: model:pos.payment.method,name:point_of_sale.cash_payment_method_furniture
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Cash"
msgstr "Hotovostné doklady"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/report_sale_details.py:0
msgid "Cash %(session_name)s"
msgstr "Hotovosť %(session_name)s"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Cash Bakery"
msgstr "Hotovosť - obchod s pečivom"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Cash Clothes Shop"
msgstr "Hotovosť - obchod s oblečením"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Cash Count"
msgstr "Počítanie hotovosti"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Cash Furn. Shop"
msgstr "Hotovosť - obchod s nábytkom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
msgid "Cash In"
msgstr "Vklad hotovosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Cash In / Out"
msgstr "Vklad / výber hotovosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Cash In/Out"
msgstr "Hotovosť príjem / výdaj"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_journal_id
msgid "Cash Journal"
msgstr "Účtovná kniha hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__statement_line_ids
msgid "Cash Lines"
msgstr "Riadky v hotovosti"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Cash Move 1"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/report_sale_details.py:0
msgid "Cash Opening"
msgstr "Počiatočná hotovosť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
msgid "Cash Out"
msgstr "Výber hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__cash_rounding
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Cash Rounding"
msgstr "Zaokrúhľovanie hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_cash_rounding
msgid "Cash Rounding (PoS)"
msgstr "Zaokrúhľovanie hotovosti (PoS)"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Cash Roundings"
msgstr "Zaokrúhľovania hotovosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Cash control - closing"
msgstr "Kontrola hotovosti - závierka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.js:0
msgid "Cash control - opening"
msgstr "Kontrola hotovosti - otvorenie"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Cash difference observed during the counting (Loss) - closing"
msgstr "Peňažný rozdiel zistený počas počítania (Strata) - uzávierka"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Cash difference observed during the counting (Profit) - closing"
msgstr "Peňažný rozdiel zistený počas počítania (Prebytok) - uzávierka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Cash in / out"
msgstr "Vklad / výber hotovosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.js:0
msgid "Cash in/out of %s is ignored."
msgstr "Na vklad/výber v hotovosti sa neprihliada."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Cash register"
msgstr "Pokladnica"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__rounding_method
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_rounding_method
msgid "Cash rounding"
msgstr "Zaokrúhlenie hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_cashdrawer
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_cashdrawer
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Cashdrawer"
msgstr "Pokladňa "
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: model:ir.model.fields.selection,name:point_of_sale.selection__barcode_rule__type__cashier
msgid "Cashier"
msgstr "Pokladník"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.casual_denim_short_product_template
msgid "Casual Denim Short"
msgstr "Príležitostné džínsové krátke nohavice"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.casual_t_shirt_product_template
msgid "Casual T-shirt"
msgstr "Pohodlené tričko"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.casual_denim_short_product_template
msgid "Casual denim shorts, comfortable and stylish for everyday wear."
msgstr "Pohodlné a štýlové džínsové šortky na každodenné nosenie."
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.t_shirt_black_embroidered_product_template
msgid ""
"Casual slim t-shirt 100% cotton with white embroidery. Various sizes "
"available"
msgstr ""
"Pohodlné úzke tričko zo 100 % bavlny s bielou výšivkou. K dispozícii sú "
"rôzne veľkosti"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.t_shirt_slim_product_template
msgid "Casual slim t-shirt 100% cotton. Various sizes available"
msgstr "Pohodlné úzke tričko zo 100 % bavlny. K dispozícii sú rôzne veľkosti"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.casual_t_shirt_product_template
msgid "Casual t-shirt 100% cotton. Various colors and sizes available."
msgstr ""
"Neformálne tričko zo 100 % bavlny. K dispozícii sú rôzne farby a veľkosti."
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_pos_category_action
msgid ""
"Categories are used to browse your products through the\n"
" touchscreen interface."
msgstr ""
"Kategórie sa používajú na prezeranie svojich produktov prostredníctvom\n"
"dotykového rozhrania."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/category_selector/category_selector.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_form_view
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_category_kanban
msgid "Category"
msgstr "Kategória"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__name
msgid "Category Name"
msgstr "Meno kategórie"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_product_product__pos_categ_ids
#: model:ir.model.fields,help:point_of_sale.field_product_template__pos_categ_ids
msgid "Category used in the Point of Sale."
msgstr "Kaegórie používané v mieste predaja"
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_chairs
msgid "Chairs"
msgstr "Kreslá"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_status/payment_status.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Change"
msgstr "Vydať"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Change Tip"
msgstr "Zmeniť tip"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_product_product__to_weight
#: model:ir.model.fields,help:point_of_sale.field_product_template__to_weight
msgid ""
"Check if the product should be weighted using the hardware scale "
"integration."
msgstr "Skontrolujte, či by mal byť produkt vážený použitím integrovanej váhy"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_product_product__available_in_pos
#: model:ir.model.fields,help:point_of_sale.field_product_template__available_in_pos
msgid "Check if you want this product to appear in the Point of Sale."
msgstr ""
"Skontrolujte, či chcete, aby sa tento produkt objavil v mieste predaja."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_uom_category__is_pos_groupable
#: model:ir.model.fields,help:point_of_sale.field_uom_uom__is_pos_groupable
msgid ""
"Check if you want to group products of this category in point of sale orders"
msgstr ""
"Skontrolujte, či chcete zoskupiť produkty v tejto kategórii v objednávke "
"miesta predaja.."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__cash_control
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_cash_control
msgid "Check the amount of the cashbox at opening and closing."
msgstr "Skontrolujte čiastku v pokladnici pri otváraní a zatváraní."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid ""
"Check the internet connection then try to sync again by clicking on the red "
"wifi button (upper right of the screen)."
msgstr ""
"Skontrolujte pripojenie k internetu a potom sa pokúste znova synchronizovať "
"kliknutím na červené tlačidlo wifi (vpravo hore na obrazovke)."
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_cheese_croissant_product_template
msgid "Cheese Croissant"
msgstr "Sýrový croissant"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_cherry_pie_product_template
msgid "Cherry Pie"
msgstr "Višňový koláč"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_bagel_product_template
msgid "Chewy and dense bagel, perfect for sandwiches or with cream cheese."
msgstr ""
"Hutná a chrumkavá žemľa, ideálna na sendviče alebo so smotanovým syrom."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__child_ids
msgid "Children Categories"
msgstr "Podradené kategórie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Choose a specific fiscal position at the order depending on the kind of "
"customer (tax exempt, onsite vs. takeaway, etc.)."
msgstr ""
"Zvoľte si konkrétnu daňovú pozíciu pri objednávke v závislosti od typu "
"zákazníka (oslobodený od dane, na mieste vs. so sebou atď.)."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/list_container/list_container.js:0
msgid "Choose an order"
msgstr "Vybrať objednávku"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_company__point_of_sale_ticket_portal_url_display_mode
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__point_of_sale_ticket_portal_url_display_mode
msgid "Choose how the URL to the portal will be print on the receipt."
msgstr "Vyberte spôsob tlače adresy URL portálu na účtenke."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "Choose your store"
msgstr "Zvoľte si svoj obchod"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_cinnamon_roll_product_template
msgid "Cinnamon Roll"
msgstr "Škoricová rolka"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_classic_brown_jacket_product_template
msgid "Classic Brown Jacket"
msgstr "Klasická hnedá bunda"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.classic_leather_belt_product_template
msgid "Classic Leather Belt"
msgstr "Klasický kožený opasok"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.classic_leather_belt_product_template
msgid "Classic leather belt, a must-have accessory for any wardrobe."
msgstr "Klasický kožený opasok, nevyhnutný doplnok každého šatníka."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Clear Cache"
msgstr "Vymazať vyrovnávaciu pamäť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Click here to close the session"
msgstr "Kliknutím sem ukončíte reláciu"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__barcode_rule__type__client
msgid "Client"
msgstr "Klient"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/tour_selector_popup/tour_selector_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Close"
msgstr "Zatvoriť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Close Register"
msgstr "Zatvoriť pokladňu"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_form_pos_close_session_wizard
msgid "Close Session"
msgstr "Zatvoriť reláciu"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "Close Session & Post Entries"
msgstr "Zatvoriť reláciu a zaúčtovať záznamy"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_close_session_wizard
msgid "Close Session Wizard"
msgstr "Sprievodca zatvorením relácie"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_session__state__closed
msgid "Closed & Posted"
msgstr "Zatvorené & Uverejnené"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Closed Register"
msgstr "Pokladňa uzavretá"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_tree
msgid "Closing"
msgstr "Zatváranie"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_session__state__closing_control
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Closing Control"
msgstr "Zatváranie kontroly"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__stop_at
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "Closing Date"
msgstr "Deadline"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_closing_entry_by_product
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_is_closing_entry_by_product
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Closing Entry by product"
msgstr "Záznamy uzavretia po produktoch"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__closing_notes
msgid "Closing Notes"
msgstr "Poznámky k záverke"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Closing Register"
msgstr "Uzatváranie pokladne"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Closing Session"
msgstr "Uzatváranie relácie"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Closing difference in %(payment_method)s (%(session)s)"
msgstr "Rozdiely pri závierke v %(payment_method)s (%(session)s)"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Closing note"
msgstr "Poznámka k záverke"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Closing session error"
msgstr "Chyba pri zatváraní pokladne"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Clothes"
msgstr "Odevy"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Clothes Shop"
msgstr "Obchod s odevmi"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__value
msgid "Coin/Bill Value"
msgstr "Hodnota mince/bankovky"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_bill
#: model:ir.model,name:point_of_sale.model_pos_bill
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__default_bill_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_default_bill_ids
#: model:ir.ui.menu,name:point_of_sale.menu_pos_bill
msgid "Coins/Bills"
msgstr "Mince/bankovky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/money_details_popup/money_details_popup.xml:0
msgid "Coins/Notes"
msgstr "Mince/bankovky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__color
#: model:product.attribute,name:point_of_sale.product_attribute_color
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_product_view_form_normalized_pos
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_form_view
msgid "Color"
msgstr "Farba"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_product_product__color
#: model:ir.model.fields,field_description:point_of_sale.field_product_template__color
msgid "Color Index"
msgstr "Index farieb"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Combine %(payment_method)s POS payments from %(session)s"
msgstr "Spojiť platby %(payment_method) z %(session)"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_t_shirt_pants_product_template
msgid "Combo"
msgstr "Kombinácia"
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_product_combo
msgid "Combo Choices"
msgstr "Možnosti kombinácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__combo_item_id
msgid "Combo Item"
msgstr "Položka kombinácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__combo_line_ids
msgid "Combo Lines"
msgstr "Riadok kombinácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__combo_parent_id
msgid "Combo Parent"
msgstr "Nadriadená kombinácia"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_company
msgid "Companies"
msgstr "Spoločnosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__company_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__company_id
msgid "Company"
msgstr "Spoločnost"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__company_has_template
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_company_has_template
msgid "Company has chart of accounts"
msgstr "Spoločnosť má účtový rozvrh"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/combo_configurator_popup/combo_configurator_popup.xml:0
msgid "Complete the selection to proceed"
msgstr "Ak chcete pokračovať, dokončite výber"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_config_settings
msgid "Config Settings"
msgstr "Nastavenia konfigurácie"
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_point_config_product
msgid "Configuration"
msgstr "Konfigurácia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Configurations &gt; Settings"
msgstr "Konfigurácie &gt; Nastavenia"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_config_kanban
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_config_tree
msgid "Configure at least one Point of Sale."
msgstr "Nakonfigurujte aspoň jedno predajné miesto."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/tour_selector_popup/tour_selector_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
#: code:addons/point_of_sale/static/src/app/utils/date_picker_popup/date_picker_popup.js:0
#: code:addons/point_of_sale/static/src/app/utils/money_details_popup/money_details_popup.xml:0
msgid "Confirm"
msgstr "Potvrdiť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.js:0
msgid "Confirm Payment"
msgstr "Potvrdiť platbu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/input_popups/number_popup.js:0
msgid "Confirm?"
msgstr "Potvrdiť?"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Connect device to your PoS without an IoT Box"
msgstr "Pripojiť zariadenie k PoS bez IoT Box"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__other_devices
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_other_devices
msgid "Connect devices to your PoS without an IoT Box."
msgstr "Pripojiť zariadenia k PoS bez IoT Box"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Connect devices using an IoT Box"
msgstr "Pripojiť zariadenia k PoS cez IoT Box"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Connected Devices"
msgstr "Pripojené zariadenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.xml:0
msgid "Connecting to Proxy"
msgstr "Pripájanie k proxy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/utils.js:0
msgid "Connecting to the IoT Box"
msgstr "Pripájanie k IoT Box"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
msgid "Connection Lost"
msgstr "Strata spojenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Connection error"
msgstr "Chyba spojenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/utils.js:0
msgid "Connection failed"
msgstr "Spojenie zlyhalo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/utils.js:0
msgid "Connection successful"
msgstr "Spojenie úspešné"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/base_printer.js:0
msgid "Connection to IoT Box failed"
msgstr "Pripojenie k IoT Box zlyhalo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/base_printer.js:0
msgid "Connection to the printer failed"
msgstr "Pripojenie k tlačiarni zlyhalo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"Connection to the server has been lost. Please check your internet "
"connection."
msgstr ""
"Pripojenie k serveru sa stratilo. Skontrolujte svoje internetové pripojenie."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: model:ir.model,name:point_of_sale.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Contact Info"
msgstr "Kontaktné informácie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "Continue Selling"
msgstr "Pokračovať v predaji"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
msgid "Continue with limited functionality"
msgstr "Pokračovať s obmedzenou funkčnosťou"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_picking.py:0
msgid ""
"Conversion Error: The following unit of measure conversions result in a zero"
" quantity due to rounding:"
msgstr ""
"Chyba konverzie: V dôsledku zaokrúhľovania je výsledkom nasledujúcich "
"prevodov merných jednotiek nulové množstvo:"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__currency_rate
msgid "Conversion Rate"
msgstr "Výmenný kurz"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment__currency_rate
msgid "Conversion rate from company currency to order currency."
msgstr "Prevodný kurz z meny spoločnosti na menu objednávky."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Cost:"
msgstr "Náklady:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
msgid "Count"
msgstr "Počet"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Counted"
msgstr "Spočítané"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_country
msgid "Country"
msgstr "Štát"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__country_code
msgid "Country Code"
msgstr "Kód štátu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_country_state
msgid "Country state"
msgstr "Spolková krajina"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.cozy_sweater_product_template
msgid "Cozy Sweater"
msgstr "Pohodlný sveter"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.cozy_sweater_product_template
msgid "Cozy sweater, perfect for colder weather. Available in various colors."
msgstr ""
"Príjemný sveter, ideálny do chladnejšieho počasia. K dispozícii v rôznych "
"farbách."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
msgid "Create"
msgstr "Vytvoriť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Create Product"
msgstr "Vytvoriť produkt"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_sale_graph
#: model_terms:ir.actions.act_window,help:point_of_sale.action_report_pos_order_all
#: model_terms:ir.actions.act_window,help:point_of_sale.action_report_pos_order_all_filtered
msgid "Create a new POS order"
msgstr "Vytvoriť novú PoS objednávku"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_config_kanban
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_config_tree
msgid "Create a new PoS"
msgstr "Vytvoriť nové miesto predaja (PoS)"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_product_action
msgid "Create a new product variant"
msgstr "Vytvoriť nový variant produktu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "Create my own products"
msgstr "Vytvoriť vlastné produkty"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_template_action_pos_product
msgid "Create new product"
msgstr "Vytvoriť nový produkt"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__create_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__create_uid
msgid "Created by"
msgstr "Vytvoril"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__create_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__create_date
msgid "Created on"
msgstr "Vytvorené"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_crocheted_poncho_unisize_product_template
msgid "Crocheted Poncho Unisize"
msgstr "Háčkované pončo univerzálnej veľkosti"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_currency
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__currency_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__currency_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__currency_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__currency_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__currency_id
msgid "Currency"
msgstr "Mena"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__currency_rate
msgid "Currency Rate"
msgstr "Kurz meny"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__current_session_id
msgid "Current Session"
msgstr "Súčasná relácia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__current_user_id
msgid "Current Session Responsible"
msgstr "Zodpovedný užívateľ za aktuálnu reláciu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__current_session_state
msgid "Current Session State"
msgstr "Aktuálny stav relácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_header_or_footer
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_is_header_or_footer
msgid "Custom Header & Footer"
msgstr "Vlastné záhlavie & zápatie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__custom_attribute_value_ids
msgid "Custom Values"
msgstr "Vlastné hodnoty"
#. module: point_of_sale
#. odoo-javascript
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/select_partner_button/select_partner_button.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__partner_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__partner_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__partner_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
msgid "Customer"
msgstr "Zákazník"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_payment_method__type__pay_later
msgid "Customer Account"
msgstr "Účet zákazníka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Customer Display"
msgstr "Zákaznícky displej"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__customer_display_type
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_customer_display_type
msgid "Customer Facing Display"
msgstr "Zákaznícky displej"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Customer Invoice"
msgstr "Faktúra zákazníka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/orderline/orderline.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/customer_note_button/customer_note_button.js:0
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__customer_note
msgid "Customer Note"
msgstr "Poznámka zákazníka"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__access_url
msgid "Customer Portal URL"
msgstr "URL zákazníckeho portálu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Customer Required"
msgstr "Vyžaduje sa zákazník"
#. module: point_of_sale
#. odoo-javascript
#. odoo-python
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
#: code:addons/point_of_sale/wizard/pos_payment.py:0
msgid "Customer is required for %s payment method."
msgstr "Spôsob platby %s vyžaduje zadanie zákazníka."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Customer tips, cannot be modified directly"
msgstr "Sprepitné zákazníkov, nie je možné ich priamo upravovať"
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_point_of_sale_customer
msgid "Customers"
msgstr "Zákazníci"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Daily Sale"
msgstr "Denný predaj"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Daily Sales Report"
msgstr "Denný prehľad predaja"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_session_filtered
msgid "Daily sessions hold sales from your Point of Sale."
msgstr "Denné relácie evidujú predaj z vášho predajného miesta."
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_pos_dashboard
msgid "Dashboard"
msgstr "Riadiaci panel"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__date_order
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_date
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "Date"
msgstr "Dátum"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/date_picker_popup/date_picker_popup.js:0
msgid "DatePicker"
msgstr "DatePicker"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Days"
msgstr "Dni"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Debug Window"
msgstr "Odstrániť chyby okna"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_decimal_precision
msgid "Decimal Precision"
msgstr "Desatinná presnosť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default"
msgstr "Predvolený"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__account_default_pos_receivable_account_id
msgid "Default Account Receivable (PoS)"
msgstr "Predvolený účet pohľadávok (PoS)"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__default_fiscal_position_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_default_fiscal_position_id
msgid "Default Fiscal Position"
msgstr "Predvolená fiškálna pozícia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default Journals"
msgstr "Predvolené denníky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
msgid "Default Price"
msgstr "Štandardná cena"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__pricelist_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_pricelist_id
msgid "Default Pricelist"
msgstr "Predvolený cenník"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__default_qr
msgid "Default Qr"
msgstr "Predvolený QR"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__sale_tax_id
msgid "Default Sale Tax"
msgstr "Predvolená daň predaja"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default Sales Tax"
msgstr "Predvolená daň predajov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default Temporary Account"
msgstr "Predvolený dočasný účet"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default journals for orders and invoices"
msgstr "Predvolené denníky objednávok a faktúr"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Default sales tax for products"
msgstr "Predvolená daň predaja pre produkty"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order_line__product_uom_id
msgid "Default unit of measure used for all stock operations."
msgstr "Predvolená merná jednotka používaná pre všetky skladové operácie."
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_pos_category_action
msgid "Define a new category"
msgstr "Definujte novú kategóriu."
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_template_action_pos_product
msgid "Define products and categories for POS retail and restaurant"
msgstr "Definovanie produktov a kategórií pre maloobchod a reštaurácie v PoS"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Define the smallest coinage of the currency used to pay by cash"
msgstr "Definujte najmenšie razby mincí používaných pri platbe v hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__name
msgid ""
"Defines the name of the payment method that will be displayed in the Point "
"of Sale when the payments are selected."
msgstr ""
"Definuje názov spôsobu platby, ktorý sa zobrazí v predajnom mieste pri "
"výbere platieb."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__delay_validation
msgid "Delay Validation"
msgstr "Oneskorenie overenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Delete"
msgstr "Zmazať"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.js:0
msgid "Delete Orders?"
msgstr "Zmazať objednávky?"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Delete Paid Orders"
msgstr "Zmazať zaplatené objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Delete Unpaid Orders"
msgstr "Zmazať nezaplatené objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.js:0
msgid "Delete pending record?"
msgstr "Vymazať čakajúci záznam?"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Demo 3-03-2000 5:00 PM"
msgstr "Demo 3. 3. 2000 5:00 odp."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Demo Name"
msgstr "Demo meno"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_rye_bread_product_template
msgid "Dense and dark, made with rye flour, perfect for sandwiches."
msgstr "Hutná a tmavá, vyrobená z ražnej múky, ideálna na sendviče."
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_desks
msgid "Desks"
msgstr "Stoly"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__account_id
msgid "Destination account"
msgstr "Cieľový účet"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__account_readonly
msgid "Destination account is readonly"
msgstr "Cieľový účet je len na čítanie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Details"
msgstr "Podrobnosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__amount_difference
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Difference"
msgstr "Rozdiel"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Difference at closing PoS session"
msgstr "Rozdiel pri ukončení relácie PoS"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__cash_register_difference
msgid ""
"Difference between the theoretical closing balance and the real closing "
"balance."
msgstr ""
"Rozdiel medzi teoretickým konečným zostatkom a skutočným konečným zostatkom."
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_digest_digest
msgid "Digest"
msgstr "Prehľad"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "Dine In"
msgstr "Stravovanie vo vnútri"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "Dine In -> Take Out"
msgstr "Stravovanie vo vnútri -> Vynáška"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
msgid "Dine in"
msgstr "Stravovanie vo vnútri"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Disc.%"
msgstr "Disc.%"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Disc:"
msgstr "Zľava:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
#: code:addons/point_of_sale/static/src/app/store/product_configurator_popup/product_configurator_popup.xml:0
#: code:addons/point_of_sale/static/src/app/utils/input_popups/text_input_popup.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
msgid "Discard"
msgstr "Zrušiť"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__discount
msgid "Discount (%)"
msgstr "Zľava (%)"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__notice
msgid "Discount Notice"
msgstr "Zľava upozornenie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
msgid "Discount:"
msgstr "Zľava:"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__barcode_rule__type__discount
msgid "Discounted Product"
msgstr "Zľavnený produkt"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Discounts"
msgstr "Zľavy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Dismiss"
msgstr "Zahodiť"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__display_name
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__display_name
msgid "Display Name"
msgstr "Zobrazovaný Názov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Display and update your products information through electronic price tags"
msgstr ""
"Zobrazenie a aktualizácia informácií o vašich produktoch prostredníctvom "
"elektronických cenoviek"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Display orders on the preparation display"
msgstr "Zobrazenie objednávok na obrazovke prípravy"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__is_closing_entry_by_product
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_is_closing_entry_by_product
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Display the breakdown of sales lines by product in the automatically "
"generated closing entry."
msgstr ""
"Zobrazenie rozpisu položiek predaja podľa produktov v automaticky "
"generovanej uzávierke."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_pricer
msgid "Display the price of your products through electronic price tags"
msgstr ""
"Zobrazenie ceny vašich produktov prostredníctvom elektronických cenoviek"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/digest.py:0
msgid "Do not have access, skip this data for user's digest email"
msgstr "Nemáte prístup, vynechajte tieto dáta z mailu "
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
msgid "Do you want to open the customer list to select customer?"
msgstr "Chcete otvoriť zoznam zákazníkov a vybrať zákazníka?"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/pos_printer_service.js:0
msgid "Do you want to print using the web printer? "
msgstr "Chcete tlačiť pomocou webovej tlačiarne? "
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Download a report with all the sales of the current PoS Session"
msgstr "Stiahnite si správu so všetkými predajmi aktuálnej relácie PoS"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_printer_form
msgid ""
"Each Order Printer has an IP Address that defines the IoT Box/Hardware\n"
" Proxy where the printer can be found, and a list of product categories.\n"
" An Order Printer will only print updates for products belonging to one of\n"
" its categories."
msgstr ""
"Každá tlačiareň objednávok má IP adresu, ktorá definuje IoT box/hardvér \n"
" proxy, kde sa tlačiareň nachádza, a zoznam kategórií produktov.\n"
" Tlačiareň objednávok bude tlačiť aktualizácie len pre produkty patriace\n"
" do jednej z týchto kategórií."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Edit"
msgstr "Upraviť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_line/partner_line.xml:0
msgid "Edit Details"
msgstr "Upraviť detaily"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.res_partner_action_edit_pos
msgid "Edit Partner"
msgstr "Upraviť partnera"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "Edit Payment"
msgstr "Upraviť platbu"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.product_product_action_edit_pos
msgid "Edit Product"
msgstr "Upraviť produkt"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__is_edited
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__is_edited
msgid "Edited"
msgstr "Upravené"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Edited order(s) during the session:%s"
msgstr "Upravené objednávky v relácii: %s"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_electronic_scale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_electronic_scale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Electronic Scale"
msgstr "Elektronická váha"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__email
msgid "Email"
msgstr "Email"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Sprievodca zostavovaním emailov"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/mail_compose_message.py:0
msgid "Email triggered successfully!"
msgstr "E-mail úspešne spustený"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__user_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__user_id
msgid "Employee"
msgstr "Zamestnanec"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__user_id
msgid "Employee who uses the cash register."
msgstr "Zamestnanec, ktorý používa pokladňu."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Employees can scan their badge or enter a PIN to log in to a PoS session. "
"These credentials are configurable in the *HR Settings* tab of the employee "
"form."
msgstr ""
"Zamestnanci môžu naskenovať svoj preukaz alebo zadať PIN kód a prihlásiť sa "
"do relácie PoS. Tieto prihlasovacie údaje sa dajú konfigurovať na karte "
"*Nastavenia* formulára zamestnanca."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Empty Order"
msgstr "Prázdna objednávka"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_scan_via_proxy
msgid ""
"Enable barcode scanning with a remotely connected barcode scanner and card "
"swiping with a Vantiv card reader."
msgstr ""
"Umožnite skenovanie čiarových kódov pomocou diaľkovo pripojeného snímača "
"čiarových kódov a preťahovanie kariet pomocou čítačky kariet Vantiv."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_electronic_scale
msgid "Enables Electronic Scale integration."
msgstr "Umožňuje integráciu elektronickej váhy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__end_date
msgid "End Date"
msgstr "Dátum ukončenia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_register_balance_end_real
msgid "Ending Balance"
msgstr "Konečný zostatok"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"Ensure that there is an existing bank journal. Check if chart of accounts is"
" installed in your company."
msgstr ""
"Uistite sa, že existuje bankový denník. Skontrolujte, či je vo vašej "
"spoločnosti nainštalovaná účtovná osnova."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Error"
msgstr "Chyba"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_category.py:0
msgid "Error! You cannot create recursive categories."
msgstr "Chyba! Nemôžete vytvoriť rekurzívne kategórie."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Error: no internet connection."
msgstr "Chyba: žiadne pripojenie k internetu."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Existing orderlines"
msgstr "Existujúce riadky objednávok"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Expected"
msgstr "Očakávané"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "Expected delivery:"
msgstr "Očakávané dodanie:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Export Paid Orders"
msgstr "Exportovať zaplatené objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Export Unpaid Orders"
msgstr "Exportovať nezaplatené objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Extra Info"
msgstr "Ďalšie informácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__failed_pickings
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__failed_pickings
msgid "Failed Pickings"
msgstr "Neúspešné dodávky zo skladu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Failed in printing %s changes of the order"
msgstr "Nepodarilo sa vytlačiť %s zmeny objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Failure to generate Payment QR Code"
msgstr "Zlyhanie pri generovaní platobného kódu QR"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_ir_binary
msgid "File streaming helper model for controllers"
msgstr "Pomocný model streamovania súborov pre kontroléry"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Financials"
msgstr "Finančné informácie"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_fiscal_position
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__fiscal_position_id
msgid "Fiscal Position"
msgstr "Fiškálna pozícia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Fiscal Position not found"
msgstr "Fiškálna pozícia nenájdená"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__fiscal_position_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_fiscal_position_ids
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Fiscal Positions"
msgstr "Mapovanie daní"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_butter_croissant_product_template
msgid "Flaky all butter pastry, layered for a light and golden croissant."
msgstr "Vločkové maslové cesto, vrstvené na ľahký a zlatistý croissant."
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_cheese_croissant_product_template
msgid ""
"Flaky croissant filled with creamy cheese, a savory twist on a classic."
msgstr "Vločkový croissant plnený krémovým syrom, slaná obmena klasiky."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Flexible Pricelists"
msgstr "Flexibilné cenníky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Flexible Taxes"
msgstr "Flexibilné dane"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Floor plan, tips, self order, etc."
msgstr "Pôdorys, sprepitné, vlastná objednávka atď."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_follower_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_follower_ids
msgid "Followers"
msgstr "Odberatelia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_partner_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_partner_ids
msgid "Followers (Partners)"
msgstr "Odberatelia (partneri)"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr "Úžasná ikona fronty napr. fa-tasks"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Food, but over the counter"
msgstr "Potraviny, ale cez pult"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Footer"
msgstr "Päta"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__for_all_config
msgid "For All PoS"
msgstr "Pre všetky PoS"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_big_scrollbars
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_iface_big_scrollbars
msgid "For imprecise industrial touchscreens."
msgstr "Pre nepresné priemyselné dotykové obrazovky."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_form_pos_close_session_wizard
msgid "Force Close Session"
msgstr "Vynútiť zatvorenie relácie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Force Done"
msgstr "Vynútiť Dokončené"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Force done"
msgstr "Vynútiť dokončenie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_payment__force_outstanding_account_id
msgid "Forced Outstanding Account"
msgstr "Vynútený neuhradený účet"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__split_transactions
msgid ""
"Forces to set a customer when using this payment method and splits the "
"journal entries for each customer. It could slow down the closing process."
msgstr ""
"Vynúti nastavenie zákazníka pri použití tohto spôsobu platby a rozdelí "
"záznamy do denníka pre každého zákazníka. Môže to spomaliť proces uzávierky."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/orderline/orderline.xml:0
#: code:addons/point_of_sale/static/src/app/models/pos_order_line.js:0
msgid "Free"
msgstr "Zdarma"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "From invoice payments"
msgstr "Z platieb na faktúru"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__full_product_name
msgid "Full Product Name"
msgstr "Úplný názov produktu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Furniture"
msgstr "Nábytok"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Furniture Shop"
msgstr "Obchod s nábytkom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/order_widget/order_widget.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/customer_note_button/customer_note_button.js:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__general_note
msgid "General Note"
msgstr "Všeobecná poznámka"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "General Notes"
msgstr "Všeobecné poznámky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_company__point_of_sale_ticket_unique_code
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__point_of_sale_ticket_unique_code
msgid "Generate a code on ticket"
msgstr "Generovať kód na lístok"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Generation of your order references"
msgstr "Generovanie referencií vašich objednávok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
msgid "Get Weight"
msgstr "Zvážiť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Get my invoice"
msgstr "Získať moju faktúru"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_category__sequence
msgid "Gives the sequence order when displaying a list of product categories."
msgstr ""
"Dáva sekvenčné poradie pri zobrazovaní zoznamu produktových kategórií."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__module_pos_discount
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_module_pos_discount
msgid "Global Discounts"
msgstr "Globálne zľavy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/action_pad/back_button/back_button.xml:0
msgid "Go Back"
msgstr "Vrátiť sa späť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Go to"
msgstr "Choď na"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order_line.js:0
msgid "Greater than allowed"
msgstr "Viac, ako je povolené"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_green
msgid "Green"
msgstr "Zelená"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_green_hood_product_template
msgid "Green Hood"
msgstr "Zelená kukla"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Gross Weight:"
msgstr "Hrubá hmotnosť:"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Group By"
msgstr "Zoskupiť podľa"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_uom_category__is_pos_groupable
#: model:ir.model.fields,field_description:point_of_sale.field_uom_uom__is_pos_groupable
msgid "Group Products in POS"
msgstr "Zoskupiť produkty v POS"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Group items in the cart according to their category"
msgstr "Zoskupenie položiek v košíku podľa ich kategórie"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_ir_http
msgid "HTTP Routing"
msgstr "HTTP smerovanie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "HTTPS connection to IoT Box failed"
msgstr "HTTPS pripojenie k zariadeniu IoT zlyhalo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Hardware Events"
msgstr "Hardvérové udalosti"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Hardware Status"
msgstr "Hardvérový stav"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__has_active_session
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_has_active_session
msgid "Has Active Session"
msgstr "Má aktívnu reláciu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_control
msgid "Has Cash Control"
msgstr "Má kontrolu hotovosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__has_deleted_line
msgid "Has Deleted Line"
msgstr "Má vymazaný riadok"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__has_image
msgid "Has Image"
msgstr "Má obrázok"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__has_message
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__has_message
msgid "Has Message"
msgstr "Má správu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__has_refundable_lines
msgid "Has Refundable Lines"
msgstr "Má vratné riadky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Header"
msgstr "Hlavička"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_multigrain_bread_product_template
msgid "Hearty multigrain loaf with seeds and grains for extra nutrition."
msgstr ""
"Výdatný viaczrnný chlieb so semienkami a obilninami pre zvýšenie výživovej "
"hodnoty."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__hide_qr_code_method
msgid "Hide Qr Code Method"
msgstr "Skryť metódu QR kódu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__hide_use_payment_terminal
msgid "Hide Use Payment Terminal"
msgstr "Skryť používanie platobného terminálu"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Hide pictures in POS"
msgstr "Skrytie obrázkov v POS"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_wholemeal_loaf_product_template
msgid ""
"High fibre loaf. Baked with fine wholemeal flour to give a soft texture."
msgstr ""
"Chlieb s vysokým obsahom vlákniny. Pečie sa z jemnej celozrnnej múky, aby "
"mal jemnú štruktúru."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "How to manage tax-included prices"
msgstr "Ako spravovať ceny vrátane dane"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__id
msgid "ID"
msgstr "ID"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__proxy_ip
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_proxy_ip
msgid "IP Address"
msgstr "IP adresy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_exception_icon
msgid "Icon"
msgstr "Ikona"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr "Ikona indikujúca výnimočnú aktivitu."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__split_transactions
msgid "Identify Customer"
msgstr "Identifikujte zákazníka"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__message_needaction
#: model:ir.model.fields,help:point_of_sale.field_pos_session__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Ak označené, potom nové správy vyžadujú vašu pozornosť."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__message_has_error
#: model:ir.model.fields,help:point_of_sale.field_pos_order__message_has_sms_error
#: model:ir.model.fields,help:point_of_sale.field_pos_session__message_has_error
#: model:ir.model.fields,help:point_of_sale.field_pos_session__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Ak označené, potom majú niektoré správy chybu dodania."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_bill__for_all_config
msgid "If checked, this coin/bill will be available in all PoS."
msgstr ""
"Ak je začiarknuté, táto minca/bankovka bude k dispozícii vo všetkých PoS."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order_line__refunded_orderline_id
msgid ""
"If this orderline is a refund, then the refunded orderline is specified in "
"this field."
msgstr ""
"Ak je tento riadok objednávky refundáciou, potom je v tomto poli uvedený "
"refundovaný riadok pôvodnej objednávky."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__picking_policy
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_picking_policy
msgid ""
"If you deliver all products at once, the delivery order will be scheduled "
"based on the greatest product lead time. Otherwise, it will be based on the "
"shortest."
msgstr ""
"Ak dodávate všetky produkty naraz, dodacia objednávka bude naplánovaná na "
"základe najdlhšieho času prípravy produktu. V opačnom prípad e na základe "
"najkratšieho."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__image_128
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__image
msgid "Image"
msgstr "Obrázok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Import Orders"
msgstr "Importovať objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Improve navigation for imprecise industrial touchscreens"
msgstr "Vylepší navigáciu pre nepresné priemyselné dotykové obrazovky."
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_session__state__opened
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "In Progress"
msgstr "Spracováva sa"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "In order to delete a sale, it must be new or cancelled."
msgstr "Ak chcete vymazať predaj, musí byť nový alebo zrušený."
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__res_company__point_of_sale_update_stock_quantities__real
msgid "In real time"
msgstr "V reálnom čase"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Incorrect address for shipping"
msgstr "Nesprávna dodacia adresa"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_form_view
msgid "Information about your product."
msgstr "Informácie o vašom produkte."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__message
msgid "Information message"
msgstr "Informačná správa"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Install App"
msgstr "Inštalovať aplikáciu"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_payment_method_form
msgid ""
"Installing chart of accounts from the General Settings of\n"
" Invocing/Accounting app will create Bank and Cash payment\n"
" methods automatically."
msgstr ""
"Inštaláciou účtového rozvrhu z aplikácie všeobecné nastavenia fakturácie / "
"účtovníctva sa automaticky vytvoria spôsoby platby v banke a na pokladňi."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Integrate with"
msgstr "Integrácia s"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__payment_method_type
msgid "Integration"
msgstr "Integrácia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__receivable_account_id
msgid "Intermediary Account"
msgstr "Prechodný účet"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Intermediary account used for unidentified customers."
msgstr "Prechodný účet používaný pre neidentifikovaných zákazníkov."
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.product_category_action
msgid "Internal Categories"
msgstr "Interné kategórie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/customer_note_button/customer_note_button.js:0
msgid "Internal Note"
msgstr "Interná poznámka"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Internal Notes"
msgstr "Interné poznámky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Invalid action"
msgstr "Neplatná akcia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Inventory"
msgstr "Sklad"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Inventory Management"
msgstr "Spravovanie zásob"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__account_move
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Invoice"
msgstr "Faktúra"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__invoice_journal_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_invoice_journal_id
msgid "Invoice Journal"
msgstr "Účtovná kniha faktúr"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Invoice Name"
msgstr "Číslo faktúry"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "Invoice Request"
msgstr "Žiadosť o faktúru"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment.py:0
msgid ""
"Invoice payment for %(order)s (%(account_move)s) using %(payment_method)s"
msgstr ""
"Faktúra pre %(order)s (%(account_move)s) s použitím %(payment_method)s"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__invoiced
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order__state__invoiced
#: model:ir.model.fields.selection,name:point_of_sale.selection__report_pos_order__state__invoiced
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Invoiced"
msgstr "Fakturované"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Invoices"
msgstr "Faktúry"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Invoicing confirmation"
msgstr "Potvrdenie fakturácie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "IoT Box"
msgstr "Zariadenie IoT"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "IoT Box IP Address"
msgstr "IP adresa IoT boxu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display_data_service.js:0
msgid "IoT Customer Display Error"
msgstr "Chyba zákazníckeho displeja IoT"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_is_follower
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_is_follower
msgid "Is Follower"
msgstr "Odberateľ"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__is_invoiced
msgid "Is Invoiced"
msgstr "Je fakturované"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__is_kiosk_mode
msgid "Is Kiosk Mode"
msgstr "Je režim kiosku"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__is_total_cost_computed
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__is_total_cost_computed
msgid "Is Total Cost Computed"
msgstr "Sú vypočítané celkové náklady"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__is_in_company_currency
msgid "Is Using Company Currency"
msgstr "Používa sa mena spoločnosti"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__module_pos_restaurant
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_module_pos_restaurant
msgid "Is a Bar/Restaurant"
msgstr "Je to bar/reštaurácia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_installed_account_accountant
msgid "Is the Full Accounting Installed"
msgstr "Je inštalované účtovníctvo"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__is_tipped
msgid "Is this already tipped?"
msgstr "Je to už tipované?"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__is_change
msgid "Is this payment change?"
msgstr "Je táto platba výdavok?"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/account_tax.py:0
msgid ""
"It is forbidden to modify a tax used in a POS order not posted. You must "
"close the POS sessions before modifying the tax."
msgstr ""
"Je zakázané upravovať daň použitú v prípade nezverejnenej objednávky POS. "
"Pred úpravou dane musíte ukončiť relácie POS."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "It is not allowed to mix refunds and sales"
msgstr "Nie je povolené miešať refundácie a predaj"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/pos_printer_service.js:0
msgid "It is possible to print your tickets by making use of an IoT Box."
msgstr "Vstupenky je možné vytlačiť pomocou zariadenia IoT Box."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid ""
"It seems like you don't have enough rights to create point of sale "
"configurations."
msgstr ""
"Zdá sa, že nemáte dostatočné práva na vytváranie konfigurácií predajných "
"miest."
#. module: point_of_sale
#: model:product.template,name:point_of_sale.jean_jacket_product_template
msgid "Jean Jacket"
msgstr "Džínsová bunda"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_journal
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__journal_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__journal_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
msgid "Journal"
msgstr "Účtovný denník"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_move
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__move_id
msgid "Journal Entry"
msgstr "Vstup účtovnej knihy"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_move_line
msgid "Journal Item"
msgstr "Položka účtovnej knihy"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Journal Items"
msgstr "Položky účtovnej knihy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/customer_note_button/customer_note_button.js:0
msgid "Kitchen Note"
msgstr "Poznámka pre kuchyňu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_digest_digest__kpi_pos_total_value
msgid "Kpi Pos Total Value"
msgstr "KPI celková hodnota POS"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.led_lamp_product_template
msgid "LED Lamp"
msgstr "Lampa LED"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__name
msgid "Label"
msgstr "Popisok"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_lang
msgid "Languages"
msgstr "Jazyky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Laptop"
msgstr "Laptop"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Laptop model x"
msgstr "Laptop model x"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_big_scrollbars
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_big_scrollbars
msgid "Large Scrollbars"
msgstr "Veľké posuvníky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__last_session_closing_cash
msgid "Last Session Closing Cash"
msgstr "Hotovosť pri uzavretí poslednej relácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__last_session_closing_date
msgid "Last Session Closing Date"
msgstr "Dátum pri uzavretí poslednej relácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__write_uid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__write_uid
msgid "Last Updated by"
msgstr "Naposledy upravoval"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_close_session_wizard__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__write_date
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__write_date
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__last_order_preparation_change
msgid "Last preparation change"
msgstr "Posledná zmena prípravy"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__last_order_preparation_change
msgid "Last printed state of the order"
msgstr "Posledný vytlačený stav objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/tour_selector_popup/tour_selector_popup.xml:0
msgid "Launch fake tours"
msgstr "Spustenie demo prehliadok"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.leather_jacket_product_template
msgid "Leather Jacket"
msgstr "Kožená bunda"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
msgid "Leave a reason here"
msgstr "Tu poznačte dôvod"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Leave empty to use the default account from the company setting"
msgstr ""
"Ponechajte prázdne, ak chcete použiť predvolený účet z nastavenia "
"spoločnosti"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__receivable_account_id
msgid ""
"Leave empty to use the default account from the company setting.\n"
"Overrides the company's receivable account (for Point of Sale) used in the journal entries."
msgstr ""
"Ak chcete použiť predvolený účet z nastavenia spoločnosti, nechajte prázdne.\n"
"Nahrádza účet pohľadávok spoločnosti (pre predajné miesto), ktorý sa používa v zápisoch do denníka."
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Leave empty to use the receivable account of customer"
msgstr "Nechajte prázdne, ak chcete použiť účet pohľadávok zákazníka"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__journal_id
msgid ""
"Leave empty to use the receivable account of customer.\n"
"Defines the journal where to book the accumulated payments (or individual payment if Identify Customer is true) after closing the session.\n"
"For cash journal, we directly write to the default account in the journal via statement lines.\n"
"For bank journal, we write to the outstanding account specified in this payment method.\n"
"Only cash and bank journals are allowed."
msgstr ""
"Ponechajte prázdne, ak chcete použiť účet pohľadávok zákazníka.\n"
"Definuje denník, do ktorého sa majú zaúčtovať kumulované platby (alebo jednotlivé platby, ak je možnosť Identifikovať zákazníka nastavená) po uzavretí relácie.\n"
"V prípade peňažného denníka zapisujeme priamo na predvolený účet v denníku prostredníctvom riadkov.\n"
"Pri bankovom denníku zapisujeme na neuhradený účet uvedený v tomto spôsobe platby.\n"
"Povolené sú len peňažné a bankové denníky."
#. module: point_of_sale
#: model:product.template,name:point_of_sale.letter_tray_product_template
msgid "Letter Tray"
msgstr "Zásobník na listy"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.blue_denim_jeans_slim_template
msgid "Light Blue Jeans Slim"
msgstr "Svetlomodré džínsy slim"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_classic_brown_jacket_product_template
msgid ""
"Lightweight bomber jacket in linen with a ribbed stand-up collar and zip "
"down the front."
msgstr ""
"Ľahká bunda bomber z ľanového plátna s rebrovaným stojačikom a zipsom "
"vpredu."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__manual_discount
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_manual_discount
msgid "Line Discounts"
msgstr "Zľavy na riadkoch"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__name
msgid "Line No"
msgstr "Riadok číslo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Load Order"
msgstr "Načítať objednávku"
#. module: point_of_sale
#: model:ir.actions.client,name:point_of_sale.action_client_product_menu
msgid "Load Product Menu"
msgstr "Načítanie ponuky produktov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Log in with Employees"
msgstr "Prihlásenie so zamestnancami"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__login_number
msgid "Login Sequence Number"
msgstr "Sekvenčné číslo prihlásenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
#: code:addons/point_of_sale/static/src/app/screens/login_screen/login_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/receipt_header/receipt_header.xml:0
#: code:addons/point_of_sale/static/src/app/screens/saver_screen/saver_screen.xml:0
msgid "Logo"
msgstr "Logo"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__lot_name
msgid "Lot Name"
msgstr "Meno šarže"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Lot/Serial Number(s) Required"
msgstr "Šarže / Sériové čísla sú vyžadované"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__pack_lot_ids
msgid "Lot/serial Number"
msgstr "Šarža/Sériové číslo"
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_lower
msgid "Lower body"
msgstr "Dolná časť tela"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.magnetic_board_product_template
msgid "Magnetic Board"
msgstr "Magnetická tabuľa"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment
msgid "Make Payment"
msgstr "Vykonať platbu"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__available_pricelist_ids
msgid ""
"Make several pricelists available in the Point of Sale. You can also apply a"
" pricelist to specific customers from their contact form (in Sales tab). To "
"be valid, this pricelist must be listed here as an available pricelist. "
"Otherwise the default pricelist will apply."
msgstr ""
"Nastavte viaceré cenníky dostupné pre miesto predaja. Môžete aplikovať "
"cenník špecifický pre zákazníka z jeho kontaktného formulára (záložka "
"Predaj). Aby bol platný, musí byť v zozname dostupných cenníkov tu. Inka sa "
"použije prednastavený cenník."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display_data_service.js:0
msgid ""
"Make sure there is an IoT Box subscription associated with your Odoo "
"database, then restart the IoT Box."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"Make sure you are using IoT Box v18.12 or higher. Navigate to %s to accept "
"the certificate of your IoT Box."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Manage promotion that will grant customers discounts or gifts"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order_line__price_type__manual
msgid "Manual"
msgstr "Manuálne"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_userlabel
msgid "Marc Demo"
msgstr "Marc Demo"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__margin
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__margin
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__margin
msgid "Margin"
msgstr "Marža"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__margin_percent
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__margin_percent
msgid "Margin (%)"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Margin:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_margins_costs_accessible_to_every_user
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_is_margins_costs_accessible_to_every_user
msgid "Margins & Costs"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Maximum Exceeded"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Maximum value reached"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Mercado Pago"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_mercado_pago
msgid "Mercado Pago Payment Terminal"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_has_error
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_has_error
msgid "Message Delivery error"
msgstr "Chyba zobrazovania správ"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_ids
msgid "Messages"
msgstr "Správy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__name
msgid "Method"
msgstr "Metóda"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
msgid "Method Name"
msgstr ""
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_miscellaneous
msgid "Misc"
msgstr "Rôzne"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__mobile
msgid "Mobile"
msgstr "Mobilný telefón"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
msgid "Model"
msgstr "Model"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_ir_module_module
msgid "Module"
msgstr "Modul"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__module_pos_hr
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_module_pos_hr
msgid "Module Pos Hr"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_blueberry_muffin_product_template
msgid "Moist and fluffy muffins bursting with blueberries."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
msgid "More settings:"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Multi colors and sizes"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_multigrain_bread_product_template
msgid "Multigrain Bread"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr "Termín mojej aktivity"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "My Sessions"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
msgid "N/A"
msgstr "Nedostupné"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__name
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_userlabel
msgid "Name"
msgstr "Meno"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.js:0
msgid "Navigate to your PoS Customer Display on the other computer"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "Need an invoice for your purchase ?"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
msgid "Need customer to invoice"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Need loss account for the following journals to post the lost amount: %s\n"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Need profit account for the following journals to post the gained amount: %s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Net Weight:"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
msgid "Network Error"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order__state__draft
#: model:ir.model.fields.selection,name:point_of_sale.selection__report_pos_order__state__draft
msgid "New"
msgstr "Nové"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "New Order"
msgstr "Nová objednávka"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.product_product_action_add_pos
msgid "New Product"
msgstr "Nový produkt"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.js:0
msgid "New amount"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.newspaper_rack_product_template
msgid "Newspaper Rack"
msgstr "Stojan na noviny"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_calendar_event_id
msgid "Next Activity Calendar Event"
msgstr "Kalendár ďalších aktivít eventu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_date_deadline
msgid "Next Activity Deadline"
msgstr "Ďalší konečný termín aktivity"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_summary
msgid "Next Activity Summary"
msgstr "Zhrnutie ďalšej aktivity"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_type_id
msgid "Next Activity Type"
msgstr "Typ ďalšej aktivity"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Next Order List"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "No"
msgstr "Nie"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "No PoS configuration found"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "No Point of Sale selected"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/report_sale_details.py:0
msgid "No Taxes"
msgstr "Bez daní"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/barcode/barcode_reader_service.js:0
msgid ""
"No barcode nomenclature has been configured. This can be changed in the "
"configuration settings."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"No cash statement found for this session. Unable to record returned cash."
msgstr ""
"Žiadne peňažné vyhlásenie nebolo nájdené pre túto reláciu. Nemožno "
"zaznamenať vrátené peniaze."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"No chart of account configured, go to the \"configuration / settings\" menu,"
" and install one from the Invoicing tab."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_sale_graph
#: model_terms:ir.actions.act_window,help:point_of_sale.action_report_pos_order_all
#: model_terms:ir.actions.act_window,help:point_of_sale.action_report_pos_order_all_filtered
msgid "No data yet!"
msgstr "Zatiaľ žiadne údaje!"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "No existing serial/lot number"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/select_lot_popup/edit_list_input/edit_list_input.xml:0
msgid "No existing serial/lot number matching..."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/report/pos_invoice.py:0
msgid "No link to an invoice for %s."
msgstr "Žiadny odkaz na faktúru pre %s."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.js:0
msgid "No more customer found for \"%s\"."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"No open session available. Please open a new session to capture the order."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_payment_form
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_pos_form
msgid "No orders found"
msgstr "Nenájdená žiadna objednávka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.js:0
msgid "No other products found for \"%s\"."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "No products found for"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/controllers/main.py:0
msgid "No sale order found."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_session
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_session_filtered
msgid "No sessions found"
msgstr "Relácia nenájdená"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__barcode_nomenclature_id
msgid "Nomenclature"
msgstr ""
"Nomenklatúra\n"
" "
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Not Cancelled"
msgstr "Nie je zrušené"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/report_sale_details.py:0
msgid "Not Categorized"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Not Invoiced"
msgstr "Nefakturované"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_note_model
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__note_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_note_ids
#: model:ir.ui.menu,name:point_of_sale.menu_pos_note_model
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_note_tree
msgid "Note Models"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Notes"
msgstr "Poznámky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_needaction_counter
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_needaction_counter
msgid "Number of Actions"
msgstr "Počet akcií"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__nb_print
msgid "Number of Print"
msgstr "Číslo tlače"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__refund_orders_count
msgid "Number of Refund Orders"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__number_of_rescue_session
msgid "Number of Rescue Session"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_has_error_counter
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_has_error_counter
msgid "Number of errors"
msgstr "Počet chýb"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order_line__refunded_qty
msgid "Number of items refunded in this orderline."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__message_needaction_counter
#: model:ir.model.fields,help:point_of_sale.field_pos_session__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Počet správ, ktoré vyžadujú akciu"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__message_has_error_counter
#: model:ir.model.fields,help:point_of_sale.field_pos_session__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Počet doručených správ s chybou"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__refund_orders_count
msgid "Number of orders where items from this order were refunded"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Number of transactions:"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
msgid "Odoo Server Error"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_odoo_sneakers_product_template
msgid "Odoo Sneakers"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Offline Orders"
msgstr "Offline objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
#: code:addons/point_of_sale/static/src/app/store/select_lot_popup/select_lot_popup.xml:0
msgid "Ok"
msgstr "Ok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
msgid "On hand:"
msgstr "Na sklade:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Ongoing"
msgstr "Prebiehajúci"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order_line.js:0
msgid ""
"Only a negative quantity is allowed for this refund line. Click on +/- to "
"modify the quantity to be refunded."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Only administrators can edit receipt headers and footers"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__only_round_cash_method
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_only_round_cash_method
msgid "Only apply rounding on cash"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment_method.py:0
msgid ""
"Only journals of type 'Cash' or 'Bank' could be used with payment methods."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Only on cash methods"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__restrict_price_control
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_restrict_price_control
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Only users with Manager access rights for PoS app can modify the product "
"prices on orders."
msgstr ""
"Iba užívatelia s právami manažéra POS môžu meniť ceny produktov na "
"objednávkach."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
msgid "Open Cashbox"
msgstr "Otvoriť pokladňu"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__open_session_ids
msgid "Open PoS sessions that are using this payment method."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/login_screen/login_screen.xml:0
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Open Register"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
msgid "Open the money details popup"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__user_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "Opened By"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Opened by"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Opening"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
msgid "Opening Balance Eg: 123"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_session__state__opening_control
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Opening Control"
msgstr "Počiatočná kontrola"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__start_at
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "Opening Date"
msgstr "Dátum otvorenia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__opening_notes
msgid "Opening Notes"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__cash_register_balance_end
msgid "Opening balance summed to all cash transactions."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
msgid "Opening cash"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Opening control message: "
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
#: code:addons/point_of_sale/static/src/app/store/opening_control_popup/opening_control_popup.xml:0
msgid "Opening note"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__picking_type_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__picking_type_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_picking_type_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Operation Type"
msgstr "Typ operatívy "
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Operation types show up in the Inventory dashboard."
msgstr "Typy operácií sa zobrazujú na riadiacom panely skladu."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__pos_order_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__order_id
msgid "Order"
msgstr "Poradie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Order %s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Order %s is not fully paid."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__order_count
msgid "Order Count"
msgstr "Počet objednávok"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__date
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Order Date"
msgstr "Dátum objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__sequence_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_sequence_id
msgid "Order IDs Sequence"
msgstr "Sekvncia objednávkových ID"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__sequence_line_id
msgid "Order Line IDs Sequence"
msgstr "Číselník riadkov objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__lines
msgid "Order Lines"
msgstr "Položky objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__floating_order_name
msgid "Order Name"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__tracking_number
msgid "Order Number"
msgstr "Číslo objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_order_printer
msgid "Order Printer"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__printer_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_printer_ids
msgid "Order Printers"
msgstr "Tlačiarne objednávok"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_printer_form
msgid ""
"Order Printers are used by restaurants and bars to print the\n"
" order updates in the kitchen/bar when the waiter updates the order."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__order_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__order_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Order Ref"
msgstr "Odkaz objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Order Reference"
msgstr "Referencia objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__sequence_number
msgid "Order Sequence Number"
msgstr "Sekvenčné číslo objednávky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__orderlines_sequence_in_cart_by_category
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_orderlines_sequence_in_cart_by_category
msgid "Order cart by category's sequence"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__refunded_order_id
msgid "Order from which items were refunded in this order"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Order lines"
msgstr "Riadky objednávky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Order number"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Order saved for later"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order_line__refund_orderline_ids
msgid "Orderlines in this field are the lines that refunded this orderline."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
#: model:ir.actions.act_window,name:point_of_sale.action_pos_order_filtered
#: model:ir.actions.act_window,name:point_of_sale.action_pos_pos_form
#: model:ir.actions.act_window,name:point_of_sale.action_pos_sale_graph
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__order_ids
#: model:ir.ui.menu,name:point_of_sale.menu_point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_point_ofsale
#: model:ir.ui.menu,name:point_of_sale.menu_report_pos_order_all
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "Orders"
msgstr "Objednávky"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_report_pos_order_all
#: model:ir.actions.act_window,name:point_of_sale.action_report_pos_order_all_filtered
msgid "Orders Analysis"
msgstr "Analýza objednávok"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order_line__price_type__original
msgid "Original"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
msgid "Original Tax"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__other_devices
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_other_devices
msgid "Other Devices"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Other Information"
msgstr "Ďalšie informácie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
#: model:pos.category,name:point_of_sale.pos_category_others
msgid "Others"
msgstr "Iní"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__outstanding_account_id
msgid "Outstanding Account"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_product_view_form_normalized_pos
msgid "POS Category"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_procurement_group__pos_order_id
msgid "POS Order"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "POS Order %s"
msgstr "POS objednávka %s"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_line_form
msgid "POS Order line"
msgstr "POS riadok objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_line
msgid "POS Order lines"
msgstr "POS riadky objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_tree
msgid "POS Orders"
msgstr "POS objednávky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_tree_all_sales_lines
msgid "POS Orders lines"
msgstr "POS riadky objednávok"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_payment__pos_payment_method_id
msgid "POS Payment Method"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_printer_form
msgid "POS Printer"
msgstr "POS tlačiareň"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_product_tree_view
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_search_view_pos
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_tree_view
msgid "POS Product Category"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_digest_digest__kpi_pos_total
msgid "POS Sales"
msgstr "Predaje POS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_payment__pos_session_id
msgid "POS Session"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__pos_session_ids
#: model:ir.model.fields,field_description:point_of_sale.field_account_move__pos_session_ids
msgid "POS Sessions"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "POS order line %s"
msgstr "Riadok objednávky POS %s"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__amount_paid
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order__state__paid
#: model:ir.model.fields.selection,name:point_of_sale.selection__report_pos_order__state__paid
msgid "Paid"
msgstr "Zaplatené"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_pain_au_chocolat_product_template
msgid "Pain au Chocolat"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__parent_id
msgid "Parent Category"
msgstr "Rodičovská kategória"
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_pastries
msgid "Pastries"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "Pay"
msgstr "Platba"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment
msgid "Pay Order"
msgstr "Zaplatiť objednávku"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "PayTM"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_paytm
msgid "PayTM Payment Terminal"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#. odoo-python
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: code:addons/point_of_sale/wizard/pos_payment.py:0
#: model:ir.actions.act_window,name:point_of_sale.action_pos_payment
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Payment"
msgstr "Platba"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_method_authcode
msgid "Payment APPR Code"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__payment_date
msgid "Payment Date"
msgstr "Dátum platby"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_method_issuer_bank
msgid "Payment Issuer Bank"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__payment_method_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_method_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__payment_method_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Payment Method"
msgstr "Metóda platby"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_payment_method_form
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__payment_method_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__payment_method_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_payment_method_ids
#: model:ir.ui.menu,name:point_of_sale.menu_pos_payment_method
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_tree
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Payment Methods"
msgstr "Platobné metódy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_method_payment_mode
msgid "Payment Mode"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Payment Name Demo"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__ticket
msgid "Payment Receipt Info"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__payment_name
msgid "Payment Reference"
msgstr "Referencia platby"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_status
msgid "Payment Status"
msgstr "Stav platby"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "Payment Successful"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Payment Terminals"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__transaction_id
msgid "Payment Transaction ID"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Payment changes:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Payment methods available"
msgstr "Dostupné platobné metódy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__payment_ref_no
msgid "Payment reference number"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment__payment_ref_no
msgid "Payment reference number from payment provider terminal"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Payment request pending"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Payment reversed"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
#: model:ir.actions.act_window,name:point_of_sale.action_pos_payment_form
#: model:ir.model,name:point_of_sale.model_account_payment
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__payment_ids
#: model:ir.ui.menu,name:point_of_sale.menu_pos_payment
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_tree
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "Payments"
msgstr "Platby"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Payments Difference"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_payment_methods_tree
msgid "Payments Methods"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "Payments in"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
msgid "Payments:"
msgstr "Platby:"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_pecan_pie_product_template
msgid "Pecan Pie"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Pick which product PoS categories are available"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__picking_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__picking_ids
msgid "Picking"
msgstr "Vyberanie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__picking_count
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__picking_count
msgid "Picking Count"
msgstr "Množstvo na výber"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_stock_picking_type
msgid "Picking Type"
msgstr "Typ výberu"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
#: code:addons/point_of_sale/models/pos_session.py:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
msgid "Pickings"
msgstr "Výdaje"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "Please"
msgstr "Prosím"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Please Confirm Large Amount"
msgstr "Prosím potvrďte veľkú sumu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/base_printer.js:0
msgid "Please check if the IoT Box is still connected."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/base_printer.js:0
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: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/res_company.py:0
msgid ""
"Please close all the point of sale sessions in this period before closing "
"it. Open sessions are: %s "
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment_method.py:0
msgid ""
"Please close and validate the following open PoS Sessions before modifying this payment method.\n"
"Open sessions: %s"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Please create/select a Point of Sale above to show the configuration "
"options."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"Please define income account for this product: '%(product)s' (id:%(id)d)."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid ""
"Please enter your billing information <small class=\"text-muted\">or</small>"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/controllers/main.py:0
msgid "Please fill all the required fields."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Please go on the %s journal and define a Loss Account. This account will be "
"used to record cash difference."
msgstr ""
"Prosím pokračujte %s denník a definovať stratový účet. Tento účet sa použije"
" na zaznamenanie rozdielu v hotovosti."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Please go on the %s journal and define a Profit Account. This account will "
"be used to record cash difference."
msgstr ""
"Prosím pokračujte%s denník a definujte Ziskový účet. Tento účet sa použije "
"na zaznamenanie rozdielu v hotovosti."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.js:0
msgid ""
"Please note that this operation will result in the loss of any data not "
"saved on the server."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid "Please print the invoice from the backend"
msgstr "Vytlačte prosím faktúru z objednávky"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Please provide a partner for the sale."
msgstr "Prosím, uveďte partnera pre tento predaj."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
msgid "Please register the voucher number"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.js:0
#: code:addons/point_of_sale/static/src/customer_display/customer_facing_qr.js:0
msgid "Please scan the QR code with %s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_status/payment_status.xml:0
msgid "Please select a payment method"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Please select the Customer"
msgstr "Prosím vyberte zákazníka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.js:0
msgid "PoS Customer Display opened in a new window"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "PoS Interface"
msgstr ""
#. module: point_of_sale
#: model:mail.template,subject:point_of_sale.pos_email_marketing_template
msgid "PoS Marketing"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_note
msgid "PoS Note"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_product_attribute_custom_value__pos_order_line_id
msgid "PoS Order Line"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_warehouse.py:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_partner_property_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_pivot
msgid "PoS Orders"
msgstr "PoS objednávky"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.product_pos_category_action
#: model:ir.ui.menu,name:point_of_sale.menu_products_pos_category
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "PoS Product Categories"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_pos_category_tree_view
msgid "PoS Product Category"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_load_mixin
msgid "PoS data loading mixin"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_partner_property_form
msgid "Point Of Sale"
msgstr "Miesto predaja"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/account_journal.py:0
#: model:ir.actions.act_window,name:point_of_sale.action_pos_config_kanban
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__name
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__config_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__config_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__config_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__config_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_config_id
#: model:ir.ui.menu,name:point_of_sale.menu_point_root
#: model_terms:ir.ui.view,arch_db:point_of_sale.digest_digest_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_form_view
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Point of Sale"
msgstr "Miesto predaja"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_pos_order_view_tree
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_graph
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_pivot
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Point of Sale Analysis"
msgstr "Analýza miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_category
#: model:ir.model.fields,field_description:point_of_sale.field_product_product__pos_categ_ids
#: model:ir.model.fields,field_description:point_of_sale.field_product_template__pos_categ_ids
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__pos_categ_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Point of Sale Category"
msgstr "Kategória miesta predaja"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_search
msgid "Point of Sale Config"
msgstr "Konfig. miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_config
#: model:ir.model.fields,field_description:point_of_sale.field_pos_make_payment__config_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_tree
msgid "Point of Sale Configuration"
msgstr "Konfigurácia miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_daily_sales_reports_wizard
msgid "Point of Sale Daily Report"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_report_point_of_sale_report_saledetails
msgid "Point of Sale Details"
msgstr "Detaily miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_details_wizard
msgid "Point of Sale Details Report"
msgstr "Report detailov miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_report_point_of_sale_report_invoice
msgid "Point of Sale Invoice Report"
msgstr "Report detailov fakturácie POS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__journal_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_journal_id
msgid "Point of Sale Journal"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_config_tree
msgid "Point of Sale List"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_make_payment
msgid "Point of Sale Make Payment Wizard"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__group_pos_manager_id
msgid "Point of Sale Manager Group"
msgstr "Správcovská skupina miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_stock_warehouse__pos_type_id
msgid "Point of Sale Operation Type"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_order_line
msgid "Point of Sale Order Lines"
msgstr "Riadky objednávky miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_order
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Point of Sale Orders"
msgstr "Objednávky miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_report_pos_order
msgid "Point of Sale Orders Report"
msgstr "Report objednávok miesta predaja"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_payment_method
#: model:ir.model.fields,field_description:point_of_sale.field_account_journal__pos_payment_method_ids
msgid "Point of Sale Payment Methods"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_payment
msgid "Point of Sale Payments"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_printer
msgid "Point of Sale Printer"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_session
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_tree
msgid "Point of Sale Session"
msgstr "Relácia miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__group_pos_user_id
msgid "Point of Sale User Group"
msgstr "Používateľská skupina miesta predaja"
#. module: point_of_sale
#: model:mail.template,name:point_of_sale.pos_email_marketing_template
msgid "Point of Sale: Marketing"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bill__pos_config_ids
#: model:ir.ui.menu,name:point_of_sale.menu_point_of_sale_list
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Point of Sales"
msgstr "Miesta predaja"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_crocheted_poncho_unisize_product_template
msgid ""
"Poncho in a soft, crochet-look knit with a round, gently draped neckline."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__access_url
msgid "Portal Access URL"
msgstr "URL portálového prístupu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "Portal URL:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_allowed_pricelist_ids
msgid "Pos Allowed Pricelist"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__pos_config_ids
msgid "Pos Config"
msgstr "Konfigurácia miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_is_order_printer
msgid "Pos Is Order Printer"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__pos_order_ids
#: model:ir.model.fields,field_description:point_of_sale.field_account_move__pos_order_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_partner__pos_order_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_users__pos_order_ids
#: model:ir.model.fields,field_description:point_of_sale.field_stock_picking__pos_order_id
msgid "Pos Order"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_partner__pos_order_count
#: model:ir.model.fields,field_description:point_of_sale.field_res_users__pos_order_count
msgid "Pos Order Count"
msgstr "Počet objednávok miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__pos_order_line_id
msgid "Pos Order Line"
msgstr "Riadok objednávky mesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__pos_payment_ids
#: model:ir.model.fields,field_description:point_of_sale.field_account_move__pos_payment_ids
msgid "Pos Payment"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_pos_category_form_view
msgid "Pos Product Categories"
msgstr "Pos kategórie produktu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__pos_refunded_invoice_ids
#: model:ir.model.fields,field_description:point_of_sale.field_account_move__pos_refunded_invoice_ids
msgid "Pos Refunded Invoice"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_selectable_categ_ids
msgid "Pos Selectable Categ"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_daily_sales_reports_wizard__pos_session_id
#: model:ir.model.fields,field_description:point_of_sale.field_stock_picking__pos_session_id
msgid "Pos Session"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__pos_session_duration
msgid "Pos Session Duration"
msgstr "Trvanie relácie miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__pos_session_state
msgid "Pos Session State"
msgstr "Stav relácie miesta predaja"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__pos_session_username
msgid "Pos Session Username"
msgstr "Užívateľ relácie POS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__open_session_ids
msgid "Pos Sessions"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__is_posbox
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_is_posbox
msgid "PosBox"
msgstr "Poštová schránka"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order_line.js:0
msgid "Positive quantity not allowed"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_order__state__done
#: model:ir.model.fields.selection,name:point_of_sale.selection__report_pos_order__state__done
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
msgid "Posted"
msgstr "Zaúčtované"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Powered by"
msgstr "Prinášané"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "Powered by Odoo"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Preparation"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_preparation_display
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Preparation Display"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_printer_form
#: model:ir.ui.menu,name:point_of_sale.menu_pos_preparation_printer
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_printer
msgid "Preparation Printers"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Previous Order List"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Price"
msgstr "Cena"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Price Control"
msgstr "Kontrola ceny"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__price_type
msgid "Price Type"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Price discount from %(original_price)s to %(discounted_price)s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Price excl. Tax:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__price_extra
msgid "Price extra"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
msgid "Price list"
msgstr "Cenník"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__barcode_rule__type__price
msgid "Priced Product"
msgstr "Ocenený produkt"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
#: model:ir.model,name:point_of_sale.model_product_pricelist
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__pricelist_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__pricelist_id
msgid "Pricelist"
msgstr "Cenník"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_pricelist_item
msgid "Pricelist Rule"
msgstr "Pravidlo cenníka"
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.pos_config_menu_action_product_pricelist
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Pricelists"
msgstr "Cenníky"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Pricer"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_pricer
msgid "Pricer electronic price tags"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Pricer tags"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Pricing"
msgstr "Oceňovanie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sale_details_button.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_res_company__point_of_sale_ticket_portal_url_display_mode
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__point_of_sale_ticket_portal_url_display_mode
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_daily_sales_reports_wizard
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_details_wizard
msgid "Print"
msgstr "Tlač"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "Print Basic Receipt"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "Print Full Receipt"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Print Receipt"
msgstr "Vytlačiť potvrdenku"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Print Report"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sale_details_button.xml:0
msgid "Print a report with all the sales of the current PoS Session"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__basic_receipt
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_basic_receipt
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Print basic ticket without prices. Can be used for gifts."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_company__point_of_sale_use_ticket_qr_code
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__point_of_sale_use_ticket_qr_code
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Print information on the receipt to allow the customer to easily access the "
"invoice anytime, from Odoo's portal."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Print orders at the kitchen, at the bar, etc."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Print receipts automatically once the payment is registered"
msgstr "Tlačí účtenky hneď po registrácii platby"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_print_via_proxy
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_print_via_proxy
msgid "Print via Proxy"
msgstr "Tlačiť cez proxy"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__product_categories_ids
msgid "Printed Product Categories"
msgstr "Vytlačené kategórie produktu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.js:0
msgid "Printer"
msgstr "Tlačiareň"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__name
msgid "Printer Name"
msgstr "Názov tlačiarne"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__printer_type
msgid "Printer Type"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Printers"
msgstr "Tlačiarne"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/pos_printer_service.js:0
msgid "Printing error"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Printing failed"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/printer/pos_printer_service.js:0
msgid "Printing is not supported on some browsers"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Proceed Anyway"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_procurement_group
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__procurement_group_id
msgid "Procurement Group"
msgstr "Skupina obstarávania"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_template
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__product_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_pack_operation_lot__product_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__product_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Product"
msgstr "Produkt"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Product & PoS categories"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_attribute
msgid "Product Attribute"
msgstr "Atribút produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_attribute_custom_value
msgid "Product Attribute Custom Value"
msgstr "Vlastná hodnota atribútu produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_category
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__product_categ_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "Product Category"
msgstr "Kategória produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_combo
msgid "Product Combo"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_combo_item
msgid "Product Combo Item"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_product_product__public_description
#: model:ir.model.fields,field_description:point_of_sale.field_product_template__public_description
msgid "Product Description"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/product_card/product_card.xml:0
msgid "Product Information"
msgstr "Informácie o produkte"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__note
msgid "Product Note"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_packaging
msgid "Product Packaging"
msgstr "Produktové balenie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Product Prices"
msgstr "Ceny produktov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_pos_category_tree_view
msgid "Product Product Categories"
msgstr "Produktové kategórie produktu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__product_qty
msgid "Product Quantity"
msgstr "Množstvo produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_tag
msgid "Product Tag"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__product_tmpl_id
msgid "Product Template"
msgstr "Šablóna produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_template_attribute_line
msgid "Product Template Attribute Line"
msgstr "Riadok atribútu na šablóne produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_template_attribute_value
msgid "Product Template Attribute Value"
msgstr "Hodnota atribútu šablóny produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_uom_uom
msgid "Product Unit of Measure"
msgstr "Merná jednotka produktu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__product_uom_id
msgid "Product UoM"
msgstr "MJ produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_uom_category
msgid "Product UoM Categories"
msgstr "Kategórie merných jednotiek produktu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_product_product
msgid "Product Variant"
msgstr "Varianta produktu"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.product_product_action
#: model:ir.ui.menu,name:point_of_sale.pos_config_menu_action_product_product
msgid "Product Variants"
msgstr "Varianty produktu"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Product information"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Product prices on receipts"
msgstr "Ceny produktov na účtenkách"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_tipproduct
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_tipproduct
msgid "Product tips"
msgstr "Produktový tip"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
#: model:ir.actions.act_window,name:point_of_sale.product_template_action_pos_product
#: model:ir.ui.menu,name:point_of_sale.menu_pos_products
#: model:ir.ui.menu,name:point_of_sale.pos_config_menu_catalog
#: model:ir.ui.menu,name:point_of_sale.pos_menu_products_configuration
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Products"
msgstr "Produkty"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Products:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Promotions, Coupons, Gift Card & Loyalty Program"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.xml:0
msgid "Proxy Connected"
msgstr "Proxy pripojené"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.xml:0
msgid "Proxy Disconnected"
msgstr "Proxy odpojené"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_printer__proxy_ip
msgid "Proxy IP Address"
msgstr "Proxy IP adresa"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.xml:0
msgid "Proxy Warning"
msgstr "Varovanie proxy"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_template_form_view
msgid "Public Description"
msgstr ""
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_purple
msgid "Purple"
msgstr "Fialová"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_facing_qr.xml:0
msgid "QR Code"
msgstr "QR kód"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__qr_code_method
msgid "QR Code Format"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/qr_code_popup/qr_code_popup.js:0
msgid "QR Code Payment"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__res_company__point_of_sale_ticket_portal_url_display_mode__qr_code
msgid "QR code"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__res_company__point_of_sale_ticket_portal_url_display_mode__qr_code_and_url
msgid "QR code + URL"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Qty"
msgstr "Množ."
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__qty
msgid "Quantity"
msgstr "Množstvo"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Quantity:"
msgstr "Množstvo:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_receipt/cash_move_receipt.xml:0
msgid "REASON"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
msgid "REFUNDED:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__rating_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__rating_ids
msgid "Ratings"
msgstr "Hodnotenia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Razorpay"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_razorpay
msgid "Razorpay Payment Terminal"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Read Weighing Scale"
msgstr "Čítanie mierky váhy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/tours/point_of_sale.js:0
msgid "Ready to launch your <b>point of sale</b>?"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.xml:0
msgid "Reason"
msgstr "Dôvod "
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid "Receipt"
msgstr "Potvrdenka"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Receipt %s"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__receipt_footer
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_receipt_footer
msgid "Receipt Footer"
msgstr "Päta potvrdenky"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__receipt_header
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_receipt_header
msgid "Receipt Header"
msgstr "Záhlavie potvrdenky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__pos_reference
msgid "Receipt Number"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Receipt Printer"
msgstr "Tlačiareň potvrdenky"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__use_payment_terminal
msgid "Record payments with a terminal on this journal."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
msgid "Records to synchronize"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__rescue
msgid "Recovery Session"
msgstr "Obnovenie relácie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Ref 876787"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Refresh Display"
msgstr "Obnovenie displeja"
#. module: point_of_sale
#. odoo-javascript
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Refund"
msgstr "Refundácia"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__refund_orderline_ids
msgid "Refund Order Lines"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Refund Orders"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Refund and Sales not allowed"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Refunded"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__refunded_order_id
msgid "Refunded Order"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__refunded_orderline_id
msgid "Refunded Order Line"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Refunded Orders"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__refunded_qty
msgid "Refunded Quantity"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Refunding"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Refunds"
msgstr "Prijaté dobropisy"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "Related Session: %(link)s"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.client,name:point_of_sale.action_client_pos_menu
msgid "Reload POS Menu"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_status/payment_status.xml:0
msgid "Remaining"
msgstr "Zostávajuce"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/select_lot_popup/edit_list_input/edit_list_input.xml:0
msgid "Remove"
msgstr "Odstrániť"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Removed %(payment_method)s with %(amount)s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Replenishment"
msgstr ""
#. module: point_of_sale
#: model:ir.ui.menu,name:point_of_sale.menu_point_rep
msgid "Reporting"
msgstr "Prehľady"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
msgid "Reprint Invoice"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "Request Invoice"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Request sent"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "Rescue Sessions"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__activity_user_id
msgid "Responsible User"
msgstr "Zodpovedný užívateľ"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Restaurant"
msgstr "Reštaurácia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Restaurant Mode"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__limit_categories
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_limit_categories
msgid "Restrict Categories"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__restrict_price_control
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_restrict_price_control
msgid "Restrict Price Modifications to Managers"
msgstr "Obmedziť zmenu ceny pre manažérov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Restrict price modification to managers"
msgstr "Obmedziť zmenu ceny pre manažérov"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Retry"
msgstr "Skúsiť znova"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Return Products"
msgstr "Vrátiť produkty"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__amount_return
msgid "Returned"
msgstr "Vrátené"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"Reversal of POS closing entry %(entry)s for order %(order)s from session "
"%(session)s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Reversal of: %s"
msgstr "Obrátenie z: %s"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Reversal request sent to terminal"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Reverse"
msgstr "Obrátiť"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Reverse Payment"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__reversed_pos_order_id
#: model:ir.model.fields,field_description:point_of_sale.field_account_move__reversed_pos_order_id
msgid "Reversed POS Order"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Review"
msgstr "Prehľad"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid "Review Orders"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_pain_au_chocolat_product_template
msgid "Rich buttery pastry with a dark chocolate center."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
msgid "Rounding"
msgstr "Zaokrúhľovanie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Rounding Method"
msgstr "Metóda zaokrúhlenia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Rounding error in payment lines"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/tour_selector_popup/tour_selector_popup.xml:0
msgid "Running a fake tour will create random orders. Use at your own risk."
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_rye_bread_product_template
msgid "Rye Bread"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__message_has_sms_error
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__message_has_sms_error
msgid "SMS Delivery error"
msgstr "Chyba doručenia SMS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__module_pos_sms
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_module_pos_sms
msgid "SMS Enabled"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
msgid "SOLD:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__nbr_lines
msgid "Sale Line Count"
msgstr "Počet riadkov predaja"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_order_line
#: model:ir.actions.act_window,name:point_of_sale.action_pos_order_line_day
#: model:ir.actions.act_window,name:point_of_sale.action_pos_order_line_form
msgid "Sale line"
msgstr "Riadok predaja"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Sales"
msgstr "Predaj"
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_report_pos_details
#: model:ir.actions.report,name:point_of_sale.sale_details_report
#: model:ir.ui.menu,name:point_of_sale.menu_report_order_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_daily_sales_reports_wizard
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_details_wizard
msgid "Sales Details"
msgstr "Detaily predajov"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__sale_journal
msgid "Sales Journal"
msgstr "Účtovná kniha predajov"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Sample Closing Note"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Sample Config Name"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Sample Opening Note"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
msgid "Save"
msgstr "Uložiť"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Save this page and come back here to set up the feature."
msgstr "Uložte túto stránku a vráťte sa sem, aby ste nastavili funkciu."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.js:0
msgid "Scale"
msgstr "Váha"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.js:0
msgid "Scale error"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Scan"
msgstr "Skenovanie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.xml:0
msgid "Scan EAN-13"
msgstr "Skenovanie EAN-13"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_scan_via_proxy
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_scan_via_proxy
msgid "Scan via Proxy"
msgstr "Skenovanie cez proxy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/proxy_status/proxy_status.js:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
msgid "Scanner"
msgstr "Skener"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
msgid "Search Customers..."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Search Orders..."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
msgid "Search Sales Order"
msgstr "Vyhľadávanie objednávky predaja"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_list.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "Search more"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Search products..."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_bus_mixin__access_token
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__access_token
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__access_token
msgid "Security Token"
msgstr "Bezpečnostný token"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/input_popups/selection_popup.js:0
msgid "Select"
msgstr "Potvrdiť "
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Select PoS to start sharing orders"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Select a payment method to validate the order."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.js:0
msgid "Select the pricelist"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "Select the product(s) to refund and set the quantity"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Select the shipping date"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__attribute_value_ids
msgid "Selected Attributes"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Self-ordering interfaces are not impacted."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_company__point_of_sale_use_ticket_qr_code
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__point_of_sale_use_ticket_qr_code
msgid "Self-service invoicing"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Sell products and deliver them later."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Send"
msgstr "Poslať"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
#: model:ir.actions.server,name:point_of_sale.action_send_mail
msgid "Send Email"
msgstr "Poslať email"
#. module: point_of_sale
#: model:mail.template,description:point_of_sale.pos_email_marketing_template
msgid "Send Marketing Emails from Point of Sale"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Send Payment Request"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Send Text receipt Using sms"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "Sending"
msgstr "Odosielam"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_category__sequence
#: model:ir.model.fields,field_description:point_of_sale.field_pos_note__sequence
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__sequence
msgid "Sequence"
msgstr "Postupnosť"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__sequence_number
msgid "Sequence Number"
msgstr "Číslo sekvencie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/select_lot_popup/edit_list_input/edit_list_input.xml:0
msgid "Serial/Lot Number"
msgstr "Sériové číslo/Šarža"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Served by %s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Server communication problem"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
#: model:ir.model.fields,field_description:point_of_sale.field_account_bank_statement_line__pos_session_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__session_id
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__session_id
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__session_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_payment_search
msgid "Session"
msgstr "Relácia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Session Control"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__name
msgid "Session ID"
msgstr "ID relácie"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Session ID:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__session_move_id
msgid "Session Journal Entry"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_report_pos_daily_sales_reports
#: model:ir.ui.menu,name:point_of_sale.menu_report_daily_details
msgid "Session Report"
msgstr ""
#. module: point_of_sale
#: model:mail.activity.type,name:point_of_sale.mail_activity_old_session
msgid "Session open over 7 days"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_session
#: model:ir.actions.act_window,name:point_of_sale.action_pos_session_filtered
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__session_ids
#: model:ir.ui.menu,name:point_of_sale.menu_pos_session_all
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "Sessions"
msgstr "Relácie"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__set_maximum_difference
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_set_maximum_difference
msgid "Set Maximum Difference"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Set a maximum difference allowed between the expected and counted money "
"during the closing of the session"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__set_maximum_difference
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_set_maximum_difference
msgid ""
"Set a maximum difference allowed between the expected and counted money "
"during the closing of the session."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
msgid "Set fiscal position"
msgstr "Nasravte fiškálnu pozíciu"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Set multiple prices per product, automated discounts, etc."
msgstr "Nastaviť viac predajných cien za produkt, automatickú zľavu apod."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Set the new discount"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Set the new price"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "Set the new quantity"
msgstr ""
#. module: point_of_sale
#: model:ir.actions.act_window,name:point_of_sale.action_pos_configuration
#: model:ir.ui.menu,name:point_of_sale.menu_pos_global_settings
msgid "Settings"
msgstr "Nastavenia"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Settings on this page will apply to this point of sale."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Share Open Orders"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__ship_later
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_ship_later
msgid "Ship Later"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__shipping_date
msgid "Shipping Date"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__picking_policy
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_picking_policy
msgid "Shipping Policy"
msgstr "Podmienky dopravy"
#. module: point_of_sale
#: model:product.attribute,name:point_of_sale.product_attribute_size_number
msgid "Shoes size"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_apple_pie_product_template
msgid "Shortcrust pastry with a Bramley apple filling."
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_cherry_pie_product_template
msgid "Shortcrust pastry with a Morello cherry filling."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__show_category_images
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_show_category_images
msgid "Show Category Images"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__show_product_images
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_show_product_images
msgid "Show Product Images"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Show category images"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__show_category_images
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_show_category_images
msgid "Show category images in the Point of Sale interface."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Show checkout to customers through a second display"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__customer_display_type
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_customer_display_type
msgid "Show checkout to customers."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__module_pos_hr
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_module_pos_hr
msgid "Show employee login screen"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Show margins & costs"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Show margins & costs on product information"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_preparation_display
msgid "Show orders on the preparation display screen."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Show product images"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__show_product_images
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_show_product_images
msgid "Show product images in the Point of Sale interface."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "Sign in"
msgstr "Prihlásiť sa"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Six"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_six
msgid "Six Payment Terminal"
msgstr ""
#. module: point_of_sale
#: model:product.attribute,name:point_of_sale.product_attribute_size
msgid "Size"
msgstr "Veľkosť"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_print_skip_screen
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_print_skip_screen
msgid "Skip Preview Screen"
msgstr "Preskočiť obrazovku prehľadu"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__skip_change
msgid "Skip line when sending ticket to kitchen printers."
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.small_shelf_product_template
msgid "Small Shelf"
msgstr "Malá polica"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_cinnamon_roll_product_template
msgid ""
"Soft dough with a buttery cinnamon filling, topped with cream cheese icing."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Some Serial/Lot Numbers are missing"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"Some orders could not be submitted to the server due to configuration "
"errors. You can exit the Point of Sale, but do not close the session before "
"the issue has been resolved."
msgstr ""
"Niektoré objednávky nebolo možné zaslať na server vzhľadom na chyby "
"konfigurácie. Môžete ukončiť PoS, ale nezatvárajte reláciu pokiaľ sa chyba "
"neodstráni."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"Some orders could not be submitted to the server due to internet connection "
"issues. You can exit the Point of Sale, but do not close the session before "
"the issue has been resolved."
msgstr ""
"Niektoré objednávky nebolo možné zaslať na server vzhľadom prerušenie "
"spojenia. Môžete ukončiť PoS, ale nezatvárajte reláciu pokiaľ sa chyba "
"neodstráni."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Some, if not all, post-processing after syncing order failed."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Sort cart by category"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_sourdough_loaf_product_template
msgid "Sourdough Loaf"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Specific route"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_pos_pack_operation_lot
msgid "Specify product lot/serial number in pos order line"
msgstr "Špecifikuje šaržu/sériové číslo na riadku objednávky PoS"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__route_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_route_id
msgid "Spefic route for products delivered later."
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.sport_shoes_product_template
msgid "Sport Shoes"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_details_wizard__start_date
msgid "Start Date"
msgstr "Dátum začiatku"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/order_widget/order_widget.js:0
msgid "Start adding products"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_register_balance_start
msgid "Starting Balance"
msgstr "Počiatočný zostatok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__state
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__state
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__state
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_session_search
msgid "Status"
msgstr "Stav"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
"Status založený na aktivitách\n"
"Zmeškané: dátum už vypršal\n"
"Dnes: dátum aktivity je dnes\n"
"Plán: budúce aktivity"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_stock_move
msgid "Stock Move"
msgstr "Pohyb skladu"
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_stock_rule
msgid "Stock Rule"
msgstr "Skladové pravidlo"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Stock input for %s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Stock output for %s"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__update_stock_at_closing
msgid "Stock should be updated at closing"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Stock, product configurator, replenishment, discounts"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Stop"
msgstr "Stop"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__order_edit_tracking
#: model:ir.model.fields,help:point_of_sale.field_pos_order__order_edit_tracking
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_order_edit_tracking
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Store edited orders in the backend"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Stripe"
msgstr "Stripe"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_stripe
msgid "Stripe Payment Terminal"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.leather_jacket_product_template
msgid "Stylish leather jacket, durable and fashionable for all occasions."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__price_subtotal_excl
msgid "Subtotal w/o Tax"
msgstr "Medzisúčet bez dane"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__price_sub_total
msgid "Subtotal w/o discount"
msgstr "Medzisúčet bez zľavy"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/cash_move_popup/cash_move_popup.js:0
msgid "Successfully made a cash %s of %s."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_line
msgid "Sum of subtotals"
msgstr "Súčet medzisúčtov"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.summer_hat_product_template
msgid "Summer Hat"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.summer_hat_product_template
msgid "Summer hat, ideal for beach days and sunny weather."
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_pecan_pie_product_template
msgid ""
"Sweet pie filled with pecans, with a rich, buttery filling and flaky saltt."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/navbar.xml:0
msgid "Switch Product View"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
msgid "Synchronize"
msgstr "Synchronizovať"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.t_shirt_slim_product_template
msgid "T shirt slim"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_t_shirt_pants_product_template
msgid "T-shirt & Pants Combo"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
msgid "TOTAL"
msgstr "SÚČET"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "Table"
msgstr "Stôl"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.js:0
msgid "Tables, menus, kitchen display, etc."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "Take Out"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/order_change_receipt_template.xml:0
msgid "Take Out -> Dine In"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_screen.xml:0
msgid "Tare"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Tare Weight:"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/control_buttons/control_buttons.xml:0
#: model:ir.model,name:point_of_sale.model_account_tax
msgid "Tax"
msgstr "Daň"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__iface_tax_included
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_iface_tax_included
msgid "Tax Display"
msgstr "Zobrazenie dane"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__price_subtotal
msgid "Tax Excl."
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_tax_group
msgid "Tax Group"
msgstr "Skupina dane"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/receipt_header/receipt_header.js:0
msgid "Tax ID: %(vatId)s"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__price_subtotal_incl
msgid "Tax Incl."
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_account_fiscal_position_tax
msgid "Tax Mapping of Fiscal Position"
msgstr "Mapovanie fiškálnej pozície daní"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Tax Name"
msgstr "Názov dane"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__tax_regime_selection
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_tax_regime_selection
msgid "Tax Regime Selection value"
msgstr "Hodnota výberu daňového režimu"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_config__iface_tax_included__subtotal
msgid "Tax-Excluded Price"
msgstr "Cena bez dane"
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_config__iface_tax_included__total
msgid "Tax-Included Price"
msgstr "Cena s daňou"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/order_widget/order_widget.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__amount_tax
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__tax_ids
#: model:ir.ui.menu,name:point_of_sale.menu_action_tax_form_open
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Taxes"
msgstr "Dane"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Taxes on refunds"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Taxes on sales"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__tax_ids_after_fiscal_position
msgid "Taxes to Apply"
msgstr "Dane na aplikovanie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
msgid "Taxes:"
msgstr "Dane :"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Technical Stuff"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Technical Stuffs"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/receipt_header/receipt_header.xml:0
msgid "Tel:"
msgstr "Tel:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Thank you."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/controllers/main.py:0
msgid "The %s must be filled in your details."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_printer__proxy_ip
msgid "The IP Address or hostname of the Printer's hardware proxy"
msgstr "IP adresa alebo názov hostiteľa hardvérovej proxy tlačiarne"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__country_code
msgid ""
"The ISO country code in two chars. \n"
"You can use this field for quick search."
msgstr ""
"ISO kód krajiny v dvoch znakoch.\n"
"Môžete použiť toto pole pre rýchle vyhľadanie."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/barcode/barcode_reader_service.js:0
msgid ""
"The Point of Sale could not find any product, customer, employee or action "
"associated with the scanned barcode."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_rounding_form_view_inherited
msgid ""
"The Point of Sale only supports the \"add a rounding line\" rounding "
"strategy."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/controllers/main.py:0
msgid "The Ticket Number should be at least 14 characters long."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"The amount cannot be higher than the due amount if you don't have a cash "
"payment method configured."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"The amount of your payment lines must be rounded to validate the transaction.\n"
"The rounding precision is %s so you should set %s as payment amount instead of %s."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment__card_brand
msgid "The brand of the payment card (e.g. Visa, AMEX, ...)"
msgstr "Značka kreditnej karty (napr. Visa, AMEX, ...)"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The cash rounding strategy of the point of sale %(pos)s must be: '%(value)s'"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "The default pricelist must be included in the available pricelists."
msgstr "Prednastavený cenník musí byť v zozname dostupných cenníkov."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The default pricelist must belong to no company or the company of the point "
"of sale."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The default tip product is missing. Please manually specify the tip product."
" (See Tips field.)"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"The existing serial/lot numbers could not be retrieved. \n"
"Continue without checking the validity of serial/lot numbers ?"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid ""
"The fiscal position used in the original order is not loaded. Make sure it "
"is loaded by adding it in the pos configuration."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__proxy_ip
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_proxy_ip
msgid ""
"The hostname or ip address of the hardware proxy, Will be autodetected if "
"left empty."
msgstr ""
"Hostname alebo IP adresa proxy servera hardvéru, bude automaticky "
"detekovaný, pokiaľ ostanú prázdne"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The invoice journal must be in the same currency as the Sales Journal or the"
" company currency if that is not set."
msgstr ""
"Účtovný denník fakturácie musí byť v rovnakej mene ako účtovný denník "
"predaja alebo mena spoločnosti nie je nastavená."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid ""
"The maximum difference allowed is %s.\n"
"Please contact your manager to accept the closing difference."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.js:0
msgid ""
"The money counted doesn't match what we expected. Want to log the difference"
" for the books?"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_bill.py:0
msgid "The name of the Coins/Bills must be a number."
msgstr ""
#. module: point_of_sale
#: model:ir.model.constraint,message:point_of_sale.constraint_pos_session_uniq_name
msgid "The name of this POS Session must be unique!"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_partner__pos_order_count
#: model:ir.model.fields,help:point_of_sale.field_res_users__pos_order_count
msgid "The number of point of sales orders related to this customer"
msgstr "Počet POS objednávok prislúchajúcich tomuto zákazníkovi"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid "The order could not be sent to the server due to an unknown error"
msgstr "Objednávku sa nepodarilo odoslať na server kôli neznámej chybe"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid ""
"The order has been synchronized earlier. Please make the invoice from the "
"backend for the order: "
msgstr ""
"Objednávka bola synchronizovaná už skôr. Vystavte faktúru z objednávky."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "The paid amount is different from the total amount of the order."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment.py:0
msgid ""
"The payment method selected is not allowed in the config of the POS session."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The payment methods for the point of sale %s must belong to its company."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_available_categ_ids
msgid ""
"The point of sale will only display products which are within one of the "
"selected category trees. If no category is specified, all available products"
" will be shown"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_account_bank_statement_line__reversed_pos_order_id
#: model:ir.model.fields,help:point_of_sale.field_account_move__reversed_pos_order_id
msgid ""
"The pos order that was reverted after closing the session to create an "
"invoice for it."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__note_ids
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_note_ids
msgid "The predefined notes of this point of sale."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__pricelist_id
msgid ""
"The pricelist used if no customer is selected or if the customer has no Sale"
" Pricelist configured if any."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__currency_rate
msgid ""
"The rate of the currency to the currency of rate applicable at the date of "
"the order"
msgstr "Kurz meny za kurz meny platný v deň objednávky"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_print_skip_screen
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_iface_print_skip_screen
msgid ""
"The receipt screen will be skipped if the receipt can be printed "
"automatically."
msgstr ""
"Obrazovka potvrdenky bude preskočená ak potvrdenka môže byť vytlačená "
"automaticky."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__iface_print_auto
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_iface_print_auto
msgid "The receipt will automatically be printed at the end of each order."
msgstr "Potvrdenka bude vytlačená automaticky na konci každej objednávky."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.js:0
msgid ""
"The requested quantity to be refunded is higher than the ordered quantity. "
"%s is requested while only %s can be refunded."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order_line.js:0
msgid ""
"The requested quantity to be refunded is higher than the refundable "
"quantity."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "The selected customer needs an address."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"The selected pricelists must belong to no company or the company of the "
"point of sale."
msgstr ""
"Vybrané cenníky musia prislúchať spoločnosti miesta predaja alebo žiadnej."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid "The server encountered an error while receiving your order."
msgstr "Server narazil na problém pri príjme vašej objednávky."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"The session has been already closed by another User. All sales completed in "
"the meantime have been saved in a Rescue Session, which can be reviewed "
"anytime and posted to Accounting from Point of Sale's dashboard."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid ""
"The session has been opened for an unusually long period. Please consider "
"closing."
msgstr "Relácia je otvorená na neobvykle dlhú dobu. Zvážte jej uzatvorenie."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"The session is being closed by another user. The page will be reloaded."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_adyen
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by Adyen. Set your Adyen credentials on the "
"related payment method."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "The transactions are processed by Mercado Pago on terminal"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_mercado_pago
msgid ""
"The transactions are processed by Mercado Pago. Set your Mercado Pago "
"credentials on the related payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_paytm
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by PayTM. Set your PayTM credentials on the "
"related payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_razorpay
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by Razorpay. Set your Razorpay credentials on"
" the related payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_six
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by Six. Set the IP address of the terminal on"
" the related payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_stripe
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by Stripe. Set your Stripe credentials on the"
" related payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__module_pos_viva_wallet
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"The transactions are processed by Viva Wallet on terminal or tap on phone."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment__card_type
msgid "The type of the payment card (e.g. CREDIT CARD OR DEBIT CARD)"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_register_balance_end
msgid "Theoretical Closing Balance"
msgstr "Teoretický konečný zostatok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "There are no products in this category."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"There are still orders in draft state in the session. Pay or cancel the following orders to validate the session:\n"
"%s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"There is a difference between the amounts to post and the amounts of the "
"orders, it is probably caused by taxes or accounting configurations changes."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "There is already an electronic payment in progress."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"There is no Chart of Accounts configured on the company. Please go to the "
"invoicing settings to install a Chart of Accounts."
msgstr ""
"Spoločnosť nemá nakonfigurovanú žiadny účtový rozvrh. Prejdite do nastavení "
"fakturácie a nainštalujte si účtový rozvrh."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"There is no cash payment method available in this point of sale to handle the change.\n"
"\n"
" Please pay the exact amount or add a cash payment method in the point of sale configuration"
msgstr ""
"Neexistuje žiadna metóda platby v hotovosti k dispozícii v tomto mieste predaja pre zvládnutie výdavku.\n"
"\n"
"Prosím zaplaťte presnú sumu, alebo pridajte metódu platby v hotovosti v konfigurácii miesta predaja."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "There is no cash payment method for this PoS Session"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "There is no cash register in this session."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"There is no serial/lot number for the selected product, and their creation "
"is not allowed from the Point of Sale app."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"There must be at least one product in your order before it can be validated "
"and invoiced."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"This cash payment method is already used in another Point of Sale.\n"
"A new cash payment method should be created for this Point of Sale."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/combo_configurator_popup/combo_configurator_popup.xml:0
#: code:addons/point_of_sale/static/src/app/store/product_configurator_popup/product_configurator_popup.xml:0
msgid "This combination does not exist."
msgstr "Táto kombinácia neexistuje."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__amount_authorized_diff
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_amount_authorized_diff
msgid ""
"This field depicts the maximum difference allowed between the ending balance"
" and the theoretical cash when closing a session, for non-POS managers. If "
"this maximum is reached, the user will have an error message at the closing "
"of his session saying that he needs to contact his manager."
msgstr ""
"Toto pole zobrazuje maximálny povolený rozdiel medzi konečným zostatkom a "
"teoretickou hotovosťou pri zatvorení relácie, pre ne-POS manažérov. Ak sa "
"dosiahne tejto maximálnej hodnoty, bude mať užívateľ chybovú správu v závere"
" svojej relácie, ktorá hovorí, že potrebuje kontaktovať svojho manažéra."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__group_pos_manager_id
msgid ""
"This field is there to pass the id of the pos manager group to the point of "
"sale client."
msgstr ""
"Toto pole je tu pre odovzdanie id pos manažéra klientovi miesta predaja."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__group_pos_user_id
msgid ""
"This field is there to pass the id of the pos user group to the point of "
"sale client."
msgstr ""
"Toto pole je tu pre odovzdanie id pos používateľskej skupiny klientovi "
"miesta predaja."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "This invoice has been created from the point of sale session: %s"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__fiscal_position_ids
msgid ""
"This is useful for restaurants with onsite and take-away services that imply"
" specific tax rates."
msgstr ""
"To je užitočné pre reštaurácie so službami typu \"vezmi so sebou\" a \"na "
"mieste\", kde sa používajú špecifické daňové sadzby."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/account_journal.py:0
msgid ""
"This journal is associated with a payment method. You cannot modify its type"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/account_journal.py:0
msgid ""
"This journal is associated with payment method %(payment_method)s that is "
"being used by order %(pos_order)s in the active pos session %(pos_session)s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/debug/debug_widget.js:0
msgid ""
"This operation will destroy all ${\n"
" paid ? \"paid\" : \"unpaid\"\n"
" } orders in the browser. You will lose all the data. This operation cannot be undone."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"This order already has refund lines for %s. We can't change the customer "
"associated to it. Create a new order for the new customer."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"This order has already been paid. You cannot set it back to draft or edit "
"it."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.js:0
msgid ""
"This order is not yet synced to server. Make sure it is synced then try "
"again."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment_method.py:0
msgid "This payment method is not configured to generate QR codes."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__tip_product_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "This product is used as reference on customer receipts."
msgstr "Tento produkt je použitý ako referenčný pre zákaznícke účtenky."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__sequence_line_id
msgid ""
"This sequence is automatically created by Odoo but you can change it to "
"customize the reference numbers of your orders lines."
msgstr ""
"Túto sekvenciu automaticky vytvorí Odoo, ale môžete ju zmeniť pre "
"prispôsobenie referenčných čísel položiek vašich objednávok."
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__sequence_id
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_sequence_id
msgid ""
"This sequence is automatically created by Odoo but you can change it to "
"customize the reference numbers of your orders."
msgstr ""
"Túto sekvenciu automaticky vytvorí Odoo, ale môžete ju zmeniť pre "
"prispôsobenie referenčných čísel vašich objednávok."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "This session is already closed."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "This tax is applied to any new product created in the catalog."
msgstr "Táto daň bude prevzatá pre každý nový produkt v katalógu. "
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Those settings are common to all PoS."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__ticket_code
msgid "Ticket Code"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "Ticket Nr"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_tiger_white_loaf_product_template
msgid ""
"Tiger bloomer. Baked for a soft inside, with its distinctive savoury "
"crackled crust."
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_tiger_white_loaf_product_template
msgid "Tiger white loaf"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
msgid "Tip"
msgstr "Tip"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__tip_amount
msgid "Tip Amount"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__tip_product_id
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_tip_product_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Tip Product"
msgstr "Produktový tip"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_product_tip_product_template
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Tips"
msgstr "Tipy"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "Tips:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "To Close"
msgstr "Na zavretie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "To Pay"
msgstr "Na zaplatenie"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "To Refund:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_product_product__to_weight
#: model:ir.model.fields,field_description:point_of_sale.field_product_template__to_weight
msgid "To Weigh With Scale"
msgstr "Pre váženie s mierkou"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/product.py:0
msgid ""
"To delete a product, make sure all point of sale sessions are closed.\n"
"\n"
"Deleting a product available in a session would be like attempting to snatch a hamburger from a customers hand mid-bite; chaos will ensue as ketchup and mayo go flying everywhere!"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"To ensure due balance follow-up, generate an invoice or download the "
"accounting application. "
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__to_invoice
msgid "To invoice"
msgstr "Na fakturáciu"
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_payment_form
#: model_terms:ir.actions.act_window,help:point_of_sale.action_pos_pos_form
msgid "To record new orders, start a new session."
msgstr "Pre nové objednávky začnite novú reláciu."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "To return product(s), you need to open a session in the POS %s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/order_widget/order_widget.xml:0
#: code:addons/point_of_sale/static/src/app/navbar/sync_popup/sync_popup.xml:0
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
#: code:addons/point_of_sale/static/src/app/utils/money_details_popup/money_details_popup.xml:0
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__amount_total
msgid "Total"
msgstr "Celkom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Total Cost:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__total_discount
msgid "Total Discount"
msgstr "Zľava celkom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Total Margin:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Total Paid (with rounding)"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__total_payments_amount
msgid "Total Payments Amount"
msgstr "Celková suma platieb"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__price_total
msgid "Total Price"
msgstr "Celková cena"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "Total Price excl. Tax:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment__amount
msgid "Total amount of the payment."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__total_cost
msgid "Total cost"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_line
msgid "Total qty"
msgstr "Množ. celkom"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/sale_details_button/sales_detail_report.xml:0
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Total:"
msgstr "Celkom:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/money_details_popup/money_details_popup.js:0
msgid "Total: %s"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__order_edit_tracking
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__order_edit_tracking
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_order_edit_tracking
msgid "Track orders edits"
msgstr ""
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_odoo_sneakers_product_template
msgid ""
"Trainers in cotton canvas with a padded top edge, tongue and lacing at the "
"front."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__cash_real_transaction
msgid "Transaction"
msgstr "Transakcia"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Transaction cancelled"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_stock_picking
msgid "Transfer"
msgstr "Prevod"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Trusted POS"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__trusted_config_ids
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_trusted_config_ids
msgid "Trusted Point of Sale Configurations"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_barcode_rule__type
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__type
msgid "Type"
msgstr "Typ"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_payment_method__qr_code_method
msgid "Type of QR-code to be generated for this payment method."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__card_type
msgid "Type of card used"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_session__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr "Typ výnimočnej aktivity v zázname."
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/partner_list/partner_line/partner_line.xml:0
msgid "UNSELECT"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__res_company__point_of_sale_ticket_portal_url_display_mode__url
msgid "URL"
msgstr "URL"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Unable to close and validate the session.\n"
"Please set corresponding tax account in each repartition line of the following taxes: \n"
"%s"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/invoice_button/invoice_button.js:0
msgid "Unable to download invoice."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"Unable to modify this PoS Configuration because you can't modify %s while a "
"session is open."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/barcode/barcode_reader_service.js:0
msgid "Unable to parse barcode"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
msgid "Unable to show information about this error."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid "Unable to sync order"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "Unique Code:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "Unique code"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_session_sales_details
msgid "Unit"
msgstr "Jednotka"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__price_unit
msgid "Unit Price"
msgstr "Jednotková cena"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "Unit price:"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
msgid "Units"
msgstr "Jednotky"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/barcode/barcode_reader_service.js:0
msgid "Unknown Barcode"
msgstr "Neznámy čiarový kód"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
#: code:addons/point_of_sale/static/src/app/utils/hooks.js:0
msgid "Unknown Error"
msgstr "Neznáma chyba"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/scale_screen/scale_service.js:0
msgid "Unnamed Product"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_product_view_form_normalized_pos
msgid "Unsaleable"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "Unsupported search operation"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.js:0
msgid "Unsynced order"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/errors/error_handlers.js:0
msgid ""
"Until the connection is reestablished, Odoo Point of Sale will operate with "
"limited functionality."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "UoM"
msgstr "Merná jednotka"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_company__point_of_sale_update_stock_quantities
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__update_stock_quantities
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Update quantities in stock"
msgstr ""
#. module: point_of_sale
#: model:pos.category,name:point_of_sale.pos_category_upper
msgid "Upper body"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment_method__use_payment_terminal
msgid "Use a Payment Terminal"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__use_pricelist
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_use_pricelist
msgid "Use a pricelist."
msgstr "Použite cenník"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Use automatic taxes mapping with Avatax"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__module_pos_avatax
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_module_pos_avatax
msgid "Use automatic taxes mapping with Avatax in PoS"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Use barcodes to scan products, customer cards, etc."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Use fiscal positions to get different taxes by order"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Used to record product pickings. Products are consumed from its default "
"source location."
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_res_users
#: model:ir.model.fields,field_description:point_of_sale.field_report_pos_order__user_id
#: model:res.groups,name:point_of_sale.group_pos_user
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_order_filter
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_report_pos_order_search
msgid "User"
msgstr "Užívateľ"
#. module: point_of_sale
#: model:ir.actions.report,name:point_of_sale.report_user_label
msgid "User Labels"
msgstr "Popisky používateľa"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__uuid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__uuid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order_line__uuid
#: model:ir.model.fields,field_description:point_of_sale.field_pos_payment__uuid
msgid "Uuid"
msgstr "Uuid"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
msgid "VAT:"
msgstr "IČ DPH:"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.xml:0
msgid "Validate"
msgstr "Potvrdiť"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.product_green_hood_product_template
msgid ""
"Versatile cotton hoodie with an adjustable drawstring hood and front zipper "
"closure."
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_ir_ui_view
msgid "View"
msgstr "Náhľad"
#. module: point_of_sale
#: model:product.template,description_sale:point_of_sale.jean_jacket_product_template
msgid "Vintage jean jacket, a timeless piece for any casual outfit."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Viva Wallet"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__module_pos_viva_wallet
msgid "Viva Wallet Payment Terminal"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_lines/payment_lines.xml:0
msgid "Waiting for card"
msgstr ""
#. module: point_of_sale
#: model:product.template,name:point_of_sale.wall_shelf_product_template
msgid "Wall Shelf Unit"
msgstr "Jednotka nástennej police"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "Want to try with sample products?"
msgstr ""
#. module: point_of_sale
#: model:ir.model,name:point_of_sale.model_stock_warehouse
#: model:ir.model.fields,field_description:point_of_sale.field_pos_config__warehouse_id
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "Warehouse"
msgstr "Sklad"
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_res_config_settings__pos_warehouse_id
msgid "Warehouse (PoS)"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "Warning"
msgstr "Varovanie"
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"Warning, the paid amount is higher than the total amount. (Difference: %s)"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/utils/indexed_db.js:0
msgid ""
"Warning: Your browser doesn't support IndexedDB. The data won't be saved. "
"Please use a modern browser."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,field_description:point_of_sale.field_pos_order__website_message_ids
#: model:ir.model.fields,field_description:point_of_sale.field_pos_session__website_message_ids
msgid "Website Messages"
msgstr "Správy webstránok"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_order__website_message_ids
#: model:ir.model.fields,help:point_of_sale.field_pos_session__website_message_ids
msgid "Website communication history"
msgstr "História komunikácie webstránok"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Weighing Product:"
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__barcode_rule__type__weight
msgid "Weighted Product"
msgstr "Vážený produkt"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/customer_display/customer_display.xml:0
msgid "Welcome."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__orderlines_sequence_in_cart_by_category
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_orderlines_sequence_in_cart_by_category
msgid ""
"When active, orderlines will be sorted based on product category and "
"sequence in the product screen's order cart."
msgstr ""
#. module: point_of_sale
#: model:ir.model.fields.selection,name:point_of_sale.selection__pos_config__picking_policy__one
msgid "When all products are ready"
msgstr "Keď sú pripravené všetky produkty"
#. module: point_of_sale
#: model:ir.model.fields,help:point_of_sale.field_pos_config__is_margins_costs_accessible_to_every_user
#: model:ir.model.fields,help:point_of_sale.field_res_config_settings__pos_is_margins_costs_accessible_to_every_user
msgid ""
"When disabled, only PoS manager can view the margin and cost of product "
"among the Product info."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid ""
"Whenever you close a session, one entry is generated in the following "
"accounting journal for all the orders not invoiced. Invoices are recorded in"
" accounting separately."
msgstr ""
"Akonáhle uzatvoríte reláciu, bude vygenerovaný jeden záznam v nasledovnom "
"účtovnom denníku pre všetky nevyfakturované objednávky. Faktúry sú vedené v "
"účtovníctve oddelene."
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_white
msgid "White"
msgstr "Biela"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.whiteboard_product_template
msgid "Whiteboard"
msgstr "Biela tabuľa"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.whiteboard_pen_product_template
msgid "Whiteboard Pen"
msgstr "Pero k bielej tabuli"
#. module: point_of_sale
#: model:product.template,name:point_of_sale.product_wholemeal_loaf_product_template
msgid "Wholemeal loaf"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/orderline/orderline.xml:0
msgid "With a"
msgstr "S"
#. module: point_of_sale
#: model:product.attribute.value,name:point_of_sale.product_attribute_value_xl
msgid "XL"
msgstr "XL"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid "Yes"
msgstr "Áno"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/main.js:0
msgid ""
"You are currently offline. Reloading the page may cause you to lose unsaved "
"data."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"You are not allowed to change the cash rounding configuration while a pos "
"session using it is already opened."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/order_summary/order_summary.js:0
msgid "You are not allowed to change this quantity"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/store/pos_store.js:0
msgid ""
"You are trying to sell products with serial/lot numbers, but some of them are not set.\n"
"Would you like to proceed anyway?"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"You can only cancel a session that is in opening control state and has no "
"orders."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "You can only refund products from the same order."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"You can only unlink PoS order lines that are related to orders in new or "
"cancelled state."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid ""
"You can't: create a pos order from the backend interface, or unset the "
"pricelist, or create a pos.order in a python test with Form tool, or edit "
"the form view in studio if no PoS order exist"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/stock_picking.py:0
msgid ""
"You cannot archive '%(picking_type)s' as it is used by POS configuration "
"'%(config)s'."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "You cannot change the payment of a printed order."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"You cannot close the POS when invoices are not posted.\n"
"Invoices: %s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "You cannot close the POS when orders are still in draft"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "You cannot create a session starting before: %(lock_date_info)s"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_category.py:0
msgid ""
"You cannot delete a point of sale category while a session is still opened."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/account_cash_rounding.py:0
msgid ""
"You cannot delete a rounding method that is used in a Point of Sale "
"configuration."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment.py:0
msgid "You cannot edit a payment for a posted order."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "You cannot invoice orders belonging to different companies."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"You cannot share open orders with configuration that does not use the same "
"currency."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "You cannot use the same journal on multiples cash payment methods."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"You do not have permission to open a POS session. Please try opening a "
"session with a different user"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"You don't have the access rights to get the point of sale closing control "
"data."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"You have enabled the \"Identify Customer\" option for %(payment_method)s "
"payment method,but the order %(order)s does not contain a customer."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.actions.act_window,help:point_of_sale.product_product_action
msgid ""
"You must define a product for everything you sell through\n"
" the point of sale interface."
msgstr ""
"Musíte určiť produkt pre všetko čo predávate cez\n"
"rozhranie miesto predaja."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/product.py:0
msgid "You must first remove this product from the %s combo"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "You must have 'Administration Settings' access to load clothes data."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "You must have 'Administration Settings' access to load furniture data."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"You must have at least one payment method configured to launch a session."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_payment_method.py:0
msgid ""
"You must select a QR-code method to generate QR-codes for this payment "
"method."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid ""
"You must set the iot box's IP address to use an IoT-connected screen. You'll"
" find the field under the 'IoT Box' option."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_config.py:0
msgid "You need a loss and profit account on your cash journal."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid ""
"You need to select the customer before you can invoice or ship an order."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid "You should assign a Point of Sale to your session."
msgstr "Mali by ste prideliť Miesto predaja svojej relácii."
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_session.py:0
msgid ""
"Your PoS Session is open since %(date)s, we advise you to close it and to "
"create a new one."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid ""
"Your address is missing or incomplete. <br/>\n"
" Please make sure to"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "available,"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "before continuing."
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/controllers/main.py:0
msgid "by Email"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/generic_components/orderline/orderline.xml:0
msgid "discount"
msgstr "zľava"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_payment_method_view_form
msgid "e.g. Cash"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "e.g. Company Address, Website"
msgstr "napr. adresa spoločnosti, webstránka"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
msgid "e.g. NYC Shop"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "e.g. Return Policy, Thanks for shopping with us!"
msgstr "napr. politika vrátenia, ďakujeme za váš nákup!"
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.product_pos_category_form_view
msgid "e.g. Soft Drinks"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.pos_config_view_form
#: model_terms:ir.ui.view,arch_db:point_of_sale.res_config_settings_view_form
msgid "ePos Printer"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_pos_form
msgid "email"
msgstr "email"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "failed. Please try again"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "fill all relevant information"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_validation_screen
msgid "for"
msgstr "pre"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/payment_screen/payment_screen.js:0
msgid "for an order of"
msgstr "pre objednávku"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/components/product_info_banner/product_info_banner.xml:0
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_info_popup/product_info_popup.xml:0
msgid "forecasted"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/ticket_screen/ticket_screen.xml:0
msgid "in"
msgstr "v"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "in progress"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "in this category."
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "install a chart of accounts"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt_screen.xml:0
msgid "is sent successfully"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/product_screen/product_screen.xml:0
msgid "items"
msgstr ""
#. module: point_of_sale
#: model:mail.activity.type,summary:point_of_sale.mail_activity_old_session
msgid "note"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/screens/receipt_screen/receipt/order_receipt.xml:0
msgid "on"
msgstr "na"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "or"
msgstr "alebo"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml:0
msgid "orders:"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.view_pos_config_kanban
msgid "outstanding rescue session"
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.ticket_request_with_code
msgid "qx9h1"
msgstr ""
#. module: point_of_sale
#. odoo-python
#: code:addons/point_of_sale/models/pos_order.py:0
msgid "return"
msgstr "návrat"
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
msgid "the invoice"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/app/models/pos_order.js:0
msgid "the receipt"
msgstr ""
#. module: point_of_sale
#. odoo-javascript
#: code:addons/point_of_sale/static/src/backend/pos_kanban_view/pos_kanban_view.xml:0
msgid "to activate the buttons."
msgstr ""
#. module: point_of_sale
#: model_terms:ir.ui.view,arch_db:point_of_sale.report_invoice_document
msgid "using"
msgstr "použité"