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.

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