1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19: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: "Cherrim"
en: "Cherrim",
fr: "Ceriflor",
es: "Cherrim",
it: "Cherrim",
de: "Kinoso",
'pt-br': "Cherrim",
ko: "체리꼬"
},
illustrator: "Midori Harada",
@ -19,21 +25,40 @@ const card: Card = {
},
description: {
en: "As a bud, it barely moves. It sits still, placidly waiting for sunlight to appear."
en: "As a bud, it barely moves. It sits still, placidly waiting for sunlight to appear.",
fr: "Pendant sa période de bourgeonnement, il reste\npresque totalement immobile et attend que le soleil se lève.",
es: "Permanece casi inmóvil cerrado en un capullo\na la espera de que lo bañen los rayos del sol.",
it: "Quando è un bocciolo rimane pressoché\nimmobile in attesa che spunti il sole.",
de: "Als Knospe verhält es sich ruhig und bewegt sich kaum,\nwährend es geduldig auf Sonnenschein wartet.",
'pt-br': "Como um botão, quase não se move. Fica parado,\nesperando tranquilamente a luz do sol aparecer.",
ko: "봉오리일 때는 얌전하고\n거의 움직이지 않는다. 햇빛이\n들기를 가만히 기다리고 있다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Worry Seed"
en: "Worry Seed",
fr: "Soucigraine",
es: "Abatidoras",
it: "Affannoseme",
de: "Sorgensamen",
'pt-br': "Semente de Preocupação",
ko: "고민씨"
},
damage: 40,
cost: ["Grass"],
effect: {
en: "Your opponent's Active Pokémon is now Confused."
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
it: "Il Pokémon attivo del tuo avversario viene confuso.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
ko: "상대의 배틀 포켓몬을 혼란으로 만든다.",
'pt-br': "O Pokémon Ativo do seu oponente agora está Confuso."
}
}],