Add files via upload

This commit is contained in:
MadridPawmot 2024-05-18 23:30:33 +02:00 committed by GitHub
parent c6f8a6564b
commit ef5876009b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,384 +4,384 @@ export const modifierType: ModifierTypeTranslationEntries = {
ModifierType: { ModifierType: {
"AddPokeballModifierType": { "AddPokeballModifierType": {
name: "{{modifierCount}}x {{pokeballName}}", name: "{{modifierCount}}x {{pokeballName}}",
description: "Receive {{pokeballName}} x{{modifierCount}} (Inventory: {{pokeballAmount}}) \nCatch Rate: {{catchRate}}", description: "Recibir {{pokeballName}} x{{modifierCount}} (En bolsa: {{pokeballAmount}}) \nRatio de captura: {{catchRate}}",
}, },
"AddVoucherModifierType": { "AddVoucherModifierType": {
name: "{{modifierCount}}x {{voucherTypeName}}", name: "{{modifierCount}}x {{voucherTypeName}}",
description: "Receive {{voucherTypeName}} x{{modifierCount}}", description: "Recibir {{voucherTypeName}} x{{modifierCount}}",
}, },
"PokemonHeldItemModifierType": { "PokemonHeldItemModifierType": {
extra: { extra: {
"inoperable": "{{pokemonName}} can't take\nthis item!", "inoperable": "¡{{pokemonName}} no puede llevar\neste objeto!",
"tooMany": "{{pokemonName}} has too many\nof this item!", "tooMany": "¡{{pokemonName}} tiene demasiados\nobjetos como este!",
} }
}, },
"PokemonHpRestoreModifierType": { "PokemonHpRestoreModifierType": {
description: "Restores {{restorePoints}} HP or {{restorePercent}}% HP for one Pokémon, whichever is higher", description: "Restaura {{restorePoints}} PS {{restorePercent}}% PS, la que sea mejor.",
extra: { extra: {
"fully": "Fully restores HP for one Pokémon", "fully": "Restaura todos los PS de un Pokémon",
"fullyWithStatus": "Fully restores HP for one Pokémon and heals any status ailment", "fullyWithStatus": "Restaura todos los PS de un Pokémon y cura cualquier problema de estado",
} }
}, },
"PokemonReviveModifierType": { "PokemonReviveModifierType": {
description: "Revives one Pokémon and restores {{restorePercent}}% HP", description: "Revive un Pokémon restaurando {{restorePercent}}% de PS",
}, },
"PokemonStatusHealModifierType": { "PokemonStatusHealModifierType": {
description: "Heals any status ailment for one Pokémon", description: "Cura cualquier problema de estado de un Pokémon",
}, },
"PokemonPpRestoreModifierType": { "PokemonPpRestoreModifierType": {
description: "Restores {{restorePoints}} PP for one Pokémon move", description: "Restaura {{restorePoints}} PP de un movimiento de un Pokémon",
extra: { extra: {
"fully": "Restores all PP for one Pokémon move", "fully": "Restaura todos los PP de un movimiento de un Pokémon",
} }
}, },
"PokemonAllMovePpRestoreModifierType": { "PokemonAllMovePpRestoreModifierType": {
description: "Restores {{restorePoints}} PP for all of one Pokémon's moves", description: "Restaura {{restorePoints}} PP de todos los movimientos de un Pokémon",
extra: { extra: {
"fully": "Restores all PP for all of one Pokémon's moves", "fully": "Restaura todos los PP de todos los movimientos de un Pokémon",
} }
}, },
"PokemonPpUpModifierType": { "PokemonPpUpModifierType": {
description: "Permanently increases PP for one Pokémon move by {{upPoints}} for every 5 maximum PP (maximum 3)", description: "Sube permanente {{upPoints}} PP de un Pokémon por cada 5 PP máximos (máximo 3)",
}, },
"PokemonNatureChangeModifierType": { "PokemonNatureChangeModifierType": {
name: "{{natureName}} Mint", name: "{{natureName}} Mint",
description: "Changes a Pokémon's nature to {{natureName}} and permanently unlocks the nature for the starter.", description: "Cambia la naturaleza de un Pokémon a {{natureName}} y desbloquea permanentemente dicha naturaleza para el inicial.",
}, },
"DoubleBattleChanceBoosterModifierType": { "DoubleBattleChanceBoosterModifierType": {
description: "Doubles the chance of an encounter being a double battle for {{battleCount}} battles", description: "Duplica la probabilidad de una batalla de ser un combate doble por {{battleCount}} batallas",
}, },
"TempBattleStatBoosterModifierType": { "TempBattleStatBoosterModifierType": {
description: "Increases the {{tempBattleStatName}} of all party members by 1 stage for 5 battles", description: "Sube 1 nivel de {{tempBattleStatName}} de todos los miembros del equipo por 5 batallas",
}, },
"AttackTypeBoosterModifierType": { "AttackTypeBoosterModifierType": {
description: "Increases the power of a Pokémon's {{moveType}}-type moves by 20%", description: "Sube la potencia de movimientos tipo {{moveType}} un 20%",
}, },
"PokemonLevelIncrementModifierType": { "PokemonLevelIncrementModifierType": {
description: "Increases a Pokémon's level by 1", description: "Sube un nivel a un Pokémon",
}, },
"AllPokemonLevelIncrementModifierType": { "AllPokemonLevelIncrementModifierType": {
description: "Increases all party members' level by 1", description: "Sube un nivel a todos los Pokémon del equipo",
}, },
"PokemonBaseStatBoosterModifierType": { "PokemonBaseStatBoosterModifierType": {
description: "Increases the holder's base {{statName}} by 10%. The higher your IVs, the higher the stack limit.", description: "Sube el {{statName}} base del Pokémon que lo lleva 10%. Cuantos más IVs tenga, mayor es el límite.",
}, },
"AllPokemonFullHpRestoreModifierType": { "AllPokemonFullHpRestoreModifierType": {
description: "Restores 100% HP for all Pokémon", description: "Restaura el 100% de PS de todos los Pokémon",
}, },
"AllPokemonFullReviveModifierType": { "AllPokemonFullReviveModifierType": {
description: "Revives all fainted Pokémon, fully restoring HP", description: "Revive todos los Pokémon debilitados restaurando todos sus PS",
}, },
"MoneyRewardModifierType": { "MoneyRewardModifierType": {
description: "Grants a {{moneyMultiplier}} amount of money (₽{{moneyAmount}})", description: "Concede una cantidad de dinero {{moneyMultiplier}} (₽{{moneyAmount}})",
extra: { extra: {
"small": "small", "small": "pequeña",
"moderate": "moderate", "moderate": "mediana",
"large": "large", "large": "grande",
}, },
}, },
"ExpBoosterModifierType": { "ExpBoosterModifierType": {
description: "Increases gain of EXP. Points by {{boostPercent}}%", description: "Sube los puntos de exp. ganados en {{boostPercent}}%",
}, },
"PokemonExpBoosterModifierType": { "PokemonExpBoosterModifierType": {
description: "Increases the holder's gain of EXP. Points by {{boostPercent}}%", description: "Sube los puntos de exp. ganados por el Pokémon que lo lleva en {{boostPercent}}%",
}, },
"PokemonFriendshipBoosterModifierType": { "PokemonFriendshipBoosterModifierType": {
description: "Increases friendship gain per victory by 50%", description: "Sube la amistad ganada en 50%",
}, },
"PokemonMoveAccuracyBoosterModifierType": { "PokemonMoveAccuracyBoosterModifierType": {
description: "Increases move accuracy by {{accuracyAmount}} (maximum 100)", description: "Sube la precisión del movimiento en {{accuracyAmount}} (máximo 100)",
}, },
"PokemonMultiHitModifierType": { "PokemonMultiHitModifierType": {
description: "Attacks hit one additional time at the cost of a 60/75/82.5% power reduction per stack respectively", description: "Los ataques pueden golpear una vez más a 60/75/82.5% menos de poder por objeto respectivamente",
}, },
"TmModifierType": { "TmModifierType": {
name: "TM{{moveId}} - {{moveName}}", name: "TM{{moveId}} - {{moveName}}",
description: "Teach {{moveName}} to a Pokémon", description: "Enseña {{moveName}} a un Pokémon",
}, },
"EvolutionItemModifierType": { "EvolutionItemModifierType": {
description: "Causes certain Pokémon to evolve", description: "Hace que ciertos Pokémon evolucionen",
}, },
"FormChangeItemModifierType": { "FormChangeItemModifierType": {
description: "Causes certain Pokémon to change form", description: "Hace que ciertos Pokémon cambien de forma",
}, },
"FusePokemonModifierType": { "FusePokemonModifierType": {
description: "Combines two Pokémon (transfers Ability, splits base stats and types, shares move pool)", description: "Fusiona 2 Pokémon (transfiere Habilitad, separa las estadísticas base y tipos, comparte set de movimientos)",
}, },
"TerastallizeModifierType": { "TerastallizeModifierType": {
name: "{{teraType}} Tera Shard", name: "{{teraType}} Tera Shard",
description: "{{teraType}} Terastallizes the holder for up to 10 battles", description: "{{teraType}} Teracristaliza un Pokémon durante 10 batallas",
}, },
"ContactHeldItemTransferChanceModifierType": { "ContactHeldItemTransferChanceModifierType": {
description: "Upon attacking, there is a {{chancePercent}}% chance the foe's held item will be stolen", description: "Tras atacar hay una probabilildad de {{chancePercent}}% de que el objeto del rival sea robado",
}, },
"TurnHeldItemTransferModifierType": { "TurnHeldItemTransferModifierType": {
description: "Every turn, the holder acquires one held item from the foe", description: "Cada turno el Pokémon que lo lleva roba un objeto del rival",
}, },
"EnemyAttackStatusEffectChanceModifierType": { "EnemyAttackStatusEffectChanceModifierType": {
description: "Adds a {{chancePercent}}% chance to inflict {{statusEffect}} with attack moves", description: "Añade un {{chancePercent}}% de probabilidad de inflingir {{statusEffect}} con movimientos de ataque",
}, },
"EnemyEndureChanceModifierType": { "EnemyEndureChanceModifierType": {
description: "Adds a {{chancePercent}}% chance of enduring a hit", description: "Añade un {{chancePercent}}% de probabilidad de sobrevivir un golpe",
}, },
"RARE_CANDY": { name: "Rare Candy" }, "RARE_CANDY": { name: "Caramelo Raro" },
"RARER_CANDY": { name: "Rarer Candy" }, "RARER_CANDY": { name: "Caramelo Rarísimo" },
"MEGA_BRACELET": { name: "Mega Bracelet", description: "Mega Stones become available" }, "MEGA_BRACELET": { name: "Mega Aro", description: "Las megapiedras se hacen disponibles" },
"DYNAMAX_BAND": { name: "Dynamax Band", description: "Max Mushrooms become available" }, "DYNAMAX_BAND": { name: "Muñequera Dinamax", description: "Las maxisetas se hacen disponibles" },
"TERA_ORB": { name: "Tera Orb", description: "Tera Shards become available" }, "TERA_ORB": { name: "Orbe Teracristal", description: "Los teralitos se hacen disponibles" },
"MAP": { name: "Map", description: "Allows you to choose your destination at a crossroads" }, "MAP": { name: "Mapa", description: "Te permite elegir un destino en bifurcaciones" },
"POTION": { name: "Potion" }, "POTION": { name: "Poción" },
"SUPER_POTION": { name: "Super Potion" }, "SUPER_POTION": { name: "Superpoción" },
"HYPER_POTION": { name: "Hyper Potion" }, "HYPER_POTION": { name: "Hiperpoción" },
"MAX_POTION": { name: "Max Potion" }, "MAX_POTION": { name: "Poción Máxima" },
"FULL_RESTORE": { name: "Full Restore" }, "FULL_RESTORE": { name: "Restaurar Todo" },
"REVIVE": { name: "Revive" }, "REVIVE": { name: "Revivir" },
"MAX_REVIVE": { name: "Max Revive" }, "MAX_REVIVE": { name: "Revivir Máximo" },
"FULL_HEAL": { name: "Full Heal" }, "FULL_HEAL": { name: "Cura Total" },
"SACRED_ASH": { name: "Sacred Ash" }, "SACRED_ASH": { name: "Sacred Ash" },
"REVIVER_SEED": { name: "Reviver Seed", description: "Revives the holder for 1/2 HP upon fainting" }, "REVIVER_SEED": { name: "Semilla Revivir", description: "Revive al usuario a 1/2 PS nada más revivir" },
"ETHER": { name: "Ether" }, "ETHER": { name: "Éter" },
"MAX_ETHER": { name: "Max Ether" }, "MAX_ETHER": { name: "Éter Máximo" },
"ELIXIR": { name: "Elixir" }, "ELIXIR": { name: "Elixir" },
"MAX_ELIXIR": { name: "Max Elixir" }, "MAX_ELIXIR": { name: "Elixir Máximo" },
"PP_UP": { name: "PP Up" }, "PP_UP": { name: "Más PP" },
"PP_MAX": { name: "PP Max" }, "PP_MAX": { name: "Más PP Máximo" },
"LURE": { name: "Lure" }, "LURE": { name: "Incienso" },
"SUPER_LURE": { name: "Super Lure" }, "SUPER_LURE": { name: "Súper Incienso" },
"MAX_LURE": { name: "Max Lure" }, "MAX_LURE": { name: "Incienso Máximo" },
"MEMORY_MUSHROOM": { name: "Memory Mushroom", description: "Recall one Pokémon's forgotten move" }, "MEMORY_MUSHROOM": { name: "Seta Recuerdo", description: "Recuerda un movimiento olvidado por un Pokémon" },
"EXP_SHARE": { name: "EXP. All", description: "Non-participants receive 20% of a single participant's EXP. Points" }, "EXP_SHARE": { name: "Repartir Exp.", description: "Los Pokémon no participantes recibirán un 20% de experiencia de los participantes" },
"EXP_BALANCE": { name: "EXP. Balance", description: "Weighs EXP. Points received from battles towards lower-leveled party members" }, "EXP_BALANCE": { name: "Equilibrar Exp.", description: "Reparte los puntos de exp. hacia los Pokémon de nivel más bajo" },
"OVAL_CHARM": { name: "Oval Charm", description: "When multiple Pokémon participate in a battle, each gets an extra 10% of the total EXP" }, "OVAL_CHARM": { name: "Amuleto Oval", description: "Cada Pokémon que participe en batalla recibe 10% más de la exp. total" },
"EXP_CHARM": { name: "EXP. Charm" }, "EXP_CHARM": { name: "Amuleto Exp." },
"SUPER_EXP_CHARM": { name: "Super EXP. Charm" }, "SUPER_EXP_CHARM": { name: "Súper Amuleto Exp. },
"GOLDEN_EXP_CHARM": { name: "Golden EXP. Charm" }, "GOLDEN_EXP_CHARM": { name: "Amuleto Exp. Dorado" },
"LUCKY_EGG": { name: "Lucky Egg" }, "LUCKY_EGG": { name: "Huevo Suerte" },
"GOLDEN_EGG": { name: "Golden Egg" }, "GOLDEN_EGG": { name: "Huevo Dorado" },
"SOOTHE_BELL": { name: "Soothe Bell" }, "SOOTHE_BELL": { name: "Campana Alivio" },
"SOUL_DEW": { name: "Soul Dew", description: "Increases the influence of a Pokémon's nature on its stats by 10% (additive)" }, "SOUL_DEW": { name: "Rocío Bondad", description: "Sube la influencia de estadísticas en un Pokémon a un 10% (sumatorio)" },
"NUGGET": { name: "Nugget" }, "NUGGET": { name: "Pepita" },
"BIG_NUGGET": { name: "Big Nugget" }, "BIG_NUGGET": { name: "Gran Pepita" },
"RELIC_GOLD": { name: "Relic Gold" }, "RELIC_GOLD": { name: "Reliquia Dorada" },
"AMULET_COIN": { name: "Amulet Coin", description: "Increases money rewards by 20%" }, "AMULET_COIN": { name: "Amulet Coin", description: "Incrementa recompensas monetarias un 20%" },
"GOLDEN_PUNCH": { name: "Golden Punch", description: "Grants 50% of damage inflicted as money" }, "GOLDEN_PUNCH": { name: "Golden Punch", description: "50% del daño recibido se vuelve dinero" },
"COIN_CASE": { name: "Coin Case", description: "After every 10th battle, receive 10% of your money in interest" }, "COIN_CASE": { name: "Coin Case", description: "Cada 10 batallas recibe 10% de tu dinero en intereses" },
"LOCK_CAPSULE": { name: "Lock Capsule", description: "Allows you to lock item rarities when rerolling items" }, "LOCK_CAPSULE": { name: "Cápsula Bloqueo", description: "Te permite asegurar rareza de objetos al volver a tirar" },
"GRIP_CLAW": { name: "Grip Claw" }, "GRIP_CLAW": { name: "Garra Garfio" },
"WIDE_LENS": { name: "Wide Lens" }, "WIDE_LENS": { name: "Lupa" },
"MULTI_LENS": { name: "Multi Lens" }, "MULTI_LENS": { name: "Multilupa" },
"HEALING_CHARM": { name: "Healing Charm", description: "Increases the effectiveness of HP restoring moves and items by 10% (excludes Revives)" }, "HEALING_CHARM": { name: "Amuleto Curación", description: "Sube la efectividad de objetos de curación un 10% (menos Revivir)" },
"CANDY_JAR": { name: "Candy Jar", description: "Increases the number of levels added by Rare Candy items by 1" }, "CANDY_JAR": { name: "Tarro de Caramelos", description: "Sube 1 nivel a los objetos Caramelo Raro" },
"BERRY_POUCH": { name: "Berry Pouch", description: "Adds a 25% chance that a used berry will not be consumed" }, "BERRY_POUCH": { name: "Bolsillo de Bayas", description: "Añade una probabilidad de 25% de que una baya no sea consumida" },
"FOCUS_BAND": { name: "Focus Band", description: "Adds a 10% chance to survive with 1 HP after being damaged enough to faint" }, "FOCUS_BAND": { name: "Cinta Aguante", description: "Añade una probabilidad de 10% de sobrevivir con 1 PS tras recibir movimientos que te debiliten" },
"QUICK_CLAW": { name: "Quick Claw", description: "Adds a 10% chance to move first regardless of speed (after priority)" }, "QUICK_CLAW": { name: "Garra Rápida", description: "Añade una probabilidad de 10% de atacar primero (tras la prioridad)" },
"KINGS_ROCK": { name: "King's Rock", description: "Adds a 10% chance an attack move will cause the opponent to flinch" }, "KINGS_ROCK": { name: "Roca del Rey", description: "Añade una probabilidad de 10% de que un ataque cause retroceso" },
"LEFTOVERS": { name: "Leftovers", description: "Heals 1/16 of a Pokémon's maximum HP every turn" }, "LEFTOVERS": { name: "Restos", description: "Cura 1/16 de los PS de un Pokémon cada turno" },
"SHELL_BELL": { name: "Shell Bell", description: "Heals 1/8 of a Pokémon's dealt damage" }, "SHELL_BELL": { name: "Cascabel Concha", description: "Cura 1/8 del daño hecho a un Pokémon" },
"BATON": { name: "Baton", description: "Allows passing along effects when switching Pokémon, which also bypasses traps" }, "BATON": { name: "Relevo", description: "Permite transferir estadísticas al cambiar Pokémon, evitando trampas" },
"SHINY_CHARM": { name: "Shiny Charm", description: "Dramatically increases the chance of a wild Pokémon being Shiny" }, "SHINY_CHARM": { name: "Amuleto Iris", description: "Sube radicalmente las probabilidades de encontrar un Pokémon variocolor" },
"ABILITY_CHARM": { name: "Ability Charm", description: "Dramatically increases the chance of a wild Pokémon having a Hidden Ability" }, "ABILITY_CHARM": { name: "Amuleto Habilidad", description: "Sube radicalmente las probabilidades de encontrar un Pokémon con habilidad oculta" },
"IV_SCANNER": { name: "IV Scanner", description: "Allows scanning the IVs of wild Pokémon. 2 IVs are revealed per stack. The best IVs are shown first" }, "IV_SCANNER": { name: "Escáner IVs", description: "Permite escanear las IVs de los Pokémon salvajes, mostrando las 2 mejores" },
"DNA_SPLICERS": { name: "DNA Splicers" }, "DNA_SPLICERS": { name: "Punta ADN" },
"MINI_BLACK_HOLE": { name: "Mini Black Hole" }, "MINI_BLACK_HOLE": { name: "Mini Agujero Negro" },
"GOLDEN_POKEBALL": { name: "Golden Poké Ball", description: "Adds 1 extra item option at the end of every battle" }, "GOLDEN_POKEBALL": { name: "Poké Ball Dorada", description: "Añade 1 opción de objeto al final de la batalla" },
"ENEMY_DAMAGE_BOOSTER": { name: "Damage Token", description: "Increases damage by 5%" }, "ENEMY_DAMAGE_BOOSTER": { name: "Ficha Daño", description: "Sube el daño por 5%" },
"ENEMY_DAMAGE_REDUCTION": { name: "Protection Token", description: "Reduces incoming damage by 2.5%" }, "ENEMY_DAMAGE_REDUCTION": { name: "Ficha Protección", description: "Reduce el daño enemigo por 2.5%" },
"ENEMY_HEAL": { name: "Recovery Token", description: "Heals 2% of max HP every turn" }, "ENEMY_HEAL": { name: "Ficha Recuperación", description: "Cura 2% de los PS máximos cada turno" },
"ENEMY_ATTACK_POISON_CHANCE": { name: "Poison Token" }, "ENEMY_ATTACK_POISON_CHANCE": { name: "Ficha Veneno" },
"ENEMY_ATTACK_PARALYZE_CHANCE": { name: "Paralyze Token" }, "ENEMY_ATTACK_PARALYZE_CHANCE": { name: "Ficha Parálisis" },
"ENEMY_ATTACK_SLEEP_CHANCE": { name: "Sleep Token" }, "ENEMY_ATTACK_SLEEP_CHANCE": { name: "Ficha Sueño" },
"ENEMY_ATTACK_FREEZE_CHANCE": { name: "Freeze Token" }, "ENEMY_ATTACK_FREEZE_CHANCE": { name: "Ficha Congelación" },
"ENEMY_ATTACK_BURN_CHANCE": { name: "Burn Token" }, "ENEMY_ATTACK_BURN_CHANCE": { name: "Ficha Quemadura" },
"ENEMY_STATUS_EFFECT_HEAL_CHANCE": { name: "Full Heal Token", description: "Adds a 10% chance every turn to heal a status condition" }, "ENEMY_STATUS_EFFECT_HEAL_CHANCE": { name: "Ficha Cura Total", description: "Añade una probabilidad de 10% cada turno de curar un problema de estado" },
"ENEMY_ENDURE_CHANCE": { name: "Endure Token" }, "ENEMY_ENDURE_CHANCE": { name: "Ficha Aguante" },
"ENEMY_FUSED_CHANCE": { name: "Fusion Token", description: "Adds a 1% chance that a wild Pokémon will be a fusion" }, "ENEMY_FUSED_CHANCE": { name: "Ficha Fusión", description: "Añade una probabilidad de 1% de que un Pokémon salvaje sea una fusión" },
}, },
TempBattleStatBoosterItem: { TempBattleStatBoosterItem: {
"x_attack": "X Attack", "x_attack": "Ataque X",
"x_defense": "X Defense", "x_defense": "Defensa X",
"x_sp_atk": "X Sp. Atk", "x_sp_atk": "Atq. Esp. X",
"x_sp_def": "X Sp. Def", "x_sp_def": "Def. Esp. X",
"x_speed": "X Speed", "x_speed": "Velocidad X",
"x_accuracy": "X Accuracy", "x_accuracy": "Precisión X",
"dire_hit": "Dire Hit", "dire_hit": "Crítico X",
}, },
AttackTypeBoosterItem: { AttackTypeBoosterItem: {
"silk_scarf": "Silk Scarf", "silk_scarf": "Pañuelo de Seda",
"black_belt": "Black Belt", "black_belt": "Cinturón Negro",
"sharp_beak": "Sharp Beak", "sharp_beak": "Pico Afilado",
"poison_barb": "Poison Barb", "poison_barb": "Flecha Venenosa",
"soft_sand": "Soft Sand", "soft_sand": "Arena Fina",
"hard_stone": "Hard Stone", "hard_stone": "Piedra Dura",
"silver_powder": "Silver Powder", "silver_powder": "Polvo Plata",
"spell_tag": "Spell Tag", "spell_tag": "Hechizo",
"metal_coat": "Metal Coat", "metal_coat": "Rev. Metálico",
"charcoal": "Charcoal", "charcoal": "Carbón",
"mystic_water": "Mystic Water", "mystic_water": "Agua Mística",
"miracle_seed": "Miracle Seed", "miracle_seed": "Semilla Milagro",
"magnet": "Magnet", "magnet": "Imán",
"twisted_spoon": "Twisted Spoon", "twisted_spoon": "Cuchara Torcida",
"never_melt_ice": "Never-Melt Ice", "never_melt_ice": "Antiderretir",
"dragon_fang": "Dragon Fang", "dragon_fang": "Colm. Dragón",
"black_glasses": "Black Glasses", "black_glasses": "Gafas de Sol",
"fairy_feather": "Fairy Feather", "fairy_feather": "Pluma Feérica",
}, },
BaseStatBoosterItem: { BaseStatBoosterItem: {
"hp_up": "HP Up", "hp_up": "Más PS",
"protein": "Protein", "protein": "Proteína",
"iron": "Iron", "iron": "Hierro",
"calcium": "Calcium", "calcium": "Calcio",
"zinc": "Zinc", "zinc": "Cinc",
"carbos": "Carbos", "carbos": "Carburante",
}, },
EvolutionItem: { EvolutionItem: {
"NONE": "None", "NONE": "Ninguno",
"LINKING_CORD": "Linking Cord", "LINKING_CORD": "Cordón Unión",
"SUN_STONE": "Sun Stone", "SUN_STONE": "Piedra Solar",
"MOON_STONE": "Moon Stone", "MOON_STONE": "Piedra Lunar",
"LEAF_STONE": "Leaf Stone", "LEAF_STONE": "Piedra Hoja",
"FIRE_STONE": "Fire Stone", "FIRE_STONE": "Piedra Fuego",
"WATER_STONE": "Water Stone", "WATER_STONE": "Piedra Agua",
"THUNDER_STONE": "Thunder Stone", "THUNDER_STONE": "Piedra Trueno",
"ICE_STONE": "Ice Stone", "ICE_STONE": "Piedra Hielo",
"DUSK_STONE": "Dusk Stone", "DUSK_STONE": "Piedra Noche",
"DAWN_STONE": "Dawn Stone", "DAWN_STONE": "Piedra Alba",
"SHINY_STONE": "Shiny Stone", "SHINY_STONE": "Piedra Día",
"CRACKED_POT": "Cracked Pot", "CRACKED_POT": "Tetera Agrietada",
"SWEET_APPLE": "Sweet Apple", "SWEET_APPLE": "Manzana Dulce",
"TART_APPLE": "Tart Apple", "TART_APPLE": "Manzana Ácida",
"STRAWBERRY_SWEET": "Strawberry Sweet", "STRAWBERRY_SWEET": "Confite Fresa",
"UNREMARKABLE_TEACUP": "Unremarkable Teacup", "UNREMARKABLE_TEACUP": "Cuenco Mediocre",
"CHIPPED_POT": "Chipped Pot", "CHIPPED_POT": "Tetera Rota",
"BLACK_AUGURITE": "Black Augurite", "BLACK_AUGURITE": "Mineral Negro",
"GALARICA_CUFF": "Galarica Cuff", "GALARICA_CUFF": "Brazal Galanuez",
"GALARICA_WREATH": "Galarica Wreath", "GALARICA_WREATH": "Corona Galanuez",
"PEAT_BLOCK": "Peat Block", "PEAT_BLOCK": "Bloque Turba",
"AUSPICIOUS_ARMOR": "Auspicious Armor", "AUSPICIOUS_ARMOR": "Arm. Auspiciosa",
"MALICIOUS_ARMOR": "Malicious Armor", "MALICIOUS_ARMOR": "Arm. Maldita",
"MASTERPIECE_TEACUP": "Masterpiece Teacup", "MASTERPIECE_TEACUP": "Cuenco Exquisito",
"METAL_ALLOY": "Metal Alloy", "METAL_ALLOY": "Aleación Metálica",
"SCROLL_OF_DARKNESS": "Scroll Of Darkness", "SCROLL_OF_DARKNESS": "Manuscrito Sombras",
"SCROLL_OF_WATERS": "Scroll Of Waters", "SCROLL_OF_WATERS": "Manuscrito Aguas",
"SYRUPY_APPLE": "Syrupy Apple", "SYRUPY_APPLE": "Manzana Melosa",
}, },
FormChangeItem: { FormChangeItem: {
"NONE": "None", "NONE": "None",
"ABOMASITE": "Abomasite", "ABOMASITE": "Abomasnowita",
"ABSOLITE": "Absolite", "ABSOLITE": "Absolita",
"AERODACTYLITE": "Aerodactylite", "AERODACTYLITE": "Aerodactylita",
"AGGRONITE": "Aggronite", "AGGRONITE": "Aggronita",
"ALAKAZITE": "Alakazite", "ALAKAZITE": "Alakazamita",
"ALTARIANITE": "Altarianite", "ALTARIANITE": "Altarianita",
"AMPHAROSITE": "Ampharosite", "AMPHAROSITE": "Ampharosita",
"AUDINITE": "Audinite", "AUDINITE": "Audinita",
"BANETTITE": "Banettite", "BANETTITE": "Banettita",
"BEEDRILLITE": "Beedrillite", "BEEDRILLITE": "Beedrillita",
"BLASTOISINITE": "Blastoisinite", "BLASTOISINITE": "Blastoisita",
"BLAZIKENITE": "Blazikenite", "BLAZIKENITE": "Blazikenita",
"CAMERUPTITE": "Cameruptite", "CAMERUPTITE": "Cameruptita",
"CHARIZARDITE_X": "Charizardite X", "CHARIZARDITE_X": "Charizardita X",
"CHARIZARDITE_Y": "Charizardite Y", "CHARIZARDITE_Y": "Charizardita Y",
"DIANCITE": "Diancite", "DIANCITE": "Diancita",
"GALLADITE": "Galladite", "GALLADITE": "Galladita",
"GARCHOMPITE": "Garchompite", "GARCHOMPITE": "Garchompita",
"GARDEVOIRITE": "Gardevoirite", "GARDEVOIRITE": "Gardevoirita",
"GENGARITE": "Gengarite", "GENGARITE": "Gengarita",
"GLALITITE": "Glalitite", "GLALITITE": "Glalita",
"GYARADOSITE": "Gyaradosite", "GYARADOSITE": "Gyaradosita",
"HERACRONITE": "Heracronite", "HERACRONITE": "Heracrossita",
"HOUNDOOMINITE": "Houndoominite", "HOUNDOOMINITE": "Houndoomita",
"KANGASKHANITE": "Kangaskhanite", "KANGASKHANITE": "Kangaskhanita",
"LATIASITE": "Latiasite", "LATIASITE": "Latiasita",
"LATIOSITE": "Latiosite", "LATIOSITE": "Latiosita",
"LOPUNNITE": "Lopunnite", "LOPUNNITE": "Lopunnita",
"LUCARIONITE": "Lucarionite", "LUCARIONITE": "Lucarita",
"MANECTITE": "Manectite", "MANECTITE": "Manectricita",
"MAWILITE": "Mawilite", "MAWILITE": "Mawilita",
"MEDICHAMITE": "Medichamite", "MEDICHAMITE": "Medichamita",
"METAGROSSITE": "Metagrossite", "METAGROSSITE": "Metagrossita",
"MEWTWONITE_X": "Mewtwonite X", "MEWTWONITE_X": "Mewtwoita X",
"MEWTWONITE_Y": "Mewtwonite Y", "MEWTWONITE_Y": "Mewtwoita Y",
"PIDGEOTITE": "Pidgeotite", "PIDGEOTITE": "Pidgeotita",
"PINSIRITE": "Pinsirite", "PINSIRITE": "Pinsirita",
"RAYQUAZITE": "Rayquazite", "RAYQUAZITE": "Rayquazite",
"SABLENITE": "Sablenite", "SABLENITE": "Sableynita",
"SALAMENCITE": "Salamencite", "SALAMENCITE": "Salamencita",
"SCEPTILITE": "Sceptilite", "SCEPTILITE": "Sceptilita",
"SCIZORITE": "Scizorite", "SCIZORITE": "Scizorita",
"SHARPEDONITE": "Sharpedonite", "SHARPEDONITE": "Sharpedonita",
"SLOWBRONITE": "Slowbronite", "SLOWBRONITE": "Slowbronita",
"STEELIXITE": "Steelixite", "STEELIXITE": "Steelixita",
"SWAMPERTITE": "Swampertite", "SWAMPERTITE": "Swampertita",
"TYRANITARITE": "Tyranitarite", "TYRANITARITE": "Tyranitarita",
"VENUSAURITE": "Venusaurite", "VENUSAURITE": "Venusaurita",
"BLUE_ORB": "Blue Orb", "BLUE_ORB": "Orbe Azul",
"RED_ORB": "Red Orb", "RED_ORB": "Orbe Rojo",
"SHARP_METEORITE": "Sharp Meteorite", "SHARP_METEORITE": "Meteorito Agudo",
"HARD_METEORITE": "Hard Meteorite", "HARD_METEORITE": "Meteorito Duro",
"SMOOTH_METEORITE": "Smooth Meteorite", "SMOOTH_METEORITE": "Meteorito Suave",
"ADAMANT_CRYSTAL": "Adamant Crystal", "ADAMANT_CRYSTAL": "Gran Diamansfera",
"LUSTROUS_ORB": "Lustrous Orb", "LUSTROUS_ORB": "Gran Lustrosfera",
"GRISEOUS_CORE": "Griseous Core", "GRISEOUS_CORE": "Gran Griseosfera",
"REVEAL_GLASS": "Reveal Glass", "REVEAL_GLASS": "Espejo Veraz",
"GRACIDEA": "Gracidea", "GRACIDEA": "Gracídea",
"MAX_MUSHROOMS": "Max Mushrooms", "MAX_MUSHROOMS": "Maxisetas",
"DARK_STONE": "Dark Stone", "DARK_STONE": "Orbe Oscuro",
"LIGHT_STONE": "Light Stone", "LIGHT_STONE": "Orbe Claro",
"PRISON_BOTTLE": "Prison Bottle", "PRISON_BOTTLE": "Vasija Castigo",
"N_LUNARIZER": "N Lunarizer", "N_LUNARIZER": "Necroluna",
"N_SOLARIZER": "N Solarizer", "N_SOLARIZER": "Necrosol",
"RUSTED_SWORD": "Rusted Sword", "RUSTED_SWORD": "Espada Oxidada",
"RUSTED_SHIELD": "Rusted Shield", "RUSTED_SHIELD": "Escudo Oxidado",
"ICY_REINS_OF_UNITY": "Icy Reins Of Unity", "ICY_REINS_OF_UNITY": "Rienda Unión Hielo",
"SHADOW_REINS_OF_UNITY": "Shadow Reins Of Unity", "SHADOW_REINS_OF_UNITY": "Rienda Unión Sombra",
"WELLSPRING_MASK": "Wellspring Mask", "WELLSPRING_MASK": "Máscara Fuente",
"HEARTHFLAME_MASK": "Hearthflame Mask", "HEARTHFLAME_MASK": "Máscara Horno",
"CORNERSTONE_MASK": "Cornerstone Mask", "CORNERSTONE_MASK": "Máscara Cimiento",
"SHOCK_DRIVE": "Shock Drive", "SHOCK_DRIVE": "FulgoROM",
"BURN_DRIVE": "Burn Drive", "BURN_DRIVE": "PiroROM",
"CHILL_DRIVE": "Chill Drive", "CHILL_DRIVE": "CrioROM",
"DOUSE_DRIVE": "Douse Drive", "DOUSE_DRIVE": "HidroROM",
}, },
} as const; } as const;