1
0
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:
2021-09-02 12:01:58 +02:00
committed by GitHub
parent b46b2c4fb9
commit e21ea0646e
1290 changed files with 8757 additions and 1960 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Lampent",
fr: "Mélancolux",
es: "Lampent",
it: "Lampent",
pt: "Lampent",
de: "Laternecto"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Freefloating",
fr: "Apesanteur",
es: "Ingravidez",
it: "Fluttuare",
pt: "Flutuação Livre",
de: "Freifahrtschein"
},
effect: {
en: "If this Pokémon has no Energy attached to it, this Pokémon has no Retreat Cost.",
fr: "Si aucune Énergie n'est attachée à ce Pokémon, ce Pokémon n'a pas de coût de Retraite.",
fr: "Si aucune Énergie nest attachée à ce Pokémon, ce Pokémon na pas de coût de Retraite.",
es: "Si este Pokémon no tiene ninguna Energía unida a él, este Pokémon no tiene Coste de Retirada.",
it: "Se questo Pokémon non ha delle Energie assegnate, non ha costo di ritirata.",
pt: "Se este Pokémon não possuir Energia ligada a ele, ele não terá Custo para Recuar.",
de: "Wenn an dieses Pokémon keine Energie angelegt ist, hat dieses Pokémon keine Rückzugskosten."
},
},
],