@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.
- package/messages/calendar/calendar.ka-GE.yml +26 -0
- package/messages/calendar/calendar.tr-TR.yml +6 -6
- package/messages/colorgradient/colorgradient.ka-GE.yml +43 -0
- package/messages/colorpalette/colorpalette.ka-GE.yml +4 -0
- package/messages/colorpicker/colorpicker.ka-GE.yml +76 -0
- package/messages/dateinput/dateinput.ka-GE.yml +7 -0
- package/messages/dateinput/dateinput.tr-TR.yml +2 -2
- package/messages/datepicker/datepicker.ka-GE.yml +13 -0
- package/messages/datepicker/datepicker.tr-TR.yml +3 -3
- package/messages/datetimepicker/datetimepicker.ka-GE.yml +43 -0
- package/messages/datetimepicker/datetimepicker.tr-TR.yml +14 -14
- package/messages/dialog/dialog.ka-GE.yml +4 -0
- package/messages/dialog/dialog.tr-TR.yml +1 -1
- package/messages/dropdowns/dropdowns.ka-GE.yml +51 -0
- package/messages/dropdowns/dropdowns.tr-TR.yml +15 -15
- package/messages/editor/editor.ka-GE.yml +163 -0
- package/messages/fileselect/fileselect.ka-GE.yml +19 -0
- package/messages/filter/filter.ka-GE.yml +78 -0
- package/messages/filter/filter.tr-TR.yml +38 -38
- package/messages/flatcolorpicker/flatcolorpicker.ka-GE.yml +58 -0
- package/messages/gantt/gantt.ka-GE.yml +205 -0
- package/messages/grid/grid.ka-GE.yml +213 -0
- package/messages/grid/grid.tr-TR.yml +53 -53
- package/messages/label/label.ka-GE.yml +8 -0
- package/messages/notification/notification.ka-GE.yml +4 -0
- package/messages/numerictextbox/numerictextbox.ka-GE.yml +7 -0
- package/messages/numerictextbox/numerictextbox.tr-TR.yml +2 -2
- package/messages/pager/pager.ka-GE.yml +34 -0
- package/messages/pager/pager.tr-TR.yml +6 -6
- package/messages/pivotgrid/pivotgrid.ka-GE.yml +93 -0
- package/messages/progressbar/progressbar.ka-GE.yml +14 -0
- package/messages/rangeslider/rangeslider.ka-GE.yml +8 -0
- package/messages/scheduler/scheduler.ka-GE.yml +326 -0
- package/messages/signature/signature.ka-GE.yml +13 -0
- package/messages/slider/slider.ka-GE.yml +10 -0
- package/messages/splitbutton/splitbutton.ka-GE.yml +4 -0
- package/messages/splitbutton/splitbutton.tr-TR.yml +1 -1
- package/messages/switch/switch.ka-GE.yml +7 -0
- package/messages/tabstrip/tabstrip.ka-GE.yml +7 -0
- package/messages/textbox/textbox.ka-GE.yml +4 -0
- package/messages/textbox/textbox.tr-TR.yml +1 -1
- package/messages/timepicker/timepicker.ka-GE.yml +37 -0
- package/messages/timepicker/timepicker.tr-TR.yml +10 -10
- package/messages/toolbar/toolbar.ka-GE.yml +4 -0
- package/messages/tooltip/tooltip.ka-GE.yml +4 -0
- package/messages/tooltip/tooltip.tr-TR.yml +1 -1
- package/messages/treelist/treelist.ka-GE.yml +155 -0
- package/messages/upload/upload.ka-GE.yml +58 -0
- package/messages/window/window.ka-GE.yml +13 -0
- package/messages/window/window.tr-TR.yml +4 -4
- package/package.json +1 -1
|
@@ -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
|
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
kendo:
|
|
2
2
|
filter:
|
|
3
3
|
# The text of the Filter Group `Add Expression` button.
|
|
4
|
-
addExpression:
|
|
4
|
+
addExpression: Koşul Ekle
|
|
5
5
|
# The text of the Add Filter button
|
|
6
|
-
addFilter:
|
|
6
|
+
addFilter: Filtre Ekle
|
|
7
7
|
# The text of the Filter Group `Add Group` button.
|
|
8
|
-
addGroup:
|
|
8
|
+
addGroup: Grup Ekle
|
|
9
9
|
# The text of the `Remove` button.
|
|
10
|
-
remove:
|
|
10
|
+
remove: Kaldır
|
|
11
11
|
# The text of the Today button of the Filter Expression date editor.
|
|
12
|
-
editorDateTodayText:
|
|
12
|
+
editorDateTodayText: Bugün
|
|
13
13
|
# The title of the Toggle button of the Filter Expression date editor.
|
|
14
|
-
editorDateToggleText:
|
|
14
|
+
editorDateToggleText: Takvim
|
|
15
15
|
# The title of the Decrement button of the Filter Expression numeric editor.
|
|
16
|
-
editorNumericDecrement:
|
|
16
|
+
editorNumericDecrement: Azalt
|
|
17
17
|
# The title of the Increment button of the Filter Expression numeric editor.
|
|
18
|
-
editorNumericIncrement:
|
|
18
|
+
editorNumericIncrement: Artır
|
|
19
19
|
# The text of the `After` date Filter Expression operator.
|
|
20
|
-
filterAfterOperator:
|
|
20
|
+
filterAfterOperator: Sonra
|
|
21
21
|
# The text of the `AfterOrEqualTo` date Filter Expression operator.
|
|
22
|
-
filterAfterOrEqualOperator:
|
|
22
|
+
filterAfterOrEqualOperator: Dahil sonrası
|
|
23
23
|
# The text of the `And` Filter Group logic.
|
|
24
|
-
filterAndLogic:
|
|
24
|
+
filterAndLogic: Ve
|
|
25
25
|
# The text of the `Before` date Filter Expression operator.
|
|
26
|
-
filterBeforeOperator:
|
|
26
|
+
filterBeforeOperator: Önce
|
|
27
27
|
# The text of the `BeforeOrEqualTo` date Filter Expression operator.
|
|
28
|
-
filterBeforeOrEqualOperator:
|
|
28
|
+
filterBeforeOrEqualOperator: Dahil öncesi
|
|
29
29
|
# The text of the `(All)` boolean Filter Expression option.
|
|
30
|
-
filterBooleanAll: (
|
|
30
|
+
filterBooleanAll: (Hepsi)
|
|
31
31
|
# The text of the `Contains` Filter Expression operator.
|
|
32
|
-
filterContainsOperator:
|
|
32
|
+
filterContainsOperator: İçerir
|
|
33
33
|
# The text of the `EndsWith` string Filter Expression operator.
|
|
34
|
-
filterEndsWithOperator:
|
|
34
|
+
filterEndsWithOperator: İle biter
|
|
35
35
|
# The text of the `Equal` Filter Expression operator.
|
|
36
|
-
filterEqOperator:
|
|
36
|
+
filterEqOperator: Eşittir
|
|
37
37
|
# The text of the Filter Expression `filters` drop down title.
|
|
38
|
-
filterExpressionFilters:
|
|
38
|
+
filterExpressionFilters: Filtreler
|
|
39
39
|
# The text of the Filter Expression `operators` drop down title.
|
|
40
|
-
filterExpressionOperators:
|
|
40
|
+
filterExpressionOperators: Operatorler
|
|
41
41
|
# The text of the `Greater` numeric Filter Expression operator.
|
|
42
|
-
filterGtOperator:
|
|
42
|
+
filterGtOperator: Büyüktür
|
|
43
43
|
# The text of the `GreaterOrEqualTo` numeric Filter Expression operator.
|
|
44
|
-
filterGteOperator:
|
|
44
|
+
filterGteOperator: Büyük eşittir
|
|
45
45
|
# The text of the `IsEmpty` Filter Expression operator.
|
|
46
|
-
filterIsEmptyOperator:
|
|
46
|
+
filterIsEmptyOperator: Boş
|
|
47
47
|
# The text of the `IsFalse` boolean Filter Expression option.
|
|
48
|
-
filterIsFalse:
|
|
48
|
+
filterIsFalse: Yanlış
|
|
49
49
|
# The text of the `IsTrue` boolean Filter Expression option.
|
|
50
|
-
filterIsTrue:
|
|
50
|
+
filterIsTrue: Doğru
|
|
51
51
|
# The text of the `IsNotEmpty` Filter Expression operator.
|
|
52
|
-
filterIsNotEmptyOperator:
|
|
52
|
+
filterIsNotEmptyOperator: Boş değil
|
|
53
53
|
# The text of the `IsNotNull` Filter Expression operator.
|
|
54
|
-
filterIsNotNullOperator:
|
|
54
|
+
filterIsNotNullOperator: NULL değil
|
|
55
55
|
# The text of the `IsNull` Filter Expression operator.
|
|
56
|
-
filterIsNullOperator:
|
|
56
|
+
filterIsNullOperator: NULL
|
|
57
57
|
# The text of the `Less` numeric Filter Expression operator.
|
|
58
|
-
filterLtOperator:
|
|
58
|
+
filterLtOperator: Küçük
|
|
59
59
|
# The text of the `LessOrEqualTo` numeric Filter Expression operator.
|
|
60
|
-
filterLteOperator:
|
|
60
|
+
filterLteOperator: Küçük eşittir
|
|
61
61
|
# The text of the `DoesNotContain` Filter Expression operator.
|
|
62
|
-
filterNotContainsOperator:
|
|
62
|
+
filterNotContainsOperator: İçermez
|
|
63
63
|
# The text of the `NotEqual` Filter Expression operator.
|
|
64
|
-
filterNotEqOperator:
|
|
64
|
+
filterNotEqOperator: Eşit değil
|
|
65
65
|
# The text of the `Or` Filter Group logic.
|
|
66
|
-
filterOrLogic:
|
|
66
|
+
filterOrLogic: Veya
|
|
67
67
|
# The text of the `StartsWith` Filter Expression operator.
|
|
68
|
-
filterStartsWithOperator:
|
|
68
|
+
filterStartsWithOperator: İle başlar
|
|
69
69
|
# The text of the filter field aria label.
|
|
70
|
-
filterFieldAriaLabel:
|
|
70
|
+
filterFieldAriaLabel: Alan Adı
|
|
71
71
|
# The text of the filter operator aria label.
|
|
72
|
-
filterOperatorAriaLabel:
|
|
72
|
+
filterOperatorAriaLabel: Operator
|
|
73
73
|
# The text of the filter value aria label.
|
|
74
|
-
filterValueAriaLabel:
|
|
74
|
+
filterValueAriaLabel: Değer
|
|
75
75
|
# The text of the filter row aria label.
|
|
76
|
-
filterAriaLabel:
|
|
76
|
+
filterAriaLabel: Filtre
|
|
77
77
|
# The text of the filter group aria label.
|
|
78
|
-
filterToolbarAriaLabel:
|
|
78
|
+
filterToolbarAriaLabel: Filtre Ayarları
|
|
@@ -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
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
gantt:
|
|
3
|
+
# The title of the "General" tab of the editing dialog TabStrip
|
|
4
|
+
taskEditingGeneralTabTitle: General
|
|
5
|
+
|
|
6
|
+
# The title of the "Predecessors" dependencies tab of the editing dialog TabStrip
|
|
7
|
+
taskEditingPredecessorsTabTitle: Predecessors
|
|
8
|
+
|
|
9
|
+
# The title of the "Successors" dependencies tab of the editing dialog TabStrip
|
|
10
|
+
taskEditingSuccessorsTabTitle: Successors
|
|
11
|
+
|
|
12
|
+
# The text of the "Add" button in the dependencies tabs of the editing dialog TabStrip
|
|
13
|
+
taskEditingDependenciesAddButtonText: Add
|
|
14
|
+
|
|
15
|
+
# The text of the "Remove" button in the dependencies tabs of the editing dialog TabStrip
|
|
16
|
+
taskEditingDependenciesRemoveButtonText: Remove
|
|
17
|
+
|
|
18
|
+
# The title of the "Name" Grid column in the dependencies tabs of the editing dialog TabStrip
|
|
19
|
+
taskEditingDependenciesGridNameColumnTitle: Task Title
|
|
20
|
+
|
|
21
|
+
# The title of the "Type" Grid column in the dependencies tabs of the editing dialog TabStrip
|
|
22
|
+
taskEditingDependenciesGridTypeColumnTitle: Type
|
|
23
|
+
|
|
24
|
+
# The text of the task editing dialog "Delete" button
|
|
25
|
+
deleteButtonText: Delete
|
|
26
|
+
|
|
27
|
+
# The label for the task delete button
|
|
28
|
+
taskDeleteLabel: Delete
|
|
29
|
+
|
|
30
|
+
# The title of the task editing dialog
|
|
31
|
+
taskEditingDialogTitle: Editing Task
|
|
32
|
+
|
|
33
|
+
# The title of the task editing dialog close button
|
|
34
|
+
taskEditingDialogCloseTitle: Close
|
|
35
|
+
|
|
36
|
+
# The title of the confirmation dialog close button
|
|
37
|
+
confirmationDialogCloseTitle: Close
|
|
38
|
+
|
|
39
|
+
# The title of the delete task confirmation dialog
|
|
40
|
+
confirmationDialogTitle: Delete Task
|
|
41
|
+
|
|
42
|
+
# The text of the DropDownButton in the AddTask component
|
|
43
|
+
addTaskText: Add Task
|
|
44
|
+
|
|
45
|
+
# The text of the "Add Child" option in the AddTask component
|
|
46
|
+
addChildText: Add Child
|
|
47
|
+
|
|
48
|
+
# The text of the "Add Above" option in the AddTask component
|
|
49
|
+
addAboveText: Add Above
|
|
50
|
+
|
|
51
|
+
# The text of the "Add Below" option in the AddTask component
|
|
52
|
+
addBelowText: Add Below
|
|
53
|
+
|
|
54
|
+
# The text of the task editing dialog "Cancel" button
|
|
55
|
+
cancelButtonText: Cancel
|
|
56
|
+
|
|
57
|
+
# The text of the task editing dialog "Save" button
|
|
58
|
+
saveButtonText: Save
|
|
59
|
+
|
|
60
|
+
# The label of the "title" field input in editing mode
|
|
61
|
+
titleFieldInputLabel: Title
|
|
62
|
+
|
|
63
|
+
# The label of the "start" field input in editing mode
|
|
64
|
+
startFieldInputLabel: Start
|
|
65
|
+
|
|
66
|
+
# The label of the "end" field input in editing mode
|
|
67
|
+
endFieldInputLabel: End
|
|
68
|
+
|
|
69
|
+
# The label of the "completionRatio" field input in editing mode
|
|
70
|
+
completionRatioFieldInputLabel: Progress
|
|
71
|
+
|
|
72
|
+
# The content of the delete task confirmation dialog
|
|
73
|
+
confirmationDialogContent: Are you sure you want to delete this task?
|
|
74
|
+
|
|
75
|
+
# The text of the day view in the ViewSelector component
|
|
76
|
+
dayViewText: Day
|
|
77
|
+
|
|
78
|
+
# The text of the week view in the ViewSelector component
|
|
79
|
+
weekViewText: Week
|
|
80
|
+
|
|
81
|
+
# The text of the month view in the ViewSelector component
|
|
82
|
+
monthViewText: Month
|
|
83
|
+
|
|
84
|
+
# The text of the year view in the ViewSelector component
|
|
85
|
+
yearViewText: Year
|
|
86
|
+
|
|
87
|
+
# The label visible in the Grid when there are no records
|
|
88
|
+
noRecords: No records available.
|
|
89
|
+
|
|
90
|
+
# The label of the filter cell or icon
|
|
91
|
+
filter: Filter
|
|
92
|
+
|
|
93
|
+
# The text of the "equal" filter operator
|
|
94
|
+
filterEqOperator: Is equal to
|
|
95
|
+
|
|
96
|
+
# The text of the "not equal" filter operator
|
|
97
|
+
filterNotEqOperator: Is not equal to
|
|
98
|
+
|
|
99
|
+
# The text of the "is null" filter operator
|
|
100
|
+
filterIsNullOperator: Is null
|
|
101
|
+
|
|
102
|
+
# The text of the "is not null" filter operator
|
|
103
|
+
filterIsNotNullOperator: Is not null
|
|
104
|
+
|
|
105
|
+
# The text of the "is empty" filter operator
|
|
106
|
+
filterIsEmptyOperator: Is empty
|
|
107
|
+
|
|
108
|
+
# The text of the "is not empty" filter operator
|
|
109
|
+
filterIsNotEmptyOperator: Is not empty
|
|
110
|
+
|
|
111
|
+
# The text of the "starts with" filter operator
|
|
112
|
+
filterStartsWithOperator: Starts with
|
|
113
|
+
|
|
114
|
+
# The text of the "contains" filter operator
|
|
115
|
+
filterContainsOperator: Contains
|
|
116
|
+
|
|
117
|
+
# The text of the "does not contain" filter operator
|
|
118
|
+
filterNotContainsOperator: Does not contain
|
|
119
|
+
|
|
120
|
+
# The text of the "ends with" filter operator
|
|
121
|
+
filterEndsWithOperator: Ends with
|
|
122
|
+
|
|
123
|
+
# The text of the "greater than or equal" filter operator
|
|
124
|
+
filterGteOperator: Is greater than or equal to
|
|
125
|
+
|
|
126
|
+
# The text of the "greater than" filter operator
|
|
127
|
+
filterGtOperator: Is greater than
|
|
128
|
+
|
|
129
|
+
# The text of the "less than or equal" filter operator
|
|
130
|
+
filterLteOperator: Is less than or equal to
|
|
131
|
+
|
|
132
|
+
# The text of the "less than" filter operator
|
|
133
|
+
filterLtOperator: Is less than
|
|
134
|
+
|
|
135
|
+
# The text of the "Is true" filter option
|
|
136
|
+
filterIsTrue: is true
|
|
137
|
+
|
|
138
|
+
# The text of the "Is false" filter option
|
|
139
|
+
filterIsFalse: is false
|
|
140
|
+
|
|
141
|
+
# The text of the (All) boolean filter option
|
|
142
|
+
filterBooleanAll: (All)
|
|
143
|
+
|
|
144
|
+
# The text of the after or equal date filter operator
|
|
145
|
+
filterAfterOrEqualOperator: Is after or equal to
|
|
146
|
+
|
|
147
|
+
# The text of the after date filter operator
|
|
148
|
+
filterAfterOperator: Is after
|
|
149
|
+
|
|
150
|
+
# The text of the before date filter operator
|
|
151
|
+
filterBeforeOperator: Is before
|
|
152
|
+
|
|
153
|
+
# The text of the before or equal date filter operator
|
|
154
|
+
filterBeforeOrEqualOperator: Is before or equal to
|
|
155
|
+
|
|
156
|
+
# The text of the "filter button"
|
|
157
|
+
filterFilterButton: Filter
|
|
158
|
+
|
|
159
|
+
# The text of the "clear filter button"
|
|
160
|
+
filterClearButton: Clear
|
|
161
|
+
|
|
162
|
+
# The text of the "And" filter logic
|
|
163
|
+
filterAndLogic: And
|
|
164
|
+
|
|
165
|
+
# The text of the "Or" filter logic
|
|
166
|
+
filterOrLogic: Or
|
|
167
|
+
|
|
168
|
+
# The loading text
|
|
169
|
+
loading: Loading
|
|
170
|
+
|
|
171
|
+
# The title of the column menu icon
|
|
172
|
+
columnMenu: Column Menu
|
|
173
|
+
|
|
174
|
+
# The text shown in the column menu for the columns item
|
|
175
|
+
columns: Columns
|
|
176
|
+
|
|
177
|
+
# The text shown in the column menu for the lock item
|
|
178
|
+
lock: Lock
|
|
179
|
+
|
|
180
|
+
# The text shown in the column menu for the unlock item
|
|
181
|
+
unlock: Unlock
|
|
182
|
+
|
|
183
|
+
# The text shown in the column menu for the sort ascending item
|
|
184
|
+
sortAscending: Sort Ascending
|
|
185
|
+
|
|
186
|
+
# The text shown in the column menu for the sort descending item
|
|
187
|
+
sortDescending: Sort Descending
|
|
188
|
+
|
|
189
|
+
# The text shown in the column menu or column chooser for the columns apply button
|
|
190
|
+
columnsApply: Apply
|
|
191
|
+
|
|
192
|
+
# The text shown in the column menu or column chooser for the columns reset button
|
|
193
|
+
columnsReset: Reset
|
|
194
|
+
|
|
195
|
+
# The label of the sort icon
|
|
196
|
+
sortable: Sortable
|
|
197
|
+
|
|
198
|
+
# The status announcement when a column is sorted ascending
|
|
199
|
+
sortedAscending: Sorted ascending
|
|
200
|
+
|
|
201
|
+
# The status announcement when a column is sorted descending
|
|
202
|
+
sortedDescending: Sorted descending
|
|
203
|
+
|
|
204
|
+
# The status announcement when a column is no longer sorted
|
|
205
|
+
sortedDefault: Not sorted
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
kendo:
|
|
2
|
+
grid:
|
|
3
|
+
# The label visible in the Grid group panel when it is empty
|
|
4
|
+
groupPanelEmpty: ჩააგდე მონიშნული სათაურით დასაჯგუფებლად
|
|
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 pages number in the Grid pager
|
|
28
|
+
pagerItems: ჩანაწერი
|
|
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
|
+
# The text of the "greater than" filter operator
|
|
72
|
+
filterGtOperator: მეტია
|
|
73
|
+
|
|
74
|
+
# The text of the "less than or equal" filter operator
|
|
75
|
+
filterLteOperator: მცირეა ან ტოლი
|
|
76
|
+
|
|
77
|
+
# The text of the "less than" filter operator
|
|
78
|
+
filterLtOperator: მცირეა
|
|
79
|
+
|
|
80
|
+
# The text of the "Is true" filter option
|
|
81
|
+
filterIsTrue: სწორია
|
|
82
|
+
|
|
83
|
+
# The text of the "Is false" filter option
|
|
84
|
+
filterIsFalse: არაა სწორი
|
|
85
|
+
|
|
86
|
+
# The text of the (All) boolean filter option
|
|
87
|
+
filterBooleanAll: (ყველა)
|
|
88
|
+
|
|
89
|
+
# The text of the after or equal date filter operator
|
|
90
|
+
filterAfterOrEqualOperator: აღემატება ან ტოლია
|
|
91
|
+
|
|
92
|
+
# The text of the after date filter operator
|
|
93
|
+
filterAfterOperator: აღემატება
|
|
94
|
+
|
|
95
|
+
# The text of the before date filter operator
|
|
96
|
+
filterBeforeOperator: მცირეა
|
|
97
|
+
|
|
98
|
+
# The text of the before or equal date filter operator
|
|
99
|
+
filterBeforeOrEqualOperator: არ აღემატება
|
|
100
|
+
|
|
101
|
+
# The text of the "filter button"
|
|
102
|
+
filterFilterButton: ფილტრი
|
|
103
|
+
|
|
104
|
+
# The text of the "clear filter button"
|
|
105
|
+
filterClearButton: გასუფთავება
|
|
106
|
+
|
|
107
|
+
# The text of the "And" filter logic
|
|
108
|
+
filterAndLogic: და
|
|
109
|
+
|
|
110
|
+
# The text of the "Or" filter logic
|
|
111
|
+
filterOrLogic: ან
|
|
112
|
+
|
|
113
|
+
# The title of the Toggle button of the Date filter.
|
|
114
|
+
filterDateToggle: კალენდარი
|
|
115
|
+
|
|
116
|
+
# The text of the Today button of the Date filter.
|
|
117
|
+
filterDateToday: დღეს
|
|
118
|
+
|
|
119
|
+
# The title of the Decrement button of the Numeric filter.
|
|
120
|
+
filterNumericDecrement: შემცირება
|
|
121
|
+
|
|
122
|
+
# The title of the Increment button of the Numeric filter.
|
|
123
|
+
filterNumericIncrement: გაზრდა
|
|
124
|
+
|
|
125
|
+
# The loading text
|
|
126
|
+
loading: იტვირთება
|
|
127
|
+
|
|
128
|
+
# The text shown in the column menu for the columns item
|
|
129
|
+
columns: სვეტები
|
|
130
|
+
|
|
131
|
+
# The text shown in the column menu for the lock item
|
|
132
|
+
lock: ჩაკეტვა
|
|
133
|
+
|
|
134
|
+
# The text shown in the column menu for the unlock item
|
|
135
|
+
unlock: გახსნა
|
|
136
|
+
|
|
137
|
+
# The text shown in the column menu for the stick item
|
|
138
|
+
stick: მიკვრა
|
|
139
|
+
|
|
140
|
+
# The text shown in the column menu for the unstick item
|
|
141
|
+
unstick: ახსნა
|
|
142
|
+
|
|
143
|
+
# The text shown in the column menu for the set column position item
|
|
144
|
+
setColumnPosition: სვეტის პოზიცია
|
|
145
|
+
|
|
146
|
+
# The text shown in the column menu for the sort ascending item
|
|
147
|
+
sortAscending: დალაგება ზრდადობით
|
|
148
|
+
|
|
149
|
+
# The text shown in the column menu for the sort descending item
|
|
150
|
+
sortDescending: დალაგება კლებადობით
|
|
151
|
+
|
|
152
|
+
# The text shown in the column menu or column chooser for the columns apply button
|
|
153
|
+
columnsApply: მიღება
|
|
154
|
+
|
|
155
|
+
# The text shown in the column menu or column chooser for the columns reset button
|
|
156
|
+
columnsReset: გაუქმება
|
|
157
|
+
|
|
158
|
+
# The label of the sort icon
|
|
159
|
+
sortable: სორტირებადი
|
|
160
|
+
|
|
161
|
+
# The status announcement when a column is sorted ascending
|
|
162
|
+
sortedAscending: ზრდადობით
|
|
163
|
+
|
|
164
|
+
# The status announcement when a column is sorted descending
|
|
165
|
+
sortedDescending: კლებადობით
|
|
166
|
+
# The status announcement when a column is no longer sorted
|
|
167
|
+
sortedDefault: არასორტირებული
|
|
168
|
+
|
|
169
|
+
# The label of the filter row and menu inputs
|
|
170
|
+
filterInputLabel: '{columnName} ფილტრი'
|
|
171
|
+
|
|
172
|
+
# The title of the filter menu icon
|
|
173
|
+
filterMenuTitle: '{columnName} ფილტრი'
|
|
174
|
+
|
|
175
|
+
# The label of the filter menu operators dropdown
|
|
176
|
+
filterMenuOperatorsDropDownLabel: '{columnName} ფილტრი'
|
|
177
|
+
|
|
178
|
+
# The label of the filter menu logic dropdown
|
|
179
|
+
filterMenuLogicDropDownLabel: '{columnName} ფილტრი'
|
|
180
|
+
|
|
181
|
+
# The title of the column menu icon
|
|
182
|
+
columnMenu: '{columnName} მენიუ'
|
|
183
|
+
|
|
184
|
+
# The labels of the checkbox column checkboxes
|
|
185
|
+
selectionCheckboxLabel: მონიშნე სტრიქონი
|
|
186
|
+
|
|
187
|
+
# The label of the checkbox column select all checkbox
|
|
188
|
+
selectAllCheckboxLabel: მონიშნე ყველა
|
|
189
|
+
|
|
190
|
+
# The label of the Grid pager
|
|
191
|
+
pagerLabel: 'გვერდი {currentPage} - {totalPages}-დან'
|
|
192
|
+
|
|
193
|
+
# The Grid aria-label
|
|
194
|
+
gridLabel: ცხრილი
|
|
195
|
+
|
|
196
|
+
# The text of the title and aria-label attributes applied to the collapse icon of group rows.
|
|
197
|
+
groupCollapse: აკეცვა
|
|
198
|
+
|
|
199
|
+
# The text of the title and aria-label attributes applied to the expand icon of group rows.
|
|
200
|
+
groupExpand: გაშლა
|
|
201
|
+
|
|
202
|
+
# The title of the collapse icon of detail rows.
|
|
203
|
+
detailCollapse: აკეცვა
|
|
204
|
+
|
|
205
|
+
# The title of the expand icon of detail rows.
|
|
206
|
+
detailExpand: გაშლა
|
|
207
|
+
|
|
208
|
+
# The text shown in the column menu for the autosize this column item
|
|
209
|
+
autosizeThisColumn: Autosize This Column
|
|
210
|
+
|
|
211
|
+
# The text shown in the column menu for the autosize all columns item
|
|
212
|
+
autosizeAllColumns: Autosize All Columns
|
|
213
|
+
|