This commit is contained in:
2025-07-18 19:17:11 +08:00
commit aaa9d5bcab
37 changed files with 3800 additions and 0 deletions

14
i18n/en.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "Donate Cryptocurrency",
"thankYou": "🎉Thank you for your support!🎉<br>Your support is the driving force for my progress!",
"copyAddress": "Copy Address",
"copyAddressSuccess": "Address Copied!",
"english": "English",
"chinese": "中文",
"trx": "Tron",
"eth": "Ethereum (All EVM)",
"btc": "Bitcoin",
"sol": "Solana",
"xmr": "Monero",
"sui": "Sui"
}

14
i18n/zh.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "捐赠加密货币",
"thankYou": "🎉非常感谢您的支持!🎉<br>您的支持是我前进的最大动力!",
"copyAddress": "复制地址",
"copyAddressSuccess": "复制成功",
"english": "English",
"chinese": "中文",
"trx": "波场",
"eth": "以太坊所有EVM网络",
"btc": "比特币",
"sol": "Solana",
"xmr": "门罗币",
"sui": "Sui"
}