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.

291 lines
9.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-08-01 02:43+0000\n"
  12. "PO-Revision-Date: 2017-08-01 02:43+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
  15. "tr_TR/)\n"
  16. "Language: tr_TR\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #. module: base_exception
  22. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  23. msgid "<code>self</code>: Record on which the rule is evaluated."
  24. msgstr ""
  25. #. module: base_exception
  26. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  27. msgid "<code>time</code>: useful Python libraries"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  31. msgid "Active"
  32. msgstr "Etkin"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr ""
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. msgid "By domain"
  40. msgstr ""
  41. #. module: base_exception
  42. #: selection:exception.rule,exception_type:0
  43. msgid "By python code"
  44. msgstr ""
  45. #. module: base_exception
  46. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  47. msgid ""
  48. "By python code: allow to define any arbitrary check\n"
  49. "By domain: limited to a selection by an odoo domain:\n"
  50. " performance can be better when exceptions are "
  51. "evaluated with several records"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  55. msgid "Created by"
  56. msgstr "Oluşturan"
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  59. msgid "Created on"
  60. msgstr "Oluşturulma tarihi"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  63. msgid "Description"
  64. msgstr "Açıklama"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  70. msgid "Display Name"
  71. msgstr "Görünen ad"
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  74. msgid "Domain"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  78. msgid ""
  79. "Enter Python code here. Help about Python expression is available in the "
  80. "help tab of this document."
  81. msgstr ""
  82. #. module: base_exception
  83. #: code:addons/base_exception/models/base_exception.py:156
  84. #, python-format
  85. msgid ""
  86. "Error when evaluating the exception.rule rule:\n"
  87. " %s \n"
  88. "(%s)"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model,name:base_exception.model_base_exception
  92. #, fuzzy
  93. #| msgid "Description"
  94. msgid "Exception"
  95. msgstr "Açıklama"
  96. #. module: base_exception
  97. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  98. msgid "Exception Name"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model:ir.model,name:base_exception.model_exception_rule
  102. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  103. msgid "Exception Rule"
  104. msgstr ""
  105. #. module: base_exception
  106. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  107. msgid "Exception Rule Confirm Wizard"
  108. msgstr ""
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_base_exception_method
  111. msgid "Exception Rule Methods"
  112. msgstr ""
  113. #. module: base_exception
  114. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  115. msgid "Exception Rule Setup"
  116. msgstr ""
  117. #. module: base_exception
  118. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  119. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  120. msgid "Exception Rules"
  121. msgstr ""
  122. #. module: base_exception
  123. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  124. msgid "Exception Type"
  125. msgstr ""
  126. #. module: base_exception
  127. #: model:res.groups,name:base_exception.group_exception_rule_manager
  128. msgid "Exception manager"
  129. msgstr ""
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  132. msgid "Exceptions"
  133. msgstr ""
  134. #. module: base_exception
  135. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  136. msgid "Exceptions Rules"
  137. msgstr ""
  138. #. module: base_exception
  139. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  140. #, fuzzy
  141. #| msgid "Description"
  142. msgid "Exceptions Summary"
  143. msgstr "Açıklama"
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  146. msgid "Exceptions to resolve"
  147. msgstr ""
  148. #. module: base_exception
  149. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  150. msgid "Gives the sequence order when applying the test"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  154. msgid "Help"
  155. msgstr ""
  156. #. module: base_exception
  157. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  158. msgid "Help with Python expressions"
  159. msgstr ""
  160. #. module: base_exception
  161. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  165. msgid "ID"
  166. msgstr "Kimlik"
  167. #. module: base_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  170. msgid "Ignore Exceptions"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  174. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  177. msgid "Last Modified on"
  178. msgstr "En son güncelleme tarihi"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  181. msgid "Last Updated by"
  182. msgstr "En son güncelleyen "
  183. #. module: base_exception
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  185. msgid "Last Updated on"
  186. msgstr "En son güncelleme tarihi"
  187. #. module: base_exception
  188. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  189. msgid "Main Exception"
  190. msgstr ""
  191. #. module: base_exception
  192. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  193. #, python-format
  194. msgid "Only 1 ID accepted, got %r."
  195. msgstr ""
  196. #. module: base_exception
  197. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  198. msgid "Outstanding exceptions to manage"
  199. msgstr ""
  200. #. module: base_exception
  201. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  202. msgid "Outstanding exceptions to manager"
  203. msgstr ""
  204. #. module: base_exception
  205. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  206. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  207. msgid "Python Code"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  211. msgid ""
  212. "Python code executed to check if the exception apply or not. Use failed = "
  213. "True to block the exception"
  214. msgstr ""
  215. #. module: base_exception
  216. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  217. #, fuzzy
  218. msgid "Related Model"
  219. msgstr "Oluşturulma tarihi"
  220. #. module: base_exception
  221. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  222. msgid "Sequence"
  223. msgstr ""
  224. #. module: base_exception
  225. #: code:addons/base_exception/models/base_exception.py:50
  226. #, python-format
  227. msgid ""
  228. "There is a problem of configuration, python code or domain is missing to "
  229. "match the exception type."
  230. msgstr ""
  231. #. module: base_exception
  232. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  233. msgid "To block the exception use: <code>failed = True</code>"
  234. msgstr ""
  235. #. module: base_exception
  236. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  237. msgid ""
  238. "Various fields may use Python code or Python expressions. The following "
  239. "variables can be used:"
  240. msgstr ""
  241. #. module: base_exception
  242. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  243. msgid "_Close"
  244. msgstr ""