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 Jan 10, 2025
1 parent c96e531 commit 39e35b1
Showing 1 changed file with 324 additions and 0 deletions.
324 changes: 324 additions & 0 deletions account_payment_order_vendor_email/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,324 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_payment_order_vendor_email
#
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: account_payment_order_vendor_email
#: model:mail.template,body_html:account_payment_order_vendor_email.ach_payment_email_template
msgid ""
"\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" style=\"padding-top: 16px; background-color: white; font-family:Verdana, Arial,sans-serif; color: #454748; min-width:800px; border-collapse:separate;\"\n"
" ><tr><td align=\"center\">\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" width=\"800\"\n"
" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\"\n"
" >\n"
" </table>\n"
" </td></tr>\n"
" <tbody>\n"
" <!-- HEADER -->\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 800px;\">\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" width=\"590\"\n"
" style=\"min-width: 800px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:collapse;\"\n"
" >\n"
" <tr><td style=\"min-width:750px;\" valign=\"middle\">\n"
" <span style=\"font-size: 10px;\">Remittance\n"
" Advice</span><br/>\n"
" <span\n"
" style=\"font-size: 20px; font-weight: bold;\"\n"
" >\n"
" ${object.name}\n"
" </span>\n"
" </td><td valign=\"middle\" align=\"right\">\n"
" <img\n"
" src=\"/logo.png?company=${object.company_id.id}\"\n"
" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\"\n"
" alt=\"${object.company_id.name}\"\n"
" />\n"
" </td></tr>\n"
" <tr><td colspan=\"2\" style=\"text-align:center;min-width:750px;\"\">\n"
" <hr\n"
" width=\"100%\"\n"
" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"\n"
" />\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 800px;\">\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" width=\"590\"\n"
" style=\"min-width: 800px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:collapse;\"\n"
" >\n"
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
" <div>\n"
" Dear ${object.name},<br/><br/>\n"
" A payment was processed on ${ctx['date']}\n"
" for ${ctx['partner_name']} in the amount of\n"
" ${ctx['total_amount']} with reference\n"
" ${ctx['payment_ref']}.<br/><br/>\n"
" % set line_dict = ctx.get('line_data',False)\n"
" % for line in line_dict:\n"
" <table style=\"min-width:800px;background-color: white; padding: 0px 8px 0px 8px; border-collapse: collapse;\" width=\"800\">\n"
" <tr>\n"
" <td style=\"border:1px solid #000000;width:80px; min-width:80px; max-width: 80px;\">\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"inv_date\") or ''}\n"
" </b>\n"
" % else:\n"
" ${line.get(\"inv_date\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:150px; min-width:150px; max-width: 150px;\" >\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"inv_no\") or ''}\n"
" </b>\n"
" % else:\n"
" ${line.get(\"inv_no\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\" >\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"credit_ref\") or ''}\n"
" </b>\n"
" % else:\n"
" ${line.get(\"credit_ref\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:150px; min-width:150px; max-width: 150px;\" >\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"supp_inv\") or ''}\n"
" </b>\n"
" % else:\n"
" ${line.get(\"supp_inv\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\" >\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"payment_amount\") or ''}\n"
" </b>\n"
" % else:\n"
" ${'%.2f' % line.get(\"payment_amount\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\" >\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"inv_amount\") or ''}\n"
" </b>\n"
" % else:\n"
" ${'%.2f' %line.get(\"inv_amount\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\">\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"credit_amount\") or ''}\n"
" </b>\n"
" % else:\n"
" ${'%.2f' % line.get(\"credit_amount\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\">\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"discount\") or ''}\n"
" </b>\n"
" % else:\n"
" ${line.get(\"discount\") or ''}\n"
" % endif\n"
" </td>\n"
" <td style=\"border:1px solid #000000;width:70px; min-width:70px; max-width: 70px;\">\n"
" % if line == line_dict[0]:\n"
" <b>\n"
" ${line.get(\"due_amount\") or ''}\n"
" </b>\n"
" % else:\n"
" ${'%.2f' % line.get(\"due_amount\") or ''}\n"
" % endif\n"
" </td>\n"
" </tr>\n"
" </table>\n"
" % endfor\n"
" Thanks,\n"
" % if user.signature:\n"
" <br/>\n"
" ${user.signature | safe}\n"
" % endif\n"
" </div>\n"
" </td>\n"
" </tr>\n"
" <tr><td style=\"text-align:center;\">\n"
" <hr\n"
" width=\"100%\"\n"
" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"\n"
" />\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" <tr>\n"
" <td align=\"center\" style=\"min-width: 800px;\">\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" width=\"800\"\n"
" style=\"min-width: 800px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\"\n"
" >\n"
" <tr><td valign=\"middle\" align=\"left\">\n"
" ${object.company_id.name}\n"
" </td></tr>\n"
" <tr><td\n"
" valign=\"middle\"\n"
" align=\"left\"\n"
" style=\"opacity: 0.7;\"\n"
" >\n"
" ${object.company_id.phone}\n"
" % if object.company_id.email\n"
" | <a\n"
" href=\"'mailto:%s' % ${object.company_id.email}\"\n"
" style=\"text-decoration:none; color: #454748;\"\n"
" >\n"
" ${object.company_id.email}</a>\n"
" % endif\n"
" % if object.company_id.website\n"
" | <a\n"
" href=\"'%s' % ${object.company_id.website}\"\n"
" style=\"text-decoration:none; color: #454748;\"\n"
" >\n"
" ${object.company_id.website}\n"
" </a>\n"
" % endif\n"
" </td></tr>\n"
" </table>\n"
" </td>\n"
" </tr>\n"
" </tbody>\n"
" <!-- POWERED BY -->\n"
" <tr><td align=\"center\" style=\"min-width: 800px;\">\n"
" <table\n"
" border=\"0\"\n"
" cellpadding=\"0\"\n"
" cellspacing=\"0\"\n"
" width=\"800\"\n"
" style=\"min-width: 800px; background-color: white; color: #454748; padding: 8px; border-collapse:separate;\"\n"
" >\n"
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
" Powered by <a\n"
" target=\"_blank\"\n"
" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=auth\"\n"
" style=\"color: #875A7B;\"\n"
" >Odoo</a>\n"
" </td></tr>\n"
" </table>\n"
" </td></tr>\n"
" </table>\n"
" \n"
" "
msgstr ""

#. module: account_payment_order_vendor_email
#: code:addons/account_payment_order_vendor_email/models/account_payment_mode.py:0
#, python-format
msgid "An email is not able to send to %s vendor."
msgstr ""

#. module: account_payment_order_vendor_email
#: code:addons/account_payment_order_vendor_email/models/account_payment_mode.py:0
#, python-format
msgid "An email is sent successfully to %s vendor."
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_line__discount_amount
msgid "Discount Amount"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_line__display_name
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_mode__display_name
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_order__display_name
msgid "Display Name"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_mode__email_temp_id
msgid "Email Template"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_line__id
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_mode__id
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_order__id
msgid "ID"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_line____last_update
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_mode____last_update
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model,name:account_payment_order_vendor_email.model_account_payment_line
msgid "Payment Lines"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model,name:account_payment_order_vendor_email.model_account_payment_mode
msgid "Payment Modes"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model,name:account_payment_order_vendor_email.model_account_payment_order
msgid "Payment Order"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:mail.template,subject:account_payment_order_vendor_email.ach_payment_email_template
msgid "Remittance Advice"
msgstr ""

#. module: account_payment_order_vendor_email
#: model_terms:ir.ui.view,arch_db:account_payment_order_vendor_email.account_payment_order_manual_email_form
msgid "Send Email"
msgstr ""

#. module: account_payment_order_vendor_email
#: model:ir.model.fields,field_description:account_payment_order_vendor_email.field_account_payment_mode__send_email_to_partner
msgid "Send Email to Partner"
msgstr ""

0 comments on commit 39e35b1

Please sign in to comment.