mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Potion"
|
||||
en: "Potion",
|
||||
fr: "Potion",
|
||||
es: "Poción",
|
||||
it: "Pozione",
|
||||
de: "Trank",
|
||||
'pt-br': "Poção",
|
||||
ko: "상처약"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 20 damage from 1 of your Pokémon."
|
||||
en: "Heal 20 damage from 1 of your Pokémon.",
|
||||
fr: "Soignez 20 dégâts d'un de vos Pokémon.",
|
||||
es: "Cura 20 puntos de daño a 1 de tus Pokémon.",
|
||||
it: "Cura uno dei tuoi Pokémon da 20 danni.",
|
||||
de: "Heile 20 Schadenspunkte bei 1 deiner Pokémon.",
|
||||
'pt-br': "Cure 20 pontos de dano de 1 dos seus Pokémon.",
|
||||
ko: "자신의 포켓몬 1마리의 HP를 20회복."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
|
Reference in New Issue
Block a user