Updated strings

This commit is contained in:
2025-07-19 22:17:11 +02:00
parent 482180d88e
commit 499c0c6dfd
5 changed files with 42 additions and 0 deletions

View File

@@ -154,6 +154,15 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get select_game_mode => 'Spielmodus auswählen';
@override
String get no_mode_selected => 'Kein Modus ausgewählt';
@override
String get no_default_mode => 'Kein Standard-Modus';
@override
String get no_default_description => 'Der Standard-Modus wird zurückgesetzt.';
@override
String point_limit_description(int pointLimit) {
return 'Es wird so lange gespielt, bis ein:e Spieler:in mehr als $pointLimit Punkte erreicht';