1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19: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: "Rhydon"
en: "Rhydon",
fr: "Rhinoféros",
es: "Rhydon",
it: "Rhydon",
de: "Rizeros",
'pt-br': "Rhydon",
ko: "코뿌리"
},
illustrator: "Masakazu Fukuda",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Fighting", "Fighting", "Fighting", "Colorless"],
name: {
en: "Horn Drill"
en: "Horn Drill",
fr: "Empal'Korne",
es: "Perforador",
it: "Perforcorno",
de: "Hornbohrer",
'pt-br': "Chifre Broca",
ko: "뿔드릴"
},
damage: "100"
@ -38,6 +50,12 @@ const card: Card = {
description: {
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암석에도 구멍이 뚫리고 만다."
}
}