mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +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: "Rare Candy",
|
||||
fr: "Super Bonbon",
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/180/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/180/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/180/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/180/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
@ -37,7 +40,10 @@ const card: Card = {
|
||||
Tag.ITEM,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 63,
|
||||
name: "Yoshinobu Saito"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -45,6 +51,7 @@ const card: Card = {
|
||||
name: {},
|
||||
text: {
|
||||
en: "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it, skipping the Stage 1. You can’t use this card during your first turn or on a Basic Pokémon that was put into play this turn.",
|
||||
fr: "Choisissez l’un de vos Pokémon de base en jeu. Si vous avez dans votre main une Évolution de Niveau 2 de ce Pokémon-là, placez celle-ci sur le Pokémon de base pour le faire évoluer, sans passer par le Niveau 1. Vous ne pouvez utiliser cette carte ni pendant votre premier tour ni sur un Pokémon de base qui a été mis en jeu pendant ce tour.",
|
||||
},
|
||||
}],
|
||||
|
||||
@ -59,7 +66,7 @@ const card: Card = {
|
||||
category: Category.TRAINER,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user