forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (4 of 4 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_packaging_qty Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_packaging_qty/es/
- Loading branch information
1 parent
33cf2c5
commit 67c9e75
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,32 +6,35 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2020-07-27 10:19+0000\n" | ||
"Last-Translator: Daniel Martinez Vila <[email protected]>\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: sale_order_line_packaging_qty | ||
#: model:ir.model.fields,field_description:sale_order_line_packaging_qty.field_sale_order_line__product_packaging_qty | ||
msgid "Package quantity" | ||
msgstr "" | ||
msgstr "Cantidad de paquetes" | ||
|
||
#. module: sale_order_line_packaging_qty | ||
#: code:addons/sale_order_line_packaging_qty/models/sale_order_line.py:0 | ||
#, python-format | ||
msgid "Please select a packaging with a quantity bigger than 0" | ||
msgstr "" | ||
msgstr "Seleccione un embalaje con una cantidad mayor que 0" | ||
|
||
#. module: sale_order_line_packaging_qty | ||
#: model:ir.model,name:sale_order_line_packaging_qty.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "" | ||
msgstr "Línea Pedido de Venta" | ||
|
||
#. module: sale_order_line_packaging_qty | ||
#: code:addons/sale_order_line_packaging_qty/models/sale_order_line.py:0 | ||
#, python-format | ||
msgid "You must define a package before setting a quantity of said package." | ||
msgstr "" | ||
"Debe definir un paquete antes de establecer una cantidad de dicho paquete." |