wysiwyg-rails 2.8.5 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +33 -7
  3. data/app/assets/javascripts/froala_editor.min.js +3 -3
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -3
  5. data/app/assets/javascripts/languages/ar.js +287 -314
  6. data/app/assets/javascripts/languages/bs.js +274 -314
  7. data/app/assets/javascripts/languages/cs.js +280 -314
  8. data/app/assets/javascripts/languages/da.js +272 -314
  9. data/app/assets/javascripts/languages/de.js +305 -314
  10. data/app/assets/javascripts/languages/el.js +280 -320
  11. data/app/assets/javascripts/languages/en_ca.js +218 -258
  12. data/app/assets/javascripts/languages/en_gb.js +218 -258
  13. data/app/assets/javascripts/languages/es.js +285 -314
  14. data/app/assets/javascripts/languages/et.js +274 -314
  15. data/app/assets/javascripts/languages/fa.js +274 -314
  16. data/app/assets/javascripts/languages/fi.js +274 -314
  17. data/app/assets/javascripts/languages/fr.js +299 -314
  18. data/app/assets/javascripts/languages/he.js +274 -314
  19. data/app/assets/javascripts/languages/hr.js +274 -314
  20. data/app/assets/javascripts/languages/hu.js +280 -314
  21. data/app/assets/javascripts/languages/id.js +274 -315
  22. data/app/assets/javascripts/languages/it.js +290 -314
  23. data/app/assets/javascripts/languages/ja.js +274 -314
  24. data/app/assets/javascripts/languages/ko.js +299 -311
  25. data/app/assets/javascripts/languages/ku.js +267 -307
  26. data/app/assets/javascripts/languages/me.js +274 -314
  27. data/app/assets/javascripts/languages/nb.js +274 -314
  28. data/app/assets/javascripts/languages/nl.js +287 -314
  29. data/app/assets/javascripts/languages/pl.js +291 -314
  30. data/app/assets/javascripts/languages/pt_br.js +274 -314
  31. data/app/assets/javascripts/languages/pt_pt.js +291 -314
  32. data/app/assets/javascripts/languages/ro.js +274 -315
  33. data/app/assets/javascripts/languages/ru.js +287 -314
  34. data/app/assets/javascripts/languages/sk.js +280 -314
  35. data/app/assets/javascripts/languages/sl.js +224 -0
  36. data/app/assets/javascripts/languages/sr.js +274 -314
  37. data/app/assets/javascripts/languages/sv.js +274 -314
  38. data/app/assets/javascripts/languages/th.js +274 -314
  39. data/app/assets/javascripts/languages/tr.js +274 -314
  40. data/app/assets/javascripts/languages/uk.js +274 -314
  41. data/app/assets/javascripts/languages/vi.js +215 -254
  42. data/app/assets/javascripts/languages/zh_cn.js +300 -314
  43. data/app/assets/javascripts/languages/zh_tw.js +274 -314
  44. data/app/assets/javascripts/plugins/align.min.js +3 -3
  45. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  46. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -3
  47. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  48. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  49. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  53. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  54. data/app/assets/javascripts/plugins/file.min.js +3 -3
  55. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  57. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  58. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  59. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  60. data/app/assets/javascripts/plugins/help.min.js +3 -3
  61. data/app/assets/javascripts/plugins/image.min.js +3 -3
  62. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  63. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  65. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  66. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  67. data/app/assets/javascripts/plugins/link.min.js +3 -3
  68. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  69. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  70. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/plugins/table.min.js +3 -3
  78. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  79. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  80. data/app/assets/javascripts/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/plugins/video.min.js +3 -3
  82. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  84. data/app/assets/javascripts/third_party/embedly.min.js +3 -3
  85. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  86. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  87. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  88. data/app/assets/javascripts/third_party/spell_checker.min.js +3 -3
  89. data/app/assets/stylesheets/froala_editor.css +1178 -1009
  90. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/froala_editor.pkgd.css +4154 -2253
  92. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/froala_style.css +328 -379
  94. data/app/assets/stylesheets/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/char_counter.css +18 -26
  96. data/app/assets/stylesheets/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/plugins/code_view.css +35 -50
  98. data/app/assets/stylesheets/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/colors.css +76 -133
  100. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/draggable.css +14 -16
  102. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/plugins/emoticons.css +19 -27
  104. data/app/assets/stylesheets/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/plugins/fullscreen.css +63 -12
  110. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/help.css +29 -36
  112. data/app/assets/stylesheets/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/plugins/image.css +145 -176
  114. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/image_manager.css +210 -240
  116. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/plugins/line_breaker.css +20 -19
  118. data/app/assets/stylesheets/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  120. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  121. data/app/assets/stylesheets/plugins/quick_insert.css +49 -47
  122. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/plugins/special_characters.css +19 -37
  124. data/app/assets/stylesheets/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/plugins/table.css +62 -139
  126. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  128. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  129. data/app/assets/stylesheets/plugins/video.css +145 -175
  130. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  131. data/app/assets/stylesheets/plugins.pkgd.css +3018 -0
  132. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  133. data/app/assets/stylesheets/themes/dark.css +1993 -1091
  134. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  135. data/app/assets/stylesheets/themes/gray.css +1993 -1091
  136. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  137. data/app/assets/stylesheets/themes/royal.css +1996 -1094
  138. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  139. data/app/assets/stylesheets/third_party/embedly.css +31 -35
  140. data/app/assets/stylesheets/third_party/embedly.min.css +3 -3
  141. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  143. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  144. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  145. data/app/assets/stylesheets/third_party/spell_checker.css +36 -44
  146. data/app/assets/stylesheets/third_party/spell_checker.min.css +3 -3
  147. data/lib/wysiwyg-rails/version.rb +1 -1
  148. metadata +37 -16
  149. data/app/assets/javascripts/third_party/image_aviary.min.js +0 -7
  150. data/app/assets/stylesheets/themes/red.css +0 -1281
  151. data/app/assets/stylesheets/themes/red.min.css +0 -7
@@ -1,318 +1,291 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.13 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2018 Froala Labs
4
+ * Copyright 2014-2022 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
- * Dutch
35
- */
36
-
37
- $.FE.LANGUAGE['nl'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Typ iets",
41
-
42
- // Basic formatting
43
- "Bold": "Vet",
44
- "Italic": "Cursief",
45
- "Underline": "Onderstreept",
46
- "Strikethrough": "Doorhalen",
47
-
48
- // Main buttons
49
- "Insert": "Invoegen",
50
- "Delete": "Verwijder",
51
- "Cancel": "Annuleren",
52
- "OK": "Ok\u00e9",
53
- "Back": "Terug",
54
- "Remove": "Verwijderen",
55
- "More": "Meer",
56
- "Update": "Bijwerken",
57
- "Style": "Stijl",
58
-
59
- // Font
60
- "Font Family": "Lettertype",
61
- "Font Size": "Lettergrootte",
62
-
63
- // Colors
64
- "Colors": "Kleuren",
65
- "Background": "Achtergrond",
66
- "Text": "Tekst",
67
- "HEX Color": "HEX kleur",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Opmaak",
71
- "Normal": "Normaal",
72
- "Code": "Code",
73
- "Heading 1": "Kop 1",
74
- "Heading 2": "Kop 2",
75
- "Heading 3": "Kop 3",
76
- "Heading 4": "Kop 4",
77
-
78
- // Style
79
- "Paragraph Style": "Paragraaf stijl",
80
- "Inline Style": "Inline stijl",
81
-
82
- // Alignment
83
- "Align": "Uitlijnen",
84
- "Align Left": "Links uitlijnen",
85
- "Align Center": "Centreren",
86
- "Align Right": "Rechts uitlijnen",
87
- "Align Justify": "Uitvullen",
88
- "None": "Geen",
89
-
90
- // Lists
91
- "Ordered List": "Geordende lijst",
92
- "Unordered List": "Ongeordende lijst",
93
-
94
- // Indent
95
- "Decrease Indent": "Inspringen verkleinen",
96
- "Increase Indent": "Inspringen vergroten",
97
-
98
- // Links
99
- "Insert Link": "Link invoegen",
100
- "Open in new tab": "Openen in nieuwe tab",
101
- "Open Link": "Open link",
102
- "Edit Link": "Link bewerken",
103
- "Unlink": "Link verwijderen",
104
- "Choose Link": "Link kiezen",
105
-
106
- // Images
107
- "Insert Image": "Afbeelding invoegen",
108
- "Upload Image": "Afbeelding uploaden",
109
- "By URL": "Via URL",
110
- "Browse": "Bladeren",
111
- "Drop image": "Sleep afbeelding",
112
- "or click": "of klik op",
113
- "Manage Images": "Afbeeldingen beheren",
114
- "Loading": "Bezig met laden",
115
- "Deleting": "Verwijderen",
116
- "Tags": "Labels",
117
- "Are you sure? Image will be deleted.": "Weet je het zeker? Afbeelding wordt verwijderd.",
118
- "Replace": "Vervangen",
119
- "Uploading": "Uploaden",
120
- "Loading image": "Afbeelding laden",
121
- "Display": "Tonen",
122
- "Inline": "Inline",
123
- "Break Text": "Tekst afbreken",
124
- "Alternative Text": "Alternatieve tekst",
125
- "Change Size": "Grootte wijzigen",
126
- "Width": "Breedte",
127
- "Height": "Hoogte",
128
- "Something went wrong. Please try again.": "Er is iets fout gegaan. Probeer opnieuw.",
129
- "Image Caption": "Afbeelding caption",
130
- "Advanced Edit": "Geavanceerd bewerken",
131
-
132
- // Video
133
- "Insert Video": "Video invoegen",
134
- "Embedded Code": "Ingebedde code",
135
- "Paste in a video URL": "Voeg een video-URL toe",
136
- "Drop video": "Sleep video",
137
- "Your browser does not support HTML5 video.": "Je browser ondersteunt geen html5-video.",
138
- "Upload Video": "Video uploaden",
139
-
140
- // Tables
141
- "Insert Table": "Tabel invoegen",
142
- "Table Header": "Tabel hoofd",
143
- "Remove Table": "Verwijder tabel",
144
- "Table Style": "Tabelstijl",
145
- "Horizontal Align": "Horizontale uitlijning",
146
- "Row": "Rij",
147
- "Insert row above": "Voeg rij boven toe",
148
- "Insert row below": "Voeg rij onder toe",
149
- "Delete row": "Verwijder rij",
150
- "Column": "Kolom",
151
- "Insert column before": "Voeg kolom in voor",
152
- "Insert column after": "Voeg kolom in na",
153
- "Delete column": "Verwijder kolom",
154
- "Cell": "Cel",
155
- "Merge cells": "Cellen samenvoegen",
156
- "Horizontal split": "Horizontaal splitsen",
157
- "Vertical split": "Verticaal splitsen",
158
- "Cell Background": "Cel achtergrond",
159
- "Vertical Align": "Verticale uitlijning",
160
- "Top": "Top",
161
- "Middle": "Midden",
162
- "Bottom": "Onder",
163
- "Align Top": "Uitlijnen top",
164
- "Align Middle": "Uitlijnen midden",
165
- "Align Bottom": "Onder uitlijnen",
166
- "Cell Style": "Celstijl",
167
-
168
- // Files
169
- "Upload File": "Bestand uploaden",
170
- "Drop file": "Sleep bestand",
171
-
172
- // Emoticons
173
- "Emoticons": "Emoticons",
174
- "Grinning face": "Grijnzend gezicht",
175
- "Grinning face with smiling eyes": "Grijnzend gezicht met lachende ogen",
176
- "Face with tears of joy": "Gezicht met tranen van vreugde",
177
- "Smiling face with open mouth": "Lachend gezicht met open mond",
178
- "Smiling face with open mouth and smiling eyes": "Lachend gezicht met open mond en lachende ogen",
179
- "Smiling face with open mouth and cold sweat": "Lachend gezicht met open mond en koud zweet",
180
- "Smiling face with open mouth and tightly-closed eyes": "Lachend gezicht met open mond en strak gesloten ogen",
181
- "Smiling face with halo": "Lachend gezicht met halo",
182
- "Smiling face with horns": "Lachend gezicht met hoorns",
183
- "Winking face": "Knipogend gezicht",
184
- "Smiling face with smiling eyes": "Lachend gezicht met lachende ogen",
185
- "Face savoring delicious food": "Gezicht genietend van heerlijk eten",
186
- "Relieved face": "Opgelucht gezicht",
187
- "Smiling face with heart-shaped eyes": "Glimlachend gezicht met hart-vormige ogen",
188
- "Smiling face with sunglasses": "Lachend gezicht met zonnebril",
189
- "Smirking face": "Grijnzende gezicht",
190
- "Neutral face": "Neutraal gezicht",
191
- "Expressionless face": "Uitdrukkingsloos gezicht",
192
- "Unamused face": "Niet geamuseerd gezicht",
193
- "Face with cold sweat": "Gezicht met koud zweet",
194
- "Pensive face": "Peinzend gezicht",
195
- "Confused face": "Verward gezicht",
196
- "Confounded face": "Beschaamd gezicht",
197
- "Kissing face": "Zoenend gezicht",
198
- "Face throwing a kiss": "Gezicht gooien van een kus",
199
- "Kissing face with smiling eyes": "Zoenend gezicht met lachende ogen",
200
- "Kissing face with closed eyes": "Zoenend gezicht met gesloten ogen",
201
- "Face with stuck out tongue": "Gezicht met uitstekende tong",
202
- "Face with stuck out tongue and winking eye": "Gezicht met uitstekende tong en knipoog",
203
- "Face with stuck out tongue and tightly-closed eyes": "Gezicht met uitstekende tong en strak-gesloten ogen",
204
- "Disappointed face": "Teleurgesteld gezicht",
205
- "Worried face": "Bezorgd gezicht",
206
- "Angry face": "Boos gezicht",
207
- "Pouting face": "Pruilend gezicht",
208
- "Crying face": "Huilend gezicht",
209
- "Persevering face": "Volhardend gezicht",
210
- "Face with look of triumph": "Gezicht met blik van triomf",
211
- "Disappointed but relieved face": "Teleurgesteld, maar opgelucht gezicht",
212
- "Frowning face with open mouth": "Fronsend gezicht met open mond",
213
- "Anguished face": "Gekweld gezicht",
214
- "Fearful face": "Angstig gezicht",
215
- "Weary face": "Vermoeid gezicht",
216
- "Sleepy face": "Slaperig gezicht",
217
- "Tired face": "Moe gezicht",
218
- "Grimacing face": "Grimassen trekkend gezicht",
219
- "Loudly crying face": "Luid schreeuwend gezicht",
220
- "Face with open mouth": "Gezicht met open mond",
221
- "Hushed face": "Tot zwijgen gebracht gezicht",
222
- "Face with open mouth and cold sweat": "Gezicht met open mond en koud zweet",
223
- "Face screaming in fear": "Gezicht schreeuwend van angst",
224
- "Astonished face": "Verbaasd gezicht",
225
- "Flushed face": "Blozend gezicht",
226
- "Sleeping face": "Slapend gezicht",
227
- "Dizzy face": "Duizelig gezicht",
228
- "Face without mouth": "Gezicht zonder mond",
229
- "Face with medical mask": "Gezicht met medisch masker",
230
-
231
- // Line breaker
232
- "Break": "Afbreken",
233
-
234
- // Math
235
- "Subscript": "Subscript",
236
- "Superscript": "Superscript",
237
-
238
- // Full screen
239
- "Fullscreen": "Volledig scherm",
240
-
241
- // Horizontal line
242
- "Insert Horizontal Line": "Horizontale lijn invoegen",
243
-
244
- // Clear formatting
245
- "Clear Formatting": "Verwijder opmaak",
246
-
247
- // Undo, redo
248
- "Undo": "Ongedaan maken",
249
- "Redo": "Opnieuw",
250
-
251
- // Select all
252
- "Select All": "Alles selecteren",
253
-
254
- // Code view
255
- "Code View": "Codeweergave",
256
-
257
- // Quote
258
- "Quote": "Citaat",
259
- "Increase": "Toenemen",
260
- "Decrease": "Afnemen",
261
-
262
- // Quick Insert
263
- "Quick Insert": "Snel invoegen",
264
-
265
- // Spcial Characters
266
- "Special Characters": "Speciale tekens",
267
- "Latin": "Latijns",
268
- "Greek": "Grieks",
269
- "Cyrillic": "Cyrillisch",
270
- "Punctuation": "Interpunctie",
271
- "Currency": "Valuta",
272
- "Arrows": "Pijlen",
273
- "Math": "Wiskunde",
274
- "Misc": "Misc",
275
-
276
- // Print.
277
- "Print": "Afdrukken",
278
-
279
- // Spell Checker.
280
- "Spell Checker": "Spellingscontrole",
281
-
282
- // Help
283
- "Help": "Hulp",
284
- "Shortcuts": "Snelkoppelingen",
285
- "Inline Editor": "Inline editor",
286
- "Show the editor": "Laat de editor zien",
287
- "Common actions": "Algemene acties",
288
- "Copy": "Kopiëren",
289
- "Cut": "Knippen",
290
- "Paste": "Plakken",
291
- "Basic Formatting": "Basisformattering",
292
- "Increase quote level": "Citaat niveau verhogen",
293
- "Decrease quote level": "Citaatniveau verminderen",
294
- "Image / Video": "Beeld / video",
295
- "Resize larger": "Groter maken",
296
- "Resize smaller": "Kleiner maken",
297
- "Table": "Tabel",
298
- "Select table cell": "Selecteer tabelcel",
299
- "Extend selection one cell": "Selecteer een cel uit",
300
- "Extend selection one row": "Selecteer een rij uit",
301
- "Navigation": "Navigatie",
302
- "Focus popup / toolbar": "Focus pop-up / werkbalk",
303
- "Return focus to previous position": "Focus terug naar vorige positie",
304
-
305
- // Embed.ly
306
- "Embed URL": "Embed url",
307
- "Paste in a URL to embed": "Voer een URL in om toe te voegen",
308
-
309
- // Word Paste.
310
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "De geplakte inhoud komt uit een Microsoft Word-document. wil je het formaat behouden of schoonmaken?",
311
- "Keep": "Opmaak behouden",
312
- "Clean": "Tekst schoonmaken",
313
- "Word Paste Detected": "Word inhoud gedetecteerd"
314
- },
315
- direction: "ltr"
316
- };
317
-
318
- }));
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
+ * Dutch
17
+ */
18
+ FE.LANGUAGE['nl'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Typ iets',
22
+ // Basic formatting
23
+ 'Bold': 'Vet',
24
+ 'Italic': 'Cursief',
25
+ 'Underline': 'Onderstreept',
26
+ 'Strikethrough': 'Doorhalen',
27
+ // Main buttons
28
+ 'Insert': 'Invoegen',
29
+ 'Delete': 'Verwijder',
30
+ 'Cancel': 'Annuleren',
31
+ 'OK': "Ok\xE9",
32
+ 'Back': 'Terug',
33
+ 'Remove': 'Verwijderen',
34
+ 'More': 'Meer',
35
+ 'Update': 'Bijwerken',
36
+ 'Style': 'Stijl',
37
+ // Font
38
+ 'Font Family': 'Lettertype',
39
+ 'Font Size': 'Lettergrootte',
40
+ 'Text color': 'Tekstkleur',
41
+ 'Background color': 'Achtergrondkleur',
42
+ // Colors
43
+ 'Colors': 'Kleuren',
44
+ 'Background': 'Achtergrond',
45
+ 'Text': 'Tekst',
46
+ 'HEX Color': 'HEX kleur',
47
+ // Paragraphs
48
+ 'Paragraph Format': 'Opmaak',
49
+ 'Normal': 'Normaal',
50
+ 'Code': 'Code',
51
+ 'Heading 1': 'Kop 1',
52
+ 'Heading 2': 'Kop 2',
53
+ 'Heading 3': 'Kop 3',
54
+ 'Heading 4': 'Kop 4',
55
+ // Style
56
+ 'Paragraph Style': 'Paragraaf stijl',
57
+ 'Inline Style': 'Inline stijl',
58
+ // Alignment
59
+ 'Align': 'Uitlijnen',
60
+ 'Align Left': 'Links uitlijnen',
61
+ 'Align Center': 'Centreren',
62
+ 'Align Right': 'Rechts uitlijnen',
63
+ 'Align Justify': 'Uitvullen',
64
+ 'None': 'Geen',
65
+ // Lists
66
+ 'Ordered List': 'Geordende lijst',
67
+ 'Unordered List': 'Ongeordende lijst',
68
+ 'Default': 'Standaard',
69
+ 'Lower Alpha': 'Kleine letters',
70
+ 'Lower Greek': 'Kleine Griekse letters',
71
+ 'Lower Roman': 'Kleine Romeinse cijfers',
72
+ 'Upper Alpha': 'Grote letters',
73
+ 'Upper Roman': 'Grote Romeinse cijfers',
74
+ 'Circle': 'Cirkel',
75
+ 'Disc': 'Stip',
76
+ 'Square': 'Vierkant',
77
+ // Indent
78
+ 'Decrease Indent': 'Inspringen verkleinen',
79
+ 'Increase Indent': 'Inspringen vergroten',
80
+ // Links
81
+ 'Insert Link': 'Link invoegen',
82
+ 'Open in new tab': 'Openen in nieuwe tab',
83
+ 'Open Link': 'Open link',
84
+ 'Edit Link': 'Link bewerken',
85
+ 'Unlink': 'Link verwijderen',
86
+ 'Choose Link': 'Link kiezen',
87
+ // Images
88
+ 'Insert Image': 'Afbeelding invoegen',
89
+ 'Upload Image': 'Afbeelding uploaden',
90
+ 'By URL': 'Via URL',
91
+ 'Browse': 'Bladeren',
92
+ 'Drop image': 'Sleep afbeelding',
93
+ 'or click': 'of klik op',
94
+ 'Manage Images': 'Afbeeldingen beheren',
95
+ 'Loading': 'Bezig met laden',
96
+ 'Deleting': 'Verwijderen',
97
+ 'Tags': 'Labels',
98
+ 'Are you sure? Image will be deleted.': 'Weet je het zeker? Afbeelding wordt verwijderd.',
99
+ 'Replace': 'Vervangen',
100
+ 'Uploading': 'Uploaden',
101
+ 'Loading image': 'Afbeelding laden',
102
+ 'Display': 'Tonen',
103
+ 'Inline': 'Inline',
104
+ 'Break Text': 'Tekst afbreken',
105
+ 'Alternative Text': 'Alternatieve tekst',
106
+ 'Change Size': 'Grootte wijzigen',
107
+ 'Width': 'Breedte',
108
+ 'Height': 'Hoogte',
109
+ 'Something went wrong. Please try again.': 'Er is iets fout gegaan. Probeer opnieuw.',
110
+ 'Image Caption': 'Afbeelding caption',
111
+ 'Advanced Edit': 'Geavanceerd bewerken',
112
+ 'Image file type is invalid.': 'Het bestandsformaat is niet toegestaan.',
113
+ 'File is too large.': 'Het bestand is te groot.',
114
+ // Video
115
+ 'Insert Video': 'Video invoegen',
116
+ 'Embedded Code': 'Ingebedde code',
117
+ 'Paste in a video URL': 'Voeg een video-URL toe',
118
+ 'Drop video': 'Sleep video',
119
+ 'Your browser does not support HTML5 video.': 'Je browser ondersteunt geen html5-video.',
120
+ 'Upload Video': 'Video uploaden',
121
+ // Tables
122
+ 'Insert Table': 'Tabel invoegen',
123
+ 'Table Header': 'Tabel hoofd',
124
+ 'Remove Table': 'Verwijder tabel',
125
+ 'Table Style': 'Tabelstijl',
126
+ 'Horizontal Align': 'Horizontale uitlijning',
127
+ 'Row': 'Rij',
128
+ 'Insert row above': 'Voeg rij boven toe',
129
+ 'Insert row below': 'Voeg rij onder toe',
130
+ 'Delete row': 'Verwijder rij',
131
+ 'Column': 'Kolom',
132
+ 'Insert column before': 'Voeg kolom in voor',
133
+ 'Insert column after': 'Voeg kolom in na',
134
+ 'Delete column': 'Verwijder kolom',
135
+ 'Cell': 'Cel',
136
+ 'Merge cells': 'Cellen samenvoegen',
137
+ 'Horizontal split': 'Horizontaal splitsen',
138
+ 'Vertical split': 'Verticaal splitsen',
139
+ 'Cell Background': 'Cel achtergrond',
140
+ 'Vertical Align': 'Verticale uitlijning',
141
+ 'Top': 'Top',
142
+ 'Middle': 'Midden',
143
+ 'Bottom': 'Onder',
144
+ 'Align Top': 'Uitlijnen top',
145
+ 'Align Middle': 'Uitlijnen midden',
146
+ 'Align Bottom': 'Onder uitlijnen',
147
+ 'Cell Style': 'Celstijl',
148
+ // Files
149
+ 'Upload File': 'Bestand uploaden',
150
+ 'Drop file': 'Sleep bestand',
151
+ // Emoticons
152
+ 'Emoticons': 'Emoticons',
153
+ 'Grinning face': 'Grijnzend gezicht',
154
+ 'Grinning face with smiling eyes': 'Grijnzend gezicht met lachende ogen',
155
+ 'Face with tears of joy': 'Gezicht met tranen van vreugde',
156
+ 'Smiling face with open mouth': 'Lachend gezicht met open mond',
157
+ 'Smiling face with open mouth and smiling eyes': 'Lachend gezicht met open mond en lachende ogen',
158
+ 'Smiling face with open mouth and cold sweat': 'Lachend gezicht met open mond en koud zweet',
159
+ 'Smiling face with open mouth and tightly-closed eyes': 'Lachend gezicht met open mond en strak gesloten ogen',
160
+ 'Smiling face with halo': 'Lachend gezicht met halo',
161
+ 'Smiling face with horns': 'Lachend gezicht met hoorns',
162
+ 'Winking face': 'Knipogend gezicht',
163
+ 'Smiling face with smiling eyes': 'Lachend gezicht met lachende ogen',
164
+ 'Face savoring delicious food': 'Gezicht genietend van heerlijk eten',
165
+ 'Relieved face': 'Opgelucht gezicht',
166
+ 'Smiling face with heart-shaped eyes': 'Glimlachend gezicht met hart-vormige ogen',
167
+ 'Smiling face with sunglasses': 'Lachend gezicht met zonnebril',
168
+ 'Smirking face': 'Grijnzende gezicht',
169
+ 'Neutral face': 'Neutraal gezicht',
170
+ 'Expressionless face': 'Uitdrukkingsloos gezicht',
171
+ 'Unamused face': 'Niet geamuseerd gezicht',
172
+ 'Face with cold sweat': 'Gezicht met koud zweet',
173
+ 'Pensive face': 'Peinzend gezicht',
174
+ 'Confused face': 'Verward gezicht',
175
+ 'Confounded face': 'Beschaamd gezicht',
176
+ 'Kissing face': 'Zoenend gezicht',
177
+ 'Face throwing a kiss': 'Gezicht gooien van een kus',
178
+ 'Kissing face with smiling eyes': 'Zoenend gezicht met lachende ogen',
179
+ 'Kissing face with closed eyes': 'Zoenend gezicht met gesloten ogen',
180
+ 'Face with stuck out tongue': 'Gezicht met uitstekende tong',
181
+ 'Face with stuck out tongue and winking eye': 'Gezicht met uitstekende tong en knipoog',
182
+ 'Face with stuck out tongue and tightly-closed eyes': 'Gezicht met uitstekende tong en strak-gesloten ogen',
183
+ 'Disappointed face': 'Teleurgesteld gezicht',
184
+ 'Worried face': 'Bezorgd gezicht',
185
+ 'Angry face': 'Boos gezicht',
186
+ 'Pouting face': 'Pruilend gezicht',
187
+ 'Crying face': 'Huilend gezicht',
188
+ 'Persevering face': 'Volhardend gezicht',
189
+ 'Face with look of triumph': 'Gezicht met blik van triomf',
190
+ 'Disappointed but relieved face': 'Teleurgesteld, maar opgelucht gezicht',
191
+ 'Frowning face with open mouth': 'Fronsend gezicht met open mond',
192
+ 'Anguished face': 'Gekweld gezicht',
193
+ 'Fearful face': 'Angstig gezicht',
194
+ 'Weary face': 'Vermoeid gezicht',
195
+ 'Sleepy face': 'Slaperig gezicht',
196
+ 'Tired face': 'Moe gezicht',
197
+ 'Grimacing face': 'Grimassen trekkend gezicht',
198
+ 'Loudly crying face': 'Luid schreeuwend gezicht',
199
+ 'Face with open mouth': 'Gezicht met open mond',
200
+ 'Hushed face': 'Tot zwijgen gebracht gezicht',
201
+ 'Face with open mouth and cold sweat': 'Gezicht met open mond en koud zweet',
202
+ 'Face screaming in fear': 'Gezicht schreeuwend van angst',
203
+ 'Astonished face': 'Verbaasd gezicht',
204
+ 'Flushed face': 'Blozend gezicht',
205
+ 'Sleeping face': 'Slapend gezicht',
206
+ 'Dizzy face': 'Duizelig gezicht',
207
+ 'Face without mouth': 'Gezicht zonder mond',
208
+ 'Face with medical mask': 'Gezicht met medisch masker',
209
+ // Line breaker
210
+ 'Break': 'Afbreken',
211
+ // Math
212
+ 'Subscript': 'Subscript',
213
+ 'Superscript': 'Superscript',
214
+ // Full screen
215
+ 'Fullscreen': 'Volledig scherm',
216
+ // Horizontal line
217
+ 'Insert Horizontal Line': 'Horizontale lijn invoegen',
218
+ // Clear formatting
219
+ 'Clear Formatting': 'Verwijder opmaak',
220
+ // Save
221
+ 'Save': 'Opslaan',
222
+ // Undo, redo
223
+ 'Undo': 'Ongedaan maken',
224
+ 'Redo': 'Opnieuw',
225
+ // Select all
226
+ 'Select All': 'Alles selecteren',
227
+ // Code view
228
+ 'Code View': 'Codeweergave',
229
+ // Quote
230
+ 'Quote': 'Citaat',
231
+ 'Increase': 'Toenemen',
232
+ 'Decrease': 'Afnemen',
233
+ // Quick Insert
234
+ 'Quick Insert': 'Snel invoegen',
235
+ // Spcial Characters
236
+ 'Special Characters': 'Speciale tekens',
237
+ 'Latin': 'Latijns',
238
+ 'Greek': 'Grieks',
239
+ 'Cyrillic': 'Cyrillisch',
240
+ 'Punctuation': 'Interpunctie',
241
+ 'Currency': 'Valuta',
242
+ 'Arrows': 'Pijlen',
243
+ 'Math': 'Wiskunde',
244
+ 'Misc': 'Misc',
245
+ // Print.
246
+ 'Print': 'Afdrukken',
247
+ // Spell Checker.
248
+ 'Spell Checker': 'Spellingscontrole',
249
+ // Help
250
+ 'Help': 'Hulp',
251
+ 'Shortcuts': 'Snelkoppelingen',
252
+ 'Inline Editor': 'Inline editor',
253
+ 'Show the editor': 'Laat de editor zien',
254
+ 'Common actions': 'Algemene acties',
255
+ 'Copy': 'Kopiëren',
256
+ 'Cut': 'Knippen',
257
+ 'Paste': 'Plakken',
258
+ 'Basic Formatting': 'Basisformattering',
259
+ 'Increase quote level': 'Citaat niveau verhogen',
260
+ 'Decrease quote level': 'Citaatniveau verminderen',
261
+ 'Image / Video': 'Beeld / video',
262
+ 'Resize larger': 'Groter maken',
263
+ 'Resize smaller': 'Kleiner maken',
264
+ 'Table': 'Tabel',
265
+ 'Select table cell': 'Selecteer tabelcel',
266
+ 'Extend selection one cell': 'Selecteer een cel uit',
267
+ 'Extend selection one row': 'Selecteer een rij uit',
268
+ 'Navigation': 'Navigatie',
269
+ 'Focus popup / toolbar': 'Focus pop-up / werkbalk',
270
+ 'Return focus to previous position': 'Focus terug naar vorige positie',
271
+ // Embed.ly
272
+ 'Embed URL': 'Embed url',
273
+ 'Paste in a URL to embed': 'Voer een URL in om toe te voegen',
274
+ // Word Paste.
275
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'De geplakte inhoud komt uit een Microsoft Word-document. wil je het formaat behouden of schoonmaken?',
276
+ 'Keep': 'Opmaak behouden',
277
+ 'Clean': 'Tekst schoonmaken',
278
+ 'Word Paste Detected': 'Word inhoud gedetecteerd',
279
+ // Character Counter
280
+ 'Characters': 'Tekens',
281
+ // More Buttons
282
+ 'More Text': 'Meer Tekst',
283
+ 'More Paragraph': 'Meer paragraaf',
284
+ 'More Rich': 'Meer Rijk',
285
+ 'More Misc': 'Meer Misc'
286
+ },
287
+ direction: 'ltr'
288
+ };
289
+
290
+ })));
291
+ //# sourceMappingURL=nl.js.map