1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +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: "Weezing",
fr: "Smogogo",
es: "Weezing",
it: "Weezing",
pt: "Weezing",
de: "Smogmog"
},
illustrator: "5ban Graphics",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Aftermath",
fr: "Boom Final",
es: "Resquicio",
it: "Scoppio",
pt: "Resultado",
de: "Finalschlag"
},
effect: {
en: "When this Pokémon is Knocked Out by damage from an opponent's attack, discard the top 3 cards of your opponent's deck.",
fr: "Lorsque ce Pokémon est mis K.O. par les dégâts d'une attaque de votre adversaire, défaussez les 3 cartes du dessus du deck de votre adversaire.",
en: "When this Pokémon is Knocked Out by damage from an opponents attack, discard the top 3 cards of your opponents deck.",
fr: "Lorsque ce Pokémon est mis K.O. par les dégâts dune attaque de votre adversaire, défaussez les 3 cartes du dessus du deck de votre adversaire.",
es: "Cuando este Pokémon quede Fuera de Combate por el daño de un ataque de tu rival, descarta las 3 primeras cartas de la baraja de tu rival.",
it: "Quando questo Pokémon viene messo K.O. dai danni inflitti da un attacco del tuo avversario, scarta le prime tre carte del mazzo del tuo avversario.",
pt: "Quando esse Pokémon for Nocauteado por danos causados pelo ataque de um oponente, descarte os 3 cards de cima do baralho do seu oponente.",
de: "Wenn dieses Pokémon durch Schaden eines gegnerischen Angriffs kampfunfähig wird, lege die obersten 3 Karten vom Deck deines Gegners auf seinen Ablagestapel."
},
},
],