1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 13: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: "Lucario ex"
en: "Lucario ex",
fr: "Lucario-ex",
es: "Lucario ex",
it: "Lucario-ex",
de: "Lucario-ex",
'pt-br': "Lucario ex",
ko: "루카리오 ex"
},
illustrator: "PLANETA CG Works",
@ -22,14 +28,26 @@ const card: Card = {
attacks: [{
name: {
en: "Aura Sphere"
en: "Aura Sphere",
fr: "Aurasphère",
es: "Esfera Aural",
it: "Sferapulsar",
de: "Aurasphäre",
'pt-br': "Aura Esférica",
ko: "파동탄"
},
damage: 100,
cost: ["Fighting", "Fighting", "Fighting"],
effect: {
en: "This attack also does 30 damage to 1 of your opponent's Benched Pokémon."
en: "This attack also does 30 damage to 1 of your opponent's Benched Pokémon.",
fr: "Cette attaque inflige aussi 30 dégâts à un des Pokémon de Banc de votre adversaire.",
es: "Este ataque también hace 30 puntos de daño a 1 de los Pokémon en Banca de tu rival.",
it: "Questo attacco infligge anche 30 danni a uno dei Pokémon nella panchina del tuo avversario.",
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 30 Schadenspunkte zu.",
'pt-br': "Este ataque também causa 30 pontos de dano a 1 dos Pokémon no Banco do seu oponente.",
ko: "상대의 벤치 포켓몬 1마리에게도 30데미지를 준다."
}
}],