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.

252 lines
8.5 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. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-12-01 02:09+0000\n"
  12. "PO-Revision-Date: 2017-12-01 02:09+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "Language: fr\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: base_exception
  21. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  22. msgid "Active"
  23. msgstr "Active"
  24. #. module: base_exception
  25. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  26. msgid "Apply on"
  27. msgstr "Appliquer sur"
  28. #. module: base_exception
  29. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  30. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  31. msgid "Blocked in draft due to exceptions"
  32. msgstr "Bloqué à l'état brouillon à cause d'une restriction"
  33. #. module: base_exception
  34. #: selection:exception.rule,exception_type:0
  35. msgid "By domain"
  36. msgstr ""
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. #, fuzzy
  40. msgid "By python code"
  41. msgstr "Code Python"
  42. #. module: base_exception
  43. #: model:ir.model.fields,help:base_exception.field_exception_rule_exception_type
  44. msgid ""
  45. "By python code: allow to define any arbitrary check\n"
  46. "By domain: limited to a selection by an odoo domain:\n"
  47. " performance can be better when exceptions are "
  48. "evaluated with several records"
  49. msgstr ""
  50. #. module: base_exception
  51. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  52. msgid "Created by"
  53. msgstr "Créé par"
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  56. msgid "Created on"
  57. msgstr "Créé le"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  60. msgid "Description"
  61. msgstr "Description"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  64. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_display_name
  65. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  67. msgid "Display Name"
  68. msgstr "Nom affiché"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  71. msgid "Domain"
  72. msgstr ""
  73. #. module: base_exception
  74. #: code:addons/base_exception/models/base_exception.py:151
  75. #, python-format
  76. msgid ""
  77. "Error when evaluating the exception.rule rule:\n"
  78. " %s \n"
  79. "(%s)"
  80. msgstr ""
  81. "L'evaluatino de la règle d'exception a généré une erreur :\n"
  82. " %s \n"
  83. "(%s)"
  84. #. module: base_exception
  85. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  86. msgid "Exception Name"
  87. msgstr "Nom de l'exception"
  88. #. module: base_exception
  89. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  90. msgid "Exception Rule"
  91. msgstr "Règle de l'exception"
  92. #. module: base_exception
  93. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  94. msgid "Exception Rule Setup"
  95. msgstr "Paramètre de la règle de l'exception"
  96. #. module: base_exception
  97. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  98. #: model:ir.model,name:base_exception.model_exception_rule
  99. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  100. msgid "Exception Rules"
  101. msgstr "Règles de restriction"
  102. #. module: base_exception
  103. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  104. #, fuzzy
  105. msgid "Exception Type"
  106. msgstr "Nom de l'exception"
  107. #. module: base_exception
  108. #: model:res.groups,name:base_exception.group_exception_rule_manager
  109. msgid "Exception manager"
  110. msgstr "Gestionnaire d'exception"
  111. #. module: base_exception
  112. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  113. msgid "Exceptions"
  114. msgstr "Exceptions"
  115. #. module: base_exception
  116. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  117. msgid "Exceptions Rules"
  118. msgstr "Règles d'exceptions"
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  121. msgid "Exceptions to resolve"
  122. msgstr "Exceptions à resoudre"
  123. #. module: base_exception
  124. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  125. msgid "Gives the sequence order when applying the test"
  126. msgstr "Donner l'order d'application des règles"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  129. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_id
  130. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  131. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  132. msgid "ID"
  133. msgstr "ID"
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  137. msgid "Ignore Exceptions"
  138. msgstr "Ignorer les exceptions"
  139. #. module: base_exception
  140. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  141. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method___last_update
  142. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  143. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  144. msgid "Last Modified on"
  145. msgstr "Dernière modification le"
  146. #. module: base_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  148. msgid "Last Updated by"
  149. msgstr "Mis à jour par"
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  152. msgid "Last Updated on"
  153. msgstr "Mis à jour le"
  154. #. module: base_exception
  155. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  156. msgid "Main Exception"
  157. msgstr "Exception principale"
  158. #. module: base_exception
  159. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  160. msgid "Python Code"
  161. msgstr "Code Python"
  162. #. module: base_exception
  163. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  164. #, fuzzy
  165. msgid ""
  166. "Python code executed to check if the exception apply or not. The code must "
  167. "apply failed = True to apply the exception."
  168. msgstr ""
  169. "Code python à vérifier si l'exception est applicable ou pas. Le code doit "
  170. "renvoyer True pour appliquer l'exception."
  171. #. module: base_exception
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  173. msgid "Related model id"
  174. msgstr "Model (obj) lié"
  175. #. module: base_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  177. msgid "Sequence"
  178. msgstr "Séquence"
  179. #. module: base_exception
  180. #: code:addons/base_exception/models/base_exception.py:62
  181. #, python-format
  182. msgid ""
  183. "There is a problem of configuration, python code or domain is missing to "
  184. "match the exception type."
  185. msgstr ""
  186. #. module: base_exception
  187. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  188. msgid "_Close"
  189. msgstr "_Close"
  190. #. module: base_exception
  191. #: model:ir.model,name:base_exception.model_base_exception
  192. msgid "base.exception"
  193. msgstr "base.exception"
  194. #. module: base_exception
  195. #: model:ir.model,name:base_exception.model_base_exception_method
  196. #, fuzzy
  197. #| msgid "base.exception"
  198. msgid "base.exception.method"
  199. msgstr "base.exception"
  200. #. module: base_exception
  201. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  202. msgid "exception.rule.confirm"
  203. msgstr "exception.rule.confirm"
  204. #~ msgid "Rule group"
  205. #~ msgstr "Groupe de règles"
  206. #~ msgid ""
  207. #~ "Rule group is used to group the rules that must validated at same time "
  208. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  209. #~ "rules."
  210. #~ msgstr ""
  211. #~ "Le groupe de règles est utiliser pour grouper toutes les règles qui "
  212. #~ "doivent être vérifiées pour un même objet. Ex: valider les règles de sale."
  213. #~ "order.line avec les règles de sale order."