1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 00:11:58 +00:00

fix: add EX French translations (#169)

* fix: Add for some sets

Signed-off-by: Avior <github@avior.me>

* Added Sets titles

Signed-off-by: Avior <github@avior.me>

* fix: Finished last EX sets

Signed-off-by: Avior <github@avior.me>

* Change Discord Link text
This commit is contained in:
2021-11-15 16:24:10 +01:00
committed by GitHub
parent 68054fe4c9
commit b6fbcc1b77
1603 changed files with 7858 additions and 2916 deletions

View File

@@ -4,6 +4,7 @@ import Set from '../Crystal Guardians'
const card: Card = {
name: {
en: "Venusaur",
fr: "Florizarre"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Chlorophyll",
fr: "Chlorophyle"
},
effect: {
en: "All Energy cards that provide only Colorless Energy attached to your Grass Pokémon provide Grass Energy instead.",
fr: "Toutes les cartes Énergie fournissant uniquement de l'Énergie attachées à vos Pokémon fournissent de l'Énergie ."
},
},
],
@@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Green Blast",
fr: "Explosion verte"
},
effect: {
en: "Does 20 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon.",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à tous vos Pokémon."
},
damage: 20,
damage: "20+",
},
{
@@ -56,9 +61,11 @@ const card: Card = {
],
name: {
en: "Toxic Sleep",
fr: "Dodo toxik"
},
effect: {
en: "The Defending Pokémon is now Asleep and Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.",
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné. Placez 2 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours."
},
},