feat(i18n): 다국어 번역 확장 및 UI 개선

- 영어/일본어/한국어/중국어 번역 추가
- VictoryOverlay 레이아웃 개선
- NewCharacterScreen 기능 추가
This commit is contained in:
JiWoong Sul
2026-01-05 15:44:54 +09:00
parent afbd4e6853
commit 9ecf9d1692
11 changed files with 437 additions and 25 deletions

View File

@@ -74,5 +74,22 @@
"classTitle": "Class",
"percentComplete": "{percent}% complete",
"newCharacterTitle": "ASCII NEVER DIE - New Character",
"soldButton": "Sold!"
"soldButton": "Sold!",
"endingCongratulations": "★ おめでとうございます ★",
"endingGameComplete": "ゲームをクリアしました!",
"endingTheHero": "英雄",
"endingLevelFormat": "レベル {level}",
"endingJourneyStats": "冒険の記録",
"endingMonstersSlain": "倒したモンスター",
"endingQuestsCompleted": "完了したクエスト",
"endingPlayTime": "プレイ時間",
"endingFinalStats": "最終ステータス",
"endingCredits": "クレジット",
"endingThankYou": "プレイしていただきありがとうございます!",
"endingLegendLivesOn": "あなたの伝説は続く...",
"endingHallOfFameLine1": "あなたの英雄的な功績は",
"endingHallOfFameLine2": "殿堂に記録されます",
"endingSkip": "スキップ",
"endingTapToSkip": "タップでスキップ"
}