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.

328 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 "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_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:260
  85. #, fuzzy, python-format
  86. #| msgid ""
  87. #| "Error when evaluating the exception.rule rule:\n"
  88. #| " %s \n"
  89. #| "(%s)"
  90. msgid ""
  91. "Error when evaluating the exception.rule: %s\n"
  92. "(%s)"
  93. msgstr ""
  94. "L'evaluatino de la règle d'exception a généré une erreur :\n"
  95. " %s \n"
  96. "(%s)"
  97. #. module: base_exception
  98. #: model:ir.model,name:base_exception.model_base_exception
  99. #, fuzzy
  100. #| msgid "Exceptions"
  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"
  116. msgid "Exception Rule Confirm Wizard"
  117. msgstr "exception.rule.confirm"
  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 Name"
  131. msgid "Exception Type"
  132. msgstr "Nom de l'exception"
  133. #. module: base_exception
  134. #: model:res.groups,name:base_exception.group_exception_rule_manager
  135. msgid "Exception manager"
  136. msgstr "Gestionnaire d'exception"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  139. msgid "Exceptions"
  140. msgstr "Exceptions"
  141. #. module: base_exception
  142. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  143. msgid "Exceptions Rules"
  144. msgstr "Règles d'exceptions"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  147. msgid "Exceptions to resolve"
  148. msgstr "Exceptions à resoudre"
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  151. msgid "Gives the sequence order when applying the test"
  152. msgstr "Donner l'order d'application des règles"
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help with Python expressions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  163. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  165. msgid "ID"
  166. msgstr "ID"
  167. #. module: base_exception
  168. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  169. msgid ""
  170. "If we detect exception we set the state of object (ex purchase) to the "
  171. "next_state (ex 'to approve'). If there are more than one exception detected "
  172. "and all have a value for next_state, we usethe exception having the smallest "
  173. "sequence value"
  174. msgstr ""
  175. "Si nous détectons une exception, nous plaçons l'état de l'objet (ex achat) "
  176. "sur next_state (ex' à approuver'). S'il y a plus d'une exception détectée et "
  177. "que toutes ont une valeur pour next_state, nous utilisons l'exception ayant "
  178. "la plus petite valeur de séquence"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  182. msgid "Ignore Exceptions"
  183. msgstr "Ignorer les exceptions"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  188. msgid "Last Modified on"
  189. msgstr "Dernière Modification le"
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  192. msgid "Last Updated by"
  193. msgstr "Dernière mise à jour par"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  196. msgid "Last Updated on"
  197. msgstr "Dernière mise à jour le"
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  200. msgid "Main Exception"
  201. msgstr "Exception principale"
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  204. msgid "Next state"
  205. msgstr "Etat suivant"
  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_base_exception__rule_group
  238. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  239. msgid "Rule Group"
  240. msgstr "Règle de groupe"
  241. #. module: base_exception
  242. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  243. msgid ""
  244. "Rule group is used to group the rules that must validated at same time for a "
  245. "target object. Ex: validate sale.order.line rules with sale order rules."
  246. msgstr ""
  247. "Le groupe de règles est utiliser pour grouper toutes les règles qui doivent "
  248. "être vérifiées pour un même objet. Ex: valider les règles de sale.order.line "
  249. "avec les règles de sale order."
  250. #. module: base_exception
  251. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  252. msgid "Sequence"
  253. msgstr "Séquence"
  254. #. module: base_exception
  255. #: code:addons/base_exception/models/base_exception.py:80
  256. #, python-format
  257. msgid ""
  258. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  259. "wrong. Value must be in this list %s"
  260. msgstr ""
  261. "La valeur \"%s\" que vous choisissez pour l'état du champ \"suivant\" de \"%s"
  262. "\" est incorrecte. La valeur doit être dans cette liste %s"
  263. #. module: base_exception
  264. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  265. msgid "To block the exception use: <code>failed = True</code>"
  266. msgstr ""
  267. #. module: base_exception
  268. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  269. msgid ""
  270. "Various fields may use Python code or Python expressions. The following "
  271. "variables can be used:"
  272. msgstr ""
  273. #. module: base_exception
  274. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  275. msgid "_Close"
  276. msgstr "_Close"
  277. #~ msgid "base.exception"
  278. #~ msgstr "base.exception"