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: "Drilbur"
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
de: "Rotomurf",
'pt-br': "Drilbur",
ko: "두더류"
},
illustrator: "Tomokazu Komiya",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Fighting"],
description: {
en: "It brings its claws together and whirls around at high speed before rushing toward its prey."
en: "It brings its claws together and whirls around at high speed before rushing toward its prey.",
fr: "Il fonce sur ses proies en joignant ses griffes\net en tourbillonnant sur lui-même.",
es: "Tras juntar las garras, se abalanza sobre su presa\nhaciendo rotar el cuerpo a gran velocidad.",
it: "Congiunge le unghie e si avvita su se stesso\na gran velocità per poi lanciarsi sulla preda.",
de: "Es führt seine beiden Klauen zusammen, dreht sich rapide\num die eigene Achse und stürzt sich auf seine Beute.",
'pt-br': "Junta suas garras e rodopia em alta velocidade\nantes de correr em direção à sua presa.",
ko: "양손의 손톱을 서로 겹치고\n몸을 고속으로 회전시킨 뒤\n먹이를 향해 돌진한다."
},
stage: "Basic",
attacks: [{
name: {
en: "Scratch"
en: "Scratch",
fr: "Griffe",
es: "Arañazo",
it: "Graffio",
de: "Kratzer",
'pt-br': "Arranhão",
ko: "할퀴기"
},
damage: 10,