mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39: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: "Cranidos"
|
||||
en: "Cranidos",
|
||||
fr: "Kranidos",
|
||||
es: "Cranidos",
|
||||
it: "Cranidos",
|
||||
de: "Koknodon",
|
||||
'pt-br': "Cranidos",
|
||||
ko: "두개도스"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "A primeval Pokémon, it possesses a hard and sturdy skull, lacking any intelligence within."
|
||||
en: "A primeval Pokémon, it possesses a hard and sturdy skull, lacking any intelligence within.",
|
||||
fr: "Un Pokémon préhistorique doté d'un crâne très\nsolide, mais d'un cerveau très peu performant.",
|
||||
es: "Este Pokémon arcaico cuenta con un cráneo sólido\ny resistente, pero su cerebro no está a la par.",
|
||||
it: "Pokémon che esisteva in epoca antica, dotato di un cranio duro\ne resistente ma dall'intelligenza non altrettanto sviluppata.",
|
||||
de: "Dieses urzeitliche Pokémon war trotz seines\nharten, robusten Schädels nicht sehr schlau.",
|
||||
'pt-br': "É um Pokémon primitivo e sem inteligência\nque possui um crânio duro e resistente.",
|
||||
ko: "태곳적 포켓몬. 딱딱하고\n튼튼한 두개골을 가졌지만\n머리는 정말 나빴다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Headbutt"
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'Boule",
|
||||
es: "Golpe Cabeza",
|
||||
it: "Bottintesta",
|
||||
de: "Kopfnuss",
|
||||
'pt-br': "Cabeçada",
|
||||
ko: "박치기"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user