chore: update translations

This commit is contained in:
2025-05-28 13:51:47 +01:00
parent b854962b07
commit 5789d9a7a1
62 changed files with 336 additions and 3887 deletions

View File

@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:zap_stream_flutter/i18n/strings.g.dart';
import 'package:zap_stream_flutter/widgets/button.dart';
class SettingsPage extends StatelessWidget {
@ -10,13 +11,13 @@ class SettingsPage extends StatelessWidget {
return Column(
spacing: 8,
children: [
Text("Settings", style: TextStyle(fontSize: 24)),
Text(t.button.settings, style: TextStyle(fontSize: 24)),
BasicButton.text(
"Edit Profile",
t.settings.button_profile,
onTap: (context) => context.push("/settings/profile"),
),
BasicButton.text(
"Wallet Settings",
t.settings.button_wallet,
onTap: (context) => context.push("/settings/wallet"),
),
],

View File

@ -139,7 +139,7 @@ class _Inner extends State<SettingsWalletPage> with ProtocolListener {
),
],
Text(
"Paste URL",
t.settings.wallet.paste,
style: TextStyle(fontSize: 26, fontWeight: FontWeight.bold),
),
TextField(