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.

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