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: "Buneary"
|
||||
en: "Buneary",
|
||||
fr: "Laporeille",
|
||||
es: "Buneary",
|
||||
it: "Buneary",
|
||||
de: "Haspiror",
|
||||
'pt-br': "Buneary",
|
||||
ko: "이어롤"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "If both of Buneary's ears are rolled up, something is wrong with its body or mind. It's a sure sign the Pokémon is in need of care."
|
||||
en: "If both of Buneary's ears are rolled up, something is wrong with its body or mind. It's a sure sign the Pokémon is in need of care.",
|
||||
fr: "Quand ses deux oreilles sont repliées, c'est\nsigne qu'il ne se sent pas bien physiquement\nou mentalement et qu'il a besoin de soins.",
|
||||
es: "Cuando enrolla ambas orejas, es señal de que tiene algún\ntipo de malestar físico o emocional y necesita cuidados.",
|
||||
it: "Se arrotola entrambe le orecchie significa che\nè afflitto da qualche disturbo fisico o emotivo.\nÈ segno che bisogna prendersi cura di lui.",
|
||||
de: "Sind seine beiden Ohren aufgerollt, deutet das\ndarauf hin, dass es ihm körperlich oder psychisch\nnicht gut geht und es Zuwendung braucht.",
|
||||
'pt-br': "Se as duas orelhas de Buneary estão enroladas, algo está\nerrado com seu corpo ou mente. É um sinal claro\nde que o Pokémon precisa de cuidados.",
|
||||
ko: "양쪽 귀를 말고 있을 때는\n몸이나 마음이 좋지 않다는 뜻이므로\n관리가 필요하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Pound"
|
||||
en: "Pound",
|
||||
fr: "Écras'Face",
|
||||
es: "Destructor",
|
||||
it: "Botta",
|
||||
de: "Klaps",
|
||||
'pt-br': "Pancada",
|
||||
ko: "막치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user