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

@@ -727,4 +727,24 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get automaticLanguage => 'Automatic';
@override
String get noSavedGames => 'No saved games yet.';
@override
String get errorNoGame => 'Error: no game';
@override
String get disconnectedPlayersWarning => 'Some players have a disconnected device.';
@override
String get assumeOnThisPhone => 'Take over on this phone';
@override
String get noResult => 'No result';
@override
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
return '$players players • $impostors impostor(s) • $rounds round(s)\n$word$category';
}
}