1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 20:09: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: "Naoyo Kimura",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "Its ability to evolve into many forms allows it to adapt smoothly and perfectly to any environment."
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가능성을 가지고 있다."
},
stage: "Basic",
attacks: [{
name: {
en: "Tail Whap"
en: "Tail Whap",
fr: "Queue Battoir",
es: "Coletón",
it: "Codabotta",
de: "Schweifvertrimmer",
'pt-br': "Surra de Cauda",
ko: "꼬리로 막치기"
},
damage: 30,