1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12: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: "Salamence",
fr: "Drattak",
es: "Salamence",
it: "Salamence",
pt: "Salamence",
de: "Brutalanda"
},
illustrator: "Naoki Saito",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Breakwing",
fr: "Aile Impitoyable",
es: "Rompealas",
it: "Tarpali",
pt: "Quebra-asa",
de: "Trümmerschwinge"
},
effect: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may discard all Pokémon Tool cards attached to each of your opponent's Pokémon.",
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may discard all Pokémon Tool cards attached to each of your opponents Pokémon.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez défausser toutes les cartes Outil Pokémon attachées à chacun des Pokémon de votre adversaire.",
es: "Cuando juegues a este Pokémon de tu mano para hacer evolucionar a 1 de tus Pokémon, puedes descartar todas las cartas de Herramienta Pokémon unidas a cada uno de los Pokémon de tu rival.",
it: "Quando giochi questo Pokémon dalla tua mano per far evolvere uno dei tuoi Pokémon, puoi scartare tutte le carte Oggetto Pokémon assegnate ai Pokémon del tuo avversario.",
pt: "Ao jogar este Pokémon da sua mão para evoluir 1 dos seus Pokémon, você pode descartar todos os cards de Ferramenta Pokémon ligadas a cada um dos Pokémon de seu oponente.",
de: "Wenn du dieses Pokémon von deiner Hand spielst, um 1 deiner Pokémon zu entwickeln, kannst du alle Pokémon-Ausrüstungen, die an die Pokémon deines Gegners angelegt sind, auf dessen Ablagestapel legen."
},
},
],