refactorización de pantallas
This commit is contained in:
@@ -213,6 +213,16 @@ class AppLocalizationsJa 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 人のインポスターが潜伏中';
|
||||
|
||||
Reference in New Issue
Block a user