mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13: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: "Buizel"
|
||||
en: "Buizel",
|
||||
fr: "Mustébouée",
|
||||
es: "Buizel",
|
||||
it: "Buizel",
|
||||
de: "Bamelin",
|
||||
'pt-br': "Buizel",
|
||||
ko: "브이젤"
|
||||
},
|
||||
|
||||
illustrator: "Shimaris Yukichi",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "It inflates its flotation sac, keeping its face above water in order to watch for prey movement."
|
||||
en: "It inflates its flotation sac, keeping its face above water in order to watch for prey movement.",
|
||||
fr: "La bouée autour de son cou lui permet de\ngarder la tête hors de l'eau. Ainsi, il peut scruter\nles mouvements de ses proies sur la terre ferme.",
|
||||
es: "La vejiga natatoria alrededor del cuello le permite flotar\nen el agua con la cabeza fuera para divisar a sus presas.",
|
||||
it: "Gonfia il suo collare galleggiante e\nrimane con la testa fuori dall'acqua\nin cerca di prede sulla terraferma.",
|
||||
de: "Füllt es die Schwimmblase um seinen Hals mit Luft,\nragt sein Kopf aus dem Wasser und es kann die\nBewegungen von Beute an Land beobachten.",
|
||||
'pt-br': "Infla sua bolsa de flutuação e mantém o rosto acima\nda água para procurar o movimento de presas.",
|
||||
ko: "목의 부낭을 부풀려\n수면에 얼굴을 내밀고 지상에 있는\n먹이의 움직임을 살핀다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Water Gun"
|
||||
en: "Water Gun",
|
||||
fr: "Pistolet à O",
|
||||
es: "Pistola Agua",
|
||||
it: "Pistolacqua",
|
||||
de: "Aquaknarre",
|
||||
'pt-br': "Revólver d'Água",
|
||||
ko: "물대포"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user