1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 20:09: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: "Croagunk"
en: "Croagunk",
fr: "Cradopaud",
es: "Croagunk",
it: "Croagunk",
de: "Glibunkel",
'pt-br': "Croagunk",
ko: "삐딱구리"
},
illustrator: "SATOSHI NAKAI",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Darkness"],
description: {
en: "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab."
en: "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.",
fr: "Il fait gonfler ses glandes venimeuses tout en émettant un son\neffrayant, ce qui lui permet d'empoisonner ses proies pétrifiées.",
es: "Infla sus bolsas venenosas para emitir un sonido macabro\na su alrededor y envenena al rival en cuanto se amedrenta.",
it: "Gonfia le sue sacche di veleno emettendo un verso\nsinistro che fa impietrire l'avversario, poi lo avvelena.",
de: "Bläst es seine Giftbeutel auf, ertönt ein\nunheimliches Geräusch. Wenn Gegner\ndadurch zurückschrecken, vergiftet es sie.",
'pt-br': "Ao inflar suas bolsas de veneno, preenche a área\ncom um som peculiar e acerta os oponentes assustados\ncom um soco venenoso.",
ko: "독주머니를 부풀리며 울어서\n주변에 으스스한 소리를 퍼트린 후\n상대가 풀죽으면 독찌르기를 한다."
},
stage: "Basic",
attacks: [{
name: {
en: "Beat"
en: "Beat",
fr: "Bataille",
es: "Toque",
it: "Battuta",
de: "Verprügler",
'pt-br': "Pulso",
ko: "때리기"
},
damage: 20,