Cambio de icono y traducciones

This commit is contained in:
2026-05-11 18:05:13 +02:00
parent 4bf8a01a20
commit 112a8a6142
58 changed files with 996 additions and 147 deletions

View File

@@ -730,4 +730,24 @@ class AppLocalizationsPl extends AppLocalizations {
@override
String get automaticLanguage => 'Automatycznie';
@override
String get noSavedGames => 'Nie ma jeszcze zapisanych gier.';
@override
String get errorNoGame => 'Błąd: brak gry';
@override
String get disconnectedPlayersWarning => 'Niektórzy gracze mają rozłączone urządzenie.';
@override
String get assumeOnThisPhone => 'Przejmij na tym telefonie';
@override
String get noResult => 'Brak wyniku';
@override
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
return '$players graczy • $impostors impostor(ów) • $rounds rund\n$word$category';
}
}