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: "Burmy"
|
||||
en: "Burmy",
|
||||
fr: "Cheniti",
|
||||
es: "Burmy",
|
||||
it: "Burmy",
|
||||
de: "Burmy",
|
||||
'pt-br': "Burmy",
|
||||
ko: "도롱충이"
|
||||
},
|
||||
|
||||
illustrator: "Mugi Hamada",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves."
|
||||
en: "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.",
|
||||
fr: "Pour se protéger des vents glacés de l'hiver,\nil s'est tissé une cape de feuilles et de brindilles.",
|
||||
es: "Para protegerse de los vientos fríos invernales,\nse cubre con un caparazón de ramas y hojas.",
|
||||
it: "Per ripararsi dal freddo e dai venti invernali\nsi copre con un manto fatto di rami e foglie.",
|
||||
de: "Um sich vor dem eisigen Winterwind zu schützen,\nlegt es sich unter einen Umhang aus Ästen und Laub.",
|
||||
'pt-br': "Para se proteger dos ventos gelados do inverno, cobre-se\ncom um manto feito de galhos e folhas.",
|
||||
ko: "차가운 초겨울 바람을 막으려고\n작은 가지나 낙엽을 재료로\n도롱이를 만들어 몸을 감싼다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user