diff --git a/client/src/javascript/i18n/compiled/fr.json b/client/src/javascript/i18n/compiled/fr.json index b207efb5..8891544b 100644 --- a/client/src/javascript/i18n/compiled/fr.json +++ b/client/src/javascript/i18n/compiled/fr.json @@ -2227,13 +2227,13 @@ "torrents.list.context.download.contents": [ { "type": 0, - "value": "Download Contents" + "value": "Télécharger le contenu" } ], "torrents.list.context.download.metainfo": [ { "type": 0, - "value": "Download .torrent" + "value": "Télécharger le .torrent" } ], "torrents.list.context.generate.magnet": [ diff --git a/client/src/javascript/i18n/translations/fr.json b/client/src/javascript/i18n/translations/fr.json index b33382aa..9c0e5c58 100644 --- a/client/src/javascript/i18n/translations/fr.json +++ b/client/src/javascript/i18n/translations/fr.json @@ -316,8 +316,8 @@ "torrents.list.context.generate.magnet": "Générer un lien Magnet", "torrents.list.context.move": "Définir l'emplacement du torrent", "torrents.list.context.pause": "Mettre en pause", - "torrents.list.context.download.contents": "Download Contents", - "torrents.list.context.download.metainfo": "Download .torrent", + "torrents.list.context.download.contents": "Télécharger le contenu", + "torrents.list.context.download.metainfo": "Télécharger le .torrent", "torrents.list.context.initial.seeding": "Sources initiales", "torrents.list.context.priority": "Priorité", "torrents.list.context.remove": "Supprimer",