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: "Manaphy",
fr: "Manaphy",
es: "Manaphy",
it: "Manaphy",
pt: "Manaphy",
de: "Manaphy"
},
illustrator: "Naoki Saito",
rarity: "Rare",
@ -27,10 +31,18 @@ const card: Card = {
name: {
en: "Final Wish",
fr: "Dernier Souhait",
es: "Último Deseo",
it: "Ultimo Desiderio",
pt: "Desejo Final",
de: "Letzter Wunsch"
},
effect: {
en: "When this Pokémon is Knocked Out by damage from an opponent's attack, search your deck for a card and put it into your hand. Shuffle your deck afterward.",
fr: "Lorsque ce Pokémon est mis K.O. par les dégâts d'une attaque de votre adversaire, cherchez une carte dans votre deck puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
en: "When this Pokémon is Knocked Out by damage from an opponents attack, search your deck for a card and put it into your hand. Shuffle your deck afterward.",
fr: "Lorsque ce Pokémon est mis K.O. par les dégâts dune attaque de votre adversaire, cherchez une carte dans votre deck puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
es: "Cuando este Pokémon quede Fuera de Combate por el daño de un ataque de tu rival, busca en tu baraja una carta y ponla en tu mano. Baraja las cartas de tu baraja después.",
it: "Quando questo Pokémon viene messo K.O. dai danni inflitti da un attacco del tuo avversario, cerca nel tuo mazzo una carta qualsiasi e aggiungila a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Quando esse Pokémon é Nocauteado por danos causados pelo ataque de um oponente, procure um card em seu baralho e coloque-o em sua mão. Em seguida, embaralhe seus cards.",
de: "Wenn dieses Pokémon durch Schaden eines gegnerischen Angriffs kampfunfähig wird, durchsuche dein Deck nach 1 Karte und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
},
],