Skip to content

Commit 06f3a26

Browse files
chore: add extracted translation source files from frontend-app-course-authoring
1 parent 9ce053b commit 06f3a26

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

translations/frontend-app-course-authoring/src/i18n/transifex_input.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@
743743
"course-authoring.files-and-videos.overwrite.modal.title": "Overwrite files",
744744
"course-authoring.files-and-videos.overwrite.modal.overwrite-button.label": "Overwrite",
745745
"course-authoring.files-and-videos.overwrite.modal.cancel-button.label": "Cancel",
746+
"course-authoring.files-and-uploads.file-info.lockFile.tooltip.content": "By default, anyone can access a file you upload if they know the web URL, even if they are not enrolled in your course. You can prevent outside access to a file by locking the file. When you lock a file, the web URL only allows learners who are enrolled in your course and signed in to access the file.",
746747
"course-authoring.files-and-upload.rowStatus.message": "Showing {fileCount} of {rowCount}",
747748
"course-authoring.files-and-upload.apiStatus.message": "{actionType} {selectedRowCount} {selectedRowCount, plural, one {{fileType}} other {{fileType}s}}",
748749
"course-authoring.files-and-upload.apiStatus.addingAction.message": "Adding",
@@ -762,7 +763,6 @@
762763
"course-authoring.files-and-uploads.cardMenu.copyWebUrlTitle": "Copy Web Url",
763764
"course-authoring.files-and-uploads.cardMenu.downloadTitle": "Download",
764765
"course-authoring.files-and-uploads.cardMenu.lockTitle": "Lock",
765-
"course-authoring.files-and-uploads.file-info.lockFile.tooltip.content": "By default, anyone can access a file you upload if they know the web URL, even if they are not enrolled in your course. You can prevent outside access to a file by locking the file. When you lock a file, the web URL only allows learners who are enrolled in your course and signed in to access the file.",
766766
"course-authoring.files-and-uploads.cardMenu.unlockTitle": "Unlock",
767767
"course-authoring.files-and-uploads.cardMenu.infoTitle": "Info",
768768
"course-authoring.files-and-uploads.cardMenu.downloadEncodingsTitle": "Download video list (.csv)",
@@ -782,6 +782,7 @@
782782
"course-authoring.files-and-uploads.sortBySizeAscendingButton.label": "File size(Low to high)",
783783
"course-authoring.files-and-uploads.applyySortButton.label": "Apply",
784784
"course-authoring.files-and-uploads.filter.failed.label": "Failed",
785+
"course-authoring.files-and-uploads.error.upload.title": "Upload error",
785786
"course-authoring.video-uploads.heading": "Videos",
786787
"course-authoring.video-uploads.transcript-settings.button.toggle": "Transcript settings",
787788
"course-authoring.video-uploads.thumbnail.alt": "{displayName} video thumbnail",
@@ -791,8 +792,14 @@
791792
"course-authoring.files-and-videos.sort-and-filter.modal.filter.notTranscribedCheckbox.label": "Not transcribed",
792793
"course-authoring.files-and-videos.sort-and-filter.modal.filter.processingCheckbox.label": "Processing",
793794
"course-authoring.files-and-videos.sort-and-filter.modal.filter.failedCheckbox.label": "Failed",
794-
"course-authoring.files-and-videos.add-video-progress-bar.progress-bar.label": "Video upload progress:",
795795
"course-authoring.files-and-videos.video-upload-alert": "Upload in progress. Please wait for the upload to complete before navigating away from this page.",
796+
"course-authoring.files-and-videos.video-upload-tracker-modal.title": "Upload in progress",
797+
"course-authoring.files-and-videos.video-upload-tracker-alert.title": "Do not close or refresh this page or tab until uploads are complete",
798+
"course-authoring.files-and-videos.video-upload-tracker-alert.body.message": "Exiting now will delete all upload progress. This pop-up will close upon successful upload.",
799+
"course-authoring.files-and-videos.video-upload-tracker-alert.edit.message": "Want to coninue editing in Studio during this upload?",
800+
"course-authoring.files-and-videos.video-upload-tracker-alert.edit-hyperlink.message": "Open new Studio tab",
801+
"course-authoring.files-and-videos.video-upload-tracker-modal.body.message": "The following ({uploadCount}) {uploadCount, plural, one {video is} other {videos are}} being uploaded:",
802+
"course-authoring.files-and-videos.video-upload-tracker-alert.cancel-button.label": "Cancel uploads",
796803
"course-authoring.course-outline.configure-modal.title": "{title} settings",
797804
"course-authoring.course-outline.configure-modal.component.title": "Editing access for: {title}",
798805
"course-authoring.course-outline.configure-modal.basic-tab.title": "Basic",

0 commit comments

Comments
 (0)