Skip to content

Commit 5e52688

Browse files
committed
feat: add new Grid messages (English)
1 parent 9572674 commit 5e52688

File tree

4 files changed

+111
-3
lines changed

4 files changed

+111
-3
lines changed

messages/grid/grid.en-AU.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kendo:
7070
filterLteOperator: Is less than or equal to
7171

7272
# The text of the "less than" filter operator
73-
filterLtOperator: Is less than or equal to
73+
filterLtOperator: Is less than
7474

7575
# The text of the "Is true" filter option
7676
filterIsTrue: is true
@@ -105,3 +105,30 @@ kendo:
105105
# The text of the "Or" filter logic
106106
filterOrLogic: Or
107107

108+
# The loading text
109+
loading: Loading
110+
111+
# The title of the column menu icon
112+
columnMenu: Column Menu
113+
114+
# The text shown in the column menu for the columns item
115+
columns: Columns
116+
117+
# The text shown in the column menu for the lock item
118+
lock: Lock
119+
120+
# The text shown in the column menu for the unlock item
121+
unlock: Unlock
122+
123+
# The text shown in the column menu for the sort ascending item
124+
sortAscending: Sort Ascending
125+
126+
# The text shown in the column menu for the sort descending item
127+
sortDescending: Sort Descending
128+
129+
# The text shown in the column menu or column chooser for the columns apply button
130+
columnsApply: Apply
131+
132+
# The text shown in the column menu or column chooser for the columns reset button
133+
columnsReset: Reset
134+

messages/grid/grid.en-CA.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kendo:
7070
filterLteOperator: Is less than or equal to
7171

7272
# The text of the "less than" filter operator
73-
filterLtOperator: Is less than or equal to
73+
filterLtOperator: Is less than
7474

7575
# The text of the "Is true" filter option
7676
filterIsTrue: is true
@@ -105,3 +105,30 @@ kendo:
105105
# The text of the "Or" filter logic
106106
filterOrLogic: Or
107107

108+
# The loading text
109+
loading: Loading
110+
111+
# The title of the column menu icon
112+
columnMenu: Column Menu
113+
114+
# The text shown in the column menu for the columns item
115+
columns: Columns
116+
117+
# The text shown in the column menu for the lock item
118+
lock: Lock
119+
120+
# The text shown in the column menu for the unlock item
121+
unlock: Unlock
122+
123+
# The text shown in the column menu for the sort ascending item
124+
sortAscending: Sort Ascending
125+
126+
# The text shown in the column menu for the sort descending item
127+
sortDescending: Sort Descending
128+
129+
# The text shown in the column menu or column chooser for the columns apply button
130+
columnsApply: Apply
131+
132+
# The text shown in the column menu or column chooser for the columns reset button
133+
columnsReset: Reset
134+

messages/grid/grid.en-GB.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kendo:
7070
filterLteOperator: Is less than or equal to
7171

7272
# The text of the "less than" filter operator
73-
filterLtOperator: Is less than or equal to
73+
filterLtOperator: Is less than
7474

7575
# The text of the "Is true" filter option
7676
filterIsTrue: is true
@@ -105,3 +105,30 @@ kendo:
105105
# The text of the "Or" filter logic
106106
filterOrLogic: Or
107107

108+
# The loading text
109+
loading: Loading
110+
111+
# The title of the column menu icon
112+
columnMenu: Column Menu
113+
114+
# The text shown in the column menu for the columns item
115+
columns: Columns
116+
117+
# The text shown in the column menu for the lock item
118+
lock: Lock
119+
120+
# The text shown in the column menu for the unlock item
121+
unlock: Unlock
122+
123+
# The text shown in the column menu for the sort ascending item
124+
sortAscending: Sort Ascending
125+
126+
# The text shown in the column menu for the sort descending item
127+
sortDescending: Sort Descending
128+
129+
# The text shown in the column menu or column chooser for the columns apply button
130+
columnsApply: Apply
131+
132+
# The text shown in the column menu or column chooser for the columns reset button
133+
columnsReset: Reset
134+

messages/grid/grid.en-US.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,30 @@ kendo:
105105
# The text of the "Or" filter logic
106106
filterOrLogic: Or
107107

108+
# The loading text
109+
loading: Loading
110+
111+
# The title of the column menu icon
112+
columnMenu: Column Menu
113+
114+
# The text shown in the column menu for the columns item
115+
columns: Columns
116+
117+
# The text shown in the column menu for the lock item
118+
lock: Lock
119+
120+
# The text shown in the column menu for the unlock item
121+
unlock: Unlock
122+
123+
# The text shown in the column menu for the sort ascending item
124+
sortAscending: Sort Ascending
125+
126+
# The text shown in the column menu for the sort descending item
127+
sortDescending: Sort Descending
128+
129+
# The text shown in the column menu or column chooser for the columns apply button
130+
columnsApply: Apply
131+
132+
# The text shown in the column menu or column chooser for the columns reset button
133+
columnsReset: Reset
134+

0 commit comments

Comments
 (0)