@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.
- package/messages/dropdowns/dropdowns.ar.yml +44 -4
- package/messages/dropdowns/dropdowns.bg-BG.yml +43 -3
- package/messages/dropdowns/dropdowns.cs-CZ.yml +41 -1
- package/messages/dropdowns/dropdowns.da-DK.yml +40 -0
- package/messages/dropdowns/dropdowns.de-AT.yml +43 -3
- package/messages/dropdowns/dropdowns.de-CH.yml +41 -1
- package/messages/dropdowns/dropdowns.de-DE.yml +41 -1
- package/messages/dropdowns/dropdowns.de-LI.yml +44 -4
- package/messages/dropdowns/dropdowns.en-AU.yml +44 -4
- package/messages/dropdowns/dropdowns.en-CA.yml +44 -4
- package/messages/dropdowns/dropdowns.en-GB.yml +44 -4
- package/messages/dropdowns/dropdowns.en-US.yml +44 -4
- package/messages/dropdowns/dropdowns.es-AR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-BO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CL.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-CR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-DO.yml +44 -4
- package/messages/dropdowns/dropdowns.es-EC.yml +44 -4
- package/messages/dropdowns/dropdowns.es-ES.yml +44 -4
- package/messages/dropdowns/dropdowns.es-GT.yml +44 -4
- package/messages/dropdowns/dropdowns.es-HN.yml +44 -4
- package/messages/dropdowns/dropdowns.es-MX.yml +44 -4
- package/messages/dropdowns/dropdowns.es-NI.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PA.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PE.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PR.yml +44 -4
- package/messages/dropdowns/dropdowns.es-PY.yml +44 -4
- package/messages/dropdowns/dropdowns.es-US.yml +44 -4
- package/messages/dropdowns/dropdowns.es-UY.yml +44 -4
- package/messages/dropdowns/dropdowns.es-VE.yml +44 -4
- package/messages/dropdowns/dropdowns.fa-IR.yml +41 -1
- package/messages/dropdowns/dropdowns.fi-FI.yml +44 -4
- package/messages/dropdowns/dropdowns.fr-BE.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CA.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CD.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CH.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CI.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-CM.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-FR.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-HT.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-LU.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-MA.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-MC.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-ML.yml +40 -0
- package/messages/dropdowns/dropdowns.fr-SN.yml +40 -0
- package/messages/dropdowns/dropdowns.he-IL.yml +44 -4
- package/messages/dropdowns/dropdowns.hy-AM.yml +44 -4
- package/messages/dropdowns/dropdowns.it-CH.yml +43 -3
- package/messages/dropdowns/dropdowns.it-IT.yml +44 -4
- package/messages/dropdowns/dropdowns.ja-JP.yml +44 -4
- package/messages/dropdowns/dropdowns.ka-GE.yml +41 -1
- package/messages/dropdowns/dropdowns.nb-NO.yml +44 -4
- package/messages/dropdowns/dropdowns.nl-BE.yml +44 -4
- package/messages/dropdowns/dropdowns.nl-NL.yml +44 -4
- package/messages/dropdowns/dropdowns.pl-PL.yml +44 -4
- package/messages/dropdowns/dropdowns.pt-BR.yml +44 -4
- package/messages/dropdowns/dropdowns.pt-PT.yml +44 -4
- package/messages/dropdowns/dropdowns.ro-RO.yml +44 -4
- package/messages/dropdowns/dropdowns.ru-RU.yml +44 -4
- package/messages/dropdowns/dropdowns.sk-SK.yml +40 -0
- package/messages/dropdowns/dropdowns.sv-SE.yml +44 -4
- package/messages/dropdowns/dropdowns.tr-TR.yml +40 -0
- package/messages/dropdowns/dropdowns.uk-UA.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-CN.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-HK.yml +44 -4
- package/messages/dropdowns/dropdowns.zh-TW.yml +44 -4
- 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: 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: cancella
|
|
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: Nessun dato trovato
|
|
@@ -14,7 +17,10 @@ kendo:
|
|
|
14
17
|
clearTitle: cancella
|
|
15
18
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
|
-
selectButtonText:
|
|
20
|
+
selectButtonText: Seleziona
|
|
21
|
+
|
|
22
|
+
# The text of the popup label
|
|
23
|
+
popupLabel: Options list
|
|
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: cancella
|
|
25
31
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
|
-
selectButtonText:
|
|
33
|
+
selectButtonText: Seleziona
|
|
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
|
|
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: Rimuove
|
|
35
47
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
|
-
selectButtonText:
|
|
49
|
+
selectButtonText: Seleziona
|
|
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: Rimuove
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Seleziona
|
|
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
|
|
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: Rimuove
|
|
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: Nessun dato trovato
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
88
|
clearTitle: cancella
|
|
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: cancella
|
|
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: Nessun dato trovato
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: Seleziona
|
|
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: Nessun dato trovato
|
|
@@ -26,26 +32,60 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: Seleziona
|
|
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:
|
|
43
|
+
noDataText: No data found
|
|
32
44
|
|
|
33
45
|
# The title of the clear button
|
|
34
|
-
clearTitle:
|
|
46
|
+
clearTitle: Rimuove
|
|
35
47
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: Seleziona
|
|
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: Rimuove
|
|
63
|
+
|
|
64
|
+
# The text set as aria-label on the select button"
|
|
65
|
+
selectButtonText: Seleziona
|
|
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: Nessun dato trovato
|
|
42
76
|
|
|
43
77
|
# The title of the clear button
|
|
44
|
-
clearTitle:
|
|
78
|
+
clearTitle: Rimuove
|
|
79
|
+
|
|
80
|
+
# The text of the popup label
|
|
81
|
+
popupLabel: Options list
|
|
45
82
|
|
|
46
83
|
multiselect:
|
|
47
84
|
# The text displayed in the popup when there are no items
|
|
48
85
|
noDataText: Nessun dato trovato
|
|
49
86
|
|
|
50
87
|
# The title of the clear button
|
|
51
|
-
clearTitle: cancella
|
|
88
|
+
clearTitle: cancella
|
|
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
|
|
@@ -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: Options list
|
|
11
|
+
|
|
9
12
|
combobox:
|
|
10
13
|
# The text displayed in the popup when there are no items
|
|
11
14
|
noDataText: სია ცარიელია
|
|
@@ -16,6 +19,9 @@ kendo:
|
|
|
16
19
|
# The text set as aria-label on the select button"
|
|
17
20
|
selectButtonText: არჩევა
|
|
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: სია ცარიელია
|
|
@@ -26,6 +32,12 @@ kendo:
|
|
|
26
32
|
# The text set as aria-label on the select button"
|
|
27
33
|
selectButtonText: არჩევა
|
|
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: ცხრილი ცარიელია
|
|
@@ -36,6 +48,28 @@ kendo:
|
|
|
36
48
|
# The text set as aria-label on the select button"
|
|
37
49
|
selectButtonText: არჩევა
|
|
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: ცხრილი ცარიელია
|
|
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: 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: სია ცარიელია
|
|
@@ -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: Options list
|
|
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
|
-
clearTitle: გასუფთავება
|
|
88
|
+
clearTitle: გასუფთავება
|
|
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
|
|
@@ -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
|