1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 03:29:17 +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: "Skitty"
en: "Skitty",
fr: "Skitty",
es: "Skitty",
it: "Skitty",
de: "Eneco",
'pt-br': "Skitty",
ko: "에나비"
},
illustrator: "Sumiyoshi Kizuki",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail."
en: "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail.",
fr: "Il poursuit tout ce qui bouge. On le voit parfois\ncourir en cercle, chassant sa propre queue.",
es: "No puede evitar ir tras las cosas que se mueven.\nHasta corre en círculos persiguiéndose la cola.",
it: "Non riesce a evitare di inseguire tutto ciò che si\nmuove e corre in tondo a caccia della propria coda.",
de: "Es muss Dinge, die sich bewegen, einfach jagen.\nEs rennt oft im Kreis und jagt seinen eigenen Schweif.",
'pt-br': "Não consegue parar de perseguir tudo que se move.\nCorre em círculos atrás de sua própria cauda.",
ko: "움직이는 것을 무심코 쫓아간다.\n자신의 꼬리를 쫓아서\n똑같은 장소를 빙글빙글 돈다."
},
stage: "Basic",
attacks: [{
name: {
en: "Tackle"
en: "Tackle",
fr: "Charge",
es: "Placaje",
it: "Azione",
de: "Tackle",
'pt-br': "Investida",
ko: "몸통박치기"
},
damage: 20,