mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Butte du Dynarbre",
|
||||
en: "Dyna Tree Hill"
|
||||
en: "Dyna Tree Hill",
|
||||
es: "Colina del Maxiárbol",
|
||||
it: "Collina Dynalbero",
|
||||
pt: "Colina Dinárvore",
|
||||
de: "Hügel des Dyna-Baums"
|
||||
},
|
||||
|
||||
illustrator: "Oswaldo KATO",
|
||||
@ -15,7 +19,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Les Pokémon (les vôtres et ceux de votre adversaire) ne peuvent pas être soignés.",
|
||||
en: "Pokémon (both yours and your opponent’s) can’t be healed."
|
||||
en: "Pokémon (both yours and your opponent’s) can’t be healed.",
|
||||
es: "Los Pokémon (tanto tuyos como de tu rival) no pueden ser curados.",
|
||||
it: "I Pokémon, sia tuoi che del tuo avversario, non possono essere curati.",
|
||||
pt: "Os Pokémon (seus e do seu oponente) não podem ser curados.",
|
||||
de: "Pokémon (deine und die deines Gegners) können nicht geheilt werden."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
|
Reference in New Issue
Block a user