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: "Bidoof"
|
||||
en: "Bidoof",
|
||||
fr: "Keunotor",
|
||||
es: "Bidoof",
|
||||
it: "Bidoof",
|
||||
de: "Bidiza",
|
||||
'pt-br': "Bidoof",
|
||||
ko: "비버니"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "With nerves of steel, nothing can perturb it. It is more agile and active than it appears."
|
||||
en: "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.",
|
||||
fr: "Rien ne peut perturber ses nerfs d'acier.\nIl est plus agile et énergique qu'il n'y paraît.",
|
||||
es: "Tiene nervios de acero y nada puede perturbarlo.\nEs más ágil y activo de lo que aparenta.",
|
||||
it: "Ha i nervi d'acciaio e niente può turbarlo.\nÈ più agile e attivo di quanto sembri.",
|
||||
de: "Es hat Nerven wie Drahtseile, nichts kann es erschüttern.\nEs ist agiler und aktiver, als es scheint.",
|
||||
'pt-br': "Com nervos de aço, nada pode perturbá-lo.\nÉ mais ágil e ativo do que parece.",
|
||||
ko: "어떤 것에도 동요하지 않는\n대담한 신경의 소유자다.\n보기보다는 기민하게 활동한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Headbutt"
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'Boule",
|
||||
es: "Golpe Cabeza",
|
||||
it: "Bottintesta",
|
||||
de: "Kopfnuss",
|
||||
'pt-br': "Cabeçada",
|
||||
ko: "박치기"
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
Reference in New Issue
Block a user