1
0
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:
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: "Float Stone",
fr: "Pierrallégée",
es: "Piedra Pómez",
it: "Pietralieve",
pt: "Pedra Flutuante",
de: "Leichtstein"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Le Pokémon auquel cette carte est attachée n'a pas de coût de Retraite.",
en: "The Pokémon this card is attached to has no Retreat Cost.",
es: "El Pokémon al que esté unida esta carta no tiene ningún Coste de Retirada.",
it: "Il Pokémon a cui questa carta è assegnata non ha alcun costo di ritirata.",
pt: "O Pokémon ao qual este card está ligado não tem Custo para Recuar.",
de: "Das Pokémon, an das diese Karte angelegt ist, hat keine Rückzugskosten."
},
trainerType: "Tool",