1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01: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

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Porygon-Z",
fr: "Porygon-Z",
es: "Porygon-Z",
it: "Porygon-Z",
pt: "Porygon-Z",
de: "Porygon-Z"
},
illustrator: "5ban Graphics",
rarity: "Rare",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Plasma Transfer",
fr: "Transfert Plasma",
es: "Traspaso Plasma Transferencia Plasma",
it: "Plasmatransfer",
pt: "Transferência de Plasma",
de: "Plasma-Transfer"
},
effect: {
en: "As often as you like during your turn (before your attack), you may move a Plasma Energy attached to 1 of your Pokémon to another of your Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez déplacer une Énergie Plasma attachée à 1 de vos Pokémon vers un autre de vos Pokémon.",
es: "Todas las veces que quieras durante tu turno (antes de tu ataque), puedes mover una Energía Plasma unida a 1 de tus Pokémon a otro de tus Pokémon.",
it: "Durante il tuo turno, prima di attaccare, puoi spostare a piacimento le Energie Plasma assegnate ai tuoi Pokémon.",
pt: "Quantas vezes quanto desejar durante sua vez de jogar (antes de atacar), você pode mover uma Energia de Plasma ligada a 1 dos seus Pokémon para outro Pokémon.",
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 Plasma-Energie von 1 deiner Pokémon auf 1 anderes deiner Pokémon verschieben."
},
},
],