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.

91 lines
4.5 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>, 2016
  7. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2013,2016
  8. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2013
  9. # Antonio Trueba, 2016
  10. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  11. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2015
  12. # danimaribeiro <danimaribeiro@gmail.com>, 2016
  13. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  14. # Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
  15. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  16. # Paolo Valier, 2016
  17. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  18. msgid ""
  19. msgstr ""
  20. "Project-Id-Version: server-tools (8.0)\n"
  21. "Report-Msgid-Bugs-To: \n"
  22. "POT-Creation-Date: 2016-12-24 05:32+0000\n"
  23. "PO-Revision-Date: 2016-12-30 20:00+0000\n"
  24. "Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>\n"
  25. "Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr/)\n"
  26. "MIME-Version: 1.0\n"
  27. "Content-Type: text/plain; charset=UTF-8\n"
  28. "Content-Transfer-Encoding: \n"
  29. "Language: tr\n"
  30. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  31. #. module: scheduler_error_mailer
  32. #: model:email.template,body_html:scheduler_error_mailer.scheduler_error_mailer
  33. msgid ""
  34. "\n"
  35. "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
  36. "\n"
  37. "<p>OpenERP 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"
  38. "\n"
  39. "<strong>\n"
  40. "${ctx.get('job_exception') and ctx.get('job_exception').value or 'Failed to get the error message from the context.'}\n"
  41. "</strong>\n"
  42. "\n"
  43. "<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n"
  44. "\n"
  45. "<p>Properties of the scheduler <em>${object.name or ''}</em> :</p>\n"
  46. "<ul>\n"
  47. "<li>Model : ${object.model or ''}</li>\n"
  48. "<li>Method : ${object.function or ''}</li>\n"
  49. "<li>Arguments : ${object.args or ''}</li>\n"
  50. "<li>Interval : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n"
  51. "<li>Number of calls : ${object.numbercall or '0'}</li>\n"
  52. "<li>Repeat missed : ${object.doall}</li>\n"
  53. "<li>User : ${object.user_id.name or ''}</li>\n"
  54. "</ul>\n"
  55. "\n"
  56. "<p>\n"
  57. "-- <br/>\n"
  58. "Automatic e-mail sent by Odoo. Do not reply.<br/>\n"
  59. "Database : ${ctx.get('dbname')}\n"
  60. "</p>\n"
  61. "</div>\n"
  62. " "
  63. msgstr "\n<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n\n<p>Odoo zamanlayıcıyı çalıştırmaya çalıştı. <em>${object.name or ''}</em> Veritabanı: <em>${ctx.get('dbname')}</em> <br>\nHata mesajını altta bulabilirsiniz :</p>\n\n<strong>\n${ctx.get('job_exception') and ctx.get('job_exception').value or 'bağlamdan hata mesajı çekilemedi.'}\n</strong>\n\n<p>Odoo sunucu loglarını kontrol ederseniz daha ayrıntılı bilgi edinebilirsiniz.</p>\n\n<p>Zamanlayıcının Özellikleri<em>${object.name or ''}</em> :</p>\n<ul>\n<li>Model : ${object.model or ''}</li>\n<li>Fonksiyon : ${object.function or ''}</li>\n<li>Değişkenler : ${object.args or ''}</li>\n<li>Aralık : ${object.interval_number or '0'} ${object.interval_type or ''}</li>\n<li>Tekrar çalıştırma miktarı : ${object.numbercall or '0'}</li>\n<li>Kaçanı tekrarla : ${object.doall}</li>\n<li>Kullanıcı : ${object.user_id.name or ''}</li>\n</ul>\n\n<p>\n-- <br/>\nOdoo tarafından gönderilmiş otomtik mesaj cevap vermeyin..<br/>\nVeritabanı : ${ctx.get('dbname')}\n</p>\n</div>\n "
  64. #. module: scheduler_error_mailer
  65. #: code:addons/scheduler_error_mailer/ir_cron.py:75
  66. #, python-format
  67. msgid "Error :"
  68. msgstr "Hata :"
  69. #. module: scheduler_error_mailer
  70. #: field:ir.cron,email_template_id:0
  71. msgid "Error E-mail Template"
  72. msgstr "Hatalı e-posta şablonu"
  73. #. module: scheduler_error_mailer
  74. #: help:ir.cron,email_template_id:0
  75. msgid "Select the email template that will be sent when this scheduler fails."
  76. msgstr "Zamanlayıcı başarısız olunca gönderilecek e-posta şablonu."
  77. #. module: scheduler_error_mailer
  78. #: code:addons/scheduler_error_mailer/ir_cron.py:76
  79. #, python-format
  80. msgid "Task failure with UID = %d."
  81. msgstr "Görev başarızı oldu UID = %d."
  82. #. module: scheduler_error_mailer
  83. #: model:email.template,subject:scheduler_error_mailer.scheduler_error_mailer
  84. msgid "[DB ${ctx.get('dbname')}] Scheduler '${object.name or ''}' FAILED"
  85. msgstr "[DB ${ctx.get('dbname')}] Zamanlayıcı '${object.name or ''}' Başarısız oldu"