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:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Masquerain"
|
||||
en: "Masquerain",
|
||||
fr: "Maskadra",
|
||||
es: "Masquerain",
|
||||
it: "Masquerain",
|
||||
de: "Maskeregen",
|
||||
'pt-br': "Masquerain",
|
||||
ko: "비나방"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It flaps its four wings to hover and fly freely in any direction—to and fro and sideways."
|
||||
en: "It flaps its four wings to hover and fly freely in any direction—to and fro and sideways.",
|
||||
fr: "Il plane à l'aide de ses quatre ailes,\nqui lui permettent également de voler\nà sa guise dans toutes les directions.",
|
||||
es: "Sus cuatro alas le permiten volar en cualquier dirección a su antojo.",
|
||||
it: "Le sue quattro ali gli permettono di\nvolare a piacimento in ogni direzione.",
|
||||
de: "Dank seiner vier Flügel kann es frei in alle\nRichtungen fliegen, sogar seitwärts und rückwärts.",
|
||||
'pt-br': "Bate suas quatro asas para sair do chão\ne voar livremente em qualquer direção:\npara a frente, para trás e para os lados.",
|
||||
ko: "4장의 날개로 떠올라\n전후좌우 자유자재로\n날아다닐 수 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bug Buzz"
|
||||
en: "Bug Buzz",
|
||||
fr: "Bourdon",
|
||||
es: "Zumbido",
|
||||
it: "Ronzio",
|
||||
de: "Käfergebrumm",
|
||||
'pt-br': "Zumbido de Inseto",
|
||||
ko: "벌레의야단법석"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user