mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Murkrow"
|
||||
en: "Murkrow",
|
||||
fr: "Cornèbre",
|
||||
es: "Murkrow",
|
||||
it: "Murkrow",
|
||||
de: "Kramurx",
|
||||
'pt-br': "Murkrow",
|
||||
ko: "니로우"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "Feared and loathed by many, it is believed to bring misfortune to all those who see it at night."
|
||||
en: "Feared and loathed by many, it is believed to bring misfortune to all those who see it at night.",
|
||||
fr: "Ce Pokémon redouté et peu aimé porterait\nmalheur à quiconque l'aperçoit la nuit.",
|
||||
es: "Temido y odiado por muchos, dicen que trae la\ndesgracia a todos aquellos que lo ven por la noche.",
|
||||
it: "Molti lo temono e lo detestano credendo che\nporti sfortuna a chiunque lo veda di notte.",
|
||||
de: "Viele verabscheuen und hassen es, da sie\nglauben, es bringe Unglück, wenn sie ihm\nnachts begegnen.",
|
||||
'pt-br': "Temido e detestado por muitos, acredita-se que traz\nmá sorte para todos que o veem à noite.",
|
||||
ko: "밤에 모습을 보게 되면\n불길한 일이 생긴다고 여겨져\n몹시 미움받는 포켓몬이다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Peck"
|
||||
en: "Peck",
|
||||
fr: "Picpic",
|
||||
es: "Picotazo",
|
||||
it: "Beccata",
|
||||
de: "Pikser",
|
||||
'pt-br': "Bicada",
|
||||
ko: "쪼기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user