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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Power Plant",
|
||||
fr: "Centrale d’Énergie",
|
||||
es: "Central Energía",
|
||||
it: "Centrale Elettrica",
|
||||
pt: "Usina Elétrica",
|
||||
de: "Kraftwerk"
|
||||
},
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Les Pokémon-GX et Pokémon-EX en jeu (les vôtres et ceux de votre adversaire) n’ont pas de talent.",
|
||||
en: "Pokémon-GX and Pokémon-EX in play (both yours and your opponent’s) have no Abilities.",
|
||||
es: "Los Pokémon-GX y Pokémon-EX en juego (tanto tuyos como de tu rival) no tienen ninguna habilidad.",
|
||||
it: "Le abilità dei Pokémon-GX e dei Pokémon-EX in gioco, sia tuoi che del tuo avversario, non hanno effetto.",
|
||||
pt: "Os Pokémon-GX e Pokémon-EX em jogo (seus e do seu oponente) não têm Habilidades.",
|
||||
de: "Pokémon-GX und Pokémon-EX im Spiel (deine und die deines Gegners) haben keine Fähigkeiten."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user