activeadmin_froala_editor 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  5. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  44. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor_input.js +32 -5
  86. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +12 -0
  87. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  141. data/lib/activeadmin/froala_editor/version.rb +1 -1
  142. metadata +154 -17
  143. data/.gitignore +0 -3
  144. data/Gemfile +0 -4
  145. data/activeadmin_froala_editor.gemspec +0 -19
  146. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  147. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  148. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  149. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  150. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 Froala Labs
5
5
  */
6
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
- }));
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