1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29:18 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Mismagius ex"
en: "Mismagius ex",
fr: "Magirêve-ex",
es: "Mismagius ex",
it: "Mismagius-ex",
de: "Traunmagil-ex",
'pt-br': "Mismagius ex",
ko: "무우마직 ex"
},
illustrator: "PLANETA Igarashi",
@ -23,14 +29,27 @@ const card: Card = {
attacks: [{
name: {
en: "Magical Delusion"
en: "Magical Delusion",
fr: "Voyage Magique",
es: "Ilusión Mágica",
it: "Magillusione",
de: "Magischer Wahn",
'pt-br': "Delusão Mágica",
ko: "매지컬트립"
},
damage: 70,
cost: ["Psychic", "Psychic"],
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.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
ko: "상대의 배틀 포켓몬을 혼란으로 만든다.",
'pt-br': "O Pokémon Ativo do seu oponente agora está Confuso."
}
}],