Added new Buttons and new GraphView

This commit is contained in:
2025-06-27 11:00:37 +02:00
parent 4d7361fc74
commit 7710646cd0
8 changed files with 85 additions and 6 deletions

View File

@@ -47,6 +47,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get name => 'Name';
@override
String get back => 'Zurück';
@override
String get home => 'Home';
@@ -146,6 +149,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get next_round => 'Nächste Runde';
@override
String get game_statistics => 'Spielstatistiken';
@override
String get settings => 'Einstellungen';