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.

102 lines
3.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2015-2016
  7. # Alexis de Lattre <alexis@via.ecp.fr>, 2016
  8. # Antonio Trueba, 2016
  9. # Armando Vulcano Junior <vulcano@uol.com.br>, 2015
  10. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  11. # danimaribeiro <danimaribeiro@gmail.com>, 2015-2016
  12. # FIRST AUTHOR <EMAIL@ADDRESS>, 2013
  13. # Hotellook, 2014
  14. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  15. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: server-tools (8.0)\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2017-04-28 09:49+0000\n"
  21. "PO-Revision-Date: 2017-04-19 13:07+0000\n"
  22. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  23. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-"
  24. "tools-8-0/language/pt_BR/)\n"
  25. "Language: pt_BR\n"
  26. "MIME-Version: 1.0\n"
  27. "Content-Type: text/plain; charset=UTF-8\n"
  28. "Content-Transfer-Encoding: \n"
  29. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  30. #. module: scheduler_error_mailer
  31. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  32. msgid ""
  33. "\n"
  34. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
  35. "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  36. "\n"
  37. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the "
  38. "database <em>${ctx.get('dbname')}</em> but it failed. Here is the error "
  39. "message :</p>\n"
  40. "\n"
  41. "<strong>\n"
  42. "${ctx.get('job_exception') and ctx.get('job_exception').value or ctx."
  43. "get('job_exception') or 'Failed to get the error message from the context.'|"
  44. "e}\n"
  45. "</strong>\n"
  46. "\n"
  47. "<pre>\n"
  48. "${ctx.get('traceback')|e}\n"
  49. "</pre>\n"
  50. "\n"
  51. "<p>You may check the logs of the Odoo server to get more information about "
  52. "this failure.</p>\n"
  53. "\n"
  54. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  55. "<ul>\n"
  56. "<li>Model : ${object.model or ''}</li>\n"
  57. "<li>Method : ${object.function or ''}</li>\n"
  58. "<li>Arguments : ${object.args or ''}</li>\n"
  59. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}"
  60. "</li>\n"
  61. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  62. "<li>Repeat missed : ${object.doall}</li>\n"
  63. "<li>User : ${object.user_id.name or ''}</li>\n"
  64. "</ul>\n"
  65. "\n"
  66. "<p>\n"
  67. "-- <br/>\n"
  68. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  69. "Database : ${ctx.get('dbname')}\n"
  70. "</p>\n"
  71. "</div>\n"
  72. " "
  73. msgstr ""
  74. #. module: scheduler_error_mailer
  75. #: code:addons/scheduler_error_mailer/ir_cron.py:79
  76. #, python-format
  77. msgid "Error :"
  78. msgstr "Erro"
  79. #. module: scheduler_error_mailer
  80. #: field:ir.cron,email_template_id:0
  81. msgid "Error E-mail Template"
  82. msgstr "Modelo de Erro de E-mail"
  83. #. module: scheduler_error_mailer
  84. #: help:ir.cron,email_template_id:0
  85. msgid "Select the email template that will be sent when this scheduler fails."
  86. msgstr ""
  87. "Selecione o modelo de email que será enviado quando o agendador falhar."
  88. #. module: scheduler_error_mailer
  89. #: code:addons/scheduler_error_mailer/ir_cron.py:80
  90. #, python-format
  91. msgid "Task failure with UID = %d."
  92. msgstr "Tarefa falhou com UID = %d."
  93. #. module: scheduler_error_mailer
  94. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  95. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  96. msgstr "[DB ${ctx.get('dbname')}] Agendador '${object.name or ''}' FALHOU"