activeadmin_froala_editor 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  5. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  44. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor_input.js +32 -5
  86. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +12 -0
  87. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  141. data/lib/activeadmin/froala_editor/version.rb +1 -1
  142. metadata +154 -17
  143. data/.gitignore +0 -3
  144. data/Gemfile +0 -4
  145. data/activeadmin_froala_editor.gemspec +0 -19
  146. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  147. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  148. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  149. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  150. data/screenshot.jpg +0 -0
@@ -1,314 +1,291 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 Froala Labs
5
5
  */
6
6
 
7
- (function (factory) {
8
- if (typeof define === 'function' && define.amd) {
9
- // AMD. Register as an anonymous module.
10
- define(['jquery'], factory);
11
- } else if (typeof module === 'object' && module.exports) {
12
- // Node/CommonJS
13
- module.exports = function( root, jQuery ) {
14
- if ( jQuery === undefined ) {
15
- // require('jQuery') returns a factory that requires window to
16
- // build a jQuery instance, we normalize how we use modules
17
- // that require this pattern but the window provided is a noop
18
- // if it's defined (how jquery works)
19
- if ( typeof window !== 'undefined' ) {
20
- jQuery = require('jquery');
21
- }
22
- else {
23
- jQuery = require('jquery')(root);
24
- }
25
- }
26
- return factory(jQuery);
27
- };
28
- } else {
29
- // Browser globals
30
- factory(window.jQuery);
31
- }
32
- }(function ($) {
33
- /**
34
- * 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": "Letter grootte",
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": "In de rij 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": "Hyperlink 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": "Blader",
111
- "Drop image": "Drop 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": "In lijn",
123
- "Break Text": "Tekst afbreken",
124
- "Alternate 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
-
136
- // Tables
137
- "Insert Table": "Tabel invoegen",
138
- "Table Header": "Tabel hoofd",
139
- "Remove Table": "Verwijder tabel",
140
- "Table Style": "Tabelstijl",
141
- "Horizontal Align": "Horizontale uitlijning",
142
- "Row": "Rij",
143
- "Insert row above": "Voeg rij boven toe",
144
- "Insert row below": "Voeg rij onder toe",
145
- "Delete row": "Verwijder rij",
146
- "Column": "Kolom",
147
- "Insert column before": "Voeg kolom in voor",
148
- "Insert column after": "Voeg kolom in na",
149
- "Delete column": "Verwijder kolom",
150
- "Cell": "Cel",
151
- "Merge cells": "Cellen samenvoegen",
152
- "Horizontal split": "Horizontaal splitsen",
153
- "Vertical split": "Verticaal splitsen",
154
- "Cell Background": "Cel achtergrond",
155
- "Vertical Align": "Verticale uitlijning",
156
- "Top": "Top",
157
- "Middle": "Midden",
158
- "Bottom": "Onder",
159
- "Align Top": "Uitlijnen top",
160
- "Align Middle": "Uitlijnen midden",
161
- "Align Bottom": "Onder uitlijnen",
162
- "Cell Style": "Celstijl",
163
-
164
- // Files
165
- "Upload File": "Upload bestand",
166
- "Drop file": "Drop bestand",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticons",
170
- "Grinning face": "Grijnzend gezicht",
171
- "Grinning face with smiling eyes": "Grijnzend gezicht met lachende ogen",
172
- "Face with tears of joy": "Gezicht met tranen van vreugde",
173
- "Smiling face with open mouth": "Lachend gezicht met open mond",
174
- "Smiling face with open mouth and smiling eyes": "Lachend gezicht met open mond en lachende ogen",
175
- "Smiling face with open mouth and cold sweat": "Lachend gezicht met open mond en koud zweet",
176
- "Smiling face with open mouth and tightly-closed eyes": "Lachend gezicht met open mond en strak gesloten ogen",
177
- "Smiling face with halo": "Lachend gezicht met halo",
178
- "Smiling face with horns": "Lachend gezicht met hoorns",
179
- "Winking face": "Knipogend gezicht",
180
- "Smiling face with smiling eyes": "Lachend gezicht met lachende ogen",
181
- "Face savoring delicious food": "Gezicht genietend van heerlijk eten",
182
- "Relieved face": "Opgelucht gezicht",
183
- "Smiling face with heart-shaped eyes": "Glimlachend gezicht met hart-vormige ogen",
184
- "Smiling face with sunglasses": "Lachend gezicht met zonnebril",
185
- "Smirking face": "Grijnzende gezicht",
186
- "Neutral face": "Neutraal gezicht",
187
- "Expressionless face": "Uitdrukkingsloos gezicht",
188
- "Unamused face": "Niet geamuseerd gezicht",
189
- "Face with cold sweat": "Gezicht met koud zweet",
190
- "Pensive face": "Peinzend gezicht",
191
- "Confused face": "Verward gezicht",
192
- "Confounded face": "Beschaamd gezicht",
193
- "Kissing face": "Zoenend gezicht",
194
- "Face throwing a kiss": "Gezicht gooien van een kus",
195
- "Kissing face with smiling eyes": "Zoenend gezicht met lachende ogen",
196
- "Kissing face with closed eyes": "Zoenend gezicht met gesloten ogen",
197
- "Face with stuck out tongue": "Gezicht met uitstekende tong",
198
- "Face with stuck out tongue and winking eye": "Gezicht met uitstekende tong en knipoog",
199
- "Face with stuck out tongue and tightly-closed eyes": "Gezicht met uitstekende tong en strak-gesloten ogen",
200
- "Disappointed face": "Teleurgesteld gezicht",
201
- "Worried face": "Bezorgd gezicht",
202
- "Angry face": "Boos gezicht",
203
- "Pouting face": "Pruilend gezicht",
204
- "Crying face": "Huilend gezicht",
205
- "Persevering face": "Volhardend gezicht",
206
- "Face with look of triumph": "Gezicht met blik van triomf",
207
- "Disappointed but relieved face": "Teleurgesteld, maar opgelucht gezicht",
208
- "Frowning face with open mouth": "Fronsend gezicht met open mond",
209
- "Anguished face": "Gekweld gezicht",
210
- "Fearful face": "Angstig gezicht",
211
- "Weary face": "Vermoeid gezicht",
212
- "Sleepy face": "Slaperig gezicht",
213
- "Tired face": "Moe gezicht",
214
- "Grimacing face": "Grimassen trekkend gezicht",
215
- "Loudly crying face": "Luid schreeuwend gezicht",
216
- "Face with open mouth": "Gezicht met open mond",
217
- "Hushed face": "Tot zwijgen gebracht gezicht",
218
- "Face with open mouth and cold sweat": "Gezicht met open mond en koud zweet",
219
- "Face screaming in fear": "Gezicht schreeuwend van angst",
220
- "Astonished face": "Verbaasd gezicht",
221
- "Flushed face": "Blozend gezicht",
222
- "Sleeping face": "Slapend gezicht",
223
- "Dizzy face": "Duizelig gezicht",
224
- "Face without mouth": "Gezicht zonder mond",
225
- "Face with medical mask": "Gezicht met medisch masker",
226
-
227
- // Line breaker
228
- "Break": "Afbreken",
229
-
230
- // Math
231
- "Subscript": "Subscript",
232
- "Superscript": "Superscript",
233
-
234
- // Full screen
235
- "Fullscreen": "Volledig scherm",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Horizontale lijn invoegen",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Verwijder opmaak",
242
-
243
- // Undo, redo
244
- "Undo": "Ongedaan maken",
245
- "Redo": "Opnieuw",
246
-
247
- // Select all
248
- "Select All": "Alles selecteren",
249
-
250
- // Code view
251
- "Code View": "Codeweergave",
252
-
253
- // Quote
254
- "Quote": "Citaat",
255
- "Increase": "Toenemen",
256
- "Decrease": "Daling",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Snel invoegen",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Speciale tekens",
263
- "Latin": "Latijns",
264
- "Greek": "Grieks",
265
- "Cyrillic": "Cyrillisch",
266
- "Punctuation": "Interpunctie",
267
- "Currency": "Valuta",
268
- "Arrows": "Pijlen",
269
- "Math": "Wiskunde",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Afdrukken",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Spellingscontrole",
277
-
278
- // Help
279
- "Help": "Helpen",
280
- "Shortcuts": "Snelkoppelingen",
281
- "Inline Editor": "Inline editor",
282
- "Show the editor": "Laat de editor zien",
283
- "Common actions": "Gemeenschappelijke acties",
284
- "Copy": "Kopiëren",
285
- "Cut": "Besnoeiing",
286
- "Paste": "Plakken",
287
- "Basic Formatting": "Basisformattering",
288
- "Increase quote level": "Citaat niveau verhogen",
289
- "Decrease quote level": "Citaatniveau verminderen",
290
- "Image / Video": "Beeld / video",
291
- "Resize larger": "Grootte groter",
292
- "Resize smaller": "Kleiner formaat wijzigen",
293
- "Table": "Tafel",
294
- "Select table cell": "Selecteer tabelcel",
295
- "Extend selection one cell": "Selecteer een cel uit",
296
- "Extend selection one row": "Selecteer een rij uit",
297
- "Navigation": "Navigatie",
298
- "Focus popup / toolbar": "Focus pop-up / werkbalk",
299
- "Return focus to previous position": "Terugkeer focus naar vorige positie",
300
-
301
- // Embed.ly
302
- "Embed URL": "Embed url",
303
- "Paste in a URL to embed": "Plak in een url om in te vullen",
304
-
305
- // Word Paste.
306
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "De geplakte inhoud komt uit een Microsoft Word-document. wil je het formaat behouden of opruimen?",
307
- "Keep": "Houden",
308
- "Clean": "Schoon",
309
- "Word Paste Detected": "Woordpasta gedetecteerd"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * 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