1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 10:49:55 +00:00

106 lines
2.6 KiB
JSON

{
"__comment__": "Missing some abilityTypes and some Trainer Types",
"$schema": "./schema.json",
"abilityType": {
"Ability": "Habilidad",
"Ancient Trait": "Ancient Trait",
"Poke-BODY": "Poke-BODY",
"Poke-POWER": "Poke-POWER",
"Pokemon Power": "Pokemon Power"
},
"category": {
"Energy": "Energía",
"Pokemon": "Pokémon",
"Trainer": "Entrenador"
},
"energyType": {
"Normal": "Básico",
"Special": "Especial"
},
"rarity": {
"ACE SPEC Rare": "Rara AS TÁCTICO",
"Amazing Rare": "Increíbles",
"Classic Collection": "Colección Clásica",
"Common": "Commún",
"Double rare": "Rara Doble",
"Full Art Trainer": "Entrenador de arte completo",
"Holo Rare": "Holo Rara",
"Holo Rare V": "Holo Rara V",
"Holo Rare VMAX": "Holo Rara VMAX",
"Holo Rare VSTAR": "Holo Rara VSTAR",
"Hyper rare": "Rara Híper",
"Illustration rare": "Rara Ilustración",
"LEGEND": "LEYENDA",
"None": "Ninguno",
"Radiant Rare": "Rara Radiante",
"Rare": "Rara",
"Rare Holo": "Rara Holo",
"Rare Holo LV.X": "Rara Holo LV.X",
"Rare PRIME": "Rara PRime",
"Secret Rare": "Rara Secreto",
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "Rara Ultra Variocolor",
"Special illustration rare": "Rara Ilustración Especial",
"Ultra Rare": "Rara Ultra",
"Uncommon": "Uncommon",
"One Star": "Une Étoile",
"Two Star": "deux Étoiles",
"Three Star": "Trois Étoiles",
"Crown": "Couronne",
"One Diamond": "Une Diamant",
"Two Diamond": "deux Diamant",
"Three Diamond": "Trois Diamant",
"Four Diamond": "Quatre Diamant",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
},
"stage": {
"Baby": "Bebé",
"Basic": "Basico",
"BREAK": "TURBO",
"LEVEL-UP": "Subir de nivel",
"MEGA": "MEGA",
"RESTORED": "Recreado",
"Stage1": "Fase 1",
"Stage2": "Fase 2",
"V-UNION": "V-UNION",
"VMAX": "VMAX",
"VSTAR": "V-ASTRO"
},
"suffix": {
"EX": "EX",
"GX": "GX",
"Legend": "LEYENDA",
"Prime": "Prime",
"SP": "SP",
"TAG TEAM-GX": "TAG TEAM-GX",
"V": "V"
},
"trainerType": {
"Ace Spec": "Ace Spec",
"Goldenrod Game Corner": "Goldenrod Game Corner",
"Item": "Objeto",
"Rocket's Secret Machine": "Máquina Secreta de Rocket",
"Stadium": "Estaio",
"Supporter": "Partidario",
"Technical Machine": "Máquina Técnica",
"Tool": "Herramienta"
},
"types": {
"Colorless": "Incolora",
"Darkness": "Oscura",
"Dragon": "Dragón",
"Fairy": "Hada",
"Fighting": "Lucha",
"Fire": "Guego",
"Grass": "Planta",
"Lightning": "Rayo",
"Metal": "Metálica",
"Psychic": "Psíquico",
"Water": "Agua"
}
}