Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate additional text #105

Merged
merged 1 commit into from
Apr 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions src/lang/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
},
"txs": {
"deno_tx": "Demo Tx",
"account": "Account",
"balance": "Balance",
"btn_onboard": "Onboard Account",
"btn_transfer": "Transfer Coins",
"account": "Compte",
"balance": "Solde",
"btn_onboard": "Embarquer Compte",
"btn_transfer": "Transfert de Coins",
"onboard": {
"title": "Embarquer un Compte",
"await": "",
Expand All @@ -215,26 +215,26 @@
"community_confirm": "Confirmez le passage en \"Community\"? Cet opération est irreversible"
},
"transfer": {
"title": "Coin Transfer",
"sender": "Sender",
"balance": "Balance",
"receiver": "Receiver",
"amount": "Amount",
"amount_label": "Amount (fractions not allowed yet)",
"receiver_placeholder": "Receiver address",
"amount_placeholder": "Amount to be transfered",
"confirm_title": "Heads up!",
"please_confirm": "Please confirm your transfer information:",
"await": "Await txs",
"btn_next": "Next",
"btn_confirm": "Confirm",
"btn_cancel": "Cancel",
"btn_close": "Close",
"error_amount_greater_than_balance": "Amount cannot be greater than account balance",
"error_receiver_equals_sender": "Receiver address must be different from sender address",
"error_slow_wallet": "Coin transfer is disabled for slow wallets.",
"success": "Transfer executed with success",
"failed": "Transfer failed. Code: {code}"
"title": "Transfert de Coins",
"sender": "Envoyeur",
"balance": "Solde",
"receiver": "Receveur",
"amount": "Montant",
"amount_label": "Montant (fractions non permises)",
"receiver_placeholder": "Adresse du Receveur",
"amount_placeholder": "Montant à transferer",
"confirm_title": "Attention!",
"please_confirm": "Veuillez confirmer les informations du transfert:",
"await": "Attente de txs",
"btn_next": "Suivant",
"btn_confirm": "Confirmer",
"btn_cancel": "Annuler",
"btn_close": "Fermer",
"error_amount_greater_than_balance": "Le montant ne peut pas être supérieur au solde de compte",
"error_receiver_equals_sender": "Les adresses de l'Envoyeur et Receveur doivent être differentes",
"error_slow_wallet": "Le transfert de Coin est désactivé pour les porte-feuilles 'slow'.",
"success": "Transfert executé avec succés",
"failed": "Transfert échoué. Code: {code}"
}
},
"events": {
Expand Down