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.

100 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/"
  43. "language/tr/)\n"
  44. "Language: tr\n"
  45. "MIME-Version: 1.0\n"
  46. "Content-Type: text/plain; charset=UTF-8\n"
  47. "Content-Transfer-Encoding: \n"
  48. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  49. #. module: auth_dynamic_groups
  50. #: model:ir.model,name:auth_dynamic_groups.model_res_groups
  51. msgid "Access Groups"
  52. msgstr "Erişim Grupları"
  53. #. module: auth_dynamic_groups
  54. #: field:res.groups,dynamic_group_condition:0
  55. msgid "Condition"
  56. msgstr "Koşul"
  57. #. module: auth_dynamic_groups
  58. #: field:res.groups,is_dynamic:0
  59. msgid "Dynamic"
  60. msgstr "Dinamik"
  61. #. module: auth_dynamic_groups
  62. #: view:res.groups:auth_dynamic_groups.view_groups_form
  63. msgid "Evaluate"
  64. msgstr "Değerlendir"
  65. #. module: auth_dynamic_groups
  66. #: view:res.groups:auth_dynamic_groups.view_groups_form
  67. msgid "Fill in your condition..."
  68. msgstr "Durumunuzu doldurun..."
  69. #. module: auth_dynamic_groups
  70. #: code:addons/auth_dynamic_groups/model/res_groups.py:57
  71. #, python-format
  72. msgid "The condition doesn't evaluate correctly!"
  73. msgstr "Bu koşul doğru hesaplanamıyor!"
  74. #. module: auth_dynamic_groups
  75. #: help:res.groups,dynamic_group_condition:0
  76. msgid ""
  77. "The condition to be met for a user to be a member of this group. It is "
  78. "evaluated as python code at login time, you get `user` passed as a browse "
  79. "record"
  80. msgstr ""
  81. "Bu kullanıcının bu gruba üye olabilmesi için sağlaması gereken koşul. Koşul "
  82. "bir python kodu olarak kullanıcı sisteme giriş yaparken değerlendirilir. "
  83. "Sizs 'user' ı browe kaydı olarak alırsınız."
  84. #. module: auth_dynamic_groups
  85. #: model:ir.model,name:auth_dynamic_groups.model_res_users
  86. msgid "Users"
  87. msgstr "Kullanıcılar"
  88. #. module: auth_dynamic_groups
  89. #: view:res.groups:auth_dynamic_groups.view_groups_form
  90. msgid "{'readonly': [('is_dynamic', '=', True)]}"
  91. msgstr "{'readonly': [('is_dynamic', '=', True)]}"