mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-18 02:07:44 +00:00
[Localization(it)] Update game-stats-ui-handler.ts [Localization] (#2225)
Translated everything about game stats from EN to IT
This commit is contained in:
parent
1541b8501e
commit
ce2031b85d
@ -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": "Statistiche",
|
||||||
"playTime": "Play Time",
|
"playTime": "Tempo di gioco",
|
||||||
"totalBattles": "Total Battles",
|
"totalBattles": "Battaglie totali",
|
||||||
"starters": "Starters",
|
"starters": "Starters",
|
||||||
"shinyStarters": "Shiny Starters",
|
"shinyStarters": "Starters shiny",
|
||||||
"speciesSeen": "Species Seen",
|
"speciesSeen": "Specie viste",
|
||||||
"speciesCaught": "Species Caught",
|
"speciesCaught": "Specie catturate",
|
||||||
"ribbonsOwned": "Ribbons Owned",
|
"ribbonsOwned": "Fiocchi ottenuti",
|
||||||
"classicRuns": "Classic Runs",
|
"classicRuns": "Run in modalità classica",
|
||||||
"classicWins": "Classic Wins",
|
"classicWins": "Vittorie in modalità classica",
|
||||||
"dailyRunAttempts": "Daily Run Attempts",
|
"dailyRunAttempts": "Tentativi di run giornaliere",
|
||||||
"dailyRunWins": "Daily Run Wins",
|
"dailyRunWins": "Run giornaliere vinte",
|
||||||
"endlessRuns": "Endless Runs",
|
"endlessRuns": "Run in modalità infinita",
|
||||||
"highestWaveEndless": "Highest Wave (Endless)",
|
"highestWaveEndless": "Orda più alta raggiunta (Infinita)",
|
||||||
"highestMoney": "Highest Money",
|
"highestMoney": "Patrimonio maggiore posseduto",
|
||||||
"highestDamage": "Highest Damage",
|
"highestDamage": "Danni maggiori inflitti",
|
||||||
"highestHPHealed": "Highest HP Healed",
|
"highestHPHealed": "PS maggiori rigenerati",
|
||||||
"pokemonEncountered": "Pokémon Encountered",
|
"pokemonEncountered": "Pokémon incontrati",
|
||||||
"pokemonDefeated": "Pokémon Defeated",
|
"pokemonDefeated": "Pokémon sconfitti",
|
||||||
"pokemonCaught": "Pokémon Caught",
|
"pokemonCaught": "Pokémon catturati",
|
||||||
"eggsHatched": "Eggs Hatched",
|
"eggsHatched": "Uova schiuse",
|
||||||
"subLegendsSeen": "Sub-Legends Seen",
|
"subLegendsSeen": "Semi-leggendari visti",
|
||||||
"subLegendsCaught": "Sub-Legends Caught",
|
"subLegendsCaught": "Semi-leggendari catturati",
|
||||||
"subLegendsHatched": "Sub-Legends Hatched",
|
"subLegendsHatched": "Semi-leggendari schiusi",
|
||||||
"legendsSeen": "Legends Seen",
|
"legendsSeen": "Leggendari visti",
|
||||||
"legendsCaught": "Legends Caught",
|
"legendsCaught": "Leggendari catturati",
|
||||||
"legendsHatched": "Legends Hatched",
|
"legendsHatched": "Leggendari schiusi",
|
||||||
"mythicalsSeen": "Mythicals Seen",
|
"mythicalsSeen": "Mitici visti",
|
||||||
"mythicalsCaught": "Mythicals Caught",
|
"mythicalsCaught": "Mitici catturati",
|
||||||
"mythicalsHatched": "Mythicals Hatched",
|
"mythicalsHatched": "Mitici schiusi",
|
||||||
"shiniesSeen": "Shinies Seen",
|
"shiniesSeen": "Shiny visti",
|
||||||
"shiniesCaught": "Shinies Caught",
|
"shiniesCaught": "Shiny catturati",
|
||||||
"shiniesHatched": "Shinies Hatched",
|
"shiniesHatched": "Shiny schiusi",
|
||||||
"pokemonFused": "Pokémon Fused",
|
"pokemonFused": "Pokémon fusi",
|
||||||
"trainersDefeated": "Trainers Defeated",
|
"trainersDefeated": "Allenatori sconfitti",
|
||||||
"eggsPulled": "Eggs Pulled",
|
"eggsPulled": "Uova ottenute",
|
||||||
"rareEggsPulled": "Rare Eggs Pulled",
|
"rareEggsPulled": "Uova rare ottenute",
|
||||||
"epicEggsPulled": "Epic Eggs Pulled",
|
"epicEggsPulled": "Uova epiche ottenute",
|
||||||
"legendaryEggsPulled": "Legendary Eggs Pulled",
|
"legendaryEggsPulled": "Uova leggendarie ottenute",
|
||||||
"manaphyEggsPulled": "Manaphy Eggs Pulled",
|
"manaphyEggsPulled": "Uova di Manaphy ottenute",
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user