1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19: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: "Staraptor"
en: "Staraptor",
fr: "Étouraptor",
es: "Staraptor",
it: "Staraptor",
de: "Staraptor",
'pt-br': "Staraptor",
ko: "찌르호크"
},
illustrator: "Minahamu",
@ -19,21 +25,39 @@ const card: Card = {
},
description: {
en: "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings."
en: "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.",
fr: "Quand Étourvol évolue en Étouraptor, il quitte son groupe\npour vivre seul. Ses ailes sont très souples et puissantes.",
es: "Al evolucionar a Staraptor, deja su bandada y\npasa a vivir en soledad. Sus alas son inmensas.",
it: "Non appena si evolve, lascia lo stormo e affronta la\nvita da solo. Le sue ali sono estremamente robuste.",
de: "Entwickelt sich Staravia zu Staraptor, verlässt es\nden Schwarm und lebt allein. Die Spannweite\nseiner Flügel ist gigantisch.",
'pt-br': "Quando um Staravia evolui para Staraptor,\ndeixa o bando para viver sozinho. Têm asas robustas.",
ko: "찌르호크가 되면 무리에서\n떨어져 혼자서 살아간다.\n강인한 날개를 가지고 있다."
},
stage: "Stage2",
attacks: [{
name: {
en: "Brave Bird"
en: "Brave Bird",
fr: "Rapace",
es: "Pájaro Osado",
it: "Baldeali",
de: "Sturzflug",
'pt-br': "Pássaro Bravo",
ko: "브레이브버드"
},
damage: 130,
cost: ["Colorless", "Colorless", "Colorless"],
effect: {
en: "This Pokémon also does 20 damage to itself."
en: "This Pokémon also does 20 damage to itself.",
fr: "Ce Pokémon s'inflige aussi 20 dégâts.",
es: "Este Pokémon también se hace 20 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge anche 20 danni a se stesso.",
de: "Dieses Pokémon fügt auch sich selbst 20 Schadenspunkte zu.",
'pt-br': "Este Pokémon também causa 20 pontos de dano a si mesmo.",
ko: "이 포켓몬에게도 20데미지를 준다."
}
}],