mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19: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: "Golbat"
|
||||
en: "Golbat",
|
||||
fr: "Nosferalto",
|
||||
es: "Golbat",
|
||||
it: "Golbat",
|
||||
de: "Golbat",
|
||||
'pt-br': "Golbat",
|
||||
ko: "골뱃"
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Wing Attack"
|
||||
en: "Wing Attack",
|
||||
fr: "Cru-Ailes",
|
||||
es: "Ataque Ala",
|
||||
it: "Attacco d'Ala",
|
||||
de: "Flügelschlag",
|
||||
'pt-br': "Ataque de Asa",
|
||||
ko: "날개치기"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It loves to drink other creatures' blood. It's said that if it finds others of its kind going hungry, it sometimes shares the blood it's gathered.",
|
||||
fr: "Le sang des êtres vivants est son péché mignon.\nOn dit qu'il partage parfois ce précieux breuvage\navec ses congénères affamés.",
|
||||
es: "Le encanta chuparles la sangre a los seres\nvivos. En ocasiones comparte la preciada\ncolecta con otros congéneres hambrientos.",
|
||||
it: "Va matto per il sangue di altre creature. Si dice\nche a volte lo condivida con i compagni affamati.",
|
||||
de: "Das Blut anderer Lebewesen ist seine Leibspeise.\nMan sagt, dass es das abgesaugte Blut manchmal\nmit hungrigen Artgenossen teilt.",
|
||||
'pt-br': "Ama beber o sangue de outras criaturas. Dizem que,\nse encontra outros de sua espécie passando fome,\nàs vezes compartilha o sangue que recolheu.",
|
||||
ko: "살아 있는 생물의 혈액을 좋아한다.\n굶주린 동료에게 빨아들인 피를\n나눠주기도 한다고 한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user