mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Add files via upload
This commit is contained in:
parent
4b5f7c2f24
commit
70738b5397
43
src/locales/it/game-stats-ui-handler.ts
Normal file
43
src/locales/it/game-stats-ui-handler.ts
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const gameStatsUiHandler: SimpleTranslationEntries = {
|
||||||
|
"stats": "Stats",
|
||||||
|
"totalBattles": "Total Battles",
|
||||||
|
"starters": "Starters",
|
||||||
|
"shinyStarters": "Shiny Starters",
|
||||||
|
"speciesSeen": "Species Seen",
|
||||||
|
"speciesCaught": "Species Caught",
|
||||||
|
"ribbonsOwned": "Ribbons Owned",
|
||||||
|
"classicRuns": "Classic Runs",
|
||||||
|
"classicWins": "Classic Wins",
|
||||||
|
"dailyRunAttempts": "Daily Run Attempts",
|
||||||
|
"dailyRunWins": "Daily Run Wins",
|
||||||
|
"endlessRuns": "Endless Runs?",
|
||||||
|
"highestWaveEndless": "Highest Wave (Endless)?",
|
||||||
|
"highestMoney": "Highest Money",
|
||||||
|
"highestDamage": "Highest Damage",
|
||||||
|
"highestHPHealed": "Highest HP Healed",
|
||||||
|
"pokemonEncountered": "Pokémon Encountered",
|
||||||
|
"pokemonDefeated": "Pokémon Defeated",
|
||||||
|
"pokemonCaught": "Pokémon Caught",
|
||||||
|
"eggsHatched": "Eggs Hatched",
|
||||||
|
"subLegendsSeen": "Sub-Legends Seen?",
|
||||||
|
"subLegendsCaught": "Sub-Legends Caught?",
|
||||||
|
"subLegendsHatched": "Sub-Legends Hatched?",
|
||||||
|
"legendsSeen": "Legends Seen?",
|
||||||
|
"legendsCaught": "Legends Caught?",
|
||||||
|
"legendsHatched": "Legends Hatched?",
|
||||||
|
"mythicalsSeen": "Mythicals Seen?",
|
||||||
|
"mythicalsCaught": "Mythicals Caught?",
|
||||||
|
"mythicalsHatched": "Mythicals Hatched?",
|
||||||
|
"shiniesSeen": "Shinies Seen?",
|
||||||
|
"shiniesCaught": "Shinies Caught?",
|
||||||
|
"shiniesHatched": "Shinies Hatched?",
|
||||||
|
"pokemonFused": "Pokémon Fused?",
|
||||||
|
"trainersDefeated": "Trainers Defeated",
|
||||||
|
"eggsPulled": "Eggs Pulled",
|
||||||
|
"rareEggsPulled": "Rare Eggs Pulled",
|
||||||
|
"epicEggsPulled": "Epic Eggs Pulled",
|
||||||
|
"legendaryEggsPulled": "Legendary Eggs Pulled",
|
||||||
|
"manaphyEggsPulled": "Manaphy Eggs Pulled",
|
||||||
|
} as const;
|
Loading…
Reference in New Issue
Block a user