1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Lopunny",
fr: "Lockpin",
es: "Lopunny",
it: "Lopunny",
pt: "Lopunny",
de: "Schlapor"
},
illustrator: "Sanosuke Sakuma",
rarity: "Rare",
@@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Buneary",
fr: "Laporeille",
es: "Buneary",
it: "Buneary",
pt: "Buneary",
de: "Haspiror"
},
stage: "Stage1",
@@ -30,10 +38,18 @@ const card: Card = {
name: {
en: "Big Jump",
fr: "Grand Saut",
es: "Gran Salto",
it: "Gransalto",
pt: "Grande Pulo",
de: "Großer Satz"
},
effect: {
en: "Once during your turn (before your attack), you may return this Pokémon and all cards attached to it to your hand.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez reprendre ce Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
es: "Una vez durante tu turno (antes de tu ataque), puedes devolver este Pokémon y todas las cartas unidas a él a tu mano.",
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi riprendere in mano questo Pokémon e tutte le carte a esso assegnate.",
pt: "Uma vez durante sua vez de jogar (antes de atacar), você poderá devolver este Pokémon e todos os cards ligados a ele para sua mão.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du dieses Pokémon und alle daran angelegten Karten zurück auf deine Hand nehmen."
},
},
],
@@ -47,10 +63,18 @@ const card: Card = {
name: {
en: "Sitdown Bounce",
fr: "Rebond Ressort",
es: "Bote Sentado",
it: "Siedibalzo",
pt: "Ricochete Arriante",
de: "Plumpshüpfer"
},
effect: {
en: "Flip a coin. If tails, this Pokémon cant attack during your next turn.",
fr: "Lancez une pièce. Si cest pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
en: "Flip a coin. If tails, this Pokémon can't attack during your next turn.",
fr: "Lancez une pièce. Si c'est pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
es: "Lanza 1 moneda. Si sale cruz, este Pokémon no puede atacar durante tu próximo turno.",
it: "Lancia una moneta. Se esce croce, durante il tuo prossimo turno, questo Pokémon non può attaccare.",
pt: "Jogue uma moeda. Se sair coroa, este Pokémon não poderá atacar durante sua próxima vez de jogar.",
de: "Wirf 1 Münze. Bei \"Zahl\" kann dieses Pokémon während deines nächsten Zuges nicht angreifen."
},
damage: 80,