-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DONE] Correct archive packing (#1133)
* Do not truncate chars in dublincore metadata, to avoid an html entity being truncated an thus preventing xml to be parsed. + now ignored video are printed in create_archive_package * Add i18n lang files
- Loading branch information
Showing
6 changed files
with
69 additions
and
36 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Pod\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-05-15 08:40+0200\n" | ||
"POT-Creation-Date: 2024-05-17 15:36+0000\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: obado <[email protected]>\n" | ||
"Language-Team: Pod Team [email protected]\n" | ||
|
@@ -1238,7 +1238,6 @@ msgstr "" | |
#: pod/completion/models.py pod/enrichment/models.py pod/playlist/models.py | ||
#: pod/recorder/models.py pod/video/models.py | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
msgid "Video" | ||
msgstr "Vidéo" | ||
|
@@ -2078,6 +2077,7 @@ msgid "Ending credits" | |
msgstr "Générique de fin" | ||
|
||
#: pod/dressing/models.py pod/video/apps.py pod/video/models.py | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html | ||
msgid "Videos" | ||
msgstr "Vidéos" | ||
|
@@ -8184,13 +8184,13 @@ msgstr "" | |
"l’adresse suivante : %(email_address)s</p>\n" | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
msgid "Your video will be obsolete" | ||
msgstr "Votre vidéo sera obsolète" | ||
#, python-format | ||
msgid "Sending mail to %(to_email)s for video %(title)s." | ||
msgstr "Envoi d’un courriel à %(to_email)s pour la vidéo %(title)s." | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
#, python-format | ||
msgid "Mail sent to %(to_email)s for video %(title)s." | ||
msgstr "Courriel envoyé à %(to_email)s pour la vidéo %(title)s." | ||
msgid "Your video will be obsolete" | ||
msgstr "Votre vidéo sera obsolète" | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
#, python-format | ||
|
@@ -8262,10 +8262,11 @@ msgstr "Dans %(deadline)s jours :" | |
#: pod/video/management/commands/create_archive_package.py | ||
#, python-format | ||
msgid "" | ||
"Package archiving done. %(amount)s video packaged (%(weight)s - " | ||
"[%(duration)s])" | ||
"Package archiving done. %(amount)s video(s) packaged (%(weight)s - " | ||
"[%(duration)s]) - %(nb_ignored)s video(s) ignored." | ||
msgstr "" | ||
"Archivage effectué. %(amount)s vidéos traitées (%(weight)s - [%(duration)s])" | ||
"Archivage effectué. %(amount)s vidéos traitées (%(weight)s - [%(duration)s]) " | ||
"- %(nb_ignored)s vidéo(s) ignorée(s)." | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
#, python-format | ||
|
@@ -8285,8 +8286,17 @@ msgstr "" | |
"code> sans l’option <code>--dry</code> pour les supprimer de %s." | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
msgid "Packaging archived videos on Pod" | ||
msgstr "Déplacement des vidéos archivées sur Pod" | ||
msgid "" | ||
"And below is the list of ignored videos that were not packaged because they " | ||
"have been recently viewed." | ||
msgstr "" | ||
"Vous trouverez ci-dessous la liste des vidéos ignorées qui n'ont pas été " | ||
"regroupées parce qu'elles ont été visionnées récemment." | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
#, python-format | ||
msgid "Packaging %s archived videos on Pod" | ||
msgstr "Déplacement de %s vidéos archivées sur Pod" | ||
|
||
#: pod/video/models.py pod/video/views.py | ||
msgid "None / All" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Pod\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-05-15 08:40+0200\n" | ||
"POT-Creation-Date: 2024-05-17 15:36+0000\n" | ||
"PO-Revision-Date: 2024-05-15 09:01+0200\n" | ||
"Last-Translator: obado <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -1173,7 +1173,6 @@ msgstr "" | |
#: pod/completion/models.py pod/enrichment/models.py pod/playlist/models.py | ||
#: pod/recorder/models.py pod/video/models.py | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
msgid "Video" | ||
msgstr "" | ||
|
@@ -1973,6 +1972,7 @@ msgid "Ending credits" | |
msgstr "" | ||
|
||
#: pod/dressing/models.py pod/video/apps.py pod/video/models.py | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html | ||
msgid "Videos" | ||
msgstr "" | ||
|
@@ -7612,12 +7612,12 @@ msgid "" | |
msgstr "" | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
msgid "Your video will be obsolete" | ||
#, python-format | ||
msgid "Sending mail to %(to_email)s for video %(title)s." | ||
msgstr "" | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
#, python-format | ||
msgid "Mail sent to %(to_email)s for video %(title)s." | ||
msgid "Your video will be obsolete" | ||
msgstr "" | ||
|
||
#: pod/video/management/commands/check_obsolete_videos.py | ||
|
@@ -7680,8 +7680,8 @@ msgstr "" | |
#: pod/video/management/commands/create_archive_package.py | ||
#, python-format | ||
msgid "" | ||
"Package archiving done. %(amount)s video packaged (%(weight)s - " | ||
"[%(duration)s])" | ||
"Package archiving done. %(amount)s video(s) packaged (%(weight)s - " | ||
"[%(duration)s]) - %(nb_ignored)s video(s) ignored." | ||
msgstr "" | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
|
@@ -7699,7 +7699,14 @@ msgid "" | |
msgstr "" | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
msgid "Packaging archived videos on Pod" | ||
msgid "" | ||
"And below is the list of ignored videos that were not packaged because they " | ||
"have been recently viewed." | ||
msgstr "" | ||
|
||
#: pod/video/management/commands/create_archive_package.py | ||
#, python-format | ||
msgid "Packaging %s archived videos on Pod" | ||
msgstr "" | ||
|
||
#: pod/video/models.py pod/video/views.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters