diff --git a/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/dist/i18n/transifex_input.json b/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/dist/i18n/transifex_input.json deleted file mode 100644 index a471fab56ec..00000000000 --- a/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/dist/i18n/transifex_input.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "dropzone.Dropzone.invalidSizeLessError": { - "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", - "string": "File must be larger than {size}." - }, - "dropzone.Dropzone.invalidSizeMoreError": { - "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", - "string": "File must be less than {size}." - }, - "dropzone.Dropzone.invalidType": { - "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", - "string": "The file type must be {count, plural, one {{typeString} file} other {one of {typeString} files}}." - }, - "dropzone.Dropzone.multipleDraggedError": { - "developer_comment": "A message shown when multiple files are dragged over Dropzone.", - "string": "Only one upload permitted." - }, - "dropzone.Dropzone.unexpectedValidationError": { - "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", - "string": "An unexpected problem occured during file validation. Please try again." - }, - "dropzone.Dropzone.uploadError": { - "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", - "string": "A problem occured while uploading your file. Please try again." - }, - "pgn.Alert.closeLabel": { - "developer_comment": "Label of a close button on Alert component", - "string": "Dismiss" - }, - "pgn.CardCarousel.scrollToNext": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", - "string": "Scroll to next" - }, - "pgn.CardCarousel.scrollToPrevious": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", - "string": "Scroll to previous" - }, - "pgn.ChipCarousel.scrollToNext": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", - "string": "Scroll to next" - }, - "pgn.ChipCarousel.scrollToPrevious": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", - "string": "Scroll to previous" - }, - "pgn.DataTable.BaseSelectionStatus.allSelectedText": { - "developer_comment": "Text for all selected label", - "string": "All {numSelectedRows} selected" - }, - "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { - "developer_comment": "A label of clear all selection button.", - "string": "Clear selection" - }, - "pgn.DataTable.BaseSelectionStatus.selectAllText": { - "developer_comment": "A label for select all button.", - "string": "Select all {itemCount}" - }, - "pgn.DataTable.BaseSelectionStatus.selectedText": { - "developer_comment": "Text for selected label", - "string": "{numSelectedRows} selected" - }, - "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { - "developer_comment": "Text for selected label when table is paginated", - "string": "{numSelectedRows} selected ({numSelectedRowsOnPage} shown below)" - }, - "pgn.DataTable.ExpandAll.collapseAllLabel": { - "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", - "string": "Collapse all" - }, - "pgn.DataTable.ExpandAll.expandAllLabel": { - "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", - "string": "Expand all" - }, - "pgn.DataTable.FilterStatus.clearFiltersText": { - "developer_comment": "A text that appears on the `Clear filters` button", - "string": "Clear filters" - }, - "pgn.DataTable.RowStatus.statusText": { - "developer_comment": "A text describing how many rows is shown in the table", - "string": "Showing {pageSize} of {itemCount}." - }, - "pgn.DataTable.SidebarFilters.title": { - "developer_comment": "Title for the sidebar filters component", - "string": "Filters" - }, - "pgn.Dropzone.DefaultContent.fileSizeBetween": { - "developer_comment": "A message shown when uploaded file's size must be in given range.", - "string": "Between {sizeMin} and {sizeMax}" - }, - "pgn.Dropzone.DefaultContent.fileSizeMax": { - "developer_comment": "A message shown when uploaded file's size must be more than some value.", - "string": "Max {sizeMax}" - }, - "pgn.Dropzone.DefaultContent.fileSizeMin": { - "developer_comment": "A message shown when uploaded file's size must be more than some value.", - "string": "Min {sizeMin}" - }, - "pgn.Dropzone.DefaultContent.fileTypeRestriction": { - "developer_comment": "A message shown when uploaded file must be of certain type(s).", - "string": "Upload {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}" - }, - "pgn.Dropzone.DefaultContent.label": { - "developer_comment": "A text that appears as a label for input of Dropzone component.", - "string": "Drag and drop your file here or click to upload." - }, - "pgn.Dropzone.UploadProgress.cancelLabel": { - "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", - "string": "Cancel" - }, - "pgn.Dropzone.UploadProgress.uploadLabel": { - "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", - "string": "Uploading {filename}." - }, - "pgn.FormAutosuggest.iconButtonClosed": { - "developer_comment": "A message shown in case when the autosuggest menu is opened.", - "string": "Close the options menu" - }, - "pgn.FormAutosuggest.iconButtonOpened": { - "developer_comment": "A message shown in case when the autosuggest menu is closed.", - "string": "Open the options menu" - }, - "pgn.Toast.closeLabel": { - "developer_comment": "Close label for Toast component", - "string": "Close" - } -} diff --git a/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/src/i18n/transifex_input.json b/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/src/i18n/transifex_input.json deleted file mode 100644 index a471fab56ec..00000000000 --- a/translations/frontend-lib-content-components/node_modules/@edx/react-unit-test-utils/node_modules/@edx/paragon/src/i18n/transifex_input.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "dropzone.Dropzone.invalidSizeLessError": { - "developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.", - "string": "File must be larger than {size}." - }, - "dropzone.Dropzone.invalidSizeMoreError": { - "developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.", - "string": "File must be less than {size}." - }, - "dropzone.Dropzone.invalidType": { - "developer_comment": "A message shown when a file with wrong MIME type is being uploaded.", - "string": "The file type must be {count, plural, one {{typeString} file} other {one of {typeString} files}}." - }, - "dropzone.Dropzone.multipleDraggedError": { - "developer_comment": "A message shown when multiple files are dragged over Dropzone.", - "string": "Only one upload permitted." - }, - "dropzone.Dropzone.unexpectedValidationError": { - "developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.", - "string": "An unexpected problem occured during file validation. Please try again." - }, - "dropzone.Dropzone.uploadError": { - "developer_comment": "A message shown in case file upload in Dropzone component results in an error.", - "string": "A problem occured while uploading your file. Please try again." - }, - "pgn.Alert.closeLabel": { - "developer_comment": "Label of a close button on Alert component", - "string": "Dismiss" - }, - "pgn.CardCarousel.scrollToNext": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", - "string": "Scroll to next" - }, - "pgn.CardCarousel.scrollToPrevious": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", - "string": "Scroll to previous" - }, - "pgn.ChipCarousel.scrollToNext": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element", - "string": "Scroll to next" - }, - "pgn.ChipCarousel.scrollToPrevious": { - "developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element", - "string": "Scroll to previous" - }, - "pgn.DataTable.BaseSelectionStatus.allSelectedText": { - "developer_comment": "Text for all selected label", - "string": "All {numSelectedRows} selected" - }, - "pgn.DataTable.BaseSelectionStatus.clearSelectionText": { - "developer_comment": "A label of clear all selection button.", - "string": "Clear selection" - }, - "pgn.DataTable.BaseSelectionStatus.selectAllText": { - "developer_comment": "A label for select all button.", - "string": "Select all {itemCount}" - }, - "pgn.DataTable.BaseSelectionStatus.selectedText": { - "developer_comment": "Text for selected label", - "string": "{numSelectedRows} selected" - }, - "pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": { - "developer_comment": "Text for selected label when table is paginated", - "string": "{numSelectedRows} selected ({numSelectedRowsOnPage} shown below)" - }, - "pgn.DataTable.ExpandAll.collapseAllLabel": { - "developer_comment": "Label of an action button that collapses all expandable rows of DataTable.", - "string": "Collapse all" - }, - "pgn.DataTable.ExpandAll.expandAllLabel": { - "developer_comment": "Label of an action button that expands all expandable rows of DataTable.", - "string": "Expand all" - }, - "pgn.DataTable.FilterStatus.clearFiltersText": { - "developer_comment": "A text that appears on the `Clear filters` button", - "string": "Clear filters" - }, - "pgn.DataTable.RowStatus.statusText": { - "developer_comment": "A text describing how many rows is shown in the table", - "string": "Showing {pageSize} of {itemCount}." - }, - "pgn.DataTable.SidebarFilters.title": { - "developer_comment": "Title for the sidebar filters component", - "string": "Filters" - }, - "pgn.Dropzone.DefaultContent.fileSizeBetween": { - "developer_comment": "A message shown when uploaded file's size must be in given range.", - "string": "Between {sizeMin} and {sizeMax}" - }, - "pgn.Dropzone.DefaultContent.fileSizeMax": { - "developer_comment": "A message shown when uploaded file's size must be more than some value.", - "string": "Max {sizeMax}" - }, - "pgn.Dropzone.DefaultContent.fileSizeMin": { - "developer_comment": "A message shown when uploaded file's size must be more than some value.", - "string": "Min {sizeMin}" - }, - "pgn.Dropzone.DefaultContent.fileTypeRestriction": { - "developer_comment": "A message shown when uploaded file must be of certain type(s).", - "string": "Upload {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}" - }, - "pgn.Dropzone.DefaultContent.label": { - "developer_comment": "A text that appears as a label for input of Dropzone component.", - "string": "Drag and drop your file here or click to upload." - }, - "pgn.Dropzone.UploadProgress.cancelLabel": { - "developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.", - "string": "Cancel" - }, - "pgn.Dropzone.UploadProgress.uploadLabel": { - "developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.", - "string": "Uploading {filename}." - }, - "pgn.FormAutosuggest.iconButtonClosed": { - "developer_comment": "A message shown in case when the autosuggest menu is opened.", - "string": "Close the options menu" - }, - "pgn.FormAutosuggest.iconButtonOpened": { - "developer_comment": "A message shown in case when the autosuggest menu is closed.", - "string": "Open the options menu" - }, - "pgn.Toast.closeLabel": { - "developer_comment": "Close label for Toast component", - "string": "Close" - } -} diff --git a/translations/frontend-lib-content-components/src/i18n/messages/ar.json b/translations/frontend-lib-content-components/src/i18n/messages/ar.json deleted file mode 100644 index f2aea1ab1ac..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/ar.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "خطأ: تعذر العثور على المحرر", - "VideoUploadEditor.dropVideoFileHere": "قم بسحب وإفلات الفيديو هنا أو انقر للتحميل", - "VideoUploadEditor.browse": "تصفح ملفات", - "VideoUploadEditor.uploadInfo": "تحميل ملفات MP4 أو MOV (5 جيجابايت كحد أقصى)", - "authoring.editorContainer.cancelConfirm.title": "هل تريد الخروج من المحرر؟", - "authoring.editorContainer.cancelConfirm.description": "هل أنت متأكد أنك تريد الخروج من المحرر؟ سيتم فقدان أي تغييرات غير محفوظة.", - "authoring.editorContainer.okButton.label": "موافق", - "authoring.problemEditor.blockFailed": "مشكلة فشل التحميل", - "authoring.texteditor.load.error": "خطأ: تعذر تحميل محتوى النص", - "authoring.texteditor.spinnerScreenReaderText": "جار التحميل", - "authoring.videoEditor.spinnerScreenReaderText": "جار التحميل", - "authoring.videoEditor.replaceVideoButtonLabel": "استبدال الفيديو", - "authoring.videoUpload.spinnerScreenReaderText": "جار التحميل", - "VideoUploadEditor.pasteURL": "الصق معرف الفيديو أو عنوان URL الخاص بك", - "VideoUploadEditor.closeButtonAltText": "إغلاق", - "VideoUploadEditor.submitButtonAltText": "تقديم", - "authoring.baseModal.cancelButtonLabel": "لا", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML الحرفية", - "authoring.draggableList.tooltip.content": "اسحب لإعادة الترتيب", - "authoring.texteditor.selectimagemodal.error.errorTitle": "حدث خطأ", - "unexpected.error.message.text": "حدث خطأ غير متوقع. الرجاء الضغط على الزر أدناه لتحديث الصفحة.", - "unexpected.error.button.text": "حاول ثانية", - "unexpected.error.returnToUnitPage.button.text": "العودة إلى صفحة الوحدة", - "unexpected.error.returnToCourseOutline.button.text": "ارجع إلى المخطط التفصيلي {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "حفظ", - "authoring.texteditor.sourcecodemodal.title.label": "تحرير كود المصدر", - "authoring.texteditor.imagesettingsmodal.titleLabel": "إعدادات الصورة", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "حفظ", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "استبدل الصورة", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "أبعاد الصورة", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "عرض", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "الارتفاع", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "فتح الأبعاد", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "أبعاد القفل", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "استخدم النسب المئوية لعرض الصورة وارتفاعها", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "إمكانية الوصول", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "نص بديل", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "هذه الصورة تزيينية (لا يلزم وجود نص بديل).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "أدخل نصًا بديلاً أو حدد أن الصورة مزخرفة فقط.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "أدخل النص البديل", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "يجب أن تكون قيم الأبعاد أقل من أو تساوي 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "أدخل قيمة أقل من أو تساوي 100.", - "authoring.texteditor.selectimagemodal.next.label": "التالي", - "authoring.texteditor.selectimagemodal.upload.label": "تحميل صورة جديدة (10 ميجابايت كحد أقصى)", - "authoring.texteditor.selectimagemodal.title.label": "أضف صورة", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "حسب تاريخ الإضافة (الأحدث)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "حسب تاريخ الإضافة (الأقدم)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "بالاسم (تصاعدي)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "بالاسم (تنازلي)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "لم يتم العثور على صور في معرض الصور الخاص بك. يرجى تحميل صورة باستخدام الزر أدناه.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "فشل تحميل الصورة. حاول مرة اخرى.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "فشل الحصول على صور الدورة التدريبية. حاول مرة اخرى.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "يجب أن يكون حجم الصور 10 ميغابايت أو أقل. الرجاء تغيير حجم الصورة والمحاولة مرة أخرى.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "حدد صورة للمتابعة.", - "authoring.editorfooter.save.error": "خطأ: فشل حفظ المحتوى. يرجى التحقق من التغييرات الأخيرة والمحاولة مرة أخرى لاحقًا.", - "authoring.editorfooter.cancelButton.ariaLabel": "تجاهل التغييرات والعودة إلى سياق التعلم", - "authoring.editorfooter.cancelButton.label": "لا", - "authoring.editorfooter.savebutton.ariaLabel": "حفظ التغييرات والعودة إلى سياق التعلم", - "authoring.editorfooter.savebutton.label": "حفظ", - "authoring.texteditor.title.loading": "التحميل جارٍ...", - "authoring.texteditor.header.cancelChangesLabel": "إلغاء التغييرات والعودة إلى سياق التعلم", - "authoring.texteditor.header.editTitleLabel": "تحرير العنوان", - "authoring.texteditor.header.cancelTitleEdit": "لا", - "authoring.texteditor.header.saveTitleEdit": "حفظ", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "لا", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "موافق", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "هل أنت متأكد أنك تريد الخروج من المحرر؟", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "لم يتم تحديد إجابة", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "لم يتم تحديد إجابة صحيحة.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "تناقض إعدادات أوليكس", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "تم العثور على تناقض بين الإعدادات المحددة في علامة المشكلة الخاصة بـOLX والإعدادات المحددة في الشريط الجانبي. سيتم حفظ الإعدادات المحددة في علامة المشكلة الخاصة بـOLX وسيتم تجاهل القيم المقابلة في الشريط الجانبي.", - "authoring.answerwidget.answer.answerWidgetTitle": "الإجابات", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "أضف إجابة", - "authoring.answerwidget.answer.placeholder": "أدخل إجابة", - "authoring.answerwidget.feedback.placeholder": "رسالة ردود الفعل", - "authoring.answerwidget.feedback.icon.alt": "تبديل ردود الفعل", - "authoring.answerwidget.answer.delete.icon.alt": "حذف الإجابة", - "authoring.answerwidget.feedback.selected.label": "إظهار التعليقات التالية عند {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "تم الإختيار", - "authoring.answerwidget.feedback.unselected.label": "إظهار التعليقات التالية عند {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "لم يتم تحديده", - "authoring.answerwidget.answer.addAnswerRangeButton": "إضافة نطاق الإجابة", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "أدخل نطاق الإجابة", - "authoring.answerwidget.answer.answerRangeHelperText": "أدخل قيم الحد الأدنى والحد الأقصى مفصولة بفاصلة. استخدم قوسًا لتضمين الرقم المجاور له في النطاق، أو قوسًا لاستبعاد الرقم. على سبيل المثال، لتحديد الإجابات الصحيحة على أنها 5 أو 6 أو 7، ولكن ليس 8، حدد [5،8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "الشرح", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "تقديم تفسير للإجابة الصحيحة", - "authoring.problemEditor.questionwidget.placeholder": "أدخل سؤالك", - "authoring.questionwidget.question.questionWidgetTitle": "سؤال", - "authoring.problemeditor.settings.settingsWidgetTitle": "الإعدادات", - "authoring.problemeditor.settings.showAdvancedButton": "أظهر الاعدادات المتقدمة", - "authoring.problemeditor.settings.delete.icon.alt": "حذف الإجابة", - "authoring.problemeditor.settings.advancedSettingLink.text": "قم بتعيين قيمة افتراضية في الإعدادات المتقدمة", - "authoring.problemeditor.settings.hint.title": "تلميحات", - "authoring.problemeditor.settings.hint.inputLabel": "تلميح", - "authoring.problemeditor.settings.hint.addHintButton": "أضف تلميحًا", - "authoring.problemeditor.settings.hint.noHintSummary": "لا شيء", - "authoring.problemeditor.settings.hint.summary": "{hint} {عدد، جمع، =0 {} أخرى {(+# المزيد)}}", - "authoring.problemeditor.settings.reset.title": "إظهار خيار إعادة الضبط", - "authoring.problemeditor.settings.reset.true": "صح", - "authoring.problemeditor.settings.reset.false": "خطأ", - "authoring.problemeditor.settings.reset.text": "يحدد ما إذا كان سيتم عرض زر "إعادة الضبط" حتى يتمكن المستخدم من إعادة ضبط إجابته، بشكل عام للاستخدام في التدريب العملي أو التقييمات التكوينية.", - "authoring.problemeditor.settings.scoring.title": "التهديف", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "عدد المحاولات", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "النقاط", - "authoring.problemeditor.settings.scoring.unlimited": "محاولات غير محدودة", - "authoring.problemeditor.settings.scoring.attempts": "{المحاولات، الجمع، =1 {# محاولة} أخرى {# محاولات}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "محاولات غير محدودة", - "authoring.problemeditor.settings.scoring.weight": "{الوزن، الجمع، =0 {غير متدرج} أخرى {# نقطة}}", - "authoring.problemeditor.settings.scoring.label": "حدد وزن النقطة وعدد محاولات الإجابة", - "authoring.problemeditor.settings.scoring.attempts.hint": "إذا لم يتم تعيين قيمة افتراضية في الإعدادات المتقدمة، فسيتم السماح بمحاولات غير محدودة", - "authoring.problemeditor.settings.scoring.weight.hint": "إذا لم يتم تعيين قيمة، فإن المشكلة تستحق نقطة واحدة", - "authoring.problemeditor.settings.showAnswer.title": "عرض الإجابة", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "عدد المحاولات", - "authoring.problemeditor.settings.showAnswer.text": "حدد متى يستطيع المتعلمون رؤية الإجابة الصحيحة.", - "authoring.problemeditor.settings.timer.title": "الوقت بين المحاولات", - "authoring.problemeditor.settings.timer.summary": "{time} ثانية", - "authoring.problemeditor.settings.timer.text": "عدد الثواني التي يجب على الطالب انتظارها بين عمليات التقديم لمسألة ذات محاولات إجابة متعدّدة.", - "authoring.problemeditor.settings.timer.inputLabel": "ثواني", - "authoring.problemeditor.settings.type.title": "النوع", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "قم بالتبديل إلى المحرر المتقدم", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "إذا كنت تستخدم المحرر المتقدم، فسيتم تحويل هذه المشكلة إلى أوليكس ولن تتمكن من العودة إلى المحرر البسيط.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "تحويل إلى أوليكس؟", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "قم بالتبديل إلى المحرر المتقدم", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "الشرح", - "authoring.problemeditor.settings.showAnswer.explanation.text": "تقديم تفسير للإجابة الصحيحة.", - "authoring.problemEditor.selectType.title": "حدد نوع المشكلة", - "authoring.problemeditor.selecttype.cancelButton.label": "لا", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "لا", - "authoring.problemeditor.selecttype.selectButton.label": "اختيار", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "اختيار", - "authoring.problemEditor.problemSelect.advanceButton.label": "أنواع المشاكل المتقدمة", - "authoring.problemEditor.advanceProblem.menu.title": "مشاكل متقدمة", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, Select, Provisional {قد تفتقر الأدوات المدعومة مؤقتًا إلى قوة الوظائف التي تتطلبها الدورات التدريبية الخاصة بك. لا تتمتع edX بالتحكم في جودة البرنامج أو المحتوى الذي يمكن توفيره باستخدام هذه الأدوات. اختبر هذه الأدوات جيدًا قبل استخدامها في مقررك الدراسي، خاصة في الأقسام التي تم تقديرها. قد لا تكون الوثائق الكاملة متاحة للأدوات المدعومة مؤقتًا، أو قد تكون الوثائق متاحة من مصادر أخرى غير edX.} Not_supported {لا يتم صيانة الأدوات التي لا تحتوي على دعم بواسطة edX، وقد يتم إهمالها في المستقبل. لا يُنصح باستخدامها في الدورات التدريبية بسبب عدم التوافق مع واحد أو أكثر من المتطلبات الأساسية، مثل الاختبار وإمكانية الوصول والتدويل والتوثيق.} أخرى { } }", - "authoring.problemEditor.preview.title": "مشكلة {previewTitle}", - "authoring.problemEditor.preview.altText": "رسم توضيحي للمعاينة لمشكلة {problemType، تحديد، multichoiceresponse {single تحديد} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} Choiceresponse {multiple Select} Other {null} } مشكلة", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "معرفة المزيد", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "تعرف على المزيد حول أنواع المشكلات المتقدمة", - "authoring.videoeditor.expand": "توسيع", - "authoring.videoeditor.collapse": "طي", - "authoring.videoeditor.validate.error.title": "لم نتمكن من إضافة الفيديو الخاص بك.", - "authoring.videoeditor.validate.error.body": "رجاءً تحقق من مدخلاتك و حاول مجددًا.", - "authoring.videoeditor.duration.title": "المدّة", - "authoring.videoeditor.duration.description": "قم بتعيين قسم معين من الفيديو لتشغيله.", - "authoring.videoeditor.duration.startTime.label": "وقت البدء", - "authoring.videoeditor.duration.stopTime.label": "توقف عن الوقت", - "authoring.videoeditor.duration.hint": "أدخل الوقت كـ HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "طول الفيديو كاملا", - "authoring.videoeditor.duration.startsAt": "يبدأ عند {startTime}", - "authoring.videoeditor.duration.total": "الإجمالي: {total}", - "authoring.videoeditor.duration.custom": "مخصص: {total}", - "authoring.videoeditor.transcripts.empty": "لم تتم إضافة أي نصوص", - "authoring.videoeditor.videotype.youtube": "فيديو يوتيوب", - "authoring.videoeditor.videotype.other": "فيديو آخر", - "authoring.videoeditor.handout.title.label": "مذكرة", - "authoring.videoeditor.handout.upload.label": "تحميل النشرة ", - "authoring.videoeditor.handout.upload.addHandoutMessage": "أضف نشرة لمرافقة هذا الفيديو. يمكن للمتعلمين تنزيل هذا الملف بالنقر على "تنزيل النشرة" أسفل الفيديو.", - "authoring.videoeditor.handout.error.uploadHandoutError": "فشل تحميل النشرة. حاول مرة اخرى.", - "authoring.videoeditor.handout.error.fileSizeError": "يجب أن يكون حجم ملفات النشرات 20 ميغابايت أو أقل. الرجاء تغيير حجم الملف والمحاولة مرة أخرى.", - "authoring.videoeditor.handout.handoutHelpMessage": "يمكن للمتعلمين تنزيل هذا الملف بالنقر على "تنزيل النشرة" أسفل الفيديو.", - "authoring.videoeditor.handout.deleteHandout": "حذف", - "authoring.videoeditor.handout.replaceHandout": "استبدال", - "authoring.videoeditor.handout.downloadHandout": "تنزيل", - "authoring.videoeditor.license.title": "الإجازة", - "authoring.videoeditor.license.licenseType.label": "نوع الإجازة", - "authoring.videoeditor.license.detailsSubsection.title": "تفاصيل الترخيص", - "authoring.videoeditor.license.displaySubsection.title": "عرض الإجازة", - "authoring.videoeditor.license.add.label": "أضف ترخيصًا لهذا الفيديو", - "authoring.videoeditor.license.deleteLicenseSelection": "مسح وتطبيق الترخيص على مستوى الدورة التدريبية", - "authoring.videoeditor.license.allRightsReservedIcons.label": "جميع الحقوق محفوظة", - "authoring.videoeditor.license.creativeCommonsIcons.label": "بعض الحقوق محفوظة", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "عرض تفاصيل الترخيص", - "authoring.videoeditor.license.courseLevelDescription.helperText": "تم تعيين هذا الترخيص حاليًا على مستوى الدورة التدريبية", - "authoring.videoeditor.license.courseLicenseDescription.message": "تظهر التراخيص التي تم تعيينها على مستوى الدورة التدريبية أسفل صفحات البرامج التعليمية داخل الدورة التدريبية الخاصة بك.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "تم تعيين هذا الترخيص حاليًا على مستوى المكتبة", - "authoring.videoeditor.license.libraryLicenseDescription.message": "تظهر التراخيص التي تم تعيينها على مستوى المكتبة في فيديو المكتبة المحدد.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "تم تعيين هذا الترخيص خصيصًا لهذا الفيديو", - "authoring.videoeditor.license.defaultLicenseDescription.message": "عندما يكون للفيديو ترخيص مختلف عن الدورة التدريبية ككل، يرى المتعلمون الترخيص في الجزء السفلي الأيسر من مشغل الفيديو.", - "authoring.videoeditor.license.attributionCheckboxLabel": "الإسناد", - "authoring.videoeditor.license.attributionSectionDescription": "السماح للآخرين بنسخ عملك محفوظ الحقوق وتوزيعه وعرضه وتأديته بشرط نسب العمل إليك بالشكل الذي تطلبه. وهذا الخيار مطلوب حاليًا.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "استخدام غير تجاري", - "authoring.videoeditor.license.noncommercialSectionDescription": "السماح للآخرين بنسخ عملك - والأعمال المقتبسة المبنية عليه - وتوزيعه وعرضه وتأديته، لكن فقط للأغراض غير التجارية.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "عدم الاقتباس", - "authoring.videoeditor.license.noDerivativesSectionDescription": "السماح للآخرين بنَسْخ نُسَخ حرفية من عملك - وليس أي أعمال مقتبسة عنه - وتوزيعها وعرضها وتأديتها. ولا يتوافق هذا الخيار مع خيار \"مشاركة بالتساوي\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "مشاركة بالتساوي", - "authoring.videoeditor.license.shareAlikeSectionDescription": "السماح للآخرين بتوزيع أعمال مقتبسة بموجب ترخيص مطابق لترخيص عملك. ولا يتوافق هذا الخيار مع خيار \"عدم الاقتباس\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "أنت تحتفظ بجميع الحقوق لعملك.", - "authoring.videoeditor.socialShare.title": "المشاركة على مواقع التواصل الاجتماعي", - "authoring.videoeditor.socialShare.disabled.subtitle": "معطل", - "authoring.videoeditor.socialShare.enabled.subtitle": "مفعّل", - "authoring.videoeditor.socialShare.learnMore.link": "تعرف على المزيد حول المشاركة الاجتماعية", - "authoring.videoeditor.socialShare.description": "السماح بمشاركة هذا الفيديو على وسائل التواصل الاجتماعي", - "authoring.videoeditor.socialShare.checkbox.label": "هذا الفيديو قابل للمشاركة على وسائل التواصل الاجتماعي", - "authoring.videoeditor.socialShare.overrideNote": "ملاحظة: يتم تجاوز هذا الإعداد من خلال صفحة المخطط التفصيلي للدورة التدريبية.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "قم بتغيير هذا الإعداد في صفحة المخطط التفصيلي للدورة التدريبية.", - "authoring.videoeditor.thumbnail.title": "صورة مصغرة", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "غير متوفره", - "authoring.videoeditor.thumbnail.none.subtitle": "لا شيء", - "authoring.videoeditor.thumbnail.yes.subtitle": "نعم", - "authoring.videoeditor.thumbnail.unavailable.message": "حدد مقطع فيديو من مكتبتك لتمكين هذه الميزة (ينطبق فقط على الدورات التدريبية التي يتم تشغيلها على موقع edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "تحميل الصورة المصغرة", - "authoring.videoeditor.thumbnail.upload.message": "قم بتحميل صورة ليتمكن المتعلمون من رؤيتها قبل تشغيل الفيديو.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "يجب أن تكون للصور نسبة عرض إلى ارتفاع تبلغ 16:9 (يوصى بـ 1280 × 720 بكسل)", - "authoring.videoeditor.thumbnail.altText": "الصورة المستخدمة كصورة مصغرة للفيديو", - "authoring.videoeditor.thumbnail.deleteThumbnail": "حذف", - "authoring.videoeditor.thumbnail.error.fileSizeError": "يجب أن يكون حجم ملف الصور المصغرة أكبر من 2 كيلو بايت أو أقل من 2 ميجا بايت. يرجى تغيير حجم الصورة والمحاولة مرة أخرى.", - "authoring.videoeditor.transcripts.title": "النصوص", - "authoring.videoeditor.transcripts.upload.label": "أضف نصًا", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "أضف نصوص الفيديو (ملفات .srt فقط) لتحسين إمكانية الوصول.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "السماح بتنزيلات النص", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "إظهار النص في مشغل الفيديو بشكل افتراضي", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "سيشاهد المتعلمون رابطًا لتنزيل النص أسفل الفيديو.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "يمكن تحميل ملف SRT فقط", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "فشل تحميل النص. حاول مرة اخرى.", - "authoring.videoeditor.transcript.error.fileSizeError": "يتجاوز حجم ملف النص الحد الأقصى. حاول مرة اخرى.", - "authoring.videoeditor.transcript.deleteTranscript": "حذف", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "فشل حذف النص. حاول مرة اخرى.", - "authoring.videoeditor.transcript.replaceTranscript": "استبدال", - "authoring.videoeditor.transcript.downloadTranscript": "تنزيل", - "authoring.videoeditor.transcripts.languageSelectLabel": "اللغات", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "اختار اللغة", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "لا", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "حذف", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "هل أنت متأكد أنك تريد حذف هذا النص؟", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "هل تريد حذف هذا النص؟", - "authoring.videoeditor.transcripts.fileTypeWarning": "يمكن تحميل ملفات SRT فقط. الرجاء تحديد ملف ينتهي بـ .srt للتحميل.", - "authoring.videoEditor.transcripts.importButton.label": "استيراد النص", - "authoring.videoEditor.transcripts.importCard.header": "هل تريد استيراد النص من YouTube؟", - "authoring.videoEditor.transcrtipts.importCard.message": "لقد وجدنا نسخة لهذا الفيديو على موقع يوتيوب. هل ترغب في استيراده الآن؟", - "authoring.videoeditor.videoSource.title.label": "مصدر الفيديو", - "authoring.videoeditor.videoSource.videoId.label": "الرقم التعريفي للفيديو", - "authoring.videoeditor.videoSource.videoId.feedback": "إذا تم تعيين معرف فيديو لك بواسطة edX، فأدخل المعرف هنا.", - "authoring.videoeditor.videoSource.videoUrl.label": "رابط الفيديو", - "authoring.videoeditor.videoSource.videoUrl.feedback": "عنوان URL للفيديو الخاص بك. يمكن أن يكون هذا عنوان URL على YouTube، أو رابطًا لملف فيديو بتنسيق mp4 أو .ogg أو .webm مستضاف في مكان آخر على الإنترنت.", - "authoring.videoeditor.videoIdChangeAlert.message": "لقد تغير حقل معرف الفيديو، يرجى التحقق من قيم عنوان URL للفيديو وعنوان URL الاحتياطي وتحديثهما إذا لزم الأمر.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "فيديوهات احتياطية", - "authoring.videoeditor.videoSource.fallbackVideo.message": "للتأكد من أن جميع المتعلمين يمكنهم الوصول إلى الفيديو، توصي edX بتوفير مقاطع فيديو إضافية بتنسيقي .mp4 و.webm. سيتم تشغيل أول فيديو مدرج متوافق مع جهاز المتعلم.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "رابط الفيديو", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "حذف", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "السماح بتنزيلات الفيديو", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "اسمح للمتعلمين بتنزيل إصدارات هذا الفيديو بتنسيقات مختلفة إذا لم يتمكنوا من استخدام مشغل الفيديو edX أو لم يكن لديهم إمكانية الوصول إلى YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "السماح بمشاركة هذا الفيديو على وسائل التواصل الاجتماعي.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "اسمح للمتعلمين بمشاركة هذا الفيديو بشكل عام على وسائل التواصل الاجتماعي. سيكون الفيديو قابلاً للمشاهدة من قبل أي شخص، ولن يحتاج إلى التسجيل في الدورة التدريبية أو حتى أن يكون لديه حساب edX. ستظهر روابط إلى صفحة الدورة التدريبية والتسجيل في الدورة بجانب الفيديو.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "أضف عنوان URL للفيديو", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "تعليقات عامة", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "أدخل التعليقات العامة", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "أدخل التعليقات لتظهر عندما يرسل الطالب إجابة خاطئة. سيتم تجاوز هذا إذا قمت بإضافة تعليقات خاصة بالإجابة.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "لا شيء", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "لا شيء", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "إضافة تعليقات المجموعة", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "ستظهر تعليقات المجموعة عندما يحدد الطالب مجموعة محددة من الإجابات.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "ردود فعل المجموعة", - "authoring.problemeditor.settings.randomization.SettingTitle": "ترتيب عشوائي", - "authoring.problemeditor.settings.randomization.SettingText": "{التوزيع العشوائي، حدد، null {لا يوجد توزيع عشوائي يعتمد على Python في هذه المشكلة.} أخرى {يحدد متى يتم توزيع المتغيرات بشكل عشوائي في برنامج Python المرتبط. بالنسبة للمشكلات التي لا تقوم بترتيب القيم بشكل عشوائي، حدد "أبدًا".} }", - "problemEditor.settings.tolerance.title": "تسامح", - "problemEditor.settings.tolerance.summary.none": "لا شيء", - "problemEditor.settings.tolerance.description.text": "هامش الخطأ على جانبي الإجابة.", - "problemEditor.settings.tolerance.valueinput": "تسامح", - "problemEditor.settings.tolerance.answerrangewarning": "لا يمكن تطبيق التسامح على نطاق الإجابة", - "problemEditor.settings.tolerance.type.percent": "النسبة", - "problemEditor.settings.tolerance.type.number": "رقم", - "problemEditor.settings.tolerance.type.none": "لا شيء" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/da.json b/translations/frontend-lib-content-components/src/i18n/messages/da.json deleted file mode 100644 index a3cc6b123c1..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/da.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Fejl: Editoren kunne ikke findes", - "VideoUploadEditor.dropVideoFileHere": "Træk og slip video her eller klik for at uploade", - "VideoUploadEditor.browse": "Gennemse filer", - "VideoUploadEditor.uploadInfo": "Upload MP4- eller MOV-filer (maks. 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Vil du afslutte editoren?", - "authoring.editorContainer.cancelConfirm.description": "Er du sikker på, at du vil afslutte editoren? Alle ikke-gemte ændringer vil gå tabt.", - "authoring.editorContainer.okButton.label": "Okay", - "authoring.problemEditor.blockFailed": "Problemet kunne ikke indlæses", - "authoring.texteditor.load.error": "Fejl: Kunne ikke indlæse tekstindhold", - "authoring.texteditor.spinnerScreenReaderText": "Indlæser", - "authoring.videoEditor.spinnerScreenReaderText": "Indlæser", - "authoring.videoEditor.replaceVideoButtonLabel": "Udskift video", - "authoring.videoUpload.spinnerScreenReaderText": "Indlæser", - "VideoUploadEditor.pasteURL": "Indsæt dit video-id eller URL", - "VideoUploadEditor.closeButtonAltText": "Tæt", - "VideoUploadEditor.submitButtonAltText": "Indsend", - "authoring.baseModal.cancelButtonLabel": "Afbestille", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "Træk for at omarrangere", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Fejl", - "unexpected.error.message.text": "Der opstod en uventet fejl. Klik venligst på knappen nedenfor for at opdatere siden.", - "unexpected.error.button.text": "Prøv igen", - "unexpected.error.returnToUnitPage.button.text": "Vend tilbage til enhedssiden", - "unexpected.error.returnToCourseOutline.button.text": "Vend tilbage til {outlineType} disposition", - "authoring.texteditor.sourcecodemodal.next.label": "Gemme", - "authoring.texteditor.sourcecodemodal.title.label": "Rediger kildekode", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Billedindstillinger", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Gemme", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Udskift billede", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Billeddimensioner", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Bredde", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Højde", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "låse op dimensioner", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "lås dimensioner", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Brug procenter for billedets bredde og højde", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Tilgængelighed", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alt tekst", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Dette billede er dekorativt (ingen alternativ tekst påkrævet).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Indtast alternativ tekst, eller angiv, at billedet kun er dekorativt.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Indtast alternativ tekst", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Dimensionsværdier skal være mindre end eller lig med 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Indtast en værdi mindre end eller lig med 100.", - "authoring.texteditor.selectimagemodal.next.label": "Næste", - "authoring.texteditor.selectimagemodal.upload.label": "Upload et nyt billede (maks. 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Tilføj et billede", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Efter tilføjet dato (nyeste)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Efter tilføjet dato (ældste)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Efter navn (stigende)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Efter navn (faldende)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Ingen billeder fundet i dit galleri. Upload venligst et billede ved at bruge knappen nedenfor.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Kunne ikke uploade billede. Prøv igen.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Kunne ikke hente kursusbilleder. Prøv igen.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Billeder skal være 10 MB eller mindre. Tilpas billedets størrelse, og prøv igen.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Vælg et billede for at fortsætte.", - "authoring.editorfooter.save.error": "Fejl: Gem af indhold mislykkedes. Tjek de seneste ændringer, og prøv igen senere.", - "authoring.editorfooter.cancelButton.ariaLabel": "Kassér ændringer og vend tilbage til læringskonteksten", - "authoring.editorfooter.cancelButton.label": "Afbestille", - "authoring.editorfooter.savebutton.ariaLabel": "Gem ændringer og vend tilbage til læringskontekst", - "authoring.editorfooter.savebutton.label": "Gemme", - "authoring.texteditor.title.loading": "Indlæser...", - "authoring.texteditor.header.cancelChangesLabel": "Annuller ændringer og vend tilbage til læringskontekst", - "authoring.texteditor.header.editTitleLabel": "Rediger titel", - "authoring.texteditor.header.cancelTitleEdit": "Afbestille", - "authoring.texteditor.header.saveTitleEdit": "Gemme", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Afbestille", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Okay", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Er du sikker på, at du vil afslutte editoren?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Intet svar angivet", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Der er ikke angivet noget korrekt svar.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Uoverensstemmelse mellem OLX-indstillinger", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Der blev fundet en uoverensstemmelse mellem indstillingerne defineret i OLX's problem-tag og indstillingerne valgt i sidebjælken. Indstillingerne defineret i OLX's problem-tag vil blive gemt, og tilsvarende værdier i sidebjælken vil blive kasseret.", - "authoring.answerwidget.answer.answerWidgetTitle": "Svar", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Tilføj svar", - "authoring.answerwidget.answer.placeholder": "Indtast et svar", - "authoring.answerwidget.feedback.placeholder": "Feedback besked", - "authoring.answerwidget.feedback.icon.alt": "Slå feedback til/fra", - "authoring.answerwidget.answer.delete.icon.alt": "Slet svar", - "authoring.answerwidget.feedback.selected.label": "Vis følgende feedback, når {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "er valgt", - "authoring.answerwidget.feedback.unselected.label": "Vis følgende feedback, når {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "er ikke valgt", - "authoring.answerwidget.answer.addAnswerRangeButton": "Tilføj svarområde", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Indtast et svarområde", - "authoring.answerwidget.answer.answerRangeHelperText": "Indtast min. og maks. værdier adskilt af et komma. Brug en parentes til at inkludere tallet ved siden af det i intervallet, eller en parentes for at udelukke tallet. For at identificere de rigtige svar som 5, 6 eller 7, men ikke 8, skal du angive [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Forklaring", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Giv en forklaring på det rigtige svar", - "authoring.problemEditor.questionwidget.placeholder": "Indtast dit spørgsmål", - "authoring.questionwidget.question.questionWidgetTitle": "Spørgsmål", - "authoring.problemeditor.settings.settingsWidgetTitle": "Indstillinger", - "authoring.problemeditor.settings.showAdvancedButton": "Vis avancerede indstillinger", - "authoring.problemeditor.settings.delete.icon.alt": "Slet svar", - "authoring.problemeditor.settings.advancedSettingLink.text": "Indstil en standardværdi i avancerede indstillinger", - "authoring.problemeditor.settings.hint.title": "Tips", - "authoring.problemeditor.settings.hint.inputLabel": "Tip", - "authoring.problemeditor.settings.hint.addHintButton": "Tilføj tip", - "authoring.problemeditor.settings.hint.noHintSummary": "Ingen", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} andet {(+# mere)}}", - "authoring.problemeditor.settings.reset.title": "Vis nulstillingsmulighed", - "authoring.problemeditor.settings.reset.true": "Rigtigt", - "authoring.problemeditor.settings.reset.false": "Falsk", - "authoring.problemeditor.settings.reset.text": "Bestemmer, om en 'Nulstil'-knap vises, så brugeren kan nulstille sit svar, generelt til brug i praksis eller formative vurderinger.", - "authoring.problemeditor.settings.scoring.title": "Scoring", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Forsøg", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Points", - "authoring.problemeditor.settings.scoring.unlimited": "Ubegrænsede forsøg", - "authoring.problemeditor.settings.scoring.attempts": "{forsøg, flertal, =1 {# forsøg} andre {# forsøg}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Ubegrænsede forsøg", - "authoring.problemeditor.settings.scoring.weight": "{vægt, flertal, =0 {Ugraderet} andre {# point}}", - "authoring.problemeditor.settings.scoring.label": "Angiv pointvægt og antal svarforsøg", - "authoring.problemeditor.settings.scoring.attempts.hint": "Hvis en standardværdi ikke er angivet i avancerede indstillinger, er ubegrænsede forsøg tilladt", - "authoring.problemeditor.settings.scoring.weight.hint": "Hvis en værdi ikke er angivet, er problemet et point værd", - "authoring.problemeditor.settings.showAnswer.title": "Vis svar", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Antal forsøg", - "authoring.problemeditor.settings.showAnswer.text": "Definer, hvornår eleverne kan se det rigtige svar.", - "authoring.problemeditor.settings.timer.title": "Tid mellem forsøgene", - "authoring.problemeditor.settings.timer.summary": "{time} sekunder", - "authoring.problemeditor.settings.timer.text": "Antal sekunder en studerende må vente mellem flere forsøg på at sende.", - "authoring.problemeditor.settings.timer.inputLabel": "Sekunder", - "authoring.problemeditor.settings.type.title": "Type", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Skift til avanceret editor", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Hvis du bruger den avancerede editor, vil dette problem blive konverteret til OLX, og du vil ikke være i stand til at vende tilbage til den simple editor.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Konverter til OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Skift til avanceret editor", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Forklaring", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Giv en forklaring på det rigtige svar.", - "authoring.problemEditor.selectType.title": "Vælg problemtype", - "authoring.problemeditor.selecttype.cancelButton.label": "Afbestille", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Afbestille", - "authoring.problemeditor.selecttype.selectButton.label": "Vælg", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Vælg", - "authoring.problemEditor.problemSelect.advanceButton.label": "Avancerede problemtyper", - "authoring.problemEditor.advanceProblem.menu.title": "Avancerede problemer", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Foreløbigt understøttede værktøjer mangler muligvis den robusthed af funktionalitet, som dine kurser kræver. edX har ikke kontrol over kvaliteten af softwaren eller det indhold, der kan leveres ved hjælp af disse værktøjer. Test disse værktøjer grundigt, før du bruger dem i dit kursus, især i graderede sektioner. Fuldstændig dokumentation er muligvis ikke tilgængelig for foreløbigt understøttede værktøjer, eller dokumentation kan være tilgængelig fra andre kilder end edX.} Ikke_understøttet {Værktøjer uden support bliver ikke vedligeholdt af edX og kan blive udfaset i fremtiden. De anbefales ikke til brug i kurser på grund af manglende overholdelse af et eller flere af basiskravene, såsom test, tilgængelighed, internationalisering og dokumentation.} andet { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problem", - "authoring.problemEditor.preview.altText": "En forhåndsvisning af et {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} andet {null} } problem", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Lær mere", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Lær mere om avancerede problemtyper", - "authoring.videoeditor.expand": "Udvide", - "authoring.videoeditor.collapse": "Bryder sammen", - "authoring.videoeditor.validate.error.title": "Vi kunne ikke tilføje din video.", - "authoring.videoeditor.validate.error.body": "Tjek venligst dine indtastninger og prøv igen.", - "authoring.videoeditor.duration.title": "Varighed", - "authoring.videoeditor.duration.description": "Indstil en bestemt del af videoen, der skal afspilles.", - "authoring.videoeditor.duration.startTime.label": "Starttidspunkt", - "authoring.videoeditor.duration.stopTime.label": "Stop tid", - "authoring.videoeditor.duration.hint": "Indtast tid som TT:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Fuld videolængde", - "authoring.videoeditor.duration.startsAt": "Starter ved {startTime}", - "authoring.videoeditor.duration.total": "I alt: {total}", - "authoring.videoeditor.duration.custom": "Brugerdefineret: {total}", - "authoring.videoeditor.transcripts.empty": "Ingen afskrifter tilføjet", - "authoring.videoeditor.videotype.youtube": "YouTube video", - "authoring.videoeditor.videotype.other": "Anden video", - "authoring.videoeditor.handout.title.label": "Uddel", - "authoring.videoeditor.handout.upload.label": "Upload Handout", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Tilføj et uddelingsark til denne video. Elever kan downloade denne fil ved at klikke på "Download handout" under videoen.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Kunne ikke uploade uddelingsark. Prøv igen.", - "authoring.videoeditor.handout.error.fileSizeError": "Uddelingsfiler skal være 20 MB eller mindre. Tilpas filens størrelse, og prøv igen.", - "authoring.videoeditor.handout.handoutHelpMessage": "Elever kan downloade denne fil ved at klikke på "Download handout" under videoen.", - "authoring.videoeditor.handout.deleteHandout": "Slet", - "authoring.videoeditor.handout.replaceHandout": "Erstatte", - "authoring.videoeditor.handout.downloadHandout": "Hent", - "authoring.videoeditor.license.title": "Licens", - "authoring.videoeditor.license.licenseType.label": "Licenstype", - "authoring.videoeditor.license.detailsSubsection.title": "Licensdetaljer", - "authoring.videoeditor.license.displaySubsection.title": "Licensvisning", - "authoring.videoeditor.license.add.label": "Tilføj en licens til denne video", - "authoring.videoeditor.license.deleteLicenseSelection": "Ryd og anvend licensen på kursusniveau", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Alle rettigheder forbeholdes", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Nogle rettigheder forbeholdes", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Se licensoplysninger", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Denne licens er i øjeblikket indstillet på kursusniveau", - "authoring.videoeditor.license.courseLicenseDescription.message": "Licenser, der er angivet på kursusniveau, vises nederst på kursusmaterialesiderne i dit kursus.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Denne licens er i øjeblikket indstillet på biblioteksniveau", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Licenser indstillet på biblioteksniveau vises på den specifikke biblioteksvideo.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Denne licens er indstillet specifikt til denne video", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Når en video har en anden licens end kurset som helhed, kan eleverne se licensen nederst til højre i videoafspilleren.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Tilskrivning", - "authoring.videoeditor.license.attributionSectionDescription": "Tillad andre at kopiere, distribuere, vise og udføre dit ophavsretligt beskyttede værk, men kun hvis de giver kredit på den måde, du anmoder om. I øjeblikket er denne mulighed påkrævet.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Ikke-kommerciel", - "authoring.videoeditor.license.noncommercialSectionDescription": "Tillad andre at kopiere, distribuere, vise og udføre dit arbejde - og afledte værker baseret på det - men kun til ikke-kommercielle formål.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Ingen derivater", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Tillad kun andre at kopiere, distribuere, vise og udføre ordret kopier af dit arbejde, ikke afledte værker baseret på det. Denne mulighed er inkompatibel med "Del på samme måde".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Del ens", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Tillad kun andre at distribuere afledte værker under en licens, der er identisk med den licens, der styrer dit arbejde. Denne mulighed er inkompatibel med "Ingen derivater".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Du forbeholder dig alle rettigheder til dit arbejde.", - "authoring.videoeditor.socialShare.title": "Social deling", - "authoring.videoeditor.socialShare.disabled.subtitle": "handicappet", - "authoring.videoeditor.socialShare.enabled.subtitle": "Aktiveret", - "authoring.videoeditor.socialShare.learnMore.link": "Lær mere om social deling", - "authoring.videoeditor.socialShare.description": "Tillad, at denne video kan deles på sociale medier", - "authoring.videoeditor.socialShare.checkbox.label": "Denne video kan deles på sociale medier", - "authoring.videoeditor.socialShare.overrideNote": "Bemærk: Denne indstilling tilsidesættes af kursusoversigtssiden.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Skift denne indstilling på kursusoversigtssiden.", - "authoring.videoeditor.thumbnail.title": "Miniaturebillede", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Ikke tilgængelig", - "authoring.videoeditor.thumbnail.none.subtitle": "Ingen", - "authoring.videoeditor.thumbnail.yes.subtitle": "Ja", - "authoring.videoeditor.thumbnail.unavailable.message": "Vælg en video fra dit bibliotek for at aktivere denne funktion (gælder kun for kurser, der kører på edx.org-webstedet).", - "authoring.videoeditor.thumbnail.upload.label": "Upload thumbnail", - "authoring.videoeditor.thumbnail.upload.message": "Upload et billede, som eleverne kan se, før de afspiller videoen.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Billeder skal have et billedformat på 16:9 (1280 x 720 px anbefales)", - "authoring.videoeditor.thumbnail.altText": "Billede brugt som thumbnail for video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Slet", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Filstørrelsen for miniaturebilleder skal være større end 2 KB eller mindre end 2 MB. Tilpas størrelsen på dit billede og prøv igen.", - "authoring.videoeditor.transcripts.title": "Afskrifter", - "authoring.videoeditor.transcripts.upload.label": "Tilføj et udskrift", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Tilføj videoafskrifter (kun .srt-filer) for forbedret tilgængelighed.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Tillad transskriptionsdownloads", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Vis transskription i videoafspilleren som standard", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Eleverne vil se et link til at downloade transskriptionen under videoen.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Kun SRT-fil kan uploades", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Kunne ikke uploade transskription. Prøv igen.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transskriptionsfilstørrelsen overskrider det maksimale. Prøv igen.", - "authoring.videoeditor.transcript.deleteTranscript": "Slet", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Kunne ikke slette transskription. Prøv igen.", - "authoring.videoeditor.transcript.replaceTranscript": "Erstatte", - "authoring.videoeditor.transcript.downloadTranscript": "Hent", - "authoring.videoeditor.transcripts.languageSelectLabel": "Sprog", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Vælg sprog", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Afbestille", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Slet", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Er du sikker på, at du vil slette denne transskription?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Vil du slette denne transskription?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Kun SRT-filer kan uploades. Vælg venligst en fil, der ender på .srt for at uploade.", - "authoring.videoEditor.transcripts.importButton.label": "Importer afskrift", - "authoring.videoEditor.transcripts.importCard.header": "Vil du importere transskription fra YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Vi fandt udskrift af denne video på YouTube. Vil du importere det nu?", - "authoring.videoeditor.videoSource.title.label": "Videokilde", - "authoring.videoeditor.videoSource.videoId.label": "Video-id", - "authoring.videoeditor.videoSource.videoId.feedback": "Hvis du blev tildelt et video-id af edX, skal du indtaste ID'et her.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL'en til din video. Dette kan være en YouTube-URL eller et link til en .mp4-, .ogg- eller .webm-videofil, der er hostet andre steder på internettet.", - "authoring.videoeditor.videoIdChangeAlert.message": "Video-id-feltet er ændret. Tjek venligst video-URL- og reserve-URL-værdierne og opdater dem om nødvendigt.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Reservevideoer", - "authoring.videoeditor.videoSource.fallbackVideo.message": "For at være sikker på, at alle elever kan få adgang til videoen, anbefaler edX at levere yderligere videoer i både .mp4- og .webm-formater. Den første listede video, der er kompatibel med elevens enhed, afspilles.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Slet", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Tillad videodownloads", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Tillad elever at downloade versioner af denne video i forskellige formater, hvis de ikke kan bruge edX-videoafspilleren eller ikke har adgang til YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Tillad, at denne video bliver delt på sociale medier.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Tillad elever at dele denne video offentligt på sociale medier. Videoen kan ses af alle, de behøver ikke at tilmelde sig kurset eller endda have en edX-konto. Links til siden Kurset om og tilmelding til kurset vises ved siden af videoen.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Tilføj en video-URL", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Generel feedback", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Indtast generel feedback", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Indtast feedback for at blive vist, når en elev afgiver et forkert svar. Dette vil blive tilsidesat, hvis du tilføjer svarspecifik feedback.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Ingen", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Ingen", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Tilføj gruppefeedback", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Gruppefeedback vises, når en elev vælger et specifikt sæt svar.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Gruppe feedback", - "authoring.problemeditor.settings.randomization.SettingTitle": "Randomiseret", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Ingen Python-baseret randomisering er til stede i dette problem.} andet {Definerer, hvornår variablerne specificeret i det tilknyttede Python-script skal randomiseres. For problemer, der ikke randomiserer værdier, skal du angive "Aldrig".} }", - "problemEditor.settings.tolerance.title": "Tolerance", - "problemEditor.settings.tolerance.summary.none": "Ingen", - "problemEditor.settings.tolerance.description.text": "Fejlmarginen på hver side af et svar.", - "problemEditor.settings.tolerance.valueinput": "Tolerance", - "problemEditor.settings.tolerance.answerrangewarning": "Tolerance kan ikke anvendes på et svarområde", - "problemEditor.settings.tolerance.type.percent": "Procent", - "problemEditor.settings.tolerance.type.number": "Nummer", - "problemEditor.settings.tolerance.type.none": "Ingen" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/de_DE.json b/translations/frontend-lib-content-components/src/i18n/messages/de_DE.json deleted file mode 100644 index f075ea61d33..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/de_DE.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Fehler: Editor konnte nicht gefunden werden", - "VideoUploadEditor.dropVideoFileHere": "Ziehen Sie das Video hierher und legen Sie es ab oder klicken Sie zum Hochladen", - "VideoUploadEditor.browse": "Dateien durchsuchen", - "VideoUploadEditor.uploadInfo": "MP4- oder MOV-Dateien hochladen (maximal 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Den Editor verlassen?", - "authoring.editorContainer.cancelConfirm.description": "Möchten Sie den Editor wirklich verlassen? Alle nicht gespeicherten Änderungen gehen verloren.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Das Problem konnte nicht geladen werden", - "authoring.texteditor.load.error": "Fehler: Textinhalt konnte nicht geladen werden", - "authoring.texteditor.spinnerScreenReaderText": "Wird geladen", - "authoring.videoEditor.spinnerScreenReaderText": "Wird geladen", - "authoring.videoEditor.replaceVideoButtonLabel": "Video ersetzen", - "authoring.videoUpload.spinnerScreenReaderText": "Wird geladen", - "VideoUploadEditor.pasteURL": "Fügen Sie Ihre Video-ID oder URL ein", - "VideoUploadEditor.closeButtonAltText": "Schließen", - "VideoUploadEditor.submitButtonAltText": "Absenden", - "authoring.baseModal.cancelButtonLabel": "Löschen", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML-Literale", - "authoring.draggableList.tooltip.content": "Für eine neue Reihenfolge, ziehen", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Fehler", - "unexpected.error.message.text": "Ein unerwarteter Fehler ist aufgetreten. Bitte klicken Sie auf die Schaltfläche unten, um die Seite zu aktualisieren.", - "unexpected.error.button.text": "Erneut versuchen", - "unexpected.error.returnToUnitPage.button.text": "Zurück zur Einheitenseite", - "unexpected.error.returnToCourseOutline.button.text": "Kehren Sie zur {outlineType} -Gliederung zurück", - "authoring.texteditor.sourcecodemodal.next.label": "Speichern", - "authoring.texteditor.sourcecodemodal.title.label": "Quellcode bearbeiten", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Bildeinstellungen", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Speichern", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Bild ersetzen", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Bilddimensionen", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Breite", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Höhe", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "Dimensionen freischalten", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "Schlossabmessungen", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Verwenden Sie Prozentsätze für die Breite und Höhe des Bildes", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Barrierefreiheit", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alt-Text", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Dieses Bild ist dekorativ (kein Alternativtext erforderlich).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Geben Sie Alternativtext ein oder geben Sie an, dass das Bild nur dekorativ ist.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Geben Sie Alternativtext ein", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Dimensionswerte müssen kleiner oder gleich 100 sein.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Geben Sie einen Wert kleiner oder gleich 100 ein.", - "authoring.texteditor.selectimagemodal.next.label": "Weiter", - "authoring.texteditor.selectimagemodal.upload.label": "Laden Sie ein neues Bild hoch (maximal 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Fügen Sie ein Bild hinzu", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Nach Datum hinzugefügt (neueste)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Nach hinzugefügtem Datum (ältestes)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Nach Namen (aufsteigend)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Nach Namen (absteigend)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "In Ihrer Galerie wurden keine Bilder gefunden. Bitte laden Sie ein Bild über die Schaltfläche unten hoch.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Bild konnte nicht hochgeladen werden. Bitte versuche es erneut.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Kursbilder konnten nicht abgerufen werden. Bitte versuche es erneut.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Bilder dürfen maximal 10 MB groß sein. Bitte ändern Sie die Bildgröße und versuchen Sie es erneut.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Wählen Sie ein Bild aus, um fortzufahren.", - "authoring.editorfooter.save.error": "Fehler: Das Speichern des Inhalts ist fehlgeschlagen. Bitte überprüfen Sie die letzten Änderungen und versuchen Sie es später erneut.", - "authoring.editorfooter.cancelButton.ariaLabel": "Änderungen verwerfen und zum Lernkontext zurückkehren", - "authoring.editorfooter.cancelButton.label": "Löschen", - "authoring.editorfooter.savebutton.ariaLabel": "Speichern Sie die Änderungen und kehren Sie zum Lernkontext zurück", - "authoring.editorfooter.savebutton.label": "Speichern", - "authoring.texteditor.title.loading": "Wird geladen...", - "authoring.texteditor.header.cancelChangesLabel": "Änderungen abbrechen und zum Lernkontext zurückkehren", - "authoring.texteditor.header.editTitleLabel": "Titel bearbeiten", - "authoring.texteditor.header.cancelTitleEdit": "Löschen", - "authoring.texteditor.header.saveTitleEdit": "Speichern", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Löschen", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Möchten Sie den Editor wirklich verlassen?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Keine Antwort angegeben", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Es wurde keine richtige Antwort angegeben.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Diskrepanz bei den OLX-Einstellungen", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Es wurde eine Diskrepanz zwischen den im Problem-Tag des OLX definierten Einstellungen und den in der Seitenleiste ausgewählten Einstellungen festgestellt. Die im Problem-Tag des OLX definierten Einstellungen werden gespeichert und die entsprechenden Werte in der Seitenleiste werden verworfen.", - "authoring.answerwidget.answer.answerWidgetTitle": "Antworten", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Antwort hinzufügen", - "authoring.answerwidget.answer.placeholder": "Geben Sie eine Antwort ein", - "authoring.answerwidget.feedback.placeholder": "Feedback-Nachricht", - "authoring.answerwidget.feedback.icon.alt": "Feedback umschalten", - "authoring.answerwidget.answer.delete.icon.alt": "Antwort löschen", - "authoring.answerwidget.feedback.selected.label": "Folgende Rückmeldung anzeigen, wenn {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "ist ausgewählt", - "authoring.answerwidget.feedback.unselected.label": "Folgende Rückmeldung anzeigen, wenn {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "ist nicht ausgewählt", - "authoring.answerwidget.answer.addAnswerRangeButton": "Antwortbereich hinzufügen", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Geben Sie einen Antwortbereich ein", - "authoring.answerwidget.answer.answerRangeHelperText": "Geben Sie die Mindest- und Höchstwerte durch Komma getrennt ein. Verwenden Sie eine Klammer, um die Zahl daneben in den Bereich einzuschließen, oder eine Klammer, um die Zahl auszuschließen. Um beispielsweise die richtigen Antworten als 5, 6 oder 7, aber nicht als 8 zu identifizieren, geben Sie [5,8) an.", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Erklärung", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Geben Sie eine Erklärung für die richtige Antwort", - "authoring.problemEditor.questionwidget.placeholder": "Geben Sie Ihre Frage ein", - "authoring.questionwidget.question.questionWidgetTitle": "Frage", - "authoring.problemeditor.settings.settingsWidgetTitle": "Einstellungen", - "authoring.problemeditor.settings.showAdvancedButton": "Erweiterte Einstellungen anzeigen", - "authoring.problemeditor.settings.delete.icon.alt": "Antwort löschen", - "authoring.problemeditor.settings.advancedSettingLink.text": "Legen Sie in den erweiterten Einstellungen einen Standardwert fest", - "authoring.problemeditor.settings.hint.title": "Hinweise", - "authoring.problemeditor.settings.hint.inputLabel": "Hinweis", - "authoring.problemeditor.settings.hint.addHintButton": "Hinweis hinzufügen", - "authoring.problemeditor.settings.hint.noHintSummary": "kein", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Reset-Option anzeigen", - "authoring.problemeditor.settings.reset.true": "Richtig", - "authoring.problemeditor.settings.reset.false": "Falsch", - "authoring.problemeditor.settings.reset.text": "Legt fest, ob eine Schaltfläche „Zurücksetzen“ angezeigt wird, damit der Benutzer seine Antwort zurücksetzen kann, im Allgemeinen zur Verwendung in der Praxis oder bei formativen Beurteilungen.", - "authoring.problemeditor.settings.scoring.title": "Wertung", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Versuche", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Punkte", - "authoring.problemeditor.settings.scoring.unlimited": "Unbegrenzte Versuche", - "authoring.problemeditor.settings.scoring.attempts": "{Versuche, Plural, =1 {# Versuch} andere {# Versuche}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Unbegrenzte Versuche", - "authoring.problemeditor.settings.scoring.weight": "{Gewicht, Plural, =0 {Unbewertet} andere {# Punkte}}", - "authoring.problemeditor.settings.scoring.label": "Geben Sie die Punktwertigkeit und die Anzahl der Antwortversuche an", - "authoring.problemeditor.settings.scoring.attempts.hint": "Wenn in den erweiterten Einstellungen kein Standardwert festgelegt ist, sind unbegrenzte Versuche zulässig", - "authoring.problemeditor.settings.scoring.weight.hint": "Wenn kein Wert angegeben ist, ist das Problem einen Punkt wert", - "authoring.problemeditor.settings.showAnswer.title": "Antwort anzeigen", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Anzahl der Versuche", - "authoring.problemeditor.settings.showAnswer.text": "Legen Sie fest, wann Lernende die richtige Antwort sehen können.", - "authoring.problemeditor.settings.timer.title": "Zeit zwischen den Versuchen", - "authoring.problemeditor.settings.timer.summary": "{time} Sekunden", - "authoring.problemeditor.settings.timer.text": "Sekunden die ein Teilnehmer zwischen Einreichungen für eine Fragestellung mit mehreren Versuchen warten muss.", - "authoring.problemeditor.settings.timer.inputLabel": "Sekunden", - "authoring.problemeditor.settings.type.title": "Typ", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Wechseln Sie zum erweiterten Editor", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Wenn Sie den erweiterten Editor verwenden, wird dieses Problem auf OLX übertragen und Sie können nicht zum einfachen Editor zurückkehren.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "In OLX konvertieren?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Wechseln Sie zum erweiterten Editor", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Erklärung", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Geben Sie eine Erklärung für die richtige Antwort.", - "authoring.problemEditor.selectType.title": "Wählen Sie den Problemtyp aus", - "authoring.problemeditor.selecttype.cancelButton.label": "Löschen", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Löschen", - "authoring.problemeditor.selecttype.selectButton.label": "Auswählen", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Auswählen", - "authoring.problemEditor.problemSelect.advanceButton.label": "Erweiterte Problemtypen", - "authoring.problemEditor.advanceProblem.menu.title": "Fortgeschrittene Probleme", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Provisorisch unterstützten Tools fehlt möglicherweise die Robustheit der Funktionalität, die Ihre Kurse erfordern. edX hat keine Kontrolle über die Qualität der Software oder der Inhalte, die mit diesen Tools bereitgestellt werden können. Testen Sie diese Tools gründlich, bevor Sie sie in Ihrem Kurs verwenden, insbesondere in benoteten Abschnitten. Für vorläufig unterstützte Tools ist möglicherweise keine vollständige Dokumentation verfügbar, oder die Dokumentation ist möglicherweise von anderen Quellen als edX verfügbar.} Not_supported {Tools ohne Unterstützung werden von edX nicht verwaltet und werden möglicherweise in Zukunft nicht mehr unterstützt. Sie werden nicht für die Verwendung in Kursen empfohlen, da eine oder mehrere der Grundanforderungen nicht eingehalten werden, z. B. Prüfung, Zugänglichkeit, Internationalisierung und Dokumentation.} Sonstiges { } }", - "authoring.problemEditor.preview.title": "{previewTitle} Problem", - "authoring.problemEditor.preview.altText": "Eine Vorschaudarstellung eines {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} Numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } Problem", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Lernen Sie mehr", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Erfahren Sie mehr über erweiterte Problemtypen", - "authoring.videoeditor.expand": "Erweitern", - "authoring.videoeditor.collapse": "Zusammenbruch", - "authoring.videoeditor.validate.error.title": "Wir konnten Ihr Video nicht hinzufügen.", - "authoring.videoeditor.validate.error.body": "Bitte überprüfen Sie Ihre Eingaben und versuchen Sie es erneut.", - "authoring.videoeditor.duration.title": "Dauer", - "authoring.videoeditor.duration.description": "Legen Sie einen bestimmten Abschnitt des Videos für die Wiedergabe fest.", - "authoring.videoeditor.duration.startTime.label": "Startzeit", - "authoring.videoeditor.duration.stopTime.label": "Stoppen Sie die Zeit", - "authoring.videoeditor.duration.hint": "Geben Sie die Zeit als HH:MM:SS ein", - "authoring.videoeditor.duration.fullVideoLength": "Volle Videolänge", - "authoring.videoeditor.duration.startsAt": "Beginnt bei {startTime}", - "authoring.videoeditor.duration.total": "Gesamt: {total}", - "authoring.videoeditor.duration.custom": "Benutzerdefiniert: {total}", - "authoring.videoeditor.transcripts.empty": "Keine Transkripte hinzugefügt", - "authoring.videoeditor.videotype.youtube": "YouTube-Video", - "authoring.videoeditor.videotype.other": "Anderes Video", - "authoring.videoeditor.handout.title.label": "Handzettel", - "authoring.videoeditor.handout.upload.label": "Handout hochladen", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Fügen Sie zu diesem Video ein Handout hinzu. Lernende können diese Datei herunterladen, indem sie unter dem Video auf „Handout herunterladen“ klicken.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Handout konnte nicht hochgeladen werden. Bitte versuche es erneut.", - "authoring.videoeditor.handout.error.fileSizeError": "Handout-Dateien dürfen maximal 20 MB groß sein. Bitte ändern Sie die Dateigröße und versuchen Sie es erneut.", - "authoring.videoeditor.handout.handoutHelpMessage": "Lernende können diese Datei herunterladen, indem sie unter dem Video auf „Handout herunterladen“ klicken.", - "authoring.videoeditor.handout.deleteHandout": "Löschen", - "authoring.videoeditor.handout.replaceHandout": "Ersetzen", - "authoring.videoeditor.handout.downloadHandout": "Download", - "authoring.videoeditor.license.title": "Lizens", - "authoring.videoeditor.license.licenseType.label": "Lizenztyp", - "authoring.videoeditor.license.detailsSubsection.title": "Lizenzdetails", - "authoring.videoeditor.license.displaySubsection.title": "Lizenzanzeige", - "authoring.videoeditor.license.add.label": "Fügen Sie eine Lizenz für dieses Video hinzu", - "authoring.videoeditor.license.deleteLicenseSelection": "Löschen Sie die Lizenz auf Kursebene und wenden Sie sie an", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Alle Rechte vorbehalten", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Some Rights Reserved", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Lizenzdetails anzeigen", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Diese Lizenz ist derzeit auf Kursebene festgelegt", - "authoring.videoeditor.license.courseLicenseDescription.message": "Auf Kursebene festgelegte Lizenzen werden unten auf den Kursunterlagenseiten Ihres Kurses angezeigt.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Diese Lizenz ist derzeit auf Bibliotheksebene festgelegt", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Auf Bibliotheksebene festgelegte Lizenzen werden im jeweiligen Bibliotheksvideo angezeigt.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Diese Lizenz ist speziell für dieses Video festgelegt", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Wenn ein Video eine andere Lizenz hat als der gesamte Kurs, sehen die Lernenden die Lizenz unten rechts im Videoplayer.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attribution", - "authoring.videoeditor.license.attributionSectionDescription": "Erlauben Sie anderen, Ihr urheberrechtlich geschütztes Werk zu kopieren, zu verteilen, anzuzeigen und auszuführen, aber nur, wenn sie auf die von Ihnen gewünschte Art und Weise Verweise geben. Derzeit ist diese Einstellung erforderlich.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Nicht-kommerziell", - "authoring.videoeditor.license.noncommercialSectionDescription": "Erlauben Sie anderen, Ihr Werk - und daraus abgeleitete Werke - zu kopieren, zu verbreiten, anzuzeigen und auszuführen, jedoch nur für nicht-kommerzielle Zwecke.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "No Derivatives", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Erlauben Sie anderen, nur wortgetreue Kopien Ihres Werkes zu kopieren, zu verteilen, anzuzeigen und auszuführen, keine abgeleiteten Werke, die darauf basieren. Diese Einstellung ist nicht mit \"Share Alike\" kompatibel.", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Share Alike", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Erlauben Sie anderen, abgeleitete Werke nur unter einer Lizenz zu vertreiben, die mit der Lizenz identisch ist, die für Ihr Werk gilt. Diese Einstellung ist nicht kompatibel mit \"No Derivatives\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Sie behalten sich alle Rechte an Ihrer Arbeit vor.", - "authoring.videoeditor.socialShare.title": "Teilen auf sozialen Medien/Netzwerken", - "authoring.videoeditor.socialShare.disabled.subtitle": "Deaktiviert", - "authoring.videoeditor.socialShare.enabled.subtitle": "Aktiviert", - "authoring.videoeditor.socialShare.learnMore.link": "Erfahren Sie mehr über Social Sharing", - "authoring.videoeditor.socialShare.description": "Erlauben Sie, dass dieses Video in sozialen Medien geteilt werden kann", - "authoring.videoeditor.socialShare.checkbox.label": "Dieses Video kann in sozialen Medien geteilt werden", - "authoring.videoeditor.socialShare.overrideNote": "Hinweis: Diese Einstellung wird von der Kursübersichtsseite überschrieben.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Ändern Sie diese Einstellung auf der Kursübersichtsseite.", - "authoring.videoeditor.thumbnail.title": "Miniaturansicht", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Nicht verfügbar", - "authoring.videoeditor.thumbnail.none.subtitle": "kein", - "authoring.videoeditor.thumbnail.yes.subtitle": "Ja", - "authoring.videoeditor.thumbnail.unavailable.message": "Wählen Sie ein Video aus Ihrer Bibliothek aus, um diese Funktion zu aktivieren (gilt nur für Kurse, die auf der Website edx.org ausgeführt werden).", - "authoring.videoeditor.thumbnail.upload.label": "Miniaturansicht hochladen", - "authoring.videoeditor.thumbnail.upload.message": "Laden Sie ein Bild hoch, damit die Lernenden es sehen können, bevor Sie das Video abspielen.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Bilder müssen ein Seitenverhältnis von 16:9 haben (1280 x 720 Pixel empfohlen)", - "authoring.videoeditor.thumbnail.altText": "Bild wird als Miniaturansicht für Video verwendet", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Löschen", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Die Dateigröße für Miniaturansichten muss größer als 2 KB oder kleiner als 2 MB sein. Bitte ändern Sie die Größe Ihres Bildes und versuchen Sie es erneut.", - "authoring.videoeditor.transcripts.title": "Transkripte", - "authoring.videoeditor.transcripts.upload.label": "Fügen Sie ein Transkript hinzu", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Fügen Sie Videotranskripte (nur .srt-Dateien) hinzu, um die Zugänglichkeit zu verbessern.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Transkript-Downloads zulassen", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Transkript standardmäßig im Videoplayer anzeigen", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Den Lernenden wird unter dem Video ein Link zum Herunterladen des Transkripts angezeigt.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Es können nur SRT-Dateien hochgeladen werden", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Das Hochladen des Transkripts ist fehlgeschlagen. Bitte versuche es erneut.", - "authoring.videoeditor.transcript.error.fileSizeError": "Die Größe der Transkriptdatei überschreitet das Maximum. Bitte versuche es erneut.", - "authoring.videoeditor.transcript.deleteTranscript": "Löschen", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Transkript konnte nicht gelöscht werden. Bitte versuche es erneut.", - "authoring.videoeditor.transcript.replaceTranscript": "Ersetzen", - "authoring.videoeditor.transcript.downloadTranscript": "Download", - "authoring.videoeditor.transcripts.languageSelectLabel": "Sprachen", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Sprache auswählen", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Löschen", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Löschen", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Sind Sie sicher, dass Sie dieses Transkript löschen möchten?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Dieses Transkript löschen ?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Es können nur SRT-Dateien hochgeladen werden. Bitte wählen Sie zum Hochladen eine Datei mit der Endung .srt aus.", - "authoring.videoEditor.transcripts.importButton.label": "Transkript importieren", - "authoring.videoEditor.transcripts.importCard.header": "Transkript von YouTube importieren?", - "authoring.videoEditor.transcrtipts.importCard.message": "Wir haben das Transkript dieses Videos auf YouTube gefunden. Möchten Sie es jetzt importieren?", - "authoring.videoeditor.videoSource.title.label": "Videoquelle", - "authoring.videoeditor.videoSource.videoId.label": "Videokennung", - "authoring.videoeditor.videoSource.videoId.feedback": "Wenn Ihnen von edX eine Video-ID zugewiesen wurde, geben Sie die ID hier ein.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video-URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "Die URL für Ihr Video. Dies kann eine YouTube-URL oder ein Link zu einer .mp4-, .ogg- oder .webm-Videodatei sein, die an anderer Stelle im Internet gehostet wird.", - "authoring.videoeditor.videoIdChangeAlert.message": "Das Feld „Video-ID“ hat sich geändert. Bitte überprüfen Sie die Werte für die Video-URL und die Fallback-URL und aktualisieren Sie sie gegebenenfalls.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Fallback-Videos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Um sicherzustellen, dass alle Lernenden auf das Video zugreifen können, empfiehlt edX, zusätzliche Videos sowohl im .mp4- als auch im .webm-Format bereitzustellen. Das erste aufgelistete Video, das mit dem Gerät des Lernenden kompatibel ist, wird abgespielt.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video-URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Löschen", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Video-Downloads zulassen", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Ermöglichen Sie den Lernenden, Versionen dieses Videos in verschiedenen Formaten herunterzuladen, wenn sie den edX-Videoplayer nicht verwenden können oder keinen Zugriff auf YouTube haben.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Erlauben Sie, dass dieses Video in sozialen Medien geteilt wird.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Ermöglichen Sie den Lernenden, dieses Video öffentlich in sozialen Medien zu teilen. Das Video ist für jedermann sichtbar, er muss sich nicht für den Kurs anmelden oder über ein edX-Konto verfügen. Neben dem Video werden Links zur Kursinformationsseite und zur Anmeldung zum Kurs angezeigt.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Fügen Sie eine Video-URL hinzu", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Generelle Rückmeldung", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Geben Sie allgemeines Feedback ein", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Geben Sie das Feedback ein, das angezeigt werden soll, wenn ein Schüler eine falsche Antwort einreicht. Dies wird überschrieben, wenn Sie antwortspezifisches Feedback hinzufügen.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "kein", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "kein", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Fügen Sie Gruppenfeedback hinzu", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Gruppenfeedback wird angezeigt, wenn ein Schüler einen bestimmten Antwortsatz auswählt.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Gruppenfeedback", - "authoring.problemeditor.settings.randomization.SettingTitle": "Zufällige Anordnung", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {In diesem Problem liegt keine Python-basierte Randomisierung vor.} other {Definiert, wann die im zugehörigen Python-Skript angegebenen Variablen randomisiert werden sollen. Geben Sie für Probleme, bei denen Werte nicht randomisiert werden, „Nie“ an.} }", - "problemEditor.settings.tolerance.title": "Toleranz", - "problemEditor.settings.tolerance.summary.none": "kein", - "problemEditor.settings.tolerance.description.text": "Die Fehlerquote auf beiden Seiten einer Antwort.", - "problemEditor.settings.tolerance.valueinput": "Toleranz", - "problemEditor.settings.tolerance.answerrangewarning": "Die Toleranz kann nicht auf einen Antwortbereich angewendet werden", - "problemEditor.settings.tolerance.type.percent": "Prozentsatz", - "problemEditor.settings.tolerance.type.number": "Nummer", - "problemEditor.settings.tolerance.type.none": "kein" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/el.json b/translations/frontend-lib-content-components/src/i18n/messages/el.json deleted file mode 100644 index ac8be8b4ad6..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/el.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Σφάλμα: Δεν ήταν δυνατή η εύρεση του επεξεργαστή", - "VideoUploadEditor.dropVideoFileHere": "Σύρετε και αποθέστε το βίντεο εδώ ή κάντε κλικ για μεταφόρτωση", - "VideoUploadEditor.browse": "ΕΞΕΡΕΥΝΗΣΗ ΑΡΧΕΙΩΝ", - "VideoUploadEditor.uploadInfo": "Μεταφόρτωση αρχείων MP4 ή MOV (μέγ. 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Έξοδος από το πρόγραμμα επεξεργασίας;", - "authoring.editorContainer.cancelConfirm.description": "Είστε βέβαιοι ότι θέλετε να βγείτε από το πρόγραμμα επεξεργασίας; Τυχόν μη αποθηκευμένες αλλαγές θα χαθούν.", - "authoring.editorContainer.okButton.label": "Εντάξει", - "authoring.problemEditor.blockFailed": "Αποτυχία φόρτωσης του προβλήματος", - "authoring.texteditor.load.error": "Σφάλμα: Δεν ήταν δυνατή η φόρτωση περιεχομένου κειμένου", - "authoring.texteditor.spinnerScreenReaderText": "φόρτωση", - "authoring.videoEditor.spinnerScreenReaderText": "φόρτωση", - "authoring.videoEditor.replaceVideoButtonLabel": "Αντικατάσταση βίντεο", - "authoring.videoUpload.spinnerScreenReaderText": "φόρτωση", - "VideoUploadEditor.pasteURL": "Επικολλήστε το αναγνωριστικό ή τη διεύθυνση URL του βίντεο", - "VideoUploadEditor.closeButtonAltText": "Κλείσιμο", - "VideoUploadEditor.submitButtonAltText": "Υποβολή", - "authoring.baseModal.cancelButtonLabel": "Ακύρωση", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "Σύρετε για αναδιάταξη", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Σφάλμα", - "unexpected.error.message.text": "Προέκυψε ένα μη αναμενόμενο σφάλμα. Κάντε κλικ στο κουμπί παρακάτω για να ανανεώσετε τη σελίδα.", - "unexpected.error.button.text": "Προσπάθησε ξανά", - "unexpected.error.returnToUnitPage.button.text": "Επιστροφή στη σελίδα της μονάδας", - "unexpected.error.returnToCourseOutline.button.text": "Επιστρέψτε στο περίγραμμα {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Αποθήκευση", - "authoring.texteditor.sourcecodemodal.title.label": "Επεξεργαστείτε τον πηγαίο κώδικα", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Ρυθμίσεις εικόνας", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Αποθήκευση", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Αντικατάσταση εικόνας", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Διαστάσεις εικόνας", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Πλάτος", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Ύψος", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "διαστάσεις ξεκλειδώματος", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "διαστάσεις κλειδαριάς", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Χρησιμοποιήστε ποσοστά για το πλάτος και το ύψος της εικόνας", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Προσιτότητα", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Εναλλακτικό κείμενο", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Αυτή η εικόνα είναι διακοσμητική (δεν απαιτείται εναλλακτικό κείμενο).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Εισαγάγετε εναλλακτικό κείμενο ή καθορίστε ότι η εικόνα είναι μόνο διακοσμητική.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Εισαγάγετε εναλλακτικό κείμενο", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Οι τιμές των διαστάσεων πρέπει να είναι μικρότερες ή ίσες με 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Εισαγάγετε μια τιμή μικρότερη ή ίση με 100.", - "authoring.texteditor.selectimagemodal.next.label": "Επόμενο ", - "authoring.texteditor.selectimagemodal.upload.label": "Μεταφόρτωση νέας εικόνας (μέγιστο 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Προσθέστε μια εικόνα", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Κατά ημερομηνία προσθήκης (νεότερο)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Κατά ημερομηνία προσθήκης (παλαιότερη)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Με το όνομα (αύξουσα)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Με το όνομα (φθίνουσα)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Δεν βρέθηκαν εικόνες στη συλλογή σας. Ανεβάστε μια εικόνα χρησιμοποιώντας το παρακάτω κουμπί.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Η μεταφόρτωση εικόνας απέτυχε. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Αποτυχία λήψης εικόνων μαθημάτων. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Οι εικόνες πρέπει να είναι 10 MB ή λιγότερο. Αλλάξτε το μέγεθος της εικόνας και δοκιμάστε ξανά.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Επιλέξτε μια εικόνα για να συνεχίσετε.", - "authoring.editorfooter.save.error": "Σφάλμα: Η αποθήκευση περιεχομένου απέτυχε. Ελέγξτε τις πρόσφατες αλλαγές και δοκιμάστε ξανά αργότερα.", - "authoring.editorfooter.cancelButton.ariaLabel": "Απορρίψτε τις αλλαγές και επιστρέψτε στο μαθησιακό πλαίσιο", - "authoring.editorfooter.cancelButton.label": "Ακύρωση", - "authoring.editorfooter.savebutton.ariaLabel": "Αποθηκεύστε τις αλλαγές και επιστρέψτε στο μαθησιακό πλαίσιο", - "authoring.editorfooter.savebutton.label": "Αποθήκευση", - "authoring.texteditor.title.loading": "Γίνεται φόρτωση..", - "authoring.texteditor.header.cancelChangesLabel": "Ακυρώστε τις αλλαγές και επιστρέψτε στο μαθησιακό πλαίσιο", - "authoring.texteditor.header.editTitleLabel": "Επεξεργασία τίτλου", - "authoring.texteditor.header.cancelTitleEdit": "Ακύρωση", - "authoring.texteditor.header.saveTitleEdit": "Αποθήκευση", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Ακύρωση", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Εντάξει", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Είστε βέβαιοι ότι θέλετε να βγείτε από το πρόγραμμα επεξεργασίας;", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Δεν προσδιορίστηκε απάντηση", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Δεν έχει καθοριστεί σωστή απάντηση.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Ασυμφωνία ρυθμίσεων OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Βρέθηκε μια ασυμφωνία μεταξύ των ρυθμίσεων που ορίζονται στην ετικέτα προβλήματος του OLX και των ρυθμίσεων που επιλέχθηκαν στην πλαϊνή γραμμή. Οι ρυθμίσεις που ορίζονται στην ετικέτα προβλήματος του OLX θα αποθηκευτούν και οι αντίστοιχες τιμές στην πλαϊνή γραμμή θα απορριφθούν.", - "authoring.answerwidget.answer.answerWidgetTitle": "Απαντήσεις", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Προσθήκη απάντησης", - "authoring.answerwidget.answer.placeholder": "Εισαγάγετε μια απάντηση", - "authoring.answerwidget.feedback.placeholder": "Μήνυμα ανατροφοδότησης", - "authoring.answerwidget.feedback.icon.alt": "Εναλλαγή σχολίων", - "authoring.answerwidget.answer.delete.icon.alt": "Διαγραφή απάντησης", - "authoring.answerwidget.feedback.selected.label": "Εμφάνιση των ακόλουθων σχολίων όταν {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "επιλέγεται", - "authoring.answerwidget.feedback.unselected.label": "Εμφάνιση των ακόλουθων σχολίων όταν {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "δεν επιλέγεται", - "authoring.answerwidget.answer.addAnswerRangeButton": "Προσθήκη εύρους απαντήσεων", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Εισαγάγετε ένα εύρος απαντήσεων", - "authoring.answerwidget.answer.answerRangeHelperText": "Εισαγάγετε τις ελάχιστες και μέγιστες τιμές διαχωρισμένες με κόμμα. Χρησιμοποιήστε μια αγκύλη για να συμπεριλάβετε τον αριθμό δίπλα του στο εύρος ή μια παρένθεση για να εξαιρέσετε τον αριθμό. Για παράδειγμα, για να προσδιορίσετε τις σωστές απαντήσεις ως 5, 6 ή 7, αλλά όχι 8, καθορίστε το [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Eξήγηση", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Δώστε μια εξήγηση για τη σωστή απάντηση", - "authoring.problemEditor.questionwidget.placeholder": "Εισαγάγετε την ερώτησή σας", - "authoring.questionwidget.question.questionWidgetTitle": "Ερώτηση", - "authoring.problemeditor.settings.settingsWidgetTitle": "Ρυθμίσεις", - "authoring.problemeditor.settings.showAdvancedButton": "Εμφάνιση σύνθετων ρυθμίσεων", - "authoring.problemeditor.settings.delete.icon.alt": "Διαγραφή απάντησης", - "authoring.problemeditor.settings.advancedSettingLink.text": "Ορίστε μια προεπιλεγμένη τιμή στις σύνθετες ρυθμίσεις", - "authoring.problemeditor.settings.hint.title": "Υπόδειξη", - "authoring.problemeditor.settings.hint.inputLabel": "Υπόδειξη", - "authoring.problemeditor.settings.hint.addHintButton": "Προσθήκη υπόδειξης", - "authoring.problemeditor.settings.hint.noHintSummary": "Ουδεμία", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Εμφάνιση επιλογής επαναφοράς", - "authoring.problemeditor.settings.reset.true": "Αληθές", - "authoring.problemeditor.settings.reset.false": "Ψευδές", - "authoring.problemeditor.settings.reset.text": "Καθορίζει εάν εμφανίζεται ένα κουμπί "Επαναφορά", ώστε ο χρήστης να μπορεί να επαναφέρει την απάντησή του, γενικά για χρήση στην πράξη ή διαμορφωτικές αξιολογήσεις.", - "authoring.problemeditor.settings.scoring.title": "Σκοράρισμα", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Προσπάθειες", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Μονάδες", - "authoring.problemeditor.settings.scoring.unlimited": "Απεριόριστες προσπάθειες", - "authoring.problemeditor.settings.scoring.attempts": "{επιχειρήσεις, πληθυντικός, =1 {# προσπάθεια} άλλες {# προσπάθειες}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Απεριόριστες προσπάθειες", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Καθορίστε το βάρος των πόντων και τον αριθμό των προσπαθειών απάντησης", - "authoring.problemeditor.settings.scoring.attempts.hint": "Εάν δεν έχει οριστεί μια προεπιλεγμένη τιμή σε σύνθετες ρυθμίσεις, επιτρέπονται απεριόριστες προσπάθειες", - "authoring.problemeditor.settings.scoring.weight.hint": "Εάν δεν έχει οριστεί μια τιμή, το πρόβλημα αξίζει έναν βαθμό", - "authoring.problemeditor.settings.showAnswer.title": "Εμφάνιση απάντησης", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Αριθμός προσπαθειών", - "authoring.problemeditor.settings.showAnswer.text": "Καθορίστε πότε οι μαθητές μπορούν να δουν τη σωστή απάντηση.", - "authoring.problemeditor.settings.timer.title": "Χρόνος μεταξύ των προσπαθειών", - "authoring.problemeditor.settings.timer.summary": "{time} δευτερόλεπτα", - "authoring.problemeditor.settings.timer.text": "Δευτερόλεπτα αναμονής προτού επιτραπεί σε έναν φοιτητή να απαντήσει σε πρόβλημα με πολλαπλές προσπάθειες.", - "authoring.problemeditor.settings.timer.inputLabel": "Δευτερόλεπτα", - "authoring.problemeditor.settings.type.title": "Τύπος", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Μετάβαση σε προηγμένο πρόγραμμα επεξεργασίας", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Εάν χρησιμοποιείτε το προηγμένο πρόγραμμα επεξεργασίας, αυτό το πρόβλημα θα μετατραπεί σε OLX και δεν θα μπορείτε να επιστρέψετε στον απλό επεξεργαστή.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Μετατροπή σε OLX;", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Μετάβαση σε προηγμένο πρόγραμμα επεξεργασίας", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Eξήγηση", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Δώστε μια εξήγηση για τη σωστή απάντηση.", - "authoring.problemEditor.selectType.title": "Επιλέξτε τύπο προβλήματος", - "authoring.problemeditor.selecttype.cancelButton.label": "Ακύρωση", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Ακύρωση", - "authoring.problemeditor.selecttype.selectButton.label": "Επιλέξτε.", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Επιλέξτε.", - "authoring.problemEditor.problemSelect.advanceButton.label": "Προηγμένοι τύποι προβλημάτων", - "authoring.problemEditor.advanceProblem.menu.title": "Προχωρημένα προβλήματα", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Τα εργαλεία που υποστηρίζονται προσωρινά ενδέχεται να μην έχουν τη λειτουργικότητα που απαιτούν τα μαθήματά σας. Η edX δεν έχει τον έλεγχο της ποιότητας του λογισμικού ή του περιεχομένου που μπορεί να παρασχεθεί χρησιμοποιώντας αυτά τα εργαλεία. Δοκιμάστε αυτά τα εργαλεία σχολαστικά πριν τα χρησιμοποιήσετε στο μάθημά σας, ειδικά σε διαβαθμισμένες ενότητες. Η πλήρης τεκμηρίωση ενδέχεται να μην είναι διαθέσιμη για εργαλεία που υποστηρίζονται προσωρινά ή η τεκμηρίωση μπορεί να είναι διαθέσιμη από πηγές άλλες εκτός του edX.} Not_supported {Τα εργαλεία χωρίς υποστήριξη δεν διατηρούνται από το edX και ενδέχεται να καταργηθούν στο μέλλον. Δεν συνιστώνται για χρήση σε μαθήματα λόγω μη συμμόρφωσης με μία ή περισσότερες από τις βασικές απαιτήσεις, όπως δοκιμή, προσβασιμότητα, διεθνοποίηση και τεκμηρίωση.} άλλα { } }", - "authoring.problemEditor.preview.title": "{previewTitle} πρόβλημα", - "authoring.problemEditor.preview.altText": "Μια απεικόνιση προεπισκόπησης ενός προβλήματος {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} Choiceresponse {multiple select} other {null}}", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Μάθετε περισσότερα", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Μάθετε περισσότερα σχετικά με τους σύνθετους τύπους προβλημάτων", - "authoring.videoeditor.expand": "Επεκτείνουν", - "authoring.videoeditor.collapse": "Κατάρρευση", - "authoring.videoeditor.validate.error.title": "Δεν ήταν δυνατή η προσθήκη του βίντεό σας.", - "authoring.videoeditor.validate.error.body": "Ελέγξτε τις καταχωρίσεις σας και δοκιμάστε ξανά.", - "authoring.videoeditor.duration.title": "Διάρκεια", - "authoring.videoeditor.duration.description": "Ορίστε μια συγκεκριμένη ενότητα του βίντεο για αναπαραγωγή.", - "authoring.videoeditor.duration.startTime.label": "Ωρα έναρξης", - "authoring.videoeditor.duration.stopTime.label": "Σταματήστε το χρόνο", - "authoring.videoeditor.duration.hint": "Εισαγάγετε την ώρα ως ΩΩ:ΛΛ:ΔΔ", - "authoring.videoeditor.duration.fullVideoLength": "Πλήρης διάρκεια βίντεο", - "authoring.videoeditor.duration.startsAt": "Ξεκινά στο {startTime}", - "authoring.videoeditor.duration.total": "Σύνολο: {total}", - "authoring.videoeditor.duration.custom": "Προσαρμοσμένο: {total}", - "authoring.videoeditor.transcripts.empty": "Δεν προστέθηκαν μεταγραφές", - "authoring.videoeditor.videotype.youtube": "βίντεο YouTube", - "authoring.videoeditor.videotype.other": "Άλλο βίντεο", - "authoring.videoeditor.handout.title.label": "Ελεημοσύνη", - "authoring.videoeditor.handout.upload.label": "Μεταφόρτωση φυλλαδίου", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Προσθέστε ένα φυλλάδιο για να συνοδεύσετε αυτό το βίντεο. Οι μαθητές μπορούν να κατεβάσουν αυτό το αρχείο κάνοντας κλικ στο "Λήψη φυλλαδίου" κάτω από το βίντεο.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Απέτυχε η μεταφόρτωση του φυλλαδίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.videoeditor.handout.error.fileSizeError": "Τα αρχεία φυλλαδίων πρέπει να είναι 20 MB ή λιγότερο. Αλλάξτε το μέγεθος του αρχείου και δοκιμάστε ξανά.", - "authoring.videoeditor.handout.handoutHelpMessage": "Οι μαθητές μπορούν να κατεβάσουν αυτό το αρχείο κάνοντας κλικ στο "Λήψη φυλλαδίου" κάτω από το βίντεο.", - "authoring.videoeditor.handout.deleteHandout": "Διαγραφή", - "authoring.videoeditor.handout.replaceHandout": "Αντικατάσταση", - "authoring.videoeditor.handout.downloadHandout": "Λήψη", - "authoring.videoeditor.license.title": "Άδεια", - "authoring.videoeditor.license.licenseType.label": "Τύπος άδειας", - "authoring.videoeditor.license.detailsSubsection.title": "Στοιχεία άδειας χρήσης", - "authoring.videoeditor.license.displaySubsection.title": "Εμφάνιση άδειας", - "authoring.videoeditor.license.add.label": "Προσθέστε μια άδεια για αυτό το βίντεο", - "authoring.videoeditor.license.deleteLicenseSelection": "Διαγράψτε και εφαρμόστε την άδεια σε επίπεδο μαθήματος", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Με την επιφύλαξη κάθε νόμιμου δικαιώματος", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Με επιφύλαξη μερικών δικαιωμάτων", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Προβολή λεπτομερειών άδειας", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Αυτή η άδεια έχει οριστεί επί του παρόντος σε επίπεδο μαθήματος", - "authoring.videoeditor.license.courseLicenseDescription.message": "Οι άδειες που έχουν οριστεί σε επίπεδο μαθήματος εμφανίζονται στο κάτω μέρος των σελίδων του προγράμματος μαθημάτων στο μάθημά σας.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Αυτή η άδεια έχει οριστεί σε επίπεδο βιβλιοθήκης", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Οι άδειες που έχουν οριστεί σε επίπεδο βιβλιοθήκης εμφανίζονται στο συγκεκριμένο βίντεο βιβλιοθήκης.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Αυτή η άδεια έχει ρυθμιστεί ειδικά για αυτό το βίντεο", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Όταν ένα βίντεο έχει διαφορετική άδεια από το μάθημα στο σύνολό του, οι μαθητές βλέπουν την άδεια κάτω δεξιά στο πρόγραμμα αναπαραγωγής βίντεο.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Μνεία", - "authoring.videoeditor.license.attributionSectionDescription": "Επιτρέψτε σε άλλους την αντιγραφή, διανομή, προβολή και μεταβολή της δουλειάς σας, αλλά μόνο εάν γίνει σαφής αναφορά στον τρόπο αίτησης από εσάς. Προς το παρόν, αυτή η επιλογή είναι απαιτούμενη.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Μη εμπορική χρήση", - "authoring.videoeditor.license.noncommercialSectionDescription": "Επιτρέψτε σε άλλους την αντιγραφή, διανομή, προβολή και μεταβολή της δουλειάς σας, και των υποπροϊόντων αυτής, αλλά μόνο για μη εμπορική χρήση..", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Όχι παράγωγα", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Επιτρέψτε σε άλλους την αντιγραφή, διανομή, προβολή και πραγματοποίηση μόνο πιστών αντιγράφων της δουλειάς σας, και όχι υποπροϊόντων που έχουν βασιστεί σε αυτήν. Αυτή η επιλογή δεν είναι συμβατή με το \"Διαμοιρασμό ομοίων\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Διαμοιρασμός ομοίων", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Επιτρέψτε σε άλλους να διανείμουν παράγωγα της δουλειάς σας, διανεμημένων υπό την ίδια άδεια που ισχύει για όλη τη δουλειά σας. Αυτή η επιλογή δεν είναι συμβατή με το \"Όχι παράγωγα\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Διατηρείτε όλα τα δικαιώματα για την εργασία σας.", - "authoring.videoeditor.socialShare.title": "Δημοσίευση στα κοινωνικά μέσα", - "authoring.videoeditor.socialShare.disabled.subtitle": "Απενεργοποιημένο", - "authoring.videoeditor.socialShare.enabled.subtitle": "Ενεργό", - "authoring.videoeditor.socialShare.learnMore.link": "Μάθετε περισσότερα σχετικά με την κοινή χρήση κοινωνικών δικτύων", - "authoring.videoeditor.socialShare.description": "Επιτρέψτε σε αυτό το βίντεο να είναι κοινόχρηστο στα μέσα κοινωνικής δικτύωσης", - "authoring.videoeditor.socialShare.checkbox.label": "Αυτό το βίντεο μπορεί να κοινοποιηθεί στα μέσα κοινωνικής δικτύωσης", - "authoring.videoeditor.socialShare.overrideNote": "Σημείωση: Αυτή η ρύθμιση παρακάμπτεται από τη σελίδα περίληψης του μαθήματος.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Αλλάξτε αυτήν τη ρύθμιση στη σελίδα περίληψης του μαθήματος.", - "authoring.videoeditor.thumbnail.title": "Μικρογραφία", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Μη διαθέσιμο", - "authoring.videoeditor.thumbnail.none.subtitle": "Ουδεμία", - "authoring.videoeditor.thumbnail.yes.subtitle": "Ναι", - "authoring.videoeditor.thumbnail.unavailable.message": "Επιλέξτε ένα βίντεο από τη βιβλιοθήκη σας για να ενεργοποιήσετε αυτήν τη δυνατότητα (ισχύει μόνο για μαθήματα που εκτελούνται στον ιστότοπο edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Μεταφόρτωση μικρογραφίας", - "authoring.videoeditor.thumbnail.upload.message": "Ανεβάστε μια εικόνα για να τη δουν οι μαθητές πριν από την αναπαραγωγή του βίντεο.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Οι εικόνες πρέπει να έχουν λόγο διαστάσεων 16:9 (συνιστάται 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Η εικόνα χρησιμοποιείται ως μικρογραφία για βίντεο", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Διαγραφή", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Το μέγεθος αρχείου για τις μικρογραφίες πρέπει να είναι μεγαλύτερο από 2 KB ή μικρότερο από 2 MB. Αλλάξτε το μέγεθος της εικόνας σας και δοκιμάστε ξανά.", - "authoring.videoeditor.transcripts.title": "Μεταγραφές", - "authoring.videoeditor.transcripts.upload.label": "Προσθέστε μια μεταγραφή", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Προσθέστε μεταγραφές βίντεο (μόνο αρχεία .srt) για βελτιωμένη προσβασιμότητα.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Να επιτρέπονται οι λήψεις μεταγραφής", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Εμφάνιση μεταγραφής στο πρόγραμμα αναπαραγωγής βίντεο από προεπιλογή", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Οι μαθητές θα δουν έναν σύνδεσμο για να κατεβάσουν τη μεταγραφή κάτω από το βίντεο.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Μόνο αρχείο SRT μπορεί να μεταφορτωθεί", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Αποτυχία μεταφόρτωσης μεταγραφής. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.videoeditor.transcript.error.fileSizeError": "Το μέγεθος αρχείου μεταγραφής υπερβαίνει το μέγιστο. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.videoeditor.transcript.deleteTranscript": "Διαγραφή", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Αποτυχία διαγραφής μεταγραφής. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.", - "authoring.videoeditor.transcript.replaceTranscript": "Αντικατάσταση", - "authoring.videoeditor.transcript.downloadTranscript": "Λήψη", - "authoring.videoeditor.transcripts.languageSelectLabel": "Γλώσσες", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Επιλέξτε γλώσσα", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Ακύρωση", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Διαγραφή", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν τη μεταγραφή;", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Διαγραφή αυτής της μεταγραφής;", - "authoring.videoeditor.transcripts.fileTypeWarning": "Μόνο αρχεία SRT μπορούν να μεταφορτωθούν. Επιλέξτε ένα αρχείο που τελειώνει σε .srt για μεταφόρτωση.", - "authoring.videoEditor.transcripts.importButton.label": "Εισαγωγή μεταγραφής", - "authoring.videoEditor.transcripts.importCard.header": "Εισαγωγή μεταγραφής από το YouTube;", - "authoring.videoEditor.transcrtipts.importCard.message": "Βρήκαμε τη μεταγραφή αυτού του βίντεο στο YouTube. Θέλετε να το εισαγάγετε τώρα;", - "authoring.videoeditor.videoSource.title.label": "Πηγή βίντεο", - "authoring.videoeditor.videoSource.videoId.label": "Ταυτότητα βίντεο", - "authoring.videoeditor.videoSource.videoId.feedback": "Εάν σας έχει εκχωρηθεί ένα αναγνωριστικό βίντεο από το edX, εισαγάγετε το αναγνωριστικό εδώ.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL βίντεο", - "authoring.videoeditor.videoSource.videoUrl.feedback": "Το URL για το βίντεό σας. Αυτό μπορεί να είναι μια διεύθυνση URL του YouTube ή ένας σύνδεσμος προς ένα αρχείο βίντεο .mp4, .ogg ή .webm που φιλοξενείται αλλού στο διαδίκτυο.", - "authoring.videoeditor.videoIdChangeAlert.message": "Το πεδίο Αναγνωριστικό βίντεο έχει αλλάξει, ελέγξτε τις τιμές της διεύθυνσης URL βίντεο και της εναλλακτικής διεύθυνσης URL και ενημερώστε τις εάν χρειάζεται.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Εναλλακτικά βίντεο", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Για να βεβαιωθείτε ότι όλοι οι μαθητές μπορούν να έχουν πρόσβαση στο βίντεο, η edX συνιστά την παροχή πρόσθετων βίντεο σε μορφές .mp4 και .webm. Θα αναπαραχθεί το πρώτο βίντεο που αναφέρεται, συμβατό με τη συσκευή του εκπαιδευόμενου.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL βίντεο", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Διαγραφή", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Επιτρέπονται οι λήψεις βίντεο", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Επιτρέψτε στους μαθητές να κατεβάσουν εκδόσεις αυτού του βίντεο σε διαφορετικές μορφές, εάν δεν μπορούν να χρησιμοποιήσουν το πρόγραμμα αναπαραγωγής βίντεο edX ή δεν έχουν πρόσβαση στο YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Επιτρέψτε την κοινή χρήση αυτού του βίντεο στα μέσα κοινωνικής δικτύωσης.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Επιτρέψτε στους μαθητές να μοιραστούν αυτό το βίντεο δημόσια στα μέσα κοινωνικής δικτύωσης. Το βίντεο θα είναι ορατό από οποιονδήποτε, δεν θα χρειαστεί να εγγραφεί στο μάθημα ή ακόμη και να έχει λογαριασμό edX. Δίπλα στο βίντεο θα εμφανίζονται σύνδεσμοι προς τη σελίδα σχετικά με το μάθημα και την εγγραφή στο μάθημα.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Προσθέστε μια διεύθυνση URL βίντεο", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Γενική Ανατροφοδότηση", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Εισαγάγετε τα Γενικά Σχόλια", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Εισαγάγετε τα σχόλια για να εμφανίζονται όταν ένας μαθητής υποβάλλει λάθος απάντηση. Αυτό θα παρακαμφθεί εάν προσθέσετε σχόλια για συγκεκριμένες απαντήσεις.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Ουδεμία", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Ουδεμία", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Προσθήκη σχολίων ομάδας", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Τα σχόλια της ομάδας θα εμφανίζονται όταν ένας μαθητής επιλέξει ένα συγκεκριμένο σύνολο απαντήσεων.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Ομαδική ανατροφοδότηση", - "authoring.problemeditor.settings.randomization.SettingTitle": "Τυχαιοποίηση", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {No Python based randomization is present in this problem.} other {Defines when to randomize the variables specified in the related Python script. Για προβλήματα που δεν τυχαιοποιούν τιμές, καθορίστε "Ποτέ".} }", - "problemEditor.settings.tolerance.title": "Ανοχή", - "problemEditor.settings.tolerance.summary.none": "Ουδεμία", - "problemEditor.settings.tolerance.description.text": "Το περιθώριο λάθους εκατέρωθεν μιας απάντησης.", - "problemEditor.settings.tolerance.valueinput": "Ανοχή", - "problemEditor.settings.tolerance.answerrangewarning": "Η ανοχή δεν μπορεί να εφαρμοστεί σε ένα εύρος απαντήσεων", - "problemEditor.settings.tolerance.type.percent": "Ποσοστό", - "problemEditor.settings.tolerance.type.number": "Αριθμός", - "problemEditor.settings.tolerance.type.none": "Ουδεμία" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/es_419.json b/translations/frontend-lib-content-components/src/i18n/messages/es_419.json deleted file mode 100644 index 374c7f21bf8..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/es_419.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Error: no se pudo encontrar el editor", - "VideoUploadEditor.dropVideoFileHere": "Arrastra y suelta el vídeo aquí o haz clic para subirlo.", - "VideoUploadEditor.browse": "Búsqueda de archivos", - "VideoUploadEditor.uploadInfo": "Sube archivos MP4 o MOV (5 GB máximo)", - "authoring.editorContainer.cancelConfirm.title": "¿Salir del editor?", - "authoring.editorContainer.cancelConfirm.description": "¿Estás seguro de que quieres salir del editor? Todos los cambios no guardados se perderán.", - "authoring.editorContainer.okButton.label": "Aceptar", - "authoring.problemEditor.blockFailed": "El problema no se pudo cargar", - "authoring.texteditor.load.error": "Error: no se pudo cargar contenido de texto", - "authoring.texteditor.spinnerScreenReaderText": "cargando", - "authoring.videoEditor.spinnerScreenReaderText": "cargando", - "authoring.videoEditor.replaceVideoButtonLabel": "Reemplazar vídeo", - "authoring.videoUpload.spinnerScreenReaderText": "cargando", - "VideoUploadEditor.pasteURL": "Pega tu ID de video o URL", - "VideoUploadEditor.closeButtonAltText": "Cerrar", - "VideoUploadEditor.submitButtonAltText": "Enviar", - "authoring.baseModal.cancelButtonLabel": "Cancelar", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Literales HTML sin escape", - "authoring.draggableList.tooltip.content": "Arrastre para reorganizar", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Error", - "unexpected.error.message.text": "Ocurrió un error inesperado. Haga clic en el botón a continuación para actualizar la página.", - "unexpected.error.button.text": "Intentar otra vez", - "unexpected.error.returnToUnitPage.button.text": "Volver a la página de la unidad", - "unexpected.error.returnToCourseOutline.button.text": "Volver al esquema {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Guardar", - "authoring.texteditor.sourcecodemodal.title.label": "Editar código fuente", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Configuración de imagen", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Guardar", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Remplazar imagen", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensiones de la imagen", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Anchura", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Altura", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "desbloquear dimensiones", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "dimensiones de la cerradura", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Utilice porcentajes para el ancho y alto de la imagen.", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accesibilidad", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Texto alternativo", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Esta imagen es decorativa (no se requiere texto alternativo).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Ingrese texto alternativo o especifique que la imagen es solo decorativa.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Introduce texto alternativo", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Los valores de dimensión deben ser menores o iguales a 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Introduzca un valor menor o igual a 100.", - "authoring.texteditor.selectimagemodal.next.label": "Siguiente", - "authoring.texteditor.selectimagemodal.upload.label": "Sube una nueva imagen (10 MB máx.)", - "authoring.texteditor.selectimagemodal.title.label": "Añadir una imagen", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Por fecha agregada (más reciente)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Por fecha agregada (más antigua)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Por nombre (ascendente)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Por nombre (descendente)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "No se encontraron imágenes en tu galería. Cargue una imagen usando el botón a continuación.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "No se pudo cargar la imagen. Inténtalo de nuevo.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "No se pudieron obtener las imágenes del curso. Inténtalo de nuevo.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Las imágenes deben tener 10 MB o menos. Cambie el tamaño de la imagen e inténtelo de nuevo.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Seleccione una imagen para continuar.", - "authoring.editorfooter.save.error": "Error: Error al guardar el contenido. Verifique los cambios recientes e inténtelo nuevamente más tarde.", - "authoring.editorfooter.cancelButton.ariaLabel": "Descartar cambios y volver al contexto de aprendizaje.", - "authoring.editorfooter.cancelButton.label": "Cancelar", - "authoring.editorfooter.savebutton.ariaLabel": "Guardar cambios y volver al contexto de aprendizaje", - "authoring.editorfooter.savebutton.label": "Guardar", - "authoring.texteditor.title.loading": "Cargando...", - "authoring.texteditor.header.cancelChangesLabel": "Cancelar cambios y regresar al contexto de aprendizaje", - "authoring.texteditor.header.editTitleLabel": "Editar título", - "authoring.texteditor.header.cancelTitleEdit": "Cancelar", - "authoring.texteditor.header.saveTitleEdit": "Guardar", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancelar", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Aceptar", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "¿Estás seguro de que quieres salir del editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "No se ha especificado ninguna respuesta", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "No se ha especificado ninguna respuesta correcta.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Discrepancia en la configuración de OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Se encontró una discrepancia entre las configuraciones definidas en la etiqueta de problema del OLX y las configuraciones seleccionadas en la barra lateral. Las configuraciones definidas en la etiqueta de problema del OLX se guardarán y los valores correspondientes en la barra lateral se descartarán.", - "authoring.answerwidget.answer.answerWidgetTitle": "Respuestas", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Agregar respuesta", - "authoring.answerwidget.answer.placeholder": "Introduce una respuesta", - "authoring.answerwidget.feedback.placeholder": "Mensaje de retroalimentación", - "authoring.answerwidget.feedback.icon.alt": "Alternar comentarios", - "authoring.answerwidget.answer.delete.icon.alt": "Eliminar respuesta", - "authoring.answerwidget.feedback.selected.label": "Muestre los siguientes comentarios cuando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "es seleccionado", - "authoring.answerwidget.feedback.unselected.label": "Muestre los siguientes comentarios cuando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "no esta seleccionado", - "authoring.answerwidget.answer.addAnswerRangeButton": "Agregar rango de respuesta", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Ingrese un rango de respuesta", - "authoring.answerwidget.answer.answerRangeHelperText": "Introduzca los valores mínimo y máximo separados por una coma. Utilice un paréntesis para incluir el número que se encuentra junto a él en el rango, o un paréntesis para excluir el número. Por ejemplo, para identificar las respuestas correctas como 5, 6 o 7, pero no 8, especifique [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explicación", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Proporcione una explicación para la respuesta correcta.", - "authoring.problemEditor.questionwidget.placeholder": "Introduce tu pregunta", - "authoring.questionwidget.question.questionWidgetTitle": "Pregunta", - "authoring.problemeditor.settings.settingsWidgetTitle": "Configuración", - "authoring.problemeditor.settings.showAdvancedButton": "Mostrar configuración avanzada", - "authoring.problemeditor.settings.delete.icon.alt": "Eliminar respuesta", - "authoring.problemeditor.settings.advancedSettingLink.text": "Establecer un valor predeterminado en la configuración avanzada", - "authoring.problemeditor.settings.hint.title": "Consejos", - "authoring.problemeditor.settings.hint.inputLabel": "Consejo", - "authoring.problemeditor.settings.hint.addHintButton": "Agregar pista", - "authoring.problemeditor.settings.hint.noHintSummary": "Ninguno", - "authoring.problemeditor.settings.hint.summary": "{hint} {cuenta, plural, =0 {} otro {(+# más)}}", - "authoring.problemeditor.settings.reset.title": "Mostrar opción de reinicio", - "authoring.problemeditor.settings.reset.true": "Verdadero", - "authoring.problemeditor.settings.reset.false": "Falso", - "authoring.problemeditor.settings.reset.text": "Determina si se muestra un botón "Restablecer" para que el usuario pueda restablecer su respuesta, generalmente para uso en evaluaciones prácticas o formativas.", - "authoring.problemeditor.settings.scoring.title": "Puntuación", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Intentos", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Puntos", - "authoring.problemeditor.settings.scoring.unlimited": "Intentos ilimitados", - "authoring.problemeditor.settings.scoring.attempts": "{intentos, plural, =1 {# intento} otro {# intentos}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Intentos ilimitados", - "authoring.problemeditor.settings.scoring.weight": "{peso, plural, =0 {Sin calificar} otro {# puntos}}", - "authoring.problemeditor.settings.scoring.label": "Especifique el peso de los puntos y el número de intentos de respuesta.", - "authoring.problemeditor.settings.scoring.attempts.hint": "Si no se establece un valor predeterminado en la configuración avanzada, se permiten intentos ilimitados", - "authoring.problemeditor.settings.scoring.weight.hint": "Si no se establece un valor, el problema vale un punto.", - "authoring.problemeditor.settings.showAnswer.title": "Mostrar respuesta", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Número de intentos", - "authoring.problemeditor.settings.showAnswer.text": "Defina cuándo los alumnos pueden ver la respuesta correcta.", - "authoring.problemeditor.settings.timer.title": "Tiempo entre intentos", - "authoring.problemeditor.settings.timer.summary": "{time} segundos", - "authoring.problemeditor.settings.timer.text": "Segundos que un estudiante debe esperar entre los envíos de un problema con múltiples intentos.", - "authoring.problemeditor.settings.timer.inputLabel": "Segundos", - "authoring.problemeditor.settings.type.title": "Tipo", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Cambiar al editor avanzado", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Si utiliza el editor avanzado, este problema se convertirá a OLX y no podrá volver al editor simple.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "¿Convertir a OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Cambiar al editor avanzado", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explicación", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Proporcione una explicación para la respuesta correcta.", - "authoring.problemEditor.selectType.title": "Seleccione el tipo de problema", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancelar", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancelar", - "authoring.problemeditor.selecttype.selectButton.label": "Seleccionar", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Seleccionar", - "authoring.problemEditor.problemSelect.advanceButton.label": "Tipos de problemas avanzados", - "authoring.problemEditor.advanceProblem.menu.title": "Problemas avanzados", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Las herramientas con soporte provisional pueden carecer de la solidez de la funcionalidad que requieren sus cursos. edX no tiene control sobre la calidad del software ni del contenido que se puede proporcionar utilizando estas herramientas. Pruebe estas herramientas minuciosamente antes de usarlas en su curso, especialmente en secciones calificadas. Es posible que la documentación completa no esté disponible para las herramientas admitidas provisionalmente, o que la documentación esté disponible de fuentes distintas a edX.} Not_supported {EdX no mantiene las herramientas sin soporte y es posible que queden obsoletas en el futuro. No se recomienda su uso en cursos debido al incumplimiento de uno o más de los requisitos básicos, como pruebas, accesibilidad, internacionalización y documentación.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problema", - "authoring.problemEditor.preview.altText": "Una ilustración de vista previa de un problema de {tipo de problema, selección, respuesta de opción múltiple {selección única} respuesta de cadena {entrada de texto} respuesta numérica {entrada numérica} respuesta de opción {desplegable} respuesta de elección {selección múltiple} otro {nulo} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Aprender más", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Obtenga más información sobre los tipos de problemas avanzados", - "authoring.videoeditor.expand": "Expandir", - "authoring.videoeditor.collapse": "Colapsar", - "authoring.videoeditor.validate.error.title": "No pudimos agregar tu video.", - "authoring.videoeditor.validate.error.body": "Por favor, verifica tus respuestas y vuelve a intentarlo.", - "authoring.videoeditor.duration.title": "Duración", - "authoring.videoeditor.duration.description": "Establece una sección específica del vídeo para reproducir.", - "authoring.videoeditor.duration.startTime.label": "Hora de inicio", - "authoring.videoeditor.duration.stopTime.label": "Para el tiempo", - "authoring.videoeditor.duration.hint": "Introduzca la hora como HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Duración completa del vídeo", - "authoring.videoeditor.duration.startsAt": "Comienza en {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Personalizado: {total}", - "authoring.videoeditor.transcripts.empty": "No se agregaron transcripciones", - "authoring.videoeditor.videotype.youtube": "Video de Youtube", - "authoring.videoeditor.videotype.other": "Otro vídeo", - "authoring.videoeditor.handout.title.label": "Repartir", - "authoring.videoeditor.handout.upload.label": "Subir folleto.", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Agregue un folleto para acompañar este video. Los estudiantes pueden descargar este archivo haciendo clic en "Descargar folleto" debajo del video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "No se pudo cargar el folleto. Inténtalo de nuevo.", - "authoring.videoeditor.handout.error.fileSizeError": "Los archivos del folleto deben tener 20 MB o menos. Cambie el tamaño del archivo e inténtelo de nuevo.", - "authoring.videoeditor.handout.handoutHelpMessage": "Los estudiantes pueden descargar este archivo haciendo clic en "Descargar folleto" debajo del video.", - "authoring.videoeditor.handout.deleteHandout": "Borrar", - "authoring.videoeditor.handout.replaceHandout": "Reemplazar", - "authoring.videoeditor.handout.downloadHandout": "Descargar", - "authoring.videoeditor.license.title": "Licencia", - "authoring.videoeditor.license.licenseType.label": "Tipo de Licencia", - "authoring.videoeditor.license.detailsSubsection.title": "Detalles de la licencia", - "authoring.videoeditor.license.displaySubsection.title": "Muestra de la Licencia", - "authoring.videoeditor.license.add.label": "Añade una licencia para este vídeo.", - "authoring.videoeditor.license.deleteLicenseSelection": "Borrar y aplicar la licencia a nivel de curso", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Todos los derechos reservados", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Algunos Derechos Reservados", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Ver detalles de la licencia", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Esta licencia actualmente establecida en el nivel del curso.", - "authoring.videoeditor.license.courseLicenseDescription.message": "Las licencias configuradas a nivel de curso aparecen en la parte inferior de las páginas de material didáctico dentro de su curso.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Esta licencia actualmente establecida a nivel de biblioteca", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Las licencias configuradas a nivel de biblioteca aparecen en el vídeo de biblioteca específico.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Esta licencia está configurada específicamente para este vídeo.", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Cuando un vídeo tiene una licencia diferente a la del curso en su conjunto, los alumnos ven la licencia en la parte inferior derecha del reproductor de vídeo.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Atribución", - "authoring.videoeditor.license.attributionSectionDescription": "Permitir que otros copien, distribuyan, muestren y represente tu trabajo con derechos de autor siempre y cuando se reconozca el crédito correspondiente de la forma que tú especifiques. Actualmente esta opción es necesaria.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "No comercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Permitir que otros copien, distribuyan, muestren y representen tu trabajo – y otros trabajos derivados basados en este – pero solamente para fines no comerciales.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "No derivados", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Permitir que otros copien, distribuyan, muestren y representen solamente copias literales de tu trabajo, pero no trabajos derivados basados en este. Esta opción es incompatible con “Compartir igual”", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Compartir por igual", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Permitir la distribución de obras derivadas solamente bajo una licencia idéntica a la licencia que regula la obra original. Esta opción es incompatible con “No Derivadas”. ", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Usted se reserva todos los derechos sobre su trabajo.", - "authoring.videoeditor.socialShare.title": "Compartir en redes sociales", - "authoring.videoeditor.socialShare.disabled.subtitle": "Invalidar", - "authoring.videoeditor.socialShare.enabled.subtitle": "Habilitado", - "authoring.videoeditor.socialShare.learnMore.link": "Más información sobre compartir en redes sociales", - "authoring.videoeditor.socialShare.description": "Permitir que este vídeo se pueda compartir en las redes sociales.", - "authoring.videoeditor.socialShare.checkbox.label": "Este vídeo se puede compartir en las redes sociales.", - "authoring.videoeditor.socialShare.overrideNote": "Nota: Esta configuración es anulada por la página de esquema del curso.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Cambie esta configuración en la página de esquema del curso.", - "authoring.videoeditor.thumbnail.title": "Imagen miniatura", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Indisponible", - "authoring.videoeditor.thumbnail.none.subtitle": "Ninguno", - "authoring.videoeditor.thumbnail.yes.subtitle": "Si", - "authoring.videoeditor.thumbnail.unavailable.message": "Seleccione un video de su biblioteca para habilitar esta función (se aplica solo a los cursos que se ejecutan en el sitio edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Subir miniatura", - "authoring.videoeditor.thumbnail.upload.message": "Cargue una imagen para que los alumnos la vean antes de reproducir el vídeo.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Las imágenes deben tener una relación de aspecto de 16:9 (se recomienda 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Imagen utilizada como miniatura del vídeo.", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Borrar", - "authoring.videoeditor.thumbnail.error.fileSizeError": "El tamaño del archivo de las miniaturas debe ser superior a 2 KB o inferior a 2 MB. Cambie el tamaño de su imagen e inténtelo nuevamente.", - "authoring.videoeditor.transcripts.title": "Transcripciones", - "authoring.videoeditor.transcripts.upload.label": "Añadir una transcripción", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Agregue transcripciones de video (solo archivos .srt) para mejorar la accesibilidad.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Permitir descargas de transcripciones", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Mostrar transcripción en el reproductor de video de forma predeterminada", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Los estudiantes verán un enlace para descargar la transcripción debajo del video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Sólo se puede cargar el archivo SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "No se pudo cargar la transcripción. Inténtalo de nuevo.", - "authoring.videoeditor.transcript.error.fileSizeError": "El tamaño del archivo transcripción supera el máximo. Intentarlo de nuevo.", - "authoring.videoeditor.transcript.deleteTranscript": "Borrar", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "No se pudo eliminar la transcripción. Inténtalo de nuevo.", - "authoring.videoeditor.transcript.replaceTranscript": "Reemplazar", - "authoring.videoeditor.transcript.downloadTranscript": "Descargar", - "authoring.videoeditor.transcripts.languageSelectLabel": "Idiomas", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Seleccione el idioma", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancelar", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Borrar", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "¿Seguro que desea eliminar esta transcripción?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "¿Eliminar esta transcripción ?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Sólo se pueden cargar archivos SRT. Seleccione un archivo que termine en .srt para cargarlo.", - "authoring.videoEditor.transcripts.importButton.label": "Importar transcripción", - "authoring.videoEditor.transcripts.importCard.header": "¿Importar transcripción de YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Encontramos la transcripción de este video en YouTube. ¿Quieres importarlo ahora?", - "authoring.videoeditor.videoSource.title.label": "Fuente de vídeo", - "authoring.videoeditor.videoSource.videoId.label": "ID del video", - "authoring.videoeditor.videoSource.videoId.feedback": "Si edX te asignó una ID de video, ingresa la ID aquí.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL del vídeo", - "authoring.videoeditor.videoSource.videoUrl.feedback": "La URL de tu vídeo. Puede ser una URL de YouTube o un enlace a un archivo de vídeo .mp4, .ogg o .webm alojado en otro lugar de Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "El campo ID de video ha cambiado. Verifique los valores de URL del video y URL alternativa y actualícelos si es necesario.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Vídeos alternativos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Para asegurarse de que todos los estudiantes puedan acceder al video, edX recomienda proporcionar videos adicionales en formatos .mp4 y .webm. Se reproducirá el primer vídeo de la lista compatible con el dispositivo del alumno.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL del vídeo", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Borrar", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Permitir descargas de videos", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Permita que los alumnos descarguen versiones de este video en diferentes formatos si no pueden usar el reproductor de video edX o no tienen acceso a YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Permita que este video se comparta en las redes sociales.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Permita que los alumnos compartan este video públicamente en las redes sociales. Cualquier persona podrá ver el video, no necesitarán inscribirse en el curso ni siquiera tener una cuenta de edX. Junto al vídeo aparecerán enlaces a la página acerca del curso y para inscribirse en el curso.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Agregar una URL de vídeo", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Retroalimentación general", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Ingrese comentarios generales", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Ingrese los comentarios que aparecerán cuando un estudiante envíe una respuesta incorrecta. Esto se anulará si agrega comentarios específicos de la respuesta.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Ninguno", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Ninguno", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Agregar comentarios de grupo", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Los comentarios del grupo aparecerán cuando un estudiante seleccione un conjunto específico de respuestas.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Comentarios grupales", - "authoring.problemeditor.settings.randomization.SettingTitle": "Aleatorización de problemas:", - "authoring.problemeditor.settings.randomization.SettingText": "{aleatorización, selección, nulo {No hay aleatorización basada en Python en este problema.} other {Define cuándo aleatorizar las variables especificadas en el script de Python asociado. Para problemas que no aleatorizan valores, especifique "Nunca".} }", - "problemEditor.settings.tolerance.title": "Tolerancia", - "problemEditor.settings.tolerance.summary.none": "Ninguno", - "problemEditor.settings.tolerance.description.text": "El margen de error a ambos lados de una respuesta.", - "problemEditor.settings.tolerance.valueinput": "Tolerancia", - "problemEditor.settings.tolerance.answerrangewarning": "La tolerancia no se puede aplicar a un rango de respuestas", - "problemEditor.settings.tolerance.type.percent": "Porcentaje", - "problemEditor.settings.tolerance.type.number": "Número", - "problemEditor.settings.tolerance.type.none": "Ninguno" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/es_ES.json b/translations/frontend-lib-content-components/src/i18n/messages/es_ES.json deleted file mode 100644 index f7ab60a180f..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/es_ES.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Error: no se pudo encontrar el editor", - "VideoUploadEditor.dropVideoFileHere": "Arrastra y suelta el vídeo aquí o haz clic para subirlo.", - "VideoUploadEditor.browse": "Búsqueda de archivos", - "VideoUploadEditor.uploadInfo": "Sube archivos MP4 o MOV (5 GB máximo)", - "authoring.editorContainer.cancelConfirm.title": "¿Salir del editor?", - "authoring.editorContainer.cancelConfirm.description": "¿Estás seguro de que quieres salir del editor? Todos los cambios no guardados se perderán.", - "authoring.editorContainer.okButton.label": "De acuerdo", - "authoring.problemEditor.blockFailed": "El problema no se pudo cargar", - "authoring.texteditor.load.error": "Error: no se pudo cargar contenido de texto", - "authoring.texteditor.spinnerScreenReaderText": "cargando", - "authoring.videoEditor.spinnerScreenReaderText": "cargando", - "authoring.videoEditor.replaceVideoButtonLabel": "Reemplazar vídeo", - "authoring.videoUpload.spinnerScreenReaderText": "cargando", - "VideoUploadEditor.pasteURL": "Pega tu ID de video o URL", - "VideoUploadEditor.closeButtonAltText": "Cerrar", - "VideoUploadEditor.submitButtonAltText": "Enviar", - "authoring.baseModal.cancelButtonLabel": "Cancelar", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Literales HTML sin escape", - "authoring.draggableList.tooltip.content": "Arrastra para reordenar", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Error", - "unexpected.error.message.text": "Ocurrió un error inesperado. Haga clic en el botón a continuación para actualizar la página.", - "unexpected.error.button.text": "Intentar otra vez", - "unexpected.error.returnToUnitPage.button.text": "Volver a la página de la unidad", - "unexpected.error.returnToCourseOutline.button.text": "Volver al esquema {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Guardar", - "authoring.texteditor.sourcecodemodal.title.label": "Editar código fuente", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Configuración de imagen", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Guardar", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Reemplazar imagen", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensiones de la imagen", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Ancho", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Altura", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "desbloquear dimensiones", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "dimensiones de la cerradura", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Utilice porcentajes para el ancho y alto de la imagen.", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accesibilidad", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Texto alternativo", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Esta imagen es decorativa (no se requiere texto alternativo).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Ingrese texto alternativo o especifique que la imagen es solo decorativa.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Introduce texto alternativo", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Los valores de dimensión deben ser menores o iguales a 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Introduzca un valor menor o igual a 100.", - "authoring.texteditor.selectimagemodal.next.label": "Siguiente", - "authoring.texteditor.selectimagemodal.upload.label": "Sube una nueva imagen (10 MB máx.)", - "authoring.texteditor.selectimagemodal.title.label": "Añadir una imagen", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Por fecha agregada (más reciente)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Por fecha agregada (más antigua)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Por nombre (ascendente)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Por nombre (descendente)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "No se encontraron imágenes en tu galería. Cargue una imagen usando el botón a continuación.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "No se pudo cargar la imagen. Inténtalo de nuevo.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "No se pudieron obtener las imágenes del curso. Inténtalo de nuevo.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Las imágenes deben tener 10 MB o menos. Cambie el tamaño de la imagen e inténtelo de nuevo.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Seleccione una imagen para continuar.", - "authoring.editorfooter.save.error": "Error: Error al guardar el contenido. Verifique los cambios recientes e inténtelo nuevamente más tarde.", - "authoring.editorfooter.cancelButton.ariaLabel": "Descartar cambios y volver al contexto de aprendizaje.", - "authoring.editorfooter.cancelButton.label": "Cancelar", - "authoring.editorfooter.savebutton.ariaLabel": "Guardar cambios y volver al contexto de aprendizaje", - "authoring.editorfooter.savebutton.label": "Guardar", - "authoring.texteditor.title.loading": "Cargando...", - "authoring.texteditor.header.cancelChangesLabel": "Cancelar cambios y regresar al contexto de aprendizaje", - "authoring.texteditor.header.editTitleLabel": "Editar el título", - "authoring.texteditor.header.cancelTitleEdit": "Cancelar", - "authoring.texteditor.header.saveTitleEdit": "Guardar", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancelar", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Aceptar", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "¿Estás seguro de que quieres salir del editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "No se ha especificado ninguna respuesta", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "No se ha especificado ninguna respuesta correcta.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Discrepancia en la configuración de OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Se encontró una discrepancia entre las configuraciones definidas en la etiqueta de problema del OLX y las configuraciones seleccionadas en la barra lateral. Las configuraciones definidas en la etiqueta de problema del OLX se guardarán y los valores correspondientes en la barra lateral se descartarán.", - "authoring.answerwidget.answer.answerWidgetTitle": "Respuestas", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Agregar respuesta", - "authoring.answerwidget.answer.placeholder": "Introduce una respuesta", - "authoring.answerwidget.feedback.placeholder": "Mensaje de retroalimentación", - "authoring.answerwidget.feedback.icon.alt": "Alternar comentarios", - "authoring.answerwidget.answer.delete.icon.alt": "Eliminar respuesta", - "authoring.answerwidget.feedback.selected.label": "Muestre los siguientes comentarios cuando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "es seleccionado", - "authoring.answerwidget.feedback.unselected.label": "Muestre los siguientes comentarios cuando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "no esta seleccionado", - "authoring.answerwidget.answer.addAnswerRangeButton": "Agregar rango de respuesta", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Ingrese un rango de respuesta", - "authoring.answerwidget.answer.answerRangeHelperText": "Introduzca los valores mínimo y máximo separados por una coma. Utilice un paréntesis para incluir el número que se encuentra junto a él en el rango, o un paréntesis para excluir el número. Por ejemplo, para identificar las respuestas correctas como 5, 6 o 7, pero no 8, especifique [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explicación", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Proporcione una explicación para la respuesta correcta.", - "authoring.problemEditor.questionwidget.placeholder": "Introduce tu pregunta", - "authoring.questionwidget.question.questionWidgetTitle": "Pregunta", - "authoring.problemeditor.settings.settingsWidgetTitle": "Ajustes", - "authoring.problemeditor.settings.showAdvancedButton": "Mostrar configuración avanzada", - "authoring.problemeditor.settings.delete.icon.alt": "Eliminar respuesta", - "authoring.problemeditor.settings.advancedSettingLink.text": "Establecer un valor predeterminado en la configuración avanzada", - "authoring.problemeditor.settings.hint.title": "Consejos", - "authoring.problemeditor.settings.hint.inputLabel": "Pista", - "authoring.problemeditor.settings.hint.addHintButton": "Agregar pista", - "authoring.problemeditor.settings.hint.noHintSummary": "Nada", - "authoring.problemeditor.settings.hint.summary": "{hint} {cuenta, plural, =0 {} otro {(+# más)}}", - "authoring.problemeditor.settings.reset.title": "Mostrar opción de reinicio", - "authoring.problemeditor.settings.reset.true": "Verdadero", - "authoring.problemeditor.settings.reset.false": "Falso", - "authoring.problemeditor.settings.reset.text": "Determina si se muestra un botón "Restablecer" para que el usuario pueda restablecer su respuesta, generalmente para uso en evaluaciones prácticas o formativas.", - "authoring.problemeditor.settings.scoring.title": "Puntuación", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Intentos", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Puntos", - "authoring.problemeditor.settings.scoring.unlimited": "Intentos ilimitados", - "authoring.problemeditor.settings.scoring.attempts": "{intentos, plural, =1 {# intento} otro {# intentos}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Intentos ilimitados", - "authoring.problemeditor.settings.scoring.weight": "{peso, plural, =0 {Sin calificar} otro {# puntos}}", - "authoring.problemeditor.settings.scoring.label": "Especifique el peso de los puntos y el número de intentos de respuesta.", - "authoring.problemeditor.settings.scoring.attempts.hint": "Si no se establece un valor predeterminado en la configuración avanzada, se permiten intentos ilimitados", - "authoring.problemeditor.settings.scoring.weight.hint": "Si no se establece un valor, el problema vale un punto.", - "authoring.problemeditor.settings.showAnswer.title": "Mostrar la respuesta", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Número de intentos", - "authoring.problemeditor.settings.showAnswer.text": "Defina cuándo los alumnos pueden ver la respuesta correcta.", - "authoring.problemeditor.settings.timer.title": "Tiempo entre intentos", - "authoring.problemeditor.settings.timer.summary": "{time} segundos", - "authoring.problemeditor.settings.timer.text": "Segundos que un estudiante debe esperar entre envíos para un problema con múltiples intentos.", - "authoring.problemeditor.settings.timer.inputLabel": "Segundos", - "authoring.problemeditor.settings.type.title": "Tipo", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Cambiar al editor avanzado", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Si utiliza el editor avanzado, este problema se convertirá a OLX y no podrá volver al editor simple.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "¿Convertir a OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Cambiar al editor avanzado", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explicación", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Proporcione una explicación para la respuesta correcta.", - "authoring.problemEditor.selectType.title": "Seleccione el tipo de problema", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancelar", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancelar", - "authoring.problemeditor.selecttype.selectButton.label": "Seleccionar", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Seleccionar", - "authoring.problemEditor.problemSelect.advanceButton.label": "Tipos de problemas avanzados", - "authoring.problemEditor.advanceProblem.menu.title": "Problemas avanzados", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Las herramientas con soporte provisional pueden carecer de la solidez de la funcionalidad que requieren sus cursos. edX no tiene control sobre la calidad del software ni del contenido que se puede proporcionar utilizando estas herramientas. Pruebe estas herramientas minuciosamente antes de usarlas en su curso, especialmente en secciones calificadas. Es posible que la documentación completa no esté disponible para las herramientas admitidas provisionalmente, o que la documentación esté disponible de fuentes distintas a edX.} Not_supported {EdX no mantiene las herramientas sin soporte y es posible que queden obsoletas en el futuro. No se recomienda su uso en cursos debido al incumplimiento de uno o más de los requisitos básicos, como pruebas, accesibilidad, internacionalización y documentación.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problema", - "authoring.problemEditor.preview.altText": "Una ilustración de vista previa de un problema de {tipo de problema, selección, respuesta de opción múltiple {selección única} respuesta de cadena {entrada de texto} respuesta numérica {entrada numérica} respuesta de opción {desplegable} respuesta de elección {selección múltiple} otro {nulo} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Aprender más", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Obtenga más información sobre los tipos de problemas avanzados", - "authoring.videoeditor.expand": "Desplegar", - "authoring.videoeditor.collapse": "Contraer", - "authoring.videoeditor.validate.error.title": "No pudimos agregar tu video.", - "authoring.videoeditor.validate.error.body": "Por favor, revisa tus respuestas y vuelve a intentarlo.", - "authoring.videoeditor.duration.title": "Duración", - "authoring.videoeditor.duration.description": "Establece una sección específica del vídeo para reproducir.", - "authoring.videoeditor.duration.startTime.label": "Hora de inicio", - "authoring.videoeditor.duration.stopTime.label": "Para el tiempo", - "authoring.videoeditor.duration.hint": "Introduzca la hora como HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Duración completa del vídeo", - "authoring.videoeditor.duration.startsAt": "Comienza en {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Personalizado: {total}", - "authoring.videoeditor.transcripts.empty": "No se agregaron transcripciones", - "authoring.videoeditor.videotype.youtube": "Video de Youtube", - "authoring.videoeditor.videotype.other": "Otro vídeo", - "authoring.videoeditor.handout.title.label": "Repartir", - "authoring.videoeditor.handout.upload.label": "Subir impreso a la red", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Agregue un folleto para acompañar este video. Los estudiantes pueden descargar este archivo haciendo clic en "Descargar folleto" debajo del video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "No se pudo cargar el folleto. Inténtalo de nuevo.", - "authoring.videoeditor.handout.error.fileSizeError": "Los archivos del folleto deben tener 20 MB o menos. Cambie el tamaño del archivo e inténtelo de nuevo.", - "authoring.videoeditor.handout.handoutHelpMessage": "Los estudiantes pueden descargar este archivo haciendo clic en "Descargar folleto" debajo del video.", - "authoring.videoeditor.handout.deleteHandout": "Eliminar", - "authoring.videoeditor.handout.replaceHandout": "Reemplazar", - "authoring.videoeditor.handout.downloadHandout": "Descargar", - "authoring.videoeditor.license.title": "Licencia", - "authoring.videoeditor.license.licenseType.label": "Tipo de licencia", - "authoring.videoeditor.license.detailsSubsection.title": "Detalles de la licencia", - "authoring.videoeditor.license.displaySubsection.title": "Visualización de licencia", - "authoring.videoeditor.license.add.label": "Añade una licencia para este vídeo.", - "authoring.videoeditor.license.deleteLicenseSelection": "Borrar y aplicar la licencia a nivel de curso", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Todos los derechos reservados", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Algunos derechos reservados", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Ver detalles de la licencia", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Esta licencia actualmente establecida en el nivel del curso.", - "authoring.videoeditor.license.courseLicenseDescription.message": "Las licencias configuradas a nivel de curso aparecen en la parte inferior de las páginas de material didáctico dentro de su curso.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Esta licencia actualmente establecida a nivel de biblioteca", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Las licencias configuradas a nivel de biblioteca aparecen en el vídeo de biblioteca específico.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Esta licencia está configurada específicamente para este vídeo.", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Cuando un vídeo tiene una licencia diferente a la del curso en su conjunto, los alumnos ven la licencia en la parte inferior derecha del reproductor de vídeo.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Reconocimiento", - "authoring.videoeditor.license.attributionSectionDescription": "Permite a otros copiar, distribuir, enhibir y presentar tu trabajo protegido por derechos de autor, pero solo si dan crédito de la forma que indicas. Actualmente esta opción es obligatoria.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "No comercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Permite a otros copiar, distribuir, enhibir y presentar tu trabajo —y trabajos derivados del mismo— pero únicamente para uso no comercial.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Sin obra derivada", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Permite a otros copiar, distribuir, enhibir y presentar copias literales de tu trabajo, no trabajos derivados basados ​​en él. Esta opción es incompatible con \"Compartir igual\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Compartir igual", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Permite que otros distribuyan trabajos derivados solo bajo una licencia idéntica a la licencia que rige tu trabajo. Esta opción es incompatible con \"Sin obra derivada\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Usted se reserva todos los derechos sobre su trabajo.", - "authoring.videoeditor.socialShare.title": "Intercambio Social", - "authoring.videoeditor.socialShare.disabled.subtitle": "Deshabilitado", - "authoring.videoeditor.socialShare.enabled.subtitle": "Habilitado", - "authoring.videoeditor.socialShare.learnMore.link": "Más información sobre compartir en redes sociales", - "authoring.videoeditor.socialShare.description": "Permitir que este vídeo se pueda compartir en las redes sociales.", - "authoring.videoeditor.socialShare.checkbox.label": "Este vídeo se puede compartir en las redes sociales.", - "authoring.videoeditor.socialShare.overrideNote": "Nota: Esta configuración es anulada por la página de esquema del curso.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Cambie esta configuración en la página de esquema del curso.", - "authoring.videoeditor.thumbnail.title": "Miniatura", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Indisponible", - "authoring.videoeditor.thumbnail.none.subtitle": "Nada", - "authoring.videoeditor.thumbnail.yes.subtitle": "Sí", - "authoring.videoeditor.thumbnail.unavailable.message": "Seleccione un video de su biblioteca para habilitar esta función (se aplica solo a los cursos que se ejecutan en el sitio edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Subir miniatura", - "authoring.videoeditor.thumbnail.upload.message": "Cargue una imagen para que los alumnos la vean antes de reproducir el vídeo.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Las imágenes deben tener una relación de aspecto de 16:9 (se recomienda 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Imagen utilizada como miniatura del vídeo.", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Eliminar", - "authoring.videoeditor.thumbnail.error.fileSizeError": "El tamaño del archivo de las miniaturas debe ser superior a 2 KB o inferior a 2 MB. Cambie el tamaño de su imagen e inténtelo nuevamente.", - "authoring.videoeditor.transcripts.title": "Transcripciones", - "authoring.videoeditor.transcripts.upload.label": "Añadir una transcripción", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Agregue transcripciones de video (solo archivos .srt) para mejorar la accesibilidad.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Permitir descargas de transcripciones", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Mostrar transcripción en el reproductor de video de forma predeterminada", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Los estudiantes verán un enlace para descargar la transcripción debajo del video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Sólo se puede cargar el archivo SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "No se pudo cargar la transcripción. Inténtalo de nuevo.", - "authoring.videoeditor.transcript.error.fileSizeError": "El tamaño del archivo transcripción supera el máximo. Intentarlo de nuevo.", - "authoring.videoeditor.transcript.deleteTranscript": "Eliminar", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "No se pudo eliminar la transcripción. Inténtalo de nuevo.", - "authoring.videoeditor.transcript.replaceTranscript": "Reemplazar", - "authoring.videoeditor.transcript.downloadTranscript": "Descargar", - "authoring.videoeditor.transcripts.languageSelectLabel": "Idiomas", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Seleccione el idioma", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancelar", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Eliminar", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "¿Seguro que desea eliminar esta transcripción?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "¿Eliminar esta transcripción?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Sólo se pueden cargar archivos SRT. Seleccione un archivo que termine en .srt para cargarlo.", - "authoring.videoEditor.transcripts.importButton.label": "Importar transcripción", - "authoring.videoEditor.transcripts.importCard.header": "¿Importar transcripción de YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Encontramos la transcripción de este video en YouTube. ¿Quieres importarlo ahora?", - "authoring.videoeditor.videoSource.title.label": "Fuente de vídeo", - "authoring.videoeditor.videoSource.videoId.label": "Identificador del vídeo", - "authoring.videoeditor.videoSource.videoId.feedback": "Si edX te asignó una ID de video, ingresa la ID aquí.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL del vídeo", - "authoring.videoeditor.videoSource.videoUrl.feedback": "La URL de tu vídeo. Puede ser una URL de YouTube o un enlace a un archivo de vídeo .mp4, .ogg o .webm alojado en otro lugar de Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "El campo ID de video ha cambiado. Verifique los valores de URL del video y URL alternativa y actualícelos si es necesario.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Vídeos alternativos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Para asegurarse de que todos los estudiantes puedan acceder al video, edX recomienda proporcionar videos adicionales en formatos .mp4 y .webm. Se reproducirá el primer vídeo de la lista compatible con el dispositivo del alumno.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL del vídeo", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Eliminar", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Permitir descargas de videos", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Permita que los alumnos descarguen versiones de este video en diferentes formatos si no pueden usar el reproductor de video edX o no tienen acceso a YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Permita que este video se comparta en las redes sociales.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Permita que los alumnos compartan este video públicamente en las redes sociales. Cualquier persona podrá ver el video, no necesitarán inscribirse en el curso ni siquiera tener una cuenta de edX. Junto al vídeo aparecerán enlaces a la página acerca del curso y para inscribirse en el curso.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Agregar una URL de vídeo", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Retroalimentación general", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Ingrese comentarios generales", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Ingrese los comentarios que aparecerán cuando un estudiante envíe una respuesta incorrecta. Esto se anulará si agrega comentarios específicos de la respuesta.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Nada", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Nada", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Agregar comentarios de grupo", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Los comentarios del grupo aparecerán cuando un estudiante seleccione un conjunto específico de respuestas.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Comentarios grupales", - "authoring.problemeditor.settings.randomization.SettingTitle": "Aleatorización", - "authoring.problemeditor.settings.randomization.SettingText": "{aleatorización, selección, nulo {No hay aleatorización basada en Python en este problema.} other {Define cuándo aleatorizar las variables especificadas en el script de Python asociado. Para problemas que no aleatorizan valores, especifique "Nunca".} }", - "problemEditor.settings.tolerance.title": "Tolerancia", - "problemEditor.settings.tolerance.summary.none": "Nada", - "problemEditor.settings.tolerance.description.text": "El margen de error a ambos lados de una respuesta.", - "problemEditor.settings.tolerance.valueinput": "Tolerancia", - "problemEditor.settings.tolerance.answerrangewarning": "La tolerancia no se puede aplicar a un rango de respuestas", - "problemEditor.settings.tolerance.type.percent": "Porcentaje", - "problemEditor.settings.tolerance.type.number": "Número", - "problemEditor.settings.tolerance.type.none": "Nada" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/fa.json b/translations/frontend-lib-content-components/src/i18n/messages/fa.json deleted file mode 100644 index ada63960cb0..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/fa.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "خطا: ویرایشگر پیدا نشد", - "VideoUploadEditor.dropVideoFileHere": "ویدیو را اینجا بکشید و رها کنید یا برای بارگذاری کلیک کنید", - "VideoUploadEditor.browse": "مرور پوشه‌ها", - "VideoUploadEditor.uploadInfo": "بارگذاری پوشه‌های MP4 یا MOV (حداکثر 5 گیگابایت)", - "authoring.editorContainer.cancelConfirm.title": "از ویرایشگر خارج می‌شوید؟", - "authoring.editorContainer.cancelConfirm.description": "آیا مایلید از ویرایشگر خارج شوید؟ تغییرات ذخیره‌نشده از بین خواهند رفت.", - "authoring.editorContainer.okButton.label": "تأیید", - "authoring.problemEditor.blockFailed": "مشکل بارگیری نشد", - "authoring.texteditor.load.error": "خطا: محتوای متن بارگیری نشد", - "authoring.texteditor.spinnerScreenReaderText": "بارگذاری", - "authoring.videoEditor.spinnerScreenReaderText": "بارگذاری", - "authoring.videoEditor.replaceVideoButtonLabel": "جایگزینی ویدیو", - "authoring.videoUpload.spinnerScreenReaderText": "بارگذاری", - "VideoUploadEditor.pasteURL": "شناسه یا آدرس ویدیوی خود را جایگذاری کنید", - "VideoUploadEditor.closeButtonAltText": "بستن", - "VideoUploadEditor.submitButtonAltText": "ثبت", - "authoring.baseModal.cancelButtonLabel": "لغو", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "برای سفارش مجدد بکشید", - "authoring.texteditor.selectimagemodal.error.errorTitle": "خطا", - "unexpected.error.message.text": "یک خطای غیرمنتظره رخ داد. لطفاً روی دکمه زیر بزنید تا صفحه را تازه کنید.", - "unexpected.error.button.text": "دوباره تلاش کنید", - "unexpected.error.returnToUnitPage.button.text": "بازگشت به صفحۀ واحد", - "unexpected.error.returnToCourseOutline.button.text": "بازگشت به طرح کلی {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "ذخیره", - "authoring.texteditor.sourcecodemodal.title.label": "ویرایش کد منبع ", - "authoring.texteditor.imagesettingsmodal.titleLabel": "تنظیمات تصویر", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "ذخیره", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "جایگزینی تصویر", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "ابعاد تصویر", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "عرض", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "ارتفاع", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "بازکردن ابعاد", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "ابعاد قفل", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "از درصد برای عرض و ارتفاع تصویر استفاده کنید", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "دسترسی", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "متن توصیفی", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "این تصویر تزئینی است (بدون نیاز به متن جایگزین).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "متن توضیحی را وارد کرده یا مشخص کنید که تصویر فقط جنبۀ تزئینی دارد.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "متن توضیحی را وارد کنید", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "مقادیر ابعاد باید کمتر یا مساوی 100 باشد.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "مقداری کمتر یا مساوی 100 را وارد کنید.", - "authoring.texteditor.selectimagemodal.next.label": "بعدی", - "authoring.texteditor.selectimagemodal.upload.label": "بارگذاری تصویر جدید (حداکثر 10 مگابایت)", - "authoring.texteditor.selectimagemodal.title.label": "افزودن تصویر", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "بر اساس تاریخ اضافه‌شده (جدیدترین)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "بر اساس تاریخ اضافه شده (قدیمی‌ترین)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "بر اساس نام (صعودی)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "بر اساس نام (نزولی)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "هیچ تصویری در گالری شما نبود. لطفاً با استفاده از دکمۀ زیر، تصویری را بارگذاری کنید.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "تصویر بارگذاری نشد. لطفاً دوباره تلاش کنید.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "تصاویر دوره دریافت نشد. لطفاً دوباره تلاش کنید.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "حجم تصاویر باید 10 مگابایت یا کمتر باشد. لطفاً اندازه تصویر را تغییر دهید و دوباره امتحان کنید.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "یک تصویر را برای ادامه انتخاب کنید.", - "authoring.editorfooter.save.error": "خطا: ذخیرۀ محتوا انجام نشد. لطفاً تغییرات اخیر را بررسی کرده و بعداً دوباره امتحان کنید.", - "authoring.editorfooter.cancelButton.ariaLabel": "تغییرات را کنار بگذارید و به زمینۀ آموزش بازگردید", - "authoring.editorfooter.cancelButton.label": "لغو ", - "authoring.editorfooter.savebutton.ariaLabel": "تغییرات را ذخیره کنید و به زمینۀ آموزش بازگردید", - "authoring.editorfooter.savebutton.label": "ذخیره", - "authoring.texteditor.title.loading": "بارگذاری...", - "authoring.texteditor.header.cancelChangesLabel": "لغو تغییرات و بازگشت به زمینۀ آموزش", - "authoring.texteditor.header.editTitleLabel": "ویرایش عنوان ", - "authoring.texteditor.header.cancelTitleEdit": "لغو", - "authoring.texteditor.header.saveTitleEdit": "ذخیره", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "لغو", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "تأیید", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "آیا مایلید از ویرایشگر خارج شوید؟", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "پاسخی مشخص نشده‌است", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "پاسخ صحیحی مشخص نشده‌است.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "تناقض در تنظیمات OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "یک تناقض بین تنظیمات تعریف شده در برچسب مشکل OLX و تنظیمات انتخاب‌شده در نوار کناری یافت شد. تنظیمات تعریف‌شده در تگ مشکل OLX ذخیره می‌شود و مقادیر مربوط در نوار کناری حذف می‌شوند.", - "authoring.answerwidget.answer.answerWidgetTitle": "پاسخ‌ها", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "افزودن پاسخ ", - "authoring.answerwidget.answer.placeholder": "پاسخ را وارد کنید", - "authoring.answerwidget.feedback.placeholder": "پیام بازخورد", - "authoring.answerwidget.feedback.icon.alt": "تغییر بازخورد", - "authoring.answerwidget.answer.delete.icon.alt": "حذف پاسخ", - "authoring.answerwidget.feedback.selected.label": "نمایش بازخورد زیر هنگام {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "انتخاب شده‌است", - "authoring.answerwidget.feedback.unselected.label": "نمایش بازخورد زیر هنگام {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "انتخاب نشده‌است", - "authoring.answerwidget.answer.addAnswerRangeButton": "افزودن محدودۀ پاسخ ", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "محدودۀ پاسخی وارد کنید", - "authoring.answerwidget.answer.answerRangeHelperText": "مقادیر حداقل و حداکثر را وارد کنید ؛ آن‌ها با کاما از هم جدا شده‌اند. از یک براکت برای گنجاندن عدد کنار آن در محدوده استفاده کنید، یا از یک پرانتز برای حذف عدد استفاده کنید. به‌عنوان مثال، برای شناسایی پاسخ‌های صحیح به‌عنوان 5، 6 یا 7، اما نه 8، [5،8) را مشخص کنید.", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "توضیح", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "برای پاسخ صحیح توضیح دهید", - "authoring.problemEditor.questionwidget.placeholder": "سوال خود را وارد کنید", - "authoring.questionwidget.question.questionWidgetTitle": "سوال", - "authoring.problemeditor.settings.settingsWidgetTitle": "تنظیمات", - "authoring.problemeditor.settings.showAdvancedButton": "نمایش تنظیمات پیشرفته", - "authoring.problemeditor.settings.delete.icon.alt": "حذف پاسخ", - "authoring.problemeditor.settings.advancedSettingLink.text": "یک مقدار پیش‌فرض را در تنظیمات پیشرفته تنظیم کنید", - "authoring.problemeditor.settings.hint.title": "نکات", - "authoring.problemeditor.settings.hint.inputLabel": "نکته", - "authoring.problemeditor.settings.hint.addHintButton": "افزودن نکته", - "authoring.problemeditor.settings.hint.noHintSummary": "هیچ‌کدام", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "نمایش گزینۀ تنظیم مجدد", - "authoring.problemeditor.settings.reset.true": "درست", - "authoring.problemeditor.settings.reset.false": "نادرست", - "authoring.problemeditor.settings.reset.text": "تعیین می‌کند که آیا دکمۀ «تنظیم مجدد» نشان داده می‌شود تا کاربر بتواند پاسخ خود را بازنشانی کند، معمولاً برای استفاده در ارزیابی‌های عملی یا تکوینی.", - "authoring.problemeditor.settings.scoring.title": "امتیازدهی", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "تلاش‌ها", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "نکته‌ها", - "authoring.problemeditor.settings.scoring.unlimited": "تلاش‌های نامحدود", - "authoring.problemeditor.settings.scoring.attempts": "{تلاش، جمع، =1 {# تلاش} دیگر {# تلاش}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "تلاش‌های نامحدود", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} سایر {# points}}", - "authoring.problemeditor.settings.scoring.label": "وزن امتیاز و تعداد تلاش برای پاسخ را مشخص کنید", - "authoring.problemeditor.settings.scoring.attempts.hint": "اگر مقداری پیش‌فرض در تنظیمات پیشرفته تنظیم نشده باشد، تلاش‌های نامحدود مجاز است", - "authoring.problemeditor.settings.scoring.weight.hint": "اگر مقداری تنظیم نشده باشد، مشکل به اندازۀ یک امتیاز ارزش دارد", - "authoring.problemeditor.settings.showAnswer.title": "نمایش پاسخ ", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "تعداد تلاش", - "authoring.problemeditor.settings.showAnswer.text": "مشخص کنید که فراگیران چه زمانی می‌توانند پاسخ صحیح را ببینند.", - "authoring.problemeditor.settings.timer.title": "زمان بین تلاش‌ها", - "authoring.problemeditor.settings.timer.summary": "{time} ثانیه", - "authoring.problemeditor.settings.timer.text": "چند ثانیه، فراگیر باید بین ارسال‌ها برای سوال با تلاش‌های متعدد منتظر بماند.", - "authoring.problemeditor.settings.timer.inputLabel": "ثانیه‌ها", - "authoring.problemeditor.settings.type.title": "تایپ کنید", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "به ویرایشگر پیشرفته بروید", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "اگر از ویرایشگر پیشرفته استفاده کنید، این مشکل به OLX تبدیل می‌شود و نمی‌توانید به ویرایشگر ساده برگردید.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "تبدیل به OLX؟", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "به ویرایشگر پیشرفته بروید", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "توضیح", - "authoring.problemeditor.settings.showAnswer.explanation.text": "برای پاسخ صحیح توضیحی ارائه دهید.", - "authoring.problemEditor.selectType.title": "انتخاب نوع مشکل", - "authoring.problemeditor.selecttype.cancelButton.label": "لغو", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "لغو ", - "authoring.problemeditor.selecttype.selectButton.label": "انتخاب", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "انتخاب", - "authoring.problemEditor.problemSelect.advanceButton.label": "انواع سوالات پیشرفته", - "authoring.problemEditor.advanceProblem.menu.title": "سوالات پیشرفته", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {ابزارهایی که به‌طور موقت پشتیبانی می‌شوند ممکن است فاقد عملکردی قوی باشند که دوره‌های شما نیاز دارند. edX کنترلی بر کیفیت نرم افزار یا محتوایی که می‌توان با استفاده از این ابزارها ارائه کرد، ندارد. این ابزارها را قبل از استفاده در دورۀ خود، به‌خصوص در بخش‌های درجه‌بندی شده، به‌طور کامل آزمایش کنید. ممکن است اسناد کامل برای ابزارهایی که به‌طور موقت پشتیبانی می‌شوند در دسترس نباشد، یا ممکن است اسناد از منابعی غیر از edX در دسترس باشد.} Not_supported {ابزارهای بدون پشتیبانی توسط edX نگهداری نمی‌شوند و ممکن است در آینده منسوخ شوند. به‌دلیل عدم انطباق با یک یا چند مورد از الزامات پایه، مانند آزمایش، دسترسی، بین المللی‌سازی و مستندات، آن‌ها برای استفاده در دوره‌ها توصیه نمی‌شوند.} other { } }", - "authoring.problemEditor.preview.title": "سوال {previewTitle}", - "authoring.problemEditor.preview.altText": "تصویر پیش‌نمایش سوال {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} optionresponse {multiple select} other {null}}", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "بیشتر بدانید", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "دربارۀ انواع سوالات پیشرفته بیشتر بیاموزید", - "authoring.videoeditor.expand": "گسترش", - "authoring.videoeditor.collapse": "جمع‌کردن", - "authoring.videoeditor.validate.error.title": "ما نتوانستیم ویدیوی شما را اضافه کنیم.", - "authoring.videoeditor.validate.error.body": "لطفاً ورودی‌های خود را بررسی کرده و دوباره امتحان کنید.", - "authoring.videoeditor.duration.title": "مدت زمان", - "authoring.videoeditor.duration.description": "قسمت خاصی از ویدیو را برای پخش تنظیم کنید.", - "authoring.videoeditor.duration.startTime.label": "زمان شروع", - "authoring.videoeditor.duration.stopTime.label": "توقف زمان", - "authoring.videoeditor.duration.hint": "زمان را به‌عنوان HH:MM:SS وارد کنید", - "authoring.videoeditor.duration.fullVideoLength": "طول ویدیوی کامل", - "authoring.videoeditor.duration.startsAt": "از {startTime} آغاز می‌شود", - "authoring.videoeditor.duration.total": "کل: {total}", - "authoring.videoeditor.duration.custom": "سفارشی: {total}", - "authoring.videoeditor.transcripts.empty": "هیچ رونوشتی اضافه نشد", - "authoring.videoeditor.videotype.youtube": "ویدیوی یوتیوب", - "authoring.videoeditor.videotype.other": "ویدیوی دیگر", - "authoring.videoeditor.handout.title.label": "جزوه", - "authoring.videoeditor.handout.upload.label": "بارگذاری جزوه", - "authoring.videoeditor.handout.upload.addHandoutMessage": "یک جزوه برای همراهی این ویدیو اضافه کنید. فراگیران می‌توانند این پوشه را با کلیک بر روی "بارگیری جزوه" در زیر ویدئو بارگیری کنند.", - "authoring.videoeditor.handout.error.uploadHandoutError": "جزوه بارگذاری نشد. لطفاً دوباره تلاش کنید.", - "authoring.videoeditor.handout.error.fileSizeError": "پوشه‌های جزوه باید 20 مگابایت یا کمتر باشد. لطفاً اندازۀ پوشه را تغییر دهید و دوباره امتحان کنید.", - "authoring.videoeditor.handout.handoutHelpMessage": "فراگیران می‌توانند این فایل را با کلیک بر روی " بارگیری جزوه" در زیر ویدئو بارگیری کنند.", - "authoring.videoeditor.handout.deleteHandout": "حذف", - "authoring.videoeditor.handout.replaceHandout": "جایگزین", - "authoring.videoeditor.handout.downloadHandout": "بارگیری", - "authoring.videoeditor.license.title": "مجوز", - "authoring.videoeditor.license.licenseType.label": "نوع مجوز", - "authoring.videoeditor.license.detailsSubsection.title": "جزئیات مجوز", - "authoring.videoeditor.license.displaySubsection.title": "نمایش مجوز", - "authoring.videoeditor.license.add.label": "افزودن مجوز به ویدیو", - "authoring.videoeditor.license.deleteLicenseSelection": "مجوز سطح دوره را پاک کرده و اعمال کنید", - "authoring.videoeditor.license.allRightsReservedIcons.label": "همۀ حقوق محفوظ است", - "authoring.videoeditor.license.creativeCommonsIcons.label": "برخی حقوق محفوظ است", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "مشاهدۀ جزئیات مجوز", - "authoring.videoeditor.license.courseLevelDescription.helperText": "این مجوز درحال حاضر در سطح دوره تنظیم شده‌است", - "authoring.videoeditor.license.courseLicenseDescription.message": "مجوزهای تنظیم‌شده در سطح دوره، در پایین صفحات دورۀ آموزشی در دورۀ شما نمایش داده می‌شوند.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "این مجوز درحال حاضر در سطح کتابخانه تنظیم شده‌است", - "authoring.videoeditor.license.libraryLicenseDescription.message": "مجوزهای تنظیم‌شده در سطح کتابخانه در ویدیوی کتابخانۀ خاص ظاهر می‌شوند.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "این مجوز به‌طور خاص برای این ویدیو تنظیم شده‌است", - "authoring.videoeditor.license.defaultLicenseDescription.message": "هنگامی که یک ویدیو مجوز متفاوتی نسبت به کل دوره دارد، فراگیران مجوز را در سمت راست پایین پخش‌کننده ویدیو می‌بینند.", - "authoring.videoeditor.license.attributionCheckboxLabel": "انتساب", - "authoring.videoeditor.license.attributionSectionDescription": "به دیگران اجازه دهید تا از اثر شما که تحت قوانین حق مولف است کپی برداری کرده و آن را توزیع نموده یا آن را نمایش داده و اجرا کنند، اما فقط اعتبار مورد نظر را طبق خواستۀ شما ارائه دهند. درحال حاضر این گزینه ضروری است.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "غیرتجاری", - "authoring.videoeditor.license.noncommercialSectionDescription": "به دیگران این اجازه را می‌دهید که از اثر شما کپی برداری کرده، آن را توزیع، نمایش و اجرا نمایند - و همۀ آثار اقتباس‌شده از آن - اما فقط در راستای اهداف غیرتجاری.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "بدون اقتباس", - "authoring.videoeditor.license.noDerivativesSectionDescription": "به دیگران این اجازه را می‌دهید که از اثرتان کپی‌برداری کرده، یا آن را توزیع، نمایش و اجرا کنند آن هم فقط به صورت کلمه‌به‌کلمه، و نه آثار اقتباس‌شده از آن. این گزینه با "اشتراک‌گذاری یکسان" ناسازگار است.", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "اشتراک‌گذاری", - "authoring.videoeditor.license.shareAlikeSectionDescription": "به دیگران این اجازه را می‌دهید تا از آثار اقتباس‌شده از کار شما را فقط تحت مجوزی مشابه مجوزی که بر کار شما حاکم است، توزیع کنند. این گزینه با "بدون اقتباس" ناسازگار است.", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "شما تمامی حقوق را برای کار خود محفوظ می‌دارید.", - "authoring.videoeditor.socialShare.title": "اشتراک‌گذاری اجتماعی", - "authoring.videoeditor.socialShare.disabled.subtitle": "غیرفعال", - "authoring.videoeditor.socialShare.enabled.subtitle": "فعال شد", - "authoring.videoeditor.socialShare.learnMore.link": "دربارۀ اشتراک‌گذاری اجتماعی بیشتر بدانید", - "authoring.videoeditor.socialShare.description": "اجازه دهید این ویدیو در رسانه‌های اجتماعی قابل اشتراک‌گذاری باشد", - "authoring.videoeditor.socialShare.checkbox.label": "این ویدیو در شبکه های اجتماعی قابل اشتراک گذاری است", - "authoring.videoeditor.socialShare.overrideNote": "توجه: این تنظیم توسط صفحۀ طرح دوره لغو شده‌است.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "این تنظیم را در صفحۀ طرح دوره تغییر دهید.", - "authoring.videoeditor.thumbnail.title": "تصویر کوچک", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "غیرقابل‌دسترسی", - "authoring.videoeditor.thumbnail.none.subtitle": "هیچ‌یک", - "authoring.videoeditor.thumbnail.yes.subtitle": "آره", - "authoring.videoeditor.thumbnail.unavailable.message": "برای فعال‌سازی این امکان، ویدیویی را از کتابخانۀ خود انتخاب کنید (فقط برای دوره‌هایی اعمال می‌شود که در سایت edx.org اجرا می‌شوند).", - "authoring.videoeditor.thumbnail.upload.label": "بارگذاری تصویر کوچک ", - "authoring.videoeditor.thumbnail.upload.message": "قبل از پخش ویدیو، تصویری را برای فراگیرن بارگذاری کنید.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "تصاویر باید دارای نسبت 16:9 باشند (1280x720 پیکسل توصیه می‌شود)", - "authoring.videoeditor.thumbnail.altText": "تصویر به‌عنوان تصویر کوچک برای ویدیو استفاده می‌شود", - "authoring.videoeditor.thumbnail.deleteThumbnail": "حذف", - "authoring.videoeditor.thumbnail.error.fileSizeError": "اندازۀ فایل برای تصاویر کوچک باید بیشتر از 2 کیلوبایت یا کمتر از 2 مگابایت باشد. لطفاً اندازۀ تصویر خود را تغییر دهید و دوباره امتحان کنید.", - "authoring.videoeditor.transcripts.title": "رونوشت", - "authoring.videoeditor.transcripts.upload.label": "افزودن رونوشت ", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "برای دسترسی بهتر، رونوشت‌های ویدیویی (فقط فایل‌های srt.) را اضافه کنید.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "اجازۀ بارگیری رونوشت", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "نمایش رونوشت در پخش‌کنندۀ ویدیو به‌طور پیش‌فرض", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "فراگیران پیوند بارگیری رونوشت را در زیر ویدیو مشاهده خواهند کرد.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "فقط فایل SRT قابل بارگذاری است", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "رونوشت بارگذاری نشد. لطفاً دوباره تلاش کنید.", - "authoring.videoeditor.transcript.error.fileSizeError": "اندازۀ پوشۀ رونوشت حداکثر exeeds است. لطفاً دوباره تلاش کنید.", - "authoring.videoeditor.transcript.deleteTranscript": "حذف", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "رونوشت حذف نشد. لطفاً دوباره تلاش کنید.", - "authoring.videoeditor.transcript.replaceTranscript": "جایگزینی", - "authoring.videoeditor.transcript.downloadTranscript": "بارگیری", - "authoring.videoeditor.transcripts.languageSelectLabel": "زبان‌ها", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "انتخاب زبان ", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "لغو", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "حذف", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "آیا مایلید این رونوشت را حذف کنید؟", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "این رونوشت حذف شود؟", - "authoring.videoeditor.transcripts.fileTypeWarning": "فقط پوشه‌های SRT را می‌توان بارگذاری کرد. لطفاً پوشه‌ای را برای بارگذاری انتخاب کنید که به .srt ختم می‌شود.", - "authoring.videoEditor.transcripts.importButton.label": "واردکردن رونوشت", - "authoring.videoEditor.transcripts.importCard.header": "رونوشت از YouTube وارد شود؟", - "authoring.videoEditor.transcrtipts.importCard.message": "ما متن این ویدیو را در یوتیوب پیدا کردیم. آیا مایلید آن را اکنون وارد سامانه کنید؟", - "authoring.videoeditor.videoSource.title.label": "منبع ویدیو", - "authoring.videoeditor.videoSource.videoId.label": "شناسۀ ویدیو", - "authoring.videoeditor.videoSource.videoId.feedback": "اگر edX به شما شناسۀ ویدیو اختصاص داده‌است، شناسه را در اینجا وارد کنید.", - "authoring.videoeditor.videoSource.videoUrl.label": "آدرس اینترنتی ویدیو", - "authoring.videoeditor.videoSource.videoUrl.feedback": "آدرس اینترنتی برای ویدیوی شما. این آدرس می‌تواند یک URL YouTube یا پیوندی به یک فایل ویدیویی .mp4، .ogg یا webm. باشد که در جای دیگری در اینترنت میزبانی شده‌است.", - "authoring.videoeditor.videoIdChangeAlert.message": "قسمت شناسۀ ویدیو تغییر کرده‌است، لطفاً آدرس اینترنتی ویدیو و مقادیر آدرس اینترنتی بازگشتی را بررسی کنید و در صورت لزوم آنها را به‌روزرسانی کنید.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "ویدیوهای بازگشتی", - "authoring.videoeditor.videoSource.fallbackVideo.message": "برای اطمینان از اینکه همۀ فراگیران می‌توانند به ویدیو دسترسی داشته باشند، edX پیشنهاد می‌کند ویدیوهای اضافی را در قالب‌های mp4. و webm. ارائه کنید. اولین ویدیوی فهرست‌شده سازگار با دستگاه فراگیرنده پخش‌می شود.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "آدرس اینترنتی ویدیو", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "حذف", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "اجازۀ بارگیری ویدیو", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "اگر فراگیران نمی‌توانند از پخش‌کنندۀ ویدیوی edX استفاده کنند یا به YouTube دسترسی ندارند، به آن‌ها اجازه دهید نسخه‌های این ویدیو را در قالب‌های مختلف بارگیری کنند.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "اجازه دهید این ویدیو در رسانه‌های اجتماعی به اشتراک گذاشته شود.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "به فرگیران اجازه دهید این ویدیو را به‌صورت عمومی در رسانه‌های اجتماعی به اشتراک بگذارند. این ویدیو برای هرکسی قابل مشاهده خواهد بود، آنها نیازی به ثبت‌نام در دوره یا حتی داشتن یک حساب کاربری edX ندارند. پیوندهای صفحه دربارۀ دوره و ثبت‌نام در دوره در کنار ویدیو ظاهر می‌شود.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "افزودن آدرس اینترنتی ویدیو ", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "بازخورد عمومی", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "بازخورد عمومی را وارد کنید", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "بازخوردی را وارد کنید تا زمانی ظاهر شود که فراگیرنده پاسخ اشتباهی ارائه می دهد. اگر بازخورد مخصوص پاسخ را اضافه کنید، این مورد لغو خواهد شد.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "هیچ‌یک", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "هیچ‌یک", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "افزودن بازخورد گروه ", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "هنگامی که فراگیرنده، مجموعۀ خاصی از پاسخ‌ها را انتخاب می‌کند، بازخورد گروه ظاهر می‌شود.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "بازخورد گروهی", - "authoring.problemeditor.settings.randomization.SettingTitle": "تصادفی‌سازی", - "authoring.problemeditor.settings.randomization.SettingText": "{تصادفی‌سازی، انتخاب، تهی {در این مشکل تصادفی‌سازی مبتنی بر پایتون وجود ندارد.} other {زمان تصادفی‌سازی متغیرهای مشخص‌شده در اسکریپت پایتون مرتبط را تعریف می‌کند. برای سوالاتی که مقادیر را تصادفی نمی‌کنند، "هرگز" را مشخص کنید.} }", - "problemEditor.settings.tolerance.title": "پذیرش", - "problemEditor.settings.tolerance.summary.none": "هیچ‌یک", - "problemEditor.settings.tolerance.description.text": "حاشیه خطا در دو طرف یک پاسخ.", - "problemEditor.settings.tolerance.valueinput": "پذیرش", - "problemEditor.settings.tolerance.answerrangewarning": "پذیرش را نمی‌توان برای یک محدودۀ پاسخ اعمال کرد", - "problemEditor.settings.tolerance.type.percent": "درصد", - "problemEditor.settings.tolerance.type.number": "عدد", - "problemEditor.settings.tolerance.type.none": "هیچ‌یک" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/fr_CA.json b/translations/frontend-lib-content-components/src/i18n/messages/fr_CA.json deleted file mode 100644 index 0028797ad52..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/fr_CA.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Erreur : Impossible de trouver l'éditeur", - "VideoUploadEditor.dropVideoFileHere": "Faites glisser et déposez la vidéo ici ou cliquez pour télécharger", - "VideoUploadEditor.browse": "Parcourir les fichiers", - "VideoUploadEditor.uploadInfo": "Téléchargez des fichiers MP4 ou MOV (5 Go maximum)", - "authoring.editorContainer.cancelConfirm.title": "Quitter l'éditeur?", - "authoring.editorContainer.cancelConfirm.description": "Etes-vous sûr de vouloir quitter l'éditeur? Toutes les modifications non enregistrées seront perdues.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Le problème n'a pu être chargé", - "authoring.texteditor.load.error": "Erreur : Impossible de charger le contenu texte", - "authoring.texteditor.spinnerScreenReaderText": "chargement", - "authoring.videoEditor.spinnerScreenReaderText": "chargement", - "authoring.videoEditor.replaceVideoButtonLabel": "Remplacer la vidéo", - "authoring.videoUpload.spinnerScreenReaderText": "chargement", - "VideoUploadEditor.pasteURL": "Collez l'ID ou l'URL de votre vidéo", - "VideoUploadEditor.closeButtonAltText": "Fermer", - "VideoUploadEditor.submitButtonAltText": "Soumettre", - "authoring.baseModal.cancelButtonLabel": "Annuler", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Annuler l'échappement des littéraux HTML", - "authoring.draggableList.tooltip.content": "Faites glisser pour réorganiser", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Erreur", - "unexpected.error.message.text": "Une erreur inattendue est survenue. Veuillez cliquer sur le bouton ci-dessous pour rafraîchir la page.", - "unexpected.error.button.text": "Essayer à nouveau", - "unexpected.error.returnToUnitPage.button.text": "Retour à la page de l'unité", - "unexpected.error.returnToCourseOutline.button.text": "Revenir au plan {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Sauvegarder", - "authoring.texteditor.sourcecodemodal.title.label": "Modifier le code source", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Paramètres d'image", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Sauvegarder", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Remplacer l'image", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensions de l'image", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Largeur", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Hauteur", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "déverrouiller les dimensions", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "verrouiller les dimensions", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Utilisez des pourcentages pour la largeur et la hauteur de l'image", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accessibilité", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Texte alternatif", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Cette image est décorative (aucun texte alternatif requis).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Saisissez un texte alternatif ou précisez que l'image est uniquement décorative.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Entrez le texte alternatif", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Les valeurs des dimensions doivent être inférieures ou égales à 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Saisissez une valeur inférieure ou égale à 100.", - "authoring.texteditor.selectimagemodal.next.label": "Suivant", - "authoring.texteditor.selectimagemodal.upload.label": "Téléchargez une nouvelle image (10 Mo maximum)", - "authoring.texteditor.selectimagemodal.title.label": "Ajouter une image", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Par date d'ajout (le plus récent)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Par date d'ajout (le plus ancien)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Par nom (croissant)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Par nom (décroissant)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Aucune image trouvée dans votre galerie. Veuillez télécharger une image en utilisant le bouton ci-dessous.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Échec du téléchargement de l'image. Veuillez réessayer.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Échec de l'obtention des images du cours. Veuillez réessayer.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Les images doivent faire 10 Mo ou moins. Veuillez redimensionner l'image et réessayer.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Sélectionnez une image pour continuer.", - "authoring.editorfooter.save.error": "Erreur : l'enregistrement du contenu a échoué. Veuillez vérifier les modifications récentes et réessayer plus tard.", - "authoring.editorfooter.cancelButton.ariaLabel": "Abandonner les modifications et revenir au contexte d’apprentissage", - "authoring.editorfooter.cancelButton.label": "Annuler", - "authoring.editorfooter.savebutton.ariaLabel": "Enregistrer les modifications et revenir au contexte d'apprentissage", - "authoring.editorfooter.savebutton.label": "Sauvegarder", - "authoring.texteditor.title.loading": "Chargement...", - "authoring.texteditor.header.cancelChangesLabel": "Annuler les modifications et revenir au contexte d'apprentissage", - "authoring.texteditor.header.editTitleLabel": "Modifier le titre", - "authoring.texteditor.header.cancelTitleEdit": "Annuler", - "authoring.texteditor.header.saveTitleEdit": "Sauvegarder", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Annuler", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Etes-vous sûr de vouloir quitter l'éditeur?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Aucune réponse spécifiée", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Aucune réponse correcte n'a été spécifiée.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Écart de paramètres OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Une différence a été trouvée entre les paramètres définis dans la balise de problème de l'OLX et les paramètres sélectionnés dans la barre latérale. Les paramètres définis dans la balise de problème de l'OLX seront enregistrés et les valeurs correspondantes dans la barre latérale seront ignorées.", - "authoring.answerwidget.answer.answerWidgetTitle": "Réponses", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Ajouter une réponse", - "authoring.answerwidget.answer.placeholder": "Entrez une réponse", - "authoring.answerwidget.feedback.placeholder": "Message de rétroaction", - "authoring.answerwidget.feedback.icon.alt": "Activer/désactiver les rétroactions", - "authoring.answerwidget.answer.delete.icon.alt": "Supprimer la réponse", - "authoring.answerwidget.feedback.selected.label": "Afficher les rétroactions suivantes lorsque {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "est sélectionné", - "authoring.answerwidget.feedback.unselected.label": "Afficher les rétroactions suivantes lorsque {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "n'est pas sélectionné", - "authoring.answerwidget.answer.addAnswerRangeButton": "Ajouter une plage de réponses", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Entrez une plage de réponses", - "authoring.answerwidget.answer.answerRangeHelperText": "Entrez les valeurs min et max séparées par une virgule. Utilisez une parenthèse pour inclure le numéro à côté dans la plage, ou une parenthèse pour exclure le numéro. Par exemple, pour identifier les bonnes réponses comme 5, 6 ou 7, mais pas 8, précisez [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explication", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Fournissez une explication pour la bonne réponse", - "authoring.problemEditor.questionwidget.placeholder": "Entrez votre question", - "authoring.questionwidget.question.questionWidgetTitle": "Question", - "authoring.problemeditor.settings.settingsWidgetTitle": "Paramètres", - "authoring.problemeditor.settings.showAdvancedButton": "Afficher les paramètres avancés", - "authoring.problemeditor.settings.delete.icon.alt": "Supprimer la réponse", - "authoring.problemeditor.settings.advancedSettingLink.text": "Définir une valeur par défaut dans les paramètres avancés", - "authoring.problemeditor.settings.hint.title": "Indices", - "authoring.problemeditor.settings.hint.inputLabel": "Indice", - "authoring.problemeditor.settings.hint.addHintButton": "Ajouter un indice", - "authoring.problemeditor.settings.hint.noHintSummary": "Aucun", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Afficher l'option de réinitialisation", - "authoring.problemeditor.settings.reset.true": "Vrai", - "authoring.problemeditor.settings.reset.false": "Faux", - "authoring.problemeditor.settings.reset.text": "Détermine si un bouton \"Réinitialiser\" est affiché afin que l'utilisateur puisse réinitialiser sa réponse, généralement pour une utilisation dans l'entraînement ou des évaluations formatives.", - "authoring.problemeditor.settings.scoring.title": "Notation", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Tentatives", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Points", - "authoring.problemeditor.settings.scoring.unlimited": "Tentatives illimitées", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Tentatives illimitées", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Spécifiez la pondération des points et le nombre de tentatives de réponse", - "authoring.problemeditor.settings.scoring.attempts.hint": "Si une valeur de défaut n'est pas définie au niveau des paramètres avancés, des tentatives illimitées sont autorisées", - "authoring.problemeditor.settings.scoring.weight.hint": "Si aucune valeur n'est définie, le problème vaut un point", - "authoring.problemeditor.settings.showAnswer.title": "Afficher la réponse", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Nombre de tentatives", - "authoring.problemeditor.settings.showAnswer.text": "Définissez quand les apprenants peuvent voir la bonne réponse.", - "authoring.problemeditor.settings.timer.title": "Temps entre les tentatives", - "authoring.problemeditor.settings.timer.summary": "{time} secondes", - "authoring.problemeditor.settings.timer.text": "Secondes, un étudiant doit attendre entre les soumissions pour un problème avec plusieurs tentatives.", - "authoring.problemeditor.settings.timer.inputLabel": "Secondes", - "authoring.problemeditor.settings.type.title": "Type", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Passer à l'éditeur avancé", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Si vous utilisez l'éditeur avancé, ce problème sera converti en OLX et vous ne pourrez pas revenir à l'éditeur simple.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Convertir en OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Passer à l'éditeur avancé", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explication", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Fournissez une explication pour la bonne réponse.", - "authoring.problemEditor.selectType.title": "Sélectionnez le type de problème", - "authoring.problemeditor.selecttype.cancelButton.label": "Annuler", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Annuler", - "authoring.problemeditor.selecttype.selectButton.label": "Sélectionner", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Sélectionner", - "authoring.problemEditor.problemSelect.advanceButton.label": "Types de problèmes avancés", - "authoring.problemEditor.advanceProblem.menu.title": "Problèmes avancés", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Les outils provisoirement pris en charge peuvent ne pas disposer de la robustesse des fonctionnalités dont vos cours ont besoin. edX n'a aucun contrôle sur la qualité des logiciels, ni sur le contenu pouvant être fourni à l'aide de ces outils. Testez minutieusement ces outils avant de les utiliser dans votre cours, en particulier dans les sections notées. La documentation complète peut ne pas être disponible pour les outils provisoirement pris en charge, ou la documentation peut être disponible à partir de sources autres qu'edX.} Not_supported {Les outils sans support ne sont pas maintenus par edX et pourraient être obsolètes à l'avenir. Leur utilisation n'est pas recommandée dans les cours en raison du non-respect d'une ou plusieurs des exigences de base, telles que les tests, l'accessibilité, l'internationalisation et la documentation.} other { } }", - "authoring.problemEditor.preview.title": "problème {previewTitle}", - "authoring.problemEditor.preview.altText": "Une illustration en aperçu d'un {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } problème", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "En savoir plus", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Learn more about advanced problem types", - "authoring.videoeditor.expand": "Développer", - "authoring.videoeditor.collapse": "Replier", - "authoring.videoeditor.validate.error.title": "Nous n'avons pas pu ajouter votre vidéo.", - "authoring.videoeditor.validate.error.body": "Veuillez vérifier vos entrées et réessayer.", - "authoring.videoeditor.duration.title": "Durée", - "authoring.videoeditor.duration.description": "Définissez une section spécifique de la vidéo à lire.", - "authoring.videoeditor.duration.startTime.label": "Heure de début", - "authoring.videoeditor.duration.stopTime.label": "Heure d'arrêt", - "authoring.videoeditor.duration.hint": "Entrez l'heure au format HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Durée complète de la vidéo", - "authoring.videoeditor.duration.startsAt": "Commence à {startTime}", - "authoring.videoeditor.duration.total": "Total : {total}", - "authoring.videoeditor.duration.custom": "Personnalisé : {total}", - "authoring.videoeditor.transcripts.empty": "Aucune transcription ajoutée", - "authoring.videoeditor.videotype.youtube": "Vidéo YouTube", - "authoring.videoeditor.videotype.other": "Autre vidéo", - "authoring.videoeditor.handout.title.label": "Document à distribuer", - "authoring.videoeditor.handout.upload.label": "Téléversez un document", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Ajoutez un document pour accompagner cette vidéo. Les apprenants peuvent télécharger ce fichier en cliquant sur \"Télécharger le document\" sous la vidéo.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Échec du téléchargement du document. Veuillez réessayer.", - "authoring.videoeditor.handout.error.fileSizeError": "Les fichiers à distribuer doivent faire 20 Mo ou moins. Veuillez redimensionner le fichier et réessayer.", - "authoring.videoeditor.handout.handoutHelpMessage": "Les apprenants peuvent télécharger ce fichier en cliquant sur \"Télécharger le document\" sous la vidéo.", - "authoring.videoeditor.handout.deleteHandout": "Supprimer", - "authoring.videoeditor.handout.replaceHandout": "Remplacer", - "authoring.videoeditor.handout.downloadHandout": "Télécharger", - "authoring.videoeditor.license.title": "Licence", - "authoring.videoeditor.license.licenseType.label": "Type de licence", - "authoring.videoeditor.license.detailsSubsection.title": "Détails de licence", - "authoring.videoeditor.license.displaySubsection.title": "Afficher la licence", - "authoring.videoeditor.license.add.label": "Ajouter une licence pour cette vidéo", - "authoring.videoeditor.license.deleteLicenseSelection": "Effacer et appliquer la licence au niveau du cours", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Tous Droits Réservés", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Certains droits réservés", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Afficher les détails de la licence", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Cette licence est actuellement définie au niveau du cours", - "authoring.videoeditor.license.courseLicenseDescription.message": "Les licences définies au niveau du cours apparaissent au bas des pages des didacticiels de votre cours.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Cette licence est actuellement définie au niveau de la bibliothèque", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Les licences définies au niveau de la bibliothèque apparaissent sur la vidéo spécifique de la bibliothèque.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Cette licence est définie spécifiquement pour cette vidéo", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Lorsqu'une vidéo a une licence différente de celle du cours dans son ensemble, les apprenants voient la licence en bas à droite du lecteur vidéo.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attribution", - "authoring.videoeditor.license.attributionSectionDescription": "Autorisez d’autres personnes à copier, distribuer, afficher et exécuter votre œuvre protégée par le droit d’auteur, mais seulement s’ils vous en accordent le crédit comme vous le demandez. Actuellement, cette option est obligatoire.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Non commercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Autorisez d'autres personnes à copier, distribuer, afficher et exécuter votre travail - ainsi que les œuvres dérivées basées sur celui-ci - mais uniquement à des fins non commerciales.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Pas de travaux dérivés", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Autorisez les autres à copier, distribuer, afficher et exécuter uniquement des copies textuelles de votre travail, et non des œuvres dérivées basées sur celui-ci. Cette option est incompatible avec \"Partage à l'identique\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Partage à l'identique", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Autorisez les autres à distribuer des œuvres dérivées uniquement sous une licence identique à la licence qui régit votre œuvre. Cette option est incompatible avec \"pas de produits dérivés\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Vous réservez tous les droits sur votre travail.", - "authoring.videoeditor.socialShare.title": "Partage social", - "authoring.videoeditor.socialShare.disabled.subtitle": "Désactivé", - "authoring.videoeditor.socialShare.enabled.subtitle": "Activé", - "authoring.videoeditor.socialShare.learnMore.link": "En savoir plus sur le partage social", - "authoring.videoeditor.socialShare.description": "Autoriser cette vidéo à être partagée sur les réseaux sociaux", - "authoring.videoeditor.socialShare.checkbox.label": "Cette vidéo est partageable sur les réseaux sociaux", - "authoring.videoeditor.socialShare.overrideNote": "Remarque : Ce paramètre est remplacé par la page de plan du cours.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Modifiez ce paramètre sur la page de plan du cours.", - "authoring.videoeditor.thumbnail.title": "Vignette", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Indisponible", - "authoring.videoeditor.thumbnail.none.subtitle": "Aucun", - "authoring.videoeditor.thumbnail.yes.subtitle": "Oui", - "authoring.videoeditor.thumbnail.unavailable.message": "Sélectionnez une vidéo dans votre bibliothèque pour activer cette fonctionnalité (s'applique uniquement aux cours diffusés sur le site edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Télécharger la vignette", - "authoring.videoeditor.thumbnail.upload.message": "Téléchargez une image que les apprenants pourront voir avant de lire la vidéo.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Les images doivent avoir un ratio d'image de 16:9 (1280x720 px recommandé)", - "authoring.videoeditor.thumbnail.altText": "Image utilisée comme vignette pour la vidéo", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Supprimer", - "authoring.videoeditor.thumbnail.error.fileSizeError": "La taille du fichier des vignettes doit être supérieure à 2 Ko ou inférieure à 2 Mo. Veuillez redimensionner votre image et réessayer.", - "authoring.videoeditor.transcripts.title": "Transcriptions", - "authoring.videoeditor.transcripts.upload.label": "Ajouter une transcription", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Ajoutez des transcriptions vidéo (fichiers .srt uniquement) pour une meilleure accessibilité.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Autoriser les téléchargements de transcriptions", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Afficher la transcription dans le lecteur vidéo par défaut", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Les apprenants verront un lien pour télécharger la transcription sous la vidéo.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Seul un fichier SRT peut être téléchargé", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Échec du téléchargement de la transcription. Veuillez réessayer.", - "authoring.videoeditor.transcript.error.fileSizeError": "La taille du fichier de transcription dépasse le maximum. Veuillez réessayer.", - "authoring.videoeditor.transcript.deleteTranscript": "Supprimer", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Échec de la suppression de la transcription. Veuillez réessayer.", - "authoring.videoeditor.transcript.replaceTranscript": "Remplacer", - "authoring.videoeditor.transcript.downloadTranscript": "Télécharger", - "authoring.videoeditor.transcripts.languageSelectLabel": "Langues", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Choisir la langue", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Annuler", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Supprimer", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Êtes-vous certain de vouloir supprimer cette transcription?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Supprimer cette transcription?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Seuls les fichiers SRT peuvent être téléchargés. Veuillez sélectionner un fichier se terminant par .srt à télécharger.", - "authoring.videoEditor.transcripts.importButton.label": "Importer la transcription", - "authoring.videoEditor.transcripts.importCard.header": "Importer la transcription depuis YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Nous avons trouvé la transcription de cette vidéo sur YouTube. Souhaitez-vous l'importer maintenant?", - "authoring.videoeditor.videoSource.title.label": "Source vidéo", - "authoring.videoeditor.videoSource.videoId.label": "ID vidéo", - "authoring.videoeditor.videoSource.videoId.feedback": "Si edX vous a attribué un identifiant vidéo, entrez l'identifiant ici.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL de la vidéo", - "authoring.videoeditor.videoSource.videoUrl.feedback": "L'URL de votre vidéo. Il peut s'agir d'une URL YouTube ou d'un lien vers un fichier vidéo .mp4, .ogg ou .webm hébergé ailleurs sur Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "Le champ ID vidéo a changé. Veuillez vérifier les valeurs de l'URL de la vidéo et de l'URL de secours et mettez-les à jour si nécessaire.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Vidéos de secours", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Pour être certain que tous les apprenants peuvent accéder à la vidéo, edX recommande de fournir des vidéos supplémentaires au format .mp4 et au format .webm. La première vidéo répertoriée compatible avec l'appareil de l'apprenant jouera.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL de la vidéo", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Supprimer", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Autoriser les téléchargements de vidéos", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Autoriser les apprenants à télécharger des versions de cette vidéo dans différent formats s'ils ne peuvent pas utiliser le lecteur vidéo edX ou n'ont pas accès à YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Autorisez le partage de cette vidéo sur les réseaux sociaux.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Autorisez les apprenants à partager cette vidéo publiquement sur les réseaux sociaux. La vidéo sera visible par tous, sans avoir besoin de s'inscrire au cours ou même d'avoir un compte edX. Les liens vers la page à propos du cours et pour s'inscrire au cours apparaîtront à côté de la vidéo.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Ajouter une URL de vidéo", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Rétroaction générale", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Saisir une rétroaction générale", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Saisissez les rétroactions qui apparaîtront lorsqu'un étudiant soumet une mauvaise réponse. Ceci sera annulé si vous ajoutez des rétroactions spécifiques à la réponse.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Aucun", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Aucun", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Ajouter une rétroaction de groupe", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Les rétroactions de groupe apparaîtront lorsqu’un élève sélectionne un ensemble spécifique de réponses.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Rétroaction de groupe", - "authoring.problemeditor.settings.randomization.SettingTitle": "Répétition aléatoire", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Aucune randomisation basée sur Python n'est présente dans ce problème.} other {Définit quand aléatoirement modifier les variables spécifiées dans le script Python associé. Pour les problèmes qui ne modifient pas aléatoirement les valeurs, spécifiez \"Never\".} }", - "problemEditor.settings.tolerance.title": "Tolérance", - "problemEditor.settings.tolerance.summary.none": "Aucun", - "problemEditor.settings.tolerance.description.text": "La marge d'erreur de chaque côté d'une réponse.", - "problemEditor.settings.tolerance.valueinput": "Tolérance", - "problemEditor.settings.tolerance.answerrangewarning": "La tolérance ne peut pas être appliquée à une plage de réponses", - "problemEditor.settings.tolerance.type.percent": "Pourcentage", - "problemEditor.settings.tolerance.type.number": "Nombre", - "problemEditor.settings.tolerance.type.none": "Aucun" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/he.json b/translations/frontend-lib-content-components/src/i18n/messages/he.json deleted file mode 100644 index a9fb03b6545..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/he.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "שגיאה: לא הצליח למצוא את העורך", - "VideoUploadEditor.dropVideoFileHere": "גרור ושחרר סרטון כאן או לחץ כדי להעלות", - "VideoUploadEditor.browse": "עיין בקבצים", - "VideoUploadEditor.uploadInfo": "העלה קבצי MP4 או MOV (מקסימום 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "לצאת מהעורך?", - "authoring.editorContainer.cancelConfirm.description": "האם אתה בטוח שברצונך לצאת מהעורך? כל שינוי שלא נשמר יאבד.", - "authoring.editorContainer.okButton.label": "בסדר", - "authoring.problemEditor.blockFailed": "טעינת הבעיה נכשלה", - "authoring.texteditor.load.error": "שגיאה: לא ניתן היה לטעון תוכן טקסט", - "authoring.texteditor.spinnerScreenReaderText": "טוען", - "authoring.videoEditor.spinnerScreenReaderText": "טוען", - "authoring.videoEditor.replaceVideoButtonLabel": "החלף וידאו", - "authoring.videoUpload.spinnerScreenReaderText": "טוען", - "VideoUploadEditor.pasteURL": "הדבק את מזהה הסרטון או כתובת האתר שלך", - "VideoUploadEditor.closeButtonAltText": "סגור", - "VideoUploadEditor.submitButtonAltText": "שלח", - "authoring.baseModal.cancelButtonLabel": "ביטול", - "authoring.texteditor.codeEditor.escapeHTMLButton": "שחרר את ה-HTML Literals", - "authoring.draggableList.tooltip.content": "גרור על מנת לסדר מחדש", - "authoring.texteditor.selectimagemodal.error.errorTitle": "שגיאה", - "unexpected.error.message.text": "שגיאה לא צפויה התרחשה. אנא לחץ על הכפתור למטה כדי לרענן את הדף.", - "unexpected.error.button.text": "נסה שוב", - "unexpected.error.returnToUnitPage.button.text": "חזרה לדף היחידה", - "unexpected.error.returnToCourseOutline.button.text": "חזור למתווה {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "שמירה", - "authoring.texteditor.sourcecodemodal.title.label": "ערוך קוד מקור", - "authoring.texteditor.imagesettingsmodal.titleLabel": "הגדרות תמונה", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "שמירה", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "החלפת תמונה", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "ממדי תמונה", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "רוחב", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "גובה", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "פתיחת מידות", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "מידות מנעול", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "השתמש באחוזים עבור הרוחב והגובה של התמונה", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "נְגִישׁוּת", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "טקסט חלופי", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "תמונה זו היא דקורטיבית (אין צורך בטקסט חלופי).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "הזן טקסט חלופי או ציין שהתמונה היא דקורטיבית בלבד.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "הזן טקסט חלופי", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "ערכי מימד חייבים להיות קטנים מ-100 או שווים ל-100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "הזן ערך קטן או שווה ל-100.", - "authoring.texteditor.selectimagemodal.next.label": "הבא", - "authoring.texteditor.selectimagemodal.upload.label": "העלה תמונה חדשה (מקסימום 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "הוסף תמונה", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "לפי תאריך נוסף (הכי חדש)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "לפי תאריך נוסף (הישן ביותר)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "לפי השם (עולה)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "לפי השם (יורד)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "לא נמצאו תמונות בגלריה שלך. נא להעלות תמונה באמצעות הכפתור למטה.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "העלאת התמונה נכשלה. בבקשה נסה שוב.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "השגת תמונות הקורס נכשלה. בבקשה נסה שוב.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "התמונות חייבות להיות בגודל 10 MB או פחות. אנא שנה את גודל התמונה ונסה שוב.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "בחר תמונה כדי להמשיך.", - "authoring.editorfooter.save.error": "שגיאה: שמירת התוכן נכשלה. בדוק את השינויים האחרונים ונסה שוב מאוחר יותר.", - "authoring.editorfooter.cancelButton.ariaLabel": "בטל שינויים וחזור להקשר הלמידה", - "authoring.editorfooter.cancelButton.label": "ביטול", - "authoring.editorfooter.savebutton.ariaLabel": "שמור שינויים וחזור להקשר הלמידה", - "authoring.editorfooter.savebutton.label": "שמירה", - "authoring.texteditor.title.loading": "טוען...", - "authoring.texteditor.header.cancelChangesLabel": "בטל שינויים וחזור להקשר הלמידה", - "authoring.texteditor.header.editTitleLabel": "ערוך כותרת", - "authoring.texteditor.header.cancelTitleEdit": "ביטול", - "authoring.texteditor.header.saveTitleEdit": "שמירה", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "ביטול", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "בסדר", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "האם אתה בטוח שברצונך לצאת מהעורך?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "לא צוינה תשובה", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "לא צוינה תשובה נכונה.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "אי התאמה בין הגדרות OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "נמצאה אי התאמה בין ההגדרות שהוגדרו בתג הבעיה של ה-OLX לבין ההגדרות שנבחרו בסרגל הצד. ההגדרות שהוגדרו בתג הבעיה של ה-OLX יישמרו והערכים המתאימים בסרגל הצד יימחקו.", - "authoring.answerwidget.answer.answerWidgetTitle": "תשובות", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "הוסף תשובה", - "authoring.answerwidget.answer.placeholder": "הזן תשובה", - "authoring.answerwidget.feedback.placeholder": "הודעת משוב", - "authoring.answerwidget.feedback.icon.alt": "החלף משוב", - "authoring.answerwidget.answer.delete.icon.alt": "מחק תשובה", - "authoring.answerwidget.feedback.selected.label": "הצג את המשוב הבא כאשר {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "נבחר", - "authoring.answerwidget.feedback.unselected.label": "הצג את המשוב הבא כאשר {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "לא נבחר", - "authoring.answerwidget.answer.addAnswerRangeButton": "הוסף טווח תשובות", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "הזן טווח תשובות", - "authoring.answerwidget.answer.answerRangeHelperText": "הזן ערכי מינימום ומקסימום מופרדים בפסיק. השתמש בסוגריים כדי לכלול את המספר שלידו בטווח, או בסוגריים כדי לא לכלול את המספר. לדוגמה, כדי לזהות את התשובות הנכונות כ-5, 6 או 7, אך לא 8, ציין [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "הסבר", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "ספק הסבר לתשובה הנכונה", - "authoring.problemEditor.questionwidget.placeholder": "הכנס את השאלה שלך", - "authoring.questionwidget.question.questionWidgetTitle": "שאלה", - "authoring.problemeditor.settings.settingsWidgetTitle": "הגדרות", - "authoring.problemeditor.settings.showAdvancedButton": "הצג הגדרות מתקדמות", - "authoring.problemeditor.settings.delete.icon.alt": "מחק תשובה", - "authoring.problemeditor.settings.advancedSettingLink.text": "הגדר ערך ברירת מחדל בהגדרות מתקדמות", - "authoring.problemeditor.settings.hint.title": "רמזים", - "authoring.problemeditor.settings.hint.inputLabel": "רמז", - "authoring.problemeditor.settings.hint.addHintButton": "הוסף רמז", - "authoring.problemeditor.settings.hint.noHintSummary": "ללא", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} אחר {(+# עוד)}}", - "authoring.problemeditor.settings.reset.title": "הצג אפשרות איפוס", - "authoring.problemeditor.settings.reset.true": "נכון", - "authoring.problemeditor.settings.reset.false": "לא נכון", - "authoring.problemeditor.settings.reset.text": "קובע אם לחצן 'איפוס' מוצג כך שהמשתמש יוכל לאפס את התשובה שלו, בדרך כלל לשימוש בפועל או להערכות מעצבות.", - "authoring.problemeditor.settings.scoring.title": "מְנִיָה", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "נסיונות", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "נקודות", - "authoring.problemeditor.settings.scoring.unlimited": "ניסיונות ללא הגבלה", - "authoring.problemeditor.settings.scoring.attempts": "{נסיונות, רבים, =1 {# ניסיון} {# ניסיונות}} אחרים", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "ניסיונות ללא הגבלה", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} אחרים {# points}}", - "authoring.problemeditor.settings.scoring.label": "ציין משקל נקודה ומספר ניסיונות התשובה", - "authoring.problemeditor.settings.scoring.attempts.hint": "אם ערך ברירת מחדל אינו מוגדר בהגדרות המתקדמות, יתאפשרו ניסיונות בלתי מוגבלים", - "authoring.problemeditor.settings.scoring.weight.hint": "אם לא מוגדר ערך, הבעיה שווה נקודה אחת", - "authoring.problemeditor.settings.showAnswer.title": "הצגת התשובה", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "מספר נסיונות", - "authoring.problemeditor.settings.showAnswer.text": "הגדירו מתי הלומדים יכולים לראות את התשובה הנכונה.", - "authoring.problemeditor.settings.timer.title": "זמן בין ניסיונות", - "authoring.problemeditor.settings.timer.summary": "{time} שניות", - "authoring.problemeditor.settings.timer.text": "מספר השניות שעל סטודנט להמתין בין מועדי הגשה עבור בעיה עם ניסיונות הגשה מרובים.", - "authoring.problemeditor.settings.timer.inputLabel": "שניות", - "authoring.problemeditor.settings.type.title": "סוג", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "עבור לעורך מתקדם", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "אם תשתמש בעורך המתקדם, בעיה זו תומר ל-OLX ולא תוכל לחזור לעורך הפשוט.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "להמיר ל-OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "עבור לעורך מתקדם", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "הסבר", - "authoring.problemeditor.settings.showAnswer.explanation.text": "ספק הסבר לתשובה הנכונה.", - "authoring.problemEditor.selectType.title": "בחר סוג בעיה", - "authoring.problemeditor.selecttype.cancelButton.label": "ביטול", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "ביטול", - "authoring.problemeditor.selecttype.selectButton.label": "בחרו", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "בחרו", - "authoring.problemEditor.problemSelect.advanceButton.label": "סוגי בעיות מתקדמים", - "authoring.problemEditor.advanceProblem.menu.title": "בעיות מתקדמות", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {כלים הנתמכים באופן זמני עשויים להיות חסרים את העוצמה של הפונקציונליות שהקורסים שלך דורשים. ל-edX אין שליטה על איכות התוכנה, או על התוכן שניתן לספק באמצעות כלים אלו. בדוק את הכלים האלה ביסודיות לפני השימוש בהם בקורס שלך, במיוחד בקטעים מדורגים. ייתכן שהמסמכים המלאים לא יהיו זמינים עבור כלים הנתמכים באופן זמני, או שהתיעוד עשוי להיות זמין ממקורות אחרים מלבד edX.} Not_supported {כלים ללא תמיכה אינם מתוחזקים על ידי edX, וייתכן שיוצאו משימוש בעתיד. הם אינם מומלצים לשימוש בקורסים עקב אי עמידה באחת או יותר מדרישות הבסיס, כגון בדיקות, נגישות, בינלאומיות ותיעוד.} אחר { } }", - "authoring.problemEditor.preview.title": "בעיה {previewTitle}", - "authoring.problemEditor.preview.altText": "איור תצוגה מקדימה של {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "למידע נוסף", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "למידע נוסף על סוגי בעיות מתקדמים", - "authoring.videoeditor.expand": "הרחבה", - "authoring.videoeditor.collapse": "כיווץ", - "authoring.videoeditor.validate.error.title": "לא הצלחנו להוסיף את הסרטון שלך.", - "authoring.videoeditor.validate.error.body": "נא לבדוק את הדברים שמילאת ולנסות שוב.", - "authoring.videoeditor.duration.title": "משך זמן", - "authoring.videoeditor.duration.description": "הגדר קטע מסוים בסרטון להפעלה.", - "authoring.videoeditor.duration.startTime.label": "שעת התחלה", - "authoring.videoeditor.duration.stopTime.label": "זמן עצירה", - "authoring.videoeditor.duration.hint": "הזן זמן בתור HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "אורך הסרטון המלא", - "authoring.videoeditor.duration.startsAt": "מתחיל ב- {startTime}", - "authoring.videoeditor.duration.total": "סך הכל: {total}", - "authoring.videoeditor.duration.custom": "מותאם אישית: {total}", - "authoring.videoeditor.transcripts.empty": "לא נוספו תמלילים", - "authoring.videoeditor.videotype.youtube": "סרטון יוטיוב", - "authoring.videoeditor.videotype.other": "סרטון אחר", - "authoring.videoeditor.handout.title.label": "נְדָבָה", - "authoring.videoeditor.handout.upload.label": "העלה דף מידע", - "authoring.videoeditor.handout.upload.addHandoutMessage": "הוסף קובץ עזר שילווה את הסרטון הזה. הלומדים יכולים להוריד את הקובץ הזה על ידי לחיצה על "הורד מסמך" מתחת לסרטון.", - "authoring.videoeditor.handout.error.uploadHandoutError": "העלאת המידע נכשל. בבקשה נסה שוב.", - "authoring.videoeditor.handout.error.fileSizeError": "קבצי דפי מידע חייבים להיות בגודל 20 MB או פחות. אנא שנה את גודל הקובץ ונסה שוב.", - "authoring.videoeditor.handout.handoutHelpMessage": "הלומדים יכולים להוריד את הקובץ הזה על ידי לחיצה על "הורד מסמך" מתחת לסרטון.", - "authoring.videoeditor.handout.deleteHandout": "מחיקה", - "authoring.videoeditor.handout.replaceHandout": "החלף", - "authoring.videoeditor.handout.downloadHandout": "הורדה", - "authoring.videoeditor.license.title": "רישיון", - "authoring.videoeditor.license.licenseType.label": "סוג רישיון", - "authoring.videoeditor.license.detailsSubsection.title": "פרטי רישיון", - "authoring.videoeditor.license.displaySubsection.title": "תצוגת רישיון", - "authoring.videoeditor.license.add.label": "הוסף רישיון לסרטון זה", - "authoring.videoeditor.license.deleteLicenseSelection": "נקה והחל את הרישיון ברמת הקורס", - "authoring.videoeditor.license.allRightsReservedIcons.label": "כל הזכויות שמורות", - "authoring.videoeditor.license.creativeCommonsIcons.label": "חלק מהזכויות שמורות", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "צפה בפרטי הרישיון", - "authoring.videoeditor.license.courseLevelDescription.helperText": "רישיון זה מוגדר כעת ברמת הקורס", - "authoring.videoeditor.license.courseLicenseDescription.message": "רישיונות המוגדרים ברמת הקורס מופיעים בתחתית דפי הקורסים בקורס שלך.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "רישיון זה מוגדר כעת ברמת הספרייה", - "authoring.videoeditor.license.libraryLicenseDescription.message": "רישיונות המוגדרים ברמת הספרייה מופיעים בסרטון הספרייה הספציפי.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "רישיון זה מוגדר במיוחד עבור סרטון זה", - "authoring.videoeditor.license.defaultLicenseDescription.message": "כאשר לסרטון יש רישיון שונה מהקורס כולו, הלומדים רואים את הרישיון בפינה השמאלית התחתונה של נגן הווידאו.", - "authoring.videoeditor.license.attributionCheckboxLabel": "יחוס", - "authoring.videoeditor.license.attributionSectionDescription": "אפשר לאחרים להעתיק, להפיץ, להציג ולבצע את העבודה המוגנת בזכויות היוצרים שלך, אך רק אם הם מכירים בזכויותיך על פי בקשתך. נכון לעכשיו, אפשרות זו היא חובה.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "לא למטרות מסחר", - "authoring.videoeditor.license.noncommercialSectionDescription": "אפשר לאחרים להעתיק, להפיץ, להציג ולבצע את עבודתך - ועבודות הנגזרות ממנה- שלא למטרות מסחר.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "ללא נגזרות", - "authoring.videoeditor.license.noDerivativesSectionDescription": "אפשר לאחרים להעתיק, להפיץ, להציג ולבצע אך ורק עותקים מדויקים של עבודתך ולא עבודות הנגזרות ממנה. אפשרות זו אינה מתאימה ל\"Share Alike\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "שתף", - "authoring.videoeditor.license.shareAlikeSectionDescription": "אפשר לאחרים להפיץ עבודות נגזרות אך ורק ברישיון דומה לרישיון שקיים לעבודתך. אפשרות זו אינה מתאימה ל\"ללא נגזרות\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "אתה שומר את כל הזכויות לעבודה שלך.", - "authoring.videoeditor.socialShare.title": "שיתוף במדיה חברתית", - "authoring.videoeditor.socialShare.disabled.subtitle": "מושבת", - "authoring.videoeditor.socialShare.enabled.subtitle": "מופעל", - "authoring.videoeditor.socialShare.learnMore.link": "למידע נוסף על שיתוף חברתי", - "authoring.videoeditor.socialShare.description": "אפשר לסרטון זה להיות ניתן לשיתוף עם מדיה חברתית", - "authoring.videoeditor.socialShare.checkbox.label": "סרטון זה ניתן לשיתוף ברשתות חברתיות", - "authoring.videoeditor.socialShare.overrideNote": "הערה: הגדרה זו עוקפת על ידי דף מתאר הקורס.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "שנה הגדרה זו בדף מתאר הקורס.", - "authoring.videoeditor.thumbnail.title": "תמונה ממוזערת", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "אינו זמין", - "authoring.videoeditor.thumbnail.none.subtitle": "ללא", - "authoring.videoeditor.thumbnail.yes.subtitle": "כן", - "authoring.videoeditor.thumbnail.unavailable.message": "בחר סרטון מהספרייה שלך כדי להפעיל תכונה זו (חל רק על קורסים הפועלים באתר edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "העלה תמונה ממוזערת", - "authoring.videoeditor.thumbnail.upload.message": "העלה תמונה שהתלמידים יוכלו לראות לפני הפעלת הסרטון.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "התמונות חייבות להיות ביחס רוחב-גובה של 16:9 (מומלץ 1280x720 פיקסלים)", - "authoring.videoeditor.thumbnail.altText": "התמונה משמשת כתמונה ממוזערת עבור וידאו", - "authoring.videoeditor.thumbnail.deleteThumbnail": "מחיקה", - "authoring.videoeditor.thumbnail.error.fileSizeError": "גודל הקובץ עבור תמונות ממוזערות חייב להיות גדול מ-2 KB או פחות מ-2 MB. אנא שנה את גודל התמונה שלך ונסה שוב.", - "authoring.videoeditor.transcripts.title": "תמלולים", - "authoring.videoeditor.transcripts.upload.label": "הוסף תמלול", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "הוסף תמלול וידאו (קבצי .srt בלבד) לשיפור הנגישות.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "אפשר הורדות תמלול", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "הצג תמלול בנגן הווידאו כברירת מחדל", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "הלומדים יראו קישור להורדת התמליל מתחת לסרטון.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "ניתן להעלות רק קובץ SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "העלאת התמליל נכשלה. בבקשה נסה שוב.", - "authoring.videoeditor.transcript.error.fileSizeError": "גודל קובץ התמלול חורג מהמקסימום. בבקשה נסה שוב.", - "authoring.videoeditor.transcript.deleteTranscript": "מחיקה", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "מחיקת התמליל נכשלה. בבקשה נסה שוב.", - "authoring.videoeditor.transcript.replaceTranscript": "החלף", - "authoring.videoeditor.transcript.downloadTranscript": "הורדה", - "authoring.videoeditor.transcripts.languageSelectLabel": "שפות", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "בחר שפה", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "ביטול", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "מחיקה", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "האם אתה בטוח שברצונך למחוק את התמליל הזה?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "למחוק את התמליל הזה?", - "authoring.videoeditor.transcripts.fileTypeWarning": "ניתן להעלות רק קבצי SRT. אנא בחר קובץ המסתיים ב-.srt להעלאה.", - "authoring.videoEditor.transcripts.importButton.label": "ייבוא תמליל", - "authoring.videoEditor.transcripts.importCard.header": "לייבא תמליל מיוטיוב?", - "authoring.videoEditor.transcrtipts.importCard.message": "מצאנו תמליל של הסרטון הזה ביוטיוב. האם תרצה לייבא אותו עכשיו?", - "authoring.videoeditor.videoSource.title.label": "מקור וידאו", - "authoring.videoeditor.videoSource.videoId.label": "מזהה וידאו", - "authoring.videoeditor.videoSource.videoId.feedback": "אם הוקצה לך מזהה וידאו על ידי edX, הזן את המזהה כאן.", - "authoring.videoeditor.videoSource.videoUrl.label": "קישור לוידאו", - "authoring.videoeditor.videoSource.videoUrl.feedback": "כתובת האתר של הסרטון שלך. זו יכולה להיות כתובת אתר של YouTube, או קישור לקובץ וידאו .mp4, .ogg או .webm המתארח במקום אחר באינטרנט.", - "authoring.videoeditor.videoIdChangeAlert.message": "שדה מזהה הסרטון השתנה, אנא בדוק את ערכי כתובת ה-URL של הסרטון ו-URL החלופיות ועדכן אותם במידת הצורך.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "סרטוני סתירה", - "authoring.videoeditor.videoSource.fallbackVideo.message": "כדי להיות בטוח שכל הלומדים יכולים לגשת לסרטון, edX ממליצה לספק סרטונים נוספים בפורמט .mp4 וגם בפורמט .webm. הסרטון הראשון ברשימה התואם למכשיר של הלומד יופעל.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "קישור לוידאו", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "מחיקה", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "אפשר הורדות וידאו", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "אפשר ללומדים להוריד גרסאות של סרטון זה בפורמטים שונים אם אין להם אפשרות להשתמש בנגן הווידאו edX או שאין להם גישה ל-YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "אפשר לשתף את הסרטון הזה במדיה החברתית.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "אפשר ללומדים לשתף את הסרטון הזה בפומבי במדיה החברתית. הסרטון יהיה גלוי לכל אחד, הוא לא יצטרך להירשם לקורס ואפילו לא יהיה לו חשבון edX. לצד הסרטון יופיעו קישורים לדף אודות הקורס ולהרשמה לקורס.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "הוסף כתובת אתר של סרטון", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "משוב כללי", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "הזן משוב כללי", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "הזן את המשוב שיופיע כאשר תלמיד שולח תשובה שגויה. זה יעקוף אם תוסיף משוב ספציפי לתשובה.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "ללא", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "ללא", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "הוסף משוב קבוצתי", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "משוב קבוצתי יופיע כאשר תלמיד יבחר קבוצה מסוימת של תשובות.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "משוב קבוצתי", - "authoring.problemeditor.settings.randomization.SettingTitle": "הצג באופן אקראי", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {אין אקראיות מבוססת Python קיימת בבעיה זו.} אחר {מגדיר מתי לעשות אקראי את המשתנים שצוינו בסקריפט של Python המשויך. לבעיות שאינן גורמות ערכים אקראי, ציין "לעולם לא".} }", - "problemEditor.settings.tolerance.title": "סוֹבלָנוּת", - "problemEditor.settings.tolerance.summary.none": "ללא", - "problemEditor.settings.tolerance.description.text": "מרווח הטעות משני הצדדים של תשובה.", - "problemEditor.settings.tolerance.valueinput": "סוֹבלָנוּת", - "problemEditor.settings.tolerance.answerrangewarning": "לא ניתן להחיל סובלנות על טווח תשובות", - "problemEditor.settings.tolerance.type.percent": "אחוז", - "problemEditor.settings.tolerance.type.number": "מספר", - "problemEditor.settings.tolerance.type.none": "ללא" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/hi.json b/translations/frontend-lib-content-components/src/i18n/messages/hi.json deleted file mode 100644 index 94b5057ffc7..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/hi.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "त्रुटि: संपादक नहीं मिल सका", - "VideoUploadEditor.dropVideoFileHere": "वीडियो को यहां खींचें और छोड़ें या अपलोड करने के लिए क्लिक करें", - "VideoUploadEditor.browse": "फ़ाइलों को ब्राउज़ करें", - "VideoUploadEditor.uploadInfo": "MP4 या MOV फ़ाइलें अपलोड करें (अधिकतम 5 जीबी)", - "authoring.editorContainer.cancelConfirm.title": "संपादक से बाहर निकलें?", - "authoring.editorContainer.cancelConfirm.description": "क्या आप वाकई संपादक से बाहर निकलना चाहते हैं? कोई भी सहेजा न गया परिवर्तन खो जाएगा.", - "authoring.editorContainer.okButton.label": "ठीक", - "authoring.problemEditor.blockFailed": "समस्या लोड होने में विफल रही", - "authoring.texteditor.load.error": "त्रुटि: पाठ्य सामग्री लोड नहीं हो सकी", - "authoring.texteditor.spinnerScreenReaderText": "लोड हो रहा है", - "authoring.videoEditor.spinnerScreenReaderText": "लोड हो रहा है", - "authoring.videoEditor.replaceVideoButtonLabel": "वीडियो बदलें", - "authoring.videoUpload.spinnerScreenReaderText": "लोड हो रहा है", - "VideoUploadEditor.pasteURL": "अपनी वीडियो आईडी या यूआरएल चिपकाएँ", - "VideoUploadEditor.closeButtonAltText": "बंद करना", - "VideoUploadEditor.submitButtonAltText": "प्रस्तुत करना", - "authoring.baseModal.cancelButtonLabel": "रद्द करें", - "authoring.texteditor.codeEditor.escapeHTMLButton": "अनस्केप HTML लिटरल्स", - "authoring.draggableList.tooltip.content": "पुन: व्‍यवस्थित करने हेतु खींचें", - "authoring.texteditor.selectimagemodal.error.errorTitle": "त्रुटि", - "unexpected.error.message.text": "एक अप्रत्याशित त्रुटि हुई। पृष्ठ को ताज़ा करने के लिए कृपया नीचे दिए गए बटन पर क्लिक करें।", - "unexpected.error.button.text": "पुनः प्रयास करें", - "unexpected.error.returnToUnitPage.button.text": "इकाई पृष्ठ पर लौटें", - "unexpected.error.returnToCourseOutline.button.text": "{outlineType} रूपरेखा पर वापस लौटें", - "authoring.texteditor.sourcecodemodal.next.label": "सहेजें", - "authoring.texteditor.sourcecodemodal.title.label": "स्रोत कोड संपादित करें", - "authoring.texteditor.imagesettingsmodal.titleLabel": "छवि सेटिंग्स", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "सहेजें", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "छवि बदलें", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "छवि आयाम", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "चौड़ाई", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "ऊंचाई", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "आयाम अनलॉक करें", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "ताला आयाम", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "छवि की चौड़ाई और ऊंचाई के लिए प्रतिशत का उपयोग करें", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "सरल उपयोग", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "वैकल्पिक शब्द", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "यह छवि सजावटी है (कोई वैकल्पिक पाठ आवश्यक नहीं है)।", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "वैकल्पिक टेक्स्ट दर्ज करें या निर्दिष्ट करें कि छवि केवल सजावटी है।", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "वैकल्पिक पाठ दर्ज करें", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "आयाम मान 100 से कम या उसके बराबर होना चाहिए।", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "100 से कम या उसके बराबर मान दर्ज करें।", - "authoring.texteditor.selectimagemodal.next.label": "अगला", - "authoring.texteditor.selectimagemodal.upload.label": "एक नई छवि अपलोड करें (अधिकतम 10 एमबी)", - "authoring.texteditor.selectimagemodal.title.label": "एक छवि जोड़ें", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "जोड़ी गई तिथि के अनुसार (नवीनतम)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "जोड़ी गई तिथि के अनुसार (सबसे पुराना)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "नाम से (आरोही)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "नाम से (अवरोही)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "आपकी गैलरी में कोई चित्र नहीं मिला. कृपया नीचे दिए गए बटन का उपयोग करके एक छवि अपलोड करें।", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "छवि अपलोड करने में विफल. कृपया पुन: प्रयास करें।", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "पाठ्यक्रम चित्र प्राप्त करने में विफल. कृपया पुन: प्रयास करें।", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "छवियाँ 10 एमबी या उससे कम होनी चाहिए। कृपया छवि का आकार बदलें और पुनः प्रयास करें।", - "authoring.texteditor.selectimagemodal.error.selectImageError": "जारी रखने के लिए एक छवि चुनें.", - "authoring.editorfooter.save.error": "त्रुटि: सामग्री सहेजना विफल रहा. कृपया हाल के परिवर्तनों की जाँच करें और बाद में पुनः प्रयास करें।", - "authoring.editorfooter.cancelButton.ariaLabel": "परिवर्तनों को त्यागें और सीखने के संदर्भ में वापस लौटें", - "authoring.editorfooter.cancelButton.label": "रद्द करें", - "authoring.editorfooter.savebutton.ariaLabel": "परिवर्तन सहेजें और सीखने के संदर्भ पर वापस लौटें", - "authoring.editorfooter.savebutton.label": "सहेजें", - "authoring.texteditor.title.loading": "लोड हो रहा है...", - "authoring.texteditor.header.cancelChangesLabel": "परिवर्तन रद्द करें और सीखने के संदर्भ पर वापस लौटें", - "authoring.texteditor.header.editTitleLabel": "एडिट टाइटल ", - "authoring.texteditor.header.cancelTitleEdit": "रद्द करें", - "authoring.texteditor.header.saveTitleEdit": "सहेजें", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "रद्द करें", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "ठीक", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "क्या आप वाकई संपादक से बाहर निकलना चाहते हैं?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "कोई उत्तर निर्दिष्ट नहीं", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "कोई सही उत्तर निर्दिष्ट नहीं किया गया है.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "ओएलएक्स सेटिंग्स में विसंगति", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "ओएलएक्स के समस्या टैग में परिभाषित सेटिंग्स और साइडबार में चयनित सेटिंग्स के बीच एक विसंगति पाई गई। ओएलएक्स के समस्या टैग में परिभाषित सेटिंग्स सहेजी जाएंगी और साइडबार में संबंधित मान हटा दिए जाएंगे।", - "authoring.answerwidget.answer.answerWidgetTitle": "जवाब", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "उत्तर जोड़ें", - "authoring.answerwidget.answer.placeholder": "एक उत्तर दर्ज करें", - "authoring.answerwidget.feedback.placeholder": "प्रतिक्रिया संदेश", - "authoring.answerwidget.feedback.icon.alt": "फीडबैक टॉगल करें", - "authoring.answerwidget.answer.delete.icon.alt": "उत्तर हटाएँ", - "authoring.answerwidget.feedback.selected.label": "{answerId} {boldunderline} होने पर निम्नलिखित प्रतिक्रिया दिखाएं:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "चयनित है", - "authoring.answerwidget.feedback.unselected.label": "{answerId} {boldunderline} होने पर निम्नलिखित प्रतिक्रिया दिखाएं:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "चयनित नहीं है", - "authoring.answerwidget.answer.addAnswerRangeButton": "उत्तर श्रेणी जोड़ें", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "एक उत्तर श्रेणी दर्ज करें", - "authoring.answerwidget.answer.answerRangeHelperText": "अल्पविराम से अलग किए गए न्यूनतम और अधिकतम मान दर्ज करें। श्रेणी में उसके आगे की संख्या को शामिल करने के लिए ब्रैकेट का उपयोग करें, या संख्या को बाहर करने के लिए कोष्ठक का उपयोग करें। उदाहरण के लिए, सही उत्तरों को 5, 6, या 7 के रूप में पहचानने के लिए, लेकिन 8 नहीं, [5,8) निर्दिष्ट करें।", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "व्याख्या", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "सही उत्तर के लिए स्पष्टीकरण प्रदान करें", - "authoring.problemEditor.questionwidget.placeholder": "अपना प्रश्न दर्ज करें", - "authoring.questionwidget.question.questionWidgetTitle": "सवाल", - "authoring.problemeditor.settings.settingsWidgetTitle": "सेटिंग्स", - "authoring.problemeditor.settings.showAdvancedButton": "उन्नत सेटिंग दिखाएं", - "authoring.problemeditor.settings.delete.icon.alt": "उत्तर हटाएँ", - "authoring.problemeditor.settings.advancedSettingLink.text": "उन्नत सेटिंग्स में एक डिफ़ॉल्ट मान सेट करें", - "authoring.problemeditor.settings.hint.title": "संकेत", - "authoring.problemeditor.settings.hint.inputLabel": "संकेत", - "authoring.problemeditor.settings.hint.addHintButton": "संकेत जोड़ें", - "authoring.problemeditor.settings.hint.noHintSummary": "कोई नहीं\nकुछ भी नहीं", - "authoring.problemeditor.settings.hint.summary": "{hint} {गिनती, बहुवचन, =0 {} अन्य {(+# अधिक)}}", - "authoring.problemeditor.settings.reset.title": "रीसेट विकल्प दिखाएँ", - "authoring.problemeditor.settings.reset.true": "सत्‍य", - "authoring.problemeditor.settings.reset.false": "असत्‍य", - "authoring.problemeditor.settings.reset.text": "यह निर्धारित करता है कि क्या 'रीसेट' बटन दिखाया गया है ताकि उपयोगकर्ता अपने उत्तर को रीसेट कर सके, आमतौर पर अभ्यास या प्रारंभिक मूल्यांकन में उपयोग के लिए।", - "authoring.problemeditor.settings.scoring.title": "स्कोरिंग", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "प्रयास करना", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "बिंदुओं", - "authoring.problemeditor.settings.scoring.unlimited": "असीमित प्रयास", - "authoring.problemeditor.settings.scoring.attempts": "{प्रयास, बहुवचन, =1 {# प्रयास} अन्य {# प्रयास}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "असीमित प्रयास", - "authoring.problemeditor.settings.scoring.weight": "{वजन, बहुवचन, =0 {अवर्गीकृत} अन्य {# अंक}}", - "authoring.problemeditor.settings.scoring.label": "बिंदु भार और उत्तर प्रयासों की संख्या निर्दिष्ट करें", - "authoring.problemeditor.settings.scoring.attempts.hint": "यदि उन्नत सेटिंग्स में डिफ़ॉल्ट मान सेट नहीं किया गया है, तो असीमित प्रयासों की अनुमति है", - "authoring.problemeditor.settings.scoring.weight.hint": "यदि कोई मान निर्धारित नहीं है, तो समस्या एक अंक के बराबर है", - "authoring.problemeditor.settings.showAnswer.title": "आन्सर देखाओ", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "प्रयासों की संख्या", - "authoring.problemeditor.settings.showAnswer.text": "परिभाषित करें कि शिक्षार्थी कब सही उत्तर देख सकते हैं।", - "authoring.problemeditor.settings.timer.title": "प्रयासों के बीच का समय", - "authoring.problemeditor.settings.timer.summary": "{time} सेकंड", - "authoring.problemeditor.settings.timer.text": "एक छात्र को कई प्रयासों के साथ एक समस्या के लिए प्रस्तुतियाँ के बीच इंतजार करना चाहिए।", - "authoring.problemeditor.settings.timer.inputLabel": "सेकंड", - "authoring.problemeditor.settings.type.title": "प्रकार", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "उन्नत संपादक पर स्विच करें", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "यदि आप उन्नत संपादक का उपयोग करते हैं, तो यह समस्या OLX में परिवर्तित हो जाएगी और आप सरल संपादक पर वापस नहीं लौट पाएंगे।", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "ओएलएक्स में कनवर्ट करें?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "उन्नत संपादक पर स्विच करें", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "व्याख्या", - "authoring.problemeditor.settings.showAnswer.explanation.text": "सही उत्तर के लिए स्पष्टीकरण प्रदान करें.", - "authoring.problemEditor.selectType.title": "समस्या का प्रकार चुनें", - "authoring.problemeditor.selecttype.cancelButton.label": "रद्द करें", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "रद्द करें", - "authoring.problemeditor.selecttype.selectButton.label": "चुनना", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "चुनना", - "authoring.problemEditor.problemSelect.advanceButton.label": "उन्नत समस्या प्रकार", - "authoring.problemEditor.advanceProblem.menu.title": "उन्नत समस्याएँ", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, चुनें, अनंतिम {अनंतिम रूप से समर्थित टूल में आपके पाठ्यक्रमों के लिए आवश्यक कार्यक्षमता की मजबूती का अभाव हो सकता है। edX का सॉफ़्टवेयर की गुणवत्ता, या इन टूल का उपयोग करके प्रदान की जा सकने वाली सामग्री पर नियंत्रण नहीं है। अपने पाठ्यक्रम में, विशेषकर श्रेणीबद्ध अनुभागों में, इन उपकरणों का उपयोग करने से पहले उनका अच्छी तरह से परीक्षण कर लें। अनंतिम रूप से समर्थित टूल के लिए संपूर्ण दस्तावेज़ उपलब्ध नहीं हो सकता है, या दस्तावेज़ edX के अलावा अन्य स्रोतों से उपलब्ध हो सकता है।} Not_supported {बिना समर्थन वाले उपकरण edX द्वारा बनाए नहीं रखे जाते हैं, और भविष्य में अप्रचलित हो सकते हैं। परीक्षण, पहुंच, अंतर्राष्ट्रीयकरण और दस्तावेज़ीकरण जैसी एक या अधिक बुनियादी आवश्यकताओं का अनुपालन न होने के कारण उन्हें पाठ्यक्रमों में उपयोग के लिए अनुशंसित नहीं किया जाता है।} अन्य { } }", - "authoring.problemEditor.preview.title": "{previewTitle} समस्या", - "authoring.problemEditor.preview.altText": "{समस्या प्रकार, चयन, एकाधिक चयन प्रतिक्रिया {एकल चयन} स्ट्रिंग प्रतिक्रिया {पाठ इनपुट} संख्यात्मक प्रतिक्रिया {संख्यात्मक इनपुट} विकल्प प्रतिक्रिया {ड्रॉपडाउन} विकल्प प्रतिक्रिया {एकाधिक चयन} अन्य {शून्य} } समस्या का पूर्वावलोकन चित्रण", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "और अधिक जानें", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "उन्नत समस्या प्रकारों के बारे में और जानें", - "authoring.videoeditor.expand": "बढ़ाना", - "authoring.videoeditor.collapse": "गिर जाना", - "authoring.videoeditor.validate.error.title": "हम आपका वीडियो नहीं जोड़ सके.", - "authoring.videoeditor.validate.error.body": "कृपया अपनी प्रविष्टियाँ जाँचें और पुनः प्रयास करें।", - "authoring.videoeditor.duration.title": "अवधि", - "authoring.videoeditor.duration.description": "चलाने के लिए वीडियो का एक विशिष्ट अनुभाग सेट करें।", - "authoring.videoeditor.duration.startTime.label": "समय शुरू", - "authoring.videoeditor.duration.stopTime.label": "रुकने का समय", - "authoring.videoeditor.duration.hint": "समय को HH:MM:SS के रूप में दर्ज करें", - "authoring.videoeditor.duration.fullVideoLength": "पूरी वीडियो लंबाई", - "authoring.videoeditor.duration.startsAt": "{startTime} से प्रारंभ होता है", - "authoring.videoeditor.duration.total": "कुल: {total}", - "authoring.videoeditor.duration.custom": "कस्टम: {total}", - "authoring.videoeditor.transcripts.empty": "कोई प्रतिलेख नहीं जोड़ा गया", - "authoring.videoeditor.videotype.youtube": "यूट्यूब वीडियो", - "authoring.videoeditor.videotype.other": "अन्य वीडियो", - "authoring.videoeditor.handout.title.label": "थिसिस", - "authoring.videoeditor.handout.upload.label": "हैंडआउट अपलोड करें", - "authoring.videoeditor.handout.upload.addHandoutMessage": "इस वीडियो के साथ एक हैंडआउट जोड़ें। शिक्षार्थी वीडियो के नीचे "डाउनलोड हैंडआउट" पर क्लिक करके इस फ़ाइल को डाउनलोड कर सकते हैं।", - "authoring.videoeditor.handout.error.uploadHandoutError": "हैंडआउट अपलोड करने में विफल. कृपया पुन: प्रयास करें।", - "authoring.videoeditor.handout.error.fileSizeError": "हैंडआउट फ़ाइलें 20 एमबी या उससे कम होनी चाहिए। कृपया फ़ाइल का आकार बदलें और पुनः प्रयास करें।", - "authoring.videoeditor.handout.handoutHelpMessage": "शिक्षार्थी वीडियो के नीचे "डाउनलोड हैंडआउट" पर क्लिक करके इस फ़ाइल को डाउनलोड कर सकते हैं।", - "authoring.videoeditor.handout.deleteHandout": "हटाएँ", - "authoring.videoeditor.handout.replaceHandout": "इससे बदलें", - "authoring.videoeditor.handout.downloadHandout": "डाउनलोड", - "authoring.videoeditor.license.title": "लाइसेंस", - "authoring.videoeditor.license.licenseType.label": "लाइसेंस के प्रकार", - "authoring.videoeditor.license.detailsSubsection.title": "लाइसेंस विवरण", - "authoring.videoeditor.license.displaySubsection.title": "लाइसेंस प्रदर्शन", - "authoring.videoeditor.license.add.label": "इस वीडियो के लिए एक लाइसेंस जोड़ें", - "authoring.videoeditor.license.deleteLicenseSelection": "पाठ्यक्रम-स्तरीय लाइसेंस साफ़ करें और लागू करें", - "authoring.videoeditor.license.allRightsReservedIcons.label": "सभी अधिकार सुरक्षित", - "authoring.videoeditor.license.creativeCommonsIcons.label": "कुछ अधिकार सुरक्षित", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "लाइसेंस विवरण देखें", - "authoring.videoeditor.license.courseLevelDescription.helperText": "यह लाइसेंस वर्तमान में पाठ्यक्रम स्तर पर निर्धारित है", - "authoring.videoeditor.license.courseLicenseDescription.message": "पाठ्यक्रम स्तर पर निर्धारित लाइसेंस आपके पाठ्यक्रम के पाठ्यक्रम पृष्ठों के नीचे दिखाई देते हैं।", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "यह लाइसेंस वर्तमान में पुस्तकालय स्तर पर निर्धारित है", - "authoring.videoeditor.license.libraryLicenseDescription.message": "लाइब्रेरी स्तर पर सेट किए गए लाइसेंस विशिष्ट लाइब्रेरी वीडियो में दिखाई देते हैं।", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "यह लाइसेंस विशेष रूप से इस वीडियो के लिए सेट किया गया है", - "authoring.videoeditor.license.defaultLicenseDescription.message": "जब किसी वीडियो का लाइसेंस संपूर्ण पाठ्यक्रम से भिन्न होता है, तो शिक्षार्थियों को वीडियो प्लेयर के नीचे दाईं ओर लाइसेंस दिखाई देता है।", - "authoring.videoeditor.license.attributionCheckboxLabel": "आरोपण", - "authoring.videoeditor.license.attributionSectionDescription": "अपने कॉपीराइट कार्य को दूसरों को कॉपी, वितरित, प्रदर्शित और प्रदर्शन करने की अनुमति दें, लेकिन केवल तभी जब वे आपके अनुरोध का श्रेय देते हैं। वर्तमान में, इस विकल्प की आवश्यकता है।", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "गैर वाणिज्यिक", - "authoring.videoeditor.license.noncommercialSectionDescription": "दूसरों को अपने काम की नकल, वितरण, प्रदर्शन और प्रदर्शन करने की अनुमति दें - और इसके आधार पर व्युत्पन्न कार्य - लेकिन केवल गैर-वाणिज्यिक उद्देश्यों के लिए।", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "कोई डेरिवेटिव नहीं", - "authoring.videoeditor.license.noDerivativesSectionDescription": "दूसरों को अपने काम की केवल शाब्दिक प्रतियों को कॉपी करने, वितरित करने, प्रदर्शन करने और प्रदर्शन करने की अनुमति दें, न कि इसके आधार पर व्युत्पन्न कार्य। यह विकल्प \"शेयर अलाइक\" के साथ असंगत है।", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "एकसा बाँटे", - "authoring.videoeditor.license.shareAlikeSectionDescription": "दूसरों को केवल अपने काम को नियंत्रित करने वाले लाइसेंस के समान लाइसेंस के तहत व्युत्पन्न कार्यों को वितरित करने की अनुमति दें। यह विकल्प \"नो डेरिवेटिव्स\" के साथ असंगत है।", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "आप अपने काम के लिए सभी अधिकार सुरक्षित रखते हैं।", - "authoring.videoeditor.socialShare.title": "सामाजिक साझाकरण", - "authoring.videoeditor.socialShare.disabled.subtitle": "अनुपलब्ध", - "authoring.videoeditor.socialShare.enabled.subtitle": "सक्रिय", - "authoring.videoeditor.socialShare.learnMore.link": "सामाजिक साझाकरण के बारे में और जानें", - "authoring.videoeditor.socialShare.description": "इस वीडियो को सोशल मीडिया पर साझा करने की अनुमति दें", - "authoring.videoeditor.socialShare.checkbox.label": "यह वीडियो सोशल मीडिया पर साझा किया जा सकता है", - "authoring.videoeditor.socialShare.overrideNote": "नोट: यह सेटिंग पाठ्यक्रम रूपरेखा पृष्ठ द्वारा ओवरराइड की गई है।", - "authoring.videoeditor.socialShare.settingsDisclaimer": "पाठ्यक्रम रूपरेखा पृष्ठ पर इस सेटिंग को बदलें।", - "authoring.videoeditor.thumbnail.title": "थंबनेल", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "अनुपलब्ध", - "authoring.videoeditor.thumbnail.none.subtitle": "कोई नहीं\nकुछ भी नहीं", - "authoring.videoeditor.thumbnail.yes.subtitle": "हां", - "authoring.videoeditor.thumbnail.unavailable.message": "इस सुविधा को सक्षम करने के लिए अपनी लाइब्रेरी से एक वीडियो चुनें (केवल edx.org साइट पर चलने वाले पाठ्यक्रमों पर लागू होता है)।", - "authoring.videoeditor.thumbnail.upload.label": "थंबनेल अपलोड करें", - "authoring.videoeditor.thumbnail.upload.message": "वीडियो चलाने से पहले शिक्षार्थियों के देखने के लिए एक छवि अपलोड करें।", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "छवियों का पक्षानुपात 16:9 होना चाहिए (1280x720 px अनुशंसित)", - "authoring.videoeditor.thumbnail.altText": "वीडियो के लिए थंबनेल के रूप में उपयोग की गई छवि", - "authoring.videoeditor.thumbnail.deleteThumbnail": "हटाएँ", - "authoring.videoeditor.thumbnail.error.fileSizeError": "थंबनेल के लिए फ़ाइल का आकार 2 KB से बड़ा या 2 MB से कम होना चाहिए। कृपया अपनी छवि का आकार बदलें और पुनः प्रयास करें।", - "authoring.videoeditor.transcripts.title": "टेप", - "authoring.videoeditor.transcripts.upload.label": "एक प्रतिलेख जोड़ें", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "बेहतर पहुंच के लिए वीडियो ट्रांस्क्रिप्ट (केवल .srt फ़ाइलें) जोड़ें।", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "प्रतिलेख डाउनलोड की अनुमति दें", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "डिफ़ॉल्ट रूप से वीडियो प्लेयर में ट्रांसक्रिप्ट दिखाएं", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "शिक्षार्थियों को वीडियो के नीचे प्रतिलेख डाउनलोड करने के लिए एक लिंक दिखाई देगा।", - "authoring.videoeditor.transcript.error.transcriptTypeError": "केवल SRT फ़ाइल अपलोड की जा सकती है", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "प्रतिलेख अपलोड करने में विफल. कृपया पुन: प्रयास करें।", - "authoring.videoeditor.transcript.error.fileSizeError": "प्रतिलेख फ़ाइल का आकार अधिकतम से अधिक है। कृपया पुन: प्रयास करें।", - "authoring.videoeditor.transcript.deleteTranscript": "हटाएँ", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "प्रतिलेख हटाने में विफल. कृपया पुन: प्रयास करें।", - "authoring.videoeditor.transcript.replaceTranscript": "इससे बदलें", - "authoring.videoeditor.transcript.downloadTranscript": "डाउनलोड", - "authoring.videoeditor.transcripts.languageSelectLabel": "बोली", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "भाषा चुने", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "रद्द करें", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "हटाएँ", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "क्या आप वाकई इस प्रतिलेख को हटाना चाहते हैं?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "यह प्रतिलेख हटाएं?", - "authoring.videoeditor.transcripts.fileTypeWarning": "केवल SRT फ़ाइलें अपलोड की जा सकती हैं. अपलोड करने के लिए कृपया .srt से समाप्त होने वाली फ़ाइल का चयन करें।", - "authoring.videoEditor.transcripts.importButton.label": "प्रतिलेख आयात करें", - "authoring.videoEditor.transcripts.importCard.header": "YouTube से प्रतिलेख आयात करें?", - "authoring.videoEditor.transcrtipts.importCard.message": "हमें यूट्यूब पर इस वीडियो का ट्रांसक्रिप्ट मिला। क्या आप इसे अभी आयात करना चाहेंगे?", - "authoring.videoeditor.videoSource.title.label": "वीडियो स्रोत", - "authoring.videoeditor.videoSource.videoId.label": "वीडियो आईडी", - "authoring.videoeditor.videoSource.videoId.feedback": "यदि आपको edX द्वारा एक वीडियो आईडी सौंपी गई थी, तो यहां आईडी दर्ज करें।", - "authoring.videoeditor.videoSource.videoUrl.label": "वीडियो यूआरएल", - "authoring.videoeditor.videoSource.videoUrl.feedback": "आपके वीडियो का यूआरएल. यह एक यूट्यूब यूआरएल, या इंटरनेट पर कहीं और होस्ट की गई .mp4, .ogg, या .webm वीडियो फ़ाइल का लिंक हो सकता है।", - "authoring.videoeditor.videoIdChangeAlert.message": "वीडियो आईडी फ़ील्ड बदल गई है, कृपया वीडियो यूआरएल और फ़ॉलबैक यूआरएल मानों की जांच करें और यदि आवश्यक हो तो उन्हें अपडेट करें।", - "authoring.videoeditor.videoSource.fallbackVideo.title": "फ़ॉलबैक वीडियो", - "authoring.videoeditor.videoSource.fallbackVideo.message": "यह सुनिश्चित करने के लिए कि सभी शिक्षार्थी वीडियो तक पहुंच सकें, edX .mp4 और .webm दोनों प्रारूपों में अतिरिक्त वीडियो प्रदान करने की अनुशंसा करता है। शिक्षार्थी के डिवाइस के साथ संगत पहला सूचीबद्ध वीडियो चलेगा।", - "authoring.videoeditor.videoSource.fallbackVideo.label": "वीडियो यूआरएल", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "हटाएँ", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "वीडियो डाउनलोड की अनुमति दें", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "यदि शिक्षार्थी edX वीडियो प्लेयर का उपयोग नहीं कर सकते हैं या उनके पास YouTube तक पहुंच नहीं है, तो उन्हें इस वीडियो के विभिन्न प्रारूपों में संस्करण डाउनलोड करने की अनुमति दें।", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "इस वीडियो को सोशल मीडिया पर साझा करने की अनुमति दें.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "शिक्षार्थियों को इस वीडियो को सोशल मीडिया पर सार्वजनिक रूप से साझा करने की अनुमति दें। वीडियो को कोई भी देख सकेगा, उन्हें पाठ्यक्रम में नामांकन करने या यहां तक कि एक ईडीएक्स खाता रखने की आवश्यकता नहीं होगी। पाठ्यक्रम के बारे में पृष्ठ और पाठ्यक्रम में नामांकन के लिए लिंक वीडियो के साथ दिखाई देंगे।", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "एक वीडियो यूआरएल जोड़ें", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "सामान्य प्रतिक्रिया", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "सामान्य फ़ीडबैक दर्ज करें", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "जब कोई छात्र गलत उत्तर सबमिट करता है तो फीडबैक दर्ज करें। यदि आप उत्तर-विशिष्ट फीडबैक जोड़ते हैं तो इसे ओवरराइड कर दिया जाएगा।", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "कोई नहीं\nकुछ भी नहीं", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "कोई नहीं\nकुछ भी नहीं", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "समूह फ़ीडबैक जोड़ें", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "जब कोई छात्र उत्तरों का एक विशिष्ट सेट चुनता है तो समूह फीडबैक दिखाई देगा।", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "समूह प्रतिक्रिया", - "authoring.problemeditor.settings.randomization.SettingTitle": "यदृाच्छिक रूप से ", - "authoring.problemeditor.settings.randomization.SettingText": "{रैंडमाइजेशन, सेलेक्ट, नल {इस समस्या में कोई पायथन आधारित रैंडमाइजेशन मौजूद नहीं है।} अन्य {परिभाषित करता है कि संबंधित पायथन स्क्रिप्ट में निर्दिष्ट वेरिएबल्स को कब रैंडमाइज करना है। उन समस्याओं के लिए जो मानों को यादृच्छिक नहीं करतीं, "कभी नहीं" निर्दिष्ट करें। } }", - "problemEditor.settings.tolerance.title": "सहनशीलता", - "problemEditor.settings.tolerance.summary.none": "कोई नहीं\nकुछ भी नहीं", - "problemEditor.settings.tolerance.description.text": "उत्तर के दोनों ओर त्रुटि की संभावना.", - "problemEditor.settings.tolerance.valueinput": "सहनशीलता", - "problemEditor.settings.tolerance.answerrangewarning": "सहिष्णुता को उत्तर श्रेणी पर लागू नहीं किया जा सकता", - "problemEditor.settings.tolerance.type.percent": "प्रतिशत", - "problemEditor.settings.tolerance.type.number": "संख्या", - "problemEditor.settings.tolerance.type.none": "कोई नहीं\nकुछ भी नहीं" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/id.json b/translations/frontend-lib-content-components/src/i18n/messages/id.json deleted file mode 100644 index 29f6ba50b69..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/id.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Error: Could Not find Editor", - "VideoUploadEditor.dropVideoFileHere": "Drag and drop video here or click to upload", - "VideoUploadEditor.browse": "Browse files", - "VideoUploadEditor.uploadInfo": "Upload MP4 or MOV files (5 GB max)", - "authoring.editorContainer.cancelConfirm.title": "Exit the editor?", - "authoring.editorContainer.cancelConfirm.description": "Are you sure you want to exit the editor? Any unsaved changes will be lost.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Problem failed to load", - "authoring.texteditor.load.error": "Error: Could Not Load Text Content", - "authoring.texteditor.spinnerScreenReaderText": "loading", - "authoring.videoEditor.spinnerScreenReaderText": "loading", - "authoring.videoEditor.replaceVideoButtonLabel": "Replace video", - "authoring.videoUpload.spinnerScreenReaderText": "loading", - "VideoUploadEditor.pasteURL": "Paste your video ID or URL", - "VideoUploadEditor.closeButtonAltText": "Close", - "VideoUploadEditor.submitButtonAltText": "Submit", - "authoring.baseModal.cancelButtonLabel": "Cancel", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "Drag to reorder", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Error", - "unexpected.error.message.text": "An unexpected error occurred. Please click the button below to refresh the page.", - "unexpected.error.button.text": "Try again", - "unexpected.error.returnToUnitPage.button.text": "Return to unit page", - "unexpected.error.returnToCourseOutline.button.text": "Return to {outlineType} outline", - "authoring.texteditor.sourcecodemodal.next.label": "Save", - "authoring.texteditor.sourcecodemodal.title.label": "Edit Source Code", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Image Settings", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Save", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Replace image", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Image Dimensions", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Width", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Height", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "unlock dimensions", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "lock dimensions", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Use percentages for the image's width and height", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accessibility", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alt Text", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "This image is decorative (no alt text required).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Enter alt text or specify that the image is decorative only.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Enter alt text", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Dimension values must be less than or equal to 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Enter a value less than or equal to 100.", - "authoring.texteditor.selectimagemodal.next.label": "Next", - "authoring.texteditor.selectimagemodal.upload.label": "Upload a new image (10 MB max)", - "authoring.texteditor.selectimagemodal.title.label": "Add an image", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "By date added (newest)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "By date added (oldest)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "By name (ascending)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "By name (descending)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "No images found in your gallery. Please upload an image using the button below.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Failed to upload image. Please try again.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Failed to obtain course images. Please try again.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Images must be 10 MB or less. Please resize image and try again.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Select an image to continue.", - "authoring.editorfooter.save.error": "Error: Content save failed. Please check recent changes and try again later.", - "authoring.editorfooter.cancelButton.ariaLabel": "Discard changes and return to learning context", - "authoring.editorfooter.cancelButton.label": "Cancel", - "authoring.editorfooter.savebutton.ariaLabel": "Save changes and return to learning context", - "authoring.editorfooter.savebutton.label": "Save", - "authoring.texteditor.title.loading": "Loading...", - "authoring.texteditor.header.cancelChangesLabel": "Cancel Changes and Return to Learning Context", - "authoring.texteditor.header.editTitleLabel": "Edit Title", - "authoring.texteditor.header.cancelTitleEdit": "Cancel", - "authoring.texteditor.header.saveTitleEdit": "Save", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancel", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Are you sure you want to exit the editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "No answer specified", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "No correct answer has been specified.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX settings discrepancy", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "A discrepancy was found between the settings defined in the OLX's problem tag and the settings selected in the sidebar. The settings defined in the OLX's problem tag will be saved and corresponding values in the sidebar will be discarded.", - "authoring.answerwidget.answer.answerWidgetTitle": "Answers", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Add answer", - "authoring.answerwidget.answer.placeholder": "Enter an answer", - "authoring.answerwidget.feedback.placeholder": "Feedback message", - "authoring.answerwidget.feedback.icon.alt": "Toggle feedback", - "authoring.answerwidget.answer.delete.icon.alt": "Delete answer", - "authoring.answerwidget.feedback.selected.label": "Show following feedback when {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "is selected", - "authoring.answerwidget.feedback.unselected.label": "Show following feedback when {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "is not selected", - "authoring.answerwidget.answer.addAnswerRangeButton": "Add answer range", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Enter an answer range", - "authoring.answerwidget.answer.answerRangeHelperText": "Enter min and max values separated by a comma. Use a bracket to include the number next to it in the range, or a parenthesis to exclude the number. For example, to identify the correct answers as 5, 6, or 7, but not 8, specify [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explanation", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Provide an explanation for the correct answer", - "authoring.problemEditor.questionwidget.placeholder": "Enter your question", - "authoring.questionwidget.question.questionWidgetTitle": "Question", - "authoring.problemeditor.settings.settingsWidgetTitle": "Settings", - "authoring.problemeditor.settings.showAdvancedButton": "Show advanced settings", - "authoring.problemeditor.settings.delete.icon.alt": "Delete answer", - "authoring.problemeditor.settings.advancedSettingLink.text": "Set a default value in advanced settings", - "authoring.problemeditor.settings.hint.title": "Hints", - "authoring.problemeditor.settings.hint.inputLabel": "Hint", - "authoring.problemeditor.settings.hint.addHintButton": "Add hint", - "authoring.problemeditor.settings.hint.noHintSummary": "None", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Show reset option", - "authoring.problemeditor.settings.reset.true": "True", - "authoring.problemeditor.settings.reset.false": "False", - "authoring.problemeditor.settings.reset.text": "Determines whether a 'Reset' button is shown so the user may reset their answer, generally for use in practice or formative assessments.", - "authoring.problemeditor.settings.scoring.title": "Scoring", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Attempts", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Points", - "authoring.problemeditor.settings.scoring.unlimited": "Unlimited attempts", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Unlimited attempts", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Specify point weight and the number of answer attempts", - "authoring.problemeditor.settings.scoring.attempts.hint": "If a default value is not set in advanced settings, unlimited attempts are allowed", - "authoring.problemeditor.settings.scoring.weight.hint": "If a value is not set, the problem is worth one point", - "authoring.problemeditor.settings.showAnswer.title": "Show answer", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Number of Attempts", - "authoring.problemeditor.settings.showAnswer.text": "Define when learners can see the correct answer.", - "authoring.problemeditor.settings.timer.title": "Time between attempts", - "authoring.problemeditor.settings.timer.summary": "{time} seconds", - "authoring.problemeditor.settings.timer.text": "Seconds a student must wait between submissions for a problem with multiple attempts.", - "authoring.problemeditor.settings.timer.inputLabel": "Seconds", - "authoring.problemeditor.settings.type.title": "Type", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Switch to advanced editor", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "If you use the advanced editor, this problem will be converted to OLX and you will not be able to return to the simple editor.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Convert to OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Switch to advanced editor", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explanation", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Provide an explanation for the correct answer.", - "authoring.problemEditor.selectType.title": "Select problem type", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancel", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancel", - "authoring.problemeditor.selecttype.selectButton.label": "Select", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Select", - "authoring.problemEditor.problemSelect.advanceButton.label": "Advanced problem types", - "authoring.problemEditor.advanceProblem.menu.title": "Advanced problems", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Provisionally supported tools might lack the robustness of functionality that your courses require. edX does not have control over the quality of the software, or of the content that can be provided using these tools. Test these tools thoroughly before using them in your course, especially in graded sections. Complete documentstion might not be available for provisionally supported tools, or documentation might be available from sources other than edX.} Not_supported {Tools with no support are not maintained by edX, and might be deprecated in the future. They are not recommened for use in courses due to non-compliance with one or more of the base requirements, such as testing, accessibility, internationalization, and documentation.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problem", - "authoring.problemEditor.preview.altText": "A preview illustration of a {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } problem", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Learn more", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Learn more about advanced problem types", - "authoring.videoeditor.expand": "Expand", - "authoring.videoeditor.collapse": "Collapse", - "authoring.videoeditor.validate.error.title": "We couldn't add your video.", - "authoring.videoeditor.validate.error.body": "Please check your entries and try again.", - "authoring.videoeditor.duration.title": "Duration", - "authoring.videoeditor.duration.description": "Set a specific section of the video to play.", - "authoring.videoeditor.duration.startTime.label": "Start time", - "authoring.videoeditor.duration.stopTime.label": "Stop time", - "authoring.videoeditor.duration.hint": "Enter time as HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Full video length", - "authoring.videoeditor.duration.startsAt": "Starts at {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Custom: {total}", - "authoring.videoeditor.transcripts.empty": "No transcripts added", - "authoring.videoeditor.videotype.youtube": "YouTube video", - "authoring.videoeditor.videotype.other": "Other video", - "authoring.videoeditor.handout.title.label": "Handout", - "authoring.videoeditor.handout.upload.label": "Upload Handout", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Add a handout to accompany this video. Learners can download this file by clicking \"Download Handout\" below the video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Failed to upload handout. Please try again.", - "authoring.videoeditor.handout.error.fileSizeError": "Handout files must be 20 MB or less. Please resize the file and try again.", - "authoring.videoeditor.handout.handoutHelpMessage": "Learners can download this file by clicking \"Download Handout\" below the video.", - "authoring.videoeditor.handout.deleteHandout": "Delete", - "authoring.videoeditor.handout.replaceHandout": "Replace", - "authoring.videoeditor.handout.downloadHandout": "Download", - "authoring.videoeditor.license.title": "License", - "authoring.videoeditor.license.licenseType.label": "License Type", - "authoring.videoeditor.license.detailsSubsection.title": "License Details", - "authoring.videoeditor.license.displaySubsection.title": "License Display", - "authoring.videoeditor.license.add.label": "Add a license for this video", - "authoring.videoeditor.license.deleteLicenseSelection": "Clear and apply the course-level license", - "authoring.videoeditor.license.allRightsReservedIcons.label": "All Rights Reserved", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Some Rights Reserved", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "View license details", - "authoring.videoeditor.license.courseLevelDescription.helperText": "This license currently set at the course level", - "authoring.videoeditor.license.courseLicenseDescription.message": "Licenses set at the course level appear at the bottom of courseware pages within your course.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "This license currently set at the library level", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Licenses set at the library level appear at the specific library video.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "This license is set specifically for this video", - "authoring.videoeditor.license.defaultLicenseDescription.message": "When a video has a different license than the course as a whole, learners see the license at the bottom right of the video player.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attribution", - "authoring.videoeditor.license.attributionSectionDescription": "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Noncommercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "No Derivatives", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Share Alike", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "You reserve all rights for your work.", - "authoring.videoeditor.socialShare.title": "Social Sharing", - "authoring.videoeditor.socialShare.disabled.subtitle": "Disabled", - "authoring.videoeditor.socialShare.enabled.subtitle": "Enabled", - "authoring.videoeditor.socialShare.learnMore.link": "Learn more about social sharing", - "authoring.videoeditor.socialShare.description": "Allow this video to be shareable to social media", - "authoring.videoeditor.socialShare.checkbox.label": "This video is shareable to social media", - "authoring.videoeditor.socialShare.overrideNote": "Note: This setting is overridden by the course outline page.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Change this setting on the course outline page.", - "authoring.videoeditor.thumbnail.title": "Thumbnail", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Unavailable", - "authoring.videoeditor.thumbnail.none.subtitle": "None", - "authoring.videoeditor.thumbnail.yes.subtitle": "Yes", - "authoring.videoeditor.thumbnail.unavailable.message": "Select a video from your library to enable this feature (applies only to courses that run on the edx.org site).", - "authoring.videoeditor.thumbnail.upload.label": "Upload thumbnail", - "authoring.videoeditor.thumbnail.upload.message": "Upload an image for learners to see before playing the video.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Images must have an aspect ratio of 16:9 (1280x720 px recommended)", - "authoring.videoeditor.thumbnail.altText": "Image used as thumbnail for video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Delete", - "authoring.videoeditor.thumbnail.error.fileSizeError": "The file size for thumbnails must be larger than 2 KB or less than 2 MB. Please resize your image and try again.", - "authoring.videoeditor.transcripts.title": "Transcripts", - "authoring.videoeditor.transcripts.upload.label": "Add a transcript", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Add video transcripts (.srt files only) for improved accessibility.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Allow transcript downloads", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Show transcript in the video player by default", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Learners will see a link to download the transcript below the video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Only SRT file can be uploaded", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Failed to upload transcript. Please try again.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transcript file size exeeds the maximum. Please try again.", - "authoring.videoeditor.transcript.deleteTranscript": "Delete", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Failed to delete transcript. Please try again.", - "authoring.videoeditor.transcript.replaceTranscript": "Replace", - "authoring.videoeditor.transcript.downloadTranscript": "Download", - "authoring.videoeditor.transcripts.languageSelectLabel": "Languages", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Select Language", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancel", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Delete", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Are you sure you want to delete this transcript?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Delete this transcript?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Only SRT files can be uploaded. Please select a file ending in .srt to upload.", - "authoring.videoEditor.transcripts.importButton.label": "Import Transcript", - "authoring.videoEditor.transcripts.importCard.header": "Import transcript from YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "We found transcript for this video on YouTube. Would you like to import it now?", - "authoring.videoeditor.videoSource.title.label": "Video source", - "authoring.videoeditor.videoSource.videoId.label": "Video ID", - "authoring.videoeditor.videoSource.videoId.feedback": "If you were assigned a video ID by edX, enter the ID here.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "The URL for your video. This can be a YouTube URL, or a link to an .mp4, .ogg, or .webm video file hosted elsewhere on the internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "The Video ID field has changed, please check the Video URL and fallback URL values and update them if necessary.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Fallback videos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "To be sure all learners can access the video, edX recommends providing additional videos in both .mp4 and .webm formats. The first listed video compatible with the learner's device will play.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Delete", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Allow video downloads", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Allow learners to download versions of this video in different formats if they cannot use the edX video player or do not have access to YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Allow this video to be shared on social media.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Allow learners to share this video publicly on social media. The video will be viewable by anyone, they will not need to enroll in the course or even have an edX account. Links to the course about page and to enroll in the course will appear alongside the video.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Add a video URL", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "General Feedback", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Enter General Feedback", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Enter the feedback to appear when a student submits a wrong answer. This will be overridden if you add answer-specific feedback.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "None", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "None", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Add group feedback", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Group feedback will appear when a student selects a specific set of answers.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Group Feedback", - "authoring.problemeditor.settings.randomization.SettingTitle": "Randomization", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {No Python based randomization is present in this problem.} other {Defines when to randomize the variables specified in the associated Python script. For problems that do not randomize values, specify \"Never\".} }", - "problemEditor.settings.tolerance.title": "Tolerance", - "problemEditor.settings.tolerance.summary.none": "None", - "problemEditor.settings.tolerance.description.text": "The margin of error on either side of an answer.", - "problemEditor.settings.tolerance.valueinput": "Tolerance", - "problemEditor.settings.tolerance.answerrangewarning": "Tolerance cannot be applied to an answer range", - "problemEditor.settings.tolerance.type.percent": "Percentage", - "problemEditor.settings.tolerance.type.number": "Number", - "problemEditor.settings.tolerance.type.none": "None" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/it_IT.json b/translations/frontend-lib-content-components/src/i18n/messages/it_IT.json deleted file mode 100644 index f40ed551f67..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/it_IT.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Errore: impossibile trovare l'editor", - "VideoUploadEditor.dropVideoFileHere": "Trascina e rilascia il video qui o fai clic per caricarlo", - "VideoUploadEditor.browse": "Sfoglia i file", - "VideoUploadEditor.uploadInfo": "Carica file MP4 o MOV (5 GB max)", - "authoring.editorContainer.cancelConfirm.title": "Uscire dall'editor?", - "authoring.editorContainer.cancelConfirm.description": "Sei sicuro di voler uscire dall'editor? Eventuali modifiche non salvate andranno perse.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Impossibile caricare il problema", - "authoring.texteditor.load.error": "Errore: impossibile caricare il contenuto del testo", - "authoring.texteditor.spinnerScreenReaderText": "Caricamento in corso", - "authoring.videoEditor.spinnerScreenReaderText": "Caricamento in corso", - "authoring.videoEditor.replaceVideoButtonLabel": "Sostituisci video", - "authoring.videoUpload.spinnerScreenReaderText": "Caricamento in corso", - "VideoUploadEditor.pasteURL": "Incolla l'ID o l'URL del tuo video", - "VideoUploadEditor.closeButtonAltText": "Chiudi", - "VideoUploadEditor.submitButtonAltText": "Invia", - "authoring.baseModal.cancelButtonLabel": "Annulla", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Letterali HTML senza escape", - "authoring.draggableList.tooltip.content": "Sposta e riordina", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Errore", - "unexpected.error.message.text": "Si è verificato un errore imprevisto. Fare clic sul pulsante in basso per aggiornare la pagina.", - "unexpected.error.button.text": "Riprova", - "unexpected.error.returnToUnitPage.button.text": "Ritorna alla pagina dell'unità", - "unexpected.error.returnToCourseOutline.button.text": "Ritorna allo schema {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Salva", - "authoring.texteditor.sourcecodemodal.title.label": "Modifica il codice sorgente", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Impostazioni dell'immagine", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Salva", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Sostituisci immagine", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensioni immagine ", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Larghezza", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Altezza", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "sbloccare le dimensioni", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "dimensioni della serratura", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Utilizza le percentuali per la larghezza e l'altezza dell'immagine", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accessibilità", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Testo alternativo", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Questa immagine è decorativa (non è richiesto alcun testo alternativo).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Inserisci il testo alternativo o specifica che l'immagine è solo decorativa.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Inserisci il testo alternativo", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "I valori delle dimensioni devono essere inferiori o uguali a 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Immettere un valore inferiore o uguale a 100.", - "authoring.texteditor.selectimagemodal.next.label": "Successivo", - "authoring.texteditor.selectimagemodal.upload.label": "Carica una nuova immagine (10 MB max)", - "authoring.texteditor.selectimagemodal.title.label": "Aggiungi un'immagine", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Per data di aggiunta (più recente)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Per data di aggiunta (più vecchia)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Per nome (ascendente)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Per nome (discendente)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Nessuna immagine trovata nella tua galleria. Si prega di caricare un'immagine utilizzando il pulsante qui sotto.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Impossibile caricare l'immagine. Per favore riprova.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Impossibile ottenere le immagini del corso. Per favore riprova.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Le immagini devono essere di 10 MB o meno. Ridimensiona l'immagine e riprova.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Seleziona un'immagine per continuare.", - "authoring.editorfooter.save.error": "Errore: salvataggio del contenuto non riuscito. Controlla le modifiche recenti e riprova più tardi.", - "authoring.editorfooter.cancelButton.ariaLabel": "Scartare le modifiche e tornare al contesto di apprendimento", - "authoring.editorfooter.cancelButton.label": "Annulla", - "authoring.editorfooter.savebutton.ariaLabel": "Salva le modifiche e torna al contesto di apprendimento", - "authoring.editorfooter.savebutton.label": "Salva", - "authoring.texteditor.title.loading": "Caricamento...", - "authoring.texteditor.header.cancelChangesLabel": "Annulla le modifiche e torna al contesto di apprendimento", - "authoring.texteditor.header.editTitleLabel": "Modifica titolo", - "authoring.texteditor.header.cancelTitleEdit": "Annulla", - "authoring.texteditor.header.saveTitleEdit": "Salva", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Annulla", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Sei sicuro di voler uscire dall'editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Nessuna risposta specificata", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Non è stata specificata alcuna risposta corretta.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Discrepanza tra le impostazioni OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "È stata rilevata una discrepanza tra le impostazioni definite nell'etichetta del problema di OLX e le impostazioni selezionate nella barra laterale. Le impostazioni definite nel tag del problema di OLX verranno salvate e i valori corrispondenti nella barra laterale verranno eliminati.", - "authoring.answerwidget.answer.answerWidgetTitle": "Risposte", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Aggiungi risposta", - "authoring.answerwidget.answer.placeholder": "Inserisci una risposta", - "authoring.answerwidget.feedback.placeholder": "Messaggio di feedback", - "authoring.answerwidget.feedback.icon.alt": "Attiva/disattiva feedback", - "authoring.answerwidget.answer.delete.icon.alt": "Elimina la risposta", - "authoring.answerwidget.feedback.selected.label": "Mostra il seguente feedback quando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "è selezionato", - "authoring.answerwidget.feedback.unselected.label": "Mostra il seguente feedback quando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "non è selezionato", - "authoring.answerwidget.answer.addAnswerRangeButton": "Aggiungi intervallo di risposta", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Inserisci un intervallo di risposta", - "authoring.answerwidget.answer.answerRangeHelperText": "Inserisci i valori minimo e massimo separati da una virgola. Utilizza una parentesi per includere il numero accanto nell'intervallo oppure una parentesi per escludere il numero. Ad esempio, per identificare le risposte corrette come 5, 6 o 7, ma non 8, specificare [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Spiegazione", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Fornire una spiegazione per la risposta corretta", - "authoring.problemEditor.questionwidget.placeholder": "Inserisci la tua domanda", - "authoring.questionwidget.question.questionWidgetTitle": "Domanda", - "authoring.problemeditor.settings.settingsWidgetTitle": "Impostazioni", - "authoring.problemeditor.settings.showAdvancedButton": "mostra impostazioni avanzate", - "authoring.problemeditor.settings.delete.icon.alt": "Elimina la risposta", - "authoring.problemeditor.settings.advancedSettingLink.text": "Imposta un valore predefinito nelle impostazioni avanzate", - "authoring.problemeditor.settings.hint.title": "Suggerimenti", - "authoring.problemeditor.settings.hint.inputLabel": "Suggerimento", - "authoring.problemeditor.settings.hint.addHintButton": "Aggiungi suggerimento", - "authoring.problemeditor.settings.hint.noHintSummary": "Nessuno", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Mostra l'opzione di ripristino", - "authoring.problemeditor.settings.reset.true": "Vero", - "authoring.problemeditor.settings.reset.false": "Falso", - "authoring.problemeditor.settings.reset.text": "Determina se viene visualizzato un pulsante "Reimposta" in modo che l'utente possa reimpostare la propria risposta, generalmente per l'utilizzo nella pratica o nelle valutazioni formative.", - "authoring.problemeditor.settings.scoring.title": "Punteggio", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Tentativi ", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Punti", - "authoring.problemeditor.settings.scoring.unlimited": "Tentativi illimitati", - "authoring.problemeditor.settings.scoring.attempts": "{tentativi, plurale, =1 {# tentativo} other {# tentativi}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Tentativi illimitati", - "authoring.problemeditor.settings.scoring.weight": "{peso, plurale, =0 {Senza voto} altri {# punti}}", - "authoring.problemeditor.settings.scoring.label": "Specificare il peso in punti e il numero di tentativi di risposta", - "authoring.problemeditor.settings.scoring.attempts.hint": "Se non viene impostato un valore predefinito nelle impostazioni avanzate, sono consentiti tentativi illimitati", - "authoring.problemeditor.settings.scoring.weight.hint": "Se non viene impostato un valore, il problema vale un punto", - "authoring.problemeditor.settings.showAnswer.title": "Mostra risposta ", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Numero di tentativi", - "authoring.problemeditor.settings.showAnswer.text": "Definisci quando gli studenti possono vedere la risposta corretta.", - "authoring.problemeditor.settings.timer.title": "Tempo tra i tentativi", - "authoring.problemeditor.settings.timer.summary": "{time} secondi", - "authoring.problemeditor.settings.timer.text": "Numero di secondi che uno studente deve attendere tra un invio e l'altro riguardante un problema con tentativi multipli.", - "authoring.problemeditor.settings.timer.inputLabel": "Secondi", - "authoring.problemeditor.settings.type.title": "Tipo", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Passa all'editor avanzato", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Se utilizzi l'editor avanzato, questo problema verrà convertito in OLX e non potrai tornare all'editor semplice.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Convertire in OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Passa all'editor avanzato", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Spiegazione", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Fornire una spiegazione per la risposta corretta.", - "authoring.problemEditor.selectType.title": "Seleziona il tipo di problema", - "authoring.problemeditor.selecttype.cancelButton.label": "Annulla", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Annulla", - "authoring.problemeditor.selecttype.selectButton.label": "Selezionare", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Selezionare", - "authoring.problemEditor.problemSelect.advanceButton.label": "Tipi di problemi avanzati", - "authoring.problemEditor.advanceProblem.menu.title": "Problemi avanzati", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Gli strumenti supportati provvisoriamente potrebbero non avere la robustezza delle funzionalità richiesta dai tuoi corsi. edX non ha il controllo sulla qualità del software o del contenuto che può essere fornito utilizzando questi strumenti. Testa attentamente questi strumenti prima di utilizzarli nel tuo corso, soprattutto nelle sezioni valutate. La documentazione completa potrebbe non essere disponibile per gli strumenti supportati provvisoriamente oppure la documentazione potrebbe essere disponibile da fonti diverse da edX.} Not_supported {Gli strumenti senza supporto non vengono gestiti da edX e potrebbero essere deprecati in futuro. Se ne sconsiglia l'uso nei corsi a causa della non conformità con uno o più requisiti di base, come test, accessibilità, internazionalizzazione e documentazione.} other { } }", - "authoring.problemEditor.preview.title": "problema {previewTitle}", - "authoring.problemEditor.preview.altText": "Un'illustrazione in anteprima di un problema {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } problema", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Per saperne di più", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Ulteriori informazioni sui tipi di problemi avanzati", - "authoring.videoeditor.expand": "Espandere", - "authoring.videoeditor.collapse": "Crollo", - "authoring.videoeditor.validate.error.title": "Non è stato possibile aggiungere il tuo video.", - "authoring.videoeditor.validate.error.body": "Si prega di controllare le voci e riprovare.", - "authoring.videoeditor.duration.title": "Durata", - "authoring.videoeditor.duration.description": "Imposta una sezione specifica del video da riprodurre.", - "authoring.videoeditor.duration.startTime.label": "Ora di inizio", - "authoring.videoeditor.duration.stopTime.label": "Tempo di stop", - "authoring.videoeditor.duration.hint": "Inserisci l'ora nel formato HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Lunghezza video completa", - "authoring.videoeditor.duration.startsAt": "Inizia alle {startTime}", - "authoring.videoeditor.duration.total": "Totale: {total}", - "authoring.videoeditor.duration.custom": "Personalizzato: {total}", - "authoring.videoeditor.transcripts.empty": "Nessuna trascrizione aggiunta", - "authoring.videoeditor.videotype.youtube": "Video Youtube", - "authoring.videoeditor.videotype.other": "Altro video", - "authoring.videoeditor.handout.title.label": "Dispensa", - "authoring.videoeditor.handout.upload.label": "Carica opuscolo", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Aggiungi un volantino per accompagnare questo video. Gli studenti possono scaricare questo file facendo clic su "Scarica la dispensa" sotto il video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Impossibile caricare la dispensa. Per favore riprova.", - "authoring.videoeditor.handout.error.fileSizeError": "I file delle dispense devono essere di 20 MB o meno. Ridimensiona il file e riprova.", - "authoring.videoeditor.handout.handoutHelpMessage": "Gli studenti possono scaricare questo file facendo clic su "Scarica la dispensa" sotto il video.", - "authoring.videoeditor.handout.deleteHandout": "Cancella", - "authoring.videoeditor.handout.replaceHandout": "Rimpiazza", - "authoring.videoeditor.handout.downloadHandout": "Download", - "authoring.videoeditor.license.title": "Licenza", - "authoring.videoeditor.license.licenseType.label": "Tipo di licenza", - "authoring.videoeditor.license.detailsSubsection.title": "Dettagli della licenza", - "authoring.videoeditor.license.displaySubsection.title": "Visualizzazione licenza", - "authoring.videoeditor.license.add.label": "Aggiungi una licenza per questo video", - "authoring.videoeditor.license.deleteLicenseSelection": "Cancella e applica la licenza a livello di corso", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Tutti i diritti riservati", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Some Rights Reserved", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Visualizza i dettagli della licenza", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Questa licenza è attualmente impostata a livello di corso", - "authoring.videoeditor.license.courseLicenseDescription.message": "Le licenze impostate a livello di corso vengono visualizzate nella parte inferiore delle pagine del materiale didattico all'interno del corso.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Questa licenza è attualmente impostata a livello di libreria", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Le licenze impostate a livello di libreria vengono visualizzate nel video della libreria specifica.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Questa licenza è impostata specificatamente per questo video", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Quando un video ha una licenza diversa rispetto al corso nel suo insieme, gli studenti vedono la licenza in basso a destra nel lettore video.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attribuzione", - "authoring.videoeditor.license.attributionSectionDescription": "Permettere ad altri di copiare, distribuire, mostrare e reinterpretare il vostro lavoro protetto da copyright, ma solo se vi citano nel modo richiesto. Per il momento, questa opzione è necessaria.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Non commerciale", - "authoring.videoeditor.license.noncommercialSectionDescription": "Permettere ad altri di copiare, distribuire, mostrare e reinterpretare il vostro lavoro - e di opere derivate basate su di esso - ma solo per scopi non commerciali.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Non derivati", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Permettere agli altri di copiare, distribuire, mostrare ed eseguire solo copie letterali del vostro lavoro, non opere derivate basate su di esso. Questa opzione è incompatibile con \"Share Alike\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Condividi allo stesso modo", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Consentire ad altri di distribuire opere derivate solo con una licenza identica alla licenza che regola il lavoro originale. Questa opzione è incompatibile con \"No Derivatives\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Ti riservi tutti i diritti per il tuo lavoro.", - "authoring.videoeditor.socialShare.title": "Condivisione Social", - "authoring.videoeditor.socialShare.disabled.subtitle": "Disabilitato", - "authoring.videoeditor.socialShare.enabled.subtitle": "Abilitato", - "authoring.videoeditor.socialShare.learnMore.link": "Ulteriori informazioni sulla condivisione sui social", - "authoring.videoeditor.socialShare.description": "Consenti a questo video di essere condivisibile sui social media", - "authoring.videoeditor.socialShare.checkbox.label": "Questo video è condivisibile sui social media", - "authoring.videoeditor.socialShare.overrideNote": "Nota: questa impostazione viene sovrascritta dalla pagina di descrizione del corso.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Modifica questa impostazione nella pagina della struttura del corso.", - "authoring.videoeditor.thumbnail.title": "Thumbnail", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Non disponibile", - "authoring.videoeditor.thumbnail.none.subtitle": "Nessuno", - "authoring.videoeditor.thumbnail.yes.subtitle": "Si", - "authoring.videoeditor.thumbnail.unavailable.message": "Seleziona un video dalla tua libreria per abilitare questa funzione (si applica solo ai corsi che si svolgono sul sito edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Carica miniatura", - "authoring.videoeditor.thumbnail.upload.message": "Carica un'immagine che gli studenti possano vedere prima di riprodurre il video.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Le immagini devono avere proporzioni 16:9 (consigliato 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Immagine utilizzata come miniatura per il video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Cancella", - "authoring.videoeditor.thumbnail.error.fileSizeError": "La dimensione del file per le miniature deve essere maggiore di 2 KB o inferiore a 2 MB. Ridimensiona l'immagine e riprova.", - "authoring.videoeditor.transcripts.title": "Trascrizioni", - "authoring.videoeditor.transcripts.upload.label": "Aggiungi una trascrizione", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Aggiungi trascrizioni video (solo file .srt) per una migliore accessibilità.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Consenti download di trascrizioni", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Mostra la trascrizione nel lettore video per impostazione predefinita", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Gli studenti vedranno un collegamento per scaricare la trascrizione sotto il video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "È possibile caricare solo il file SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Impossibile caricare la trascrizione. Per favore riprova.", - "authoring.videoeditor.transcript.error.fileSizeError": "La dimensione del file di trascrizione supera il limite massimo. Per favore riprova.", - "authoring.videoeditor.transcript.deleteTranscript": "Cancella", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Impossibile eliminare la trascrizione. Per favore riprova.", - "authoring.videoeditor.transcript.replaceTranscript": "Rimpiazza", - "authoring.videoeditor.transcript.downloadTranscript": "Download", - "authoring.videoeditor.transcripts.languageSelectLabel": "Le lingue", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Seleziona la lingua", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Annulla", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Cancella", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Sei sicuro di voler eliminare questa trascrizione?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Eliminare questa trascrizione?", - "authoring.videoeditor.transcripts.fileTypeWarning": "È possibile caricare solo file SRT. Seleziona un file che termina con .srt da caricare.", - "authoring.videoEditor.transcripts.importButton.label": "Importa trascrizione", - "authoring.videoEditor.transcripts.importCard.header": "Vuoi importare la trascrizione da YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Abbiamo trovato la trascrizione di questo video su YouTube. Vuoi importarlo adesso?", - "authoring.videoeditor.videoSource.title.label": "Sorgente video", - "authoring.videoeditor.videoSource.videoId.label": "Video ID", - "authoring.videoeditor.videoSource.videoId.feedback": "Se ti è stato assegnato un ID video da edX, inserisci l'ID qui.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL del video", - "authoring.videoeditor.videoSource.videoUrl.feedback": "L'URL del tuo video. Può trattarsi di un URL di YouTube o di un collegamento a un file video .mp4, .ogg o .webm ospitato altrove su Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "Il campo ID video è cambiato. Controlla i valori dell'URL del video e dell'URL di riserva e aggiornali se necessario.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Video di riserva", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Per essere sicuri che tutti gli studenti possano accedere al video, edX consiglia di fornire video aggiuntivi nei formati .mp4 e .webm. Verrà riprodotto il primo video elencato compatibile con il dispositivo dello studente.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL del video", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Cancella", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Consenti download di video", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Consenti agli studenti di scaricare versioni di questo video in diversi formati se non possono utilizzare il lettore video edX o non hanno accesso a YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Consenti la condivisione di questo video sui social media.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Consenti agli studenti di condividere questo video pubblicamente sui social media. Il video sarà visibile a chiunque, non sarà necessario iscriversi al corso e nemmeno avere un account edX. Accanto al video verranno visualizzati i collegamenti alla pagina relativa al corso e alla pagina per iscriversi al corso.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Aggiungi l'URL di un video", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Feedback generale", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Inserisci il feedback generale", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Inserisci il feedback da visualizzare quando uno studente invia una risposta sbagliata. Questo verrà sovrascritto se aggiungi feedback specifico per la risposta.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Nessuno", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Nessuno", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Aggiungi feedback di gruppo", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Il feedback del gruppo verrà visualizzato quando uno studente seleziona una serie specifica di risposte.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Feedback di gruppo", - "authoring.problemeditor.settings.randomization.SettingTitle": "Randomizzazione ", - "authoring.problemeditor.settings.randomization.SettingText": "{randomizzazione, selezione, null {In questo problema non è presente alcuna randomizzazione basata su Python.} other {Definisce quando randomizzare le variabili specificate nello script Python associato. Per i problemi che non randomizzano i valori, specifica "Mai".} }", - "problemEditor.settings.tolerance.title": "Tolleranza", - "problemEditor.settings.tolerance.summary.none": "Nessuno", - "problemEditor.settings.tolerance.description.text": "Il margine di errore su entrambi i lati di una risposta.", - "problemEditor.settings.tolerance.valueinput": "Tolleranza", - "problemEditor.settings.tolerance.answerrangewarning": "Non è possibile applicare la tolleranza a un intervallo di risposte", - "problemEditor.settings.tolerance.type.percent": "Percentuale", - "problemEditor.settings.tolerance.type.number": "Numero", - "problemEditor.settings.tolerance.type.none": "Nessuno" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/lv.json b/translations/frontend-lib-content-components/src/i18n/messages/lv.json deleted file mode 100644 index f7f7cc1c727..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/lv.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Kļūda: nevarēja atrast redaktoru", - "VideoUploadEditor.dropVideoFileHere": "Velciet un nometiet video šeit vai noklikšķiniet, lai augšupielādētu", - "VideoUploadEditor.browse": "Pārlūkojiet failus", - "VideoUploadEditor.uploadInfo": "Augšupielādēt MP4 vai MOV failus (maks. 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Vai iziet no redaktora?", - "authoring.editorContainer.cancelConfirm.description": "Vai tiešām vēlaties iziet no redaktora? Visas nesaglabātās izmaiņas tiks zaudētas.", - "authoring.editorContainer.okButton.label": "labi", - "authoring.problemEditor.blockFailed": "Neizdevās ielādēt uzdevumu", - "authoring.texteditor.load.error": "Kļūda: nevarēja ielādēt teksta saturu", - "authoring.texteditor.spinnerScreenReaderText": "iekraušana", - "authoring.videoEditor.spinnerScreenReaderText": "iekraušana", - "authoring.videoEditor.replaceVideoButtonLabel": "Nomainiet video", - "authoring.videoUpload.spinnerScreenReaderText": "iekraušana", - "VideoUploadEditor.pasteURL": "Ielīmējiet savu video ID vai URL", - "VideoUploadEditor.closeButtonAltText": "Aizvērt", - "VideoUploadEditor.submitButtonAltText": "Iesniegt", - "authoring.baseModal.cancelButtonLabel": "Atcelt", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "Velciet, lai pārkārtotu", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Kļūda", - "unexpected.error.message.text": "Notikusi negaidīta kļūda. Lūdzu, noklikšķiniet uz tālāk esošās pogas, lai atsvaidzinātu lapu.", - "unexpected.error.button.text": "Mēģini vēlreiz", - "unexpected.error.returnToUnitPage.button.text": "Atgriezties uz vienības lapu", - "unexpected.error.returnToCourseOutline.button.text": "Atgriezties uz {outlineType} kontūru", - "authoring.texteditor.sourcecodemodal.next.label": "Saglabāt", - "authoring.texteditor.sourcecodemodal.title.label": "Rediģēt avota kodu", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Attēla iestatījumi", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Saglabāt", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Aizstāt attēlu", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Attēla izmēri", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Platums", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Augstums", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "atbloķēšanas izmēri", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "slēdzenes izmēri", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Izmantojiet attēla platuma un augstuma procentus", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Pieejamība", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alternatīvais teksts", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Šis attēls ir dekoratīvs (alternatīvais teksts nav nepieciešams).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Ievadiet alternatīvo tekstu vai norādiet, ka attēls ir tikai dekoratīvs.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Ievadiet alternatīvo tekstu", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Izmēru vērtībām ir jābūt mazākām vai vienādām ar 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Ievadiet vērtību, kas ir mazāka par 100 vai vienāda ar to.", - "authoring.texteditor.selectimagemodal.next.label": "Nākamais", - "authoring.texteditor.selectimagemodal.upload.label": "Augšupielādēt jaunu attēlu (maks. 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Pievienojiet attēlu", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Pēc pievienošanas datuma (jaunākais)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Pēc pievienošanas datuma (vecākais)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Pēc nosaukuma (augošā secībā)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Pēc nosaukuma (dilstošā secībā)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Jūsu galerijā nav atrasts neviens attēls. Lūdzu, augšupielādējiet attēlu, izmantojot tālāk esošo pogu.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Neizdevās augšupielādēt attēlu. Lūdzu mēģiniet vēlreiz.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Neizdevās iegūt kursa attēlus. Lūdzu mēģiniet vēlreiz.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Attēliem jābūt 10 MB vai mazākiem. Lūdzu, mainiet attēla izmēru un mēģiniet vēlreiz.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Lai turpinātu, atlasiet attēlu.", - "authoring.editorfooter.save.error": "Kļūda: satura saglabāšana neizdevās. Lūdzu, pārbaudiet jaunākās izmaiņas un vēlāk mēģiniet vēlreiz.", - "authoring.editorfooter.cancelButton.ariaLabel": "Atmetiet izmaiņas un atgriezieties mācību kontekstā", - "authoring.editorfooter.cancelButton.label": "Atcelt", - "authoring.editorfooter.savebutton.ariaLabel": "Saglabājiet izmaiņas un atgriezieties mācību kontekstā", - "authoring.editorfooter.savebutton.label": "Saglabāt", - "authoring.texteditor.title.loading": "Notiek ielāde...", - "authoring.texteditor.header.cancelChangesLabel": "Atceliet izmaiņas un atgriezieties mācību kontekstā", - "authoring.texteditor.header.editTitleLabel": "Rediģēt virsrakstu", - "authoring.texteditor.header.cancelTitleEdit": "Atcelt", - "authoring.texteditor.header.saveTitleEdit": "Saglabāt", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Atcelt", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Labi", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Vai tiešām vēlaties iziet no redaktora?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Atbilde nav norādīta", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Pareizā atbilde nav norādīta.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX iestatījumu neatbilstība", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Tika konstatēta neatbilstība starp iestatījumiem, kas definēti OLX problēmas tagā, un iestatījumiem, kas atlasīti sānu joslā. OLX problēmas tagā definētie iestatījumi tiks saglabāti, un atbilstošās vērtības sānjoslā tiks atteiktas.", - "authoring.answerwidget.answer.answerWidgetTitle": "Atbildes", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Pievienot atbildi", - "authoring.answerwidget.answer.placeholder": "Ievadiet atbildi", - "authoring.answerwidget.feedback.placeholder": "Atsauksmes ziņojums", - "authoring.answerwidget.feedback.icon.alt": "Pārslēgt atsauksmes", - "authoring.answerwidget.answer.delete.icon.alt": "Dzēst atbildi", - "authoring.answerwidget.feedback.selected.label": "Rādīt šādas atsauksmes, kad {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "ir atlasīts", - "authoring.answerwidget.feedback.unselected.label": "Rādīt šādas atsauksmes, kad {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "nav atlasīts", - "authoring.answerwidget.answer.addAnswerRangeButton": "Pievienojiet atbilžu diapazonu", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Ievadiet atbilžu diapazonu", - "authoring.answerwidget.answer.answerRangeHelperText": "Ievadiet minimālo un maksimālo vērtību, kas atdalītas ar komatu. Izmantojiet iekavas, lai iekļautu diapazonā blakus esošo skaitli, vai iekavas, lai skaitli izslēgtu. Piemēram, lai noteiktu, ka pareizās atbildes ir 5, 6 vai 7, bet ne 8, norādiet [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Paskaidrojums", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Sniedziet paskaidrojumu par pareizo atbildi", - "authoring.problemEditor.questionwidget.placeholder": "Ievadiet savu jautājumu", - "authoring.questionwidget.question.questionWidgetTitle": "Jautājums", - "authoring.problemeditor.settings.settingsWidgetTitle": "Iestatījumi", - "authoring.problemeditor.settings.showAdvancedButton": "Rādīt papildu iestatījumus", - "authoring.problemeditor.settings.delete.icon.alt": "Dzēst atbildi", - "authoring.problemeditor.settings.advancedSettingLink.text": "Papildu iestatījumos iestatiet noklusējuma vērtību", - "authoring.problemeditor.settings.hint.title": "Padomi", - "authoring.problemeditor.settings.hint.inputLabel": "Padoms", - "authoring.problemeditor.settings.hint.addHintButton": "Pievienojiet mājienu", - "authoring.problemeditor.settings.hint.noHintSummary": "Neviens", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Rādīt atiestatīšanas opciju", - "authoring.problemeditor.settings.reset.true": "Taisnība", - "authoring.problemeditor.settings.reset.false": "False", - "authoring.problemeditor.settings.reset.text": "Nosaka, vai tiek parādīta poga \"Atiestatīt\", lai lietotājs varētu atjaunot savu atbildi, parasti to izmanto praksē vai formatīvajos vērtējumos.", - "authoring.problemeditor.settings.scoring.title": "Vērtēšana", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Mēģinājumi", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Punkti", - "authoring.problemeditor.settings.scoring.unlimited": "Neierobežoti mēģinājumi", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Neierobežoti mēģinājumi", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} citi {# punkti}}", - "authoring.problemeditor.settings.scoring.label": "Norādiet punktu svaru un atbildes mēģinājumu skaitu", - "authoring.problemeditor.settings.scoring.attempts.hint": "Ja papildu iestatījumos nav iestatīta noklusējuma vērtība, ir atļauti neierobežoti mēģinājumi", - "authoring.problemeditor.settings.scoring.weight.hint": "Ja vērtība nav iestatīta, uzdevums ir viena punkta vērta", - "authoring.problemeditor.settings.showAnswer.title": "Parādi atbildi", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Mēģinājumu skaits", - "authoring.problemeditor.settings.showAnswer.text": "Nosakiet, kad dalībnieki var redzēt pareizo atbildi.", - "authoring.problemeditor.settings.timer.title": "Laiks starp mēģinājumiem", - "authoring.problemeditor.settings.timer.summary": "{time} sekundes", - "authoring.problemeditor.settings.timer.text": "Sekundes, kas dalībniekam jāgaida starp mēģinājumiem uzdevuma iesniegšanai.", - "authoring.problemeditor.settings.timer.inputLabel": "Sekundes", - "authoring.problemeditor.settings.type.title": "Tips", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Pārslēdzieties uz uzlaboto redaktoru", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Ja izmantojat uzlaboto redaktoru, šī problēma tiks pārveidota uz OLX, un jūs nevarēsiet atgriezties vienkāršajā redaktorā.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Konvertēt uz OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Pārslēdzieties uz uzlaboto redaktoru", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Paskaidrojums", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Sniedziet paskaidrojumu par pareizo atbildi.", - "authoring.problemEditor.selectType.title": "Izvēlieties uzdevumi veidu", - "authoring.problemeditor.selecttype.cancelButton.label": "Atcelt", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Atcelt", - "authoring.problemeditor.selecttype.selectButton.label": "Atlasīt", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Atlasīt", - "authoring.problemEditor.problemSelect.advanceButton.label": "Uzlaboti uzdevumu veidi", - "authoring.problemEditor.advanceProblem.menu.title": "Uzlabotas uzdevumi", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Provisionally supported tools might lack the robustness of functionality that your courses require. edX does not have control over the quality of the software, or of the content that can be provided using these tools. Test these tools thoroughly before using them in your course, especially in graded sections. Complete documentstion might not be available for provisionally supported tools, or documentation might be available from sources other than edX.} Not_supported {Tools with no support are not maintained by edX, and might be deprecated in the future. They are not recommened for use in courses due to non-compliance with one or more of the base requirements, such as testing, accessibility, internationalization, and documentation.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} uzdevums", - "authoring.problemEditor.preview.altText": "Priekšskatījuma ilustrācija {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } ", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Uzzināt vairāk", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Uzziniet vairāk par papildu uzdevumu veidiem", - "authoring.videoeditor.expand": "Izvērst", - "authoring.videoeditor.collapse": "Sakļaut", - "authoring.videoeditor.validate.error.title": "Mēs nevarējām pievienot jūsu videoklipu.", - "authoring.videoeditor.validate.error.body": "Lūdzu, pārbaudiet savus ierakstus un mēģiniet vēlreiz.", - "authoring.videoeditor.duration.title": "Ilgums", - "authoring.videoeditor.duration.description": "Iestatiet atskaņošanai noteiktu videoklipa sadaļu.", - "authoring.videoeditor.duration.startTime.label": "Sākuma laiks", - "authoring.videoeditor.duration.stopTime.label": "Apturēt laiku", - "authoring.videoeditor.duration.hint": "Ievadiet laiku kā HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Pilns video garums", - "authoring.videoeditor.duration.startsAt": "Sākas ar {startTime}", - "authoring.videoeditor.duration.total": "Kopā: {total}", - "authoring.videoeditor.duration.custom": "Pielāgots: {total}", - "authoring.videoeditor.transcripts.empty": "Nav pievienots neviens transkripcija", - "authoring.videoeditor.videotype.youtube": "YouTube video", - "authoring.videoeditor.videotype.other": "Cits video", - "authoring.videoeditor.handout.title.label": "Izdales materiāls", - "authoring.videoeditor.handout.upload.label": "Augšupielādēt izdales materiālu", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Pievienojiet šim videoklipam izdales materiālu. Skolēni var lejupielādēt šo failu, noklikšķinot uz \"Lejupielādēt izdales materiālu\" zem videoklipa.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Neizdevās augšupielādēt izdales materiālu. Lūdzu mēģiniet vēlreiz.", - "authoring.videoeditor.handout.error.fileSizeError": "Izdales materiāliem jābūt 20 MB vai mazākiem. Lūdzu, mainiet faila lielumu un mēģiniet vēlreiz.", - "authoring.videoeditor.handout.handoutHelpMessage": "Dalībnieki var lejupielādēt šo failu, zem videoklipa noklikšķinot uz "Lejupielādēt izdales materiālu".", - "authoring.videoeditor.handout.deleteHandout": "Dzēst", - "authoring.videoeditor.handout.replaceHandout": "Aizvietot", - "authoring.videoeditor.handout.downloadHandout": "Lejupielādēt", - "authoring.videoeditor.license.title": "Licence", - "authoring.videoeditor.license.licenseType.label": "Licences veids", - "authoring.videoeditor.license.detailsSubsection.title": "Licences informācija", - "authoring.videoeditor.license.displaySubsection.title": "Licences displejs", - "authoring.videoeditor.license.add.label": "Pievienojiet licenci šim videoklipam", - "authoring.videoeditor.license.deleteLicenseSelection": "Notīriet un izmantojiet kursa līmeņa licenci", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Visas tiesības aizsargātas", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Dažas tiesības aizsargātas", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Skatīt licences informāciju", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Šī licence pašlaik ir iestatīta kursa līmenī", - "authoring.videoeditor.license.courseLicenseDescription.message": "Licences, kas iestatītas kursa līmenī, tiek rādītas kursa programmas lapu apakšā.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Šī licence pašlaik ir iestatīta bibliotēkas līmenī", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Bibliotēkas līmenī iestatītās licences tiek parādītas konkrētajā bibliotēkas videoklipā.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Šī licence ir iestatīta īpaši šim videoklipam", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Ja videoklipam ir cita licence nekā visam kursam kopumā, skolēni redz licenci videoklipa atskaņotāja apakšējā labajā pusē.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attiecinājums", - "authoring.videoeditor.license.attributionSectionDescription": "Atļaujiet citiem kopēt, izplatīt, rādīt un izpildīt jūsu ar autortiesībām aizsargātu darbu, taču tikai tad, ja viņi norāda jūsu pieprasīto nosaukumu. Pašlaik šī opcija ir obligāta.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Nekomerciāls", - "authoring.videoeditor.license.noncommercialSectionDescription": "Atļaujiet citiem kopēt, izplatīt, rādīt un izpildīt jūsu darbu un uz tā pamata radītos atvasinātos darbus, bet tikai nekomerciālos nolūkos.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Nav atvasinājumu", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Atļaujiet citiem kopēt, izplatīt, rādīt un izpildīt tikai jūsu darba burtiskas kopijas, nevis atvasinātus darbus, kuru pamatā ir jūsu darbs. Šī opcija nav saderīga ar \"Share Alike\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Dalieties līdzīgi", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Atļaujiet citiem izplatīt atvasinātus darbus tikai ar licenci, kas ir identiska jūsu darbam piemērojamajai licencei. Šī opcija nav saderīga ar opciju \"Nav atvasinājumu\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Jūs paturat visas tiesības uz savu darbu.", - "authoring.videoeditor.socialShare.title": "Sociālā koplietošana", - "authoring.videoeditor.socialShare.disabled.subtitle": "Atspējots", - "authoring.videoeditor.socialShare.enabled.subtitle": "Iespējots", - "authoring.videoeditor.socialShare.learnMore.link": "Uzziniet vairāk par kopīgošanu sociālajos tīklos", - "authoring.videoeditor.socialShare.description": "Atļaut šo videoklipu kopīgot sociālajos saziņas līdzekļos", - "authoring.videoeditor.socialShare.checkbox.label": "Šo videoklipu var kopīgot sociālajos medijos", - "authoring.videoeditor.socialShare.overrideNote": "Piezīme. Šo iestatījumu ignorē kursa izklāsta lapa.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Mainiet šo iestatījumu kursa izklāsta lapā.", - "authoring.videoeditor.thumbnail.title": "Sīktēls", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Nav pieejams", - "authoring.videoeditor.thumbnail.none.subtitle": "Nav", - "authoring.videoeditor.thumbnail.yes.subtitle": "Jā", - "authoring.videoeditor.thumbnail.unavailable.message": "Izvēlieties videoklipu no savas bibliotēkas, lai iespējotu šo funkciju (attiecas tikai uz kursiem, kas darbojas edx.org vietnē).", - "authoring.videoeditor.thumbnail.upload.label": "Augšupielādēt sīktēlu", - "authoring.videoeditor.thumbnail.upload.message": "Augšupielādējiet attēlu, lai dalībnieki to redzētu pirms videoklipa atskaņošanas.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Attēlu malu attiecībai ir jābūt 16:9 (ieteicams 1280x720 pikseļi)", - "authoring.videoeditor.thumbnail.altText": "Attēls izmantots kā video sīktēls", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Dzēst", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Miniatūru faila izmēram jābūt lielākam par 2 KB vai mazākam par 2 MB. Lūdzu, mainiet attēla izmēru un mēģiniet vēlreiz.", - "authoring.videoeditor.transcripts.title": "Transkripcijas", - "authoring.videoeditor.transcripts.upload.label": "Pievienojiet transkripciju", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Pievienojiet video transkripcijas (tikai .srt failiem), lai uzlabotu pieejamību.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Atļaut transkripciju lejupielādi", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Pēc noklusējuma rādīt transkripciju video atskaņotājā", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Dalībnieki zem videoklipa redzēs saiti transkripcijas lejupielādei.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Var augšupielādēt tikai SRT failu", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Neizdevās augšupielādēt transkripciju. Lūdzu mēģiniet vēlreiz.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transkripcijas faila lielums pārsniedz maksimālo. Lūdzu mēģiniet vēlreiz.", - "authoring.videoeditor.transcript.deleteTranscript": "Dzēst", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Neizdevās izdzēst transkripciju. Lūdzu mēģiniet vēlreiz.", - "authoring.videoeditor.transcript.replaceTranscript": "Aizvietot", - "authoring.videoeditor.transcript.downloadTranscript": "Lejupielādēt", - "authoring.videoeditor.transcripts.languageSelectLabel": "Valodas", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Izvēlēties valodu", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Atcelt", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Dzēst", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Vai tiešām vēlaties dzēst šo transkripciju?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Vai dzēst šo transkripciju?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Var augšupielādēt tikai SRT failus. Lūdzu, atlasiet augšupielādējamo failu, kas beidzas ar .srt.", - "authoring.videoEditor.transcripts.importButton.label": "Importēt transkripciju", - "authoring.videoEditor.transcripts.importCard.header": "Vai importēt transkripciju no YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Mēs atradām šī videoklipa transkripciju pakalpojumā YouTube. Vai vēlaties to importēt tagad?", - "authoring.videoeditor.videoSource.title.label": "Video avots", - "authoring.videoeditor.videoSource.videoId.label": "Video ID", - "authoring.videoeditor.videoSource.videoId.feedback": "Ja edX jums ir piešķīris video ID, ievadiet ID šeit.", - "authoring.videoeditor.videoSource.videoUrl.label": "Videoklipa URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "Videoklipa URL. Tas var būt YouTube URL vai saite uz citur internetā izvietotu .mp4, .ogg vai .webm video failu.", - "authoring.videoeditor.videoIdChangeAlert.message": "Video ID lauks ir mainījies, lūdzu, pārbaudiet Video URL un rezerves URL vērtības un, ja nepieciešams, atjauniniet tās.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Atkāpšanās video", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Lai visi kursa dalībnieki varētu piekļūt videoklipam, edX iesaka nodrošināt papildu videoklipus gan .mp4, gan .webm formātā. Tiks atskaņots pirmais sarakstā iekļautais videoklips, kas ir saderīgs ar kursa dalībnieka ierīci.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Videoklipa URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Dzēst", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Atļaut video lejupielādi", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Ļaujiet dalībniekiem lejupielādēt šī videoklipa versijas dažādos formātos, ja viņi nevar izmantot edX video atskaņotāju vai viņiem nav piekļuves YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Atļaut šo videoklipu kopīgot sociālajos saziņas līdzekļos.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Ļaujiet dalībniekiem publiski kopīgot šo videoklipu sociālajos plašsaziņas līdzekļos. Šo videoklipu varēs skatīties ikviens, viņiem nebūs nepieciešams reģistrēties kursā vai pat nebūs edX konta. Līdzās videoklipam tiks parādītas saites uz lapu par kursu un uz reģistrēšanos kursā.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Pievienojiet video URL", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Vispārīgas atsauksmes", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Ievadiet vispārīgās atsauksmes", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Ievadiet atgriezenisko saiti, kas tiks parādīta, kad dalībnieks iesniegs nepareizu atbildi. Šī atsauksme tiks aizstāta, ja pievienosiet atbildēm specifisku atgriezenisko saiti.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Nav", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Nav", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Pievienojiet grupas atsauksmes", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Grupas atsauksmes parādīsies, kad dalībnieks atlasīs noteiktu atbilžu kopu.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Grupas atsauksmes", - "authoring.problemeditor.settings.randomization.SettingTitle": "Randomizācija", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {No Python based randomization is present in this problem.} other {Defines when to randomize the variables specified in the associated Python script. For problems that do not randomize values, specify \"Never\".} }", - "problemEditor.settings.tolerance.title": "Tolerance", - "problemEditor.settings.tolerance.summary.none": "Nav", - "problemEditor.settings.tolerance.description.text": "Kļūdas robeža abās atbildes pusēs.", - "problemEditor.settings.tolerance.valueinput": "Tolerance", - "problemEditor.settings.tolerance.answerrangewarning": "Atbilžu diapazonam nevar piemērot pielaidi", - "problemEditor.settings.tolerance.type.percent": "Procenti", - "problemEditor.settings.tolerance.type.number": "Numurs", - "problemEditor.settings.tolerance.type.none": "Nav" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/pt_BR.json b/translations/frontend-lib-content-components/src/i18n/messages/pt_BR.json deleted file mode 100644 index f33e585b864..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/pt_BR.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Erro: Não foi possível encontrar o Editor", - "VideoUploadEditor.dropVideoFileHere": "Arraste e solte o vídeo aqui ou clique para fazer upload", - "VideoUploadEditor.browse": "Navegar pelos arquivos", - "VideoUploadEditor.uploadInfo": "Carregar arquivos MP4 ou MOV (5 GB no máximo)", - "authoring.editorContainer.cancelConfirm.title": "Sair do editor?", - "authoring.editorContainer.cancelConfirm.description": "Tem certeza de que deseja sair do editor? Quaisquer alterações não salvas serão perdidas.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Problema não foi carregado", - "authoring.texteditor.load.error": "Erro: não foi possível carregar o conteúdo de texto", - "authoring.texteditor.spinnerScreenReaderText": "carregando", - "authoring.videoEditor.spinnerScreenReaderText": "carregando", - "authoring.videoEditor.replaceVideoButtonLabel": "Substituir vídeo", - "authoring.videoUpload.spinnerScreenReaderText": "carregando", - "VideoUploadEditor.pasteURL": "Cole o ID ou URL do seu vídeo", - "VideoUploadEditor.closeButtonAltText": "Fechar", - "VideoUploadEditor.submitButtonAltText": "Enviar", - "authoring.baseModal.cancelButtonLabel": "Cancelar", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Retirar o escape de literais HTML", - "authoring.draggableList.tooltip.content": "Arraste para reordenar", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Erro", - "unexpected.error.message.text": "Ocorreu um erro inesperado. Por favor, clique no botão abaixo para atualizar a página.", - "unexpected.error.button.text": "Tente novamente", - "unexpected.error.returnToUnitPage.button.text": "Retornar à página da unidade", - "unexpected.error.returnToCourseOutline.button.text": "Retornar ao esboço {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Salvar", - "authoring.texteditor.sourcecodemodal.title.label": "Editar código-fonte", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Configurações de imagem", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Salvar", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Substituir imagem", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensões da Imagem", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Largura", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Altura", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "desbloquear dimensões", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "dimensões de bloqueio", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Use porcentagens para a largura e altura da imagem", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Acessibilidade", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Texto alternativo", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Esta imagem é decorativa (não é necessário texto alternativo).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Insira o texto alternativo ou especifique que a imagem é apenas decorativa.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Insira o texto alternativo", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Os valores da dimensão devem ser menores ou iguais a 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Insira um valor menor ou igual a 100.", - "authoring.texteditor.selectimagemodal.next.label": "Próximo", - "authoring.texteditor.selectimagemodal.upload.label": "Carregue uma nova imagem (10 MB no máximo)", - "authoring.texteditor.selectimagemodal.title.label": "Adicione uma imagem", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Por data adicionada (mais recente)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Por data adicionada (mais antiga)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Por nome (crescente)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Por nome (descendente)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Nenhuma imagem encontrada em sua galeria. Por favor, carregue uma imagem usando o botão abaixo.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Falha ao carregar a imagem. Por favor, tente novamente.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Falha ao obter imagens do curso. Por favor, tente novamente.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "As imagens devem ter 10 MB ou menos. Redimensione a imagem e tente novamente.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Selecione uma imagem para continuar.", - "authoring.editorfooter.save.error": "Erro: falha ao salvar o conteúdo. Verifique as alterações recentes e tente novamente mais tarde.", - "authoring.editorfooter.cancelButton.ariaLabel": "Descartar as alterações e retornar ao contexto de aprendizagem", - "authoring.editorfooter.cancelButton.label": "Cancelar", - "authoring.editorfooter.savebutton.ariaLabel": "Salve as alterações e retorne ao contexto de aprendizagem", - "authoring.editorfooter.savebutton.label": "Salvar", - "authoring.texteditor.title.loading": "Carregando...", - "authoring.texteditor.header.cancelChangesLabel": "Cancelar alterações e retornar ao contexto de aprendizagem", - "authoring.texteditor.header.editTitleLabel": "Editar título", - "authoring.texteditor.header.cancelTitleEdit": "Cancelar", - "authoring.texteditor.header.saveTitleEdit": "Salvar", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancelar", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Tem certeza de que deseja sair do editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Nenhuma resposta especificada", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Nenhuma resposta correta foi especificada.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Discrepância nas configurações do OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Foi encontrada uma discrepância entre as configurações definidas na tag de problema do OLX e as configurações selecionadas na barra lateral. As configurações definidas na tag de problema do OLX serão salvas e os valores correspondentes na barra lateral serão descartados.", - "authoring.answerwidget.answer.answerWidgetTitle": "Respostas", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Adicionar resposta", - "authoring.answerwidget.answer.placeholder": "Digite uma resposta", - "authoring.answerwidget.feedback.placeholder": "Mensagem de feedback", - "authoring.answerwidget.feedback.icon.alt": "Alternar feedback", - "authoring.answerwidget.answer.delete.icon.alt": "Excluir resposta", - "authoring.answerwidget.feedback.selected.label": "Mostre o seguinte feedback quando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "é selecionado", - "authoring.answerwidget.feedback.unselected.label": "Mostre o seguinte feedback quando {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "não está selecionado", - "authoring.answerwidget.answer.addAnswerRangeButton": "Adicionar intervalo de respostas", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Insira um intervalo de respostas", - "authoring.answerwidget.answer.answerRangeHelperText": "Insira os valores mínimo e máximo separados por vírgula. Use um colchete para incluir o número próximo a ele no intervalo ou um parêntese para excluir o número. Por exemplo, para identificar as respostas corretas como 5, 6 ou 7, mas não 8, especifique [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explicação", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Forneça uma explicação para a resposta correta", - "authoring.problemEditor.questionwidget.placeholder": "Digite sua pergunta", - "authoring.questionwidget.question.questionWidgetTitle": "Pergunta", - "authoring.problemeditor.settings.settingsWidgetTitle": "Configurações", - "authoring.problemeditor.settings.showAdvancedButton": "Mostrar configurações avançadas", - "authoring.problemeditor.settings.delete.icon.alt": "Excluir resposta", - "authoring.problemeditor.settings.advancedSettingLink.text": "Defina um valor padrão nas configurações avançadas", - "authoring.problemeditor.settings.hint.title": "Dicas", - "authoring.problemeditor.settings.hint.inputLabel": "Dica", - "authoring.problemeditor.settings.hint.addHintButton": "Adicionar dica", - "authoring.problemeditor.settings.hint.noHintSummary": "Nenhum", - "authoring.problemeditor.settings.hint.summary": "{hint} {contagem, plural, =0 {} outro {(+# mais)}}", - "authoring.problemeditor.settings.reset.title": "Mostrar opção de redefinição", - "authoring.problemeditor.settings.reset.true": "Verdadeiro", - "authoring.problemeditor.settings.reset.false": "Falso", - "authoring.problemeditor.settings.reset.text": "Determina se um botão 'Redefinir' é mostrado para que o usuário possa redefinir sua resposta, geralmente para uso na prática ou em avaliações formativas.", - "authoring.problemeditor.settings.scoring.title": "Pontuação", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Tentativas", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Pontos", - "authoring.problemeditor.settings.scoring.unlimited": "Tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.attempts": "{tentativas, plural, =1 {# tentativa} other {# tentativas}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.weight": "{peso, plural, =0 {Não avaliado} outros {# pontos}}", - "authoring.problemeditor.settings.scoring.label": "Especifique o peso dos pontos e o número de tentativas de resposta", - "authoring.problemeditor.settings.scoring.attempts.hint": "Se um valor padrão não for definido nas configurações avançadas, serão permitidas tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.weight.hint": "Se um valor não for definido, o problema vale um ponto", - "authoring.problemeditor.settings.showAnswer.title": "Exibir Resposta", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Número de tentativas", - "authoring.problemeditor.settings.showAnswer.text": "Defina quando os alunos podem ver a resposta correta.", - "authoring.problemeditor.settings.timer.title": "Tempo entre tentativas", - "authoring.problemeditor.settings.timer.summary": "{time} segundos", - "authoring.problemeditor.settings.timer.text": "Segundos que um aluno deve esperar entre envios para um problema com múltiplas tentativas", - "authoring.problemeditor.settings.timer.inputLabel": "Segundos", - "authoring.problemeditor.settings.type.title": "Tipo", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Mudar para o editor avançado", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Se você utilizar o editor avançado, esse problema será convertido para OLX e você não poderá retornar ao editor simples.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Converter para OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Mudar para o editor avançado", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explicação", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Forneça uma explicação para a resposta correta.", - "authoring.problemEditor.selectType.title": "Selecione o tipo de problema", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancelar", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancelar", - "authoring.problemeditor.selecttype.selectButton.label": "Selecionar", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Selecionar", - "authoring.problemEditor.problemSelect.advanceButton.label": "Tipos de problemas avançados", - "authoring.problemEditor.advanceProblem.menu.title": "Problemas avançados", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {As ferramentas com suporte provisório podem não ter a robustez de funcionalidade que seus cursos exigem. A edX não tem controle sobre a qualidade do software ou do conteúdo que pode ser fornecido por meio dessas ferramentas. Teste essas ferramentas minuciosamente antes de usá-las em seu curso, especialmente nas seções avaliadas. A documentação completa pode não estar disponível para ferramentas com suporte provisório ou a documentação pode estar disponível em outras fontes além do edX.} Not_supported {Ferramentas sem suporte não são mantidas pelo edX e podem ser descontinuadas no futuro. Não são recomendados para uso em cursos devido ao não cumprimento de um ou mais requisitos básicos, como testes, acessibilidade, internacionalização e documentação.} other { } }", - "authoring.problemEditor.preview.title": "problema {previewTitle}", - "authoring.problemEditor.preview.altText": "Uma ilustração de visualização de um problema {problemType, select, multiplechoiceresponse {seleção única} stringreponse {entrada de texto} resposta numérica {entrada numérica} optionresponse {dropdown} choiceresponse {seleção múltipla} other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Saiba mais", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Saiba mais sobre tipos de problemas avançados", - "authoring.videoeditor.expand": "Expandir", - "authoring.videoeditor.collapse": "Colapso", - "authoring.videoeditor.validate.error.title": "Não foi possível adicionar seu vídeo.", - "authoring.videoeditor.validate.error.body": "Verifique suas entradas e tente novamente.", - "authoring.videoeditor.duration.title": "Duração", - "authoring.videoeditor.duration.description": "Defina uma seção específica do vídeo para ser reproduzida.", - "authoring.videoeditor.duration.startTime.label": "Hora de início", - "authoring.videoeditor.duration.stopTime.label": "Pare o tempo", - "authoring.videoeditor.duration.hint": "Insira a hora como HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Duração completa do vídeo", - "authoring.videoeditor.duration.startsAt": "Começa em {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Personalizado: {total}", - "authoring.videoeditor.transcripts.empty": "Nenhuma transcrição adicionada", - "authoring.videoeditor.videotype.youtube": "Vídeo do youtube", - "authoring.videoeditor.videotype.other": "Outro vídeo", - "authoring.videoeditor.handout.title.label": "Folheto", - "authoring.videoeditor.handout.upload.label": "Enviar material de apoio", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Adicione um folheto para acompanhar este vídeo. Os alunos podem baixar este arquivo clicando em "Baixar folheto" abaixo do vídeo.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Falha ao carregar o folheto. Por favor, tente novamente.", - "authoring.videoeditor.handout.error.fileSizeError": "Os arquivos dos folhetos devem ter 20 MB ou menos. Redimensione o arquivo e tente novamente.", - "authoring.videoeditor.handout.handoutHelpMessage": "Os alunos podem baixar este arquivo clicando em "Baixar folheto" abaixo do vídeo.", - "authoring.videoeditor.handout.deleteHandout": "Apagar", - "authoring.videoeditor.handout.replaceHandout": "Substituir", - "authoring.videoeditor.handout.downloadHandout": "Baixar", - "authoring.videoeditor.license.title": "Licença", - "authoring.videoeditor.license.licenseType.label": "Tipo de licença", - "authoring.videoeditor.license.detailsSubsection.title": "Detalhes da licença", - "authoring.videoeditor.license.displaySubsection.title": "Exibição de Licença", - "authoring.videoeditor.license.add.label": "Adicione uma licença para este vídeo", - "authoring.videoeditor.license.deleteLicenseSelection": "Limpar e aplicar a licença em nível de curso", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Todos os direitos reservados", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Alguns direitos reservados", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Ver detalhes da licença", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Esta licença atualmente definida no nível do curso", - "authoring.videoeditor.license.courseLicenseDescription.message": "As licenças definidas no nível do curso aparecem na parte inferior das páginas do material didático do seu curso.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Esta licença atualmente definida no nível da biblioteca", - "authoring.videoeditor.license.libraryLicenseDescription.message": "As licenças definidas no nível da biblioteca aparecem no vídeo específico da biblioteca.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Esta licença foi definida especificamente para este vídeo", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Quando um vídeo tem uma licença diferente da licença do curso como um todo, os alunos veem a licença no canto inferior direito do player de vídeo.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Atribuição", - "authoring.videoeditor.license.attributionSectionDescription": "Permite a outros copiar, distribuir, exibir e apresentar seu trabalho com direitos autorais, mas apenas se derem o devido crédito conforme sua autorização. Atualmente, esta opção é obrigatória.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Não comercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Permite a outros copiar, distribuir, exibir e apresentar o seu trabalho - e trabalhos derivados com base nele - mas apenas para fins não comerciais.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Não Derivadas", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Permite a outros copiar, distribuir, exibir e apresentar apenas cópias fiéis do seu trabalho, e não trabalhos baseados nele. Esta opção é incompatível com \"Parte Igual\"", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Parte Igual", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Permite a outros distribuir trabalhos derivados somente mediante uma licença idêntica que regulamenta o seu trabalho. Esta opção é incompatível com \"Não Derivado\"", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Você reserva todos os direitos sobre o seu trabalho.", - "authoring.videoeditor.socialShare.title": "Compartilhamento social", - "authoring.videoeditor.socialShare.disabled.subtitle": "Desabilitado", - "authoring.videoeditor.socialShare.enabled.subtitle": "Habilitado", - "authoring.videoeditor.socialShare.learnMore.link": "Saiba mais sobre compartilhamento social", - "authoring.videoeditor.socialShare.description": "Permitir que este vídeo seja compartilhável nas redes sociais", - "authoring.videoeditor.socialShare.checkbox.label": "Este vídeo pode ser compartilhado nas redes sociais", - "authoring.videoeditor.socialShare.overrideNote": "Nota: Esta configuração é substituída pela página de resumo do curso.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Altere esta configuração na página de resumo do curso.", - "authoring.videoeditor.thumbnail.title": "Miniatura", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Indisponível", - "authoring.videoeditor.thumbnail.none.subtitle": "Nenhum", - "authoring.videoeditor.thumbnail.yes.subtitle": "Sim", - "authoring.videoeditor.thumbnail.unavailable.message": "Selecione um vídeo da sua biblioteca para ativar esse recurso (aplica-se apenas aos cursos executados no site edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Carregar miniatura", - "authoring.videoeditor.thumbnail.upload.message": "Faça upload de uma imagem para os alunos verem antes de reproduzir o vídeo.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "As imagens devem ter uma proporção de 16:9 (1280x720 px recomendado)", - "authoring.videoeditor.thumbnail.altText": "Imagem usada como miniatura do vídeo", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Apagar", - "authoring.videoeditor.thumbnail.error.fileSizeError": "O tamanho do arquivo das miniaturas deve ser maior que 2 KB ou menor que 2 MB. Redimensione sua imagem e tente novamente.", - "authoring.videoeditor.transcripts.title": "Transcrições", - "authoring.videoeditor.transcripts.upload.label": "Adicionar uma transcrição", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Adicione transcrições de vídeo (somente arquivos .srt) para melhorar a acessibilidade.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Permitir downloads de transcrições", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Mostrar transcrição no player de vídeo por padrão", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Os alunos verão um link para baixar a transcrição abaixo do vídeo.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Apenas o arquivo SRT pode ser carregado", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Falha ao carregar a transcrição. Por favor, tente novamente.", - "authoring.videoeditor.transcript.error.fileSizeError": "o tamanho do arquivo transcrição excede o máximo. Por favor, tente novamente.", - "authoring.videoeditor.transcript.deleteTranscript": "Apagar", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Falha ao excluir a transcrição. Por favor, tente novamente.", - "authoring.videoeditor.transcript.replaceTranscript": "Substituir", - "authoring.videoeditor.transcript.downloadTranscript": "Baixar", - "authoring.videoeditor.transcripts.languageSelectLabel": "línguas", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Selecione o idioma", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancelar", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Apagar", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Tem certeza de que deseja apagar esta transcrição ?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "apagar esta transcrição ?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Somente arquivos SRT podem ser carregados. Selecione um arquivo que termine em .srt para fazer upload.", - "authoring.videoEditor.transcripts.importButton.label": "Importar transcrição", - "authoring.videoEditor.transcripts.importCard.header": "Importar transcrição do YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Encontramos a transcrição deste vídeo no YouTube. Gostaria de importá-lo agora?", - "authoring.videoeditor.videoSource.title.label": "Fonte de vídeo", - "authoring.videoeditor.videoSource.videoId.label": "ID do Vídeo", - "authoring.videoeditor.videoSource.videoId.feedback": "Se você recebeu um ID de vídeo da edX, insira o ID aqui.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL do vídeo", - "authoring.videoeditor.videoSource.videoUrl.feedback": "O URL do seu vídeo. Pode ser um URL do YouTube ou um link para um arquivo de vídeo .mp4, .ogg ou .webm hospedado em outro lugar na Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "O campo ID do vídeo foi alterado. Verifique os valores do URL do vídeo e do URL substituto e atualize-os se necessário.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Vídeos alternativos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Para garantir que todos os alunos possam acessar o vídeo, a edX recomenda fornecer vídeos adicionais nos formatos .mp4 e .webm. O primeiro vídeo listado compatível com o dispositivo do aluno será reproduzido.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL do vídeo", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Apagar", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Permitir downloads de vídeos", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Permita que os alunos baixem versões deste vídeo em diferentes formatos caso não possam usar o reprodutor de vídeo edX ou não tenham acesso ao YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Permita que este vídeo seja compartilhado nas redes sociais.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Permita que os alunos compartilhem este vídeo publicamente nas redes sociais. O vídeo poderá ser visualizado por qualquer pessoa, não será necessário se inscrever no curso ou mesmo ter uma conta edX. Links para a página sobre o curso e para inscrição no curso aparecerão ao lado do vídeo.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Adicione um URL de vídeo", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Feedback Geral", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Insira o feedback geral", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Insira o feedback que aparecerá quando um aluno enviar uma resposta errada. Isso será substituído se você adicionar comentários específicos de respostas.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Nenhum", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Nenhum", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Adicionar feedback do grupo", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "O feedback do grupo aparecerá quando um aluno selecionar um conjunto específico de respostas.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Feedback do grupo", - "authoring.problemeditor.settings.randomization.SettingTitle": "Ordenamento aleatório", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Nenhuma randomização baseada em Python está presente neste problema.} other {Define quando randomizar as variáveis especificadas no script Python associado. Para problemas que não randomizam valores, especifique "Nunca".} }", - "problemEditor.settings.tolerance.title": "Tolerância", - "problemEditor.settings.tolerance.summary.none": "Nenhum", - "problemEditor.settings.tolerance.description.text": "A margem de erro em ambos os lados de uma resposta.", - "problemEditor.settings.tolerance.valueinput": "Tolerância", - "problemEditor.settings.tolerance.answerrangewarning": "A tolerância não pode ser aplicada a um intervalo de respostas", - "problemEditor.settings.tolerance.type.percent": "Percentual", - "problemEditor.settings.tolerance.type.number": "Número", - "problemEditor.settings.tolerance.type.none": "Nenhum" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/pt_PT.json b/translations/frontend-lib-content-components/src/i18n/messages/pt_PT.json deleted file mode 100644 index 846e9eb2ae0..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/pt_PT.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Erro: Não foi possível encontrar o Editor", - "VideoUploadEditor.dropVideoFileHere": "Arraste e largue o vídeo aqui ou clique para carregar", - "VideoUploadEditor.browse": "Procurar ficheiros", - "VideoUploadEditor.uploadInfo": "Carregar ficheiros MP4 ou MOV (máximo de 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Sair do editor?", - "authoring.editorContainer.cancelConfirm.description": "Tem a certeza de que pretende sair do editor? Quaisquer alterações não guardadas perder-se-ão.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Falha no carregamento do problema", - "authoring.texteditor.load.error": "Erro: Não foi possível carregar o conteúdo do texto", - "authoring.texteditor.spinnerScreenReaderText": "a carregar", - "authoring.videoEditor.spinnerScreenReaderText": "a carregar", - "authoring.videoEditor.replaceVideoButtonLabel": "Substituir o vídeo", - "authoring.videoUpload.spinnerScreenReaderText": "a carregar", - "VideoUploadEditor.pasteURL": "Cole a ID ou URL do seu vídeo", - "VideoUploadEditor.closeButtonAltText": "Fechar", - "VideoUploadEditor.submitButtonAltText": "Submeter", - "authoring.baseModal.cancelButtonLabel": "Cancelar", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Não substituir literais HTML", - "authoring.draggableList.tooltip.content": "Arraste para reorganizar", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Erro", - "unexpected.error.message.text": "Ocorreu um erro inesperado. Por favor, clique no botão abaixo para atualizar a página.", - "unexpected.error.button.text": "Tente novamente", - "unexpected.error.returnToUnitPage.button.text": "Regressar à página da unidade", - "unexpected.error.returnToCourseOutline.button.text": "Regressar ao esquema {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Guardar", - "authoring.texteditor.sourcecodemodal.title.label": "Editar código fonte", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Definições de imagem", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Guardar", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Substituir imagem", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Dimensões da Imagem", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Largura", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Altura", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "desbloquear dimensões", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "bloquear dimensões", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Utilize percentagens para a largura e altura da imagem", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Acessibilidade", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Texto alternativo", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Esta imagem é decorativa (não é necessário texto alternativo).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Introduza o texto alternativo ou especifique que a imagem é apenas decorativa.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Introduzir texto alternativo", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Os valores da dimensão devem ser inferiores ou iguais a 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Introduzir um valor inferior ou igual a 100.", - "authoring.texteditor.selectimagemodal.next.label": "Seguinte", - "authoring.texteditor.selectimagemodal.upload.label": "Carregar uma nova imagem (máximo de 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Adicionar uma imagem", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Por data de adição (mais recente)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Por data de adição (mais antiga)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Por nome (ordem crescente)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Por nome (ordem decrescente)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Não foram encontradas imagens na sua galeria. Por favor, carregue uma imagem usando o botão abaixo.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Falha ao carregar a imagem. Por favor, tente novamente.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Não foi possível obter imagens do curso. Por favor, tente novamente.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "As imagens devem ter 10 MB ou menos. Por favor, redimensione a imagem e tente novamente.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Selecione uma imagem para continuar.", - "authoring.editorfooter.save.error": "Erro: Falha ao guardar o conteúdo. Por favor, verifique as alterações recentes e tente novamente mais tarde.", - "authoring.editorfooter.cancelButton.ariaLabel": "Rejeitar alterações e regressar ao contexto de aprendizagem", - "authoring.editorfooter.cancelButton.label": "Cancelar", - "authoring.editorfooter.savebutton.ariaLabel": "Guardar alterações e regressar ao contexto de aprendizagem", - "authoring.editorfooter.savebutton.label": "Guardar", - "authoring.texteditor.title.loading": "Carregando...", - "authoring.texteditor.header.cancelChangesLabel": "Cancelar alterações e regressar ao contexto de aprendizagem", - "authoring.texteditor.header.editTitleLabel": "Editar Título", - "authoring.texteditor.header.cancelTitleEdit": "Cancelar", - "authoring.texteditor.header.saveTitleEdit": "Guardar", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancelar", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Tem a certeza que pretende sair do editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Sem resposta especificada", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Não foi especificada nenhuma resposta correta.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Discrepância nas definições do OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Foi encontrada uma discrepância entre as definições definidas na etiqueta de problemas do OLX e as definições seleccionadas na barra lateral. As definições definidas na etiqueta de problemas do OLX serão guardadas e os valores correspondentes na barra lateral serão eliminados.", - "authoring.answerwidget.answer.answerWidgetTitle": "Respostas", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Adicionar resposta", - "authoring.answerwidget.answer.placeholder": "Inserir resposta", - "authoring.answerwidget.feedback.placeholder": "Mensagem de feedback", - "authoring.answerwidget.feedback.icon.alt": "Alternar feedback", - "authoring.answerwidget.answer.delete.icon.alt": "Eliminar resposta", - "authoring.answerwidget.feedback.selected.label": "Mostrar o seguinte feedback quando {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "está selecionado", - "authoring.answerwidget.feedback.unselected.label": "Mostrar o seguinte feedback quando {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "não está selecionado", - "authoring.answerwidget.answer.addAnswerRangeButton": "Adicionar intervalo de resposta", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Adicionar intervalo de resposta", - "authoring.answerwidget.answer.answerRangeHelperText": "Introduza os valores mínimo e máximo separados por uma vírgula. Utilize um parêntesis para incluir o número ao lado no intervalo, ou um parêntesis para excluir o número. Por exemplo, para identificar as respostas correctas como 5, 6 ou 7, mas não 8, especifique [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explicação", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Fornecer uma explicação para a resposta correcta", - "authoring.problemEditor.questionwidget.placeholder": "Introduza a sua pergunta", - "authoring.questionwidget.question.questionWidgetTitle": "Questão", - "authoring.problemeditor.settings.settingsWidgetTitle": "Configurações", - "authoring.problemeditor.settings.showAdvancedButton": "Mostrar definições avançadas", - "authoring.problemeditor.settings.delete.icon.alt": "Eliminar resposta", - "authoring.problemeditor.settings.advancedSettingLink.text": "Definir um valor predefinido nas definições avançadas", - "authoring.problemeditor.settings.hint.title": "Sugestões", - "authoring.problemeditor.settings.hint.inputLabel": "Sugestão", - "authoring.problemeditor.settings.hint.addHintButton": "Adicionar dica", - "authoring.problemeditor.settings.hint.noHintSummary": "Nenhum", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Mostrar opção de reposição", - "authoring.problemeditor.settings.reset.true": "Verdadeiro", - "authoring.problemeditor.settings.reset.false": "Falso", - "authoring.problemeditor.settings.reset.text": "Determina se é apresentado um botão \"Repor\" para que o utilizador possa repor a sua resposta, geralmente para utilização em avaliações de teste ou formativas.", - "authoring.problemeditor.settings.scoring.title": "Classificação", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Tentativas", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Pontos", - "authoring.problemeditor.settings.scoring.unlimited": "Tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Especificar o peso dos pontos e o número de tentativas de resposta", - "authoring.problemeditor.settings.scoring.attempts.hint": "Se não for definido um valor predefinido nas definições avançadas, são permitidas tentativas ilimitadas", - "authoring.problemeditor.settings.scoring.weight.hint": "Se um valor não for definido, o problema vale um ponto", - "authoring.problemeditor.settings.showAnswer.title": "Mostrar resposta", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Número de Tentativas", - "authoring.problemeditor.settings.showAnswer.text": "Definir quando os alunos podem ver a resposta correcta.", - "authoring.problemeditor.settings.timer.title": "Tempo entre tentativas", - "authoring.problemeditor.settings.timer.summary": "{time} segundos", - "authoring.problemeditor.settings.timer.text": "Os segundos que um estudante deve esperar entre as submissões de um problema com múltiplas tentativas.", - "authoring.problemeditor.settings.timer.inputLabel": "Segundos", - "authoring.problemeditor.settings.type.title": "Tipo", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Mudar para editor avançado", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Se utilizar o editor avançado, este problema será convertido para OLX e não poderá voltar ao editor simples.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Converter para OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Mudar para editor avançado", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explicação", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Forneça uma explicação para a resposta correcta.", - "authoring.problemEditor.selectType.title": "Selecione um tipo de problema", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancelar", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancelar", - "authoring.problemeditor.selecttype.selectButton.label": "Selecionar", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Selecionar", - "authoring.problemEditor.problemSelect.advanceButton.label": "Tipos de problema avançados", - "authoring.problemEditor.advanceProblem.menu.title": "Problemas avançados", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Provisionally supported tools might lack the robustness of functionality that your courses require. edX does not have control over the quality of the software, or of the content that can be provided using these tools. Test these tools thoroughly before using them in your course, especially in graded sections. Complete documentstion might not be available for provisionally supported tools, or documentation might be available from sources other than edX.} Not_supported {Tools with no support are not maintained by edX, and might be deprecated in the future. They are not recommened for use in courses due to non-compliance with one or more of the base requirements, such as testing, accessibility, internationalization, and documentation.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problema", - "authoring.problemEditor.preview.altText": "Uma ilustração prévia de um {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } problema", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Saber mais", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Saiba mais sobre tipos de problemas avançados", - "authoring.videoeditor.expand": "Expandir", - "authoring.videoeditor.collapse": "Recolher", - "authoring.videoeditor.validate.error.title": "Não foi possível adicionar o seu vídeo.", - "authoring.videoeditor.validate.error.body": "Verifique suas entradas e tente novamente.", - "authoring.videoeditor.duration.title": "Duração", - "authoring.videoeditor.duration.description": "Definir uma secção específica do vídeo para reprodução.", - "authoring.videoeditor.duration.startTime.label": "Iniciar o tempo", - "authoring.videoeditor.duration.stopTime.label": "Parar o tempo", - "authoring.videoeditor.duration.hint": "Introduzir a hora como HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Duração total do vídeo", - "authoring.videoeditor.duration.startsAt": "Começa em {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Personalizado: {total}", - "authoring.videoeditor.transcripts.empty": "Não foram adicionadas transcrições", - "authoring.videoeditor.videotype.youtube": "Vídeo do YouTube", - "authoring.videoeditor.videotype.other": "Outro vídeo", - "authoring.videoeditor.handout.title.label": "Folheto", - "authoring.videoeditor.handout.upload.label": "Carregar Material de Apoio", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Adicionar um folheto para acompanhar este vídeo. Os alunos podem descarregar este ficheiro clicando em \"Descarregar Folheto\" por baixo do vídeo.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Falha ao carregar o folheto. Por favor, tente novamente.", - "authoring.videoeditor.handout.error.fileSizeError": "Os ficheiros de documentos de apoio devem ter 20 MB ou menos. Por favor, redimensione o ficheiro e tente novamente.", - "authoring.videoeditor.handout.handoutHelpMessage": "Os alunos podem descarregar este ficheiro clicando em \"Descarregar Folheto\" por baixo do vídeo.", - "authoring.videoeditor.handout.deleteHandout": "Eliminar", - "authoring.videoeditor.handout.replaceHandout": "Substituir", - "authoring.videoeditor.handout.downloadHandout": "Transferir", - "authoring.videoeditor.license.title": "Licença", - "authoring.videoeditor.license.licenseType.label": "Tipo de Licença", - "authoring.videoeditor.license.detailsSubsection.title": "Detalhes da licença", - "authoring.videoeditor.license.displaySubsection.title": "Visualização da Licença", - "authoring.videoeditor.license.add.label": "Adicionar uma licença para este vídeo", - "authoring.videoeditor.license.deleteLicenseSelection": "Limpar e aplicar a licença a nível do curso", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Todos os Direitos Reservados", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Alguns direitos reservados", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Ver detalhes da licença", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Esta licença está atualmente definida ao nível do curso", - "authoring.videoeditor.license.courseLicenseDescription.message": "As licenças definidas no nível do curso aparecem na parte inferior das páginas de material didático dentro do curso.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Esta licença é atualmente definida ao nível da biblioteca", - "authoring.videoeditor.license.libraryLicenseDescription.message": "As licenças definidas ao nível da biblioteca aparecem no vídeo específico da biblioteca.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Esta licença é definida especificamente para este vídeo", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Quando um vídeo tem uma licença diferente da do curso como um todo, os alunos vêem a licença no canto inferior direito do leitor de vídeo.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Atribuição", - "authoring.videoeditor.license.attributionSectionDescription": "Permita que outros copiem, distribuam, exibam e executem o seu trabalho protegido por direitos de autor, mas apenas se derem crédito à forma como o solicita. Actualmente, esta opção é necessária.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Não Comercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Permita que outros copiem, distribuam, exibam e executem o seu trabalho - e trabalhos derivados baseados no mesmo - mas apenas para fins não comerciais.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Sem Derivados ", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Permita que outros copiem, distribuam, exibam e executem apenas cópias verbais da sua obra, e não obras derivadas baseadas nela. Esta opção é incompatível com \"Partilhar de igual modo\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Partilhar da Mesma Forma", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Permita que outros distribuam obras derivadas apenas sob uma licença idêntica à licença que rege a sua obra. Esta opção é incompatível com \"Sem Derivados\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "O utilizador reserva-se todos os direitos sobre o seu trabalho.", - "authoring.videoeditor.socialShare.title": "Partilha para as Redes Sociais", - "authoring.videoeditor.socialShare.disabled.subtitle": "Desativado", - "authoring.videoeditor.socialShare.enabled.subtitle": "Ativado", - "authoring.videoeditor.socialShare.learnMore.link": "Saiba mais sobre a partilha social", - "authoring.videoeditor.socialShare.description": "Permitir que este vídeo seja partilhável nas redes sociais", - "authoring.videoeditor.socialShare.checkbox.label": "Este vídeo pode ser partilhado nas redes sociais", - "authoring.videoeditor.socialShare.overrideNote": "Nota: Esta definição é anulada pela página de estrutura do curso.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Alterar esta definição na página de estrutura do curso", - "authoring.videoeditor.thumbnail.title": "Miniatura", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Indisponível", - "authoring.videoeditor.thumbnail.none.subtitle": "Nenhum", - "authoring.videoeditor.thumbnail.yes.subtitle": "Sim", - "authoring.videoeditor.thumbnail.unavailable.message": "Seleccionar um vídeo da sua biblioteca para ativar esta funcionalidade (aplica-se apenas aos cursos que são executados no site edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Carregar thumbnail", - "authoring.videoeditor.thumbnail.upload.message": "Carregar uma imagem para os alunos verem antes de reproduzirem o vídeo.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "As imagens devem ter um rácio de aspeto de 16:9 (recomenda-se 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Imagem utilizada como thumbnail do vídeo", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Eliminar", - "authoring.videoeditor.thumbnail.error.fileSizeError": "O tamanho do ficheiro para as miniaturas deve ser superior a 2 KB ou inferior a 2 MB. Redimensione a sua imagem e tente novamente.", - "authoring.videoeditor.transcripts.title": "Transcrições", - "authoring.videoeditor.transcripts.upload.label": "Adicionar uma transcrição", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Adicionar transcrições de vídeo (apenas ficheiros .srt) para melhorar a acessibilidade.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Permitir transferências de transcrições", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Mostrar a transcrição no leitor de vídeo por predefinição", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Os alunos verão uma ligação para descarregar a transcrição por baixo do vídeo.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Só pode ser carregado um ficheiro SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Falha ao carregar a transcrição. Por favor, tente novamente.", - "authoring.videoeditor.transcript.error.fileSizeError": "O tamanho do ficheiro de transcrição excede o máximo. Por favor, tente novamente.", - "authoring.videoeditor.transcript.deleteTranscript": "Eliminar", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Falha ao eliminar a transcrição. Por favor, tente novamente.", - "authoring.videoeditor.transcript.replaceTranscript": "Substituir", - "authoring.videoeditor.transcript.downloadTranscript": "Transferir", - "authoring.videoeditor.transcripts.languageSelectLabel": "Línguas", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Selecionar idioma", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancelar", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Eliminar", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Tem a certeza de que pretende apagar esta transcrição?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Eliminar esta transcrição?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Só podem ser carregados ficheiros SRT. Por favor, seleccione um ficheiro terminado em .srt para carregar.", - "authoring.videoEditor.transcripts.importButton.label": "Importar transcrição", - "authoring.videoEditor.transcripts.importCard.header": "Importar transcrição do YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Encontrámos a transcrição deste vídeo no YouTube. Gostaria de a importar agora?", - "authoring.videoeditor.videoSource.title.label": "Fonte de vídeo", - "authoring.videoeditor.videoSource.videoId.label": "ID do Vídeo", - "authoring.videoeditor.videoSource.videoId.feedback": "Se recebeu um ID de vídeo da edX, introduza o ID aqui.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL do vídeo", - "authoring.videoeditor.videoSource.videoUrl.feedback": "O URL do seu vídeo. Pode ser um URL do YouTube ou uma ligação para um ficheiro de vídeo .mp4, .ogg ou .webm alojado noutro local na Internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "O campo ID do vídeo foi alterado, verifique os valores do URL do vídeo e do URL de recurso e actualize-os, se necessário.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Vídeos de recurso", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Para garantir que todos os alunos possam acessar o vídeo, a edX recomenda fornecer vídeos adicionais nos formatos .mp4 e .webm. O primeiro vídeo listado compatível com o dispositivo do aluno será reproduzido.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL do vídeo", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Eliminar", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Permitir transferências de vídeo", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Permitir que os alunos descarreguem versões deste vídeo em diferentes formatos, caso não possam utilizar o leitor de vídeo edX ou não tenham acesso ao YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Permitir que este vídeo seja partilhado nas redes sociais.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Permitir que os alunos partilhem este vídeo publicamente nas redes sociais. O vídeo poderá ser visto por qualquer pessoa, que não precisará se inscrever no curso ou mesmo ter uma conta edX. Links para a página sobre o curso e para se inscrever no curso aparecerão ao lado do vídeo.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Adicionar um URL de vídeo", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Feedback geral", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Introduzir feedback geral", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Introduza o feedback a ser apresentado quando um aluno submete uma resposta errada. Isso será substituído se adicionar feedback específico de resposta.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Nenhum", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Nenhum", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Adicionar feedback do grupo", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "O feedback do grupo aparecerá quando um aluno selecionar um conjunto específico de respostas.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Feedback do grupo", - "authoring.problemeditor.settings.randomization.SettingTitle": "Aleatorização", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Não existe qualquer aleatorização baseada em Python neste problema.} other {Define quando aleatorizar as variáveis especificadas no script Python associado. Para problemas que não aleatorizam valores, especifique \"Never\".} }", - "problemEditor.settings.tolerance.title": "Tolerância", - "problemEditor.settings.tolerance.summary.none": "Nenhum", - "problemEditor.settings.tolerance.description.text": "A margem de erro de cada lado de uma resposta.", - "problemEditor.settings.tolerance.valueinput": "Tolerância", - "problemEditor.settings.tolerance.answerrangewarning": "A tolerância não pode ser aplicada a um intervalo de respostas", - "problemEditor.settings.tolerance.type.percent": "Percentagem", - "problemEditor.settings.tolerance.type.number": "Número", - "problemEditor.settings.tolerance.type.none": "Nenhum" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/ru.json b/translations/frontend-lib-content-components/src/i18n/messages/ru.json deleted file mode 100644 index 3bebe495177..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/ru.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Ошибка: не удалось найти редактор.", - "VideoUploadEditor.dropVideoFileHere": "Перетащите видео сюда или нажмите, чтобы загрузить", - "VideoUploadEditor.browse": "Просмотр файлов", - "VideoUploadEditor.uploadInfo": "Загрузите файлы MP4 или MOV (максимум 5 ГБ)", - "authoring.editorContainer.cancelConfirm.title": "Выйти из редактора?", - "authoring.editorContainer.cancelConfirm.description": "Вы уверены, что хотите выйти из редактора? Все несохраненные изменения будут потеряны.", - "authoring.editorContainer.okButton.label": "ОК", - "authoring.problemEditor.blockFailed": "Проблема не удалось загрузить", - "authoring.texteditor.load.error": "Ошибка: не удалось загрузить текстовое содержимое.", - "authoring.texteditor.spinnerScreenReaderText": "загрузка", - "authoring.videoEditor.spinnerScreenReaderText": "загрузка", - "authoring.videoEditor.replaceVideoButtonLabel": "Заменить видео", - "authoring.videoUpload.spinnerScreenReaderText": "загрузка", - "VideoUploadEditor.pasteURL": "Вставьте идентификатор видео или URL-адрес.", - "VideoUploadEditor.closeButtonAltText": "Закрыть", - "VideoUploadEditor.submitButtonAltText": "Отправить", - "authoring.baseModal.cancelButtonLabel": "Отмена", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Отменить экранирование HTML-литералов", - "authoring.draggableList.tooltip.content": "Перетащите для изменения порядка", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Ошибка", - "unexpected.error.message.text": "Произошла непредвиденная ошибка. Пожалуйста, нажмите кнопку ниже, чтобы обновить страницу.", - "unexpected.error.button.text": "Попробуйте еще раз", - "unexpected.error.returnToUnitPage.button.text": "Вернуться на страницу объекта", - "unexpected.error.returnToCourseOutline.button.text": "Вернуться к контуру {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Сохранить", - "authoring.texteditor.sourcecodemodal.title.label": "Редактировать исходный код", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Настройки изображения", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Сохранить", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Замена изображения", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Размеры изображения", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Ширина", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Высота", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "разблокировать размеры", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "размеры замка", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Используйте проценты для ширины и высоты изображения.", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Доступность", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Альтернативный текст", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Это изображение является декоративным (замещающий текст не требуется).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Введите замещающий текст или укажите, что изображение является только декоративным.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Введите альтернативный текст", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Значения размеров должны быть меньше или равны 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Введите значение меньше или равное 100.", - "authoring.texteditor.selectimagemodal.next.label": "Вперёд", - "authoring.texteditor.selectimagemodal.upload.label": "Загрузите новое изображение (максимум 10 МБ)", - "authoring.texteditor.selectimagemodal.title.label": "Добавить изображение", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "По дате добавления (самый новый)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "По дате добавления (самый старый)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "По имени (по возрастанию)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "По имени (по убыванию)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "В вашей галерее не найдено изображений. Пожалуйста, загрузите изображение, используя кнопку ниже.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Не удалось загрузить изображение. Пожалуйста, попробуйте еще раз.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Не удалось получить изображения курса. Пожалуйста, попробуйте еще раз.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Изображения должны иметь размер не более 10 МБ. Пожалуйста, измените размер изображения и повторите попытку.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Выберите изображение, чтобы продолжить.", - "authoring.editorfooter.save.error": "Ошибка: не удалось сохранить контент. Пожалуйста, проверьте последние изменения и повторите попытку позже.", - "authoring.editorfooter.cancelButton.ariaLabel": "Отменить изменения и вернуться к контексту обучения", - "authoring.editorfooter.cancelButton.label": "Отмена", - "authoring.editorfooter.savebutton.ariaLabel": "Сохраните изменения и вернитесь к контексту обучения.", - "authoring.editorfooter.savebutton.label": "Сохранить", - "authoring.texteditor.title.loading": "Идет загрузка...", - "authoring.texteditor.header.cancelChangesLabel": "Отменить изменения и вернуться к контексту обучения", - "authoring.texteditor.header.editTitleLabel": "Редактировать заголовок", - "authoring.texteditor.header.cancelTitleEdit": "Отмена", - "authoring.texteditor.header.saveTitleEdit": "Сохранить", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Отмена", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "ОК", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Вы уверены, что хотите выйти из редактора?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Ответ не указан", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Правильный ответ не указан.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Несоответствие настроек OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Было обнаружено несоответствие между настройками, определенными в теге проблемы OLX, и настройками, выбранными на боковой панели. Настройки, определенные в теге проблемы OLX, будут сохранены, а соответствующие значения на боковой панели будут удалены.", - "authoring.answerwidget.answer.answerWidgetTitle": "Ответы", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Добавить ответ", - "authoring.answerwidget.answer.placeholder": "Введите ответ", - "authoring.answerwidget.feedback.placeholder": "Сообщение обратной связи", - "authoring.answerwidget.feedback.icon.alt": "Переключить отзыв", - "authoring.answerwidget.answer.delete.icon.alt": "Удалить ответ", - "authoring.answerwidget.feedback.selected.label": "Покажите следующий отзыв, когда {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "выбран", - "authoring.answerwidget.feedback.unselected.label": "Покажите следующий отзыв, когда {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "не выбран", - "authoring.answerwidget.answer.addAnswerRangeButton": "Добавить диапазон ответов", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Введите диапазон ответов", - "authoring.answerwidget.answer.answerRangeHelperText": "Введите минимальное и максимальное значения, разделенные запятой. Используйте скобку, чтобы включить число рядом с ним в диапазон, или круглую скобку, чтобы исключить число. Например, чтобы определить правильные ответы как 5, 6 или 7, но не 8, укажите [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Пояснение", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Дайте объяснение правильному ответу", - "authoring.problemEditor.questionwidget.placeholder": "Введите свой вопрос", - "authoring.questionwidget.question.questionWidgetTitle": "Вопрос", - "authoring.problemeditor.settings.settingsWidgetTitle": "Настройки", - "authoring.problemeditor.settings.showAdvancedButton": "Показать дополнительные настройки", - "authoring.problemeditor.settings.delete.icon.alt": "Удалить ответ", - "authoring.problemeditor.settings.advancedSettingLink.text": "Установите значение по умолчанию в дополнительных настройках", - "authoring.problemeditor.settings.hint.title": "Подсказки", - "authoring.problemeditor.settings.hint.inputLabel": "Подсказка", - "authoring.problemeditor.settings.hint.addHintButton": "Добавить подсказку", - "authoring.problemeditor.settings.hint.noHintSummary": "Нет", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, множественное число, =0 {} Other {(+# больше)}}", - "authoring.problemeditor.settings.reset.title": "Показать опцию сброса", - "authoring.problemeditor.settings.reset.true": "Да", - "authoring.problemeditor.settings.reset.false": "Нет", - "authoring.problemeditor.settings.reset.text": "Определяет, отображается ли кнопка «Сброс», позволяющая пользователю сбросить свой ответ, как правило, для использования на практике или в формативных оцениваниях.", - "authoring.problemeditor.settings.scoring.title": "Подсчет очков", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Попытки", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Балл", - "authoring.problemeditor.settings.scoring.unlimited": "Неограниченное количество попыток", - "authoring.problemeditor.settings.scoring.attempts": "{попытки, множественное число, =1 {# попытка} Other {# попытки}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Неограниченное количество попыток", - "authoring.problemeditor.settings.scoring.weight": "{вес, множественное число, =0 {Без оценки} другое {# баллов}}", - "authoring.problemeditor.settings.scoring.label": "Укажите вес балла и количество попыток ответа", - "authoring.problemeditor.settings.scoring.attempts.hint": "Если значение по умолчанию не установлено в дополнительных настройках, разрешено неограниченное количество попыток.", - "authoring.problemeditor.settings.scoring.weight.hint": "Если значение не установлено, проблема оценивается в один балл.", - "authoring.problemeditor.settings.showAnswer.title": "Показать ответ", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Количество попыток", - "authoring.problemeditor.settings.showAnswer.text": "Определите, когда учащиеся смогут увидеть правильный ответ.", - "authoring.problemeditor.settings.timer.title": "Время между попытками", - "authoring.problemeditor.settings.timer.summary": "{time} секунд", - "authoring.problemeditor.settings.timer.text": "Количество секунд, которое должно пройти между попытками, – для заданий, в которых предусмотрено несколько попыток.", - "authoring.problemeditor.settings.timer.inputLabel": "Секунды", - "authoring.problemeditor.settings.type.title": "Тип", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Переключиться на расширенный редактор", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Если вы используете расширенный редактор, эта задача будет конвертирована в OLX и вы не сможете вернуться к простому редактору.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Конвертировать в OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Переключиться на расширенный редактор", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Пояснение", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Дайте объяснение правильному ответу.", - "authoring.problemEditor.selectType.title": "Выберите тип проблемы", - "authoring.problemeditor.selecttype.cancelButton.label": "Отмена", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Отмена", - "authoring.problemeditor.selecttype.selectButton.label": "Выберите", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Выберите", - "authoring.problemEditor.problemSelect.advanceButton.label": "Расширенные типы проблем", - "authoring.problemEditor.advanceProblem.menu.title": "Сложные проблемы", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Инструментам с предварительной поддержкой может не хватать той надежности, которая требуется для ваших курсов. edX не контролирует качество программного обеспечения или контента, который может быть предоставлен с помощью этих инструментов. Тщательно протестируйте эти инструменты, прежде чем использовать их в своем курсе, особенно в оцениваемых разделах. Полная документация может быть недоступна для предварительно поддерживаемых инструментов или документация может быть доступна из источников, отличных от edX.} Not_supported {Инструменты без поддержки не поддерживаются edX и могут быть устаревшими в будущем. Их не рекомендуется использовать в курсах из-за несоответствия одному или нескольким базовым требованиям, таким как тестирование, доступность, интернационализация и документация.} Other { } }", - "authoring.problemEditor.preview.title": "проблема {previewTitle}", - "authoring.problemEditor.preview.altText": "Предварительный просмотр проблемы {problemType, select, Multiplechoiceresponse {single select} stringreponse {text input} numericresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select}other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Подробнее", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Узнайте больше о сложных типах проблем.", - "authoring.videoeditor.expand": "Расширять", - "authoring.videoeditor.collapse": "Крах", - "authoring.videoeditor.validate.error.title": "Нам не удалось добавить ваше видео.", - "authoring.videoeditor.validate.error.body": "Пожалуйста, проверьте свои записи и повторите попытку.", - "authoring.videoeditor.duration.title": "Продолжительность", - "authoring.videoeditor.duration.description": "Установите определенный раздел видео для воспроизведения.", - "authoring.videoeditor.duration.startTime.label": "Время начала", - "authoring.videoeditor.duration.stopTime.label": "Остановить время", - "authoring.videoeditor.duration.hint": "Введите время в формате ЧЧ:ММ:СС.", - "authoring.videoeditor.duration.fullVideoLength": "Полная продолжительность видео", - "authoring.videoeditor.duration.startsAt": "Начинается с {startTime}", - "authoring.videoeditor.duration.total": "Итого: {total}", - "authoring.videoeditor.duration.custom": "Пользовательский: {total}", - "authoring.videoeditor.transcripts.empty": "Стенограммы не добавлены", - "authoring.videoeditor.videotype.youtube": "YouTube видео", - "authoring.videoeditor.videotype.other": "Другое видео", - "authoring.videoeditor.handout.title.label": "Рекламный проспект", - "authoring.videoeditor.handout.upload.label": "Загрузить дополнительные материалы", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Добавьте раздаточный материал к этому видео. Учащиеся могут скачать этот файл, нажав «Скачать раздаточный материал» под видео.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Не удалось загрузить раздаточный материал. Пожалуйста, попробуйте еще раз.", - "authoring.videoeditor.handout.error.fileSizeError": "Размер файла раздаточного материала не должен превышать 20 МБ. Пожалуйста, измените размер файла и повторите попытку.", - "authoring.videoeditor.handout.handoutHelpMessage": "Учащиеся могут скачать этот файл, нажав «Скачать раздаточный материал» под видео.", - "authoring.videoeditor.handout.deleteHandout": "Удалить", - "authoring.videoeditor.handout.replaceHandout": "Заменить", - "authoring.videoeditor.handout.downloadHandout": "Скачать", - "authoring.videoeditor.license.title": "Лицензия", - "authoring.videoeditor.license.licenseType.label": "Тип лицензии", - "authoring.videoeditor.license.detailsSubsection.title": "Детали лицензии", - "authoring.videoeditor.license.displaySubsection.title": "Показ лицензии", - "authoring.videoeditor.license.add.label": "Добавить лицензию на это видео", - "authoring.videoeditor.license.deleteLicenseSelection": "Очистите и примените лицензию уровня курса.", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Все права защищены", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Некоторые права защищены", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Посмотреть сведения о лицензии", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Эта лицензия в настоящее время установлена на уровне курса.", - "authoring.videoeditor.license.courseLicenseDescription.message": "Лицензии, установленные на уровне курса, отображаются внизу страниц учебных программ вашего курса.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Эта лицензия в настоящее время установлена на уровне библиотеки.", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Лицензии, установленные на уровне библиотеки, отображаются в конкретном видео библиотеки.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Эта лицензия установлена специально для этого видео", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Если видео имеет лицензию, отличную от лицензии на курс в целом, учащиеся видят лицензию в правом нижнем углу видеоплеера.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Атрибуция", - "authoring.videoeditor.license.attributionSectionDescription": "Пользователям разрешается копировать, распространять, демонстрировать и исполнять ваше защищённое авторским правом произведение, но только при указания вашего авторства. Выбор данной опции обязателен. ", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Некоммерческое использование", - "authoring.videoeditor.license.noncommercialSectionDescription": "Пользователям разрешается копировать, распространять, демонстрировать и исполнять ваше защищённое авторским правом произведение – а также все производные произведения, – но только не в целях получения прибыли.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Без производных произведений", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Пользователям разрешается копировать, распространять, демонстрировать и исполнять только точные копии вашего защищённого авторским правом произведения, но не создавать производные произведения. Несовместимо с опцией «Распространение на тех же условиях».", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Распространение на тех же условиях", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Пользователям разрешается распространять производные произведения только на условиях лицензии исходного произведения. Не совместимо с опцией «Без производных произведений».", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Вы оставляете за собой все права на свою работу.", - "authoring.videoeditor.socialShare.title": "Социальный обмен", - "authoring.videoeditor.socialShare.disabled.subtitle": "Заблокировано", - "authoring.videoeditor.socialShare.enabled.subtitle": "Включено", - "authoring.videoeditor.socialShare.learnMore.link": "Узнайте больше о социальном обмене", - "authoring.videoeditor.socialShare.description": "Разрешить публикацию этого видео в социальных сетях", - "authoring.videoeditor.socialShare.checkbox.label": "Этим видео можно поделиться в социальных сетях", - "authoring.videoeditor.socialShare.overrideNote": "Примечание. Этот параметр переопределяется на странице структуры курса.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Измените этот параметр на странице структуры курса.", - "authoring.videoeditor.thumbnail.title": "Миниатюра", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Недоступен", - "authoring.videoeditor.thumbnail.none.subtitle": "Нет", - "authoring.videoeditor.thumbnail.yes.subtitle": "Да", - "authoring.videoeditor.thumbnail.unavailable.message": "Выберите видео из своей библиотеки, чтобы включить эту функцию (применяется только к курсам, которые проходят на сайте edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Загрузить миниатюру", - "authoring.videoeditor.thumbnail.upload.message": "Загрузите изображение, чтобы учащиеся могли его просмотреть перед воспроизведением видео.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Изображения должны иметь соотношение сторон 16:9 (рекомендуется 1280x720 пикселей).", - "authoring.videoeditor.thumbnail.altText": "Изображение используется в качестве миниатюры для видео", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Удалить", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Размер файла миниатюр должен быть больше 2 КБ или меньше 2 МБ. Пожалуйста, измените размер изображения и повторите попытку.", - "authoring.videoeditor.transcripts.title": "Субтитры", - "authoring.videoeditor.transcripts.upload.label": "Добавить расшифровку", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Добавьте расшифровки видео (только файлы .srt) для улучшения доступности.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Разрешить скачивание стенограмм", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Показывать расшифровку в видеоплеере по умолчанию", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Под видео учащиеся увидят ссылку для скачивания стенограммы.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Можно загрузить только файл SRT.", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Не удалось загрузить стенограмму. Пожалуйста, попробуйте еще раз.", - "authoring.videoeditor.transcript.error.fileSizeError": "Размер файла стенограммы превышает максимально допустимый. Пожалуйста, попробуйте еще раз.", - "authoring.videoeditor.transcript.deleteTranscript": "Удалить", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Не удалось удалить стенограмму. Пожалуйста, попробуйте еще раз.", - "authoring.videoeditor.transcript.replaceTranscript": "Заменить", - "authoring.videoeditor.transcript.downloadTranscript": "Скачать", - "authoring.videoeditor.transcripts.languageSelectLabel": "Языки", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Выберите язык", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Отмена", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Удалить", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Вы уверены, что хотите удалить эту стенограмму?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Удалить эту стенограмму?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Можно загружать только файлы SRT. Пожалуйста, выберите файл с расширением .srt для загрузки.", - "authoring.videoEditor.transcripts.importButton.label": "Импорт стенограммы", - "authoring.videoEditor.transcripts.importCard.header": "Импортировать расшифровку с YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Транскрипцию этого видео мы нашли на YouTube. Хотите импортировать его сейчас?", - "authoring.videoeditor.videoSource.title.label": "Источник видео", - "authoring.videoeditor.videoSource.videoId.label": "Идентификатор видео", - "authoring.videoeditor.videoSource.videoId.feedback": "Если edX присвоил вам идентификатор видео, введите его здесь.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL-адрес видео", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL-адрес вашего видео. Это может быть URL-адрес YouTube или ссылка на видеофайл .mp4, .ogg или .webm, размещенный где-либо в Интернете.", - "authoring.videoeditor.videoIdChangeAlert.message": "Поле идентификатора видео изменилось. Проверьте значения URL-адреса видео и резервного URL-адреса и при необходимости обновите их.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Резервные видео", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Чтобы быть уверенным, что все учащиеся смогут получить доступ к видео, edX рекомендует предоставлять дополнительные видеоролики в форматах .mp4 и .webm. Будет воспроизведено первое из перечисленных видео, совместимое с устройством учащегося.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL-адрес видео", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Удалить", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Разрешить загрузку видео", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Разрешить учащимся загружать версии этого видео в разных форматах, если они не могут использовать видеоплеер edX или не имеют доступа к YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Разрешить распространение этого видео в социальных сетях.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Разрешите учащимся поделиться этим видео публично в социальных сетях. Видео сможет просмотреть любой желающий, ему не нужно будет записываться на курс или даже иметь учетную запись edX. Рядом с видео появятся ссылки на страницу о курсе и на запись на курс.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Добавить URL-адрес видео", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Общая обратная связь", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Введите общий отзыв", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Введите отзыв, который появится, когда учащийся отправит неправильный ответ. Это будет переопределено, если вы добавите отзыв, посвященный конкретному ответу.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Нет", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Нет", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Добавить отзыв группы", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Групповая обратная связь появится, когда учащийся выберет определенный набор ответов.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Групповая обратная связь", - "authoring.problemeditor.settings.randomization.SettingTitle": "Случайный выбор параметров заданий", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {В этой задаче рандомизация на основе Python не используется.} Other {Определяет, когда следует рандомизировать переменные, указанные в связанном скрипте Python. Для проблем, которые не рандомизируют значения, укажите «Никогда».} }", - "problemEditor.settings.tolerance.title": "Толерантность", - "problemEditor.settings.tolerance.summary.none": "Нет", - "problemEditor.settings.tolerance.description.text": "Погрешность по обе стороны ответа.", - "problemEditor.settings.tolerance.valueinput": "Толерантность", - "problemEditor.settings.tolerance.answerrangewarning": "Допуск нельзя применить к диапазону ответов.", - "problemEditor.settings.tolerance.type.percent": "Процент", - "problemEditor.settings.tolerance.type.number": "Число", - "problemEditor.settings.tolerance.type.none": "Нет" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/sw.json b/translations/frontend-lib-content-components/src/i18n/messages/sw.json deleted file mode 100644 index 77b355489b5..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/sw.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Hitilafu: Haikuweza kupata Kihariri", - "VideoUploadEditor.dropVideoFileHere": "Buruta na udondoshe video hapa au ubofye ili upakie", - "VideoUploadEditor.browse": "Vinjari faili", - "VideoUploadEditor.uploadInfo": "Pakia faili za MP4 au MOV (Upeo wa GB 5)", - "authoring.editorContainer.cancelConfirm.title": "Ungependa kufunga kihariri?", - "authoring.editorContainer.cancelConfirm.description": "Je, una uhakika unataka kuondoka kwenye kihariri? Mabadiliko yoyote ambayo hayajahifadhiwa yatapotea.", - "authoring.editorContainer.okButton.label": "sawa", - "authoring.problemEditor.blockFailed": "Tatizo limeshindwa kupakia", - "authoring.texteditor.load.error": "Hitilafu: Haikuweza Kupakia Maudhui ya Maandishi", - "authoring.texteditor.spinnerScreenReaderText": "kupakia", - "authoring.videoEditor.spinnerScreenReaderText": "kupakia", - "authoring.videoEditor.replaceVideoButtonLabel": "Badilisha video", - "authoring.videoUpload.spinnerScreenReaderText": "kupakia", - "VideoUploadEditor.pasteURL": "Bandika kitambulisho chako cha video au URL", - "VideoUploadEditor.closeButtonAltText": "Funga", - "VideoUploadEditor.submitButtonAltText": "Wasilisha", - "authoring.baseModal.cancelButtonLabel": "Ghairi", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Ondoka katika Vitabu vya HTML", - "authoring.draggableList.tooltip.content": "Buruta ili kupanga upya", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Hitilafu", - "unexpected.error.message.text": "Hitilafu isiyotarajiwa imetokea. Tafadhali bofya kitufe kilicho hapa chini ili kuonyesha upya ukurasa.", - "unexpected.error.button.text": "Jaribu tena", - "unexpected.error.returnToUnitPage.button.text": "Rudi kwenye ukurasa wa kitengo", - "unexpected.error.returnToCourseOutline.button.text": "Rudi kwa muhtasari wa {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Hifadhi", - "authoring.texteditor.sourcecodemodal.title.label": "Badilisha Msimbo wa Chanzo", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Mipangilio ya Picha", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Hifadhi", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Badilisha picha", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Vipimo vya Picha", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Upana", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Urefu", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "fungua vipimo", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "vipimo vya kufuli", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Tumia asilimia kwa upana na urefu wa picha", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Ufikivu", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Maandishi Mbadala", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Picha hii ni ya mapambo (hakuna maandishi ya ziada yanayohitajika).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Ingiza maandishi mbadala au bainisha kuwa picha ni ya mapambo pekee.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Ingiza maandishi mengine", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Thamani za vipimo lazima ziwe chini ya au sawa na 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Weka thamani iliyo chini ya au sawa na 100.", - "authoring.texteditor.selectimagemodal.next.label": "Inayofuata", - "authoring.texteditor.selectimagemodal.upload.label": "Pakia picha mpya (isizidi MB 10)", - "authoring.texteditor.selectimagemodal.title.label": "Ongeza picha", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Kwa tarehe iliyoongezwa (mpya zaidi)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Kwa tarehe iliyoongezwa (ya zamani zaidi)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Kwa jina (kupanda)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Kwa jina (kushuka)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Hakuna picha zilizopatikana kwenye ghala yako. Tafadhali pakia picha kwa kutumia kitufe kilicho hapa chini.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Imeshindwa kupakia picha. Tafadhali jaribu tena.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Imeshindwa kupata picha za kozi. Tafadhali jaribu tena.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Picha lazima ziwe 10 MB au chini. Tafadhali badilisha ukubwa wa picha na ujaribu tena.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Chagua picha ili kuendelea.", - "authoring.editorfooter.save.error": "Hitilafu: Imeshindwa kuhifadhi maudhui. Tafadhali angalia mabadiliko ya hivi majuzi na ujaribu tena baadaye.", - "authoring.editorfooter.cancelButton.ariaLabel": "Tupa mabadiliko na urudi kwenye muktadha wa kujifunza", - "authoring.editorfooter.cancelButton.label": "Ghairi", - "authoring.editorfooter.savebutton.ariaLabel": "Hifadhi mabadiliko na urudi kwenye muktadha wa kujifunza", - "authoring.editorfooter.savebutton.label": "Hifadhi", - "authoring.texteditor.title.loading": "Inapakia...", - "authoring.texteditor.header.cancelChangesLabel": "Ghairi Mabadiliko na Urudi kwenye Muktadha wa Mafunzo", - "authoring.texteditor.header.editTitleLabel": "Badilisha Kichwa", - "authoring.texteditor.header.cancelTitleEdit": "Ghairi", - "authoring.texteditor.header.saveTitleEdit": "Hifadhi", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Ghairi", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Sawa", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Je, una uhakika unataka kuondoka kwenye kihariri?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Hakuna jibu lililobainishwa", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Hakuna jibu sahihi ambalo limebainishwa.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Tofauti ya mipangilio ya OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Tofauti ilipatikana kati ya mipangilio iliyofafanuliwa kwenye lebo ya shida ya OLX na mipangilio iliyochaguliwa kwenye upau wa kando. Mipangilio iliyofafanuliwa katika lebo ya shida ya OLX itahifadhiwa na maadili yanayolingana kwenye upau wa kando yatatupwa.", - "authoring.answerwidget.answer.answerWidgetTitle": "Majibu", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Ongeza jibu", - "authoring.answerwidget.answer.placeholder": "Weka jibu", - "authoring.answerwidget.feedback.placeholder": "Ujumbe wa maoni", - "authoring.answerwidget.feedback.icon.alt": "Geuza maoni", - "authoring.answerwidget.answer.delete.icon.alt": "Futa jibu", - "authoring.answerwidget.feedback.selected.label": "Onyesha maoni yafuatayo wakati {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "imechaguliwa", - "authoring.answerwidget.feedback.unselected.label": "Onyesha maoni yafuatayo wakati {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "haijachaguliwa", - "authoring.answerwidget.answer.addAnswerRangeButton": "Ongeza safu ya majibu", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Weka safu ya majibu", - "authoring.answerwidget.answer.answerRangeHelperText": "Weka thamani ndogo na za juu zaidi zikitenganishwa na koma. Tumia mabano kujumuisha nambari iliyo karibu nayo kwenye safu, au mabano ili kutenga nambari. Kwa mfano, ili kutambua majibu sahihi kama 5, 6, au 7, lakini si 8, taja [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Maelezo", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Toa maelezo kwa jibu sahihi", - "authoring.problemEditor.questionwidget.placeholder": "Ingiza swali lako", - "authoring.questionwidget.question.questionWidgetTitle": "Swali", - "authoring.problemeditor.settings.settingsWidgetTitle": "Mipangilio", - "authoring.problemeditor.settings.showAdvancedButton": "Onyesha mipangilio ya hali ya juu", - "authoring.problemeditor.settings.delete.icon.alt": "Futa jibu", - "authoring.problemeditor.settings.advancedSettingLink.text": "Weka thamani chaguo-msingi katika mipangilio ya kina", - "authoring.problemeditor.settings.hint.title": "Vidokezo", - "authoring.problemeditor.settings.hint.inputLabel": "Kidokezo", - "authoring.problemeditor.settings.hint.addHintButton": "Ongeza kidokezo", - "authoring.problemeditor.settings.hint.noHintSummary": "Hakuna", - "authoring.problemeditor.settings.hint.summary": "{hint} {hesabu, wingi, =0 {} nyingine {(+# zaidi)}}", - "authoring.problemeditor.settings.reset.title": "Onyesha chaguo la kuweka upya", - "authoring.problemeditor.settings.reset.true": "Kweli", - "authoring.problemeditor.settings.reset.false": "Uongo", - "authoring.problemeditor.settings.reset.text": "Huamua kama kitufe cha 'Weka Upya' kitaonyeshwa ili mtumiaji aweze kuweka upya jibu lake, kwa ujumla kwa matumizi ya mazoezi au tathmini za uundaji.", - "authoring.problemeditor.settings.scoring.title": "Bao", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Majaribio", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Pointi", - "authoring.problemeditor.settings.scoring.unlimited": "Majaribio yasiyo na kikomo", - "authoring.problemeditor.settings.scoring.attempts": "{majaribio, wingi, =1 {# jaribio} nyingine {# majaribio}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Majaribio yasiyo na kikomo", - "authoring.problemeditor.settings.scoring.weight": "{uzito, wingi, =0 {Ungraded} nyingine {# pointi}}", - "authoring.problemeditor.settings.scoring.label": "Bainisha uzito wa pointi na idadi ya majaribio ya kujibu", - "authoring.problemeditor.settings.scoring.attempts.hint": "Ikiwa thamani chaguo-msingi haijawekwa katika mipangilio ya kina, majaribio yasiyo na kikomo yanaruhusiwa", - "authoring.problemeditor.settings.scoring.weight.hint": "Ikiwa thamani haijawekwa, tatizo linafaa pointi moja", - "authoring.problemeditor.settings.showAnswer.title": "Onyesha jibu", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Idadi ya Majaribio", - "authoring.problemeditor.settings.showAnswer.text": "Bainisha wakati wanafunzi wanaweza kuona jibu sahihi.", - "authoring.problemeditor.settings.timer.title": "Muda kati ya majaribio", - "authoring.problemeditor.settings.timer.summary": "{time} sekunde", - "authoring.problemeditor.settings.timer.text": "Sekunde ambazo mwanafunzi lazima asubiri kati ya mawasilisho kwa tatizo la majaribio mengi.", - "authoring.problemeditor.settings.timer.inputLabel": "Sekunde", - "authoring.problemeditor.settings.type.title": "Aina", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Badilisha hadi kihariri cha hali ya juu", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Ikiwa unatumia kihariri cha hali ya juu, tatizo hili litabadilishwa kuwa OLX na hutaweza kurudi kwa kihariri rahisi.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Jinsi ya kubadili OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Badilisha hadi kihariri cha hali ya juu", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Maelezo", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Toa maelezo kwa jibu sahihi.", - "authoring.problemEditor.selectType.title": "Chagua aina ya tatizo", - "authoring.problemeditor.selecttype.cancelButton.label": "Ghairi", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Ghairi", - "authoring.problemeditor.selecttype.selectButton.label": "Chagua", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Chagua", - "authoring.problemEditor.problemSelect.advanceButton.label": "Aina za shida za hali ya juu", - "authoring.problemEditor.advanceProblem.menu.title": "Matatizo ya juu", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, chagua, Muda {Zana zinazotumika kwa muda zinaweza kukosa utendakazi thabiti ambao kozi zako zinahitaji. edX haina udhibiti juu ya ubora wa programu, au ya yaliyomo ambayo yanaweza kutolewa kwa kutumia zana hizi. Jaribu zana hizi kikamilifu kabla ya kuzitumia katika kozi yako, haswa katika sehemu zilizowekwa alama. Hati kamili huenda zisipatikane kwa zana zinazoauniwa kwa muda, au hati zinaweza kupatikana kutoka vyanzo vingine kando na edX.} Hazitumiki {Zana zisizo na usaidizi hazitunzwa na edX, na huenda zikaacha kutumika siku zijazo. Hazipendekezwi kutumika katika kozi kwa sababu ya kutotii moja au zaidi ya mahitaji ya msingi, kama vile majaribio, ufikiaji, uwekaji wa kimataifa na uhifadhi wa hati.} nyingine { }}", - "authoring.problemEditor.preview.title": "{previewTitle} tatizo", - "authoring.problemEditor.preview.altText": "Onyesho la kuchungulia la {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} tatizo lingine {null}}", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Jifunze zaidi", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Pata maelezo zaidi kuhusu aina za matatizo ya kina", - "authoring.videoeditor.expand": "Panua", - "authoring.videoeditor.collapse": "Kunja", - "authoring.videoeditor.validate.error.title": "Hatukuweza kuongeza video yako.", - "authoring.videoeditor.validate.error.body": "Tafadhali angalia maingizo yako na ujaribu tena.", - "authoring.videoeditor.duration.title": "Muda", - "authoring.videoeditor.duration.description": "Weka sehemu maalum ya video ya kucheza.", - "authoring.videoeditor.duration.startTime.label": "Wakati wa kuanza", - "authoring.videoeditor.duration.stopTime.label": "Acha wakati", - "authoring.videoeditor.duration.hint": "Weka saa kama HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Urefu kamili wa video", - "authoring.videoeditor.duration.startsAt": "Inaanza {startTime}", - "authoring.videoeditor.duration.total": "Jumla: {total}", - "authoring.videoeditor.duration.custom": "Maalum: {total}", - "authoring.videoeditor.transcripts.empty": "Hakuna manukuu yaliyoongezwa", - "authoring.videoeditor.videotype.youtube": "Video ya YouTube", - "authoring.videoeditor.videotype.other": "Video nyingine", - "authoring.videoeditor.handout.title.label": "Kijitabu", - "authoring.videoeditor.handout.upload.label": "Pakia Kitini", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Ongeza kitini ili kuandamana na video hii. Wanafunzi wanaweza kupakua faili hii kwa kubofya "Pakua Kitini" chini ya video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Imeshindwa kupakia kitini. Tafadhali jaribu tena.", - "authoring.videoeditor.handout.error.fileSizeError": "Faili za kitini lazima ziwe na MB 20 au chini. Tafadhali badilisha ukubwa wa faili na ujaribu tena.", - "authoring.videoeditor.handout.handoutHelpMessage": "Wanafunzi wanaweza kupakua faili hii kwa kubofya "Pakua Kitini" chini ya video.", - "authoring.videoeditor.handout.deleteHandout": "Futa", - "authoring.videoeditor.handout.replaceHandout": "Badilisha", - "authoring.videoeditor.handout.downloadHandout": "Pakua", - "authoring.videoeditor.license.title": "Leseni", - "authoring.videoeditor.license.licenseType.label": "Aina ya Leseni", - "authoring.videoeditor.license.detailsSubsection.title": "Maelezo ya Leseni", - "authoring.videoeditor.license.displaySubsection.title": "Onyesho la Leseni", - "authoring.videoeditor.license.add.label": "Ongeza leseni ya video hii", - "authoring.videoeditor.license.deleteLicenseSelection": "Futa na utumie leseni ya kiwango cha kozi", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Haki zote zimehifadhiwa", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Baadhi ya Haki Zimehifadhiwa", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Tazama maelezo ya leseni", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Leseni hii kwa sasa imewekwa katika kiwango cha kozi", - "authoring.videoeditor.license.courseLicenseDescription.message": "Leseni zilizowekwa katika kiwango cha kozi huonekana chini ya kurasa za kozi ndani ya kozi yako.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Leseni hii kwa sasa imewekwa katika kiwango cha maktaba", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Leseni zilizowekwa katika kiwango cha maktaba huonekana kwenye video mahususi ya maktaba.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Leseni hii imewekwa mahususi kwa video hii", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Wakati video ina leseni tofauti na kozi kwa ujumla, wanafunzi wanaona leseni chini kulia mwa kicheza video.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Maelezo", - "authoring.videoeditor.license.attributionSectionDescription": "Ruhusu wengine kunakili, kusambaza, kuonyesha na kutekeleza kazi yako iliyo na hakimiliki lakini tu ikiwa watatoa sifa jinsi unavyoomba. Kwa sasa, chaguo hili linahitajika.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Isiyo ya kibiashara", - "authoring.videoeditor.license.noncommercialSectionDescription": "Ruhusu wengine kunakili, kusambaza, kuonyesha na kutekeleza kazi yako - na kazi zinazotoka kwa msingi wake - lakini kwa madhumuni yasiyo ya kibiashara pekee.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Hakuna Miigo", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Ruhusu wengine kunakili, kusambaza, kuonyesha na kutekeleza nakala za neno moja tu za kazi yako, si kazi zinazotokana nayo. Chaguo hili halioani na "Shiriki Sawa".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Shiriki Sawa", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Ruhusu wengine wasambaze kazi zinazotokana na leseni inayofanana na leseni inayosimamia kazi yako pekee. Chaguo hili haliendani na "No Derivatives".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Unahifadhi haki zote kwa kazi yako.", - "authoring.videoeditor.socialShare.title": "Kushiriki kijamii", - "authoring.videoeditor.socialShare.disabled.subtitle": "Imezimwa", - "authoring.videoeditor.socialShare.enabled.subtitle": "Imewashwa", - "authoring.videoeditor.socialShare.learnMore.link": "Pata maelezo zaidi kuhusu kushiriki kijamii", - "authoring.videoeditor.socialShare.description": "Ruhusu video hii iweze kushirikiwa na mitandao ya kijamii", - "authoring.videoeditor.socialShare.checkbox.label": "Video hii inaweza kushirikiwa kwa mitandao ya kijamii", - "authoring.videoeditor.socialShare.overrideNote": "Kumbuka: Mpangilio huu umebatilishwa na ukurasa wa muhtasari wa kozi.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Badilisha mpangilio huu kwenye ukurasa wa muhtasari wa kozi.", - "authoring.videoeditor.thumbnail.title": "Kijipicha", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Haipatikani", - "authoring.videoeditor.thumbnail.none.subtitle": "Hakuna", - "authoring.videoeditor.thumbnail.yes.subtitle": "Ndiyo", - "authoring.videoeditor.thumbnail.unavailable.message": "Chagua video kutoka kwa maktaba yako ili kuwezesha kipengele hiki (hutumika tu kwa kozi zinazoendeshwa kwenye tovuti ya edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Pakia kijipicha", - "authoring.videoeditor.thumbnail.upload.message": "Pakia picha ili wanafunzi waone kabla ya kucheza video.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Picha lazima ziwe na uwiano wa 16:9 (pikseli 1280x720 zinazopendekezwa)", - "authoring.videoeditor.thumbnail.altText": "Picha inayotumika kama kijipicha cha video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Futa", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Saizi ya faili ya vijipicha lazima iwe kubwa kuliko 2 KB au chini ya MB 2. Tafadhali badilisha ukubwa wa picha yako na ujaribu tena.", - "authoring.videoeditor.transcripts.title": "Nakala", - "authoring.videoeditor.transcripts.upload.label": "Ongeza manukuu", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Ongeza manukuu ya video (.srt faili pekee) kwa ufikivu ulioboreshwa.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Ruhusu upakuaji wa manukuu", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Onyesha manukuu katika kicheza video kwa chaguomsingi", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Wanafunzi wataona kiungo cha kupakua nakala chini ya video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Faili ya SRT pekee ndiyo inaweza kupakiwa", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Imeshindwa kupakia manukuu. Tafadhali jaribu tena.", - "authoring.videoeditor.transcript.error.fileSizeError": "Saizi ya faili ya manukuu inazidi kiwango cha juu. Tafadhali jaribu tena.", - "authoring.videoeditor.transcript.deleteTranscript": "Futa", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Imeshindwa kufuta manukuu. Tafadhali jaribu tena.", - "authoring.videoeditor.transcript.replaceTranscript": "Badilisha", - "authoring.videoeditor.transcript.downloadTranscript": "Pakua", - "authoring.videoeditor.transcripts.languageSelectLabel": "Lugha", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Chagua Lugha", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Ghairi", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Futa", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Je, una uhakika unataka kufuta nakala hii?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Ungependa kufuta nakala hii?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Faili za SRT pekee ndizo zinazoweza kupakiwa. Tafadhali chagua faili inayoisha kwa .srt ya kupakia.", - "authoring.videoEditor.transcripts.importButton.label": "Ingiza Nakala", - "authoring.videoEditor.transcripts.importCard.header": "Je, ungependa kuleta manukuu kutoka kwa YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Tulipata manukuu ya video hii kwenye YouTube. Je, ungependa kuiingiza sasa?", - "authoring.videoeditor.videoSource.title.label": "Chanzo cha video", - "authoring.videoeditor.videoSource.videoId.label": "Kitambulisho cha Video", - "authoring.videoeditor.videoSource.videoId.feedback": "Ikiwa ulikabidhiwa kitambulisho cha video na edX, weka kitambulisho hapa.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL ya video", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL ya video yako. Hii inaweza kuwa URL ya YouTube, au kiungo cha faili ya video ya .mp4, .ogg, au .webm iliyopangishwa mahali pengine kwenye mtandao.", - "authoring.videoeditor.videoIdChangeAlert.message": "Sehemu ya Kitambulisho cha Video imebadilika, tafadhali angalia URL ya Video na thamani mbadala za URL na usasishe inapohitajika.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Video za kurudi nyuma", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Ili kuhakikisha kuwa wanafunzi wote wanaweza kufikia video, edX inapendekeza kutoa video za ziada katika umbizo la .mp4 na .webm. Video ya kwanza iliyoorodheshwa inayooana na kifaa cha mwanafunzi itacheza.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL ya video", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Futa", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Ruhusu upakuaji wa video", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Ruhusu wanafunzi kupakua matoleo ya video hii katika miundo tofauti ikiwa hawawezi kutumia kicheza video cha edX au hawana idhini ya kufikia YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Ruhusu video hii ishirikiwe kwenye mitandao ya kijamii.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Ruhusu wanafunzi kushiriki video hii hadharani kwenye mitandao ya kijamii. Video hiyo itaonekana na mtu yeyote, hatahitaji kujiandikisha kwenye kozi au hata kuwa na akaunti ya edX. Viungo vya kozi kuhusu ukurasa na kujiandikisha katika kozi vitaonekana kando ya video.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Ongeza URL ya video", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Maoni ya Jumla", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Weka Maoni ya Jumla", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Weka maoni ili kuonekana mwanafunzi anapotoa jibu lisilo sahihi. Hili litabatilishwa ikiwa utaongeza maoni mahususi ya jibu.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Hakuna", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Hakuna", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Ongeza maoni ya kikundi", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Maoni ya kikundi yataonekana wakati mwanafunzi anachagua seti mahususi ya majibu.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Maoni ya Kikundi", - "authoring.problemeditor.settings.randomization.SettingTitle": "Ubahatishaji", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {No Python based randomization is present in this problem.} other {Inafafanua wakati wa kubadilisha vigeu vilivyobainishwa katika hati inayohusika ya Python. Kwa matatizo ambayo hayabadilishi thamani, taja "Kamwe".}}", - "problemEditor.settings.tolerance.title": "Uvumilivu", - "problemEditor.settings.tolerance.summary.none": "Hakuna", - "problemEditor.settings.tolerance.description.text": "Upeo wa makosa katika kila upande wa jibu.", - "problemEditor.settings.tolerance.valueinput": "Uvumilivu", - "problemEditor.settings.tolerance.answerrangewarning": "Uvumilivu hauwezi kutumika kwa safu ya majibu", - "problemEditor.settings.tolerance.type.percent": "Asilimia", - "problemEditor.settings.tolerance.type.number": "Nambari", - "problemEditor.settings.tolerance.type.none": "Hakuna" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/te.json b/translations/frontend-lib-content-components/src/i18n/messages/te.json deleted file mode 100644 index d1e736b7cff..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/te.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "లోపం: ఎడిటర్‌ని కనుగొనడం సాధ్యపడలేదు", - "VideoUploadEditor.dropVideoFileHere": "వీడియోను ఇక్కడకు లాగి వదలండి లేదా అప్‌లోడ్ చేయడానికి క్లిక్ చేయండి", - "VideoUploadEditor.browse": "ఫైళ్లను బ్రౌజ్ చేయండి", - "VideoUploadEditor.uploadInfo": "MP4 లేదా MOV ఫైల్‌లను అప్‌లోడ్ చేయండి (గరిష్టంగా 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "ఎడిటర్ నుండి నిష్క్రమించాలా?", - "authoring.editorContainer.cancelConfirm.description": "మీరు ఖచ్చితంగా ఎడిటర్ నుండి నిష్క్రమించాలనుకుంటున్నారా? సేవ్ చేయని ఏవైనా మార్పులు కోల్పోతాయి.", - "authoring.editorContainer.okButton.label": "అలాగే", - "authoring.problemEditor.blockFailed": "లోడ్ చేయడంలో సమస్య విఫలమైంది", - "authoring.texteditor.load.error": "లోపం: వచన కంటెంట్‌ని లోడ్ చేయడం సాధ్యపడలేదు", - "authoring.texteditor.spinnerScreenReaderText": "లోడ్", - "authoring.videoEditor.spinnerScreenReaderText": "లోడ్", - "authoring.videoEditor.replaceVideoButtonLabel": "వీడియోను భర్తీ చేయండి", - "authoring.videoUpload.spinnerScreenReaderText": "లోడ్", - "VideoUploadEditor.pasteURL": "మీ వీడియో ID లేదా URLని అతికించండి", - "VideoUploadEditor.closeButtonAltText": "దగ్గరగా", - "VideoUploadEditor.submitButtonAltText": "సమర్పించండి", - "authoring.baseModal.cancelButtonLabel": "రద్దు చేయండి", - "authoring.texteditor.codeEditor.escapeHTMLButton": "అన్‌స్కేప్ HTML లిటరల్స్", - "authoring.draggableList.tooltip.content": "క్రమాన్ని మార్చడానికి లాగండి", - "authoring.texteditor.selectimagemodal.error.errorTitle": "లోపం", - "unexpected.error.message.text": "అనుకోని తప్పు జరిగినది. దయచేసి పేజీని రిఫ్రెష్ చేయడానికి దిగువ బటన్‌ను క్లిక్ చేయండి.", - "unexpected.error.button.text": "మళ్లీ ప్రయత్నించండి", - "unexpected.error.returnToUnitPage.button.text": "యూనిట్ పేజీకి తిరిగి వెళ్ళు", - "unexpected.error.returnToCourseOutline.button.text": "{outlineType} అవుట్‌లైన్‌కి తిరిగి వెళ్ళు", - "authoring.texteditor.sourcecodemodal.next.label": "సేవ్ చేయండి", - "authoring.texteditor.sourcecodemodal.title.label": "సోర్స్ కోడ్‌ని సవరించండి", - "authoring.texteditor.imagesettingsmodal.titleLabel": "చిత్రం సెట్టింగ్‌లు", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "సేవ్ చేయండి", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "చిత్రాన్ని భర్తీ చేయండి", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "చిత్రం కొలతలు", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "వెడల్పు", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "ఎత్తు", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "కొలతలు అన్‌లాక్ చేయండి", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "లాక్ కొలతలు", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "చిత్రం యొక్క వెడల్పు మరియు ఎత్తు కోసం శాతాలను ఉపయోగించండి", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "సౌలభ్యాన్ని", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "ప్రత్యామ్నాయ వచనం", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "ఈ చిత్రం అలంకారమైనది (ఆల్ట్ టెక్స్ట్ అవసరం లేదు).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "ప్రత్యామ్నాయ వచనాన్ని నమోదు చేయండి లేదా చిత్రం అలంకరణ మాత్రమే అని పేర్కొనండి.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "ప్రత్యామ్నాయ వచనాన్ని నమోదు చేయండి", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "డైమెన్షన్ విలువలు తప్పనిసరిగా 100 కంటే తక్కువగా లేదా సమానంగా ఉండాలి.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "100 కంటే తక్కువ లేదా సమానమైన విలువను నమోదు చేయండి.", - "authoring.texteditor.selectimagemodal.next.label": "తరువాత", - "authoring.texteditor.selectimagemodal.upload.label": "కొత్త చిత్రాన్ని అప్‌లోడ్ చేయండి (గరిష్టంగా 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "చిత్రాన్ని జోడించండి", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "జోడించిన తేదీ ద్వారా (కొత్తది)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "జోడించిన తేదీ ప్రకారం (పాతది)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "పేరు ద్వారా (ఆరోహణ)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "పేరు ద్వారా (అవరోహణ)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "మీ గ్యాలరీలో చిత్రాలు ఏవీ కనుగొనబడలేదు. దయచేసి దిగువ బటన్‌ను ఉపయోగించి చిత్రాన్ని అప్‌లోడ్ చేయండి.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "చిత్రాన్ని అప్‌లోడ్ చేయడంలో విఫలమైంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "కోర్సు చిత్రాలను పొందడంలో విఫలమైంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "చిత్రాలు తప్పనిసరిగా 10 MB లేదా అంతకంటే తక్కువ ఉండాలి. దయచేసి చిత్రం పరిమాణం మార్చండి మరియు మళ్లీ ప్రయత్నించండి.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "కొనసాగించడానికి చిత్రాన్ని ఎంచుకోండి.", - "authoring.editorfooter.save.error": "లోపం: కంటెంట్ సేవ్ విఫలమైంది. దయచేసి ఇటీవలి మార్పులను తనిఖీ చేసి, తర్వాత మళ్లీ ప్రయత్నించండి.", - "authoring.editorfooter.cancelButton.ariaLabel": "మార్పులను విస్మరించి, అభ్యాస సందర్భానికి తిరిగి వెళ్లండి", - "authoring.editorfooter.cancelButton.label": "రద్దు చేయండి", - "authoring.editorfooter.savebutton.ariaLabel": "మార్పులను సేవ్ చేసి, అభ్యాస సందర్భానికి తిరిగి వెళ్లండి", - "authoring.editorfooter.savebutton.label": "సేవ్ చేయండి", - "authoring.texteditor.title.loading": "లోడ్...", - "authoring.texteditor.header.cancelChangesLabel": "మార్పులను రద్దు చేసి, అభ్యాస సందర్భానికి తిరిగి వెళ్ళు", - "authoring.texteditor.header.editTitleLabel": "శీర్షికను సవరించండి", - "authoring.texteditor.header.cancelTitleEdit": "రద్దు చేయండి", - "authoring.texteditor.header.saveTitleEdit": "సేవ్ చేయండి", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "రద్దు చేయండి", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "అలాగే", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "మీరు ఖచ్చితంగా ఎడిటర్ నుండి నిష్క్రమించాలనుకుంటున్నారా?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "సమాధానం పేర్కొనబడలేదు", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "సరైన సమాధానం ఏదీ పేర్కొనబడలేదు.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX సెట్టింగ్‌ల వ్యత్యాసం", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "OLX సమస్య ట్యాగ్‌లో నిర్వచించిన సెట్టింగ్‌లు మరియు సైడ్‌బార్‌లో ఎంచుకున్న సెట్టింగ్‌ల మధ్య వ్యత్యాసం కనుగొనబడింది. OLX సమస్య ట్యాగ్‌లో నిర్వచించిన సెట్టింగ్‌లు సేవ్ చేయబడతాయి మరియు సైడ్‌బార్‌లోని సంబంధిత విలువలు విస్మరించబడతాయి.", - "authoring.answerwidget.answer.answerWidgetTitle": "సమాధానాలు", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "సమాధానాన్ని జోడించండి", - "authoring.answerwidget.answer.placeholder": "సమాధానాన్ని నమోదు చేయండి", - "authoring.answerwidget.feedback.placeholder": "అభిప్రాయ సందేశం", - "authoring.answerwidget.feedback.icon.alt": "అభిప్రాయాన్ని టోగుల్ చేయండి", - "authoring.answerwidget.answer.delete.icon.alt": "సమాధానాన్ని తొలగించండి", - "authoring.answerwidget.feedback.selected.label": "{answerId} {boldunderline} ఉన్నప్పుడు క్రింది అభిప్రాయాన్ని చూపు:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "ఎంపిక చేయబడింది", - "authoring.answerwidget.feedback.unselected.label": "{answerId} {boldunderline} ఉన్నప్పుడు క్రింది అభిప్రాయాన్ని చూపు:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "ఎంపిక చేయబడలేదు", - "authoring.answerwidget.answer.addAnswerRangeButton": "సమాధాన పరిధిని జోడించండి", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "సమాధాన పరిధిని నమోదు చేయండి", - "authoring.answerwidget.answer.answerRangeHelperText": "కామాతో వేరు చేయబడిన కని మరియు గరిష్ట విలువలను నమోదు చేయండి. పరిధిలో దాని ప్రక్కన ఉన్న సంఖ్యను చేర్చడానికి బ్రాకెట్‌ను ఉపయోగించండి లేదా సంఖ్యను మినహాయించడానికి కుండలీకరణాన్ని ఉపయోగించండి. ఉదాహరణకు, సరైన సమాధానాలను 5, 6 లేదా 7గా గుర్తించడానికి, 8 కాదు, పేర్కొనండి [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "వివరణ", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "సరైన సమాధానం కోసం వివరణను అందించండి", - "authoring.problemEditor.questionwidget.placeholder": "మీ ప్రశ్నను నమోదు చేయండి", - "authoring.questionwidget.question.questionWidgetTitle": "ప్రశ్న", - "authoring.problemeditor.settings.settingsWidgetTitle": "సెట్టింగ్‌లు", - "authoring.problemeditor.settings.showAdvancedButton": "అధునాతన సెట్టింగ్‌లను చూపండి", - "authoring.problemeditor.settings.delete.icon.alt": "సమాధానాన్ని తొలగించండి", - "authoring.problemeditor.settings.advancedSettingLink.text": "అధునాతన సెట్టింగ్‌లలో డిఫాల్ట్ విలువను సెట్ చేయండి", - "authoring.problemeditor.settings.hint.title": "సూచనలు", - "authoring.problemeditor.settings.hint.inputLabel": "సూచన", - "authoring.problemeditor.settings.hint.addHintButton": "సూచనను జోడించండి", - "authoring.problemeditor.settings.hint.noHintSummary": "ఏదీ లేదు", - "authoring.problemeditor.settings.hint.summary": "{hint} {కౌంట్, బహువచనం, =0 {} ఇతర {(+# మరిన్ని)}}", - "authoring.problemeditor.settings.reset.title": "రీసెట్ ఎంపికను చూపు", - "authoring.problemeditor.settings.reset.true": "నిజమే", - "authoring.problemeditor.settings.reset.false": "తప్పు", - "authoring.problemeditor.settings.reset.text": "సాధారణంగా ప్రాక్టీస్‌లో లేదా ఫార్మేటివ్ అసెస్‌మెంట్‌ల కోసం వినియోగదారు వారి సమాధానాన్ని రీసెట్ చేసేలా 'రీసెట్' బటన్ చూపబడుతుందో లేదో నిర్ణయిస్తుంది.", - "authoring.problemeditor.settings.scoring.title": "స్కోరింగ్", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "ప్రయత్నాలు", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "పాయింట్లు", - "authoring.problemeditor.settings.scoring.unlimited": "అపరిమిత ప్రయత్నాలు", - "authoring.problemeditor.settings.scoring.attempts": "{ప్రయత్నాలు, బహువచనం, =1 {# ప్రయత్నం} ఇతర {# ప్రయత్నాలు}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "అపరిమిత ప్రయత్నాలు", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} ఇతర {# పాయింట్లు}}", - "authoring.problemeditor.settings.scoring.label": "పాయింట్ బరువు మరియు సమాధాన ప్రయత్నాల సంఖ్యను పేర్కొనండి", - "authoring.problemeditor.settings.scoring.attempts.hint": "అధునాతన సెట్టింగ్‌లలో డిఫాల్ట్ విలువను సెట్ చేయకపోతే, అపరిమిత ప్రయత్నాలు అనుమతించబడతాయి", - "authoring.problemeditor.settings.scoring.weight.hint": "విలువను సెట్ చేయకుంటే, సమస్య ఒక పాయింట్ విలువ అవుతుంది", - "authoring.problemeditor.settings.showAnswer.title": "సమాధానం చూపించు", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "ప్రయత్నాల సంఖ్య", - "authoring.problemeditor.settings.showAnswer.text": "అభ్యాసకులు సరైన సమాధానాన్ని ఎప్పుడు చూడగలరో నిర్వచించండి.", - "authoring.problemeditor.settings.timer.title": "ప్రయత్నాల మధ్య సమయం", - "authoring.problemeditor.settings.timer.summary": "{time} సెకన్లు", - "authoring.problemeditor.settings.timer.text": "అనేక ప్రయత్నాలతో సమస్య కోసం విద్యార్థి సమర్పణల మధ్య తప్పక సెకన్లు వేచి ఉండాలి.", - "authoring.problemeditor.settings.timer.inputLabel": "సెకన్లు", - "authoring.problemeditor.settings.type.title": "టైప్ చేయండి", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "అధునాతన ఎడిటర్‌కి మారండి", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "మీరు అధునాతన ఎడిటర్‌ని ఉపయోగిస్తే, ఈ సమస్య OLXకి మార్చబడుతుంది మరియు మీరు సాధారణ ఎడిటర్‌కి తిరిగి రాలేరు.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "OLXకి మార్చాలా?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "అధునాతన ఎడిటర్‌కి మారండి", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "వివరణ", - "authoring.problemeditor.settings.showAnswer.explanation.text": "సరైన సమాధానం కోసం వివరణను అందించండి.", - "authoring.problemEditor.selectType.title": "సమస్య రకాన్ని ఎంచుకోండి", - "authoring.problemeditor.selecttype.cancelButton.label": "రద్దు చేయండి", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "రద్దు చేయండి", - "authoring.problemeditor.selecttype.selectButton.label": "ఎంచుకోండి", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "ఎంచుకోండి", - "authoring.problemEditor.problemSelect.advanceButton.label": "అధునాతన సమస్య రకాలు", - "authoring.problemEditor.advanceProblem.menu.title": "అధునాతన సమస్యలు", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, ఎంచుకోండి, తాత్కాలిక {తాత్కాలిక మద్దతు ఉన్న సాధనాలు మీ కోర్సులకు అవసరమైన కార్యాచరణ యొక్క పటిష్టతను కలిగి ఉండకపోవచ్చు. edX సాఫ్ట్‌వేర్ నాణ్యతపై లేదా ఈ సాధనాలను ఉపయోగించి అందించగల కంటెంట్‌పై నియంత్రణను కలిగి ఉండదు. ఈ సాధనాలను మీ కోర్సులో, ముఖ్యంగా గ్రేడెడ్ విభాగాలలో ఉపయోగించే ముందు వాటిని పూర్తిగా పరీక్షించండి. తాత్కాలికంగా మద్దతు ఇచ్చే సాధనాల కోసం పూర్తి డాక్యుమెంటేషన్ అందుబాటులో ఉండకపోవచ్చు లేదా edX కాకుండా ఇతర మూలాల నుండి డాక్యుమెంటేషన్ అందుబాటులో ఉండవచ్చు.} Not_supported {మద్దతు లేని సాధనాలు edX ద్వారా నిర్వహించబడవు మరియు భవిష్యత్తులో నిలిపివేయబడవచ్చు. టెస్టింగ్, యాక్సెసిబిలిటీ, ఇంటర్నేషనల్ మరియు డాక్యుమెంటేషన్ వంటి ఒకటి లేదా అంతకంటే ఎక్కువ బేస్ అవసరాలకు అనుగుణంగా లేని కారణంగా కోర్సులలో ఉపయోగించడానికి అవి సిఫార్సు చేయబడవు.} ఇతర {} }", - "authoring.problemEditor.preview.title": "{previewTitle} సమస్య", - "authoring.problemEditor.preview.altText": "{problemType, select, multichoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} ఇతర {null} } సమస్య యొక్క ప్రివ్యూ ఇలస్ట్రేషన్", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "ఇంకా నేర్చుకో", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "అధునాతన సమస్య రకాల గురించి మరింత తెలుసుకోండి", - "authoring.videoeditor.expand": "విస్తరించు", - "authoring.videoeditor.collapse": "కుదించు", - "authoring.videoeditor.validate.error.title": "మేము మీ వీడియోను జోడించలేకపోయాము.", - "authoring.videoeditor.validate.error.body": "దయచేసి మీ ఎంట్రీలను తనిఖీ చేసి, మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.duration.title": "వ్యవధి", - "authoring.videoeditor.duration.description": "ప్లే చేయడానికి వీడియో యొక్క నిర్దిష్ట విభాగాన్ని సెట్ చేయండి.", - "authoring.videoeditor.duration.startTime.label": "ప్రారంభ సమయం", - "authoring.videoeditor.duration.stopTime.label": "సమయం ఆపు", - "authoring.videoeditor.duration.hint": "సమయాన్ని HH:MM:SSగా నమోదు చేయండి", - "authoring.videoeditor.duration.fullVideoLength": "పూర్తి వీడియో నిడివి", - "authoring.videoeditor.duration.startsAt": "{startTime} వద్ద ప్రారంభమవుతుంది", - "authoring.videoeditor.duration.total": "మొత్తం: {total}", - "authoring.videoeditor.duration.custom": "కస్టమ్: {total}", - "authoring.videoeditor.transcripts.empty": "లిప్యంతరీకరణలు జోడించబడలేదు", - "authoring.videoeditor.videotype.youtube": "YouTube వీడియో", - "authoring.videoeditor.videotype.other": "ఇతర వీడియో", - "authoring.videoeditor.handout.title.label": "కరపత్రం", - "authoring.videoeditor.handout.upload.label": "కరపత్రాన్ని అప్‌లోడ్ చేయండి", - "authoring.videoeditor.handout.upload.addHandoutMessage": "ఈ వీడియోతో పాటుగా హ్యాండ్‌అవుట్‌ను జోడించండి. వీడియో దిగువన ఉన్న "డౌన్‌లోడ్ హ్యాండ్‌అవుట్"ని క్లిక్ చేయడం ద్వారా అభ్యాసకులు ఈ ఫైల్‌ను డౌన్‌లోడ్ చేసుకోవచ్చు.", - "authoring.videoeditor.handout.error.uploadHandoutError": "హ్యాండ్‌అవుట్‌ని అప్‌లోడ్ చేయడంలో విఫలమైంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.handout.error.fileSizeError": "హ్యాండ్‌అవుట్ ఫైల్‌లు తప్పనిసరిగా 20 MB లేదా అంతకంటే తక్కువ ఉండాలి. దయచేసి ఫైల్ పరిమాణాన్ని మార్చండి మరియు మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.handout.handoutHelpMessage": "వీడియో దిగువన ఉన్న "డౌన్‌లోడ్ హ్యాండ్‌అవుట్"ని క్లిక్ చేయడం ద్వారా అభ్యాసకులు ఈ ఫైల్‌ను డౌన్‌లోడ్ చేసుకోవచ్చు.", - "authoring.videoeditor.handout.deleteHandout": "తొలగించు", - "authoring.videoeditor.handout.replaceHandout": "భర్తీ చేయండి", - "authoring.videoeditor.handout.downloadHandout": "డౌన్‌లోడ్ చేయండి", - "authoring.videoeditor.license.title": "లైసెన్స్", - "authoring.videoeditor.license.licenseType.label": "లైసెన్స్ రకం", - "authoring.videoeditor.license.detailsSubsection.title": "లైసెన్స్ వివరాలు", - "authoring.videoeditor.license.displaySubsection.title": "లైసెన్స్ ప్రదర్శన", - "authoring.videoeditor.license.add.label": "ఈ వీడియో కోసం లైసెన్స్‌ని జోడించండి", - "authoring.videoeditor.license.deleteLicenseSelection": "కోర్సు స్థాయి లైసెన్స్‌ను క్లియర్ చేసి, వర్తింపజేయండి", - "authoring.videoeditor.license.allRightsReservedIcons.label": "సర్వ హక్కులు ప్రత్యేకించబడినవి", - "authoring.videoeditor.license.creativeCommonsIcons.label": "కొన్ని హక్కులు ప్రత్యేకించబడ్డాయి", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "లైసెన్స్ వివరాలను చూడండి", - "authoring.videoeditor.license.courseLevelDescription.helperText": "ఈ లైసెన్స్ ప్రస్తుతం కోర్సు స్థాయిలో సెట్ చేయబడింది", - "authoring.videoeditor.license.courseLicenseDescription.message": "కోర్సు స్థాయిలో సెట్ చేయబడిన లైసెన్స్‌లు మీ కోర్సులోని కోర్స్‌వేర్ పేజీల దిగువన కనిపిస్తాయి.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "ఈ లైసెన్స్ ప్రస్తుతం లైబ్రరీ స్థాయిలో సెట్ చేయబడింది", - "authoring.videoeditor.license.libraryLicenseDescription.message": "లైబ్రరీ స్థాయిలో సెట్ చేయబడిన లైసెన్స్‌లు నిర్దిష్ట లైబ్రరీ వీడియోలో కనిపిస్తాయి.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "ఈ లైసెన్స్ ఈ వీడియో కోసం ప్రత్యేకంగా సెట్ చేయబడింది", - "authoring.videoeditor.license.defaultLicenseDescription.message": "వీడియో మొత్తం కోర్సు కంటే భిన్నమైన లైసెన్స్‌ని కలిగి ఉన్నప్పుడు, అభ్యాసకులు వీడియో ప్లేయర్‌కి దిగువన కుడివైపు లైసెన్స్‌ని చూస్తారు.", - "authoring.videoeditor.license.attributionCheckboxLabel": "ఆపాదింపు", - "authoring.videoeditor.license.attributionSectionDescription": "మీ కాపీరైట్ చేయబడిన పనిని కాపీ చేయడానికి, పంపిణీ చేయడానికి, ప్రదర్శించడానికి మరియు నిర్వహించడానికి ఇతరులను అనుమతించండి, అయితే మీరు అభ్యర్థించిన విధంగా క్రెడిట్ ఇస్తే మాత్రమే. ప్రస్తుతం, ఈ ఎంపిక అవసరం.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "వాణిజ్యేతర", - "authoring.videoeditor.license.noncommercialSectionDescription": "మీ పనిని కాపీ చేయడానికి, పంపిణీ చేయడానికి, ప్రదర్శించడానికి మరియు నిర్వహించడానికి ఇతరులను అనుమతించండి - మరియు దాని ఆధారంగా ఉత్పన్నమైన పనులు - కానీ వాణిజ్యేతర ప్రయోజనాల కోసం మాత్రమే.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "ఉత్పన్నాలు లేవు", - "authoring.videoeditor.license.noDerivativesSectionDescription": "ఇతరులను కాపీ చేయడానికి, పంపిణీ చేయడానికి, ప్రదర్శించడానికి మరియు మీ పని యొక్క పదజాల కాపీలను మాత్రమే నిర్వహించడానికి అనుమతించండి, దాని ఆధారంగా ఉత్పన్నమైన పనులను కాదు. ఈ ఐచ్చికము "అలైక్ షేర్"కి అనుకూలంగా లేదు.", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "ఒకేలా షేర్ చేయండి", - "authoring.videoeditor.license.shareAlikeSectionDescription": "మీ పనిని నియంత్రించే లైసెన్స్‌కు సమానమైన లైసెన్స్ కింద మాత్రమే డెరివేటివ్ వర్క్‌లను పంపిణీ చేయడానికి ఇతరులను అనుమతించండి. ఈ ఐచ్ఛికం "ఉత్పన్నాలు లేవు"కి అనుకూలంగా లేదు.", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "మీరు మీ పని కోసం అన్ని హక్కులను కలిగి ఉన్నారు.", - "authoring.videoeditor.socialShare.title": "సామాజిక భాగస్వామ్యం", - "authoring.videoeditor.socialShare.disabled.subtitle": "వికలాంగుడు", - "authoring.videoeditor.socialShare.enabled.subtitle": "ప్రారంభించబడింది", - "authoring.videoeditor.socialShare.learnMore.link": "సామాజిక భాగస్వామ్యం గురించి మరింత తెలుసుకోండి", - "authoring.videoeditor.socialShare.description": "ఈ వీడియోను సోషల్ మీడియాలో భాగస్వామ్యం చేయడానికి అనుమతించండి", - "authoring.videoeditor.socialShare.checkbox.label": "ఈ వీడియో సోషల్ మీడియాలో షేర్ చేయబడుతుంది", - "authoring.videoeditor.socialShare.overrideNote": "గమనిక: ఈ సెట్టింగ్ కోర్సు అవుట్‌లైన్ పేజీ ద్వారా భర్తీ చేయబడింది.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "కోర్సు అవుట్‌లైన్ పేజీలో ఈ సెట్టింగ్‌ని మార్చండి.", - "authoring.videoeditor.thumbnail.title": "సూక్ష్మచిత్రం", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "అందుబాటులో లేదు", - "authoring.videoeditor.thumbnail.none.subtitle": "ఏదీ లేదు", - "authoring.videoeditor.thumbnail.yes.subtitle": "అవును", - "authoring.videoeditor.thumbnail.unavailable.message": "ఈ లక్షణాన్ని ప్రారంభించడానికి మీ లైబ్రరీ నుండి వీడియోను ఎంచుకోండి (edx.org సైట్‌లో అమలు చేసే కోర్సులకు మాత్రమే వర్తిస్తుంది).", - "authoring.videoeditor.thumbnail.upload.label": "సూక్ష్మచిత్రాన్ని అప్‌లోడ్ చేయండి", - "authoring.videoeditor.thumbnail.upload.message": "వీడియోను ప్లే చేయడానికి ముందు అభ్యాసకులు చూడటానికి చిత్రాన్ని అప్‌లోడ్ చేయండి.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "చిత్రాలు తప్పనిసరిగా 16:9 కారక నిష్పత్తిని కలిగి ఉండాలి (1280x720 px సిఫార్సు చేయబడింది)", - "authoring.videoeditor.thumbnail.altText": "చిత్రం వీడియో కోసం థంబ్‌నెయిల్‌గా ఉపయోగించబడింది", - "authoring.videoeditor.thumbnail.deleteThumbnail": "తొలగించు", - "authoring.videoeditor.thumbnail.error.fileSizeError": "సూక్ష్మచిత్రాల ఫైల్ పరిమాణం తప్పనిసరిగా 2 KB కంటే పెద్దదిగా లేదా 2 MB కంటే తక్కువగా ఉండాలి. దయచేసి మీ చిత్రం పరిమాణాన్ని మార్చండి మరియు మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.transcripts.title": "ట్రాన్స్క్రిప్ట్స్", - "authoring.videoeditor.transcripts.upload.label": "లిప్యంతరీకరణను జోడించండి", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "మెరుగైన ప్రాప్యత కోసం వీడియో లిప్యంతరీకరణలను (.srt ఫైల్‌లు మాత్రమే) జోడించండి.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "ట్రాన్స్క్రిప్ట్ డౌన్‌లోడ్‌లను అనుమతించండి", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "డిఫాల్ట్‌గా వీడియో ప్లేయర్‌లో ట్రాన్‌స్క్రిప్ట్‌ను చూపండి", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "వీడియో దిగువన ట్రాన్‌స్క్రిప్ట్‌ను డౌన్‌లోడ్ చేసుకోవడానికి అభ్యాసకులు లింక్‌ను చూస్తారు.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "SRT ఫైల్ మాత్రమే అప్‌లోడ్ చేయబడుతుంది", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "లిప్యంతరీకరణను అప్‌లోడ్ చేయడంలో విఫలమైంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.transcript.error.fileSizeError": "ట్రాన్స్క్రిప్ట్ ఫైల్ పరిమాణం గరిష్టంగా ఉంటుంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.transcript.deleteTranscript": "తొలగించు", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "లిప్యంతరీకరణను తొలగించడంలో విఫలమైంది. దయచేసి మళ్లీ ప్రయత్నించండి.", - "authoring.videoeditor.transcript.replaceTranscript": "భర్తీ చేయండి", - "authoring.videoeditor.transcript.downloadTranscript": "డౌన్‌లోడ్ చేయండి", - "authoring.videoeditor.transcripts.languageSelectLabel": "భాషలు", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "భాషను ఎంచుకోండి", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "రద్దు చేయండి", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "తొలగించు", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "మీరు ఈ లిప్యంతరీకరణను ఖచ్చితంగా తొలగించాలనుకుంటున్నారా?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "ఈ లిప్యంతరీకరణను తొలగించాలా?", - "authoring.videoeditor.transcripts.fileTypeWarning": "SRT ఫైల్‌లు మాత్రమే అప్‌లోడ్ చేయబడతాయి. దయచేసి అప్‌లోడ్ చేయడానికి .srtతో ముగిసే ఫైల్‌ను ఎంచుకోండి.", - "authoring.videoEditor.transcripts.importButton.label": "ట్రాన్స్క్రిప్ట్ను దిగుమతి చేయండి", - "authoring.videoEditor.transcripts.importCard.header": "YouTube నుండి లిప్యంతరీకరణను దిగుమతి చేయాలా?", - "authoring.videoEditor.transcrtipts.importCard.message": "మేము YouTubeలో ఈ వీడియో కోసం లిప్యంతరీకరణను కనుగొన్నాము. మీరు ఇప్పుడు దానిని దిగుమతి చేయాలనుకుంటున్నారా?", - "authoring.videoeditor.videoSource.title.label": "వీడియో మూలం", - "authoring.videoeditor.videoSource.videoId.label": "వీడియో ID", - "authoring.videoeditor.videoSource.videoId.feedback": "మీకు edX ద్వారా వీడియో ID కేటాయించబడి ఉంటే, IDని ఇక్కడ నమోదు చేయండి.", - "authoring.videoeditor.videoSource.videoUrl.label": "వీడియో URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "మీ వీడియో కోసం URL. ఇది YouTube URL కావచ్చు లేదా ఇంటర్నెట్‌లో ఎక్కడైనా హోస్ట్ చేయబడిన .mp4, .ogg లేదా .webm వీడియో ఫైల్‌కి లింక్ కావచ్చు.", - "authoring.videoeditor.videoIdChangeAlert.message": "వీడియో ID ఫీల్డ్ మార్చబడింది, దయచేసి వీడియో URL మరియు ఫాల్‌బ్యాక్ URL విలువలను తనిఖీ చేయండి మరియు అవసరమైతే వాటిని నవీకరించండి.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "ఫాల్‌బ్యాక్ వీడియోలు", - "authoring.videoeditor.videoSource.fallbackVideo.message": "అభ్యాసకులందరూ వీడియోను యాక్సెస్ చేయగలరని నిర్ధారించుకోవడానికి, .mp4 మరియు .webm ఫార్మాట్‌లలో అదనపు వీడియోలను అందించాలని edX సిఫార్సు చేస్తోంది. అభ్యాసకుడి పరికరానికి అనుకూలమైన మొదటి జాబితా చేయబడిన వీడియో ప్లే అవుతుంది.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "వీడియో URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "తొలగించు", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "వీడియో డౌన్‌లోడ్‌లను అనుమతించండి", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "అభ్యాసకులు edX వీడియో ప్లేయర్‌ని ఉపయోగించలేనప్పుడు లేదా YouTubeకు యాక్సెస్‌ను కలిగి ఉండకపోతే వివిధ ఫార్మాట్‌లలో ఈ వీడియో యొక్క సంస్కరణలను డౌన్‌లోడ్ చేయడానికి వారిని అనుమతించండి.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "ఈ వీడియోను సోషల్ మీడియాలో భాగస్వామ్యం చేయడానికి అనుమతించండి.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "సోషల్ మీడియాలో ఈ వీడియోని పబ్లిక్‌గా షేర్ చేయడానికి అభ్యాసకులను అనుమతించండి. వీడియోను ఎవరైనా వీక్షించగలరు, వారు కోర్సులో నమోదు చేయవలసిన అవసరం లేదు లేదా edX ఖాతాను కూడా కలిగి ఉండరు. కోర్సుకు సంబంధించిన పేజీకి సంబంధించిన లింక్‌లు మరియు కోర్సులో నమోదు చేసుకోవడానికి వీడియో పక్కన కనిపిస్తాయి.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "వీడియో URLని జోడించండి", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "సాధారణ అభిప్రాయం", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "సాధారణ అభిప్రాయాన్ని నమోదు చేయండి", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "విద్యార్థి తప్పు సమాధానాన్ని సమర్పించినప్పుడు కనిపించడానికి అభిప్రాయాన్ని నమోదు చేయండి. మీరు సమాధానం-నిర్దిష్ట అభిప్రాయాన్ని జోడిస్తే ఇది భర్తీ చేయబడుతుంది.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "ఏదీ లేదు", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "ఏదీ లేదు", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "సమూహ అభిప్రాయాన్ని జోడించండి", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "విద్యార్థి నిర్దిష్ట సమాధానాల సెట్‌ను ఎంచుకున్నప్పుడు సమూహ అభిప్రాయం కనిపిస్తుంది.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "సమూహం అభిప్రాయం", - "authoring.problemeditor.settings.randomization.SettingTitle": "రాండమైజేషన్", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {ఈ సమస్యలో పైథాన్ ఆధారిత రాండమైజేషన్ లేదు.} ఇతర {సంబంధిత పైథాన్ స్క్రిప్ట్‌లో పేర్కొన్న వేరియబుల్స్‌ను ఎప్పుడు ర్యాండమైజ్ చేయాలో నిర్వచిస్తుంది. విలువలను యాదృచ్ఛికంగా మార్చని సమస్యల కోసం, "నెవర్" అని పేర్కొనండి.} }", - "problemEditor.settings.tolerance.title": "ఓరిమి", - "problemEditor.settings.tolerance.summary.none": "ఏదీ లేదు", - "problemEditor.settings.tolerance.description.text": "సమాధానానికి ఇరువైపులా లోపం యొక్క మార్జిన్.", - "problemEditor.settings.tolerance.valueinput": "ఓరిమి", - "problemEditor.settings.tolerance.answerrangewarning": "సమాధాన పరిధికి సహనం వర్తించదు", - "problemEditor.settings.tolerance.type.percent": "శాతం", - "problemEditor.settings.tolerance.type.number": "సంఖ్య", - "problemEditor.settings.tolerance.type.none": "ఏదీ లేదు" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/th.json b/translations/frontend-lib-content-components/src/i18n/messages/th.json deleted file mode 100644 index ee2970067e1..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/th.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "ข้อผิดพลาด: ไม่พบตัวแก้ไข", - "VideoUploadEditor.dropVideoFileHere": "ลากและวางวิดีโอที่นี่หรือคลิกเพื่ออัปโหลด", - "VideoUploadEditor.browse": "เรียกดูไฟล์", - "VideoUploadEditor.uploadInfo": "อัปโหลดไฟล์ MP4 หรือ MOV (สูงสุด 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "ออกจากเครื่องมือแก้ไขใช่ไหม", - "authoring.editorContainer.cancelConfirm.description": "คุณแน่ใจหรือไม่ว่าต้องการออกจากโปรแกรมแก้ไข การเปลี่ยนแปลงที่ยังไม่ได้บันทึกจะสูญหายไป", - "authoring.editorContainer.okButton.label": "ตกลง", - "authoring.problemEditor.blockFailed": "ปัญหาไม่สามารถโหลดได้", - "authoring.texteditor.load.error": "ข้อผิดพลาด: ไม่สามารถโหลดเนื้อหาข้อความได้", - "authoring.texteditor.spinnerScreenReaderText": "กำลังโหลด", - "authoring.videoEditor.spinnerScreenReaderText": "กำลังโหลด", - "authoring.videoEditor.replaceVideoButtonLabel": "แทนที่วิดีโอ", - "authoring.videoUpload.spinnerScreenReaderText": "กำลังโหลด", - "VideoUploadEditor.pasteURL": "วางรหัสวิดีโอหรือ URL ของคุณ", - "VideoUploadEditor.closeButtonAltText": "ปิด", - "VideoUploadEditor.submitButtonAltText": "ยอมรับ", - "authoring.baseModal.cancelButtonLabel": "ยกเลิก", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape ตัวอักษร HTML", - "authoring.draggableList.tooltip.content": "ลากเพื่อจัดลำดับใหม่", - "authoring.texteditor.selectimagemodal.error.errorTitle": "ผิดพลาด", - "unexpected.error.message.text": "เกิดความผิดพลาดอย่างไม่ได้คาดคิด. กรุณาคลิกปุ่มด้านล่างเพื่อรีเฟรชหน้า", - "unexpected.error.button.text": "ลองอีกครั้ง", - "unexpected.error.returnToUnitPage.button.text": "กลับไปที่หน้าหน่วย", - "unexpected.error.returnToCourseOutline.button.text": "กลับไปที่โครงร่าง {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Save", - "authoring.texteditor.sourcecodemodal.title.label": "แก้ไขซอร์สโค้ด", - "authoring.texteditor.imagesettingsmodal.titleLabel": "การตั้งค่าภาพ", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Save", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "แทนที่รูปภาพ", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "ขนาดรูป", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "ความกว้าง", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "ความสูง", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "ปลดล็อคมิติ", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "ขนาดล็อค", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "ใช้เปอร์เซ็นต์สำหรับความกว้างและความสูงของรูปภาพ", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "การเข้าถึง", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "ข้อความแสดงแทน", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "รูปภาพนี้เป็นการตกแต่ง (ไม่ต้องใช้ข้อความแสดงแทน)", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "ป้อนข้อความแสดงแทนหรือระบุว่ารูปภาพมีไว้เพื่อการตกแต่งเท่านั้น", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "ป้อนข้อความแสดงแทน", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "ค่ามิติข้อมูลต้องน้อยกว่าหรือเท่ากับ 100", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "ป้อนค่าน้อยกว่าหรือเท่ากับ 100", - "authoring.texteditor.selectimagemodal.next.label": "ต่อไป", - "authoring.texteditor.selectimagemodal.upload.label": "อัปโหลดรูปภาพใหม่ (สูงสุด 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "เพิ่มรูปภาพ", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "ตามวันที่เพิ่ม (ล่าสุด)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "ตามวันที่เพิ่ม (เก่าที่สุด)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "ตามชื่อ (น้อยไปมาก)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "ตามชื่อ (จากมากไปน้อย)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "ไม่พบภาพในแกลเลอรีของคุณ กรุณาอัพโหลดภาพโดยใช้ปุ่มด้านล่าง", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "ล้มเหลวในการอัปโหลดภาพ กรุณาลองอีกครั้ง.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "ไม่สามารถรับภาพหลักสูตรได้ กรุณาลองอีกครั้ง.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "รูปภาพต้องมีขนาด 10 MB หรือน้อยกว่า โปรดปรับขนาดภาพแล้วลองอีกครั้ง", - "authoring.texteditor.selectimagemodal.error.selectImageError": "เลือกรูปภาพเพื่อดำเนินการต่อ", - "authoring.editorfooter.save.error": "ข้อผิดพลาด: บันทึกเนื้อหาล้มเหลว โปรดตรวจสอบการเปลี่ยนแปลงล่าสุดแล้วลองอีกครั้งในภายหลัง", - "authoring.editorfooter.cancelButton.ariaLabel": "ละทิ้งการเปลี่ยนแปลงและกลับสู่บริบทการเรียนรู้", - "authoring.editorfooter.cancelButton.label": "ยกเลิก", - "authoring.editorfooter.savebutton.ariaLabel": "บันทึกการเปลี่ยนแปลงและกลับสู่บริบทการเรียนรู้", - "authoring.editorfooter.savebutton.label": "Save", - "authoring.texteditor.title.loading": "กำลังโหลด...", - "authoring.texteditor.header.cancelChangesLabel": "ยกเลิกการเปลี่ยนแปลงและกลับสู่บริบทการเรียนรู้", - "authoring.texteditor.header.editTitleLabel": "แก้ไขหัวข้อ", - "authoring.texteditor.header.cancelTitleEdit": "ยกเลิก", - "authoring.texteditor.header.saveTitleEdit": "Save", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "ยกเลิก", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "ตกลง", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "คุณแน่ใจหรือไม่ว่าต้องการออกจากโปรแกรมแก้ไข", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "ไม่มีการระบุคำตอบ", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "ไม่มีการระบุคำตอบที่ถูกต้อง", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "ความคลาดเคลื่อนของการตั้งค่า OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "พบความแตกต่างระหว่างการตั้งค่าที่กำหนดไว้ในแท็กปัญหาของ OLX และการตั้งค่าที่เลือกในแถบด้านข้าง การตั้งค่าที่กำหนดไว้ในแท็กปัญหาของ OLX จะถูกบันทึก และค่าที่เกี่ยวข้องในแถบด้านข้างจะถูกยกเลิก", - "authoring.answerwidget.answer.answerWidgetTitle": "คำตอบ", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "เพิ่มคำตอบ", - "authoring.answerwidget.answer.placeholder": "ป้อนคำตอบ", - "authoring.answerwidget.feedback.placeholder": "ข้อความตอบรับ", - "authoring.answerwidget.feedback.icon.alt": "สลับความคิดเห็น", - "authoring.answerwidget.answer.delete.icon.alt": "ลบคำตอบ", - "authoring.answerwidget.feedback.selected.label": "แสดงข้อเสนอแนะต่อไปนี้เมื่อ {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "ถูกเลือก", - "authoring.answerwidget.feedback.unselected.label": "แสดงข้อเสนอแนะต่อไปนี้เมื่อ {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "ไม่ได้ถูกเลือก", - "authoring.answerwidget.answer.addAnswerRangeButton": "เพิ่มช่วงคำตอบ", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "ป้อนช่วงคำตอบ", - "authoring.answerwidget.answer.answerRangeHelperText": "ป้อนค่าต่ำสุดและสูงสุดโดยคั่นด้วยเครื่องหมายจุลภาค ใช้วงเล็บเพื่อรวมตัวเลขที่อยู่ติดกับตัวเลขในช่วง หรือใช้วงเล็บเพื่อไม่รวมตัวเลข ตัวอย่างเช่น หากต้องการระบุคำตอบที่ถูกต้องเป็น 5, 6 หรือ 7 แต่ไม่ใช่ 8 ให้ระบุ [5,8)", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "เหตุผล", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "ให้คำอธิบายสำหรับคำตอบที่ถูกต้อง", - "authoring.problemEditor.questionwidget.placeholder": "ป้อนคำถามของคุณ", - "authoring.questionwidget.question.questionWidgetTitle": "คำถาม", - "authoring.problemeditor.settings.settingsWidgetTitle": "การตั้งค่าต่างๆ ", - "authoring.problemeditor.settings.showAdvancedButton": "แสดงการตั้งค่าขั้นสูง", - "authoring.problemeditor.settings.delete.icon.alt": "ลบคำตอบ", - "authoring.problemeditor.settings.advancedSettingLink.text": "ตั้งค่าเริ่มต้นในการตั้งค่าขั้นสูง", - "authoring.problemeditor.settings.hint.title": "คำใบ้", - "authoring.problemeditor.settings.hint.inputLabel": "คำใบ้", - "authoring.problemeditor.settings.hint.addHintButton": "เพิ่มคำใบ้", - "authoring.problemeditor.settings.hint.noHintSummary": "ไม่ระบุ", - "authoring.problemeditor.settings.hint.summary": "{hint} {จำนวน พหูพจน์ =0 {} อื่นๆ {(+# เพิ่มเติม)}}", - "authoring.problemeditor.settings.reset.title": "แสดงตัวเลือกการรีเซ็ต", - "authoring.problemeditor.settings.reset.true": "ถูก", - "authoring.problemeditor.settings.reset.false": "ผิด", - "authoring.problemeditor.settings.reset.text": "กำหนดว่าจะแสดงปุ่ม "รีเซ็ต" เพื่อให้ผู้ใช้สามารถรีเซ็ตคำตอบของตนได้หรือไม่ โดยทั่วไปเพื่อใช้ในทางปฏิบัติหรือการประเมินรายทาง", - "authoring.problemeditor.settings.scoring.title": "การให้คะแนน", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "ความพยายาม", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "คะแนน", - "authoring.problemeditor.settings.scoring.unlimited": "ความพยายามไม่ จำกัด", - "authoring.problemeditor.settings.scoring.attempts": "{พยายาม, พหูพจน์, =1 {# พยายาม} อื่นๆ {# พยายาม}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "ความพยายามไม่ จำกัด", - "authoring.problemeditor.settings.scoring.weight": "{น้ำหนัก, พหูพจน์, =0 {ไม่ได้ให้คะแนน} อื่นๆ {# คะแนน}}", - "authoring.problemeditor.settings.scoring.label": "ระบุน้ำหนักจุดและจำนวนครั้งที่พยายามตอบ", - "authoring.problemeditor.settings.scoring.attempts.hint": "หากไม่ได้ตั้งค่าเริ่มต้นในการตั้งค่าขั้นสูง อนุญาตให้พยายามได้ไม่จำกัด", - "authoring.problemeditor.settings.scoring.weight.hint": "หากไม่ได้ตั้งค่าไว้ ปัญหาจะมีค่าหนึ่งจุด", - "authoring.problemeditor.settings.showAnswer.title": "แสดงคำตอบ", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "จำนวนความพยายาม", - "authoring.problemeditor.settings.showAnswer.text": "กำหนดว่าผู้เรียนจะเห็นคำตอบที่ถูกต้องเมื่อใด", - "authoring.problemeditor.settings.timer.title": "เวลาระหว่างความพยายาม", - "authoring.problemeditor.settings.timer.summary": "{time} วินาที", - "authoring.problemeditor.settings.timer.text": "นักเรียนต้องรอสักครู่ระหว่างการเสนอปัญหาและการพยายามหลายครั้ง", - "authoring.problemeditor.settings.timer.inputLabel": "วินาที", - "authoring.problemeditor.settings.type.title": "ประเภท", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "เปลี่ยนไปใช้ตัวแก้ไขขั้นสูง", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "หากคุณใช้ตัวแก้ไขขั้นสูง ปัญหานี้จะถูกแปลงเป็น OLX และคุณจะไม่สามารถกลับไปใช้ตัวแก้ไขแบบง่ายได้", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "แปลงเป็น OLX หรือไม่", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "เปลี่ยนไปใช้ตัวแก้ไขขั้นสูง", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "เหตุผล", - "authoring.problemeditor.settings.showAnswer.explanation.text": "ให้คำอธิบายสำหรับคำตอบที่ถูกต้อง", - "authoring.problemEditor.selectType.title": "เลือกประเภทปัญหา", - "authoring.problemeditor.selecttype.cancelButton.label": "ยกเลิก", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "ยกเลิก", - "authoring.problemeditor.selecttype.selectButton.label": "เลือก", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "เลือก", - "authoring.problemEditor.problemSelect.advanceButton.label": "ประเภทปัญหาขั้นสูง", - "authoring.problemEditor.advanceProblem.menu.title": "ปัญหาขั้นสูง", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {เครื่องมือที่ได้รับการสนับสนุนชั่วคราวอาจขาดความแข็งแกร่งของฟังก์ชันการทำงานที่หลักสูตรของคุณต้องการ edX ไม่สามารถควบคุมคุณภาพของซอฟต์แวร์หรือเนื้อหาที่สามารถจัดหาได้โดยใช้เครื่องมือเหล่านี้ ทดสอบเครื่องมือเหล่านี้อย่างละเอียดก่อนนำไปใช้ในหลักสูตรของคุณ โดยเฉพาะในส่วนที่มีการให้คะแนน เอกสารฉบับสมบูรณ์อาจไม่พร้อมใช้งานสำหรับเครื่องมือที่ได้รับการสนับสนุนชั่วคราว หรือเอกสารอาจมีให้จากแหล่งอื่นที่ไม่ใช่ edX} Not_supported {เครื่องมือที่ไม่มีการสนับสนุนไม่ได้รับการดูแลโดย edX และอาจเลิกใช้งานในอนาคต ไม่แนะนำให้ใช้ในหลักสูตรเนื่องจากการไม่ปฏิบัติตามข้อกำหนดพื้นฐานตั้งแต่หนึ่งข้อขึ้นไป เช่น การทดสอบ การเข้าถึง ความเป็นสากล และเอกสารประกอบ} other { } }", - "authoring.problemEditor.preview.title": "ปัญหา {previewTitle}", - "authoring.problemEditor.preview.altText": "ภาพประกอบตัวอย่างของปัญหา {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "เรียนรู้เพิ่มเติม", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "เรียนรู้เพิ่มเติมเกี่ยวกับประเภทปัญหาขั้นสูง", - "authoring.videoeditor.expand": "ขยาย", - "authoring.videoeditor.collapse": "ทรุด", - "authoring.videoeditor.validate.error.title": "เราไม่สามารถเพิ่มวิดีโอของคุณได้", - "authoring.videoeditor.validate.error.body": "โปรดตรวจสอบรายการของคุณแล้วลองอีกครั้ง", - "authoring.videoeditor.duration.title": "ระยะเวลา", - "authoring.videoeditor.duration.description": "ตั้งค่าส่วนเฉพาะของวิดีโอที่จะเล่น", - "authoring.videoeditor.duration.startTime.label": "เวลาเริ่มต้น", - "authoring.videoeditor.duration.stopTime.label": "หยุดเวลา", - "authoring.videoeditor.duration.hint": "ป้อนเวลาเป็น HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "ความยาววิดีโอเต็ม", - "authoring.videoeditor.duration.startsAt": "เริ่มที่ {startTime}", - "authoring.videoeditor.duration.total": "ทั้งหมด: {total}", - "authoring.videoeditor.duration.custom": "กำหนดเอง: {total}", - "authoring.videoeditor.transcripts.empty": "ไม่มีการเพิ่มการถอดเสียง", - "authoring.videoeditor.videotype.youtube": "วิดีโอยูทูป", - "authoring.videoeditor.videotype.other": "วิดีโออื่น ๆ", - "authoring.videoeditor.handout.title.label": "เอกสารประกอบคำบรรยาย", - "authoring.videoeditor.handout.upload.label": "อัพโหลดเอกสาร", - "authoring.videoeditor.handout.upload.addHandoutMessage": "เพิ่มเอกสารประกอบคำบรรยายประกอบวิดีโอนี้ ผู้เรียนสามารถดาวน์โหลดไฟล์นี้ได้โดยคลิก "ดาวน์โหลดเอกสารประกอบคำบรรยาย" ใต้วิดีโอ", - "authoring.videoeditor.handout.error.uploadHandoutError": "ไม่สามารถอัปโหลดเอกสารประกอบคำบรรยาย กรุณาลองอีกครั้ง.", - "authoring.videoeditor.handout.error.fileSizeError": "ไฟล์เอกสารประกอบคำบรรยายต้องมีขนาด 20 MB หรือน้อยกว่า โปรดปรับขนาดไฟล์แล้วลองอีกครั้ง", - "authoring.videoeditor.handout.handoutHelpMessage": "ผู้เรียนสามารถดาวน์โหลดไฟล์นี้ได้โดยคลิก "ดาวน์โหลดเอกสารประกอบคำบรรยาย" ใต้วิดีโอ", - "authoring.videoeditor.handout.deleteHandout": "Delete", - "authoring.videoeditor.handout.replaceHandout": "แทนที่", - "authoring.videoeditor.handout.downloadHandout": "ดาวน์โหลด", - "authoring.videoeditor.license.title": "ใบอนุญาต", - "authoring.videoeditor.license.licenseType.label": "ประเภทใบอนุญาต", - "authoring.videoeditor.license.detailsSubsection.title": "รายละเอียดใบอนุญาต", - "authoring.videoeditor.license.displaySubsection.title": "แสดงใบอนุญาต", - "authoring.videoeditor.license.add.label": "เพิ่มใบอนุญาตสำหรับวิดีโอนี้", - "authoring.videoeditor.license.deleteLicenseSelection": "ล้างและใช้ใบอนุญาตระดับหลักสูตร", - "authoring.videoeditor.license.allRightsReservedIcons.label": "สงวนลิขสิทธิ์", - "authoring.videoeditor.license.creativeCommonsIcons.label": "สงวนลิขสิทธิ์บางส่วน", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "ดูรายละเอียดใบอนุญาต", - "authoring.videoeditor.license.courseLevelDescription.helperText": "ใบอนุญาตนี้ปัจจุบันกำหนดไว้ที่ระดับหลักสูตร", - "authoring.videoeditor.license.courseLicenseDescription.message": "ใบอนุญาตที่ตั้งไว้ในระดับหลักสูตรจะปรากฏที่ด้านล่างของหน้าบทเรียนภายในหลักสูตรของคุณ", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "ใบอนุญาตนี้ปัจจุบันตั้งไว้ที่ระดับห้องสมุด", - "authoring.videoeditor.license.libraryLicenseDescription.message": "ใบอนุญาตที่ตั้งไว้ที่ระดับห้องสมุดจะปรากฏในวิดีโอห้องสมุดเฉพาะ", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "ใบอนุญาตนี้กำหนดไว้สำหรับวิดีโอนี้โดยเฉพาะ", - "authoring.videoeditor.license.defaultLicenseDescription.message": "เมื่อวิดีโอมีใบอนุญาตที่แตกต่างจากหลักสูตรโดยรวม ผู้เรียนจะเห็นใบอนุญาตที่ด้านล่างขวาของโปรแกรมเล่นวิดีโอ", - "authoring.videoeditor.license.attributionCheckboxLabel": "การแสดงที่มา", - "authoring.videoeditor.license.attributionSectionDescription": "อนุญาตให้ผู้อื่นทำสำเนา แจกจ่าย แสดงและดำเนินการงานที่มีลิขสิทธิ์ ในกรณีที่ให้เครดิตในแบบที่คุณต้องการ ขณะนี้คุณต้องเลือก", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "ไม่ใช่เชิงพาณิชย์", - "authoring.videoeditor.license.noncommercialSectionDescription": "อนุญาตให้ผู้อื่นทำสำเนา แจกจ่าย แสดงผลและดำเนินการทำงานของคุณ - และผลงานอนุพันธุ์ขึ้นอยู่บนพื้นฐานของงานชิ้นนี้ - แต่สำหรับวัตถุประสงค์ไม่ใช่ในเชิงพาณิชย์", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "ไม่มีอนุพันธุ์", - "authoring.videoeditor.license.noDerivativesSectionDescription": "อนุญาตให้ผู้อื่นทำสำเนา แจกจ่าย แสดงผลและดำเนินการเพียงสำเนาการทำงานของคุณ ตัวเลือกนี้จะไม่เข้ากันกับ \"แบ่งปันส่วนที่คล้ายกัน\"", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "แบ่งปันส่วนที่เหมือนกัน", - "authoring.videoeditor.license.shareAlikeSectionDescription": "อนุญาตให้ผู้อื่นเผยแพร่ผลงานอนุพันธุ์ภายใต้ใบอนุญาตเช่นเดียวกับใบอนุญาตที่ควบคุมการทำงานของคุณ ตัวเลือกนี้ไม่เข้ากันกับ \"ไม่มีอนุพันธุ์\"", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "คุณขอสงวนสิทธิ์ทั้งหมดสำหรับงานของคุณ", - "authoring.videoeditor.socialShare.title": "การแบ่งปันทางสังคม", - "authoring.videoeditor.socialShare.disabled.subtitle": "พิการ", - "authoring.videoeditor.socialShare.enabled.subtitle": "เปิดใช้งาน", - "authoring.videoeditor.socialShare.learnMore.link": "เรียนรู้เพิ่มเติมเกี่ยวกับการแบ่งปันทางสังคม", - "authoring.videoeditor.socialShare.description": "อนุญาตให้แชร์วิดีโอนี้ไปยังโซเชียลมีเดีย", - "authoring.videoeditor.socialShare.checkbox.label": "วิดีโอนี้สามารถแชร์ไปยังโซเชียลมีเดียได้", - "authoring.videoeditor.socialShare.overrideNote": "หมายเหตุ: การตั้งค่านี้ถูกแทนที่โดยหน้าโครงร่างหลักสูตร", - "authoring.videoeditor.socialShare.settingsDisclaimer": "เปลี่ยนการตั้งค่านี้ในหน้าโครงร่างหลักสูตร", - "authoring.videoeditor.thumbnail.title": "ภาพขนาดย่อ", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "ไม่พร้อมใช้งาน", - "authoring.videoeditor.thumbnail.none.subtitle": "ไม่ระบุ", - "authoring.videoeditor.thumbnail.yes.subtitle": "ใช่", - "authoring.videoeditor.thumbnail.unavailable.message": "เลือกวิดีโอจากห้องสมุดของคุณเพื่อเปิดใช้งานคุณสมบัตินี้ (ใช้กับหลักสูตรที่ทำงานบนเว็บไซต์ edx.org เท่านั้น)", - "authoring.videoeditor.thumbnail.upload.label": "อัปโหลดภาพขนาดย่อ", - "authoring.videoeditor.thumbnail.upload.message": "อัปโหลดภาพให้ผู้เรียนดูก่อนเล่นวิดีโอ", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "รูปภาพต้องมีอัตราส่วน 16:9 (แนะนำ 1280x720 พิกเซล)", - "authoring.videoeditor.thumbnail.altText": "รูปภาพที่ใช้เป็นภาพขนาดย่อสำหรับวิดีโอ", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Delete", - "authoring.videoeditor.thumbnail.error.fileSizeError": "ขนาดไฟล์สำหรับภาพขนาดย่อต้องมีขนาดใหญ่กว่า 2 KB หรือน้อยกว่า 2 MB โปรดปรับขนาดภาพของคุณแล้วลองอีกครั้ง", - "authoring.videoeditor.transcripts.title": "ใบรับรองผลการเรียน", - "authoring.videoeditor.transcripts.upload.label": "เพิ่มการถอดเสียง", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "เพิ่มการถอดเสียงวิดีโอ (ไฟล์ .srt เท่านั้น) เพื่อการเข้าถึงที่ดีขึ้น", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "อนุญาตให้ดาวน์โหลดการถอดเสียง", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "แสดงข้อความถอดเสียงในโปรแกรมเล่นวิดีโอตามค่าเริ่มต้น", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "ผู้เรียนจะเห็นลิงก์สำหรับดาวน์โหลดบทบรรยายด้านล่างวิดีโอ", - "authoring.videoeditor.transcript.error.transcriptTypeError": "สามารถอัปโหลดได้เฉพาะไฟล์ SRT เท่านั้น", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "อัปโหลดข้อความถอดเสียงไม่สำเร็จ กรุณาลองอีกครั้ง.", - "authoring.videoeditor.transcript.error.fileSizeError": "ขนาดไฟล์การถอดเสียงเกินขนาดสูงสุด กรุณาลองอีกครั้ง.", - "authoring.videoeditor.transcript.deleteTranscript": "Delete", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "ลบข้อความถอดเสียงไม่สำเร็จ กรุณาลองอีกครั้ง.", - "authoring.videoeditor.transcript.replaceTranscript": "แทนที่", - "authoring.videoeditor.transcript.downloadTranscript": "ดาวน์โหลด", - "authoring.videoeditor.transcripts.languageSelectLabel": "ภาษา", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "เลือกภาษา", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "ยกเลิก", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Delete", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "คุณแน่ใจหรือไม่ว่าต้องการลบการถอดเสียงนี้", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "ลบข้อความถอดเสียงนี้ใช่ไหม", - "authoring.videoeditor.transcripts.fileTypeWarning": "สามารถอัปโหลดได้เฉพาะไฟล์ SRT เท่านั้น โปรดเลือกไฟล์ที่ลงท้ายด้วย .srt เพื่ออัปโหลด", - "authoring.videoEditor.transcripts.importButton.label": "นำเข้าใบรับรองผลการเรียน", - "authoring.videoEditor.transcripts.importCard.header": "นำเข้าข้อความถอดเสียงจาก YouTube หรือไม่", - "authoring.videoEditor.transcrtipts.importCard.message": "เราพบข้อความถอดเสียงสำหรับวิดีโอนี้บน YouTube คุณต้องการนำเข้าตอนนี้หรือไม่?", - "authoring.videoeditor.videoSource.title.label": "แหล่งที่มาของวิดีโอ", - "authoring.videoeditor.videoSource.videoId.label": "ID วิดีโอ", - "authoring.videoeditor.videoSource.videoId.feedback": "หากคุณได้รับรหัสวิดีโอจาก edX ให้ป้อนรหัสที่นี่", - "authoring.videoeditor.videoSource.videoUrl.label": "URL ของวิดีโอ", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL สำหรับวิดีโอของคุณ ซึ่งอาจเป็น URL ของ YouTube หรือลิงก์ไปยังไฟล์วิดีโอ .mp4, .ogg หรือ .webm ที่โฮสต์อยู่ที่อื่นบนอินเทอร์เน็ต", - "authoring.videoeditor.videoIdChangeAlert.message": "ช่องรหัสวิดีโอมีการเปลี่ยนแปลง โปรดตรวจสอบ URL วิดีโอและค่า URL ทางเลือก และอัปเดตหากจำเป็น", - "authoring.videoeditor.videoSource.fallbackVideo.title": "วิดีโอทางเลือก", - "authoring.videoeditor.videoSource.fallbackVideo.message": "เพื่อให้แน่ใจว่าผู้เรียนทุกคนสามารถเข้าถึงวิดีโอได้ edX ขอแนะนำให้จัดเตรียมวิดีโอเพิ่มเติมในรูปแบบ .mp4 และ .webm วิดีโอรายการแรกที่เข้ากันได้กับอุปกรณ์ของผู้เรียนจะเล่น", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL ของวิดีโอ", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Delete", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "อนุญาตให้ดาวน์โหลดวิดีโอ", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "อนุญาตให้ผู้เรียนดาวน์โหลดเวอร์ชันของวิดีโอนี้ในรูปแบบที่แตกต่างกัน หากไม่สามารถใช้โปรแกรมเล่นวิดีโอ edX หรือไม่สามารถเข้าถึง YouTube", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "อนุญาตให้แชร์วิดีโอนี้บนโซเชียลมีเดีย", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "อนุญาตให้ผู้เรียนแชร์วิดีโอนี้แบบสาธารณะบนโซเชียลมีเดีย ทุกคนจะดูวิดีโอนี้ได้ โดยไม่จำเป็นต้องลงทะเบียนในหลักสูตรหรือแม้แต่มีบัญชี edX ลิงก์ไปยังหน้าเกี่ยวกับหลักสูตรและการลงทะเบียนในหลักสูตรจะปรากฏข้างวิดีโอ", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "เพิ่ม URL ของวิดีโอ", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "ข้อเสนอแนะทั่วไป", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "ป้อนคำติชมทั่วไป", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "ป้อนความคิดเห็นที่จะปรากฏเมื่อนักเรียนส่งคำตอบผิด สิ่งนี้จะถูกแทนที่หากคุณเพิ่มความคิดเห็นเฉพาะคำตอบ", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "ไม่ระบุ", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "ไม่ระบุ", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "เพิ่มความคิดเห็นของกลุ่ม", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "ความคิดเห็นแบบกลุ่มจะปรากฏขึ้นเมื่อนักเรียนเลือกชุดคำตอบที่ต้องการ", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "คำติชมของกลุ่ม", - "authoring.problemeditor.settings.randomization.SettingTitle": "การสุ่ม", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {ไม่มีการสุ่มแบบใช้ Python ในปัญหานี้} other {กำหนดเวลาที่จะสุ่มตัวแปรที่ระบุในสคริปต์ Python ที่เกี่ยวข้อง สำหรับปัญหาที่ไม่สุ่มค่า ให้ระบุ "ไม่เคย"} }", - "problemEditor.settings.tolerance.title": "ความอดทน", - "problemEditor.settings.tolerance.summary.none": "ไม่ระบุ", - "problemEditor.settings.tolerance.description.text": "ขอบของข้อผิดพลาดทั้งสองด้านของคำตอบ", - "problemEditor.settings.tolerance.valueinput": "ความอดทน", - "problemEditor.settings.tolerance.answerrangewarning": "ไม่สามารถใช้เกณฑ์ความคลาดเคลื่อนกับช่วงคำตอบได้", - "problemEditor.settings.tolerance.type.percent": "เปอร์เซ็นต์", - "problemEditor.settings.tolerance.type.number": "ตัวเลข", - "problemEditor.settings.tolerance.type.none": "ไม่ระบุ" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/tr_TR.json b/translations/frontend-lib-content-components/src/i18n/messages/tr_TR.json deleted file mode 100644 index 57c52b01aa4..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/tr_TR.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Hata: Düzenleyici Bulunamadı", - "VideoUploadEditor.dropVideoFileHere": "Videoyu buraya sürükleyip bırakın veya yüklemek için tıklayın", - "VideoUploadEditor.browse": "Dosyalara göz atın", - "VideoUploadEditor.uploadInfo": "MP4 veya MOV dosyalarını yükleyin (maks. 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Editörden çıkılsın mı?", - "authoring.editorContainer.cancelConfirm.description": "Düzenleyiciden çıkmak istediğinizden emin misiniz? Kaydedilmemiş değişiklikler kaybolacaktır.", - "authoring.editorContainer.okButton.label": "Tamam", - "authoring.problemEditor.blockFailed": "Sorun yüklenemedi", - "authoring.texteditor.load.error": "Hata: Metin İçeriği Yüklenemedi", - "authoring.texteditor.spinnerScreenReaderText": "yükleniyor", - "authoring.videoEditor.spinnerScreenReaderText": "yükleniyor", - "authoring.videoEditor.replaceVideoButtonLabel": "Videoyu değiştir", - "authoring.videoUpload.spinnerScreenReaderText": "yükleniyor", - "VideoUploadEditor.pasteURL": "Video kimliğinizi veya URL'nizi yapıştırın", - "VideoUploadEditor.closeButtonAltText": "Kapat", - "VideoUploadEditor.submitButtonAltText": "Gönder", - "authoring.baseModal.cancelButtonLabel": "İptal", - "authoring.texteditor.codeEditor.escapeHTMLButton": "HTML Değişmezlerinden Kaçış", - "authoring.draggableList.tooltip.content": "Tekrar düzenlemek için sürükle", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Hata", - "unexpected.error.message.text": "Beklenmedik bir hata oluştu. Sayfayı yenilemek için lütfen aşağıdaki butona tıklayın.", - "unexpected.error.button.text": "Tekrar deneyin", - "unexpected.error.returnToUnitPage.button.text": "Ünite sayfasına dön", - "unexpected.error.returnToCourseOutline.button.text": "{outlineType} taslağına dön", - "authoring.texteditor.sourcecodemodal.next.label": "Kaydet", - "authoring.texteditor.sourcecodemodal.title.label": "Kaynak Kodunu Düzenle", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Görüntü Ayarları", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Kaydet", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Görselin üzerine yaz", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Görsel Boyutları", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Genişlik", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Yükseklik", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "boyutların kilidini aç", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "kilit boyutları", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Resmin genişliği ve yüksekliği için yüzdeleri kullanın", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Ulaşılabilirlik", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alternatif Metin", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Bu resim dekoratiftir (alt metin gerekmez).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Alternatif metin girin veya görselin yalnızca dekoratif olduğunu belirtin.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Alternatif metni girin", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Boyut değerleri 100'den küçük veya ona eşit olmalıdır.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "100'den küçük veya ona eşit bir değer girin.", - "authoring.texteditor.selectimagemodal.next.label": "Sonraki", - "authoring.texteditor.selectimagemodal.upload.label": "Yeni bir resim yükleyin (maks. 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Resim ekle", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Eklenme tarihine göre (en yeni)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Eklenme tarihine göre (en eski)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Ada göre (artan)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Ada göre (azalan)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Galerinizde resim bulunamadı. Lütfen aşağıdaki düğmeyi kullanarak bir resim yükleyin.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Resim yüklenemedi. Lütfen tekrar deneyin.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Kurs görselleri alınamadı. Lütfen tekrar deneyin.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Görsellerin boyutu 10 MB veya daha az olmalıdır. Lütfen resmi yeniden boyutlandırın ve tekrar deneyin.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Devam etmek için bir resim seçin.", - "authoring.editorfooter.save.error": "Hata: İçerik kaydedilemedi. Lütfen son değişiklikleri kontrol edin ve daha sonra tekrar deneyin.", - "authoring.editorfooter.cancelButton.ariaLabel": "Değişiklikleri atın ve öğrenme bağlamına dönün", - "authoring.editorfooter.cancelButton.label": "İptal", - "authoring.editorfooter.savebutton.ariaLabel": "Değişiklikleri kaydedin ve öğrenme bağlamına dönün", - "authoring.editorfooter.savebutton.label": "Kaydet", - "authoring.texteditor.title.loading": "Yüklüyor...", - "authoring.texteditor.header.cancelChangesLabel": "Değişiklikleri İptal Et ve Öğrenme İçeriğine Dön", - "authoring.texteditor.header.editTitleLabel": "Başlığı Düzenle", - "authoring.texteditor.header.cancelTitleEdit": "İptal", - "authoring.texteditor.header.saveTitleEdit": "Kaydet", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "İptal", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Tamam", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Düzenleyiciden çıkmak istediğinizden emin misiniz?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Cevap belirtilmedi", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Doğru cevap belirtilmedi.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX ayarları tutarsızlığı", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "OLX'in sorun etiketinde tanımlanan ayarlarla kenar çubuğunda seçilen ayarlar arasında bir tutarsızlık bulundu. OLX'in sorun etiketinde tanımlanan ayarlar kaydedilecek ve kenar çubuğunda karşılık gelen değerler atılacaktır.", - "authoring.answerwidget.answer.answerWidgetTitle": "Yanıtlar", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Yanıt ekle", - "authoring.answerwidget.answer.placeholder": "Bir yanıt girin", - "authoring.answerwidget.feedback.placeholder": "Geri bildirim mesajı", - "authoring.answerwidget.feedback.icon.alt": "Geri bildirimi değiştir", - "authoring.answerwidget.answer.delete.icon.alt": "Cevabı sil", - "authoring.answerwidget.feedback.selected.label": "{answerId} {boldunderline} olduğunda aşağıdaki geri bildirimi gösterin:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "seçildi", - "authoring.answerwidget.feedback.unselected.label": "{answerId} {boldunderline} olduğunda aşağıdaki geri bildirimi gösterin:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "seçilmedi", - "authoring.answerwidget.answer.addAnswerRangeButton": "Yanıt aralığı ekle", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Bir yanıt aralığı girin", - "authoring.answerwidget.answer.answerRangeHelperText": "Minimum ve maksimum değerleri virgülle ayırarak girin. Yanındaki sayıyı aralığa dahil etmek için parantez kullanın veya sayıyı hariç tutmak için parantez kullanın. Örneğin, doğru yanıtları 8 olarak değil de 5, 6 veya 7 olarak belirlemek için [5,8]'i belirtin.", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Açıklama", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Doğru cevap için bir açıklama yapın", - "authoring.problemEditor.questionwidget.placeholder": "Sorunuzu girin", - "authoring.questionwidget.question.questionWidgetTitle": "Soru", - "authoring.problemeditor.settings.settingsWidgetTitle": "Ayarlar", - "authoring.problemeditor.settings.showAdvancedButton": "Gelişmiş ayarları göster", - "authoring.problemeditor.settings.delete.icon.alt": "Cevabı sil", - "authoring.problemeditor.settings.advancedSettingLink.text": "Gelişmiş ayarlarda varsayılan bir değer belirleyin", - "authoring.problemeditor.settings.hint.title": "İpuçları", - "authoring.problemeditor.settings.hint.inputLabel": "İpucu", - "authoring.problemeditor.settings.hint.addHintButton": "İpucu ekle", - "authoring.problemeditor.settings.hint.noHintSummary": "Hiçbiri", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} diğer {(+# daha fazla)}}", - "authoring.problemeditor.settings.reset.title": "Sıfırlama seçeneğini göster", - "authoring.problemeditor.settings.reset.true": "Doğru", - "authoring.problemeditor.settings.reset.false": "Yanlış", - "authoring.problemeditor.settings.reset.text": "Kullanıcının genellikle pratikte veya biçimlendirici değerlendirmelerde kullanmak üzere yanıtını sıfırlayabilmesi için bir 'Sıfırla' düğmesinin gösterilip gösterilmeyeceğini belirler.", - "authoring.problemeditor.settings.scoring.title": "Puanlama", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Denemeler", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Puan", - "authoring.problemeditor.settings.scoring.unlimited": "Sınırsız deneme", - "authoring.problemeditor.settings.scoring.attempts": "{deneme, çoğul, =1 {# deneme} diğer {# deneme}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Sınırsız deneme", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Not verilmedi} diğer {# puan}}", - "authoring.problemeditor.settings.scoring.label": "Puan ağırlığını ve yanıt denemesi sayısını belirtin", - "authoring.problemeditor.settings.scoring.attempts.hint": "Gelişmiş ayarlarda varsayılan bir değer ayarlanmamışsa sınırsız denemeye izin verilir", - "authoring.problemeditor.settings.scoring.weight.hint": "Bir değer ayarlanmadıysa sorun bir puan değerindedir", - "authoring.problemeditor.settings.showAnswer.title": "Yanıtı göster", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Deneme miktarı", - "authoring.problemeditor.settings.showAnswer.text": "Öğrencilerin doğru cevabı ne zaman görebileceğini tanımlayın.", - "authoring.problemeditor.settings.timer.title": "Denemeler arasındaki süre", - "authoring.problemeditor.settings.timer.summary": "{time} saniye", - "authoring.problemeditor.settings.timer.text": "Öğrencinin bir sorunun cevabı için birden fazla kez deneme yaptığında her gönderim için beklemesi gereken saniye.", - "authoring.problemeditor.settings.timer.inputLabel": "Saniye", - "authoring.problemeditor.settings.type.title": "Tür", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Gelişmiş düzenleyiciye geç", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Gelişmiş düzenleyiciyi kullanırsanız bu sorun OLX'e dönüşecek ve basit düzenleyiciye dönemeyeceksiniz.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "OLX'e dönüştürülsün mü?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Gelişmiş düzenleyiciye geç", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Açıklama", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Doğru cevap için bir açıklama yapın.", - "authoring.problemEditor.selectType.title": "Sorun türünü seçin", - "authoring.problemeditor.selecttype.cancelButton.label": "İptal", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "İptal", - "authoring.problemeditor.selecttype.selectButton.label": "Seç", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Seç", - "authoring.problemEditor.problemSelect.advanceButton.label": "Gelişmiş sorun türleri", - "authoring.problemEditor.advanceProblem.menu.title": "Gelişmiş sorunlar", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Geçici {Geçici olarak desteklenen araçlar, kurslarınızın gerektirdiği işlevsellik sağlamlığından yoksun olabilir. edX'in yazılımın kalitesi veya bu araçlar kullanılarak sağlanabilecek içerik üzerinde kontrolü yoktur. Bu araçları kursunuzda, özellikle de dereceli bölümlerde kullanmadan önce iyice test edin. Geçici olarak desteklenen araçlar için belgelerin tamamı mevcut olmayabilir veya belgeler edX dışındaki kaynaklardan temin edilebilir.} Desteklenmeyen {Desteklenmeyen araçlar edX tarafından korunmaz ve gelecekte kullanımdan kaldırılabilir. Test, erişilebilirlik, uluslararasılaştırma ve dokümantasyon gibi temel gereksinimlerin bir veya daha fazlasına uyulmaması nedeniyle kurslarda kullanılması önerilmez.} diğer { } }", - "authoring.problemEditor.preview.title": "{previewTitle} sorunu", - "authoring.problemEditor.preview.altText": "Bir {problemType, select, multiplechoiceresponse {tek seçim} stringreponse {text input} numericresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} diğer {null} } probleminin önizleme resmi", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Daha fazlasını öğren", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Gelişmiş sorun türleri hakkında daha fazla bilgi edinin", - "authoring.videoeditor.expand": "Genişlet", - "authoring.videoeditor.collapse": "Daralt", - "authoring.videoeditor.validate.error.title": "Videonuzu ekleyemedik.", - "authoring.videoeditor.validate.error.body": "Lütfen girdilerinizi kontrol edin ve tekrar deneyin.", - "authoring.videoeditor.duration.title": "Süre", - "authoring.videoeditor.duration.description": "Oynatılacak videonun belirli bir bölümünü ayarlayın.", - "authoring.videoeditor.duration.startTime.label": "Başlangıç saati", - "authoring.videoeditor.duration.stopTime.label": "Durma zamanı", - "authoring.videoeditor.duration.hint": "Saati SS:DD:SS olarak girin", - "authoring.videoeditor.duration.fullVideoLength": "Tam video uzunluğu", - "authoring.videoeditor.duration.startsAt": "{startTime} başlar", - "authoring.videoeditor.duration.total": "Toplam: {total}", - "authoring.videoeditor.duration.custom": "Özel: {total}", - "authoring.videoeditor.transcripts.empty": "Transkript eklenmedi", - "authoring.videoeditor.videotype.youtube": "Youtube videosu", - "authoring.videoeditor.videotype.other": "Diğer videolar", - "authoring.videoeditor.handout.title.label": "Bildiri", - "authoring.videoeditor.handout.upload.label": "Dinleyici Notu Yükle", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Bu videoya eşlik edecek bir bildiri ekleyin. Öğrenciler bu dosyayı videonun altındaki "Ödevini İndir" seçeneğine tıklayarak indirebilirler.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Ödev yüklenemedi. Lütfen tekrar deneyin.", - "authoring.videoeditor.handout.error.fileSizeError": "Ödev dosyaları 20 MB veya daha az olmalıdır. Lütfen dosyayı yeniden boyutlandırın ve tekrar deneyin.", - "authoring.videoeditor.handout.handoutHelpMessage": "Öğrenciler bu dosyayı videonun altındaki "Ödevini İndir" seçeneğine tıklayarak indirebilirler.", - "authoring.videoeditor.handout.deleteHandout": "Sil", - "authoring.videoeditor.handout.replaceHandout": "Üstüne yaz", - "authoring.videoeditor.handout.downloadHandout": "İndir", - "authoring.videoeditor.license.title": "Lisans", - "authoring.videoeditor.license.licenseType.label": "Lisans Tipi", - "authoring.videoeditor.license.detailsSubsection.title": "Lisans Ayrıntıları", - "authoring.videoeditor.license.displaySubsection.title": "Lisans Ekranı", - "authoring.videoeditor.license.add.label": "Bu video için lisans ekleyin", - "authoring.videoeditor.license.deleteLicenseSelection": "Kurs düzeyindeki lisansı temizleyin ve uygulayın", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Tüm Hakları Saklıdır", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Bazı Hakları Saklıdır", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Lisans ayrıntılarını görüntüle", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Bu lisans şu anda kurs düzeyinde ayarlanmıştır", - "authoring.videoeditor.license.courseLicenseDescription.message": "Kurs düzeyinde ayarlanan lisanslar, kursunuzdaki kurs yazılımı sayfalarının altında görünür.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Bu lisans şu anda kütüphane düzeyinde ayarlanmıştır", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Kitaplık düzeyinde ayarlanan lisanslar, ilgili kitaplık videosunda görünür.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Bu lisans bu video için özel olarak ayarlanmıştır", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Bir videonun, kursun tamamından farklı bir lisansı varsa, öğrenciler lisansı video oynatıcının sağ alt kısmında görür.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Atıf", - "authoring.videoeditor.license.attributionSectionDescription": "Sizin talep ettiğiniz şekilde atıfta bulunulduğunda, diğerlerinin sizin telif haklı işinizi kopyalamasına, dağıtmasına, göstermesine ve oynatmasına izin ver. Şu anda, bu seçenek gerekli.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Ticari olmayan", - "authoring.videoeditor.license.noncommercialSectionDescription": "Diğerlerinin eserinizi kopyalamasına, dağıtmasına ve -buna bağlı türemiş çalışmaları- sadece ticari olmayan amaçlar için göstermesine ve oynatmasına izin ver.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Türetilemez", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Başka kişilerin sadece kelimesi kelimesine kopyalanmış işlerinizi kopyalamasına, dağıtmasına, göstermesine ve oynatmasına izin ver, buna bağlı türetilmiş işlere değil. Bu seçenek \"Share Alike\" ile uyumlu değildir. ", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Share Alike", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Başkalarına eserinizin türevlerini sadece eşdeğer bir lisans altında dağıtmasına izin ver. Bu seçenek \"Türetilemez\" ile uyumlu değildir.", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Çalışmanızın tüm hakları saklıdır.", - "authoring.videoeditor.socialShare.title": "Sosyal Paylaşım", - "authoring.videoeditor.socialShare.disabled.subtitle": "Devre dışı", - "authoring.videoeditor.socialShare.enabled.subtitle": "Etkin", - "authoring.videoeditor.socialShare.learnMore.link": "Sosyal paylaşım hakkında daha fazla bilgi edinin", - "authoring.videoeditor.socialShare.description": "Bu videonun sosyal medyada paylaşılmasına izin ver", - "authoring.videoeditor.socialShare.checkbox.label": "Bu video sosyal medyada paylaşılabilir", - "authoring.videoeditor.socialShare.overrideNote": "Not: Bu ayar, kurs anahat sayfası tarafından geçersiz kılınır.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Kurs anahat sayfasında bu ayarı değiştirin.", - "authoring.videoeditor.thumbnail.title": "Küçük Resim", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Kullanım dışı", - "authoring.videoeditor.thumbnail.none.subtitle": "Hiçbiri", - "authoring.videoeditor.thumbnail.yes.subtitle": "Evet", - "authoring.videoeditor.thumbnail.unavailable.message": "Bu özelliği etkinleştirmek için kitaplığınızdan bir video seçin (yalnızca edx.org sitesinde çalışan kurslar için geçerlidir).", - "authoring.videoeditor.thumbnail.upload.label": "Küçük resim yükle", - "authoring.videoeditor.thumbnail.upload.message": "Öğrencilerin videoyu oynatmadan önce görmeleri için bir resim yükleyin.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Görsellerin en boy oranı 16:9 olmalıdır (1280x720 piksel önerilir)", - "authoring.videoeditor.thumbnail.altText": "Video için küçük resim olarak kullanılan resim", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Sil", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Küçük resimlerin dosya boyutu 2 KB'tan büyük veya 2 MB'tan küçük olmalıdır. Lütfen resminizi yeniden boyutlandırın ve tekrar deneyin.", - "authoring.videoeditor.transcripts.title": "Altyazılar", - "authoring.videoeditor.transcripts.upload.label": "Bir altyazı ekle", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Daha iyi erişilebilirlik için video transkriptleri (yalnızca .srt dosyaları) ekleyin.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Transkript indirmelerine izin ver", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Konuşma metnini varsayılan olarak video oynatıcıda göster", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Öğrenciler videonun altında transkripti indirebilecekleri bir bağlantı göreceklerdir.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Yalnızca SRT dosyası yüklenebilir", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Transkript yüklenemedi. Lütfen tekrar deneyin.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transkript dosyası boyutu maksimum değeri aşıyor. Lütfen tekrar deneyin.", - "authoring.videoeditor.transcript.deleteTranscript": "Sil", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Transkript silinemedi. Lütfen tekrar deneyin.", - "authoring.videoeditor.transcript.replaceTranscript": "Üstüne yaz", - "authoring.videoeditor.transcript.downloadTranscript": "İndir", - "authoring.videoeditor.transcripts.languageSelectLabel": "Diller", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Dil Seçin", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "İptal", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Sil", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Bu transkripti silmek istediğinizden emin misiniz?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Bu transkript silinsin mi?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Yalnızca SRT dosyaları yüklenebilir. Lütfen yüklemek için .srt ile biten bir dosya seçin.", - "authoring.videoEditor.transcripts.importButton.label": "Transkripti İçe Aktar", - "authoring.videoEditor.transcripts.importCard.header": "Transkript YouTube'dan içe aktarılsın mı?", - "authoring.videoEditor.transcrtipts.importCard.message": "Bu videonun metnini YouTube'da bulduk. Şimdi içe aktarmak ister misiniz?", - "authoring.videoeditor.videoSource.title.label": "Video kaynağı", - "authoring.videoeditor.videoSource.videoId.label": "Video No", - "authoring.videoeditor.videoSource.videoId.feedback": "EdX tarafından size bir video kimliği atanmışsa kimliği buraya girin.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video linki", - "authoring.videoeditor.videoSource.videoUrl.feedback": "Videonuzun URL'si. Bu bir YouTube URL'si veya internette başka bir yerde barındırılan .mp4, .ogg veya .webm video dosyasının bağlantısı olabilir.", - "authoring.videoeditor.videoIdChangeAlert.message": "Video Kimliği alanı değişti. Lütfen Video URL'sini ve yedek URL değerlerini kontrol edin ve gerekirse güncelleyin.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Geri dönüş videoları", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Tüm öğrencilerin videoya erişebildiğinden emin olmak için edX, hem .mp4 hem de .webm formatlarında ek videolar sağlamanızı önerir. Öğrencinin cihazıyla uyumlu ilk listelenen video oynatılacaktır.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video linki", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Sil", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Video indirmelere izin ver", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "EdX video oynatıcısını kullanamıyorlarsa veya YouTube'a erişimleri yoksa, öğrencilerin bu videonun farklı formatlardaki sürümlerini indirmelerine izin verin.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Bu videonun sosyal medyada paylaşılmasına izin verin.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Öğrencilerin bu videoyu sosyal medyada herkese açık olarak paylaşmasına izin verin. Video herkes tarafından görüntülenebilecek, kursa kaydolmaları veya hatta bir edX hesabına sahip olmaları bile gerekmeyecek. Ders hakkında sayfası ve derse kayıt için bağlantılar videonun yanında görünecektir.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Video URL'si ekleyin", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Genel geribildirim", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Genel Geri Bildirimi Girin", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Bir öğrenci yanlış cevap gönderdiğinde görüntülenecek geri bildirimi girin. Yanıta özel geri bildirim eklerseniz bu geçersiz kılınacaktır.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Hiçbiri", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Hiçbiri", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Grup geri bildirimi ekleyin", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Bir öğrenci belirli bir yanıt kümesini seçtiğinde grup geri bildirimi görünecektir.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Grup Geri Bildirimi", - "authoring.problemeditor.settings.randomization.SettingTitle": "Rasgele sıralama", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Bu problemde Python tabanlı rastgeleleştirme mevcut değil.} other {İlişkili Python betiğinde belirtilen değişkenlerin ne zaman rastgele hale getirileceğini tanımlar. Değerleri rastgele olmayan problemler için "Asla"yı belirtin.} }", - "problemEditor.settings.tolerance.title": "Hata payı", - "problemEditor.settings.tolerance.summary.none": "Hiçbiri", - "problemEditor.settings.tolerance.description.text": "Cevabın her iki tarafındaki hata payı.", - "problemEditor.settings.tolerance.valueinput": "Hata payı", - "problemEditor.settings.tolerance.answerrangewarning": "Tolerans bir yanıt aralığına uygulanamaz", - "problemEditor.settings.tolerance.type.percent": "Yüzde", - "problemEditor.settings.tolerance.type.number": "Sayı", - "problemEditor.settings.tolerance.type.none": "Hiçbiri" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/uk.json b/translations/frontend-lib-content-components/src/i18n/messages/uk.json deleted file mode 100644 index 887f7688178..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/uk.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Помилка: не вдалося знайти редактор", - "VideoUploadEditor.dropVideoFileHere": "Перетягніть відео сюди або натисніть, щоб завантажити", - "VideoUploadEditor.browse": "Перегляд файлів", - "VideoUploadEditor.uploadInfo": "Завантажуйте файли MP4 або MOV (макс. 5 ГБ)", - "authoring.editorContainer.cancelConfirm.title": "Вийти з редактора?", - "authoring.editorContainer.cancelConfirm.description": "Ви впевнені, що бажаєте вийти з редактора? Усі незбережені зміни буде втрачено.", - "authoring.editorContainer.okButton.label": "Гаразд", - "authoring.problemEditor.blockFailed": "Проблема не вдалося завантажити", - "authoring.texteditor.load.error": "Помилка: не вдалося завантажити текстовий вміст", - "authoring.texteditor.spinnerScreenReaderText": "Завантаження", - "authoring.videoEditor.spinnerScreenReaderText": "Завантаження", - "authoring.videoEditor.replaceVideoButtonLabel": "Замінити відео", - "authoring.videoUpload.spinnerScreenReaderText": "Завантаження", - "VideoUploadEditor.pasteURL": "Вставте ідентифікатор відео або URL-адресу", - "VideoUploadEditor.closeButtonAltText": "Закрити", - "VideoUploadEditor.submitButtonAltText": "Надіслати", - "authoring.baseModal.cancelButtonLabel": "Скасувати", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Скасувати екранування літералів HTML", - "authoring.draggableList.tooltip.content": "Перетягніть, щоб змінити порядок ", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Помилка", - "unexpected.error.message.text": "Сталася неочікувана помилка. Натисніть кнопку нижче, щоб оновити сторінку.", - "unexpected.error.button.text": "Спробуйте знову", - "unexpected.error.returnToUnitPage.button.text": "Повернутися до сторінки підрозділу", - "unexpected.error.returnToCourseOutline.button.text": "Повернутися до контуру {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Зберегти", - "authoring.texteditor.sourcecodemodal.title.label": "Редагувати вихідний код", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Налаштування зображення", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Зберегти", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Замінити Зображення", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Розмірність Зображення", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Ширина", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Висота", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "розблокувати розміри", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "розміри замка", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Використовуйте відсотки для ширини та висоти зображення", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Доступність", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Альтернативний текст", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Це зображення є декоративним (альтернативний текст не потрібен).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Введіть альтернативний текст або вкажіть, що зображення є лише декоративним.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Введіть альтернативний текст", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Значення розмірів мають бути меншими або дорівнювати 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Введіть значення менше або дорівнює 100.", - "authoring.texteditor.selectimagemodal.next.label": "Далі", - "authoring.texteditor.selectimagemodal.upload.label": "Завантажте нове зображення (макс. 10 МБ)", - "authoring.texteditor.selectimagemodal.title.label": "Додайте зображення", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "За датою додавання (найновіший)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "За датою додавання (найстаріший)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "За назвою (за зростанням)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "За назвою (за спаданням)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "У вашій галереї не знайдено зображень. Завантажте зображення за допомогою кнопки нижче.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Не вдалося завантажити зображення. Будь ласка спробуйте ще раз.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Не вдалося отримати зображення курсу. Будь ласка спробуйте ще раз.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Зображення мають бути не більше 10 Мб. Змініть розмір зображення та повторіть спробу.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Щоб продовжити, виберіть зображення.", - "authoring.editorfooter.save.error": "Помилка: не вдалося зберегти вміст. Будь ласка, перевірте останні зміни та повторіть спробу пізніше.", - "authoring.editorfooter.cancelButton.ariaLabel": "Скасуйте зміни та поверніться до контексту навчання", - "authoring.editorfooter.cancelButton.label": "Скасувати", - "authoring.editorfooter.savebutton.ariaLabel": "Збережіть зміни та поверніться до контексту навчання", - "authoring.editorfooter.savebutton.label": "Зберегти", - "authoring.texteditor.title.loading": "Завантаження...", - "authoring.texteditor.header.cancelChangesLabel": "Скасувати зміни та повернутися до контексту навчання", - "authoring.texteditor.header.editTitleLabel": "Редагувати заголовок", - "authoring.texteditor.header.cancelTitleEdit": "Скасувати", - "authoring.texteditor.header.saveTitleEdit": "Зберегти", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Скасувати", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Добре", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Ви впевнені, що бажаєте вийти з редактора?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Відповідь не вказана", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Правильної відповіді не вказано.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Невідповідність налаштувань OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Виявлено невідповідність між налаштуваннями, визначеними в тезі проблеми OLX, і налаштуваннями, вибраними на бічній панелі. Налаштування, визначені в тезі проблеми OLX, будуть збережені, а відповідні значення на бічній панелі буде відкинуто.", - "authoring.answerwidget.answer.answerWidgetTitle": "Відповіді", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Додайте відповідь", - "authoring.answerwidget.answer.placeholder": "Введіть відповідь", - "authoring.answerwidget.feedback.placeholder": "Повідомлення зворотного зв'язку", - "authoring.answerwidget.feedback.icon.alt": "Перемкнути відгук", - "authoring.answerwidget.answer.delete.icon.alt": "Видалити відповідь", - "authoring.answerwidget.feedback.selected.label": "Показувати такий відгук, коли {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "вибрано", - "authoring.answerwidget.feedback.unselected.label": "Показувати такий відгук, коли {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "не вибрано", - "authoring.answerwidget.answer.addAnswerRangeButton": "Додайте діапазон відповідей", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Введіть діапазон відповідей", - "authoring.answerwidget.answer.answerRangeHelperText": "Введіть мінімальне та максимальне значення, розділивши їх комою. Використовуйте дужку, щоб включити число поруч із діапазоном, або круглу дужку, щоб виключити число. Наприклад, щоб ідентифікувати правильні відповіді як 5, 6 або 7, але не 8, вкажіть [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Пояснення", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Правильну відповідь дайте пояснення", - "authoring.problemEditor.questionwidget.placeholder": "Введіть своє запитання", - "authoring.questionwidget.question.questionWidgetTitle": "Питання", - "authoring.problemeditor.settings.settingsWidgetTitle": "Налаштування", - "authoring.problemeditor.settings.showAdvancedButton": "Показати додаткові налаштування", - "authoring.problemeditor.settings.delete.icon.alt": "Видалити відповідь", - "authoring.problemeditor.settings.advancedSettingLink.text": "Установіть значення за умовчанням у розширених налаштуваннях", - "authoring.problemeditor.settings.hint.title": "Підказки", - "authoring.problemeditor.settings.hint.inputLabel": "Підказка", - "authoring.problemeditor.settings.hint.addHintButton": "Додайте підказку", - "authoring.problemeditor.settings.hint.noHintSummary": "Немає", - "authoring.problemeditor.settings.hint.summary": "{hint} {кількість, множина, =0 {} інше {(+# ще)}}", - "authoring.problemeditor.settings.reset.title": "Показати параметр скидання", - "authoring.problemeditor.settings.reset.true": "Правильно", - "authoring.problemeditor.settings.reset.false": "Неправильно", - "authoring.problemeditor.settings.reset.text": "Визначає, чи відображається кнопка «Скинути», щоб користувач міг скинути свою відповідь, як правило, для використання на практиці або для формувального оцінювання.", - "authoring.problemeditor.settings.scoring.title": "Скоринг", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Спроби", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Бали", - "authoring.problemeditor.settings.scoring.unlimited": "Необмежена кількість спроб", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# спроба} other {# спроби}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Необмежена кількість спроб", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Вкажіть вагу балів і кількість спроб відповіді", - "authoring.problemeditor.settings.scoring.attempts.hint": "Якщо значення за умовчанням не встановлено в розширених налаштуваннях, дозволена необмежена кількість спроб", - "authoring.problemeditor.settings.scoring.weight.hint": "Якщо значення не встановлено, проблема оцінюється в один бал", - "authoring.problemeditor.settings.showAnswer.title": "Показати відповідь", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Кількість спроб", - "authoring.problemeditor.settings.showAnswer.text": "Визначте, коли учні можуть побачити правильну відповідь.", - "authoring.problemeditor.settings.timer.title": "Час між спробами", - "authoring.problemeditor.settings.timer.summary": "{time} секунд", - "authoring.problemeditor.settings.timer.text": "Кількість секунд, яка повинно пройти між спробами, для завдань, в яких передбачено кілька спроб.", - "authoring.problemeditor.settings.timer.inputLabel": "секунд", - "authoring.problemeditor.settings.type.title": "Тип", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Перейти до розширеного редактора", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Якщо ви використовуєте розширений редактор, ця проблема буде перетворена в OLX, і ви не зможете повернутися до простого редактора.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Перевести на OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Перейти до розширеного редактора", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Пояснення", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Правильну відповідь дайте пояснення.", - "authoring.problemEditor.selectType.title": "Виберіть тип проблеми", - "authoring.problemeditor.selecttype.cancelButton.label": "Скасувати", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Скасувати", - "authoring.problemeditor.selecttype.selectButton.label": "Обрати", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Обрати", - "authoring.problemEditor.problemSelect.advanceButton.label": "Складні типи проблем", - "authoring.problemEditor.advanceProblem.menu.title": "Розширені проблеми", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Попередньо підтримуваним інструментам може бути недостатньо надійних функцій, необхідних для ваших курсів. edX не контролює якість програмного забезпечення чи вмісту, який можна надати за допомогою цих інструментів. Ретельно протестуйте ці інструменти, перш ніж використовувати їх у своєму курсі, особливо в розділах з оцінками. Повна документація може бути недоступною для тимчасово підтримуваних інструментів або документація може бути доступна з джерел, відмінних від edX.} Not_supported {Інструменти, які не підтримуються, не підтримуються edX, і в майбутньому вони можуть бути застарілими. Їх не рекомендовано використовувати в курсах через невідповідність одній або декільком основним вимогам, таким як тестування, доступність, інтернаціоналізація та документація.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} проблема", - "authoring.problemEditor.preview.altText": "Ілюстрація попереднього перегляду проблеми {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Дізнатися більше", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Дізнайтеся більше про розширені типи проблем", - "authoring.videoeditor.expand": "Розгорнути", - "authoring.videoeditor.collapse": "Згорнути", - "authoring.videoeditor.validate.error.title": "Нам не вдалося додати ваше відео.", - "authoring.videoeditor.validate.error.body": "Будь ласка, перевірте свої дані та повторіть спробу.", - "authoring.videoeditor.duration.title": "Тривалість", - "authoring.videoeditor.duration.description": "Встановіть певну частину відео для відтворення.", - "authoring.videoeditor.duration.startTime.label": "Час початку", - "authoring.videoeditor.duration.stopTime.label": "Зупинити час", - "authoring.videoeditor.duration.hint": "Введіть час як ГГ:ХХ:СС", - "authoring.videoeditor.duration.fullVideoLength": "Повна довжина відео", - "authoring.videoeditor.duration.startsAt": "Починається з {startTime}", - "authoring.videoeditor.duration.total": "Усього: {total}", - "authoring.videoeditor.duration.custom": "Спеціальний: {total}", - "authoring.videoeditor.transcripts.empty": "Стенограми не додано", - "authoring.videoeditor.videotype.youtube": "Відео YouTube", - "authoring.videoeditor.videotype.other": "Інше відео", - "authoring.videoeditor.handout.title.label": "Роздатковий матеріал", - "authoring.videoeditor.handout.upload.label": "Завантажити роздаткові матеріали", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Додайте роздатковий матеріал до цього відео. Учні можуть завантажити цей файл, натиснувши «Завантажити роздатковий матеріал» під відео.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Не вдалося завантажити роздатковий матеріал. Будь ласка спробуйте ще раз.", - "authoring.videoeditor.handout.error.fileSizeError": "Файли роздаткового матеріалу мають бути не більше 20 Мб. Змініть розмір файлу та повторіть спробу.", - "authoring.videoeditor.handout.handoutHelpMessage": "Учні можуть завантажити цей файл, натиснувши «Завантажити роздатковий матеріал» під відео.", - "authoring.videoeditor.handout.deleteHandout": "Видалити", - "authoring.videoeditor.handout.replaceHandout": "Замінити", - "authoring.videoeditor.handout.downloadHandout": "Завантаження", - "authoring.videoeditor.license.title": "Ліцензія", - "authoring.videoeditor.license.licenseType.label": "Тип ліцензії", - "authoring.videoeditor.license.detailsSubsection.title": "Відомості про ліцензію", - "authoring.videoeditor.license.displaySubsection.title": "Відображення ліцензіі", - "authoring.videoeditor.license.add.label": "Додайте ліцензію на це відео", - "authoring.videoeditor.license.deleteLicenseSelection": "Очистіть і застосуйте ліцензію на рівень курсу", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Всі права захищено", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Деякі права захищені.", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Переглянути деталі ліцензії", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Ця ліцензія наразі встановлена на рівні курсу", - "authoring.videoeditor.license.courseLicenseDescription.message": "Ліцензії, установлені на рівні курсу, відображаються внизу сторінок програмного забезпечення вашого курсу.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Цю ліцензію наразі встановлено на рівні бібліотеки", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Ліцензії, установлені на рівні бібліотеки, відображаються в певному відео бібліотеки.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Ця ліцензія встановлена спеціально для цього відео", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Якщо відео має іншу ліцензію, ніж курс загалом, учні бачать ліцензію в правому нижньому кутку відеопрогравача.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Авторство", - "authoring.videoeditor.license.attributionSectionDescription": "Дозволити іншим копіювати, поширювати, демонструвати та виконувати вашу авторську роботу, але виключно, коли подано посилання на вас у обраній вами формі. На разі це обов'язково. ", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Не комерційний", - "authoring.videoeditor.license.noncommercialSectionDescription": "Дозволити іншим копіювати, поширювати, демонструвати та виконувати вашу роботу та роботи, засновані на ваших доробках, виключно з некомерційною метою. ", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Забороняється модифікувати контент", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Дозволити іншим копіювати, поширювати, демонструвати та виконувати виключно точні копії ваших робіт, а не роботи, засновані на ваших доробках. Ця опція несумісна з «поширити подібне».", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Розповсюджувати за тих же умов", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Дозволити іншим поширювати виключно роботи, засновані на ваших доробках, під ліцензіями такими, як для ваших робіт. Ця опція несумісна з «Без похідних».", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Ви зберігаєте всі права на свою роботу.", - "authoring.videoeditor.socialShare.title": "Ділитись у соцмережах", - "authoring.videoeditor.socialShare.disabled.subtitle": "Вимкнено", - "authoring.videoeditor.socialShare.enabled.subtitle": "Включено", - "authoring.videoeditor.socialShare.learnMore.link": "Дізнайтеся більше про соціальні мережі", - "authoring.videoeditor.socialShare.description": "Дозвольте поширювати це відео в соціальних мережах", - "authoring.videoeditor.socialShare.checkbox.label": "Це відео можна поділитися в соціальних мережах", - "authoring.videoeditor.socialShare.overrideNote": "Примітка: це налаштування замінюється сторінкою плану курсу.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Змініть це налаштування на сторінці плану курсу.", - "authoring.videoeditor.thumbnail.title": "Мініатюра", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Недоступний", - "authoring.videoeditor.thumbnail.none.subtitle": "Немає", - "authoring.videoeditor.thumbnail.yes.subtitle": "Так", - "authoring.videoeditor.thumbnail.unavailable.message": "Виберіть відео зі своєї бібліотеки, щоб увімкнути цю функцію (застосовується лише до курсів, які проводяться на сайті edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Завантажити мініатюру", - "authoring.videoeditor.thumbnail.upload.message": "Завантажте зображення для перегляду учнями перед відтворенням відео.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Зображення мають мати співвідношення сторін 16:9 (рекомендовано 1280x720 пікселів)", - "authoring.videoeditor.thumbnail.altText": "Зображення використовується як мініатюра для відео", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Видалити", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Розмір файлу мініатюр має бути більше 2 КБ або менше 2 МБ. Змініть розмір зображення та повторіть спробу.", - "authoring.videoeditor.transcripts.title": "Субтитри", - "authoring.videoeditor.transcripts.upload.label": "Додати транскрипт", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Додайте стенограми відео (лише файли .srt) для кращої доступності.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Дозволити завантаження стенограми", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Показувати розшифровку у відеопрогравачі за умовчанням", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Під відео учні побачать посилання для завантаження стенограми.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Можна завантажити лише файл SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Не вдалося завантажити стенограму. Будь ласка спробуйте ще раз.", - "authoring.videoeditor.transcript.error.fileSizeError": "Розмір файлу транскрибування перевищує максимальний. Будь ласка, спробуйте ще раз.", - "authoring.videoeditor.transcript.deleteTranscript": "Видалити", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Не вдалося видалити стенограму. Будь ласка спробуйте ще раз.", - "authoring.videoeditor.transcript.replaceTranscript": "Замінити", - "authoring.videoeditor.transcript.downloadTranscript": "Завантаження", - "authoring.videoeditor.transcripts.languageSelectLabel": "Мови", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Оберіть мову", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Скасувати", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Видалити", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Ви впевнені, що хочете видалити цей транскрипт?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Видалити цей транскрипт?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Можна завантажувати лише файли SRT. Виберіть для завантаження файл із розширенням .srt.", - "authoring.videoEditor.transcripts.importButton.label": "Імпорт стенограми", - "authoring.videoEditor.transcripts.importCard.header": "Імпортувати стенограму з YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Ми знайшли стенограму цього відео на YouTube. Хочете імпортувати його зараз?", - "authoring.videoeditor.videoSource.title.label": "Джерело відео", - "authoring.videoeditor.videoSource.videoId.label": "Ідентифікатор відео", - "authoring.videoeditor.videoSource.videoId.feedback": "Якщо edX призначив вам ідентифікатор відео, введіть його тут.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL відео", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL-адреса вашого відео. Це може бути URL-адреса YouTube або посилання на відеофайл у форматі .mp4, .ogg або .webm, розміщений деінде в Інтернеті.", - "authoring.videoeditor.videoIdChangeAlert.message": "Поле ідентифікатора відео змінено. Будь ласка, перевірте значення URL-адреси відео та резервної URL-адреси та оновіть їх, якщо необхідно.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Запасні відео", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Щоб усі учні мали доступ до відео, edX рекомендує надавати додаткові відео у форматах .mp4 і .webm. Відтворюватиметься перше відео, сумісне з пристроєм учня.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL відео", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Видалити", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Дозволити завантаження відео", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Дозвольте учням завантажувати версії цього відео в різних форматах, якщо вони не можуть використовувати відеопрогравач edX або не мають доступу до YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Дозвольте опублікувати це відео в соціальних мережах.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Дозвольте учням публічно поділитися цим відео в соціальних мережах. Відео зможе переглянути будь-хто, їм не потрібно буде записуватися на курс або навіть мати обліковий запис edX. Посилання на сторінку про курс і запис на курс відображатимуться поруч із відео.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Додайте URL-адресу відео", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Загальні відгуки", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Введіть загальний відгук", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Введіть відгук, який з’являтиметься, коли студент надасть неправильну відповідь. Це буде замінено, якщо ви додасте відгук щодо відповіді.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Немає", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Немає", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Додайте відгук про групу", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Груповий відгук з’явиться, коли студент вибере певний набір відповідей.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Груповий відгук", - "authoring.problemeditor.settings.randomization.SettingTitle": "Рандомізація", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {У цій проблемі немає рандомізації на основі Python.} other {Визначає, коли рандомізувати змінні, указані у пов’язаному сценарії Python. Для задач, які не рандомізують значення, вкажіть «Ніколи».} }", - "problemEditor.settings.tolerance.title": "Толерантність", - "problemEditor.settings.tolerance.summary.none": "Немає", - "problemEditor.settings.tolerance.description.text": "Похибка з обох боків відповіді.", - "problemEditor.settings.tolerance.valueinput": "Толерантність", - "problemEditor.settings.tolerance.answerrangewarning": "Допуск не може бути застосований до діапазону відповідей", - "problemEditor.settings.tolerance.type.percent": "Відсоток", - "problemEditor.settings.tolerance.type.number": "Номер", - "problemEditor.settings.tolerance.type.none": "Немає" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/uz.json b/translations/frontend-lib-content-components/src/i18n/messages/uz.json deleted file mode 100644 index 34f7e7c41ae..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/uz.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Xato: muharrir topilmadi", - "VideoUploadEditor.dropVideoFileHere": "Videoni bu yerga sudrab tashlang yoki yuklash uchun bosing", - "VideoUploadEditor.browse": "Fayllarni ko‘rib chiqish", - "VideoUploadEditor.uploadInfo": "MP4 yoki MOV fayllarni yuklang (maksimal 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Tahrirlovchidan chiqasizmi?", - "authoring.editorContainer.cancelConfirm.description": "Haqiqatan ham muharrirdan chiqmoqchimisiz? Saqlanmagan barcha o‘zgarishlar yo‘qoladi.", - "authoring.editorContainer.okButton.label": "KELISHDIKMI", - "authoring.problemEditor.blockFailed": "Muammo yuklanmadi", - "authoring.texteditor.load.error": "Xato: matn tarkibini yuklab bo‘lmadi", - "authoring.texteditor.spinnerScreenReaderText": "yuklash", - "authoring.videoEditor.spinnerScreenReaderText": "yuklash", - "authoring.videoEditor.replaceVideoButtonLabel": "Videoni almashtiring", - "authoring.videoUpload.spinnerScreenReaderText": "yuklash", - "VideoUploadEditor.pasteURL": "Video identifikatori yoki URL manzilini joylashtiring", - "VideoUploadEditor.closeButtonAltText": "Yopish", - "VideoUploadEditor.submitButtonAltText": "Yuborish", - "authoring.baseModal.cancelButtonLabel": "Bekor qilish", - "authoring.texteditor.codeEditor.escapeHTMLButton": "HTML literallarini o‘chirish", - "authoring.draggableList.tooltip.content": "Qayta tartiblash uchun torting", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Xato", - "unexpected.error.message.text": "Kutilmagan xatolik yuz berdi. Sahifani yangilash uchun quyidagi tugmani bosing.", - "unexpected.error.button.text": "Qayta urinib ko‘ring", - "unexpected.error.returnToUnitPage.button.text": "Birlik sahifasiga qaytish", - "unexpected.error.returnToCourseOutline.button.text": "{outlineType} konturiga qaytish", - "authoring.texteditor.sourcecodemodal.next.label": "Saqlash", - "authoring.texteditor.sourcecodemodal.title.label": "Manba kodini tahrirlash", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Rasm sozlamalari", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Saqlash", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Rasmni almashtiring", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Tasvir o‘lchamlari", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Kengligi", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Balandligi", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "o‘lchamlarni ochish", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "qulf o‘lchamlari", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Rasmning kengligi va balandligi uchun foizlardan foydalaning", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Foydalanish imkoniyati", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Muqobil matn", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Bu tasvir dekorativ (almashinuv matni shart emas).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Alternativ matnni kiriting yoki tasvir faqat dekorativ ekanligini belgilang.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Alternativ matnni kiriting", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "O‘lchov qiymatlari 100 dan kichik yoki teng bo‘lishi kerak.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "100 dan kichik yoki unga teng qiymat kiriting.", - "authoring.texteditor.selectimagemodal.next.label": "Keyingisi", - "authoring.texteditor.selectimagemodal.upload.label": "Yangi rasm yuklash (maksimal 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Rasm qo‘shing", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Qo‘shilgan sana bo‘yicha (eng yangi)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Qo‘shilgan sana bo‘yicha (eng eski)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Nomi bo‘yicha (o‘sish)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Nomi bo‘yicha (pasayish)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Galereyangizda hech qanday rasm topilmadi. Quyidagi tugma yordamida rasmni yuklang.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Rasm yuklanmadi. Iltimos, qayta urinib ko‘ring.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Kurs tasvirlari olinmadi. Iltimos, qayta urinib ko‘ring.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Rasmlar 10 MB yoki undan kam bo‘lishi kerak. Iltimos, rasm hajmini o‘zgartiring va qaytadan urinib ko‘ring.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Davom etish uchun rasmni tanlang.", - "authoring.editorfooter.save.error": "Xato: kontentni saqlab bo‘lmadi. Oxirgi o‘zgarishlarni tekshiring va keyinroq qayta urinib ko‘ring.", - "authoring.editorfooter.cancelButton.ariaLabel": "O‘zgarishlarni bekor qiling va o‘rganish kontekstiga qayting", - "authoring.editorfooter.cancelButton.label": "Bekor qilish", - "authoring.editorfooter.savebutton.ariaLabel": "O‘zgarishlarni saqlang va o‘quv kontekstiga qayting", - "authoring.editorfooter.savebutton.label": "Saqlash", - "authoring.texteditor.title.loading": "Yuklanmoqda...", - "authoring.texteditor.header.cancelChangesLabel": "O‘zgarishlarni bekor qiling va o‘quv kontekstiga qayting", - "authoring.texteditor.header.editTitleLabel": "Sarlavhani tahrirlash", - "authoring.texteditor.header.cancelTitleEdit": "Bekor qilish", - "authoring.texteditor.header.saveTitleEdit": "Saqlash", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Bekor qilish", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Kelishdikmi", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Haqiqatan ham muharrirdan chiqmoqchimisiz?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Javob aniqlanmagan", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "To‘g‘ri javob ko‘rsatilmagan.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX sozlamalaridagi nomuvofiqlik", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "OLX muammo tegida belgilangan sozlamalar va yon panelda tanlangan sozlamalar o‘rtasida nomuvofiqlik aniqlandi. OLX muammo tegida belgilangan sozlamalar saqlanadi va yon paneldagi mos qiymatlar o‘chiriladi.", - "authoring.answerwidget.answer.answerWidgetTitle": "Javoblar", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Javob qo‘shing", - "authoring.answerwidget.answer.placeholder": "Javobni kiriting", - "authoring.answerwidget.feedback.placeholder": "Fikr-mulohaza xabari", - "authoring.answerwidget.feedback.icon.alt": "Fikr-mulohazalarni yoqish/yopish", - "authoring.answerwidget.answer.delete.icon.alt": "Javobni o‘chirish", - "authoring.answerwidget.feedback.selected.label": "{answerId} {boldunderline} bo‘lganda quyidagi fikr-mulohazalarni ko‘rsating:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "tanlanadi", - "authoring.answerwidget.feedback.unselected.label": "{answerId} {boldunderline} bo‘lganda quyidagi fikr-mulohazalarni ko‘rsating:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "tanlanmagan", - "authoring.answerwidget.answer.addAnswerRangeButton": "Javoblar oralig‘ini qo‘shing", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Javob oralig‘ini kiriting", - "authoring.answerwidget.answer.answerRangeHelperText": "Min va maksimal qiymatlarni vergul bilan ajrating. Uning yonidagi raqamni qatorga kiritish uchun qavs yoki raqamni chiqarib tashlash uchun qavsdan foydalaning. Masalan, to‘g‘ri javoblarni 8 emas, balki 5, 6 yoki 7 deb aniqlash uchun [5,8) ni belgilang.", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Tushuntirish", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "To‘g‘ri javob uchun tushuntirish bering", - "authoring.problemEditor.questionwidget.placeholder": "Savolingizni kiriting", - "authoring.questionwidget.question.questionWidgetTitle": "Savol", - "authoring.problemeditor.settings.settingsWidgetTitle": "Sozlamalar", - "authoring.problemeditor.settings.showAdvancedButton": "Kengaytirilgan sozlamalarni ko‘rsatish", - "authoring.problemeditor.settings.delete.icon.alt": "Javobni o‘chirish", - "authoring.problemeditor.settings.advancedSettingLink.text": "Kengaytirilgan sozlamalarda standart qiymatni o‘rnating", - "authoring.problemeditor.settings.hint.title": "Maslahatlar", - "authoring.problemeditor.settings.hint.inputLabel": "Maslahat", - "authoring.problemeditor.settings.hint.addHintButton": "Maslahat qo‘shing", - "authoring.problemeditor.settings.hint.noHintSummary": "Yo‘q", - "authoring.problemeditor.settings.hint.summary": "{hint} {hisoblash, ko‘plik, =0 {} boshqa {(+# ta)}}", - "authoring.problemeditor.settings.reset.title": "Qayta tiklash variantini ko‘rsatish", - "authoring.problemeditor.settings.reset.true": "To‘g‘ri", - "authoring.problemeditor.settings.reset.false": "Yolg‘on", - "authoring.problemeditor.settings.reset.text": "“Qayta o‘rnatish” tugmasi ko‘rsatilgan yoki yo‘qligini aniqlaydi, shunda foydalanuvchi o‘z javobini odatda amaliyotda yoki formativ baholashda ishlatish uchun qayta o‘rnatishi mumkin.", - "authoring.problemeditor.settings.scoring.title": "Hisoblash", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Urinishlar", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Ballar", - "authoring.problemeditor.settings.scoring.unlimited": "Cheksiz urinishlar", - "authoring.problemeditor.settings.scoring.attempts": "{urinishlar, ko‘plik, =1 {# urinish} boshqa {# ta urinish}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Cheksiz urinishlar", - "authoring.problemeditor.settings.scoring.weight": "{vazn, ko‘plik, =0 {Barajlanmagan} boshqa {# ball}}", - "authoring.problemeditor.settings.scoring.label": "Nuqta vaznini va javob urinishlari sonini belgilang", - "authoring.problemeditor.settings.scoring.attempts.hint": "Kengaytirilgan sozlamalarda standart qiymat o‘rnatilmagan bo‘lsa, cheksiz urinishlarga ruxsat beriladi", - "authoring.problemeditor.settings.scoring.weight.hint": "Agar qiymat o‘rnatilmagan bo‘lsa, muammo bir ballga arziydi", - "authoring.problemeditor.settings.showAnswer.title": "Javobni ko‘rsatish", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Urinishlar soni", - "authoring.problemeditor.settings.showAnswer.text": "O‘quvchilar to‘g‘ri javobni qachon ko‘rishini aniqlang.", - "authoring.problemeditor.settings.timer.title": "Urinishlar orasidagi vaqt", - "authoring.problemeditor.settings.timer.summary": "{time} soniya", - "authoring.problemeditor.settings.timer.text": "Talaba bir nechta urinishlar bilan bog‘liq muammoni topshirishlar orasida bir necha soniya kutishi kerak.", - "authoring.problemeditor.settings.timer.inputLabel": "soniyalar", - "authoring.problemeditor.settings.type.title": "Turi", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Kengaytirilgan muharrirga o‘ting", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Kengaytirilgan muharrirdan foydalansangiz, bu muammo OLX ga aylantiriladi va oddiy muharrirga qaytolmaysiz.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "OLXga aylantirilsinmi?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Kengaytirilgan muharrirga o‘ting", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Tushuntirish", - "authoring.problemeditor.settings.showAnswer.explanation.text": "To‘g‘ri javob uchun tushuntirish bering.", - "authoring.problemEditor.selectType.title": "Muammo turini tanlang", - "authoring.problemeditor.selecttype.cancelButton.label": "Bekor qilish", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Bekor qilish", - "authoring.problemeditor.selecttype.selectButton.label": "Tanlang", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Tanlang", - "authoring.problemEditor.problemSelect.advanceButton.label": "Kengaytirilgan muammo turlari", - "authoring.problemEditor.advanceProblem.menu.title": "Murakkab muammolar", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, tanlang, Vaqtinchalik {Vaqtinchalik qo‘llab-quvvatlanadigan vositalar kurslaringiz talab qiladigan funksiyalarning mustahkamligiga ega bo‘lmasligi mumkin. edX dasturiy ta'minot sifatini yoki ushbu vositalar yordamida taqdim etilishi mumkin bo‘lgan tarkibni nazorat qila olmaydi. Kursingizda, ayniqsa, darajali bo‘limlarda foydalanishdan oldin ushbu vositalarni yaxshilab sinab ko‘ring. Vaqtinchalik qo‘llab-quvvatlanadigan vositalar uchun to‘liq hujjatlar mavjud bo‘lmasligi mumkin yoki hujjatlar edXdan boshqa manbalardan mavjud bo‘lishi mumkin.} Not_supported {Hech qanday qo‘llab-quvvatlanmaydigan asboblar edX tomonidan qo‘llab-quvvatlanmaydi va kelajakda eskirishi mumkin. Sinov, foydalanish imkoniyati, xalqarolashtirish va hujjatlar kabi bir yoki bir nechta asosiy talablarga mos kelmasligi sababli ulardan kurslarda foydalanish tavsiya etilmaydi.} boshqa { } }", - "authoring.problemEditor.preview.title": "{previewTitle} muammosi", - "authoring.problemEditor.preview.altText": "{problemType, select, multiplechoiceresponse {bitta tanlash} stringreponse {matn kiritish} numericalresponse {raqamli kiritish} optionresponse {ochiladigan} tanlov javobi {bir nechta tanlash} boshqa {null} } muammoning oldindan ko‘rish rasmi", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Batafsil ma'lumot", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Kengaytirilgan muammo turlari haqida ko‘proq bilib oling", - "authoring.videoeditor.expand": "Kengaytirish", - "authoring.videoeditor.collapse": "Yiqilish", - "authoring.videoeditor.validate.error.title": "Videongizni qo‘shib bo‘lmadi.", - "authoring.videoeditor.validate.error.body": "Iltimos, yozuvlaringizni tekshiring va qayta urinib ko‘ring.", - "authoring.videoeditor.duration.title": "Davomiyligi", - "authoring.videoeditor.duration.description": "O‘ynash uchun videoning ma‘lum bir qismini o‘rnating.", - "authoring.videoeditor.duration.startTime.label": "Boshlanish vaqti", - "authoring.videoeditor.duration.stopTime.label": "Vaqtni to‘xtatish", - "authoring.videoeditor.duration.hint": "Vaqtni HH:MM:SS sifatida kiriting", - "authoring.videoeditor.duration.fullVideoLength": "To‘liq video uzunligi", - "authoring.videoeditor.duration.startsAt": "{startTime} da boshlanadi", - "authoring.videoeditor.duration.total": "Jami: {total}", - "authoring.videoeditor.duration.custom": "Maxsus: {total}", - "authoring.videoeditor.transcripts.empty": "Hech qanday transkript qo‘shilmagan", - "authoring.videoeditor.videotype.youtube": "YouTube video", - "authoring.videoeditor.videotype.other": "Boshqa video", - "authoring.videoeditor.handout.title.label": "Tarqatma material", - "authoring.videoeditor.handout.upload.label": "Tarqatmani yuklash", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Ushbu videoga hamrohlik qilish uchun tarqatma qo‘shing. Talabalar ushbu faylni video ostidagi “Taqdimotni yuklab olish” tugmasini bosish orqali yuklab olishlari mumkin.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Tarqatmani yuklab bo‘lmadi. Iltimos, qayta urinib koʻring.", - "authoring.videoeditor.handout.error.fileSizeError": "Tarqatma fayllar hajmi 20 MB yoki undan kam bo‘lishi kerak. Iltimos, fayl hajmini o‘zgartiring va qayta urinib ko‘ring.", - "authoring.videoeditor.handout.handoutHelpMessage": "Talabalar ushbu faylni video ostidagi “Taqdimotni yuklab olish” tugmasini bosish orqali yuklab olishlari mumkin.", - "authoring.videoeditor.handout.deleteHandout": "Oʻchirish", - "authoring.videoeditor.handout.replaceHandout": "O‘zgartiring", - "authoring.videoeditor.handout.downloadHandout": "Yuklab olish", - "authoring.videoeditor.license.title": "Litsenziya", - "authoring.videoeditor.license.licenseType.label": "Litsenziya turi", - "authoring.videoeditor.license.detailsSubsection.title": "Litsenziya tafsilotlari", - "authoring.videoeditor.license.displaySubsection.title": "Litsenziyani ko‘rsatish", - "authoring.videoeditor.license.add.label": "Ushbu video uchun litsenziya qo‘shing", - "authoring.videoeditor.license.deleteLicenseSelection": "Kurs darajasidagi litsenziyani tozalang va qo‘llang", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Barcha huquqlar himoyalangan", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Ba‘zi huquqlar himoyalangan", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Litsenziya tafsilotlarini ko‘rish", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Ushbu litsenziya hozirda kurs darajasida o‘rnatilgan", - "authoring.videoeditor.license.courseLicenseDescription.message": "Kurs darajasida o‘rnatilgan litsenziyalar kursingizdagi o‘quv dasturlari sahifalarining pastki qismida ko‘rinadi.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Ushbu litsenziya hozirda kutubxona darajasida o‘rnatilgan", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Kutubxona darajasida o‘rnatilgan litsenziyalar maxsus kutubxona videosida paydo bo‘ladi.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Bu litsenziya ushbu video uchun maxsus oʻrnatilgan", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Agar video umuman kursdan boshqa litsenziyaga ega bo‘lsa, o‘quvchilar video pleerning pastki o‘ng tomonida litsenziyani ko‘radilar.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Atribut", - "authoring.videoeditor.license.attributionSectionDescription": "Mualliflik huquqi bilan himoyalangan asaringizni boshqalarga nusxalash, tarqatish, namoyish qilish va bajarishga ruxsat bering, lekin ular siz so‘ragan tarzda kredit berishsagina. Hozirgi vaqtda ushbu parametr talab qilinadi.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "notijorat", - "authoring.videoeditor.license.noncommercialSectionDescription": "Boshqalarga ishingizni va unga asoslangan hosilalarni nusxalash, tarqatish, namoyish qilish va bajarishga ruxsat bering, lekin notijorat maqsadlarda.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Derivativlar yo‘q", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Boshqalarga asaringizning faqat so‘zma-so‘z nusxalarini nusxalash, tarqatish, ko‘rsatish va bajarishga ruxsat bering, unga asoslangan hosilalarni emas. Ushbu parametr \"Bir xil ulashish\" bilan mos kelmaydi.", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Alike ulashing", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Boshqalarga lotin asarlarni faqat sizning ishingizni boshqaradigan litsenziya bilan bir xil litsenziya ostida tarqatishga ruxsat bering. Ushbu parametr \"Trivativlar yo‘q\" bilan mos kelmaydi.", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Siz o‘zingizning ishingiz uchun barcha huquqlarni saqlab qolasiz.", - "authoring.videoeditor.socialShare.title": "Ijtimoiy almashish", - "authoring.videoeditor.socialShare.disabled.subtitle": "O‘chirilgan", - "authoring.videoeditor.socialShare.enabled.subtitle": "Yoqilgan", - "authoring.videoeditor.socialShare.learnMore.link": "Ijtimoiy almashish haqida ko‘proq bilib oling", - "authoring.videoeditor.socialShare.description": "Ushbu videoni ijtimoiy tarmoqlarga ulashishga ruxsat bering", - "authoring.videoeditor.socialShare.checkbox.label": "Ushbu videoni ijtimoiy tarmoqlarda baham ko‘rish mumkin", - "authoring.videoeditor.socialShare.overrideNote": "Eslatma: Bu sozlama kurs konspekti sahifasida bekor qilingan.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Kurs rejasi sahifasida ushbu sozlamani o‘zgartiring.", - "authoring.videoeditor.thumbnail.title": "Eskiz", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Mavjud emas", - "authoring.videoeditor.thumbnail.none.subtitle": "Yo‘q", - "authoring.videoeditor.thumbnail.yes.subtitle": "Ha", - "authoring.videoeditor.thumbnail.unavailable.message": "Bu funksiyani yoqish uchun kutubxonangizdan videoni tanlang (faqat edx.org saytida ishlaydigan kurslar uchun amal qiladi).", - "authoring.videoeditor.thumbnail.upload.label": "Eskizni yuklash", - "authoring.videoeditor.thumbnail.upload.message": "Videoni o‘ynatishdan oldin o‘quvchilar ko‘rishlari uchun rasm yuklang.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Rasmlar nisbati 16:9 boʻlishi kerak (1280x720 piksel tavsiya etiladi)", - "authoring.videoeditor.thumbnail.altText": "Tasvir video uchun eskiz sifatida ishlatilgan", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Oʻchirish", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Eskiz uchun fayl hajmi 2 KB dan katta yoki 2 MB dan kam bo‘lishi kerak. Rasm o‘lchamini o‘zgartiring va qaytadan urinib ko‘ring.", - "authoring.videoeditor.transcripts.title": "Transkriptlar", - "authoring.videoeditor.transcripts.upload.label": "Transkript qo‘shing", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Yaxshilangan imkoniyatlar uchun video transkriptlarini qo‘shing (faqat .srt fayllari).", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Transkriptni yuklab olishga ruxsat bering", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Sukut bo‘yicha video pleerda transkriptni ko‘rsatish", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Talabalar video ostidagi transkriptni yuklab olish uchun havolani ko‘radilar.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Faqat SRT faylini yuklash mumkin", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Transkript yuklanmadi. Iltimos, qayta urinib ko‘ring.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transkript faylining hajmi maksimal darajada. Iltimos, qayta urinib ko‘ring.", - "authoring.videoeditor.transcript.deleteTranscript": "Oʻchirish", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Transkriptni o‘chirib bo‘lmadi. Iltimos, qayta urinib koʻring.", - "authoring.videoeditor.transcript.replaceTranscript": "O‘zgartiring", - "authoring.videoeditor.transcript.downloadTranscript": "Yuklab olish", - "authoring.videoeditor.transcripts.languageSelectLabel": "Tillar", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Tilni tanlang", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Bekor qilish", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Oʻchirish", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Haqiqatan ham bu transkriptni oʻchirib tashlamoqchimisiz?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Bu transkript oʻchirilsinmi?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Faqat SRT fayllarini yuklash mumkin. Yuklash uchun .srt bilan tugaydigan faylni tanlang.", - "authoring.videoEditor.transcripts.importButton.label": "Transkriptni import qilish", - "authoring.videoEditor.transcripts.importCard.header": "Transkripsiya YouTubedan import qilinsinmi?", - "authoring.videoEditor.transcrtipts.importCard.message": "Ushbu videoning transkriptini YouTubeda topdik. Uni hozir import qilmoqchimisiz?", - "authoring.videoeditor.videoSource.title.label": "Video manba", - "authoring.videoeditor.videoSource.videoId.label": "Video identifikatori", - "authoring.videoeditor.videoSource.videoId.feedback": "Agar sizga edX tomonidan video identifikatori berilgan bo‘lsa, identifikatorni shu yerga kiriting.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video URL manzili", - "authoring.videoeditor.videoSource.videoUrl.feedback": "Videongiz uchun URL. Bu YouTube URL manzili yoki internetning boshqa joylarida joylashgan .mp4, .ogg yoki .webm video fayliga havola bo‘lishi mumkin.", - "authoring.videoeditor.videoIdChangeAlert.message": "Video identifikatori maydoni o‘zgardi, iltimos, Video URL manzili va zaxira URL qiymatlarini tekshiring va kerak bo‘lsa ularni yangilang.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Qayta videolar", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Barcha o‘quvchilar videoga kirishlari mumkinligiga ishonch hosil qilish uchun edX ikkala .mp4 va .webm formatlarida qo‘shimcha videolarni taqdim etishni tavsiya qiladi. O‘quvchi qurilmasiga mos keladigan birinchi ro‘yxatdagi video ijro etiladi.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video URL manzili", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Oʻchirish", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Videolarni yuklab olishga ruxsat bering", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "O‘quvchilarga edX video pleeridan foydalana olmasalar yoki YouTube’ga kirish imkoni bo‘lmasa, ushbu videoning turli formatdagi versiyalarini yuklab olishlariga ruxsat bering.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Ushbu videoni ijtimoiy tarmoqlarda baham ko‘rishga ruxsat bering.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "O‘quvchilarga ushbu videoni ijtimoiy tarmoqlarda ochiq baham koʻrishlariga ruxsat bering. Videoni har kim ko‘rishi mumkin, ular kursga yozilishlari yoki hatto edX hisobiga ega bo‘lishlari shart emas. Kurs haqida sahifa va kursga yozilish uchun havolalar video yonida paydo bo‘ladi.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Video URL manzilini qo‘shing", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Umumiy fikr", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Umumiy fikr-mulohazalarni kiriting", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Talaba noto‘g‘ri javob berganida paydo bo‘ladigan fikr-mulohazalarni kiriting. Agar javobga xos fikr-mulohaza qo‘shsangiz, bu bekor qilinadi.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Yo‘q", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Yo‘q", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Guruhga fikr-mulohaza qo‘shing", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Guruhning fikr-mulohazalari talaba javoblar to‘plamini tanlaganida paydo bo‘ladi.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Guruhdagi fikr-mulohazalar", - "authoring.problemeditor.settings.randomization.SettingTitle": "Tasodifiylashtirish", - "authoring.problemeditor.settings.randomization.SettingText": "{tasodifiylashtirish, tanlash, null {Ushbu muammoda Python asosidagi randomizatsiya mavjud emas.} boshqa {Bog‘langan Python skriptida ko‘rsatilgan o‘zgaruvchilarni qachon randomizatsiya qilishni belgilaydi. Qiymatlar tasodifiy bo‘lmagan muammolar uchun \"Hech qachon\" ni belgilang.} }", - "problemEditor.settings.tolerance.title": "Tolerantlik", - "problemEditor.settings.tolerance.summary.none": "Yo‘q", - "problemEditor.settings.tolerance.description.text": "Javobning har ikki tomonidagi xatolik chegarasi.", - "problemEditor.settings.tolerance.valueinput": "Tolerantlik", - "problemEditor.settings.tolerance.answerrangewarning": "Tolerantlikni javoblar oralig‘ida qo‘llash mumkin emas", - "problemEditor.settings.tolerance.type.percent": "Foiz", - "problemEditor.settings.tolerance.type.number": "Raqam", - "problemEditor.settings.tolerance.type.none": "Yo‘q" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/vi.json b/translations/frontend-lib-content-components/src/i18n/messages/vi.json deleted file mode 100644 index f8923e10cd0..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/vi.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Lỗi: Không thể tìm thấy Trình chỉnh sửa", - "VideoUploadEditor.dropVideoFileHere": "Kéo thả video vào đây hoặc bấm vào để tải lên", - "VideoUploadEditor.browse": "Duyệt tập tin", - "VideoUploadEditor.uploadInfo": "Tải lên tệp MP4 hoặc MOV (tối đa 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "Thoát trình chỉnh sửa?", - "authoring.editorContainer.cancelConfirm.description": "Bạn có chắc chắn muốn thoát khỏi trình chỉnh sửa không? Mọi thay đổi chưa được lưu sẽ bị mất.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Sự cố không tải được", - "authoring.texteditor.load.error": "Lỗi: Không thể tải nội dung văn bản", - "authoring.texteditor.spinnerScreenReaderText": "đang tải", - "authoring.videoEditor.spinnerScreenReaderText": "đang tải", - "authoring.videoEditor.replaceVideoButtonLabel": "Thay thế video", - "authoring.videoUpload.spinnerScreenReaderText": "đang tải", - "VideoUploadEditor.pasteURL": "Dán ID hoặc URL video của bạn", - "VideoUploadEditor.closeButtonAltText": "Đóng", - "VideoUploadEditor.submitButtonAltText": "Nộp", - "authoring.baseModal.cancelButtonLabel": "Hủy bỏ", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Chữ HTML Unescape", - "authoring.draggableList.tooltip.content": "Kéo để sắp xếp lại", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Lỗi", - "unexpected.error.message.text": "Đã xảy ra lỗi không mong muốn. Vui lòng nhấp vào nút bên dưới để làm mới trang.", - "unexpected.error.button.text": "Thử lại", - "unexpected.error.returnToUnitPage.button.text": "Quay lại trang đơn vị", - "unexpected.error.returnToCourseOutline.button.text": "Quay lại phác thảo {outlineType}", - "authoring.texteditor.sourcecodemodal.next.label": "Lưu", - "authoring.texteditor.sourcecodemodal.title.label": "Chỉnh sửa mã nguồn", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Cài đặt hình ảnh", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Lưu", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Thay thế hình ảnh", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Kích thước hình ảnh", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Chiều rộng", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Chiều cao", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "mở khóa kích thước", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "kích thước khóa", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Sử dụng tỷ lệ phần trăm cho chiều rộng và chiều cao của hình ảnh", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Khả năng tiếp cận", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Văn bản thay thế", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "Hình ảnh này mang tính chất trang trí (không cần văn bản thay thế).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Nhập văn bản thay thế hoặc chỉ định rằng hình ảnh chỉ mang tính chất trang trí.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Nhập văn bản thay thế", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Giá trị thứ nguyên phải nhỏ hơn hoặc bằng 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Nhập giá trị nhỏ hơn hoặc bằng 100.", - "authoring.texteditor.selectimagemodal.next.label": "Tiếp theo", - "authoring.texteditor.selectimagemodal.upload.label": "Tải lên hình ảnh mới (tối đa 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "Thêm một hình ảnh", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "Theo ngày thêm (mới nhất)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "Theo ngày thêm (cũ nhất)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "Theo tên (tăng dần)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "Theo tên (giảm dần)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "Không tìm thấy hình ảnh nào trong bộ sưu tập của bạn. Vui lòng tải lên một hình ảnh bằng cách sử dụng nút bên dưới.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Không thể tải lên hình ảnh. Vui lòng thử lại.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Không thể lấy được hình ảnh khóa học. Vui lòng thử lại.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Hình ảnh phải có dung lượng từ 10 MB trở xuống. Vui lòng thay đổi kích thước hình ảnh và thử lại.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Chọn một hình ảnh để tiếp tục.", - "authoring.editorfooter.save.error": "Lỗi: Lưu nội dung không thành công. Vui lòng kiểm tra những thay đổi gần đây và thử lại sau.", - "authoring.editorfooter.cancelButton.ariaLabel": "Hủy bỏ các thay đổi và quay lại bối cảnh học tập", - "authoring.editorfooter.cancelButton.label": "Hủy bỏ", - "authoring.editorfooter.savebutton.ariaLabel": "Lưu các thay đổi và quay lại bối cảnh học tập", - "authoring.editorfooter.savebutton.label": "Lưu", - "authoring.texteditor.title.loading": "Đang tải...", - "authoring.texteditor.header.cancelChangesLabel": "Hủy thay đổi và quay lại bối cảnh học tập", - "authoring.texteditor.header.editTitleLabel": "Chỉnh sửa tiêu đề", - "authoring.texteditor.header.cancelTitleEdit": "Hủy bỏ", - "authoring.texteditor.header.saveTitleEdit": "Lưu", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Hủy bỏ", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "OK", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Bạn có chắc chắn muốn thoát khỏi trình chỉnh sửa không?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "Không có câu trả lời cụ thể", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "Không có câu trả lời đúng đã được chỉ định.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "Sự khác biệt trong cài đặt OLX", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "Đã tìm thấy sự khác biệt giữa cài đặt được xác định trong thẻ sự cố của OLX và cài đặt được chọn trong thanh bên. Các cài đặt được xác định trong thẻ sự cố của OLX sẽ được lưu và các giá trị tương ứng trong thanh bên sẽ bị loại bỏ.", - "authoring.answerwidget.answer.answerWidgetTitle": "câu trả lời", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Thêm câu trả lời", - "authoring.answerwidget.answer.placeholder": "Nhập câu trả lời", - "authoring.answerwidget.feedback.placeholder": "Tin nhắn phản hồi", - "authoring.answerwidget.feedback.icon.alt": "Chuyển đổi phản hồi", - "authoring.answerwidget.answer.delete.icon.alt": "Xóa câu trả lời", - "authoring.answerwidget.feedback.selected.label": "Hiển thị phản hồi sau khi {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.selected.label.boldunderline": "đã được chọn", - "authoring.answerwidget.feedback.unselected.label": "Hiển thị phản hồi sau khi {answerId} {boldunderline} :", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "không được chọn", - "authoring.answerwidget.answer.addAnswerRangeButton": "Thêm phạm vi câu trả lời", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Nhập phạm vi câu trả lời", - "authoring.answerwidget.answer.answerRangeHelperText": "Nhập giá trị tối thiểu và tối đa được phân tách bằng dấu phẩy. Sử dụng dấu ngoặc để bao gồm số bên cạnh số đó trong phạm vi hoặc dấu ngoặc đơn để loại trừ số đó. Ví dụ: để xác định các câu trả lời đúng là 5, 6 hoặc 7 chứ không phải 8, hãy chỉ định [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Giải trình", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Đưa ra lời giải thích cho câu trả lời đúng", - "authoring.problemEditor.questionwidget.placeholder": "Nhập câu hỏi của bạn", - "authoring.questionwidget.question.questionWidgetTitle": "Câu hỏi", - "authoring.problemeditor.settings.settingsWidgetTitle": "Cài đặt", - "authoring.problemeditor.settings.showAdvancedButton": "hiển thị cài đặt nâng cao", - "authoring.problemeditor.settings.delete.icon.alt": "Xóa câu trả lời", - "authoring.problemeditor.settings.advancedSettingLink.text": "Đặt giá trị mặc định trong cài đặt nâng cao", - "authoring.problemeditor.settings.hint.title": "gợi ý", - "authoring.problemeditor.settings.hint.inputLabel": "Gợi ý", - "authoring.problemeditor.settings.hint.addHintButton": "Thêm gợi ý", - "authoring.problemeditor.settings.hint.noHintSummary": "Không có", - "authoring.problemeditor.settings.hint.summary": "{hint} {đếm, số nhiều, =0 {} khác {(+# thêm)}}", - "authoring.problemeditor.settings.reset.title": "Hiển thị tùy chọn đặt lại", - "authoring.problemeditor.settings.reset.true": "ĐÚNG VẬY", - "authoring.problemeditor.settings.reset.false": "SAI", - "authoring.problemeditor.settings.reset.text": "Xác định xem nút 'Đặt lại' có được hiển thị hay không để người dùng có thể đặt lại câu trả lời của họ, thường để sử dụng trong thực hành hoặc đánh giá quá trình.", - "authoring.problemeditor.settings.scoring.title": "Ghi điểm", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Nỗ lực", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Điểm", - "authoring.problemeditor.settings.scoring.unlimited": "Số lần thử không giới hạn", - "authoring.problemeditor.settings.scoring.attempts": "{lần thử, số nhiều, =1 {# lần thử} khác {# lần thử}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Số lần thử không giới hạn", - "authoring.problemeditor.settings.scoring.weight": "{trọng lượng, số nhiều, =0 {Chưa chấm} khác {# điểm}}", - "authoring.problemeditor.settings.scoring.label": "Chỉ định trọng số điểm và số lần trả lời", - "authoring.problemeditor.settings.scoring.attempts.hint": "Nếu giá trị mặc định không được đặt trong cài đặt nâng cao, số lần thử không giới hạn sẽ được phép", - "authoring.problemeditor.settings.scoring.weight.hint": "Nếu giá trị không được đặt, bài toán có giá trị một điểm", - "authoring.problemeditor.settings.showAnswer.title": "Hiển thị câu trả lời", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Số lần thử", - "authoring.problemeditor.settings.showAnswer.text": "Xác định thời điểm người học có thể nhìn thấy câu trả lời đúng.", - "authoring.problemeditor.settings.timer.title": "Thời gian giữa các lần thử", - "authoring.problemeditor.settings.timer.summary": "{time} giây", - "authoring.problemeditor.settings.timer.text": "Số giây mà học sinh phải đợi giữa các lần nộp bài đối với một bài toán phải thực hiện nhiều lần.", - "authoring.problemeditor.settings.timer.inputLabel": "Giây", - "authoring.problemeditor.settings.type.title": "Kiểu", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Chuyển sang trình chỉnh sửa nâng cao", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "Nếu bạn sử dụng trình chỉnh sửa nâng cao, vấn đề này sẽ được chuyển đổi sang OLX và bạn sẽ không thể quay lại trình chỉnh sửa đơn giản.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Chuyển đổi sang OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Chuyển sang trình chỉnh sửa nâng cao", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Giải trình", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Đưa ra lời giải thích cho câu trả lời đúng.", - "authoring.problemEditor.selectType.title": "Chọn loại vấn đề", - "authoring.problemeditor.selecttype.cancelButton.label": "Hủy bỏ", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Hủy bỏ", - "authoring.problemeditor.selecttype.selectButton.label": "Lựa chọn", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Lựa chọn", - "authoring.problemEditor.problemSelect.advanceButton.label": "Các dạng bài toán nâng cao", - "authoring.problemEditor.advanceProblem.menu.title": "Các vấn đề nâng cao", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Tạm thời {Các công cụ được hỗ trợ tạm thời có thể thiếu chức năng mạnh mẽ mà khóa học của bạn yêu cầu. edX không có quyền kiểm soát chất lượng của phần mềm hoặc nội dung có thể được cung cấp bằng các công cụ này. Hãy kiểm tra kỹ các công cụ này trước khi sử dụng chúng trong khóa học của bạn, đặc biệt là trong các phần được chấm điểm. Tài liệu hoàn chỉnh có thể không có sẵn cho các công cụ được hỗ trợ tạm thời hoặc tài liệu có thể có sẵn từ các nguồn khác ngoài edX.} Not_supported {Các công cụ không có hỗ trợ không được edX duy trì và có thể không được dùng nữa trong tương lai. Chúng không được khuyến nghị sử dụng trong các khóa học do không tuân thủ một hoặc nhiều yêu cầu cơ bản, chẳng hạn như kiểm tra, khả năng truy cập, quốc tế hóa và tài liệu.} khác { } }", - "authoring.problemEditor.preview.title": "vấn đề {previewTitle}", - "authoring.problemEditor.preview.altText": "Hình minh họa xem trước của một vấn đề {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numberresponse {numerical input} optionresponse {dropdown} Choiceresponse {multiple select} other {null} }", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Tìm hiểu thêm", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Tìm hiểu thêm về các loại vấn đề nâng cao", - "authoring.videoeditor.expand": "Mở rộng", - "authoring.videoeditor.collapse": "Sụp đổ", - "authoring.videoeditor.validate.error.title": "Chúng tôi không thể thêm video của bạn.", - "authoring.videoeditor.validate.error.body": "Vui lòng kiểm tra các mục nhập của bạn và thử lại.", - "authoring.videoeditor.duration.title": "Khoảng thời gian", - "authoring.videoeditor.duration.description": "Đặt một phần cụ thể của video để phát.", - "authoring.videoeditor.duration.startTime.label": "Thời gian bắt đầu", - "authoring.videoeditor.duration.stopTime.label": "Dừng thời gian", - "authoring.videoeditor.duration.hint": "Nhập thời gian dưới dạng HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Thời lượng video đầy đủ", - "authoring.videoeditor.duration.startsAt": "Bắt đầu tại {startTime}", - "authoring.videoeditor.duration.total": "Tổng cộng: {total}", - "authoring.videoeditor.duration.custom": "Tùy chỉnh: {total}", - "authoring.videoeditor.transcripts.empty": "Không có bản ghi nào được thêm vào", - "authoring.videoeditor.videotype.youtube": "video YouTube", - "authoring.videoeditor.videotype.other": "Video khác", - "authoring.videoeditor.handout.title.label": "Tài liệu phát tay", - "authoring.videoeditor.handout.upload.label": "Tải bài tập lên", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Thêm một tài liệu đi kèm với video này. Người học có thể tải xuống tệp này bằng cách nhấp vào "Tải xuống bài tập" bên dưới video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Không tải được bài tập lên. Vui lòng thử lại.", - "authoring.videoeditor.handout.error.fileSizeError": "Tệp bài tập phải có dung lượng từ 20 MB trở xuống. Vui lòng thay đổi kích thước tệp và thử lại.", - "authoring.videoeditor.handout.handoutHelpMessage": "Người học có thể tải xuống tệp này bằng cách nhấp vào "Tải xuống bài tập" bên dưới video.", - "authoring.videoeditor.handout.deleteHandout": "Xóa bỏ", - "authoring.videoeditor.handout.replaceHandout": "Thay thế", - "authoring.videoeditor.handout.downloadHandout": "Tải xuống", - "authoring.videoeditor.license.title": "Giấy phép", - "authoring.videoeditor.license.licenseType.label": "Loại giấy phép", - "authoring.videoeditor.license.detailsSubsection.title": "Chi tiết giấy phép", - "authoring.videoeditor.license.displaySubsection.title": "Hiển thị giấy phép", - "authoring.videoeditor.license.add.label": "Thêm giấy phép cho video này", - "authoring.videoeditor.license.deleteLicenseSelection": "Xóa và áp dụng giấy phép cấp khóa học", - "authoring.videoeditor.license.allRightsReservedIcons.label": "Đã đăng ký Bản quyền", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Một số quyền được bảo lưu", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "Xem chi tiết giấy phép", - "authoring.videoeditor.license.courseLevelDescription.helperText": "Giấy phép này hiện được đặt ở cấp độ khóa học", - "authoring.videoeditor.license.courseLicenseDescription.message": "Giấy phép được đặt ở cấp độ khóa học sẽ xuất hiện ở cuối trang chương trình học trong khóa học của bạn.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "Giấy phép này hiện được đặt ở cấp thư viện", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Giấy phép được đặt ở cấp thư viện sẽ xuất hiện ở video thư viện cụ thể.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "Giấy phép này được đặt riêng cho video này", - "authoring.videoeditor.license.defaultLicenseDescription.message": "Khi video có giấy phép khác với toàn bộ khóa học, người học sẽ thấy giấy phép ở dưới cùng bên phải của trình phát video.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Ghi công", - "authoring.videoeditor.license.attributionSectionDescription": "Cho phép người khác sao chép, phân phối, hiển thị và thực hiện tác phẩm có bản quyền của bạn nhưng chỉ khi họ ghi công theo cách bạn yêu cầu. Hiện tại, tùy chọn này là bắt buộc.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Phi thương mại", - "authoring.videoeditor.license.noncommercialSectionDescription": "Cho phép người khác sao chép, phân phối, hiển thị và thực hiện tác phẩm của bạn - và các tác phẩm phái sinh dựa trên tác phẩm đó - nhưng chỉ nhằm mục đích phi thương mại.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "Không có công cụ phái sinh", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Chỉ cho phép người khác sao chép, phân phối, hiển thị và thực hiện các bản sao nguyên văn tác phẩm của bạn chứ không phải các tác phẩm phái sinh dựa trên tác phẩm đó. Tùy chọn này không tương thích với "Chia sẻ tương tự".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Chia sẻ tương tự", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Chỉ cho phép người khác phân phối tác phẩm phái sinh theo giấy phép giống với giấy phép chi phối tác phẩm của bạn. Tùy chọn này không tương thích với "Không có công cụ phái sinh".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "Bạn bảo lưu tất cả các quyền cho công việc của bạn.", - "authoring.videoeditor.socialShare.title": "Chia sẻ xã hội", - "authoring.videoeditor.socialShare.disabled.subtitle": "Tàn tật", - "authoring.videoeditor.socialShare.enabled.subtitle": "Đã bật", - "authoring.videoeditor.socialShare.learnMore.link": "Tìm hiểu thêm về chia sẻ xã hội", - "authoring.videoeditor.socialShare.description": "Cho phép chia sẻ video này lên mạng xã hội", - "authoring.videoeditor.socialShare.checkbox.label": "Video này có thể chia sẻ lên mạng xã hội", - "authoring.videoeditor.socialShare.overrideNote": "Lưu ý: Cài đặt này bị ghi đè bởi trang đề cương khóa học.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Thay đổi cài đặt này trên trang đề cương khóa học.", - "authoring.videoeditor.thumbnail.title": "Hình nhỏ", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Không có sẵn", - "authoring.videoeditor.thumbnail.none.subtitle": "Không có", - "authoring.videoeditor.thumbnail.yes.subtitle": "Đúng", - "authoring.videoeditor.thumbnail.unavailable.message": "Chọn một video từ thư viện của bạn để bật tính năng này (chỉ áp dụng cho các khóa học chạy trên trang edx.org).", - "authoring.videoeditor.thumbnail.upload.label": "Tải hình thu nhỏ lên", - "authoring.videoeditor.thumbnail.upload.message": "Tải lên hình ảnh để người học xem trước khi phát video.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Hình ảnh phải có tỷ lệ khung hình 16:9 (khuyên dùng 1280x720 px)", - "authoring.videoeditor.thumbnail.altText": "Hình ảnh được sử dụng làm hình thu nhỏ cho video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Xóa bỏ", - "authoring.videoeditor.thumbnail.error.fileSizeError": "Kích thước tệp hình thu nhỏ phải lớn hơn 2 KB hoặc nhỏ hơn 2 MB. Vui lòng thay đổi kích thước hình ảnh của bạn và thử lại.", - "authoring.videoeditor.transcripts.title": "bảng điểm", - "authoring.videoeditor.transcripts.upload.label": "Thêm bản ghi", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Thêm bản ghi video (chỉ tệp .srt) để cải thiện khả năng truy cập.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Cho phép tải xuống bản ghi", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Hiển thị bản ghi trong trình phát video theo mặc định", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Người học sẽ nhìn thấy link tải bản ghi ở bên dưới video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Chỉ có thể tải lên tệp SRT", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Không thể tải lên bản ghi. Vui lòng thử lại.", - "authoring.videoeditor.transcript.error.fileSizeError": "Kích thước tệp bản ghi vượt quá mức tối đa. Vui lòng thử lại.", - "authoring.videoeditor.transcript.deleteTranscript": "Xóa bỏ", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Không xóa được bản ghi. Vui lòng thử lại.", - "authoring.videoeditor.transcript.replaceTranscript": "Thay thế", - "authoring.videoeditor.transcript.downloadTranscript": "Tải xuống", - "authoring.videoeditor.transcripts.languageSelectLabel": "Ngôn ngữ", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Chọn ngôn ngữ", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Hủy bỏ", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Xóa bỏ", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Bạn có chắc chắn muốn xóa bản ghi này không?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Xóa bản ghi này?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Chỉ có thể tải lên các tệp SRT. Vui lòng chọn tệp có đuôi .srt để tải lên.", - "authoring.videoEditor.transcripts.importButton.label": "Nhập bản ghi", - "authoring.videoEditor.transcripts.importCard.header": "Nhập bản ghi từ YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "Chúng tôi đã tìm thấy bản ghi của video này trên YouTube. Bạn có muốn nhập nó ngay bây giờ không?", - "authoring.videoeditor.videoSource.title.label": "Nguồn video", - "authoring.videoeditor.videoSource.videoId.label": "Mã video", - "authoring.videoeditor.videoSource.videoId.feedback": "Nếu bạn được edX chỉ định ID video, hãy nhập ID vào đây.", - "authoring.videoeditor.videoSource.videoUrl.label": "URL video", - "authoring.videoeditor.videoSource.videoUrl.feedback": "URL cho video của bạn. Đây có thể là URL YouTube hoặc liên kết tới tệp video .mp4, .ogg hoặc .webm được lưu trữ ở nơi khác trên internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "Trường ID video đã thay đổi, vui lòng kiểm tra giá trị URL video và URL dự phòng rồi cập nhật chúng nếu cần.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Video dự phòng", - "authoring.videoeditor.videoSource.fallbackVideo.message": "Để đảm bảo tất cả người học đều có thể truy cập video, edX khuyên bạn nên cung cấp thêm video ở cả định dạng .mp4 và .webm. Video được liệt kê đầu tiên tương thích với thiết bị của người học sẽ phát.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "URL video", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Xóa bỏ", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Cho phép tải xuống video", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Cho phép người học tải xuống các phiên bản của video này ở các định dạng khác nhau nếu họ không thể sử dụng trình phát video edX hoặc không có quyền truy cập YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Cho phép chia sẻ video này trên phương tiện truyền thông xã hội.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Cho phép người học chia sẻ video này một cách công khai trên mạng xã hội. Bất kỳ ai cũng có thể xem được video, họ không cần phải đăng ký khóa học hoặc thậm chí không cần phải có tài khoản edX. Các liên kết đến trang giới thiệu khóa học và cách đăng ký khóa học sẽ xuất hiện cùng với video.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Thêm URL video", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "Thông tin phản hồi chung", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Nhập phản hồi chung", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Nhập phản hồi để xuất hiện khi học sinh gửi đáp án sai. Điều này sẽ bị ghi đè nếu bạn thêm phản hồi dành riêng cho câu trả lời.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "Không có", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "Không có", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Thêm phản hồi của nhóm", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Phản hồi của nhóm sẽ xuất hiện khi học sinh chọn một bộ câu trả lời cụ thể.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Phản hồi của nhóm", - "authoring.problemeditor.settings.randomization.SettingTitle": "Ngẫu nhiên", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {Không có sự ngẫu nhiên dựa trên Python trong vấn đề này.} other {Xác định thời điểm ngẫu nhiên hóa các biến được chỉ định trong tập lệnh Python được liên kết. Đối với các bài toán không ngẫu nhiên hóa giá trị, hãy chỉ định "Không bao giờ".} }", - "problemEditor.settings.tolerance.title": "Sức chịu đựng", - "problemEditor.settings.tolerance.summary.none": "Không có", - "problemEditor.settings.tolerance.description.text": "Biên độ sai số ở hai bên của câu trả lời.", - "problemEditor.settings.tolerance.valueinput": "Sức chịu đựng", - "problemEditor.settings.tolerance.answerrangewarning": "Không thể áp dụng dung sai cho phạm vi câu trả lời", - "problemEditor.settings.tolerance.type.percent": "Tỷ lệ phần trăm", - "problemEditor.settings.tolerance.type.number": "Con số", - "problemEditor.settings.tolerance.type.none": "Không có" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/zh_CN.json b/translations/frontend-lib-content-components/src/i18n/messages/zh_CN.json deleted file mode 100644 index 7ddf6826815..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/zh_CN.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "错误:找不到编辑器", - "VideoUploadEditor.dropVideoFileHere": "将视频拖放到此处或单击上传", - "VideoUploadEditor.browse": "浏览文件", - "VideoUploadEditor.uploadInfo": "上传 MP4 或 MOV 文件(最大 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "退出编辑器?", - "authoring.editorContainer.cancelConfirm.description": "您确定要退出编辑器吗?任何未保存的更改都将丢失。", - "authoring.editorContainer.okButton.label": "好的", - "authoring.problemEditor.blockFailed": "问题无法加载", - "authoring.texteditor.load.error": "错误:无法加载文本内容", - "authoring.texteditor.spinnerScreenReaderText": "加载中", - "authoring.videoEditor.spinnerScreenReaderText": "加载中", - "authoring.videoEditor.replaceVideoButtonLabel": "替换视频", - "authoring.videoUpload.spinnerScreenReaderText": "加载中", - "VideoUploadEditor.pasteURL": "粘贴您的视频 ID 或 URL", - "VideoUploadEditor.closeButtonAltText": "关闭", - "VideoUploadEditor.submitButtonAltText": "提交", - "authoring.baseModal.cancelButtonLabel": "取消", - "authoring.texteditor.codeEditor.escapeHTMLButton": "取消转义 HTML 文字", - "authoring.draggableList.tooltip.content": "拖动以重排序", - "authoring.texteditor.selectimagemodal.error.errorTitle": "错误", - "unexpected.error.message.text": "一个意料之外的问题发生了。请点击下面的按钮刷新页面。", - "unexpected.error.button.text": "再试一次", - "unexpected.error.returnToUnitPage.button.text": "返回单位页面", - "unexpected.error.returnToCourseOutline.button.text": "返回{outlineType}概要", - "authoring.texteditor.sourcecodemodal.next.label": "保存", - "authoring.texteditor.sourcecodemodal.title.label": "编辑源代码", - "authoring.texteditor.imagesettingsmodal.titleLabel": "图像设置", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "保存", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "替换图片", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "图片长宽比例", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "宽", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "高度", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "解锁维度", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "锁尺寸", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "使用图像宽度和高度的百分比", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "无障碍", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "替代文本", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "该图像是装饰性的(不需要替代文本)。", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "输入替代文本或指定图像仅用于装饰。", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "输入替代文本", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "维度值必须小于或等于 100。", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "输入小于或等于 100 的值。", - "authoring.texteditor.selectimagemodal.next.label": "下一个", - "authoring.texteditor.selectimagemodal.upload.label": "上传新图像(最大 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "添加图像", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "按添加日期(最新)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "按添加日期(最旧)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "按姓名(升序)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "按名称(降序)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "在您的图库中找不到图像。请使用下面的按钮上传图像。", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "上传图片失败。请再试一次。", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "获取课程图片失败。请再试一次。", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "图像不得超过 10 MB。请调整图像大小并重试。", - "authoring.texteditor.selectimagemodal.error.selectImageError": "选择图像以继续。", - "authoring.editorfooter.save.error": "错误:内容保存失败。请检查最近的更改并稍后重试。", - "authoring.editorfooter.cancelButton.ariaLabel": "放弃更改并返回学习环境", - "authoring.editorfooter.cancelButton.label": "取消", - "authoring.editorfooter.savebutton.ariaLabel": "保存更改并返回学习环境", - "authoring.editorfooter.savebutton.label": "保存", - "authoring.texteditor.title.loading": "载入中...", - "authoring.texteditor.header.cancelChangesLabel": "取消更改并返回学习环境", - "authoring.texteditor.header.editTitleLabel": "编辑标题", - "authoring.texteditor.header.cancelTitleEdit": "取消", - "authoring.texteditor.header.saveTitleEdit": "保存", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "取消", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "确定", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "您确定要退出编辑器吗?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "没有指定答案", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "没有指定正确答案。", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX 设置差异", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "发现 OLX 问题标签中定义的设置与侧栏中选择的设置之间存在差异。 OLX 问题标签中定义的设置将被保存,侧栏中相应的值将被丢弃。", - "authoring.answerwidget.answer.answerWidgetTitle": "答案", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "添加答案", - "authoring.answerwidget.answer.placeholder": "输入答案", - "authoring.answerwidget.feedback.placeholder": "反馈留言", - "authoring.answerwidget.feedback.icon.alt": "切换反馈", - "authoring.answerwidget.answer.delete.icon.alt": "删除答案", - "authoring.answerwidget.feedback.selected.label": "当{answerId} {boldunderline}时显示以下反馈:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "被选中", - "authoring.answerwidget.feedback.unselected.label": "当{answerId} {boldunderline}时显示以下反馈:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "未选择", - "authoring.answerwidget.answer.addAnswerRangeButton": "添加答案范围", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "输入答案范围", - "authoring.answerwidget.answer.answerRangeHelperText": "输入最小值和最大值,以逗号分隔。使用方括号将其旁边的数字包含在范围内,或使用圆括号排除该数字。例如,要将正确答案识别为 5、6 或 7,而不是 8,请指定 [5,8)。", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "解释", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "提供正确答案的解释", - "authoring.problemEditor.questionwidget.placeholder": "输入您的问题", - "authoring.questionwidget.question.questionWidgetTitle": "问题", - "authoring.problemeditor.settings.settingsWidgetTitle": "设置", - "authoring.problemeditor.settings.showAdvancedButton": "显示高级设置", - "authoring.problemeditor.settings.delete.icon.alt": "删除答案", - "authoring.problemeditor.settings.advancedSettingLink.text": "在高级设置中设置默认值", - "authoring.problemeditor.settings.hint.title": "提示", - "authoring.problemeditor.settings.hint.inputLabel": "提示", - "authoring.problemeditor.settings.hint.addHintButton": "添加提示", - "authoring.problemeditor.settings.hint.noHintSummary": "无", - "authoring.problemeditor.settings.hint.summary": "{hint} {计数,复数,=0 {}其他{(+#更多)}}", - "authoring.problemeditor.settings.reset.title": "显示重置选项", - "authoring.problemeditor.settings.reset.true": "是", - "authoring.problemeditor.settings.reset.false": "否", - "authoring.problemeditor.settings.reset.text": "确定是否显示“重置”按钮,以便用户可以重置其答案,通常用于实践或形成性评估。", - "authoring.problemeditor.settings.scoring.title": "评分", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "答题次数", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "分", - "authoring.problemeditor.settings.scoring.unlimited": "无限次尝试", - "authoring.problemeditor.settings.scoring.attempts": "{尝试,复数,=1 {#尝试}其他{#尝试}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "无限次尝试", - "authoring.problemeditor.settings.scoring.weight": "{重量,复数,=0 {未评分}其他{#分}}", - "authoring.problemeditor.settings.scoring.label": "指定分数权重和回答尝试次数", - "authoring.problemeditor.settings.scoring.attempts.hint": "如果高级设置中未设置默认值,则允许无限次尝试", - "authoring.problemeditor.settings.scoring.weight.hint": "如果未设置值,则该问题得一分", - "authoring.problemeditor.settings.showAnswer.title": "显示答案", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "尝试次数", - "authoring.problemeditor.settings.showAnswer.text": "定义学习者何时可以看到正确答案。", - "authoring.problemeditor.settings.timer.title": "尝试之间的时间", - "authoring.problemeditor.settings.timer.summary": "{time}秒", - "authoring.problemeditor.settings.timer.text": "一个学生再次尝试答题前需等待的时间", - "authoring.problemeditor.settings.timer.inputLabel": "秒数", - "authoring.problemeditor.settings.type.title": "类型", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "切换到高级编辑器", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "如果您使用高级编辑器,此问题将转换为 OLX,并且您将无法返回到简单编辑器。", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "转换为 OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "切换到高级编辑器", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "解释", - "authoring.problemeditor.settings.showAnswer.explanation.text": "提供正确答案的解释。", - "authoring.problemEditor.selectType.title": "选择问题类型", - "authoring.problemeditor.selecttype.cancelButton.label": "取消", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "取消", - "authoring.problemeditor.selecttype.selectButton.label": "选择", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "选择", - "authoring.problemEditor.problemSelect.advanceButton.label": "高级问题类型", - "authoring.problemEditor.advanceProblem.menu.title": "高级问题", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, 临时{临时支持的工具可能缺乏您的课程所需的功能的稳健性。 edX 无法控制软件的质量或使用这些工具提供的内容的质量。在课程中使用这些工具之前,尤其是在评分部分中,请对其进行彻底测试。对于暂时支持的工具,可能无法提供完整的文档,或者可以从 edX 以外的来源获取文档。} Not_supported {不支持的工具不会由 edX 维护,将来可能会被弃用。由于不符合一项或多项基本要求(例如测试、可访问性、国际化和文档),因此不建议在课程中使用它们。} 其他 { } }", - "authoring.problemEditor.preview.title": "{previewTitle}问题", - "authoring.problemEditor.preview.altText": "{problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } 问题的预览图", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "了解更多", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "了解有关高级问题类型的更多信息", - "authoring.videoeditor.expand": "展开", - "authoring.videoeditor.collapse": "收起", - "authoring.videoeditor.validate.error.title": "我们无法添加您的视频。", - "authoring.videoeditor.validate.error.body": "请检查您的输入并重试。", - "authoring.videoeditor.duration.title": "长度", - "authoring.videoeditor.duration.description": "设置要播放的视频的特定部分。", - "authoring.videoeditor.duration.startTime.label": "开始时间", - "authoring.videoeditor.duration.stopTime.label": "停止时间", - "authoring.videoeditor.duration.hint": "输入时间:HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "完整视频长度", - "authoring.videoeditor.duration.startsAt": "从{startTime}开始", - "authoring.videoeditor.duration.total": "总计: {total}", - "authoring.videoeditor.duration.custom": "定制: {total}", - "authoring.videoeditor.transcripts.empty": "没有添加成绩单", - "authoring.videoeditor.videotype.youtube": "Youtube 视频", - "authoring.videoeditor.videotype.other": "其他视频", - "authoring.videoeditor.handout.title.label": "讲义", - "authoring.videoeditor.handout.upload.label": "上传讲义", - "authoring.videoeditor.handout.upload.addHandoutMessage": "添加讲义以配合该视频。学习者可以通过点击视频下方的“下载讲义”来下载此文件。", - "authoring.videoeditor.handout.error.uploadHandoutError": "讲义上传失败。请再试一次。", - "authoring.videoeditor.handout.error.fileSizeError": "讲义文件不得超过 20 MB。请调整文件大小并重试。", - "authoring.videoeditor.handout.handoutHelpMessage": "学习者可以通过点击视频下方的“下载讲义”来下载此文件。", - "authoring.videoeditor.handout.deleteHandout": "删除", - "authoring.videoeditor.handout.replaceHandout": "替换", - "authoring.videoeditor.handout.downloadHandout": "下载", - "authoring.videoeditor.license.title": "许可", - "authoring.videoeditor.license.licenseType.label": "许可类型", - "authoring.videoeditor.license.detailsSubsection.title": "许可证详情", - "authoring.videoeditor.license.displaySubsection.title": "显示许可内容", - "authoring.videoeditor.license.add.label": "为该视频添加许可证", - "authoring.videoeditor.license.deleteLicenseSelection": "清除并应用课程级许可证", - "authoring.videoeditor.license.allRightsReservedIcons.label": "保留所有权利", - "authoring.videoeditor.license.creativeCommonsIcons.label": "保留部分权利", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "查看许可证详细信息", - "authoring.videoeditor.license.courseLevelDescription.helperText": "该许可证当前设置在课程级别", - "authoring.videoeditor.license.courseLicenseDescription.message": "在课程级别设置的许可证显示在课程内课件页面的底部。", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "该许可证当前设置在图书馆级别", - "authoring.videoeditor.license.libraryLicenseDescription.message": "在库级别设置的许可证显示在特定库视频中。", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "该许可证是专门为此视频设置的", - "authoring.videoeditor.license.defaultLicenseDescription.message": "当视频的许可证与整个课程的许可证不同时,学习者会在视频播放器的右下角看到许可证。", - "authoring.videoeditor.license.attributionCheckboxLabel": "署名", - "authoring.videoeditor.license.attributionSectionDescription": "请按照您指定的方式获取许可,允许他人复制、发行、演示及使用您拥有版权的作品。当前,该选项为必选项。", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "非营利性的", - "authoring.videoeditor.license.noncommercialSectionDescription": "允许他人自由复制、发行、演示及使用您的作品以及基于本作品的相关衍生作品,但以上行为只能基于非营利性目的。", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "无相关衍生作品", - "authoring.videoeditor.license.noDerivativesSectionDescription": "允许他人复制、发布、演示及使用本作品,但不得改变、转变或更改本作品,以及基于本作品的衍生作品。该选项不符合“相同方式共享”的规定", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "相同方式共享", - "authoring.videoeditor.license.shareAlikeSectionDescription": "在遵守与本作品一致的授权条款的前提下,允许他人发行衍生作品。该选项不符合“禁止改作”的规定", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "您保留对您的作品的所有权利。", - "authoring.videoeditor.socialShare.title": "社交共享", - "authoring.videoeditor.socialShare.disabled.subtitle": "已停用", - "authoring.videoeditor.socialShare.enabled.subtitle": "已启用", - "authoring.videoeditor.socialShare.learnMore.link": "了解有关社交分享的更多信息", - "authoring.videoeditor.socialShare.description": "允许该视频分享到社交媒体", - "authoring.videoeditor.socialShare.checkbox.label": "该视频可分享至社交媒体", - "authoring.videoeditor.socialShare.overrideNote": "注意:此设置会被课程大纲页面覆盖。", - "authoring.videoeditor.socialShare.settingsDisclaimer": "在课程大纲页面上更改此设置。", - "authoring.videoeditor.thumbnail.title": "缩略图", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "不可用", - "authoring.videoeditor.thumbnail.none.subtitle": "无", - "authoring.videoeditor.thumbnail.yes.subtitle": "是的", - "authoring.videoeditor.thumbnail.unavailable.message": "从您的库中选择一个视频以启用此功能(仅适用于在 edx.org 网站上运行的课程)。", - "authoring.videoeditor.thumbnail.upload.label": "上传缩略图", - "authoring.videoeditor.thumbnail.upload.message": "上传图像供学习者在播放视频之前查看。", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "图片的长宽比必须为 16:9(建议 1280x720 像素)", - "authoring.videoeditor.thumbnail.altText": "用作视频缩略图的图像", - "authoring.videoeditor.thumbnail.deleteThumbnail": "删除", - "authoring.videoeditor.thumbnail.error.fileSizeError": "缩略图的文件大小必须大于 2 KB 或小于 2 MB。请调整图像大小并重试。", - "authoring.videoeditor.transcripts.title": "字幕", - "authoring.videoeditor.transcripts.upload.label": "添加成绩单", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "添加视频脚本(仅限 .srt 文件)以提高可访问性。", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "允许下载成绩单", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "默认在视频播放器中显示文字记录", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "学习者将在视频下方看到下载文本的链接。", - "authoring.videoeditor.transcript.error.transcriptTypeError": "只能上传SRT文件", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "无法上传成绩单。请再试一次。", - "authoring.videoeditor.transcript.error.fileSizeError": "转录文件大小超过最大值。请再试一次。", - "authoring.videoeditor.transcript.deleteTranscript": "删除", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "删除记录失败。请再试一次。", - "authoring.videoeditor.transcript.replaceTranscript": "替换", - "authoring.videoeditor.transcript.downloadTranscript": "下载", - "authoring.videoeditor.transcripts.languageSelectLabel": "语言", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "选择语言", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "取消", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "删除", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "您确定要删除此文字记录吗?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "删除这段文字吗?", - "authoring.videoeditor.transcripts.fileTypeWarning": "只能上传 SRT 文件。请选择以 .srt 结尾的文件进行上传。", - "authoring.videoEditor.transcripts.importButton.label": "导入成绩单", - "authoring.videoEditor.transcripts.importCard.header": "从 YouTube 导入文字记录?", - "authoring.videoEditor.transcrtipts.importCard.message": "我们在 YouTube 上找到了该视频的文字记录。您想现在导入吗?", - "authoring.videoeditor.videoSource.title.label": "视频来源", - "authoring.videoeditor.videoSource.videoId.label": "视频 ID", - "authoring.videoeditor.videoSource.videoId.feedback": "如果 edX 为您分配了视频 ID,请在此处输入 ID。", - "authoring.videoeditor.videoSource.videoUrl.label": "视频网址", - "authoring.videoeditor.videoSource.videoUrl.feedback": "您的视频的 URL。这可以是 YouTube URL,也可以是指向互联网上其他位置托管的 .mp4、.ogg 或 .webm 视频文件的链接。", - "authoring.videoeditor.videoIdChangeAlert.message": "视频 ID 字段已更改,请检查视频 URL 和后备 URL 值,并根据需要进行更新。", - "authoring.videoeditor.videoSource.fallbackVideo.title": "备用视频", - "authoring.videoeditor.videoSource.fallbackVideo.message": "为了确保所有学习者都可以访问该视频,edX 建议提供 .mp4 和 .webm 格式的其他视频。将播放与学习者设备兼容的第一个列出的视频。", - "authoring.videoeditor.videoSource.fallbackVideo.label": "视频网址", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "删除", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "允许视频下载", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "如果学习者无法使用 edX 视频播放器或无法访问 YouTube,则允许他们下载该视频的不同格式版本。", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "允许在社交媒体上分享该视频。", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "允许学习者在社交媒体上公开分享该视频。任何人都可以观看该视频,他们不需要注册课程,甚至不需要拥有 edX 帐户。视频旁边将显示课程简介页面和注册课程的链接。", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "添加视频网址", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "一般反馈", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "输入一般反馈", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "输入学生提交错误答案时显示的反馈。如果您添加特定于答案的反馈,这将被覆盖。", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "无", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "无", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "添加群组反馈", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "当学生选择一组特定答案时,就会出现小组反馈。", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "团体反馈", - "authoring.problemeditor.settings.randomization.SettingTitle": "随机化", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {此问题中不存在基于 Python 的随机化。} other {定义何时对关联的 Python 脚本中指定的变量进行随机化。对于不随机化值的问题,请指定“从不”。} }", - "problemEditor.settings.tolerance.title": "宽容", - "problemEditor.settings.tolerance.summary.none": "无", - "problemEditor.settings.tolerance.description.text": "答案两边的误差幅度。", - "problemEditor.settings.tolerance.valueinput": "宽容", - "problemEditor.settings.tolerance.answerrangewarning": "容差不能应用于答案范围", - "problemEditor.settings.tolerance.type.percent": "百分比", - "problemEditor.settings.tolerance.type.number": "数字", - "problemEditor.settings.tolerance.type.none": "无" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/messages/zh_HK.json b/translations/frontend-lib-content-components/src/i18n/messages/zh_HK.json deleted file mode 100644 index 129c703f8ed..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/messages/zh_HK.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "錯誤:找不到編輯器", - "VideoUploadEditor.dropVideoFileHere": "將影片拖放到此處或點擊上傳", - "VideoUploadEditor.browse": "瀏覽檔案", - "VideoUploadEditor.uploadInfo": "上傳 MP4 或 MOV 檔案(最大 5 GB)", - "authoring.editorContainer.cancelConfirm.title": "退出編輯器?", - "authoring.editorContainer.cancelConfirm.description": "您確定要退出編輯器嗎?任何未儲存的變更都將遺失。", - "authoring.editorContainer.okButton.label": "好的", - "authoring.problemEditor.blockFailed": "問題無法載入", - "authoring.texteditor.load.error": "錯誤:無法載入文字內容", - "authoring.texteditor.spinnerScreenReaderText": "載入中", - "authoring.videoEditor.spinnerScreenReaderText": "載入中", - "authoring.videoEditor.replaceVideoButtonLabel": "替換影片", - "authoring.videoUpload.spinnerScreenReaderText": "載入中", - "VideoUploadEditor.pasteURL": "貼上您的影片 ID 或 URL", - "VideoUploadEditor.closeButtonAltText": "關閉", - "VideoUploadEditor.submitButtonAltText": "提交", - "authoring.baseModal.cancelButtonLabel": "取消", - "authoring.texteditor.codeEditor.escapeHTMLButton": "取消轉義 HTML 文字", - "authoring.draggableList.tooltip.content": "拖曳重新排序", - "authoring.texteditor.selectimagemodal.error.errorTitle": "錯誤", - "unexpected.error.message.text": "一個意料之外的問題發生了。請點選下面的按鈕刷新頁面。", - "unexpected.error.button.text": "再試一次", - "unexpected.error.returnToUnitPage.button.text": "返回單元頁面", - "unexpected.error.returnToCourseOutline.button.text": "返回{outlineType}概要", - "authoring.texteditor.sourcecodemodal.next.label": "儲存", - "authoring.texteditor.sourcecodemodal.title.label": "編輯原始碼", - "authoring.texteditor.imagesettingsmodal.titleLabel": "圖片設定", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "儲存", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "替換圖片", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "圖片尺寸", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "寬度", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "高度", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "未鎖定尺寸", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "鎖定尺寸", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "使用圖片寬度和高度的百分比", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "無障礙", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "替代文字", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "該圖像是裝飾性的(不需要替代文字)。", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "輸入替代文字或指定圖片僅用於裝飾。", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "輸入替代文字", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "尺寸值必須小於或等於 100。", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "輸入小於或等於 100 的值。", - "authoring.texteditor.selectimagemodal.next.label": "下一步", - "authoring.texteditor.selectimagemodal.upload.label": "上傳新圖像(最大 10 MB)", - "authoring.texteditor.selectimagemodal.title.label": "新增影像", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "按新增日期(最新)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "按新增日期(最舊)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "按名稱(升序)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "按名稱(降序)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "在您的圖庫中找不到圖片。請使用下面的按鈕上傳圖片。", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "上傳圖片失敗。請再試一次。", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "取得課程圖片失敗。請再試一次。", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "圖片不得超過 10 MB。請調整圖片大小並重試。", - "authoring.texteditor.selectimagemodal.error.selectImageError": "選擇圖片以繼續。", - "authoring.editorfooter.save.error": "錯誤:內容保存失敗。請檢查最近的變更並稍後重試。", - "authoring.editorfooter.cancelButton.ariaLabel": "放棄更改並返回學習環境", - "authoring.editorfooter.cancelButton.label": "取消", - "authoring.editorfooter.savebutton.ariaLabel": "儲存變更並返回學習環境", - "authoring.editorfooter.savebutton.label": "儲存", - "authoring.texteditor.title.loading": "載入中...", - "authoring.texteditor.header.cancelChangesLabel": "取消更改並返回學習環境", - "authoring.texteditor.header.editTitleLabel": "編輯標題", - "authoring.texteditor.header.cancelTitleEdit": "取消", - "authoring.texteditor.header.saveTitleEdit": "儲存", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "取消", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "好的", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "您確定要退出編輯器嗎?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "沒有指定答案", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "沒有指定正確答案。", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX 設定差異", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "發現 OLX 問題標籤中定義的設定與側欄中所選的設定之間存在差異。 OLX 問題標籤中定義的設定將被儲存,側欄中對應的值將被丟棄。", - "authoring.answerwidget.answer.answerWidgetTitle": "答案", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "添加答案", - "authoring.answerwidget.answer.placeholder": "輸入答案", - "authoring.answerwidget.feedback.placeholder": "反饋留言", - "authoring.answerwidget.feedback.icon.alt": "切換反饋", - "authoring.answerwidget.answer.delete.icon.alt": "刪除答案", - "authoring.answerwidget.feedback.selected.label": "當{answerId} {boldunderline}顯示以下回饋:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "被選中", - "authoring.answerwidget.feedback.unselected.label": "當{answerId} {boldunderline}顯示以下回饋:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "未選擇", - "authoring.answerwidget.answer.addAnswerRangeButton": "新增答案範圍", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "輸入答案範圍", - "authoring.answerwidget.answer.answerRangeHelperText": "輸入最小值和最大值,以逗號分隔。使用方括號將其旁邊的數字包含在範圍中,或使用圓括號排除該數字。例如,要將正確答案識別為 5、6 或 7,而不是 8,請指定 [5,8)。", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "解釋", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "提供正確答案的解釋", - "authoring.problemEditor.questionwidget.placeholder": "輸入您的問題", - "authoring.questionwidget.question.questionWidgetTitle": "問題", - "authoring.problemeditor.settings.settingsWidgetTitle": "設定", - "authoring.problemeditor.settings.showAdvancedButton": "顯示進階設定", - "authoring.problemeditor.settings.delete.icon.alt": "刪除答案", - "authoring.problemeditor.settings.advancedSettingLink.text": "在進階設定中設定預設值", - "authoring.problemeditor.settings.hint.title": "提示", - "authoring.problemeditor.settings.hint.inputLabel": "提示", - "authoring.problemeditor.settings.hint.addHintButton": "新增提示", - "authoring.problemeditor.settings.hint.noHintSummary": "無", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "顯示重置選項", - "authoring.problemeditor.settings.reset.true": "是", - "authoring.problemeditor.settings.reset.false": "否", - "authoring.problemeditor.settings.reset.text": "確定是否顯示“重置”按鈕,以便用户可以重置其答案。可以在進階設定中設定預設值。", - "authoring.problemeditor.settings.scoring.title": "正在評分", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "答題次數", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "分", - "authoring.problemeditor.settings.scoring.unlimited": "無限次嘗試", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "無限次嘗試", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "指定分數權重和答題次數", - "authoring.problemeditor.settings.scoring.attempts.hint": "如果進階設定中未設定預設值,則允許無限次嘗試", - "authoring.problemeditor.settings.scoring.weight.hint": "如果未設定值,則該問題得一分", - "authoring.problemeditor.settings.showAnswer.title": "顯示答案", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "嘗試次數", - "authoring.problemeditor.settings.showAnswer.text": "定義學生何時可以看到正確答案。", - "authoring.problemeditor.settings.timer.title": "兩次嘗試答題計時", - "authoring.problemeditor.settings.timer.summary": "{time}秒", - "authoring.problemeditor.settings.timer.text": "對於多次嘗試的問題,學生在提交之間必須等待幾秒鐘。", - "authoring.problemeditor.settings.timer.inputLabel": "秒數", - "authoring.problemeditor.settings.type.title": "類型", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "切換到進階編輯器", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "如果您使用進階編輯器,此問題將轉換為 OLX,且您將無法返回簡單編輯器。", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "轉換為 OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "切換到進階編輯器", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "解釋", - "authoring.problemeditor.settings.showAnswer.explanation.text": "提供正確答案的解釋。", - "authoring.problemEditor.selectType.title": "選擇問題類型", - "authoring.problemeditor.selecttype.cancelButton.label": "取消", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "取消", - "authoring.problemeditor.selecttype.selectButton.label": "選擇", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "選擇", - "authoring.problemEditor.problemSelect.advanceButton.label": "進階問題類型", - "authoring.problemEditor.advanceProblem.menu.title": "進階問題", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {暫時支援的工具可能缺乏您課程所需的功能穩定性。edX無法控制軟體的品質,或使用這些工具提供的內容。在使用這些工具之前,請對其進行充分測試,特別是在評分部分。暫時支援的工具可能沒有完整的文件,或文件可能來自於edX以外的來源。} Not_supported {不支援的工具並非由edX維護,且可能在未來被廢棄。由於不符合測試、可及性、國際化和文件等基本要求中的一項或多項,不建議在課程中使用這些工具。} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle}問題", - "authoring.problemEditor.preview.altText": "一個 {problemType, select, multiplechoiceresponse {單選} stringreponse {文字輸入} numericalresponse {數值輸入} optionresponse {下拉選單} choiceresponse {多選} other {null} } 問題的預覽插圖。", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "了解更多", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "了解更多有關進階問題類型的信息", - "authoring.videoeditor.expand": "展開", - "authoring.videoeditor.collapse": "收起", - "authoring.videoeditor.validate.error.title": "我們無法新增您的影片。", - "authoring.videoeditor.validate.error.body": "請檢查您的輸入並重試。", - "authoring.videoeditor.duration.title": "期間", - "authoring.videoeditor.duration.description": "設定要播放的影片的特定章節。", - "authoring.videoeditor.duration.startTime.label": "開始時間", - "authoring.videoeditor.duration.stopTime.label": "停止時間", - "authoring.videoeditor.duration.hint": "輸入時間:HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "完整影片長度", - "authoring.videoeditor.duration.startsAt": "從{startTime}開始", - "authoring.videoeditor.duration.total": "總計: {total}", - "authoring.videoeditor.duration.custom": "客製化: {total}", - "authoring.videoeditor.transcripts.empty": "沒有新增字幕", - "authoring.videoeditor.videotype.youtube": "Youtube 影片", - "authoring.videoeditor.videotype.other": "其他影片", - "authoring.videoeditor.handout.title.label": "講義", - "authoring.videoeditor.handout.upload.label": "上傳講義", - "authoring.videoeditor.handout.upload.addHandoutMessage": "加入講義以配合該影片。學生可以點擊影片下方的「下載講義」來下載該檔案。", - "authoring.videoeditor.handout.error.uploadHandoutError": "講義上傳失敗。請再試一次。", - "authoring.videoeditor.handout.error.fileSizeError": "講義文件不得超過 20 MB。請調整檔案大小並重試。", - "authoring.videoeditor.handout.handoutHelpMessage": "學生可以點擊影片下方的「下載講義」來下載此檔案。", - "authoring.videoeditor.handout.deleteHandout": "刪除", - "authoring.videoeditor.handout.replaceHandout": "代替", - "authoring.videoeditor.handout.downloadHandout": "下載", - "authoring.videoeditor.license.title": "授權", - "authoring.videoeditor.license.licenseType.label": "授權類型", - "authoring.videoeditor.license.detailsSubsection.title": "授權詳情", - "authoring.videoeditor.license.displaySubsection.title": "顯示授權內容", - "authoring.videoeditor.license.add.label": "為該影片新增授權", - "authoring.videoeditor.license.deleteLicenseSelection": "清除並套用課程級授權", - "authoring.videoeditor.license.allRightsReservedIcons.label": "保留所有權利", - "authoring.videoeditor.license.creativeCommonsIcons.label": "保留部分權利", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "查看授權詳細信息", - "authoring.videoeditor.license.courseLevelDescription.helperText": "該授權目前設置在課程級別", - "authoring.videoeditor.license.courseLicenseDescription.message": "在課程層級設定的授權顯示在課程內課件頁面的底部。", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "該授權目前設置在資料庫級別", - "authoring.videoeditor.license.libraryLicenseDescription.message": "在資料庫級別設定的授權顯示在特定資料庫影片中。", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "該授權是專門為此影片設置的", - "authoring.videoeditor.license.defaultLicenseDescription.message": "當影片的授權與整個課程的授權不同時,學生會在影片播放器的右下角看到授權。", - "authoring.videoeditor.license.attributionCheckboxLabel": "署名", - "authoring.videoeditor.license.attributionSectionDescription": "允許其他人複製、分發、展示和表演您的受版權保護的作品,但前提是他們按照您要求的方式授權。目前,此選項是必需的。", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "非商業用途", - "authoring.videoeditor.license.noncommercialSectionDescription": "允許其他人複製、分發、展示和表演您的作品以及基於該作品的衍生作品,但僅限於非商業目的。", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "禁止改作", - "authoring.videoeditor.license.noDerivativesSectionDescription": "允許其他人複製、發布、示範及使用本作品,但不得改變、轉換或更改本作品,以及以本作品為基礎的衍生作品。此選項與“相同方式共享”不相容。", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "相同方式分享", - "authoring.videoeditor.license.shareAlikeSectionDescription": "在遵守與本作品一致的授權條款的前提下,允許他人發行衍生作品。此選項與“禁止改作”不相容。", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "您保留對您的作品的所有權利。", - "authoring.videoeditor.socialShare.title": "社群分享", - "authoring.videoeditor.socialShare.disabled.subtitle": "已停用", - "authoring.videoeditor.socialShare.enabled.subtitle": "啟用", - "authoring.videoeditor.socialShare.learnMore.link": "了解更多有關社交分享的信息", - "authoring.videoeditor.socialShare.description": "允許該影片分享到社群媒體", - "authoring.videoeditor.socialShare.checkbox.label": "此影片可分享至社群媒體", - "authoring.videoeditor.socialShare.overrideNote": "注意:此設定會被課程大綱頁面覆寫。", - "authoring.videoeditor.socialShare.settingsDisclaimer": "在課程大綱頁面上變更此設定。", - "authoring.videoeditor.thumbnail.title": "縮圖", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "不可用", - "authoring.videoeditor.thumbnail.none.subtitle": "無", - "authoring.videoeditor.thumbnail.yes.subtitle": "是的", - "authoring.videoeditor.thumbnail.unavailable.message": "從您的資料庫中選擇一個影片以啟用此功能(僅適用於在 edx.org 網站上運行的課程)。", - "authoring.videoeditor.thumbnail.upload.label": "上傳縮圖", - "authoring.videoeditor.thumbnail.upload.message": "上傳圖像供學生在播放影片之前查看。", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "圖片的長寬比必須為 16:9(建議 1280x720 像素)", - "authoring.videoeditor.thumbnail.altText": "用作影片縮圖的圖像", - "authoring.videoeditor.thumbnail.deleteThumbnail": "刪除", - "authoring.videoeditor.thumbnail.error.fileSizeError": "縮圖的檔案大小必須大於 2 KB 或小於 2 MB。請調整影像大小並重試。", - "authoring.videoeditor.transcripts.title": "字幕", - "authoring.videoeditor.transcripts.upload.label": "新增字幕", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "新增影片字幕(僅限 .srt 檔案)以提高可訪問性。", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "允許下載字幕", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "預設在影片播放器中顯示字幕", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "學生將在影片下方看到下載字幕的連結。", - "authoring.videoeditor.transcript.error.transcriptTypeError": "只能上傳SRT文件", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "無法上傳字幕。請再試一次。", - "authoring.videoeditor.transcript.error.fileSizeError": "字幕檔案大小超過最大值。請再試一次。", - "authoring.videoeditor.transcript.deleteTranscript": "刪除", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "刪除字幕失敗。請再試一次。", - "authoring.videoeditor.transcript.replaceTranscript": "代替", - "authoring.videoeditor.transcript.downloadTranscript": "下載", - "authoring.videoeditor.transcripts.languageSelectLabel": "語言", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "選擇語言", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "取消", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "刪除", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "您確定要刪除此字幕嗎?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "刪除這段字幕嗎?", - "authoring.videoeditor.transcripts.fileTypeWarning": "只能上傳 SRT 檔。請選擇以 .srt 結尾的檔案進行上傳。", - "authoring.videoEditor.transcripts.importButton.label": "匯入字幕", - "authoring.videoEditor.transcripts.importCard.header": "從 YouTube 匯入字幕?", - "authoring.videoEditor.transcrtipts.importCard.message": "我們在 YouTube 上找到了該影片的字幕。您想現在匯入嗎?", - "authoring.videoeditor.videoSource.title.label": "影片來源", - "authoring.videoeditor.videoSource.videoId.label": "影片ID", - "authoring.videoeditor.videoSource.videoId.feedback": "如果 edX 為您指派了影片 ID,請在此輸入 ID。", - "authoring.videoeditor.videoSource.videoUrl.label": "影片網址", - "authoring.videoeditor.videoSource.videoUrl.feedback": "您的影片的 網址。這可以是 YouTube 網址,也可以是指向網路上其他位置所託管的 .mp4、.ogg 或 .webm 影片檔案的連結。", - "authoring.videoeditor.videoIdChangeAlert.message": "影片 ID 欄位已更改,請檢查影片 網址 和後備 網址 值,並根據需要進行更新。", - "authoring.videoeditor.videoSource.fallbackVideo.title": "備用影片", - "authoring.videoeditor.videoSource.fallbackVideo.message": "為了確保所有學生都可以存取該影片,edX 建議提供 .mp4 和 .webm 格式的其他影片。將播放與學生設備相容的第一個列出的影片。", - "authoring.videoeditor.videoSource.fallbackVideo.label": "影片網址", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "刪除", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "允許影片下載", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "如果學生無法使用 edX 影片播放器或無法存取 YouTube,則允許他們下載該影片的不同格式版本。", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "允許在社交媒體上分享該影片。", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "允許學生在社群媒體上公開分享此影片。任何人都可以觀看該影片,他們不需要註冊課程,甚至不需要擁有 edX 帳戶。影片旁邊將顯示課程簡介頁面和註冊課程的連結。", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "新增影片網址", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "一般反饋", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "輸入一般反饋", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "輸入學生提交錯誤答案時顯示的回饋。如果您添加特定於答案的回饋,這將被覆蓋。", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "無", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "無", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "新增小組反饋", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "當學生選擇一組特定答案時,就會出現小組反饋。", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "小組反饋", - "authoring.problemeditor.settings.randomization.SettingTitle": "隨機化", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {該問題中沒有使用基於Python的隨機化。} other {定義何時隨機化相關的Python腳本中指定的變數。對於不需要隨機值的問題,請指定為 \"Never\"。} }", - "problemEditor.settings.tolerance.title": "偏差", - "problemEditor.settings.tolerance.summary.none": "無", - "problemEditor.settings.tolerance.description.text": "答案兩邊的誤差幅度。", - "problemEditor.settings.tolerance.valueinput": "偏差", - "problemEditor.settings.tolerance.answerrangewarning": "偏差不能應用在答案範圍", - "problemEditor.settings.tolerance.type.percent": "百分比", - "problemEditor.settings.tolerance.type.number": "數字", - "problemEditor.settings.tolerance.type.none": "無" -} \ No newline at end of file diff --git a/translations/frontend-lib-content-components/src/i18n/transifex_input.json b/translations/frontend-lib-content-components/src/i18n/transifex_input.json deleted file mode 100644 index 29f6ba50b69..00000000000 --- a/translations/frontend-lib-content-components/src/i18n/transifex_input.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "authoring.editorpage.selecteditor.error": "Error: Could Not find Editor", - "VideoUploadEditor.dropVideoFileHere": "Drag and drop video here or click to upload", - "VideoUploadEditor.browse": "Browse files", - "VideoUploadEditor.uploadInfo": "Upload MP4 or MOV files (5 GB max)", - "authoring.editorContainer.cancelConfirm.title": "Exit the editor?", - "authoring.editorContainer.cancelConfirm.description": "Are you sure you want to exit the editor? Any unsaved changes will be lost.", - "authoring.editorContainer.okButton.label": "OK", - "authoring.problemEditor.blockFailed": "Problem failed to load", - "authoring.texteditor.load.error": "Error: Could Not Load Text Content", - "authoring.texteditor.spinnerScreenReaderText": "loading", - "authoring.videoEditor.spinnerScreenReaderText": "loading", - "authoring.videoEditor.replaceVideoButtonLabel": "Replace video", - "authoring.videoUpload.spinnerScreenReaderText": "loading", - "VideoUploadEditor.pasteURL": "Paste your video ID or URL", - "VideoUploadEditor.closeButtonAltText": "Close", - "VideoUploadEditor.submitButtonAltText": "Submit", - "authoring.baseModal.cancelButtonLabel": "Cancel", - "authoring.texteditor.codeEditor.escapeHTMLButton": "Unescape HTML Literals", - "authoring.draggableList.tooltip.content": "Drag to reorder", - "authoring.texteditor.selectimagemodal.error.errorTitle": "Error", - "unexpected.error.message.text": "An unexpected error occurred. Please click the button below to refresh the page.", - "unexpected.error.button.text": "Try again", - "unexpected.error.returnToUnitPage.button.text": "Return to unit page", - "unexpected.error.returnToCourseOutline.button.text": "Return to {outlineType} outline", - "authoring.texteditor.sourcecodemodal.next.label": "Save", - "authoring.texteditor.sourcecodemodal.title.label": "Edit Source Code", - "authoring.texteditor.imagesettingsmodal.titleLabel": "Image Settings", - "authoring.texteditor.imagesettingsmodal.saveButtonLabel": "Save", - "authoring.texteditor.imagesettingsmodal.replaceImageButtonLabel": "Replace image", - "authoring.texteditor.imagesettingsmodal.imageDimensionsLabel": "Image Dimensions", - "authoring.texteditor.imagesettingsmodal.widthFloatingLabel": "Width", - "authoring.texteditor.imagesettingsmodal.heightFloatingLabel": "Height", - "authoring.texteditor.imagesettingsmodal.unlockDimensionsLabel": "unlock dimensions", - "authoring.texteditor.imagesettingsmodal.lockDimensionsLabel": "lock dimensions", - "authoring.texteditor.imagesettingsmodal.decorativeDimensionCheckboxLabel": "Use percentages for the image's width and height", - "authoring.texteditor.imagesettingsmodal.accessibilityLabel": "Accessibility", - "authoring.texteditor.imagesettingsmodal.altTextFloatingLabel": "Alt Text", - "authoring.texteditor.imagesettingsmodal.decorativeAltTextCheckboxLabel": "This image is decorative (no alt text required).", - "authoring.texteditor.imagesettingsmodal.error.altTextError": "Enter alt text or specify that the image is decorative only.", - "authoring.texteditor.imagesettingsmodal.error.altTextLocalFeedback": "Enter alt text", - "authoring.texteditor.imagesettingsmodal.error.dimensionError": "Dimension values must be less than or equal to 100.", - "authoring.texteditor.imagesettingsmodal.error.dimensionFeedback": "Enter a value less than or equal to 100.", - "authoring.texteditor.selectimagemodal.next.label": "Next", - "authoring.texteditor.selectimagemodal.upload.label": "Upload a new image (10 MB max)", - "authoring.texteditor.selectimagemodal.title.label": "Add an image", - "authoring.texteditor.selectimagemodal.sort.datenewest.label": "By date added (newest)", - "authoring.texteditor.selectimagemodal.sort.dateoldest.label": "By date added (oldest)", - "authoring.texteditor.selectimagemodal.sort.nameascending.label": "By name (ascending)", - "authoring.texteditor.selectimagemodal.sort.namedescending.label": "By name (descending)", - "authoring.texteditor.selectimagemodal.emptyGalleryLabel": "No images found in your gallery. Please upload an image using the button below.", - "authoring.texteditor.selectimagemodal.error.uploadImageError": "Failed to upload image. Please try again.", - "authoring.texteditor.selectimagemodal.error.fetchImagesError": "Failed to obtain course images. Please try again.", - "authoring.texteditor.selectimagemodal.error.fileSizeError": "Images must be 10 MB or less. Please resize image and try again.", - "authoring.texteditor.selectimagemodal.error.selectImageError": "Select an image to continue.", - "authoring.editorfooter.save.error": "Error: Content save failed. Please check recent changes and try again later.", - "authoring.editorfooter.cancelButton.ariaLabel": "Discard changes and return to learning context", - "authoring.editorfooter.cancelButton.label": "Cancel", - "authoring.editorfooter.savebutton.ariaLabel": "Save changes and return to learning context", - "authoring.editorfooter.savebutton.label": "Save", - "authoring.texteditor.title.loading": "Loading...", - "authoring.texteditor.header.cancelChangesLabel": "Cancel Changes and Return to Learning Context", - "authoring.texteditor.header.editTitleLabel": "Edit Title", - "authoring.texteditor.header.cancelTitleEdit": "Cancel", - "authoring.texteditor.header.saveTitleEdit": "Save", - "authoring.problemEditor.editProblemView.saveWarningModal.cancelButton.label": "Cancel", - "authoring.problemEditor.editProblemView.saveWarningModal.saveButton.label": "Ok", - "authoring.problemEditor.editProblemView.saveWarningModal.body.question": "Are you sure you want to exit the editor?", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.title": "No answer specified", - "authoring.problemEditor.editProblemView.saveWarningModal.noAnswer.body.explanation": "No correct answer has been specified.", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.title": "OLX settings discrepancy", - "authoring.problemEditor.editProblemView.saveWarningModal.olxSettingDiscrepancy.body.explanation": "A discrepancy was found between the settings defined in the OLX's problem tag and the settings selected in the sidebar. The settings defined in the OLX's problem tag will be saved and corresponding values in the sidebar will be discarded.", - "authoring.answerwidget.answer.answerWidgetTitle": "Answers", - "authoring.problemEditor.answerWidget.answer.answerHelperText": "{helperText}", - "authoring.answerwidget.answer.addAnswerButton": "Add answer", - "authoring.answerwidget.answer.placeholder": "Enter an answer", - "authoring.answerwidget.feedback.placeholder": "Feedback message", - "authoring.answerwidget.feedback.icon.alt": "Toggle feedback", - "authoring.answerwidget.answer.delete.icon.alt": "Delete answer", - "authoring.answerwidget.feedback.selected.label": "Show following feedback when {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.selected.label.boldunderline": "is selected", - "authoring.answerwidget.feedback.unselected.label": "Show following feedback when {answerId} {boldunderline}:", - "authoring.answerwidget.feedback.unselected.label.boldunderline": "is not selected", - "authoring.answerwidget.answer.addAnswerRangeButton": "Add answer range", - "authoring.answerwidget.answer.answerRangeTextboxPlaceholder": "Enter an answer range", - "authoring.answerwidget.answer.answerRangeHelperText": "Enter min and max values separated by a comma. Use a bracket to include the number next to it in the range, or a parenthesis to exclude the number. For example, to identify the correct answers as 5, 6, or 7, but not 8, specify [5,8).", - "authoring.problemEditor.explanationwidget.explanationWidgetTitle": "Explanation", - "authoring.problemEditor.solutionwidget.solutionDescriptionText": "Provide an explanation for the correct answer", - "authoring.problemEditor.questionwidget.placeholder": "Enter your question", - "authoring.questionwidget.question.questionWidgetTitle": "Question", - "authoring.problemeditor.settings.settingsWidgetTitle": "Settings", - "authoring.problemeditor.settings.showAdvancedButton": "Show advanced settings", - "authoring.problemeditor.settings.delete.icon.alt": "Delete answer", - "authoring.problemeditor.settings.advancedSettingLink.text": "Set a default value in advanced settings", - "authoring.problemeditor.settings.hint.title": "Hints", - "authoring.problemeditor.settings.hint.inputLabel": "Hint", - "authoring.problemeditor.settings.hint.addHintButton": "Add hint", - "authoring.problemeditor.settings.hint.noHintSummary": "None", - "authoring.problemeditor.settings.hint.summary": "{hint} {count, plural, =0 {} other {(+# more)}}", - "authoring.problemeditor.settings.reset.title": "Show reset option", - "authoring.problemeditor.settings.reset.true": "True", - "authoring.problemeditor.settings.reset.false": "False", - "authoring.problemeditor.settings.reset.text": "Determines whether a 'Reset' button is shown so the user may reset their answer, generally for use in practice or formative assessments.", - "authoring.problemeditor.settings.scoring.title": "Scoring", - "authoring.problemeditor.settings.scoring.attempts.inputLabel": "Attempts", - "authoring.problemeditor.settings.scoring.weight.inputLabel": "Points", - "authoring.problemeditor.settings.scoring.unlimited": "Unlimited attempts", - "authoring.problemeditor.settings.scoring.attempts": "{attempts, plural, =1 {# attempt} other {# attempts}}", - "authoring.problemeditor.settings.scoring.attempts.unlimitedCheckbox": "Unlimited attempts", - "authoring.problemeditor.settings.scoring.weight": "{weight, plural, =0 {Ungraded} other {# points}}", - "authoring.problemeditor.settings.scoring.label": "Specify point weight and the number of answer attempts", - "authoring.problemeditor.settings.scoring.attempts.hint": "If a default value is not set in advanced settings, unlimited attempts are allowed", - "authoring.problemeditor.settings.scoring.weight.hint": "If a value is not set, the problem is worth one point", - "authoring.problemeditor.settings.showAnswer.title": "Show answer", - "authoring.problemeditor.settings.showAnswer.attempts.inputLabel": "Number of Attempts", - "authoring.problemeditor.settings.showAnswer.text": "Define when learners can see the correct answer.", - "authoring.problemeditor.settings.timer.title": "Time between attempts", - "authoring.problemeditor.settings.timer.summary": "{time} seconds", - "authoring.problemeditor.settings.timer.text": "Seconds a student must wait between submissions for a problem with multiple attempts.", - "authoring.problemeditor.settings.timer.inputLabel": "Seconds", - "authoring.problemeditor.settings.type.title": "Type", - "authoring.problemeditor.settings.switchtoadvancededitor.label": "Switch to advanced editor", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessage": "If you use the advanced editor, this problem will be converted to OLX and you will not be able to return to the simple editor.", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchMessageTitle": "Convert to OLX?", - "authoring.problemeditor.settings.switchtoadvancededitor.ConfirmSwitchButtonLabel": "Switch to advanced editor", - "authoring.problemeditor.settings.showAnswer.explanation.inputLabel": "Explanation", - "authoring.problemeditor.settings.showAnswer.explanation.text": "Provide an explanation for the correct answer.", - "authoring.problemEditor.selectType.title": "Select problem type", - "authoring.problemeditor.selecttype.cancelButton.label": "Cancel", - "authoring.problemeditor.selecttype.cancelButton.ariaLabel": "Cancel", - "authoring.problemeditor.selecttype.selectButton.label": "Select", - "authoring.problemeditor.selecttype.selectButton.ariaLabel": "Select", - "authoring.problemEditor.problemSelect.advanceButton.label": "Advanced problem types", - "authoring.problemEditor.advanceProblem.menu.title": "Advanced problems", - "authoring.problemEditor.advanceProblem.problemType.label": "{problemType}", - "authoring.problemEditor.advanceProblem.supportStatus": "{supportStatus}", - "authoring.problemEditor.advanceProblem.supportStatus.tooltipMessage": "{supportStatus, select, Provisional {Provisionally supported tools might lack the robustness of functionality that your courses require. edX does not have control over the quality of the software, or of the content that can be provided using these tools. Test these tools thoroughly before using them in your course, especially in graded sections. Complete documentstion might not be available for provisionally supported tools, or documentation might be available from sources other than edX.} Not_supported {Tools with no support are not maintained by edX, and might be deprecated in the future. They are not recommened for use in courses due to non-compliance with one or more of the base requirements, such as testing, accessibility, internationalization, and documentation.} other { } }", - "authoring.problemEditor.preview.title": "{previewTitle} problem", - "authoring.problemEditor.preview.altText": "A preview illustration of a {problemType, select, multiplechoiceresponse {single select} stringreponse {text input} numericalresponse {numerical input} optionresponse {dropdown} choiceresponse {multiple select} other {null} } problem", - "authoring.problemEditor.preview.description": "{previewDescription}", - "authoring.problemEditor.learnMoreButtonLabel.label": "Learn more", - "authoring.problemEditor.advanceProblem.learnMoreButtonLabel.label": "Learn more about advanced problem types", - "authoring.videoeditor.expand": "Expand", - "authoring.videoeditor.collapse": "Collapse", - "authoring.videoeditor.validate.error.title": "We couldn't add your video.", - "authoring.videoeditor.validate.error.body": "Please check your entries and try again.", - "authoring.videoeditor.duration.title": "Duration", - "authoring.videoeditor.duration.description": "Set a specific section of the video to play.", - "authoring.videoeditor.duration.startTime.label": "Start time", - "authoring.videoeditor.duration.stopTime.label": "Stop time", - "authoring.videoeditor.duration.hint": "Enter time as HH:MM:SS", - "authoring.videoeditor.duration.fullVideoLength": "Full video length", - "authoring.videoeditor.duration.startsAt": "Starts at {startTime}", - "authoring.videoeditor.duration.total": "Total: {total}", - "authoring.videoeditor.duration.custom": "Custom: {total}", - "authoring.videoeditor.transcripts.empty": "No transcripts added", - "authoring.videoeditor.videotype.youtube": "YouTube video", - "authoring.videoeditor.videotype.other": "Other video", - "authoring.videoeditor.handout.title.label": "Handout", - "authoring.videoeditor.handout.upload.label": "Upload Handout", - "authoring.videoeditor.handout.upload.addHandoutMessage": "Add a handout to accompany this video. Learners can download this file by clicking \"Download Handout\" below the video.", - "authoring.videoeditor.handout.error.uploadHandoutError": "Failed to upload handout. Please try again.", - "authoring.videoeditor.handout.error.fileSizeError": "Handout files must be 20 MB or less. Please resize the file and try again.", - "authoring.videoeditor.handout.handoutHelpMessage": "Learners can download this file by clicking \"Download Handout\" below the video.", - "authoring.videoeditor.handout.deleteHandout": "Delete", - "authoring.videoeditor.handout.replaceHandout": "Replace", - "authoring.videoeditor.handout.downloadHandout": "Download", - "authoring.videoeditor.license.title": "License", - "authoring.videoeditor.license.licenseType.label": "License Type", - "authoring.videoeditor.license.detailsSubsection.title": "License Details", - "authoring.videoeditor.license.displaySubsection.title": "License Display", - "authoring.videoeditor.license.add.label": "Add a license for this video", - "authoring.videoeditor.license.deleteLicenseSelection": "Clear and apply the course-level license", - "authoring.videoeditor.license.allRightsReservedIcons.label": "All Rights Reserved", - "authoring.videoeditor.license.creativeCommonsIcons.label": "Some Rights Reserved", - "authoring.videoeditor.license.viewLicenseDetailsLabel.label": "View license details", - "authoring.videoeditor.license.courseLevelDescription.helperText": "This license currently set at the course level", - "authoring.videoeditor.license.courseLicenseDescription.message": "Licenses set at the course level appear at the bottom of courseware pages within your course.", - "authoring.videoeditor.license.libraryLevelDescription.helperText": "This license currently set at the library level", - "authoring.videoeditor.license.libraryLicenseDescription.message": "Licenses set at the library level appear at the specific library video.", - "authoring.videoeditor.license.defaultLevelDescription.helperText": "This license is set specifically for this video", - "authoring.videoeditor.license.defaultLicenseDescription.message": "When a video has a different license than the course as a whole, learners see the license at the bottom right of the video player.", - "authoring.videoeditor.license.attributionCheckboxLabel": "Attribution", - "authoring.videoeditor.license.attributionSectionDescription": "Allow others to copy, distribute, display and perform your copyrighted work but only if they give credit the way you request. Currently, this option is required.", - "authoring.videoeditor.license.noncommercialCheckboxLabel": "Noncommercial", - "authoring.videoeditor.license.noncommercialSectionDescription": "Allow others to copy, distribute, display and perform your work - and derivative works based upon it - but for noncommercial purposes only.", - "authoring.videoeditor.license.noDerivativesCheckboxLabel": "No Derivatives", - "authoring.videoeditor.license.noDerivativesSectionDescription": "Allow others to copy, distribute, display and perform only verbatim copies of your work, not derivative works based upon it. This option is incompatible with \"Share Alike\".", - "authoring.videoeditor.license.shareAlikeCheckboxLabel": "Share Alike", - "authoring.videoeditor.license.shareAlikeSectionDescription": "Allow others to distribute derivative works only under a license identical to the license that governs your work. This option is incompatible with \"No Derivatives\".", - "authoring.videoeditor.license.allRightsReservedSectionMessage": "You reserve all rights for your work.", - "authoring.videoeditor.socialShare.title": "Social Sharing", - "authoring.videoeditor.socialShare.disabled.subtitle": "Disabled", - "authoring.videoeditor.socialShare.enabled.subtitle": "Enabled", - "authoring.videoeditor.socialShare.learnMore.link": "Learn more about social sharing", - "authoring.videoeditor.socialShare.description": "Allow this video to be shareable to social media", - "authoring.videoeditor.socialShare.checkbox.label": "This video is shareable to social media", - "authoring.videoeditor.socialShare.overrideNote": "Note: This setting is overridden by the course outline page.", - "authoring.videoeditor.socialShare.settingsDisclaimer": "Change this setting on the course outline page.", - "authoring.videoeditor.thumbnail.title": "Thumbnail", - "authoring.videoeditor.thumbnail.unavailable.subtitle": "Unavailable", - "authoring.videoeditor.thumbnail.none.subtitle": "None", - "authoring.videoeditor.thumbnail.yes.subtitle": "Yes", - "authoring.videoeditor.thumbnail.unavailable.message": "Select a video from your library to enable this feature (applies only to courses that run on the edx.org site).", - "authoring.videoeditor.thumbnail.upload.label": "Upload thumbnail", - "authoring.videoeditor.thumbnail.upload.message": "Upload an image for learners to see before playing the video.", - "authoring.videoeditor.thumbnail.upload.aspectRequirements": "Images must have an aspect ratio of 16:9 (1280x720 px recommended)", - "authoring.videoeditor.thumbnail.altText": "Image used as thumbnail for video", - "authoring.videoeditor.thumbnail.deleteThumbnail": "Delete", - "authoring.videoeditor.thumbnail.error.fileSizeError": "The file size for thumbnails must be larger than 2 KB or less than 2 MB. Please resize your image and try again.", - "authoring.videoeditor.transcripts.title": "Transcripts", - "authoring.videoeditor.transcripts.upload.label": "Add a transcript", - "authoring.videoeditor.transcripts.upload.firstTranscriptMessage": "Add video transcripts (.srt files only) for improved accessibility.", - "authoring.videoeditor.transcripts.allowDownloadCheckboxLabel": "Allow transcript downloads", - "authoring.videoeditor.transcripts.upload.showByDefaultCheckboxLabel": "Show transcript in the video player by default", - "authoring.videoeditor.transcripts.upload.allowDownloadTooltipMessage": "Learners will see a link to download the transcript below the video.", - "authoring.videoeditor.transcript.error.transcriptTypeError": "Only SRT file can be uploaded", - "authoring.videoeditor.transcript.error.uploadTranscriptError": "Failed to upload transcript. Please try again.", - "authoring.videoeditor.transcript.error.fileSizeError": "Transcript file size exeeds the maximum. Please try again.", - "authoring.videoeditor.transcript.deleteTranscript": "Delete", - "authoring.videoeditor.transcript.error.deleteTranscriptError": "Failed to delete transcript. Please try again.", - "authoring.videoeditor.transcript.replaceTranscript": "Replace", - "authoring.videoeditor.transcript.downloadTranscript": "Download", - "authoring.videoeditor.transcripts.languageSelectLabel": "Languages", - "authoring.videoeditor.transcripts.languageSelectPlaceholder": "Select Language", - "authoring.videoeditor.transcripts.cancelDeleteLabel": "Cancel", - "authoring.videoeditor.transcripts.confirmDeleteLabel": "Delete", - "authoring.videoeditor.transcripts.deleteConfirmationMessage": "Are you sure you want to delete this transcript?", - "authoring.videoeditor.transcripts.deleteConfirmationTitle": "Delete this transcript?", - "authoring.videoeditor.transcripts.fileTypeWarning": "Only SRT files can be uploaded. Please select a file ending in .srt to upload.", - "authoring.videoEditor.transcripts.importButton.label": "Import Transcript", - "authoring.videoEditor.transcripts.importCard.header": "Import transcript from YouTube?", - "authoring.videoEditor.transcrtipts.importCard.message": "We found transcript for this video on YouTube. Would you like to import it now?", - "authoring.videoeditor.videoSource.title.label": "Video source", - "authoring.videoeditor.videoSource.videoId.label": "Video ID", - "authoring.videoeditor.videoSource.videoId.feedback": "If you were assigned a video ID by edX, enter the ID here.", - "authoring.videoeditor.videoSource.videoUrl.label": "Video URL", - "authoring.videoeditor.videoSource.videoUrl.feedback": "The URL for your video. This can be a YouTube URL, or a link to an .mp4, .ogg, or .webm video file hosted elsewhere on the internet.", - "authoring.videoeditor.videoIdChangeAlert.message": "The Video ID field has changed, please check the Video URL and fallback URL values and update them if necessary.", - "authoring.videoeditor.videoSource.fallbackVideo.title": "Fallback videos", - "authoring.videoeditor.videoSource.fallbackVideo.message": "To be sure all learners can access the video, edX recommends providing additional videos in both .mp4 and .webm formats. The first listed video compatible with the learner's device will play.", - "authoring.videoeditor.videoSource.fallbackVideo.label": "Video URL", - "authoring.videoeditor.videoSource.deleteFallbackVideo": "Delete", - "authoring.videoeditor.videoSource.allowDownloadCheckboxLabel": "Allow video downloads", - "authoring.videoeditor.videoSource.allowDownloadTooltipMessage": "Allow learners to download versions of this video in different formats if they cannot use the edX video player or do not have access to YouTube.", - "authoring.videoeditor.videoSource.allowVideoSharingCheckboxLabel": "Allow this video to be shared on social media.", - "authoring.videoeditor.videoSource.allowVideoSharingTooltipMessage": "Allow learners to share this video publicly on social media. The video will be viewable by anyone, they will not need to enroll in the course or even have an edX account. Links to the course about page and to enroll in the course will appear alongside the video.", - "authoring.videoeditor.videoSource.fallbackVideo.addButtonLabel": "Add a video URL", - "authoring.problemeditor.settings.generalFeebackSettingTitle": "General Feedback", - "authoring.problemeditor.settings.generalFeedbackInputLabel": "Enter General Feedback", - "authoring.problemeditor.settings.generalFeedbackInputDescription": "Enter the feedback to appear when a student submits a wrong answer. This will be overridden if you add answer-specific feedback.", - "authoring.problemeditor.settings.generalFeedback.noFeedbackSummary": "None", - "authoring.problemeditor.settings.GroupFeedbackSummary.nonMessage": "None", - "authoring.problemeditor.settings.GroupFeedbackSummary.message": "{groupFeedback}", - "authoring.problemeditor.settings.addGroupFeedbackButtonText": "Add group feedback", - "authoring.problemeditor.settings.GroupFeedbackInputLabel": "Group feedback will appear when a student selects a specific set of answers.", - "authoring.problemeditor.settings.GroupFeedbackSettingTitle": "Group Feedback", - "authoring.problemeditor.settings.randomization.SettingTitle": "Randomization", - "authoring.problemeditor.settings.randomization.SettingText": "{randomization, select, null {No Python based randomization is present in this problem.} other {Defines when to randomize the variables specified in the associated Python script. For problems that do not randomize values, specify \"Never\".} }", - "problemEditor.settings.tolerance.title": "Tolerance", - "problemEditor.settings.tolerance.summary.none": "None", - "problemEditor.settings.tolerance.description.text": "The margin of error on either side of an answer.", - "problemEditor.settings.tolerance.valueinput": "Tolerance", - "problemEditor.settings.tolerance.answerrangewarning": "Tolerance cannot be applied to an answer range", - "problemEditor.settings.tolerance.type.percent": "Percentage", - "problemEditor.settings.tolerance.type.number": "Number", - "problemEditor.settings.tolerance.type.none": "None" -} \ No newline at end of file