1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29:19 +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: "Mewtwo ex"
en: "Mewtwo ex",
fr: "Mewtwo-ex",
es: "Mewtwo ex",
it: "Mewtwo-ex",
de: "Mewtu-ex",
'pt-br': "Mewtwo ex",
ko: "뮤츠 ex"
},
illustrator: "PLANETA Mochizuki",
@ -20,7 +26,13 @@ const card: Card = {
cost: ["Psychic", "Colorless"],
name: {
en: "Psychic Sphere"
en: "Psychic Sphere",
fr: "Sphère Psy",
es: "Esfera Psíquica",
it: "Psicosfera",
de: "Psychosphäre",
'pt-br': "Esfera Psíquica",
ko: "염동탄"
},
damage: 50
@ -28,11 +40,23 @@ const card: Card = {
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
name: {
en: "Psydrive"
en: "Psydrive",
fr: "Psykoforce",
es: "Guía Psi",
it: "Psicomotore",
de: "Psycho-Antrieb",
'pt-br': "Controle Psíquico",
ko: "사이코 드라이브"
},
effect: {
en: "Discard 2 [Psychic] Energy from this Pokémon."
en: "Discard 2 {P} Energy from this Pokémon.",
fr: "Défaussez 2 Énergies {P} de ce Pokémon.",
es: "Descarta 2 Energías {P} de este Pokémon.",
it: "Rimuovi 2 Energie {P} da questo Pokémon.",
de: "Lege 2 {P}-Energien von diesem Pokémon ab.",
'pt-br': "Descarte 2 Energias {P} deste Pokémon.",
ko: "이 포켓몬에서 {P}에너지를 2개 트래쉬한다."
},
damage: 150