mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Trumbeak"
|
||||
en: "Trumbeak",
|
||||
fr: "Piclairon",
|
||||
es: "Trumbeak",
|
||||
it: "Trumbeak",
|
||||
de: "Trompeck",
|
||||
'pt-br': "Trumbeak",
|
||||
ko: "크라파"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It can bend the tip of its beak to produce over a hundred different cries at will."
|
||||
en: "It can bend the tip of its beak to produce over a hundred different cries at will.",
|
||||
fr: "Ce Pokémon est capable de produire plus de cent\nsons différents en recourbant le bout de son bec.",
|
||||
es: "Al torcer la punta del pico es capaz de emitir\na su antojo más de 100 graznidos diferentes.",
|
||||
it: "Mutando l'estremità del becco è in grado\ndi emettere più di 100 cinguettii differenti.",
|
||||
de: "Indem es seine Schnabelspitze verformt, kann es\nmehr als 100 verschiedene Rufe ausstoßen.",
|
||||
'pt-br': "Pode entortar a ponta de seu bico para emitir\nmais de cem sons diferentes.",
|
||||
ko: "부리의 끝을 뒤로 젖혀\n100가지 이상의 울음소리를\n자유롭게 낼 수 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Glide"
|
||||
en: "Glide",
|
||||
fr: "Glissement",
|
||||
es: "Planeo",
|
||||
it: "Aliante",
|
||||
de: "Gleiten",
|
||||
'pt-br': "Planeio",
|
||||
ko: "활공"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user