1
0
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:
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: "Butterfree"
en: "Butterfree",
fr: "Papilusion",
es: "Butterfree",
it: "Butterfree",
de: "Smettbo",
'pt-br': "Butterfree",
ko: "버터플"
},
illustrator: "Shin Nagasawa",
@ -21,11 +27,23 @@ 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회복."
}
}],
@ -33,7 +51,13 @@ const card: Card = {
cost: ["Grass", "Colorless", "Colorless"],
name: {
en: "Gust"
en: "Gust",
fr: "Tornade",
es: "Tornado",
it: "Raffica",
de: "Windstoß",
'pt-br': "Lufada de Vento",
ko: "바람일으키기"
},
damage: "60"
@ -49,6 +73,12 @@ const card: Card = {
description: {
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바람을 타고 날아간다."
}
}