pokerogue/src/locales/zh_TW/game-stats-ui-handler.ts

45 lines
1.8 KiB
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const gameStatsUiHandler: SimpleTranslationEntries = {
"stats": "統計",
"playTime": "遊戲時間",
"totalBattles": "總戰鬥次數",
"starters": "初始寶可夢",
"shinyStarters": "閃光初始寶可夢",
"speciesSeen": "遇到的種類",
"speciesCaught": "捕捉的種類",
"ribbonsOwned": "擁有緞帶數",
"classicRuns": "經典模式次數",
"classicWins": "經典模式通關次數",
"dailyRunAttempts": "每日挑戰次數",
"dailyRunWins": "每日挑戰通關次數",
"endlessRuns": "無盡模式挑戰次數",
"highestWaveEndless": "最高層數(無盡)",
"highestMoney": "最多金錢",
"highestDamage": "最高傷害",
"highestHPHealed": "最多治療",
"pokemonEncountered": "遇敵數量",
"pokemonDefeated": "打倒數量",
"pokemonCaught": "捕捉數量",
"eggsHatched": "孵蛋數量",
"subLegendsSeen": "遇到的二級神寶可夢",
"subLegendsCaught": "捕捉的二級神寶可夢",
"subLegendsHatched": "孵化的二級神寶可夢",
"legendsSeen": "遇到的傳說寶可夢",
"legendsCaught": "捕捉的傳說寶可夢",
"legendsHatched": "孵化的傳說寶可夢",
"mythicalsSeen": "遇到的幻獸寶可夢",
"mythicalsCaught": "捕捉的幻獸寶可夢",
"mythicalsHatched": "孵化的幻獸寶可夢",
"shiniesSeen": "遇到的閃光寶可夢",
"shiniesCaught": "捕捉的閃光寶可夢",
"shiniesHatched": "孵化的閃光寶可夢",
"pokemonFused": "融合寶可夢次數",
"trainersDefeated": "打敗的訓練師數",
"eggsPulled": "總扭蛋次數",
"rareEggsPulled": "稀有扭蛋數",
"epicEggsPulled": "史詩扭蛋數",
"legendaryEggsPulled": "傳說扭蛋數",
"manaphyEggsPulled": "瑪娜霏扭蛋數",
} as const;