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 AppLocalizationsFr extends AppLocalizations {
@override
String get automaticLanguage => 'Automatique';
@override
String get noSavedGames => 'Aucune partie enregistrée pour le moment.';
@override
String get errorNoGame => 'Erreur : aucune partie';
@override
String get disconnectedPlayersWarning => 'Des joueurs ont un appareil déconnecté.';
@override
String get assumeOnThisPhone => 'Reprendre sur ce mobile';
@override
String get noResult => 'Aucun résultat';
@override
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
return '$players joueurs • $impostors imposteur(s) • $rounds manche(s)\n$word$category';
}
}