Skip to content

Commit 89f14e2

Browse files
Rosen Konstantinovrkonstantinov
authored andcommitted
feat: add grid filter is-true and is-false texts
1 parent ef8e616 commit 89f14e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+384
-0
lines changed

messages/grid/grid.bg-BG.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Е по-малко или равно на
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: е вярно
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: не е вярно
80+

messages/grid/grid.cs-CZ.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Je menší nebo rovno
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: je pravda
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: není pravda
80+

messages/grid/grid.da-DK.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Er mindre end eller lig med
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: er sandt
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: er falskt
80+

messages/grid/grid.de-AT.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: kleiner als oder gleich ist
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: ist richtig
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: ist falsch
80+

messages/grid/grid.de-CH.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: kleiner als oder gleich ist
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: ist richtig
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: ist falsch
80+

messages/grid/grid.de-DE.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: kleiner als oder gleich ist
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: ist richtig
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: ist falsch
80+

messages/grid/grid.de-LI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: kleiner als oder gleich sind
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: ist richtig
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: ist falsch
80+

messages/grid/grid.en-AU.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Is less than or equal to
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: is true
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: is false
80+

messages/grid/grid.en-CA.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Is less than or equal to
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: is true
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: is false
80+

messages/grid/grid.en-GB.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ kendo:
7272
# The text of the "less than" filter operator
7373
filterLtOperator: Is less than or equal to
7474

75+
# The text of the "Is true" filter option
76+
filterIsTrue: is true
77+
78+
# The text of the "Is false" filter option
79+
filterIsFalse: is false
80+

0 commit comments

Comments
 (0)