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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Froslass",
|
||||
fr: "Momartik",
|
||||
es: "Froslass",
|
||||
it: "Froslass",
|
||||
pt: "Froslass",
|
||||
de: "Frosdedje"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cursed Glare",
|
||||
fr: "Regard Maléfique",
|
||||
es: "Mirada Maldita",
|
||||
it: "Bagliore Maledetto",
|
||||
pt: "Olhar Amaldiçoado",
|
||||
de: "Verfluchender Blick"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can't attach any Special Energy cards from his or her hand to his or her Pokémon.",
|
||||
en: "As long as this Pokémon is your Active Pokémon, your opponent can’t attach any Special Energy cards from his or her hand to his or her Pokémon.",
|
||||
fr: "Tant que ce Pokémon est votre Pokémon Actif, votre adversaire ne peut pas attacher de carte Énergie spéciale de sa main à ses Pokémon.",
|
||||
es: "Mientras este Pokémon sea tu Pokémon Activo, tu rival no puede unir ninguna carta de Energía Especial de su mano a su Pokémon.",
|
||||
it: "Fintanto che questo Pokémon è il tuo Pokémon attivo, il tuo avversario non può assegnare carte Energia speciale dalla sua mano ai suoi Pokémon.",
|
||||
pt: "Enquanto este Pokémon for seu Pokémon Ativo, seu oponente não poderá ligar nenhum card de Energia Especial da mão dele ao Pokémon dele.",
|
||||
de: "Solang dieses Pokémon dein Aktives Pokémon ist, kann dein Gegner keine Spezial-Energiekarten von seiner Hand an seine Pokémon anlegen."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user