zh_CN update game-stats-ui-handler.ts (#1481)

* Update game-stats-ui-handler.ts

* Update game-stats-ui-handler.ts

* Update game-stats-ui-handler.ts
This commit is contained in:
40chyan 2024-05-28 21:09:53 +08:00 committed by GitHub
parent 89f58961cb
commit 77b59a1cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 40 additions and 40 deletions

View File

@ -1,44 +1,44 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const gameStatsUiHandler: SimpleTranslationEntries = { export const gameStatsUiHandler: SimpleTranslationEntries = {
"stats": "Stats", "stats": "统计",
"playTime": "Play Time", "playTime": "游戏时间",
"totalBattles": "Total Battles", "totalBattles": "总战斗次数",
"starters": "Starters", "starters": "初始宝可梦",
"shinyStarters": "Shiny Starters", "shinyStarters": "闪光初始宝可梦",
"speciesSeen": "Species Seen", "speciesSeen": "遇到的种类",
"speciesCaught": "Species Caught", "speciesCaught": "捕捉的种类",
"ribbonsOwned": "Ribbons Owned", "ribbonsOwned": "拥有缎带数",
"classicRuns": "Classic Runs", "classicRuns": "经典模式次数",
"classicWins": "Classic Wins", "classicWins": "经典模式通关次数",
"dailyRunAttempts": "Daily Run Attempts", "dailyRunAttempts": "每日挑战次数",
"dailyRunWins": "Daily Run Wins", "dailyRunWins": "每日挑战通关次数",
"endlessRuns": "Endless Runs", "endlessRuns": "无尽模式挑战次数",
"highestWaveEndless": "Highest Wave (Endless)", "highestWaveEndless": "最高层数(无尽)",
"highestMoney": "Highest Money", "highestMoney": "最多金钱",
"highestDamage": "Highest Damage", "highestDamage": "最高伤害",
"highestHPHealed": "Highest HP Healed", "highestHPHealed": "最多治疗",
"pokemonEncountered": "Pokémon Encountered", "pokemonEncountered": "遇敌数量",
"pokemonDefeated": "Pokémon Defeated", "pokemonDefeated": "打倒数量",
"pokemonCaught": "Pokémon Caught", "pokemonCaught": "捕捉数量",
"eggsHatched": "Eggs Hatched", "eggsHatched": "孵蛋数量",
"subLegendsSeen": "Sub-Legends Seen", "subLegendsSeen": "遇到的二级神宝可梦",
"subLegendsCaught": "Sub-Legends Caught", "subLegendsCaught": "捕捉的二级神宝可梦",
"subLegendsHatched": "Sub-Legends Hatched", "subLegendsHatched": "孵化的二级神宝可梦",
"legendsSeen": "Legends Seen", "legendsSeen": "遇到的传说宝可梦",
"legendsCaught": "Legends Caught", "legendsCaught": "捕捉的传说宝可梦",
"legendsHatched": "Legends Hatched", "legendsHatched": "孵化的传说宝可梦",
"mythicalsSeen": "Mythicals Seen", "mythicalsSeen": "遇到的幻兽宝可梦",
"mythicalsCaught": "Mythicals Caught", "mythicalsCaught": "捕捉的幻兽宝可梦",
"mythicalsHatched": "Mythicals Hatched", "mythicalsHatched": "孵化的幻兽宝可梦",
"shiniesSeen": "Shinies Seen", "shiniesSeen": "遇到的闪光宝可梦",
"shiniesCaught": "Shinies Caught", "shiniesCaught": "捕捉的闪光宝可梦",
"shiniesHatched": "Shinies Hatched", "shiniesHatched": "孵化的闪光宝可梦",
"pokemonFused": "Pokémon Fused", "pokemonFused": "融合宝可梦次数",
"trainersDefeated": "Trainers Defeated", "trainersDefeated": "打败的训练师数",
"eggsPulled": "Eggs Pulled", "eggsPulled": "总扭蛋次数",
"rareEggsPulled": "Rare Eggs Pulled", "rareEggsPulled": "稀有扭蛋数",
"epicEggsPulled": "Epic Eggs Pulled", "epicEggsPulled": "史诗扭蛋数",
"legendaryEggsPulled": "Legendary Eggs Pulled", "legendaryEggsPulled": "传说扭蛋数",
"manaphyEggsPulled": "Manaphy Eggs Pulled", "manaphyEggsPulled": "玛娜霏扭蛋数",
} as const; } as const;