1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11: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: "Yanmega ex"
en: "Yanmega ex",
fr: "Yanmega-ex",
es: "Yanmega ex",
it: "Yanmega-ex",
de: "Yanmega-ex",
'pt-br': "Yanmega ex",
ko: "메가자리 ex"
},
illustrator: "Mina Nakai",
@ -23,14 +29,27 @@ const card: Card = {
attacks: [{
name: {
en: "Air Slash"
en: "Air Slash",
fr: "Lame d'Air",
es: "Tajo Aéreo",
it: "Eterelama",
de: "Luftschnitt",
'pt-br': "Golpe de Ar",
ko: "에어슬래시"
},
damage: 120,
cost: ["Colorless", "Colorless", "Colorless"],
effect: {
en: "Discard a random Energy from this Pokémon."
en: "Discard a random Energy from this Pokémon.",
fr: "Défaussez une Énergie au hasard de ce Pokémon.",
es: "Descarta 1 Energía aleatoria de este Pokémon.",
it: "Rimuovi un'Energia a caso da questo Pokémon.",
de: "Lege 1 zufällige Energie von diesem Pokémon ab.",
ko: "이 포켓몬에서 에너지를 랜덤으로 1개 트래쉬한다.",
'pt-br': "Descarte 1 Energia aleatória deste Pokémon."
}
}],