mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39: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: "Galarian Rapidash",
|
||||
fr: "Galopa de Galar",
|
||||
},
|
||||
|
||||
hp: 100,
|
||||
@ -27,30 +28,38 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/82/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/82/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/82/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/82/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Ponyta",
|
||||
fr: "Ponyta de Galar",
|
||||
},
|
||||
|
||||
tags: [
|
||||
Tag.STAGE1,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 48,
|
||||
name: "You Iribi"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
id: -1,
|
||||
type: AbilityType.TALENT,
|
||||
name: {
|
||||
en: "Pastel Veil",
|
||||
fr: "Voile Pastel",
|
||||
},
|
||||
text: {
|
||||
en: "Your Pokémon recover from all Special Conditions and can't be affected by any Special Conditions.",
|
||||
fr: "Vos Pokémon guérissent de tous les États Spéciaux et ne peuvent être affectés par aucun État Spécial.",
|
||||
}
|
||||
}],
|
||||
|
||||
@ -61,9 +70,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psychic",
|
||||
fr: "Psyko",
|
||||
},
|
||||
text: {
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: "30+"
|
||||
}],
|
||||
@ -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