refactorización de pantallas
This commit is contained in:
@@ -215,6 +215,16 @@ class AppLocalizationsPt extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Jogadores no debate';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Voto de $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name começa dizendo a sua palavra.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active ativos • $impostors impostor(es) ocultos';
|
||||
|
||||
Reference in New Issue
Block a user