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: "Electrode",
|
||||
fr: "Électrode",
|
||||
es: "Electrode",
|
||||
it: "Electrode",
|
||||
pt: "Electrode",
|
||||
de: "Lektrobal"
|
||||
},
|
||||
illustrator: "HiRON",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magnetic Draw",
|
||||
fr: "Pioche Magnétique",
|
||||
es: "Magnetorobo",
|
||||
it: "Magnetopesca",
|
||||
pt: "Comprada Magnética",
|
||||
de: "Magnet-Zieher"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may draw cards until you have 4 cards in your hand.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez piocher des cartes jusqu'à ce que vous ayez 4 cartes en main.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes robar cartas hasta que tengas 4 cartas en tu mano.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi pescare delle carte fino ad averne quattro in mano.",
|
||||
pt: "Uma vez durante sua vez de jogar (antes de atacar), você poderá comprar cards até ter 4 cards na mão.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du so viele Karten ziehen, bis du 4 Karten auf der Hand hast."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user