# Translation of Odoo Server.
# This file contains the translation of the following modules:
# 	* payment_alipay
# 
# Translators:
# Martin Trigaux, 2021
# Cécile Collart <cco@odoo.com>, 2022
# Jolien De Paepe, 2022
# 
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:49+0000\n"
"PO-Revision-Date: 2021-09-14 12:24+0000\n"
"Last-Translator: Jolien De Paepe, 2022\n"
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#. module: payment_alipay
#: model:ir.model.fields,help:payment_alipay.field_payment_acquirer__alipay_payment_method
msgid ""
"* Cross-border: For the overseas seller \n"
"* Express Checkout: For the Chinese Seller"
msgstr ""
"* Transfrontalier : Pour les vendeurs d'outre-mer \n"
"* Paiement rapide : Pour les vendeurs chinois"

#. module: payment_alipay
#: model:ir.model.fields,field_description:payment_alipay.field_payment_acquirer__alipay_payment_method
msgid "Account"
msgstr "Compte"

#. module: payment_alipay
#: model:account.payment.method,name:payment_alipay.payment_method_alipay
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_acquirer__provider__alipay
msgid "Alipay"
msgstr "Alipay"

#. module: payment_alipay
#: model:ir.model.fields,field_description:payment_alipay.field_payment_acquirer__alipay_seller_email
msgid "Alipay Seller Email"
msgstr "E-mail du vendeur Alipay"

#. module: payment_alipay
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_acquirer__alipay_payment_method__standard_checkout
msgid "Cross-border"
msgstr "Transfrontalier"

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "Expected signature %(sc) but received %(sign)s."
msgstr "Signature attendue %(sc) mais reçu %(sign)s."

#. module: payment_alipay
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_acquirer__alipay_payment_method__express_checkout
msgid "Express Checkout (only for Chinese merchants)"
msgstr "Paiement rapide (uniquement pour les marchands chinois)"

#. module: payment_alipay
#: model:ir.model.fields,field_description:payment_alipay.field_payment_acquirer__alipay_md5_signature_key
msgid "MD5 Signature Key"
msgstr "Clé de Signature MD5"

#. module: payment_alipay
#: model:ir.model.fields,field_description:payment_alipay.field_payment_acquirer__alipay_merchant_partner_id
msgid "Merchant Partner ID"
msgstr "Identifiant du Marchand Partenaire"

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "No transaction found matching reference %s."
msgstr "Aucune transaction trouvée correspondant à la référence %s."

#. module: payment_alipay
#: model:ir.model,name:payment_alipay.model_payment_acquirer
msgid "Payment Acquirer"
msgstr "Intermédiaire de Paiement"

#. module: payment_alipay
#: model:ir.model,name:payment_alipay.model_account_payment_method
msgid "Payment Methods"
msgstr "Méthodes de paiements"

#. module: payment_alipay
#: model:ir.model,name:payment_alipay.model_payment_transaction
msgid "Payment Transaction"
msgstr "Transaction"

#. module: payment_alipay
#: model:ir.model.fields,field_description:payment_alipay.field_payment_acquirer__provider
msgid "Provider"
msgstr "Fournisseur"

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "Received data with missing reference %(r)s or txn_id %(t)s."
msgstr "Données reçues avec référence manquante %(r)s ou txn_id %(t)s."

#. module: payment_alipay
#: code:addons/payment_alipay/controllers/main.py:0
#, python-format
msgid ""
"Received notification data not acknowledged by Alipay:\n"
"%s"
msgstr ""
"Données de notification reçues non reconnues par Alipay :\n"
"%s"

#. module: payment_alipay
#: code:addons/payment_alipay/controllers/main.py:0
#, python-format
msgid ""
"Received notification data with unknown reference:\n"
"%s"
msgstr ""
"Données de notification reçues avec référence inconnue :\n"
"%s"

#. module: payment_alipay
#: model:ir.model.fields,help:payment_alipay.field_payment_acquirer__provider
msgid "The Payment Service Provider to use with this acquirer"
msgstr ""
"Le fournisseur de services de paiement à utiliser avec cet intermédiaire"

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "The amount does not match the total + fees."
msgstr "Le montant ne correspond pas au total + frais."

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid ""
"The currency returned by Alipay %(rc)s does not match the transaction "
"currency %(tc)s."
msgstr ""
"La devise rendue par Alipay %(rc)s ne correspond pas à la devise de la "
"transaction %(tc)s."

#. module: payment_alipay
#: model:ir.model.fields,help:payment_alipay.field_payment_acquirer__alipay_seller_email
msgid "The public Alipay partner email"
msgstr "L'email du partenaire public d'Alipay"

#. module: payment_alipay
#: model:ir.model.fields,help:payment_alipay.field_payment_acquirer__alipay_merchant_partner_id
msgid "The public partner ID solely used to identify the account with Alipay"
msgstr ""
"L'ID du partenaire public uniquement utilisé pour identifier le compte avec "
"Alipay"

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "The seller email does not match the configured Alipay account."
msgstr "L'email du vendeur ne correspond pas au compte Alipay configuré."

#. module: payment_alipay
#: code:addons/payment_alipay/models/payment_transaction.py:0
#, python-format
msgid "received invalid transaction status: %s"
msgstr "Réception d'un statut de transaction invalide : %s"
