1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 11:59: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: "Spiritomb"
en: "Spiritomb",
fr: "Spiritomb",
es: "Spiritomb",
it: "Spiritomb",
de: "Kryppuk",
'pt-br': "Spiritomb",
ko: "화강돌"
},
illustrator: "Shinji Kanda",
@ -15,20 +21,38 @@ const card: Card = {
types: ["Darkness"],
description: {
en: "Its constant mischief and misdeeds resulted in it being bound to an Odd Keystone by a mysterious spell."
en: "Its constant mischief and misdeeds resulted in it being bound to an Odd Keystone by a mysterious spell.",
fr: "Son mauvais comportement lui a valu d'être enchaîné\nà une Clé de Voûte par un mystérieux sortilège.",
es: "Por sus constantes fechorías se le acabó uniendo\na una Piedra Espíritu con un misterioso hechizo.",
it: "A causa del suo comportamento molesto\nè stato imprigionato in una Roccianima\ncon un misterioso incantesimo.",
de: "Aufgrund seiner ständigen Untaten wurde es mit\nmysteriösen Künsten an einen Spiritkern gebunden.",
'pt-br': "Sua constante malvadeza e seus delitos causaram\nsua ligação a uma pedra por um feitiço misterioso.",
ko: "항상 나쁜 짓만 하고 있었기에\n신비한 술법에 의해 본모습을\n쐐기돌에 속박당했다."
},
stage: "Basic",
attacks: [{
name: {
en: "Swirling Disaster"
en: "Swirling Disaster",
fr: "Désastre Tourbillonnant",
es: "Catástrofe en Espiral",
it: "Turbine Catastrofico",
de: "Wirbelndes Desaster",
'pt-br': "Turbilhão do Desastre",
ko: "소용돌이재앙"
},
cost: ["Colorless"],
effect: {
en: "This attack does 10 damage to each of your opponent's Pokémon."
en: "This attack does 10 damage to each of your opponent's Pokémon.",
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire.",
es: "Este ataque hace 10 puntos de daño a cada uno de los Pokémon de tu rival.",
it: "Questo attacco infligge 10 danni a ciascuno dei Pokémon del tuo avversario.",
de: "Diese Attacke fügt jedem Pokémon deines Gegners 10 Schadenspunkte zu.",
'pt-br': "Este ataque causa 10 pontos de dano a cada um dos Pokémon do seu oponente.",
ko: "상대의 포켓몬 전원에게 10데미지를 준다."
}
}],