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.

86 lines
3.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * scheduler_error_mailer
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2019-08-14 12:44+0000\n"
  10. "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
  11. "Language-Team: none\n"
  12. "Language: pt\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  17. "X-Generator: Weblate 3.7.1\n"
  18. #. module: scheduler_error_mailer
  19. #: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  20. msgid "\n"
  21. " \n"
  22. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  23. "\n"
  24. "<p>Odoo tried to run the scheduler <em>${object.name or ''}</em> in the database <em>${ctx.get('dbname')}</em> but it failed. Here is the error message :</p>\n"
  25. "\n"
  26. "<strong>\n"
  27. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  28. "</strong>\n"
  29. "\n"
  30. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  31. "\n"
  32. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  33. "<ul>\n"
  34. "<li>Model : ${object.model or ''}</li>\n"
  35. "<li>Method : ${object.function or ''}</li>\n"
  36. "<li>Arguments : ${object.args or ''}</li>\n"
  37. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  38. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  39. "<li>Repeat missed : ${object.doall}</li>\n"
  40. "<li>User : ${object.user_id.name or ''}</li>\n"
  41. "</ul>\n"
  42. "\n"
  43. "<p>\n"
  44. "-- <br/>\n"
  45. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  46. "Database : ${ctx.get('dbname')}\n"
  47. "</p>\n"
  48. "</div>\n"
  49. " \n"
  50. " "
  51. msgstr ""
  52. #. module: scheduler_error_mailer
  53. #: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id
  54. msgid "Error E-mail Template"
  55. msgstr "Modelo do E-mail de Erro"
  56. #. module: scheduler_error_mailer
  57. #: model:ir.model,name:scheduler_error_mailer.model_ir_cron
  58. msgid "Scheduled Actions"
  59. msgstr "Ações Agendadas"
  60. #. module: scheduler_error_mailer
  61. #: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id
  62. msgid "Select the email template that will be sent when this scheduler fails."
  63. msgstr ""
  64. "Selecione o modelo de email que será enviado quando este agendador falhar."
  65. #. module: scheduler_error_mailer
  66. #: code:addons/scheduler_error_mailer/models/ir_cron.py:55
  67. #, python-format
  68. msgid "Task failure with UID = %d."
  69. msgstr "Falha na tarefa com UID = %d."
  70. #. module: scheduler_error_mailer
  71. #: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server
  72. #: model:ir.cron,cron_name:scheduler_error_mailer.test_scheduler_error_mailer
  73. #: model:ir.cron,name:scheduler_error_mailer.test_scheduler_error_mailer
  74. msgid "Test Scheduler Error Mailer"
  75. msgstr "Testar o Envio de E-mails de Erro do Agendador"
  76. #. module: scheduler_error_mailer
  77. #: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer
  78. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  79. msgstr ""