Skip to content

Commit b7eb86b

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 51169c7 commit b7eb86b

File tree

8 files changed

+146
-15
lines changed

8 files changed

+146
-15
lines changed

docs/api/javascript/ui/scheduler.md

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,10 @@ The text similar to "Title of the event" displayed in the scheduler event editor
18891889

18901890
The configuration of the scheduler recurrence editor messages. Use this option to customize or localize the scheduler recurrence editor messages.
18911891

1892+
### messages.recurrenceEditor.cancel `String`
1893+
1894+
Applicable in Scheduler Adaptive rendering scenario. The text for the cancel button on the scheduler recurrence editor header.
1895+
18921896
### messages.recurrenceEditor.daily `Object`
18931897

18941898
The configuration of the scheduler recurrence editor daily messages. Use this option to customize or localize the scheduler recurrence editor daily messages.
@@ -2123,6 +2127,10 @@ The text similar to "On " displayed in the scheduler recurrence editor.
21232127
});
21242128
</script>
21252129

2130+
### messages.recurrenceEditor.endTitle `String`
2131+
2132+
Applicable in Scheduler Adaptive rendering scenario. The text for the endTitle (end repeat on) on the scheduler recurrence editor.
2133+
21262134
### messages.recurrenceEditor.frequencies `Object`
21272135

21282136
The configuration of the scheduler recurrence editor frequencies messages. Use this option to customize or localize the scheduler recurrence editor frequencies messages.
@@ -2267,6 +2275,10 @@ The text similar to "Yearly" displayed in the scheduler recurrence editor.
22672275
});
22682276
</script>
22692277

2278+
### messages.recurrenceEditor.headerTitle `String`
2279+
2280+
Applicable in Scheduler Adaptive rendering scenario. The text for the headerTitle (text in the header) on the scheduler recurrence editor.
2281+
22702282
### messages.recurrenceEditor.monthly `Object`
22712283

22722284
The configuration of the scheduler recurrence editor monthly messages. Use this option to customize or localize the scheduler recurrence editor monthly messages.
@@ -2299,6 +2311,34 @@ The text similar to "Day " displayed in the scheduler recurrence editor.
22992311
});
23002312
</script>
23012313

2314+
### messages.recurrenceEditor.monthly.date `String`
2315+
2316+
The text similar to "Date " displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.
2317+
2318+
#### Example - set the "date" scheduler recurrence editor message
2319+
2320+
<div id="scheduler"></div>
2321+
<script>
2322+
$("#scheduler").kendoScheduler({
2323+
date: new Date("2013/6/6"),
2324+
messages: {
2325+
recurrenceEditor: {
2326+
monthly: {
2327+
date: "Exact date "
2328+
}
2329+
}
2330+
},
2331+
dataSource: [
2332+
{
2333+
id: 1,
2334+
start: new Date("2013/6/6 08:00 AM"),
2335+
end: new Date("2013/6/6 09:00 AM"),
2336+
title: "Interview"
2337+
}
2338+
]
2339+
});
2340+
</script>
2341+
23022342
### messages.recurrenceEditor.monthly.interval `String`
23032343

23042344
The text similar to " month(s)" displayed in the scheduler recurrence editor.
@@ -2531,6 +2571,14 @@ The text similar to "last" displayed in the scheduler recurrence editor.
25312571

25322572
The text of the Recurence editor dropdown title.
25332573

2574+
### messages.recurrenceEditor.repeatTitle `String`
2575+
2576+
Applicable in Scheduler Adaptive rendering scenario. The text for the repeatTitle (repeat on) on the scheduler recurrence editor.
2577+
2578+
### messages.recurrenceEditor.update `String`
2579+
2580+
Applicable in Scheduler Adaptive rendering scenario. The text for the update button on the scheduler recurrence editor header.
2581+
25342582
### messages.recurrenceEditor.weekly `Object`
25352583

25362584
The configuration of the scheduler recurrence editor weekly messages. Use this option to customize or localize the scheduler recurrence editor weekly messages.
@@ -2711,6 +2759,62 @@ The text similar to "weekend" displayed in the repeat by section of the monthly
27112759

27122760
The configuration of the scheduler recurrence editor yearly messages. Use this option to customize or localize the scheduler recurrence editor yearly messages.
27132761

2762+
### messages.recurrenceEditor.yearly.day `String`
2763+
2764+
The text similar to "day" displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.
2765+
2766+
#### Example - set the "day" scheduler recurrence editor message
2767+
2768+
<div id="scheduler"></div>
2769+
<script>
2770+
$("#scheduler").kendoScheduler({
2771+
date: new Date("2013/6/6"),
2772+
messages: {
2773+
recurrenceEditor: {
2774+
yearly: {
2775+
day: "on day"
2776+
}
2777+
}
2778+
},
2779+
dataSource: [
2780+
{
2781+
id: 1,
2782+
start: new Date("2013/6/6 08:00 AM"),
2783+
end: new Date("2013/6/6 09:00 AM"),
2784+
title: "Interview"
2785+
}
2786+
]
2787+
});
2788+
</script>
2789+
2790+
### messages.recurrenceEditor.yearly.month `String`
2791+
2792+
The text similar to "month" displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.
2793+
2794+
#### Example - set the "month" scheduler recurrence editor message
2795+
2796+
<div id="scheduler"></div>
2797+
<script>
2798+
$("#scheduler").kendoScheduler({
2799+
date: new Date("2013/6/6"),
2800+
messages: {
2801+
recurrenceEditor: {
2802+
yearly: {
2803+
day: "exact month"
2804+
}
2805+
}
2806+
},
2807+
dataSource: [
2808+
{
2809+
id: 1,
2810+
start: new Date("2013/6/6 08:00 AM"),
2811+
end: new Date("2013/6/6 09:00 AM"),
2812+
title: "Interview"
2813+
}
2814+
]
2815+
});
2816+
</script>
2817+
27142818
### messages.recurrenceEditor.yearly.of `String`
27152819

27162820
The text similar to " of " displayed in the scheduler recurrence editor.
@@ -5559,7 +5663,7 @@ Enables the DOM virtualization for vertical grouping of the view - renders batch
55595663
}
55605664
]
55615665
});
5562-
5666+
55635667
### views.workDays `Array`
55645668

55655669
Sets the working days (index based).

src/messages/kendo.messages.bg-BG.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
597597
"day": "Ден ",
598598
"interval": " месец(и)",
599599
"repeatEvery": "Повтаряй всеки: ",
600-
"repeatOn": "Повтаряй на: "
600+
"repeatOn": "Повтаряй на: ",
601+
"date": "Дата"
601602
},
602603
"offsetPositions": {
603604
"first": "първи(а)",
@@ -615,7 +616,10 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
615616
"of": " от ",
616617
"repeatEvery": "Повтаряй всеки: ",
617618
"repeatOn": "Повтаряй на: ",
618-
"interval": " година(ни)"
619+
"interval": " година(ни)",
620+
"month": "месец",
621+
"day": "ден",
622+
"date": "Дата"
619623
},
620624
"weekdays": {
621625
"day": "ден",

src/messages/kendo.messages.en-AU.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,16 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
491491
"repeatEvery": "Repeat every: ",
492492
"repeatOn": "Repeat on: ",
493493
"interval": " month(s)",
494-
"day": "Day "
494+
"day": "Day ",
495+
"date": "Date"
495496
},
496497
"yearly": {
497498
"repeatEvery": "Repeat every: ",
498499
"repeatOn": "Repeat on: ",
499500
"interval": " year(s)",
500-
"of": " of "
501+
"of": " of ",
502+
"month": "month",
503+
"day": "day"
501504
},
502505
"end": {
503506
"label": "End:",

src/messages/kendo.messages.en-CA.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,13 +502,17 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
502502
"repeatEvery": "Repeat every: ",
503503
"repeatOn": "Repeat on: ",
504504
"interval": " month(s)",
505-
"day": "Day "
505+
"day": "Day ",
506+
"date": "Date"
506507
},
507508
"yearly": {
508509
"repeatEvery": "Repeat every: ",
509510
"repeatOn": "Repeat on: ",
510511
"interval": " year(s)",
511-
"of": " of "
512+
"of": " of ",
513+
"month": "month",
514+
"day": "day",
515+
"date": "Date"
512516
},
513517
"end": {
514518
"label": "End:",

src/messages/kendo.messages.en-GB.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,17 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
543543
"repeatEvery": "Repeat every: ",
544544
"repeatOn": "Repeat on: ",
545545
"interval": " month(s)",
546-
"day": "Day "
546+
"day": "Day ",
547+
"date": "Date"
547548
},
548549
"yearly": {
549550
"repeatEvery": "Repeat every: ",
550551
"repeatOn": "Repeat on: ",
551552
"interval": " year(s)",
552-
"of": " of "
553+
"of": " of ",
554+
"month": "month",
555+
"day": "day",
556+
"date": "Date"
553557
},
554558
"end": {
555559
"label": "End:",

src/messages/kendo.messages.en-US.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,17 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
566566
"repeatEvery": "Repeat every: ",
567567
"repeatOn": "Repeat on: ",
568568
"interval": " month(s)",
569-
"day": "Day "
569+
"day": "Day ",
570+
"date": "Date"
570571
},
571572
"yearly": {
572573
"repeatEvery": "Repeat every: ",
573574
"repeatOn": "Repeat on: ",
574575
"interval": " year(s)",
575-
"of": " of "
576+
"of": " of ",
577+
"month": "month",
578+
"day": "day",
579+
"date": "Date"
576580
},
577581
"end": {
578582
"label": "End:",

src/messages/kendo.messages.it-CH.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
115115
"day": "Giorno",
116116
"interval": "mese(i)",
117117
"repeatEvery": "Ripeti ogni: ",
118-
"repeatOn": "Repeti quando:: "
118+
"repeatOn": "Repeti quando: ",
119+
"date": "Data"
119120
},
120121
"offsetPositions": {
121122
"first": "primo",
@@ -133,7 +134,10 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
133134
"of": "di",
134135
"repeatEvery": "Ripeti ogni:",
135136
"repeatOn": "Ripeti quando:",
136-
"interval": "anno(i)"
137+
"interval": "anno(i)",
138+
"month": "mese",
139+
"day": "giorno",
140+
"date": "Data"
137141
},
138142
"weekdays": {
139143
"day": "giorno",

src/messages/kendo.messages.it-IT.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
135135
"day": "Giorno",
136136
"interval": "mese(i)",
137137
"repeatEvery": "Ripeti ogni: ",
138-
"repeatOn": "Repeti quando:: "
138+
"repeatOn": "Repeti quando:: ",
139+
"date": "Data"
139140
},
140141
"offsetPositions": {
141142
"first": "primo",
@@ -153,7 +154,10 @@ $.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
153154
"of": "di",
154155
"repeatEvery": "Ripeti ogni:",
155156
"repeatOn": "Ripeti quando:",
156-
"interval": "anno(i)"
157+
"interval": "anno(i)",
158+
"month": "mese",
159+
"day": "giorno",
160+
"date": "Data"
157161
},
158162
"weekdays": {
159163
"day": "giorno",

0 commit comments

Comments
 (0)