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.

296 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: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
  15. "gl_ES/)\n"
  16. "Language: gl_ES\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=2; plural=(n != 1);\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 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 ""
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  63. msgid "Created on"
  64. msgstr ""
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  67. msgid "Description"
  68. msgstr ""
  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 ""
  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. msgid "Exception"
  97. msgstr ""
  98. #. module: base_exception
  99. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  100. msgid "Exception Name"
  101. msgstr ""
  102. #. module: base_exception
  103. #: model:ir.model,name:base_exception.model_exception_rule
  104. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  105. msgid "Exception Rule"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  109. msgid "Exception Rule Confirm Wizard"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.model,name:base_exception.model_base_exception_method
  113. msgid "Exception Rule Methods"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  117. msgid "Exception Rule Setup"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  121. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  122. msgid "Exception Rules"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  126. msgid "Exception Type"
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:res.groups,name:base_exception.group_exception_rule_manager
  130. msgid "Exception manager"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  134. msgid "Exceptions"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  138. msgid "Exceptions Rules"
  139. msgstr ""
  140. #. module: base_exception
  141. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  142. msgid "Exceptions Summary"
  143. msgstr ""
  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 "ID"
  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 ""
  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 ""
  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 ""
  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. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  193. msgid "Method"
  194. msgstr ""
  195. #. module: base_exception
  196. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  197. #, python-format
  198. msgid "Only 1 ID accepted, got %r."
  199. msgstr ""
  200. #. module: base_exception
  201. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  202. msgid "Outstanding exceptions to manage"
  203. msgstr ""
  204. #. module: base_exception
  205. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  206. msgid "Outstanding exceptions to manager"
  207. msgstr ""
  208. #. module: base_exception
  209. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  210. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  211. msgid "Python Code"
  212. msgstr ""
  213. #. module: base_exception
  214. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  215. msgid ""
  216. "Python code executed to check if the exception apply or not. Use failed = "
  217. "True to block the exception"
  218. msgstr ""
  219. #. module: base_exception
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  221. msgid "Related Model"
  222. msgstr ""
  223. #. module: base_exception
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  225. msgid "Sequence"
  226. msgstr ""
  227. #. module: base_exception
  228. #: code:addons/base_exception/models/base_exception.py:59
  229. #, python-format
  230. msgid ""
  231. "There is a problem of configuration, python code, domain or method is "
  232. "missing to match the exception type."
  233. msgstr ""
  234. #. module: base_exception
  235. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  236. msgid "To block the exception use: <code>failed = True</code>"
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid ""
  241. "Various fields may use Python code or Python expressions. The following "
  242. "variables can be used:"
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  246. msgid "_Close"
  247. msgstr ""