activeadmin_froala_editor 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +20 -0
- data/README.md +64 -0
- data/Rakefile +3 -0
- data/activeadmin_froala_editor.gemspec +19 -0
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
- data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
- data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
- data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
- data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
- data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
- data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
- data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
- data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
- data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
- data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
- data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
- data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
- data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
- data/lib/activeadmin/froala_editor.rb +1 -0
- data/lib/activeadmin/froala_editor/engine.rb +9 -0
- data/lib/activeadmin/froala_editor/version.rb +5 -0
- data/lib/activeadmin_froala_editor.rb +3 -0
- data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
- data/screenshot.jpg +0 -0
- metadata +211 -0
@@ -0,0 +1,314 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (factory) {
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
9
|
+
// AMD. Register as an anonymous module.
|
10
|
+
define(['jquery'], factory);
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
12
|
+
// Node/CommonJS
|
13
|
+
module.exports = function( root, jQuery ) {
|
14
|
+
if ( jQuery === undefined ) {
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
17
|
+
// that require this pattern but the window provided is a noop
|
18
|
+
// if it's defined (how jquery works)
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
20
|
+
jQuery = require('jquery');
|
21
|
+
}
|
22
|
+
else {
|
23
|
+
jQuery = require('jquery')(root);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
return factory(jQuery);
|
27
|
+
};
|
28
|
+
} else {
|
29
|
+
// Browser globals
|
30
|
+
factory(window.jQuery);
|
31
|
+
}
|
32
|
+
}(function ($) {
|
33
|
+
/**
|
34
|
+
* Russian
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['ru'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "\u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0447\u0442\u043e\u002d\u043d\u0438\u0431\u0443\u0434\u044c",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "\u0416\u0438\u0440\u043d\u044b\u0439",
|
44
|
+
"Italic": "\u041a\u0443\u0440\u0441\u0438\u0432",
|
45
|
+
"Underline": "\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
|
46
|
+
"Strikethrough": "\u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
|
50
|
+
"Delete": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
|
51
|
+
"Cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
|
52
|
+
"OK": "\u041e\u043a",
|
53
|
+
"Back": "\u043d\u0430\u0437\u0430\u0434",
|
54
|
+
"Remove": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c",
|
55
|
+
"More": "\u0411\u043e\u043b\u044c\u0448\u0435",
|
56
|
+
"Update": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c",
|
57
|
+
"Style": "\u0421\u0442\u0438\u043b\u044c",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "\u0428\u0440\u0438\u0444\u0442",
|
61
|
+
"Font Size": "\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "\u0426\u0432\u0435\u0442\u0430",
|
65
|
+
"Background": "\u0424\u043e\u043d",
|
66
|
+
"Text": "\u0422\u0435\u043a\u0441\u0442",
|
67
|
+
"HEX Color": "Шестигранный цвет",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "\u0424\u043e\u0440\u043c\u0430\u0442 \u0430\u0431\u0437\u0430\u0446\u0430",
|
71
|
+
"Normal": "\u041d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0439",
|
72
|
+
"Code": "\u041a\u043e\u0434",
|
73
|
+
"Heading 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1",
|
74
|
+
"Heading 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2",
|
75
|
+
"Heading 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3",
|
76
|
+
"Heading 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "\u0421\u0442\u0438\u043b\u044c \u0430\u0431\u0437\u0430\u0446\u0430",
|
80
|
+
"Inline Style": "\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0441\u0442\u0438\u043b\u044c",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e",
|
84
|
+
"Align Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
|
85
|
+
"Align Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
|
86
|
+
"Align Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
|
87
|
+
"Align Justify": "\u041f\u043e \u0448\u0438\u0440\u0438\u043d\u0435",
|
88
|
+
"None": "\u041d\u0438\u043a\u0430\u043a",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
|
92
|
+
"Unordered List": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
|
96
|
+
"Increase Indent": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
|
100
|
+
"Open in new tab": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u043d\u043e\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434\u043a\u0435",
|
101
|
+
"Open Link": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0435",
|
102
|
+
"Edit Link": "\u041e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
|
103
|
+
"Unlink": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
|
104
|
+
"Choose Link": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0443",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
108
|
+
"Upload Image": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
109
|
+
"By URL": "\u041f\u043e \u0441\u0441\u044b\u043b\u043a\u0435",
|
110
|
+
"Browse": "\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
111
|
+
"Drop image": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0441\u044e\u0434\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
112
|
+
"or click": "\u0438\u043b\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435",
|
113
|
+
"Manage Images": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043c\u0438",
|
114
|
+
"Loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430",
|
115
|
+
"Deleting": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435",
|
116
|
+
"Tags": "\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430",
|
117
|
+
"Are you sure? Image will be deleted.": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b? \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u043e.",
|
118
|
+
"Replace": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c",
|
119
|
+
"Uploading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430",
|
120
|
+
"Loading image": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
|
121
|
+
"Display": "\u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435",
|
122
|
+
"Inline": "\u041e\u0431\u0442\u0435\u043a\u0430\u043d\u0438\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u043c",
|
123
|
+
"Break Text": "\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0435 \u0432 \u0442\u0435\u043a\u0441\u0442",
|
124
|
+
"Alternate Text": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442",
|
125
|
+
"Change Size": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0440",
|
126
|
+
"Width": "\u0428\u0438\u0440\u0438\u043d\u0430",
|
127
|
+
"Height": "\u0412\u044b\u0441\u043e\u0442\u0430",
|
128
|
+
"Something went wrong. Please try again.": "\u0427\u0442\u043e\u002d\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a\u002e \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430\u002c \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437\u002e",
|
129
|
+
"Image Caption": "Подпись изображения",
|
130
|
+
"Advanced Edit": "Расширенное редактирование",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
|
134
|
+
"Embedded Code": "\u0048\u0054\u004d\u004c\u002d\u043a\u043e\u0434 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043a\u0438",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
|
138
|
+
"Table Header": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
|
139
|
+
"Remove Table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
|
140
|
+
"Table Style": "\u0421\u0442\u0438\u043b\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
|
141
|
+
"Horizontal Align": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
|
142
|
+
"Row": "\u0421\u0442\u0440\u043e\u043a\u0430",
|
143
|
+
"Insert row above": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
|
144
|
+
"Insert row below": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
|
145
|
+
"Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
|
146
|
+
"Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446",
|
147
|
+
"Insert column before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430",
|
148
|
+
"Insert column after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430",
|
149
|
+
"Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446",
|
150
|
+
"Cell": "\u042f\u0447\u0435\u0439\u043a\u0430",
|
151
|
+
"Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438",
|
152
|
+
"Horizontal split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e",
|
153
|
+
"Vertical split": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e",
|
154
|
+
"Cell Background": "\u0424\u043e\u043d \u044f\u0447\u0435\u0439\u043a\u0438",
|
155
|
+
"Vertical Align": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
|
156
|
+
"Top": "\u041f\u043e \u0432\u0435\u0440\u0445\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e",
|
157
|
+
"Middle": "\u041f\u043e\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435",
|
158
|
+
"Bottom": "\u041f\u043e \u043d\u0438\u0436\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e",
|
159
|
+
"Align Top": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0432\u0435\u0440\u0445\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e",
|
160
|
+
"Align Middle": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0435",
|
161
|
+
"Align Bottom": "\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u043d\u0438\u0436\u043d\u0435\u043c\u0443 \u043a\u0440\u0430\u044e",
|
162
|
+
"Cell Style": "\u0421\u0442\u0438\u043b\u044c \u044f\u0447\u0435\u0439\u043a\u0438",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b",
|
166
|
+
"Drop file": "\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0441\u044e\u0434\u0430 \u0444\u0430\u0439\u043b",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "\u0421\u043c\u0430\u0439\u043b\u0438\u043a\u0438",
|
170
|
+
"Grinning face": "\u0423\u0445\u043c\u044b\u043b\u043a\u0430 \u043d\u0430 \u043b\u0438\u0446\u0435",
|
171
|
+
"Grinning face with smiling eyes": "\u0423\u0441\u043c\u0435\u0445\u043d\u0443\u0432\u0448\u0435\u0435\u0441\u044f \u043b\u0438\u0446\u043e \u0441 \u0443\u043b\u044b\u0431\u0430\u044e\u0449\u0438\u043c\u0438\u0441\u044f \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
172
|
+
"Face with tears of joy": "\u041b\u0438\u0446\u043e \u0441\u043e \u0441\u043b\u0435\u0437\u0430\u043c\u0438 \u0440\u0430\u0434\u043e\u0441\u0442\u0438",
|
173
|
+
"Smiling face with open mouth": "\u0423\u043b\u044b\u0431\u0430\u044e\u0449\u0435\u0435\u0441\u044f \u043b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c \u0438 \u0443\u043b\u044b\u0431\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u0433\u043b\u0430\u0437\u0430",
|
175
|
+
"Smiling face with open mouth and cold sweat": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c \u0438 \u0445\u043e\u043b\u043e\u0434\u043d\u044b\u0439 \u043f\u043e\u0442",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c \u0438 \u043f\u043b\u043e\u0442\u043d\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c\u0438 \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
177
|
+
"Smiling face with halo": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0433\u0430\u043b\u043e",
|
178
|
+
"Smiling face with horns": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u0440\u043e\u0433\u0430\u043c\u0438",
|
179
|
+
"Winking face": "\u043f\u043e\u0434\u043c\u0438\u0433\u0438\u0432\u0430\u044f \u043b\u0438\u0446\u043e",
|
180
|
+
"Smiling face with smiling eyes": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u0443\u043b\u044b\u0431\u0430\u044e\u0449\u0438\u043c\u0438\u0441\u044f \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
181
|
+
"Face savoring delicious food": "\u041b\u0438\u0446\u043e \u0441\u043c\u0430\u043a\u0443\u044e\u0449\u0435\u0435 \u0432\u043a\u0443\u0441\u043d\u0443\u044e \u0435\u0434\u0443",
|
182
|
+
"Relieved face": "\u041e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u044b \u043b\u0438\u0446\u043e",
|
183
|
+
"Smiling face with heart-shaped eyes": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0432 \u0444\u043e\u0440\u043c\u0435 \u0441\u0435\u0440\u0434\u0446\u0430 \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
184
|
+
"Smiling face with sunglasses": "\u0423\u043b\u044b\u0431\u0430\u044f\u0441\u044c \u043b\u0438\u0446\u043e \u0441 \u043e\u0447\u043a\u0430\u043c\u0438",
|
185
|
+
"Smirking face": "\u0423\u0441\u043c\u0435\u0445\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u043b\u0438\u0446\u043e",
|
186
|
+
"Neutral face": "\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u043b\u0438\u0446\u043e",
|
187
|
+
"Expressionless face": "\u041d\u0435\u0432\u044b\u0440\u0430\u0437\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
188
|
+
"Unamused face": "\u041d\u0435 \u0441\u043c\u0435\u0448\u043d\u043e \u043b\u0438\u0446\u043e",
|
189
|
+
"Face with cold sweat": "\u041b\u0438\u0446\u043e \u0432 \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u043c \u043f\u043e\u0442\u0443",
|
190
|
+
"Pensive face": "\u0417\u0430\u0434\u0443\u043c\u0447\u0438\u0432\u044b\u0439 \u043b\u0438\u0446\u043e",
|
191
|
+
"Confused face": "\u0421\u043c\u0443\u0449\u0435\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
192
|
+
"Confounded face": "\u041f\u043e\u0441\u0442\u044b\u0434\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
193
|
+
"Kissing face": "\u041f\u043e\u0446\u0435\u043b\u0443\u0438 \u043b\u0438\u0446\u043e",
|
194
|
+
"Face throwing a kiss": "\u041b\u0438\u0446\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0435 \u043f\u043e\u0446\u0435\u043b\u0443\u0439",
|
195
|
+
"Kissing face with smiling eyes": "\u041f\u043e\u0446\u0435\u043b\u0443\u0438 \u043b\u0438\u0446\u043e \u0441 \u0443\u043b\u044b\u0431\u0430\u044e\u0449\u0438\u043c\u0438\u0441\u044f \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
196
|
+
"Kissing face with closed eyes": "\u041f\u043e\u0446\u0435\u043b\u0443\u0438 \u043b\u0438\u0446\u043e \u0441 \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c\u0438 \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
197
|
+
"Face with stuck out tongue": "\u041b\u0438\u0446\u043e \u0441 \u0442\u043e\u0440\u0447\u0430\u0449\u0438\u043c \u044f\u0437\u044b\u043a\u043e\u043c",
|
198
|
+
"Face with stuck out tongue and winking eye": "\u041b\u0438\u0446\u043e \u0441 \u0442\u043e\u0440\u0447\u0430\u0449\u0438\u043c \u044f\u0437\u044b\u043a\u043e\u043c \u0438 \u043f\u043e\u0434\u043c\u0438\u0433\u0438\u0432\u0430\u044e\u0449\u0438\u043c \u0433\u043b\u0430\u0437\u043e\u043c",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "\u041b\u0438\u0446\u043e \u0441 \u0442\u043e\u0440\u0447\u0430\u0449\u0438\u043c \u044f\u0437\u044b\u043a\u043e\u043c \u0438 \u043f\u043b\u043e\u0442\u043d\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c\u0438 \u0433\u043b\u0430\u0437\u0430\u043c\u0438",
|
200
|
+
"Disappointed face": "\u0420\u0430\u0437\u043e\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
201
|
+
"Worried face": "\u041e\u0431\u0435\u0441\u043f\u043e\u043a\u043e\u0435\u043d\u043d\u044b\u0439 \u043b\u0438\u0446\u043e",
|
202
|
+
"Angry face": "\u0417\u043b\u043e\u0439 \u043b\u0438\u0446\u043e",
|
203
|
+
"Pouting face": "\u041f\u0443\u0445\u043b\u044b\u0435 \u043b\u0438\u0446\u043e",
|
204
|
+
"Crying face": "\u041f\u043b\u0430\u0447\u0443\u0449\u0435\u0435 \u043b\u0438\u0446\u043e",
|
205
|
+
"Persevering face": "\u041d\u0430\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u0430\u044f \u043b\u0438\u0446\u043e",
|
206
|
+
"Face with look of triumph": "\u041b\u0438\u0446\u043e \u0441 \u0432\u0438\u0434\u043e\u043c \u0442\u0440\u0438\u0443\u043c\u0444\u0430",
|
207
|
+
"Disappointed but relieved face": "\u0420\u0430\u0437\u043e\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435\u002c \u043d\u043e \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
208
|
+
"Frowning face with open mouth": "\u041d\u0430\u0445\u043c\u0443\u0440\u0435\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c",
|
209
|
+
"Anguished face": "\u043c\u0443\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043b\u0438\u0446\u043e",
|
210
|
+
"Fearful face": "\u041d\u0430\u043f\u0443\u0433\u0430\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
211
|
+
"Weary face": "\u0423\u0441\u0442\u0430\u043b\u044b\u0439 \u043b\u0438\u0446\u043e",
|
212
|
+
"Sleepy face": "\u0441\u043e\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
213
|
+
"Tired face": "\u0423\u0441\u0442\u0430\u043b\u0438 \u043b\u0438\u0446\u043e",
|
214
|
+
"Grimacing face": "\u0413\u0440\u0438\u043c\u0430\u0441\u0430 \u043d\u0430 \u043b\u0438\u0446\u0435",
|
215
|
+
"Loudly crying face": "\u0413\u0440\u043e\u043c\u043a\u043e \u043f\u043b\u0430\u0447\u0430 \u043b\u0438\u0446\u043e",
|
216
|
+
"Face with open mouth": "\u041b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c",
|
217
|
+
"Hushed face": "\u0417\u0430\u0442\u0438\u0445\u0448\u0438\u0439 \u043b\u0438\u0446\u043e",
|
218
|
+
"Face with open mouth and cold sweat": "\u041b\u0438\u0446\u043e \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0440\u0442\u043e\u043c \u0432 \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u043c \u043f\u043e\u0442\u0443",
|
219
|
+
"Face screaming in fear": "\u041b\u0438\u0446\u043e \u043a\u0440\u0438\u0447\u0430\u0449\u0435\u0435 \u043e\u0442 \u0441\u0442\u0440\u0430\u0445\u0430",
|
220
|
+
"Astonished face": "\u0423\u0434\u0438\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u043b\u0438\u0446\u043e",
|
221
|
+
"Flushed face": "\u041f\u043e\u043a\u0440\u0430\u0441\u043d\u0435\u0432\u0448\u0435\u0435 \u043b\u0438\u0446\u043e",
|
222
|
+
"Sleeping face": "\u0421\u043f\u044f\u0449\u0430\u044f \u043b\u0438\u0446\u043e",
|
223
|
+
"Dizzy face": "\u0414\u0438\u0437\u0437\u0438 \u043b\u0438\u0446\u043e",
|
224
|
+
"Face without mouth": "\u041b\u0438\u0446\u043e \u0431\u0435\u0437 \u0440\u0442\u0430",
|
225
|
+
"Face with medical mask": "\u041b\u0438\u0446\u043e \u0441 \u043c\u0435\u0434\u0438\u0446\u0438\u043d\u0441\u043a\u043e\u0439 \u043c\u0430\u0441\u043a\u043e\u0439",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "\u041d\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "\u041d\u0438\u0436\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
|
232
|
+
"Superscript": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "\u041d\u0430 \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e \u043b\u0438\u043d\u0438\u044e",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
|
245
|
+
"Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0451",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0048\u0054\u004d\u004c\u002d\u043a\u043e\u0434\u0430",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "\u0426\u0438\u0442\u0430\u0442\u0430",
|
255
|
+
"Increase": "\u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435",
|
256
|
+
"Decrease": "\u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0432\u0441\u0442\u0430\u0432\u043a\u0430",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Специальные символы",
|
263
|
+
"Latin": "Латинский",
|
264
|
+
"Greek": "Греческий",
|
265
|
+
"Cyrillic": "Кириллица",
|
266
|
+
"Punctuation": "Пунктуация",
|
267
|
+
"Currency": "Валюта",
|
268
|
+
"Arrows": "Стрелки",
|
269
|
+
"Math": "Математический",
|
270
|
+
"Misc": "Разное",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Распечатать",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Программа проверки орфографии",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Помогите",
|
280
|
+
"Shortcuts": "Сочетания",
|
281
|
+
"Inline Editor": "Встроенный редактор",
|
282
|
+
"Show the editor": "Показать редактора",
|
283
|
+
"Common actions": "Общие действия",
|
284
|
+
"Copy": "Копия",
|
285
|
+
"Cut": "Порез",
|
286
|
+
"Paste": "Вставить",
|
287
|
+
"Basic Formatting": "Базовое форматирование",
|
288
|
+
"Increase quote level": "Увеличить уровень котировки",
|
289
|
+
"Decrease quote level": "Уменьшить уровень кавычек",
|
290
|
+
"Image / Video": "Изображение / видео",
|
291
|
+
"Resize larger": "Изменить размер",
|
292
|
+
"Resize smaller": "Уменьшить размер",
|
293
|
+
"Table": "Таблица",
|
294
|
+
"Select table cell": "Выбрать ячейку таблицы",
|
295
|
+
"Extend selection one cell": "Продлить выделение одной ячейки",
|
296
|
+
"Extend selection one row": "Расширить выделение на одну строку",
|
297
|
+
"Navigation": "Навигация",
|
298
|
+
"Focus popup / toolbar": "Фокусное всплывающее окно / панель инструментов",
|
299
|
+
"Return focus to previous position": "Вернуть фокус на предыдущую позицию",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "Вставить URL-адрес",
|
303
|
+
"Paste in a URL to embed": "Вставить URL-адрес для встраивания",
|
304
|
+
|
305
|
+
// Word Paste.
|
306
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Вложенный контент поступает из документа Microsoft Word. вы хотите сохранить формат или очистить его?",
|
307
|
+
"Keep": "Держать",
|
308
|
+
"Clean": "Чистый",
|
309
|
+
"Word Paste Detected": "Обнаружена паста слов"
|
310
|
+
},
|
311
|
+
direction: "ltr"
|
312
|
+
};
|
313
|
+
|
314
|
+
}));
|
@@ -0,0 +1,314 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (factory) {
|
8
|
+
if (typeof define === 'function' && define.amd) {
|
9
|
+
// AMD. Register as an anonymous module.
|
10
|
+
define(['jquery'], factory);
|
11
|
+
} else if (typeof module === 'object' && module.exports) {
|
12
|
+
// Node/CommonJS
|
13
|
+
module.exports = function( root, jQuery ) {
|
14
|
+
if ( jQuery === undefined ) {
|
15
|
+
// require('jQuery') returns a factory that requires window to
|
16
|
+
// build a jQuery instance, we normalize how we use modules
|
17
|
+
// that require this pattern but the window provided is a noop
|
18
|
+
// if it's defined (how jquery works)
|
19
|
+
if ( typeof window !== 'undefined' ) {
|
20
|
+
jQuery = require('jquery');
|
21
|
+
}
|
22
|
+
else {
|
23
|
+
jQuery = require('jquery')(root);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
return factory(jQuery);
|
27
|
+
};
|
28
|
+
} else {
|
29
|
+
// Browser globals
|
30
|
+
factory(window.jQuery);
|
31
|
+
}
|
32
|
+
}(function ($) {
|
33
|
+
/**
|
34
|
+
* Slovak
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['sk'] = {
|
38
|
+
translation: {
|
39
|
+
|
40
|
+
// Place holder
|
41
|
+
"Type something": "Nap\u00ed\u0161te hoci\u010do",
|
42
|
+
|
43
|
+
// Basic formatting
|
44
|
+
"Bold": "Tu\u010dn\u00e9",
|
45
|
+
"Italic": "Kurz\u00edva",
|
46
|
+
"Underline": "Pod\u010diarknut\u00e9",
|
47
|
+
"Strikethrough": "Pre\u0161krtnut\u00e9",
|
48
|
+
|
49
|
+
// Main buttons
|
50
|
+
"Insert": "Vlo\u017ei\u0165",
|
51
|
+
"Delete": "Vymaza\u0165",
|
52
|
+
"Cancel": "Zru\u0161i\u0165",
|
53
|
+
"OK": "OK",
|
54
|
+
"Back": "Sp\u00e4\u0165",
|
55
|
+
"Remove": "Odstr\u00e1ni\u0165",
|
56
|
+
"More": "Viac",
|
57
|
+
"Update": "Aktualizova\u0165",
|
58
|
+
"Style": "\u0165t\u00fdl",
|
59
|
+
|
60
|
+
// Font
|
61
|
+
"Font Family": "Typ p\u00edsma",
|
62
|
+
"Font Size": "Ve\u013ekos\u0165 p\u00edsma",
|
63
|
+
|
64
|
+
// Colors
|
65
|
+
"Colors": "Farby",
|
66
|
+
"Background": "Pozadie",
|
67
|
+
"Text": "Text",
|
68
|
+
"HEX Color": "Hex Farby",
|
69
|
+
|
70
|
+
// Paragraphs
|
71
|
+
"Paragraph Format": "Form\u00e1t odstavca",
|
72
|
+
"Normal": "Norm\u00e1lne",
|
73
|
+
"Code": "K\u00f3d",
|
74
|
+
"Heading 1": "Nadpis 1",
|
75
|
+
"Heading 2": "Nadpis 2",
|
76
|
+
"Heading 3": "Nadpis 3",
|
77
|
+
"Heading 4": "Nadpis 4",
|
78
|
+
|
79
|
+
// Style
|
80
|
+
"Paragraph Style": "\u0165t\u00fdl odstavca",
|
81
|
+
"Inline Style": "Inline \u0161t\u00fdl",
|
82
|
+
|
83
|
+
// Alignment
|
84
|
+
"Align": "Zarovnanie",
|
85
|
+
"Align Left": "Zarovna\u0165 v\u013eavo",
|
86
|
+
"Align Center": "Zarovna\u0165 na stred",
|
87
|
+
"Align Right": "Zarovna\u0165 vpravo",
|
88
|
+
"Align Justify": "Zarovna\u0165 do bloku",
|
89
|
+
"None": "\u017diadne",
|
90
|
+
|
91
|
+
// Lists
|
92
|
+
"Ordered List": "\u010c\u00edslovan\u00fd zoznam",
|
93
|
+
"Unordered List": "Ne\u010d\u00edslovan\u00fd zoznam",
|
94
|
+
|
95
|
+
// Indent
|
96
|
+
"Decrease Indent": "Zmen\u0161i\u0165 odsadenie",
|
97
|
+
"Increase Indent": "Zv\u00e4\u010d\u0161i\u0165 odsadenie",
|
98
|
+
|
99
|
+
// Links
|
100
|
+
"Insert Link": "Vlo\u017ei\u0165 odkaz",
|
101
|
+
"Open in new tab": "Otvori\u0165 v novom okne",
|
102
|
+
"Open Link": "Otvori\u0165 odkaz",
|
103
|
+
"Edit Link": "Upravi\u0165 odkaz",
|
104
|
+
"Unlink": "Odstr\u00e1ni\u0165 odkaz",
|
105
|
+
"Choose Link": "Vyberte odkaz",
|
106
|
+
|
107
|
+
// Images
|
108
|
+
"Insert Image": "Vlo\u017ei\u0165 obr\u00e1zok",
|
109
|
+
"Upload Image": "Nahra\u0165 obr\u00e1zok",
|
110
|
+
"By URL": "Z URL adresy",
|
111
|
+
"Browse": "Vybra\u0165",
|
112
|
+
"Drop image": "Pretiahnite obr\u00e1zok do tohto miesta",
|
113
|
+
"or click": "alebo kliknite a vlo\u017ete",
|
114
|
+
"Manage Images": "Spr\u00e1va obr\u00e1zkov",
|
115
|
+
"Loading": "Nahr\u00e1vam",
|
116
|
+
"Deleting": "Odstra\u0148ujem",
|
117
|
+
"Tags": "Zna\u010dky",
|
118
|
+
"Are you sure? Image will be deleted.": "Ste si ist\u00fd? Obr\u00e1zok bude odstranen\u00fd.",
|
119
|
+
"Replace": "Vymeni\u0165",
|
120
|
+
"Uploading": "Nahr\u00e1vam",
|
121
|
+
"Loading image": "Obr\u00e1zok se na\u010d\u00edtav\u00e1",
|
122
|
+
"Display": "Zobrazi\u0165",
|
123
|
+
"Inline": "Inline",
|
124
|
+
"Break Text": "Zalomenie textu",
|
125
|
+
"Alternate Text": "Alternat\u00edvny text",
|
126
|
+
"Change Size": "Zmeni\u0165 ve\u013ekos\u0165",
|
127
|
+
"Width": "\u0165\u00edrka",
|
128
|
+
"Height": "V\u00fd\u0161ka",
|
129
|
+
"Something went wrong. Please try again.": "Nie\u010do sa pokazilo. Pros\u00edm, sk\u00faste to znova.",
|
130
|
+
"Image Caption": "Titulok obrázka",
|
131
|
+
"Advanced Edit": "Pokročilá úprava",
|
132
|
+
|
133
|
+
// Video
|
134
|
+
"Insert Video": "Vlo\u017ei\u0165 video",
|
135
|
+
"Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
|
136
|
+
|
137
|
+
// Tables
|
138
|
+
"Insert Table": "Vlo\u017ei\u0165 tabu\u013eku",
|
139
|
+
"Table Header": "Hlavi\u010dka tabu\u013eky",
|
140
|
+
"Remove Table": "Odstrani\u0165 tabu\u013eku",
|
141
|
+
"Table Style": "\u0165t\u00fdl tabu\u013eky",
|
142
|
+
"Horizontal Align": "Horizont\u00e1lne zarovnanie",
|
143
|
+
"Row": "Riadok",
|
144
|
+
"Insert row above": "Vlo\u017ei\u0165 riadok nad",
|
145
|
+
"Insert row below": "Vlo\u017ei\u0165 riadok pod",
|
146
|
+
"Delete row": "Odstrani\u0165 riadok",
|
147
|
+
"Column": "St\u013apec",
|
148
|
+
"Insert column before": "Vlo\u017ei\u0165 st\u013apec v\u013eavo",
|
149
|
+
"Insert column after": "Vlo\u017ei\u0165 st\u013apec vpravo",
|
150
|
+
"Delete column": "Odstrani\u0165 st\u013apec",
|
151
|
+
"Cell": "Bunka",
|
152
|
+
"Merge cells": "Zl\u00fa\u010di\u0165 bunky",
|
153
|
+
"Horizontal split": "Horizont\u00e1lne rozdelenie",
|
154
|
+
"Vertical split": "Vertik\u00e1lne rozdelenie",
|
155
|
+
"Cell Background": "Bunka pozadia",
|
156
|
+
"Vertical Align": "Vertik\u00e1lne zarovn\u00e1n\u00ed",
|
157
|
+
"Top": "Vrch",
|
158
|
+
"Middle": "Stred",
|
159
|
+
"Bottom": "Spodok",
|
160
|
+
"Align Top": "Zarovnat na vrch",
|
161
|
+
"Align Middle": "Zarovnat na stred",
|
162
|
+
"Align Bottom": "Zarovnat na spodok",
|
163
|
+
"Cell Style": "\u0165t\u00fdl bunky",
|
164
|
+
|
165
|
+
// Files
|
166
|
+
"Upload File": "Nahra\u0165 s\u00fabor",
|
167
|
+
"Drop file": "Vlo\u017ete s\u00fabor sem",
|
168
|
+
|
169
|
+
// Emoticons
|
170
|
+
"Emoticons": "Emotikony",
|
171
|
+
"Grinning face": "Tv\u00e1r s \u00fasmevom",
|
172
|
+
"Grinning face with smiling eyes": "Tv\u00e1r s \u00fasmevom a o\u010dami",
|
173
|
+
"Face with tears of joy": "Tv\u00e1r so slzamy radosti",
|
174
|
+
"Smiling face with open mouth": "Usmievaj\u00faci sa tv\u00e1r s otvoren\u00fdmi \u00fastami",
|
175
|
+
"Smiling face with open mouth and smiling eyes": "Usmievaj\u00faci sa tv\u00e1r s otvoren\u00fdmi \u00fastami a o\u010dami",
|
176
|
+
"Smiling face with open mouth and cold sweat": "Usmievaj\u00faci sa tv\u00e1r s otvoren\u00fdmi \u00fastami a studen\u00fd pot",
|
177
|
+
"Smiling face with open mouth and tightly-closed eyes": "Usmievaj\u00faci sa tv\u00e1r s otvoren\u00fdmi \u00fastami a zavret\u00fdmi o\u010dami",
|
178
|
+
"Smiling face with halo": "Usmievaj\u00faci sa tv\u00e1r s halo",
|
179
|
+
"Smiling face with horns": "Usmievaj\u00faci sa tv\u00e1r s rohmi",
|
180
|
+
"Winking face": "Mrkaj\u00faca tv\u00e1r",
|
181
|
+
"Smiling face with smiling eyes": "Usmievaj\u00faci sa tv\u00e1r a o\u010dami",
|
182
|
+
"Face savoring delicious food": "Tv\u00e1r vychutn\u00e1vaj\u00faca si chutn\u00e9 jedlo",
|
183
|
+
"Relieved face": "Spokojn\u00e1 tv\u00e1r",
|
184
|
+
"Smiling face with heart-shaped eyes": "Usmievaj\u00faci sa tv\u00e1r s o\u010dami v tvare srdca",
|
185
|
+
"Smiling face with sunglasses": "Usmievaj\u00faci sa tv\u00e1r so slne\u010dn\u00fdmi okuliarmi",
|
186
|
+
"Smirking face": "U\u0161k\u0155\u0148aj\u00faca sa tv\u00e1r",
|
187
|
+
"Neutral face": "Neutr\u00e1lna tva\u0155",
|
188
|
+
"Expressionless face": "Bezv\u00fdrazn\u00e1 tv\u00e1r",
|
189
|
+
"Unamused face": "Nepobaven\u00e1 tv\u00e1r",
|
190
|
+
"Face with cold sweat": "Tv\u00e1r so studen\u00fdm potom",
|
191
|
+
"Pensive face": "Zamyslen\u00e1 tv\u00e1r",
|
192
|
+
"Confused face": "Zmeten\u00e1 tv\u00e1r",
|
193
|
+
"Confounded face": "Nahnevan\u00e1 tv\u00e1r",
|
194
|
+
"Kissing face": "Bozkavaj\u00faca tv\u00e1r",
|
195
|
+
"Face throwing a kiss": "Tv\u00e1r hadzaj\u00faca pusu",
|
196
|
+
"Kissing face with smiling eyes": "Bozk\u00e1vaj\u00faca tv\u00e1r s o\u010dami a \u00fasmevom",
|
197
|
+
"Kissing face with closed eyes": "Bozk\u00e1vaj\u00faca tv\u00e1r so zavret\u00fdmi o\u010dami",
|
198
|
+
"Face with stuck out tongue": "Tv\u00e1r s vyplazen\u00fdm jazykom",
|
199
|
+
"Face with stuck out tongue and winking eye": "Mrkaj\u00faca tv\u00e1r s vyplazen\u00fdm jazykom",
|
200
|
+
"Face with stuck out tongue and tightly-closed eyes": "Tv\u00e1r s vyplazen\u00fdm jazykom a privret\u00fdmi o\u010dami",
|
201
|
+
"Disappointed face": "Sklaman\u00e1 tv\u00e1r",
|
202
|
+
"Worried face": "Obavaj\u00faca se tv\u00e1r",
|
203
|
+
"Angry face": "Nahnevan\u00e1 tv\u00e1r",
|
204
|
+
"Pouting face": "Na\u0161pulen\u00e1 tv\u00e1r",
|
205
|
+
"Crying face": "Pla\u010d\u00faca tv\u00e1r",
|
206
|
+
"Persevering face": "H\u00fa\u017eevnat\u00e1 tv\u00e1r",
|
207
|
+
"Face with look of triumph": "Tv\u00e1r s v\u00fdrazom v\u00ed\u0165aza",
|
208
|
+
"Disappointed but relieved face": "Sklaman\u00e1 ale spokojn\u00e1 tv\u00e1r",
|
209
|
+
"Frowning face with open mouth": "Zamra\u010den\u00e1 tvar s otvoren\u00fdmi \u00fastami",
|
210
|
+
"Anguished face": "\u00dazkostn\u00e1 tv\u00e1r",
|
211
|
+
"Fearful face": "Strachuj\u00faca sa tv\u00e1r",
|
212
|
+
"Weary face": "Unaven\u00e1 tv\u00e1r",
|
213
|
+
"Sleepy face": "Ospal\u00e1 tv\u00e1r",
|
214
|
+
"Tired face": "Unaven\u00e1 tv\u00e1r",
|
215
|
+
"Grimacing face": "Sv\u00e1r s grimasou",
|
216
|
+
"Loudly crying face": "Nahlas pl\u00e1\u010d\u00faca tv\u00e1r",
|
217
|
+
"Face with open mouth": "Tv\u00e1r s otvoren\u00fdm \u00fastami",
|
218
|
+
"Hushed face": "Ml\u010diaca tv\u00e1r",
|
219
|
+
"Face with open mouth and cold sweat": "Tv\u00e1r s otvoren\u00fdmi \u00fastami a studen\u00fdm potom",
|
220
|
+
"Face screaming in fear": "Tv\u00e1r kri\u010diaca strachom",
|
221
|
+
"Astonished face": "Tv\u00e1r v \u00fa\u017ease",
|
222
|
+
"Flushed face": "S\u010dervenanie v tv\u00e1ri",
|
223
|
+
"Sleeping face": "Spiaca tv\u00e1r",
|
224
|
+
"Dizzy face": "Tv\u00e1r vyjadruj\u00faca z\u00e1vrat",
|
225
|
+
"Face without mouth": "Tv\u00e1r bez \u00fast",
|
226
|
+
"Face with medical mask": "Tv\u00e1r s lek\u00e1rskou maskou",
|
227
|
+
|
228
|
+
// Line breaker
|
229
|
+
"Break": "Zalomenie",
|
230
|
+
|
231
|
+
// Math
|
232
|
+
"Subscript": "Doln\u00fd index",
|
233
|
+
"Superscript": "Horn\u00fd index",
|
234
|
+
|
235
|
+
// Full screen
|
236
|
+
"Fullscreen": "Cel\u00e1 obrazovka",
|
237
|
+
|
238
|
+
// Horizontal line
|
239
|
+
"Insert Horizontal Line": "Vlo\u017ei\u0165 vodorovn\u00fa \u010diaru",
|
240
|
+
|
241
|
+
// Clear formatting
|
242
|
+
"Clear Formatting": "Vymaza\u0165 formatovanie",
|
243
|
+
|
244
|
+
// Undo, redo
|
245
|
+
"Undo": "Sp\u00e4\u0165",
|
246
|
+
"Redo": "Znova",
|
247
|
+
|
248
|
+
// Select all
|
249
|
+
"Select All": "Vybra\u0165 v\u0161etko",
|
250
|
+
|
251
|
+
// Code view
|
252
|
+
"Code View": "Zobrazi\u0165 html k\u00f3d",
|
253
|
+
|
254
|
+
// Quote
|
255
|
+
"Quote": "Cit\u00e1t",
|
256
|
+
"Increase": "Nav\u00fd\u0161i\u0165",
|
257
|
+
"Decrease": "Zn\u00ed\u017ei\u0165",
|
258
|
+
|
259
|
+
// Quick Insert
|
260
|
+
"Quick Insert": "Vlo\u017ei\u0165 zr\u00fdchlene",
|
261
|
+
|
262
|
+
// Spcial Characters
|
263
|
+
"Special Characters": "Špeciálne znaky",
|
264
|
+
"Latin": "Latinčina",
|
265
|
+
"Greek": "Grécky",
|
266
|
+
"Cyrillic": "Cyriliky",
|
267
|
+
"Punctuation": "Interpunkcia",
|
268
|
+
"Currency": "Mena",
|
269
|
+
"Arrows": "Šípky",
|
270
|
+
"Math": "Matematika",
|
271
|
+
"Misc": "Misc",
|
272
|
+
|
273
|
+
// Print.
|
274
|
+
"Print": "Vytlačiť",
|
275
|
+
|
276
|
+
// Spell Checker.
|
277
|
+
"Spell Checker": "Kontrola pravopisu",
|
278
|
+
|
279
|
+
// Help
|
280
|
+
"Help": "Pomoc",
|
281
|
+
"Shortcuts": "Skratky",
|
282
|
+
"Inline Editor": "Inline editor",
|
283
|
+
"Show the editor": "Zobraziť editor",
|
284
|
+
"Common actions": "Spoločné akcie",
|
285
|
+
"Copy": "Kópie",
|
286
|
+
"Cut": "Rez",
|
287
|
+
"Paste": "Pasta",
|
288
|
+
"Basic Formatting": "Základné formátovanie",
|
289
|
+
"Increase quote level": "Zvýšiť úroveň cenovej ponuky",
|
290
|
+
"Decrease quote level": "Znížiť úroveň cenovej ponuky",
|
291
|
+
"Image / Video": "Obrázok / video",
|
292
|
+
"Resize larger": "Zmena veľkosti",
|
293
|
+
"Resize smaller": "Meniť veľkosť",
|
294
|
+
"Table": "Stôl",
|
295
|
+
"Select table cell": "Vyberte bunku tabuľky",
|
296
|
+
"Extend selection one cell": "Rozšíriť výber jednej bunky",
|
297
|
+
"Extend selection one row": "Rozšíriť výber o jeden riadok",
|
298
|
+
"Navigation": "Navigácia",
|
299
|
+
"Focus popup / toolbar": "Zameranie / panel s nástrojmi",
|
300
|
+
"Return focus to previous position": "Vrátiť zaostrenie na predchádzajúcu pozíciu",
|
301
|
+
|
302
|
+
// Embed.ly
|
303
|
+
"Embed URL": "Vložiť adresu URL",
|
304
|
+
"Paste in a URL to embed": "Vložte do adresy URL, ktorú chcete vložiť",
|
305
|
+
|
306
|
+
// Word Paste.
|
307
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Vložený obsah vychádza z dokumentu Microsoft Word. chcete formát uchovať alebo ho vyčistiť?",
|
308
|
+
"Keep": "Zachovať",
|
309
|
+
"Clean": "Čistý",
|
310
|
+
"Word Paste Detected": "Slovná vložka bola zistená"
|
311
|
+
},
|
312
|
+
direction: "ltr"
|
313
|
+
};
|
314
|
+
}));
|