first commit

This commit is contained in:
2024-08-22 22:12:36 +08:00
commit 934a5cd50d
18 changed files with 299 additions and 0 deletions

12
i18n/en.json Normal file
View File

@ -0,0 +1,12 @@
{
"title": "Donate Cryptocurrency",
"copyAddress": "Copy Address",
"copyAddressSuccess": "Address Copied!",
"english": "English",
"chinese": "中文",
"tron": "Tron",
"eth": "EVM Capable",
"bitcoin": "Bitcoin",
"solana": "Solana",
"monero": "Monero"
}

12
i18n/zh.json Normal file
View File

@ -0,0 +1,12 @@
{
"title": "捐赠加密货币",
"copyAddress": "复制地址",
"copyAddressSuccess": "复制成功",
"english": "English",
"chinese": "中文",
"tron": "波场",
"eth": "以太坊EVM兼容网络",
"bitcoin": "比特币",
"solana": "Solana",
"monero": "门罗币"
}