1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29: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: "Helioptile"
en: "Helioptile",
fr: "Galvaran",
es: "Helioptile",
it: "Helioptile",
de: "Eguana",
'pt-br': "Helioptile",
ko: "목도리키텔"
},
illustrator: "0313",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Lightning"],
description: {
en: "When spread, the frills on its head act like solar panels, generating the power behind this Pokémon's electric moves."
en: "When spread, the frills on its head act like solar panels, generating the power behind this Pokémon's electric moves.",
fr: "Il absorbe les rayons du soleil en dépliant la peau\nde sa tête pour produire l'électricité nécessaire\nà ses puissantes capacités Électrik.",
es: "Extiende los pliegues de la cabeza para absorber\nla luz del sol y convertirla en electricidad, con la\nque realiza potentes ataques de tipo Eléctrico.",
it: "Distende le pieghe sulla testa per raccogliere\nla luce solare e produrre energia elettrica che\nusa per sferrare potenti mosse di tipo Elettro.",
de: "Es breitet die Hautlappen an seinem Kopf aus,\num mithilfe des Sonnenlichts Strom zu erzeugen\nund mächtige Elektro-Attacken einzusetzen.",
'pt-br': "Quando abertas, as extensões na sua cabeça\nservem como painéis solares, gerando a energia\nusada em seus movimentos elétricos.",
ko: "머리에 있는 주름을 펼쳐서\n태양의 빛으로 발전하면 파워풀한\n전기 기술을 쓸 수 있게 된다."
},
stage: "Basic",
attacks: [{
name: {
en: "Smash Kick"
en: "Smash Kick",
fr: "Coud'Pattes",
es: "Patada Destrucción",
it: "Calcio Esplosivo",
de: "Schmetterkick",
'pt-br': "Chute Poderoso",
ko: "걷어차기"
},
damage: 10,