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: "Clefable"
en: "Clefable",
fr: "Mélodelfe",
es: "Clefable",
it: "Clefable",
de: "Pixi",
'pt-br': "Clefable",
ko: "픽시"
},
illustrator: "Sanosuke Sakuma",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Psychic"],
name: {
en: "Magical Shot"
en: "Magical Shot",
fr: "Coup Magique",
es: "Disparo Mágico",
it: "Magicolpo",
de: "Magischer Schuss",
'pt-br': "Tiro Mágico",
ko: "매지컬숏"
},
damage: "40"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.",
fr: "Ce Pokémon s'apparente à une petite fée\nqui n'apparaît que rarement devant les humains.\nIl court se cacher dès qu'il ressent une présence.",
es: "Este Pokémon de aspecto feérico, raramente\nvisto por los humanos, corre a esconderse\nen cuanto detecta que hay alguien cerca.",
it: "Timido Pokémon Fata, molto raro a\nvedersi. Scappa e si nasconde non\nappena avverte la presenza delle persone.",
de: "Ein feenhaftes und scheues Pokémon,\ndas sofort die Flucht ergreift, wenn es\nMenschen wahrnimmt.",
'pt-br': "Um tímido Pokémon fada raramente visto,\ncorre e esconde-se assim que percebe\na presença de pessoas.",
ko: "요정의 동료로 좀처럼\n사람 앞에 나타나지 않는다. 기척을\n느끼면 바로 도망가는 듯하다."
}
}