Cambio de icono y traducciones

This commit is contained in:
2026-05-11 18:05:13 +02:00
parent 4bf8a01a20
commit 112a8a6142
58 changed files with 996 additions and 147 deletions

View File

@@ -727,4 +727,24 @@ class AppLocalizationsKo extends AppLocalizations {
@override
String get automaticLanguage => '자동';
@override
String get noSavedGames => '아직 저장된 게임이 없습니다.';
@override
String get errorNoGame => '오류: 게임 없음';
@override
String get disconnectedPlayersWarning => '기기가 연결 해제된 플레이어가 있습니다.';
@override
String get assumeOnThisPhone => '이 휴대폰에서 맡기';
@override
String get noResult => '결과 없음';
@override
String historyGameSummary(int players, int impostors, int rounds, String word, String category) {
return '플레이어 $players명 • 임포스터 $impostors명$rounds라운드\n$word$category';
}
}