1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59: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: "Sandslash"
en: "Sandslash",
fr: "Sablaireau",
es: "Sandslash",
it: "Sandslash",
de: "Sandamer",
'pt-br': "Sandslash",
ko: "고지"
},
illustrator: "Miki Tanaka",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Fighting", "Fighting"],
name: {
en: "Slash"
en: "Slash",
fr: "Tranche",
es: "Cuchillada",
it: "Lacerazione",
de: "Schlitzer",
'pt-br': "Talho",
ko: "베어가르기"
},
damage: "70"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "The drier the area Sandslash lives in, the harder and smoother the Pokémon's spikes will feel when touched.",
fr: "Plus son habitat est sec, plus ses épines\ndorsales deviennent dures et lisses.",
es: "Cuanto más seco es el terreno en el\nque habita, más duras y lisas se vuelven\nlas púas que le recubren la espalda.",
it: "Più secco è il territorio dove Sandslash vive,\npiù i suoi aculei dorsali diventano lisci e duri.",
de: "Je trockener das Gebiet ist, in dem Sandamer\nlebt, desto härter und glatter fühlen sich die\nStacheln an seinem Rücken an.",
'pt-br': "Quanto mais seca for a área onde Sandslash vive,\nmais duros e lisos serão os espinhos deste Pokémon.",
ko: "습도가 낮은 땅에서 사는\n고지일수록 등에 난 가시의\n감촉은 단단하고 매끄럽다."
}
}