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.

296 lines
9.3 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: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
  15. "Language: am\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: base_exception
  21. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  22. msgid "<code>self</code>: Record on which the rule is evaluated."
  23. msgstr ""
  24. #. module: base_exception
  25. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  26. msgid "<code>time</code>: useful Python libraries"
  27. msgstr ""
  28. #. module: base_exception
  29. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  30. msgid "Active"
  31. msgstr ""
  32. #. module: base_exception
  33. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  34. msgid "Apply on"
  35. msgstr ""
  36. #. module: base_exception
  37. #: selection:exception.rule,exception_type:0
  38. msgid "By domain"
  39. msgstr ""
  40. #. module: base_exception
  41. #: selection:exception.rule,exception_type:0
  42. msgid "By method"
  43. msgstr ""
  44. #. module: base_exception
  45. #: selection:exception.rule,exception_type:0
  46. msgid "By python code"
  47. msgstr ""
  48. #. module: base_exception
  49. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  50. msgid ""
  51. "By python code: allow to define any arbitrary check\n"
  52. "By domain: limited to a selection by an odoo domain:\n"
  53. " performance can be better when exceptions are "
  54. "evaluated with several records"
  55. msgstr ""
  56. #. module: base_exception
  57. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  58. msgid "Created by"
  59. msgstr "Creado por"
  60. #. module: base_exception
  61. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  62. msgid "Created on"
  63. msgstr "Creado en"
  64. #. module: base_exception
  65. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  66. msgid "Description"
  67. msgstr ""
  68. #. module: base_exception
  69. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  73. msgid "Display Name"
  74. msgstr ""
  75. #. module: base_exception
  76. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  77. msgid "Domain"
  78. msgstr ""
  79. #. module: base_exception
  80. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  81. msgid ""
  82. "Enter Python code here. Help about Python expression is available in the "
  83. "help tab of this document."
  84. msgstr ""
  85. #. module: base_exception
  86. #: code:addons/base_exception/models/base_exception.py:166
  87. #, python-format
  88. msgid ""
  89. "Error when evaluating the exception.rule rule:\n"
  90. " %s \n"
  91. "(%s)"
  92. msgstr ""
  93. #. module: base_exception
  94. #: model:ir.model,name:base_exception.model_base_exception
  95. msgid "Exception"
  96. msgstr ""
  97. #. module: base_exception
  98. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  99. msgid "Exception Name"
  100. msgstr ""
  101. #. module: base_exception
  102. #: model:ir.model,name:base_exception.model_exception_rule
  103. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  104. msgid "Exception Rule"
  105. msgstr ""
  106. #. module: base_exception
  107. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  108. msgid "Exception Rule Confirm Wizard"
  109. msgstr ""
  110. #. module: base_exception
  111. #: model:ir.model,name:base_exception.model_base_exception_method
  112. msgid "Exception Rule Methods"
  113. msgstr ""
  114. #. module: base_exception
  115. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  116. msgid "Exception Rule Setup"
  117. msgstr ""
  118. #. module: base_exception
  119. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  120. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  121. msgid "Exception Rules"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  125. msgid "Exception Type"
  126. msgstr ""
  127. #. module: base_exception
  128. #: model:res.groups,name:base_exception.group_exception_rule_manager
  129. msgid "Exception manager"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  133. msgid "Exceptions"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  137. msgid "Exceptions Rules"
  138. msgstr ""
  139. #. module: base_exception
  140. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  141. msgid "Exceptions Summary"
  142. msgstr ""
  143. #. module: base_exception
  144. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  145. msgid "Exceptions to resolve"
  146. msgstr ""
  147. #. module: base_exception
  148. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  149. msgid "Gives the sequence order when applying the test"
  150. msgstr ""
  151. #. module: base_exception
  152. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  153. msgid "Help"
  154. msgstr ""
  155. #. module: base_exception
  156. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  157. msgid "Help with Python expressions"
  158. msgstr ""
  159. #. module: base_exception
  160. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  161. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  162. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  164. msgid "ID"
  165. msgstr "ID"
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  169. msgid "Ignore Exceptions"
  170. msgstr ""
  171. #. module: base_exception
  172. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  176. msgid "Last Modified on"
  177. msgstr ""
  178. #. module: base_exception
  179. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  180. msgid "Last Updated by"
  181. msgstr "Última actualización por"
  182. #. module: base_exception
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  184. msgid "Last Updated on"
  185. msgstr "Última actualización en"
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  188. msgid "Main Exception"
  189. msgstr ""
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  192. msgid "Method"
  193. msgstr ""
  194. #. module: base_exception
  195. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  196. #, python-format
  197. msgid "Only 1 ID accepted, got %r."
  198. msgstr ""
  199. #. module: base_exception
  200. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  201. msgid "Outstanding exceptions to manage"
  202. msgstr ""
  203. #. module: base_exception
  204. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  205. msgid "Outstanding exceptions to manager"
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  209. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  210. msgid "Python Code"
  211. msgstr ""
  212. #. module: base_exception
  213. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  214. msgid ""
  215. "Python code executed to check if the exception apply or not. Use failed = "
  216. "True to block the exception"
  217. msgstr ""
  218. #. module: base_exception
  219. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  220. #, fuzzy
  221. msgid "Related Model"
  222. msgstr "Creado en"
  223. #. module: base_exception
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  225. msgid "Sequence"
  226. msgstr ""
  227. #. module: base_exception
  228. #: code:addons/base_exception/models/base_exception.py:59
  229. #, python-format
  230. msgid ""
  231. "There is a problem of configuration, python code, domain or method is "
  232. "missing to match the exception type."
  233. msgstr ""
  234. #. module: base_exception
  235. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  236. msgid "To block the exception use: <code>failed = True</code>"
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid ""
  241. "Various fields may use Python code or Python expressions. The following "
  242. "variables can be used:"
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  246. msgid "_Close"
  247. msgstr ""