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: "Hitmonchan"
en: "Hitmonchan",
fr: "Tygnon",
es: "Hitmonchan",
it: "Hitmonchan",
de: "Nockchan",
'pt-br': "Hitmonchan",
ko: "홍수몬"
},
illustrator: "Ken Sugimori",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Fighting"],
name: {
en: "Jab"
en: "Jab",
fr: "Taquet",
es: "Puya",
it: "Stoccata",
de: "Boxschlag",
'pt-br': "Murro",
ko: "잽"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Its punches slice the air. They are launched at such high speed, even a slight graze could cause a burn.",
fr: "Ses poings fendent l'air. Ils sont si rapides\nqu'un simple frôlement peut causer une brûlure.",
es: "Sus puñetazos cortan el aire. Son tan veloces que\nel mínimo roce podría causar una quemadura.",
it: "I suoi pugni fendono l'aria a una tale velocità che\nbasta venire sfiorati per riportare una scottatura.",
de: "Seine Fäuste zerschneiden regelrecht die Luft.\nSie sind so schnell, dass selbst die geringste\nBerührung Verbrennungen verursacht.",
'pt-br': "Seus murros cortam o ar. São tão\nvelozes que um simples toque pode\ncausar uma queimadura.",
ko: "주변의 공기를 가르는 펀치.\n스치기만 해도 화상을 입을 정도로\n펀치 스피드가 매우 빠르다."
}
}