mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49: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: "Plasma Frigate",
|
||||
fr: "Frégate Plasma",
|
||||
es: "Fragata Plasma",
|
||||
it: "Fregata Plasma",
|
||||
pt: "Fragata de Plasma",
|
||||
de: "Plasma-Fregatte"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
@ -23,7 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Chacun des Pokémon auquel de l'Énergie Plasma est attachée (les vôtres et ceux de votre adversaire) n'a pas de Faiblesse.",
|
||||
fr: "Chacun des Pokémon auquel de l’Énergie Plasma est attachée (les vôtres et ceux de votre adversaire) n’a pas de Faiblesse.",
|
||||
en: "Each Pokémon that has any Plasma Energy attached to it (both yours and your opponent’s) has no Weakness.",
|
||||
es: "Los Pokémon que tengan alguna Energía Plasma unida a ellos (tanto tuyos como de tu rival) no tendrán ninguna Debilidad.",
|
||||
it: "I Pokémon che hanno delle Energie Plasma assegnate, sia tuoi che del tuo avversario, non hanno debolezza.",
|
||||
pt: "Qualquer Pokémon que possuir alguma Energia de Plasma ligada a ele (seu e do seu oponente) não terá Fraquezas.",
|
||||
de: "Jedes Pokémon (deine und die deines Gegners), an dem Plasma-Energie angelegt ist, hat keine Schwäche."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user