1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19: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: "Kirlia"
en: "Kirlia",
fr: "Kirlia",
es: "Kirlia",
it: "Kirlia",
de: "Kirlia",
'pt-br': "Kirlia",
ko: "킬리아"
},
illustrator: "Yukiko Baba",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It has a psychic power that enables it to distort the space around it and see into the future."
en: "It has a psychic power that enables it to distort the space around it and see into the future.",
fr: "Grâce à ses pouvoirs psychiques, il peut distordre\nl'espace-temps et ainsi voir l'avenir.",
es: "Con sus poderes psíquicos puede deformar\nel espacio a su alrededor y predecir el futuro.",
it: "Sfruttando i suoi poteri psichici, può distorcere\nlo spazio circostante per prevedere l'avvenire.",
de: "Seine Psycho-Kräfte erlauben es ihm,\nden Raum um sich selbst zu verformen\nund so in die Zukunft zu sehen.",
'pt-br': "Possui um poder psíquico que lhe permite distorcer\no espaço ao seu redor e ver o futuro.",
ko: "사이코 파워를 조작해\n주변의 공간을 일그러뜨려\n미래를 내다볼 수 있다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Slap"
en: "Slap",
fr: "Gifle",
es: "Bofetón",
it: "Sberla",
de: "Hieb",
'pt-br': "Tapa",
ko: "뺨치기"
},
damage: 20,