143 lines
5.1 KiB
Plaintext
143 lines
5.1 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_alipay
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2023
|
|
# Jolien De Paepe, 2023
|
|
# Manon Rondou, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
|
"Last-Translator: Manon Rondou, 2024\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,field_description:payment_alipay.field_payment_provider__alipay_payment_method
|
|
msgid "Account"
|
|
msgstr "Compte"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_provider__code__alipay
|
|
#: model:payment.provider,name:payment_alipay.payment_provider_alipay
|
|
msgid "Alipay"
|
|
msgstr "Alipay"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields,field_description:payment_alipay.field_payment_provider__alipay_seller_email
|
|
msgid "Alipay Seller Email"
|
|
msgstr "E-mail vendeur Alipay"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields,field_description:payment_alipay.field_payment_provider__code
|
|
msgid "Code"
|
|
msgstr "Code"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_provider__alipay_payment_method__standard_checkout
|
|
msgid "Cross-border"
|
|
msgstr "Transfrontalier"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields.selection,name:payment_alipay.selection__payment_provider__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_provider__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_provider__alipay_merchant_partner_id
|
|
msgid "Merchant Partner ID"
|
|
msgstr "ID marchand partenaire"
|
|
|
|
#. module: payment_alipay
|
|
#. odoo-python
|
|
#: code:addons/payment_alipay/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid "No transaction found matching reference %s."
|
|
msgstr "Aucune transaction ne correspond à la référence %s."
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model,name:payment_alipay.model_payment_provider
|
|
msgid "Payment Provider"
|
|
msgstr "Fournisseur de paiement"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model,name:payment_alipay.model_payment_transaction
|
|
msgid "Payment Transaction"
|
|
msgstr "Transaction"
|
|
|
|
#. module: payment_alipay
|
|
#. odoo-python
|
|
#: 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 %(r)s ou txn_id %(t)s manquants."
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields,help:payment_alipay.field_payment_provider__alipay_seller_email
|
|
msgid "The public Alipay partner email"
|
|
msgstr "L'e-mail du partenaire public d'Alipay"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields,help:payment_alipay.field_payment_provider__alipay_merchant_partner_id
|
|
msgid "The public partner ID solely used to identify the account with Alipay"
|
|
msgstr ""
|
|
"L'identifiant du partenaire public uniquement utilisé pour identifier le "
|
|
"compte avec Alipay"
|
|
|
|
#. module: payment_alipay
|
|
#: model:ir.model.fields,help:payment_alipay.field_payment_provider__code
|
|
msgid "The technical code of this payment provider."
|
|
msgstr "Le code technique de ce fournisseur de paiement."
|
|
|
|
#. module: payment_alipay
|
|
#: model_terms:ir.ui.view,arch_db:payment_alipay.payment_provider_form
|
|
msgid ""
|
|
"This provider is deprecated.\n"
|
|
" Consider disabling it and moving to <strong>Asiapay</strong>."
|
|
msgstr ""
|
|
"Ce fournisseur est obsolète.\n"
|
|
" Pensez à le désactiver et à passer à <strong>Asiapay</strong>."
|
|
|
|
#. module: payment_alipay
|
|
#: model_terms:payment.provider,auth_msg:payment_alipay.payment_provider_alipay
|
|
msgid "Your payment has been authorized."
|
|
msgstr "Votre paiement a été autorisé."
|
|
|
|
#. module: payment_alipay
|
|
#: model_terms:payment.provider,cancel_msg:payment_alipay.payment_provider_alipay
|
|
msgid "Your payment has been cancelled."
|
|
msgstr "Votre paiement a été annulé."
|
|
|
|
#. module: payment_alipay
|
|
#: model_terms:payment.provider,pending_msg:payment_alipay.payment_provider_alipay
|
|
msgid ""
|
|
"Your payment has been successfully processed but is waiting for approval."
|
|
msgstr ""
|
|
"Votre paiement a été traité avec succès, mais est en attente d'approbation."
|
|
|
|
#. module: payment_alipay
|
|
#: model_terms:payment.provider,done_msg:payment_alipay.payment_provider_alipay
|
|
msgid "Your payment has been successfully processed."
|
|
msgstr "Votre paiement a été traité avec succès."
|
|
|
|
#. module: payment_alipay
|
|
#. odoo-python
|
|
#: 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"
|