1
0
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:
2021-09-02 12:01:58 +02:00
committed by GitHub
parent b46b2c4fb9
commit e21ea0646e
1290 changed files with 8757 additions and 1960 deletions

View File

@ -4,7 +4,11 @@ import Set from '../Plasma Blast'
const card: Card = {
name: {
en: "Genesect-EX",
fr: "Genesect ex",
fr: "Genesect EX",
es: "Genesect-EX",
it: "Genesect-EX",
pt: "Genesect-EX",
de: "Genesect-EX"
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
@ -27,10 +31,18 @@ const card: Card = {
name: {
en: "Red Signal",
fr: "Signal Rouge",
es: "Señal Roja",
it: "Allarmerosso",
pt: "Sinal Vermelho",
de: "Signalstufe Rot"
},
effect: {
en: "When you attach a Plasma Energy from your hand to this Pokémon, you may switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
en: "When you attach a Plasma Energy from your hand to this Pokémon, you may switch 1 of your opponents Benched Pokémon with his or her Active Pokémon.",
fr: "Lorsque vous attachez une Énergie Plasma de votre main à ce Pokémon, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
es: "Cuando unas una Energía Plasma de tu mano a este Pokémon, puedes cambiar a 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
it: "Quando assegni unEnergia Plasma dalla tua mano a questo Pokémon, puoi scambiare uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Ao ligar uma Energia de Plasma da sua mão a este Pokémon, você pode trocar 1 dos Pokémon do Banco do oponente pelo Pokémon Ativo dele.",
de: "Wenn du 1 Plasma-Energie von deiner Hand an dieses Pokémon anlegst, kannst du 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon austauschen."
},
},
],