1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Scizor Spirit Link",
fr: "Lien Spirituel Cizayox",
es: "Vínculo Espiritual de Scizor",
it: "Legame Mentale con Scizor",
pt: "Elo Espiritual de Scizor",
de: "Scherox Geistesbund"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Cizayox-EX.",
en: "Your turn does not end if the Pokémon this card is attached to becomes M Scizor-EX."
en: "Your turn does not end if the Pokémon this card is attached to becomes M Scizor-EX.",
es: "Tu turno no termina si el Pokémon al que está unida esta carta se convierte en M-Scizor-EX.",
it: "Il tuo turno non finisce se il Pokémon a cui è assegnata questa carta diventa M Scizor-EX.",
pt: "Sua vez de jogar não terminará se o Pokémon ao qual este card está ligado tornar-se M-Scizor-EX.",
de: "Dein Zug endet nicht, wenn das Pokémon, an das diese Karte angelegt ist, zu M-Scherox-EX wird."
},
trainerType: "Tool",