mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Rotom",
|
||||
fr: "Motisma"
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Type Shift",
|
||||
fr: "Transfert de type"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may use this power. Rotom’s type is Psychic until the end of your turn.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir. Le type de Motisma est jusqu'à la fin de votre tour."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poltergeist",
|
||||
fr: "Poltergeist"
|
||||
},
|
||||
effect: {
|
||||
en: "Look at your opponent’s hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent’s hand.",
|
||||
fr: "Regardez la main de votre adversaire. Cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque carte Dresseur, Supporter et Stade dans la main de votre adversaire."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
@ -69,7 +74,8 @@ const card: Card = {
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "Its electric-like body can enter some kinds of machines and take control in order to make mischief."
|
||||
en: "Its electric-like body can enter some kinds of machines and take control in order to make mischief.",
|
||||
fr: "Son corps parcouru d'électricité lui permet de prendre le contrôle de certains appareils ménagers."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user