1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29:19 +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: "Cherrim"
en: "Cherrim",
fr: "Ceriflor",
es: "Cherrim",
it: "Cherrim",
de: "Kinoso",
'pt-br': "Cherrim",
ko: "체리꼬"
},
illustrator: "MAHOU",
@ -19,21 +25,39 @@ const card: Card = {
},
description: {
en: "After absorbing plenty of sunlight, Cherrim takes this form. It's full of energy while it's like this, and its liveliness will go on until sundown."
en: "After absorbing plenty of sunlight, Cherrim takes this form. It's full of energy while it's like this, and its liveliness will go on until sundown.",
fr: "Il prend cette forme lorsqu'il a fait le plein de soleil.\nIl déborde alors d'énergie et reste très actif jusqu'au crépuscule.",
es: "Adopta esta forma cuando lo bañan los rayos del sol. Siempre\nestá rebosante de energía y se mantiene activo hasta el ocaso.",
it: "Assume questa forma dopo essersi esposto\nalla luce solare e aver fatto il pieno di energia.\nResta vivace fino al crepuscolo.",
de: "Diese Form nimmt Kinoso an, wenn es viel Sonne\ngetankt und dadurch seine Energie aufgefüllt hat.\nEs bleibt bis zum Sonnenuntergang aktiv.",
'pt-br': "Após absorver uma grande quantidade de luz solar,\nCherrim assume esta forma. Enquanto estiver assim, fica\ncheio de energia, e seu vigor permanece até o cair do sol.",
ko: "태양의 빛을 받아\n기운이 넘치는 모습.\n해가 지기 전까지는 활발하다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Leech Seed"
en: "Leech Seed",
fr: "Vampigraine",
es: "Drenadoras",
it: "Parassiseme",
de: "Egelsamen",
'pt-br': "Semente Sanguessuga",
ko: "씨뿌리기"
},
damage: 60,
cost: ["Grass", "Grass"],
effect: {
en: "Heal 20 damage from this Pokémon."
en: "Heal 20 damage from this Pokémon.",
fr: "Soignez 20 dégâts de ce Pokémon.",
es: "Cura 20 puntos de daño a este Pokémon.",
it: "Cura questo Pokémon da 20 danni.",
de: "Heile 20 Schadenspunkte bei diesem Pokémon.",
'pt-br': "Cure 20 pontos de dano deste Pokémon.",
ko: "이 포켓몬의 HP를 20회복."
}
}],