refactorización de pantallas
This commit is contained in:
@@ -214,6 +214,16 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Joueurs en débat';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Vote de $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name commence en disant son mot.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active actifs • $impostors imposteur(s) caché(s)';
|
||||
|
||||
Reference in New Issue
Block a user