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: "Regigigas",
|
||||
fr: "Regigigas"
|
||||
},
|
||||
|
||||
illustrator: "Kent Kanetsuna",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Body Slam",
|
||||
fr: "Plaquage"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -48,9 +51,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Stomp",
|
||||
fr: "Double écrasement"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque face."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
@ -67,7 +72,8 @@ const card: Card = {
|
||||
retreat: 4,
|
||||
|
||||
description: {
|
||||
en: "There is an enduring legend that states this Pokémon towed continents with ropes."
|
||||
en: "There is an enduring legend that states this Pokémon towed continents with ropes.",
|
||||
fr: "Une légende tenace veut que ce Pokémon ait traîné les continents en les attachant à des cordes."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user