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: "Butterfree"
|
||||
en: "Butterfree",
|
||||
fr: "Papilusion",
|
||||
es: "Butterfree",
|
||||
it: "Butterfree",
|
||||
de: "Smettbo",
|
||||
'pt-br': "Butterfree",
|
||||
ko: "버터플"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -18,17 +24,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Powder Heal"
|
||||
en: "Powder Heal",
|
||||
fr: "Soin Poudre",
|
||||
es: "Polvo Sanador",
|
||||
it: "Polvere Lenitiva",
|
||||
de: "Puderheilung",
|
||||
'pt-br': "Cura em Pó",
|
||||
ko: "파우더 힐"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may heal 20 damage from each of your Pokémon."
|
||||
en: "Once during your turn, you may heal 20 damage from each of your Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de chacun de vos Pokémon.",
|
||||
es: "Una vez durante tu turno, puedes curar 20 puntos de daño a cada uno de tus Pokémon.",
|
||||
it: "Una sola volta durante il tuo turno, puoi curare ciascuno dei tuoi Pokémon da 20 danni.",
|
||||
de: "Einmal während deines Zuges kannst du 20 Schadenspunkte bei jedem deiner Pokémon heilen.",
|
||||
'pt-br': "Uma vez durante o seu turno, você poderá curar 20 pontos de dano de cada um dos seus Pokémon.",
|
||||
ko: "자신의 차례에 1번 사용할 수 있다. 자신의 포켓몬 전원의 HP를 20회복."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gust"
|
||||
en: "Gust",
|
||||
fr: "Tornade",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
de: "Windstoß",
|
||||
'pt-br': "Lufada de Vento",
|
||||
ko: "바람일으키기"
|
||||
},
|
||||
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
@ -42,7 +66,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "In battle, it flaps its wings at great speed to release highly toxic dust into the air."
|
||||
en: "In battle, it flaps its wings at great speed to release highly toxic dust into the air.",
|
||||
fr: "En combat, il bat des ailes très rapidement pour\nprojeter de la poudre toxique sur ses ennemis.",
|
||||
es: "Aletea a gran velocidad para lanzar al aire\nsus escamas extremadamente tóxicas.",
|
||||
it: "Sbatte le ali a gran velocità per liberare\nle sue polveri tossiche nell'aria.",
|
||||
de: "Wenn es sehr schnell mit den Flügeln schlägt,\nsetzt es hochgiftigen Flügelstaub frei.",
|
||||
'pt-br': "Durante as batalhas, bate as asas muito rápido\npara liberar uma poeira altamente tóxica no ar.",
|
||||
ko: "매우 빠르게 날갯짓하면\n맹독성의 인분이\n바람을 타고 날아간다."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user