mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 2'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Luvdisc",
|
||||
fr: "Lovdisc"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Paralyzing Kiss",
|
||||
fr: "Baiser paralysant"
|
||||
},
|
||||
effect: {
|
||||
en: "If there are 2 Defending Pokémon in play, choose 1 of the Defending Pokémon. That Pokémon is now Paralyzed. (If there is only 1 Defending Pokémon, this attack does nothing.)",
|
||||
fr: "S'il y a 2 Pokémon Défenseurs en jeu, choisissez-en un. Ce Pokémon est maintenant Paralysé. (S'il n'y a qu'1 Pokémon Défenseur, cette attaque est sans effet.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fast Stream",
|
||||
fr: "Torrent"
|
||||
},
|
||||
effect: {
|
||||
en: "Move 1 Energy card attached to the Defending Pokémon to the other Defending Pokémon. (Ignore this effect if your opponent has only 1 Defending Pokémon.)",
|
||||
fr: "Prenez une carte Énergie attachée au Pokémon Défenseur et attachez-la à l'autre Pokémon Défenseur. (Ne tenez pas compte de cet effet si votre adversaire ne possède qu'un seul Pokémon Défenseur)."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user