Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sales": "ventes"
},
"token-tabs": {
"tokens": "Jetons",
"amms": "Jetons LP",
"tokens": "Tokens",
"amms": "LP Tokens",
"mpts": "MPT"
},
"search-select": {
Expand All @@ -22,7 +22,7 @@
"more-than-results": "Plus de {{count}} résultats. Veuillez saisir davantage pour affiner votre recherche."
},
"menu": {
"tokens": "Jetons",
"tokens": "Tokens",
"amm": {
"amm": "AMM",
"pools": "Pools AMM",
Expand All @@ -35,7 +35,7 @@
"services": "Services",
"send": "Envoyer un paiement",
"reward-auto-claim": "Reward Auto Claim",
"add-token": "Ajouter un jeton (Trustline)",
"add-token": "Ajouter un token (Trustline)",
"account-settings": "Paramètres du compte",
"toml-checker": "Vérificateur TOML",
"view-all-services": "Voir tous les services",
Expand Down
10 changes: 5 additions & 5 deletions public/locales/fr/tokens.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"title": "Jetons",
"h1": "Jetons de {{explorerName}}",
"title": "Tokens",
"h1": "Tokens du {{explorerName}}",
"filters": {
"canEscrow": "Peut utiliser l'escrow"
},
"headers": {
"token": "Jeton",
"token": "Token",
"price": "Prix",
"change24h": "Variation (24 h)",
"totalVolume": "Volume total",
Expand All @@ -32,8 +32,8 @@
},
"actions": {
"viewAmms": "Voir les AMMs",
"setTrust": "Ajouter un jeton",
"tokenPage": "Page du jeton"
"setTrust": "Ajouter un token",
"tokenPage": "Page du token"
},
"tooltips": {
"now": "Maintenant",
Expand Down