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

@@ -729,4 +729,24 @@ class AppLocalizationsEs extends AppLocalizations {
@override
String get automaticLanguage => 'Automático';
@override
String get noSavedGames => 'Todavía no hay partidas guardadas.';
@override
String get errorNoGame => 'Error: sin partida';
@override
String get disconnectedPlayersWarning => 'Hay jugadores con el dispositivo desconectado.';
@override
String get assumeOnThisPhone => 'Asumir en este móvil';
@override
String get noResult => 'Sin resultado';
@override
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
return '$players jugadores • $impostors impostor(es) • $rounds ronda(s)\n$word$category';
}
}