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/es.json Normal file
View File

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "Conectar Billetera"
},
"nav": {
"swap": "Intercambiar",
"stake": "Apostar"
},
"swap": {
"title": "Intercambiar",
"from": "Desde",
"to": "Hasta",
"youPay": "Pagas",
"youReceive": "Recibes",
"balance": "Saldo",
"selectToken": "Seleccionar token",
"swapButton": "Intercambiar",
"connectWalletToSwap": "Conecta tu billetera para intercambiar"
},
"stake": {
"title": "Apostar",
"comingSoon": "Próximamente..."
}
}