1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-14 01:31:59 +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 '../Black & White'
const card: Card = {
name: {
en: "Energy Switch",
fr: "Échange d'Énergie",
fr: "Échange dÉnergie",
es: "Interruptor de Energía",
it: "Scambio di Energia",
pt: "Substituição de Energia",
de: "Energie-Umschalter"
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
@@ -24,8 +28,13 @@ const card: Card = {
effect: {
fr: "Déplacez une Énergie de base de lun de vos Pokémon vers un autre de vos Pokémon.",
en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.",
es: "Mueve una Energía Básica de 1 de tus Pokémon a otro de tus Pokémon.",
it: "Sposta unEnergia base da uno dei tuoi Pokémon a un altro.",
pt: "Mova uma Energia básica de 1 dos seus Pokémon para outro dos seus Pokémon.",
de: "Verschiebe 1 an 1 deiner Pokémon angelegte Basis-Energie auf ein anderes deiner Pokémon."
},
trainerType: "Tool",
trainerType: "Item",
}