1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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 '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Snorlax",
fr: "Ronflex"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Rest Up",
fr: "Repos"
},
effect: {
en: "If Snorlax remains Asleep between turns, remove 2 damage counters from Snorlax (remove 1 if there is only 1).",
fr: "Si Ronflex reste Endormi entre deux tours, retirez-lui 2 marqueurs de dégât (ou un s'il n'y en a qu'un)."
},
},
],
@ -38,9 +41,11 @@ const card: Card = {
],
name: {
en: "Collapse",
fr: "Effondrement"
},
effect: {
en: "Snorlax is now asleep.",
fr: "Ronflex est maintenant Endormi."
},
damage: 10,
@ -53,11 +58,13 @@ const card: Card = {
],
name: {
en: "Toss and Turn",
fr: "Retournement"
},
effect: {
en: "If Snorlax is Asleep, this attack does 30 damage plus 30 more damage. (This attack can be used even if Snorlax is Asleep.)",
fr: "Si Ronflex est Endormi, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. (Cette attaque peut être utilisée même si Ronflex est Endormi.)"
},
damage: 30,
damage: "30+",
},
],