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.

307 lines
9.8 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. # enjolras <yo@miguelrevilla.com>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 11.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-03-03 10:08+0000\n"
  13. "PO-Revision-Date: 2018-03-03 10:08+0000\n"
  14. "Last-Translator: enjolras <yo@miguelrevilla.com>, 2018\n"
  15. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  16. "Language: 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 "Activo"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr "Aplicar en"
  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. #, fuzzy
  44. #| msgid "Python Code"
  45. msgid "By python code"
  46. msgstr "Código python"
  47. #. module: base_exception
  48. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  49. msgid ""
  50. "By python code: allow to define any arbitrary check\n"
  51. "By domain: limited to a selection by an odoo domain:\n"
  52. " performance can be better when exceptions are "
  53. "evaluated with several records"
  54. msgstr ""
  55. #. module: base_exception
  56. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  57. msgid "Created by"
  58. msgstr "Creado por"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  61. msgid "Created on"
  62. msgstr "Creado el"
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  65. msgid "Description"
  66. msgstr "Descripción"
  67. #. module: base_exception
  68. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  72. msgid "Display Name"
  73. msgstr "Nombre a mostrar"
  74. #. module: base_exception
  75. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  76. msgid "Domain"
  77. msgstr ""
  78. #. module: base_exception
  79. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  80. msgid ""
  81. "Enter Python code here. Help about Python expression is available in the "
  82. "help tab of this document."
  83. msgstr ""
  84. #. module: base_exception
  85. #: code:addons/base_exception/models/base_exception.py:138
  86. #, fuzzy, python-format
  87. #| msgid ""
  88. #| "Error when evaluating the exception.rule rule:\n"
  89. #| " %s \n"
  90. #| "(%s)"
  91. msgid ""
  92. "Error when evaluating the exception.rule rule:\n"
  93. " %s \n"
  94. "(%s)"
  95. msgstr ""
  96. "Error al evaluar la regla exception.rule:\n"
  97. "%s\n"
  98. "(%s)"
  99. #. module: base_exception
  100. #: model:ir.model,name:base_exception.model_base_exception
  101. #, fuzzy
  102. #| msgid "Exceptions"
  103. msgid "Exception"
  104. msgstr "Excepciones"
  105. #. module: base_exception
  106. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  107. msgid "Exception Name"
  108. msgstr "Nombre de la excepción"
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_exception_rule
  111. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  112. msgid "Exception Rule"
  113. msgstr "Regla de excepción"
  114. #. module: base_exception
  115. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  116. #, fuzzy
  117. #| msgid "exception.rule.confirm"
  118. msgid "Exception Rule Confirm Wizard"
  119. msgstr "exception.rule.confirm"
  120. #. module: base_exception
  121. #: model:ir.model,name:base_exception.model_base_exception_method
  122. #, fuzzy
  123. #| msgid "Exception Rules"
  124. msgid "Exception Rule Methods"
  125. msgstr "Reglas de excepción"
  126. #. module: base_exception
  127. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  128. msgid "Exception Rule Setup"
  129. msgstr "Configuración de regla de excepción"
  130. #. module: base_exception
  131. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  132. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  133. msgid "Exception Rules"
  134. msgstr "Reglas de excepción"
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  137. #, fuzzy
  138. #| msgid "Exception Name"
  139. msgid "Exception Type"
  140. msgstr "Nombre de la excepción"
  141. #. module: base_exception
  142. #: model:res.groups,name:base_exception.group_exception_rule_manager
  143. msgid "Exception manager"
  144. msgstr "Administrador de excepciones"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  147. msgid "Exceptions"
  148. msgstr "Excepciones"
  149. #. module: base_exception
  150. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  151. msgid "Exceptions Rules"
  152. msgstr "Reglas de excepción"
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  155. msgid "Exceptions to resolve"
  156. msgstr "Excepciones por resolver"
  157. #. module: base_exception
  158. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  159. msgid "Gives the sequence order when applying the test"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  163. msgid "Help"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  167. msgid "Help with Python expressions"
  168. msgstr ""
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  174. msgid "ID"
  175. msgstr "ID"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  179. msgid "Ignore Exceptions"
  180. msgstr "Ignorar excepciones"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  186. msgid "Last Modified on"
  187. msgstr "Última actualización por"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  190. msgid "Last Updated by"
  191. msgstr "Última actualización por"
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  194. msgid "Last Updated on"
  195. msgstr "Última actualización el"
  196. #. module: base_exception
  197. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  198. msgid "Main Exception"
  199. msgstr "Excepción principal"
  200. #. module: base_exception
  201. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  202. #, python-format
  203. msgid "Only 1 ID accepted, got %r."
  204. msgstr ""
  205. #. module: base_exception
  206. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  207. msgid "Outstanding exceptions to manage"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  211. msgid "Outstanding exceptions to manager"
  212. msgstr ""
  213. #. module: base_exception
  214. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  215. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  216. msgid "Python Code"
  217. msgstr "Código python"
  218. #. module: base_exception
  219. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  220. msgid ""
  221. "Python code executed to check if the exception apply or not. Use failed = "
  222. "True to block the exception"
  223. msgstr ""
  224. #. module: base_exception
  225. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  226. msgid "Related Model"
  227. msgstr ""
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  230. msgid "Sequence"
  231. msgstr "Secuencia"
  232. #. module: base_exception
  233. #: code:addons/base_exception/models/base_exception.py:49
  234. #, python-format
  235. msgid ""
  236. "There is a problem of configuration, python code or domain is missing to "
  237. "match the exception type."
  238. msgstr ""
  239. #. module: base_exception
  240. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  241. msgid "To block the exception use: <code>failed = True</code>"
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid ""
  246. "Various fields may use Python code or Python expressions. The following "
  247. "variables can be used:"
  248. msgstr ""
  249. #. module: base_exception
  250. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  251. msgid "_Close"
  252. msgstr ""
  253. #~ msgid "Next state"
  254. #~ msgstr "Estado siguiente"
  255. #~ msgid "Rule Group"
  256. #~ msgstr "Grupo de reglas"
  257. #~ msgid "base.exception"
  258. #~ msgstr "base.exception"