1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 20:09: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: "Garchomp ex"
en: "Garchomp ex",
fr: "Carchacrok-ex",
es: "Garchomp ex",
it: "Garchomp-ex",
de: "Knakrack-ex",
'pt-br': "Garchomp ex",
ko: "한카리아스 ex"
},
illustrator: "toriyufu",
@ -23,17 +29,35 @@ const card: Card = {
attacks: [{
name: {
en: "Linear Attack"
en: "Linear Attack",
fr: "Attaque Linéaire",
es: "Ataque Lineal",
it: "Attacco Lineare",
de: "Linearer Angriff",
'pt-br': "Ataque Linear",
ko: "직격탄"
},
cost: ["Fighting"],
effect: {
en: "This attack does 50 damage to 1 of your opponent's Pokémon."
en: "This attack does 50 damage to 1 of your opponent's Pokémon.",
fr: "Cette attaque inflige 50 dégâts à l'un des Pokémon de votre adversaire.",
es: "Este ataque hace 50 puntos de daño a 1 de los Pokémon de tu rival.",
it: "Questo attacco infligge 50 danni a uno dei Pokémon\ndel tuo avversario.",
de: "Diese Attacke fügt 1 Pokémon deines Gegners 50 Schadenspunkte zu.",
'pt-br': "Este ataque causa 50 pontos de dano a 1 dos Pokémon do seu oponente.",
ko: "상대의 포켓몬 1마리에게 50데미지를 준다."
}
}, {
name: {
en: "Dragon Claw"
en: "Dragon Claw",
fr: "Draco-Griffe",
es: "Garra Dragón",
it: "Dragartigli",
de: "Drachenklaue",
'pt-br': "Garra de Dragão",
ko: "드래곤클로"
},
damage: 100,