1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02: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: "Iris",
fr: "Iris",
es: "Iris",
it: "Iris",
pt: "Iris",
de: "Lilia"
},
illustrator: "Kagemaru Himeno",
rarity: "Ultra Rare",
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Pendant ce tour, les attaques de vos Pokémon infligent 10 dégâts supplémentaires aux Pokémon Actifs pour chaque carte Récompense que votre adversaire a récupérée (avant application de la Faiblesse et de la Résistance).",
en: "During this turn, your Pokémons attacks do 10 more damage to the Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).",
es: "Durante este turno, los ataques de tus Pokémon hacen 10 puntos de daño más a los Pokémon Activos por cada carta de Premio que haya tomado tu rival (antes de aplicar Debilidad y Resistencia).",
it: "Durante questo turno, gli attacchi dei tuoi Pokémon infliggono 10 danni in più ai Pokémon attivi per ogni carta Premio presa dal tuo avversario, prima di aver applicato debolezza e resistenza.",
pt: "Durante este turno, os ataques dos seus Pokémon causam 10 de danos adicionais ao Pokémon Ativo para cada card de Prêmio que seu oponente tiver obtido (antes da aplicação de Fraqueza e Resistência).",
de: "Während dieses Zuges fügen alle Angriffe deiner Pokémon den Aktiven Pokémon 10 weitere Schadenspunkte für jede Preiskarte zu, die dein Gegner bereits genommen hat (bevor Schwäche und Resistenz verrechnet werden)."
},
trainerType: "Supporter",