1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +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: "Tentacool"
en: "Tentacool",
fr: "Tentacool",
es: "Tentacool",
it: "Tentacool",
de: "Tentacha",
'pt-br': "Tentacool",
ko: "왕눈해"
},
illustrator: "Shinya Komatsu",
@@ -18,7 +24,13 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Gentle Slap"
en: "Gentle Slap",
fr: "Gifle Douce",
es: "Bofetada Gentil",
it: "Schiaffetto",
de: "Sanfter Hieb",
'pt-br': "Tapinha",
ko: "세게때리기"
},
damage: "20"
@@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Tentacool is not a particularly strong swimmer. It drifts across the surface of shallow seas as it searches for prey.",
fr: "Peu doué pour la natation, ce Pokémon\nse contente de flotter à la surface des eaux\npeu profondes pour chasser ses proies.",
es: "Sus facultades natatorias son más bien escasas,\npor lo que se limita a flotar a la deriva en\naguas poco profundas en busca de alimento.",
it: "Non essendo molto abile a nuotare, va in cerca\ndi prede fluttuando in acque poco profonde.",
de: "Da Tentacha kein besonders guter Schwimmer ist,\ntreibt es in seichten Gewässern an der\nWasseroberfläche und sucht nach Beute.",
'pt-br': "Tentacool não nada particularmente bem.\nFlutua pela superfície de águas rasas\nenquanto procura por sua presa.",
ko: "헤엄치는 힘은 강하지 않다.\n얕은 바다 수면을 떠다니면서\n먹이를 찾는다."
}
}