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.

299 lines
9.5 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 method"
  44. msgstr ""
  45. #. module: base_exception
  46. #: selection:exception.rule,exception_type:0
  47. msgid "By python code"
  48. msgstr ""
  49. #. module: base_exception
  50. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  51. msgid ""
  52. "By python code: allow to define any arbitrary check\n"
  53. "By domain: limited to a selection by an odoo domain:\n"
  54. " performance can be better when exceptions are "
  55. "evaluated with several records"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  59. msgid "Created by"
  60. msgstr "Oluşturan"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  63. msgid "Created on"
  64. msgstr "Oluşturulma tarihi"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  67. msgid "Description"
  68. msgstr "Açıklama"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  74. msgid "Display Name"
  75. msgstr "Görünen ad"
  76. #. module: base_exception
  77. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  78. msgid "Domain"
  79. msgstr ""
  80. #. module: base_exception
  81. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  82. msgid ""
  83. "Enter Python code here. Help about Python expression is available in the "
  84. "help tab of this document."
  85. msgstr ""
  86. #. module: base_exception
  87. #: code:addons/base_exception/models/base_exception.py:166
  88. #, python-format
  89. msgid ""
  90. "Error when evaluating the exception.rule rule:\n"
  91. " %s \n"
  92. "(%s)"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:ir.model,name:base_exception.model_base_exception
  96. #, fuzzy
  97. msgid "Exception"
  98. msgstr "Açıklama"
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  101. msgid "Exception Name"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule
  105. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  106. msgid "Exception Rule"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  110. msgid "Exception Rule Confirm Wizard"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_base_exception_method
  114. msgid "Exception Rule Methods"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  118. msgid "Exception Rule Setup"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  122. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  123. msgid "Exception Rules"
  124. msgstr ""
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  127. msgid "Exception Type"
  128. msgstr ""
  129. #. module: base_exception
  130. #: model:res.groups,name:base_exception.group_exception_rule_manager
  131. msgid "Exception manager"
  132. msgstr ""
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  135. msgid "Exceptions"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  139. msgid "Exceptions Rules"
  140. msgstr ""
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  143. #, fuzzy
  144. msgid "Exceptions Summary"
  145. msgstr "Açıklama"
  146. #. module: base_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  148. msgid "Exceptions to resolve"
  149. msgstr ""
  150. #. module: base_exception
  151. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  152. msgid "Gives the sequence order when applying the test"
  153. msgstr ""
  154. #. module: base_exception
  155. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  156. msgid "Help"
  157. msgstr ""
  158. #. module: base_exception
  159. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  160. msgid "Help with Python expressions"
  161. msgstr ""
  162. #. module: base_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  164. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  166. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  167. msgid "ID"
  168. msgstr "Kimlik"
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  171. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  172. msgid "Ignore Exceptions"
  173. msgstr ""
  174. #. module: base_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  176. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  179. msgid "Last Modified on"
  180. msgstr "En son güncelleme tarihi"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  183. msgid "Last Updated by"
  184. msgstr "En son güncelleyen "
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  187. msgid "Last Updated on"
  188. msgstr "En son güncelleme tarihi"
  189. #. module: base_exception
  190. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  191. msgid "Main Exception"
  192. msgstr ""
  193. #. module: base_exception
  194. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  195. msgid "Method"
  196. msgstr ""
  197. #. module: base_exception
  198. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  199. #, python-format
  200. msgid "Only 1 ID accepted, got %r."
  201. msgstr ""
  202. #. module: base_exception
  203. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  204. msgid "Outstanding exceptions to manage"
  205. msgstr ""
  206. #. module: base_exception
  207. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  208. msgid "Outstanding exceptions to manager"
  209. msgstr ""
  210. #. module: base_exception
  211. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  212. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  213. msgid "Python Code"
  214. msgstr ""
  215. #. module: base_exception
  216. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  217. msgid ""
  218. "Python code executed to check if the exception apply or not. Use failed = "
  219. "True to block the exception"
  220. msgstr ""
  221. #. module: base_exception
  222. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  223. #, fuzzy
  224. msgid "Related Model"
  225. msgstr "Oluşturulma tarihi"
  226. #. module: base_exception
  227. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  228. msgid "Sequence"
  229. msgstr ""
  230. #. module: base_exception
  231. #: code:addons/base_exception/models/base_exception.py:59
  232. #, python-format
  233. msgid ""
  234. "There is a problem of configuration, python code, domain or method is "
  235. "missing to match the exception type."
  236. msgstr ""
  237. #. module: base_exception
  238. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  239. msgid "To block the exception use: <code>failed = True</code>"
  240. msgstr ""
  241. #. module: base_exception
  242. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  243. msgid ""
  244. "Various fields may use Python code or Python expressions. The following "
  245. "variables can be used:"
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  249. msgid "_Close"
  250. msgstr ""