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,9 +5,13 @@ const card: Card = {
name: {
en: "Sigilyph",
fr: "Cryptéro",
es: "Sigilyph",
it: "Sigilyph",
pt: "Sigilyph",
de: "Symvolara"
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
rarity: "Secret Rare",
category: "Pokemon",
set: Set,
@ -27,10 +31,18 @@ const card: Card = {
name: {
en: "Safeguard",
fr: "Rune Protect",
es: "Velo Sagrado",
it: "Salvaguardia",
pt: "Salvaguarda",
de: "Bodyguard"
},
effect: {
en: "Prevent all effects of attacks, including damage, done to this Pokémon by Pokémon-EX.",
fr: "Évitez tous les effets d'attaques (y compris les dégâts) infligés à ce Pokémon par des Pokémon-EX.",
fr: "Évitez tous les effets dattaques (y compris les dégâts) infligés à ce Pokémon par des Pokémon-EX.",
es: "Evita todos los efectos de los ataques, incluido el daño, infligidos a este Pokémon por Pokémon-EX.",
it: "Previeni tutti gli effetti degli attacchi, inclusi i danni, inflitti a questo Pokémon da Pokémon-EX.",
pt: "Impede todos os efeitos de ataques, inclusive danos, causados a este Pokémon por Pokémon-EX.",
de: "Verhindere alle Effekte von Angriffen, einschließlich Schaden, die diesem Pokémon durch Pokémon-EX zugefügt werden."
},
},
],