@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,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
|
|
@@ -4,23 +4,23 @@ kendo:
|
|
|
4
4
|
today: Bugün
|
|
5
5
|
|
|
6
6
|
# The title of the previous button in the Classic calendar
|
|
7
|
-
prevButtonTitle:
|
|
7
|
+
prevButtonTitle: Önceki görünüme geç
|
|
8
8
|
|
|
9
9
|
# The title of the next button in the Classic calendar
|
|
10
|
-
nextButtonTitle:
|
|
10
|
+
nextButtonTitle: Sonraki görünüme geç
|
|
11
11
|
|
|
12
12
|
# The title of the parent view button in the calendar header
|
|
13
|
-
parentViewButtonTitle:
|
|
13
|
+
parentViewButtonTitle: Üst görünüme geç
|
|
14
14
|
|
|
15
15
|
multiviewcalendar:
|
|
16
16
|
# The label for the today button in the calendar header
|
|
17
17
|
today: Bugün
|
|
18
18
|
|
|
19
19
|
# The label for the previous button in the Multiview calendar
|
|
20
|
-
prevButtonTitle:
|
|
20
|
+
prevButtonTitle: Önceki görünüme geç
|
|
21
21
|
|
|
22
22
|
# The label for the next button in the Multiview calendar
|
|
23
|
-
nextButtonTitle:
|
|
23
|
+
nextButtonTitle: Sonraki görünüme geç
|
|
24
24
|
|
|
25
25
|
# The title of the parent view button in the Multiview calendar header
|
|
26
|
-
parentViewButtonTitle:
|
|
26
|
+
parentViewButtonTitle: Üst görünüme geç
|
|
@@ -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,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,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: უკან
|
|
@@ -4,10 +4,10 @@ kendo:
|
|
|
4
4
|
today: Bugün
|
|
5
5
|
|
|
6
6
|
# The label for the toggle button in the datepicker component
|
|
7
|
-
toggle:
|
|
7
|
+
toggle: Takvim
|
|
8
8
|
|
|
9
9
|
# The title of the previous button in the Classic calendar
|
|
10
|
-
prevButtonTitle:
|
|
10
|
+
prevButtonTitle: Önceki görünüme geç
|
|
11
11
|
|
|
12
12
|
# The title of the next button in the Classic calendar
|
|
13
|
-
nextButtonTitle:
|
|
13
|
+
nextButtonTitle: Sonraki görünüme geç
|
|
@@ -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: წინ
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
kendo:
|
|
2
2
|
datetimepicker:
|
|
3
3
|
# The Date tab text in the datetimepicker popup header
|
|
4
|
-
dateTab:
|
|
4
|
+
dateTab: Tarih
|
|
5
5
|
|
|
6
6
|
# The label for the Date tab in the datetimepicker popup header
|
|
7
|
-
dateTabLabel:
|
|
7
|
+
dateTabLabel: Tarih sekmesi
|
|
8
8
|
|
|
9
9
|
# The Time tab text in the datetimepicker popup header
|
|
10
|
-
timeTab:
|
|
10
|
+
timeTab: Saat
|
|
11
11
|
|
|
12
12
|
# The label for the Time tab in the datetimepicker popup header
|
|
13
|
-
timeTabLabel:
|
|
13
|
+
timeTabLabel: Saat sekmesi
|
|
14
14
|
|
|
15
15
|
# The label for the toggle button in the datetimepicker component
|
|
16
|
-
toggle:
|
|
16
|
+
toggle: Popup
|
|
17
17
|
|
|
18
18
|
# The Accept button text in the datetimepicker component
|
|
19
|
-
accept:
|
|
19
|
+
accept: Seç
|
|
20
20
|
|
|
21
21
|
# The label for the Accept button in the datetimepicker component
|
|
22
|
-
acceptLabel:
|
|
22
|
+
acceptLabel: Seç
|
|
23
23
|
|
|
24
24
|
# The Cancel button text in the datetimepicker component
|
|
25
|
-
cancel:
|
|
25
|
+
cancel: İptal
|
|
26
26
|
|
|
27
27
|
# The label for the Cancel button in the datetimepicker component
|
|
28
|
-
cancelLabel:
|
|
28
|
+
cancelLabel: İptal
|
|
29
29
|
|
|
30
30
|
# The Now button text in the timepicker component
|
|
31
|
-
now:
|
|
31
|
+
now: Şimdi
|
|
32
32
|
|
|
33
33
|
# The label for the Now button in the timepicker component
|
|
34
|
-
nowLabel:
|
|
34
|
+
nowLabel: Şuanı seç
|
|
35
35
|
|
|
36
36
|
# The label for the today button in the calendar header
|
|
37
|
-
today:
|
|
37
|
+
today: Bugün
|
|
38
38
|
|
|
39
39
|
# The title of the previous button in the Classic calendar
|
|
40
|
-
prevButtonTitle:
|
|
40
|
+
prevButtonTitle: Önceki görünüme geç
|
|
41
41
|
|
|
42
42
|
# The title of the next button in the Classic calendar
|
|
43
|
-
nextButtonTitle:
|
|
43
|
+
nextButtonTitle: Sonraki görünüme geç
|
|
@@ -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: გასუფთავება
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
kendo:
|
|
2
2
|
autocomplete:
|
|
3
3
|
# The text displayed in the popup when there are no items
|
|
4
|
-
noDataText:
|
|
4
|
+
noDataText: Veri bulunamadı
|
|
5
5
|
|
|
6
6
|
# The title of the clear button
|
|
7
|
-
clearTitle:
|
|
7
|
+
clearTitle: Temizle
|
|
8
8
|
|
|
9
9
|
combobox:
|
|
10
10
|
# The text displayed in the popup when there are no items
|
|
11
|
-
noDataText:
|
|
11
|
+
noDataText: Veri bulunamadı
|
|
12
12
|
|
|
13
13
|
# The title of the clear button
|
|
14
|
-
clearTitle:
|
|
14
|
+
clearTitle: Temizle
|
|
15
15
|
|
|
16
16
|
# The text set as aria-label on the select button"
|
|
17
|
-
selectButtonText:
|
|
17
|
+
selectButtonText: Seç
|
|
18
18
|
|
|
19
19
|
dropdownlist:
|
|
20
20
|
# The text displayed in the popup when there are no items
|
|
21
|
-
noDataText:
|
|
21
|
+
noDataText: Veri bulunamadı
|
|
22
22
|
|
|
23
23
|
# The title of the clear button
|
|
24
|
-
clearTitle:
|
|
24
|
+
clearTitle: Temizle
|
|
25
25
|
|
|
26
26
|
# The text set as aria-label on the select button"
|
|
27
|
-
selectButtonText:
|
|
27
|
+
selectButtonText: Seç
|
|
28
28
|
|
|
29
29
|
dropdowntree:
|
|
30
30
|
# The text displayed in the popup when there are no items
|
|
31
|
-
noDataText:
|
|
31
|
+
noDataText: Veri bulunamadı
|
|
32
32
|
|
|
33
33
|
# The title of the clear button
|
|
34
|
-
clearTitle:
|
|
34
|
+
clearTitle: Temizle
|
|
35
35
|
|
|
36
36
|
# The text set as aria-label on the select button"
|
|
37
|
-
selectButtonText:
|
|
37
|
+
selectButtonText: Seç
|
|
38
38
|
|
|
39
39
|
multicolumncombobox:
|
|
40
40
|
# The text displayed in the popup when there are no items
|
|
41
|
-
noDataText:
|
|
41
|
+
noDataText: Veri bulunamadı
|
|
42
42
|
|
|
43
43
|
# The title of the clear button
|
|
44
|
-
clearTitle:
|
|
44
|
+
clearTitle: Temizle
|
|
45
45
|
|
|
46
46
|
multiselect:
|
|
47
47
|
# The text displayed in the popup when there are no items
|
|
48
|
-
noDataText:
|
|
48
|
+
noDataText: Veri bulunamadı
|
|
49
49
|
|
|
50
50
|
# The title of the clear button
|
|
51
|
-
clearTitle:
|
|
51
|
+
clearTitle: Temizle
|
|
@@ -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: აირჩიე ფაილი...
|