mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +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: "Croagunk",
|
||||
fr: "Cradopaud"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Knock Off",
|
||||
fr: "Sabotage"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 card from your opponent’s hand without looking and discard it.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Nimble",
|
||||
fr: "Agilité"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Turtwig in play, remove from Croagunk the number of damage counters equal to the damage you did to the Defending Pokémon.",
|
||||
fr: "Si vous avez un Tortipouss en jeu, retirez à Cradopaud autant de marqueurs de dégât que vous avez infligé de dégâts au Pokémon Défenseur."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -62,7 +67,8 @@ const card: Card = {
|
||||
retreat: 2,
|
||||
|
||||
description: {
|
||||
en: "Inflating its poison sacs, it makes an eerie blubbering sound for intimidation."
|
||||
en: "Inflating its poison sacs, it makes an eerie blubbering sound for intimidation.",
|
||||
fr: "Il émet un gargouillis étrange en gonflant ses glandes de poison pour intimider l'ennemi."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user