mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Pokémon Park",
|
||||
fr: "Parc Pokémon"
|
||||
},
|
||||
|
||||
illustrator: "Kazuo Yazawa",
|
||||
@ -13,7 +14,8 @@ const card: Card = {
|
||||
trainerType: "Stadium",
|
||||
|
||||
effect: {
|
||||
en: "Once during each player’s turn, when that player attaches an Energy card from his or her hand to 1 of his or her Benched Pokémon, he or she removes 1 damage counter from that Pokémon."
|
||||
en: "Once during each player’s turn, when that player attaches an Energy card from his or her hand to 1 of his or her Benched Pokémon, he or she removes 1 damage counter from that Pokémon.",
|
||||
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu.\n\nUne seule fois lors du tour de chaque joueur, lorsqu'un joueur attache une carte Énergie de sa main à 1 des Pokémon de son Banc, il retire à ce Pokémon 1 marqueur de dégât."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user