Basic wallet page

This commit is contained in:
2025-01-29 15:18:35 +08:00
parent 9471fe40fe
commit 73b82f65e4
12 changed files with 1093 additions and 9 deletions

View File

@ -18,6 +18,7 @@
"screenAbuseReport": "Abuse Reports",
"screenSettings": "Settings",
"screenAccountSettings": "Account Settings",
"screenFactorSettings": "Auth Factors",
"screenAccountWallet": "Wallet",
"screenNews": "News",
"screenAlbum": "Album",
@ -30,7 +31,6 @@
"screenNotification": "Notification",
"screenPostSearch": "Search Posts",
"screenFriend": "Friends",
"screenFactorSettings": "Auth Factors",
"dialogOkay": "Okay",
"dialogCancel": "Cancel",
"dialogConfirm": "Confirm",
@ -592,5 +592,14 @@
"totpPostSetupDescription": "Scan the QR Code below with Google Authenticator, Microsoft Authenticator, 1Password, Authy, Bitwarden or any of kind of authenticator app which supports TOTP.",
"totpNeverShare": "Never share this QR Code",
"needHelp": "Need Help?",
"needHelpLaunch": "Check out our Goatpedia!"
"needHelpLaunch": "Check out our Goatpedia!",
"walletCreate": "Create a Wallet",
"walletCreateSubtitle": "Create a wallet to start using Solar Coins",
"walletCreateTerms": "By creating a wallet, you agree to Solar Wallet's Extra Terms of Service.",
"walletCreatePassword": "Set a payment password for your new wallet below",
"walletCurrencyShort": "Credit",
"walletCurrency": {
"one": "{} Social Credit Point",
"other": "{} Social Credit Points"
}
}

View File

@ -16,6 +16,7 @@
"screenAbuseReport": "滥用检举",
"screenSettings": "设置",
"screenAccountSettings": "账号设置",
"screenFactorSettings": "验证因子",
"screenAccountWallet": "钱包",
"screenNews": "新闻",
"screenAlbum": "相册",
@ -589,5 +590,10 @@
"totpPostSetupDescription": "使用 Google Authenticator, Microsoft Authenticator, 1Password, Authy, Bitwarden 或其他支持 TOTP 的验证器扫描本 QR Code 来添加。",
"totpNeverShare": "永远不要分享这个 QR Code",
"needHelp": "需要帮助?",
"needHelpLaunch": "查看我们的山羊维基!"
"needHelpLaunch": "查看我们的山羊维基!",
"walletCurrencyShort": "信用点",
"walletCurrency": {
"one": "{} 社会信用点",
"other": "{} 社会信用点"
}
}