mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Hakamo-o"
|
||||
en: "Hakamo-o",
|
||||
fr: "Écaïd",
|
||||
es: "Hakamo-o",
|
||||
it: "Hakamo-o",
|
||||
de: "Mediras",
|
||||
'pt-br': "Hakamo-o",
|
||||
ko: "짜랑고우"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "The scaleless, scarred parts of its body are signs of its strength. It shows them off to defeated opponents."
|
||||
en: "The scaleless, scarred parts of its body are signs of its strength. It shows them off to defeated opponents.",
|
||||
fr: "Ses écailles arrachées et son corps couvert de\ncicatrices sont la preuve de sa puissance. Il les\nmontre à son adversaire vaincu en se pavanant.",
|
||||
es: "Como prueba de su fuerza, muestra orgulloso a quienes\nvence las cicatrices de su cuerpo donde ya no tiene escamas.",
|
||||
it: "Come prova della sua forza, mostra orgoglioso all'avversario\nsconfitto le ferite sul suo corpo e le squame mancanti.",
|
||||
de: "Für sie sind zerschmetterte Schuppen und Narben\nTrophäen, die sie besiegten Gegnern nach dem\nKampf voller Stolz zeigen.",
|
||||
'pt-br': "As partes cicatrizadas e sem escamas de seu corpo\nsão sinais de sua força. Exibe-as aos seus\noponentes derrotados.",
|
||||
ko: "비늘이 떨어진 상처투성이인\n몸은 강자라는 증표다.\n상대를 쓰러뜨린 후 상처를 보여준다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Dragon Claw"
|
||||
en: "Dragon Claw",
|
||||
fr: "Draco-Griffe",
|
||||
es: "Garra Dragón",
|
||||
it: "Dragartigli",
|
||||
de: "Drachenklaue",
|
||||
'pt-br': "Garra de Dragão",
|
||||
ko: "드래곤클로"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user