mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 12: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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gothitelle",
|
||||
fr: "Sidérella",
|
||||
es: "Gothitelle",
|
||||
it: "Gothitelle",
|
||||
pt: "Gothitelle",
|
||||
de: "Morbitesse"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magic Room",
|
||||
fr: "Zone Magique",
|
||||
es: "Zona Mágica",
|
||||
it: "Magicozona",
|
||||
pt: "Sala Mágica",
|
||||
de: "Magieraum"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Item cards from his or her hand.",
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can’t play any Item 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 Objet de sa main.",
|
||||
es: "Mientras este Pokémon sea tu Pokémon Activo, tu rival no puede jugar ninguna carta de Objeto de su mano.",
|
||||
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il tuo avversario non può giocare carte Strumento dalla sua mano.",
|
||||
pt: "Desde que este Pokémon seja seu Pokémon Ativo, seu oponente não poderá jogar cards de Item da mão dele ou dela.",
|
||||
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann dein Gegner keine Itemkarten von seiner Hand spielen."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user