Update pokemon.ts with Spanish names
Added Spanish names of Type: Null and Paradox Pokémonpull/313/head
parent
ad87727517
commit
744ff2899b
|
@ -772,7 +772,7 @@ export const pokemon: SimpleTranslationEntries = {
|
||||||
"sandygast": "Sandygast",
|
"sandygast": "Sandygast",
|
||||||
"palossand": "Palossand",
|
"palossand": "Palossand",
|
||||||
"pyukumuku": "Pyukumuku",
|
"pyukumuku": "Pyukumuku",
|
||||||
"type_null": "Type: Null",
|
"type_null": "Código Cero",
|
||||||
"silvally": "Silvally",
|
"silvally": "Silvally",
|
||||||
"minior": "Minior",
|
"minior": "Minior",
|
||||||
"komala": "Komala",
|
"komala": "Komala",
|
||||||
|
@ -984,18 +984,18 @@ export const pokemon: SimpleTranslationEntries = {
|
||||||
"farigiraf": "Farigiraf",
|
"farigiraf": "Farigiraf",
|
||||||
"dudunsparce": "Dudunsparce",
|
"dudunsparce": "Dudunsparce",
|
||||||
"kingambit": "Kingambit",
|
"kingambit": "Kingambit",
|
||||||
"great_tusk": "Great Tusk",
|
"great_tusk": "Colmilargo",
|
||||||
"scream_tail": "Scream Tail",
|
"scream_tail": "Colagrito",
|
||||||
"brute_bonnet": "Brute Bonnet",
|
"brute_bonnet": "Furioseta",
|
||||||
"flutter_mane": "Flutter Mane",
|
"flutter_mane": "Melenaleteo",
|
||||||
"slither_wing": "Slither Wing",
|
"slither_wing": "Reptalada",
|
||||||
"sandy_shocks": "Sandy Shocks",
|
"sandy_shocks": "Pelarena",
|
||||||
"iron_treads": "Iron Treads",
|
"iron_treads": "Ferrodada",
|
||||||
"iron_bundle": "Iron Bundle",
|
"iron_bundle": "Ferrosaco",
|
||||||
"iron_hands": "Iron Hands",
|
"iron_hands": "Ferropalmas",
|
||||||
"iron_jugulis": "Iron Jugulis",
|
"iron_jugulis": "Ferrocuello",
|
||||||
"iron_moth": "Iron Moth",
|
"iron_moth": "Ferropolilla",
|
||||||
"iron_thorns": "Iron Thorns",
|
"iron_thorns": "Ferropúas",
|
||||||
"frigibax": "Frigibax",
|
"frigibax": "Frigibax",
|
||||||
"arctibax": "Arctibax",
|
"arctibax": "Arctibax",
|
||||||
"baxcalibur": "Baxcalibur",
|
"baxcalibur": "Baxcalibur",
|
||||||
|
@ -1005,12 +1005,12 @@ export const pokemon: SimpleTranslationEntries = {
|
||||||
"chien_pao": "Chien-Pao",
|
"chien_pao": "Chien-Pao",
|
||||||
"ting_lu": "Ting-Lu",
|
"ting_lu": "Ting-Lu",
|
||||||
"chi_yu": "Chi-Yu",
|
"chi_yu": "Chi-Yu",
|
||||||
"roaring_moon": "Roaring Moon",
|
"roaring_moon": "Bramaluna",
|
||||||
"iron_valiant": "Iron Valiant",
|
"iron_valiant": "Ferropaladín",
|
||||||
"koraidon": "Koraidon",
|
"koraidon": "Koraidon",
|
||||||
"miraidon": "Miraidon",
|
"miraidon": "Miraidon",
|
||||||
"walking_wake": "Walking Wake",
|
"walking_wake": "Ondulagua",
|
||||||
"iron_leaves": "Iron Leaves",
|
"iron_leaves": "Ferroverdor",
|
||||||
"dipplin": "Dipplin",
|
"dipplin": "Dipplin",
|
||||||
"poltchageist": "Poltchageist",
|
"poltchageist": "Poltchageist",
|
||||||
"sinistcha": "Sinistcha",
|
"sinistcha": "Sinistcha",
|
||||||
|
@ -1020,10 +1020,10 @@ export const pokemon: SimpleTranslationEntries = {
|
||||||
"ogerpon": "Ogerpon",
|
"ogerpon": "Ogerpon",
|
||||||
"archaludon": "Archaludon",
|
"archaludon": "Archaludon",
|
||||||
"hydrapple": "Hydrapple",
|
"hydrapple": "Hydrapple",
|
||||||
"gouging_fire": "Gouging Fire",
|
"gouging_fire": "Flamariete",
|
||||||
"raging_bolt": "Raging Bolt",
|
"raging_bolt": "Electrofuria",
|
||||||
"iron_boulder": "Iron Boulder",
|
"iron_boulder": "Ferromole",
|
||||||
"iron_crown": "Iron Crown",
|
"iron_crown": "Ferrotesta",
|
||||||
"terapagos": "Terapagos",
|
"terapagos": "Terapagos",
|
||||||
"pecharunt": "Pecharunt",
|
"pecharunt": "Pecharunt",
|
||||||
"alola_rattata": "Rattata",
|
"alola_rattata": "Rattata",
|
||||||
|
@ -1083,4 +1083,4 @@ export const pokemon: SimpleTranslationEntries = {
|
||||||
"paldea_tauros": "Tauros",
|
"paldea_tauros": "Tauros",
|
||||||
"paldea_wooper": "Wooper",
|
"paldea_wooper": "Wooper",
|
||||||
"bloodmoon_ursaluna": "Ursaluna",
|
"bloodmoon_ursaluna": "Ursaluna",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue