1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 04:49: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:
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: "Cherrim",
fr: "Ceriflor",
es: "Cherrim",
it: "Cherrim",
pt: "Cherrim",
de: "Kinoso"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Fair-Weather Heal",
fr: "Soin des Beaux Jours",
es: "Cura del Buen Tiempo",
it: "Curabeltempo",
pt: "Cura Bom Tempo",
de: "Gut-Wetter-Heilung"
},
effect: {
en: "Once during your turn (before your attack), you may heal 20 damage from 1 of your Pokémon that has any { Grass } Energy attached to it.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez soigner 20 dégâts à 1 de vos Pokémon auquel de l'Énergie Grass est attachée.",
en: "Once during your turn (before your attack), you may heal 20 damage from 1 of your Pokémon that has any Grass Energy attached to it.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez soigner 20 dégâts à 1 de vos Pokémon auquel de lÉnergie Grass est attachée.",
es: "Una vez durante tu turno (antes de tu ataque), puedes curar 20 puntos de daño a 1 de tus Pokémon que tenga alguna Energía Grass unida a él.",
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi curare da 20 danni uno dei tuoi Pokémon che ha Energie Grass assegnate.",
pt: "Uma vez na sua vez de jogar (antes de atacar), você poderá curar 20 de danos de 1 dos seus Pokémon com qualquer Energia Grass ligada a ele.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 20 Schadenspunkte bei 1 deiner Pokémon heilen, an das Grass-Energie angelegt ist."
},
},
],