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.

289 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-05-01 10:38+0000\n"
  12. "PO-Revision-Date: 2017-05-01 10:38+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
  15. "Language: uk\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 ""
  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 "Створив"
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  59. msgid "Created on"
  60. msgstr "Дата створення"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  63. msgid "Description"
  64. msgstr "Опис"
  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 "Назва для відображення"
  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 "Exception"
  94. msgstr "Опис"
  95. #. module: base_exception
  96. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  97. msgid "Exception Name"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model,name:base_exception.model_exception_rule
  101. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  102. msgid "Exception Rule"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  106. msgid "Exception Rule Confirm Wizard"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_base_exception_method
  110. msgid "Exception Rule Methods"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  114. msgid "Exception Rule Setup"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  118. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  119. msgid "Exception Rules"
  120. msgstr ""
  121. #. module: base_exception
  122. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  123. msgid "Exception Type"
  124. msgstr ""
  125. #. module: base_exception
  126. #: model:res.groups,name:base_exception.group_exception_rule_manager
  127. msgid "Exception manager"
  128. msgstr ""
  129. #. module: base_exception
  130. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  131. msgid "Exceptions"
  132. msgstr ""
  133. #. module: base_exception
  134. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  135. msgid "Exceptions Rules"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  139. #, fuzzy
  140. msgid "Exceptions Summary"
  141. msgstr "Опис"
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  144. msgid "Exceptions to resolve"
  145. msgstr ""
  146. #. module: base_exception
  147. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  148. msgid "Gives the sequence order when applying the test"
  149. msgstr ""
  150. #. module: base_exception
  151. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  152. msgid "Help"
  153. msgstr ""
  154. #. module: base_exception
  155. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  156. msgid "Help with Python expressions"
  157. msgstr ""
  158. #. module: base_exception
  159. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  160. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  161. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  162. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  163. msgid "ID"
  164. msgstr "ID"
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  168. msgid "Ignore Exceptions"
  169. msgstr ""
  170. #. module: base_exception
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  172. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  175. msgid "Last Modified on"
  176. msgstr "Остання модифікація"
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  179. msgid "Last Updated by"
  180. msgstr "Востаннє оновив"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  183. msgid "Last Updated on"
  184. msgstr "Останнє оновлення"
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  187. msgid "Main Exception"
  188. msgstr ""
  189. #. module: base_exception
  190. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  191. #, python-format
  192. msgid "Only 1 ID accepted, got %r."
  193. msgstr ""
  194. #. module: base_exception
  195. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  196. msgid "Outstanding exceptions to manage"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  200. msgid "Outstanding exceptions to manager"
  201. msgstr ""
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  204. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  205. msgid "Python Code"
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  209. msgid ""
  210. "Python code executed to check if the exception apply or not. Use failed = "
  211. "True to block the exception"
  212. msgstr ""
  213. #. module: base_exception
  214. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  215. #, fuzzy
  216. msgid "Related Model"
  217. msgstr "Дата створення"
  218. #. module: base_exception
  219. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  220. msgid "Sequence"
  221. msgstr ""
  222. #. module: base_exception
  223. #: code:addons/base_exception/models/base_exception.py:50
  224. #, python-format
  225. msgid ""
  226. "There is a problem of configuration, python code or domain is missing to "
  227. "match the exception type."
  228. msgstr ""
  229. #. module: base_exception
  230. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  231. msgid "To block the exception use: <code>failed = True</code>"
  232. msgstr ""
  233. #. module: base_exception
  234. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  235. msgid ""
  236. "Various fields may use Python code or Python expressions. The following "
  237. "variables can be used:"
  238. msgstr ""
  239. #. module: base_exception
  240. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  241. msgid "_Close"
  242. msgstr ""