diff --git a/front/translations/en.json b/front/translations/en.json index 1d12df8b..896bd152 100644 --- a/front/translations/en.json +++ b/front/translations/en.json @@ -8,7 +8,8 @@ "watchlistLogin": "To keep track of what you watched or plan to watch, you need to login.", "episodeMore": { "goToShow": "Go to show", - "download": "Download" + "download": "Download", + "mediainfo": "See File Info" } }, "show": { @@ -174,5 +175,12 @@ "try-again": "Try again", "re-login": "Re login", "offline": "You are not connected to internet. Try again later." + }, + "mediainfo": { + "file": "File", + "container": "Container", + "video": "Video", + "audio": "Audio", + "subtitles": "Subtitles" } } diff --git a/front/translations/fr.json b/front/translations/fr.json index f30d488b..6cd98e04 100644 --- a/front/translations/fr.json +++ b/front/translations/fr.json @@ -8,7 +8,8 @@ "watchlistLogin": "Pour suivre ce que vous avez regardé ou prévoyez de regarder, vous devez vous connecter.", "episodeMore": { "goToShow": "Aller a la serie", - "download": "Télécharger" + "download": "Télécharger", + "mediainfo": "Voir les infos du fichier" } }, "show": { @@ -174,5 +175,12 @@ "try-again": "Réessayer", "re-login": "Se reconnecter", "offline": "Vous n'êtes pas connecté à Internet. Réessayez plus tard." + }, + "mediainfo": { + "file": "Fichier", + "container": "Conteneur", + "video": "Video", + "audio": "Audio", + "subtitles": "Sous titres" } }