1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11: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: "Weavile ex"
en: "Weavile ex",
fr: "Dimoret-ex",
es: "Weavile ex",
it: "Weavile-ex",
de: "Snibunna-ex",
'pt-br': "Weavile ex",
ko: "포푸니라 ex"
},
illustrator: "PLANETA CG Works",
@ -23,14 +29,26 @@ const card: Card = {
attacks: [{
name: {
en: "Scratching Nails"
en: "Scratching Nails",
fr: "Griffes Griffantes",
es: "Uñas Rasgadoras",
it: "Unghie Graffianti",
de: "Kratzende Krallen",
'pt-br': "Unhas Arranhadoras",
ko: "스크래치네일"
},
damage: "30+",
cost: ["Darkness"],
effect: {
en: "If your opponent's Active Pokémon has damage on it, this attack does 40 more damage."
en: "If your opponent's Active Pokémon has damage on it, this attack does 40 more damage.",
fr: "Si le Pokémon Actif de votre adversaire a subi des dégâts, cette attaque inflige 40 dégâts de plus.",
es: "Si el Pokémon Activo de tu rival ya tiene daño, este ataque hace 40 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario è danneggiato, questo attacco infligge 40 danni in più.",
de: "Wenn dem Aktiven Pokémon deines Gegners bereits Schaden zugefügt wurde, fügt diese Attacke 40 Schadenspunkte mehr zu.",
'pt-br': "Se o Pokémon Ativo do seu oponente estiver danificado, este ataque causará 40 pontos de dano a mais.",
ko: "상대의 배틀 포켓몬이 데미지를 받고 있다면 40데미지를 추가한다."
}
}],