1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02: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: "Swinub"
en: "Swinub",
fr: "Marcacrin",
es: "Swinub",
it: "Swinub",
de: "Quiekel",
'pt-br': "Swinub",
ko: "꾸꾸리"
},
illustrator: "Eri Yamaki",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Water"],
description: {
en: "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs."
en: "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs.",
fr: "Il creuse le sol avec son groin pour y dénicher de\nla nourriture. Il trouve parfois des sources d'eau chaude.",
es: "Frota el hocico contra el suelo para desenterrar\ncomida. A veces descubre aguas termales.",
it: "Scava con il muso nel terreno per scovare\ndel cibo. Talvolta scopre sorgenti d'acqua calda.",
de: "Auf Nahrungssuche wühlt es sich mit der Nase\ndurch den Erdboden. Manchmal entdeckt es\ndabei auch heiße Quellen.",
'pt-br': "Ele esfrega o focinho no chão para encontrar\ne cavar alimento. Algumas vezes, descobre fontes\nde água quente.",
ko: "먹이를 찾기 위해 코를\n바닥에 비벼 땅을 파고 있다.\n가끔 온천을 찾아낸다."
},
stage: "Basic",
attacks: [{
name: {
en: "Headbutt"
en: "Headbutt",
fr: "Coup d'Boule",
es: "Golpe Cabeza",
it: "Bottintesta",
de: "Kopfnuss",
'pt-br': "Cabeçada",
ko: "박치기"
},
damage: 40,