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: "Pachirisu",
|
||||
fr: "Pachirisu"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Wave",
|
||||
fr: "Cage-éclair"
|
||||
},
|
||||
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: 10,
|
||||
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Berry",
|
||||
fr: "Gorgée de poison"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Croagunk in play, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Poisoned.",
|
||||
fr: "Si vous avez un Cradopaud en jeu, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Empoisonné."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
@ -70,7 +75,8 @@ const card: Card = {
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "It makes electricity with pouches in its cheeks and shoots charges from its tail. It live atop trees."
|
||||
en: "It makes electricity with pouches in its cheeks and shoots charges from its tail. It live atop trees.",
|
||||
fr: "Les poches de ses joues produisent de l'électricité et sa queue envoie des éclairs. Il vit dans les arbres."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user