mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
Added BW translation (#65)
* Added basic translation IT will need a second checkup by another source as attacks are not correcly ordered Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Removed bugged file Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cresselia-EX",
|
||||
fr: "Cresselia-EX",
|
||||
es: "Cresselia-EX",
|
||||
it: "Cresselia-EX",
|
||||
pt: "Cresselia-EX",
|
||||
de: "Cresselia-EX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sparkling Particles",
|
||||
fr: "Particules Étincelantes",
|
||||
es: "Partículas Centelleantes",
|
||||
it: "Atomidiluce",
|
||||
pt: "Partículas Cintilantes",
|
||||
de: "Glitzerteilchen"
|
||||
},
|
||||
effect: {
|
||||
en: "At any time between turns, heal 10 damage from this Pokémon.",
|
||||
fr: "N'importe quand entre chaque tour, soignez 10 dégâts à ce Pokémon.",
|
||||
fr: "N’importe quand entre chaque tour, soignez 10 dégâts à ce Pokémon.",
|
||||
es: "En cualquier momento entre turnos, cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Tra un turno e l’altro, in qualsiasi momento, cura questo Pokémon da 10 danni.",
|
||||
pt: "A qualquer momento entre as vezes de jogar, cure 10 de danos deste Pokémon.",
|
||||
de: "Heile zu einem beliebigen Zeitpunkt zwischen den Zügen 10 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user