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

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Celebi",
fr: "Celebi",
es: "Celebi",
it: "Celebi",
pt: "Celebi",
de: "Celebi"
},
illustrator: "Megumi Mizutani",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Time Spiral",
fr: "Spirale Temporelle",
es: "Espiral Temporal",
it: "Spirale Temporale",
pt: "Espiral Temporal",
de: "Zeitspirale"
},
effect: {
en: "Devolve 1 of your opponent's evolved Pokémon by removing the highest Stage Evolution card from it. Your opponent shuffles that card into their deck.",
en: "Devolve 1 of your opponents evolved Pokémon by removing the highest Stage Evolution card from it. Your opponent shuffles that card into their deck.",
fr: "Faites dés-évoluer lun des Pokémon évolués de votre adversaire en ôtant la carte Évolution de plus haut Niveau. Votre adversaire mélange cette carte avec son deck.",
es: "Involuciona 1 de los Pokémon evolucionados de tu rival quitándole la carta de Evolución de fase más alta. Tu rival pone esa carta en su baraja y las baraja todas.",
it: "Annulla levoluzione di uno dei Pokémon evoluti del tuo avversario rimuovendone la carta Evoluzione di fase più alta. Il tuo avversario rimischia quella carta nel suo mazzo.",
pt: "Reverta a evolução de 1 dos Pokémon evoluídos do seu oponente removendo a carta de Evolução de Estágio mais alto sobre ele. Seu oponente embaralha aquela carta no próprio baralho.",
de: "Rückentwickle 1 entwickeltes Pokémon deines Gegners, indem du die höchste auf jenem Pokémon liegende Entwicklungskarte entfernst. Dein Gegner mischt jene Karte in sein Deck."
},
},
@ -44,10 +56,18 @@ const card: Card = {
name: {
en: "Mind Bend",
fr: "Contrôleur dEsprit",
es: "Fusión Mental",
it: "Fusione Mentale",
pt: "Dobra Mentes",
de: "Gedankenverbiegung"
},
effect: {
en: "Your opponent's Active Pokémon is now Confused.",
en: "Your opponents Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
it: "Il Pokémon attivo del tuo avversario viene confuso.",
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
},
damage: 20,