mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-30 15:59:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Primarina",
|
||||
fr: "Oratoria",
|
||||
es: "Primarina",
|
||||
it: "Primarina",
|
||||
pt: "Primarina",
|
||||
de: "Primarene"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Disarming Voice",
|
||||
fr: "Voix Enjôleuse",
|
||||
es: "Voz Cautivadora",
|
||||
it: "Incantavoce",
|
||||
pt: "Voz Desarmante",
|
||||
de: "Säuselstimme"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
en: "Your opponent’s 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: 30,
|
||||
|
||||
@ -51,10 +63,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sparkling Aria",
|
||||
fr: "Aria de l’Écume",
|
||||
es: "Aria Burbuja",
|
||||
it: "Canto Effimero",
|
||||
pt: "Aria Cintilante",
|
||||
de: "Schaumserenade"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts à ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Cure 30 pontos de dano deste Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user