wysiwyg-rails 4.6.2 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/froala_editor.min.js +2 -2
  3. data/app/assets/javascripts/froala_editor.pkgd.min.js +2 -2
  4. data/app/assets/javascripts/languages/ar.js +52 -2
  5. data/app/assets/javascripts/languages/bs.js +52 -2
  6. data/app/assets/javascripts/languages/cs.js +53 -3
  7. data/app/assets/javascripts/languages/da.js +52 -2
  8. data/app/assets/javascripts/languages/de.js +52 -2
  9. data/app/assets/javascripts/languages/el.js +51 -2
  10. data/app/assets/javascripts/languages/en_ca.js +52 -2
  11. data/app/assets/javascripts/languages/en_gb.js +46 -2
  12. data/app/assets/javascripts/languages/es.js +54 -2
  13. data/app/assets/javascripts/languages/et.js +53 -2
  14. data/app/assets/javascripts/languages/fa.js +53 -2
  15. data/app/assets/javascripts/languages/fi.js +53 -2
  16. data/app/assets/javascripts/languages/fr.js +53 -2
  17. data/app/assets/javascripts/languages/he.js +57 -11
  18. data/app/assets/javascripts/languages/hr.js +52 -2
  19. data/app/assets/javascripts/languages/hu.js +53 -2
  20. data/app/assets/javascripts/languages/id.js +53 -2
  21. data/app/assets/javascripts/languages/it.js +53 -2
  22. data/app/assets/javascripts/languages/ja.js +54 -2
  23. data/app/assets/javascripts/languages/ko.js +60 -27
  24. data/app/assets/javascripts/languages/ku.js +52 -2
  25. data/app/assets/javascripts/languages/me.js +53 -2
  26. data/app/assets/javascripts/languages/nb.js +51 -2
  27. data/app/assets/javascripts/languages/nl.js +53 -2
  28. data/app/assets/javascripts/languages/pl.js +53 -2
  29. data/app/assets/javascripts/languages/pt_br.js +53 -2
  30. data/app/assets/javascripts/languages/pt_pt.js +53 -2
  31. data/app/assets/javascripts/languages/ro.js +51 -2
  32. data/app/assets/javascripts/languages/ru.js +53 -2
  33. data/app/assets/javascripts/languages/sk.js +53 -2
  34. data/app/assets/javascripts/languages/sl.js +49 -2
  35. data/app/assets/javascripts/languages/sr.js +53 -2
  36. data/app/assets/javascripts/languages/sv.js +53 -2
  37. data/app/assets/javascripts/languages/th.js +53 -2
  38. data/app/assets/javascripts/languages/tr.js +53 -2
  39. data/app/assets/javascripts/languages/uk.js +53 -2
  40. data/app/assets/javascripts/languages/vi.js +53 -2
  41. data/app/assets/javascripts/languages/zh_cn.js +29 -264
  42. data/app/assets/javascripts/languages/zh_tw.js +53 -2
  43. data/app/assets/javascripts/plugins/align.min.js +2 -2
  44. data/app/assets/javascripts/plugins/char_counter.min.js +2 -2
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
  46. data/app/assets/javascripts/plugins/code_view.min.js +1 -1
  47. data/app/assets/javascripts/plugins/colors.min.js +1 -1
  48. data/app/assets/javascripts/plugins/cryptojs.min.js +1 -1
  49. data/app/assets/javascripts/plugins/draggable.min.js +1 -1
  50. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -1
  51. data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
  52. data/app/assets/javascripts/plugins/entities.min.js +1 -1
  53. data/app/assets/javascripts/plugins/export_to_word.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +1 -1
  55. data/app/assets/javascripts/plugins/files_manager.min.js +1 -1
  56. data/app/assets/javascripts/plugins/filestack.min.js +1 -1
  57. data/app/assets/javascripts/plugins/find_and_replace.min.js +2 -2
  58. data/app/assets/javascripts/plugins/font_family.min.js +1 -1
  59. data/app/assets/javascripts/plugins/font_size.min.js +1 -1
  60. data/app/assets/javascripts/plugins/forms.min.js +1 -1
  61. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
  62. data/app/assets/javascripts/plugins/help.min.js +1 -1
  63. data/app/assets/javascripts/plugins/image.min.js +1 -1
  64. data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
  65. data/app/assets/javascripts/plugins/inline_class.min.js +1 -1
  66. data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
  67. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
  68. data/app/assets/javascripts/plugins/line_height.min.js +1 -1
  69. data/app/assets/javascripts/plugins/link.min.js +2 -2
  70. data/app/assets/javascripts/plugins/link_to_anchor.min.js +7 -0
  71. data/app/assets/javascripts/plugins/lists.min.js +2 -2
  72. data/app/assets/javascripts/plugins/markdown.min.js +1 -1
  73. data/app/assets/javascripts/plugins/page_break.min.js +7 -0
  74. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
  75. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
  76. data/app/assets/javascripts/plugins/print.min.js +2 -2
  77. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
  78. data/app/assets/javascripts/plugins/quote.min.js +1 -1
  79. data/app/assets/javascripts/plugins/save.min.js +1 -1
  80. data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
  81. data/app/assets/javascripts/plugins/table.min.js +2 -2
  82. data/app/assets/javascripts/plugins/track_changes.min.js +2 -2
  83. data/app/assets/javascripts/plugins/trim_video.min.js +1 -1
  84. data/app/assets/javascripts/plugins/url.min.js +1 -1
  85. data/app/assets/javascripts/plugins/video.min.js +1 -1
  86. data/app/assets/javascripts/plugins/word_counter.min.js +2 -2
  87. data/app/assets/javascripts/plugins/word_paste.min.js +2 -2
  88. data/app/assets/javascripts/plugins.pkgd.min.js +2 -2
  89. data/app/assets/javascripts/third_party/embedly.min.js +1 -1
  90. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -1
  91. data/app/assets/javascripts/third_party/image_tui.min.js +1 -1
  92. data/app/assets/javascripts/third_party/showdown.min.js +1 -1
  93. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -1
  94. data/app/assets/stylesheets/froala_editor.css +96 -1
  95. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  96. data/app/assets/stylesheets/froala_editor.pkgd.css +302 -90
  97. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -2
  98. data/app/assets/stylesheets/froala_style.css +1 -1
  99. data/app/assets/stylesheets/froala_style.min.css +1 -1
  100. data/app/assets/stylesheets/plugins/char_counter.css +1 -1
  101. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  102. data/app/assets/stylesheets/plugins/code_view.css +1 -1
  103. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  104. data/app/assets/stylesheets/plugins/colors.css +1 -1
  105. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  106. data/app/assets/stylesheets/plugins/draggable.css +1 -1
  107. data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
  108. data/app/assets/stylesheets/plugins/emoticons.css +1 -1
  109. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  110. data/app/assets/stylesheets/plugins/file.css +1 -1
  111. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  112. data/app/assets/stylesheets/plugins/files_manager.css +1 -1
  113. data/app/assets/stylesheets/plugins/files_manager.min.css +1 -1
  114. data/app/assets/stylesheets/plugins/filestack.css +1 -1
  115. data/app/assets/stylesheets/plugins/filestack.min.css +1 -1
  116. data/app/assets/stylesheets/plugins/find_and_replace.css +1 -1
  117. data/app/assets/stylesheets/plugins/find_and_replace.min.css +1 -1
  118. data/app/assets/stylesheets/plugins/fullscreen.css +1 -1
  119. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  120. data/app/assets/stylesheets/plugins/help.css +1 -1
  121. data/app/assets/stylesheets/plugins/help.min.css +1 -1
  122. data/app/assets/stylesheets/plugins/image.css +1 -1
  123. data/app/assets/stylesheets/plugins/image.min.css +1 -1
  124. data/app/assets/stylesheets/plugins/image_manager.css +1 -1
  125. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  126. data/app/assets/stylesheets/plugins/line_breaker.css +1 -1
  127. data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
  128. data/app/assets/stylesheets/plugins/link_to_anchor.css +89 -0
  129. data/app/assets/stylesheets/plugins/link_to_anchor.min.css +7 -0
  130. data/app/assets/stylesheets/plugins/markdown.css +1 -1
  131. data/app/assets/stylesheets/plugins/markdown.min.css +1 -1
  132. data/app/assets/stylesheets/plugins/page_break.css +112 -0
  133. data/app/assets/stylesheets/plugins/page_break.min.css +7 -0
  134. data/app/assets/stylesheets/plugins/quick_insert.css +1 -1
  135. data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
  136. data/app/assets/stylesheets/plugins/special_characters.css +1 -1
  137. data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
  138. data/app/assets/stylesheets/plugins/table.css +16 -90
  139. data/app/assets/stylesheets/plugins/table.min.css +2 -2
  140. data/app/assets/stylesheets/plugins/trim_video.css +1 -1
  141. data/app/assets/stylesheets/plugins/trim_video.min.css +1 -1
  142. data/app/assets/stylesheets/plugins/video.css +1 -1
  143. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  144. data/app/assets/stylesheets/plugins.pkgd.css +207 -90
  145. data/app/assets/stylesheets/plugins.pkgd.min.css +2 -2
  146. data/app/assets/stylesheets/themes/dark.css +113 -50
  147. data/app/assets/stylesheets/themes/dark.min.css +2 -2
  148. data/app/assets/stylesheets/themes/gray.css +113 -50
  149. data/app/assets/stylesheets/themes/gray.min.css +2 -2
  150. data/app/assets/stylesheets/themes/royal.css +113 -50
  151. data/app/assets/stylesheets/themes/royal.min.css +2 -2
  152. data/app/assets/stylesheets/third_party/embedly.css +1 -1
  153. data/app/assets/stylesheets/third_party/embedly.min.css +1 -1
  154. data/app/assets/stylesheets/third_party/font_awesome.css +1 -1
  155. data/app/assets/stylesheets/third_party/font_awesome.min.css +1 -1
  156. data/app/assets/stylesheets/third_party/image_tui.css +1 -1
  157. data/app/assets/stylesheets/third_party/image_tui.min.css +1 -1
  158. data/app/assets/stylesheets/third_party/spell_checker.css +1 -1
  159. data/app/assets/stylesheets/third_party/spell_checker.min.css +1 -1
  160. data/lib/wysiwyg-rails/version.rb +1 -1
  161. metadata +9 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -39,6 +39,7 @@
39
39
  'Italic': 'Corsivo',
40
40
  'Underline': 'Sottolineato',
41
41
  'Strikethrough': 'Barrato',
42
+ 'Size': 'Misurare',
42
43
  // Main buttons
43
44
  'Insert': 'Inserisci',
44
45
  'Delete': 'Cancella',
@@ -54,6 +55,7 @@
54
55
  'Font Size': 'Dimensione Carattere',
55
56
  // Colors
56
57
  'Colors': 'Colori',
58
+ 'Color': 'Colore',
57
59
  'Background': 'Sfondo',
58
60
  'Text': 'Testo',
59
61
  'HEX Color': 'Colore Esadecimale',
@@ -68,6 +70,7 @@
68
70
  // Style
69
71
  'Paragraph Style': 'Stile Paragrafo',
70
72
  'Inline Style': 'Stile in Linea',
73
+ 'Padding': 'Imbottitura',
71
74
  // Alignment
72
75
  'Align': 'Allinea',
73
76
  'Align Left': 'Allinea a Sinistra',
@@ -75,6 +78,11 @@
75
78
  'Align Right': 'Allinea a Destra',
76
79
  'Align Justify': 'Giustifica',
77
80
  'None': 'Nessuno',
81
+ 'Alignment': 'Allineamento',
82
+ 'Next': 'Avanti',
83
+ 'Previous': 'Precedente',
84
+ 'Advanced Options': 'Opzioni avanzate',
85
+ 'Close': 'Chiudi',
78
86
  // Lists
79
87
  'Ordered List': 'Elenchi Numerati',
80
88
  'Unordered List': 'Elenchi Puntati',
@@ -147,6 +155,22 @@
147
155
  'Align Middle': 'Allinea al Centro',
148
156
  'Align Bottom': 'Allinea in Basso',
149
157
  'Cell Style': 'Stile Cella',
158
+ 'Table Properties': 'Proprietà Tabella',
159
+ 'Cell Properties': 'Proprietà Cella',
160
+ 'Table Footer': 'Piè di pagina della tabella',
161
+ 'Dimensions': 'Dimensioni',
162
+ 'Custom background color input': 'Inserimento colore di sfondo personalizzato',
163
+ 'Background color picker': 'Selettore colore di sfondo',
164
+ 'Custom border color input': 'Inserimento colore del bordo personalizzato',
165
+ 'Border color picker': 'Selettore colore del bordo',
166
+ 'Border width': 'Larghezza del bordo',
167
+ 'Border style': 'Stile del bordo',
168
+ 'Border color': 'Colore del bordo',
169
+ 'Table width': 'Larghezza del tabella',
170
+ 'Table height': 'Altezza del tabella',
171
+ 'Left align': 'Allinea a sinistra',
172
+ 'Center align': 'Allinea al centro',
173
+ 'Right align': 'Allinea a destra',
150
174
  // Files
151
175
  'Upload File': 'Carica File',
152
176
  'Drop file': 'Rilascia file',
@@ -221,6 +245,7 @@
221
245
  'Clear Formatting': 'Cancella Formattazione',
222
246
  // Save
223
247
  'Save': 'Salvare',
248
+ 'Ok': 'Ok',
224
249
  // Undo, redo
225
250
  'Undo': 'Annulla',
226
251
  'Redo': 'Ripeti',
@@ -281,11 +306,37 @@
281
306
  // Character Counter
282
307
  'Characters': 'Caratteri',
283
308
  'Words': 'Parole',
309
+ // Find and Replace
310
+ 'Find and Replace': 'Trova e sostituisci',
311
+ 'Find': 'Trovare',
312
+ 'Replace with': 'Sostituisci con',
313
+ 'Replace All': 'Sostituisci tutto',
314
+ 'Match case': 'Caso di corrispondenza',
315
+ 'Whole words only': 'Solo parole intere',
284
316
  // More Buttons
285
317
  'More Text': 'Altro Testo',
286
318
  'More Paragraph': 'Altro Paragrafo',
287
319
  'More Rich': 'Altro Ricco',
288
- 'More Misc': 'Altro Varie'
320
+ 'More Misc': 'Altro Varie',
321
+ 'Border': 'Confine',
322
+ // selector icon
323
+ 'Select Table': 'Seleziona tabella',
324
+ 'Drag Table': 'Trascina tabella',
325
+ 'Select PageBreak': 'Seleziona interruzione di pagina',
326
+ 'Drag PageBreak': 'Trascina interruzione di pagina',
327
+ 'Page Break': 'Interruzione di pagina',
328
+ //Link to anchor
329
+ 'Insert Anchor': 'Inserisci ancoraggio',
330
+ 'There are no entries matching': 'Non ci sono voci corrispondenti',
331
+ 'Update Anchor': 'Aggiorna ancoraggio',
332
+ 'Edit Anchor': 'Modifica ancoraggio',
333
+ 'Anchor Name': 'Nome ancoraggio',
334
+ 'Anchor Link': 'Link ancoraggio',
335
+ 'Scroll to target': 'Scorri fino all\'obiettivo',
336
+ 'Enter the anchor name without space': 'Inserisci il nome dell\'ancoraggio senza spazi',
337
+ 'Anchor name already exists.': 'Il nome dell\'ancoraggio esiste già.',
338
+ // Export to Word
339
+ 'Export to Word': 'Esporta in Word'
289
340
  },
290
341
  direction: 'ltr'
291
342
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -24,6 +24,7 @@
24
24
  'Italic': "\u659C\u4F53",
25
25
  'Underline': "\u4E0B\u7DDA",
26
26
  'Strikethrough': "\u53D6\u308A\u6D88\u3057\u7DDA",
27
+ 'Size': 'サイズ',
27
28
  // Main buttons
28
29
  'Insert': "\u633F\u5165",
29
30
  'Delete': "\u524A\u9664",
@@ -39,6 +40,7 @@
39
40
  'Font Size': "\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA",
40
41
  // Colors
41
42
  'Colors': "\u8272",
43
+ 'Color': '色',
42
44
  'Background': "\u80CC\u666F",
43
45
  'Text': "\u30C6\u30AD\u30B9\u30C8",
44
46
  'HEX Color': "\u30D8\u30AD\u30B5\u306E\u8272",
@@ -53,6 +55,7 @@
53
55
  // Style
54
56
  'Paragraph Style': "\u6BB5\u843D\u30B9\u30BF\u30A4\u30EB",
55
57
  'Inline Style': "\u30A4\u30F3\u30E9\u30A4\u30F3\u30B9\u30BF\u30A4\u30EB",
58
+ 'Padding': 'パディング',
56
59
  // Alignment
57
60
  'Align': "\u914D\u7F6E",
58
61
  'Align Left': "\u5DE6\u63C3\u3048",
@@ -60,6 +63,11 @@
60
63
  'Align Right': "\u53F3\u63C3\u3048",
61
64
  'Align Justify': "\u4E21\u7AEF\u63C3\u3048",
62
65
  'None': "\u306A\u3057",
66
+ 'Alignment': '配置',
67
+ 'Next': '次へ',
68
+ 'Previous': '前へ',
69
+ 'Advanced Options': '詳細オプション',
70
+ 'Close': '閉じる',
63
71
  // Lists
64
72
  'Ordered List': "\u6BB5\u843D\u756A\u53F7",
65
73
  'Unordered List': "\u7B87\u6761\u66F8\u304D",
@@ -132,6 +140,22 @@
132
140
  'Align Middle': "\u4E2D\u592E\u306B\u63C3\u3048\u307E\u3059",
133
141
  'Align Bottom': "\u4E0B\u306B\u63C3\u3048\u307E\u3059",
134
142
  'Cell Style': "\u30BB\u30EB\u30B9\u30BF\u30A4\u30EB",
143
+ 'Table Properties': 'テーブルのプロパティ',
144
+ 'Cell Properties': 'セルのプロパティ',
145
+ 'Table Footer': '表のフッター',
146
+ 'Dimensions': '寸法',
147
+ 'Custom background color input': 'カスタム背景色入力',
148
+ 'Background color picker': '背景色ピッカー',
149
+ 'Custom border color input': 'カスタム枠線色入力',
150
+ 'Border color picker': '枠線色ピッカー',
151
+ 'Border width': '枠線の幅',
152
+ 'Border style': '枠線のスタイル',
153
+ 'Border color': '枠線の色',
154
+ 'Table width': '表の幅',
155
+ 'Table height': '表の高さ',
156
+ 'Left align': '左揃え',
157
+ 'Center align': '中央揃え',
158
+ 'Right align': '右揃え',
135
159
  // Files
136
160
  'Upload File': "\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
137
161
  'Drop file': "\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0&\u30C9\u30ED\u30C3\u30D7",
@@ -206,6 +230,7 @@
206
230
  'Clear Formatting': "\u66F8\u5F0F\u306E\u30AF\u30EA\u30A2",
207
231
  // Save
208
232
  'Save': "\u30BB\u30FC\u30D6",
233
+ 'Ok': 'OK',
209
234
  // Undo, redo
210
235
  'Undo': "\u5143\u306B\u623B\u3059",
211
236
  'Redo': "\u3084\u308A\u76F4\u3059",
@@ -265,6 +290,13 @@
265
290
  'Word Paste Detected': "Microsoft Word\u306E\u8CBC\u308A\u4ED8\u3051\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F",
266
291
  // Character Counter
267
292
  'Characters': '文字数',
293
+ // Find and Replace
294
+ 'Find and Replace': '検索と置換',
295
+ 'Find': '検索',
296
+ 'Replace with': '置換後の文字列',
297
+ 'Replace All': 'すべて置換',
298
+ 'Match case': '大文字と小文字を区別',
299
+ 'Whole words only': '単語全体のみ',
268
300
  // More Buttons
269
301
  'More Text': 'より多くのテキスト',
270
302
  'More Paragraph': 'もっと段落',
@@ -272,7 +304,27 @@
272
304
  'More Misc': 'その他',
273
305
  'Text Color': 'テキストの色',
274
306
  'Background Color': '背景色',
275
- 'Line Height': '行の高さ'
307
+ 'Line Height': '行の高さ',
308
+ //
309
+ 'Border': '枠線',
310
+ // selector icon
311
+ 'Select Table': '表を選択',
312
+ 'Drag Table': '表をドラッグ',
313
+ 'Select PageBreak': '改ページを選択',
314
+ 'Drag PageBreak': '改ページをドラッグ',
315
+ 'Page Break': '改ページ',
316
+ //Link to anchor
317
+ 'Insert Anchor': 'アンカーを挿入',
318
+ 'There are no entries matching': '一致するエントリがありません',
319
+ 'Update Anchor': 'アンカーを更新',
320
+ 'Edit Anchor': 'アンカーを編集',
321
+ 'Anchor Name': 'アンカー名',
322
+ 'Anchor Link': 'アンカーリンク',
323
+ 'Scroll to target': 'ターゲットまでスクロール',
324
+ 'Enter the anchor name without space': 'スペースを入れずにアンカー名を入力してください',
325
+ 'Anchor name already exists.': 'アンカー名はすでに存在します。',
326
+ //export to word
327
+ 'Export to Word': 'Wordにエクスポート'
276
328
  },
277
329
  direction: 'ltr'
278
330
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -12,31 +12,11 @@
12
12
 
13
13
  FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
14
 
15
- function _defineProperty(e, r, t) {
16
- return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
17
- value: t,
18
- enumerable: !0,
19
- configurable: !0,
20
- writable: !0
21
- }) : e[r] = t, e;
22
- }
23
- function _toPrimitive(t, r) {
24
- if ("object" != typeof t || !t) return t;
25
- var e = t[Symbol.toPrimitive];
26
- if (void 0 !== e) {
27
- var i = e.call(t, r || "default");
28
- if ("object" != typeof i) return i;
29
- throw new TypeError("@@toPrimitive must return a primitive value.");
30
- }
31
- return ("string" === r ? String : Number)(t);
32
- }
33
- function _toPropertyKey(t) {
34
- var i = _toPrimitive(t, "string");
35
- return "symbol" == typeof i ? i : i + "";
36
- }
37
-
15
+ /**
16
+ * Korean
17
+ */
38
18
  FE.LANGUAGE['ko'] = {
39
- translation: _defineProperty(_defineProperty(_defineProperty(_defineProperty({
19
+ translation: {
40
20
  // Place holder
41
21
  'Type something': "\uB0B4\uC6A9\uC744 \uC785\uB825\uD558\uC138\uC694",
42
22
  // Missing translations
@@ -64,6 +44,7 @@
64
44
  'Italic': "\uAE30\uC6B8\uC784\uAF34",
65
45
  'Underline': "\uBC11\uC904",
66
46
  'Strikethrough': "\uCDE8\uC18C\uC120",
47
+ 'Size': '크기',
67
48
  // Main buttons
68
49
  'Insert': "\uC0BD\uC785",
69
50
  'Delete': "\uC0AD\uC81C",
@@ -79,6 +60,7 @@
79
60
  'Font Size': "\uD3F0\uD2B8 \uD06C\uAE30",
80
61
  // Colors
81
62
  'Colors': "\uC0C9\uC0C1",
63
+ 'Color': '색상',
82
64
  'Background': "\uBC30\uACBD",
83
65
  'Text': "\uD14D\uC2A4\uD2B8",
84
66
  'HEX Color': "\uD5E5\uC2A4 \uC0C9\uC0C1",
@@ -93,6 +75,7 @@
93
75
  // Style
94
76
  'Paragraph Style': "\uB2E8\uB77D \uC2A4\uD0C0\uC77C",
95
77
  'Inline Style': "\uC778\uB77C\uC778 \uC2A4\uD0C0\uC77C",
78
+ 'Padding': '패딩',
96
79
  // Alignment
97
80
  'Align': "\uC815\uB82C",
98
81
  'Align Left': "\uC67C\uCABD\uC815\uB82C",
@@ -100,6 +83,11 @@
100
83
  'Align Right': "\uC624\uB978\uCABD\uC815\uB82C",
101
84
  'Align Justify': "\uC591\uCABD\uC815\uB82C",
102
85
  'None': "\uC5C6\uC74C",
86
+ 'Alignment': '정렬',
87
+ 'Next': '다음',
88
+ 'Previous': '이전',
89
+ 'Advanced Options': '고급 옵션',
90
+ 'Close': '닫기',
103
91
  // Lists
104
92
  'Ordered List': "\uC22B\uC790 \uB9AC\uC2A4\uD2B8",
105
93
  'Unordered List': "\uC810 \uB9AC\uC2A4\uD2B8",
@@ -172,6 +160,22 @@
172
160
  'Align Middle': "\uAC00\uC6B4\uB370\uB85C \uC815\uB82C\uD569\uB2C8\uB2E4.",
173
161
  'Align Bottom': "\uC544\uB798\uCABD\uC73C\uB85C \uC815\uB82C\uD569\uB2C8\uB2E4.",
174
162
  'Cell Style': "\uC140 \uC2A4\uD0C0\uC77C",
163
+ 'Table Properties': '표 속성',
164
+ 'Cell Properties': '셀 속성',
165
+ 'Table Footer': '표 바닥글',
166
+ 'Dimensions': '치수',
167
+ 'Custom background color input': '사용자 지정 배경색 입력',
168
+ 'Background color picker': '배경색 선택기',
169
+ 'Custom border color input': '사용자 지정 테두리 색 입력',
170
+ 'Border color picker': '테두리 색 선택기',
171
+ 'Border width': '테두리 두께',
172
+ 'Border style': '테두리 스타일',
173
+ 'Border color': '테두리 색상',
174
+ 'Table width': '표 너비',
175
+ 'Table height': '표 높이',
176
+ 'Left align': '왼쪽 정렬',
177
+ 'Center align': '가운데 정렬',
178
+ 'Right align': '오른쪽 정렬',
175
179
  // Files
176
180
  'Upload File': "\uD30C\uC77C \uCCA8\uBD80",
177
181
  'Drop file': "\uD30C\uC77C\uC744 \uB4DC\uB798\uADF8&\uB4DC\uB86D",
@@ -246,6 +250,7 @@
246
250
  'Clear Formatting': "\uC11C\uC2DD \uC81C\uAC70",
247
251
  // Save
248
252
  'Save': "\uAD6C\uD558\uB2E4",
253
+ 'Ok': '확인',
249
254
  // Undo, redo
250
255
  'Undo': "\uC2E4\uD589 \uCDE8\uC18C",
251
256
  'Redo': "\uB418\uB3CC\uB9AC\uAE30",
@@ -304,8 +309,36 @@
304
309
  'Clean': "\uC815\uB9AC",
305
310
  'Word Paste Detected': "\uC6CC\uB4DC \uBD99\uC5EC \uB123\uAE30\uAC00 \uAC80\uCD9C \uB418\uC5C8\uC2B5\uB2C8\uB2E4.",
306
311
  // Character Counter
307
- 'Characters': '문자'
308
- }, "More Text", '더 본문'), 'More Paragraph', '더 절'), "More Rich", '더 풍부한'), "More Misc", '더 기타'),
312
+ 'Characters': '문자',
313
+ // Find and Replace
314
+ 'Find and Replace': '찾기 및 바꾸기',
315
+ 'Find': '찾기',
316
+ 'Replace with': '다음으로 바꾸기',
317
+ 'Replace All': '모두 바꾸기',
318
+ 'Match case': '대소문자 구분',
319
+ 'Whole words only': '전체 단어만',
320
+ // More Buttons
321
+ 'More Paragraph': '더 절',
322
+ 'Border': '테두리',
323
+ // selector icon
324
+ 'Select Table': '표 선택',
325
+ 'Drag Table': '표 끌기',
326
+ 'Select PageBreak': '페이지 나누기 선택',
327
+ 'Drag PageBreak': '페이지 나누기 끌기',
328
+ 'Page Break': '페이지 나누기',
329
+ //Link to anchor
330
+ 'Insert Anchor': '앵커 삽입',
331
+ 'There are no entries matching': '일치하는 항목이 없습니다',
332
+ 'Update Anchor': '앵커 업데이트',
333
+ 'Edit Anchor': '앵커 편집',
334
+ 'Anchor Name': '앵커 이름',
335
+ 'Anchor Link': '앵커 링크',
336
+ 'Scroll to target': '대상으로 스크롤',
337
+ 'Enter the anchor name without space': '공백 없이 앵커 이름을 입력하세요',
338
+ 'Anchor name already exists.': '앵커 이름이 이미 존재합니다.',
339
+ //Export to Word
340
+ 'Export to Word': '워드로 내보내기'
341
+ },
309
342
  direction: 'ltr'
310
343
  };
311
344
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -24,6 +24,7 @@
24
24
  'Italic': 'لارکردنەوە',
25
25
  'Underline': 'هێڵ بەژێردا هێنان',
26
26
  'Strikethrough': 'هێڵ بە سەردا هێنان',
27
+ 'Size': 'مقاس',
27
28
  // Main buttons
28
29
  'Insert': 'خستنە ناو',
29
30
  'Delete': 'سڕینەوە',
@@ -39,6 +40,7 @@
39
40
  'Font Size': 'قەبارەی فۆنت',
40
41
  // Colors
41
42
  'Colors': 'ڕەنگەکان',
43
+ 'Color': 'لون',
42
44
  'Background': 'پاشبنەما(باکگراوند)',
43
45
  'Text': 'دەق',
44
46
  // Paragraphs بۆیە ڕەقەمەکانی خوارەوەم نەکردووە بە کوردی لە شوێنی تریش بینیوومە هەروا نوسراوەتەوە
@@ -52,6 +54,7 @@
52
54
  // Style
53
55
  'Paragraph Style': 'شێوازی پەڕەگراف',
54
56
  'Inline Style': 'شێوزای ناو دێڕ',
57
+ 'Padding': 'حشوة',
55
58
  // Alignment
56
59
  'Align': 'ڕیزکردن',
57
60
  'Align Left': 'ڕیزکردن لای چەپەوە',
@@ -59,6 +62,11 @@
59
62
  'Align Right': 'ڕیزکردن لای ڕاستەوە',
60
63
  'Align Justify': 'هاوڕێک',
61
64
  'None': 'هیچ',
65
+ 'Alignment': 'تنسيق',
66
+ 'Next': 'التالي',
67
+ 'Previous': 'سابق',
68
+ 'Advanced Options': 'خيارات متقدمة',
69
+ 'Close': 'يغلق',
62
70
  // Lists
63
71
  'Ordered List': 'لیستی داواکراو',
64
72
  'Unordered List': 'لیستی داوانەکراو',
@@ -125,6 +133,22 @@
125
133
  'Align Middle': 'ڕیزکردن لە ناوەڕاستەوە',
126
134
  'Align Bottom': 'ڕیزکردن لە خوارەوە',
127
135
  'Cell Style': 'شێوازی خانە',
136
+ 'Table Properties': 'خصائص الجدول',
137
+ 'Cell Properties': 'خصائص الخلية',
138
+ 'Table Footer': 'تذييل الجدول',
139
+ 'Dimensions': 'أبعاد',
140
+ 'Custom background color input': 'إدخال لون الخلفية المخصصة',
141
+ 'Background color picker': 'منتقي لون الخلفية',
142
+ 'Custom border color input': 'إدخال لون الحدود المخصصة',
143
+ 'Border color picker': 'منتقي لون الحدود',
144
+ 'Border width': 'عرض الحدود',
145
+ 'Border style': 'نمط الحدود',
146
+ 'Border color': 'لون الحدود',
147
+ 'Table width': 'عرض الطاولة',
148
+ 'Table height': 'ارتفاع الطاولة',
149
+ 'Left align': 'محاذاة لليسار',
150
+ 'Center align': 'محاذاة للوسط',
151
+ 'Right align': 'محاذاة إلى اليمين',
128
152
  // Files
129
153
  'Upload File': 'بەرزکردنەوەی پەڕگە',
130
154
  'Drop file': 'ڕاکێشانی پەڕگە',
@@ -258,11 +282,37 @@
258
282
  'Word Paste Detected': 'Word Paste Detected',
259
283
  // Character Counter
260
284
  'Characters': 'Characters',
285
+ //Find and Replace
286
+ 'Find and Replace': 'البحث والاستبدال',
287
+ 'Find': 'يجد',
288
+ 'Replace with': 'استبدل ب',
289
+ 'Replace All': 'استبدال الكل',
290
+ 'Match case': 'حالة المباراة',
291
+ 'Whole words only': 'كلام كامل فقط',
261
292
  // More Buttons
262
293
  'More Text': 'المزيد من النص',
263
294
  'More Paragraph': ' المزيد من الفقرة',
264
295
  'More Rich': ' أكثر ثراء',
265
- 'More Misc': ' أكثر متفرقات'
296
+ 'More Misc': ' أكثر متفرقات',
297
+ 'Border': 'حدود',
298
+ //selector icon
299
+ 'Select Table': 'حدد الجدول',
300
+ 'Drag Table': 'اسحب الجدول',
301
+ 'Select PageBreak': 'حدد فاصل الصفحة',
302
+ 'Drag PageBreak': 'اسحب فاصل الصفحة',
303
+ 'Page Break': 'فاصل الصفحة',
304
+ //Link to anchor
305
+ 'Insert Anchor': 'إدراج مرجع',
306
+ 'There are no entries matching': 'لا توجد مدخلات مطابقة',
307
+ 'Update Anchor': 'تحديث مرجع',
308
+ 'Edit Anchor': 'تعديل مرجع',
309
+ 'Anchor Name': 'اسم المرجع',
310
+ 'Anchor Link': 'رابط المرجع',
311
+ 'Scroll to target': 'التمرير إلى الهدف',
312
+ 'Enter the anchor name without space': 'أدخل اسم المرجع بدون مسافات',
313
+ 'Anchor name already exists.': 'اسم المرجع موجود بالفعل.',
314
+ // Export to Word
315
+ 'Export to Word': 'تصدير إلى وورد'
266
316
  },
267
317
  direction: 'rtl'
268
318
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2025 Froala Labs
5
5
  */
@@ -24,6 +24,7 @@
24
24
  'Italic': 'Italic',
25
25
  'Underline': "Podvu\u010Deno",
26
26
  'Strikethrough': "Prekri\u017Eano",
27
+ 'Size': 'Veličina',
27
28
  // Main buttons
28
29
  'Insert': 'Umetni',
29
30
  'Delete': "Obri\u0161i",
@@ -39,6 +40,7 @@
39
40
  'Font Size': "Veli\u010Dina fonta",
40
41
  // Colors
41
42
  'Colors': 'Boje',
43
+ 'Color': 'Boja',
42
44
  'Background': 'Pozadine',
43
45
  'Text': 'Teksta',
44
46
  'HEX Color': 'HEX boje',
@@ -53,6 +55,7 @@
53
55
  // Style
54
56
  'Paragraph Style': 'Paragraf stil',
55
57
  'Inline Style': 'Inline stil',
58
+ 'Padding': 'Padding',
56
59
  // Alignment
57
60
  'Align': 'Poravnaj',
58
61
  'Align Left': 'Poravnaj lijevo',
@@ -60,6 +63,11 @@
60
63
  'Align Right': 'Poravnaj desno',
61
64
  'Align Justify': 'Cjelokupno poravnanje',
62
65
  'None': 'Nijedan',
66
+ 'Alignment': 'Poravnanje',
67
+ 'Next': 'Sljedeće',
68
+ 'Previous': 'Prethodno',
69
+ 'Advanced Options': 'Napredne opcije',
70
+ 'Close': 'Zatvori',
63
71
  // Lists
64
72
  'Ordered List': "Ure\u0111ena lista",
65
73
  'Unordered List': "Nesre\u0111ene lista",
@@ -132,6 +140,22 @@
132
140
  'Align Middle': 'Poravnaj srednji',
133
141
  'Align Bottom': 'Poravnaj dno',
134
142
  'Cell Style': "\u0106elija stil",
143
+ 'Table Properties': 'Svojstva tabele',
144
+ 'Cell Properties': "\u0106elija svojstva",
145
+ 'Table Footer': 'Fusnota tabele',
146
+ 'Dimensions': 'Dimenzije',
147
+ 'Custom background color input': 'Unos prilagođene boje pozadine',
148
+ 'Background color picker': 'Izbor boje pozadine',
149
+ 'Custom border color input': 'Unos prilagođene boje ivice',
150
+ 'Border color picker': 'Izbor boje ivice',
151
+ 'Border width': 'Širina ivice',
152
+ 'Border style': 'Stil ivice',
153
+ 'Border color': 'Boja ivice',
154
+ 'Table width': 'Širina tabele',
155
+ 'Table height': 'Visina tabele',
156
+ 'Left align': 'Poravnaj lijevo',
157
+ 'Center align': 'Poravnaj centar',
158
+ 'Right align': 'Poravnaj desno',
135
159
  // Files
136
160
  'Upload File': 'Upload datoteke',
137
161
  'Drop file': 'Drop datoteke',
@@ -206,6 +230,7 @@
206
230
  'Clear Formatting': 'Izbrisati formatiranje',
207
231
  // Save
208
232
  'Save': 'Save',
233
+ 'Ok': 'U redu',
209
234
  // Undo, redo
210
235
  'Undo': 'Korak nazad',
211
236
  'Redo': 'Korak naprijed',
@@ -265,11 +290,37 @@
265
290
  'Word Paste Detected': 'Word Nalepi otkriven',
266
291
  // Character Counter
267
292
  'Characters': 'Likovi',
293
+ // Find and Replace
294
+ 'Find and Replace': 'Pronađi i zamijeni',
295
+ 'Find': 'Pronađi',
296
+ 'Replace with': 'Zamijeni sa',
297
+ 'Replace All': 'Zamijeni sve',
298
+ 'Match case': 'Uskladi velika i mala slova',
299
+ 'Whole words only': 'Samo cijele riječi',
268
300
  // More Buttons
269
301
  'More Text': 'More tekst',
270
302
  'More Paragraph': 'More Paragraf',
271
303
  'More Rich': 'More Rich',
272
- 'More Misc': 'More Misc'
304
+ 'More Misc': 'More Misc',
305
+ 'Border': 'Ivice',
306
+ // selector icon
307
+ 'Select Table': 'Izaberi tabelu',
308
+ 'Drag Table': 'Povuci tabelu',
309
+ 'Select PageBreak': 'Izaberi prekid stranice',
310
+ 'Drag PageBreak': 'Povuci prekid stranice',
311
+ 'Page Break': 'Prekid stranice',
312
+ //Link to anchor
313
+ 'Insert Anchor': 'Umetni sidro',
314
+ 'There are no entries matching': 'Nema unosa koji odgovaraju',
315
+ 'Update Anchor': 'Ažuriraj sidro',
316
+ 'Edit Anchor': 'Uredi sidro',
317
+ 'Anchor Name': 'Naziv sidra',
318
+ 'Anchor Link': 'Link sidra',
319
+ 'Scroll to target': 'Skroluj do odredišta',
320
+ 'Enter the anchor name without space': 'Unesite naziv sidra bez razmaka',
321
+ 'Anchor name already exists.': 'Naziv sidra već postoji.',
322
+ // Export to Word
323
+ 'Export to Word': 'Izvezi u Word'
273
324
  },
274
325
  direction: 'ltr'
275
326
  };