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.

280 lines
8.9 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 method"
  38. msgstr ""
  39. #. module: base_exception
  40. #: selection:exception.rule,exception_type:0
  41. msgid "By python code"
  42. msgstr ""
  43. #. module: base_exception
  44. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  45. msgid "By python code: allow to define any arbitrary check\n"
  46. "By domain: limited to a selection by an odoo domain:\n"
  47. " performance can be better when exceptions are evaluated with several records"
  48. msgstr ""
  49. #. module: base_exception
  50. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  51. msgid "Created by"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  55. msgid "Created on"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  59. msgid "Description"
  60. msgstr ""
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  63. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  65. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  66. msgid "Display Name"
  67. msgstr ""
  68. #. module: base_exception
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  70. msgid "Domain"
  71. msgstr ""
  72. #. module: base_exception
  73. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  74. msgid "Enter Python code here. Help about Python expression is available in the help tab of this document."
  75. msgstr ""
  76. #. module: base_exception
  77. #: code:addons/base_exception/models/base_exception.py:166
  78. #, python-format
  79. msgid "Error when evaluating the exception.rule rule:\n"
  80. " %s \n"
  81. "(%s)"
  82. msgstr ""
  83. #. module: base_exception
  84. #: model:ir.model,name:base_exception.model_base_exception
  85. msgid "Exception"
  86. msgstr ""
  87. #. module: base_exception
  88. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  89. msgid "Exception Name"
  90. msgstr ""
  91. #. module: base_exception
  92. #: model:ir.model,name:base_exception.model_exception_rule
  93. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  94. msgid "Exception Rule"
  95. msgstr ""
  96. #. module: base_exception
  97. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  98. msgid "Exception Rule Confirm Wizard"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model:ir.model,name:base_exception.model_base_exception_method
  102. msgid "Exception Rule Methods"
  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_base_exception__exceptions_summary
  131. msgid "Exceptions Summary"
  132. msgstr ""
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  135. msgid "Exceptions to resolve"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  139. msgid "Gives the sequence order when applying the test"
  140. msgstr ""
  141. #. module: base_exception
  142. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  143. msgid "Help"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  147. msgid "Help with Python expressions"
  148. msgstr ""
  149. #. module: base_exception
  150. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  151. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  152. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  153. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  154. msgid "ID"
  155. msgstr ""
  156. #. module: base_exception
  157. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  158. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  159. msgid "Ignore Exceptions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  163. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  166. msgid "Last Modified on"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  170. msgid "Last Updated by"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  174. msgid "Last Updated on"
  175. msgstr ""
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  178. msgid "Main Exception"
  179. msgstr ""
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  182. msgid "Method"
  183. msgstr ""
  184. #. module: base_exception
  185. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  186. #, python-format
  187. msgid "Only 1 ID accepted, got %r."
  188. msgstr ""
  189. #. module: base_exception
  190. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  191. msgid "Outstanding exceptions to manage"
  192. msgstr ""
  193. #. module: base_exception
  194. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  195. msgid "Outstanding exceptions to manager"
  196. msgstr ""
  197. #. module: base_exception
  198. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  199. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  200. msgid "Python Code"
  201. msgstr ""
  202. #. module: base_exception
  203. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  204. msgid "Python code executed to check if the exception apply or not. Use failed = True to block the exception"
  205. msgstr ""
  206. #. module: base_exception
  207. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  208. msgid "Related Model"
  209. msgstr ""
  210. #. module: base_exception
  211. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  212. msgid "Sequence"
  213. msgstr ""
  214. #. module: base_exception
  215. #: code:addons/base_exception/models/base_exception.py:59
  216. #, python-format
  217. msgid "There is a problem of configuration, python code, domain or method is missing to match the exception type."
  218. msgstr ""
  219. #. module: base_exception
  220. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  221. msgid "To block the exception use: <code>failed = True</code>"
  222. msgstr ""
  223. #. module: base_exception
  224. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  225. msgid "Various fields may use Python code or Python expressions. The following variables can be used:"
  226. msgstr ""
  227. #. module: base_exception
  228. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  229. msgid "_Close"
  230. msgstr ""