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.

242 lines
8.4 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: 2019-09-23 17:22+0000\n"
  14. "Last-Translator: Roodin <santi@comunitea.com>\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. "X-Generator: Weblate 3.8\n"
  22. #. module: base_exception
  23. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  24. msgid "Active"
  25. msgstr "Activo"
  26. #. module: base_exception
  27. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  28. msgid "Apply on"
  29. msgstr "Aplicar en"
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  32. msgid "Created by"
  33. msgstr "Creado por"
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  36. msgid "Created on"
  37. msgstr "Creado el"
  38. #. module: base_exception
  39. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  40. msgid "Description"
  41. msgstr "Descripción"
  42. #. module: base_exception
  43. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  44. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  45. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  46. msgid "Display Name"
  47. msgstr "Nombre a mostrar"
  48. #. module: base_exception
  49. #: code:addons/base_exception/models/base_exception.py:220
  50. #, python-format
  51. msgid ""
  52. "Error when evaluating the exception.rule rule:\n"
  53. " %s \n"
  54. "(%s)"
  55. msgstr ""
  56. "Error al evaluar la regla exception.rule:\n"
  57. "%s\n"
  58. "(%s)"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  61. msgid "Exception Name"
  62. msgstr "Nombre de la excepción"
  63. #. module: base_exception
  64. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  65. msgid "Exception Rule"
  66. msgstr "Regla de excepción"
  67. #. module: base_exception
  68. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  69. msgid "Exception Rule Setup"
  70. msgstr "Configuración de regla de excepción"
  71. #. module: base_exception
  72. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  73. #: model:ir.model,name:base_exception.model_exception_rule
  74. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  75. msgid "Exception Rules"
  76. msgstr "Reglas de excepción"
  77. #. module: base_exception
  78. #: model:res.groups,name:base_exception.group_exception_rule_manager
  79. msgid "Exception manager"
  80. msgstr "Administrador de excepciones"
  81. #. module: base_exception
  82. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  83. msgid "Exceptions"
  84. msgstr "Excepciones"
  85. #. module: base_exception
  86. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  87. msgid "Exceptions Rules"
  88. msgstr "Reglas de excepción"
  89. #. module: base_exception
  90. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  91. msgid "Exceptions to resolve"
  92. msgstr "Excepciones por resolver"
  93. #. module: base_exception
  94. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  95. msgid "Gives the sequence order when applying the test"
  96. msgstr ""
  97. #. module: base_exception
  98. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  99. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  101. msgid "ID"
  102. msgstr "ID"
  103. #. module: base_exception
  104. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  105. msgid ""
  106. "If we detect exception we set the state of object (ex purchase) to the "
  107. "next_state (ex 'to approve'). If there are more than one exception detected "
  108. "and all have a value for next_state, we usethe exception having the smallest "
  109. "sequence value"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  113. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  114. msgid "Ignore Exceptions"
  115. msgstr "Ignorar excepciones"
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  118. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  119. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  120. msgid "Last Modified on"
  121. msgstr "Última actualización por"
  122. #. module: base_exception
  123. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  124. msgid "Last Updated by"
  125. msgstr "Última actualización por"
  126. #. module: base_exception
  127. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  128. msgid "Last Updated on"
  129. msgstr "Última actualización el"
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  132. msgid "Main Exception"
  133. msgstr "Excepción principal"
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  136. msgid "Next state"
  137. msgstr "Estado siguiente"
  138. #. module: base_exception
  139. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  140. #, python-format
  141. msgid "Only 1 ID accepted, got %r."
  142. msgstr ""
  143. #. module: base_exception
  144. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  145. msgid "Outstanding exceptions to manage"
  146. msgstr "Excepciones a gestionar"
  147. #. module: base_exception
  148. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  149. msgid "Outstanding exceptions to manager"
  150. msgstr "Excepciones a gestionar"
  151. #. module: base_exception
  152. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  153. msgid "Python Code"
  154. msgstr "Código python"
  155. #. module: base_exception
  156. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  157. msgid ""
  158. "Python code executed to check if the exception apply or not. Use failed = "
  159. "True to block the exception"
  160. msgstr ""
  161. "Código Python ejecutado para probar si la excepción es aplicable. Usar "
  162. "failed = True para bloquear la excepción"
  163. #. module: base_exception
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  165. msgid "Related Model"
  166. msgstr "Modelo relacionado"
  167. #. module: base_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  170. msgid "Rule Group"
  171. msgstr "Grupo de reglas"
  172. #. module: base_exception
  173. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  174. msgid ""
  175. "Rule group is used to group the rules that must validated at same time for a "
  176. "target object. Ex: validate sale.order.line rules with sale order rules."
  177. msgstr ""
  178. "Los grupos de reglas se usan para agrupar las reglas que deben validar al "
  179. "mismo tiempo para un determinado objeto. Ej: validar las reglas de "
  180. "sale.order.line con las reglas de pedidos de ventas"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  183. msgid "Sequence"
  184. msgstr "Secuencia"
  185. #. module: base_exception
  186. #: code:addons/base_exception/models/base_exception.py:88
  187. #, python-format
  188. msgid ""
  189. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  190. "wrong. Value must be in this list %s"
  191. msgstr ""
  192. "El valor \"%s\" elegido para el campo del estado \"estado siguiente\" \"%"
  193. "s\" es erróneo. El valor debe estar en la lista %s"
  194. #. module: base_exception
  195. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  196. msgid "_Close"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model:ir.model,name:base_exception.model_base_exception
  200. msgid "base.exception"
  201. msgstr "base.exception"
  202. #. module: base_exception
  203. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  204. msgid "exception.rule.confirm"
  205. msgstr "exception.rule.confirm"