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: "Monferno"
en: "Monferno",
fr: "Chimpenfeu",
es: "Monferno",
it: "Monferno",
de: "Panpyro",
'pt-br': "Monferno",
ko: "파이숭이"
},
illustrator: "Masakazu Fukuda",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It skillfully controls the intensity of the fire on its tail to keep its foes at an ideal distance."
en: "It skillfully controls the intensity of the fire on its tail to keep its foes at an ideal distance.",
fr: "Il contrôle habilement l'intensité de la flamme\nde sa queue pour maintenir une distance idéale\nentre lui et ses adversaires lors des combats.",
es: "Controla hábilmente la intensidad del fuego de la cola\npara mantener al enemigo a una distancia ideal.",
it: "Controlla abilmente l'intensità delle fiamme sulla\nsua coda per tenere i nemici alla distanza ideale.",
de: "Es kontrolliert die Stärke des Feuers an seinem Schweif\ngeschickt, um Gegner auf idealer Distanz zu halten.",
'pt-br': "Controla habilmente a intensidade do fogo em sua cauda\npara manter seus inimigos a uma distância ideal.",
ko: "꼬리의 불꽃 세기를\n잘 컨트롤하여 자신에게\n맞는 거리를 두고 싸운다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Fiery Punch"
en: "Fiery Punch",
fr: "Poing de Feu",
es: "Puño Ardiente",
it: "Pugnodifuoco",
de: "Flammenschlag",
'pt-br': "Soco Ardente",
ko: "불꽃튀는펀치"
},
damage: 30,