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.

317 lines
10 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_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:260
  85. #, fuzzy, python-format
  86. #| msgid ""
  87. #| "Error when evaluating the exception.rule rule:\n"
  88. #| " %s \n"
  89. #| "(%s)"
  90. msgid ""
  91. "Error when evaluating the exception.rule: %s\n"
  92. "(%s)"
  93. msgstr ""
  94. "Error al evaluar la regla exception.rule:\n"
  95. "%s\n"
  96. "(%s)"
  97. #. module: base_exception
  98. #: model:ir.model,name:base_exception.model_base_exception
  99. #, fuzzy
  100. #| msgid "Exceptions"
  101. msgid "Exception"
  102. msgstr "Excepciones"
  103. #. module: base_exception
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  105. msgid "Exception Name"
  106. msgstr "Nombre de la excepción"
  107. #. module: base_exception
  108. #: model:ir.model,name:base_exception.model_exception_rule
  109. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  110. msgid "Exception Rule"
  111. msgstr "Regla de excepción"
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  114. #, fuzzy
  115. #| msgid "exception.rule.confirm"
  116. msgid "Exception Rule Confirm Wizard"
  117. msgstr "exception.rule.confirm"
  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 Name"
  131. msgid "Exception Type"
  132. msgstr "Nombre de la excepción"
  133. #. module: base_exception
  134. #: model:res.groups,name:base_exception.group_exception_rule_manager
  135. msgid "Exception manager"
  136. msgstr "Administrador de excepciones"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  139. msgid "Exceptions"
  140. msgstr "Excepciones"
  141. #. module: base_exception
  142. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  143. msgid "Exceptions Rules"
  144. msgstr "Reglas de excepción"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  147. msgid "Exceptions to resolve"
  148. msgstr "Excepciones por resolver"
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  151. msgid "Gives the sequence order when applying the test"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help with Python expressions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__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,help:base_exception.field_exception_rule__next_state
  169. msgid ""
  170. "If we detect exception we set the state of object (ex purchase) to the "
  171. "next_state (ex 'to approve'). If there are more than one exception detected "
  172. "and all have a value for next_state, we usethe exception having the smallest "
  173. "sequence value"
  174. msgstr ""
  175. #. module: base_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  178. msgid "Ignore Exceptions"
  179. msgstr "Ignorar excepciones"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  184. msgid "Last Modified on"
  185. msgstr "Última actualización por"
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  188. msgid "Last Updated by"
  189. msgstr "Última actualización por"
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  192. msgid "Last Updated on"
  193. msgstr "Última actualización el"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  196. msgid "Main Exception"
  197. msgstr "Excepción principal"
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  200. msgid "Next state"
  201. msgstr "Estado siguiente"
  202. #. module: base_exception
  203. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  204. #, python-format
  205. msgid "Only 1 ID accepted, got %r."
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  209. msgid "Outstanding exceptions to manage"
  210. msgstr ""
  211. #. module: base_exception
  212. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  213. msgid "Outstanding exceptions to manager"
  214. msgstr ""
  215. #. module: base_exception
  216. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  217. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  218. msgid "Python Code"
  219. msgstr "Código python"
  220. #. module: base_exception
  221. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  222. msgid ""
  223. "Python code executed to check if the exception apply or not. Use failed = "
  224. "True to block the exception"
  225. msgstr ""
  226. #. module: base_exception
  227. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  228. msgid "Related Model"
  229. msgstr ""
  230. #. module: base_exception
  231. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  232. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  233. msgid "Rule Group"
  234. msgstr "Grupo de reglas"
  235. #. module: base_exception
  236. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  237. msgid ""
  238. "Rule group is used to group the rules that must validated at same time for a "
  239. "target object. Ex: validate sale.order.line rules with sale order rules."
  240. msgstr ""
  241. #. module: base_exception
  242. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  243. msgid "Sequence"
  244. msgstr "Secuencia"
  245. #. module: base_exception
  246. #: code:addons/base_exception/models/base_exception.py:80
  247. #, python-format
  248. msgid ""
  249. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  250. "wrong. Value must be in this list %s"
  251. msgstr ""
  252. #. module: base_exception
  253. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  254. msgid "To block the exception use: <code>failed = True</code>"
  255. msgstr ""
  256. #. module: base_exception
  257. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  258. msgid ""
  259. "Various fields may use Python code or Python expressions. The following "
  260. "variables can be used:"
  261. msgstr ""
  262. #. module: base_exception
  263. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  264. msgid "_Close"
  265. msgstr ""
  266. #~ msgid "base.exception"
  267. #~ msgstr "base.exception"