refactorización de pantallas
This commit is contained in:
@@ -213,6 +213,16 @@ class AppLocalizationsZh 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