mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11:29:18 +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: "Gligar"
|
||||
en: "Gligar",
|
||||
fr: "Scorplane",
|
||||
es: "Gligar",
|
||||
it: "Gligar",
|
||||
de: "Skorgla",
|
||||
'pt-br': "Gligar",
|
||||
ko: "글라이거"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "It usually clings to cliffs. When it spots its prey, it spreads its wings and glides down to attack."
|
||||
en: "It usually clings to cliffs. When it spots its prey, it spreads its wings and glides down to attack.",
|
||||
fr: "Il s'accroche souvent aux falaises. Sa proie\nrepérée, il plane vers elle pour l'attaquer.",
|
||||
es: "A veces se sujeta a los precipicios. Cuando divisa\nuna presa, despliega sus alas y planea para atacar.",
|
||||
it: "Di solito sta attaccato agli scogli. Attacca\nla preda spalancando le ali e planando.",
|
||||
de: "Es hängt meist an Klippen. Erspäht es Beute,\nspreizt es seine Flügel und greift diese sofort an.",
|
||||
'pt-br': "Costuma agarrar-se a penhascos. Ao avistar sua presa,\nabre as asas e mergulha para o ataque.",
|
||||
ko: "보통은 벼랑에 붙어 있다.\n먹이를 발견하면 날개를 펼쳐\n바람을 타고 날아 덮친다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Pierce"
|
||||
en: "Pierce",
|
||||
fr: "Transpercement",
|
||||
es: "Perforar",
|
||||
it: "Perforare",
|
||||
de: "Durchbohren",
|
||||
'pt-br': "Perfurar",
|
||||
ko: "궤찌르기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user