From be36facf9c4d2443393ad664498dbc79f4cf7f0f Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 23 Sep 2024 18:42:55 +0200 Subject: [PATCH] Update game-stats-ui-handler.json --- src/locales/es/game-stats-ui-handler.json | 43 ++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/src/locales/es/game-stats-ui-handler.json b/src/locales/es/game-stats-ui-handler.json index 9e26dfeeb6e..d79a0dcd9cc 100644 --- a/src/locales/es/game-stats-ui-handler.json +++ b/src/locales/es/game-stats-ui-handler.json @@ -1 +1,42 @@ -{} \ No newline at end of file +{ + "stats": "Estadísticas", + "playTime": "Tiempo jugado", + "totalBattles": "Batallas totales", + "starters": "Iniciales", + "shinyStarters": "Shinies iniciales", + "speciesSeen": "Especies vistas", + "speciesCaught": "Especies capturadas", + "ribbonsOwned": "Cintas obtenidas", + "classicRuns": "Partidas clásicas", + "classicWins": "Victorias clásicas", + "dailyRunAttempts": "Intentos del reto diario", + "dailyRunWins": "Victorias del reto diario", + "endlessRuns": "Partidas Infinitas", + "highestWaveEndless": "Oleada récord (infinito)", + "highestMoney": "Dinero récord", + "highestDamage": "Daño máximo", + "highestHPHealed": "Máximos PS curados", + "pokemonEncountered": "Pokémon encontrados", + "pokemonDefeated": "Pokémon derrotados", + "pokemonCaught": "Pokémon capturados", + "eggsHatched": "Huevos eclosionados", + "subLegendsSeen": "Sublegendarios vistos", + "subLegendsCaught": "Sub-legs. capturados", + "subLegendsHatched": "Sub-legs. eclosionados", + "legendsSeen": "Legendarios vistos", + "legendsCaught": "Legendarios capturados", + "legendsHatched": "Legendarios eclosionados", + "mythicalsSeen": "Míticos vistos", + "mythicalsCaught": "Singulares capturados", + "mythicalsHatched": "Singulares eclosionados", + "shiniesSeen": "Shinies vistos", + "shiniesCaught": "Shinies capturados", + "shiniesHatched": "Shinies eclosionados", + "pokemonFused": "Pokémons fusionados", + "trainersDefeated": "Entrenadores derrotados", + "eggsPulled": "Huevos canjeados", + "rareEggsPulled": "Huevos raros canjeados", + "epicEggsPulled": "Huevos épicos canjeados", + "legendaryEggsPulled": "Huevos legendarios canjeados", + "manaphyEggsPulled": "Huevos Manaphy canjeados" +}