mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Added French translation
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -14,6 +14,7 @@ const card: Card = {
|
||||
// Card informations
|
||||
name: {
|
||||
en: "Wobbuffet V",
|
||||
fr: "Qulbutoké V",
|
||||
},
|
||||
|
||||
hp: 220,
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/86/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/86/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/86/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/86/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
@ -39,13 +42,17 @@ const card: Card = {
|
||||
Tag.V,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 18,
|
||||
name: "Ayaka Yoshida"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "V rule",
|
||||
fr: "Règle V",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -54,9 +61,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gritty Comeback",
|
||||
fr: "Retour Abrasif",
|
||||
},
|
||||
text: {
|
||||
en: "Switch all damage counters on this Pokémon with those on your opponent’s Active Pokémon.",
|
||||
fr: "Échangez tous les marqueurs de dégâts de ce Pokémon contre ceux du Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -65,9 +74,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shadow Bind",
|
||||
fr: "Étreinte d’Ombre",
|
||||
},
|
||||
text: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
},
|
||||
damage: 70
|
||||
}],
|
||||
@ -89,7 +100,7 @@ const card: Card = {
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user