@uxf/wysiwyg 11.74.1 → 11.74.4
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/package.json +3 -3
- package/translations/cs.json +134 -0
- package/translations/de.json +134 -0
- package/translations/en.json +134 -0
- package/translations/sk.json +134 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/wysiwyg",
|
|
3
|
-
"version": "11.74.
|
|
3
|
+
"version": "11.74.4",
|
|
4
4
|
"description": "UXF Wysiwyg editor",
|
|
5
5
|
"author": "Robin Dvorak <dvorak@uxf.cz>",
|
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/wysiwyg",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@udecode/plate-select": "20.7.2",
|
|
27
27
|
"@udecode/plate-trailing-block": "20.7.2",
|
|
28
28
|
"@uxf/core": "11.72.3",
|
|
29
|
-
"@uxf/core-react": "11.74.
|
|
30
|
-
"@uxf/ui": "11.74.
|
|
29
|
+
"@uxf/core-react": "11.74.4",
|
|
30
|
+
"@uxf/ui": "11.74.4",
|
|
31
31
|
"slate": "0.90.0",
|
|
32
32
|
"slate-history": "0.86.0",
|
|
33
33
|
"slate-hyperscript": "0.77.0",
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uxf-wysiwyg": {
|
|
3
|
+
"common": {
|
|
4
|
+
"placeholder": "Napište něco hezkého..."
|
|
5
|
+
},
|
|
6
|
+
"components": {
|
|
7
|
+
"modal": {
|
|
8
|
+
"button-cancel": "Zrušit"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"plugins": {
|
|
12
|
+
"formatting": {
|
|
13
|
+
"bold": {
|
|
14
|
+
"tooltip": "Tučné (Ctrl+B)"
|
|
15
|
+
},
|
|
16
|
+
"italic": {
|
|
17
|
+
"tooltip": "Kurzíva (Ctrl+I)"
|
|
18
|
+
},
|
|
19
|
+
"underline": {
|
|
20
|
+
"tooltip": "Podtržení (Ctrl+U)"
|
|
21
|
+
},
|
|
22
|
+
"code": {
|
|
23
|
+
"tooltip": "Kód"
|
|
24
|
+
},
|
|
25
|
+
"highlight": {
|
|
26
|
+
"tooltip": "Zvýraznění (Ctrl+Shift+H)"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"headings": {
|
|
30
|
+
"h1": {
|
|
31
|
+
"tooltip": "Nadpis H1"
|
|
32
|
+
},
|
|
33
|
+
"h2": {
|
|
34
|
+
"tooltip": "Nadpis H2"
|
|
35
|
+
},
|
|
36
|
+
"h3": {
|
|
37
|
+
"tooltip": "Nadpis H3"
|
|
38
|
+
},
|
|
39
|
+
"h4": {
|
|
40
|
+
"tooltip": "Nadpis H4"
|
|
41
|
+
},
|
|
42
|
+
"h5": {
|
|
43
|
+
"tooltip": "Nadpis H5"
|
|
44
|
+
},
|
|
45
|
+
"h6": {
|
|
46
|
+
"tooltip": "Nadpis H6"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"link": {
|
|
50
|
+
"url-address": {
|
|
51
|
+
"invalid": "Neplatná URL adresa",
|
|
52
|
+
"required": "URL adresa je povinná",
|
|
53
|
+
"label": "URL adresa",
|
|
54
|
+
"placeholder": "Zadejte URL adresu"
|
|
55
|
+
},
|
|
56
|
+
"link-text": {
|
|
57
|
+
"label": "Text odkazu",
|
|
58
|
+
"placeholder": "Zadejte text odkazu"
|
|
59
|
+
},
|
|
60
|
+
"open-in-new-tab": "Otevřít v nové záložce",
|
|
61
|
+
"tooltip": "Vložit odkaz",
|
|
62
|
+
"button-save": "Uložit",
|
|
63
|
+
"button-close": "Zavřít"
|
|
64
|
+
},
|
|
65
|
+
"blocks": {
|
|
66
|
+
"quote": {
|
|
67
|
+
"tooltip": "Citace"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"lists": {
|
|
71
|
+
"ul": {
|
|
72
|
+
"tooltip": "Vložit odrážkový seznam"
|
|
73
|
+
},
|
|
74
|
+
"ol": {
|
|
75
|
+
"tooltip": "Vložit číslovaný seznam"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"button": {
|
|
79
|
+
"tooltip": "Vložit tlačítko",
|
|
80
|
+
"button-text": {
|
|
81
|
+
"label": "Text tlačítka",
|
|
82
|
+
"placeholder": "Zadejte text tlačítka",
|
|
83
|
+
"required": "Toto pole je povinné"
|
|
84
|
+
},
|
|
85
|
+
"url-address": {
|
|
86
|
+
"label": "URL adresa",
|
|
87
|
+
"placeholder": "Zadejte URL adresu",
|
|
88
|
+
"required": "Toto pole je povinné"
|
|
89
|
+
},
|
|
90
|
+
"button-insert": "Vložit tlačítko",
|
|
91
|
+
"button-edit": "Upravit tlačítko"
|
|
92
|
+
},
|
|
93
|
+
"image": {
|
|
94
|
+
"tooltip": "Vložit obrázek",
|
|
95
|
+
"alt": {
|
|
96
|
+
"label": "Alt obrázku",
|
|
97
|
+
"placeholder": "Zadejte alt obrázku"
|
|
98
|
+
},
|
|
99
|
+
"caption": {
|
|
100
|
+
"label": "Popisek obrázku",
|
|
101
|
+
"placeholder": "Zadejte popisek obrázku"
|
|
102
|
+
},
|
|
103
|
+
"source": {
|
|
104
|
+
"label": "Zdroj obrázku",
|
|
105
|
+
"placeholder": "Zadejte zdroj obrázku"
|
|
106
|
+
},
|
|
107
|
+
"file-upload": {
|
|
108
|
+
"label": "Obrázek"
|
|
109
|
+
},
|
|
110
|
+
"button-insert": "Vložit obrázek",
|
|
111
|
+
"button-edit": "Upravit obrázek"
|
|
112
|
+
},
|
|
113
|
+
"video": {
|
|
114
|
+
"tooltip": "Vložit video",
|
|
115
|
+
"url-address": {
|
|
116
|
+
"label": "URL adresa",
|
|
117
|
+
"placeholder": "Zadejte URL adresu",
|
|
118
|
+
"invalid": "Neplatná URL adresa."
|
|
119
|
+
},
|
|
120
|
+
"iframe-title": "Video",
|
|
121
|
+
"button-insert": "Vložit video",
|
|
122
|
+
"button-edit": "Upravit video"
|
|
123
|
+
},
|
|
124
|
+
"actions": {
|
|
125
|
+
"undo": {
|
|
126
|
+
"tooltip": "Vrátit zpět (Ctrl+Z)"
|
|
127
|
+
},
|
|
128
|
+
"redo": {
|
|
129
|
+
"tooltip": "Opakovat (Ctrl+Y)"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uxf-wysiwyg": {
|
|
3
|
+
"common": {
|
|
4
|
+
"placeholder": "Schreiben Sie etwas Schönes..."
|
|
5
|
+
},
|
|
6
|
+
"components": {
|
|
7
|
+
"modal": {
|
|
8
|
+
"button-cancel": "Abbrechen"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"plugins": {
|
|
12
|
+
"formatting": {
|
|
13
|
+
"bold": {
|
|
14
|
+
"tooltip": "Fett (Ctrl+B)"
|
|
15
|
+
},
|
|
16
|
+
"italic": {
|
|
17
|
+
"tooltip": "Kursiv (Ctrl+I)"
|
|
18
|
+
},
|
|
19
|
+
"underline": {
|
|
20
|
+
"tooltip": "Unterstrichen (Ctrl+U)"
|
|
21
|
+
},
|
|
22
|
+
"code": {
|
|
23
|
+
"tooltip": "Code"
|
|
24
|
+
},
|
|
25
|
+
"highlight": {
|
|
26
|
+
"tooltip": "Hervorheben (Ctrl+Shift+H)"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"headings": {
|
|
30
|
+
"h1": {
|
|
31
|
+
"tooltip": "Überschrift H1"
|
|
32
|
+
},
|
|
33
|
+
"h2": {
|
|
34
|
+
"tooltip": "Überschrift H2"
|
|
35
|
+
},
|
|
36
|
+
"h3": {
|
|
37
|
+
"tooltip": "Überschrift H3"
|
|
38
|
+
},
|
|
39
|
+
"h4": {
|
|
40
|
+
"tooltip": "Überschrift H4"
|
|
41
|
+
},
|
|
42
|
+
"h5": {
|
|
43
|
+
"tooltip": "Überschrift H5"
|
|
44
|
+
},
|
|
45
|
+
"h6": {
|
|
46
|
+
"tooltip": "Überschrift H6"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"link": {
|
|
50
|
+
"url-address": {
|
|
51
|
+
"invalid": "Ungültige URL-Adresse",
|
|
52
|
+
"required": "URL-Adresse ist erforderlich",
|
|
53
|
+
"label": "URL-Adresse",
|
|
54
|
+
"placeholder": "URL-Adresse eingeben"
|
|
55
|
+
},
|
|
56
|
+
"link-text": {
|
|
57
|
+
"label": "Link-Text",
|
|
58
|
+
"placeholder": "Link-Text eingeben"
|
|
59
|
+
},
|
|
60
|
+
"open-in-new-tab": "In neuem Tab öffnen",
|
|
61
|
+
"tooltip": "Link einfügen",
|
|
62
|
+
"button-save": "Speichern",
|
|
63
|
+
"button-close": "Schließen"
|
|
64
|
+
},
|
|
65
|
+
"blocks": {
|
|
66
|
+
"quote": {
|
|
67
|
+
"tooltip": "Zitat"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"lists": {
|
|
71
|
+
"ul": {
|
|
72
|
+
"tooltip": "Aufzählung einfügen"
|
|
73
|
+
},
|
|
74
|
+
"ol": {
|
|
75
|
+
"tooltip": "Nummerierte Liste einfügen"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"button": {
|
|
79
|
+
"tooltip": "Schaltfläche einfügen",
|
|
80
|
+
"button-text": {
|
|
81
|
+
"label": "Schaltflächen-Text",
|
|
82
|
+
"placeholder": "Schaltflächen-Text eingeben",
|
|
83
|
+
"required": "Dieses Feld ist erforderlich"
|
|
84
|
+
},
|
|
85
|
+
"url-address": {
|
|
86
|
+
"label": "URL-Adresse",
|
|
87
|
+
"placeholder": "URL-Adresse eingeben",
|
|
88
|
+
"required": "Dieses Feld ist erforderlich"
|
|
89
|
+
},
|
|
90
|
+
"button-insert": "Schaltfläche einfügen",
|
|
91
|
+
"button-edit": "Schaltfläche bearbeiten"
|
|
92
|
+
},
|
|
93
|
+
"image": {
|
|
94
|
+
"tooltip": "Bild einfügen",
|
|
95
|
+
"alt": {
|
|
96
|
+
"label": "Alt-Text des Bildes",
|
|
97
|
+
"placeholder": "Alt-Text des Bildes eingeben"
|
|
98
|
+
},
|
|
99
|
+
"caption": {
|
|
100
|
+
"label": "Bildunterschrift",
|
|
101
|
+
"placeholder": "Bildunterschrift eingeben"
|
|
102
|
+
},
|
|
103
|
+
"source": {
|
|
104
|
+
"label": "Bildquelle",
|
|
105
|
+
"placeholder": "Bildquelle eingeben"
|
|
106
|
+
},
|
|
107
|
+
"file-upload": {
|
|
108
|
+
"label": "Bild"
|
|
109
|
+
},
|
|
110
|
+
"button-insert": "Bild einfügen",
|
|
111
|
+
"button-edit": "Bild bearbeiten"
|
|
112
|
+
},
|
|
113
|
+
"video": {
|
|
114
|
+
"tooltip": "Video einfügen",
|
|
115
|
+
"url-address": {
|
|
116
|
+
"label": "URL-Adresse",
|
|
117
|
+
"placeholder": "URL-Adresse eingeben",
|
|
118
|
+
"invalid": "Ungültige URL-Adresse."
|
|
119
|
+
},
|
|
120
|
+
"iframe-title": "Video",
|
|
121
|
+
"button-insert": "Video einfügen",
|
|
122
|
+
"button-edit": "Video bearbeiten"
|
|
123
|
+
},
|
|
124
|
+
"actions": {
|
|
125
|
+
"undo": {
|
|
126
|
+
"tooltip": "Rückgängig (Ctrl+Z)"
|
|
127
|
+
},
|
|
128
|
+
"redo": {
|
|
129
|
+
"tooltip": "Wiederholen (Ctrl+Y)"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uxf-wysiwyg": {
|
|
3
|
+
"common": {
|
|
4
|
+
"placeholder": "Write something nice..."
|
|
5
|
+
},
|
|
6
|
+
"components": {
|
|
7
|
+
"modal": {
|
|
8
|
+
"button-cancel": "Cancel"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"plugins": {
|
|
12
|
+
"formatting": {
|
|
13
|
+
"bold": {
|
|
14
|
+
"tooltip": "Bold (Ctrl+B)"
|
|
15
|
+
},
|
|
16
|
+
"italic": {
|
|
17
|
+
"tooltip": "Italic (Ctrl+I)"
|
|
18
|
+
},
|
|
19
|
+
"underline": {
|
|
20
|
+
"tooltip": "Underline (Ctrl+U)"
|
|
21
|
+
},
|
|
22
|
+
"code": {
|
|
23
|
+
"tooltip": "Code"
|
|
24
|
+
},
|
|
25
|
+
"highlight": {
|
|
26
|
+
"tooltip": "Highlight (Ctrl+Shift+H)"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"headings": {
|
|
30
|
+
"h1": {
|
|
31
|
+
"tooltip": "Heading H1"
|
|
32
|
+
},
|
|
33
|
+
"h2": {
|
|
34
|
+
"tooltip": "Heading H2"
|
|
35
|
+
},
|
|
36
|
+
"h3": {
|
|
37
|
+
"tooltip": "Heading H3"
|
|
38
|
+
},
|
|
39
|
+
"h4": {
|
|
40
|
+
"tooltip": "Heading H4"
|
|
41
|
+
},
|
|
42
|
+
"h5": {
|
|
43
|
+
"tooltip": "Heading H5"
|
|
44
|
+
},
|
|
45
|
+
"h6": {
|
|
46
|
+
"tooltip": "Heading H6"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"link": {
|
|
50
|
+
"url-address": {
|
|
51
|
+
"invalid": "Invalid URL address",
|
|
52
|
+
"required": "URL address is required",
|
|
53
|
+
"label": "URL address",
|
|
54
|
+
"placeholder": "Enter URL address"
|
|
55
|
+
},
|
|
56
|
+
"link-text": {
|
|
57
|
+
"label": "Link text",
|
|
58
|
+
"placeholder": "Enter link text"
|
|
59
|
+
},
|
|
60
|
+
"open-in-new-tab": "Open in new tab",
|
|
61
|
+
"tooltip": "Insert link",
|
|
62
|
+
"button-save": "Save",
|
|
63
|
+
"button-close": "Close"
|
|
64
|
+
},
|
|
65
|
+
"blocks": {
|
|
66
|
+
"quote": {
|
|
67
|
+
"tooltip": "Quote"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"lists": {
|
|
71
|
+
"ul": {
|
|
72
|
+
"tooltip": "Insert bullet list"
|
|
73
|
+
},
|
|
74
|
+
"ol": {
|
|
75
|
+
"tooltip": "Insert numbered list"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"button": {
|
|
79
|
+
"tooltip": "Insert button",
|
|
80
|
+
"button-text": {
|
|
81
|
+
"label": "Button text",
|
|
82
|
+
"placeholder": "Enter button text",
|
|
83
|
+
"required": "This field is required"
|
|
84
|
+
},
|
|
85
|
+
"url-address": {
|
|
86
|
+
"label": "URL address",
|
|
87
|
+
"placeholder": "Enter URL address",
|
|
88
|
+
"required": "This field is required"
|
|
89
|
+
},
|
|
90
|
+
"button-insert": "Insert button",
|
|
91
|
+
"button-edit": "Edit button"
|
|
92
|
+
},
|
|
93
|
+
"image": {
|
|
94
|
+
"tooltip": "Insert image",
|
|
95
|
+
"alt": {
|
|
96
|
+
"label": "Image alt",
|
|
97
|
+
"placeholder": "Enter image alt"
|
|
98
|
+
},
|
|
99
|
+
"caption": {
|
|
100
|
+
"label": "Image caption",
|
|
101
|
+
"placeholder": "Enter image caption"
|
|
102
|
+
},
|
|
103
|
+
"source": {
|
|
104
|
+
"label": "Image source",
|
|
105
|
+
"placeholder": "Enter image source"
|
|
106
|
+
},
|
|
107
|
+
"file-upload": {
|
|
108
|
+
"label": "Image"
|
|
109
|
+
},
|
|
110
|
+
"button-insert": "Insert image",
|
|
111
|
+
"button-edit": "Edit image"
|
|
112
|
+
},
|
|
113
|
+
"video": {
|
|
114
|
+
"tooltip": "Insert video",
|
|
115
|
+
"url-address": {
|
|
116
|
+
"label": "URL address",
|
|
117
|
+
"placeholder": "Enter URL address",
|
|
118
|
+
"invalid": "Invalid URL address."
|
|
119
|
+
},
|
|
120
|
+
"iframe-title": "Video",
|
|
121
|
+
"button-insert": "Insert video",
|
|
122
|
+
"button-edit": "Edit video"
|
|
123
|
+
},
|
|
124
|
+
"actions": {
|
|
125
|
+
"undo": {
|
|
126
|
+
"tooltip": "Undo (Ctrl+Z)"
|
|
127
|
+
},
|
|
128
|
+
"redo": {
|
|
129
|
+
"tooltip": "Redo (Ctrl+Y)"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uxf-wysiwyg": {
|
|
3
|
+
"common": {
|
|
4
|
+
"placeholder": "Napíšte niečo pekné..."
|
|
5
|
+
},
|
|
6
|
+
"components": {
|
|
7
|
+
"modal": {
|
|
8
|
+
"button-cancel": "Zrušiť"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"plugins": {
|
|
12
|
+
"formatting": {
|
|
13
|
+
"bold": {
|
|
14
|
+
"tooltip": "Tučné (Ctrl+B)"
|
|
15
|
+
},
|
|
16
|
+
"italic": {
|
|
17
|
+
"tooltip": "Kurzíva (Ctrl+I)"
|
|
18
|
+
},
|
|
19
|
+
"underline": {
|
|
20
|
+
"tooltip": "Podčiarknutie (Ctrl+U)"
|
|
21
|
+
},
|
|
22
|
+
"code": {
|
|
23
|
+
"tooltip": "Kód"
|
|
24
|
+
},
|
|
25
|
+
"highlight": {
|
|
26
|
+
"tooltip": "Zvýraznenie (Ctrl+Shift+H)"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"headings": {
|
|
30
|
+
"h1": {
|
|
31
|
+
"tooltip": "Nadpis H1"
|
|
32
|
+
},
|
|
33
|
+
"h2": {
|
|
34
|
+
"tooltip": "Nadpis H2"
|
|
35
|
+
},
|
|
36
|
+
"h3": {
|
|
37
|
+
"tooltip": "Nadpis H3"
|
|
38
|
+
},
|
|
39
|
+
"h4": {
|
|
40
|
+
"tooltip": "Nadpis H4"
|
|
41
|
+
},
|
|
42
|
+
"h5": {
|
|
43
|
+
"tooltip": "Nadpis H5"
|
|
44
|
+
},
|
|
45
|
+
"h6": {
|
|
46
|
+
"tooltip": "Nadpis H6"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"link": {
|
|
50
|
+
"url-address": {
|
|
51
|
+
"invalid": "Neplatná URL adresa",
|
|
52
|
+
"required": "URL adresa je povinná",
|
|
53
|
+
"label": "URL adresa",
|
|
54
|
+
"placeholder": "Zadajte URL adresu"
|
|
55
|
+
},
|
|
56
|
+
"link-text": {
|
|
57
|
+
"label": "Text odkazu",
|
|
58
|
+
"placeholder": "Zadajte text odkazu"
|
|
59
|
+
},
|
|
60
|
+
"open-in-new-tab": "Otvoriť v novej karte",
|
|
61
|
+
"tooltip": "Vložiť odkaz",
|
|
62
|
+
"button-save": "Uložiť",
|
|
63
|
+
"button-close": "Zatvoriť"
|
|
64
|
+
},
|
|
65
|
+
"blocks": {
|
|
66
|
+
"quote": {
|
|
67
|
+
"tooltip": "Citácia"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"lists": {
|
|
71
|
+
"ul": {
|
|
72
|
+
"tooltip": "Vložiť odrážkový zoznam"
|
|
73
|
+
},
|
|
74
|
+
"ol": {
|
|
75
|
+
"tooltip": "Vložiť číslovaný zoznam"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"button": {
|
|
79
|
+
"tooltip": "Vložiť tlačidlo",
|
|
80
|
+
"button-text": {
|
|
81
|
+
"label": "Text tlačidla",
|
|
82
|
+
"placeholder": "Zadajte text tlačidla",
|
|
83
|
+
"required": "Toto pole je povinné"
|
|
84
|
+
},
|
|
85
|
+
"url-address": {
|
|
86
|
+
"label": "URL adresa",
|
|
87
|
+
"placeholder": "Zadajte URL adresu",
|
|
88
|
+
"required": "Toto pole je povinné"
|
|
89
|
+
},
|
|
90
|
+
"button-insert": "Vložiť tlačidlo",
|
|
91
|
+
"button-edit": "Upraviť tlačidlo"
|
|
92
|
+
},
|
|
93
|
+
"image": {
|
|
94
|
+
"tooltip": "Vložiť obrázok",
|
|
95
|
+
"alt": {
|
|
96
|
+
"label": "Alt obrázka",
|
|
97
|
+
"placeholder": "Zadajte alt obrázka"
|
|
98
|
+
},
|
|
99
|
+
"caption": {
|
|
100
|
+
"label": "Popis obrázka",
|
|
101
|
+
"placeholder": "Zadajte popis obrázka"
|
|
102
|
+
},
|
|
103
|
+
"source": {
|
|
104
|
+
"label": "Zdroj obrázka",
|
|
105
|
+
"placeholder": "Zadajte zdroj obrázka"
|
|
106
|
+
},
|
|
107
|
+
"file-upload": {
|
|
108
|
+
"label": "Obrázok"
|
|
109
|
+
},
|
|
110
|
+
"button-insert": "Vložiť obrázok",
|
|
111
|
+
"button-edit": "Upraviť obrázok"
|
|
112
|
+
},
|
|
113
|
+
"video": {
|
|
114
|
+
"tooltip": "Vložiť video",
|
|
115
|
+
"url-address": {
|
|
116
|
+
"label": "URL adresa",
|
|
117
|
+
"placeholder": "Zadajte URL adresu",
|
|
118
|
+
"invalid": "Neplatná URL adresa."
|
|
119
|
+
},
|
|
120
|
+
"iframe-title": "Video",
|
|
121
|
+
"button-insert": "Vložiť video",
|
|
122
|
+
"button-edit": "Upraviť video"
|
|
123
|
+
},
|
|
124
|
+
"actions": {
|
|
125
|
+
"undo": {
|
|
126
|
+
"tooltip": "Vrátiť späť (Ctrl+Z)"
|
|
127
|
+
},
|
|
128
|
+
"redo": {
|
|
129
|
+
"tooltip": "Opakovať (Ctrl+Y)"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|