1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Pikipek"
en: "Pikipek",
fr: "Picassaut",
es: "Pikipek",
it: "Pikipek",
de: "Peppeck",
'pt-br': "Pikipek",
ko: "콕코구리"
},
illustrator: "Shin Nagasawa",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "It pecks at trees with its hard beak. You can get some idea of its mood or condition from the rhythm of its pecking."
en: "It pecks at trees with its hard beak. You can get some idea of its mood or condition from the rhythm of its pecking.",
fr: "On peut deviner son état d'esprit et\nde santé en étudiant le rythme auquel\nil tape contre les arbres avec son bec dur.",
es: "Agujerea los árboles con su robusto pico. Al oír su picoteo, uno\npuede deducir más o menos su humor o su estado de forma.",
it: "Picchia sul legno con il suo duro becco. Dal ritmo dei suoi\ncolpi è possibile capire il suo umore e il suo stato di salute.",
de: "Es pickt mit seinem robusten Schnabel auf Bäume ein.\nAn seinem Pickrhythmus lassen sich seine Laune und\nsein Befinden ablesen.",
'pt-br': "Perfura árvores com seu bico resistente.\nO ritmo das bicadas dão uma ideia de como está\nseu humor ou sua condição.",
ko: "딱딱한 부리로 나무를 쫀다.\n쪼는 리듬으로 그때의 기분이나\n상태를 대강 알 수 있다."
},
stage: "Basic",
attacks: [{
name: {
en: "Peck"
en: "Peck",
fr: "Picpic",
es: "Picotazo",
it: "Beccata",
de: "Pikser",
'pt-br': "Bicada",
ko: "쪼기"
},
damage: 20,