1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09: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"
en: "Mewtwo",
fr: "Mewtwo",
es: "Mewtwo",
it: "Mewtwo",
de: "Mewtu",
'pt-br': "Mewtwo",
ko: "뮤츠"
},
illustrator: "kawayoo",
@ -18,11 +24,23 @@ const card: Card = {
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
name: {
en: "Power Blast"
en: "Power Blast",
fr: "Violente Déflagration",
es: "Estallido Vigoroso",
it: "Forzacolpo",
de: "Powerschuss",
'pt-br': "Explosão Poderosa",
ko: "파워블라스트"
},
effect: {
en: "Discard 2 P 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: "120"
@ -38,6 +56,12 @@ const card: Card = {
description: {
en: "It was created by a scientist after years of horrific gene-splicing and DNA-engineering experiments.",
fr: "Il est le fruit de nombreuses expériences\ngénétiques horribles et malsaines.",
es: "Fue creado por un científico tras años de\nhorribles experimentos de ingeniería genética.",
it: "Creato da uno scienziato dopo anni di\norribili esperimenti di ingegneria genetica.",
de: "Dieses Pokémon ist das Resultat eines jahrelangen\nund skrupellosen Experimentes.",
'pt-br': "Foi criado por cientistas através de anos\nde experimentos genéticos terríveis com\nmanipulação de DNA.",
ko: "한 과학자가 몇 년에 걸쳐\n무서운 유전자의 연구를\n계속한 결과 탄생했다."
}
}