UNPKG

@progress/kendo-angular-scheduler

Version:

Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.

406 lines (405 loc) 22.3 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class Messages extends ComponentMessages { /** * Sets the text for **All events** in **Timeline** views when no vertical grouping is applied. */ allEvents: string; /** * Sets the text for **All day** in **Day** and **Week** views. */ allDay: string; /** * Sets the date-header text in the **Agenda** view. */ dateHeader: string; /** * Sets the time-header text in the **Agenda** view. */ timeHeader: string; /** * Sets the event-header text in the **Agenda** view. */ eventHeader: string; /** * Sets the title for the **Delete** icon. */ deleteTitle: string; /** * Sets the title for the **Next** navigation button. */ nextTitle: string; /** * Sets the title for the **Previous** navigation button. */ previousTitle: string; /** * Sets the text for the **Today** navigation button. */ today: string; /** * Sets the text for today's date in the header of the Calendar. */ calendarToday: string; /** * Sets the text for the **Show full day** button in the footer of the **Day**, **Week**, and **Timeline** views. */ showFullDay: string; /** * Sets the text for the **Show work day** button in the footer of the **Day**, **Week**, and **Timeline** views. */ showWorkDay: string; /** * Sets the title for the **Day** view. */ dayViewTitle: string; /** * Sets the title for the **Multi-Day** view. */ multiDayViewTitle: string; /** * Sets the title for the **Week** view. */ weekViewTitle: string; /** * Sets the title for the **Work Week** view. */ workWeekViewTitle: string; /** * Sets the title for the **Month** view. */ monthViewTitle: string; /** * Sets the title for the **Multi-Week** view. */ multiWeekViewTitle: string; /** * Sets the title for the **Timeline** view. */ timelineViewTitle: string; /** * Sets the title for the **Timeline Week** view. */ timelineWeekViewTitle: string; /** * Sets the title for the **Timeline Month** view. */ timelineMonthViewTitle: string; /** * Sets the title for the **Agenda** view. */ agendaViewTitle: string; /** * Sets the title for the **Year** view. */ yearViewTitle: string; /** * Sets the message shown in **Year** view for dates with no events. */ yearViewNoEvents: string; /** * Sets the text for the **Cancel** button in Scheduler dialogs. */ cancel: string; /** * Sets the text for the **Save** button in Scheduler dialogs. */ save: string; /** * Sets the label for the **Title** field in the event editor. */ editorEventTitle: string; /** * Sets the label for the **Start** field in the event editor. */ editorEventStart: string; /** * Sets the label for the **Start Time Zone** field in the event editor. */ editorEventStartTimeZone: string; /** * Sets the label for the **End** field in the event editor. */ editorEventEnd: string; /** * Sets the label for the **End Time Zone** field in the event editor. */ editorEventEndTimeZone: string; /** * Sets the label for the **All Day Event** field in the event editor. */ editorEventAllDay: string; /** * Sets the label for the **Description** field in the event editor. */ editorEventDescription: string; /** * Sets the label for the **Use separate Start and End Time Zones** option in the event editor. */ editorEventSeparateTimeZones: string; /** * Sets the label for the **Time Zone** field in the event editor. */ editorEventTimeZone: string; /** * Sets the **Today** button text in the popup of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsToday: string; /** * Sets the title for the **Toggle** button in the popup of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsToggle: string; /** * Sets the title for the **Parent View** button in the popup of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsParentViewButton: string; /** * Sets the text for the **Now** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsNow: string; /** * Sets the label for the **Now** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsNowLabel: string; /** * Sets the text for the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsAccept: string; /** * Sets the label for the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsAcceptLabel: string; /** * Sets the text for the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsCancel: string; /** * Sets the label for the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsCancelLabel: string; /** * Sets the text for the **Date** tab in the popup header of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsDateTab: string; /** * Sets the label for the **Date** tab in the popup header of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsDateTabLabel: string; /** * Sets the text for the **Time** tab in the popup header of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsTimeTab: string; /** * Sets the label for the **Time** tab in the popup header of the DateTimePickers and DatePickers in the event editor. */ editorDateInputsTimeTabLabel: string; /** * Sets the **Today** button text in the popup of the DatePickers in the recurrence editor. */ recurrenceEditorDateInputsToday: string; /** * Sets the title for the **Toggle** button in the popup of the DatePickers in the recurrence editor. */ recurrenceEditorDateInputsToggle: string; /** * Sets the title for the **Parent View** button in the popup of the DatePickers in the recurrence editor. */ recurrenceEditorDateInputsParentViewButton: string; /** * Sets the title for the **Increment** button of the NumericTextBox in the recurrence editor. */ recurrenceEditorNumericIncrement: string; /** * Sets the title for the **Decrement** button of the NumericTextBox in the recurrence editor. */ recurrenceEditorNumericDecrement: string; /** * Sets the label for the **Repeat** field in the recurrence editor. */ recurrenceEditorRepeat: string; /** * Sets the text for the **day(s)** label in the recurrence editor. */ recurrenceEditorDailyInterval: string; /** * Sets the label for the **Repeat every** field in the recurrence editor (daily). */ recurrenceEditorDailyRepeatEvery: string; /** * Sets the text for the **week(s)** label in the recurrence editor. */ recurrenceEditorWeeklyInterval: string; /** * Sets the label for the **Repeat every** field in the recurrence editor (weekly). */ recurrenceEditorWeeklyRepeatEvery: string; /** * Sets the label for the **Repeat on** field in the recurrence editor (weekly). */ recurrenceEditorWeeklyRepeatOn: string; /** * Sets the label for the **Day** field in the recurrence editor (monthly). */ recurrenceEditorMonthlyDay: string; /** * Sets the text for the **month(s)** label in the recurrence editor. */ recurrenceEditorMonthlyInterval: string; /** * Sets the label for the **Repeat every** field in the recurrence editor (monthly). */ recurrenceEditorMonthlyRepeatEvery: string; /** * Sets the label for the **Repeat on** field in the recurrence editor (monthly). */ recurrenceEditorMonthlyRepeatOn: string; /** * Sets the label for the **of** text in the recurrence editor (yearly). */ recurrenceEditorYearlyOf: string; /** * Sets the label for the **Repeat every** field in the recurrence editor (yearly). */ recurrenceEditorYearlyRepeatEvery: string; /** * Sets the label for the **Repeat on** field in the recurrence editor (yearly). */ recurrenceEditorYearlyRepeatOn: string; /** * Sets the text for the **year(s)** label in the recurrence editor. */ recurrenceEditorYearlyInterval: string; /** * Sets the label for the **Daily** frequency in the recurrence editor. */ recurrenceEditorFrequenciesDaily: string; /** * Sets the label for the **Monthly** frequency in the recurrence editor. */ recurrenceEditorFrequenciesMonthly: string; /** * Sets the label for the **Never** frequency in the recurrence editor. */ recurrenceEditorFrequenciesNever: string; /** * Sets the label for the **Weekly** frequency in the recurrence editor. */ recurrenceEditorFrequenciesWeekly: string; /** * Sets the label for the **Yearly** frequency in the recurrence editor. */ recurrenceEditorFrequenciesYearly: string; /** * Sets the label for the **First** offset position in the recurrence editor. */ recurrenceEditorOffsetPositionsFirst: string; /** * Sets the label for the **Second** offset position in the recurrence editor. */ recurrenceEditorOffsetPositionsSecond: string; /** * Sets the label for the **Third** offset position in the recurrence editor. */ recurrenceEditorOffsetPositionsThird: string; /** * Sets the label for the **Fourth** offset position in the recurrence editor. */ recurrenceEditorOffsetPositionsFourth: string; /** * Sets the label for the **Last** offset position in the recurrence editor. */ recurrenceEditorOffsetPositionsLast: string; /** * Sets the label for the **Day** option in the repeat by section of the monthly recurrence pattern. */ recurrenceEditorWeekdaysDay: string; /** * Sets the label for the **Weekday** option in the repeat by section of the monthly recurrence pattern. */ recurrenceEditorWeekdaysWeekday: string; /** * Sets the label for the **Weekend Day** option in the repeat by section of the monthly recurrence pattern. */ recurrenceEditorWeekdaysWeekendday: string; /** * Sets the label for the **After** option in the recurrence editor. */ recurrenceEditorEndAfter: string; /** * Sets the text for the **occurrence(s)** label in the recurrence editor. */ recurrenceEditorEndOccurrence: string; /** * Sets the label for the **End** field in the recurrence editor. */ recurrenceEditorEndLabel: string; /** * Sets the label for the **Never** option in the recurrence editor. */ recurrenceEditorEndNever: string; /** * Sets the label for the **On** option in the recurrence editor. */ recurrenceEditorEndOn: string; /** * Sets the label for the **Event** title in the event editor dialog. */ editorTitle: string; /** * Sets the text for the **Delete** button in the remove confirmation dialog. */ destroy: string; /** * Sets the confirmation message for deleting an event. */ deleteConfirmation: string; /** * Sets the confirmation message for editing a recurring event. */ editRecurringConfirmation: string; /** * Sets the text for the **Edit current occurrence** button in the recurring confirmation dialog. */ editOccurrence: string; /** * Sets the text for the **Edit the series** button in the recurring confirmation dialog. */ editSeries: string; /** * Sets the confirmation message for deleting a recurring event. */ deleteRecurringConfirmation: string; /** * Sets the text for the **Delete current occurrence** button in the recurring confirmation dialog. */ deleteOccurrence: string; /** * Sets the text for the **Delete the series** button in the recurring confirmation dialog. */ deleteSeries: string; /** * Sets the title for the remove confirmation dialog. */ deleteDialogTitle: string; /** * Sets the title for the recurring remove confirmation dialog. */ deleteRecurringDialogTitle: string; /** * Sets the title for the recurring edit confirmation dialog. */ editRecurringDialogTitle: string; /** * Sets the value of the aria-label attribute for the `select` element used to switch Scheduler views. */ selectView: string; static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": { "alias": "allEvents"; "required": false; }; "allDay": { "alias": "allDay"; "required": false; }; "dateHeader": { "alias": "dateHeader"; "required": false; }; "timeHeader": { "alias": "timeHeader"; "required": false; }; "eventHeader": { "alias": "eventHeader"; "required": false; }; "deleteTitle": { "alias": "deleteTitle"; "required": false; }; "nextTitle": { "alias": "nextTitle"; "required": false; }; "previousTitle": { "alias": "previousTitle"; "required": false; }; "today": { "alias": "today"; "required": false; }; "calendarToday": { "alias": "calendarToday"; "required": false; }; "showFullDay": { "alias": "showFullDay"; "required": false; }; "showWorkDay": { "alias": "showWorkDay"; "required": false; }; "dayViewTitle": { "alias": "dayViewTitle"; "required": false; }; "multiDayViewTitle": { "alias": "multiDayViewTitle"; "required": false; }; "weekViewTitle": { "alias": "weekViewTitle"; "required": false; }; "workWeekViewTitle": { "alias": "workWeekViewTitle"; "required": false; }; "monthViewTitle": { "alias": "monthViewTitle"; "required": false; }; "multiWeekViewTitle": { "alias": "multiWeekViewTitle"; "required": false; }; "timelineViewTitle": { "alias": "timelineViewTitle"; "required": false; }; "timelineWeekViewTitle": { "alias": "timelineWeekViewTitle"; "required": false; }; "timelineMonthViewTitle": { "alias": "timelineMonthViewTitle"; "required": false; }; "agendaViewTitle": { "alias": "agendaViewTitle"; "required": false; }; "yearViewTitle": { "alias": "yearViewTitle"; "required": false; }; "yearViewNoEvents": { "alias": "yearViewNoEvents"; "required": false; }; "cancel": { "alias": "cancel"; "required": false; }; "save": { "alias": "save"; "required": false; }; "editorEventTitle": { "alias": "editorEventTitle"; "required": false; }; "editorEventStart": { "alias": "editorEventStart"; "required": false; }; "editorEventStartTimeZone": { "alias": "editorEventStartTimeZone"; "required": false; }; "editorEventEnd": { "alias": "editorEventEnd"; "required": false; }; "editorEventEndTimeZone": { "alias": "editorEventEndTimeZone"; "required": false; }; "editorEventAllDay": { "alias": "editorEventAllDay"; "required": false; }; "editorEventDescription": { "alias": "editorEventDescription"; "required": false; }; "editorEventSeparateTimeZones": { "alias": "editorEventSeparateTimeZones"; "required": false; }; "editorEventTimeZone": { "alias": "editorEventTimeZone"; "required": false; }; "editorDateInputsToday": { "alias": "editorDateInputsToday"; "required": false; }; "editorDateInputsToggle": { "alias": "editorDateInputsToggle"; "required": false; }; "editorDateInputsParentViewButton": { "alias": "editorDateInputsParentViewButton"; "required": false; }; "editorDateInputsNow": { "alias": "editorDateInputsNow"; "required": false; }; "editorDateInputsNowLabel": { "alias": "editorDateInputsNowLabel"; "required": false; }; "editorDateInputsAccept": { "alias": "editorDateInputsAccept"; "required": false; }; "editorDateInputsAcceptLabel": { "alias": "editorDateInputsAcceptLabel"; "required": false; }; "editorDateInputsCancel": { "alias": "editorDateInputsCancel"; "required": false; }; "editorDateInputsCancelLabel": { "alias": "editorDateInputsCancelLabel"; "required": false; }; "editorDateInputsDateTab": { "alias": "editorDateInputsDateTab"; "required": false; }; "editorDateInputsDateTabLabel": { "alias": "editorDateInputsDateTabLabel"; "required": false; }; "editorDateInputsTimeTab": { "alias": "editorDateInputsTimeTab"; "required": false; }; "editorDateInputsTimeTabLabel": { "alias": "editorDateInputsTimeTabLabel"; "required": false; }; "recurrenceEditorDateInputsToday": { "alias": "recurrenceEditorDateInputsToday"; "required": false; }; "recurrenceEditorDateInputsToggle": { "alias": "recurrenceEditorDateInputsToggle"; "required": false; }; "recurrenceEditorDateInputsParentViewButton": { "alias": "recurrenceEditorDateInputsParentViewButton"; "required": false; }; "recurrenceEditorNumericIncrement": { "alias": "recurrenceEditorNumericIncrement"; "required": false; }; "recurrenceEditorNumericDecrement": { "alias": "recurrenceEditorNumericDecrement"; "required": false; }; "recurrenceEditorRepeat": { "alias": "recurrenceEditorRepeat"; "required": false; }; "recurrenceEditorDailyInterval": { "alias": "recurrenceEditorDailyInterval"; "required": false; }; "recurrenceEditorDailyRepeatEvery": { "alias": "recurrenceEditorDailyRepeatEvery"; "required": false; }; "recurrenceEditorWeeklyInterval": { "alias": "recurrenceEditorWeeklyInterval"; "required": false; }; "recurrenceEditorWeeklyRepeatEvery": { "alias": "recurrenceEditorWeeklyRepeatEvery"; "required": false; }; "recurrenceEditorWeeklyRepeatOn": { "alias": "recurrenceEditorWeeklyRepeatOn"; "required": false; }; "recurrenceEditorMonthlyDay": { "alias": "recurrenceEditorMonthlyDay"; "required": false; }; "recurrenceEditorMonthlyInterval": { "alias": "recurrenceEditorMonthlyInterval"; "required": false; }; "recurrenceEditorMonthlyRepeatEvery": { "alias": "recurrenceEditorMonthlyRepeatEvery"; "required": false; }; "recurrenceEditorMonthlyRepeatOn": { "alias": "recurrenceEditorMonthlyRepeatOn"; "required": false; }; "recurrenceEditorYearlyOf": { "alias": "recurrenceEditorYearlyOf"; "required": false; }; "recurrenceEditorYearlyRepeatEvery": { "alias": "recurrenceEditorYearlyRepeatEvery"; "required": false; }; "recurrenceEditorYearlyRepeatOn": { "alias": "recurrenceEditorYearlyRepeatOn"; "required": false; }; "recurrenceEditorYearlyInterval": { "alias": "recurrenceEditorYearlyInterval"; "required": false; }; "recurrenceEditorFrequenciesDaily": { "alias": "recurrenceEditorFrequenciesDaily"; "required": false; }; "recurrenceEditorFrequenciesMonthly": { "alias": "recurrenceEditorFrequenciesMonthly"; "required": false; }; "recurrenceEditorFrequenciesNever": { "alias": "recurrenceEditorFrequenciesNever"; "required": false; }; "recurrenceEditorFrequenciesWeekly": { "alias": "recurrenceEditorFrequenciesWeekly"; "required": false; }; "recurrenceEditorFrequenciesYearly": { "alias": "recurrenceEditorFrequenciesYearly"; "required": false; }; "recurrenceEditorOffsetPositionsFirst": { "alias": "recurrenceEditorOffsetPositionsFirst"; "required": false; }; "recurrenceEditorOffsetPositionsSecond": { "alias": "recurrenceEditorOffsetPositionsSecond"; "required": false; }; "recurrenceEditorOffsetPositionsThird": { "alias": "recurrenceEditorOffsetPositionsThird"; "required": false; }; "recurrenceEditorOffsetPositionsFourth": { "alias": "recurrenceEditorOffsetPositionsFourth"; "required": false; }; "recurrenceEditorOffsetPositionsLast": { "alias": "recurrenceEditorOffsetPositionsLast"; "required": false; }; "recurrenceEditorWeekdaysDay": { "alias": "recurrenceEditorWeekdaysDay"; "required": false; }; "recurrenceEditorWeekdaysWeekday": { "alias": "recurrenceEditorWeekdaysWeekday"; "required": false; }; "recurrenceEditorWeekdaysWeekendday": { "alias": "recurrenceEditorWeekdaysWeekendday"; "required": false; }; "recurrenceEditorEndAfter": { "alias": "recurrenceEditorEndAfter"; "required": false; }; "recurrenceEditorEndOccurrence": { "alias": "recurrenceEditorEndOccurrence"; "required": false; }; "recurrenceEditorEndLabel": { "alias": "recurrenceEditorEndLabel"; "required": false; }; "recurrenceEditorEndNever": { "alias": "recurrenceEditorEndNever"; "required": false; }; "recurrenceEditorEndOn": { "alias": "recurrenceEditorEndOn"; "required": false; }; "editorTitle": { "alias": "editorTitle"; "required": false; }; "destroy": { "alias": "destroy"; "required": false; }; "deleteConfirmation": { "alias": "deleteConfirmation"; "required": false; }; "editRecurringConfirmation": { "alias": "editRecurringConfirmation"; "required": false; }; "editOccurrence": { "alias": "editOccurrence"; "required": false; }; "editSeries": { "alias": "editSeries"; "required": false; }; "deleteRecurringConfirmation": { "alias": "deleteRecurringConfirmation"; "required": false; }; "deleteOccurrence": { "alias": "deleteOccurrence"; "required": false; }; "deleteSeries": { "alias": "deleteSeries"; "required": false; }; "deleteDialogTitle": { "alias": "deleteDialogTitle"; "required": false; }; "deleteRecurringDialogTitle": { "alias": "deleteRecurringDialogTitle"; "required": false; }; "editRecurringDialogTitle": { "alias": "editRecurringDialogTitle"; "required": false; }; "selectView": { "alias": "selectView"; "required": false; }; }, {}, never, never, false, never>; }