Cambio de icono y traducciones
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user