1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39: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: "Bisharp"
en: "Bisharp",
fr: "Scalproie",
es: "Bisharp",
it: "Bisharp",
de: "Caesurio",
'pt-br': "Bisharp",
ko: "절각참"
},
illustrator: "Anesaki Dynamic",
@ -21,7 +27,13 @@ const card: Card = {
cost: ["Metal", "Metal"],
name: {
en: "Metal Claw"
en: "Metal Claw",
fr: "Griffe Acier",
es: "Garra Metal",
it: "Ferrartigli",
de: "Metallklaue",
'pt-br': "Garra de Metal",
ko: "메탈클로"
},
damage: "70"
@ -37,6 +49,12 @@ const card: Card = {
description: {
en: "This Pokémon commands a group of several Pawniard. Groups that are defeated in territorial disputes are absorbed by the winning side.",
fr: "Il dirige des cohortes de Scalpion. Les groupes qui sont vaincus\nlors de guerres de territoires rejoignent les vainqueurs.",
es: "Dirige a varios Pawniard para conformar\ngrupos. Tras una disputa territorial, el\ngrupo victorioso incorpora a los vencidos.",
it: "Comanda dei gruppi di Pawniard. I gruppi\nche risultano perdenti nelle lotte per il\nterritorio vengono assorbiti dai vincitori.",
de: "Es dient als Anführer einer Schar Gladiantri.\nNach Revierkämpfen werden die Verlierer in\ndie Gewinnerschar assimiliert.",
'pt-br': "Este Pokémon lidera um grupo de Pawniard.\nOs grupos que são derrotados em disputas\nterritoriais são incorporados ao lado vencedor.",
ko: "자망칼을 거느리며 무리를 만든다.\n영역을 건 싸움에서 진 무리는\n이긴 쪽에 흡수된다."
}
}