refactorización de pantallas
This commit is contained in:
@@ -214,6 +214,16 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Giocatori in discussione';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Voto di $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name inizia dicendo la sua parola.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active attivi • $impostors impostore/i nascosti';
|
||||
|
||||
Reference in New Issue
Block a user