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: "Stufful"
en: "Stufful",
fr: "Nounourson",
es: "Stufful",
it: "Stufful",
de: "Velursi",
'pt-br': "Stufful",
ko: "포곰곰"
},
illustrator: "Sanosuke Sakuma",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "Its fluffy fur is a delight to pet, but carelessly reaching out to touch this Pokémon could result in painful retaliation."
en: "Its fluffy fur is a delight to pet, but carelessly reaching out to touch this Pokémon could result in painful retaliation.",
fr: "Sa fourrure duveteuse est très agréable\nà caresser, mais ceux qui la touchent sans\nprévenir s'exposent à une correction brutale.",
es: "Su suave pelaje invita a acariciarlo, pero quien cometa\nsemejante temeridad recibirá un severo escarmiento.",
it: "Il suo soffice manto è molto piacevole da accarezzare, ma\nse lo si sfiora inavvertitamente si rischia di venire attaccati.",
de: "Sein Pelz ist wunderbar flauschig. Wagt man es jedoch,\ndiesen zu berühren, setzt es sich ohne Rücksicht auf\nVerluste zur Wehr.",
'pt-br': "O seu pelo fofinho é uma delícia de acariciar,\nmas tocá-lo sem muito cuidado pode resultar\nem uma retaliação dolorosa.",
ko: "푹신푹신한 털은 감촉이\n뛰어나지만 섣불리 손을 댔다간\n호되게 반격을 당하고 만다."
},
stage: "Basic",
attacks: [{
name: {
en: "Hammer In"
en: "Hammer In",
fr: "Enfoncement",
es: "Martillear",
it: "Martello",
de: "Einhämmern",
'pt-br': "Martelada",
ko: "한방 먹이기"
},
damage: 60,