wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Swedish
9
35
  */
@@ -25,19 +51,20 @@ $.FE.LANGUAGE['sv'] = {
25
51
  "Cancel": "Avbryt",
26
52
  "OK": "Ok",
27
53
  "Back": "Tillbaka",
28
- "Remove": "Avl\u00e4gsna",
29
- "More": "Vi\u0161e",
54
+ "Remove": "Ta bort",
55
+ "More": "Mer",
30
56
  "Update": "Uppdatera",
31
57
  "Style": "Stil",
32
58
 
33
59
  // Font
34
60
  "Font Family": "Teckensnitt",
35
- "Font Size": "Storlek",
61
+ "Font Size": "Teckenstorlek",
36
62
 
37
63
  // Colors
38
64
  "Colors": "F\u00e4rger",
39
65
  "Background": "Bakgrund",
40
66
  "Text": "Text",
67
+ "HEX Color": "Hex färg",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Format",
@@ -49,14 +76,14 @@ $.FE.LANGUAGE['sv'] = {
49
76
  "Heading 4": "Rubrik 4",
50
77
 
51
78
  // Style
52
- "Paragraph Style": "Styckeformat",
79
+ "Paragraph Style": "Styckesformat",
53
80
  "Inline Style": "Infogad stil",
54
81
 
55
82
  // Alignment
56
83
  "Align": "Justera",
57
- "Align Left": "V\u00e4nsterst\u00e4ll",
84
+ "Align Left": "Vänsterjustera",
58
85
  "Align Center": "Centrera",
59
- "Align Right": "H\u00f6gerst\u00e4ll",
86
+ "Align Right": "Högerjustera",
60
87
  "Align Justify": "Justera",
61
88
  "None": "Inget",
62
89
 
@@ -81,28 +108,34 @@ $.FE.LANGUAGE['sv'] = {
81
108
  "Upload Image": "Ladda upp en bild",
82
109
  "By URL": "Genom URL",
83
110
  "Browse": "Bl\u00e4ddra",
84
- "Drop image": "Sl\u00e4ppa bild",
111
+ "Drop image": "Sl\u00e4pp bild",
85
112
  "or click": "eller klicka",
86
113
  "Manage Images": "Hantera bilder",
87
- "Loading": "L\u00e4ser",
88
- "Deleting": "Radera",
89
- "Tags": "Taggar",
114
+ "Loading": "Laddar",
115
+ "Deleting": "Raderar",
116
+ "Tags": "Etiketter",
90
117
  "Are you sure? Image will be deleted.": "\u00c4r du s\u00e4ker? Bild kommer att raderas.",
91
118
  "Replace": "Ers\u00e4tt",
92
- "Uploading": "Uppladdning",
119
+ "Uploading": "Laddar up",
93
120
  "Loading image": "Laddar bild",
94
121
  "Display": "Visa",
95
- "Inline": "I k\u00f6",
96
- "Break Text": "Break text",
97
- "Alternate Text": "Alternativ text",
122
+ "Inline": "I linje",
123
+ "Break Text": "Bryt text",
124
+ "Alternative Text": "Alternativ text",
98
125
  "Change Size": "\u00c4ndra storlek",
99
126
  "Width": "Bredd",
100
127
  "Height": "H\u00f6jd",
101
- "Something went wrong. Please try again.": "N\u00e5got gick snett. Var god f\u00f6rs\u00f6k igen.",
128
+ "Something went wrong. Please try again.": "N\u00e5got gick fel. Var god f\u00f6rs\u00f6k igen.",
129
+ "Image Caption": "Bildtext",
130
+ "Advanced Edit": "Avancerad redigering",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Infoga video",
105
134
  "Embedded Code": "Inb\u00e4ddad kod",
135
+ "Paste in a video URL": "Klistra in i en video url",
136
+ "Drop video": "Släpp video",
137
+ "Your browser does not support HTML5 video.": "Din webbläsare stöder inte html5-video.",
138
+ "Upload Video": "Ladda upp video",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Infoga tabell",
@@ -113,28 +146,28 @@ $.FE.LANGUAGE['sv'] = {
113
146
  "Row": "Rad",
114
147
  "Insert row above": "Infoga rad f\u00f6re",
115
148
  "Insert row below": "Infoga rad efter",
116
- "Delete row": "Radera rad",
149
+ "Delete row": "Ta bort rad",
117
150
  "Column": "Kolumn",
118
151
  "Insert column before": "Infoga kollumn f\u00f6re",
119
152
  "Insert column after": "Infoga kolumn efter",
120
- "Delete column": "Radera kolumn",
153
+ "Delete column": "Ta bort kolumn",
121
154
  "Cell": "Cell",
122
155
  "Merge cells": "Sammanfoga celler",
123
- "Horizontal split": "Horisontell split",
124
- "Vertical split": "Vertikal split",
125
- "Cell Background": "Cellbakgrunden",
126
- "Vertical Align": "Vertikala justeringen",
127
- "Top": "Topp",
156
+ "Horizontal split": "Dela horisontellt",
157
+ "Vertical split": "Dela vertikalt",
158
+ "Cell Background": "Cellbakgrund",
159
+ "Vertical Align": "Vertikal justering",
160
+ "Top": "Överst",
128
161
  "Middle": "Mitten",
129
- "Bottom": "Botten",
130
- "Align Top": "Justera topp",
162
+ "Bottom": "Nederst",
163
+ "Align Top": "Justera överst",
131
164
  "Align Middle": "Justera mitten",
132
- "Align Bottom": "Justera botten",
165
+ "Align Bottom": "Justera nederst",
133
166
  "Cell Style": "Cellformat",
134
167
 
135
168
  // Files
136
169
  "Upload File": "Ladda upp fil",
137
- "Drop file": "Sl\u00e4ppa fil",
170
+ "Drop file": "Sl\u00e4pp fil",
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "Uttryckssymboler",
@@ -196,11 +229,11 @@ $.FE.LANGUAGE['sv'] = {
196
229
  "Face with medical mask": "Ansikte med medicinsk maskera",
197
230
 
198
231
  // Line breaker
199
- "Break": "Break",
232
+ "Break": "Ny rad",
200
233
 
201
234
  // Math
202
235
  "Subscript": "Neds\u00e4nkt",
203
- "Superscript": "Upph\u00f6jd text",
236
+ "Superscript": "Upph\u00f6jd",
204
237
 
205
238
  // Full screen
206
239
  "Fullscreen": "Helsk\u00e4rm",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['sv'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Ta bort formatering",
213
246
 
247
+ // Save
248
+ "Save": "Spara",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "\u00c5ngra",
216
252
  "Redo": "G\u00f6r om",
@@ -219,15 +255,67 @@ $.FE.LANGUAGE['sv'] = {
219
255
  "Select All": "Markera allt",
220
256
 
221
257
  // Code view
222
- "Code View": "Kodvyn",
258
+ "Code View": "Kodvy",
223
259
 
224
260
  // Quote
225
- "Quote": "Citerar",
261
+ "Quote": "Citat",
226
262
  "Increase": "\u00d6ka",
227
263
  "Decrease": "Minska",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Snabb insats"
266
+ "Quick Insert": "Snabbinfoga",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Specialtecken",
270
+ "Latin": "Latin",
271
+ "Greek": "Grekisk",
272
+ "Cyrillic": "Cyrillic",
273
+ "Punctuation": "Skiljetecken",
274
+ "Currency": "Valuta",
275
+ "Arrows": "Pilar",
276
+ "Math": "Matematik",
277
+ "Misc": "Övrigt",
278
+
279
+ // Print.
280
+ "Print": "Skriva ut",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Stavningskontroll",
284
+
285
+ // Help
286
+ "Help": "Hjälp",
287
+ "Shortcuts": "Genvägar",
288
+ "Inline Editor": "Inline editor",
289
+ "Show the editor": "Visa redigeraren",
290
+ "Common actions": "Vanliga kommandon",
291
+ "Copy": "Kopiera",
292
+ "Cut": "Klipp ut",
293
+ "Paste": "Klistra in",
294
+ "Basic Formatting": "Grundläggande formatering",
295
+ "Increase quote level": "Öka citatnivå",
296
+ "Decrease quote level": "Minska citatnivå",
297
+ "Image / Video": "Bild / video",
298
+ "Resize larger": "Öka storlek",
299
+ "Resize smaller": "Minska storlek",
300
+ "Table": "Tabell",
301
+ "Select table cell": "Markera tabellcell",
302
+ "Extend selection one cell": "Utöka markering en cell",
303
+ "Extend selection one row": "Utöka markering en rad",
304
+ "Navigation": "Navigering",
305
+ "Focus popup / toolbar": "Fokusera popup / verktygsfältet",
306
+ "Return focus to previous position": "Byt fokus till föregående plats",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Bädda in url",
310
+ "Paste in a URL to embed": "Klistra in i en url för att bädda in",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Den inklippta texten kommer från ett Microsoft Word-dokument. Vill du behålla formateringen eller städa upp det?",
314
+ "Keep": "Behåll",
315
+ "Clean": "Städa upp",
316
+ "Word Paste Detected": "Urklipp från Word upptäckt"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Thai
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['th'] = {
38
64
  "Colors": "\u0e2a\u0e35",
39
65
  "Background": "\u0e1e\u0e37\u0e49\u0e19\u0e2b\u0e25\u0e31\u0e07",
40
66
  "Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21",
67
+ "HEX Color": "สีฐานสิบหก",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['th'] = {
94
121
  "Display": "\u0e41\u0e2a\u0e14\u0e07",
95
122
  "Inline": "\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e19\u0e44\u0e25\u0e19\u0e4c",
96
123
  "Break Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e22\u0e38\u0e14",
97
- "Alternate Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e37\u0e48\u0e19",
124
+ "Alternative Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e37\u0e48\u0e19",
98
125
  "Change Size": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e02\u0e19\u0e32\u0e14",
99
126
  "Width": "\u0e04\u0e27\u0e32\u0e21\u0e01\u0e27\u0e49\u0e32\u0e07",
100
127
  "Height": "\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e39\u0e07",
101
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": "แก้ไขขั้นสูง",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "\u0e41\u0e17\u0e23\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d",
105
134
  "Embedded Code": "\u0e23\u0e2b\u0e31\u0e2a\u0e2a\u0e21\u0e2d\u0e07\u0e01\u0e25\u0e1d\u0e31\u0e07\u0e15\u0e31\u0e27",
135
+ "Paste in a video URL": "วางใน URL วิดีโอ",
136
+ "Drop video": "วางวิดีโอ",
137
+ "Your browser does not support HTML5 video.": "เบราเซอร์ของคุณไม่สนับสนุนวิดีโอ HTML5",
138
+ "Upload Video": "อัปโหลดวิดีโอ",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "\u0e41\u0e17\u0e23\u0e01\u0e15\u0e32\u0e23\u0e32\u0e07",
@@ -186,7 +219,7 @@ $.FE.LANGUAGE['th'] = {
186
219
  "Loudly crying face": "\u0e23\u0e49\u0e2d\u0e07\u0e44\u0e2b\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e14\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32",
187
220
  "Face with open mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
188
221
  "Hushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e07\u0e35\u0e22\u0e1a",
189
- "Face with open mouth and cold sweat": "",
222
+ "Face with open mouth and cold sweat": "หน้ากับปากเปิดและเหงื่อเย็น",
190
223
  "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",
191
224
  "Astonished face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1b\u0e23\u0e30\u0e2b\u0e25\u0e32\u0e14\u0e43\u0e08",
192
225
  "Flushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e14\u0e07",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['th'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "\u0e19\u0e33\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
213
246
 
247
+ // Save
248
+ "Save": "\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "\u0e40\u0e25\u0e34\u0e01\u0e17\u0e33",
216
252
  "Redo": "\u0e17\u0e4d\u0e32\u0e0b\u0e49\u0e33",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['th'] = {
227
263
  "Decrease": "\u0e25\u0e14\u0e25\u0e07",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "\u0e41\u0e17\u0e23\u0e01\u0e14\u0e48\u0e27\u0e19"
266
+ "Quick Insert": "\u0e41\u0e17\u0e23\u0e01\u0e14\u0e48\u0e27\u0e19",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "อักขระพิเศษ",
270
+ "Latin": "ละติน",
271
+ "Greek": "กรีก",
272
+ "Cyrillic": "ริลลิก",
273
+ "Punctuation": "วรรคตอน",
274
+ "Currency": "เงินตรา",
275
+ "Arrows": "ลูกศร",
276
+ "Math": "คณิตศาสตร์",
277
+ "Misc": "อื่น ๆ",
278
+
279
+ // Print.
280
+ "Print": "พิมพ์",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "ตัวตรวจสอบการสะกด",
284
+
285
+ // Help
286
+ "Help": "ช่วยด้วย",
287
+ "Shortcuts": "ทางลัด",
288
+ "Inline Editor": "ตัวแก้ไขแบบอินไลน์",
289
+ "Show the editor": "แสดงตัวแก้ไข",
290
+ "Common actions": "การกระทำร่วมกัน",
291
+ "Copy": "สำเนา",
292
+ "Cut": "ตัด",
293
+ "Paste": "แปะ",
294
+ "Basic Formatting": "การจัดรูปแบบพื้นฐาน",
295
+ "Increase quote level": "ระดับราคาเพิ่มขึ้น",
296
+ "Decrease quote level": "ระดับราคาลดลง",
297
+ "Image / Video": "ภาพ / วิดีโอ",
298
+ "Resize larger": "ปรับขนาดใหญ่ขึ้น",
299
+ "Resize smaller": "ปรับขนาดเล็กลง",
300
+ "Table": "ตาราง",
301
+ "Select table cell": "เลือกเซลล์ตาราง",
302
+ "Extend selection one cell": "ขยายการเลือกหนึ่งเซลล์",
303
+ "Extend selection one row": "ขยายการเลือกหนึ่งแถว",
304
+ "Navigation": "การเดินเรือ",
305
+ "Focus popup / toolbar": "โฟกัสป๊อปอัพ / แถบเครื่องมือ",
306
+ "Return focus to previous position": "กลับไปยังตำแหน่งก่อนหน้า",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "ฝัง URL",
310
+ "Paste in a URL to embed": "วางใน url เพื่อฝัง",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "เนื้อหาที่วางจะมาจากเอกสารคำในแบบ microsoft คุณต้องการเก็บรูปแบบหรือทำความสะอาดหรือไม่?",
314
+ "Keep": "เก็บ",
315
+ "Clean": "สะอาด",
316
+ "Word Paste Detected": "ตรวจพบการวางคำ"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 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 ($) {
7
33
  /**
8
34
  * Turkish
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['tr'] = {
38
64
  "Colors": "Renkler",
39
65
  "Background": "Arkaplan",
40
66
  "Text": "Metin",
67
+ "HEX Color": "Altı renkli",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Bi\u00e7imler",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['tr'] = {
94
121
  "Display": "G\u00f6stermek",
95
122
  "Inline": "\u00c7izgide",
96
123
  "Break Text": "K\u0131r\u0131lma metni",
97
- "Alternate Text": "Alternatif metin",
124
+ "Alternative Text": "Alternatif metin",
98
125
  "Change Size": "De\u011fi\u015fim boyutu",
99
126
  "Width": "Geni\u015flik",
100
127
  "Height": "Y\u00fckseklik",
101
128
  "Something went wrong. Please try again.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
129
+ "Image Caption": "Resim yazısı",
130
+ "Advanced Edit": "Ileri düzey düzenleme",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Video ekle",
105
134
  "Embedded Code": "G\u00f6m\u00fcl\u00fc kod",
135
+ "Paste in a video URL": "Bir video URL'sine yapıştırın",
136
+ "Drop video": "Video bırak",
137
+ "Your browser does not support HTML5 video.": "Tarayıcınız html5 videoyu desteklemez.",
138
+ "Upload Video": "Video yükle",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Tablo ekle",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['tr'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Bi\u00e7imlendirme kald\u0131r",
213
246
 
247
+ // Save
248
+ "Save": "Kayıt etmek",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Geri Al",
216
252
  "Redo": "Yinele",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['tr'] = {
227
263
  "Decrease": "Azal\u0131\u015f",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "H\u0131zl\u0131 insert"
266
+ "Quick Insert": "H\u0131zl\u0131 insert",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Özel karakterler",
270
+ "Latin": "Latince",
271
+ "Greek": "Yunan",
272
+ "Cyrillic": "Kiril",
273
+ "Punctuation": "Noktalama",
274
+ "Currency": "Para birimi",
275
+ "Arrows": "Oklar",
276
+ "Math": "Matematik",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Baskı",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Yazım denetleyicisi",
284
+
285
+ // Help
286
+ "Help": "Yardım et",
287
+ "Shortcuts": "Kısayollar",
288
+ "Inline Editor": "Satır içi düzenleyici",
289
+ "Show the editor": "Editörü gösterin",
290
+ "Common actions": "Ortak eylemler",
291
+ "Copy": "Kopya",
292
+ "Cut": "Kesim",
293
+ "Paste": "Yapıştırmak",
294
+ "Basic Formatting": "Temel biçimlendirme",
295
+ "Increase quote level": "Teklif seviyesini yükselt",
296
+ "Decrease quote level": "Teklif seviyesini azalt",
297
+ "Image / Video": "Resim / video",
298
+ "Resize larger": "Daha büyük yeniden boyutlandır",
299
+ "Resize smaller": "Daha küçük boyuta getir",
300
+ "Table": "Tablo",
301
+ "Select table cell": "Tablo hücresi seç",
302
+ "Extend selection one cell": "Seçimi bir hücre genişlet",
303
+ "Extend selection one row": "Seçimi bir sıra genişlet",
304
+ "Navigation": "Navigasyon",
305
+ "Focus popup / toolbar": "Odaklanma açılır penceresi / araç çubuğu",
306
+ "Return focus to previous position": "Odaklamaya önceki konumuna geri dönün",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "URL göm",
310
+ "Paste in a URL to embed": "Yerleştirmek için bir URL'ye yapıştırın",
311
+
312
+ // Word Paste.
313
+ "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?",
314
+ "Keep": "Tutmak",
315
+ "Clean": "Temiz",
316
+ "Word Paste Detected": "Kelime yapıştırması algılandı"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));