mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Klefki",
|
||||
fr: "Trousselin",
|
||||
es: "Klefki",
|
||||
it: "Klefki",
|
||||
pt: "Klefki",
|
||||
de: "Clavion"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Secret Key",
|
||||
fr: "Clé Secrète",
|
||||
es: "Llave Secreta",
|
||||
it: "Chiave Segreta",
|
||||
pt: "Chave Secreta",
|
||||
de: "Geheimschlüssel"
|
||||
},
|
||||
effect: {
|
||||
en: "Each of your Fairy Pokémon’s Resistance is now -40.",
|
||||
en: "Each of your Fairy Pokémon's Resistance is now -40.",
|
||||
fr: "La Résistance de chacun de vos Pokémon Fairy est maintenant -40.",
|
||||
es: "La Resistencia de cada uno de tus Pokémon Fairy pasa a ser -40.",
|
||||
it: "La resistenza di tutti i tuoi Pokémon Fairy è -40.",
|
||||
pt: "A Resistência de cada um dos seus Pokémon Fairy agora é -40.",
|
||||
de: "Die Resistenz jedes deiner Fairy-Pokémon ist jetzt -40."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fairy Lock",
|
||||
fr: "Verrou Enchanté",
|
||||
es: "Cerrojo Feérico",
|
||||
it: "Blocco Fatato",
|
||||
pt: "Aprisionamento de Fada",
|
||||
de: "Feenschloss"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user