mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09: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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Snorlax",
|
||||
fr: "Ronflex",
|
||||
es: "Snorlax",
|
||||
it: "Snorlax",
|
||||
pt: "Snorlax",
|
||||
de: "Relaxo"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Block",
|
||||
fr: "Barrage",
|
||||
es: "Bloqueo",
|
||||
it: "Blocco",
|
||||
pt: "Bloquear",
|
||||
de: "Rückentzug"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent's Active Pokémon can't retreat.",
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent’s Active Pokémon can’t retreat.",
|
||||
fr: "Tant que ce Pokémon est votre Pokémon Actif, le Pokémon Actif de votre adversaire ne peut pas battre en retraite.",
|
||||
es: "Mientras este Pokémon sea tu Pokémon Activo, el Pokémon Activo de tu rival no puede retirarse.",
|
||||
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il Pokémon attivo del tuo avversario non può ritirarsi.",
|
||||
pt: "Desde que este Pokémon seja seu Pokémon Ativo, o Pokémon Ativo do seu oponente não poderá recuar.",
|
||||
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann sich das Aktive Pokémon deines Gegners nicht zurückziehen."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user