refactorización de pantallas
This commit is contained in:
@@ -214,6 +214,16 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Gracze w debacie';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Głos gracza $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name zaczyna, mówiąc swoje słowo.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active aktywnych • $impostors ukrytych oszustów';
|
||||
|
||||
Reference in New Issue
Block a user