Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (6 of 6 strings)

Translation: account-invoicing-16.0/account-invoicing-16.0-account_receipt_send
Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_receipt_send/it/
  • Loading branch information
mymage authored and weblate committed Feb 26, 2024
1 parent 03df0e4 commit d4e3037
Showing 1 changed file with 55 additions and 5 deletions.
60 changes: 55 additions & 5 deletions account_receipt_send/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2024-02-26 09:40+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 4.17\n"

#. module: account_receipt_send
#: model:mail.template,body_html:account_receipt_send.email_template_edi_receipt
Expand Down Expand Up @@ -51,30 +53,78 @@ msgid ""
" </div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">"
"Dear\n"
" <t t-if=\"object.partner_id.parent_id\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon "
"Freeman</t> (\n"
" <t t-out=\"object.partner_id.parent_id.name or ''\""
">Azure Interior</t>),\n"
" </t>\n"
" <t t-else=\"\">\n"
" <t t-out=\"object.partner_id.name or ''\">Brandon "
"Freeman</t>,\n"
" </t>\n"
" <br>\n"
" <br>Here is your receipt <strong t-if=\"object.name\" "
"t-out=\"object.name or ''\">INV/2021/05/0005</strong>\n"
" <t t-if=\"object.invoice_origin\">\n"
" (with reference: <t t-out=\"object.invoice_origin or "
"''\">SUB003</t>)\n"
" </t>\n"
" ammontare di <strong t-out=\"format_amount("
"object.amount_total, object.currency_id) or ''\">$ 143,750.00</strong> da <t "
"t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
" <t t-if=\"object.payment_state in ('paid', 'in_payment')"
"\">Questa fattura è già pagata.</t>\n"
" <t t-else=\"\">Si prega di effettuare il pagamento il "
"prima possibile.\n"
" <t t-if=\"object.payment_reference\">\n"
" <br>\n"
" <br>Utilizzare il seguente riferimento per il "
"pagamento: <strong t-out=\"object.payment_reference or ''\">INV/2021/05/"
"0005</strong>.\n"
" </t>\n"
" </t>\n"
" <br>\n"
" <br>Non esitate a contattarci per eventuali domande.\n"
" <t t-if=\"object.invoice_user_id.signature\">\n"
" <br>\n"
" <t t-out=\"object.invoice_user_id.signature or ''\""
">--\n"
" <br>Mitchell Admin\n"
" </t>\n"
" </t>\n"
" </p>\n"
" </div>\n"
" "

#. module: account_receipt_send
#: model:ir.model,name:account_receipt_send.model_account_move
msgid "Journal Entry"
msgstr ""
msgstr "Registrazione contabile"

#. module: account_receipt_send
#: model:mail.template,name:account_receipt_send.email_template_edi_receipt
msgid "Receipt: Send by email"
msgstr ""
msgstr "Ricevuta: invia per e-mail"

#. module: account_receipt_send
#: model:mail.template,report_name:account_receipt_send.email_template_edi_receipt
msgid ""
"Receipt_{{ (object.name or '').replace('/','_') }}{{ object.state == 'draft'"
" and '_draft' or '' }}"
msgstr ""
"Ricevuta_{{ (object.name or '').replace('/','_') }}{{ object.state == "
"'draft' and '_draft' or '' }}"

#. module: account_receipt_send
#: model_terms:ir.ui.view,arch_db:account_receipt_send.view_move_receipt_send_form
msgid "Send & Print"
msgstr ""
msgstr "Invia e stampa"

#. module: account_receipt_send
#: model:mail.template,subject:account_receipt_send.email_template_edi_receipt
msgid "{{ object.company_id.name }} Receipt (Ref {{ object.name or 'n/a' }})"
msgstr ""
msgstr "{{ object.company_id.name }} Ricevuta (Rif {{ object.name or 'n/a' }})"

0 comments on commit d4e3037

Please sign in to comment.