refactorización de pantallas
This commit is contained in:
@@ -213,6 +213,16 @@ class AppLocalizationsTr extends AppLocalizations {
|
||||
@override
|
||||
String get playersInDebate => 'Tartışmadaki oyuncular';
|
||||
|
||||
@override
|
||||
String voteOf(String name) {
|
||||
return "$name için oy";
|
||||
}
|
||||
|
||||
@override
|
||||
String firstTurnInstruction(String name) {
|
||||
return "$name kelimesini söyleyerek başlar.";
|
||||
}
|
||||
|
||||
@override
|
||||
String activePlayersInfo(int active, int impostors) {
|
||||
return '$active aktif • $impostors gizli sahtekar';
|
||||
|
||||
Reference in New Issue
Block a user