varnita 0.0.1
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/LICENSE +22 -0
- data/README.md +123 -0
- data/Rakefile +6 -0
- data/app/assets/javascripts/froala_editor.min.js +7 -0
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +278 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +269 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +278 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +278 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +278 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +278 -0
- data/app/assets/javascripts/languages/pl.js +278 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +278 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +278 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +7 -0
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1356 -0
- data/app/assets/stylesheets/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +353 -0
- data/app/assets/stylesheets/froala_style.min.css +7 -0
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +211 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +198 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +1914 -0
- data/app/assets/stylesheets/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/themes/gray.css +1914 -0
- data/app/assets/stylesheets/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/themes/royal.css +1914 -0
- data/app/assets/stylesheets/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/third_party/embedly.css +61 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +17 -0
- data/lib/wysiwyg-rails/version.rb +5 -0
- data/lib/wysiwyg-rails.rb +2 -0
- metadata +201 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2019 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
(function (global, factory) {
|
|
8
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
|
9
|
+
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
|
10
|
+
(factory(global.FroalaEditor));
|
|
11
|
+
}(this, (function (FE) { 'use strict';
|
|
12
|
+
|
|
13
|
+
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Thai
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['th'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': "\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E1A\u0E32\u0E07\u0E2A\u0E34\u0E48\u0E07\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07",
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': "\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32",
|
|
24
|
+
'Italic': "\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E35\u0E22\u0E07",
|
|
25
|
+
'Underline': "\u0E02\u0E35\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E43\u0E15\u0E49",
|
|
26
|
+
'Strikethrough': "\u0E02\u0E35\u0E14\u0E17\u0E31\u0E1A",
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': "\u0E41\u0E17\u0E23\u0E01",
|
|
29
|
+
'Delete': "\u0E25\u0E1A",
|
|
30
|
+
'Cancel': "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
31
|
+
'OK': "\u0E15\u0E01\u0E25\u0E07",
|
|
32
|
+
'Back': "\u0E01\u0E25\u0E31\u0E1A",
|
|
33
|
+
'Remove': "\u0E40\u0E2D\u0E32\u0E2D\u0E2D\u0E01",
|
|
34
|
+
'More': "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",
|
|
35
|
+
'Update': "\u0E2D\u0E31\u0E1E\u0E40\u0E14\u0E17",
|
|
36
|
+
'Style': "\u0E2A\u0E44\u0E15\u0E25\u0E4C",
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': "\u0E15\u0E23\u0E30\u0E01\u0E39\u0E25\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23",
|
|
39
|
+
'Font Size': "\u0E02\u0E19\u0E32\u0E14\u0E41\u0E1A\u0E1A\u0E2D\u0E31\u0E01\u0E29\u0E23",
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': "\u0E2A\u0E35",
|
|
42
|
+
'Background': "\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",
|
|
43
|
+
'Text': "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
|
44
|
+
'HEX Color': 'สีฐานสิบหก',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': "\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A",
|
|
47
|
+
'Normal': "\u0E1B\u0E01\u0E15\u0E34",
|
|
48
|
+
'Code': "\u0E42\u0E04\u0E49\u0E14",
|
|
49
|
+
'Heading 1': "\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27 1",
|
|
50
|
+
'Heading 2': "\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27 2",
|
|
51
|
+
'Heading 3': "\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27 3",
|
|
52
|
+
'Heading 4': "\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27 4",
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': "\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E22\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32",
|
|
55
|
+
'Inline Style': "\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E2D\u0E34\u0E19\u0E44\u0E25\u0E19\u0E4C",
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': "\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E41\u0E19\u0E27",
|
|
58
|
+
'Align Left': "\u0E08\u0E31\u0E14\u0E0A\u0E34\u0E14\u0E0B\u0E49\u0E32\u0E22",
|
|
59
|
+
'Align Center': "\u0E08\u0E31\u0E14\u0E01\u0E36\u0E48\u0E07\u0E01\u0E25\u0E32\u0E07",
|
|
60
|
+
'Align Right': "\u0E08\u0E31\u0E14\u0E0A\u0E34\u0E14\u0E02\u0E27\u0E32",
|
|
61
|
+
'Align Justify': "\u0E40\u0E15\u0E47\u0E21\u0E41\u0E19\u0E27",
|
|
62
|
+
'None': "\u0E44\u0E21\u0E48",
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E40\u0E25\u0E02",
|
|
65
|
+
'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",
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': "\u0E25\u0E14\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07",
|
|
68
|
+
'Increase Indent': "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07",
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': "\u0E41\u0E17\u0E23\u0E01\u0E25\u0E34\u0E07\u0E01\u0E4C",
|
|
71
|
+
'Open in new tab': "\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",
|
|
72
|
+
'Open Link': "\u0E40\u0E1B\u0E34\u0E14\u0E25\u0E34\u0E49\u0E07\u0E04\u0E4C",
|
|
73
|
+
'Edit Link': "\u0E25\u0E34\u0E07\u0E04\u0E4C\u0E41\u0E01\u0E49\u0E44\u0E02",
|
|
74
|
+
'Unlink': "\u0E40\u0E2D\u0E32\u0E25\u0E34\u0E07\u0E01\u0E4C\u0E2D\u0E2D\u0E01",
|
|
75
|
+
'Choose Link': "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07",
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': "\u0E41\u0E17\u0E23\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E",
|
|
78
|
+
'Upload Image': "\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E20\u0E32\u0E1E",
|
|
79
|
+
'By URL': "\u0E15\u0E32\u0E21 URL",
|
|
80
|
+
'Browse': "\u0E40\u0E23\u0E35\u0E22\u0E01\u0E14\u0E39",
|
|
81
|
+
'Drop image': "\u0E27\u0E32\u0E07\u0E20\u0E32\u0E1E",
|
|
82
|
+
'or click': "\u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48",
|
|
83
|
+
'Manage Images': "\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E20\u0E32\u0E1E",
|
|
84
|
+
'Loading': "\u0E42\u0E2B\u0E25\u0E14",
|
|
85
|
+
'Deleting': "\u0E25\u0E1A",
|
|
86
|
+
'Tags': "\u0E41\u0E17\u0E47\u0E01",
|
|
87
|
+
'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",
|
|
88
|
+
'Replace': "\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48",
|
|
89
|
+
'Uploading': "\u0E2D\u0E31\u0E1E\u0E42\u0E2B\u0E25\u0E14",
|
|
90
|
+
'Loading image': "\u0E42\u0E2B\u0E25\u0E14\u0E20\u0E32\u0E1E",
|
|
91
|
+
'Display': "\u0E41\u0E2A\u0E14\u0E07",
|
|
92
|
+
'Inline': "\u0E41\u0E1A\u0E1A\u0E2D\u0E34\u0E19\u0E44\u0E25\u0E19\u0E4C",
|
|
93
|
+
'Break Text': "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E2B\u0E22\u0E38\u0E14",
|
|
94
|
+
'Alternative Text': "\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E2D\u0E37\u0E48\u0E19",
|
|
95
|
+
'Change Size': "\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E02\u0E19\u0E32\u0E14",
|
|
96
|
+
'Width': "\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07",
|
|
97
|
+
'Height': "\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07",
|
|
98
|
+
'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.",
|
|
99
|
+
'Image Caption': 'คำบรรยายภาพ',
|
|
100
|
+
'Advanced Edit': 'แก้ไขขั้นสูง',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': "\u0E41\u0E17\u0E23\u0E01\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D",
|
|
103
|
+
'Embedded Code': "\u0E23\u0E2B\u0E31\u0E2A\u0E2A\u0E21\u0E2D\u0E07\u0E01\u0E25\u0E1D\u0E31\u0E07\u0E15\u0E31\u0E27",
|
|
104
|
+
'Paste in a video URL': 'วางใน URL วิดีโอ',
|
|
105
|
+
'Drop video': 'วางวิดีโอ',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'เบราเซอร์ของคุณไม่สนับสนุนวิดีโอ HTML5',
|
|
107
|
+
'Upload Video': 'อัปโหลดวิดีโอ',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': "\u0E41\u0E17\u0E23\u0E01\u0E15\u0E32\u0E23\u0E32\u0E07",
|
|
110
|
+
'Table Header': "\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E02\u0E2D\u0E07\u0E15\u0E32\u0E23\u0E32\u0E07",
|
|
111
|
+
'Remove Table': "\u0E40\u0E2D\u0E32\u0E15\u0E32\u0E23\u0E32\u0E07\u0E2D\u0E2D\u0E01",
|
|
112
|
+
'Table Style': "\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E15\u0E32\u0E23\u0E32\u0E07",
|
|
113
|
+
'Horizontal Align': "\u0E43\u0E19\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19",
|
|
114
|
+
'Row': "\u0E41\u0E16\u0E27",
|
|
115
|
+
'Insert row above': "\u0E41\u0E17\u0E23\u0E01\u0E41\u0E16\u0E27\u0E14\u0E49\u0E32\u0E19\u0E1A\u0E19",
|
|
116
|
+
'Insert row below': "\u0E41\u0E17\u0E23\u0E01\u0E41\u0E16\u0E27\u0E14\u0E49\u0E32\u0E19\u0E25\u0E48\u0E32\u0E07",
|
|
117
|
+
'Delete row': "\u0E25\u0E1A\u0E41\u0E16\u0E27",
|
|
118
|
+
'Column': "\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
|
|
119
|
+
'Insert column before': "\u0E41\u0E17\u0E23\u0E01\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E02\u0E49\u0E32\u0E07\u0E2B\u0E19\u0E49\u0E32",
|
|
120
|
+
'Insert column after': "\u0E41\u0E17\u0E23\u0E01\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E02\u0E49\u0E32\u0E07\u0E2B\u0E25\u0E31\u0E07",
|
|
121
|
+
'Delete column': "\u0E25\u0E1A\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
|
|
122
|
+
'Cell': "\u0E40\u0E0B\u0E25\u0E25\u0E4C",
|
|
123
|
+
'Merge cells': "\u0E1C\u0E2A\u0E32\u0E19\u0E40\u0E0B\u0E25\u0E25\u0E4C",
|
|
124
|
+
'Horizontal split': "\u0E41\u0E22\u0E01\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19",
|
|
125
|
+
'Vertical split': "\u0E41\u0E22\u0E01\u0E43\u0E19\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07",
|
|
126
|
+
'Cell Background': "\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E02\u0E2D\u0E07\u0E40\u0E0B\u0E25\u0E25\u0E4C",
|
|
127
|
+
'Vertical Align': "\u0E08\u0E31\u0E14\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07",
|
|
128
|
+
'Top': "\u0E14\u0E49\u0E32\u0E19\u0E1A\u0E19",
|
|
129
|
+
'Middle': "\u0E01\u0E25\u0E32\u0E07",
|
|
130
|
+
'Bottom': "\u0E01\u0E49\u0E19",
|
|
131
|
+
'Align Top': "\u0E08\u0E31\u0E14\u0E14\u0E49\u0E32\u0E19\u0E1A\u0E19",
|
|
132
|
+
'Align Middle': "\u0E15\u0E4D\u0E32\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E01\u0E25\u0E32\u0E07",
|
|
133
|
+
'Align Bottom': "\u0E15\u0E4D\u0E32\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E14\u0E49\u0E32\u0E19\u0E25\u0E48\u0E32\u0E07",
|
|
134
|
+
'Cell Style': "\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E02\u0E2D\u0E07\u0E40\u0E0B\u0E25\u0E25\u0E4C",
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': "\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E44\u0E1F\u0E25\u0E4C",
|
|
137
|
+
'Drop file': "\u0E27\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C",
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': "\u0E2D\u0E35\u0E42\u0E21\u0E15\u0E34\u0E04\u0E2D\u0E19",
|
|
140
|
+
'Grinning face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E22\u0E34\u0E49\u0E21",
|
|
141
|
+
'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",
|
|
142
|
+
'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",
|
|
143
|
+
'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",
|
|
144
|
+
'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",
|
|
145
|
+
'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",
|
|
146
|
+
'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",
|
|
147
|
+
'Smiling face with halo': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E22\u0E34\u0E49\u0E21\u0E17\u0E35\u0E48\u0E21\u0E35\u0E23\u0E31\u0E28\u0E21\u0E35",
|
|
148
|
+
'Smiling face with horns': "\u0E22\u0E34\u0E49\u0E21\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E21\u0E35\u0E40\u0E02\u0E32",
|
|
149
|
+
'Winking face': "\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E1E\u0E23\u0E34\u0E1A\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32",
|
|
150
|
+
'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",
|
|
151
|
+
'Face savoring delicious food': "\u0E40\u0E1C\u0E0A\u0E34\u0E0D savoring \u0E2D\u0E32\u0E2B\u0E32\u0E23\u0E2D\u0E23\u0E48\u0E2D\u0E22",
|
|
152
|
+
'Relieved face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E42\u0E25\u0E48\u0E07\u0E43\u0E08",
|
|
153
|
+
'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",
|
|
154
|
+
'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",
|
|
155
|
+
'Smirking face': "\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E2A\u0E22\u0E30\u0E22\u0E34\u0E49\u0E21\u0E17\u0E35\u0E48\u0E21\u0E38\u0E21",
|
|
156
|
+
'Neutral face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E47\u0E19\u0E01\u0E25\u0E32\u0E07",
|
|
157
|
+
'Expressionless face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E2D\u0E32\u0E23\u0E21\u0E13\u0E4C",
|
|
158
|
+
'Unamused face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32 Unamused",
|
|
159
|
+
'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",
|
|
160
|
+
'Pensive face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E2B\u0E21\u0E48\u0E19",
|
|
161
|
+
'Confused face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E2A\u0E31\u0E1A\u0E2A\u0E19",
|
|
162
|
+
'Confounded face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E2A\u0E31\u0E1A\u0E2A\u0E19",
|
|
163
|
+
'Kissing face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E39\u0E1A",
|
|
164
|
+
'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",
|
|
165
|
+
'Kissing face with smiling eyes': "\u0E08\u0E39\u0E1A\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E14\u0E49\u0E27\u0E22\u0E15\u0E32\u0E22\u0E34\u0E49\u0E21",
|
|
166
|
+
'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",
|
|
167
|
+
'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",
|
|
168
|
+
'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",
|
|
169
|
+
'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",
|
|
170
|
+
'Disappointed face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E1C\u0E34\u0E14\u0E2B\u0E27\u0E31\u0E07",
|
|
171
|
+
'Worried face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E01\u0E31\u0E07\u0E27\u0E25",
|
|
172
|
+
'Angry face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E42\u0E01\u0E23\u0E18",
|
|
173
|
+
'Pouting face': "\u0E2B\u0E19\u0E49\u0E32\u0E21\u0E38\u0E48\u0E22",
|
|
174
|
+
'Crying face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E23\u0E49\u0E2D\u0E07\u0E44\u0E2B\u0E49",
|
|
175
|
+
'Persevering face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E40\u0E2D\u0E32\u0E16\u0E48\u0E32\u0E19",
|
|
176
|
+
'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",
|
|
177
|
+
'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",
|
|
178
|
+
'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",
|
|
179
|
+
'Anguished face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E01\u0E14\u0E02\u0E35\u0E48",
|
|
180
|
+
'Fearful face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E17\u0E35\u0E48\u0E19\u0E48\u0E32\u0E01\u0E25\u0E31\u0E27",
|
|
181
|
+
'Weary face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E17\u0E35\u0E48\u0E40\u0E2B\u0E19\u0E37\u0E48\u0E2D\u0E22\u0E25\u0E49\u0E32",
|
|
182
|
+
'Sleepy face': "\u0E2B\u0E19\u0E49\u0E32\u0E07\u0E48\u0E27\u0E07\u0E19\u0E2D\u0E19",
|
|
183
|
+
'Tired face': "\u0E2B\u0E19\u0E49\u0E32\u0E40\u0E1A\u0E37\u0E48\u0E2D",
|
|
184
|
+
'Grimacing face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32 grimacing",
|
|
185
|
+
'Loudly crying face': "\u0E23\u0E49\u0E2D\u0E07\u0E44\u0E2B\u0E49\u0E40\u0E2A\u0E35\u0E22\u0E07\u0E14\u0E31\u0E07\u0E2B\u0E19\u0E49\u0E32",
|
|
186
|
+
'Face with open mouth': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E17\u0E35\u0E48\u0E21\u0E35\u0E1B\u0E32\u0E01\u0E40\u0E1B\u0E34\u0E14",
|
|
187
|
+
'Hushed face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E40\u0E07\u0E35\u0E22\u0E1A",
|
|
188
|
+
'Face with open mouth and cold sweat': 'หน้ากับปากเปิดและเหงื่อเย็น',
|
|
189
|
+
'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",
|
|
190
|
+
'Astonished face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E1B\u0E23\u0E30\u0E2B\u0E25\u0E32\u0E14\u0E43\u0E08",
|
|
191
|
+
'Flushed face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E14\u0E07",
|
|
192
|
+
'Sleeping face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E19\u0E2D\u0E19",
|
|
193
|
+
'Dizzy face': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E32\u0E25\u0E32\u0E22",
|
|
194
|
+
'Face without mouth': "\u0E43\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E1B\u0E32\u0E01",
|
|
195
|
+
'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",
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': "\u0E2B\u0E22\u0E38\u0E14",
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': "\u0E15\u0E31\u0E27\u0E2B\u0E49\u0E2D\u0E22",
|
|
200
|
+
'Superscript': "\u0E15\u0E31\u0E27\u0E22\u0E01",
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': "\u0E40\u0E15\u0E47\u0E21\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D",
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': "\u0E41\u0E17\u0E23\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19",
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': "\u0E19\u0E33\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A",
|
|
207
|
+
// Save
|
|
208
|
+
'Save': "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': "\u0E40\u0E25\u0E34\u0E01\u0E17\u0E33",
|
|
211
|
+
'Redo': "\u0E17\u0E4D\u0E32\u0E0B\u0E49\u0E33",
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': "\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E23\u0E2B\u0E31\u0E2A",
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': "\u0E2D\u0E49\u0E32\u0E07",
|
|
218
|
+
'Increase': "\u0E40\u0E1E\u0E34\u0E48\u0E21",
|
|
219
|
+
'Decrease': "\u0E25\u0E14\u0E25\u0E07",
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': "\u0E41\u0E17\u0E23\u0E01\u0E14\u0E48\u0E27\u0E19",
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'อักขระพิเศษ',
|
|
224
|
+
'Latin': 'ละติน',
|
|
225
|
+
'Greek': 'กรีก',
|
|
226
|
+
'Cyrillic': 'ริลลิก',
|
|
227
|
+
'Punctuation': 'วรรคตอน',
|
|
228
|
+
'Currency': 'เงินตรา',
|
|
229
|
+
'Arrows': 'ลูกศร',
|
|
230
|
+
'Math': 'คณิตศาสตร์',
|
|
231
|
+
'Misc': 'อื่น ๆ',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'พิมพ์',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'ตัวตรวจสอบการสะกด',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'ช่วยด้วย',
|
|
238
|
+
'Shortcuts': 'ทางลัด',
|
|
239
|
+
'Inline Editor': 'ตัวแก้ไขแบบอินไลน์',
|
|
240
|
+
'Show the editor': 'แสดงตัวแก้ไข',
|
|
241
|
+
'Common actions': 'การกระทำร่วมกัน',
|
|
242
|
+
'Copy': 'สำเนา',
|
|
243
|
+
'Cut': 'ตัด',
|
|
244
|
+
'Paste': 'แปะ',
|
|
245
|
+
'Basic Formatting': 'การจัดรูปแบบพื้นฐาน',
|
|
246
|
+
'Increase quote level': 'ระดับราคาเพิ่มขึ้น',
|
|
247
|
+
'Decrease quote level': 'ระดับราคาลดลง',
|
|
248
|
+
'Image / Video': 'ภาพ / วิดีโอ',
|
|
249
|
+
'Resize larger': 'ปรับขนาดใหญ่ขึ้น',
|
|
250
|
+
'Resize smaller': 'ปรับขนาดเล็กลง',
|
|
251
|
+
'Table': 'ตาราง',
|
|
252
|
+
'Select table cell': 'เลือกเซลล์ตาราง',
|
|
253
|
+
'Extend selection one cell': 'ขยายการเลือกหนึ่งเซลล์',
|
|
254
|
+
'Extend selection one row': 'ขยายการเลือกหนึ่งแถว',
|
|
255
|
+
'Navigation': 'การเดินเรือ',
|
|
256
|
+
'Focus popup / toolbar': 'โฟกัสป๊อปอัพ / แถบเครื่องมือ',
|
|
257
|
+
'Return focus to previous position': 'กลับไปยังตำแหน่งก่อนหน้า',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'ฝัง URL',
|
|
260
|
+
'Paste in a URL to embed': 'วางใน url เพื่อฝัง',
|
|
261
|
+
// Word Paste.
|
|
262
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'เนื้อหาที่วางจะมาจากเอกสารคำในแบบ microsoft คุณต้องการเก็บรูปแบบหรือทำความสะอาดหรือไม่?',
|
|
263
|
+
'Keep': 'เก็บ',
|
|
264
|
+
'Clean': 'สะอาด',
|
|
265
|
+
'Word Paste Detected': 'ตรวจพบการวางคำ',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'ตัวละคร',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'ข้อความเพิ่มเติม',
|
|
270
|
+
'More Paragraph': 'ย่อหน้าเพิ่มเติม',
|
|
271
|
+
'More Rich': 'รวยมากขึ้น',
|
|
272
|
+
'More Misc': 'อื่น ๆ'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=th.js.map
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2019 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
(function (global, factory) {
|
|
8
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
|
9
|
+
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
|
10
|
+
(factory(global.FroalaEditor));
|
|
11
|
+
}(this, (function (FE) { 'use strict';
|
|
12
|
+
|
|
13
|
+
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Turkish
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['tr'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': "Bir \u015Fey yaz\u0131n",
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': "Kal\u0131n",
|
|
24
|
+
'Italic': "\u0130talik",
|
|
25
|
+
'Underline': "Alt\u0131 \xE7izili",
|
|
26
|
+
'Strikethrough': "\xDCst\xFC \xE7izili",
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Ekle',
|
|
29
|
+
'Delete': 'Silmek',
|
|
30
|
+
'Cancel': "\u0130ptal",
|
|
31
|
+
'OK': 'Tamam',
|
|
32
|
+
'Back': 'Geri',
|
|
33
|
+
'Remove': "Kald\u0131r",
|
|
34
|
+
'More': 'Daha',
|
|
35
|
+
'Update': "G\xFCncelle\u015Ftirme",
|
|
36
|
+
'Style': 'Stil',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': "Yaz\u0131tipi Ailesi",
|
|
39
|
+
'Font Size': "Yaz\u0131tipi B\xFCy\xFCkl\xFC\u011F\xFC",
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Renkler',
|
|
42
|
+
'Background': 'Arkaplan',
|
|
43
|
+
'Text': 'Metin',
|
|
44
|
+
'HEX Color': 'Altı renkli',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': "Bi\xE7imler",
|
|
47
|
+
'Normal': 'Normal',
|
|
48
|
+
'Code': 'Kod',
|
|
49
|
+
'Heading 1': "Ba\u015Fl\u0131k 1",
|
|
50
|
+
'Heading 2': "Ba\u015Fl\u0131k 2",
|
|
51
|
+
'Heading 3': "Ba\u015Fl\u0131k 3",
|
|
52
|
+
'Heading 4': "Ba\u015Fl\u0131k 4",
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Paragraf stili',
|
|
55
|
+
'Inline Style': "\xC7izgide stili",
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Hizalama',
|
|
58
|
+
'Align Left': 'Sola hizala',
|
|
59
|
+
'Align Center': 'Ortala',
|
|
60
|
+
'Align Right': "Sa\u011Fa hizala",
|
|
61
|
+
'Align Justify': "\u0130ki yana yasla",
|
|
62
|
+
'None': "Hi\xE7biri",
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': "S\u0131ral\u0131 liste",
|
|
65
|
+
'Unordered List': "S\u0131ras\u0131z liste",
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': 'Girintiyi azalt',
|
|
68
|
+
'Increase Indent': "Girintiyi art\u0131r",
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': "Ba\u011Flant\u0131 ekle",
|
|
71
|
+
'Open in new tab': "Yeni sekmede a\xE7",
|
|
72
|
+
'Open Link': "Linki a\xE7",
|
|
73
|
+
'Edit Link': "D\xFCzenleme ba\u011Flant\u0131s\u0131",
|
|
74
|
+
'Unlink': "Ba\u011Flant\u0131y\u0131 kald\u0131r",
|
|
75
|
+
'Choose Link': "Ba\u011Flant\u0131y\u0131 se\xE7in",
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Resim ekle',
|
|
78
|
+
'Upload Image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
|
79
|
+
'By URL': "URL'ye g\xF6re",
|
|
80
|
+
'Browse': "G\xF6zat",
|
|
81
|
+
'Drop image': "B\u0131rak resim",
|
|
82
|
+
'or click': "ya da t\u0131klay\u0131n",
|
|
83
|
+
'Manage Images': "G\xF6r\xFCnt\xFCleri y\xF6netin",
|
|
84
|
+
'Loading': "Y\xFCkleniyor",
|
|
85
|
+
'Deleting': 'Silme',
|
|
86
|
+
'Tags': 'Etiketler',
|
|
87
|
+
'Are you sure? Image will be deleted.': 'Emin misin? Resim silinecektir.',
|
|
88
|
+
'Replace': "De\u011Fi\u015Ftirmek",
|
|
89
|
+
'Uploading': "Y\xFCkleme",
|
|
90
|
+
'Loading image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
|
91
|
+
'Display': "G\xF6stermek",
|
|
92
|
+
'Inline': "\xC7izgide",
|
|
93
|
+
'Break Text': "K\u0131r\u0131lma metni",
|
|
94
|
+
'Alternative Text': 'Alternatif metin',
|
|
95
|
+
'Change Size': "De\u011Fi\u015Fim boyutu",
|
|
96
|
+
'Width': "Geni\u015Flik",
|
|
97
|
+
'Height': "Y\xFCkseklik",
|
|
98
|
+
'Something went wrong. Please try again.': "Bir \u015Feyler yanl\u0131\u015F gitti. L\xFCtfen tekrar deneyin.",
|
|
99
|
+
'Image Caption': 'Resim yazısı',
|
|
100
|
+
'Advanced Edit': 'Ileri düzey düzenleme',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Video ekle',
|
|
103
|
+
'Embedded Code': "G\xF6m\xFCl\xFC kod",
|
|
104
|
+
'Paste in a video URL': 'Bir video URL\'sine yapıştırın',
|
|
105
|
+
'Drop video': 'Video bırak',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Tarayıcınız html5 videoyu desteklemez.',
|
|
107
|
+
'Upload Video': 'Video yükle',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Tablo ekle',
|
|
110
|
+
'Table Header': "Tablo \xFCstbilgisi",
|
|
111
|
+
'Remove Table': "Tablo kald\u0131rma",
|
|
112
|
+
'Table Style': 'Tablo stili',
|
|
113
|
+
'Horizontal Align': 'Yatay hizalama',
|
|
114
|
+
'Row': "Sat\u0131r",
|
|
115
|
+
'Insert row above': "\xD6ncesine yeni sat\u0131r ekle",
|
|
116
|
+
'Insert row below': "Sonras\u0131na yeni sat\u0131r ekle",
|
|
117
|
+
'Delete row': "Sat\u0131r\u0131 sil",
|
|
118
|
+
'Column': "S\xFCtun",
|
|
119
|
+
'Insert column before': "\xD6ncesine yeni s\xFCtun ekle",
|
|
120
|
+
'Insert column after': "Sonras\u0131na yeni s\xFCtun ekle",
|
|
121
|
+
'Delete column': "S\xFCtunu sil",
|
|
122
|
+
'Cell': "H\xFCcre",
|
|
123
|
+
'Merge cells': "H\xFCcreleri birle\u015Ftir",
|
|
124
|
+
'Horizontal split': "Yatay b\xF6l\xFCnm\xFC\u015F",
|
|
125
|
+
'Vertical split': "Dikey b\xF6l\xFCnm\xFC\u015F",
|
|
126
|
+
'Cell Background': "H\xFCcre arka plan\u0131",
|
|
127
|
+
'Vertical Align': 'Dikey hizalama',
|
|
128
|
+
'Top': "\xDCst",
|
|
129
|
+
'Middle': 'Orta',
|
|
130
|
+
'Bottom': 'Alt',
|
|
131
|
+
'Align Top': "\xDCst hizalama",
|
|
132
|
+
'Align Middle': 'Orta hizalama',
|
|
133
|
+
'Align Bottom': 'Dibe hizalama',
|
|
134
|
+
'Cell Style': "H\xFCcre stili",
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': "Dosya Y\xFCkle",
|
|
137
|
+
'Drop file': "B\u0131rak dosya",
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': "\u0130fadeler",
|
|
140
|
+
'Grinning face': "S\u0131r\u0131tan y\xFCz",
|
|
141
|
+
'Grinning face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz s\u0131r\u0131tarak",
|
|
142
|
+
'Face with tears of joy': "Sevin\xE7 g\xF6zya\u015Flar\u0131yla Y\xFCz",
|
|
143
|
+
'Smiling face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile g\xFCl\xFCmseyen y\xFCz\xFC",
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': "A\xE7\u0131k a\u011Fz\u0131 ve g\xFCl\xFCmseyen g\xF6zlerle g\xFCler y\xFCz",
|
|
145
|
+
'Smiling face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile g\xFClen y\xFCz\xFC",
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "A\xE7\u0131k a\u011Fz\u0131 s\u0131k\u0131ca kapal\u0131 g\xF6zlerle g\xFClen y\xFCz\xFC",
|
|
147
|
+
'Smiling face with halo': "Halo ile y\xFCz g\xFClen",
|
|
148
|
+
'Smiling face with horns': "Boynuzlar\u0131 ile g\xFCler y\xFCz",
|
|
149
|
+
'Winking face': "G\xF6z a\xE7\u0131p kapay\u0131ncaya y\xFCz\xFC",
|
|
150
|
+
'Smiling face with smiling eyes': "G\xFClen g\xF6zlerle g\xFCler Y\xFCz",
|
|
151
|
+
'Face savoring delicious food': "Lezzetli yemekler tad\u0131n\u0131 Y\xFCz",
|
|
152
|
+
'Relieved face': "Rahatlad\u0131m y\xFCz\xFC",
|
|
153
|
+
'Smiling face with heart-shaped eyes': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
|
154
|
+
'Smiling face with sunglasses': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
|
155
|
+
'Smirking face': "S\u0131r\u0131tan y\xFCz",
|
|
156
|
+
'Neutral face': "N\xF6tr y\xFCz",
|
|
157
|
+
'Expressionless face': "Ifadesiz y\xFCz\xFC",
|
|
158
|
+
'Unamused face': "Kay\u0131ts\u0131z y\xFCz\xFC",
|
|
159
|
+
'Face with cold sweat': "So\u011Fuk terler Y\xFCz",
|
|
160
|
+
'Pensive face': "dalg\u0131n bir y\xFCz",
|
|
161
|
+
'Confused face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
|
162
|
+
'Confounded face': "Ele\u015Ftirilmi\u015Ftir y\xFCz\xFC",
|
|
163
|
+
'Kissing face': "\xF6p\xFC\u015Fme y\xFCz\xFC",
|
|
164
|
+
'Face throwing a kiss': "Bir \xF6p\xFCc\xFCk atma Y\xFCz",
|
|
165
|
+
'Kissing face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz \xF6p\xFC\u015Fme",
|
|
166
|
+
'Kissing face with closed eyes': "Kapal\u0131 g\xF6zlerle \xF6p\xF6\u015Fme y\xFCz",
|
|
167
|
+
'Face with stuck out tongue': "Dilini y\xFCz ile s\u0131k\u0131\u015Fm\u0131\u015F",
|
|
168
|
+
'Face with stuck out tongue and winking eye': "\u015Ea\u015F\u0131r\u0131p kalm\u0131\u015F d\u0131\u015Far\u0131 dil ve g\xF6z k\u0131rpan y\xFCz",
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "Y\xFCz ile dil ve s\u0131k\u0131ca kapal\u0131 g\xF6zleri s\u0131k\u0131\u015Fm\u0131\u015F",
|
|
170
|
+
'Disappointed face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131na y\xFCz\xFC",
|
|
171
|
+
'Worried face': "Endi\u015Feli bir y\xFCz",
|
|
172
|
+
'Angry face': "K\u0131zg\u0131n y\xFCz",
|
|
173
|
+
'Pouting face': "Somurtarak y\xFCz\xFC",
|
|
174
|
+
'Crying face': "A\u011Flayan y\xFCz",
|
|
175
|
+
'Persevering face': "Azmeden y\xFCz\xFC",
|
|
176
|
+
'Face with look of triumph': "Zafer bak\u0131\u015Fla Y\xFCz",
|
|
177
|
+
'Disappointed but relieved face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131 ama rahatlad\u0131m y\xFCz",
|
|
178
|
+
'Frowning face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile \xE7at\u0131k y\xFCz\xFC",
|
|
179
|
+
'Anguished face': "Kederli y\xFCz",
|
|
180
|
+
'Fearful face': "Korkulu y\xFCz\xFC",
|
|
181
|
+
'Weary face': "Yorgun y\xFCz\xFC",
|
|
182
|
+
'Sleepy face': "Uykulu y\xFCz\xFC",
|
|
183
|
+
'Tired face': "Yorgun y\xFCz\xFC",
|
|
184
|
+
'Grimacing face': "Y\xFCz\xFCn\xFC buru\u015Fturarak y\xFCz\xFC",
|
|
185
|
+
'Loudly crying face': "Y\xFCksek sesle y\xFCz\xFC a\u011Fl\u0131yor",
|
|
186
|
+
'Face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile Y\xFCz",
|
|
187
|
+
'Hushed face': "Dingin y\xFCz\xFC",
|
|
188
|
+
'Face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile Y\xFCz",
|
|
189
|
+
'Face screaming in fear': "Korku i\xE7inde \xE7\u0131\u011Fl\u0131k Y\xFCz",
|
|
190
|
+
'Astonished face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
|
191
|
+
'Flushed face': "K\u0131zarm\u0131\u015F y\xFCz\xFC",
|
|
192
|
+
'Sleeping face': "Uyuyan y\xFCz\xFC",
|
|
193
|
+
'Dizzy face': "Ba\u015F\u0131m d\xF6nd\xFC y\xFCz",
|
|
194
|
+
'Face without mouth': "A\u011F\u0131z olmadan Y\xFCz",
|
|
195
|
+
'Face with medical mask': "T\u0131bbi maske ile y\xFCz",
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': "K\u0131r\u0131lma",
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': 'Alt simge',
|
|
200
|
+
'Superscript': "\xDCst simge",
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': 'Tam ekran',
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': "Yatay \xE7izgi ekleme",
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': "Bi\xE7imlendirme kald\u0131r",
|
|
207
|
+
// Save
|
|
208
|
+
'Save': 'Kayıt etmek',
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': 'Geri Al',
|
|
211
|
+
'Redo': 'Yinele',
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': "T\xFCm\xFCn\xFC se\xE7",
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': "Kod g\xF6r\xFCn\xFCm\xFC",
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': "Al\u0131nt\u0131",
|
|
218
|
+
'Increase': "Art\u0131rmak",
|
|
219
|
+
'Decrease': "Azal\u0131\u015F",
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': "H\u0131zl\u0131 insert",
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'Özel karakterler',
|
|
224
|
+
'Latin': 'Latince',
|
|
225
|
+
'Greek': 'Yunan',
|
|
226
|
+
'Cyrillic': 'Kiril',
|
|
227
|
+
'Punctuation': 'Noktalama',
|
|
228
|
+
'Currency': 'Para birimi',
|
|
229
|
+
'Arrows': 'Oklar',
|
|
230
|
+
'Math': 'Matematik',
|
|
231
|
+
'Misc': 'Misc',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Baskı',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Yazım denetleyicisi',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Yardım et',
|
|
238
|
+
'Shortcuts': 'Kısayollar',
|
|
239
|
+
'Inline Editor': 'Satır içi düzenleyici',
|
|
240
|
+
'Show the editor': 'Editörü gösterin',
|
|
241
|
+
'Common actions': 'Ortak eylemler',
|
|
242
|
+
'Copy': 'Kopya',
|
|
243
|
+
'Cut': 'Kesim',
|
|
244
|
+
'Paste': 'Yapıştırmak',
|
|
245
|
+
'Basic Formatting': 'Temel biçimlendirme',
|
|
246
|
+
'Increase quote level': 'Teklif seviyesini yükselt',
|
|
247
|
+
'Decrease quote level': 'Teklif seviyesini azalt',
|
|
248
|
+
'Image / Video': 'Resim / video',
|
|
249
|
+
'Resize larger': 'Daha büyük yeniden boyutlandır',
|
|
250
|
+
'Resize smaller': 'Daha küçük boyuta getir',
|
|
251
|
+
'Table': 'Tablo',
|
|
252
|
+
'Select table cell': 'Tablo hücresi seç',
|
|
253
|
+
'Extend selection one cell': 'Seçimi bir hücre genişlet',
|
|
254
|
+
'Extend selection one row': 'Seçimi bir sıra genişlet',
|
|
255
|
+
'Navigation': 'Navigasyon',
|
|
256
|
+
'Focus popup / toolbar': 'Odaklanma açılır penceresi / araç çubuğu',
|
|
257
|
+
'Return focus to previous position': 'Odaklamaya önceki konumuna geri dönün',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'URL göm',
|
|
260
|
+
'Paste in a URL to embed': 'Yerleştirmek için bir URL\'ye yapıştırın',
|
|
261
|
+
// Word Paste.
|
|
262
|
+
'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?',
|
|
263
|
+
'Keep': 'Tutmak',
|
|
264
|
+
'Clean': 'Temiz',
|
|
265
|
+
'Word Paste Detected': 'Kelime yapıştırması algılandı',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'Karakterler',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'daha fazla Metin',
|
|
270
|
+
'More Paragraph': 'daha fazla Paragraf',
|
|
271
|
+
'More Rich': 'daha fazla Zengin',
|
|
272
|
+
'More Misc': 'daha fazla Çeşitli'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=tr.js.map
|