mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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: "Clefairy"
|
||||
en: "Clefairy",
|
||||
fr: "Mélofée",
|
||||
es: "Clefairy",
|
||||
it: "Clefairy",
|
||||
de: "Piepi",
|
||||
'pt-br': "Clefairy",
|
||||
ko: "삐삐"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
@ -16,7 +22,13 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Slap"
|
||||
en: "Slap",
|
||||
fr: "Gifle",
|
||||
es: "Bofetón",
|
||||
it: "Sberla",
|
||||
de: "Hieb",
|
||||
'pt-br': "Tapa",
|
||||
ko: "뺨치기"
|
||||
},
|
||||
|
||||
cost: ["Psychic"],
|
||||
@ -26,7 +38,13 @@ const card: Card = {
|
||||
hp: 60,
|
||||
|
||||
description: {
|
||||
en: "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon."
|
||||
en: "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.",
|
||||
fr: "On dit que ceux qui voient danser un groupe de Mélofée\nsous la pleine lune connaîtront un grand bonheur.",
|
||||
es: "Se dice que la felicidad llegará\na quien vea un grupo de Clefairy\nbailando a la luz de la luna llena.",
|
||||
it: "Si dice che vedere un gruppo di Clefairy ballare\ncon la luna piena sia di ottimo auspicio.",
|
||||
de: "Eine Ansammlung von Piepi bei Vollmond tanzen\nzu sehen, soll ein glückliches Leben verheißen.",
|
||||
'pt-br': "Acredita-se que a felicidade virá para aqueles\nque virem um grupo de Clefairy dançando sob\na lua cheia.",
|
||||
ko: "보름달 밤에 삐삐가 모여\n춤을 추는 모습을 보면\n행복해진다고 전해진다."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user