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.

270 lines
8.7 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_base_exception_method__display_name
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  61. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  62. msgid "Display Name"
  63. msgstr ""
  64. #. module: base_exception
  65. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  66. msgid "Domain"
  67. msgstr ""
  68. #. module: base_exception
  69. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  70. msgid "Enter Python code here. Help about Python expression is available in the help tab of this document."
  71. msgstr ""
  72. #. module: base_exception
  73. #: code:addons/base_exception/models/base_exception.py:139
  74. #, python-format
  75. msgid "Error when evaluating the exception.rule rule:\n"
  76. " %s \n"
  77. "(%s)"
  78. msgstr ""
  79. #. module: base_exception
  80. #: model:ir.model,name:base_exception.model_base_exception
  81. msgid "Exception"
  82. msgstr ""
  83. #. module: base_exception
  84. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  85. msgid "Exception Name"
  86. msgstr ""
  87. #. module: base_exception
  88. #: model:ir.model,name:base_exception.model_exception_rule
  89. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  90. msgid "Exception Rule"
  91. msgstr ""
  92. #. module: base_exception
  93. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  94. msgid "Exception Rule Confirm Wizard"
  95. msgstr ""
  96. #. module: base_exception
  97. #: model:ir.model,name:base_exception.model_base_exception_method
  98. msgid "Exception Rule Methods"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  102. msgid "Exception Rule Setup"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  106. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  107. msgid "Exception Rules"
  108. msgstr ""
  109. #. module: base_exception
  110. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  111. msgid "Exception Type"
  112. msgstr ""
  113. #. module: base_exception
  114. #: model:res.groups,name:base_exception.group_exception_rule_manager
  115. msgid "Exception manager"
  116. msgstr ""
  117. #. module: base_exception
  118. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  119. msgid "Exceptions"
  120. msgstr ""
  121. #. module: base_exception
  122. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  123. msgid "Exceptions Rules"
  124. msgstr ""
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  127. msgid "Exceptions Summary"
  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_base_exception_method__id
  148. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  149. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  150. msgid "ID"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  155. msgid "Ignore Exceptions"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  159. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  160. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  161. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  162. msgid "Last Modified on"
  163. msgstr ""
  164. #. module: base_exception
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  166. msgid "Last Updated by"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  170. msgid "Last Updated on"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  174. msgid "Main Exception"
  175. msgstr ""
  176. #. module: base_exception
  177. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  178. #, python-format
  179. msgid "Only 1 ID accepted, got %r."
  180. msgstr ""
  181. #. module: base_exception
  182. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  183. msgid "Outstanding exceptions to manage"
  184. msgstr ""
  185. #. module: base_exception
  186. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  187. msgid "Outstanding exceptions to manager"
  188. msgstr ""
  189. #. module: base_exception
  190. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  191. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  192. msgid "Python Code"
  193. msgstr ""
  194. #. module: base_exception
  195. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  196. msgid "Python code executed to check if the exception apply or not. Use failed = True to block the exception"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  200. msgid "Related Model"
  201. msgstr ""
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  204. msgid "Sequence"
  205. msgstr ""
  206. #. module: base_exception
  207. #: code:addons/base_exception/models/base_exception.py:50
  208. #, python-format
  209. msgid "There is a problem of configuration, python code or domain is missing to match the exception type."
  210. msgstr ""
  211. #. module: base_exception
  212. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  213. msgid "To block the exception use: <code>failed = True</code>"
  214. msgstr ""
  215. #. module: base_exception
  216. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  217. msgid "Various fields may use Python code or Python expressions. The following variables can be used:"
  218. msgstr ""
  219. #. module: base_exception
  220. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  221. msgid "_Close"
  222. msgstr ""