varnita 0.0.1
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.
- checksums.yaml +7 -0
- data/LICENSE +22 -0
- data/README.md +123 -0
- data/Rakefile +6 -0
- data/app/assets/javascripts/froala_editor.min.js +7 -0
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +278 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +269 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +278 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +278 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +278 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +278 -0
- data/app/assets/javascripts/languages/pl.js +278 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +278 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +278 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +7 -0
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1356 -0
- data/app/assets/stylesheets/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +353 -0
- data/app/assets/stylesheets/froala_style.min.css +7 -0
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +211 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +198 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +1914 -0
- data/app/assets/stylesheets/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/themes/gray.css +1914 -0
- data/app/assets/stylesheets/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/themes/royal.css +1914 -0
- data/app/assets/stylesheets/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/third_party/embedly.css +61 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +17 -0
- data/lib/wysiwyg-rails/version.rb +5 -0
- data/lib/wysiwyg-rails.rb +2 -0
- metadata +201 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2019 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
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
|
+
* Norwegian
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['nb'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': 'Skriv noe',
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Fet',
|
|
24
|
+
'Italic': 'Kursiv',
|
|
25
|
+
'Underline': 'Understreket',
|
|
26
|
+
'Strikethrough': 'Gjennomstreket',
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Sett',
|
|
29
|
+
'Delete': 'Slett',
|
|
30
|
+
'Cancel': 'Avbryt',
|
|
31
|
+
'OK': 'OK',
|
|
32
|
+
'Back': 'Tilbake',
|
|
33
|
+
'Remove': 'Fjern',
|
|
34
|
+
'More': 'Mer',
|
|
35
|
+
'Update': 'Oppdatering',
|
|
36
|
+
'Style': 'Stil',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Skriftsnitt',
|
|
39
|
+
'Font Size': "St\xF8rrelse",
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Farger',
|
|
42
|
+
'Background': 'Bakgrunn',
|
|
43
|
+
'Text': 'Tekst',
|
|
44
|
+
'HEX Color': 'Heksefarge',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Stiler',
|
|
47
|
+
'Normal': 'Normal',
|
|
48
|
+
'Code': 'Kode',
|
|
49
|
+
'Heading 1': 'Overskrift 1',
|
|
50
|
+
'Heading 2': 'Overskrift 2',
|
|
51
|
+
'Heading 3': 'Overskrift 3',
|
|
52
|
+
'Heading 4': 'Overskrift 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Avsnittsstil',
|
|
55
|
+
'Inline Style': "P\xE5 linje stil",
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Justering',
|
|
58
|
+
'Align Left': 'Venstrejustert',
|
|
59
|
+
'Align Center': 'Midtstilt',
|
|
60
|
+
'Align Right': "H\xF8yrejustert",
|
|
61
|
+
'Align Justify': 'Juster alle linjer',
|
|
62
|
+
'None': 'None',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Ordnet liste',
|
|
65
|
+
'Unordered List': 'Uordnet liste',
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': 'Reduser innrykk',
|
|
68
|
+
'Increase Indent': "\xD8k innrykk",
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': 'Sett inn lenke',
|
|
71
|
+
'Open in new tab': "\xC5pne i ny fane",
|
|
72
|
+
'Open Link': "\xC5pne lenke",
|
|
73
|
+
'Edit Link': 'Rediger lenke',
|
|
74
|
+
'Unlink': 'Fjern lenke',
|
|
75
|
+
'Choose Link': 'Velge lenke',
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Sett inn bilde',
|
|
78
|
+
'Upload Image': 'Last opp bilde',
|
|
79
|
+
'By URL': 'Ved URL',
|
|
80
|
+
'Browse': 'Bla',
|
|
81
|
+
'Drop image': 'Slippe bilde',
|
|
82
|
+
'or click': 'eller klikk',
|
|
83
|
+
'Manage Images': 'Bildebehandling',
|
|
84
|
+
'Loading': 'Lasting',
|
|
85
|
+
'Deleting': 'Slette',
|
|
86
|
+
'Tags': 'Tags',
|
|
87
|
+
'Are you sure? Image will be deleted.': 'Er du sikker? Bildet vil bli slettet.',
|
|
88
|
+
'Replace': 'Erstatte',
|
|
89
|
+
'Uploading': 'Opplasting',
|
|
90
|
+
'Loading image': 'Lasting bilde',
|
|
91
|
+
'Display': 'Utstilling',
|
|
92
|
+
'Inline': "P\xE5 linje",
|
|
93
|
+
'Break Text': 'Brudd tekst',
|
|
94
|
+
'Alternative Text': 'Alternativ tekst',
|
|
95
|
+
'Change Size': "Endre st\xF8rrelse",
|
|
96
|
+
'Width': 'Bredde',
|
|
97
|
+
'Height': "H\xF8yde",
|
|
98
|
+
'Something went wrong. Please try again.': "Noe gikk galt. V\xE6r s\xE5 snill, pr\xF8v p\xE5 nytt.",
|
|
99
|
+
'Image Caption': 'Bilde bildetekst',
|
|
100
|
+
'Advanced Edit': 'Avansert redigering',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Sett inn video',
|
|
103
|
+
'Embedded Code': 'Embedded kode',
|
|
104
|
+
'Paste in a video URL': 'Lim inn i en video-url',
|
|
105
|
+
'Drop video': 'Slipp video',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Nettleseren din støtter ikke html5 video.',
|
|
107
|
+
'Upload Video': 'Last opp video',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Sett inn tabell',
|
|
110
|
+
'Table Header': 'Tabell header',
|
|
111
|
+
'Remove Table': 'Fjern tabell',
|
|
112
|
+
'Table Style': 'Tabell stil',
|
|
113
|
+
'Horizontal Align': 'Horisontal justering',
|
|
114
|
+
'Row': 'Rad',
|
|
115
|
+
'Insert row above': "Sett inn rad f\xF8r",
|
|
116
|
+
'Insert row below': 'Sett in rad etter',
|
|
117
|
+
'Delete row': 'Slett rad',
|
|
118
|
+
'Column': 'Kolonne',
|
|
119
|
+
'Insert column before': "Sett inn kolonne f\xF8r",
|
|
120
|
+
'Insert column after': 'Sett inn kolonne etter',
|
|
121
|
+
'Delete column': 'Slett kolonne',
|
|
122
|
+
'Cell': 'Celle',
|
|
123
|
+
'Merge cells': "Sl\xE5 sammen celler",
|
|
124
|
+
'Horizontal split': 'Horisontalt delt',
|
|
125
|
+
'Vertical split': 'Vertikal split',
|
|
126
|
+
'Cell Background': 'Celle bakgrunn',
|
|
127
|
+
'Vertical Align': 'Vertikal justering',
|
|
128
|
+
'Top': 'Topp',
|
|
129
|
+
'Middle': 'Midten',
|
|
130
|
+
'Bottom': 'Bunn',
|
|
131
|
+
'Align Top': 'Justere toppen',
|
|
132
|
+
'Align Middle': 'Justere midten',
|
|
133
|
+
'Align Bottom': 'Justere bunnen',
|
|
134
|
+
'Cell Style': 'Celle stil',
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': 'Opplastingsfil',
|
|
137
|
+
'Drop file': 'Slippe fil',
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Emoticons',
|
|
140
|
+
'Grinning face': 'Flirer ansikt',
|
|
141
|
+
'Grinning face with smiling eyes': "Flirer ansikt med smilende \xF8yne",
|
|
142
|
+
'Face with tears of joy': "Ansikt med t\xE5rer av glede",
|
|
143
|
+
'Smiling face with open mouth': "Smilende ansikt med \xE5pen munn",
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': "Smilende ansikt med \xE5pen munn og smilende \xF8yne",
|
|
145
|
+
'Smiling face with open mouth and cold sweat': "Smilende ansikt med \xE5pen munn og kald svette",
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "Smilende ansikt med \xE5pen munn og tett lukkede \xF8yne",
|
|
147
|
+
'Smiling face with halo': 'Smilende ansikt med glorie',
|
|
148
|
+
'Smiling face with horns': 'Smilende ansikt med horn',
|
|
149
|
+
'Winking face': 'Blunk ansikt',
|
|
150
|
+
'Smiling face with smiling eyes': "Smilende ansikt med smilende \xF8yne",
|
|
151
|
+
'Face savoring delicious food': "M\xF8te nyter deilig mat",
|
|
152
|
+
'Relieved face': 'Lettet ansikt',
|
|
153
|
+
'Smiling face with heart-shaped eyes': "Smilende ansikt med hjerteformede \xF8yne",
|
|
154
|
+
'Smiling face with sunglasses': 'Smilende ansikt med solbriller',
|
|
155
|
+
'Smirking face': 'Tilfreds ansikt',
|
|
156
|
+
'Neutral face': "N\xF8ytral ansikt",
|
|
157
|
+
'Expressionless face': "Uttrykksl\xF8st ansikt",
|
|
158
|
+
'Unamused face': 'Ikke moret ansikt',
|
|
159
|
+
'Face with cold sweat': 'Ansikt med kald svette',
|
|
160
|
+
'Pensive face': 'Tankefull ansikt',
|
|
161
|
+
'Confused face': 'Forvirret ansikt',
|
|
162
|
+
'Confounded face': 'Skamme ansikt',
|
|
163
|
+
'Kissing face': 'Kyssing ansikt',
|
|
164
|
+
'Face throwing a kiss': 'Ansikt kaste et kyss',
|
|
165
|
+
'Kissing face with smiling eyes': "Kyssing ansikt med smilende \xF8yne",
|
|
166
|
+
'Kissing face with closed eyes': "Kyssing ansiktet med lukkede \xF8yne",
|
|
167
|
+
'Face with stuck out tongue': 'Ansikt med stakk ut tungen',
|
|
168
|
+
'Face with stuck out tongue and winking eye': "Ansikt med stakk ut tungen og blunke \xF8ye",
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "Ansikt med fast ut tungen og tett lukket \xF8yne",
|
|
170
|
+
'Disappointed face': 'Skuffet ansikt',
|
|
171
|
+
'Worried face': 'Bekymret ansikt',
|
|
172
|
+
'Angry face': 'Sint ansikt',
|
|
173
|
+
'Pouting face': 'Trutmunn ansikt',
|
|
174
|
+
'Crying face': "Gr\xE5ter ansikt",
|
|
175
|
+
'Persevering face': 'Utholdende ansikt',
|
|
176
|
+
'Face with look of triumph': 'Ansikt med utseendet til triumf',
|
|
177
|
+
'Disappointed but relieved face': 'Skuffet men lettet ansikt',
|
|
178
|
+
'Frowning face with open mouth': "Rynke ansikt med \xE5pen munn",
|
|
179
|
+
'Anguished face': 'Forpint ansikt',
|
|
180
|
+
'Fearful face': 'Engstelig ansikt',
|
|
181
|
+
'Weary face': 'Slitne ansiktet',
|
|
182
|
+
'Sleepy face': "S\xF8vnig ansikt",
|
|
183
|
+
'Tired face': "Tr\xF8tt ansikt",
|
|
184
|
+
'Grimacing face': 'Griner ansikt',
|
|
185
|
+
'Loudly crying face': "H\xF8ylytt gr\xE5tende ansikt",
|
|
186
|
+
'Face with open mouth': "Ansikt med \xE5pen munn",
|
|
187
|
+
'Hushed face': "Lavm\xE6lt ansikt",
|
|
188
|
+
'Face with open mouth and cold sweat': "Ansikt med \xE5pen munn og kald svette",
|
|
189
|
+
'Face screaming in fear': 'Ansikt skriker i frykt',
|
|
190
|
+
'Astonished face': 'Forbauset ansikt',
|
|
191
|
+
'Flushed face': 'Flushed ansikt',
|
|
192
|
+
'Sleeping face': 'Sovende ansikt',
|
|
193
|
+
'Dizzy face': 'Svimmel ansikt',
|
|
194
|
+
'Face without mouth': 'Ansikt uten munn',
|
|
195
|
+
'Face with medical mask': 'Ansikt med medisinsk maske',
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Brudd',
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': 'Senket skrift',
|
|
200
|
+
'Superscript': 'Hevet skrift',
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': 'Full skjerm',
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': 'Sett inn horisontal linje',
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': 'Fjerne formatering',
|
|
207
|
+
// Save
|
|
208
|
+
'Save': 'Lagre',
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': 'Angre',
|
|
211
|
+
'Redo': "Utf\xF8r likevel",
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': 'Marker alt',
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': 'Kodevisning',
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': 'Sitat',
|
|
218
|
+
'Increase': "\xD8ke",
|
|
219
|
+
'Decrease': 'Nedgang',
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': 'Hurtiginnsats',
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'Spesielle karakterer',
|
|
224
|
+
'Latin': 'Latin',
|
|
225
|
+
'Greek': 'Gresk',
|
|
226
|
+
'Cyrillic': 'Kyrilliske',
|
|
227
|
+
'Punctuation': 'Tegnsetting',
|
|
228
|
+
'Currency': 'Valuta',
|
|
229
|
+
'Arrows': 'Piler',
|
|
230
|
+
'Math': 'Matte',
|
|
231
|
+
'Misc': 'Misc',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Skrive ut',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Stavekontroll',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Hjelp',
|
|
238
|
+
'Shortcuts': 'Snarveier',
|
|
239
|
+
'Inline Editor': 'Inline editor',
|
|
240
|
+
'Show the editor': 'Vis redaktøren',
|
|
241
|
+
'Common actions': 'Felles handlinger',
|
|
242
|
+
'Copy': 'Kopiere',
|
|
243
|
+
'Cut': 'Kutte opp',
|
|
244
|
+
'Paste': 'Lim inn',
|
|
245
|
+
'Basic Formatting': 'Grunnleggende formatering',
|
|
246
|
+
'Increase quote level': 'Øke tilbudsnivået',
|
|
247
|
+
'Decrease quote level': 'Redusere tilbudsnivå',
|
|
248
|
+
'Image / Video': 'Bilde / video',
|
|
249
|
+
'Resize larger': 'Endre størrelsen større',
|
|
250
|
+
'Resize smaller': 'Endre størrelsen mindre',
|
|
251
|
+
'Table': 'Bord',
|
|
252
|
+
'Select table cell': 'Velg tabellcelle',
|
|
253
|
+
'Extend selection one cell': 'Utvide valg en celle',
|
|
254
|
+
'Extend selection one row': 'Utvide valg en rad',
|
|
255
|
+
'Navigation': 'Navigasjon',
|
|
256
|
+
'Focus popup / toolbar': 'Fokus popup / verktøylinje',
|
|
257
|
+
'Return focus to previous position': 'Returnere fokus til tidligere posisjon',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'Legge inn nettadressen',
|
|
260
|
+
'Paste in a URL to embed': 'Lim inn i en URL for å legge inn',
|
|
261
|
+
// Word Paste.
|
|
262
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Det limte innholdet kommer fra et Microsoft Word-dokument. vil du beholde formatet eller rydde det opp?',
|
|
263
|
+
'Keep': 'Beholde',
|
|
264
|
+
'Clean': 'Ren',
|
|
265
|
+
'Word Paste Detected': 'Ordpasta oppdages',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'Tegn',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'Mer Tekst',
|
|
270
|
+
'More Paragraph': 'Mer Avsnitt',
|
|
271
|
+
'More Rich': 'Mer Rik',
|
|
272
|
+
'More Misc': 'Mer Diverse'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=nb.js.map
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
|
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
+
* Copyright 2014-2019 Froala Labs
|
|
5
|
+
*/
|
|
6
|
+
|
|
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
|
+
// Colors
|
|
41
|
+
'Colors': 'Kleuren',
|
|
42
|
+
'Background': 'Achtergrond',
|
|
43
|
+
'Text': 'Tekst',
|
|
44
|
+
'HEX Color': 'HEX kleur',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Opmaak',
|
|
47
|
+
'Normal': 'Normaal',
|
|
48
|
+
'Code': 'Code',
|
|
49
|
+
'Heading 1': 'Kop 1',
|
|
50
|
+
'Heading 2': 'Kop 2',
|
|
51
|
+
'Heading 3': 'Kop 3',
|
|
52
|
+
'Heading 4': 'Kop 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Paragraaf stijl',
|
|
55
|
+
'Inline Style': 'Inline stijl',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Uitlijnen',
|
|
58
|
+
'Align Left': 'Links uitlijnen',
|
|
59
|
+
'Align Center': 'Centreren',
|
|
60
|
+
'Align Right': 'Rechts uitlijnen',
|
|
61
|
+
'Align Justify': 'Uitvullen',
|
|
62
|
+
'None': 'Geen',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Geordende lijst',
|
|
65
|
+
'Unordered List': 'Ongeordende lijst',
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': 'Inspringen verkleinen',
|
|
68
|
+
'Increase Indent': 'Inspringen vergroten',
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': 'Link invoegen',
|
|
71
|
+
'Open in new tab': 'Openen in nieuwe tab',
|
|
72
|
+
'Open Link': 'Open link',
|
|
73
|
+
'Edit Link': 'Link bewerken',
|
|
74
|
+
'Unlink': 'Link verwijderen',
|
|
75
|
+
'Choose Link': 'Link kiezen',
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Afbeelding invoegen',
|
|
78
|
+
'Upload Image': 'Afbeelding uploaden',
|
|
79
|
+
'By URL': 'Via URL',
|
|
80
|
+
'Browse': 'Bladeren',
|
|
81
|
+
'Drop image': 'Sleep afbeelding',
|
|
82
|
+
'or click': 'of klik op',
|
|
83
|
+
'Manage Images': 'Afbeeldingen beheren',
|
|
84
|
+
'Loading': 'Bezig met laden',
|
|
85
|
+
'Deleting': 'Verwijderen',
|
|
86
|
+
'Tags': 'Labels',
|
|
87
|
+
'Are you sure? Image will be deleted.': 'Weet je het zeker? Afbeelding wordt verwijderd.',
|
|
88
|
+
'Replace': 'Vervangen',
|
|
89
|
+
'Uploading': 'Uploaden',
|
|
90
|
+
'Loading image': 'Afbeelding laden',
|
|
91
|
+
'Display': 'Tonen',
|
|
92
|
+
'Inline': 'Inline',
|
|
93
|
+
'Break Text': 'Tekst afbreken',
|
|
94
|
+
'Alternative Text': 'Alternatieve tekst',
|
|
95
|
+
'Change Size': 'Grootte wijzigen',
|
|
96
|
+
'Width': 'Breedte',
|
|
97
|
+
'Height': 'Hoogte',
|
|
98
|
+
'Something went wrong. Please try again.': 'Er is iets fout gegaan. Probeer opnieuw.',
|
|
99
|
+
'Image Caption': 'Afbeelding caption',
|
|
100
|
+
'Advanced Edit': 'Geavanceerd bewerken',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Video invoegen',
|
|
103
|
+
'Embedded Code': 'Ingebedde code',
|
|
104
|
+
'Paste in a video URL': 'Voeg een video-URL toe',
|
|
105
|
+
'Drop video': 'Sleep video',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Je browser ondersteunt geen html5-video.',
|
|
107
|
+
'Upload Video': 'Video uploaden',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Tabel invoegen',
|
|
110
|
+
'Table Header': 'Tabel hoofd',
|
|
111
|
+
'Remove Table': 'Verwijder tabel',
|
|
112
|
+
'Table Style': 'Tabelstijl',
|
|
113
|
+
'Horizontal Align': 'Horizontale uitlijning',
|
|
114
|
+
'Row': 'Rij',
|
|
115
|
+
'Insert row above': 'Voeg rij boven toe',
|
|
116
|
+
'Insert row below': 'Voeg rij onder toe',
|
|
117
|
+
'Delete row': 'Verwijder rij',
|
|
118
|
+
'Column': 'Kolom',
|
|
119
|
+
'Insert column before': 'Voeg kolom in voor',
|
|
120
|
+
'Insert column after': 'Voeg kolom in na',
|
|
121
|
+
'Delete column': 'Verwijder kolom',
|
|
122
|
+
'Cell': 'Cel',
|
|
123
|
+
'Merge cells': 'Cellen samenvoegen',
|
|
124
|
+
'Horizontal split': 'Horizontaal splitsen',
|
|
125
|
+
'Vertical split': 'Verticaal splitsen',
|
|
126
|
+
'Cell Background': 'Cel achtergrond',
|
|
127
|
+
'Vertical Align': 'Verticale uitlijning',
|
|
128
|
+
'Top': 'Top',
|
|
129
|
+
'Middle': 'Midden',
|
|
130
|
+
'Bottom': 'Onder',
|
|
131
|
+
'Align Top': 'Uitlijnen top',
|
|
132
|
+
'Align Middle': 'Uitlijnen midden',
|
|
133
|
+
'Align Bottom': 'Onder uitlijnen',
|
|
134
|
+
'Cell Style': 'Celstijl',
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': 'Bestand uploaden',
|
|
137
|
+
'Drop file': 'Sleep bestand',
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Emoticons',
|
|
140
|
+
'Grinning face': 'Grijnzend gezicht',
|
|
141
|
+
'Grinning face with smiling eyes': 'Grijnzend gezicht met lachende ogen',
|
|
142
|
+
'Face with tears of joy': 'Gezicht met tranen van vreugde',
|
|
143
|
+
'Smiling face with open mouth': 'Lachend gezicht met open mond',
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': 'Lachend gezicht met open mond en lachende ogen',
|
|
145
|
+
'Smiling face with open mouth and cold sweat': 'Lachend gezicht met open mond en koud zweet',
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': 'Lachend gezicht met open mond en strak gesloten ogen',
|
|
147
|
+
'Smiling face with halo': 'Lachend gezicht met halo',
|
|
148
|
+
'Smiling face with horns': 'Lachend gezicht met hoorns',
|
|
149
|
+
'Winking face': 'Knipogend gezicht',
|
|
150
|
+
'Smiling face with smiling eyes': 'Lachend gezicht met lachende ogen',
|
|
151
|
+
'Face savoring delicious food': 'Gezicht genietend van heerlijk eten',
|
|
152
|
+
'Relieved face': 'Opgelucht gezicht',
|
|
153
|
+
'Smiling face with heart-shaped eyes': 'Glimlachend gezicht met hart-vormige ogen',
|
|
154
|
+
'Smiling face with sunglasses': 'Lachend gezicht met zonnebril',
|
|
155
|
+
'Smirking face': 'Grijnzende gezicht',
|
|
156
|
+
'Neutral face': 'Neutraal gezicht',
|
|
157
|
+
'Expressionless face': 'Uitdrukkingsloos gezicht',
|
|
158
|
+
'Unamused face': 'Niet geamuseerd gezicht',
|
|
159
|
+
'Face with cold sweat': 'Gezicht met koud zweet',
|
|
160
|
+
'Pensive face': 'Peinzend gezicht',
|
|
161
|
+
'Confused face': 'Verward gezicht',
|
|
162
|
+
'Confounded face': 'Beschaamd gezicht',
|
|
163
|
+
'Kissing face': 'Zoenend gezicht',
|
|
164
|
+
'Face throwing a kiss': 'Gezicht gooien van een kus',
|
|
165
|
+
'Kissing face with smiling eyes': 'Zoenend gezicht met lachende ogen',
|
|
166
|
+
'Kissing face with closed eyes': 'Zoenend gezicht met gesloten ogen',
|
|
167
|
+
'Face with stuck out tongue': 'Gezicht met uitstekende tong',
|
|
168
|
+
'Face with stuck out tongue and winking eye': 'Gezicht met uitstekende tong en knipoog',
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': 'Gezicht met uitstekende tong en strak-gesloten ogen',
|
|
170
|
+
'Disappointed face': 'Teleurgesteld gezicht',
|
|
171
|
+
'Worried face': 'Bezorgd gezicht',
|
|
172
|
+
'Angry face': 'Boos gezicht',
|
|
173
|
+
'Pouting face': 'Pruilend gezicht',
|
|
174
|
+
'Crying face': 'Huilend gezicht',
|
|
175
|
+
'Persevering face': 'Volhardend gezicht',
|
|
176
|
+
'Face with look of triumph': 'Gezicht met blik van triomf',
|
|
177
|
+
'Disappointed but relieved face': 'Teleurgesteld, maar opgelucht gezicht',
|
|
178
|
+
'Frowning face with open mouth': 'Fronsend gezicht met open mond',
|
|
179
|
+
'Anguished face': 'Gekweld gezicht',
|
|
180
|
+
'Fearful face': 'Angstig gezicht',
|
|
181
|
+
'Weary face': 'Vermoeid gezicht',
|
|
182
|
+
'Sleepy face': 'Slaperig gezicht',
|
|
183
|
+
'Tired face': 'Moe gezicht',
|
|
184
|
+
'Grimacing face': 'Grimassen trekkend gezicht',
|
|
185
|
+
'Loudly crying face': 'Luid schreeuwend gezicht',
|
|
186
|
+
'Face with open mouth': 'Gezicht met open mond',
|
|
187
|
+
'Hushed face': 'Tot zwijgen gebracht gezicht',
|
|
188
|
+
'Face with open mouth and cold sweat': 'Gezicht met open mond en koud zweet',
|
|
189
|
+
'Face screaming in fear': 'Gezicht schreeuwend van angst',
|
|
190
|
+
'Astonished face': 'Verbaasd gezicht',
|
|
191
|
+
'Flushed face': 'Blozend gezicht',
|
|
192
|
+
'Sleeping face': 'Slapend gezicht',
|
|
193
|
+
'Dizzy face': 'Duizelig gezicht',
|
|
194
|
+
'Face without mouth': 'Gezicht zonder mond',
|
|
195
|
+
'Face with medical mask': 'Gezicht met medisch masker',
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Afbreken',
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': 'Subscript',
|
|
200
|
+
'Superscript': 'Superscript',
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': 'Volledig scherm',
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': 'Horizontale lijn invoegen',
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': 'Verwijder opmaak',
|
|
207
|
+
// Save
|
|
208
|
+
'Save': 'Opslaan',
|
|
209
|
+
// Undo, redo
|
|
210
|
+
'Undo': 'Ongedaan maken',
|
|
211
|
+
'Redo': 'Opnieuw',
|
|
212
|
+
// Select all
|
|
213
|
+
'Select All': 'Alles selecteren',
|
|
214
|
+
// Code view
|
|
215
|
+
'Code View': 'Codeweergave',
|
|
216
|
+
// Quote
|
|
217
|
+
'Quote': 'Citaat',
|
|
218
|
+
'Increase': 'Toenemen',
|
|
219
|
+
'Decrease': 'Afnemen',
|
|
220
|
+
// Quick Insert
|
|
221
|
+
'Quick Insert': 'Snel invoegen',
|
|
222
|
+
// Spcial Characters
|
|
223
|
+
'Special Characters': 'Speciale tekens',
|
|
224
|
+
'Latin': 'Latijns',
|
|
225
|
+
'Greek': 'Grieks',
|
|
226
|
+
'Cyrillic': 'Cyrillisch',
|
|
227
|
+
'Punctuation': 'Interpunctie',
|
|
228
|
+
'Currency': 'Valuta',
|
|
229
|
+
'Arrows': 'Pijlen',
|
|
230
|
+
'Math': 'Wiskunde',
|
|
231
|
+
'Misc': 'Misc',
|
|
232
|
+
// Print.
|
|
233
|
+
'Print': 'Afdrukken',
|
|
234
|
+
// Spell Checker.
|
|
235
|
+
'Spell Checker': 'Spellingscontrole',
|
|
236
|
+
// Help
|
|
237
|
+
'Help': 'Hulp',
|
|
238
|
+
'Shortcuts': 'Snelkoppelingen',
|
|
239
|
+
'Inline Editor': 'Inline editor',
|
|
240
|
+
'Show the editor': 'Laat de editor zien',
|
|
241
|
+
'Common actions': 'Algemene acties',
|
|
242
|
+
'Copy': 'Kopiëren',
|
|
243
|
+
'Cut': 'Knippen',
|
|
244
|
+
'Paste': 'Plakken',
|
|
245
|
+
'Basic Formatting': 'Basisformattering',
|
|
246
|
+
'Increase quote level': 'Citaat niveau verhogen',
|
|
247
|
+
'Decrease quote level': 'Citaatniveau verminderen',
|
|
248
|
+
'Image / Video': 'Beeld / video',
|
|
249
|
+
'Resize larger': 'Groter maken',
|
|
250
|
+
'Resize smaller': 'Kleiner maken',
|
|
251
|
+
'Table': 'Tabel',
|
|
252
|
+
'Select table cell': 'Selecteer tabelcel',
|
|
253
|
+
'Extend selection one cell': 'Selecteer een cel uit',
|
|
254
|
+
'Extend selection one row': 'Selecteer een rij uit',
|
|
255
|
+
'Navigation': 'Navigatie',
|
|
256
|
+
'Focus popup / toolbar': 'Focus pop-up / werkbalk',
|
|
257
|
+
'Return focus to previous position': 'Focus terug naar vorige positie',
|
|
258
|
+
// Embed.ly
|
|
259
|
+
'Embed URL': 'Embed url',
|
|
260
|
+
'Paste in a URL to embed': 'Voer een URL in om toe te voegen',
|
|
261
|
+
// Word Paste.
|
|
262
|
+
'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?',
|
|
263
|
+
'Keep': 'Opmaak behouden',
|
|
264
|
+
'Clean': 'Tekst schoonmaken',
|
|
265
|
+
'Word Paste Detected': 'Word inhoud gedetecteerd',
|
|
266
|
+
// Character Counter
|
|
267
|
+
'Characters': 'Tekens',
|
|
268
|
+
// More Buttons
|
|
269
|
+
'More Text': 'Meer Tekst',
|
|
270
|
+
'More Paragraph': 'Meer paragraaf',
|
|
271
|
+
'More Rich': 'Meer Rijk',
|
|
272
|
+
'More Misc': 'Meer Misc'
|
|
273
|
+
},
|
|
274
|
+
direction: 'ltr'
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
})));
|
|
278
|
+
//# sourceMappingURL=nl.js.map
|