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: "Eevee"
en: "Eevee",
fr: "Évoli",
es: "Eevee",
it: "Eevee",
de: "Evoli",
'pt-br': "Eevee",
ko: "이브이"
},
illustrator: "sowsow",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Tackle"
en: "Tackle",
fr: "Charge",
es: "Placaje",
it: "Azione",
de: "Tackle",
'pt-br': "Investida",
ko: "몸통박치기"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Its ability to evolve into many forms allows it to adapt smoothly and perfectly to any environment.",
fr: "Ses multiples évolutions lui permettent\nde s'adapter à tout type de milieu naturel.",
es: "Es capaz de evolucionar de muchas maneras\npara adaptarse sin problemas a cualquier medio.",
it: "La capacità di evolversi in diverse specie gli permette\ndi adattarsi perfettamente a qualsiasi tipo di ambiente.",
de: "Um sich jeder Umgebung perfekt anpassen zu\nkönnen, ist es in der Lage, sich zu verschiedenen\nPokémon zu entwickeln.",
'pt-br': "Sua capacidade de evoluir para muitas formas\npermite que se adapte fácil e perfeitamente\na qualquer ambiente.",
ko: "환경 변화에 곧바로 적응할 수 있도록\n여러 형태로 진화할 수 있는\n가능성을 가지고 있다."
}
}