activeadmin_froala_editor 0.1.0
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.
- 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
|
+
* Ukrainian
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
$.FE.LANGUAGE['uk'] = {
|
|
38
|
+
translation: {
|
|
39
|
+
// Place holder
|
|
40
|
+
"Type something": "\u041d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u0431\u0443\u0434\u044c-\u0449\u043e",
|
|
41
|
+
|
|
42
|
+
// Basic formatting
|
|
43
|
+
"Bold": "\u0416\u0438\u0440\u043d\u0438\u0439",
|
|
44
|
+
"Italic": "\u041a\u0443\u0440\u0441\u0438\u0432",
|
|
45
|
+
"Underline": "\u041f\u0456\u0434\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439",
|
|
46
|
+
"Strikethrough": "\u0417\u0430\u043a\u0440\u0435\u0441\u043b\u0435\u043d\u0438\u0439",
|
|
47
|
+
|
|
48
|
+
// Main buttons
|
|
49
|
+
"Insert": "\u0432\u0441\u0442\u0430\u0432\u0438\u0442\u0438",
|
|
50
|
+
"Delete": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438",
|
|
51
|
+
"Cancel": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Back": "\u043d\u0430\u0437\u0430\u0434",
|
|
54
|
+
"Remove": "\u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438",
|
|
55
|
+
"More": "\u0431\u0456\u043b\u044c\u0448\u0435",
|
|
56
|
+
"Update": "\u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f",
|
|
57
|
+
"Style": "\u0441\u0442\u0438\u043b\u044c",
|
|
58
|
+
|
|
59
|
+
// Font
|
|
60
|
+
"Font Family": "\u0428\u0440\u0438\u0444\u0442",
|
|
61
|
+
"Font Size": "\u0420\u043e\u0437\u043c\u0456\u0440 \u0448\u0440\u0438\u0444\u0442\u0443",
|
|
62
|
+
|
|
63
|
+
// Colors
|
|
64
|
+
"Colors": "\u043a\u043e\u043b\u044c\u043e\u0440\u0438",
|
|
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",
|
|
71
|
+
"Normal": "\u041d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u0438\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": "\u043f\u0443\u043d\u043a\u0442 \u0441\u0442\u0438\u043b\u044c",
|
|
80
|
+
"Inline Style": "\u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u0442\u0438\u043b\u044c",
|
|
81
|
+
|
|
82
|
+
// Alignment
|
|
83
|
+
"Align": "\u0412\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f",
|
|
84
|
+
"Align Left": "\u041f\u043e \u043b\u0456\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\u0456",
|
|
88
|
+
"None": "\u043d\u0456",
|
|
89
|
+
|
|
90
|
+
// Lists
|
|
91
|
+
"Ordered List": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
|
|
92
|
+
"Unordered List": "\u041c\u0430\u0440\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
|
|
93
|
+
|
|
94
|
+
// Indent
|
|
95
|
+
"Decrease Indent": "\u0417\u043c\u0435\u043d\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f",
|
|
96
|
+
"Increase Indent": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0441\u0442\u0443\u043f",
|
|
97
|
+
|
|
98
|
+
// Links
|
|
99
|
+
"Insert Link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
|
100
|
+
"Open in new tab": "\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0432 \u043d\u043e\u0432\u0456\u0439 \u0432\u043a\u043b\u0430\u0434\u0446\u0456",
|
|
101
|
+
"Open Link": "\u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
|
102
|
+
"Edit Link": "\u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
|
103
|
+
"Unlink": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
|
104
|
+
"Choose Link": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",
|
|
105
|
+
|
|
106
|
+
// Images
|
|
107
|
+
"Insert Image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f",
|
|
108
|
+
"Upload Image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f",
|
|
109
|
+
"By URL": "\u0437\u0430 URL",
|
|
110
|
+
"Browse": "\u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0430\u0442\u0438",
|
|
111
|
+
"Drop image": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0456\u0442\u044c \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u044e\u0434\u0438",
|
|
112
|
+
"or click": "\u0430\u0431\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c",
|
|
113
|
+
"Manage Images": "\u041a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f\u043c\u0438",
|
|
114
|
+
"Loading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f",
|
|
115
|
+
"Deleting": "\u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f",
|
|
116
|
+
"Tags": "\u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430",
|
|
117
|
+
"Are you sure? Image will be deleted.": "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456? \u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f \u0431\u0443\u0434\u0435 \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043e.",
|
|
118
|
+
"Replace": "\u0437\u0430\u043c\u0456\u043d\u044e\u0432\u0430\u0442\u0438",
|
|
119
|
+
"Uploading": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f",
|
|
120
|
+
"Loading image": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u044c",
|
|
121
|
+
"Display": "\u0434\u0438\u0441\u043f\u043b\u0435\u0439",
|
|
122
|
+
"Inline": "\u0412 \u043b\u0456\u043d\u0456\u044e",
|
|
123
|
+
"Break Text": "\u043f\u0435\u0440\u0435\u0440\u0432\u0430 \u0442\u0435\u043a\u0441\u0442",
|
|
124
|
+
"Alternate Text": "\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442",
|
|
125
|
+
"Change Size": "\u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440",
|
|
126
|
+
"Width": "\u0428\u0438\u0440\u0438\u043d\u0430",
|
|
127
|
+
"Height": "\u0412\u0438\u0441\u043e\u0442\u0430",
|
|
128
|
+
"Something went wrong. Please try again.": "\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.",
|
|
129
|
+
"Image Caption": "Заголовок зображення",
|
|
130
|
+
"Advanced Edit": "Розширений редагування",
|
|
131
|
+
|
|
132
|
+
// Video
|
|
133
|
+
"Insert Video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e",
|
|
134
|
+
"Embedded Code": "\u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434",
|
|
135
|
+
|
|
136
|
+
// Tables
|
|
137
|
+
"Insert Table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e",
|
|
138
|
+
"Table Header": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0442\u0430\u0431\u043b\u0438\u0446\u0456",
|
|
139
|
+
"Remove Table": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u0456",
|
|
140
|
+
"Table Style": "\u0421\u0442\u0438\u043b\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0456",
|
|
141
|
+
"Horizontal Align": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f",
|
|
142
|
+
"Row": "\u0420\u044f\u0434\u043e\u043a",
|
|
143
|
+
"Insert row above": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439 \u0440\u044f\u0434\u043e\u043a \u0437\u0432\u0435\u0440\u0445\u0443",
|
|
144
|
+
"Insert row below": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439 \u0440\u044f\u0434\u043e\u043a \u0437\u043d\u0438\u0437\u0443",
|
|
145
|
+
"Delete row": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0440\u044f\u0434\u043e\u043a",
|
|
146
|
+
"Column": "\u0421\u0442\u043e\u0432\u043f\u0435\u0446\u044c",
|
|
147
|
+
"Insert column before": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043b\u0456\u0432\u043e\u0440\u0443\u0447",
|
|
148
|
+
"Insert column after": "\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c \u043f\u0440\u0430\u0432\u043e\u0440\u0443\u0447",
|
|
149
|
+
"Delete column": "\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0441\u0442\u043e\u0432\u043f\u0435\u0446\u044c",
|
|
150
|
+
"Cell": "\u041a\u043e\u043c\u0456\u0440\u043a\u0430",
|
|
151
|
+
"Merge cells": "\u041e\u0431'\u0454\u0434\u043d\u0430\u0442\u0438 \u043a\u043e\u043c\u0456\u0440\u043a\u0438",
|
|
152
|
+
"Horizontal split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e",
|
|
153
|
+
"Vertical split": "\u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e",
|
|
154
|
+
"Cell Background": "\u0441\u0442\u0456\u043b\u044c\u043d\u0438\u043a\u043e\u0432\u0438\u0439 \u0444\u043e\u043d",
|
|
155
|
+
"Vertical Align": "\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430 \u0432\u0438\u0440\u0456\u0432\u043d\u044e\u0432\u0430\u043d\u043d\u044f",
|
|
156
|
+
"Top": "\u0422\u043e\u043f",
|
|
157
|
+
"Middle": "\u0441\u0435\u0440\u0435\u0434\u043d\u0456\u0439",
|
|
158
|
+
"Bottom": "\u0434\u043d\u043e",
|
|
159
|
+
"Align Top": "\u0417\u0456\u0441\u0442\u0430\u0432\u0442\u0435 \u0432\u0435\u0440\u0445\u043d\u044e",
|
|
160
|
+
"Align Middle": "\u0432\u0438\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u043f\u043e \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0456",
|
|
161
|
+
"Align Bottom": "\u0417\u0456\u0441\u0442\u0430\u0432\u0442\u0435 \u043d\u0438\u0436\u043d\u044e",
|
|
162
|
+
"Cell Style": "\u0441\u0442\u0438\u043b\u044c \u043a\u043e\u043c\u0456\u0440\u043a\u0438",
|
|
163
|
+
|
|
164
|
+
// Files
|
|
165
|
+
"Upload File": "\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0444\u0430\u0439\u043b",
|
|
166
|
+
"Drop file": "\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0456\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u044e\u0434\u0438",
|
|
167
|
+
|
|
168
|
+
// Emoticons
|
|
169
|
+
"Emoticons": "\u0441\u043c\u0430\u0439\u043b\u0438",
|
|
170
|
+
"Grinning face": "\u043f\u043e\u0441\u043c\u0456\u0445\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430",
|
|
171
|
+
"Grinning face with smiling eyes": "\u041f\u043e\u0441\u043c\u0456\u0445\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0443\u0441\u043c\u0456\u0445\u043d\u0435\u043d\u0438\u043c\u0438 \u043e\u0447\u0438\u043c\u0430",
|
|
172
|
+
"Face with tears of joy": "\u041e\u0431\u043b\u0438\u0447\u0447\u044f \u0437\u0456 \u0441\u043b\u044c\u043e\u0437\u0430\u043c\u0438 \u0440\u0430\u0434\u043e\u0441\u0442\u0456",
|
|
173
|
+
"Smiling face with open mouth": "\u0423\u0441\u043c\u0456\u0445\u043d\u0435\u043d\u0435 \u043e\u0431\u043b\u0438\u0447\u0447\u044f \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c",
|
|
174
|
+
"Smiling face with open mouth and smiling eyes": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c \u0456 ",
|
|
175
|
+
"Smiling face with open mouth and cold sweat": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c \u0456 ",
|
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c \u0456 \u0449\u0456\u043b\u044c\u043d\u043e \u0437\u0430\u043a\u0440\u0438\u0442\u0438\u043c\u0438 \u043e\u0447\u0438\u043c\u0430",
|
|
177
|
+
"Smiling face with halo": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0433\u0430\u043b\u043e",
|
|
178
|
+
"Smiling face with horns": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0440\u043e\u0433\u0430\u043c\u0438",
|
|
179
|
+
"Winking face": "\u043f\u0456\u0434\u043c\u043e\u0440\u0433\u0443\u044e\u0447\u0438 \u043e\u0441\u043e\u0431\u0430",
|
|
180
|
+
"Smiling face with smiling eyes": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0443\u0441\u043c\u0456\u0445\u043d\u0435\u043d\u0438\u043c\u0438 \u043e\u0447\u0438\u043c\u0430",
|
|
181
|
+
"Face savoring delicious food": "\u041e\u0441\u043e\u0431\u0430 \u0441\u043c\u0430\u043a\u0443\u044e\u0447\u0438 \u0441\u043c\u0430\u0447\u043d\u0443 \u0457\u0436\u0443",
|
|
182
|
+
"Relieved face": "\u0437\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u043e \u043e\u0441\u043e\u0431\u0430",
|
|
183
|
+
"Smiling face with heart-shaped eyes": "\u041f\u043e\u0441\u043c\u0456\u0445\u0430\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0443 \u0444\u043e\u0440\u043c\u0456 \u0441\u0435\u0440\u0446\u044f \u043e\u0447\u0438\u043c\u0430",
|
|
184
|
+
"Smiling face with sunglasses": "\u0053\u006d\u0069\u006c\u0069\u006e\u0067 \u0066\u0061\u0063\u0065 \u0077\u0069\u0074\u0068 \u0073\u0075\u006e\u0067\u006c\u0061\u0073\u0073\u0065\u0073",
|
|
185
|
+
"Smirking face": "\u043f\u043e\u0441\u043c\u0456\u0445\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430",
|
|
186
|
+
"Neutral face": "\u0437\u0432\u0438\u0447\u0430\u0439\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
187
|
+
"Expressionless face": "\u043d\u0435\u0432\u0438\u0440\u0430\u0437\u043d\u0456 \u043e\u0431\u043b\u0438\u0447\u0447\u044f",
|
|
188
|
+
"Unamused face": "\u0055\u006e\u0061\u006d\u0075\u0073\u0065\u0064 \u043e\u0441\u043e\u0431\u0430",
|
|
189
|
+
"Face with cold sweat": "\u041e\u0441\u043e\u0431\u0430 \u0437 \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u0443",
|
|
190
|
+
"Pensive face": "\u0437\u0430\u043c\u0438\u0441\u043b\u0435\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
191
|
+
"Confused face": "\u043f\u043b\u0443\u0442\u0430\u0442\u0438 \u043e\u0441\u043e\u0431\u0430",
|
|
192
|
+
"Confounded face": "\u043d\u0435\u0445\u0430\u0439 \u043f\u043e\u0441\u043e\u0440\u043e\u043c\u043b\u044f\u0442\u044c\u0441\u044f \u043e\u0441\u043e\u0431\u0430",
|
|
193
|
+
"Kissing face": "\u043f\u043e\u0446\u0456\u043b\u0443\u043d\u043a\u0438 \u043e\u0441\u043e\u0431\u0430",
|
|
194
|
+
"Face throwing a kiss": "\u041e\u0441\u043e\u0431\u0430 \u043a\u0438\u0434\u0430\u043b\u0438 \u043f\u043e\u0446\u0456\u043b\u0443\u043d\u043e\u043a",
|
|
195
|
+
"Kissing face with smiling eyes": "\u041f\u043e\u0446\u0456\u043b\u0443\u043d\u043a\u0438 \u043e\u0441\u043e\u0431\u0430 \u0437 \u0443\u0441\u043c\u0456\u0445\u043d\u0435\u043d\u0438\u043c\u0438 \u043e\u0447\u0438\u043c\u0430",
|
|
196
|
+
"Kissing face with closed eyes": "\u041f\u043e\u0446\u0456\u043b\u0443\u043d\u043a\u0438 \u043e\u0431\u043b\u0438\u0447\u0447\u044f \u0437 \u0437\u0430\u043f\u043b\u044e\u0449\u0435\u043d\u0438\u043c\u0438 \u043e\u0447\u0438\u043c\u0430",
|
|
197
|
+
"Face with stuck out tongue": "\u041e\u0431\u043b\u0438\u0447\u0447\u044f \u0437 \u0441\u0442\u0438\u0440\u0447\u0430\u043b\u0438 \u044f\u0437\u0438\u043a",
|
|
198
|
+
"Face with stuck out tongue and winking eye": "\u041e\u0431\u043b\u0438\u0447\u0447\u044f \u0437 \u0441\u0442\u0438\u0440\u0447\u0430\u043b\u0438 \u044f\u0437\u0438\u043a\u0430 \u0456 \u0410\u043d\u0456\u043c\u043e\u0432\u0430\u043d\u0435 \u043e\u0447\u0435\u0439",
|
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "\u041e\u0431\u043b\u0438\u0447\u0447\u044f \u0437 \u0441\u0442\u0438\u0440\u0447\u0430\u043b\u0438 \u044f\u0437\u0438\u043a\u0430 \u0456 \u0449\u0456\u043b\u044c\u043d\u043e \u0437\u0430\u043a\u0440\u0438\u0442\u0456 \u043e\u0447\u0456",
|
|
200
|
+
"Disappointed face": "\u0440\u043e\u0437\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
201
|
+
"Worried face": "\u0441\u0442\u0443\u0440\u0431\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
202
|
+
"Angry face": "\u0437\u043b\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
203
|
+
"Pouting face": "\u043f\u0443\u0445\u043a\u0456 \u043e\u0441\u043e\u0431\u0430",
|
|
204
|
+
"Crying face": "\u043f\u043b\u0430\u0447 \u043e\u0441\u043e\u0431\u0430",
|
|
205
|
+
"Persevering face": "\u043d\u0430\u043f\u043e\u043b\u0435\u0433\u043b\u0438\u0432\u0430 \u043e\u0441\u043e\u0431\u0430",
|
|
206
|
+
"Face with look of triumph": "\u041e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0438\u0434\u043e\u043c \u0442\u0440\u0456\u0443\u043c\u0444\u0443",
|
|
207
|
+
"Disappointed but relieved face": "\u0420\u043e\u0437\u0447\u0430\u0440\u043e\u0432\u0430\u043d\u0438\u0439\u002c \u0430\u043b\u0435 \u0437\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
208
|
+
"Frowning face with open mouth": "\u041d\u0430\u0441\u0443\u043f\u0438\u0432\u0448\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c",
|
|
209
|
+
"Anguished face": "\u0431\u043e\u043b\u0456\u0441\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
210
|
+
"Fearful face": "\u043f\u043e\u0431\u043e\u044e\u044e\u0447\u0438\u0441\u044c \u043e\u0441\u043e\u0431\u0430",
|
|
211
|
+
"Weary face": "\u0432\u0442\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
212
|
+
"Sleepy face": "сонне обличчя",
|
|
213
|
+
"Tired face": "\u0432\u0442\u043e\u043c\u0438\u043b\u0438\u0441\u044f \u043e\u0441\u043e\u0431\u0430",
|
|
214
|
+
"Grimacing face": "\u0433\u0440\u0438\u043c\u0430\u0441\u0443\u044e\u0447\u0438 \u043e\u0441\u043e\u0431\u0430",
|
|
215
|
+
"Loudly crying face": "\u004c\u006f\u0075\u0064\u006c\u0079 \u0063\u0072\u0079\u0069\u006e\u0067 \u0066\u0061\u0063\u0065",
|
|
216
|
+
"Face with open mouth": "\u041e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c",
|
|
217
|
+
"Hushed face": "\u0437\u0430\u0442\u0438\u0445 \u043e\u0441\u043e\u0431\u0430",
|
|
218
|
+
"Face with open mouth and cold sweat": "\u041e\u0441\u043e\u0431\u0430 \u0437 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0440\u043e\u0442\u043e\u043c \u0456 \u0445\u043e\u043b\u043e\u0434\u043d\u0438\u0439 \u043f\u0456\u0442",
|
|
219
|
+
"Face screaming in fear": "\u041e\u0441\u043e\u0431\u0430 \u043a\u0440\u0438\u0447\u0430\u0442\u0438 \u0432 \u0441\u0442\u0440\u0430\u0445\u0443",
|
|
220
|
+
"Astonished face": "\u0437\u0434\u0438\u0432\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u0441\u043e\u0431\u0430",
|
|
221
|
+
"Flushed face": "\u043f\u0440\u0438\u043f\u043b\u0438\u0432 \u043a\u0440\u043e\u0432\u0456 \u0434\u043e \u043e\u0431\u043b\u0438\u0447\u0447\u044f",
|
|
222
|
+
"Sleeping face": "\u0421\u043f\u043b\u044f\u0447\u0430 \u043e\u0441\u043e\u0431\u0430",
|
|
223
|
+
"Dizzy face": "\u0414\u0456\u0437\u0437\u0456 \u043e\u0441\u043e\u0431\u0430",
|
|
224
|
+
"Face without mouth": "\u041e\u0441\u043e\u0431\u0430 \u0431\u0435\u0437 \u0440\u043e\u0442\u0430",
|
|
225
|
+
"Face with medical mask": "\u041e\u0441\u043e\u0431\u0430 \u0437 \u043c\u0435\u0434\u0438\u0447\u043d\u043e\u044e \u043c\u0430\u0441\u043a\u043e\u044e",
|
|
226
|
+
|
|
227
|
+
// Line breaker
|
|
228
|
+
"Break": "\u0437\u043b\u043e\u043c\u0438\u0442\u0438",
|
|
229
|
+
|
|
230
|
+
// Math
|
|
231
|
+
"Subscript": "\u043f\u0456\u0434\u0440\u044f\u0434\u043a\u043e\u0432\u0438\u0439",
|
|
232
|
+
"Superscript": "\u043d\u0430\u0434\u0440\u044f\u0434\u043a\u043e\u0432\u0438\u0439 \u0441\u0438\u043c\u0432\u043e\u043b",
|
|
233
|
+
|
|
234
|
+
// Full screen
|
|
235
|
+
"Fullscreen": "\u043f\u043e\u0432\u043d\u043e\u0435\u043a\u0440\u0430\u043d\u043d\u0438\u0439 \u0440\u0435\u0436\u0438\u043c",
|
|
236
|
+
|
|
237
|
+
// Horizontal line
|
|
238
|
+
"Insert Horizontal Line": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443 \u043b\u0456\u043d\u0456\u044e",
|
|
239
|
+
|
|
240
|
+
// Clear formatting
|
|
241
|
+
"Clear Formatting": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
|
|
242
|
+
|
|
243
|
+
// Undo, redo
|
|
244
|
+
"Undo": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
|
|
245
|
+
"Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438",
|
|
246
|
+
|
|
247
|
+
// Select all
|
|
248
|
+
"Select All": "\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0441\u0435",
|
|
249
|
+
|
|
250
|
+
// Code view
|
|
251
|
+
"Code View": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043a\u043e\u0434\u0443",
|
|
252
|
+
|
|
253
|
+
// Quote
|
|
254
|
+
"Quote": "\u0426\u0438\u0442\u0430\u0442\u0430",
|
|
255
|
+
"Increase": "\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438",
|
|
256
|
+
"Decrease": "\u0437\u043d\u0438\u0436\u0435\u043d\u043d\u044f",
|
|
257
|
+
|
|
258
|
+
// Quick Insert
|
|
259
|
+
"Quick Insert": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \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,254 @@
|
|
|
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
|
+
$.FE.LANGUAGE['vi'] = {
|
|
34
|
+
translation: {
|
|
35
|
+
// Place holder
|
|
36
|
+
"Type something": "Vi\u1EBFt \u0111i\u1EC1u g\u00EC \u0111\u00F3...",
|
|
37
|
+
|
|
38
|
+
// Basic formatting
|
|
39
|
+
"Bold": "\u0110\u1EADm",
|
|
40
|
+
"Italic": "Nghi\u00EAng",
|
|
41
|
+
"Underline": "G\u1EA1ch ch\u00E2n",
|
|
42
|
+
"Strikethrough": "G\u1EA1ch ngang ch\u1EEF",
|
|
43
|
+
|
|
44
|
+
// Main buttons
|
|
45
|
+
"Insert": "Ch\u00E8n",
|
|
46
|
+
"Delete": "X\u00F3a",
|
|
47
|
+
"Cancel": "H\u1EE7y",
|
|
48
|
+
"OK": "OK",
|
|
49
|
+
"Back": "Tr\u1EDF v\u1EC1",
|
|
50
|
+
"Remove": "X\u00F3a",
|
|
51
|
+
"More": "Th\u00EAm",
|
|
52
|
+
"Update": "C\u1EADp nh\u1EADt",
|
|
53
|
+
"Style": "Ki\u1EC3u",
|
|
54
|
+
|
|
55
|
+
// Font
|
|
56
|
+
"Font Family": "Ph\u00F4ng ch\u1EEF",
|
|
57
|
+
"Font Size": "C\u1EE1 ch\u1EEF",
|
|
58
|
+
|
|
59
|
+
// Colors
|
|
60
|
+
"Colors": "M\u00E0u s\u1EAFc",
|
|
61
|
+
"Background": "N\u1EC1n",
|
|
62
|
+
"Text": "Ch\u1EEF",
|
|
63
|
+
"HEX Color": "Màu hex",
|
|
64
|
+
|
|
65
|
+
// Paragraphs
|
|
66
|
+
"Paragraph Format": "\u0110\u1ECBnh d\u1EA1ng \u0111o\u1EA1n v\u0103n b\u1EA3n",
|
|
67
|
+
"Normal": "Normal",
|
|
68
|
+
"Code": "Code",
|
|
69
|
+
"Heading 1": "Heading 1",
|
|
70
|
+
"Heading 2": "Heading 2",
|
|
71
|
+
"Heading 3": "Heading 3",
|
|
72
|
+
"Heading 4": "Heading 4",
|
|
73
|
+
|
|
74
|
+
// Style
|
|
75
|
+
"Paragraph Style": "Ki\u1EC3u \u0111o\u1EA1n v\u0103n b\u1EA3n",
|
|
76
|
+
"Inline Style": "Ki\u1EC3u d\u00F2ng",
|
|
77
|
+
|
|
78
|
+
// Alignment
|
|
79
|
+
"Align": "C\u0103n ch\u1EC9nh",
|
|
80
|
+
"Align Left": "C\u0103n tr\u00E1i",
|
|
81
|
+
"Align Center": "C\u0103n gi\u1EEFa",
|
|
82
|
+
"Align Right": "C\u0103n ph\u1EA3i",
|
|
83
|
+
"Align Justify": "C\u0103n \u0111\u1EC1u",
|
|
84
|
+
"None": "Kh\u00F4ng",
|
|
85
|
+
|
|
86
|
+
// Lists
|
|
87
|
+
"Ordered List": "Danh s\u00E1ch theo th\u1EE9 t\u1EF1",
|
|
88
|
+
"Unordered List": "Danh s\u00E1ch li\u1EC7t k\u00EA",
|
|
89
|
+
|
|
90
|
+
// Indent
|
|
91
|
+
"Decrease Indent": "Gi\u1EA3m c\u0103n l\u1EC1",
|
|
92
|
+
"Increase Indent": "T\u0103ng c\u0103n l\u1EC1",
|
|
93
|
+
|
|
94
|
+
// Links
|
|
95
|
+
"Insert Link": "Ch\u00E8n link",
|
|
96
|
+
"Open in new tab": "M\u1EDF trong tab m\u1EDBi",
|
|
97
|
+
"Open Link": "M\u1EDF link",
|
|
98
|
+
"Edit Link": "S\u1EEDa link",
|
|
99
|
+
"Unlink": "B\u1ECF link",
|
|
100
|
+
"Choose Link": "Ch\u1ECDn link",
|
|
101
|
+
|
|
102
|
+
// Images
|
|
103
|
+
"Insert Image": "Ch\u00E8n h\u00ECnh",
|
|
104
|
+
"Upload Image": "T\u1EA3i h\u00ECnh l\u00EAn",
|
|
105
|
+
"By URL": "B\u1EB1ng URL",
|
|
106
|
+
"Browse": "Duy\u1EC7t file",
|
|
107
|
+
"Drop image": "K\u00E9o th\u1EA3 h\u00ECnh",
|
|
108
|
+
"or click": "ho\u1EB7c ch\u1ECDn",
|
|
109
|
+
"Manage Images": "Qu\u1EA3n l\u00FD h\u00ECnh \u1EA3nh",
|
|
110
|
+
"Loading": "\u0110ang t\u1EA3i",
|
|
111
|
+
"Deleting": "\u0110ang x\u00F3a",
|
|
112
|
+
"Tags": "Tags",
|
|
113
|
+
"Are you sure? Image will be deleted.": "B\u1EA1n c\u00F3 ch\u1EAFc ch\u1EAFn? H\u00ECnh \u1EA3nh s\u1EBD b\u1ECB x\u00F3a.",
|
|
114
|
+
"Replace": "Thay th\u1EBF",
|
|
115
|
+
"Uploading": "\u0110ang t\u1EA3i l\u00EAn",
|
|
116
|
+
"Loading image": "\u0110ang t\u1EA3i h\u00ECnh \u1EA3nh",
|
|
117
|
+
"Display": "Hi\u1EC3n th\u1ECB",
|
|
118
|
+
"Inline": "C\u00F9ng d\u00F2ng v\u1EDBi ch\u1EEF",
|
|
119
|
+
"Break Text": "Kh\u00F4ng c\u00F9ng d\u00F2ng v\u1EDBi ch\u1EEF",
|
|
120
|
+
"Alternate Text": "Thay th\u1EBF ch\u1EEF",
|
|
121
|
+
"Change Size": "Thay \u0111\u1ED5i k\u00EDch c\u1EE1",
|
|
122
|
+
"Width": "Chi\u1EC1u r\u1ED9ng",
|
|
123
|
+
"Height": "Chi\u1EC1u cao",
|
|
124
|
+
"Something went wrong. Please try again.": "C\u00F3 l\u1ED7i x\u1EA3y ra. Vui l\u00F2ng th\u1EED l\u1EA1i sau.",
|
|
125
|
+
"Image Caption": "Chú thích hình ảnh",
|
|
126
|
+
"Advanced Edit": "Chỉnh sửa tiên tiến",
|
|
127
|
+
|
|
128
|
+
// Video
|
|
129
|
+
"Insert Video": "Ch\u00E8n video",
|
|
130
|
+
"Embedded Code": "M\u00E3 nh\u00FAng",
|
|
131
|
+
|
|
132
|
+
// Tables
|
|
133
|
+
"Insert Table": "Ch\u00E8n b\u1EA3ng",
|
|
134
|
+
"Table Header": "D\u00F2ng \u0111\u1EA7u b\u1EA3ng",
|
|
135
|
+
"Remove Table": "X\u00F3a b\u1EA3ng",
|
|
136
|
+
"Table Style": "Ki\u1EC3u b\u1EA3ng",
|
|
137
|
+
"Horizontal Align": "C\u0103n ch\u1EC9nh chi\u1EC1u ngang",
|
|
138
|
+
"Row": "D\u00F2ng",
|
|
139
|
+
"Insert row above": "Ch\u00E8n d\u00F2ng ph\u00EDa tr\u00EAn",
|
|
140
|
+
"Insert row below": "Ch\u00E8n d\u00F2ng ph\u00EDa d\u01B0\u1EDBi",
|
|
141
|
+
"Delete row": "X\u00F3a d\u00F2ng",
|
|
142
|
+
"Column": "C\u1ED9t",
|
|
143
|
+
"Insert column before": "Ch\u00E8n c\u1ED9t b\u00EAn tr\u00E1i",
|
|
144
|
+
"Insert column after": "Ch\u00E8n c\u1ED9t b\u00EAn ph\u1EA3i",
|
|
145
|
+
"Delete column": "X\u00F3a c\u1ED9t",
|
|
146
|
+
"Cell": "\u00D4 b\u1EA3ng",
|
|
147
|
+
"Merge cells": "G\u1ED9p \u00F4",
|
|
148
|
+
"Horizontal split": "Chia d\u00F2ng",
|
|
149
|
+
"Vertical split": "Chia c\u1ED9t",
|
|
150
|
+
"Cell Background": "M\u00E0u n\u1EC1n",
|
|
151
|
+
"Vertical Align": "C\u0103n ch\u1EC9nh chi\u1EC1u d\u1ECDc",
|
|
152
|
+
"Top": "Tr\u00EAn c\u00F9ng",
|
|
153
|
+
"Middle": "Gi\u1EEFa",
|
|
154
|
+
"Bottom": "D\u01B0\u1EDBi \u0111\u00E1y",
|
|
155
|
+
"Align Top": "C\u0103n tr\u00EAn",
|
|
156
|
+
"Align Middle": "C\u0103n gi\u1EEFa",
|
|
157
|
+
"Align Bottom": "C\u0103n d\u01B0\u1EDBi",
|
|
158
|
+
"Cell Style": "Ki\u1EC3u \u00F4",
|
|
159
|
+
|
|
160
|
+
// Files
|
|
161
|
+
"Upload File": "T\u1EA3i file l\u00EAn",
|
|
162
|
+
"Drop file": "K\u00E9o th\u1EA3 file",
|
|
163
|
+
|
|
164
|
+
// Emoticons
|
|
165
|
+
"Emoticons": "Bi\u1EC3u t\u01B0\u1EE3ng c\u1EA3m x\u00FAc",
|
|
166
|
+
|
|
167
|
+
// Line breaker
|
|
168
|
+
"Break": "Ng\u1EAFt d\u00F2ng",
|
|
169
|
+
|
|
170
|
+
// Math
|
|
171
|
+
"Subscript": "Subscript",
|
|
172
|
+
"Superscript": "Superscript",
|
|
173
|
+
|
|
174
|
+
// Full screen
|
|
175
|
+
"Fullscreen": "To\u00E0n m\u00E0n h\u00ECnh",
|
|
176
|
+
|
|
177
|
+
// Horizontal line
|
|
178
|
+
"Insert Horizontal Line": "Ch\u00E8n \u0111\u01B0\u1EDDng k\u1EBB ngang v\u0103n b\u1EA3n",
|
|
179
|
+
|
|
180
|
+
// Clear formatting
|
|
181
|
+
"Clear Formatting": "X\u00F3a \u0111\u1ECBnh d\u1EA1ng",
|
|
182
|
+
|
|
183
|
+
// Undo, redo
|
|
184
|
+
"Undo": "Undo",
|
|
185
|
+
"Redo": "Redo",
|
|
186
|
+
|
|
187
|
+
// Select all
|
|
188
|
+
"Select All": "Ch\u1ECDn t\u1EA5t c\u1EA3",
|
|
189
|
+
|
|
190
|
+
// Code view
|
|
191
|
+
"Code View": "Xem d\u1EA1ng code",
|
|
192
|
+
|
|
193
|
+
// Quote
|
|
194
|
+
"Quote": "Tr\u00EDch d\u1EABn",
|
|
195
|
+
"Increase": "T\u0103ng",
|
|
196
|
+
"Decrease": "Gi\u1EA3m",
|
|
197
|
+
|
|
198
|
+
// Quick Insert
|
|
199
|
+
"Quick Insert": "Ch\u00E8n nhanh",
|
|
200
|
+
|
|
201
|
+
// Spcial Characters
|
|
202
|
+
"Special Characters": "Nhân vật đặc biệt",
|
|
203
|
+
"Latin": "Latin",
|
|
204
|
+
"Greek": "Người Hy Lạp",
|
|
205
|
+
"Cyrillic": "Chữ viết tay",
|
|
206
|
+
"Punctuation": "Chấm câu",
|
|
207
|
+
"Currency": "Tiền tệ",
|
|
208
|
+
"Arrows": "Mũi tên",
|
|
209
|
+
"Math": "Môn Toán",
|
|
210
|
+
"Misc": "Misc",
|
|
211
|
+
|
|
212
|
+
// Print.
|
|
213
|
+
"Print": "In",
|
|
214
|
+
|
|
215
|
+
// Spell Checker.
|
|
216
|
+
"Spell Checker": "Công cụ kiểm tra chính tả",
|
|
217
|
+
|
|
218
|
+
// Help
|
|
219
|
+
"Help": "Cứu giúp",
|
|
220
|
+
"Shortcuts": "Phím tắt",
|
|
221
|
+
"Inline Editor": "Trình biên tập nội tuyến",
|
|
222
|
+
"Show the editor": "Hiển thị trình soạn thảo",
|
|
223
|
+
"Common actions": "Hành động thông thường",
|
|
224
|
+
"Copy": "Sao chép",
|
|
225
|
+
"Cut": "Cắt tỉa",
|
|
226
|
+
"Paste": "Dán",
|
|
227
|
+
"Basic Formatting": "Định dạng cơ bản",
|
|
228
|
+
"Increase quote level": "Tăng mức báo giá",
|
|
229
|
+
"Decrease quote level": "Giảm mức giá",
|
|
230
|
+
"Image / Video": "Hình ảnh / video",
|
|
231
|
+
"Resize larger": "Thay đổi kích thước lớn hơn",
|
|
232
|
+
"Resize smaller": "Thay đổi kích thước nhỏ hơn",
|
|
233
|
+
"Table": "Bàn",
|
|
234
|
+
"Select table cell": "Chọn ô trong bảng",
|
|
235
|
+
"Extend selection one cell": "Mở rộng lựa chọn một ô",
|
|
236
|
+
"Extend selection one row": "Mở rộng lựa chọn một hàng",
|
|
237
|
+
"Navigation": "Dẫn đường",
|
|
238
|
+
"Focus popup / toolbar": "Tập trung popup / thanh công cụ",
|
|
239
|
+
"Return focus to previous position": "Quay trở lại vị trí trước",
|
|
240
|
+
|
|
241
|
+
// Embed.ly
|
|
242
|
+
"Embed URL": "Url nhúng",
|
|
243
|
+
"Paste in a URL to embed": "Dán vào một url để nhúng",
|
|
244
|
+
|
|
245
|
+
// Word Paste.
|
|
246
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Nội dung dán là đến từ một tài liệu từ microsoft. bạn có muốn giữ định dạng hoặc làm sạch nó?",
|
|
247
|
+
"Keep": "Giữ",
|
|
248
|
+
"Clean": "Dọn dẹp",
|
|
249
|
+
"Word Paste Detected": "Dán từ được phát hiện"
|
|
250
|
+
},
|
|
251
|
+
direction: "ltr"
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
}));
|