1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09:19 +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: "Delcatty"
en: "Delcatty",
fr: "Delcatty",
es: "Delcatty",
it: "Delcatty",
de: "Enekoro",
'pt-br': "Delcatty",
ko: "델케티"
},
illustrator: "0313",
@ -19,21 +25,39 @@ const card: Card = {
},
description: {
en: "It dislikes dirty places. It often searches for a comfortable place in which to groom itself."
en: "It dislikes dirty places. It often searches for a comfortable place in which to groom itself.",
fr: "Il déteste la saleté et passe son temps à\nentretenir sa fourrure, confortablement installé.",
es: "No soporta los lugares sucios. Le encanta acicalarse\nel pelaje cuando está a gusto en un sitio.",
it: "Detesta gli ambienti sporchi. Se ne sta sempre\nad allisciarsi la pelliccia in luoghi accoglienti.",
de: "Hasst schmutzige Orte. Behagt ihm ein Platz,\nfängt es sofort an, sein glänzendes Fell zu pflegen.",
'pt-br': "Detesta lugares sujos. Frequentemente,\nprocura lugares confortáveis para se embelezar.",
ko: "더러운 곳을 아주 싫어한다.\n편안한 곳에서\n늘 털을 다듬고 있다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Energy Assist"
en: "Energy Assist",
fr: "Assistance Énergétique",
es: "Asistencia de Energía",
it: "Assistienergia",
de: "Energieförderung",
'pt-br': "Socorro de Energia",
ko: "에너지 어시스트"
},
damage: 30,
cost: ["Colorless"],
effect: {
en: "Take a Colorless Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
en: "Take a {C} Energy from your Energy Zone and attach it to 1 of your Benched Pokémon.",
fr: "Prenez une Énergie {C} de votre zone Énergie et attachez-la à un de vos Pokémon de Banc.",
es: "Une 1 Energía {C} de tu área de Energía a 1 de tus Pokémon en Banca.",
it: "Prendi un'Energia {C} dalla tua Zona Energia e assegnala a uno dei tuoi Pokémon in panchina.",
de: "Lege 1 {C}-Energie aus deinem Energiebereich an 1 Pokémon auf deiner Bank an.",
'pt-br': "Pegue uma Energia {C} da sua Zona de Energia e ligue-a 1 dos seus Pokémon no Banco.",
ko: "자신의 에너지존에서 {C}에너지를 1개 내보내 벤치 포켓몬에게 붙인다."
}
}],