@progress/kendo-angular-messages 1.40.1-dev.202301050800 → 1.41.0-dev.202301051313

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.
Files changed (51) hide show
  1. package/messages/calendar/calendar.ka-GE.yml +26 -0
  2. package/messages/calendar/calendar.tr-TR.yml +6 -6
  3. package/messages/colorgradient/colorgradient.ka-GE.yml +43 -0
  4. package/messages/colorpalette/colorpalette.ka-GE.yml +4 -0
  5. package/messages/colorpicker/colorpicker.ka-GE.yml +76 -0
  6. package/messages/dateinput/dateinput.ka-GE.yml +7 -0
  7. package/messages/dateinput/dateinput.tr-TR.yml +2 -2
  8. package/messages/datepicker/datepicker.ka-GE.yml +13 -0
  9. package/messages/datepicker/datepicker.tr-TR.yml +3 -3
  10. package/messages/datetimepicker/datetimepicker.ka-GE.yml +43 -0
  11. package/messages/datetimepicker/datetimepicker.tr-TR.yml +14 -14
  12. package/messages/dialog/dialog.ka-GE.yml +4 -0
  13. package/messages/dialog/dialog.tr-TR.yml +1 -1
  14. package/messages/dropdowns/dropdowns.ka-GE.yml +51 -0
  15. package/messages/dropdowns/dropdowns.tr-TR.yml +15 -15
  16. package/messages/editor/editor.ka-GE.yml +163 -0
  17. package/messages/fileselect/fileselect.ka-GE.yml +19 -0
  18. package/messages/filter/filter.ka-GE.yml +78 -0
  19. package/messages/filter/filter.tr-TR.yml +38 -38
  20. package/messages/flatcolorpicker/flatcolorpicker.ka-GE.yml +58 -0
  21. package/messages/gantt/gantt.ka-GE.yml +205 -0
  22. package/messages/grid/grid.ka-GE.yml +213 -0
  23. package/messages/grid/grid.tr-TR.yml +53 -53
  24. package/messages/label/label.ka-GE.yml +8 -0
  25. package/messages/notification/notification.ka-GE.yml +4 -0
  26. package/messages/numerictextbox/numerictextbox.ka-GE.yml +7 -0
  27. package/messages/numerictextbox/numerictextbox.tr-TR.yml +2 -2
  28. package/messages/pager/pager.ka-GE.yml +34 -0
  29. package/messages/pager/pager.tr-TR.yml +6 -6
  30. package/messages/pivotgrid/pivotgrid.ka-GE.yml +93 -0
  31. package/messages/progressbar/progressbar.ka-GE.yml +14 -0
  32. package/messages/rangeslider/rangeslider.ka-GE.yml +8 -0
  33. package/messages/scheduler/scheduler.ka-GE.yml +326 -0
  34. package/messages/signature/signature.ka-GE.yml +13 -0
  35. package/messages/slider/slider.ka-GE.yml +10 -0
  36. package/messages/splitbutton/splitbutton.ka-GE.yml +4 -0
  37. package/messages/splitbutton/splitbutton.tr-TR.yml +1 -1
  38. package/messages/switch/switch.ka-GE.yml +7 -0
  39. package/messages/tabstrip/tabstrip.ka-GE.yml +7 -0
  40. package/messages/textbox/textbox.ka-GE.yml +4 -0
  41. package/messages/textbox/textbox.tr-TR.yml +1 -1
  42. package/messages/timepicker/timepicker.ka-GE.yml +37 -0
  43. package/messages/timepicker/timepicker.tr-TR.yml +10 -10
  44. package/messages/toolbar/toolbar.ka-GE.yml +4 -0
  45. package/messages/tooltip/tooltip.ka-GE.yml +4 -0
  46. package/messages/tooltip/tooltip.tr-TR.yml +1 -1
  47. package/messages/treelist/treelist.ka-GE.yml +155 -0
  48. package/messages/upload/upload.ka-GE.yml +58 -0
  49. package/messages/window/window.ka-GE.yml +13 -0
  50. package/messages/window/window.tr-TR.yml +4 -4
  51. package/package.json +1 -1
@@ -0,0 +1,326 @@
1
+ kendo:
2
+ recurrenceeditor:
3
+ # The text similar to 'day(s)' displayed in the recurrence editor.
4
+ dailyInterval: day(s)
5
+
6
+ # The text similar to 'Repeat every' displayed in the recurrence editor.
7
+ dailyRepeatEvery: Repeat every
8
+
9
+ # The text similar to 'After' displayed in the recurrence editor.
10
+ endAfter: After
11
+
12
+ # The text similar to 'End' displayed in the recurrence editor.
13
+ endLabel: End
14
+
15
+ # The text similar to 'Never' displayed in the recurrence editor.
16
+ endNever: Never
17
+
18
+ # The text similar to 'occurrence(s)' displayed in the recurrence editor.
19
+ endOccurrence: occurrence(s)
20
+
21
+ # The text similar to 'On' displayed in the recurrence editor.
22
+ endOn: On
23
+
24
+ # The text similar to 'Daily' displayed in the recurrence editor.
25
+ frequenciesDaily: Daily
26
+
27
+ # The text similar to 'Monthly' displayed in the recurrence editor.
28
+ frequenciesMonthly: Monthly
29
+
30
+ # The text similar to 'Never' displayed in the recurrence editor.
31
+ frequenciesNever: Never
32
+
33
+ # The text similar to 'Weekly' displayed in the recurrence editor.
34
+ frequenciesWeekly: Weekly
35
+
36
+ # The text similar to 'Yearly' displayed in the recurrence editor.
37
+ frequenciesYearly: Yearly
38
+
39
+ # The text similar to 'Day' displayed in the recurrence editor.
40
+ monthlyDay: Day
41
+
42
+ # The text similar to 'month(s)' displayed in the recurrence editor.
43
+ monthlyInterval: month(s)
44
+
45
+ # The text similar to 'Repeat every' displayed in the recurrence editor.
46
+ monthlyRepeatEvery: Repeat every
47
+
48
+ # The text similar to 'Repeat on' displayed in the recurrence editor.
49
+ monthlyRepeatOn: Repeat on
50
+
51
+ # The text similar to 'Fourth' displayed in the recurrence editor.
52
+ offsetPositionsFourth: Fourth
53
+
54
+ # The text similar to 'Last' displayed in the recurrence editor.
55
+ offsetPositionsLast: Last
56
+
57
+ # The text similar to 'Second' displayed in the recurrence editor.
58
+ offsetPositionsSecond: Second
59
+
60
+ # The text similar to 'Third' displayed in the recurrence editor.
61
+ offsetPositionsThird: Third
62
+
63
+ # The text similar to 'Repeat' displayed in the recurrence editor.
64
+ repeat: Repeat
65
+
66
+ # The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern.
67
+ weekdaysDay: Day
68
+
69
+ # The text similar to 'Weekday' displayed in the repeat by section of the monthly recurrence pattern.
70
+ weekdaysWeekday: Weekday
71
+
72
+ # The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern.
73
+ weekdaysWeekendday: Weekend Day
74
+
75
+ # The text similar to 'week(s)' displayed in the recurrence editor.
76
+ weeklyInterval: week(s)
77
+
78
+ # The text similar to 'Repeat every' displayed in the recurrence editor.
79
+ weeklyRepeatEvery: Repeat every
80
+
81
+ # The text similar to 'Repeat on' displayed in the recurrence editor.
82
+ weeklyRepeatOn: Repeat on
83
+
84
+ # The text similar to 'year(s)' displayed in the recurrence editor.
85
+ yearlyInterval: year(s)
86
+
87
+ # The text similar to 'of' displayed in the recurrence editor.
88
+ yearlyOf: of
89
+
90
+ # The text similar to 'Repeat every' displayed in the recurrence editor.
91
+ yearlyRepeatEvery: Repeat every
92
+
93
+ # The text similar to 'Repeat on' displayed in the recurrence editor.
94
+ yearlyRepeatOn: Repeat on
95
+
96
+ scheduler:
97
+ # The agenda view title.
98
+ agendaViewTitle: Agenda
99
+
100
+ # The all day text displayed in the day and week views.
101
+ allDay: all day
102
+
103
+ # The All events text displayed in the timeline views when there is no vertical grouping.
104
+ allEvents: All events
105
+
106
+ # The text of today's date in the header of the Calendar.
107
+ calendarToday: TODAY
108
+
109
+ # The text similar to 'Cancel' displayed in scheduler.
110
+ cancel: Cancel
111
+
112
+ # The text similar to 'Save' displayed in scheduler.
113
+ save: Save
114
+
115
+ # The text similar to 'Title' displayed in the scheduler event editor.
116
+ editorEventTitle: Title
117
+
118
+ # The text similar to 'Start' displayed in the scheduler event editor.
119
+ editorEventStart: Start
120
+
121
+ # The text similar to 'Start Time Zone' displayed in the scheduler event editor.
122
+ editorEventStartTimeZone: Start Time Zone
123
+
124
+ # The text similar to 'End' displayed in the scheduler event editor.
125
+ editorEventEnd: End
126
+
127
+ # The text similar to 'End Time Zone' displayed in the scheduler event editor.
128
+ editorEventEndTimeZone: End Time Zone
129
+
130
+ # The date header text displayed in the agenda view.
131
+ dateHeader: Date
132
+
133
+ # The day view title.
134
+ dayViewTitle: Day
135
+
136
+ # The text similar to 'Are you sure you want to delete this event?' displayed in scheduler remove confirmation dialog.
137
+ deleteConfirmation: Are you sure you want to delete this event?
138
+
139
+ # The title of the remove confirmation dialog, similar to 'Delete Event'.
140
+ deleteDialogTitle: Delete Event
141
+
142
+ # The text of the 'Delete current occurrence' button displayed in the scheduler recurring confirmation dialog.
143
+ deleteOccurrence: Delete current occurrence
144
+
145
+ # The text similar to 'Do you want to delete only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog.
146
+ deleteRecurringConfirmation: Do you want to delete only this event occurrence or the whole series?
147
+
148
+ # The title of the recurring remove confirmation dialog, similar to 'Delete Recurring Item'
149
+ deleteRecurringDialogTitle: Delete Recurring Item
150
+
151
+ # The text similar of the 'Delete the series' button displayed in the scheduler recurring confirmation dialog.
152
+ deleteSeries: Delete the series
153
+
154
+ # The delete icon title.
155
+ deleteTitle: Delete
156
+
157
+ # The text of the 'Delete' button displayed in the scheduler remove confirmation dialog.
158
+ destroy: Delete
159
+
160
+ # The text of the 'Edit current occurrence' button displayed in the scheduler recurring confirmation dialog.
161
+ editOccurrence: Edit current occurrence
162
+
163
+ # The text similar to 'All Day event' displayed in the scheduler event editor.
164
+ editorEventAllDay: All Day Event
165
+
166
+ # The text similar to 'Description' displayed in the scheduler event editor.
167
+ editorEventDescription: Description
168
+
169
+ # The text similar to 'Use separate Start and End Time Zones' displayed in the scheduler event editor.
170
+ editorEventSeparateTimeZones: End in different Time Zone
171
+
172
+ # The text similar to 'Time Zone' displayed in the scheduler event editor.
173
+ editorEventTimeZone: Specify Time Zone
174
+
175
+ # The text similar to 'Event' displayed as title of the scheduler event editor.
176
+ editorTitle: Event
177
+
178
+ # The text similar to 'Do you want to edit only this event occurrence or the whole series?' displayed in the scheduler recurring confirmation dialog.
179
+ editRecurringConfirmation: Do you want to edit only this event occurrence or the whole series?
180
+
181
+ # The title of the recurring edit confirmation dialog, similar to 'Edit Recurring Item'
182
+ editRecurringDialogTitle: Edit Recurring Item
183
+
184
+ # The text of the 'Edit the series' button displayed in the scheduler recurring confirmation dialog.
185
+ editSeries: Edit the series
186
+
187
+ # The event header text displayed in the agenda view.
188
+ eventHeader: Event
189
+
190
+ # The month view title.
191
+ monthViewTitle: Month
192
+
193
+ # The multi day view title.
194
+ multiDayViewTitle: Multi-Day
195
+
196
+ # The title of the navigation next button.
197
+ nextTitle: Next
198
+
199
+ # The title of the navigation previous button.
200
+ previousTitle: Previous
201
+
202
+ # The text similar to 'day(s)' displayed in the scheduler recurrence editor.
203
+ recurrenceEditorDailyInterval: day(s)
204
+
205
+ # The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
206
+ recurrenceEditorDailyRepeatEvery: Repeat every
207
+
208
+ # The text similar to 'After' displayed in the scheduler recurrence editor.
209
+ recurrenceEditorEndAfter: After
210
+
211
+ # The text similar to 'End' displayed in the scheduler recurrence editor.
212
+ recurrenceEditorEndLabel: End
213
+
214
+ # The text similar to 'Never' displayed in the scheduler recurrence editor.
215
+ recurrenceEditorEndNever: Never
216
+
217
+ # The text similar to 'occurrence(s)' displayed in the scheduler recurrence editor.
218
+ recurrenceEditorEndOccurrence: occurrence(s)
219
+
220
+ # The text similar to 'On' displayed in the scheduler recurrence editor.
221
+ recurrenceEditorEndOn: On
222
+
223
+ # The text similar to 'Daily' displayed in the scheduler recurrence editor.
224
+ recurrenceEditorFrequenciesDaily: Daily
225
+
226
+ # The text similar to 'Monthly' displayed in the scheduler recurrence editor.
227
+ recurrenceEditorFrequenciesMonthly: Monthly
228
+
229
+ # The text similar to 'Never' displayed in the scheduler recurrence editor.
230
+ recurrenceEditorFrequenciesNever: Never
231
+
232
+ # The text similar to 'Weekly' displayed in the scheduler recurrence editor.
233
+ recurrenceEditorFrequenciesWeekly: Weekly
234
+
235
+ # The text similar to 'Yearly' displayed in the scheduler recurrence editor.
236
+ recurrenceEditorFrequenciesYearly: Yearly
237
+
238
+ # The text similar to 'Day' displayed in the scheduler recurrence editor.
239
+ recurrenceEditorMonthlyDay: Day
240
+
241
+ # The text similar to 'month(s)' displayed in the scheduler recurrence editor.
242
+ recurrenceEditorMonthlyInterval: month(s)
243
+
244
+ # The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
245
+ recurrenceEditorMonthlyRepeatEvery: Repeat every
246
+
247
+ # The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
248
+ recurrenceEditorMonthlyRepeatOn: Repeat on
249
+
250
+ # The text similar to 'First' displayed in the scheduler recurrence editor.
251
+ recurrenceEditorOffsetPositionsFirst: First
252
+
253
+ # The text similar to 'Fourth' displayed in the scheduler recurrence editor.
254
+ recurrenceEditorOffsetPositionsFourth: Fourth
255
+
256
+ # The text similar to 'Last' displayed in the scheduler recurrence editor.
257
+ recurrenceEditorOffsetPositionsLast: Last
258
+
259
+ # The text similar to 'Second' displayed in the scheduler recurrence editor.
260
+ recurrenceEditorOffsetPositionsSecond: Second
261
+
262
+ # The text similar to 'Third' displayed in the scheduler recurrence editor.
263
+ recurrenceEditorOffsetPositionsThird: Third
264
+
265
+ # The text similar to 'Repeat' displayed in the scheduler recurrence editor.
266
+ recurrenceEditorRepeat: Repeat
267
+
268
+ # The text similar to 'Day' displayed in the repeat by section of the monthly recurrence pattern.
269
+ recurrenceEditorWeekdaysDay: Day
270
+
271
+ # The text similar to 'Weekday' displayed in the repeat by section of the monthly recurrence pattern.
272
+ recurrenceEditorWeekdaysWeekday: Weekday
273
+
274
+ # The text similar to 'Weekend Day' displayed in the repeat by section of the monthly recurrence pattern.
275
+ recurrenceEditorWeekdaysWeekendday: Weekend Day
276
+
277
+ # The text similar to 'week(s)' displayed in the scheduler recurrence editor.
278
+ recurrenceEditorWeeklyInterval: week(s)
279
+
280
+ # The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
281
+ recurrenceEditorWeeklyRepeatEvery: Repeat every
282
+
283
+ # The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
284
+ recurrenceEditorWeeklyRepeatOn: Repeat on
285
+
286
+ # The text similar to 'year(s)' displayed in the scheduler recurrence editor.
287
+ recurrenceEditorYearlyInterval: year(s)
288
+
289
+ # The text similar to 'of' displayed in the scheduler recurrence editor.
290
+ recurrenceEditorYearlyOf: of
291
+
292
+ # The text similar to 'Repeat every' displayed in the scheduler recurrence editor.
293
+ recurrenceEditorYearlyRepeatEvery: Repeat every
294
+
295
+ # The text similar to 'Repeat on' displayed in the scheduler recurrence editor.
296
+ recurrenceEditorYearlyRepeatOn: Repeat on
297
+
298
+ # The text of the show full day button displayed in the footer of the day, week and timeline views.
299
+ showFullDay: Show full day
300
+
301
+ # The text of the show work day button displayed in the footer of the day, week and timeline views.
302
+ showWorkDay: Show business hours
303
+
304
+ # The time header text displayed in the agenda view.
305
+ timeHeader: Time
306
+
307
+ # The timeline month view title.
308
+ timelineMonthViewTitle: Timeline Month
309
+
310
+ # The timeline view title.
311
+ timelineViewTitle: Timeline
312
+
313
+ # The timeline week view title.
314
+ timelineWeekViewTitle: Timeline Week
315
+
316
+ # The today button text displayed in the navigation.
317
+ today: Today
318
+
319
+ # The week view title.
320
+ weekViewTitle: Week
321
+
322
+ # The work week view title.
323
+ workWeekViewTitle: Work Week
324
+
325
+ # The value of the aria-label attribute of the <select> element used for switching the Scheduler views.
326
+ selectView: Select View
@@ -0,0 +1,13 @@
1
+ kendo:
2
+ signature:
3
+ # The message for the Clear button.
4
+ clear: Clear
5
+
6
+ # The message for the Maximize button.
7
+ maximize: Maximize
8
+
9
+ # The message for the Minimize button.
10
+ minimize: Minimize
11
+
12
+ # The value of the aria-label attribute of the Signature canvas element.
13
+ canvasLabel: Signature canvas
@@ -0,0 +1,10 @@
1
+ kendo:
2
+ slider:
3
+ # The title of the **Increase** button of the Slider.
4
+ increment: გაზრდა
5
+
6
+ # The title of the **Decrease** button of the Slider.
7
+ decrement: შემცირება
8
+
9
+ #The title of the drag handle of the Slider.
10
+ dragHandle: ამოძრავე
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ splitbutton:
3
+ # The text for the SplitButton aria-label
4
+ splitButtonLabel: '{buttonText} splitbutton'
@@ -1,4 +1,4 @@
1
1
  kendo:
2
2
  splitbutton:
3
3
  # The text for the SplitButton aria-label
4
- splitButtonLabel: '{buttonText} splitbutton'
4
+ splitButtonLabel: '{buttonText}'
@@ -0,0 +1,7 @@
1
+ kendo:
2
+ switch:
3
+ # The title of the **On** button of the Switch
4
+ on: On
5
+
6
+ # The title of the **Off** button of the Switch
7
+ off: Off
@@ -0,0 +1,7 @@
1
+ kendo:
2
+ tabstrip:
3
+ # The title for the previous tab button when the Tabstrip is scrollable.
4
+ previousTabButton: წინა
5
+
6
+ # The title for the next tab button when the Tabstrip is scrollable.
7
+ nextTabButton: შემდეგი
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ textbox:
3
+ # The title for the **Clear** button in the TextBox.
4
+ clear: გასუფთავება
@@ -1,4 +1,4 @@
1
1
  kendo:
2
2
  textbox:
3
3
  # The title for the **Clear** button in the TextBox.
4
- clear: Clear
4
+ clear: Temizle
@@ -0,0 +1,37 @@
1
+ kendo:
2
+ timepicker:
3
+ # The text of the Accept button in the popup footer of the TimeList.
4
+ accept: მიღება
5
+
6
+ # The label of the Accept button in the popup footer of the TimeList.
7
+ acceptLabel: მიღება
8
+
9
+ # The text of the Cancel button in the popup footer of the TimeList.
10
+ cancel: გაუქმება
11
+
12
+ # The label of the Cancel button in the popup footer of the TimeList.
13
+ cancelLabel: გაუქმება
14
+
15
+ # The text of the Now button in the popup header of the TimeList.
16
+ now: ახლა
17
+
18
+ # The label of the Now button in the popup header of the TimeList.
19
+ nowLabel: ახლა
20
+
21
+ # The label for the toggle button in the timepicker component
22
+ toggle: გადართვა
23
+
24
+ # The label for the hour part in the timepicker component
25
+ hour: საათი
26
+
27
+ # The label for the minute part in the timepicker component
28
+ minute: წუთი
29
+
30
+ # The label for the second part in the timepicker component
31
+ second: წამი
32
+
33
+ # The label for the millisecond part in the timepicker component
34
+ millisecond: მილიწამი
35
+
36
+ # The label for the dayperiod part in the timepicker component
37
+ dayperiod: პერიოდი
@@ -1,16 +1,16 @@
1
1
  kendo:
2
2
  timepicker:
3
3
  # The text of the Accept button in the popup footer of the TimeList.
4
- accept: Set
4
+ accept: Seç
5
5
 
6
6
  # The label of the Accept button in the popup footer of the TimeList.
7
- acceptLabel: Set
7
+ acceptLabel: Seç
8
8
 
9
9
  # The text of the Cancel button in the popup footer of the TimeList.
10
- cancel: İptal Et
10
+ cancel: İptal
11
11
 
12
12
  # The label of the Cancel button in the popup footer of the TimeList.
13
- cancelLabel: İptal Et
13
+ cancelLabel: İptal
14
14
 
15
15
  # The text of the Now button in the popup header of the TimeList.
16
16
  now: şimdi
@@ -19,19 +19,19 @@ kendo:
19
19
  nowLabel: şimdi
20
20
 
21
21
  # The label for the toggle button in the timepicker component
22
- toggle: Geçiş zamanı listesi
22
+ toggle: Değiştir
23
23
 
24
24
  # The label for the hour part in the timepicker component
25
- hour: Hour
25
+ hour: Saat
26
26
 
27
27
  # The label for the minute part in the timepicker component
28
- minute: Minute
28
+ minute: Dakika
29
29
 
30
30
  # The label for the second part in the timepicker component
31
- second: Second
31
+ second: Saniye
32
32
 
33
33
  # The label for the millisecond part in the timepicker component
34
- millisecond: Millisecond
34
+ millisecond: Milisaniye
35
35
 
36
36
  # The label for the dayperiod part in the timepicker component
37
- dayperiod: Dayperiod
37
+ dayperiod: günlük periyot
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ toolbar:
3
+ # The title of the "more tools" button in a responsive ToolBar
4
+ moreToolsTitle: More tools
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ tooltip:
3
+ # The title for the close button
4
+ closeTitle: დახურვა
@@ -1,4 +1,4 @@
1
1
  kendo:
2
2
  tooltip:
3
3
  # The title for the close button
4
- closeTitle: Close
4
+ closeTitle: Kapat
@@ -0,0 +1,155 @@
1
+ kendo:
2
+ treelist:
3
+ # The label visible in the Grid group panel when it is empty
4
+ groupPanelEmpty: Drag a column header and drop it here to group by that column
5
+
6
+ # The label visible in the Grid when there are no records
7
+ noRecords: ჩანაწერი არაა.
8
+
9
+ # The label for the first page button in Grid pager
10
+ pagerFirstPage: პირველი გვერდი
11
+
12
+ # The label for the previous page button in Grid pager
13
+ pagerPreviousPage: წინა გვერდი
14
+
15
+ # The label for the next page button in Grid pager
16
+ pagerNextPage: შემდეგი გვერდი
17
+
18
+ # The label for the last page button in Grid pager
19
+ pagerLastPage: ბოლო გვერდი
20
+
21
+ # The label before the current page number in the Grid pager
22
+ pagerPage: გვერდი
23
+
24
+ # The label before the total pages number in the Grid pager
25
+ pagerOf:
26
+
27
+ # The label after the total items count in the TreeList pager
28
+ pagerItemsTotal: სულ
29
+
30
+ # The label for the page size chooser in the Grid pager
31
+ pagerItemsPerPage: ჩანაწერი გვერდზე
32
+
33
+ # The title attribute of the page number input element.
34
+ pagerPageNumberInputTitle: გვერდი
35
+
36
+ # The label of the filter cell or icon
37
+ filter: ფილტრი
38
+
39
+ # The text of the "equal" filter operator
40
+ filterEqOperator: ტოლია
41
+
42
+ # The text of the "not equal" filter operator
43
+ filterNotEqOperator: არაა ტოლი
44
+
45
+ # The text of the "is null" filter operator
46
+ filterIsNullOperator: ცარიელია
47
+
48
+ # The text of the "is not null" filter operator
49
+ filterIsNotNullOperator: არაა ცარიელი
50
+
51
+ # The text of the "is empty" filter operator
52
+ filterIsEmptyOperator: ცარიელია
53
+
54
+ # The text of the "is not empty" filter operator
55
+ filterIsNotEmptyOperator: არაა ცარიელი
56
+
57
+ # The text of the "starts with" filter operator
58
+ filterStartsWithOperator: იწყება
59
+
60
+ # The text of the "contains" filter operator
61
+ filterContainsOperator: შეიცავს
62
+
63
+ # The text of the "does not contain" filter operator
64
+ filterNotContainsOperator: არ შეიცავს
65
+
66
+ # The text of the "ends with" filter operator
67
+ filterEndsWithOperator: ბოლოვდება
68
+
69
+ # The text of the "greater than or equal" filter operator
70
+ filterGteOperator: მეტია ან ტოლი
71
+
72
+ # The text of the "greater than" filter operator
73
+ filterGtOperator: მეტია
74
+
75
+ # The text of the "less than or equal" filter operator
76
+ filterLteOperator: არ აღემატება
77
+
78
+ # The text of the "less than" filter operator
79
+ filterLtOperator: მცირეა
80
+
81
+ # The text of the "Is true" filter option
82
+ filterIsTrue: სწორია
83
+
84
+ # The text of the "Is false" filter option
85
+ filterIsFalse: არაა სწორი
86
+
87
+ # The text of the (All) boolean filter option
88
+ filterBooleanAll: (ყველა)
89
+
90
+ # The text of the after or equal date filter operator
91
+ filterAfterOrEqualOperator: აღემატება ან ტოლია
92
+
93
+ # The text of the after date filter operator
94
+ filterAfterOperator: აღემატება
95
+
96
+ # The text of the before date filter operator
97
+ filterBeforeOperator: ჩამორჩება
98
+
99
+ # The text of the before or equal date filter operator
100
+ filterBeforeOrEqualOperator: არ აღემატება
101
+
102
+ # The text of the "filter button"
103
+ filterFilterButton: ფილტრი
104
+
105
+ # The text of the "clear filter button"
106
+ filterClearButton: გასუფთავება
107
+
108
+ # The text of the "And" filter logic
109
+ filterAndLogic: და
110
+
111
+ # The text of the "Or" filter logic
112
+ filterOrLogic: ან
113
+
114
+ # The loading text
115
+ loading: იტვირთება
116
+
117
+ # The label of the sort icon
118
+ sort: დალაგება
119
+
120
+ # The title of the column menu icon
121
+ columnMenu: მენიუ
122
+
123
+ # The text shown in the column menu for the columns item
124
+ columns: სვეტები
125
+
126
+ # The text shown in the column menu for the lock item
127
+ lock: ჩაკეტვა
128
+
129
+ # The text shown in the column menu for the unlock item
130
+ unlock: გახსნა
131
+
132
+ # The text shown in the column menu for the sort ascending item
133
+ sortAscending: დალაგება ზრდადობით
134
+
135
+ # The text shown in the column menu for the sort descending item
136
+ sortDescending: დალაგება კლებადობით
137
+
138
+ # The text shown in the column menu or column chooser for the columns apply button
139
+ columnsApply: მიღება
140
+
141
+ # The text shown in the column menu or column chooser for the columns reset button
142
+ columnsReset: გაუქმება
143
+
144
+ # The label of the sort icon
145
+ sortable: სორტირებადი
146
+
147
+ # The status announcement when a column is sorted ascending
148
+ sortedAscending: ზრდადი
149
+
150
+ # The status announcement when a column is sorted descending
151
+ sortedDescending: კლებადი
152
+
153
+ # The status announcement when a column is no longer sorted
154
+ sortedDefault: არა სორტირებული
155
+