feat(i18n): 사망 오버레이 번역 추가

This commit is contained in:
JiWoong Sul
2026-01-07 22:13:30 +09:00
parent 590c79cc23
commit 0a0850bf38

View File

@@ -184,6 +184,12 @@ String get deathResurrect {
return 'Resurrect';
}
String get deathAutoResurrect {
if (isKoreanLocale) return '자동 부활';
if (isJapaneseLocale) return '自動復活';
return 'Auto Resurrect';
}
String get deathCombatLog {
if (isKoreanLocale) return '전투 기록';
if (isJapaneseLocale) return '戦闘ログ';