1
0
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:
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: "Masquerain",
fr: "Maskadra",
es: "Masquerain",
it: "Masquerain",
pt: "Masquerain",
de: "Maskeregen"
},
illustrator: "5ban Graphics",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Tool Reversal",
fr: "Aspire-Outil",
es: "Invertir Herramientas",
it: "Invertioggetto",
pt: "Inversão de Ferramenta",
de: "Ausrüstungsumkehr"
},
effect: {
en: "As often as you like during your turn (before your attack), you may put a Pokémon Tool card attached to 1 of your Pokémon into your hand.",
fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez placer une carte Outil Pokémon attachée à 1 de vos Pokémon dans votre main.",
es: "Todas las veces que quieras durante tu turno (antes de tu ataque), puedes poner una carta de Herramienta Pokémon unida a 1 de tus Pokémon en tu mano.",
it: "Durante il tuo turno, prima di attaccare, puoi aggiungere a piacimento alle carte che hai in mano una carta Oggetto Pokémon assegnata a uno dei tuoi Pokémon.",
pt: "Quantas vezes desejar durante o seu turno (antes de atacar), você pode colocar um card de Ferramenta Pokémon ligada a 1 dos seus Pokémon em sua mão.",
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 Pokémon-Ausrüstung, die an 1 deiner Pokémon angelegt ist, auf deine Hand nehmen."
},
},
],