Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Feb 23, 2024
1 parent 1d9f33c commit 03df0e4
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions account_receipt_send/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_receipt_send
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.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: account_receipt_send
#: model:mail.template,body_html:account_receipt_send.email_template_edi_receipt
msgid ""
"<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"
" amounting in <strong t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</strong> from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
" <t t-if=\"object.payment_state in ('paid', 'in_payment')\">This invoice is already paid.</t>\n"
" <t t-else=\"\">Please remit payment at your earliest convenience.\n"
" <t t-if=\"object.payment_reference\">\n"
" <br>\n"
" <br>Please use the following communication for your payment: <strong t-out=\"object.payment_reference or ''\">INV/2021/05/0005</strong>.\n"
" </t>\n"
" </t>\n"
" <br>\n"
" <br>Do not hesitate to contact us if you have any questions.\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"
" "
msgstr ""

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

#. module: account_receipt_send
#: model:mail.template,name:account_receipt_send.email_template_edi_receipt
msgid "Receipt: Send by email"
msgstr ""

#. 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 ""

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

#. 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 ""

0 comments on commit 03df0e4

Please sign in to comment.