Files
Odoo-18.0-20251222/sell_only_by_packaging/i18n/es.po
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

141 lines
5.3 KiB
Plaintext
Executable File

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sell_only_by_packaging
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-27 09:42+0000\n"
"PO-Revision-Date: 2023-11-18 17:34+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: \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 4.17\n"
#. module: sell_only_by_packaging
#: model:ir.model.fields,help:sell_only_by_packaging.field_product_packaging__force_sale_qty
msgid ""
"Determine if during the creation of a sale order line, the quantity should "
"be forced with a multiple of the packaging.\n"
"Example:\n"
"You sell a product by packaging of 5 products.\n"
"When the user will put 3 as quantity, the system can force the quantity to "
"the superior unit (5 for this example)."
msgstr ""
"Determine si durante la creación de una línea de orden de venta, la cantidad "
"debe forzarse con un múltiplo del empaque.\n"
"Ejemplo:\n"
"Vendes un producto por empaque de 5 productos.\n"
"Cuando el usuario pone 3 como cantidad, el sistema puede forzar la cantidad "
"a la unidad superior (5 para este ejemplo)."
#. module: sell_only_by_packaging
#: model:ir.model.fields,field_description:sell_only_by_packaging.field_product_packaging__force_sale_qty
msgid "Force sale quantity"
msgstr "Cantidad de venta forzada"
#. module: sell_only_by_packaging
#: model:ir.model,name:sell_only_by_packaging.model_product_packaging_level
msgid "Level management for product.packaging"
msgstr "Tipo de administración para empaquetado de producto"
#. module: sell_only_by_packaging
#: model:ir.model.fields,field_description:sell_only_by_packaging.field_product_product__min_sellable_qty
#: model:ir.model.fields,field_description:sell_only_by_packaging.field_product_template__min_sellable_qty
msgid "Min Sellable Qty"
msgstr "Cantidad Mínima Vendible"
#. module: sell_only_by_packaging
#: model:ir.model.fields,help:sell_only_by_packaging.field_product_product__min_sellable_qty
#: model:ir.model.fields,help:sell_only_by_packaging.field_product_template__min_sellable_qty
msgid ""
"Minimum sellable quantity, according to the available packagings, if Only "
"Sell by Packaging is set."
msgstr ""
"Cantidad mínima vendible, en función de los embalajes disponibles, si se "
"configura Sólo vender por embalaje."
#. module: sell_only_by_packaging
#: model:ir.model.fields,field_description:sell_only_by_packaging.field_product_product__sell_only_by_packaging
#: model:ir.model.fields,field_description:sell_only_by_packaging.field_product_template__sell_only_by_packaging
msgid "Only sell by packaging"
msgstr "Solo vendemos por embalaje"
#. module: sell_only_by_packaging
#. odoo-python
#: code:addons/sell_only_by_packaging/models/product_packaging_level.py:0
#, python-format
msgid ""
"Packaging level \"{}\" must stay with \"Can be sold\", at least one product "
"configured as \"sell only by packaging\" is using it."
msgstr ""
"El nivel de embalaje \"{}\" debe permanecer con \"Se puede vender\", al "
"menos un producto configurado como \"vender sólo por embalaje\" lo está "
"utilizando."
#. module: sell_only_by_packaging
#: model:ir.model,name:sell_only_by_packaging.model_product_template
msgid "Product"
msgstr "Producto"
#. module: sell_only_by_packaging
#. odoo-python
#: code:addons/sell_only_by_packaging/models/sale_order_line.py:0
#, python-format
msgid "Product %s can only be sold with a packaging and a packaging quantity."
msgstr ""
"El producto %s solo se puede vender con un embalaje y una cantidad de "
"embalaje."
#. module: sell_only_by_packaging
#. odoo-python
#: code:addons/sell_only_by_packaging/models/product_template.py:0
#, python-format
msgid ""
"Product %s cannot be defined to be sold only by packaging if it cannot be "
"sold."
msgstr ""
"No se puede definir que el producto %s se venda solo por embalaje si no se "
"puede vender."
#. module: sell_only_by_packaging
#. odoo-python
#: code:addons/sell_only_by_packaging/models/product_template.py:0
#, python-format
msgid ""
"Product %s cannot be defined to be sold only by packaging if it does not "
"have any packaging that can be sold defined."
msgstr ""
"No se puede definir que el producto %s se venda solo por embalaje si no "
"tiene ningún embalaje definido."
#. module: sell_only_by_packaging
#: model:ir.model,name:sell_only_by_packaging.model_product_packaging
msgid "Product Packaging"
msgstr "Empaquetado del producto"
#. module: sell_only_by_packaging
#: model:ir.model,name:sell_only_by_packaging.model_product_product
msgid "Product Variant"
msgstr "Variante de Producto"
#. module: sell_only_by_packaging
#: model:ir.model.fields,help:sell_only_by_packaging.field_product_product__sell_only_by_packaging
#: model:ir.model.fields,help:sell_only_by_packaging.field_product_template__sell_only_by_packaging
msgid ""
"Restrict the usage of this product on sale order lines without packaging "
"defined"
msgstr ""
"Restrinja el uso de este producto en las líneas de orden de venta sin "
"embalaje definido"
#. module: sell_only_by_packaging
#: model:ir.model,name:sell_only_by_packaging.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de Órdenes de Venta"