1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 05:49: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: "Ponyta"
en: "Ponyta",
fr: "Ponyta",
es: "Ponyta",
it: "Ponyta",
de: "Ponita",
'pt-br': "Ponyta",
ko: "포니타"
},
illustrator: "Uta",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Fire"],
name: {
en: "Flare"
en: "Flare",
fr: "Flamboiement",
es: "Llama",
it: "Fiammata",
de: "Flackern",
'pt-br': "Chama",
ko: "불꽃"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It can't run properly when it's newly born. As it races around with others of its kind, its legs grow stronger.",
fr: "À la naissance, il ne court pas très vite. C'est en faisant\nla course avec ses camarades qu'il se muscle les jambes.",
es: "Al nacer es un poco lento, pero va\nfortaleciendo las patas paulatinamente\nal disputar carreras con sus congéneres.",
it: "Appena nato non è un buon corridore, ma col tempo\nirrobustisce le sue zampe rincorrendo i suoi simili.",
de: "Nach der Geburt fällt ihm das Laufen schwer.\nDie Wettrennen, die es sich mit seinen Freunden\nliefert, stärken jedoch seine Beinmuskulatur.",
'pt-br': "Nasce sem saber correr muito bem, mas, à medida\nque corre com outros da sua espécie, suas pernas\nvão ficando mais fortes.",
ko: "갓 태어났을 때는 달리는 것이 서툴다.\n동료와 달리기 경주를 하는 사이에\n하반신이 튼튼하게 성장한다."
}
}