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: "Cutiefly"
|
||||
en: "Cutiefly",
|
||||
fr: "Bombydou",
|
||||
es: "Cutiefly",
|
||||
it: "Cutiefly",
|
||||
de: "Wommel",
|
||||
'pt-br': "Cutiefly",
|
||||
ko: "에블리"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "Nectar and pollen are its favorite fare. In fields of flowers, it gets into skirmishes with Butterfree over food."
|
||||
en: "Nectar and pollen are its favorite fare. In fields of flowers, it gets into skirmishes with Butterfree over food.",
|
||||
fr: "Il aime le nectar et le pollen, et se dispute ces denrées\navec Papilusion dans les champs de fleurs.",
|
||||
es: "Le encantan el néctar y el polen. Revolotea en busca de alimento\npor campos de flores, donde tiene sus rifirrafes con Butterfree.",
|
||||
it: "Adora il nettare e il polline. Lo si vede spesso nei prati\nmentre bisticcia con i Butterfree per accaparrarsi il cibo.",
|
||||
de: "Es liebt Blütenstaub und Nektar. Schwirrt es auf der\nSuche nach Futter durch Blumenbeete, handelt es sich\noft Reibereien mit Smettbo ein.",
|
||||
'pt-br': "Néctar e pólen são favoritos em seu cardápio.\nEm campos floridos, briga com Butterfree\npor causa de comida.",
|
||||
ko: "꽃의 꿀과 화분을 좋아한다.\n꽃밭에서 먹이를 두고\n버터플과 옥신각신한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flap"
|
||||
en: "Flap",
|
||||
fr: "Battement",
|
||||
es: "Aleteo",
|
||||
it: "Alabattito",
|
||||
de: "Flattern",
|
||||
'pt-br': "Asa",
|
||||
ko: "홰치기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user