mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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: "Helioptile"
|
||||
en: "Helioptile",
|
||||
fr: "Galvaran",
|
||||
es: "Helioptile",
|
||||
it: "Helioptile",
|
||||
de: "Eguana",
|
||||
'pt-br': "Helioptile",
|
||||
ko: "목도리키텔"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Tail Whap"
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
es: "Coletón",
|
||||
it: "Codabotta",
|
||||
de: "Schweifvertrimmer",
|
||||
'pt-br': "Surra de Cauda",
|
||||
ko: "꼬리로 막치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
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전기 기술을 쓸 수 있게 된다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user