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.

290 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: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
  15. "Language: ru\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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22. #. module: base_exception
  23. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  24. msgid "<code>self</code>: Record on which the rule is evaluated."
  25. msgstr ""
  26. #. module: base_exception
  27. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  28. msgid "<code>time</code>: useful Python libraries"
  29. msgstr ""
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  32. msgid "Active"
  33. msgstr ""
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  36. msgid "Apply on"
  37. msgstr ""
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By domain"
  41. msgstr ""
  42. #. module: base_exception
  43. #: selection:exception.rule,exception_type:0
  44. msgid "By python code"
  45. msgstr ""
  46. #. module: base_exception
  47. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  48. msgid ""
  49. "By python code: allow to define any arbitrary check\n"
  50. "By domain: limited to a selection by an odoo domain:\n"
  51. " performance can be better when exceptions are "
  52. "evaluated with several records"
  53. msgstr ""
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  56. msgid "Created by"
  57. msgstr "Создано"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  60. msgid "Created on"
  61. msgstr "Создан"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  64. msgid "Description"
  65. msgstr "Описание"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  71. msgid "Display Name"
  72. msgstr ""
  73. #. module: base_exception
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  75. msgid "Domain"
  76. msgstr ""
  77. #. module: base_exception
  78. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  79. msgid ""
  80. "Enter Python code here. Help about Python expression is available in the "
  81. "help tab of this document."
  82. msgstr ""
  83. #. module: base_exception
  84. #: code:addons/base_exception/models/base_exception.py:156
  85. #, python-format
  86. msgid ""
  87. "Error when evaluating the exception.rule rule:\n"
  88. " %s \n"
  89. "(%s)"
  90. msgstr ""
  91. #. module: base_exception
  92. #: model:ir.model,name:base_exception.model_base_exception
  93. #, fuzzy
  94. msgid "Exception"
  95. msgstr "Описание"
  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 "Exceptions Summary"
  142. msgstr "Описание"
  143. #. module: base_exception
  144. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  145. msgid "Exceptions to resolve"
  146. msgstr ""
  147. #. module: base_exception
  148. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  149. msgid "Gives the sequence order when applying the test"
  150. msgstr ""
  151. #. module: base_exception
  152. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  153. msgid "Help"
  154. msgstr ""
  155. #. module: base_exception
  156. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  157. msgid "Help with Python expressions"
  158. msgstr ""
  159. #. module: base_exception
  160. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  161. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  162. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  164. msgid "ID"
  165. msgstr "ID"
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  169. msgid "Ignore Exceptions"
  170. msgstr ""
  171. #. module: base_exception
  172. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  176. msgid "Last Modified on"
  177. msgstr ""
  178. #. module: base_exception
  179. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  180. msgid "Last Updated by"
  181. msgstr "Последний раз обновлено"
  182. #. module: base_exception
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  184. msgid "Last Updated on"
  185. msgstr "Последний раз обновлено"
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  188. msgid "Main Exception"
  189. msgstr ""
  190. #. module: base_exception
  191. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  192. #, python-format
  193. msgid "Only 1 ID accepted, got %r."
  194. msgstr ""
  195. #. module: base_exception
  196. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  197. msgid "Outstanding exceptions to manage"
  198. msgstr ""
  199. #. module: base_exception
  200. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  201. msgid "Outstanding exceptions to manager"
  202. msgstr ""
  203. #. module: base_exception
  204. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  205. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  206. msgid "Python Code"
  207. msgstr ""
  208. #. module: base_exception
  209. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  210. msgid ""
  211. "Python code executed to check if the exception apply or not. Use failed = "
  212. "True to block the exception"
  213. msgstr ""
  214. #. module: base_exception
  215. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  216. #, fuzzy
  217. msgid "Related Model"
  218. msgstr "Создан"
  219. #. module: base_exception
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  221. msgid "Sequence"
  222. msgstr ""
  223. #. module: base_exception
  224. #: code:addons/base_exception/models/base_exception.py:50
  225. #, python-format
  226. msgid ""
  227. "There is a problem of configuration, python code or domain is missing to "
  228. "match the exception type."
  229. msgstr ""
  230. #. module: base_exception
  231. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  232. msgid "To block the exception use: <code>failed = True</code>"
  233. msgstr ""
  234. #. module: base_exception
  235. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  236. msgid ""
  237. "Various fields may use Python code or Python expressions. The following "
  238. "variables can be used:"
  239. msgstr ""
  240. #. module: base_exception
  241. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  242. msgid "_Close"
  243. msgstr ""