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.

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