mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 17:41:57 +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: "Pokédex",
|
||||
fr: "Pokédex",
|
||||
es: "Pokédex",
|
||||
it: "Pokédex",
|
||||
pt: "Pokédex",
|
||||
de: "Pokédex"
|
||||
},
|
||||
illustrator: "Noriko Hotta",
|
||||
rarity: "Uncommon",
|
||||
@@ -24,8 +28,13 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 5 cartes du dessus de votre deck et replacez-les sur le dessus de votre deck dans l’ordre de votre choix.",
|
||||
en: "Look at the top 5 cards of your deck and put them back on top of your deck in any order.",
|
||||
es: "Mira las 5 primeras cartas de tu baraja y vuelve a colocarlas en la parte superior de tu baraja en el orden que quieras.",
|
||||
it: "Guarda le prime cinque carte del tuo mazzo e rimettile in cima al mazzo nell’ordine che preferisci.",
|
||||
pt: "Olhe os 5 cards de cima do seu baralho e coloque-os de volta em cima do seu baralho em qualquer ordem.",
|
||||
de: "Schau dir die obersten 5 Karten deines Decks an und lege sie in beliebiger Reihenfolge zurück auf dein Deck."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
trainerType: "Item",
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user