mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11:29:18 +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: "Celebi V",
|
||||
fr: "Celebi V",
|
||||
},
|
||||
|
||||
hp: 180,
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/1/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/1/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/1/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/1/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
@ -39,13 +42,17 @@ const card: Card = {
|
||||
Tag.V,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 0,
|
||||
name: "PLANETA Igarashi"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "V rule",
|
||||
fr: "Règle V",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -53,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Find a Friend",
|
||||
fr: "Trouver un Ami",
|
||||
},
|
||||
text: {
|
||||
en: "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu’à 2 Pokémon, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -64,9 +73,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Line Force",
|
||||
fr: "Force Linéaire",
|
||||
},
|
||||
text: {
|
||||
en: "This attack does 20 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
},
|
||||
damage: "50+"
|
||||
}],
|
||||
@ -85,7 +96,7 @@ const card: Card = {
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user