initial checkin

This commit is contained in:
tim
2025-10-12 19:17:51 -04:00
commit bb2f7c9ce8
44 changed files with 10741 additions and 0 deletions

25
src/locales/fr.json Normal file
View File

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "Connecter le Portefeuille"
},
"nav": {
"swap": "Échanger",
"stake": "Staker"
},
"swap": {
"title": "Échanger",
"from": "De",
"to": "À",
"youPay": "Vous payez",
"youReceive": "Vous recevez",
"balance": "Solde",
"selectToken": "Sélectionner un token",
"swapButton": "Échanger",
"connectWalletToSwap": "Connectez votre portefeuille pour échanger"
},
"stake": {
"title": "Staker",
"comingSoon": "Bientôt disponible..."
}
}