Skip to content

Commit

Permalink
Added translation using Weblate (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelchi authored and oca-transbot committed Nov 22, 2021
1 parent ad25571 commit 4764ae6
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions sale_invoice_blocking/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_invoice_blocking
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\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"

#. module: sale_invoice_blocking
#: code:addons/sale_invoice_blocking/models/sale_order.py:0
#, python-format
msgid ""
"\n"
"- You may have an invoice blocking reason on the sale order\n"
" "
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_sale_order__invoice_blocking_reason_id
msgid "Blocking for invoicing"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__create_uid
msgid "Created by"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__create_date
msgid "Created on"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__display_name
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_sale_order__display_name
msgid "Display Name"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__id
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_sale_order__id
msgid "ID"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.actions.act_window,name:sale_invoice_blocking.invoice_blocking_reason_action
#: model:ir.ui.menu,name:sale_invoice_blocking.menu_invoice_blocking_reason
msgid "Invoicing block reasons"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason____last_update
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_sale_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__write_uid
msgid "Last Updated by"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__write_date
msgid "Last Updated on"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.fields,field_description:sale_invoice_blocking.field_invoice_blocking_reason__name
msgid "Reason"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model,name:sale_invoice_blocking.model_invoice_blocking_reason
msgid "Sale invoice blocking reason"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model,name:sale_invoice_blocking.model_sale_order
msgid "Sales Order"
msgstr ""

#. module: sale_invoice_blocking
#: model:ir.model.constraint,message:sale_invoice_blocking.constraint_invoice_blocking_reason_name_uniq
msgid "You cannot have two invoice blocking reasons with the same name."
msgstr ""

0 comments on commit 4764ae6

Please sign in to comment.