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.

96 lines
3.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_dynamic_groups
  4. #
  5. # Translators:
  6. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  7. # Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
  8. # Antonio Trueba, 2016
  9. # bossnm11 <bossnm11@gmail.com>, 2014
  10. # Carles Antoli <carlesantoli@hotmail.com>, 2015
  11. # Chanseok <kcsgoodboy@naver.com>, 2014
  12. # Chul Park <parkchul@nate.com>, 2015
  13. # David10000 <gameness@naver.com>, 2014
  14. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012-2013
  15. # Gil <gedwarp@gmail.com>, 2014
  16. # kmooc <shevious@gmail.com>, 2015
  17. # Hongseob Lee <shevreg@yahoo.com>, 2015
  18. # jeon <bluerespect@nate.com>, 2014
  19. # JiyeonLee <leejiyeon00@gmail.com>, 2014
  20. # Jong-Dae Park <jdpark7@gmail.com>, 2013
  21. # Kevin Min <gr326887@graded.br>, 2015
  22. # KimKyudong <choemh@nate.com>, 2014
  23. # mariana1201 <gogo3135@naver.com>, 2014
  24. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
  25. # Nicole <dlruddk1112@gmail.com>, 2014
  26. # Paolo Valier, 2016
  27. # Pope, 2014
  28. # Rudolf Schnapka <rs@techno-flex.de>, 2016
  29. # Sarina Canelake <sarina@edx.org>, 2014
  30. # Seok Jun Yoon <fake2real@dctribe.com>, 2015
  31. # shin2012 <shin2013@gmail.com>, 2014
  32. # Sujin Lee <sujinlee.me@gmail.com>, 2014
  33. # Sunah Lim <whitetree70@snu.ac.kr>, 2013
  34. # Young C. Kim, 2015
  35. msgid ""
  36. msgstr ""
  37. "Project-Id-Version: server-tools (8.0)\n"
  38. "Report-Msgid-Bugs-To: \n"
  39. "POT-Creation-Date: 2016-12-24 05:31+0000\n"
  40. "PO-Revision-Date: 2016-12-30 18:52+0000\n"
  41. "Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>\n"
  42. "Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr/)\n"
  43. "MIME-Version: 1.0\n"
  44. "Content-Type: text/plain; charset=UTF-8\n"
  45. "Content-Transfer-Encoding: \n"
  46. "Language: tr\n"
  47. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  48. #. module: auth_dynamic_groups
  49. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  50. msgid "Access Groups"
  51. msgstr "Erişim Grupları"
  52. #. module: auth_dynamic_groups
  53. #: field:res.groups,dynamic_group_condition:0
  54. msgid "Condition"
  55. msgstr "Koşul"
  56. #. module: auth_dynamic_groups
  57. #: field:res.groups,is_dynamic:0
  58. msgid "Dynamic"
  59. msgstr "Dinamik"
  60. #. module: auth_dynamic_groups
  61. #: view:res.groups:auth_dynamic_groups.view_groups_form
  62. msgid "Evaluate"
  63. msgstr "Değerlendir"
  64. #. module: auth_dynamic_groups
  65. #: view:res.groups:auth_dynamic_groups.view_groups_form
  66. msgid "Fill in your condition..."
  67. msgstr "Durumunuzu doldurun..."
  68. #. module: auth_dynamic_groups
  69. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  70. #, python-format
  71. msgid "The condition doesn't evaluate correctly!"
  72. msgstr "Bu koşul doğru hesaplanamıyor!"
  73. #. module: auth_dynamic_groups
  74. #: help:res.groups,dynamic_group_condition:0
  75. msgid ""
  76. "The condition to be met for a user to be a member of this group. It is "
  77. "evaluated as python code at login time, you get `user` passed as a browse "
  78. "record"
  79. msgstr "Bu kullanıcının bu gruba üye olabilmesi için sağlaması gereken koşul. Koşul bir python kodu olarak kullanıcı sisteme giriş yaparken değerlendirilir. Sizs 'user' ı browe kaydı olarak alırsınız."
  80. #. module: auth_dynamic_groups
  81. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  82. msgid "Users"
  83. msgstr "Kullanıcılar"
  84. #. module: auth_dynamic_groups
  85. #: view:res.groups:auth_dynamic_groups.view_groups_form
  86. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  87. msgstr "{'readonly': [('is_dynamic', '=', True)]}"