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

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 (36) hide show
  1. package/messages/calendar/calendar.ka-GE.yml +26 -0
  2. package/messages/colorgradient/colorgradient.ka-GE.yml +43 -0
  3. package/messages/colorpalette/colorpalette.ka-GE.yml +4 -0
  4. package/messages/colorpicker/colorpicker.ka-GE.yml +76 -0
  5. package/messages/dateinput/dateinput.ka-GE.yml +7 -0
  6. package/messages/datepicker/datepicker.ka-GE.yml +13 -0
  7. package/messages/datetimepicker/datetimepicker.ka-GE.yml +43 -0
  8. package/messages/dialog/dialog.ka-GE.yml +4 -0
  9. package/messages/dropdowns/dropdowns.ka-GE.yml +51 -0
  10. package/messages/editor/editor.ka-GE.yml +163 -0
  11. package/messages/fileselect/fileselect.ka-GE.yml +19 -0
  12. package/messages/filter/filter.ka-GE.yml +78 -0
  13. package/messages/flatcolorpicker/flatcolorpicker.ka-GE.yml +58 -0
  14. package/messages/gantt/gantt.ka-GE.yml +205 -0
  15. package/messages/grid/grid.ka-GE.yml +213 -0
  16. package/messages/label/label.ka-GE.yml +8 -0
  17. package/messages/notification/notification.ka-GE.yml +4 -0
  18. package/messages/numerictextbox/numerictextbox.ka-GE.yml +7 -0
  19. package/messages/pager/pager.ka-GE.yml +34 -0
  20. package/messages/pivotgrid/pivotgrid.ka-GE.yml +93 -0
  21. package/messages/progressbar/progressbar.ka-GE.yml +14 -0
  22. package/messages/rangeslider/rangeslider.ka-GE.yml +8 -0
  23. package/messages/scheduler/scheduler.ka-GE.yml +326 -0
  24. package/messages/signature/signature.ka-GE.yml +13 -0
  25. package/messages/slider/slider.ka-GE.yml +10 -0
  26. package/messages/splitbutton/splitbutton.ka-GE.yml +4 -0
  27. package/messages/switch/switch.ka-GE.yml +7 -0
  28. package/messages/tabstrip/tabstrip.ka-GE.yml +7 -0
  29. package/messages/textbox/textbox.ka-GE.yml +4 -0
  30. package/messages/timepicker/timepicker.ka-GE.yml +37 -0
  31. package/messages/toolbar/toolbar.ka-GE.yml +4 -0
  32. package/messages/tooltip/tooltip.ka-GE.yml +4 -0
  33. package/messages/treelist/treelist.ka-GE.yml +155 -0
  34. package/messages/upload/upload.ka-GE.yml +58 -0
  35. package/messages/window/window.ka-GE.yml +13 -0
  36. package/package.json +1 -1
@@ -0,0 +1,26 @@
1
+ kendo:
2
+ calendar:
3
+ # The label for the today button in the calendar header
4
+ today: დღეს
5
+
6
+ # The title of the previous button in the Classic calendar
7
+ prevButtonTitle: Navigate to previous view
8
+
9
+ # The title of the next button in the Classic calendar
10
+ nextButtonTitle: Navigate to next view
11
+
12
+ # The title of the parent view button in the calendar header
13
+ parentViewButtonTitle: Navigate to parent view
14
+
15
+ multiviewcalendar:
16
+ # The label for the today button in the calendar header
17
+ today: დღეს
18
+
19
+ # The label for the previous button in the Multiview calendar
20
+ prevButtonTitle: Navigate to previous view
21
+
22
+ # The label for the next button in the Multiview calendar
23
+ nextButtonTitle: Navigate to next view
24
+
25
+ # The title of the parent view button in the Multiview calendar header
26
+ parentViewButtonTitle: Navigate to parent view
@@ -0,0 +1,43 @@
1
+ kendo:
2
+ colorgradient:
3
+ # The aria-label applied to the ColorGradient component when the value is empty
4
+ colorGradientNoColor: Colorgradient no color chosen
5
+
6
+ # The title for the gradient color drag handle chooser
7
+ colorGradientHandle: Choose color
8
+
9
+ # The title for the clear button
10
+ clearButton: Clear value
11
+
12
+ # The title for the hue slider handle
13
+ hueSliderHandle: Set hue
14
+
15
+ # The title for the opacity slider handle
16
+ opacitySliderHandle: Set opacity
17
+
18
+ # The placeholder for the HEX color input
19
+ hexInputPlaceholder: HEX Color
20
+
21
+ # The placeholder for the red color input
22
+ redInputPlaceholder: Red
23
+
24
+ # The placeholder for the green color input
25
+ greenInputPlaceholder: Green
26
+
27
+ # The placeholder for the blue color input
28
+ blueInputPlaceholder: Blue
29
+
30
+ # The placeholder for the alpha input
31
+ alphaInputPlaceholder: Alpha
32
+
33
+ # The label of the NumericTextBox representing the red color channel.
34
+ redChannelLabel: Red channel
35
+
36
+ # The label of the NumericTextBox representing the green color channel.
37
+ greenChannelLabel: Green channel
38
+
39
+ # The label of the NumericTextBox representing the blue color channel.
40
+ blueChannelLabel: Blue channel
41
+
42
+ # The label of the NumericTextBox representing the alpha color channel.
43
+ alphaChannelLabel: Alpha channel
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ colorpalette:
3
+ # The aria-label applied to the ColorPalette component when the value is empty
4
+ colorPaletteNoColor: Colorpalette no color chosen
@@ -0,0 +1,76 @@
1
+ kendo:
2
+ colorpicker:
3
+ # The aria-label applied to the ColorGradient component when the value is empty
4
+ colorGradientNoColor: Colorgradient no color chosen
5
+
6
+ # The aria-label applied to the ColorPalette component when the value is empty
7
+ colorPaletteNoColor: Colorpalette no color chosen
8
+
9
+ # The aria-label applied to the ColorPicker component when the value is empty
10
+ colorPickerNoColor: Colorpicker no color chosen
11
+
12
+ # The aria-label applied to the FlatColorPicker component when the value is empty
13
+ flatColorPickerNoColor: Flatcolorpicker no color chosen
14
+
15
+ # The title for the gradient color drag handle chooser
16
+ colorGradientHandle: Choose color
17
+
18
+ # The title for the clear button
19
+ clearButton: Clear value
20
+
21
+ # The title for the hue slider handle
22
+ hueSliderHandle: Set hue
23
+
24
+ # The title for the opacity slider handle
25
+ opacitySliderHandle: Set opacity
26
+
27
+ # The contrast ratio message for the contrast tool
28
+ contrastRatio: Contrast ratio
29
+
30
+ # The placeholder for the HEX color input
31
+ hexInputPlaceholder: HEX Color
32
+
33
+ # The placeholder for the red color input
34
+ redInputPlaceholder: Red
35
+
36
+ # The placeholder for the green color input
37
+ greenInputPlaceholder: Green
38
+
39
+ # The placeholder for the blue color input
40
+ blueInputPlaceholder: Blue
41
+
42
+ # The placeholder for the alpha input
43
+ alphaInputPlaceholder: Alpha
44
+
45
+ # The message for the selected color pane
46
+ revertSelection: Revert selection
47
+
48
+ # The message for the color preview pane
49
+ previewColor: Color preview
50
+
51
+ # The message for the gradient view button
52
+ gradientView: Gradient view
53
+
54
+ # The message for the palette view button
55
+ paletteView: Palette view
56
+
57
+ # The message for the input format toggle button
58
+ formatButton: Change color format
59
+
60
+ # The message for the Apply action button
61
+ applyButton: Apply
62
+
63
+ # The message for the Cancel action button
64
+ cancelButton: Cancel
65
+
66
+ # The label of the NumericTextBox representing the red color channel.
67
+ redChannelLabel: Red channel
68
+
69
+ # The label of the NumericTextBox representing the green color channel.
70
+ greenChannelLabel: Green channel
71
+
72
+ # The label of the NumericTextBox representing the blue color channel.
73
+ blueChannelLabel: Blue channel
74
+
75
+ # The label of the NumericTextBox representing the alpha color channel.
76
+ alphaChannelLabel: Alpha channel
@@ -0,0 +1,7 @@
1
+ kendo:
2
+ dateinput:
3
+ # The label for the **Increment** button in the DateInput
4
+ increment: გაზრდა
5
+
6
+ # The label for the **Decrement** button in the DateInput
7
+ decrement: შემცირება
@@ -0,0 +1,13 @@
1
+ kendo:
2
+ datepicker:
3
+ # The label for the today button in the calendar header
4
+ today: დღეს
5
+
6
+ # The label for the toggle button in the datepicker component
7
+ toggle: შეცვლა
8
+
9
+ # The title of the previous button in the Classic calendar
10
+ prevButtonTitle: წინ
11
+
12
+ # The title of the next button in the Classic calendar
13
+ nextButtonTitle: უკან
@@ -0,0 +1,43 @@
1
+ kendo:
2
+ datetimepicker:
3
+ # The Date tab text in the datetimepicker popup header
4
+ dateTab: თარიღი
5
+
6
+ # The label for the Date tab in the datetimepicker popup header
7
+ dateTabLabel: თარიღი
8
+
9
+ # The Time tab text in the datetimepicker popup header
10
+ timeTab: დრო
11
+
12
+ # The label for the Time tab in the datetimepicker popup header
13
+ timeTabLabel: დრო
14
+
15
+ # The label for the toggle button in the datetimepicker component
16
+ toggle: გახსნა/დახურვა
17
+
18
+ # The Accept button text in the datetimepicker component
19
+ accept: მიღება
20
+
21
+ # The label for the Accept button in the datetimepicker component
22
+ acceptLabel: არჩევა
23
+
24
+ # The Cancel button text in the datetimepicker component
25
+ cancel: გაუქმება
26
+
27
+ # The label for the Cancel button in the datetimepicker component
28
+ cancelLabel: გაუქმება
29
+
30
+ # The Now button text in the timepicker component
31
+ now: ახლა
32
+
33
+ # The label for the Now button in the timepicker component
34
+ nowLabel: ახლა
35
+
36
+ # The label for the today button in the calendar header
37
+ today: დღეს
38
+
39
+ # The title of the previous button in the Classic calendar
40
+ prevButtonTitle: უკან
41
+
42
+ # The title of the next button in the Classic calendar
43
+ nextButtonTitle: წინ
@@ -0,0 +1,4 @@
1
+ kendo:
2
+ dialog:
3
+ # The title of the close button
4
+ closeTitle: დახურვა
@@ -0,0 +1,51 @@
1
+ kendo:
2
+ autocomplete:
3
+ # The text displayed in the popup when there are no items
4
+ noDataText: სია ცარიელია
5
+
6
+ # The title of the clear button
7
+ clearTitle: გასუფთავება
8
+
9
+ combobox:
10
+ # The text displayed in the popup when there are no items
11
+ noDataText: სია ცარიელია
12
+
13
+ # The title of the clear button
14
+ clearTitle: გასუფთავება
15
+
16
+ # The text set as aria-label on the select button"
17
+ selectButtonText: არჩევა
18
+
19
+ dropdownlist:
20
+ # The text displayed in the popup when there are no items
21
+ noDataText: სია ცარიელია
22
+
23
+ # The title of the clear button
24
+ clearTitle: გასუფთავება
25
+
26
+ # The text set as aria-label on the select button"
27
+ selectButtonText: არჩევა
28
+
29
+ dropdowntree:
30
+ # The text displayed in the popup when there are no items
31
+ noDataText: ცხრილი ცარიელია
32
+
33
+ # The title of the clear button
34
+ clearTitle: გასუფთავება
35
+
36
+ # The text set as aria-label on the select button"
37
+ selectButtonText: არჩევა
38
+
39
+ multicolumncombobox:
40
+ # The text displayed in the popup when there are no items
41
+ noDataText: სია ცარიელია
42
+
43
+ # The title of the clear button
44
+ clearTitle: გასუფთავება
45
+
46
+ multiselect:
47
+ # The text displayed in the popup when there are no items
48
+ noDataText: სია ცარიელია
49
+
50
+ # The title of the clear button
51
+ clearTitle: გასუფთავება
@@ -0,0 +1,163 @@
1
+ kendo:
2
+ editor:
3
+ # The title of the tool that aligns text in the center.
4
+ alignCenter: Center text
5
+
6
+ # The title of the tool that justifies text both left and right.
7
+ alignJustify: Justify
8
+
9
+ # The title of the tool that aligns text on the left.
10
+ alignLeft: Align text left
11
+
12
+ # The title of the tool that aligns text on the right.
13
+ alignRight: Align text right
14
+
15
+ # The title of the tool that changes the text background color.
16
+ backColor: Background color
17
+
18
+ # The title of the tool that makes text bold.
19
+ bold: Bold
20
+
21
+ # The title of the Clean Formatting tool.
22
+ cleanFormatting: Clean formatting
23
+
24
+ # The title of the tool that creates hyperlinks.
25
+ createLink: Insert link
26
+
27
+ # The label of the **Apply** button in all editor dialogs.
28
+ dialogApply: Apply
29
+
30
+ # The label of the **Cancel** button in all editor dialogs.
31
+ dialogCancel: Cancel
32
+
33
+ # The label of the **Insert** button in all editor dialogs.
34
+ dialogInsert: Insert
35
+
36
+ # The label of the **Update** button in all editor dialogs.
37
+ dialogUpdate: Update
38
+
39
+ # The caption for the file text in the insertFile dialog.
40
+ fileText: Text
41
+
42
+ # The caption for the file Title in the insertFile dialog.
43
+ fileTitle: Title
44
+
45
+ # The caption for the file URL in the insertFile dialog.
46
+ fileWebAddress: Web address
47
+
48
+ # The title of the tool that changes the text font.
49
+ fontFamily: Select font family
50
+
51
+ # The title of the tool that changes the text size.
52
+ fontSize: Select font size
53
+
54
+ # The title of the tool that changes the text color.
55
+ foreColor: Color
56
+
57
+ # The title of the tool that lets users choose block formats.
58
+ format: Format
59
+
60
+ # The caption for the image alternate text in the insertImage dialog.
61
+ imageAltText: Alternate text
62
+
63
+ # The caption for the image height in the insertImage dialog.
64
+ imageHeight: Height (px)
65
+
66
+ # The caption for the image URL in the insertImage dialog.
67
+ imageWebAddress: Web address
68
+
69
+ # The caption for the image width in the insertImage dialog.
70
+ imageWidth: Width (px)
71
+
72
+ # The title of the tool that indents the content.
73
+ indent: Indent
74
+
75
+ # The title of the tool that inserts links to files.
76
+ insertFile: Insert file
77
+
78
+ # The title of the tool that inserts images.
79
+ insertImage: Insert image
80
+
81
+ # The title of the tool that inserts an ordered list.
82
+ insertOrderedList: Insert ordered list
83
+
84
+ # The title of the tool that inserts an unordered list.
85
+ insertUnorderedList: Insert unordered list
86
+
87
+ # The title of the tool that makes text italicized.
88
+ italic: Italic
89
+
90
+ # The caption for the checkbox for opening the link in a new window in the createLink dialog.
91
+ linkOpenInNewWindow: Open link in new window
92
+
93
+ # The caption for the link text in the createLink dialog.
94
+ linkText: Text
95
+
96
+ # The caption for the link title in the createLink dialog.
97
+ linkTitle: Title
98
+
99
+ # The caption for the URL in the createLink dialog.
100
+ linkWebAddress: Web address
101
+
102
+ # The title of the tool that outdents the content.
103
+ outdent: Outdent
104
+
105
+ # The title of the tool that undos the last action.
106
+ redo: Redo
107
+
108
+ # The title of the tool that strikes through text.
109
+ strikethrough: Strikethrough
110
+
111
+ # The title of the tool that makes text subscript.
112
+ subscript: Subscript
113
+
114
+ # The title of the tool that makes text superscript.
115
+ superscript: Superscript
116
+
117
+ # The title of the tool that underlines text.
118
+ underline: Underline
119
+
120
+ # The title of the tool that removes hyperlinks.
121
+ unlink: Remove Link
122
+
123
+ # The title of the tool that undos the last action.
124
+ undo: Undo
125
+
126
+ # The title of the tool that shows the editor value as HTML.
127
+ viewSource: View source
128
+
129
+ # The title of the tool that inserts table.
130
+ insertTable: Insert Table
131
+
132
+ # The title of the tool that adds new column before currently selected column.
133
+ addColumnBefore: Add column before
134
+
135
+ # The title of the tool that adds new column after currently selected column.
136
+ addColumnAfter: Add column after
137
+
138
+ # The title of the tool that adds new row before currently selected row.
139
+ addRowBefore: Add row before
140
+
141
+ # The title of the tool that adds new row after currently selected row.
142
+ addRowAfter: Add row after
143
+
144
+ # The title of the tool that deletes a table column.
145
+ deleteColumn: Delete column
146
+
147
+ # The title of the tool that deletes a table row.
148
+ deleteRow: Delete row
149
+
150
+ # The title of the tool that deletes a table.
151
+ deleteTable: Delete table
152
+
153
+ # The title of the tool that selects the editor's content.
154
+ selectAll: Select All
155
+
156
+ # The title of the tool that prints the editor's content.
157
+ print: Print
158
+
159
+ # The title of the tool that merges the currently selected cells.
160
+ mergeCells: Merge cells
161
+
162
+ # The title of the tool that splits the currently selected cell.
163
+ splitCell: Split cell
@@ -0,0 +1,19 @@
1
+ kendo:
2
+ fileselect:
3
+ # The drop zone hint
4
+ dropFilesHere: ჩააგდე ფაილი
5
+
6
+ # The text for the invalid allowed extensions restriction message
7
+ invalidFileExtension: ფაილის ტიპი არავალიდურია.
8
+
9
+ # The text for the invalid max file size restriction message
10
+ invalidMaxFileSize: ფაილის ზომა დიდია.
11
+
12
+ # The text for the invalid min file size restriction message
13
+ invalidMinFileSize: ფაილის ზომა პატარაა.
14
+
15
+ # The text for the Remove button
16
+ remove: წაშლა
17
+
18
+ # The text for the Select button
19
+ select: აირჩიე ფაილი...
@@ -0,0 +1,78 @@
1
+ kendo:
2
+ filter:
3
+ # The text of the Filter Group `Add Expression` button.
4
+ addExpression: Add Expression
5
+ # The text of the Add Filter button
6
+ addFilter: Add Filter
7
+ # The text of the Filter Group `Add Group` button.
8
+ addGroup: Add Group
9
+ # The text of the `Remove` button.
10
+ remove: Remove
11
+ # The text of the Today button of the Filter Expression date editor.
12
+ editorDateTodayText: Today
13
+ # The title of the Toggle button of the Filter Expression date editor.
14
+ editorDateToggleText: Toggle calendar
15
+ # The title of the Decrement button of the Filter Expression numeric editor.
16
+ editorNumericDecrement: Decrement
17
+ # The title of the Increment button of the Filter Expression numeric editor.
18
+ editorNumericIncrement: Increment
19
+ # The text of the `After` date Filter Expression operator.
20
+ filterAfterOperator: Is After
21
+ # The text of the `AfterOrEqualTo` date Filter Expression operator.
22
+ filterAfterOrEqualOperator: Is after or equal to
23
+ # The text of the `And` Filter Group logic.
24
+ filterAndLogic: And
25
+ # The text of the `Before` date Filter Expression operator.
26
+ filterBeforeOperator: Is before
27
+ # The text of the `BeforeOrEqualTo` date Filter Expression operator.
28
+ filterBeforeOrEqualOperator: Is before or equal to
29
+ # The text of the `(All)` boolean Filter Expression option.
30
+ filterBooleanAll: (All)
31
+ # The text of the `Contains` Filter Expression operator.
32
+ filterContainsOperator: Contains
33
+ # The text of the `EndsWith` string Filter Expression operator.
34
+ filterEndsWithOperator: Ends with
35
+ # The text of the `Equal` Filter Expression operator.
36
+ filterEqOperator: Is equal to
37
+ # The text of the Filter Expression `filters` drop down title.
38
+ filterExpressionFilters: Filters
39
+ # The text of the Filter Expression `operators` drop down title.
40
+ filterExpressionOperators: Operators
41
+ # The text of the `Greater` numeric Filter Expression operator.
42
+ filterGtOperator: Is greater than
43
+ # The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
44
+ filterGteOperator: Is greater than or equal to
45
+ # The text of the `IsEmpty` Filter Expression operator.
46
+ filterIsEmptyOperator: Is empty
47
+ # The text of the `IsFalse` boolean Filter Expression option.
48
+ filterIsFalse: Is False
49
+ # The text of the `IsTrue` boolean Filter Expression option.
50
+ filterIsTrue: Is True
51
+ # The text of the `IsNotEmpty` Filter Expression operator.
52
+ filterIsNotEmptyOperator: Is not empty
53
+ # The text of the `IsNotNull` Filter Expression operator.
54
+ filterIsNotNullOperator: Is not null
55
+ # The text of the `IsNull` Filter Expression operator.
56
+ filterIsNullOperator: Is null
57
+ # The text of the `Less` numeric Filter Expression operator.
58
+ filterLtOperator: Is less than
59
+ # The text of the `LessOrEqualTo` numeric Filter Expression operator.
60
+ filterLteOperator: Is less than or equal to
61
+ # The text of the `DoesNotContain` Filter Expression operator.
62
+ filterNotContainsOperator: Does not contain
63
+ # The text of the `NotEqual` Filter Expression operator.
64
+ filterNotEqOperator: Is not equal to
65
+ # The text of the `Or` Filter Group logic.
66
+ filterOrLogic: Or
67
+ # The text of the `StartsWith` Filter Expression operator.
68
+ filterStartsWithOperator: Starts with
69
+ # The text of the filter field aria label.
70
+ filterFieldAriaLabel: field
71
+ # The text of the filter operator aria label.
72
+ filterOperatorAriaLabel: operator
73
+ # The text of the filter value aria label.
74
+ filterValueAriaLabel: value
75
+ # The text of the filter row aria label.
76
+ filterAriaLabel: filter
77
+ # The text of the filter group aria label.
78
+ filterToolbarAriaLabel: filter settings
@@ -0,0 +1,58 @@
1
+ kendo:
2
+ flatcolorpicker:
3
+ # The aria-label applied to the FlatColorPicker component when the value is empty.
4
+ flatColorPickerNoColor: Flatcolorpicker no color chosen
5
+
6
+ # The aria-label applied to the ColorGradient component when the value is empty.
7
+ colorGradientNoColor: Colorgradient no color chosen
8
+
9
+ # The aria-label applied to the ColorPalette component when the value is empty.
10
+ colorPaletteNoColor: Colorpalette no color chosen
11
+
12
+ # The title for the gradient color drag handle chooser.
13
+ colorGradientHandle: Choose color
14
+
15
+ # The title for the clear button.
16
+ clearButton: Clear value
17
+
18
+ # The title for the hue slider handle.
19
+ hueSliderHandle: Set hue
20
+
21
+ # The title for the opacity slider handle.
22
+ opacitySliderHandle: Set opacity
23
+
24
+ # The contrast ratio message for the contrast tool.
25
+ contrastRatio: Contrast ratio
26
+
27
+ # The message for the color preview pane.
28
+ previewColor: Color preview
29
+
30
+ # The message for the selected color pane.
31
+ revertSelection: Revert selection
32
+
33
+ # The message for the gradient view button.
34
+ gradientView: Gradient view
35
+
36
+ # The message for the palette view button.
37
+ paletteView: Palette view
38
+
39
+ # The message for the input format toggle button.
40
+ formatButton: Change color format
41
+
42
+ # The message for the Apply action button.
43
+ applyButton: Apply
44
+
45
+ # The message for the Cancel action button.
46
+ cancelButton: Cancel
47
+
48
+ # The label of the NumericTextBox representing the red color channel.
49
+ redChannelLabel: Red channel
50
+
51
+ # The label of the NumericTextBox representing the green color channel.
52
+ greenChannelLabel: Green channel
53
+
54
+ # The label of the NumericTextBox representing the blue color channel.
55
+ blueChannelLabel: Blue channel
56
+
57
+ # The label of the NumericTextBox representing the alpha color channel.
58
+ alphaChannelLabel: Alpha channel