1
0
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:
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: "Cresselia ex"
en: "Cresselia ex",
fr: "Cresselia-ex",
es: "Cresselia ex",
it: "Cresselia-ex",
de: "Cresselia-ex",
'pt-br': "Cresselia ex",
ko: "크레세리아 ex"
},
illustrator: "PLANETA Mochizuki",
@ -20,17 +26,35 @@ const card: Card = {
type: "Ability",
name: {
en: "Lunar Plumage"
en: "Lunar Plumage",
fr: "Plumage Lunaire",
es: "Plumaje Lunar",
it: "Piumaggio Lunare",
de: "Lunargefieder",
'pt-br': "Plumagem Lunar",
ko: "초승달의 날개옷"
},
effect: {
en: "Whenever you attach a Psychic Energy from your Energy Zone to this Pokémon, heal 20 damage from this Pokémon."
en: "Whenever you attach a {P} Energy from your Energy Zone to this Pokémon, heal 20 damage from this Pokémon.",
fr: "Chaque fois que vous attachez une Énergie {P} de votre zone Énergie à ce Pokémon, soignez 20 dégâts de ce Pokémon.",
es: "Cada vez que unas una Energía {P} de tu área de Energía a este Pokémon, cúrale 20 puntos de daño.",
it: "Ogni volta che assegni un'Energia {P} a questo Pokémon dalla tua Zona Energia, curalo da 20 danni.",
de: "Heile jedes Mal, wenn du 1 {P}-Energie aus dem Energiebereich an dieses Pokémon anlegst, 20 Schadenspunkte bei diesem Pokémon.",
'pt-br': "Sempre que você ligar uma Energia {P} da sua Zona de Energia a este Pokémon, cure 20 pontos de dano deste Pokémon.",
ko: "자신의 에너지존에서 이 포켓몬에게 {P}에너지를 붙일 때마다 이 포켓몬의 HP를 20회복."
}
}],
attacks: [{
name: {
en: "Psychic Flash"
en: "Psychic Flash",
fr: "Flash Psy",
es: "Destello Psíquico",
it: "Psicoflash",
de: "Psycho-Blitz",
'pt-br': "Clarão Psíquico",
ko: "사이코플래시"
},
damage: 80,