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

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "Wallet Verbinden"
},
"nav": {
"swap": "Tauschen",
"stake": "Staken"
},
"swap": {
"title": "Tauschen",
"from": "Von",
"to": "Zu",
"youPay": "Sie zahlen",
"youReceive": "Sie erhalten",
"balance": "Guthaben",
"selectToken": "Token auswählen",
"swapButton": "Tauschen",
"connectWalletToSwap": "Wallet verbinden zum Tauschen"
},
"stake": {
"title": "Staken",
"comingSoon": "Demnächst verfügbar..."
}
}

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

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "Connect Wallet"
},
"nav": {
"swap": "Swap",
"stake": "Stake"
},
"swap": {
"title": "Swap",
"from": "From",
"to": "To",
"youPay": "You pay",
"youReceive": "You receive",
"balance": "Balance",
"selectToken": "Select token",
"swapButton": "Swap",
"connectWalletToSwap": "Connect wallet to swap"
},
"stake": {
"title": "Stake",
"comingSoon": "Coming soon..."
}
}

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..."
}
}

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..."
}
}

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

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "ウォレット接続"
},
"nav": {
"swap": "スワップ",
"stake": "ステーキング"
},
"swap": {
"title": "スワップ",
"from": "から",
"to": "へ",
"youPay": "支払い",
"youReceive": "受取り",
"balance": "残高",
"selectToken": "トークンを選択",
"swapButton": "スワップ",
"connectWalletToSwap": "スワップするにはウォレットを接続してください"
},
"stake": {
"title": "ステーキング",
"comingSoon": "近日公開..."
}
}

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

@@ -0,0 +1,25 @@
{
"common": {
"liquidityParty": "Liquidity Party",
"connectWallet": "连接钱包"
},
"nav": {
"swap": "兑换",
"stake": "质押"
},
"swap": {
"title": "兑换",
"from": "从",
"to": "到",
"youPay": "您支付",
"youReceive": "您收到",
"balance": "余额",
"selectToken": "选择代币",
"swapButton": "兑换",
"connectWalletToSwap": "连接钱包以进行兑换"
},
"stake": {
"title": "质押",
"comingSoon": "即将推出..."
}
}