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.

300 lines
9.6 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: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
  15. "es_ES/)\n"
  16. "Language: es_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 python code"
  44. msgstr ""
  45. #. module: base_exception
  46. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  47. msgid ""
  48. "By python code: allow to define any arbitrary check\n"
  49. "By domain: limited to a selection by an odoo domain:\n"
  50. " performance can be better when exceptions are "
  51. "evaluated with several records"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  55. msgid "Created by"
  56. msgstr "Creado por"
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  59. msgid "Created on"
  60. msgstr "Creado en"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  63. msgid "Description"
  64. msgstr ""
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  69. msgid "Display Name"
  70. msgstr "Nombre para mostrar"
  71. #. module: base_exception
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  73. msgid "Domain"
  74. msgstr ""
  75. #. module: base_exception
  76. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  77. msgid ""
  78. "Enter Python code here. Help about Python expression is available in the "
  79. "help tab of this document."
  80. msgstr ""
  81. #. module: base_exception
  82. #: code:addons/base_exception/models/base_exception.py:260
  83. #, python-format
  84. msgid ""
  85. "Error when evaluating the exception.rule: %s\n"
  86. "(%s)"
  87. msgstr ""
  88. #. module: base_exception
  89. #: model:ir.model,name:base_exception.model_base_exception
  90. msgid "Exception"
  91. msgstr ""
  92. #. module: base_exception
  93. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  94. msgid "Exception Name"
  95. msgstr ""
  96. #. module: base_exception
  97. #: model:ir.model,name:base_exception.model_exception_rule
  98. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  99. msgid "Exception Rule"
  100. msgstr ""
  101. #. module: base_exception
  102. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  103. msgid "Exception Rule Confirm Wizard"
  104. msgstr ""
  105. #. module: base_exception
  106. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  107. msgid "Exception Rule Setup"
  108. msgstr ""
  109. #. module: base_exception
  110. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  111. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  112. msgid "Exception Rules"
  113. msgstr ""
  114. #. module: base_exception
  115. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  116. msgid "Exception Type"
  117. msgstr ""
  118. #. module: base_exception
  119. #: model:res.groups,name:base_exception.group_exception_rule_manager
  120. msgid "Exception manager"
  121. msgstr ""
  122. #. module: base_exception
  123. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  124. msgid "Exceptions"
  125. msgstr ""
  126. #. module: base_exception
  127. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  128. msgid "Exceptions Rules"
  129. msgstr ""
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  132. msgid "Exceptions to resolve"
  133. msgstr ""
  134. #. module: base_exception
  135. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  136. msgid "Gives the sequence order when applying the test"
  137. msgstr ""
  138. #. module: base_exception
  139. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  140. msgid "Help"
  141. msgstr ""
  142. #. module: base_exception
  143. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  144. msgid "Help with Python expressions"
  145. msgstr ""
  146. #. module: base_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  148. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  149. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  150. msgid "ID"
  151. msgstr "ID"
  152. #. module: base_exception
  153. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  154. msgid ""
  155. "If we detect exception we set the state of object (ex purchase) to the "
  156. "next_state (ex 'to approve'). If there are more than one exception detected "
  157. "and all have a value for next_state, we usethe exception having the smallest "
  158. "sequence value"
  159. msgstr ""
  160. #. module: base_exception
  161. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  163. msgid "Ignore Exceptions"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  167. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  169. msgid "Last Modified on"
  170. msgstr "Última modificación en"
  171. #. module: base_exception
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  173. msgid "Last Updated by"
  174. msgstr "Última actualización por"
  175. #. module: base_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  177. msgid "Last Updated on"
  178. msgstr "Última actualización en"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  181. msgid "Main Exception"
  182. msgstr ""
  183. #. module: base_exception
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  185. msgid "Next state"
  186. msgstr ""
  187. #. module: base_exception
  188. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  189. #, python-format
  190. msgid "Only 1 ID accepted, got %r."
  191. msgstr ""
  192. #. module: base_exception
  193. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  194. msgid "Outstanding exceptions to manage"
  195. msgstr ""
  196. #. module: base_exception
  197. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  198. msgid "Outstanding exceptions to manager"
  199. msgstr ""
  200. #. module: base_exception
  201. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  202. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  203. msgid "Python Code"
  204. msgstr ""
  205. #. module: base_exception
  206. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  207. msgid ""
  208. "Python code executed to check if the exception apply or not. Use failed = "
  209. "True to block the exception"
  210. msgstr ""
  211. #. module: base_exception
  212. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  213. #, fuzzy
  214. msgid "Related Model"
  215. msgstr "Creado en"
  216. #. module: base_exception
  217. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  218. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  219. msgid "Rule Group"
  220. msgstr ""
  221. #. module: base_exception
  222. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  223. msgid ""
  224. "Rule group is used to group the rules that must validated at same time for a "
  225. "target object. Ex: validate sale.order.line rules with sale order rules."
  226. msgstr ""
  227. #. module: base_exception
  228. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  229. msgid "Sequence"
  230. msgstr ""
  231. #. module: base_exception
  232. #: code:addons/base_exception/models/base_exception.py:80
  233. #, python-format
  234. msgid ""
  235. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  236. "wrong. Value must be in this list %s"
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid "To block the exception use: <code>failed = True</code>"
  241. msgstr ""
  242. #. module: base_exception
  243. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  244. msgid ""
  245. "Various fields may use Python code or Python expressions. The following "
  246. "variables can be used:"
  247. msgstr ""
  248. #. module: base_exception
  249. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  250. msgid "_Close"
  251. msgstr ""