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.

343 lines
12 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. # Nicolas JEUDY <njeudy@panda-chi.io>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 11.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-03-03 10:08+0000\n"
  13. "PO-Revision-Date: 2018-03-03 10:08+0000\n"
  14. "Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
  15. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  16. "Language: fr\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  21. #. module: base_exception
  22. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  23. msgid "<code>self</code>: Record on which the rule is evaluated."
  24. msgstr ""
  25. #. module: base_exception
  26. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  27. msgid "<code>time</code>: useful Python libraries"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  31. msgid "Active"
  32. msgstr "Actif"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr "Appliquer sur"
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. msgid "By domain"
  40. msgstr ""
  41. #. module: base_exception
  42. #: selection:exception.rule,exception_type:0
  43. #, fuzzy
  44. #| msgid "Python Code"
  45. msgid "By python code"
  46. msgstr "Code Python"
  47. #. module: base_exception
  48. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  49. msgid ""
  50. "By python code: allow to define any arbitrary check\n"
  51. "By domain: limited to a selection by an odoo domain:\n"
  52. " performance can be better when exceptions are "
  53. "evaluated with several records"
  54. msgstr ""
  55. #. module: base_exception
  56. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  57. msgid "Created by"
  58. msgstr "Créé par"
  59. #. module: base_exception
  60. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  61. msgid "Created on"
  62. msgstr "Créé le"
  63. #. module: base_exception
  64. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  65. msgid "Description"
  66. msgstr "Description"
  67. #. module: base_exception
  68. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  72. msgid "Display Name"
  73. msgstr "Nom à afficher"
  74. #. module: base_exception
  75. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  76. msgid "Domain"
  77. msgstr ""
  78. #. module: base_exception
  79. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  80. msgid ""
  81. "Enter Python code here. Help about Python expression is available in the "
  82. "help tab of this document."
  83. msgstr ""
  84. #. module: base_exception
  85. #: code:addons/base_exception/models/base_exception.py:156
  86. #, fuzzy, python-format
  87. #| msgid ""
  88. #| "Error when evaluating the exception.rule rule:\n"
  89. #| " %s \n"
  90. #| "(%s)"
  91. msgid ""
  92. "Error when evaluating the exception.rule rule:\n"
  93. " %s \n"
  94. "(%s)"
  95. msgstr ""
  96. "L'evaluatino de la règle d'exception a généré une erreur :\n"
  97. " %s \n"
  98. "(%s)"
  99. #. module: base_exception
  100. #: model:ir.model,name:base_exception.model_base_exception
  101. #, fuzzy
  102. #| msgid "Exceptions"
  103. msgid "Exception"
  104. msgstr "Exceptions"
  105. #. module: base_exception
  106. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  107. msgid "Exception Name"
  108. msgstr "Nom de l'exception"
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_exception_rule
  111. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  112. msgid "Exception Rule"
  113. msgstr "Règle de l'exception"
  114. #. module: base_exception
  115. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  116. #, fuzzy
  117. #| msgid "exception.rule.confirm"
  118. msgid "Exception Rule Confirm Wizard"
  119. msgstr "exception.rule.confirm"
  120. #. module: base_exception
  121. #: model:ir.model,name:base_exception.model_base_exception_method
  122. #, fuzzy
  123. #| msgid "Exception Rules"
  124. msgid "Exception Rule Methods"
  125. msgstr "Règles de restriction"
  126. #. module: base_exception
  127. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  128. msgid "Exception Rule Setup"
  129. msgstr "Paramètre de la règle de l'exception"
  130. #. module: base_exception
  131. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  132. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  133. msgid "Exception Rules"
  134. msgstr "Règles de restriction"
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  137. #, fuzzy
  138. #| msgid "Exception Name"
  139. msgid "Exception Type"
  140. msgstr "Nom de l'exception"
  141. #. module: base_exception
  142. #: model:res.groups,name:base_exception.group_exception_rule_manager
  143. msgid "Exception manager"
  144. msgstr "Gestionnaire d'exception"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  147. msgid "Exceptions"
  148. msgstr "Exceptions"
  149. #. module: base_exception
  150. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  151. msgid "Exceptions Rules"
  152. msgstr "Règles d'exceptions"
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  155. #, fuzzy
  156. #| msgid "Exception manager"
  157. msgid "Exceptions Summary"
  158. msgstr "Gestionnaire d'exception"
  159. #. module: base_exception
  160. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  161. msgid "Exceptions to resolve"
  162. msgstr "Exceptions à resoudre"
  163. #. module: base_exception
  164. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  165. msgid "Gives the sequence order when applying the test"
  166. msgstr "Donner l'order d'application des règles"
  167. #. module: base_exception
  168. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  169. msgid "Help"
  170. msgstr ""
  171. #. module: base_exception
  172. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  173. msgid "Help with Python expressions"
  174. msgstr ""
  175. #. module: base_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  177. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  179. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  180. msgid "ID"
  181. msgstr "ID"
  182. #. module: base_exception
  183. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  185. msgid "Ignore Exceptions"
  186. msgstr "Ignorer les exceptions"
  187. #. module: base_exception
  188. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  189. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  190. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  192. msgid "Last Modified on"
  193. msgstr "Dernière Modification le"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  196. msgid "Last Updated by"
  197. msgstr "Dernière mise à jour par"
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  200. msgid "Last Updated on"
  201. msgstr "Dernière mise à jour le"
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  204. msgid "Main Exception"
  205. msgstr "Exception principale"
  206. #. module: base_exception
  207. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  208. #, python-format
  209. msgid "Only 1 ID accepted, got %r."
  210. msgstr "Seulement 1 ID est accepté, reçu %r."
  211. #. module: base_exception
  212. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  213. msgid "Outstanding exceptions to manage"
  214. msgstr "Exceptions en attente à gérer"
  215. #. module: base_exception
  216. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  217. msgid "Outstanding exceptions to manager"
  218. msgstr "Exceptions en attente à gérer"
  219. #. module: base_exception
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  221. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  222. msgid "Python Code"
  223. msgstr "Code Python"
  224. #. module: base_exception
  225. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  226. msgid ""
  227. "Python code executed to check if the exception apply or not. Use failed = "
  228. "True to block the exception"
  229. msgstr ""
  230. "Code Python exécuté pour vérifier si l'exception s'applique ou non. "
  231. "Utilisation failed = True pour bloquer l'exception"
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  234. msgid "Related Model"
  235. msgstr "Model associé"
  236. #. module: base_exception
  237. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  238. msgid "Sequence"
  239. msgstr "Séquence"
  240. #. module: base_exception
  241. #: code:addons/base_exception/models/base_exception.py:50
  242. #, python-format
  243. msgid ""
  244. "There is a problem of configuration, python code or domain is missing to "
  245. "match the exception type."
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid "To block the exception use: <code>failed = True</code>"
  250. msgstr ""
  251. #. module: base_exception
  252. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  253. msgid ""
  254. "Various fields may use Python code or Python expressions. The following "
  255. "variables can be used:"
  256. msgstr ""
  257. #. module: base_exception
  258. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  259. msgid "_Close"
  260. msgstr "_Close"
  261. #~ msgid ""
  262. #~ "If we detect exception we set the state of object (ex purchase) to the "
  263. #~ "next_state (ex 'to approve'). If there are more than one exception "
  264. #~ "detected and all have a value for next_state, we usethe exception having "
  265. #~ "the smallest sequence value"
  266. #~ msgstr ""
  267. #~ "Si nous détectons une exception, nous plaçons l'état de l'objet (ex "
  268. #~ "achat) sur next_state (ex' à approuver'). S'il y a plus d'une exception "
  269. #~ "détectée et que toutes ont une valeur pour next_state, nous utilisons "
  270. #~ "l'exception ayant la plus petite valeur de séquence"
  271. #~ msgid "Next state"
  272. #~ msgstr "Etat suivant"
  273. #~ msgid "Rule Group"
  274. #~ msgstr "Règle de groupe"
  275. #~ msgid ""
  276. #~ "Rule group is used to group the rules that must validated at same time "
  277. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  278. #~ "rules."
  279. #~ msgstr ""
  280. #~ "Le groupe de règles est utiliser pour grouper toutes les règles qui "
  281. #~ "doivent être vérifiées pour un même objet. Ex: valider les règles de sale."
  282. #~ "order.line avec les règles de sale order."
  283. #~ msgid ""
  284. #~ "The value \"%s\" you choose for the \"next state\" field state of \"%s\" "
  285. #~ "is wrong. Value must be in this list %s"
  286. #~ msgstr ""
  287. #~ "La valeur \"%s\" que vous choisissez pour l'état du champ \"suivant\" de "
  288. #~ "\"%s\" est incorrecte. La valeur doit être dans cette liste %s"
  289. #~ msgid "base.exception"
  290. #~ msgstr "base.exception"