1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 20:09:18 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Mothim"
en: "Mothim",
fr: "Papilord",
es: "Mothim",
it: "Mothim",
de: "Moterpel",
'pt-br': "Mothim",
ko: "나메일"
},
illustrator: "MAHOU",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It loves the honey of flowers and steals honey collected by Combee."
en: "It loves the honey of flowers and steals honey collected by Combee.",
fr: "Il aime le nectar des fleurs et n'hésite\npas à voler celui que récupère Apitrini.",
es: "Le encanta la miel de las flores y roba la que recoge Combee.",
it: "Ama il nettare dei fiori. Ruba e mangia\nil nettare raccolto da Combee.",
de: "Es liebt Honig und stiehlt den Honig,\nder von Wadribie gesammelt wurde.",
'pt-br': "Adora o néctar das flores e rouba mel\ncoletado por Combee.",
ko: "꽃의 꿀을 매우 좋아한다.\n세꿀버리가 모아둔 꿀을\n가로채어 먹어 버린다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Gust"
en: "Gust",
fr: "Tornade",
es: "Tornado",
it: "Raffica",
de: "Windstoß",
'pt-br': "Lufada de Vento",
ko: "바람일으키기"
},
damage: 50,