1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Gallade ex"
en: "Gallade ex",
fr: "Gallame-ex",
es: "Gallade ex",
it: "Gallade-ex",
de: "Galagladi-ex",
'pt-br': "Gallade ex",
ko: "엘레이드 ex"
},
illustrator: "PLANETA CG Works",
@ -23,14 +29,26 @@ const card: Card = {
attacks: [{
name: {
en: "Energized Blade"
en: "Energized Blade",
fr: "Lame Énergisée",
es: "Cuchilla Vigorizada",
it: "Lama Energetica",
de: "Energieklinge",
'pt-br': "Lâmina Energizada",
ko: "에너지 블레이드"
},
damage: "70+",
cost: ["Fighting", "Fighting"],
effect: {
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon."
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
fr: "Cette attaque inflige 20 dégâts de plus pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
es: "Este ataque hace 20 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
it: "Questo attacco infligge 20 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
de: "Diese Attacke fügt für jede an das Aktive Pokémon deines Gegners angelegte Energie 20 Schadenspunkte mehr zu.",
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
ko: "상대 배틀 포켓몬의 에너지의 개수 × 20데미지를 추가한다."
}
}],