refactorización de pantallas
This commit is contained in:
@@ -214,6 +214,16 @@ class AppLocalizationsCa extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Jugadors en debat';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "Vot de $name";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "Comença $name dient la seva paraula.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active actius • $impostors impostor(s) ocults';
|
||||
|
||||
Reference in New Issue
Block a user