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:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Recycle",
|
||||
fr: "Recyclage",
|
||||
es: "Reciclaje",
|
||||
it: "Riciclo",
|
||||
pt: "Reciclagem",
|
||||
de: "Aufbereitung"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@@ -23,7 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, placez une carte de votre pile de défausse sur le dessus de votre deck.",
|
||||
fr: "Lancez une pièce. Si c’est face, placez une carte de votre pile de défausse sur le dessus de votre deck.",
|
||||
en: "Flip a coin. If heads, put a card from your discard pile on top of your deck.",
|
||||
es: "Puedes jugar tantas cartas de Objeto como quieras durante tu turno (antes de tu ataque).",
|
||||
it: "Puoi giocare tutte le carte Strumento che vuoi durante il tuo turno, prima di attaccare.",
|
||||
pt: "Jogue uma moeda. Se sair cara, coloque um card da sua pilha de descarte em cima do seu baralho.",
|
||||
de: "Wirf 1 Münze. Lege bei „Kopf“ 1 Karte von deinem Ablagestapel auf dein Deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user