1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +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,9 +5,13 @@ const card: Card = {
name: {
en: "Empoleon",
fr: "Pingoléon",
es: "Empoleon",
it: "Empoleon",
pt: "Empoleon",
de: "Impoleon"
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
rarity: "Secret Rare",
category: "Pokemon",
set: Set,
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Diving Draw",
fr: "Plonge et Pioche",
es: "Robo Buceo",
it: "Pescafonda",
pt: "Saque Mergulho",
de: "Unterwasserzieher"
},
effect: {
en: "Once during your turn (before your attack), you may discard a card from your hand. If you do, draw 2 cards.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser une carte de votre main. Dans ce cas, piochez 2 cartes.",
es: "Una vez durante tu turno (antes de tu ataque), puedes descartar una carta de tu mano. Si lo haces, roba 2 cartas.",
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi scartare una delle carte che hai in mano. Se lo fai, pesca due carte.",
pt: "Uma vez na sua vez de jogar (antes de atacar), você pode descartar um card da sua mão. Se fizer isso, compre 2 cards.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 1 Karte von deiner Hand auf deinen Ablagestapel legen. Wenn du das machst, ziehe 2 Karten."
},
},
],