1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49: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: "Skorupi"
en: "Skorupi",
fr: "Rapion",
es: "Skorupi",
it: "Skorupi",
de: "Pionskora",
'pt-br': "Skorupi",
ko: "스콜피"
},
illustrator: "Naoki Saito",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Darkness"],
description: {
en: "After burrowing into the sand, it waits patiently for prey to come near. This Pokémon and Sizzlipede share common descent."
en: "After burrowing into the sand, it waits patiently for prey to come near. This Pokémon and Sizzlipede share common descent.",
fr: "Il s'enfouit dans le sable et attend patiemment ses proies.\nIl a des ancêtres en commun avec Grillepattes.",
es: "Se entierra en la arena y aguarda inmóvil a sus presas.\nSus antepasados están relacionados con los de Sizzlipede.",
it: "Si nasconde nella sabbia e aspetta immobile la\npreda. Lui e Sizzlipede hanno antenati in comune.",
de: "Dieses Pokémon vergräbt sich im Sand und\nlauert dort regungslos seiner Beute auf.\nEs ist artverwandt mit Thermopod.",
'pt-br': "Após se enterrar na areia, espera pacientemente\numa presa se aproximar. Este Pokémon e Sizzlipede\ntêm uma descendência em comum.",
ko: "모래에 몸을 파묻은 채\n가만히 먹이를 기다린다.\n태우지네와 조상이 가깝다."
},
stage: "Basic",
attacks: [{
name: {
en: "Pierce"
en: "Pierce",
fr: "Transpercement",
es: "Perforar",
it: "Perforare",
de: "Durchbohren",
'pt-br': "Perfurar",
ko: "궤찌르기"
},
damage: 30,