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:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Volkner"
|
||||
en: "Volkner",
|
||||
fr: "Tanguy",
|
||||
es: "Lectro",
|
||||
it: "Corrado",
|
||||
de: "Volkner",
|
||||
'pt-br': "Volkner",
|
||||
ko: "전진"
|
||||
},
|
||||
|
||||
illustrator: "GIDORA",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 of your Electivire or Luxray. Attach 2 <span class=\"energy-text energy-text--type-lightning\"></span> Energy from your discard pile to that Pokémon."
|
||||
en: "Choose 1 of your Electivire or Luxray. Attach 2 {L} Energy from your discard pile to that Pokémon.",
|
||||
fr: "Choisissez l'un de vos Élekable ou Luxray. Attachez 2 Énergies {L} de votre pile de défausse à ce Pokémon.",
|
||||
es: "Elige 1 de tus Electivire o tus Luxray. Une 2 Energías {L} de tu pila de descartes a ese Pokémon.",
|
||||
it: "Scegli uno dei tuoi Electivire o Luxray. Assegna a quel Pokémon 2 Energie {L} dalla tua pila degli scarti.",
|
||||
de: "Wähle 1 deiner Elevoltek oder Luxtra. Lege 2 {L}-Energien aus deinem Ablagestapel an jenes Pokémon an.",
|
||||
'pt-br': "Escolha 1 dos seus Electivire ou Luxray. Ligue 2 Energias {L} da sua pilha de descarte àquele Pokémon.",
|
||||
ko: "자신의 「에레키블」 또는 「렌트라」 1마리 선택한다. 자신의 트래쉬에서 {L}에너지를 2개 그 포켓몬에게 붙인다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user