@progress/kendo-angular-messages 1.43.0-develop.2 → 1.43.0-develop.3

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.
Files changed (68) hide show
  1. package/messages/dropdowns/dropdowns.ar.yml +44 -4
  2. package/messages/dropdowns/dropdowns.bg-BG.yml +43 -3
  3. package/messages/dropdowns/dropdowns.cs-CZ.yml +41 -1
  4. package/messages/dropdowns/dropdowns.da-DK.yml +40 -0
  5. package/messages/dropdowns/dropdowns.de-AT.yml +43 -3
  6. package/messages/dropdowns/dropdowns.de-CH.yml +41 -1
  7. package/messages/dropdowns/dropdowns.de-DE.yml +41 -1
  8. package/messages/dropdowns/dropdowns.de-LI.yml +44 -4
  9. package/messages/dropdowns/dropdowns.en-AU.yml +44 -4
  10. package/messages/dropdowns/dropdowns.en-CA.yml +44 -4
  11. package/messages/dropdowns/dropdowns.en-GB.yml +44 -4
  12. package/messages/dropdowns/dropdowns.en-US.yml +44 -4
  13. package/messages/dropdowns/dropdowns.es-AR.yml +44 -4
  14. package/messages/dropdowns/dropdowns.es-BO.yml +44 -4
  15. package/messages/dropdowns/dropdowns.es-CL.yml +44 -4
  16. package/messages/dropdowns/dropdowns.es-CO.yml +44 -4
  17. package/messages/dropdowns/dropdowns.es-CR.yml +44 -4
  18. package/messages/dropdowns/dropdowns.es-DO.yml +44 -4
  19. package/messages/dropdowns/dropdowns.es-EC.yml +44 -4
  20. package/messages/dropdowns/dropdowns.es-ES.yml +44 -4
  21. package/messages/dropdowns/dropdowns.es-GT.yml +44 -4
  22. package/messages/dropdowns/dropdowns.es-HN.yml +44 -4
  23. package/messages/dropdowns/dropdowns.es-MX.yml +44 -4
  24. package/messages/dropdowns/dropdowns.es-NI.yml +44 -4
  25. package/messages/dropdowns/dropdowns.es-PA.yml +44 -4
  26. package/messages/dropdowns/dropdowns.es-PE.yml +44 -4
  27. package/messages/dropdowns/dropdowns.es-PR.yml +44 -4
  28. package/messages/dropdowns/dropdowns.es-PY.yml +44 -4
  29. package/messages/dropdowns/dropdowns.es-US.yml +44 -4
  30. package/messages/dropdowns/dropdowns.es-UY.yml +44 -4
  31. package/messages/dropdowns/dropdowns.es-VE.yml +44 -4
  32. package/messages/dropdowns/dropdowns.fa-IR.yml +41 -1
  33. package/messages/dropdowns/dropdowns.fi-FI.yml +44 -4
  34. package/messages/dropdowns/dropdowns.fr-BE.yml +40 -0
  35. package/messages/dropdowns/dropdowns.fr-CA.yml +40 -0
  36. package/messages/dropdowns/dropdowns.fr-CD.yml +40 -0
  37. package/messages/dropdowns/dropdowns.fr-CH.yml +40 -0
  38. package/messages/dropdowns/dropdowns.fr-CI.yml +40 -0
  39. package/messages/dropdowns/dropdowns.fr-CM.yml +40 -0
  40. package/messages/dropdowns/dropdowns.fr-FR.yml +40 -0
  41. package/messages/dropdowns/dropdowns.fr-HT.yml +40 -0
  42. package/messages/dropdowns/dropdowns.fr-LU.yml +40 -0
  43. package/messages/dropdowns/dropdowns.fr-MA.yml +40 -0
  44. package/messages/dropdowns/dropdowns.fr-MC.yml +40 -0
  45. package/messages/dropdowns/dropdowns.fr-ML.yml +40 -0
  46. package/messages/dropdowns/dropdowns.fr-SN.yml +40 -0
  47. package/messages/dropdowns/dropdowns.he-IL.yml +44 -4
  48. package/messages/dropdowns/dropdowns.hy-AM.yml +44 -4
  49. package/messages/dropdowns/dropdowns.it-CH.yml +43 -3
  50. package/messages/dropdowns/dropdowns.it-IT.yml +44 -4
  51. package/messages/dropdowns/dropdowns.ja-JP.yml +44 -4
  52. package/messages/dropdowns/dropdowns.ka-GE.yml +41 -1
  53. package/messages/dropdowns/dropdowns.nb-NO.yml +44 -4
  54. package/messages/dropdowns/dropdowns.nl-BE.yml +44 -4
  55. package/messages/dropdowns/dropdowns.nl-NL.yml +44 -4
  56. package/messages/dropdowns/dropdowns.pl-PL.yml +44 -4
  57. package/messages/dropdowns/dropdowns.pt-BR.yml +44 -4
  58. package/messages/dropdowns/dropdowns.pt-PT.yml +44 -4
  59. package/messages/dropdowns/dropdowns.ro-RO.yml +44 -4
  60. package/messages/dropdowns/dropdowns.ru-RU.yml +44 -4
  61. package/messages/dropdowns/dropdowns.sk-SK.yml +40 -0
  62. package/messages/dropdowns/dropdowns.sv-SE.yml +44 -4
  63. package/messages/dropdowns/dropdowns.tr-TR.yml +40 -0
  64. package/messages/dropdowns/dropdowns.uk-UA.yml +44 -4
  65. package/messages/dropdowns/dropdowns.zh-CN.yml +44 -4
  66. package/messages/dropdowns/dropdowns.zh-HK.yml +44 -4
  67. package/messages/dropdowns/dropdowns.zh-TW.yml +44 -4
  68. package/package.json +1 -1
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: clear
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: No data found
@@ -13,9 +16,12 @@ kendo:
13
16
  # The title of the clear button
14
17
  clearTitle: clear
15
18
 
16
- # The text set as aria-label on the select button"
19
+ # The text set as aria-label on the select button
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: No data found
@@ -23,9 +29,15 @@ kendo:
23
29
  # The title of the clear button
24
30
  clearTitle: clear
25
31
 
26
- # The text set as aria-label on the select button"
32
+ # The text set as aria-label on the select button
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: No data found
@@ -33,9 +45,31 @@ kendo:
33
45
  # The title of the clear button
34
46
  clearTitle: clear
35
47
 
36
- # The text set as aria-label on the select button"
48
+ # The text set as aria-label on the select button
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: No data found
60
+
61
+ # The title of the clear button
62
+ clearTitle: clear
63
+
64
+ # The text set as aria-label on the select button
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: No data found
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: clear
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: No data found
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: clear
88
+ clearTitle: clear
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: изчисти
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Списък с опции
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Няма данни
@@ -14,7 +17,10 @@ kendo:
14
17
  clearTitle: изчисти
15
18
 
16
19
  # The text set as aria-label on the select button"
17
- selectButtonText: Select
20
+ selectButtonText: Избери
21
+
22
+ # The text of the popup label
23
+ popupLabel: Списък с опции
18
24
 
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
@@ -24,7 +30,13 @@ kendo:
24
30
  clearTitle: изчисти
25
31
 
26
32
  # The text set as aria-label on the select button"
27
- selectButtonText: Select
33
+ selectButtonText: Избери
34
+
35
+ # The text of the popup label
36
+ popupLabel: Списък с опции
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Филтър
28
40
 
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
@@ -34,7 +46,29 @@ kendo:
34
46
  clearTitle: изчисти
35
47
 
36
48
  # The text set as aria-label on the select button"
37
- selectButtonText: Select
49
+ selectButtonText: Избери
50
+
51
+ # The text of the popup label
52
+ popupLabel: Списък с опции
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Филтър
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: Няма данни
60
+
61
+ # The title of the clear button
62
+ clearTitle: изчисти
63
+
64
+ # The text set as aria-label on the select button"
65
+ selectButtonText: Избери
66
+
67
+ # The text of the popup label
68
+ popupLabel: Списък с опции
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Филтър
38
72
 
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: изчисти
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Списък с опции
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: Няма данни
49
86
 
50
87
  # The title of the clear button
51
88
  clearTitle: изчисти
89
+
90
+ # The text of the popup label
91
+ popupLabel: Списък с опции
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: vymazat
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Nenalezena žádná data
@@ -16,6 +19,9 @@ kendo:
16
19
  # The text set as aria-label on the select button"
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: Nenalezena žádná data
@@ -26,6 +32,12 @@ kendo:
26
32
  # The text set as aria-label on the select button"
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: Nenalezena žádná data
@@ -36,6 +48,28 @@ kendo:
36
48
  # The text set as aria-label on the select button"
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: No data found
60
+
61
+ # The title of the clear button
62
+ clearTitle: clear
63
+
64
+ # The text set as aria-label on the select button
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: Nenalezena žádná data
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: vymazat
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: Nenalezena žádná data
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: vymazat
88
+ clearTitle: vymazat
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: Ryd
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Ingen data fundet
@@ -16,6 +19,9 @@ kendo:
16
19
  # The text set as aria-label on the select button"
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: Ingen data fundet
@@ -26,6 +32,12 @@ kendo:
26
32
  # The text set as aria-label on the select button"
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: Ingen data fundet
@@ -36,6 +48,28 @@ kendo:
36
48
  # The text set as aria-label on the select button"
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: No data found
60
+
61
+ # The title of the clear button
62
+ clearTitle: clear
63
+
64
+ # The text set as aria-label on the select button
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: Ingen data fundet
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: Ryd
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: No data found
49
86
 
50
87
  # The title of the clear button
51
88
  clearTitle: clear
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: Leeren
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Keine Daten gefunden
@@ -16,6 +19,9 @@ kendo:
16
19
  # The text set as aria-label on the select button"
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: Keine Daten gefunden
@@ -26,16 +32,44 @@ kendo:
26
32
  # The text set as aria-label on the select button"
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
- noDataText: No data found
43
+ noDataText: Keine Daten gefunden
32
44
 
33
45
  # The title of the clear button
34
- clearTitle: clear
46
+ clearTitle: Leeren
47
+
48
+ # The text set as aria-label on the select button"
49
+ selectButtonText: Select
50
+
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: Keine Daten gefunden
60
+
61
+ # The title of the clear button
62
+ clearTitle: Leeren
35
63
 
36
64
  # The text set as aria-label on the select button"
37
65
  selectButtonText: Select
38
66
 
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: No data found
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: clear
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: Keine Daten gefunden
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: Leeren
88
+ clearTitle: Leeren
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: Löschen
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Keine Daten gefunden
@@ -16,6 +19,9 @@ kendo:
16
19
  # The text set as aria-label on the select button"
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: Keine Daten gefunden
@@ -26,6 +32,12 @@ kendo:
26
32
  # The text set as aria-label on the select button"
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: No data found
@@ -36,6 +48,28 @@ kendo:
36
48
  # The text set as aria-label on the select button"
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: Keine Daten gefunden
60
+
61
+ # The title of the clear button
62
+ clearTitle: Löschen
63
+
64
+ # The text set as aria-label on the select button"
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: No data found
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: clear
45
79
 
80
+ # The text of the popup filter input aria label
81
+ filterInputLabel: Filter
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: Keine Daten gefunden
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: Löschen
88
+ clearTitle: Löschen
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: Leeren
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: Keine Daten gefunden
@@ -16,6 +19,9 @@ kendo:
16
19
  # The text set as aria-label on the select button"
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: Keine Daten gefunden
@@ -26,6 +32,12 @@ kendo:
26
32
  # The text set as aria-label on the select button"
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: Keine Daten gefunden
@@ -36,6 +48,28 @@ kendo:
36
48
  # The text set as aria-label on the select button"
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: Keine Daten gefunden
60
+
61
+ # The title of the clear button
62
+ clearTitle: Leeren
63
+
64
+ # The text set as aria-label on the select button"
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: Keine Daten gefunden
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: Leeren
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: Keine Daten gefunden
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: Leeren
88
+ clearTitle: Leeren
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list
@@ -6,6 +6,9 @@ kendo:
6
6
  # The title of the clear button
7
7
  clearTitle: clear
8
8
 
9
+ # The text of the popup label
10
+ popupLabel: Options list
11
+
9
12
  combobox:
10
13
  # The text displayed in the popup when there are no items
11
14
  noDataText: No data found
@@ -13,9 +16,12 @@ kendo:
13
16
  # The title of the clear button
14
17
  clearTitle: clear
15
18
 
16
- # The text set as aria-label on the select button"
19
+ # The text set as aria-label on the select button
17
20
  selectButtonText: Select
18
21
 
22
+ # The text of the popup label
23
+ popupLabel: Options list
24
+
19
25
  dropdownlist:
20
26
  # The text displayed in the popup when there are no items
21
27
  noDataText: No data found
@@ -23,9 +29,15 @@ kendo:
23
29
  # The title of the clear button
24
30
  clearTitle: clear
25
31
 
26
- # The text set as aria-label on the select button"
32
+ # The text set as aria-label on the select button
27
33
  selectButtonText: Select
28
34
 
35
+ # The text of the popup label
36
+ popupLabel: Options list
37
+
38
+ # The text of the popup filter input aria label
39
+ filterInputLabel: Filter
40
+
29
41
  dropdowntree:
30
42
  # The text displayed in the popup when there are no items
31
43
  noDataText: No data found
@@ -33,9 +45,31 @@ kendo:
33
45
  # The title of the clear button
34
46
  clearTitle: clear
35
47
 
36
- # The text set as aria-label on the select button"
48
+ # The text set as aria-label on the select button
37
49
  selectButtonText: Select
38
50
 
51
+ # The text of the popup label
52
+ popupLabel: Options list
53
+
54
+ # The text of the popup filter input aria label
55
+ filterInputLabel: Filter
56
+
57
+ multiselecttree:
58
+ # The text displayed in the popup when there are no items
59
+ noDataText: No data found
60
+
61
+ # The title of the clear button
62
+ clearTitle: clear
63
+
64
+ # The text set as aria-label on the select button
65
+ selectButtonText: Select
66
+
67
+ # The text of the popup label
68
+ popupLabel: Options list
69
+
70
+ # The text of the popup filter input aria label
71
+ filterInputLabel: Filter
72
+
39
73
  multicolumncombobox:
40
74
  # The text displayed in the popup when there are no items
41
75
  noDataText: No data found
@@ -43,9 +77,15 @@ kendo:
43
77
  # The title of the clear button
44
78
  clearTitle: clear
45
79
 
80
+ # The text of the popup label
81
+ popupLabel: Options list
82
+
46
83
  multiselect:
47
84
  # The text displayed in the popup when there are no items
48
85
  noDataText: No data found
49
86
 
50
87
  # The title of the clear button
51
- clearTitle: clear
88
+ clearTitle: clear
89
+
90
+ # The text of the popup label
91
+ popupLabel: Options list