Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
99
sale_global_discount/i18n/es.po
Executable file
99
sale_global_discount/i18n/es.po
Executable file
@@ -0,0 +1,99 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_global_discount
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 11.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-04-06 14:38+0000\n"
|
||||
"PO-Revision-Date: 2025-05-12 18:23+0000\n"
|
||||
"Last-Translator: DantePereyra <dante.pereyra@ciclosmontecastelo.com>\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 5.10.4\n"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.report_saleorder_document
|
||||
msgid ""
|
||||
"<strong>Global Discounts</strong>\n"
|
||||
" <br/>"
|
||||
msgstr ""
|
||||
"<strong>Descuentos globales</strong>\n"
|
||||
" <br/>"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.report_saleorder_document
|
||||
msgid "<strong>Subtl. before disc.</strong>"
|
||||
msgstr "<strong>Subtl. antes desc.</strong>"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_total_before_global_discounts
|
||||
msgid "Amount Total Before Discounts"
|
||||
msgstr "Base imponible sin descuentos"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_untaxed_before_global_discounts
|
||||
msgid "Amount Untaxed Before Discounts"
|
||||
msgstr "Base imponible sin descuentos"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#. odoo-python
|
||||
#: code:addons/sale_global_discount/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Incompatible taxes found for global discounts."
|
||||
msgstr "Se han encontrado impuestos incompatibles para descuentos globales."
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__global_discount_ids
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.view_order_form
|
||||
msgid "Sale Global Discounts"
|
||||
msgstr "Descuentos de venta globales"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__global_discount_ids_readonly
|
||||
msgid "Sale Global Discounts (readonly)"
|
||||
msgstr "Descuentos globales de venta (solo lectura)"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de pedido de venta"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_account_tax
|
||||
msgid "Tax"
|
||||
msgstr "Impuesto"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_global_discount
|
||||
msgid "Total Global Discounts"
|
||||
msgstr "Descuentos globales totales"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#. odoo-python
|
||||
#: code:addons/sale_global_discount/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "With global discounts, taxes in lines are required."
|
||||
msgstr "Con descuentos globales, se requieren impuestos en líneas."
|
||||
|
||||
#~ msgid "<strong>Global Discounts</strong><br/>"
|
||||
#~ msgstr "<strong>Descuentos Globales</strong><br/>"
|
||||
|
||||
#~ msgid "Sale Order"
|
||||
#~ msgstr "Pedido de venta"
|
||||
|
||||
#~ msgid "Quotation"
|
||||
#~ msgstr "Presupuesto"
|
||||
|
||||
#~ msgid "<strong>Global Discount</strong>"
|
||||
#~ msgstr "<strong>Descuento Global</strong>"
|
||||
Reference in New Issue
Block a user