-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add messages for filter component (#180)
- Loading branch information
Showing
66 changed files
with
5,016 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
kendo: | ||
filter: | ||
# The text of the Filter Group `Add Expression` button. | ||
addExpression: Add Expression | ||
# The text of the Filter Group `Add Group` button. | ||
addGroup: Add Group | ||
# The text of the `Remove` button. | ||
remove: Remove | ||
# The text of the Today button of the Filter Expression date editor. | ||
editorDateTodayText: Today | ||
# The title of the Toggle button of the Filter Expression date editor. | ||
editorDateToggleText: Toggle calendar | ||
# The title of the Decrement button of the Filter Expression numeric editor. | ||
editorNumericDecrement: Decrement | ||
# The title of the Increment button of the Filter Expression numeric editor. | ||
editorNumericIncrement: Increment | ||
# The text of the `After` date Filter Expression operator. | ||
filterAfterOperator: Is After | ||
# The text of the `AfterOrEqualTo` date Filter Expression operator. | ||
filterAfterOrEqualOperator: Is after or equal to | ||
# The text of the `And` Filter Group logic. | ||
filterAndLogic: And | ||
# The text of the `Before` date Filter Expression operator. | ||
filterBeforeOperator: Is before | ||
# The text of the `BeforeOrEqualTo` date Filter Expression operator. | ||
filterBeforeOrEqualOperator: Is before or equal to | ||
# The text of the `(All)` boolean Filter Expression option. | ||
filterBooleanAll: (All) | ||
# The text of the `Contains` Filter Expression operator. | ||
filterContainsOperator: Contains | ||
# The text of the `EndsWith` string Filter Expression operator. | ||
filterEndsWithOperator: Ends with | ||
# The text of the `Equal` Filter Expression operator. | ||
filterEqOperator: Is equal to | ||
# The text of the Filter Expression `filters` drop down title. | ||
filterExpressionFilters: Filters | ||
# The text of the Filter Expression `operators` drop down title. | ||
filterExpressionOperators: Operators | ||
# The text of the `Greater` numeric Filter Expression operator. | ||
filterGtOperator: Is greater than | ||
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator. | ||
filterGteOperator: Is greater than or equal to | ||
# The text of the `IsEmpty` Filter Expression operator. | ||
filterIsEmptyOperator: Is empty | ||
# The text of the `IsFalse` boolean Filter Expression option. | ||
filterIsFalse: Is False | ||
# The text of the `IsTrue` boolean Filter Expression option. | ||
filterIsTrue: Is True | ||
# The text of the `IsNotEmpty` Filter Expression operator. | ||
filterIsNotEmptyOperator: Is not empty | ||
# The text of the `IsNotNull` Filter Expression operator. | ||
filterIsNotNullOperator: Is not null | ||
# The text of the `IsNull` Filter Expression operator. | ||
filterIsNullOperator: Is null | ||
# The text of the `Less` numeric Filter Expression operator. | ||
filterLtOperator: Is less than | ||
# The text of the `LessOrEqualTo` numeric Filter Expression operator. | ||
filterLteOperator: Is less than or equal to | ||
# The text of the `DoesNotContain` Filter Expression operator. | ||
filterNotContainsOperator: Does not contain | ||
# The text of the `NotEqual` Filter Expression operator. | ||
filterNotEqOperator: Is not equal to | ||
# The text of the `Or` Filter Group logic. | ||
filterOrLogic: Or | ||
# The text of the `StartsWith` Filter Expression operator. | ||
filterStartsWithOperator: Starts with | ||
# The text of the filter field aria label. | ||
filterFieldAriaLabel: field | ||
# The text of the filter operator aria label. | ||
filterOperatorAriaLabel: operator | ||
# The text of the filter value aria label. | ||
filterValueAriaLabel: value | ||
# The text of the filter row aria label. | ||
filterAriaLabel: filter | ||
# The text of the filter group aria label. | ||
filterToolbarAriaLabel: filter settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
kendo: | ||
filter: | ||
# The text of the Filter Group `Add Expression` button. | ||
addExpression: Добави филтър | ||
# The text of the Filter Group `Add Group` button. | ||
addGroup: Добави група | ||
# The text of the `Remove` button. | ||
remove: Премахни | ||
# The text of the Today button of the Filter Expression date editor. | ||
editorDateTodayText: Днес | ||
# The title of the Toggle button of the Filter Expression date editor. | ||
editorDateToggleText: Отвори/затвори календара | ||
# The title of the Decrement button of the Filter Expression numeric editor. | ||
editorNumericDecrement: Намали стойността | ||
# The title of the Increment button of the Filter Expression numeric editor. | ||
editorNumericIncrement: Увеличи стойността | ||
# The text of the `After` date Filter Expression operator. | ||
filterAfterOperator: Е след | ||
# The text of the `AfterOrEqualTo` date Filter Expression operator. | ||
filterAfterOrEqualOperator: Е след или равно на | ||
# The text of the `And` Filter Group logic. | ||
filterAndLogic: и | ||
# The text of the `Before` date Filter Expression operator. | ||
filterBeforeOperator: Е преди | ||
# The text of the `BeforeOrEqualTo` date Filter Expression operator. | ||
filterBeforeOrEqualOperator: Е преди или равно на | ||
# The text of the `(All)` boolean Filter Expression option. | ||
filterBooleanAll: (Всички) | ||
# The text of the `Contains` Filter Expression operator. | ||
filterContainsOperator: Съдържа | ||
# The text of the `EndsWith` string Filter Expression operator. | ||
filterEndsWithOperator: Завършва на | ||
# The text of the `Equal` Filter Expression operator. | ||
filterEqOperator: Е равно на | ||
# The text of the Filter Expression `filters` drop down title. | ||
filterExpressionFilters: Филтри | ||
# The text of the Filter Expression `operators` drop down title. | ||
filterExpressionOperators: Оператори | ||
# The text of the `Greater` numeric Filter Expression operator. | ||
filterGtOperator: Е по-голямо от | ||
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator. | ||
filterGteOperator: Е по-голяма или равно на | ||
# The text of the `IsEmpty` Filter Expression operator. | ||
filterIsEmptyOperator: Е празно | ||
# The text of the `IsFalse` boolean Filter Expression option. | ||
filterIsFalse: не е вярно | ||
# The text of the `IsTrue` boolean Filter Expression option. | ||
filterIsTrue: е вярно | ||
# The text of the `IsNotEmpty` Filter Expression operator. | ||
filterIsNotEmptyOperator: Не е празно | ||
# The text of the `IsNotNull` Filter Expression operator. | ||
filterIsNotNullOperator: Не е null | ||
# The text of the `IsNull` Filter Expression operator. | ||
filterIsNullOperator: Е null | ||
# The text of the `Less` numeric Filter Expression operator. | ||
filterLtOperator: Е по-малко от | ||
# The text of the `LessOrEqualTo` numeric Filter Expression operator. | ||
filterLteOperator: Е по-малко или равно на | ||
# The text of the `DoesNotContain` Filter Expression operator. | ||
filterNotContainsOperator: Не съдържа | ||
# The text of the `NotEqual` Filter Expression operator. | ||
filterNotEqOperator: Не е равно на | ||
# The text of the `Or` Filter Group logic. | ||
filterOrLogic: или | ||
# The text of the `StartsWith` Filter Expression operator. | ||
filterStartsWithOperator: Започва с | ||
# The text of the filter field aria label. | ||
filterFieldAriaLabel: поле | ||
# The text of the filter operator aria label. | ||
filterOperatorAriaLabel: оператор | ||
# The text of the filter value aria label. | ||
filterValueAriaLabel: стойност | ||
# The text of the filter row aria label. | ||
filterAriaLabel: филтър | ||
# The text of the filter group aria label. | ||
filterToolbarAriaLabel: настройки на филтъра |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
kendo: | ||
filter: | ||
# The text of the Filter Group `Add Expression` button. | ||
addExpression: Add Expression | ||
# The text of the Filter Group `Add Group` button. | ||
addGroup: Add Group | ||
# The text of the `Remove` button. | ||
remove: Remove | ||
# The text of the Today button of the Filter Expression date editor. | ||
editorDateTodayText: Today | ||
# The title of the Toggle button of the Filter Expression date editor. | ||
editorDateToggleText: Toggle calendar | ||
# The title of the Decrement button of the Filter Expression numeric editor. | ||
editorNumericDecrement: Decrement | ||
# The title of the Increment button of the Filter Expression numeric editor. | ||
editorNumericIncrement: Increment | ||
# The text of the `After` date Filter Expression operator. | ||
filterAfterOperator: Is After | ||
# The text of the `AfterOrEqualTo` date Filter Expression operator. | ||
filterAfterOrEqualOperator: Is after or equal to | ||
# The text of the `And` Filter Group logic. | ||
filterAndLogic: And | ||
# The text of the `Before` date Filter Expression operator. | ||
filterBeforeOperator: Is before | ||
# The text of the `BeforeOrEqualTo` date Filter Expression operator. | ||
filterBeforeOrEqualOperator: Is before or equal to | ||
# The text of the `(All)` boolean Filter Expression option. | ||
filterBooleanAll: (All) | ||
# The text of the `Contains` Filter Expression operator. | ||
filterContainsOperator: Contains | ||
# The text of the `EndsWith` string Filter Expression operator. | ||
filterEndsWithOperator: Ends with | ||
# The text of the `Equal` Filter Expression operator. | ||
filterEqOperator: Is equal to | ||
# The text of the Filter Expression `filters` drop down title. | ||
filterExpressionFilters: Filters | ||
# The text of the Filter Expression `operators` drop down title. | ||
filterExpressionOperators: Operators | ||
# The text of the `Greater` numeric Filter Expression operator. | ||
filterGtOperator: Is greater than | ||
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator. | ||
filterGteOperator: Is greater than or equal to | ||
# The text of the `IsEmpty` Filter Expression operator. | ||
filterIsEmptyOperator: Is empty | ||
# The text of the `IsFalse` boolean Filter Expression option. | ||
filterIsFalse: Is False | ||
# The text of the `IsTrue` boolean Filter Expression option. | ||
filterIsTrue: Is True | ||
# The text of the `IsNotEmpty` Filter Expression operator. | ||
filterIsNotEmptyOperator: Is not empty | ||
# The text of the `IsNotNull` Filter Expression operator. | ||
filterIsNotNullOperator: Is not null | ||
# The text of the `IsNull` Filter Expression operator. | ||
filterIsNullOperator: Is null | ||
# The text of the `Less` numeric Filter Expression operator. | ||
filterLtOperator: Is less than | ||
# The text of the `LessOrEqualTo` numeric Filter Expression operator. | ||
filterLteOperator: Is less than or equal to | ||
# The text of the `DoesNotContain` Filter Expression operator. | ||
filterNotContainsOperator: Does not contain | ||
# The text of the `NotEqual` Filter Expression operator. | ||
filterNotEqOperator: Is not equal to | ||
# The text of the `Or` Filter Group logic. | ||
filterOrLogic: Or | ||
# The text of the `StartsWith` Filter Expression operator. | ||
filterStartsWithOperator: Starts with | ||
# The text of the filter field aria label. | ||
filterFieldAriaLabel: field | ||
# The text of the filter operator aria label. | ||
filterOperatorAriaLabel: operator | ||
# The text of the filter value aria label. | ||
filterValueAriaLabel: value | ||
# The text of the filter row aria label. | ||
filterAriaLabel: filter | ||
# The text of the filter group aria label. | ||
filterToolbarAriaLabel: filter settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
kendo: | ||
filter: | ||
# The text of the Filter Group `Add Expression` button. | ||
addExpression: Add Expression | ||
# The text of the Filter Group `Add Group` button. | ||
addGroup: Add Group | ||
# The text of the `Remove` button. | ||
remove: Remove | ||
# The text of the Today button of the Filter Expression date editor. | ||
editorDateTodayText: Today | ||
# The title of the Toggle button of the Filter Expression date editor. | ||
editorDateToggleText: Toggle calendar | ||
# The title of the Decrement button of the Filter Expression numeric editor. | ||
editorNumericDecrement: Decrement | ||
# The title of the Increment button of the Filter Expression numeric editor. | ||
editorNumericIncrement: Increment | ||
# The text of the `After` date Filter Expression operator. | ||
filterAfterOperator: Is After | ||
# The text of the `AfterOrEqualTo` date Filter Expression operator. | ||
filterAfterOrEqualOperator: Is after or equal to | ||
# The text of the `And` Filter Group logic. | ||
filterAndLogic: And | ||
# The text of the `Before` date Filter Expression operator. | ||
filterBeforeOperator: Is before | ||
# The text of the `BeforeOrEqualTo` date Filter Expression operator. | ||
filterBeforeOrEqualOperator: Is before or equal to | ||
# The text of the `(All)` boolean Filter Expression option. | ||
filterBooleanAll: (All) | ||
# The text of the `Contains` Filter Expression operator. | ||
filterContainsOperator: Contains | ||
# The text of the `EndsWith` string Filter Expression operator. | ||
filterEndsWithOperator: Ends with | ||
# The text of the `Equal` Filter Expression operator. | ||
filterEqOperator: Is equal to | ||
# The text of the Filter Expression `filters` drop down title. | ||
filterExpressionFilters: Filters | ||
# The text of the Filter Expression `operators` drop down title. | ||
filterExpressionOperators: Operators | ||
# The text of the `Greater` numeric Filter Expression operator. | ||
filterGtOperator: Is greater than | ||
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator. | ||
filterGteOperator: Is greater than or equal to | ||
# The text of the `IsEmpty` Filter Expression operator. | ||
filterIsEmptyOperator: Is empty | ||
# The text of the `IsFalse` boolean Filter Expression option. | ||
filterIsFalse: Is False | ||
# The text of the `IsTrue` boolean Filter Expression option. | ||
filterIsTrue: Is True | ||
# The text of the `IsNotEmpty` Filter Expression operator. | ||
filterIsNotEmptyOperator: Is not empty | ||
# The text of the `IsNotNull` Filter Expression operator. | ||
filterIsNotNullOperator: Is not null | ||
# The text of the `IsNull` Filter Expression operator. | ||
filterIsNullOperator: Is null | ||
# The text of the `Less` numeric Filter Expression operator. | ||
filterLtOperator: Is less than | ||
# The text of the `LessOrEqualTo` numeric Filter Expression operator. | ||
filterLteOperator: Is less than or equal to | ||
# The text of the `DoesNotContain` Filter Expression operator. | ||
filterNotContainsOperator: Does not contain | ||
# The text of the `NotEqual` Filter Expression operator. | ||
filterNotEqOperator: Is not equal to | ||
# The text of the `Or` Filter Group logic. | ||
filterOrLogic: Or | ||
# The text of the `StartsWith` Filter Expression operator. | ||
filterStartsWithOperator: Starts with | ||
# The text of the filter field aria label. | ||
filterFieldAriaLabel: field | ||
# The text of the filter operator aria label. | ||
filterOperatorAriaLabel: operator | ||
# The text of the filter value aria label. | ||
filterValueAriaLabel: value | ||
# The text of the filter row aria label. | ||
filterAriaLabel: filter | ||
# The text of the filter group aria label. | ||
filterToolbarAriaLabel: filter settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
kendo: | ||
filter: | ||
# The text of the Filter Group `Add Expression` button. | ||
addExpression: Add Expression | ||
# The text of the Filter Group `Add Group` button. | ||
addGroup: Add Group | ||
# The text of the `Remove` button. | ||
remove: Remove | ||
# The text of the Today button of the Filter Expression date editor. | ||
editorDateTodayText: Today | ||
# The title of the Toggle button of the Filter Expression date editor. | ||
editorDateToggleText: Toggle calendar | ||
# The title of the Decrement button of the Filter Expression numeric editor. | ||
editorNumericDecrement: Decrement | ||
# The title of the Increment button of the Filter Expression numeric editor. | ||
editorNumericIncrement: Increment | ||
# The text of the `After` date Filter Expression operator. | ||
filterAfterOperator: Is After | ||
# The text of the `AfterOrEqualTo` date Filter Expression operator. | ||
filterAfterOrEqualOperator: Is after or equal to | ||
# The text of the `And` Filter Group logic. | ||
filterAndLogic: And | ||
# The text of the `Before` date Filter Expression operator. | ||
filterBeforeOperator: Is before | ||
# The text of the `BeforeOrEqualTo` date Filter Expression operator. | ||
filterBeforeOrEqualOperator: Is before or equal to | ||
# The text of the `(All)` boolean Filter Expression option. | ||
filterBooleanAll: (All) | ||
# The text of the `Contains` Filter Expression operator. | ||
filterContainsOperator: Contains | ||
# The text of the `EndsWith` string Filter Expression operator. | ||
filterEndsWithOperator: Ends with | ||
# The text of the `Equal` Filter Expression operator. | ||
filterEqOperator: Is equal to | ||
# The text of the Filter Expression `filters` drop down title. | ||
filterExpressionFilters: Filters | ||
# The text of the Filter Expression `operators` drop down title. | ||
filterExpressionOperators: Operators | ||
# The text of the `Greater` numeric Filter Expression operator. | ||
filterGtOperator: Is greater than | ||
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator. | ||
filterGteOperator: Is greater than or equal to | ||
# The text of the `IsEmpty` Filter Expression operator. | ||
filterIsEmptyOperator: Is empty | ||
# The text of the `IsFalse` boolean Filter Expression option. | ||
filterIsFalse: Is False | ||
# The text of the `IsTrue` boolean Filter Expression option. | ||
filterIsTrue: Is True | ||
# The text of the `IsNotEmpty` Filter Expression operator. | ||
filterIsNotEmptyOperator: Is not empty | ||
# The text of the `IsNotNull` Filter Expression operator. | ||
filterIsNotNullOperator: Is not null | ||
# The text of the `IsNull` Filter Expression operator. | ||
filterIsNullOperator: Is null | ||
# The text of the `Less` numeric Filter Expression operator. | ||
filterLtOperator: Is less than | ||
# The text of the `LessOrEqualTo` numeric Filter Expression operator. | ||
filterLteOperator: Is less than or equal to | ||
# The text of the `DoesNotContain` Filter Expression operator. | ||
filterNotContainsOperator: Does not contain | ||
# The text of the `NotEqual` Filter Expression operator. | ||
filterNotEqOperator: Is not equal to | ||
# The text of the `Or` Filter Group logic. | ||
filterOrLogic: Or | ||
# The text of the `StartsWith` Filter Expression operator. | ||
filterStartsWithOperator: Starts with | ||
# The text of the filter field aria label. | ||
filterFieldAriaLabel: field | ||
# The text of the filter operator aria label. | ||
filterOperatorAriaLabel: operator | ||
# The text of the filter value aria label. | ||
filterValueAriaLabel: value | ||
# The text of the filter row aria label. | ||
filterAriaLabel: filter | ||
# The text of the filter group aria label. | ||
filterToolbarAriaLabel: filter settings |
Oops, something went wrong.