1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 10: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: "Sandshrew"
en: "Sandshrew",
fr: "Sabelette",
es: "Sandshrew",
it: "Sandshrew",
de: "Sandan",
'pt-br': "Sandshrew",
ko: "모래두지"
},
illustrator: "Miki Tanaka",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Fighting"],
name: {
en: "Scratch"
en: "Scratch",
fr: "Griffe",
es: "Arañazo",
it: "Graffio",
de: "Kratzer",
'pt-br': "Arranhão",
ko: "할퀴기"
},
damage: "10"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It loves to bathe in the grit of dry, sandy areas. By sand bathing, the Pokémon rids itself of dirt and moisture clinging to its body.",
fr: "Il aime se rouler dans le sable des zones\ndésertiques pour se débarrasser des traces\nde terre et d'humidité qui lui collent à la peau.",
es: "Le gusta revolcarse por la arena seca para eliminar\ntodo rastro de suciedad y humedad en la piel.",
it: "Ama rotolarsi nella sabbia delle zone\ndesertiche, per rimuovere ogni traccia\ndi sporcizia e umidità dal suo corpo.",
de: "Es badet sehr gern im trockenen Sand.\nDadurch befreit es seinen Körper von\nSchmutz und Feuchtigkeit.",
'pt-br': "Adora banhar-se na areia ressecada. Ao\nfazer isso, este Pokémon se livra da sujeira\ne da umidade grudadas em seu corpo.",
ko: "건조한 모래땅에서 모래를 끼얹는 것을\n좋아한다. 몸에 붙은 지저분한 것들을\n떨어뜨리고 물기를 없애는 것이다."
}
}