mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16: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:
@ -4,6 +4,7 @@ import Set from '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Cacturne",
|
||||
fr: "Cacturne de Team Aqua"
|
||||
},
|
||||
illustrator: "K. Utsunomiya",
|
||||
rarity: "Rare",
|
||||
@ -29,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Bind",
|
||||
fr: "Sombre étreinte"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Darkness Energy card attached to Team Aqua's Cacturne. If you do, the Defending Pokémon is now Paralyzed.\"",
|
||||
fr: "Vous pouvez défausser une carte Énergie attachée à Cacturne de Team Aqua. Dans ce cas, le Pokémon Défenseur est maintenant Paralysé."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Barb",
|
||||
fr: "Barbelés empoisonnés"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user