1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Gothita",
fr: "Scrutella",
es: "Gothita",
it: "Gothita",
pt: "Gothita",
de: "Mollimorba"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Blown Kiss",
fr: "Baiser Volé",
es: "Beso al Viento",
it: "Bacio Smack",
pt: "Beijo Soprado",
de: "Küsschen"
},
effect: {
en: "Put 1 damage counter on 1 of your opponent's Pokémon.",
en: "Put 1 damage counter on 1 of your opponents Pokémon.",
fr: "Placez un marqueur de dégâts sur lun des Pokémon de votre adversaire.",
es: "Pon 1 contador de daño en 1 de los Pokémon de tu rival.",
it: "Metti un segnalino danno su uno dei Pokémon del tuo avversario.",
pt: "Coloque 1 contador de dano em 1 dos Pokémon do seu oponente.",
de: "Lege 1 Schadensmarke auf 1 Pokémon deines Gegners."
},
},