From 74f5a0e8eec1c42864c72b06c60db29ac665536f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 21 May 2023 21:22:17 +0000 Subject: [PATCH] chore(i18n): update translations --- src/i18n/messages/ar.json | 64 +++++++++++++++++++---------------- src/i18n/messages/de.json | 64 +++++++++++++++++++---------------- src/i18n/messages/de_DE.json | 64 +++++++++++++++++++---------------- src/i18n/messages/es_419.json | 64 +++++++++++++++++++---------------- src/i18n/messages/fr.json | 64 +++++++++++++++++++---------------- src/i18n/messages/fr_CA.json | 64 +++++++++++++++++++---------------- src/i18n/messages/hi.json | 64 +++++++++++++++++++---------------- src/i18n/messages/it.json | 64 +++++++++++++++++++---------------- src/i18n/messages/it_IT.json | 64 +++++++++++++++++++---------------- src/i18n/messages/pt.json | 64 +++++++++++++++++++---------------- src/i18n/messages/pt_PT.json | 64 +++++++++++++++++++---------------- src/i18n/messages/ru.json | 64 +++++++++++++++++++---------------- src/i18n/messages/uk.json | 64 +++++++++++++++++++---------------- src/i18n/messages/zh_CN.json | 64 +++++++++++++++++++---------------- 14 files changed, 476 insertions(+), 420 deletions(-) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index df3a3629d..62d3494b8 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "هذا هو موضوع المناقشة الافتراضي لمساقك.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "تهيئة الموضوع", "authoring.discussions.addTopicHelpText": "اختر اسما فريدًا لموضوعك", - "authoring.discussions.blackoutDates": "مواعيد تعطيل المناقشة", - "authoring.discussions.builtIn.blackoutDates.label": "مواعيد التعطيل", - "authoring.discussions.builtIn.blackoutDates.help": "عند الإضافة لن يستطيع المتعلمون النشر في المناقشات بين هذه التواريخ.", - "authoring.discussions.addBlackoutDatesButton": "إضافة نطاق زمني للتعطيل", - "authoring.discussions.builtIn.configureBlackoutDates.label": "تهيئة النطاق الزمني للتعطيل", - "authoring.discussions.blackoutStartDate.help": "أدخل تاريخ بدء، مثلا 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "أدخل تاريخ انتهاء، مثلا 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "أدخل وقت البدء، مثلا 09:00 صباحًا", - "authoring.discussions.blackoutEndTime.help": "أدخل وقت الانتهاء، مثلا 05:00 مساءً", - "authoring.discussions.activeBlackoutDatesDeletion.help": "مواعيد التعطيل هذه مفعّلة حاليا. إن تم حذفها، فسيستطيع المتعلمون النشر في المناقشات خلال هذه التواريخ. هل انت متأكد أنك تريد المواصلة؟", - "authoring.discussions.blackoutDatesDeletion.help": "عند الحذف سيستطيع المتعلمون النشر في المناقشات خلال هذه التواريخ.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "هل أنت متأكد أنك تريد حذف تواريخ التعطيل هذه؟", - "authoring.discussions.activeBlackoutDatesDeletion.label": "هل تريد حذف تواريخ التعطيل المفعّلة؟", - "authoring.discussions.blackoutDatesDeletion.label": "هل تريد حذف تواريخ التعطيل؟", - "authoring.blackoutDates.delete": "حذف تواريخ التعطيل", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "حقل تاريخ البدء مطلوب", - "authoring.blackoutDates.endDate.required": "حقل تاريخ الانتهاء مطلوب", - "authoring.blackoutDates.startDate.inPast": "لا يمكن لتاريخ البدء أن يأتي بعد تاريخ الانتهاء", - "authoring.blackoutDates.endDate.inPast": "لا يمكن لتاريخ الانتهاء أن يسبق تاريخ البدء", - "authoring.blackoutDates.startTime.inPast": "لا يمكن لوقت البدء أن يأتي بعد وقت الانتهاء", - "authoring.blackoutDates.endTime.inPast": "لا يمكن لوقت الانتهاء أن يسبق وقت البدء", - "authoring.blackoutDates.startTime.inValidFormat": "أدخل وقت بدء صالحًا", - "authoring.blackoutDates.endTime.inValidFormat": "أدخل وقت انتهاء صالحًا", - "authoring.blackoutDates.startDate.inValidFormat": "أدخل تاريخ بدء صالحًا", - "authoring.blackoutDates.endDate.inValidFormat": "أدخل تاريخ انتهاء صالحًا", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "حذف الموضوع", "authoring.topics.expand": "توسيع", "authoring.topics.collapse": "طي", - "authoring.blackoutDates.start.date": "تاريخ البدء", - "authoring.blackoutDates.start.time": "وقت البدء (اختياري) ({zone})", - "authoring.blackoutDates.end.date": "تاريخ الانتهاء", - "authoring.blackoutDates.end.time": "وقت الانتهاء (اختياري) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "حدد أداة مناقشة لهذا المساق.", "authoring.discussions.supportedFeatures": "الميزات المدعومة", "authoring.discussions.supportedFeatureList-mobile-show": "إظهار الميزات المدعومة", diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/de_DE.json b/src/i18n/messages/de_DE.json index 5d0567232..7331fd542 100644 --- a/src/i18n/messages/de_DE.json +++ b/src/i18n/messages/de_DE.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Dies ist das Standarddiskussionsthema für Ihren Kurs.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Thema konfigurieren", "authoring.discussions.addTopicHelpText": "Wählen Sie einen eindeutigen Namen für Ihr Thema", - "authoring.discussions.blackoutDates": "Sperrtermine für Diskussionen", - "authoring.discussions.builtIn.blackoutDates.label": "Sperrtermine", - "authoring.discussions.builtIn.blackoutDates.help": "Falls hinzugefügt, können Lernende zwischen diesen Daten keine Diskussionen posten.", - "authoring.discussions.addBlackoutDatesButton": "Sperrzeitraum hinzufügen", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Sperrdatumsbereich konfigurieren", - "authoring.discussions.blackoutStartDate.help": "Geben Sie ein Startdatum ein, zB 10.12.2023", - "authoring.discussions.blackoutEndDate.help": "Geben Sie ein Enddatum ein, zB 17.12.2023", - "authoring.discussions.blackoutStartTime.help": "Geben Sie eine Startzeit ein, zB 09:00 Uhr", - "authoring.discussions.blackoutEndTime.help": "Geben Sie eine Endzeit ein, zB 17:00 Uhr", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Diese Sperrdaten sind derzeit aktiv. Wenn sie gelöscht werden, können Lernende während dieser Daten in Diskussionen posten. Sind Sie sicher, dass Sie fortfahren möchten?", - "authoring.discussions.blackoutDatesDeletion.help": "Wenn sie gelöscht werden, können Lernende während dieser Daten in Diskussionen posten.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Möchten Sie diese Sperrdaten wirklich löschen?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Aktive Sperrdaten löschen?", - "authoring.discussions.blackoutDatesDeletion.label": "Sperrdaten löschen?", - "authoring.blackoutDates.delete": "Sperrdaten löschen", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Startdatum ist ein Pflichtfeld", - "authoring.blackoutDates.endDate.required": "Enddatum ist ein Pflichtfeld", - "authoring.blackoutDates.startDate.inPast": "Das Startdatum darf nicht nach dem Enddatum liegen", - "authoring.blackoutDates.endDate.inPast": "Das Enddatum darf nicht vor dem Startdatum liegen", - "authoring.blackoutDates.startTime.inPast": "Die Startzeit darf nicht nach der Endzeit liegen", - "authoring.blackoutDates.endTime.inPast": "Die Endzeit darf nicht vor der Startzeit liegen", - "authoring.blackoutDates.startTime.inValidFormat": "Geben Sie eine gültige Startzeit ein", - "authoring.blackoutDates.endTime.inValidFormat": "Geben Sie eine gültige Endzeit ein", - "authoring.blackoutDates.startDate.inValidFormat": "Geben Sie ein gültiges Startdatum ein", - "authoring.blackoutDates.endDate.inValidFormat": "Geben Sie ein gültiges Enddatum ein", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Thema löschen", "authoring.topics.expand": "Erweitern", "authoring.topics.collapse": "Zusammenbruch", - "authoring.blackoutDates.start.date": "Startdatum", - "authoring.blackoutDates.start.time": "Startzeit (optional) ({zone})", - "authoring.blackoutDates.end.date": "Endtermin", - "authoring.blackoutDates.end.time": "Endzeit (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Wählen Sie ein Diskussionstool für diesen Kurs aus", "authoring.discussions.supportedFeatures": "Unterstützte Funktionen", "authoring.discussions.supportedFeatureList-mobile-show": "Unterstützte Funktionen anzeigen", diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json index 56ad431a2..54b1d91ca 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/es_419.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Este es el tema de discusión de tu curso por defecto.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configura el tema", "authoring.discussions.addTopicHelpText": "Escoge un nombre único para el tema", - "authoring.discussions.blackoutDates": "Fechas restringidas para la discusión", - "authoring.discussions.builtIn.blackoutDates.label": "Fechas restringidas", - "authoring.discussions.builtIn.blackoutDates.help": "Si es agregado, los estudiantes no podrán publicar discusiones entre estas fechas.", - "authoring.discussions.addBlackoutDatesButton": "Adiciona un rango de fechas restringidas", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configura un rango de fechas restringidas", - "authoring.discussions.blackoutStartDate.help": "Ingresa una fecha de inicio, ejemplo: 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Ingresa una fecha de terminación, ejemplo: 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Ingresa un tiempo de inicio, ejemplo: 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Ingresa un tiempo de terminación, ejemplo: 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Estas fechas de restricciones se encuentran actualmente activas. Si las eliminas, los estudiantes podrán publicar en las discusiones durante estas fechas. ¿Estás seguro que quieres proceder?", - "authoring.discussions.blackoutDatesDeletion.help": "En caso de eliminado, los estudiantes podrán publicar en las discusiones durante estas fechas.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "¿Estas seguro de que deseas eliminar las fechas restringidas?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "¿Eliminar las fechas restringidas activas? ", - "authoring.discussions.blackoutDatesDeletion.label": "¿Eliminar fechas restringidas?", - "authoring.blackoutDates.delete": "Borrar fechas restringidas", - "authoring.blackoutDates.status": "{estado}", - "authoring.blackoutDates.startDate.required": "Fecha de inicio es un campo requerido", - "authoring.blackoutDates.endDate.required": "Fecha de terminación es un campo requerido", - "authoring.blackoutDates.startDate.inPast": "Fecha de inicio no puede ser después de la fecha de finalización", - "authoring.blackoutDates.endDate.inPast": "La fecha de terminación no puede ser antes de la fecha de inicio", - "authoring.blackoutDates.startTime.inPast": "El tiempo de inicio no puede ser después del tiempo de terminación", - "authoring.blackoutDates.endTime.inPast": "El tiempo de terminación no puede ser antes del tiempo de inicio", - "authoring.blackoutDates.startTime.inValidFormat": "Ingresa un tiempo de inicio válido ", - "authoring.blackoutDates.endTime.inValidFormat": "Ingresa un tiempo de finalización válido", - "authoring.blackoutDates.startDate.inValidFormat": "Ingresa una fecha de inicio válida", - "authoring.blackoutDates.endDate.inValidFormat": "Ingresa una fecha de finalización válida", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Borrar tema", "authoring.topics.expand": "Expandir", "authoring.topics.collapse": "Colapsar", - "authoring.blackoutDates.start.date": "Fecha de inicio", - "authoring.blackoutDates.start.time": "Hora de inicio (opcional) ({zone})", - "authoring.blackoutDates.end.date": "Fecha de terminación", - "authoring.blackoutDates.end.time": "Hora de finalización (opcional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Selecciona una herramienta de discusión para este curso", "authoring.discussions.supportedFeatures": "Funcionalidades soportadas", "authoring.discussions.supportedFeatureList-mobile-show": "Mostrar funcionalidades soportadas", diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 3d7431dcd..43e417e40 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Ceci est le sujet de discussion par défaut pour votre cours.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configurez le sujet", "authoring.discussions.addTopicHelpText": "Choisissez un nom unique pour votre sujet", - "authoring.discussions.blackoutDates": "Dates d'interdiction des discussions", - "authoring.discussions.builtIn.blackoutDates.label": "Dates d'interdiction", - "authoring.discussions.builtIn.blackoutDates.help": "S'ils sont ajoutés, les apprenants ne pourront pas participer aux discussions entre ces dates.", - "authoring.discussions.addBlackoutDatesButton": "Ajouter une plage de dates d'interdiction", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configurer la plage de dates d'interdiction", - "authoring.discussions.blackoutStartDate.help": "Entrez une date de début, par exemple le 12/10/2023.", - "authoring.discussions.blackoutEndDate.help": "Entrez une date de fin, par exemple le 17/12/2023.", - "authoring.discussions.blackoutStartTime.help": "Entrez une heure de début, par exemple 9h00", - "authoring.discussions.blackoutEndTime.help": "Entrez une heure de fin, par exemple 17h00", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Ces dates d'interdiction sont actuellement actives. Si elles sont supprimées, les apprenants pourront poster dans les discussions pendant ces dates. Êtes-vous sûr de vouloir continuer ?", - "authoring.discussions.blackoutDatesDeletion.help": "Si supprimé, les apprenants pourront participer aux discussions pendant ces dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Êtes-vous sûr de vouloir supprimer ces dates d'interdiction ?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Supprimer les dates d'interdiction actives ?", - "authoring.discussions.blackoutDatesDeletion.label": "Supprimer les dates d'interdiction ?", - "authoring.blackoutDates.delete": "Supprimer les dates d'interdiction", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "La date de début est un champ obligatoire", - "authoring.blackoutDates.endDate.required": "La date de fin est un champ obligatoire", - "authoring.blackoutDates.startDate.inPast": "La date de début ne peut pas être supérieure à la date de fin", - "authoring.blackoutDates.endDate.inPast": "La date de fin ne peut pas être avant la date de début", - "authoring.blackoutDates.startTime.inPast": "L'heure de début ne peut pas être après l'heure de fin", - "authoring.blackoutDates.endTime.inPast": "L'heure de fin ne peut pas être inférieure à l'heure de début", - "authoring.blackoutDates.startTime.inValidFormat": "Entrez une heure de début valide", - "authoring.blackoutDates.endTime.inValidFormat": "Entrez une heure de fin valide", - "authoring.blackoutDates.startDate.inValidFormat": "Entrez une date de début valide", - "authoring.blackoutDates.endDate.inValidFormat": "Entrez une date de fin valide", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Supprimer le sujet", "authoring.topics.expand": "Développer", "authoring.topics.collapse": "Replier", - "authoring.blackoutDates.start.date": "Date de début", - "authoring.blackoutDates.start.time": "Heure de début (facultatif) ({zone})", - "authoring.blackoutDates.end.date": "Date de fin", - "authoring.blackoutDates.end.time": "Heure de fin (facultatif) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Sélectionnez un outil de discussion pour ce cours", "authoring.discussions.supportedFeatures": "Fonctionnalités prises en charge", "authoring.discussions.supportedFeatureList-mobile-show": "Afficher les fonctionnalités prises en charge", diff --git a/src/i18n/messages/fr_CA.json b/src/i18n/messages/fr_CA.json index 65fe90651..e44e8e0c4 100644 --- a/src/i18n/messages/fr_CA.json +++ b/src/i18n/messages/fr_CA.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Ceci est le sujet de discussion par défaut pour votre cours.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configurez le sujet", "authoring.discussions.addTopicHelpText": "Choisissez un nom unique pour votre sujet", - "authoring.discussions.blackoutDates": "Dates d'interdiction des discussions", - "authoring.discussions.builtIn.blackoutDates.label": "Dates d'interdiction", - "authoring.discussions.builtIn.blackoutDates.help": "S'ils sont ajoutés, les apprenants ne pourront pas participer aux discussions entre ces dates.", - "authoring.discussions.addBlackoutDatesButton": "Ajouter une plage de dates d'interdiction", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configurer la plage de dates d'interdiction", - "authoring.discussions.blackoutStartDate.help": "Entrez une date de début, par exemple le 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Entrez une date de fin, par exemple le 17/12/2023", - "authoring.discussions.blackoutStartTime.help": "Entrez une heure de début, par exemple 09h00", - "authoring.discussions.blackoutEndTime.help": "Entrez une heure de fin, par exemple 17h00", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Ces dates d'interdiction sont actuellement actives. Si elles sont supprimées, les apprenants pourront publier dans les discussions pendant ces dates. Êtes-vous sûr de vouloir continuer?", - "authoring.discussions.blackoutDatesDeletion.help": "Si supprimé, les apprenants pourront participer aux discussions pendant ces dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Êtes-vous sûr de vouloir supprimer ces dates d'interdiction?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Supprimer les dates d'interdiction actives?", - "authoring.discussions.blackoutDatesDeletion.label": "Supprimer les dates d'interdiction?", - "authoring.blackoutDates.delete": "Supprimer les dates d'interdiction", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "La date de début est un champ obligatoire", - "authoring.blackoutDates.endDate.required": "La date de fin est un champ obligatoire", - "authoring.blackoutDates.startDate.inPast": "La date de début ne peut pas être après la date de fin", - "authoring.blackoutDates.endDate.inPast": "La date de fin ne peut pas être avant la date de début", - "authoring.blackoutDates.startTime.inPast": "L'heure de début ne peut pas être après l'heure de fin", - "authoring.blackoutDates.endTime.inPast": "L'heure de fin ne peut pas être avant l'heure de début", - "authoring.blackoutDates.startTime.inValidFormat": "Entrer un temps de départ valide", - "authoring.blackoutDates.endTime.inValidFormat": "Entrer un temps de fin valide", - "authoring.blackoutDates.startDate.inValidFormat": "Entrer une date valide de départ", - "authoring.blackoutDates.endDate.inValidFormat": "Entrer une date valide de fin", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Supprimer le sujet", "authoring.topics.expand": "Développer", "authoring.topics.collapse": "Replier", - "authoring.blackoutDates.start.date": "Date de début", - "authoring.blackoutDates.start.time": "Heure de début (facultatif) ({zone})", - "authoring.blackoutDates.end.date": "Date de fin", - "authoring.blackoutDates.end.time": "Heure de fin (facultatif) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Sélectionnez un outil de discussion pour ce cours", "authoring.discussions.supportedFeatures": "Fonctionnalités prises en charge", "authoring.discussions.supportedFeatureList-mobile-show": "Afficher les fonctionnalités prises en charge", diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/hi.json +++ b/src/i18n/messages/hi.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/it.json +++ b/src/i18n/messages/it.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/it_IT.json b/src/i18n/messages/it_IT.json index 1005adc84..1e9bf41d7 100644 --- a/src/i18n/messages/it_IT.json +++ b/src/i18n/messages/it_IT.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Questo è l'argomento di discussione predefinito per il tuo corso.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configura argomento", "authoring.discussions.addTopicHelpText": "Scegli un nome univoco per il tuo argomento", - "authoring.discussions.blackoutDates": "Date di blackout della discussione", - "authoring.discussions.builtIn.blackoutDates.label": "Date di blackout", - "authoring.discussions.builtIn.blackoutDates.help": "Se aggiunti, gli studenti non potranno pubblicare post nelle discussioni tra queste date.", - "authoring.discussions.addBlackoutDatesButton": "Aggiungi intervallo di date di oscuramento", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configura l'intervallo di date di blackout", - "authoring.discussions.blackoutStartDate.help": "Immettere una data di inizio, ad es. 10/12/2023", - "authoring.discussions.blackoutEndDate.help": "Immettere una data di fine, ad esempio 17/12/2023", - "authoring.discussions.blackoutStartTime.help": "Immettere un'ora di inizio, ad esempio 09:00", - "authoring.discussions.blackoutEndTime.help": "Immettere un'ora di fine, ad esempio 17:00", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Queste date di blackout sono attualmente attive. Se eliminati, gli studenti potranno pubblicare post nelle discussioni durante queste date. Sei sicuro di voler procedere?", - "authoring.discussions.blackoutDatesDeletion.help": "Se eliminati, gli studenti potranno pubblicare post nelle discussioni durante queste date.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Sei sicuro di voler eliminare queste date di blackout?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Eliminare le date di blackout attive?", - "authoring.discussions.blackoutDatesDeletion.label": "Eliminare le date di blackout?", - "authoring.blackoutDates.delete": "Elimina le date di blackout", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "La data di inizio è un campo obbligatorio", - "authoring.blackoutDates.endDate.required": "La data di fine è un campo obbligatorio", - "authoring.blackoutDates.startDate.inPast": "La data di inizio non può essere successiva alla data di fine", - "authoring.blackoutDates.endDate.inPast": "La data di fine non può essere precedente alla data di inizio", - "authoring.blackoutDates.startTime.inPast": "L'ora di inizio non può essere successiva all'ora di fine", - "authoring.blackoutDates.endTime.inPast": "L'ora di fine non può essere precedente all'ora di inizio", - "authoring.blackoutDates.startTime.inValidFormat": "Immettere un'ora di inizio valida", - "authoring.blackoutDates.endTime.inValidFormat": "Immettere un'ora di fine valida", - "authoring.blackoutDates.startDate.inValidFormat": "Immettere una data di inizio valida", - "authoring.blackoutDates.endDate.inValidFormat": "Inserisci una data di fine valida", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Elimina argomento", "authoring.topics.expand": "Espandere", "authoring.topics.collapse": "Crollo", - "authoring.blackoutDates.start.date": "Data d'inizio", - "authoring.blackoutDates.start.time": "Ora di inizio (facoltativo) ({zone})", - "authoring.blackoutDates.end.date": "Data di fine", - "authoring.blackoutDates.end.time": "Ora di fine (facoltativo) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Seleziona uno strumento della discussione per questo corso", "authoring.discussions.supportedFeatures": "Funzionalità supportate", "authoring.discussions.supportedFeatureList-mobile-show": "Mostra Funzioni supportate", diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/pt_PT.json b/src/i18n/messages/pt_PT.json index 8ab6b9ccb..9b70070eb 100644 --- a/src/i18n/messages/pt_PT.json +++ b/src/i18n/messages/pt_PT.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "Este é o tema de discussão padrão para o seu curso.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configurar tópico", "authoring.discussions.addTopicHelpText": "Escolha um nome exclusivo para o seu tópico", - "authoring.discussions.blackoutDates": "Datas de encerramento do debate", - "authoring.discussions.builtIn.blackoutDates.label": "Datas de encerramento", - "authoring.discussions.builtIn.blackoutDates.help": "Se adicionado, os estudantes não poderão postar em discussões entre essas datas.", - "authoring.discussions.addBlackoutDatesButton": "Adicionar intervalo de datas de bloqueio", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configurar intervalo de datas de bloqueio", - "authoring.discussions.blackoutStartDate.help": "Insira uma data de início, por exemplo, 10/12/2023", - "authoring.discussions.blackoutEndDate.help": "Insira uma data de fim, por exemplo, 17/12/2023", - "authoring.discussions.blackoutStartTime.help": "Insira uma hora de início, por exemplo, 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Insira um horário de fim, por exemplo, 17:00", - "authoring.discussions.activeBlackoutDatesDeletion.help": "Estas datas de bloqueio estão actualmente activas. Se forem apagadas, os estudantes poderão afixar nas discussões durante estas datas. Tem a certeza de que deseja prosseguir?", - "authoring.discussions.blackoutDatesDeletion.help": "Se forem eliminados, os alunos poderão participar em debates durante essas datas.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Tem a certeza de que pretende eliminar estas datas de bloqueio? ", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Eliminar datas de bloqueio activas?", - "authoring.discussions.blackoutDatesDeletion.label": "Eliminar datas de bloqueio?", - "authoring.blackoutDates.delete": "Eliminar datas de bloqueio", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "A data de início é um campo obrigatório", - "authoring.blackoutDates.endDate.required": "A data de fim é um campo obrigatório", - "authoring.blackoutDates.startDate.inPast": "A data de início não pode ser posterior à data de fim", - "authoring.blackoutDates.endDate.inPast": "A data de fim não pode ser anterior à data de início", - "authoring.blackoutDates.startTime.inPast": "A hora de início não pode ser posterior à hora de fim", - "authoring.blackoutDates.endTime.inPast": "A hora de fim não pode ser anterior à hora de início", - "authoring.blackoutDates.startTime.inValidFormat": "Insira uma hora de início válida", - "authoring.blackoutDates.endTime.inValidFormat": "Insira uma hora de fim válida", - "authoring.blackoutDates.startDate.inValidFormat": "Insira uma data de início válida", - "authoring.blackoutDates.endDate.inValidFormat": "Insira uma data de fim válida", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Apagar Tópico", "authoring.topics.expand": "Expandir", "authoring.topics.collapse": "Recolher", - "authoring.blackoutDates.start.date": "Data de início", - "authoring.blackoutDates.start.time": "Hora de início (opcional) ({zone})", - "authoring.blackoutDates.end.date": "Data final", - "authoring.blackoutDates.end.time": "Hora de fim (opcional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Seleccione uma ferramenta de debate para este curso", "authoring.discussions.supportedFeatures": "Funcionalidades suportadas", "authoring.discussions.supportedFeatureList-mobile-show": "Mostrar recursos suportados", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/uk.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/uk.json +++ b/src/i18n/messages/uk.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features", diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index d5715ef1d..9ca772d44 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -96,39 +96,43 @@ "authoring.discussions.generalTopicHelp.help": "This is the default discussion topic for your course.", "authoring.discussions.builtIn.configureAdditionalTopic.label": "Configure topic", "authoring.discussions.addTopicHelpText": "Choose a unique name for your topic", - "authoring.discussions.blackoutDates": "Discussion blackout dates", - "authoring.discussions.builtIn.blackoutDates.label": "Blackout dates", - "authoring.discussions.builtIn.blackoutDates.help": "If added, learners will not be able to post in discussions between these dates.", - "authoring.discussions.addBlackoutDatesButton": "Add blackout date range", - "authoring.discussions.builtIn.configureBlackoutDates.label": "Configure blackout date range", - "authoring.discussions.blackoutStartDate.help": "Enter a start date, e.g. 12/10/2023", - "authoring.discussions.blackoutEndDate.help": "Enter an end date, e.g. 12/17/2023", - "authoring.discussions.blackoutStartTime.help": "Enter a start time, e.g. 09:00 AM", - "authoring.discussions.blackoutEndTime.help": "Enter an end time, e.g. 05:00 PM", - "authoring.discussions.activeBlackoutDatesDeletion.help": "These blackout dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", - "authoring.discussions.blackoutDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", - "authoring.discussions.completeBlackoutDatesDeletion.help": "Are you sure you want to delete these blackout dates?", - "authoring.discussions.activeBlackoutDatesDeletion.label": "Delete active blackout dates?", - "authoring.discussions.blackoutDatesDeletion.label": "Delete blackout dates?", - "authoring.blackoutDates.delete": "Delete Blackout Dates", - "authoring.blackoutDates.status": "{status}", - "authoring.blackoutDates.startDate.required": "Start date is a required field", - "authoring.blackoutDates.endDate.required": "End date is a required field", - "authoring.blackoutDates.startDate.inPast": "Start date cannot be after end date", - "authoring.blackoutDates.endDate.inPast": "End date cannot be before start date", - "authoring.blackoutDates.startTime.inPast": "Start time cannot be after end time", - "authoring.blackoutDates.endTime.inPast": "End time cannot be before start time", - "authoring.blackoutDates.startTime.inValidFormat": "Enter a valid start time", - "authoring.blackoutDates.endTime.inValidFormat": "Enter a valid end time", - "authoring.blackoutDates.startDate.inValidFormat": "Enter a valid start Date", - "authoring.blackoutDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.restrictedStartDate.help": "Enter a start date, e.g. 12/10/2023", + "authoring.discussions.restrictedEndDate.help": "Enter an end date, e.g. 12/17/2023", + "authoring.discussions.restrictedStartTime.help": "Enter a start time, e.g. 09:00 AM", + "authoring.discussions.restrictedEndTime.help": "Enter an end time, e.g. 05:00 PM", + "authoring.restrictedDates.status": "{status}", + "authoring.restrictedDates.startDate.required": "Start date is a required field", + "authoring.restrictedDates.endDate.required": "End date is a required field", + "authoring.restrictedDates.startDate.inPast": "Start date cannot be after end date", + "authoring.restrictedDates.endDate.inPast": "End date cannot be before start date", + "authoring.restrictedDates.startTime.inPast": "Start time cannot be after end time", + "authoring.restrictedDates.endTime.inPast": "End time cannot be before start time", + "authoring.restrictedDates.startTime.inValidFormat": "Enter a valid start time", + "authoring.restrictedDates.endTime.inValidFormat": "Enter a valid end time", + "authoring.restrictedDates.startDate.inValidFormat": "Enter a valid start Date", + "authoring.restrictedDates.endDate.inValidFormat": "Enter a valid end date", + "authoring.discussions.builtIn.discussionRestriction.label": "Discussion restrictions", + "authoring.discussions.discussionRestriction.help": "If enabled, learners will not be able to post in discussions.", + "authoring.discussions.discussionRestrictionDates.help": "If added, learners will not be able to post in discussions between these dates.", + "authoring.discussions.addRestrictedDatesButton": "Add restricted dates", + "authoring.discussions.builtIn.configureRestrictedDates.label": "Configure restricted date range", + "authoring.discussions.activeRestrictedDatesDeletion.label": "Delete active restricted dates?", + "authoring.discussions.activeRestrictedDatesDeletion.help": "These restricted dates are currently active. If deleted, learners will be able to post in discussions during these dates. Are you sure you want to proceed?", + "authoring.discussions.completeRestrictedDatesDeletion.help": "Are you sure you want to delete these restricted dates?", + "authoring.discussions.restrictedDatesDeletion.label": "Delete restricted dates?", + "authoring.discussions.restrictedDatesDeletion.help": "If deleted, learners will be able to post in discussions during these dates.", + "authoring.discussions.discussionRestrictionOff.label": "Off", + "authoring.discussions.discussionRestrictionOn.label": "On", + "authoring.discussions.discussionRestrictionScheduled.label": "Scheduled", + "authoring.discussions.enableRestrictedDatesConfirmation.label": "Enable restricted dates?", + "authoring.discussions.enableRestrictedDatesConfirmation.help": "Learners will not be able to post in discussions.", "authoring.topics.delete": "Delete Topic", "authoring.topics.expand": "Expand", "authoring.topics.collapse": "Collapse", - "authoring.blackoutDates.start.date": "Start date", - "authoring.blackoutDates.start.time": "Start time (optional) ({zone})", - "authoring.blackoutDates.end.date": "End date", - "authoring.blackoutDates.end.time": "End time (optional) ({zone})", + "authoring.restrictedDates.start.date": "Start date", + "authoring.restrictedDates.start.time": "Start time (optional)", + "authoring.restrictedDates.end.date": "End date", + "authoring.restrictedDates.end.time": "End time (optional)", "authoring.discussions.heading": "Select a discussion tool for this course", "authoring.discussions.supportedFeatures": "Supported features", "authoring.discussions.supportedFeatureList-mobile-show": "Show supported features",