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: "Stoutland",
fr: "Mastouffe",
es: "Stoutland",
it: "Stoutland",
pt: "Stoutland",
de: "Bissbark"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Sentinel",
fr: "Sentinelle",
es: "Centinela",
it: "Sentinella",
pt: "Sentinela",
de: "Wächter"
},
effect: {
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Supporter cards from his or her hand.",
en: "As long as this Pokémon is your Active Pokémon, your opponent cant play any Supporter cards from his or her hand.",
fr: "Tant que ce Pokémon est votre Pokémon Actif, votre adversaire ne peut pas jouer de cartes Supporter de sa main.",
es: "Mientras este Pokémon sea tu Pokémon Activo, tu rival no puede jugar ninguna carta de Partidario de su mano.",
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il tuo avversario non può giocare le carte Aiuto che ha in mano.",
pt: "Desde que este Pokémon seja seu Pokémon Ativo, seu oponente não poderá jogar cards de Apoiador da mão dele ou dela.",
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann dein Gegner keine Unterstützerkarten von seiner Hand spielen."
},
},
],