1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02: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: "Bellsprout"
en: "Bellsprout",
fr: "Chétiflor",
es: "Bellsprout",
it: "Bellsprout",
de: "Knofensa",
'pt-br': "Bellsprout",
ko: "모다피"
},
illustrator: "HYOGONOSUKE",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Grass"],
name: {
en: "Vine Whip"
en: "Vine Whip",
fr: "Fouet Lianes",
es: "Látigo Cepa",
it: "Frustata",
de: "Rankenhieb",
'pt-br': "Chicote de Vinha",
ko: "덩굴채찍"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Even though its body is extremely skinny, it is blindingly fast when catching its prey.",
fr: "Même si son corps est très frêle, ce Pokémon\nest extrêmement rapide quand il attaque ses adversaires.",
es: "Aunque su cuerpo es extremadamente delgado,\nes muy rápido a la hora de capturar sus presas.",
it: "Sebbene abbia un corpo magrissimo, sa essere\nmolto rapido quando si scaglia sulla preda.",
de: "Obwohl sein Körper sehr schmal ist,\nschnappt es blitzschnell nach Beute.",
'pt-br': "Mesmo tendo um corpo extremamente magro,\né estupidamente rápido para pegar suas presas.",
ko: "홀쭉한 체격이지만\n먹이를 잡을 때의 움직임은\n눈에 보이지 않을 정도로 빠르다."
}
}