mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite",
|
||||
fr: "Dracolosse",
|
||||
es: "Dragonite",
|
||||
it: "Dragonite",
|
||||
pt: "Dragonite",
|
||||
de: "Dragoran"
|
||||
},
|
||||
illustrator: "hatachu",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Dragonair",
|
||||
fr: "Draco",
|
||||
es: "Dragonair",
|
||||
it: "Dragonair",
|
||||
pt: "Dragonair",
|
||||
de: "Dragonir"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -29,11 +37,19 @@ const card: Card = {
|
||||
type: "Ancient Trait",
|
||||
name: {
|
||||
fr: "Plus Δ",
|
||||
en: "Δ Plus"
|
||||
en: "Δ Plus",
|
||||
es: "{title}:",
|
||||
it: "{title}:",
|
||||
pt: "{title}:",
|
||||
de: "{title}:"
|
||||
},
|
||||
effect: {
|
||||
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
|
||||
en: "If your opponent’s Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card."
|
||||
en: "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card.",
|
||||
es: "{title}: Si el Pokémon de tu rival queda Fuera de Combate por el daño de un ataque de este Pokémon, coge 1 carta de Premio más.",
|
||||
it: "{title}: Se un Pokémon del tuo avversario viene messo KO dai danni di un attacco di questo Pokémon, prendi una carta Premio in più.",
|
||||
pt: "{title}: Se o Pokémon de seu oponente for Nocauteado por danos causados por um ataque deste Pokémon, pegue mais 1 card de Prêmio.",
|
||||
de: "{title}: Wenn das Pokémon deines Gegners durch Schaden eines Angriffs dieses Pokémon kampfunfähig wird, nimm 1 zusätzliche Preiskarte."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,10 +61,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wrapped in Wind",
|
||||
fr: "Enveloppement Éolien",
|
||||
es: "Envuelto en Viento",
|
||||
it: "Ventavvolto",
|
||||
pt: "Embrulhado no Vento",
|
||||
de: "Windhülle"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach up to 2 basic Energy cards from your hand to this Pokémon.",
|
||||
fr: "Attachez jusqu'à 2 cartes Énergie de base de votre main à ce Pokémon.",
|
||||
es: "Une hasta 2 cartas de Energía Básica de tu mano a este Pokémon.",
|
||||
it: "Assegna a questo Pokémon fino a due carte Energia base dalla tua mano.",
|
||||
pt: "Ligue até 2 cards de Energia básica da sua mão a este Pokémon.",
|
||||
de: "Lege bis zu 2 Basis-Energiekarten von deiner Hand an dieses Pokémon an."
|
||||
},
|
||||
|
||||
},
|
||||
@ -63,6 +87,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Heavy Impact",
|
||||
fr: "Gros Impact",
|
||||
es: "Impacto Pesado",
|
||||
it: "Impatto Pesante",
|
||||
pt: "Impacto Pesado",
|
||||
de: "Schwerer Einschlag"
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
|
Reference in New Issue
Block a user