feat(l10n): UI 텍스트 아스키나라 세계관 적용

app_en.arb / app_ko.arb:
- appTitle: "ASCII-Nara" / "아스키나라"
- progressQuestTitle: "ASCII-Nara - {name}"
- welcomeMessage: 아스키나라 환영 메시지

자동 생성 파일 업데이트:
- app_localizations.dart
- app_localizations_en.dart
- app_localizations_ko.dart
This commit is contained in:
JiWoong Sul
2025-12-11 18:26:42 +09:00
parent 1821770180
commit 14d83dc336
5 changed files with 151 additions and 151 deletions

View File

@@ -1,75 +1,75 @@
{
"@@locale": "ko",
"appTitle": "Ascii Never Die",
"tagNoNetwork": "No network",
"tagIdleRpg": "Idle RPG loop",
"tagLocalSaves": "Local saves",
"newCharacter": "New character",
"loadSave": "Load save",
"loadGame": "Load Game",
"viewBuildPlan": "View build plan",
"buildRoadmap": "Build roadmap",
"techStack": "Tech stack",
"cancel": "Cancel",
"exitGame": "Exit Game",
"saveProgressQuestion": "Save your progress before leaving?",
"exitWithoutSaving": "Exit without saving",
"saveAndExit": "Save and Exit",
"progressQuestTitle": "Progress Quest - {name}",
"levelUp": "Level Up",
"completeQuest": "Complete Quest",
"completePlot": "Complete Plot",
"characterSheet": "Character Sheet",
"traits": "Traits",
"stats": "Stats",
"experience": "Experience",
"xpNeededForNextLevel": "XP needed for next level",
"spellBook": "Spell Book",
"noSpellsYet": "No spells yet",
"equipment": "Equipment",
"inventory": "Inventory",
"encumbrance": "Encumbrance",
"plotDevelopment": "Plot Development",
"quests": "Quests",
"traitName": "Name",
"traitRace": "Race",
"traitClass": "Class",
"traitLevel": "Level",
"statStr": "STR",
"statCon": "CON",
"statDex": "DEX",
"statInt": "INT",
"statWis": "WIS",
"statCha": "CHA",
"statHpMax": "HP Max",
"statMpMax": "MP Max",
"equipWeapon": "Weapon",
"equipShield": "Shield",
"equipHelm": "Helm",
"equipHauberk": "Hauberk",
"equipBrassairts": "Brassairts",
"equipVambraces": "Vambraces",
"equipGauntlets": "Gauntlets",
"equipGambeson": "Gambeson",
"equipCuisses": "Cuisses",
"equipGreaves": "Greaves",
"equipSollerets": "Sollerets",
"gold": "Gold",
"goldAmount": "Gold: {amount}",
"prologue": "Prologue",
"actNumber": "Act {number}",
"noActiveQuests": "No active quests",
"questNumber": "Quest #{number}",
"welcomeMessage": "Welcome to Progress Quest!",
"noSavedGames": "No saved games found.",
"loadError": "Failed to load save file: {error}",
"name": "Name",
"generateName": "Generate Name",
"total": "Total",
"unroll": "Unroll",
"roll": "Roll",
"race": "Race",
"classTitle": "Class",
"percentComplete": "{percent}% complete"
"appTitle": "아스키나라",
"tagNoNetwork": "오프라인",
"tagIdleRpg": "방치형 RPG",
"tagLocalSaves": "로컬 저장",
"newCharacter": "새 캐릭터",
"loadSave": "불러오기",
"loadGame": "게임 불러오기",
"viewBuildPlan": "빌드 계획 보기",
"buildRoadmap": "빌드 로드맵",
"techStack": "기술 스택",
"cancel": "취소",
"exitGame": "게임 종료",
"saveProgressQuestion": "나가기 전에 저장하시겠습니까?",
"exitWithoutSaving": "저장하지 않고 종료",
"saveAndExit": "저장 후 종료",
"progressQuestTitle": "아스키나라 - {name}",
"levelUp": "레벨 업",
"completeQuest": "퀘스트 완료",
"completePlot": "플롯 완료",
"characterSheet": "캐릭터 시트",
"traits": "특성",
"stats": "능력치",
"experience": "경험치",
"xpNeededForNextLevel": "다음 레벨까지 필요한 XP",
"spellBook": "스킬북",
"noSpellsYet": "습득한 스킬이 없습니다",
"equipment": "장비",
"inventory": "인벤토리",
"encumbrance": "적재량",
"plotDevelopment": "스토리 진행",
"quests": "퀘스트",
"traitName": "이름",
"traitRace": "종족",
"traitClass": "직업",
"traitLevel": "레벨",
"statStr": "",
"statCon": "체력",
"statDex": "민첩",
"statInt": "지능",
"statWis": "지혜",
"statCha": "매력",
"statHpMax": "HP 최대",
"statMpMax": "MP 최대",
"equipWeapon": "무기",
"equipShield": "방패",
"equipHelm": "투구",
"equipHauberk": "갑옷",
"equipBrassairts": "어깨보호대",
"equipVambraces": "팔보호대",
"equipGauntlets": "건틀릿",
"equipGambeson": "방탄복",
"equipCuisses": "허벅지보호대",
"equipGreaves": "정강이보호대",
"equipSollerets": "철제 신발",
"gold": "골드",
"goldAmount": "골드: {amount}",
"prologue": "프롤로그",
"actNumber": "{number}",
"noActiveQuests": "진행 중인 퀘스트 없음",
"questNumber": "퀘스트 #{number}",
"welcomeMessage": "아스키나라에 오신 것을 환영합니다!",
"noSavedGames": "저장된 게임이 없습니다.",
"loadError": "저장 파일 로드 실패: {error}",
"name": "이름",
"generateName": "이름 생성",
"total": "합계",
"unroll": "펼치기",
"roll": "굴리기",
"race": "종족",
"classTitle": "직업",
"percentComplete": "{percent}% 완료"
}