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: "Kirlia"
en: "Kirlia",
fr: "Kirlia",
es: "Kirlia",
it: "Kirlia",
de: "Kirlia",
'pt-br': "Kirlia",
ko: "킬리아"
},
illustrator: "sowsow",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Psychic", "Colorless"],
name: {
en: "Smack"
en: "Smack",
fr: "Claque",
es: "Palmetazo",
it: "Schiaffo",
de: "Klatscher",
'pt-br': "Estalo",
ko: "수벽치기"
},
damage: "30"
@ -38,6 +50,12 @@ const card: Card = {
description: {
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미래를 내다볼 수 있다."
}
}