LaOsaCoop/Odoo16#14 add pos_require_product_quantity

This commit is contained in:
Luis 2025-05-12 13:17:19 +02:00
parent 468e3267ec
commit b34eaceda5
16 changed files with 826 additions and 0 deletions

View file

@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_require_product_quantity
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-07-27 11:19+0000\n"
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"
#. module: pos_require_product_quantity
#. openerp-web
#: code:addons/pos_require_product_quantity/static/src/js/screens.js:30
#, python-format
msgid "Missing quantities"
msgstr "Cantidades faltantes"
#. module: pos_require_product_quantity
#. openerp-web
#: code:addons/pos_require_product_quantity/static/src/js/screens.js:32
#, python-format
msgid "No quantity set for products:"
msgstr "No hay cantidad establecida para productos:"
#. module: pos_require_product_quantity
#: model:ir.model,name:pos_require_product_quantity.model_pos_config
msgid "Point of Sale Configuration"
msgstr "Configuración del punto de venta"
#. module: pos_require_product_quantity
#: model:ir.model.fields,field_description:pos_require_product_quantity.field_pos_config__require_product_quantity
msgid "Require product quantity in POS"
msgstr "Requerir cantidad de producto en PdV"
#. module: pos_require_product_quantity
#: model_terms:ir.ui.view,arch_db:pos_require_product_quantity.view_pos_config_form
msgid ""
"Show pop-up when product quantity is set to 0 for one or more order lines "
"when clicking on \"Payment\" button."
msgstr ""
"Mostrar ventana emergente cuando la cantidad del producto se establece en 0 "
"para una o más líneas de pedido al hacer clic en el botón \"Pago\"."