1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29: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: "Rhydon"
en: "Rhydon",
fr: "Rhinoféros",
es: "Rhydon",
it: "Rhydon",
de: "Rizeros",
'pt-br': "Rhydon",
ko: "코뿌리"
},
illustrator: "Oswaldo KATO",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It begins walking on its hind legs after evolution. It can punch holes through boulders with its horn."
en: "It begins walking on its hind legs after evolution. It can punch holes through boulders with its horn.",
fr: "L'évolution a permis à ce Pokémon de marcher\nsur ses pattes postérieures. Il peut faire des trous\ndans les rochers en utilisant sa corne.",
es: "Cuando evoluciona, comienza a andar\ncon las patas traseras. Es capaz de\nhoradar rocas con el cuerno que tiene.",
it: "Dopo l'evoluzione inizia a muoversi sulle zampe\nposteriori. Con il corno può perforare la roccia.",
de: "Nach seiner Entwicklung geht es aufrecht auf\nseinen Hinterbeinen. Mit seinem Horn kann es\nLöcher in Felsen bohren.",
'pt-br': "Após evoluir, começa a andar com\nsuas pernas traseiras. Consegue furar\nrochedos com seu chifre.",
ko: "진화하여 뒷다리만으로\n서게 되었다. 뿔로 찌르면\n암석에도 구멍이 뚫리고 만다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Wrack Down"
en: "Wrack Down",
fr: "Réduire en Poussière",
es: "Desmoronar",
it: "Abbattere",
de: "Niederschleudern",
'pt-br': "Desmoronar",
ko: "두들겨 부수기"
},
damage: 70,