mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +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:
@ -4,6 +4,7 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sableye",
|
||||
fr: "Tenefix"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Night Vision",
|
||||
fr: "Vision de nuit"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Sableye is your Active Pokémon, you may look at your opponent's hand. This power can't be used if Sableye is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si Tenefix est votre Pokémon Actif, vous pouvez regarder la main de votre adversaire. Ce pouvoir ne peut pas être utilisé si Tenefix est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -49,9 +53,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Limitation",
|
||||
fr: "Restriction"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Supporter cards from his or her hand during your opponent's next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de cartes Supporter de sa main lors de son prochain tour."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user