mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59: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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scoop Up Cyclone",
|
||||
fr: "Rappel Cyclone",
|
||||
es: "Ciclón de Levante",
|
||||
it: "Mega Recupero",
|
||||
pt: "Recolhida Ciclone",
|
||||
de: "Aufwisch-Zyklon"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Placez 1 de vos Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
|
||||
en: "Put 1 of your Pokémon and all cards attached to it into your hand.",
|
||||
es: "Pon 1 de tus Pokémon y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon e tutte le carte a esso assegnate.",
|
||||
pt: "Coloque 1 dos seus Pokémon e todas as cards ligadas a ele em sua mão.",
|
||||
de: "Nimm 1 deiner Pokémon und alle an es angelegten Karten zurück auf deine Hand."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user