🌐 Complete translations

This commit is contained in:
LittleSheep 2025-01-29 20:32:56 +08:00
parent 73b82f65e4
commit aa4c04d4ef
4 changed files with 12 additions and 10 deletions

View File

@ -594,12 +594,11 @@
"needHelp": "Need Help?", "needHelp": "Need Help?",
"needHelpLaunch": "Check out our Goatpedia!", "needHelpLaunch": "Check out our Goatpedia!",
"walletCreate": "Create a Wallet", "walletCreate": "Create a Wallet",
"walletCreateSubtitle": "Create a wallet to start using Solar Coins", "walletCreateSubtitle": "Create a wallet to start using Source Points",
"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", "walletCreatePassword": "Set a payment password for your new wallet below",
"walletCurrencyShort": "Credit", "walletCurrencyShort": "SRC",
"walletCurrency": { "walletCurrency": {
"one": "{} Social Credit Point", "one": "{} Source Point",
"other": "{} Social Credit Points" "other": "{} Source Points"
} }
} }

View File

@ -591,9 +591,12 @@
"totpNeverShare": "永远不要分享这个 QR Code", "totpNeverShare": "永远不要分享这个 QR Code",
"needHelp": "需要帮助?", "needHelp": "需要帮助?",
"needHelpLaunch": "查看我们的山羊维基!", "needHelpLaunch": "查看我们的山羊维基!",
"walletCurrencyShort": "信用点", "walletCreate": "创建钱包",
"walletCreateSubtitle": "创建于一个钱包来开始使用源点。",
"walletCreatePassword": "在下方设置你的付款密码",
"walletCurrencyShort": "点",
"walletCurrency": { "walletCurrency": {
"one": "{} 社会信用点", "one": "{} 点",
"other": "{} 社会信用点" "other": "{} 点"
} }
} }

View File

@ -38,9 +38,11 @@ class _NotificationScreenState extends State<NotificationScreen> {
static const Map<String, IconData> kNotificationTopicIcons = { static const Map<String, IconData> kNotificationTopicIcons = {
'passport.security.alert': Symbols.gpp_maybe, 'passport.security.alert': Symbols.gpp_maybe,
'passport.security.otp': Symbols.password,
'interactive.subscription': Symbols.subscriptions, 'interactive.subscription': Symbols.subscriptions,
'interactive.feedback': Symbols.add_reaction, 'interactive.feedback': Symbols.add_reaction,
'messaging.callStart': Symbols.call_received, 'messaging.callStart': Symbols.call_received,
'wallet.transaction.new': Symbols.receipt,
}; };
Future<void> _fetchNotifications() async { Future<void> _fetchNotifications() async {

View File

@ -265,8 +265,6 @@ class _CreateWalletWidgetState extends State<_CreateWalletWidget> {
const Gap(12), const Gap(12),
Text('walletCreate', style: Theme.of(context).textTheme.titleLarge).tr(), Text('walletCreate', style: Theme.of(context).textTheme.titleLarge).tr(),
Text('walletCreateSubtitle', style: Theme.of(context).textTheme.bodyMedium).tr(), Text('walletCreateSubtitle', style: Theme.of(context).textTheme.bodyMedium).tr(),
const Gap(4),
Text('walletCreateTerms', style: Theme.of(context).textTheme.bodySmall).tr(),
const Gap(8), const Gap(8),
Align( Align(
alignment: Alignment.centerRight, alignment: Alignment.centerRight,