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: "Dawn"
en: "Dawn",
fr: "Aurore",
es: "Maya",
it: "Lucinda",
de: "Lucia",
'pt-br': "Dawn",
ko: "빛나"
},
illustrator: "saino misaki",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon."
en: "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon.",
fr: "Déplacez une Énergie de l'un de vos Pokémon de Banc vers votre Pokémon Actif.",
es: "Mueve 1 Energía de 1 de tus Pokémon en Banca a tu Pokémon Activo.",
it: "Sposta un'Energia da uno dei tuoi Pokémon in panchina al tuo Pokémon attivo.",
de: "Verschiebe 1 Energie von 1 der Pokémon auf deiner Bank auf dein Aktives Pokémon.",
'pt-br': "Mova 1 Energia de 1 dos seus Pokémon no Banco para o seu Pokémon Ativo.",
ko: "자신의 벤치 포켓몬에서 에너지를 1개 선택해서 배틀 포켓몬에게 바꿔 붙인다."
},
trainerType: "Supporter"