1
0
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:
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: "Ludicolo",
fr: "Ludicolo",
es: "Ludicolo",
it: "Ludicolo",
pt: "Ludicolo",
de: "Kappalores"
},
illustrator: "match",
rarity: "Rare",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Rain Dish",
fr: "Cuvette",
es: "Cura Lluvia",
it: "Copripioggia",
pt: "Prato de Chuva",
de: "Regengenuss"
},
effect: {
en: "At any time between turns, heal 20 damage from this Pokémon.",
fr: "N'importe quand entre chaque tour, soignez 20 dégâts à ce Pokémon.",
fr: "Nimporte quand entre chaque tour, soignez 20 dégâts à ce Pokémon.",
es: "En cualquier momento entre turnos, cura 20 puntos de daño a este Pokémon.",
it: "Tra un turno e laltro, in qualsiasi momento, cura questo Pokémon da 20 danni.",
pt: "A qualquer momento entre as vezes de jogar, cure 20 de danos deste Pokémon.",
de: "Heile zu einem beliebigen Zeitpunkt zwischen den Zügen 20 Schadenspunkte bei diesem Pokémon."
},
},
],