feat(l10n): 다국어 리소스 확장
- 아레나, 통계, 설정 등 신규 번역 키 추가 - 한국어, 영어, 일본어 리소스 업데이트 - 생성된 localizations 파일 반영
This commit is contained in:
@@ -473,5 +473,238 @@
|
||||
"@debugOfflineHoursDesc": { "description": "Offline hours debug description" },
|
||||
|
||||
"debugTestCharacterDesc": "Modify current character to Level 100\nand register to the Hall of Fame.",
|
||||
"@debugTestCharacterDesc": { "description": "Test character creation description" }
|
||||
"@debugTestCharacterDesc": { "description": "Test character creation description" },
|
||||
|
||||
"arenaTitle": "LOCAL ARENA",
|
||||
"@arenaTitle": { "description": "Arena main screen title" },
|
||||
|
||||
"arenaSelectFighter": "SELECT YOUR FIGHTER",
|
||||
"@arenaSelectFighter": { "description": "Arena character selection subtitle" },
|
||||
|
||||
"arenaEmptyTitle": "Not enough heroes",
|
||||
"@arenaEmptyTitle": { "description": "Arena empty state title" },
|
||||
|
||||
"arenaEmptyHint": "Clear the game with 2+ characters",
|
||||
"@arenaEmptyHint": { "description": "Arena empty state hint" },
|
||||
|
||||
"arenaSetupTitle": "ARENA SETUP",
|
||||
"@arenaSetupTitle": { "description": "Arena setup screen title" },
|
||||
|
||||
"arenaStartBattle": "START BATTLE",
|
||||
"@arenaStartBattle": { "description": "Start battle button" },
|
||||
|
||||
"arenaBattleTitle": "ARENA BATTLE",
|
||||
"@arenaBattleTitle": { "description": "Arena battle screen title" },
|
||||
|
||||
"arenaMyEquipment": "MY EQUIPMENT",
|
||||
"@arenaMyEquipment": { "description": "My equipment header" },
|
||||
|
||||
"arenaEnemyEquipment": "ENEMY EQUIPMENT",
|
||||
"@arenaEnemyEquipment": { "description": "Enemy equipment header" },
|
||||
|
||||
"arenaSelected": "SELECTED",
|
||||
"@arenaSelected": { "description": "Selected slot label" },
|
||||
|
||||
"arenaRecommended": "BEST",
|
||||
"@arenaRecommended": { "description": "Recommended slot label" },
|
||||
|
||||
"arenaWeaponLocked": "LOCKED",
|
||||
"@arenaWeaponLocked": { "description": "Weapon slot locked label" },
|
||||
|
||||
"arenaVictory": "VICTORY!",
|
||||
"@arenaVictory": { "description": "Arena victory title" },
|
||||
|
||||
"arenaDefeat": "DEFEAT...",
|
||||
"@arenaDefeat": { "description": "Arena defeat title" },
|
||||
|
||||
"arenaEquipmentExchange": "EQUIPMENT EXCHANGE",
|
||||
"@arenaEquipmentExchange": { "description": "Equipment exchange section title" },
|
||||
|
||||
"arenaTurns": "TURNS",
|
||||
"@arenaTurns": { "description": "Turns label" },
|
||||
|
||||
"arenaWinner": "WINNER",
|
||||
"@arenaWinner": { "description": "Winner label" },
|
||||
|
||||
"arenaLoser": "LOSER",
|
||||
"@arenaLoser": { "description": "Loser label" },
|
||||
|
||||
"arenaDefeatedIn": "{winner} defeated {loser} in {turns} TURNS",
|
||||
"@arenaDefeatedIn": {
|
||||
"description": "Battle summary text",
|
||||
"placeholders": {
|
||||
"winner": { "type": "String" },
|
||||
"loser": { "type": "String" },
|
||||
"turns": { "type": "int" }
|
||||
}
|
||||
},
|
||||
|
||||
"arenaScoreGain": "You will GAIN +{score}",
|
||||
"@arenaScoreGain": {
|
||||
"description": "Score gain prediction",
|
||||
"placeholders": {
|
||||
"score": { "type": "int" }
|
||||
}
|
||||
},
|
||||
|
||||
"arenaScoreLose": "You will LOSE {score}",
|
||||
"@arenaScoreLose": {
|
||||
"description": "Score loss prediction",
|
||||
"placeholders": {
|
||||
"score": { "type": "int" }
|
||||
}
|
||||
},
|
||||
|
||||
"arenaEvenTrade": "Even trade",
|
||||
"@arenaEvenTrade": { "description": "Even trade label" },
|
||||
|
||||
"arenaScore": "SCORE",
|
||||
"@arenaScore": { "description": "Score label" },
|
||||
|
||||
"statsStatistics": "Statistics",
|
||||
"@statsStatistics": { "description": "Statistics dialog title" },
|
||||
|
||||
"statsSession": "Session",
|
||||
"@statsSession": { "description": "Session tab label" },
|
||||
|
||||
"statsAccumulated": "Total",
|
||||
"@statsAccumulated": { "description": "Accumulated tab label" },
|
||||
|
||||
"statsCombat": "Combat",
|
||||
"@statsCombat": { "description": "Combat section title" },
|
||||
|
||||
"statsPlayTime": "Play Time",
|
||||
"@statsPlayTime": { "description": "Play time label" },
|
||||
|
||||
"statsMonstersKilled": "Monsters Killed",
|
||||
"@statsMonstersKilled": { "description": "Monsters killed label" },
|
||||
|
||||
"statsBossesDefeated": "Bosses Defeated",
|
||||
"@statsBossesDefeated": { "description": "Bosses defeated label" },
|
||||
|
||||
"statsDeaths": "Deaths",
|
||||
"@statsDeaths": { "description": "Deaths label" },
|
||||
|
||||
"statsDamage": "Damage",
|
||||
"@statsDamage": { "description": "Damage section title" },
|
||||
|
||||
"statsDamageDealt": "Damage Dealt",
|
||||
"@statsDamageDealt": { "description": "Damage dealt label" },
|
||||
|
||||
"statsDamageTaken": "Damage Taken",
|
||||
"@statsDamageTaken": { "description": "Damage taken label" },
|
||||
|
||||
"statsAverageDps": "Average DPS",
|
||||
"@statsAverageDps": { "description": "Average DPS label" },
|
||||
|
||||
"statsSkills": "Skills",
|
||||
"@statsSkills": { "description": "Skills section title" },
|
||||
|
||||
"statsSkillsUsed": "Skills Used",
|
||||
"@statsSkillsUsed": { "description": "Skills used label" },
|
||||
|
||||
"statsCriticalHits": "Critical Hits",
|
||||
"@statsCriticalHits": { "description": "Critical hits label" },
|
||||
|
||||
"statsMaxCriticalStreak": "Max Critical Streak",
|
||||
"@statsMaxCriticalStreak": { "description": "Max critical streak label" },
|
||||
|
||||
"statsCriticalRate": "Critical Rate",
|
||||
"@statsCriticalRate": { "description": "Critical rate label" },
|
||||
|
||||
"statsEconomy": "Economy",
|
||||
"@statsEconomy": { "description": "Economy section title" },
|
||||
|
||||
"statsGoldEarned": "Gold Earned",
|
||||
"@statsGoldEarned": { "description": "Gold earned label" },
|
||||
|
||||
"statsGoldSpent": "Gold Spent",
|
||||
"@statsGoldSpent": { "description": "Gold spent label" },
|
||||
|
||||
"statsItemsSold": "Items Sold",
|
||||
"@statsItemsSold": { "description": "Items sold label" },
|
||||
|
||||
"statsPotionsUsed": "Potions Used",
|
||||
"@statsPotionsUsed": { "description": "Potions used label" },
|
||||
|
||||
"statsProgress": "Progress",
|
||||
"@statsProgress": { "description": "Progress section title" },
|
||||
|
||||
"statsLevelUps": "Level Ups",
|
||||
"@statsLevelUps": { "description": "Level ups label" },
|
||||
|
||||
"statsQuestsCompleted": "Quests Completed",
|
||||
"@statsQuestsCompleted": { "description": "Quests completed label" },
|
||||
|
||||
"statsRecords": "Records",
|
||||
"@statsRecords": { "description": "Records section title" },
|
||||
|
||||
"statsHighestLevel": "Highest Level",
|
||||
"@statsHighestLevel": { "description": "Highest level label" },
|
||||
|
||||
"statsHighestGoldHeld": "Highest Gold Held",
|
||||
"@statsHighestGoldHeld": { "description": "Highest gold held label" },
|
||||
|
||||
"statsBestCriticalStreak": "Best Critical Streak",
|
||||
"@statsBestCriticalStreak": { "description": "Best critical streak label" },
|
||||
|
||||
"statsTotalPlay": "Total Play",
|
||||
"@statsTotalPlay": { "description": "Total play section title" },
|
||||
|
||||
"statsTotalPlayTime": "Total Play Time",
|
||||
"@statsTotalPlayTime": { "description": "Total play time label" },
|
||||
|
||||
"statsGamesStarted": "Games Started",
|
||||
"@statsGamesStarted": { "description": "Games started label" },
|
||||
|
||||
"statsGamesCompleted": "Games Completed",
|
||||
"@statsGamesCompleted": { "description": "Games completed label" },
|
||||
|
||||
"statsCompletionRate": "Completion Rate",
|
||||
"@statsCompletionRate": { "description": "Completion rate label" },
|
||||
|
||||
"statsTotalCombat": "Total Combat",
|
||||
"@statsTotalCombat": { "description": "Total combat section title" },
|
||||
|
||||
"statsTotalDeaths": "Total Deaths",
|
||||
"@statsTotalDeaths": { "description": "Total deaths label" },
|
||||
|
||||
"statsTotalLevelUps": "Total Level Ups",
|
||||
"@statsTotalLevelUps": { "description": "Total level ups label" },
|
||||
|
||||
"statsTotalDamage": "Total Damage",
|
||||
"@statsTotalDamage": { "description": "Total damage section title" },
|
||||
|
||||
"statsTotalSkills": "Total Skills",
|
||||
"@statsTotalSkills": { "description": "Total skills section title" },
|
||||
|
||||
"statsTotalEconomy": "Total Economy",
|
||||
"@statsTotalEconomy": { "description": "Total economy section title" },
|
||||
|
||||
"notifyLevelUpLabel": "LEVEL UP",
|
||||
"@notifyLevelUpLabel": { "description": "Level up notification type label" },
|
||||
|
||||
"notifyQuestDoneLabel": "QUEST DONE",
|
||||
"@notifyQuestDoneLabel": { "description": "Quest done notification type label" },
|
||||
|
||||
"notifyActClearLabel": "ACT CLEAR",
|
||||
"@notifyActClearLabel": { "description": "Act clear notification type label" },
|
||||
|
||||
"notifyNewSpellLabel": "NEW SPELL",
|
||||
"@notifyNewSpellLabel": { "description": "New spell notification type label" },
|
||||
|
||||
"notifyNewItemLabel": "NEW ITEM",
|
||||
"@notifyNewItemLabel": { "description": "New item notification type label" },
|
||||
|
||||
"notifyBossSlainLabel": "BOSS SLAIN",
|
||||
"@notifyBossSlainLabel": { "description": "Boss slain notification type label" },
|
||||
|
||||
"notifySavedLabel": "SAVED",
|
||||
"@notifySavedLabel": { "description": "Game saved notification type label" },
|
||||
|
||||
"notifyInfoLabel": "INFO",
|
||||
"@notifyInfoLabel": { "description": "Info notification type label" },
|
||||
|
||||
"notifyWarningLabel": "WARNING",
|
||||
"@notifyWarningLabel": { "description": "Warning notification type label" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user