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.

304 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 "By python code"
  45. msgstr "Código python"
  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 "Creado por"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  60. msgid "Created on"
  61. msgstr "Creado el"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  64. msgid "Description"
  65. msgstr "Descripción"
  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 "Nombre a mostrar"
  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. #, fuzzy, python-format
  86. msgid ""
  87. "Error when evaluating the exception.rule rule:\n"
  88. " %s \n"
  89. "(%s)"
  90. msgstr ""
  91. "Error al evaluar la regla exception.rule:\n"
  92. "%s\n"
  93. "(%s)"
  94. #. module: base_exception
  95. #: model:ir.model,name:base_exception.model_base_exception
  96. #, fuzzy
  97. msgid "Exception"
  98. msgstr "Excepciones"
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  101. msgid "Exception Name"
  102. msgstr "Nombre de la excepción"
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule
  105. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  106. msgid "Exception Rule"
  107. msgstr "Regla de excepción"
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  110. #, fuzzy
  111. msgid "Exception Rule Confirm Wizard"
  112. msgstr "exception.rule.confirm"
  113. #. module: base_exception
  114. #: model:ir.model,name:base_exception.model_base_exception_method
  115. #, fuzzy
  116. msgid "Exception Rule Methods"
  117. msgstr "Reglas de excepción"
  118. #. module: base_exception
  119. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  120. msgid "Exception Rule Setup"
  121. msgstr "Configuración de regla de excepción"
  122. #. module: base_exception
  123. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  124. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  125. msgid "Exception Rules"
  126. msgstr "Reglas de excepción"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  129. #, fuzzy
  130. msgid "Exception Type"
  131. msgstr "Nombre de la excepción"
  132. #. module: base_exception
  133. #: model:res.groups,name:base_exception.group_exception_rule_manager
  134. msgid "Exception manager"
  135. msgstr "Administrador de excepciones"
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  138. msgid "Exceptions"
  139. msgstr "Excepciones"
  140. #. module: base_exception
  141. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  142. msgid "Exceptions Rules"
  143. msgstr "Reglas de excepción"
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  146. #, fuzzy
  147. msgid "Exceptions Summary"
  148. msgstr "Administrador de excepciones"
  149. #. module: base_exception
  150. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  151. msgid "Exceptions to resolve"
  152. msgstr "Excepciones por resolver"
  153. #. module: base_exception
  154. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  155. msgid "Gives the sequence order when applying the test"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  163. msgid "Help with Python expressions"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  170. msgid "ID"
  171. msgstr "ID"
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  175. msgid "Ignore Exceptions"
  176. msgstr "Ignorar excepciones"
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  179. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  180. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  182. msgid "Last Modified on"
  183. msgstr "Última actualización por"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  186. msgid "Last Updated by"
  187. msgstr "Última actualización por"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  190. msgid "Last Updated on"
  191. msgstr "Última actualización el"
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  194. msgid "Main Exception"
  195. msgstr "Excepción principal"
  196. #. module: base_exception
  197. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  198. #, python-format
  199. msgid "Only 1 ID accepted, got %r."
  200. msgstr ""
  201. #. module: base_exception
  202. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  203. msgid "Outstanding exceptions to manage"
  204. msgstr ""
  205. #. module: base_exception
  206. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  207. msgid "Outstanding exceptions to manager"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  211. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  212. msgid "Python Code"
  213. msgstr "Código python"
  214. #. module: base_exception
  215. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  216. msgid ""
  217. "Python code executed to check if the exception apply or not. Use failed = "
  218. "True to block the exception"
  219. msgstr ""
  220. #. module: base_exception
  221. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  222. msgid "Related Model"
  223. msgstr ""
  224. #. module: base_exception
  225. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  226. msgid "Sequence"
  227. msgstr "Secuencia"
  228. #. module: base_exception
  229. #: code:addons/base_exception/models/base_exception.py:50
  230. #, python-format
  231. msgid ""
  232. "There is a problem of configuration, python code or domain is missing to "
  233. "match the exception type."
  234. msgstr ""
  235. #. module: base_exception
  236. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  237. msgid "To block the exception use: <code>failed = True</code>"
  238. msgstr ""
  239. #. module: base_exception
  240. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  241. msgid ""
  242. "Various fields may use Python code or Python expressions. The following "
  243. "variables can be used:"
  244. msgstr ""
  245. #. module: base_exception
  246. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  247. msgid "_Close"
  248. msgstr ""
  249. #~ msgid "Next state"
  250. #~ msgstr "Estado siguiente"
  251. #~ msgid "Rule Group"
  252. #~ msgstr "Grupo de reglas"
  253. #~ msgid "base.exception"
  254. #~ msgstr "base.exception"