-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
93 additions
and
0 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 |
---|---|---|
@@ -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: it\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 "" |