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