mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 04:49: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: "Umbreon",
|
||||
fr: "Noctali",
|
||||
es: "Umbreon",
|
||||
it: "Umbreon",
|
||||
pt: "Umbreon",
|
||||
de: "Nachtara"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dark Shade",
|
||||
fr: "Ombre Ténébreuse",
|
||||
es: "Sombra Oscura",
|
||||
it: "Tonoscuro",
|
||||
pt: "Máscara da Escuridão",
|
||||
de: "Finsterer Schatten"
|
||||
},
|
||||
effect: {
|
||||
en: "Each of your Team Plasma Pokémon in play gets +20 HP.",
|
||||
fr: "Ajoute 20 PV à chacun de vos Pokémon de la Team Plasma en jeu.",
|
||||
fr: "Ajoute 20 PV à chacun de vos Pokémon de la Team Plasma en jeu.",
|
||||
es: "Cada uno de tus Pokémon del Equipo Plasma en juego obtiene 20 PV más.",
|
||||
it: "Ciascuno dei tuoi Pokémon Team Plasma in gioco ottiene 20 PV in più.",
|
||||
pt: "Cada um dos seus Pokémon da Equipe Plasma em jogo recebe +20 PS.",
|
||||
de: "Jedes deiner Team-Plasma-Pokémon im Spiel erhält +20 KP."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user