1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 16:31:58 +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: "Jellicent",
fr: "Moyade",
es: "Jellicent",
it: "Jellicent",
pt: "Jellicent",
de: "Apoquallyp"
},
illustrator: "5ban Graphics",
rarity: "Rare",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Spiteful Spirit",
fr: "Esprit Malveillant",
es: "Espíritu Malvado",
it: "Sferza",
pt: "Espírito Maldoso",
de: "Tückischer Geist"
},
effect: {
en: "If this Pokémon is your Active Pokémon and is Knocked Out by damage from an opponent's attack, the Attacking Pokémon is now Confused and Poisoned.",
fr: "Si ce Pokémon est votre Pokémon Actif et est mis K.O. par les dégâts d'une attaque de votre adversaire, le Pokémon Attaquant est maintenant Confus et Empoisonné.",
en: "If this Pokémon is your Active Pokémon and is Knocked Out by damage from an opponents attack, the Attacking Pokémon is now Confused and Poisoned.",
fr: "Si ce Pokémon est votre Pokémon Actif et est mis K.O. par les dégâts dune attaque de votre adversaire, le Pokémon Attaquant est maintenant Confus et Empoisonné.",
es: "Si este Pokémon es tu Pokémon Activo y queda Fuera de Combate por el daño de un ataque de tu rival, el Pokémon Atacante pasa a estar Confundido y Envenenado.",
it: "Se questo Pokémon è il tuo Pokémon attivo e viene messo K.O. dai danni inflitti da un attacco del tuo avversario, il Pokémon attaccante viene confuso e avvelenato.",
pt: "Se este Pokémon for seu Pokémon Ativo e ele for Nocauteado por danos causados pelo ataque de um oponente, o Pokémon Atacante ficará Confuso e Envenenado.",
de: "Wenn dieses Pokémon dein Aktives Pokémon ist und durch Schaden eines gegnerischen Angriffs kampfunfähig wird, ist das Angreifende Pokémon jetzt verwirrt und vergiftet."
},
},
],