1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19: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: "Ilima"
en: "Ilima",
fr: "Althéo",
es: "Liam",
it: "Liam",
de: "Elima",
'pt-br': "Luan",
ko: "일리마"
},
illustrator: "Teeziro",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Put 1 of your Colorless Pokémon that has damage on it into your hand."
en: "Put 1 of your {C} Pokémon that has damage on it into your hand.",
fr: "Placez l'un de vos Pokémon {C} ayant subi des dégâts dans votre main.",
es: "Pon 1 de tus Pokémon {C} que ya tenga daño en tu mano.",
it: "Riprendi in mano uno dei tuoi Pokémon {C} danneggiati.",
de: "Nimm 1 deiner {C}-Pokémon, dem bereits Schaden zugefügt wurde, auf deine Hand.",
'pt-br': "Coloque 1 dos seus Pokémon {C} que estiver danificado na sua mão.",
ko: "데미지를 받고 있는 자신의 {C}포켓몬을 1마리 선택해서 패로 되돌린다."
},
trainerType: "Supporter"