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.

284 lines
9.1 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 (Ecuador) (https://www.transifex.com/oca/teams/23907/"
  15. "es_EC/)\n"
  16. "Language: es_EC\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 "Descripción"
  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_base_exception_method__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  70. msgid "Display Name"
  71. msgstr "Nombre mostrado"
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  74. msgid "Domain"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  78. msgid ""
  79. "Enter Python code here. Help about Python expression is available in the "
  80. "help tab of this document."
  81. msgstr ""
  82. #. module: base_exception
  83. #: code:addons/base_exception/models/base_exception.py:138
  84. #, python-format
  85. msgid ""
  86. "Error when evaluating the exception.rule rule:\n"
  87. " %s \n"
  88. "(%s)"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model,name:base_exception.model_base_exception
  92. #, fuzzy
  93. #| msgid "Description"
  94. msgid "Exception"
  95. msgstr "Descripción"
  96. #. module: base_exception
  97. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  98. msgid "Exception Name"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model:ir.model,name:base_exception.model_exception_rule
  102. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  103. msgid "Exception Rule"
  104. msgstr ""
  105. #. module: base_exception
  106. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  107. msgid "Exception Rule Confirm Wizard"
  108. msgstr ""
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_base_exception_method
  111. msgid "Exception Rule Methods"
  112. msgstr ""
  113. #. module: base_exception
  114. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  115. msgid "Exception Rule Setup"
  116. msgstr ""
  117. #. module: base_exception
  118. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  119. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  120. msgid "Exception Rules"
  121. msgstr ""
  122. #. module: base_exception
  123. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  124. msgid "Exception Type"
  125. msgstr ""
  126. #. module: base_exception
  127. #: model:res.groups,name:base_exception.group_exception_rule_manager
  128. msgid "Exception manager"
  129. msgstr ""
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  132. msgid "Exceptions"
  133. msgstr ""
  134. #. module: base_exception
  135. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  136. msgid "Exceptions Rules"
  137. msgstr ""
  138. #. module: base_exception
  139. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  140. msgid "Exceptions to resolve"
  141. msgstr ""
  142. #. module: base_exception
  143. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  144. msgid "Gives the sequence order when applying the test"
  145. msgstr ""
  146. #. module: base_exception
  147. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  148. msgid "Help"
  149. msgstr ""
  150. #. module: base_exception
  151. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  152. msgid "Help with Python expressions"
  153. msgstr ""
  154. #. module: base_exception
  155. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  156. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  157. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  158. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  159. msgid "ID"
  160. msgstr "ID (identificación)"
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  164. msgid "Ignore Exceptions"
  165. msgstr ""
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  171. msgid "Last Modified on"
  172. msgstr "Última modificación en"
  173. #. module: base_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  175. msgid "Last Updated by"
  176. msgstr "Última actualización de"
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  179. msgid "Last Updated on"
  180. msgstr "Última actualización en"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  183. msgid "Main Exception"
  184. msgstr ""
  185. #. module: base_exception
  186. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  187. #, python-format
  188. msgid "Only 1 ID accepted, got %r."
  189. msgstr ""
  190. #. module: base_exception
  191. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  192. msgid "Outstanding exceptions to manage"
  193. msgstr ""
  194. #. module: base_exception
  195. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  196. msgid "Outstanding exceptions to manager"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  200. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  201. msgid "Python Code"
  202. msgstr ""
  203. #. module: base_exception
  204. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  205. msgid ""
  206. "Python code executed to check if the exception apply or not. Use failed = "
  207. "True to block the exception"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  211. #, fuzzy
  212. msgid "Related Model"
  213. msgstr "Creado en"
  214. #. module: base_exception
  215. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  216. msgid "Sequence"
  217. msgstr ""
  218. #. module: base_exception
  219. #: code:addons/base_exception/models/base_exception.py:49
  220. #, python-format
  221. msgid ""
  222. "There is a problem of configuration, python code or domain is missing to "
  223. "match the exception type."
  224. msgstr ""
  225. #. module: base_exception
  226. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  227. msgid "To block the exception use: <code>failed = True</code>"
  228. msgstr ""
  229. #. module: base_exception
  230. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  231. msgid ""
  232. "Various fields may use Python code or Python expressions. The following "
  233. "variables can be used:"
  234. msgstr ""
  235. #. module: base_exception
  236. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  237. msgid "_Close"
  238. msgstr ""