@progress/kendo-angular-scheduler 14.4.0-develop.12 → 14.4.0-develop.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/editing/date-time-picker.component.d.ts +4 -0
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +3 -3
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +3 -3
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +3 -3
- package/esm2020/editing/date-time-picker.component.mjs +62 -8
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +35 -9
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +19 -7
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +19 -7
- package/esm2020/localization/messages.mjs +31 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scheduler.component.mjs +188 -98
- package/fesm2015/progress-kendo-angular-scheduler.mjs +348 -126
- package/fesm2020/progress-kendo-angular-scheduler.mjs +348 -126
- package/localization/messages.d.ts +110 -50
- package/package.json +12 -12
- package/schematics/ngAdd/index.js +2 -2
|
@@ -961,112 +961,157 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
961
961
|
i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
|
|
962
962
|
agendaViewTitle="Agenda"
|
|
963
963
|
|
|
964
|
-
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in
|
|
964
|
+
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
|
|
965
965
|
cancel="Cancel"
|
|
966
966
|
|
|
967
|
-
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in
|
|
967
|
+
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
|
|
968
968
|
save="Save"
|
|
969
969
|
|
|
970
|
-
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the
|
|
970
|
+
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
|
|
971
971
|
editorEventTitle='Title'
|
|
972
972
|
|
|
973
|
-
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the
|
|
973
|
+
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
|
|
974
974
|
editorEventStart="Start"
|
|
975
975
|
|
|
976
|
-
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the
|
|
976
|
+
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
|
|
977
977
|
editorEventStartTimeZone="Start Time Zone"
|
|
978
978
|
|
|
979
|
-
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the
|
|
979
|
+
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
|
|
980
980
|
editorEventEnd="End"
|
|
981
981
|
|
|
982
|
-
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the
|
|
982
|
+
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
|
|
983
983
|
editorEventEndTimeZone="End Time Zone"
|
|
984
984
|
|
|
985
|
-
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the
|
|
985
|
+
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
|
|
986
986
|
editorEventAllDay="All Day Event"
|
|
987
987
|
|
|
988
|
-
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the
|
|
988
|
+
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
|
|
989
989
|
editorEventDescription="Description"
|
|
990
990
|
|
|
991
|
-
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the
|
|
991
|
+
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
|
|
992
992
|
editorEventSeparateTimeZones="End in different Time Zone"
|
|
993
993
|
|
|
994
|
-
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the
|
|
994
|
+
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
|
|
995
995
|
editorEventTimeZone='Specify Time Zone'
|
|
996
996
|
|
|
997
|
-
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the
|
|
997
|
+
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
|
|
998
998
|
editorTitle='Event'
|
|
999
999
|
|
|
1000
|
-
i18n-
|
|
1000
|
+
i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1001
|
+
editorDateInputsToday='Today'
|
|
1002
|
+
|
|
1003
|
+
i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1004
|
+
editorDateInputsToggle='Toggle calendar'
|
|
1005
|
+
|
|
1006
|
+
i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1007
|
+
editorDateInputsParentViewButton='Navigate to parent view'
|
|
1008
|
+
|
|
1009
|
+
i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1010
|
+
editorDateInputsAccept='Now'
|
|
1011
|
+
|
|
1012
|
+
i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1013
|
+
editorDateInputsAcceptLabel='Select now'
|
|
1014
|
+
|
|
1015
|
+
i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1016
|
+
editorDateInputsAccept='Set'
|
|
1017
|
+
|
|
1018
|
+
i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1019
|
+
editorDateInputsAcceptLabel='Set'
|
|
1020
|
+
|
|
1021
|
+
i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1022
|
+
editorDateInputsCancel='Cancel'
|
|
1023
|
+
|
|
1024
|
+
i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1025
|
+
editorDateInputsCancelLabel='Cancel'
|
|
1026
|
+
|
|
1027
|
+
i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1028
|
+
editorDateInputsDateTab='Date'
|
|
1029
|
+
|
|
1030
|
+
i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1031
|
+
editorDateInputsDateTabLabel='Date tab'
|
|
1032
|
+
|
|
1033
|
+
i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1034
|
+
editorDateInputsTimeTab='Time'
|
|
1035
|
+
|
|
1036
|
+
i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1037
|
+
editorDateInputsTimeTabLabel='Time tab'
|
|
1038
|
+
|
|
1039
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1040
|
+
recurrenceEditorNumericIncrement='Increase value'
|
|
1041
|
+
|
|
1042
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1043
|
+
recurrenceEditorNumericDecrement='Decrease value'
|
|
1044
|
+
|
|
1045
|
+
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|
|
1001
1046
|
recurrenceEditorRepeat='Repeat'
|
|
1002
1047
|
|
|
1003
|
-
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the
|
|
1048
|
+
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
|
|
1004
1049
|
recurrenceEditorDailyInterval='day(s)'
|
|
1005
1050
|
|
|
1006
|
-
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1051
|
+
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1007
1052
|
recurrenceEditorDailyRepeatEvery='Repeat every'
|
|
1008
1053
|
|
|
1009
|
-
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the
|
|
1054
|
+
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
|
|
1010
1055
|
recurrenceEditorWeeklyInterval='week(s)'
|
|
1011
1056
|
|
|
1012
|
-
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1057
|
+
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1013
1058
|
recurrenceEditorWeeklyRepeatEvery='Repeat every'
|
|
1014
1059
|
|
|
1015
|
-
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1060
|
+
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1016
1061
|
recurrenceEditorWeeklyRepeatOn='Repeat on'
|
|
1017
1062
|
|
|
1018
|
-
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the
|
|
1063
|
+
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
|
|
1019
1064
|
recurrenceEditorMonthlyDay='Day'
|
|
1020
1065
|
|
|
1021
|
-
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the
|
|
1066
|
+
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
|
|
1022
1067
|
recurrenceEditorMonthlyInterval='month(s)'
|
|
1023
1068
|
|
|
1024
|
-
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1069
|
+
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1025
1070
|
recurrenceEditorMonthlyRepeatEvery='Repeat every'
|
|
1026
1071
|
|
|
1027
|
-
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1072
|
+
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1028
1073
|
recurrenceEditorMonthlyRepeatOn='Repeat on'
|
|
1029
1074
|
|
|
1030
|
-
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the
|
|
1075
|
+
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
|
|
1031
1076
|
recurrenceEditorYearlyOf='of'
|
|
1032
1077
|
|
|
1033
|
-
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1078
|
+
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1034
1079
|
recurrenceEditorYearlyRepeatEvery='Repeat every'
|
|
1035
1080
|
|
|
1036
|
-
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1081
|
+
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1037
1082
|
recurrenceEditorYearlyRepeatOn='Repeat on'
|
|
1038
1083
|
|
|
1039
|
-
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the
|
|
1084
|
+
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
|
|
1040
1085
|
recurrenceEditorYearlyInterval='year(s)'
|
|
1041
1086
|
|
|
1042
|
-
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the
|
|
1087
|
+
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
|
|
1043
1088
|
recurrenceEditorFrequenciesDaily='Daily'
|
|
1044
1089
|
|
|
1045
|
-
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the
|
|
1090
|
+
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
|
|
1046
1091
|
recurrenceEditorFrequenciesMonthly='Monthly'
|
|
1047
1092
|
|
|
1048
|
-
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the
|
|
1093
|
+
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1049
1094
|
recurrenceEditorFrequenciesNever='Never'
|
|
1050
1095
|
|
|
1051
|
-
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the
|
|
1096
|
+
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
|
|
1052
1097
|
recurrenceEditorFrequenciesWeekly='Weekly'
|
|
1053
1098
|
|
|
1054
|
-
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the
|
|
1099
|
+
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
|
|
1055
1100
|
recurrenceEditorFrequenciesYearly='Yearly'
|
|
1056
1101
|
|
|
1057
|
-
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the
|
|
1102
|
+
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
|
|
1058
1103
|
recurrenceEditorOffsetPositionsFirst='First'
|
|
1059
1104
|
|
|
1060
|
-
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the
|
|
1105
|
+
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
|
|
1061
1106
|
recurrenceEditorOffsetPositionsSecond='Second'
|
|
1062
1107
|
|
|
1063
|
-
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the
|
|
1108
|
+
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
|
|
1064
1109
|
recurrenceEditorOffsetPositionsThird='Third'
|
|
1065
1110
|
|
|
1066
|
-
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the
|
|
1111
|
+
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
|
|
1067
1112
|
recurrenceEditorOffsetPositionsFourth='Fourth'
|
|
1068
1113
|
|
|
1069
|
-
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the
|
|
1114
|
+
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
|
|
1070
1115
|
recurrenceEditorOffsetPositionsLast='Last'
|
|
1071
1116
|
|
|
1072
1117
|
i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
@@ -1078,43 +1123,43 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
1078
1123
|
i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
1079
1124
|
recurrenceEditorWeekdaysWeekendday='Weekend Day'
|
|
1080
1125
|
|
|
1081
|
-
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the
|
|
1126
|
+
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
|
|
1082
1127
|
recurrenceEditorEndAfter='After'
|
|
1083
1128
|
|
|
1084
|
-
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the
|
|
1129
|
+
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
|
|
1085
1130
|
recurrenceEditorEndOccurrence='occurrence(s)'
|
|
1086
1131
|
|
|
1087
|
-
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the
|
|
1132
|
+
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
|
|
1088
1133
|
recurrenceEditorEndLabel='End'
|
|
1089
1134
|
|
|
1090
|
-
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the
|
|
1135
|
+
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1091
1136
|
recurrenceEditorEndNever='Never'
|
|
1092
1137
|
|
|
1093
|
-
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the
|
|
1138
|
+
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
|
|
1094
1139
|
recurrenceEditorEndOn='On'
|
|
1095
1140
|
|
|
1096
|
-
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the
|
|
1141
|
+
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
|
|
1097
1142
|
destroy='Delete'
|
|
1098
1143
|
|
|
1099
|
-
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in
|
|
1144
|
+
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
|
|
1100
1145
|
deleteConfirmation='Are you sure you want to delete this event?'
|
|
1101
1146
|
|
|
1102
|
-
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the
|
|
1147
|
+
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1103
1148
|
editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
|
|
1104
1149
|
|
|
1105
|
-
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the
|
|
1150
|
+
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1106
1151
|
editOccurrence='Edit current occurrence'
|
|
1107
1152
|
|
|
1108
|
-
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the
|
|
1153
|
+
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1109
1154
|
editSeries='Edit the series'
|
|
1110
1155
|
|
|
1111
|
-
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the
|
|
1156
|
+
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1112
1157
|
deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
|
|
1113
1158
|
|
|
1114
|
-
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the
|
|
1159
|
+
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1115
1160
|
deleteOccurrence='Delete current occurrence'
|
|
1116
1161
|
|
|
1117
|
-
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the
|
|
1162
|
+
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1118
1163
|
deleteSeries='Delete the series'
|
|
1119
1164
|
|
|
1120
1165
|
i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
|
|
@@ -1257,112 +1302,157 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1257
1302
|
i18n-agendaViewTitle="kendo.scheduler.agendaViewTitle|The agenda view title."
|
|
1258
1303
|
agendaViewTitle="Agenda"
|
|
1259
1304
|
|
|
1260
|
-
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in
|
|
1305
|
+
i18n-cancel="kendo.scheduler.cancel|The text similar to 'Cancel' displayed in the Scheduler."
|
|
1261
1306
|
cancel="Cancel"
|
|
1262
1307
|
|
|
1263
|
-
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in
|
|
1308
|
+
i18n-save="kendo.scheduler.save|The text similar to 'Save' displayed in the Scheduler."
|
|
1264
1309
|
save="Save"
|
|
1265
1310
|
|
|
1266
|
-
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the
|
|
1311
|
+
i18n-editorEventTitle="kendo.scheduler.editorEventTitle|The text similar to 'Title' displayed in the Scheduler event editor."
|
|
1267
1312
|
editorEventTitle='Title'
|
|
1268
1313
|
|
|
1269
|
-
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the
|
|
1314
|
+
i18n-editorEventStart="kendo.scheduler.editorEventStart|The text similar to 'Start' displayed in the Scheduler event editor."
|
|
1270
1315
|
editorEventStart="Start"
|
|
1271
1316
|
|
|
1272
|
-
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the
|
|
1317
|
+
i18n-editorEventStartTimeZone="kendo.scheduler.editorEventStartTimeZone|The text similar to 'Start Time Zone' displayed in the Scheduler event editor."
|
|
1273
1318
|
editorEventStartTimeZone="Start Time Zone"
|
|
1274
1319
|
|
|
1275
|
-
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the
|
|
1320
|
+
i18n-editorEventEnd="kendo.scheduler.editorEventEnd|The text similar to 'End' displayed in the Scheduler event editor."
|
|
1276
1321
|
editorEventEnd="End"
|
|
1277
1322
|
|
|
1278
|
-
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the
|
|
1323
|
+
i18n-editorEventEndTimeZone="kendo.scheduler.editorEventEndTimeZone|The text similar to 'End Time Zone' displayed in the Scheduler event editor."
|
|
1279
1324
|
editorEventEndTimeZone="End Time Zone"
|
|
1280
1325
|
|
|
1281
|
-
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the
|
|
1326
|
+
i18n-editorEventAllDay="kendo.scheduler.editorEventAllDay|The text similar to 'All Day event' displayed in the Scheduler event editor."
|
|
1282
1327
|
editorEventAllDay="All Day Event"
|
|
1283
1328
|
|
|
1284
|
-
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the
|
|
1329
|
+
i18n-editorEventDescription="kendo.scheduler.editorEventDescription|The text similar to 'Description' displayed in the Scheduler event editor."
|
|
1285
1330
|
editorEventDescription="Description"
|
|
1286
1331
|
|
|
1287
|
-
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the
|
|
1332
|
+
i18n-editorEventSeparateTimeZones="kendo.scheduler.editorEventSeparateTimeZones|The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor."
|
|
1288
1333
|
editorEventSeparateTimeZones="End in different Time Zone"
|
|
1289
1334
|
|
|
1290
|
-
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the
|
|
1335
|
+
i18n-editorEventTimeZone="kendo.scheduler.editorEventTimeZone|The text similar to 'Time Zone' displayed in the Scheduler event editor."
|
|
1291
1336
|
editorEventTimeZone='Specify Time Zone'
|
|
1292
1337
|
|
|
1293
|
-
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the
|
|
1338
|
+
i18n-editorTitle="kendo.scheduler.editorTitle|The text similar to 'Event' displayed as title of the Scheduler event editor."
|
|
1294
1339
|
editorTitle='Event'
|
|
1295
1340
|
|
|
1296
|
-
i18n-
|
|
1341
|
+
i18n-editorDateInputsToday="kendo.scheduler.editorDateInputsToday|The Today button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1342
|
+
editorDateInputsToday='Today'
|
|
1343
|
+
|
|
1344
|
+
i18n-editorDateInputsToggle="kendo.scheduler.editorDateInputsToggle|The title of the Toggle button of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1345
|
+
editorDateInputsToggle='Toggle calendar'
|
|
1346
|
+
|
|
1347
|
+
i18n-editorDateInputsParentViewButton="kendo.scheduler.editorDateInputsParentViewButton|The title of the Parent View button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1348
|
+
editorDateInputsParentViewButton='Navigate to parent view'
|
|
1349
|
+
|
|
1350
|
+
i18n-editorDateInputsNow="kendo.scheduler.editorDateInputsAccept|The text of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1351
|
+
editorDateInputsAccept='Now'
|
|
1352
|
+
|
|
1353
|
+
i18n-editorDateInputsNowLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Now button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1354
|
+
editorDateInputsAcceptLabel='Select now'
|
|
1355
|
+
|
|
1356
|
+
i18n-editorDateInputsAccept="kendo.scheduler.editorDateInputsAccept|The text of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1357
|
+
editorDateInputsAccept='Set'
|
|
1358
|
+
|
|
1359
|
+
i18n-editorDateInputsAcceptLabel="kendo.scheduler.editorDateInputsAcceptLabel|The label of the Accept button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1360
|
+
editorDateInputsAcceptLabel='Set'
|
|
1361
|
+
|
|
1362
|
+
i18n-editorDateInputsCancel="kendo.scheduler.editorDateInputsCancel|The text of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1363
|
+
editorDateInputsCancel='Cancel'
|
|
1364
|
+
|
|
1365
|
+
i18n-editorDateInputsCancelLabel="kendo.scheduler.editorDateInputsCancelLabel|The label of the Cancel button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1366
|
+
editorDateInputsCancelLabel='Cancel'
|
|
1367
|
+
|
|
1368
|
+
i18n-editorDateInputsDateTab="kendo.scheduler.editorDateInputsDateTab|The text of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1369
|
+
editorDateInputsDateTab='Date'
|
|
1370
|
+
|
|
1371
|
+
i18n-editorDateInputsDateTabLabel="kendo.scheduler.editorDateInputsDateTabLabel|The label of the Date tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1372
|
+
editorDateInputsDateTabLabel='Date tab'
|
|
1373
|
+
|
|
1374
|
+
i18n-editorDateInputsTimeTab="kendo.scheduler.editorDateInputsTimeTab|The text of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1375
|
+
editorDateInputsTimeTab='Time'
|
|
1376
|
+
|
|
1377
|
+
i18n-editorDateInputsTimeTabLabel="kendo.scheduler.editorDateInputsTimeTabLabel|The label of the Time tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor."
|
|
1378
|
+
editorDateInputsTimeTabLabel='Time tab'
|
|
1379
|
+
|
|
1380
|
+
i18n-recurrenceEditorNumericIncrement="kendo.scheduler.editorNumericIncrement|The title of the Increment button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1381
|
+
recurrenceEditorNumericIncrement='Increase value'
|
|
1382
|
+
|
|
1383
|
+
i18n-recurrenceEditorNumericDecrement="kendo.scheduler.editorNumericDecrement|The title of the Decrement button of the NumericTextBox in the Scheduler recurrence editor."
|
|
1384
|
+
recurrenceEditorNumericDecrement='Decrease value'
|
|
1385
|
+
|
|
1386
|
+
i18n-recurrenceEditorRepeat="kendo.scheduler.recurrenceEditorRepeat|The text similar to 'Repeat' displayed in the Scheduler recurrence editor."
|
|
1297
1387
|
recurrenceEditorRepeat='Repeat'
|
|
1298
1388
|
|
|
1299
|
-
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the
|
|
1389
|
+
i18n-recurrenceEditorDailyInterval="kendo.scheduler.recurrenceEditorDailyInterval|The text similar to 'day(s)' displayed in the Scheduler recurrence editor."
|
|
1300
1390
|
recurrenceEditorDailyInterval='day(s)'
|
|
1301
1391
|
|
|
1302
|
-
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1392
|
+
i18n-recurrenceEditorDailyRepeatEvery="kendo.scheduler.recurrenceEditorDailyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1303
1393
|
recurrenceEditorDailyRepeatEvery='Repeat every'
|
|
1304
1394
|
|
|
1305
|
-
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the
|
|
1395
|
+
i18n-recurrenceEditorWeeklyInterval="kendo.scheduler.recurrenceEditorWeeklyInterval|The text similar to 'week(s)' displayed in the Scheduler recurrence editor."
|
|
1306
1396
|
recurrenceEditorWeeklyInterval='week(s)'
|
|
1307
1397
|
|
|
1308
|
-
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1398
|
+
i18n-recurrenceEditorWeeklyRepeatEvery="kendo.scheduler.recurrenceEditorWeeklyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1309
1399
|
recurrenceEditorWeeklyRepeatEvery='Repeat every'
|
|
1310
1400
|
|
|
1311
|
-
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1401
|
+
i18n-recurrenceEditorWeeklyRepeatOn="kendo.scheduler.recurrenceEditorWeeklyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1312
1402
|
recurrenceEditorWeeklyRepeatOn='Repeat on'
|
|
1313
1403
|
|
|
1314
|
-
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the
|
|
1404
|
+
i18n-recurrenceEditorMonthlyDay="kendo.scheduler.recurrenceEditorMonthlyDay|The text similar to 'Day' displayed in the Scheduler recurrence editor."
|
|
1315
1405
|
recurrenceEditorMonthlyDay='Day'
|
|
1316
1406
|
|
|
1317
|
-
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the
|
|
1407
|
+
i18n-recurrenceEditorMonthlyInterval="kendo.scheduler.recurrenceEditorMonthlyInterval|The text similar to 'month(s)' displayed in the Scheduler recurrence editor."
|
|
1318
1408
|
recurrenceEditorMonthlyInterval='month(s)'
|
|
1319
1409
|
|
|
1320
|
-
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1410
|
+
i18n-recurrenceEditorMonthlyRepeatEvery="kendo.scheduler.recurrenceEditorMonthlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1321
1411
|
recurrenceEditorMonthlyRepeatEvery='Repeat every'
|
|
1322
1412
|
|
|
1323
|
-
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1413
|
+
i18n-recurrenceEditorMonthlyRepeatOn="kendo.scheduler.recurrenceEditorMonthlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1324
1414
|
recurrenceEditorMonthlyRepeatOn='Repeat on'
|
|
1325
1415
|
|
|
1326
|
-
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the
|
|
1416
|
+
i18n-recurrenceEditorYearlyOf="kendo.scheduler.recurrenceEditorYearlyOf|The text similar to 'of' displayed in the Scheduler recurrence editor."
|
|
1327
1417
|
recurrenceEditorYearlyOf='of'
|
|
1328
1418
|
|
|
1329
|
-
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the
|
|
1419
|
+
i18n-recurrenceEditorYearlyRepeatEvery="kendo.scheduler.recurrenceEditorYearlyRepeatEvery|The text similar to 'Repeat every' displayed in the Scheduler recurrence editor."
|
|
1330
1420
|
recurrenceEditorYearlyRepeatEvery='Repeat every'
|
|
1331
1421
|
|
|
1332
|
-
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the
|
|
1422
|
+
i18n-recurrenceEditorYearlyRepeatOn="kendo.scheduler.recurrenceEditorYearlyRepeatOn|The text similar to 'Repeat on' displayed in the Scheduler recurrence editor."
|
|
1333
1423
|
recurrenceEditorYearlyRepeatOn='Repeat on'
|
|
1334
1424
|
|
|
1335
|
-
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the
|
|
1425
|
+
i18n-recurrenceEditorYearlyInterval="kendo.scheduler.recurrenceEditorYearlyInterval|The text similar to 'year(s)' displayed in the Scheduler recurrence editor."
|
|
1336
1426
|
recurrenceEditorYearlyInterval='year(s)'
|
|
1337
1427
|
|
|
1338
|
-
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the
|
|
1428
|
+
i18n-recurrenceEditorFrequenciesDaily="kendo.scheduler.recurrenceEditorFrequenciesDaily|The text similar to 'Daily' displayed in the Scheduler recurrence editor."
|
|
1339
1429
|
recurrenceEditorFrequenciesDaily='Daily'
|
|
1340
1430
|
|
|
1341
|
-
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the
|
|
1431
|
+
i18n-recurrenceEditorFrequenciesMonthly="kendo.scheduler.recurrenceEditorFrequenciesMonthly|The text similar to 'Monthly' displayed in the Scheduler recurrence editor."
|
|
1342
1432
|
recurrenceEditorFrequenciesMonthly='Monthly'
|
|
1343
1433
|
|
|
1344
|
-
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the
|
|
1434
|
+
i18n-recurrenceEditorFrequenciesNever="kendo.scheduler.recurrenceEditorFrequenciesNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1345
1435
|
recurrenceEditorFrequenciesNever='Never'
|
|
1346
1436
|
|
|
1347
|
-
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the
|
|
1437
|
+
i18n-recurrenceEditorFrequenciesWeekly="kendo.scheduler.recurrenceEditorFrequenciesWeekly|The text similar to 'Weekly' displayed in the Scheduler recurrence editor."
|
|
1348
1438
|
recurrenceEditorFrequenciesWeekly='Weekly'
|
|
1349
1439
|
|
|
1350
|
-
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the
|
|
1440
|
+
i18n-recurrenceEditorFrequenciesYearly="kendo.scheduler.recurrenceEditorFrequenciesYearly|The text similar to 'Yearly' displayed in the Scheduler recurrence editor."
|
|
1351
1441
|
recurrenceEditorFrequenciesYearly='Yearly'
|
|
1352
1442
|
|
|
1353
|
-
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the
|
|
1443
|
+
i18n-recurrenceEditorOffsetPositionsFirst="kendo.scheduler.recurrenceEditorOffsetPositionsFirst|The text similar to 'First' displayed in the Scheduler recurrence editor."
|
|
1354
1444
|
recurrenceEditorOffsetPositionsFirst='First'
|
|
1355
1445
|
|
|
1356
|
-
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the
|
|
1446
|
+
i18n-recurrenceEditorOffsetPositionsSecond="kendo.scheduler.recurrenceEditorOffsetPositionsSecond|The text similar to 'Second' displayed in the Scheduler recurrence editor."
|
|
1357
1447
|
recurrenceEditorOffsetPositionsSecond='Second'
|
|
1358
1448
|
|
|
1359
|
-
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the
|
|
1449
|
+
i18n-recurrenceEditorOffsetPositionsThird="kendo.scheduler.recurrenceEditorOffsetPositionsThird|The text similar to 'Third' displayed in the Scheduler recurrence editor."
|
|
1360
1450
|
recurrenceEditorOffsetPositionsThird='Third'
|
|
1361
1451
|
|
|
1362
|
-
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the
|
|
1452
|
+
i18n-recurrenceEditorOffsetPositionsFourth="kendo.scheduler.recurrenceEditorOffsetPositionsFourth|The text similar to 'Fourth' displayed in the Scheduler recurrence editor."
|
|
1363
1453
|
recurrenceEditorOffsetPositionsFourth='Fourth'
|
|
1364
1454
|
|
|
1365
|
-
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the
|
|
1455
|
+
i18n-recurrenceEditorOffsetPositionsLast="kendo.scheduler.recurrenceEditorOffsetPositionsLast|The text similar to 'Last' displayed in the Scheduler recurrence editor."
|
|
1366
1456
|
recurrenceEditorOffsetPositionsLast='Last'
|
|
1367
1457
|
|
|
1368
1458
|
i18n-recurrenceEditorWeekdaysDay="kendo.scheduler.recurrenceEditorWeekdaysDay|The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
@@ -1374,43 +1464,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1374
1464
|
i18n-recurrenceEditorWeekdaysWeekendday="kendo.scheduler.recurrenceEditorWeekdaysWeekendday|The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern."
|
|
1375
1465
|
recurrenceEditorWeekdaysWeekendday='Weekend Day'
|
|
1376
1466
|
|
|
1377
|
-
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the
|
|
1467
|
+
i18n-recurrenceEditorEndAfter="kendo.scheduler.recurrenceEditorEndAfter|The text similar to 'After' displayed in the Scheduler recurrence editor."
|
|
1378
1468
|
recurrenceEditorEndAfter='After'
|
|
1379
1469
|
|
|
1380
|
-
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the
|
|
1470
|
+
i18n-recurrenceEditorEndOccurrence="kendo.scheduler.recurrenceEditorEndOccurrence|The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor."
|
|
1381
1471
|
recurrenceEditorEndOccurrence='occurrence(s)'
|
|
1382
1472
|
|
|
1383
|
-
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the
|
|
1473
|
+
i18n-recurrenceEditorEndLabel="kendo.scheduler.recurrenceEditorEndLabel|The text similar to 'End' displayed in the Scheduler recurrence editor."
|
|
1384
1474
|
recurrenceEditorEndLabel='End'
|
|
1385
1475
|
|
|
1386
|
-
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the
|
|
1476
|
+
i18n-recurrenceEditorEndNever="kendo.scheduler.recurrenceEditorEndNever|The text similar to 'Never' displayed in the Scheduler recurrence editor."
|
|
1387
1477
|
recurrenceEditorEndNever='Never'
|
|
1388
1478
|
|
|
1389
|
-
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the
|
|
1479
|
+
i18n-recurrenceEditorEndOn="kendo.scheduler.recurrenceEditorEndOn|The text similar to 'On' displayed in the Scheduler recurrence editor."
|
|
1390
1480
|
recurrenceEditorEndOn='On'
|
|
1391
1481
|
|
|
1392
|
-
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the
|
|
1482
|
+
i18n-destroy="kendo.scheduler.destroy|The text of the 'Delete' button displayed in the Scheduler remove confirmation dialog."
|
|
1393
1483
|
destroy='Delete'
|
|
1394
1484
|
|
|
1395
|
-
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in
|
|
1485
|
+
i18n-deleteConfirmation="kendo.scheduler.deleteConfirmation|The text similar to 'Are you sure you want to delete this event?' displayed in Scheduler remove confirmation dialog."
|
|
1396
1486
|
deleteConfirmation='Are you sure you want to delete this event?'
|
|
1397
1487
|
|
|
1398
|
-
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the
|
|
1488
|
+
i18n-editRecurringConfirmation="kendo.scheduler.editRecurringConfirmation|The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1399
1489
|
editRecurringConfirmation='Do you want to edit only this event occurrence or the whole series?'
|
|
1400
1490
|
|
|
1401
|
-
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the
|
|
1491
|
+
i18n-editOccurrence="kendo.scheduler.editOccurrence|The text of the 'Edit current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1402
1492
|
editOccurrence='Edit current occurrence'
|
|
1403
1493
|
|
|
1404
|
-
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the
|
|
1494
|
+
i18n-editSeries="kendo.scheduler.editSeries|The text of the 'Edit the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1405
1495
|
editSeries='Edit the series'
|
|
1406
1496
|
|
|
1407
|
-
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the
|
|
1497
|
+
i18n-deleteRecurringConfirmation="kendo.scheduler.deleteRecurringConfirmation|The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the Scheduler recurring confirmation dialog."
|
|
1408
1498
|
deleteRecurringConfirmation='Do you want to delete only this event occurrence or the whole series?'
|
|
1409
1499
|
|
|
1410
|
-
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the
|
|
1500
|
+
i18n-deleteOccurrence="kendo.scheduler.deleteOccurrence|The text of the 'Delete current occurrence' button displayed in the Scheduler recurring confirmation dialog."
|
|
1411
1501
|
deleteOccurrence='Delete current occurrence'
|
|
1412
1502
|
|
|
1413
|
-
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the
|
|
1503
|
+
i18n-deleteSeries="kendo.scheduler.deleteSeries|The text similar of the 'Delete the series' button displayed in the Scheduler recurring confirmation dialog."
|
|
1414
1504
|
deleteSeries='Delete the series'
|
|
1415
1505
|
|
|
1416
1506
|
i18n-deleteDialogTitle="kendo.scheduler.deleteDialogTitle|The title of the remove confirmation dialog, similar to 'Delete Event'."
|