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,14 +1,40 @@
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
  * Ukrainian
9
35
  */
10
36
 
11
- $.FE.LANGUAGE['ua'] = {
37
+ $.FE.LANGUAGE['uk'] = {
12
38
  translation: {
13
39
  // Place holder
14
40
  "Type something": "\u041d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u0431\u0443\u0434\u044c-\u0449\u043e",
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['ua'] = {
38
64
  "Colors": "\u043a\u043e\u043b\u044c\u043e\u0440\u0438",
39
65
  "Background": "\u0424\u043e\u043d",
40
66
  "Text": "\u0422\u0435\u043a\u0441\u0442",
67
+ "HEX Color": "Шістнадцятковий колір",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "\u0424\u043e\u0440\u043c\u0430\u0442",
@@ -94,15 +121,21 @@ $.FE.LANGUAGE['ua'] = {
94
121
  "Display": "\u0434\u0438\u0441\u043f\u043b\u0435\u0439",
95
122
  "Inline": "\u0412 \u043b\u0456\u043d\u0456\u044e",
96
123
  "Break Text": "\u043f\u0435\u0440\u0435\u0440\u0432\u0430 \u0442\u0435\u043a\u0441\u0442",
97
- "Alternate Text": "\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442",
124
+ "Alternative Text": "\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442",
98
125
  "Change Size": "\u0437\u043c\u0456\u043d\u0438\u0442\u0438 \u0440\u043e\u0437\u043c\u0456\u0440",
99
126
  "Width": "\u0428\u0438\u0440\u0438\u043d\u0430",
100
127
  "Height": "\u0412\u0438\u0441\u043e\u0442\u0430",
101
128
  "Something went wrong. Please try again.": "\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.",
129
+ "Image Caption": "Заголовок зображення",
130
+ "Advanced Edit": "Розширений редагування",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e",
105
134
  "Embedded Code": "\u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434",
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": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044e",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['ua'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0443\u0432\u0430\u043d\u043d\u044f",
213
246
 
247
+ // Save
248
+ "Save": "\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
216
252
  "Redo": "\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['ua'] = {
227
263
  "Decrease": "\u0437\u043d\u0438\u0436\u0435\u043d\u043d\u044f",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u0432\u0441\u0442\u0430\u0432\u043a\u0430"
266
+ "Quick Insert": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u0432\u0441\u0442\u0430\u0432\u043a\u0430",
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 Word. ви хочете зберегти формат чи очистити його?",
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
  $.FE.LANGUAGE['vi'] = {
8
34
  translation: {
9
35
  // Place holder
@@ -34,6 +60,7 @@ $.FE.LANGUAGE['vi'] = {
34
60
  "Colors": "M\u00E0u s\u1EAFc",
35
61
  "Background": "N\u1EC1n",
36
62
  "Text": "Ch\u1EEF",
63
+ "HEX Color": "Màu hex",
37
64
 
38
65
  // Paragraphs
39
66
  "Paragraph Format": "\u0110\u1ECBnh d\u1EA1ng \u0111o\u1EA1n v\u0103n b\u1EA3n",
@@ -90,15 +117,21 @@ $.FE.LANGUAGE['vi'] = {
90
117
  "Display": "Hi\u1EC3n th\u1ECB",
91
118
  "Inline": "C\u00F9ng d\u00F2ng v\u1EDBi ch\u1EEF",
92
119
  "Break Text": "Kh\u00F4ng c\u00F9ng d\u00F2ng v\u1EDBi ch\u1EEF",
93
- "Alternate Text": "Thay th\u1EBF ch\u1EEF",
120
+ "Alternative Text": "Thay th\u1EBF ch\u1EEF",
94
121
  "Change Size": "Thay \u0111\u1ED5i k\u00EDch c\u1EE1",
95
122
  "Width": "Chi\u1EC1u r\u1ED9ng",
96
123
  "Height": "Chi\u1EC1u cao",
97
124
  "Something went wrong. Please try again.": "C\u00F3 l\u1ED7i x\u1EA3y ra. Vui l\u00F2ng th\u1EED l\u1EA1i sau.",
125
+ "Image Caption": "Chú thích hình ảnh",
126
+ "Advanced Edit": "Chỉnh sửa tiên tiến",
98
127
 
99
128
  // Video
100
129
  "Insert Video": "Ch\u00E8n video",
101
130
  "Embedded Code": "M\u00E3 nh\u00FAng",
131
+ "Paste in a video URL": "Dán vào một url video",
132
+ "Drop video": "Thả video",
133
+ "Your browser does not support HTML5 video.": "Trình duyệt của bạn không hỗ trợ video html5.",
134
+ "Upload Video": "Tải video lên",
102
135
 
103
136
  // Tables
104
137
  "Insert Table": "Ch\u00E8n b\u1EA3ng",
@@ -151,6 +184,9 @@ $.FE.LANGUAGE['vi'] = {
151
184
  // Clear formatting
152
185
  "Clear Formatting": "X\u00F3a \u0111\u1ECBnh d\u1EA1ng",
153
186
 
187
+ // Save
188
+ "Save": "Save",
189
+
154
190
  // Undo, redo
155
191
  "Undo": "Undo",
156
192
  "Redo": "Redo",
@@ -167,7 +203,59 @@ $.FE.LANGUAGE['vi'] = {
167
203
  "Decrease": "Gi\u1EA3m",
168
204
 
169
205
  // Quick Insert
170
- "Quick Insert": "Ch\u00E8n nhanh"
206
+ "Quick Insert": "Ch\u00E8n nhanh",
207
+
208
+ // Spcial Characters
209
+ "Special Characters": "Nhân vật đặc biệt",
210
+ "Latin": "Latin",
211
+ "Greek": "Người Hy Lạp",
212
+ "Cyrillic": "Chữ viết tay",
213
+ "Punctuation": "Chấm câu",
214
+ "Currency": "Tiền tệ",
215
+ "Arrows": "Mũi tên",
216
+ "Math": "Môn Toán",
217
+ "Misc": "Misc",
218
+
219
+ // Print.
220
+ "Print": "In",
221
+
222
+ // Spell Checker.
223
+ "Spell Checker": "Công cụ kiểm tra chính tả",
224
+
225
+ // Help
226
+ "Help": "Cứu giúp",
227
+ "Shortcuts": "Phím tắt",
228
+ "Inline Editor": "Trình biên tập nội tuyến",
229
+ "Show the editor": "Hiển thị trình soạn thảo",
230
+ "Common actions": "Hành động thông thường",
231
+ "Copy": "Sao chép",
232
+ "Cut": "Cắt tỉa",
233
+ "Paste": "Dán",
234
+ "Basic Formatting": "Định dạng cơ bản",
235
+ "Increase quote level": "Tăng mức báo giá",
236
+ "Decrease quote level": "Giảm mức giá",
237
+ "Image / Video": "Hình ảnh / video",
238
+ "Resize larger": "Thay đổi kích thước lớn hơn",
239
+ "Resize smaller": "Thay đổi kích thước nhỏ hơn",
240
+ "Table": "Bàn",
241
+ "Select table cell": "Chọn ô trong bảng",
242
+ "Extend selection one cell": "Mở rộng lựa chọn một ô",
243
+ "Extend selection one row": "Mở rộng lựa chọn một hàng",
244
+ "Navigation": "Dẫn đường",
245
+ "Focus popup / toolbar": "Tập trung popup / thanh công cụ",
246
+ "Return focus to previous position": "Quay trở lại vị trí trước",
247
+
248
+ // Embed.ly
249
+ "Embed URL": "Url nhúng",
250
+ "Paste in a URL to embed": "Dán vào một url để nhúng",
251
+
252
+ // Word Paste.
253
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Nội dung dán là đến từ một tài liệu từ microsoft. bạn có muốn giữ định dạng hoặc làm sạch nó?",
254
+ "Keep": "Giữ",
255
+ "Clean": "Dọn dẹp",
256
+ "Word Paste Detected": "Dán từ được phát hiện"
171
257
  },
172
258
  direction: "ltr"
173
259
  };
260
+
261
+ }));