Skip to content

Commit

Permalink
Translate locales/en.json in fr
Browse files Browse the repository at this point in the history
100% translated source file: 'locales/en.json'
on 'fr'.
  • Loading branch information
transifex-integration[bot] authored Nov 6, 2023
1 parent 3ade414 commit 5f33bee
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"amount": "Montant",
"fee": "Frais",
"search": "Chercher",
"viewInBlockExplorer": "Afficher dans l'explorateur de blocs"
"viewInBlockExplorer": "Afficher dans l'explorateur de blocs",
"blocks": "{{numBlocks}} blocs"
},
"buttons": {
"ok": "D'accord",
Expand Down Expand Up @@ -208,6 +209,9 @@
"description": {
"title": "Message",
"placeholder": "Message au payeur"
},
"preimage": {
"placeholder": "32-byte hex string"
}
}
},
Expand Down Expand Up @@ -249,6 +253,9 @@
},
"feeEstimate": {
"title": "Estimation des frais"
},
"outgoingChannel": {
"title": "Canal sortant"
}
}
},
Expand Down Expand Up @@ -290,6 +297,7 @@
"remoteCommitmentTxid": "Engagement à distance TXID",
"closeChannel": "Fermer la chaîne",
"forceClosePendingChannel": "Forcer la fermeture du canal en attente",
"forceCloseDelay": "Délai de fermeture de force",
"closeChannelPrompt": {
"title": "Fermer la chaîne"
}
Expand Down Expand Up @@ -736,6 +744,12 @@
"rpc": {
"title": "Définir l'hôte RPC de bitcoind"
},
"rpcuser": {
"title": "Définir l'utilisateur bitcoind RPC"
},
"rpcpass": {
"title": "Définir le mot de passe bitcoind RPC"
},
"zmqRawBlock": {
"title": "Définir l'hôte du bloc brut bitcoind ZMQ"
},
Expand Down Expand Up @@ -796,6 +810,17 @@
"msg": "Voulez-vous restaurer le serveur Dunder par défaut ?"
}
},
"speedloaderServer": {
"title": "Définir le serveur de synchronisation de la chaîne LN",
"subtitle": "",
"setDialog": {
"title": "Définir le serveur de synchronisation de la chaîne LN"
},
"restoreDialog": {
"title": "Restaurer le serveur de synchronisation des canaux LN",
"msg": "Souhaitez-vous restaurer le serveur de synchronisation LN de canal LN par défaut"
}
},
"graphSync": {
"title": "Attendez la synchronisation du graphique avant de payer",
"subtitle": "La synchronisation des graphes conduit à des chemins de paiement optimaux"
Expand Down Expand Up @@ -868,6 +893,9 @@
"restoreDialog": {
"title": "Souhaitez-vous restaurer le niveau de journal du LND au niveau par défaut ({{defaultLndLogLevel}})?"
}
},
"customInvoicePreimageEnabled": {
"title": "Activer les préimages de facture personnalisées"
}
},
"experimental": {
Expand Down Expand Up @@ -996,7 +1024,8 @@
"title": "Appliquer la synchronisation \"gossip\" au démarrage"
},
"persistentServices": {
"title": "Activer le LND persistant et Tor (si activé)"
"title": "Activer l'application persistante",
"subtitle": "L'application reste active en arrière-plan"
}
}
},
Expand Down

0 comments on commit 5f33bee

Please sign in to comment.