@progress/kendo-angular-messages 1.32.2 → 1.33.0-dev.202201181346
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/LICENSE.md +1 -1
- package/messages/filter/filter.ar.yml +76 -0
- package/messages/filter/filter.bg-BG.yml +76 -0
- package/messages/filter/filter.cs-CZ.yml +76 -0
- package/messages/filter/filter.da-DK.yml +76 -0
- package/messages/filter/filter.de-AT.yml +76 -0
- package/messages/filter/filter.de-CH.yml +76 -0
- package/messages/filter/filter.de-DE.yml +76 -0
- package/messages/filter/filter.de-LI.yml +76 -0
- package/messages/filter/filter.en-AU.yml +76 -0
- package/messages/filter/filter.en-CA.yml +76 -0
- package/messages/filter/filter.en-GB.yml +76 -0
- package/messages/filter/filter.en-US.yml +76 -0
- package/messages/filter/filter.es-AR.yml +76 -0
- package/messages/filter/filter.es-BO.yml +76 -0
- package/messages/filter/filter.es-CL.yml +76 -0
- package/messages/filter/filter.es-CO.yml +76 -0
- package/messages/filter/filter.es-CR.yml +76 -0
- package/messages/filter/filter.es-DO.yml +76 -0
- package/messages/filter/filter.es-EC.yml +76 -0
- package/messages/filter/filter.es-ES.yml +76 -0
- package/messages/filter/filter.es-GT.yml +76 -0
- package/messages/filter/filter.es-HN.yml +76 -0
- package/messages/filter/filter.es-MX.yml +76 -0
- package/messages/filter/filter.es-NI.yml +76 -0
- package/messages/filter/filter.es-PA.yml +76 -0
- package/messages/filter/filter.es-PE.yml +76 -0
- package/messages/filter/filter.es-PR.yml +76 -0
- package/messages/filter/filter.es-PY.yml +76 -0
- package/messages/filter/filter.es-US.yml +76 -0
- package/messages/filter/filter.es-UY.yml +76 -0
- package/messages/filter/filter.es-VE.yml +76 -0
- package/messages/filter/filter.fa-IR.yml +76 -0
- package/messages/filter/filter.fi-FI.yml +76 -0
- package/messages/filter/filter.fr-BE.yml +76 -0
- package/messages/filter/filter.fr-CA.yml +76 -0
- package/messages/filter/filter.fr-CD.yml +76 -0
- package/messages/filter/filter.fr-CH.yml +76 -0
- package/messages/filter/filter.fr-CI.yml +76 -0
- package/messages/filter/filter.fr-CM.yml +76 -0
- package/messages/filter/filter.fr-FR.yml +76 -0
- package/messages/filter/filter.fr-HT.yml +76 -0
- package/messages/filter/filter.fr-LU.yml +76 -0
- package/messages/filter/filter.fr-MA.yml +76 -0
- package/messages/filter/filter.fr-MC.yml +76 -0
- package/messages/filter/filter.fr-ML.yml +76 -0
- package/messages/filter/filter.fr-SN.yml +76 -0
- package/messages/filter/filter.he-IL.yml +76 -0
- package/messages/filter/filter.hy-AM.yml +76 -0
- package/messages/filter/filter.it-CH.yml +76 -0
- package/messages/filter/filter.it-IT.yml +76 -0
- package/messages/filter/filter.ja-JP.yml +76 -0
- package/messages/filter/filter.nb-NO.yml +76 -0
- package/messages/filter/filter.nl-BE.yml +76 -0
- package/messages/filter/filter.nl-NL.yml +76 -0
- package/messages/filter/filter.pl-PL.yml +76 -0
- package/messages/filter/filter.pt-BR.yml +76 -0
- package/messages/filter/filter.pt-PT.yml +76 -0
- package/messages/filter/filter.ro-RO.yml +76 -0
- package/messages/filter/filter.ru-RU.yml +76 -0
- package/messages/filter/filter.sk-SK.yml +76 -0
- package/messages/filter/filter.sv-SE.yml +76 -0
- package/messages/filter/filter.tr-TR.yml +76 -0
- package/messages/filter/filter.uk-UA.yml +76 -0
- package/messages/filter/filter.zh-CN.yml +76 -0
- package/messages/filter/filter.zh-HK.yml +76 -0
- package/messages/filter/filter.zh-TW.yml +76 -0
- package/package.json +1 -1
package/LICENSE.md
CHANGED
|
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
|
|
|
8
8
|
|
|
9
9
|
All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
|
|
10
10
|
|
|
11
|
-
*Copyright ©
|
|
11
|
+
*Copyright © 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Добави филтър
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Добави група
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Премахни
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Днес
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Отвори/затвори календара
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Намали стойността
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Увеличи стойността
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Е след
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Е след или равно на
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: и
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Е преди
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Е преди или равно на
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (Всички)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Съдържа
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Завършва на
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Е равно на
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Филтри
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Оператори
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Е по-голямо от
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Е по-голяма или равно на
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Е празно
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: не е вярно
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: е вярно
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Не е празно
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Не е null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Е null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Е по-малко от
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Е по-малко или равно на
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Не съдържа
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Не е равно на
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: или
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Започва с
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: поле
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: оператор
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: стойност
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: филтър
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: настройки на филтъра
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
filter:
|
|
3
|
+
# The text of the Filter Group `Add Expression` button.
|
|
4
|
+
addExpression: Add Expression
|
|
5
|
+
# The text of the Filter Group `Add Group` button.
|
|
6
|
+
addGroup: Add Group
|
|
7
|
+
# The text of the `Remove` button.
|
|
8
|
+
remove: Remove
|
|
9
|
+
# The text of the Today button of the Filter Expression date editor.
|
|
10
|
+
editorDateTodayText: Today
|
|
11
|
+
# The title of the Toggle button of the Filter Expression date editor.
|
|
12
|
+
editorDateToggleText: Toggle calendar
|
|
13
|
+
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
14
|
+
editorNumericDecrement: Decrement
|
|
15
|
+
# The title of the Increment button of the Filter Expression numeric editor.
|
|
16
|
+
editorNumericIncrement: Increment
|
|
17
|
+
# The text of the `After` date Filter Expression operator.
|
|
18
|
+
filterAfterOperator: Is After
|
|
19
|
+
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
20
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
21
|
+
# The text of the `And` Filter Group logic.
|
|
22
|
+
filterAndLogic: And
|
|
23
|
+
# The text of the `Before` date Filter Expression operator.
|
|
24
|
+
filterBeforeOperator: Is before
|
|
25
|
+
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
26
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
27
|
+
# The text of the `(All)` boolean Filter Expression option.
|
|
28
|
+
filterBooleanAll: (All)
|
|
29
|
+
# The text of the `Contains` Filter Expression operator.
|
|
30
|
+
filterContainsOperator: Contains
|
|
31
|
+
# The text of the `EndsWith` string Filter Expression operator.
|
|
32
|
+
filterEndsWithOperator: Ends with
|
|
33
|
+
# The text of the `Equal` Filter Expression operator.
|
|
34
|
+
filterEqOperator: Is equal to
|
|
35
|
+
# The text of the Filter Expression `filters` drop down title.
|
|
36
|
+
filterExpressionFilters: Filters
|
|
37
|
+
# The text of the Filter Expression `operators` drop down title.
|
|
38
|
+
filterExpressionOperators: Operators
|
|
39
|
+
# The text of the `Greater` numeric Filter Expression operator.
|
|
40
|
+
filterGtOperator: Is greater than
|
|
41
|
+
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
42
|
+
filterGteOperator: Is greater than or equal to
|
|
43
|
+
# The text of the `IsEmpty` Filter Expression operator.
|
|
44
|
+
filterIsEmptyOperator: Is empty
|
|
45
|
+
# The text of the `IsFalse` boolean Filter Expression option.
|
|
46
|
+
filterIsFalse: Is False
|
|
47
|
+
# The text of the `IsTrue` boolean Filter Expression option.
|
|
48
|
+
filterIsTrue: Is True
|
|
49
|
+
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
50
|
+
filterIsNotEmptyOperator: Is not empty
|
|
51
|
+
# The text of the `IsNotNull` Filter Expression operator.
|
|
52
|
+
filterIsNotNullOperator: Is not null
|
|
53
|
+
# The text of the `IsNull` Filter Expression operator.
|
|
54
|
+
filterIsNullOperator: Is null
|
|
55
|
+
# The text of the `Less` numeric Filter Expression operator.
|
|
56
|
+
filterLtOperator: Is less than
|
|
57
|
+
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
58
|
+
filterLteOperator: Is less than or equal to
|
|
59
|
+
# The text of the `DoesNotContain` Filter Expression operator.
|
|
60
|
+
filterNotContainsOperator: Does not contain
|
|
61
|
+
# The text of the `NotEqual` Filter Expression operator.
|
|
62
|
+
filterNotEqOperator: Is not equal to
|
|
63
|
+
# The text of the `Or` Filter Group logic.
|
|
64
|
+
filterOrLogic: Or
|
|
65
|
+
# The text of the `StartsWith` Filter Expression operator.
|
|
66
|
+
filterStartsWithOperator: Starts with
|
|
67
|
+
# The text of the filter field aria label.
|
|
68
|
+
filterFieldAriaLabel: field
|
|
69
|
+
# The text of the filter operator aria label.
|
|
70
|
+
filterOperatorAriaLabel: operator
|
|
71
|
+
# The text of the filter value aria label.
|
|
72
|
+
filterValueAriaLabel: value
|
|
73
|
+
# The text of the filter row aria label.
|
|
74
|
+
filterAriaLabel: filter
|
|
75
|
+
# The text of the filter group aria label.
|
|
76
|
+
filterToolbarAriaLabel: filter settings
|