forked from OCA/account-invoicing
-
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: account-invoicing-17.0/account-invoicing-17.0-account_invoice_block_payment Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-account_invoice_block_payment/it/
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 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,36 +6,38 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2024-09-04 10:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\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" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: account_invoice_block_payment | ||
#: model:ir.model,name:account_invoice_block_payment.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
msgstr "Registrazione contabile" | ||
|
||
#. module: account_invoice_block_payment | ||
#: model:ir.model.fields,field_description:account_invoice_block_payment.field_account_bank_statement_line__payment_blocked | ||
#: model:ir.model.fields,field_description:account_invoice_block_payment.field_account_move__payment_blocked | ||
#: model:ir.model.fields,field_description:account_invoice_block_payment.field_account_payment__payment_blocked | ||
msgid "Payment Blocked" | ||
msgstr "" | ||
msgstr "Pagamento bloccato" | ||
|
||
#. module: account_invoice_block_payment | ||
#. odoo-python | ||
#: code:addons/account_invoice_block_payment/models/account_move.py:0 | ||
#, python-format | ||
msgid "The payment on invoice {} is blocked." | ||
msgstr "" | ||
msgstr "Il pagamento della fattura {} è bloccato." | ||
|
||
#. module: account_invoice_block_payment | ||
#: model:ir.model.fields,help:account_invoice_block_payment.field_account_bank_statement_line__payment_blocked | ||
#: model:ir.model.fields,help:account_invoice_block_payment.field_account_move__payment_blocked | ||
#: model:ir.model.fields,help:account_invoice_block_payment.field_account_payment__payment_blocked | ||
msgid "if true, the payment of the invoice is blocked." | ||
msgstr "" | ||
msgstr "Se vero, il pagamento della fattura è bloccato." |