1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-03 13:01:57 +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: "Team Plasma Badge",
fr: "Badge de la Team Plasma",
es: "Medalla del Equipo Plasma",
it: "Medaglia Team Plasma",
pt: "Insígnia da Equipe Plasma",
de: "Team-Plasma-Orden"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Le Pokémon auquel cette carte est attachée est un Pokémon de la Team Plasma.",
en: "The Pokémon this card is attached to is a Team Plasma Pokémon.",
es: "El Pokémon al que esté unida esta carta es un Pokémon del Equipo Plasma.",
it: "Il Pokémon a cui è assegnata questa carta è un Pokémon del Team Plasma.",
pt: "O Pokémon ao qual este card está ligado é um Pokémon da Equipe Plasma.",
de: "Das Pokémon, an das diese Karte angelegt ist, ist ein Team Plasma-Pokémon."
},
trainerType: "Tool",