mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 10:49:55 +00:00
74 lines
1.5 KiB
JSON
74 lines
1.5 KiB
JSON
{
|
|
"$schema": "./schema.json",
|
|
"__comment__": "Should be complete",
|
|
"abilityType": {
|
|
"Ability": "Fähigkeit",
|
|
"Ancient Trait": "Uralte Eigenschaft",
|
|
"Poke-BODY": "Poké-BODY",
|
|
"Poke-POWER": "Poké-POWER",
|
|
"Pokemon Power": "Pokemon Power"
|
|
|
|
},
|
|
"category": {
|
|
"Energy": "Energie",
|
|
"Pokemon": "Pokémon",
|
|
"Trainer": "Trainer"
|
|
},
|
|
"energyType": {
|
|
"Normal": "Basis",
|
|
"Special": "Spezial"
|
|
},
|
|
"rarity": {
|
|
"Amazing": "Atemberaubend",
|
|
"Common": "Häufig",
|
|
"None": "Keine",
|
|
"Rare": "Selten",
|
|
"Secret Rare": "Versteckt Selten",
|
|
"Ultra Rare": "Ultra Selten",
|
|
"Uncommon": "Ungewöhnlich"
|
|
},
|
|
"stage": {
|
|
"BREAK": "TURBO",
|
|
"Basic": "Basis",
|
|
"LEVEL-UP": "Level Up",
|
|
"MEGA": "MEGA",
|
|
"RESTORED": "Erweckt",
|
|
"Stage1": "Rang 1",
|
|
"Stage2": "Rang 2",
|
|
"VMAX": "VMAX",
|
|
"V-UNION": "V-UNION"
|
|
},
|
|
"suffix": {
|
|
"EX": "EX",
|
|
"GX": "GX",
|
|
"Legend": "LEGENDE",
|
|
"Prime": "Prime",
|
|
"SP": "SP",
|
|
"TAG TEAM-GX": "TAG TEAM-GX",
|
|
"V": "V"
|
|
},
|
|
"trainerType": {
|
|
"Ace Spec": "ASS-KLASSE",
|
|
"Goldenrod Game Corner": "Dukatias Spielhalle",
|
|
"Item": "Itemkarte",
|
|
"Rocket's Secret Machine": "Rockets Geheime Maschine",
|
|
"Stadium": "Stadionkarte",
|
|
"Supporter": "Unterstützerkarte",
|
|
"Technical Machine": "Technische Maschine",
|
|
"Tool": "Pokémon-Ausrüstung"
|
|
},
|
|
"types": {
|
|
"Colorless": "Farblos",
|
|
"Darkness": "Unlicht",
|
|
"Dragon": "Drache",
|
|
"Fairy": "Fee",
|
|
"Fighting": "Kampf",
|
|
"Fire": "Feuer",
|
|
"Grass": "Pflanze",
|
|
"Lightning": "Elektro",
|
|
"Metal": "Metall",
|
|
"Psychic": "Psycho",
|
|
"Water": "Wasser"
|
|
}
|
|
}
|