corrección de botonesa, y por lo visto también traducciones

This commit is contained in:
2026-05-10 23:36:31 +02:00
parent 4751a607bd
commit a8494f7b01
40 changed files with 463 additions and 168 deletions
@@ -702,6 +702,15 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get defaultPlayerName => '玩家';
@override
String get play => '开始';
@override
String get history => '历史';
@override
String get mainTagline => '在太晚之前找出冒牌者';
}
/// The translations for Chinese, as used in Taiwan (`zh_TW`).
@@ -1274,4 +1283,13 @@ class AppLocalizationsZhTw extends AppLocalizationsZh {
@override
String get defaultPlayerName => '玩家';
@override
String get play => '開始';
@override
String get history => '紀錄';
@override
String get mainTagline => '在太晚之前找出冒牌者';
}