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: "Slowbro"
en: "Slowbro",
fr: "Flagadoss",
es: "Slowbro",
it: "Slowbro",
de: "Lahmus",
'pt-br': "Slowbro",
ko: "야도란"
},
illustrator: "Kogemaru Himeno",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Psychic", "Psychic", "Colorless"],
name: {
en: "Super Psy Bolt"
en: "Super Psy Bolt",
fr: "Super Psy",
es: "Superrayo Psi",
it: "Superpsico",
de: "Super-Psischlag",
'pt-br': "Super-raio Psíquico",
ko: "초염동력"
},
damage: "80"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "When a Slowpoke went hunting in the sea, its tail was bitten by a Shellder. That made it evolve into Slowbro.",
fr: "Un jour, alors qu'un Ramoloss pêchait, un Kokiyas\ns'est accroché à sa queue et l'a fait évoluer en Flagadoss.",
es: "Según parece, cuando Slowpoke fue\na pescar al mar, un Shellder le mordió\nla cola y así evolucionó a Slowbro.",
it: "Uno Slowpoke che si trovava in\nmare in cerca di cibo fu morso da\nuno Shellder, evolvendosi in Slowbro.",
de: "Als Flegmon im Meer jagen ging,\nbiss ein Muschas in seine Rute.\nDadurch entwickelte es sich zu Lahmus.",
'pt-br': "Quando um Slowpoke foi caçar no mar, sua cauda\nfoi mordida por um Shellder. Isso fez com que evoluísse\npara um Slowbro.",
ko: "야돈이 바다로 먹이를\n잡으러 갔다가 셀러에게\n꼬리를 물려 야도란이 되었다."
}
}