refactorización de pantallas

This commit is contained in:
2026-05-11 23:16:38 +02:00
parent 1929d86689
commit 4599678e77
48 changed files with 1446 additions and 1463 deletions
@@ -213,6 +213,16 @@ class AppLocalizationsHi extends AppLocalizations {
@override
String get playersInDebate => 'बहस में खिलाड़ी';
@override
String voteOf(String name) {
return "$name का वोट";
}
@override
String firstTurnInstruction(String name) {
return "$name अपनी शब्द बोलकर शुरू करता है।";
}
@override
String activePlayersInfo(int active, int impostors) {
return '$active सक्रिय • $impostors धोखेबाज़ छिपे हुए';