mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: Add most POP series French translations (#170)
* fix: Added most of the translations Some translations aren't available or are user made without a card image depicted Signed-off-by: Avior <github@avior.me> * fix: Add sets French translations Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../POP Series 9'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pichu",
|
||||
fr: "Pichu"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Baby Evolution",
|
||||
fr: "Évolution Bébé"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put Pikachu from your hand onto Pichu (this counts as evolving Pichu) and remove all damage counters from Pichu.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Pikachu de votre main sur Pichu (vous le faites ainsi évoluer) et retirer à Pichu tous ses marqueurs de dégât."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Find a Friend",
|
||||
fr: "Trouver un ami"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez un Pokémon dans votre deck. Montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -63,7 +68,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "It plays with others by touching tails and setting off sparks. This appears to be a test of courage."
|
||||
en: "It plays with others by touching tails and setting off sparks. This appears to be a test of courage.",
|
||||
fr: "Il prouve son courage en touchant la queue électrifiée de ses pairs."
|
||||
},
|
||||
|
||||
retreat: 1,
|
||||
|
Reference in New Issue
Block a user