Added Strings for popup

This commit is contained in:
2025-07-20 22:36:48 +02:00
parent 77bbb20ebe
commit ddc2d68e9b
5 changed files with 71 additions and 0 deletions

View File

@@ -453,6 +453,18 @@ abstract class AppLocalizations {
String bonus_points_message(
int playerCount, String names, int pointLimit, int bonusPoints);
/// No description provided for @end_of_game_title.
///
/// In de, this message translates to:
/// **'Spiel beendet'**
String get end_of_game_title;
/// No description provided for @end_of_game_message.
///
/// In de, this message translates to:
/// **'{playerCount, plural, =1{{names} hat das Spiel mit {points} Punkten gewonnen. Glückwunsch!} other{{names} haben das Spiel mit {points} Punkten gewonnen. Glückwunsch!}}'**
String end_of_game_message(int playerCount, String names, int points);
/// No description provided for @end_game.
///
/// In de, this message translates to: