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.

277 lines
9.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: base_exception
  16. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  17. msgid "<code>self</code>: Record on which the rule is evaluated."
  18. msgstr ""
  19. #. module: base_exception
  20. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  21. msgid "<code>time</code>: useful Python libraries"
  22. msgstr ""
  23. #. module: base_exception
  24. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  25. msgid "Active"
  26. msgstr ""
  27. #. module: base_exception
  28. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  29. msgid "Apply on"
  30. msgstr ""
  31. #. module: base_exception
  32. #: selection:exception.rule,exception_type:0
  33. msgid "By domain"
  34. msgstr ""
  35. #. module: base_exception
  36. #: selection:exception.rule,exception_type:0
  37. msgid "By python code"
  38. msgstr ""
  39. #. module: base_exception
  40. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  41. msgid "By python code: allow to define any arbitrary check\n"
  42. "By domain: limited to a selection by an odoo domain:\n"
  43. " performance can be better when exceptions are evaluated with several records"
  44. msgstr ""
  45. #. module: base_exception
  46. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  47. msgid "Created by"
  48. msgstr ""
  49. #. module: base_exception
  50. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  51. msgid "Created on"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  55. msgid "Description"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  61. msgid "Display Name"
  62. msgstr ""
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  65. msgid "Domain"
  66. msgstr ""
  67. #. module: base_exception
  68. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  69. msgid "Enter Python code here. Help about Python expression is available in the help tab of this document."
  70. msgstr ""
  71. #. module: base_exception
  72. #: code:addons/base_exception/models/base_exception.py:260
  73. #, python-format
  74. msgid "Error when evaluating the exception.rule: %s\n"
  75. "(%s)"
  76. msgstr ""
  77. #. module: base_exception
  78. #: model:ir.model,name:base_exception.model_base_exception
  79. msgid "Exception"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  83. msgid "Exception Name"
  84. msgstr ""
  85. #. module: base_exception
  86. #: model:ir.model,name:base_exception.model_exception_rule
  87. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  88. msgid "Exception Rule"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  92. msgid "Exception Rule Confirm Wizard"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  96. msgid "Exception Rule Setup"
  97. msgstr ""
  98. #. module: base_exception
  99. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  100. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  101. msgid "Exception Rules"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  105. msgid "Exception Type"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:res.groups,name:base_exception.group_exception_rule_manager
  109. msgid "Exception manager"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  113. msgid "Exceptions"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  117. msgid "Exceptions Rules"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  121. msgid "Exceptions to resolve"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  125. msgid "Gives the sequence order when applying the test"
  126. msgstr ""
  127. #. module: base_exception
  128. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  129. msgid "Help"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  133. msgid "Help with Python expressions"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  137. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  139. msgid "ID"
  140. msgstr ""
  141. #. module: base_exception
  142. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  143. msgid "If we detect exception we set the state of object (ex purchase) to the next_state (ex 'to approve'). If there are more than one exception detected and all have a value for next_state, we usethe exception having the smallest sequence value"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  148. msgid "Ignore Exceptions"
  149. msgstr ""
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  152. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  153. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  154. msgid "Last Modified on"
  155. msgstr ""
  156. #. module: base_exception
  157. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  158. msgid "Last Updated by"
  159. msgstr ""
  160. #. module: base_exception
  161. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  162. msgid "Last Updated on"
  163. msgstr ""
  164. #. module: base_exception
  165. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  166. msgid "Main Exception"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  170. msgid "Next state"
  171. msgstr ""
  172. #. module: base_exception
  173. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  174. #, python-format
  175. msgid "Only 1 ID accepted, got %r."
  176. msgstr ""
  177. #. module: base_exception
  178. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  179. msgid "Outstanding exceptions to manage"
  180. msgstr ""
  181. #. module: base_exception
  182. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  183. msgid "Outstanding exceptions to manager"
  184. msgstr ""
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  187. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  188. msgid "Python Code"
  189. msgstr ""
  190. #. module: base_exception
  191. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  192. msgid "Python code executed to check if the exception apply or not. Use failed = True to block the exception"
  193. msgstr ""
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  196. msgid "Related Model"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  200. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  201. msgid "Rule Group"
  202. msgstr ""
  203. #. module: base_exception
  204. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  205. msgid "Rule group is used to group the rules that must validated at same time for a target object. Ex: validate sale.order.line rules with sale order rules."
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  209. msgid "Sequence"
  210. msgstr ""
  211. #. module: base_exception
  212. #: code:addons/base_exception/models/base_exception.py:80
  213. #, python-format
  214. msgid "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is wrong. Value must be in this list %s"
  215. msgstr ""
  216. #. module: base_exception
  217. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  218. msgid "To block the exception use: <code>failed = True</code>"
  219. msgstr ""
  220. #. module: base_exception
  221. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  222. msgid "Various fields may use Python code or Python expressions. The following variables can be used:"
  223. msgstr ""
  224. #. module: base_exception
  225. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  226. msgid "_Close"
  227. msgstr ""