Skip to content

Commit

Permalink
chore: add extracted translation source files from edx-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
openedx-transifex-bot committed Dec 13, 2023
1 parent 0fe4c66 commit d3a14b9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions translations/edx-platform/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
"Generated-By: Babel 2.14.0\n"
"#-#-#-#-# edx_proctoring_proctortrack.po (0.1a) #-#-#-#-#\n"
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: [email protected]\n"
Expand All @@ -62,18 +62,18 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
"Generated-By: Babel 2.14.0\n"
"#-#-#-#-# mako.po (PROJECT VERSION) #-#-#-#-#\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-12-12 00:32+0000\n"
"POT-Creation-Date: 2023-12-13 00:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
"Generated-By: Babel 2.14.0\n"

#: cms/djangoapps/api/v1/serializers/course_runs.py:48
msgid "Course team user does not exist"
Expand Down Expand Up @@ -432,145 +432,145 @@ msgstr ""

#. #-#-#-#-# django.po (0.1a) #-#-#-#-#
#. Translators: This is the status of an active video upload
#: cms/djangoapps/contentstore/video_storage_handlers.py:108
#: cms/djangoapps/contentstore/video_storage_handlers.py:118
#: cms/templates/import.html:112
msgid "Uploading"
msgstr ""

#. Translators: This is the status for a video that the servers are currently
#. processing
#: cms/djangoapps/contentstore/video_storage_handlers.py:110
#: cms/djangoapps/contentstore/video_storage_handlers.py:120
msgid "In Progress"
msgstr ""

#. Translators: This is the status for a video that the servers have
#. successfully processed
#: cms/djangoapps/contentstore/video_storage_handlers.py:112
#: cms/djangoapps/contentstore/video_storage_handlers.py:122
#: openedx/core/djangoapps/content_staging/data.py:19
msgid "Ready"
msgstr ""

#. Translators: This is the status for a video that is uploaded completely
#: cms/djangoapps/contentstore/video_storage_handlers.py:114
#: cms/djangoapps/contentstore/video_storage_handlers.py:124
msgid "Uploaded"
msgstr ""

#. Translators: This is the status for a video that the servers have failed to
#. process
#: cms/djangoapps/contentstore/video_storage_handlers.py:116
#: cms/djangoapps/contentstore/video_storage_handlers.py:126
msgid "Failed"
msgstr ""

#. Translators: This is the status for a video that is cancelled during upload
#. by user
#: cms/djangoapps/contentstore/video_storage_handlers.py:118
#: cms/djangoapps/contentstore/video_storage_handlers.py:128
msgid "Cancelled"
msgstr ""

#. Translators: This is the status for a video which has failed
#. due to being flagged as a duplicate by an external or internal CMS
#: cms/djangoapps/contentstore/video_storage_handlers.py:121
#: cms/djangoapps/contentstore/video_storage_handlers.py:131
msgid "Failed Duplicate"
msgstr ""

#. Translators: This is the status for a video which has duplicate token for
#. youtube
#: cms/djangoapps/contentstore/video_storage_handlers.py:123
#: cms/djangoapps/contentstore/video_storage_handlers.py:133
msgid "YouTube Duplicate"
msgstr ""

#. Translators: This is the status for a video for which an invalid
#. processing token was provided in the course settings
#: cms/djangoapps/contentstore/video_storage_handlers.py:126
#: cms/djangoapps/contentstore/video_storage_handlers.py:136
msgid "Invalid Token"
msgstr ""

#. Translators: This is the status for a video that was included in a course
#. import
#: cms/djangoapps/contentstore/video_storage_handlers.py:128
#: cms/djangoapps/contentstore/video_storage_handlers.py:138
msgid "Imported"
msgstr ""

#. Translators: This is the status for a video that is in an unknown state
#: cms/djangoapps/contentstore/video_storage_handlers.py:130
#: cms/djangoapps/contentstore/video_storage_handlers.py:140
msgid "Unknown"
msgstr ""

#. Translators: This is the status for a video that is having its
#. transcription in progress on servers
#: cms/djangoapps/contentstore/video_storage_handlers.py:132
#: cms/djangoapps/contentstore/video_storage_handlers.py:142
msgid "Transcription in Progress"
msgstr ""

#. Translators: This is the status for a video whose transcription is complete
#: cms/djangoapps/contentstore/video_storage_handlers.py:134
#: cms/djangoapps/contentstore/video_storage_handlers.py:144
msgid "Transcript Ready"
msgstr ""

#. Translators: This is the status for a video whose transcription job was
#. failed for some languages
#: cms/djangoapps/contentstore/video_storage_handlers.py:136
#: cms/djangoapps/contentstore/video_storage_handlers.py:146
msgid "Partial Failure"
msgstr ""

#. Translators: This is the status for a video whose transcription job has
#. failed altogether
#: cms/djangoapps/contentstore/video_storage_handlers.py:138
#: cms/djangoapps/contentstore/video_storage_handlers.py:148
msgid "Transcript Failed"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:281
#: cms/djangoapps/contentstore/video_storage_handlers.py:338
msgid "An image file is required."
msgstr ""

#. Translators: This is the header for a CSV file column
#. containing URLs for video encodings for the named profile
#. (e.g. desktop, mobile high quality, mobile low quality)
#: cms/djangoapps/contentstore/video_storage_handlers.py:454
#: cms/djangoapps/contentstore/video_storage_handlers.py:511
#, python-brace-format
msgid "{profile_name} URL"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:459
#: cms/djangoapps/contentstore/video_storage_handlers.py:516
#: lms/djangoapps/instructor/views/api.py:1442
#: lms/templates/instructor/instructor_dashboard_2/generate_registarion_codes_modal.html:59
msgid "Name"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:460
#: cms/djangoapps/contentstore/video_storage_handlers.py:517
msgid "Duration"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:461
#: cms/djangoapps/contentstore/video_storage_handlers.py:518
msgid "Date Added"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:462
#: cms/djangoapps/contentstore/video_storage_handlers.py:519
#: xmodule/video_block/video_xfields.py:196
msgid "Video ID"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:463
#: cms/djangoapps/contentstore/video_storage_handlers.py:520
msgid "Status"
msgstr ""

#. #-#-#-#-# django.po (0.1a) #-#-#-#-#
#. Translators: This is listed as the duration for a video that has not
#. yet reached the point in its processing by the servers where its
#. duration is determined.
#: cms/djangoapps/contentstore/video_storage_handlers.py:476
#: cms/djangoapps/contentstore/video_storage_handlers.py:533
#: openedx/core/djangoapps/api_admin/models.py:42 cms/templates/index.html:487
msgid "Pending"
msgstr ""

#. Translators: This is the suggested filename when downloading the URL
#. listing for videos uploaded through Studio
#: cms/djangoapps/contentstore/video_storage_handlers.py:509
#: cms/djangoapps/contentstore/video_storage_handlers.py:566
#, python-brace-format
msgid "{course}_video_urls"
msgstr ""

#: cms/djangoapps/contentstore/video_storage_handlers.py:892
#: cms/djangoapps/contentstore/video_storage_handlers.py:949
msgid "A non zero positive integer is expected"
msgstr ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ msgstr ""
"#-#-#-#-# underscore.po (PROJECT VERSION) #-#-#-#-#\n"
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-12-12 00:32+0000\n"
"POT-Creation-Date: 2023-12-13 00:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
"Generated-By: Babel 2.14.0\n"

#: cms/static/cms/js/main.js:38
#: cms/static/js/views/active_video_upload_list.js:36
Expand Down

0 comments on commit d3a14b9

Please sign in to comment.