@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
@@ -13,7 +13,7 @@ kendo:
13
13
  pagerPreviousPage: Sayfaları İncele
14
14
 
15
15
  # The label for the next page button in Grid pager
16
- pagerNextPage: Bir sonraki sayfaya git
16
+ pagerNextPage: Sonraki sayfaya git
17
17
 
18
18
  # The label for the last page button in Grid pager
19
19
  pagerLastPage: Son sayfaya git
@@ -22,19 +22,19 @@ kendo:
22
22
  pagerPage: Sayfa
23
23
 
24
24
  # The label before the total pages number in the Grid pager
25
- pagerOf: {0}
25
+ pagerOf: arası
26
26
 
27
27
  # The label after the total pages number in the Grid pager
28
- pagerItems: Sayfa
28
+ pagerItems: kayıt
29
29
 
30
30
  # The label for the page size chooser in the Grid pager
31
- pagerItemsPerPage: Sayfa başına ürün
31
+ pagerItemsPerPage: Sayfa boyutu
32
32
 
33
33
  # The title attribute of the page number input element.
34
- pagerPageNumberInputTitle: Page Number
34
+ pagerPageNumberInputTitle: Sayfa Numarası
35
35
 
36
36
  # The label of the filter cell or icon
37
- filter: Filter
37
+ filter: Filtre
38
38
 
39
39
  # The text of the "equal" filter operator
40
40
  filterEqOperator: Eşittir
@@ -43,40 +43,40 @@ kendo:
43
43
  filterNotEqOperator: Eşit değildir
44
44
 
45
45
  # The text of the "is null" filter operator
46
- filterIsNullOperator: Boştur
46
+ filterIsNullOperator: Boş
47
47
 
48
48
  # The text of the "is not null" filter operator
49
49
  filterIsNotNullOperator: Boş değil
50
50
 
51
51
  # The text of the "is empty" filter operator
52
- filterIsEmptyOperator: boş
52
+ filterIsEmptyOperator: Boş
53
53
 
54
54
  # The text of the "is not empty" filter operator
55
- filterIsNotEmptyOperator: boş değil
55
+ filterIsNotEmptyOperator: Boş değil
56
56
 
57
57
  # The text of the "starts with" filter operator
58
58
  filterStartsWithOperator: İle başlar
59
59
 
60
60
  # The text of the "contains" filter operator
61
- filterContainsOperator: İçeriyor
61
+ filterContainsOperator: İçerir
62
62
 
63
63
  # The text of the "does not contain" filter operator
64
- filterNotContainsOperator: İçermiyor
64
+ filterNotContainsOperator: İçermez
65
65
 
66
66
  # The text of the "ends with" filter operator
67
67
  filterEndsWithOperator: İle biter
68
68
 
69
69
  # The text of the "greater than or equal" filter operator
70
- filterGteOperator: Daha büyük veya eşittir
70
+ filterGteOperator: Büyük eşittir
71
71
 
72
72
  # The text of the "greater than" filter operator
73
73
  filterGtOperator: Büyüktür
74
74
 
75
75
  # The text of the "less than or equal" filter operator
76
- filterLteOperator: Daha küçük veya eşit
76
+ filterLteOperator: Küçük eşitir
77
77
 
78
78
  # The text of the "less than" filter operator
79
- filterLtOperator: Daha küçük veya eşit
79
+ filterLtOperator: Küçüktür
80
80
 
81
81
  # The text of the "Is true" filter option
82
82
  filterIsTrue: Doğru
@@ -85,7 +85,7 @@ kendo:
85
85
  filterIsFalse: Yanlış
86
86
 
87
87
  # The text of the (All) boolean filter option
88
- filterBooleanAll: (Herşey)
88
+ filterBooleanAll: (Hepsi)
89
89
 
90
90
  # The text of the after or equal date filter operator
91
91
  filterAfterOrEqualOperator: Sonra ya da eşit
@@ -109,109 +109,109 @@ kendo:
109
109
  filterAndLogic: Ve
110
110
 
111
111
  # The text of the "Or" filter logic
112
- filterOrLogic: ya da
112
+ filterOrLogic: veya
113
113
 
114
114
  # The title of the Toggle button of the Date filter.
115
- filterDateToggle: Toggle calendar
115
+ filterDateToggle: Takvimi değiştir
116
116
 
117
117
  # The text of the Today button of the Date filter.
118
118
  filterDateToday: Bugün
119
119
 
120
120
  # The title of the Decrement button of the Numeric filter.
121
- filterNumericDecrement: Znížiť hodnotu
121
+ filterNumericDecrement: Azalt
122
122
 
123
123
  # The title of the Increment button of the Numeric filter.
124
- filterNumericIncrement: Zvýšiť hodnotu
124
+ filterNumericIncrement: Artır
125
125
 
126
126
  # The loading text
127
- loading: Loading
127
+ loading: Yükleniyor
128
128
 
129
129
  # The text shown in the column menu for the columns item
130
- columns: Columns
130
+ columns: Sutunlar
131
131
 
132
132
  # The text shown in the column menu for the lock item
133
- lock: Lock
133
+ lock: Kilitle
134
134
 
135
135
  # The text shown in the column menu for the unlock item
136
- unlock: Unlock
136
+ unlock: Kilidi aç
137
137
 
138
138
  # The text shown in the column menu for the stick item
139
- stick: Stick
139
+ stick: Sabitle
140
140
 
141
141
  # The text shown in the column menu for the unstick item
142
- unstick: Unstick
142
+ unstick: Serbest Bırak
143
143
 
144
144
  # The text shown in the column menu for the set column position item
145
- setColumnPosition: Set Column Position
145
+ setColumnPosition: Sutun konumunu ayarla
146
146
 
147
147
  # The text shown in the column menu for the sort ascending item
148
- sortAscending: Sort Ascending
148
+ sortAscending: Küçükten büyüğe sırala
149
149
 
150
150
  # The text shown in the column menu for the sort descending item
151
- sortDescending: Sort Descending
151
+ sortDescending: Büyükten küçüğe sırala
152
152
 
153
153
  # The text shown in the column menu or column chooser for the columns apply button
154
- columnsApply: Apply
154
+ columnsApply: Uygula
155
155
 
156
156
  # The text shown in the column menu or column chooser for the columns reset button
157
- columnsReset: Reset
157
+ columnsReset: Sıfırla
158
158
 
159
159
  # The label of the sort icon
160
- sortable: Sortable
160
+ sortable: Sıralanabilir
161
161
 
162
162
  # The status announcement when a column is sorted ascending
163
- sortedAscending: Sorted ascending
163
+ sortedAscending: Küçükten büyüğe sıralı
164
164
 
165
165
  # The status announcement when a column is sorted descending
166
- sortedDescending: Sorted descending
166
+ sortedDescending: Büyükten küçüğe sıralı
167
167
 
168
168
  # The status announcement when a column is no longer sorted
169
- sortedDefault: Not sorted
169
+ sortedDefault: Sırasız
170
170
 
171
171
  # The label of the filter row and menu inputs
172
- filterInputLabel: '{columnName} Filter'
172
+ filterInputLabel: '{columnName} Filtresi'
173
173
 
174
174
  # The title of the filter menu icon
175
- filterMenuTitle: '{columnName} Filter Menu'
175
+ filterMenuTitle: '{columnName} Filtre Menüsü'
176
176
 
177
177
  # The label of the filter menu operators dropdown
178
- filterMenuOperatorsDropDownLabel: '{columnName} Filter Operators'
178
+ filterMenuOperatorsDropDownLabel: '{columnName} Filtre Operatörleri'
179
179
 
180
180
  # The label of the filter menu logic dropdown
181
- filterMenuLogicDropDownLabel: '{columnName} Filter Logic'
181
+ filterMenuLogicDropDownLabel: '{columnName} Filtre işlemi'
182
182
 
183
183
  # The title of the column menu icon
184
- columnMenu: '{columnName} Column Menu'
184
+ columnMenu: '{columnName} menüsü'
185
185
 
186
186
  # The labels of the checkbox column checkboxes
187
- selectionCheckboxLabel: Select Row
187
+ selectionCheckboxLabel: Satır seç
188
188
 
189
189
  # The label of the checkbox column select all checkbox
190
- selectAllCheckboxLabel: Select All Rows
190
+ selectAllCheckboxLabel: Tüm satırları seç
191
191
 
192
192
  # The label of the Grid pager
193
- pagerLabel: 'Page navigation, page {currentPage} of {totalPages}'
193
+ pagerLabel: '{currentPage} / {totalPages} sayfa'
194
194
 
195
195
  # The Grid aria-label
196
- gridLabel: Data table
196
+ gridLabel: Veri tablosu
197
197
 
198
198
  # The text of the title and aria-label attributes applied to the collapse icon of group rows.
199
- groupCollapse: Collapse Group
199
+ groupCollapse: Grubu daralt
200
200
 
201
201
  # The text of the title and aria-label attributes applied to the expand icon of group rows.
202
- groupExpand: Expand Group
202
+ groupExpand: Grubu genişlet
203
203
 
204
204
  # The title of the collapse icon of detail rows.
205
- detailCollapse: Collapse Details
205
+ detailCollapse: Detayı daralt
206
206
 
207
207
  # The title of the expand icon of detail rows.
208
- detailExpand: Expand Details
209
-
208
+ detailExpand: Detayı genişlet
209
+
210
210
  # The text shown in the column menu for the autosize this column item
211
- autosizeThisColumn: Autosize This Column
212
-
211
+ autosizeThisColumn: Sutun genişliğini otomatik ayarla
212
+
213
213
  # The text shown in the column menu for the autosize all columns item
214
- autosizeAllColumns: Autosize All Columns
215
-
214
+ autosizeAllColumns: Tüm sutunların genişliğini otomatik ayarla
215
+
216
216
  # The aria-label and title of the page select element in Grid pager
217
- selectPage: Select page
217
+ selectPage: Sayfa Seç
@@ -0,0 +1,8 @@
1
+ kendo:
2
+ label:
3
+ # The text for the optional segment of a Label component
4
+ optional: Optional
5
+
6
+ floatinglabel:
7
+ # The text for the optional segment of a FloatingLabel component
8
+ optional: Optional
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ notification:
3
+ # The title for the close button in a closable notification
4
+ closeTitle: დახურვა
@@ -0,0 +1,7 @@
1
+ kendo:
2
+ numerictextbox:
3
+ # The label for the **Increment** button title in the NumericTextBox
4
+ increment: გაზრდა
5
+
6
+ # The label for the **Decrement** button title in the NumericTextBox
7
+ decrement: შემცირება
@@ -1,7 +1,7 @@
1
1
  kendo:
2
2
  numerictextbox:
3
3
  # The label for the **Increment** button title in the NumericTextBox
4
- increment: Zvýšiť hodnotu
4
+ increment: Artır
5
5
 
6
6
  # The label for the **Decrement** button title in the NumericTextBox
7
- decrement: Znížiť hodnotu
7
+ decrement: Azalt
@@ -0,0 +1,34 @@
1
+ kendo:
2
+ pager:
3
+ # The label for the **First page** button.
4
+ firstPage: პირველი გვერდი
5
+
6
+ # The label for the **Previous page** button.
7
+ previousPage: წინა გვერდი
8
+
9
+ # The label for the **Next page** button.
10
+ nextPage: შემდეგი გვერდი
11
+
12
+ # The label for the **Last page** button.
13
+ lastPage: ბოლო გვერდი
14
+
15
+ # The label displayed before the pager input.
16
+ page: გვერდი
17
+
18
+ # The label before the total-page number.
19
+ of:
20
+
21
+ # The label after the total-page number.
22
+ items: ჩანაწერი
23
+
24
+ # The label displayed after the page-size selector.
25
+ itemsPerPage: ჩანაწერი გვერდზე
26
+
27
+ # The title attribute of the page number input element.
28
+ pageNumberInputTitle: გვერდი
29
+
30
+ # The text of the title and aria-label attributes applied to the page chooser.
31
+ selectPage: გვერდი
32
+
33
+ # The text of the aria-label attribute applied to the numeric input element.
34
+ inputLabel: გვერდი
@@ -7,7 +7,7 @@ kendo:
7
7
  previousPage: Sayfaları İncele
8
8
 
9
9
  # The label for the **Next page** button.
10
- nextPage: Bir sonraki sayfaya git
10
+ nextPage: Sonraki sayfaya git
11
11
 
12
12
  # The label for the **Last page** button.
13
13
  lastPage: Son sayfaya git
@@ -16,19 +16,19 @@ kendo:
16
16
  page: Sayfa
17
17
 
18
18
  # The label before the total-page number.
19
- of: [object Object]
19
+ of: /
20
20
 
21
21
  # The label after the total-page number.
22
22
  items: Sayfa
23
23
 
24
24
  # The label displayed after the page-size selector.
25
- itemsPerPage: Sayfa başına ürün
25
+ itemsPerPage: Sayfa boyutu
26
26
 
27
27
  # The title attribute of the page number input element.
28
- pageNumberInputTitle: Page Number
28
+ pageNumberInputTitle: Sayfa
29
29
 
30
30
  # The text of the title and aria-label attributes applied to the page chooser.
31
- selectPage: Select page
31
+ selectPage: Sayfa Seç
32
32
 
33
33
  # The text of the aria-label attribute applied to the numeric input element.
34
- inputLabel: Type a page number
34
+ inputLabel: Sayfa numarası
@@ -0,0 +1,93 @@
1
+ kendo:
2
+ pivotgrid:
3
+ # The value of the aria-label attribute placed on the focusable empty cell element
4
+ emptyCellLabel: PivotGrid Empty Cell
5
+
6
+ # The text content of the filter item in the column and row fields menu
7
+ fieldMenuFilterItemLabel: Filter
8
+
9
+ # The label of the filter input
10
+ filterInputLabel: '{fields} Filter'
11
+
12
+ # The label of the filter operators DropDownList
13
+ filterOperatorsDropDownLabel: '{fields} Filter Operators'
14
+
15
+ # The text of the "equal" filter operator
16
+ filterEqOperator: Is equal to
17
+
18
+ # The text of the "not equal" filter operator
19
+ filterNotEqOperator: Is not equal to
20
+
21
+ # The text of the "is null" filter operator
22
+ filterIsNullOperator: Is null
23
+
24
+ # The text of the "is not null" filter operator
25
+ filterIsNotNullOperator: Is not null
26
+
27
+ # The text of the "is empty" filter operator
28
+ filterIsEmptyOperator: Is empty
29
+
30
+ # The text of the "is not empty" filter operator
31
+ filterIsNotEmptyOperator: Is not empty
32
+
33
+ # The text of the "starts with" filter operator
34
+ filterStartsWithOperator: Starts with
35
+
36
+ # The text of the "contains" filter operator
37
+ filterContainsOperator: Contains
38
+
39
+ # The text of the "does not contain" filter operator
40
+ filterNotContainsOperator: Does not contain
41
+
42
+ # The text of the "ends with" filter operator
43
+ filterEndsWithOperator: Ends with
44
+
45
+ # The text of the "filter button"
46
+ filterFilterButton: Filter
47
+
48
+ # The text of the "clear filter button"
49
+ filterClearButton: Clear
50
+
51
+ # The text content of the sort ascending item in the column and row fields menu
52
+ fieldMenuSortAscendingItemLabel: Sort ascending
53
+
54
+ # The text content of the sort descending item in the column and row fields menu
55
+ fieldMenuSortDescendingItemLabel: Sort descending
56
+
57
+ # The text content of the button that opens and closes the PivotGrid configurator
58
+ configuratorButtonText: Change Settings
59
+
60
+ # The text content of the PivotGrid configurator title element
61
+ configuratorHeaderText: Settings
62
+
63
+ # The text content of the PivotGrid configurator fields section title element
64
+ configuratorFieldsText: Fields
65
+
66
+ # TThe text content of the PivotGrid configurator columns section title element
67
+ configuratorColumnsText: Columns
68
+
69
+ # The text content of the PivotGrid configurator rows section title element
70
+ configuratorRowsText: Rows
71
+
72
+ # The text content of the PivotGrid configurator configurator Cancel button
73
+ configuratorCancelButtonText: Cancel
74
+
75
+ # The text content of the PivotGrid configurator configurator Apply button
76
+ configuratorApplyButtonText: Apply
77
+
78
+ # The loading text
79
+ loading: Loading
80
+
81
+ # The text content of the PivotGrid configurator values section title element.
82
+ configuratorValuesText: Values
83
+
84
+ # The text content of the PivotGrid configurator empty rows container.
85
+ configuratorEmptyRowsText: Select some fields to begin setup
86
+
87
+ # The text content of the PivotGrid configurator empty columns container.
88
+ configuratorEmptyColumnsText: Select some fields to begin setup
89
+
90
+ # The text content of the PivotGrid configurator empty measures container.
91
+ configuratorEmptyMeasuresText: Select some fields to begin setup
92
+
93
+
@@ -0,0 +1,14 @@
1
+ kendo:
2
+ progressbar:
3
+ #The title for the ProgressBar component.
4
+ progressBarLabel: Progressbar
5
+
6
+ chunkprogressbar:
7
+ #The title for the ChunkProgressBar component.
8
+ progressBarLabel: Chunk progressbar
9
+
10
+ circularprogressbar:
11
+ #The title for the Circular ProgressBar component.
12
+ progressBarLabel: Circular progressbar
13
+
14
+
@@ -0,0 +1,8 @@
1
+ kendo:
2
+ rangeslider:
3
+ #The title of the end drag handle of the RangeSlider.
4
+ dragHandleEnd: Drag
5
+
6
+ #The title of the start drag handle of the RangeSlider.
7
+ dragHandleStart: Drag
8
+