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
|
+
* Thai
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['th'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e1a\u0e32\u0e07\u0e2a\u0e34\u0e48\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32",
|
44
|
+
"Italic": "\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e35\u0e22\u0e07",
|
45
|
+
"Underline": "\u0e02\u0e35\u0e14\u0e40\u0e2a\u0e49\u0e19\u0e43\u0e15\u0e49",
|
46
|
+
"Strikethrough": "\u0e02\u0e35\u0e14\u0e17\u0e31\u0e1a",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "\u0e41\u0e17\u0e23\u0e01",
|
50
|
+
"Delete": "\u0e25\u0e1a",
|
51
|
+
"Cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01",
|
52
|
+
"OK": "\u0e15\u0e01\u0e25\u0e07",
|
53
|
+
"Back": "\u0e01\u0e25\u0e31\u0e1a",
|
54
|
+
"Remove": "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01",
|
55
|
+
"More": "\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32",
|
56
|
+
"Update": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17",
|
57
|
+
"Style": "\u0e2a\u0e44\u0e15\u0e25\u0e4c",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "\u0e15\u0e23\u0e30\u0e01\u0e39\u0e25\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23",
|
61
|
+
"Font Size": "\u0e02\u0e19\u0e32\u0e14\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "\u0e2a\u0e35",
|
65
|
+
"Background": "\u0e1e\u0e37\u0e49\u0e19\u0e2b\u0e25\u0e31\u0e07",
|
66
|
+
"Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21",
|
67
|
+
"HEX Color": "สีฐานสิบหก",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
|
71
|
+
"Normal": "\u0e1b\u0e01\u0e15\u0e34",
|
72
|
+
"Code": "\u0e42\u0e04\u0e49\u0e14",
|
73
|
+
"Heading 1": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 1",
|
74
|
+
"Heading 2": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 2",
|
75
|
+
"Heading 3": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 3",
|
76
|
+
"Heading 4": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32",
|
80
|
+
"Inline Style": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e19\u0e44\u0e25\u0e19\u0e4c",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e41\u0e19\u0e27",
|
84
|
+
"Align Left": "\u0e08\u0e31\u0e14\u0e0a\u0e34\u0e14\u0e0b\u0e49\u0e32\u0e22",
|
85
|
+
"Align Center": "\u0e08\u0e31\u0e14\u0e01\u0e36\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07",
|
86
|
+
"Align Right": "\u0e08\u0e31\u0e14\u0e0a\u0e34\u0e14\u0e02\u0e27\u0e32",
|
87
|
+
"Align Justify": "\u0e40\u0e15\u0e47\u0e21\u0e41\u0e19\u0e27",
|
88
|
+
"None": "\u0e44\u0e21\u0e48",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e40\u0e25\u0e02",
|
92
|
+
"Unordered List": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e22\u0e48\u0e2d\u0e22",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "\u0e25\u0e14\u0e01\u0e32\u0e23\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07",
|
96
|
+
"Increase Indent": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "\u0e41\u0e17\u0e23\u0e01\u0e25\u0e34\u0e07\u0e01\u0e4c",
|
100
|
+
"Open in new tab": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e19\u0e41\u0e17\u0e47\u0e1a\u0e43\u0e2b\u0e21\u0e48",
|
101
|
+
"Open Link": "\u0e40\u0e1b\u0e34\u0e14\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c",
|
102
|
+
"Edit Link": "\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e41\u0e01\u0e49\u0e44\u0e02",
|
103
|
+
"Unlink": "\u0e40\u0e2d\u0e32\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e2d\u0e2d\u0e01",
|
104
|
+
"Choose Link": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "\u0e41\u0e17\u0e23\u0e01\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e",
|
108
|
+
"Upload Image": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e",
|
109
|
+
"By URL": "\u0e15\u0e32\u0e21 URL",
|
110
|
+
"Browse": "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39",
|
111
|
+
"Drop image": "\u0e27\u0e32\u0e07\u0e20\u0e32\u0e1e",
|
112
|
+
"or click": "\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48",
|
113
|
+
"Manage Images": "\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e20\u0e32\u0e1e",
|
114
|
+
"Loading": "\u0e42\u0e2b\u0e25\u0e14",
|
115
|
+
"Deleting": "\u0e25\u0e1a",
|
116
|
+
"Tags": "\u0e41\u0e17\u0e47\u0e01",
|
117
|
+
"Are you sure? Image will be deleted.": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48 \u0e20\u0e32\u0e1e\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a",
|
118
|
+
"Replace": "\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48",
|
119
|
+
"Uploading": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14",
|
120
|
+
"Loading image": "\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e",
|
121
|
+
"Display": "\u0e41\u0e2a\u0e14\u0e07",
|
122
|
+
"Inline": "\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e19\u0e44\u0e25\u0e19\u0e4c",
|
123
|
+
"Break Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e22\u0e38\u0e14",
|
124
|
+
"Alternate Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e37\u0e48\u0e19",
|
125
|
+
"Change Size": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e02\u0e19\u0e32\u0e14",
|
126
|
+
"Width": "\u0e04\u0e27\u0e32\u0e21\u0e01\u0e27\u0e49\u0e32\u0e07",
|
127
|
+
"Height": "\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e39\u0e07",
|
128
|
+
"Something went wrong. Please try again.": "\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1b\u0e01\u0e15\u0e34. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07.",
|
129
|
+
"Image Caption": "คำบรรยายภาพ",
|
130
|
+
"Advanced Edit": "แก้ไขขั้นสูง",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "\u0e41\u0e17\u0e23\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d",
|
134
|
+
"Embedded Code": "\u0e23\u0e2b\u0e31\u0e2a\u0e2a\u0e21\u0e2d\u0e07\u0e01\u0e25\u0e1d\u0e31\u0e07\u0e15\u0e31\u0e27",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "\u0e41\u0e17\u0e23\u0e01\u0e15\u0e32\u0e23\u0e32\u0e07",
|
138
|
+
"Table Header": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27\u0e02\u0e2d\u0e07\u0e15\u0e32\u0e23\u0e32\u0e07",
|
139
|
+
"Remove Table": "\u0e40\u0e2d\u0e32\u0e15\u0e32\u0e23\u0e32\u0e07\u0e2d\u0e2d\u0e01",
|
140
|
+
"Table Style": "\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e15\u0e32\u0e23\u0e32\u0e07",
|
141
|
+
"Horizontal Align": "\u0e43\u0e19\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19",
|
142
|
+
"Row": "\u0e41\u0e16\u0e27",
|
143
|
+
"Insert row above": "\u0e41\u0e17\u0e23\u0e01\u0e41\u0e16\u0e27\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
|
144
|
+
"Insert row below": "\u0e41\u0e17\u0e23\u0e01\u0e41\u0e16\u0e27\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07",
|
145
|
+
"Delete row": "\u0e25\u0e1a\u0e41\u0e16\u0e27",
|
146
|
+
"Column": "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
147
|
+
"Insert column before": "\u0e41\u0e17\u0e23\u0e01\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e02\u0e49\u0e32\u0e07\u0e2b\u0e19\u0e49\u0e32",
|
148
|
+
"Insert column after": "\u0e41\u0e17\u0e23\u0e01\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e02\u0e49\u0e32\u0e07\u0e2b\u0e25\u0e31\u0e07",
|
149
|
+
"Delete column": "\u0e25\u0e1a\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
|
150
|
+
"Cell": "\u0e40\u0e0b\u0e25\u0e25\u0e4c",
|
151
|
+
"Merge cells": "\u0e1c\u0e2a\u0e32\u0e19\u0e40\u0e0b\u0e25\u0e25\u0e4c",
|
152
|
+
"Horizontal split": "\u0e41\u0e22\u0e01\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19",
|
153
|
+
"Vertical split": "\u0e41\u0e22\u0e01\u0e43\u0e19\u0e41\u0e19\u0e27\u0e15\u0e31\u0e49\u0e07",
|
154
|
+
"Cell Background": "\u0e1e\u0e37\u0e49\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e0b\u0e25\u0e25\u0e4c",
|
155
|
+
"Vertical Align": "\u0e08\u0e31\u0e14\u0e41\u0e19\u0e27\u0e15\u0e31\u0e49\u0e07",
|
156
|
+
"Top": "\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
|
157
|
+
"Middle": "\u0e01\u0e25\u0e32\u0e07",
|
158
|
+
"Bottom": "\u0e01\u0e49\u0e19",
|
159
|
+
"Align Top": "\u0e08\u0e31\u0e14\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
|
160
|
+
"Align Middle": "\u0e15\u0e4d\u0e32\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07",
|
161
|
+
"Align Bottom": "\u0e15\u0e4d\u0e32\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07",
|
162
|
+
"Cell Style": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e0b\u0e25\u0e25\u0e4c",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c",
|
166
|
+
"Drop file": "\u0e27\u0e32\u0e07\u0e44\u0e1f\u0e25\u0e4c",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "\u0e2d\u0e35\u0e42\u0e21\u0e15\u0e34\u0e04\u0e2d\u0e19",
|
170
|
+
"Grinning face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21",
|
171
|
+
"Grinning face with smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
|
172
|
+
"Face with tears of joy": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e19\u0e49\u0e33\u0e15\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02",
|
173
|
+
"Smiling face with open mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1b\u0e37\u0e49\u0e2d\u0e19\u0e23\u0e2d\u0e22\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e01\u0e31\u0e1a\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e32\u0e01\u0e41\u0e25\u0e30\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
|
175
|
+
"Smiling face with open mouth and cold sweat": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e41\u0e25\u0e30\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e01\u0e31\u0e1a\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e32\u0e01\u0e41\u0e25\u0e30\u0e15\u0e32\u0e41\u0e19\u0e48\u0e19\u0e1b\u0e34\u0e14",
|
177
|
+
"Smiling face with halo": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e31\u0e28\u0e21\u0e35",
|
178
|
+
"Smiling face with horns": "\u0e22\u0e34\u0e49\u0e21\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e40\u0e02\u0e32",
|
179
|
+
"Winking face": "\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e1e\u0e23\u0e34\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32",
|
180
|
+
"Smiling face with smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
|
181
|
+
"Face savoring delicious food": "\u0e40\u0e1c\u0e0a\u0e34\u0e0d \u0073\u0061\u0076\u006f\u0072\u0069\u006e\u0067 \u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e2d\u0e23\u0e48\u0e2d\u0e22",
|
182
|
+
"Relieved face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e25\u0e48\u0e07\u0e43\u0e08",
|
183
|
+
"Smiling face with heart-shaped eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e23\u0e39\u0e1b\u0e2b\u0e31\u0e27\u0e43\u0e08",
|
184
|
+
"Smiling face with sunglasses": "\u0e22\u0e34\u0e49\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e41\u0e27\u0e48\u0e19\u0e15\u0e32\u0e01\u0e31\u0e19\u0e41\u0e14\u0e14",
|
185
|
+
"Smirking face": "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e2a\u0e22\u0e30\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e38\u0e21",
|
186
|
+
"Neutral face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e25\u0e32\u0e07",
|
187
|
+
"Expressionless face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e32\u0e23\u0e21\u0e13\u0e4c",
|
188
|
+
"Unamused face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0055\u006e\u0061\u006d\u0075\u0073\u0065\u0064",
|
189
|
+
"Face with cold sweat": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
|
190
|
+
"Pensive face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e21\u0e48\u0e19",
|
191
|
+
"Confused face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e31\u0e1a\u0e2a\u0e19",
|
192
|
+
"Confounded face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e31\u0e1a\u0e2a\u0e19",
|
193
|
+
"Kissing face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e39\u0e1a",
|
194
|
+
"Face throwing a kiss": "\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1c\u0e0a\u0e34\u0e0d\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e02\u0e27\u0e49\u0e32\u0e07\u0e1b\u0e32\u0e08\u0e39\u0e1a",
|
195
|
+
"Kissing face with smiling eyes": "\u0e08\u0e39\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
|
196
|
+
"Kissing face with closed eyes": "\u0e08\u0e39\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e14\u0e27\u0e07\u0e15\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e34\u0e14\u0e2a\u0e19\u0e34\u0e17",
|
197
|
+
"Face with stuck out tongue": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e41\u0e1e\u0e25\u0e21\u0e2d\u0e2d\u0e01\u0e21\u0e32\u0e25\u0e34\u0e49\u0e19",
|
198
|
+
"Face with stuck out tongue and winking eye": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e15\u0e34\u0e14\u0e25\u0e34\u0e49\u0e19\u0e41\u0e25\u0e30\u0e15\u0e32\u0e02\u0e22\u0e34\u0e1a\u0e15\u0e32",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e15\u0e34\u0e14\u0e25\u0e34\u0e49\u0e19\u0e41\u0e25\u0e30\u0e14\u0e27\u0e07\u0e15\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e34\u0e14\u0e41\u0e19\u0e48\u0e19",
|
200
|
+
"Disappointed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1c\u0e34\u0e14\u0e2b\u0e27\u0e31\u0e07",
|
201
|
+
"Worried face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e31\u0e07\u0e27\u0e25",
|
202
|
+
"Angry face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e01\u0e23\u0e18",
|
203
|
+
"Pouting face": "\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e38\u0e48\u0e22",
|
204
|
+
"Crying face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e23\u0e49\u0e2d\u0e07\u0e44\u0e2b\u0e49",
|
205
|
+
"Persevering face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e2d\u0e32\u0e16\u0e48\u0e32\u0e19",
|
206
|
+
"Face with look of triumph": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e0a\u0e31\u0e22\u0e0a\u0e19\u0e30",
|
207
|
+
"Disappointed but relieved face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1c\u0e34\u0e14\u0e2b\u0e27\u0e31\u0e07 \u0e41\u0e15\u0e48\u0e42\u0e25\u0e48\u0e07\u0e43\u0e08",
|
208
|
+
"Frowning face with open mouth": "\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e38\u0e48\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
|
209
|
+
"Anguished face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e14\u0e02\u0e35\u0e48",
|
210
|
+
"Fearful face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e19\u0e48\u0e32\u0e01\u0e25\u0e31\u0e27",
|
211
|
+
"Weary face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e19\u0e37\u0e48\u0e2d\u0e22\u0e25\u0e49\u0e32",
|
212
|
+
"Sleepy face": "\u0e2b\u0e19\u0e49\u0e32\u0e07\u0e48\u0e27\u0e07\u0e19\u0e2d\u0e19",
|
213
|
+
"Tired face": "\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1a\u0e37\u0e48\u0e2d",
|
214
|
+
"Grimacing face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0067\u0072\u0069\u006d\u0061\u0063\u0069\u006e\u0067",
|
215
|
+
"Loudly crying face": "\u0e23\u0e49\u0e2d\u0e07\u0e44\u0e2b\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e14\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32",
|
216
|
+
"Face with open mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
|
217
|
+
"Hushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e07\u0e35\u0e22\u0e1a",
|
218
|
+
"Face with open mouth and cold sweat": "หน้ากับปากเปิดและเหงื่อเย็น",
|
219
|
+
"Face screaming in fear": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e41\u0e25\u0e30\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
|
220
|
+
"Astonished face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1b\u0e23\u0e30\u0e2b\u0e25\u0e32\u0e14\u0e43\u0e08",
|
221
|
+
"Flushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e14\u0e07",
|
222
|
+
"Sleeping face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e2d\u0e19",
|
223
|
+
"Dizzy face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e32\u0e25\u0e32\u0e22",
|
224
|
+
"Face without mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e32\u0e01",
|
225
|
+
"Face with medical mask": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "\u0e2b\u0e22\u0e38\u0e14",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "\u0e15\u0e31\u0e27\u0e2b\u0e49\u0e2d\u0e22",
|
232
|
+
"Superscript": "\u0e15\u0e31\u0e27\u0e22\u0e01",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "\u0e40\u0e15\u0e47\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "\u0e41\u0e17\u0e23\u0e01\u0e40\u0e2a\u0e49\u0e19\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "\u0e19\u0e33\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "\u0e40\u0e25\u0e34\u0e01\u0e17\u0e33",
|
245
|
+
"Redo": "\u0e17\u0e4d\u0e32\u0e0b\u0e49\u0e33",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e2b\u0e31\u0e2a",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "\u0e2d\u0e49\u0e32\u0e07",
|
255
|
+
"Increase": "\u0e40\u0e1e\u0e34\u0e48\u0e21",
|
256
|
+
"Decrease": "\u0e25\u0e14\u0e25\u0e07",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "\u0e41\u0e17\u0e23\u0e01\u0e14\u0e48\u0e27\u0e19",
|
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 คุณต้องการเก็บรูปแบบหรือทำความสะอาดหรือไม่?",
|
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
|
+
* Turkish
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['tr'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Bir \u015fey yaz\u0131n",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Kal\u0131n",
|
44
|
+
"Italic": "\u0130talik",
|
45
|
+
"Underline": "Alt\u0131 \u00e7izili",
|
46
|
+
"Strikethrough": "\u00dcst\u00fc \u00e7izili",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Ekle",
|
50
|
+
"Delete": "Silmek",
|
51
|
+
"Cancel": "\u0130ptal",
|
52
|
+
"OK": "Tamam",
|
53
|
+
"Back": "Geri",
|
54
|
+
"Remove": "Kald\u0131r",
|
55
|
+
"More": "Daha",
|
56
|
+
"Update": "G\u00fcncelle\u015ftirme",
|
57
|
+
"Style": "Stil",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Yaz\u0131tipi Ailesi",
|
61
|
+
"Font Size": "Yaz\u0131tipi B\u00fcy\u00fckl\u00fc\u011f\u00fc",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Renkler",
|
65
|
+
"Background": "Arkaplan",
|
66
|
+
"Text": "Metin",
|
67
|
+
"HEX Color": "Altı renkli",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Bi\u00e7imler",
|
71
|
+
"Normal": "Normal",
|
72
|
+
"Code": "Kod",
|
73
|
+
"Heading 1": "Ba\u015fl\u0131k 1",
|
74
|
+
"Heading 2": "Ba\u015fl\u0131k 2",
|
75
|
+
"Heading 3": "Ba\u015fl\u0131k 3",
|
76
|
+
"Heading 4": "Ba\u015fl\u0131k 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Paragraf stili",
|
80
|
+
"Inline Style": "\u00c7izgide stili",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Hizalama",
|
84
|
+
"Align Left": "Sola hizala",
|
85
|
+
"Align Center": "Ortala",
|
86
|
+
"Align Right": "Sa\u011fa hizala",
|
87
|
+
"Align Justify": "\u0130ki yana yasla",
|
88
|
+
"None": "Hi\u00e7biri",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "S\u0131ral\u0131 liste",
|
92
|
+
"Unordered List": "S\u0131ras\u0131z liste",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Girintiyi azalt",
|
96
|
+
"Increase Indent": "Girintiyi art\u0131r",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Ba\u011flant\u0131 ekle",
|
100
|
+
"Open in new tab": "Yeni sekmede a\u00e7",
|
101
|
+
"Open Link": "Linki a\u00e7",
|
102
|
+
"Edit Link": "D\u00fczenleme ba\u011flant\u0131s\u0131",
|
103
|
+
"Unlink": "Ba\u011flant\u0131y\u0131 kald\u0131r",
|
104
|
+
"Choose Link": "Ba\u011flant\u0131y\u0131 se\u00e7in",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Resim ekle",
|
108
|
+
"Upload Image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
|
109
|
+
"By URL": "URL'ye g\u00f6re",
|
110
|
+
"Browse": "G\u00f6zat",
|
111
|
+
"Drop image": "B\u0131rak resim",
|
112
|
+
"or click": "ya da t\u0131klay\u0131n",
|
113
|
+
"Manage Images": "G\u00f6r\u00fcnt\u00fcleri y\u00f6netin",
|
114
|
+
"Loading": "Y\u00fckleniyor",
|
115
|
+
"Deleting": "Silme",
|
116
|
+
"Tags": "Etiketler",
|
117
|
+
"Are you sure? Image will be deleted.": "Emin misin? Resim silinecektir.",
|
118
|
+
"Replace": "De\u011fi\u015ftirmek",
|
119
|
+
"Uploading": "Y\u00fckleme",
|
120
|
+
"Loading image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
|
121
|
+
"Display": "G\u00f6stermek",
|
122
|
+
"Inline": "\u00c7izgide",
|
123
|
+
"Break Text": "K\u0131r\u0131lma metni",
|
124
|
+
"Alternate Text": "Alternatif metin",
|
125
|
+
"Change Size": "De\u011fi\u015fim boyutu",
|
126
|
+
"Width": "Geni\u015flik",
|
127
|
+
"Height": "Y\u00fckseklik",
|
128
|
+
"Something went wrong. Please try again.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
|
129
|
+
"Image Caption": "Resim yazısı",
|
130
|
+
"Advanced Edit": "Ileri düzey düzenleme",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Video ekle",
|
134
|
+
"Embedded Code": "G\u00f6m\u00fcl\u00fc kod",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Tablo ekle",
|
138
|
+
"Table Header": "Tablo \u00fcstbilgisi",
|
139
|
+
"Remove Table": "Tablo kald\u0131rma",
|
140
|
+
"Table Style": "Tablo stili",
|
141
|
+
"Horizontal Align": "Yatay hizalama",
|
142
|
+
"Row": "Sat\u0131r",
|
143
|
+
"Insert row above": "\u00d6ncesine yeni sat\u0131r ekle",
|
144
|
+
"Insert row below": "Sonras\u0131na yeni sat\u0131r ekle",
|
145
|
+
"Delete row": "Sat\u0131r\u0131 sil",
|
146
|
+
"Column": "S\u00fctun",
|
147
|
+
"Insert column before": "\u00d6ncesine yeni s\u00fctun ekle",
|
148
|
+
"Insert column after": "Sonras\u0131na yeni s\u00fctun ekle",
|
149
|
+
"Delete column": "S\u00fctunu sil",
|
150
|
+
"Cell": "H\u00fccre",
|
151
|
+
"Merge cells": "H\u00fccreleri birle\u015ftir",
|
152
|
+
"Horizontal split": "Yatay b\u00f6l\u00fcnm\u00fc\u015f",
|
153
|
+
"Vertical split": "Dikey b\u00f6l\u00fcnm\u00fc\u015f",
|
154
|
+
"Cell Background": "H\u00fccre arka plan\u0131",
|
155
|
+
"Vertical Align": "Dikey hizalama",
|
156
|
+
"Top": "\u00dcst",
|
157
|
+
"Middle": "Orta",
|
158
|
+
"Bottom": "Alt",
|
159
|
+
"Align Top": "\u00dcst hizalama",
|
160
|
+
"Align Middle": "Orta hizalama",
|
161
|
+
"Align Bottom": "Dibe hizalama",
|
162
|
+
"Cell Style": "H\u00fccre stili",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "Dosya Y\u00fckle",
|
166
|
+
"Drop file": "B\u0131rak dosya",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "\u0130fadeler",
|
170
|
+
"Grinning face": "S\u0131r\u0131tan y\u00fcz",
|
171
|
+
"Grinning face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz s\u0131r\u0131tarak",
|
172
|
+
"Face with tears of joy": "Sevin\u00e7 g\u00f6zya\u015flar\u0131yla Y\u00fcz",
|
173
|
+
"Smiling face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile g\u00fcl\u00fcmseyen y\u00fcz\u00fc",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "A\u00e7\u0131k a\u011fzı ve g\u00fcl\u00fcmseyen g\u00f6zlerle g\u00fcler y\u00fcz",
|
175
|
+
"Smiling face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile g\u00fclen y\u00fcz\u00fc",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "A\u00e7\u0131k a\u011fz\u0131 s\u0131k\u0131ca kapal\u0131 g\u00f6zlerle g\u00fclen y\u00fcz\u00fc",
|
177
|
+
"Smiling face with halo": "Halo ile y\u00fcz g\u00fclen",
|
178
|
+
"Smiling face with horns": "Boynuzlar\u0131 ile g\u00fcler y\u00fcz",
|
179
|
+
"Winking face": "G\u00f6z a\u00e7\u0131p kapay\u0131ncaya y\u00fcz\u00fc",
|
180
|
+
"Smiling face with smiling eyes": "G\u00fclen g\u00f6zlerle g\u00fcler Y\u00fcz",
|
181
|
+
"Face savoring delicious food": "Lezzetli yemekler tad\u0131n\u0131 Y\u00fcz",
|
182
|
+
"Relieved face": "Rahatlad\u0131m y\u00fcz\u00fc",
|
183
|
+
"Smiling face with heart-shaped eyes": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
|
184
|
+
"Smiling face with sunglasses": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
|
185
|
+
"Smirking face": "S\u0131r\u0131tan y\u00fcz",
|
186
|
+
"Neutral face": "N\u00f6tr y\u00fcz",
|
187
|
+
"Expressionless face": "Ifadesiz y\u00fcz\u00fc",
|
188
|
+
"Unamused face": "Kay\u0131ts\u0131z y\u00fcz\u00fc",
|
189
|
+
"Face with cold sweat": "So\u011fuk terler Y\u00fcz",
|
190
|
+
"Pensive face": "dalg\u0131n bir y\u00fcz",
|
191
|
+
"Confused face": "\u015fa\u015fk\u0131n bir y\u00fcz",
|
192
|
+
"Confounded face": "Ele\u015ftirilmi\u015ftir y\u00fcz\u00fc",
|
193
|
+
"Kissing face": "\u00f6p\u00fc\u015fme y\u00fcz\u00fc",
|
194
|
+
"Face throwing a kiss": "Bir \u00f6p\u00fcc\u00fck atma Y\u00fcz",
|
195
|
+
"Kissing face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz \u00f6p\u00fc\u015fme",
|
196
|
+
"Kissing face with closed eyes": "Kapal\u0131 g\u00f6zlerle \u00f6p\u00f6\u015fme y\u00fcz",
|
197
|
+
"Face with stuck out tongue": "Dilini y\u00fcz ile s\u0131k\u0131\u015fm\u0131\u015f",
|
198
|
+
"Face with stuck out tongue and winking eye": "\u015ea\u015f\u0131r\u0131p kalm\u0131\u015f d\u0131\u015far\u0131 dil ve g\u00f6z k\u0131rpan y\u00fcz",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Y\u00fcz ile dil ve s\u0131k\u0131ca kapal\u0131 g\u00f6zleri s\u0131k\u0131\u015fm\u0131\u015f",
|
200
|
+
"Disappointed face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131na y\u00fcz\u00fc",
|
201
|
+
"Worried face": "Endi\u015feli bir y\u00fcz",
|
202
|
+
"Angry face": "K\u0131zg\u0131n y\u00fcz",
|
203
|
+
"Pouting face": "Somurtarak y\u00fcz\u00fc",
|
204
|
+
"Crying face": "A\u011flayan y\u00fcz",
|
205
|
+
"Persevering face": "Azmeden y\u00fcz\u00fc",
|
206
|
+
"Face with look of triumph": "Zafer bak\u0131\u015fla Y\u00fcz",
|
207
|
+
"Disappointed but relieved face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131 ama rahatlad\u0131m y\u00fcz",
|
208
|
+
"Frowning face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile \u00e7at\u0131k y\u00fcz\u00fc",
|
209
|
+
"Anguished face": "Kederli y\u00fcz",
|
210
|
+
"Fearful face": "Korkulu y\u00fcz\u00fc",
|
211
|
+
"Weary face": "Yorgun y\u00fcz\u00fc",
|
212
|
+
"Sleepy face": "Uykulu y\u00fcz\u00fc",
|
213
|
+
"Tired face": "Yorgun y\u00fcz\u00fc",
|
214
|
+
"Grimacing face": "Y\u00fcz\u00fcn\u00fc buru\u015fturarak y\u00fcz\u00fc",
|
215
|
+
"Loudly crying face": "Y\u00fcksek sesle y\u00fcz\u00fc a\u011fl\u0131yor",
|
216
|
+
"Face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile Y\u00fcz",
|
217
|
+
"Hushed face": "Dingin y\u00fcz\u00fc",
|
218
|
+
"Face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile Y\u00fcz",
|
219
|
+
"Face screaming in fear": "Korku i\u00e7inde \u00e7ı\u011fl\u0131k Y\u00fcz",
|
220
|
+
"Astonished face": "\u015fa\u015fk\u0131n bir y\u00fcz",
|
221
|
+
"Flushed face": "K\u0131zarm\u0131\u015f y\u00fcz\u00fc",
|
222
|
+
"Sleeping face": "Uyuyan y\u00fcz\u00fc",
|
223
|
+
"Dizzy face": "Ba\u015f\u0131m d\u00f6nd\u00fc y\u00fcz",
|
224
|
+
"Face without mouth": "A\u011f\u0131z olmadan Y\u00fcz",
|
225
|
+
"Face with medical mask": "T\u0131bbi maske ile y\u00fcz",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "K\u0131r\u0131lma",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "Alt simge",
|
232
|
+
"Superscript": "\u00dcst simge",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Tam ekran",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "Yatay \u00e7izgi ekleme",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Bi\u00e7imlendirme kald\u0131r",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "Geri Al",
|
245
|
+
"Redo": "Yinele",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "T\u00fcm\u00fcn\u00fc se\u00e7",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Al\u0131nt\u0131",
|
255
|
+
"Increase": "Art\u0131rmak",
|
256
|
+
"Decrease": "Azal\u0131\u015f",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "H\u0131zl\u0131 insert",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Özel karakterler",
|
263
|
+
"Latin": "Latince",
|
264
|
+
"Greek": "Yunan",
|
265
|
+
"Cyrillic": "Kiril",
|
266
|
+
"Punctuation": "Noktalama",
|
267
|
+
"Currency": "Para birimi",
|
268
|
+
"Arrows": "Oklar",
|
269
|
+
"Math": "Matematik",
|
270
|
+
"Misc": "Misc",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Baskı",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Yazım denetleyicisi",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Yardım et",
|
280
|
+
"Shortcuts": "Kısayollar",
|
281
|
+
"Inline Editor": "Satır içi düzenleyici",
|
282
|
+
"Show the editor": "Editörü gösterin",
|
283
|
+
"Common actions": "Ortak eylemler",
|
284
|
+
"Copy": "Kopya",
|
285
|
+
"Cut": "Kesim",
|
286
|
+
"Paste": "Yapıştırmak",
|
287
|
+
"Basic Formatting": "Temel biçimlendirme",
|
288
|
+
"Increase quote level": "Teklif seviyesini yükselt",
|
289
|
+
"Decrease quote level": "Teklif seviyesini azalt",
|
290
|
+
"Image / Video": "Resim / video",
|
291
|
+
"Resize larger": "Daha büyük yeniden boyutlandır",
|
292
|
+
"Resize smaller": "Daha küçük boyuta getir",
|
293
|
+
"Table": "Tablo",
|
294
|
+
"Select table cell": "Tablo hücresi seç",
|
295
|
+
"Extend selection one cell": "Seçimi bir hücre genişlet",
|
296
|
+
"Extend selection one row": "Seçimi bir sıra genişlet",
|
297
|
+
"Navigation": "Navigasyon",
|
298
|
+
"Focus popup / toolbar": "Odaklanma açılır penceresi / araç çubuğu",
|
299
|
+
"Return focus to previous position": "Odaklamaya önceki konumuna geri dönün",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "URL göm",
|
303
|
+
"Paste in a URL to embed": "Yerleştirmek için bir URL'ye yapıştırın",
|
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?": "Yapıştırılan içerik bir Microsoft Word belgesinden geliyor. Biçimi saklamaya mı yoksa temizlemeyi mi istiyor musun?",
|
307
|
+
"Keep": "Tutmak",
|
308
|
+
"Clean": "Temiz",
|
309
|
+
"Word Paste Detected": "Kelime yapıştırması algılandı"
|
310
|
+
},
|
311
|
+
direction: "ltr"
|
312
|
+
};
|
313
|
+
|
314
|
+
}));
|