You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
8.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * contract_payment_auto
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, 2017
  8. # Pedro Castro Silva <pedrocs@exo.pt>, 2017
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 10.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-12-08 01:46+0000\n"
  14. "PO-Revision-Date: 2017-12-08 01:46+0000\n"
  15. "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>, 2017\n"
  16. "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: pt\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: contract_payment_auto
  23. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_fail
  24. #: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_retry
  25. msgid ""
  26. "\n"
  27. "\n"
  28. "<p>\n"
  29. " Hello ${object.partner_id.name}\n"
  30. " % set access_action = object.get_access_action()\n"
  31. " % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
  32. " % if object.partner_id.parent_id:\n"
  33. " (<i>${object.partner_id.parent_id.name}</i>)\n"
  34. " % endif\n"
  35. " ,\n"
  36. "</p>\n"
  37. "\n"
  38. "<p>\n"
  39. " The automatic payment for your invoice\n"
  40. " <a href=\"${access_url}\">\n"
  41. " <strong>\n"
  42. " ${object.number}\n"
  43. " </strong>\n"
  44. " % if object.origin:\n"
  45. " (with reference: ${object.origin} )\n"
  46. " % endif\n"
  47. " </a>\n"
  48. " failed.\n"
  49. "</p>\n"
  50. "\n"
  51. "<p>\n"
  52. " Please verify that your payment information is correct, and that funds are\n"
  53. " available in the account.\n"
  54. "</p>\n"
  55. "\n"
  56. "\n"
  57. " "
  58. msgstr ""
  59. #. module: contract_payment_auto
  60. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  61. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  62. msgid "Amount of hours that should lapse until a failed automatic is retried."
  63. msgstr ""
  64. #. module: contract_payment_auto
  65. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  66. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  67. msgid ""
  68. "Amount times to retry failed/declined automatic payment before giving up."
  69. msgstr ""
  70. #. module: contract_payment_auto
  71. #: model:ir.model,name:contract_payment_auto.model_account_analytic_account
  72. msgid "Analytic Account"
  73. msgstr "Conta Analítica"
  74. #. module: contract_payment_auto
  75. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay
  76. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  77. msgid "Auto Pay?"
  78. msgstr ""
  79. #. module: contract_payment_auto
  80. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts
  81. msgid "Auto pay attempts"
  82. msgstr ""
  83. #. module: contract_payment_auto
  84. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed
  85. msgid "Auto pay failed"
  86. msgstr ""
  87. #. module: contract_payment_auto
  88. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries
  89. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries
  90. msgid "Auto pay retries"
  91. msgstr ""
  92. #. module: contract_payment_auto
  93. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours
  94. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours
  95. msgid "Auto pay retry hours"
  96. msgstr ""
  97. #. module: contract_payment_auto
  98. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail
  99. #: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry
  100. msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})"
  101. msgstr ""
  102. #. module: contract_payment_auto
  103. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay
  104. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay
  105. msgid ""
  106. "Check this to enable automatic payment for invoices that are created for "
  107. "this contract."
  108. msgstr ""
  109. #. module: contract_payment_auto
  110. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  111. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  112. msgid ""
  113. "During the automatic payment process, an invoice will be created and "
  114. "validated. If this template is selected, it will automatically be sent to "
  115. "the customer during this process using the defined template."
  116. msgstr ""
  117. #. module: contract_payment_auto
  118. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  119. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  120. msgid ""
  121. "If automatic payment fails for some reason, but will be re-attempted later, "
  122. "this message will be sent to the billed partner."
  123. msgstr ""
  124. #. module: contract_payment_auto
  125. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  126. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  127. msgid ""
  128. "If automatic payment fails for some reason, this message will be sent to the"
  129. " billed partner."
  130. msgstr ""
  131. #. module: contract_payment_auto
  132. #: model:ir.model,name:contract_payment_auto.model_account_invoice
  133. msgid "Invoice"
  134. msgstr "Fatura"
  135. #. module: contract_payment_auto
  136. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id
  137. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id
  138. msgid "Invoice Message"
  139. msgstr ""
  140. #. module: contract_payment_auto
  141. #: code:addons/contract_payment_auto/models/account_analytic_account.py:173
  142. #, python-format
  143. msgid "Invoice sent"
  144. msgstr ""
  145. #. module: contract_payment_auto
  146. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail
  147. #: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry
  148. msgid ""
  149. "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
  150. "and 'draft' or ''}"
  151. msgstr ""
  152. #. module: contract_payment_auto
  153. #: model:ir.model,name:contract_payment_auto.model_res_partner
  154. msgid "Partner"
  155. msgstr "Parceiro"
  156. #. module: contract_payment_auto
  157. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
  158. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
  159. msgid "Payment Failed Message"
  160. msgstr ""
  161. #. module: contract_payment_auto
  162. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id
  163. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id
  164. msgid "Payment Retry Message"
  165. msgstr ""
  166. #. module: contract_payment_auto
  167. #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id
  168. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id
  169. #: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id
  170. msgid "Payment Token"
  171. msgstr ""
  172. #. module: contract_payment_auto
  173. #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id
  174. msgid ""
  175. "This is the payment token that will be used to automatically reconcile debts"
  176. " against this account. If none is set, the bill to partner's default token "
  177. "will be used."
  178. msgstr ""
  179. #. module: contract_payment_auto
  180. #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id
  181. #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id
  182. msgid ""
  183. "This is the payment token that will be used to automatically reconcile debts"
  184. " for this partner, if there is not one already set on the analytic account."
  185. msgstr ""
  186. #. module: contract_payment_auto
  187. #: model:ir.model,name:contract_payment_auto.model_account_analytic_contract
  188. msgid "account.analytic.contract"
  189. msgstr "account.analytic.contract"