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,284 @@
|
|
|
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
|
+
* Czech
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['cs'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': 'Napište něco',
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Tučné',
|
|
24
|
+
'Italic': 'Kurzíva',
|
|
25
|
+
'Underline': 'Podtržené',
|
|
26
|
+
'Strikethrough': 'Přeškrtnuté',
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Vložit',
|
|
29
|
+
'Delete': 'Vymazat',
|
|
30
|
+
'Cancel': 'Zrušit',
|
|
31
|
+
'OK': 'OK',
|
|
32
|
+
'Back': 'Zpět',
|
|
33
|
+
'Remove': 'Odstranit',
|
|
34
|
+
'More': 'Více',
|
|
35
|
+
'Update': 'Aktualizovat',
|
|
36
|
+
'Style': 'Styl',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Typ písma',
|
|
39
|
+
'Font Size': 'Velikost písma',
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Barvy',
|
|
42
|
+
'Background': 'Pozadí',
|
|
43
|
+
'Text': 'Písmo',
|
|
44
|
+
'HEX Color': 'Hex Barvy',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Formát odstavce',
|
|
47
|
+
'Normal': 'Normální',
|
|
48
|
+
'Code': 'Kód',
|
|
49
|
+
'Heading 1': 'Nadpis 1',
|
|
50
|
+
'Heading 2': 'Nadpis 2',
|
|
51
|
+
'Heading 3': 'Nadpis 3',
|
|
52
|
+
'Heading 4': 'Nadpis 4',
|
|
53
|
+
// Style
|
|
54
|
+
'Paragraph Style': 'Styl odstavce',
|
|
55
|
+
'Inline Style': 'Styl řádku',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Zarovnání',
|
|
58
|
+
'Align Left': 'Zarovnat vlevo',
|
|
59
|
+
'Align Center': 'Zarovnat na střed',
|
|
60
|
+
'Align Right': 'Zarovnat vpravo',
|
|
61
|
+
'Align Justify': 'Zarovnat do bloku',
|
|
62
|
+
'None': 'Žádné',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Číslovaný seznam',
|
|
65
|
+
'Default': 'Výchozí',
|
|
66
|
+
'Lower Alpha': 'Nižší alfa',
|
|
67
|
+
'Lower Greek': 'Nižší řečtina',
|
|
68
|
+
'Lower Roman': 'Nižší římský',
|
|
69
|
+
'Upper Alpha': 'Horní alfa',
|
|
70
|
+
'Upper Roman': 'Horní římský',
|
|
71
|
+
'Unordered List': 'Nečíslovaný seznam',
|
|
72
|
+
'Circle': 'Kruh',
|
|
73
|
+
'Disc': 'Disk',
|
|
74
|
+
'Square': 'Čtverec',
|
|
75
|
+
// Line height
|
|
76
|
+
'Line Height': 'Výška řádku',
|
|
77
|
+
'Single': 'Jednojitá',
|
|
78
|
+
'Double': 'Dvojitá',
|
|
79
|
+
// Indent
|
|
80
|
+
'Decrease Indent': 'Zmenšit odsazení',
|
|
81
|
+
'Increase Indent': 'Zvětšit odsazení',
|
|
82
|
+
// Links
|
|
83
|
+
'Insert Link': 'Vložit odkaz',
|
|
84
|
+
'Open in new tab': 'Otevřít v nové záložce',
|
|
85
|
+
'Open Link': 'Otevřít odkaz',
|
|
86
|
+
'Edit Link': 'Upravit odkaz',
|
|
87
|
+
'Unlink': 'Odstranit odkaz',
|
|
88
|
+
'Choose Link': 'Zvolte odkaz',
|
|
89
|
+
// Images
|
|
90
|
+
'Insert Image': 'Vložit obrázek',
|
|
91
|
+
'Upload Image': 'Nahrát obrázek',
|
|
92
|
+
'By URL': 'Podle URL',
|
|
93
|
+
'Browse': 'Procházet',
|
|
94
|
+
'Drop image': 'Přetáhněte sem obrázek',
|
|
95
|
+
'or click': 'nebo zde klepněte',
|
|
96
|
+
'Manage Images': 'Správa obrázků',
|
|
97
|
+
'Loading': 'Načítání',
|
|
98
|
+
'Deleting': 'Odstranění',
|
|
99
|
+
'Tags': 'Značky',
|
|
100
|
+
'Are you sure? Image will be deleted.': 'Určitě? Obrázek bude smazán.',
|
|
101
|
+
'Replace': 'Nahradit',
|
|
102
|
+
'Uploading': 'Nahrávání',
|
|
103
|
+
'Loading image': 'Obrázek se načítá',
|
|
104
|
+
'Display': 'Zobrazit',
|
|
105
|
+
'Inline': 'Inline',
|
|
106
|
+
'Break Text': 'Zalomení textu',
|
|
107
|
+
'Alternative Text': 'Alternativní text',
|
|
108
|
+
'Change Size': 'Změnit velikost',
|
|
109
|
+
'Width': 'Šířka',
|
|
110
|
+
'Height': 'Výška',
|
|
111
|
+
'Something went wrong. Please try again.': 'Něco se pokazilo. Prosím zkuste to znovu.',
|
|
112
|
+
'Image Caption': 'Titulek obrázku',
|
|
113
|
+
'Advanced Edit': 'Pokročilá úprava',
|
|
114
|
+
// Video
|
|
115
|
+
'Insert Video': 'Vložit video',
|
|
116
|
+
'Embedded Code': 'Vložený kód',
|
|
117
|
+
'Paste in a video URL': 'Vložit adresu URL videa',
|
|
118
|
+
'Drop video': 'Přetáhněte sem video',
|
|
119
|
+
'Your browser does not support HTML5 video.': 'Váš prohlížeč nepodporuje HTML5 video.',
|
|
120
|
+
'Upload Video': 'Nahrát video',
|
|
121
|
+
// Tables
|
|
122
|
+
'Insert Table': 'Vložit tabulku',
|
|
123
|
+
'Table Header': 'Hlavička tabulky',
|
|
124
|
+
'Remove Table': 'Odstranit tabulku',
|
|
125
|
+
'Table Style': 'Styl tabulky',
|
|
126
|
+
'Horizontal Align': 'Horizontální zarovnání',
|
|
127
|
+
'Row': 'Řádek',
|
|
128
|
+
'Insert row above': 'Vložit řádek nad',
|
|
129
|
+
'Insert row below': 'Vložit řádek pod',
|
|
130
|
+
'Delete row': 'Smazat řádek',
|
|
131
|
+
'Column': 'Sloupec',
|
|
132
|
+
'Insert column before': 'Vložit sloupec vlevo',
|
|
133
|
+
'Insert column after': 'Vložit sloupec vpravo',
|
|
134
|
+
'Delete column': 'Smazat sloupec',
|
|
135
|
+
'Cell': 'Buňka',
|
|
136
|
+
'Merge cells': 'Sloučit buňky',
|
|
137
|
+
'Horizontal split': 'Horizontální rozdělení',
|
|
138
|
+
'Vertical split': 'Vertikální rozdělení',
|
|
139
|
+
'Cell Background': 'Pozadí buňky',
|
|
140
|
+
'Vertical Align': 'Vertikální zarovnání',
|
|
141
|
+
'Top': 'Vrch',
|
|
142
|
+
'Middle': 'Střed',
|
|
143
|
+
'Bottom': 'Spodek',
|
|
144
|
+
'Align Top': 'Zarovnat nahoru',
|
|
145
|
+
'Align Middle': 'Zarovnat nastřed',
|
|
146
|
+
'Align Bottom': 'Zarovnat naspodek',
|
|
147
|
+
'Cell Style': 'Styl buňky',
|
|
148
|
+
// Files
|
|
149
|
+
'Upload File': 'Nahrát soubor',
|
|
150
|
+
'Drop file': 'Přetáhněte sem soubor',
|
|
151
|
+
// Emoticons
|
|
152
|
+
'Emoticons': 'Emotikony',
|
|
153
|
+
'Grinning face': 'Tvář s úsměvem',
|
|
154
|
+
'Grinning face with smiling eyes': 'Obličej s úsměvem a očima s úsměvem',
|
|
155
|
+
'Face with tears of joy': 'Tvář se slzami radosti',
|
|
156
|
+
'Smiling face with open mouth': 'Usmívající se obličej s otevřenými ústy',
|
|
157
|
+
'Smiling face with open mouth and smiling eyes': 'Usmívající se obličej s otevřenými ústy a očima s úsměvem',
|
|
158
|
+
'Smiling face with open mouth and cold sweat': 'Usmívající se tvář s otevřenými ústy a studeným potem',
|
|
159
|
+
'Smiling face with open mouth and tightly-closed eyes': 'Usmívající se tvář s otevřenými ústy a těsně zavřenýma očima',
|
|
160
|
+
'Smiling face with halo': 'Usmívající se obličej se svatozáří',
|
|
161
|
+
'Smiling face with horns': 'Usmívající se obličej s rohy',
|
|
162
|
+
'Winking face': 'Mrkání tvář',
|
|
163
|
+
'Smiling face with smiling eyes': 'Usmívající se obličej s očima s úsměvem',
|
|
164
|
+
'Face savoring delicious food': 'Tvář vychutnávajíci chutné jídlo',
|
|
165
|
+
'Relieved face': 'Ulevená tvář',
|
|
166
|
+
'Smiling face with heart-shaped eyes': 'Usmívající se tvář s očima ve tvaru srdce',
|
|
167
|
+
'Smiling face with sunglasses': 'Usmívající se tvář se slunečními brýlemi',
|
|
168
|
+
'Smirking face': 'Uculijíci tvář',
|
|
169
|
+
'Neutral face': 'Neutrální tvář',
|
|
170
|
+
'Expressionless face': 'Bezvýrazný obličej',
|
|
171
|
+
'Unamused face': 'Nepobavená tvář',
|
|
172
|
+
'Face with cold sweat': 'Tvář se studeným potem',
|
|
173
|
+
'Pensive face': 'Zamyšlený obličej',
|
|
174
|
+
'Confused face': 'Zmatená tvář',
|
|
175
|
+
'Confounded face': 'Naštvaná tvář',
|
|
176
|
+
'Kissing face': 'Líbajíci se tvář',
|
|
177
|
+
'Face throwing a kiss': 'Tvář posílajíci polibek',
|
|
178
|
+
'Kissing face with smiling eyes': 'Líbajíci obličej s očima s úsměvem',
|
|
179
|
+
'Kissing face with closed eyes': 'Líbajíci tvář se zavřenýma očima',
|
|
180
|
+
'Face with stuck out tongue': 'Tvář s trčejícim jazykem',
|
|
181
|
+
'Face with stuck out tongue and winking eye': 'Tvář s trčejícim jazykem a mrkajícima očima',
|
|
182
|
+
'Face with stuck out tongue and tightly-closed eyes': 'Tvář s trčejícim jazykem s těsně zavřenýma očima',
|
|
183
|
+
'Disappointed face': 'Zklamaná tvář',
|
|
184
|
+
'Worried face': 'Bojíci se tvář',
|
|
185
|
+
'Angry face': 'Rozzlobená tvář',
|
|
186
|
+
'Pouting face': 'Našpulená tvář',
|
|
187
|
+
'Crying face': 'Pláčíci tvář',
|
|
188
|
+
'Persevering face': 'Vytrvalá tvář',
|
|
189
|
+
'Face with look of triumph': 'Tvář s výrazem triumfu',
|
|
190
|
+
'Disappointed but relieved face': 'Zklamaná ale ulevená tvář',
|
|
191
|
+
'Frowning face with open mouth': 'Zamračená obličej s otevřenými ústy',
|
|
192
|
+
'Anguished face': 'Úzkostná tvář',
|
|
193
|
+
'Fearful face': 'Strašná tvář',
|
|
194
|
+
'Weary face': 'Unavená tvář',
|
|
195
|
+
'Sleepy face': 'Ospalá tvář',
|
|
196
|
+
'Tired face': 'Unavená tvář',
|
|
197
|
+
'Grimacing face': 'Šklebijíci se tvář',
|
|
198
|
+
'Loudly crying face': 'Hlasitě pláčící tvář',
|
|
199
|
+
'Face with open mouth': 'Obličej s otevřenými ústy',
|
|
200
|
+
'Hushed face': 'Tlumená tvář',
|
|
201
|
+
'Face with open mouth and cold sweat': 'Obličej s otevřenými ústy a studeným potem',
|
|
202
|
+
'Face screaming in fear': 'Tvář křičí ve strachu',
|
|
203
|
+
'Astonished face': 'Tvář v úžasu',
|
|
204
|
+
'Flushed face': 'Zarudnutí v obličeji',
|
|
205
|
+
'Sleeping face': 'Spící tvář',
|
|
206
|
+
'Dizzy face': 'Tvář se závratí',
|
|
207
|
+
'Face without mouth': 'Tvář bez úst',
|
|
208
|
+
'Face with medical mask': 'Tvář s lékařskou maskou',
|
|
209
|
+
// Line breaker
|
|
210
|
+
'Break': 'Zalomení',
|
|
211
|
+
// Math
|
|
212
|
+
'Subscript': 'Dolní index',
|
|
213
|
+
'Superscript': 'Horní index',
|
|
214
|
+
// Full screen
|
|
215
|
+
'Fullscreen': 'Celá obrazovka',
|
|
216
|
+
// Horizontal line
|
|
217
|
+
'Insert Horizontal Line': 'Vložit vodorovnou čáru',
|
|
218
|
+
// Clear formatting
|
|
219
|
+
'Clear Formatting': 'Vymazat formátování',
|
|
220
|
+
// Save
|
|
221
|
+
'Save': 'Uložit',
|
|
222
|
+
// Undo, redo
|
|
223
|
+
'Undo': 'Zpět',
|
|
224
|
+
'Redo': 'Znovu',
|
|
225
|
+
// Select all
|
|
226
|
+
'Select All': 'Vybrat vše',
|
|
227
|
+
// Code view
|
|
228
|
+
'Code View': 'Zobrazení kódu',
|
|
229
|
+
// Quote
|
|
230
|
+
'Quote': 'Citát',
|
|
231
|
+
'Increase': 'Navýšení',
|
|
232
|
+
'Decrease': 'Snížení',
|
|
233
|
+
// Quick Insert
|
|
234
|
+
'Quick Insert': 'Rychlá vložka',
|
|
235
|
+
// Spcial Characters
|
|
236
|
+
'Special Characters': 'Speciální znaky',
|
|
237
|
+
'Latin': 'Latinské',
|
|
238
|
+
'Greek': 'Řecké',
|
|
239
|
+
'Cyrillic': 'Cyrilika',
|
|
240
|
+
'Punctuation': 'Interpunkce',
|
|
241
|
+
'Currency': 'Měna',
|
|
242
|
+
'Arrows': 'Šipky',
|
|
243
|
+
'Math': 'Matematika',
|
|
244
|
+
'Misc': 'Různé',
|
|
245
|
+
// Print.
|
|
246
|
+
'Print': 'Tisk',
|
|
247
|
+
// Spell Checker.
|
|
248
|
+
'Spell Checker': 'Kontrola pravopisu',
|
|
249
|
+
// Help
|
|
250
|
+
'Help': 'Pomoc',
|
|
251
|
+
'Shortcuts': 'Zkratky',
|
|
252
|
+
'Inline Editor': 'Inline editor',
|
|
253
|
+
'Show the editor': 'Zobrazit editor',
|
|
254
|
+
'Common actions': 'Společné akce',
|
|
255
|
+
'Copy': 'Kopírovat',
|
|
256
|
+
'Cut': 'Vystřihnout',
|
|
257
|
+
'Paste': 'Vložit',
|
|
258
|
+
'Basic Formatting': 'Základní formátování',
|
|
259
|
+
'Increase quote level': 'Zvýšení kvóty',
|
|
260
|
+
'Decrease quote level': 'Snížení kvóty',
|
|
261
|
+
'Image / Video': 'Obrázek / Video',
|
|
262
|
+
'Resize larger': 'Zvětšit',
|
|
263
|
+
'Resize smaller': 'Zmenšit',
|
|
264
|
+
'Table': 'Tabulka',
|
|
265
|
+
'Select table cell': 'Vyberte buňku tabulky',
|
|
266
|
+
'Extend selection one cell': 'Rozšířit výběr o jednu buňku',
|
|
267
|
+
'Extend selection one row': 'Rozšířit výběr o jeden řádek',
|
|
268
|
+
'Navigation': 'Navigace',
|
|
269
|
+
'Focus popup / toolbar': 'Predvybrat popup / panel nástrojů',
|
|
270
|
+
'Return focus to previous position': 'Návrat na předchozí pozici',
|
|
271
|
+
// Embed.ly
|
|
272
|
+
'Embed URL': 'Vložte url',
|
|
273
|
+
'Paste in a URL to embed': 'Vložit adresu URL',
|
|
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?': 'Vložený obsah pochází z dokumentu Microsoft Word. Chcete formát uchovat nebo jej vyčistit?',
|
|
276
|
+
'Keep': 'Uchovat',
|
|
277
|
+
'Clean': 'Vyčistit',
|
|
278
|
+
'Word Paste Detected': 'Detekovaný obsah dokumentu Word'
|
|
279
|
+
},
|
|
280
|
+
direction: 'ltr'
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
})));
|
|
284
|
+
//# sourceMappingURL=cs.js.map
|
|
@@ -0,0 +1,276 @@
|
|
|
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
|
+
* Danish
|
|
17
|
+
*/
|
|
18
|
+
FE.LANGUAGE['da'] = {
|
|
19
|
+
translation: {
|
|
20
|
+
// Place holder
|
|
21
|
+
'Type something': 'Skriv her',
|
|
22
|
+
// Basic formatting
|
|
23
|
+
'Bold': 'Fed',
|
|
24
|
+
'Italic': 'Kursiv',
|
|
25
|
+
'Underline': 'Understreget',
|
|
26
|
+
'Strikethrough': 'Gennemstreget',
|
|
27
|
+
// Main buttons
|
|
28
|
+
'Insert': 'Indsæt',
|
|
29
|
+
'Delete': 'Slet',
|
|
30
|
+
'Cancel': 'Fortryd',
|
|
31
|
+
'OK': 'Ok',
|
|
32
|
+
'Back': 'Tilbage',
|
|
33
|
+
'Remove': 'Fjern',
|
|
34
|
+
'More': 'Mere',
|
|
35
|
+
'Update': 'Opdater',
|
|
36
|
+
'Style': 'Udseende',
|
|
37
|
+
// Font
|
|
38
|
+
'Font Family': 'Skrifttype',
|
|
39
|
+
'Font Size': 'Skriftstørrelse',
|
|
40
|
+
// Colors
|
|
41
|
+
'Colors': 'Farver',
|
|
42
|
+
'Background': 'Baggrund',
|
|
43
|
+
'Text': 'Tekst',
|
|
44
|
+
'HEX Color': 'Hex farve',
|
|
45
|
+
// Paragraphs
|
|
46
|
+
'Paragraph Format': 'Typografi',
|
|
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': 'Afsnit',
|
|
55
|
+
'Inline Style': 'På linje',
|
|
56
|
+
// Alignment
|
|
57
|
+
'Align': 'Tilpasning',
|
|
58
|
+
'Align Left': 'Venstrejusteret',
|
|
59
|
+
'Align Center': 'Centreret',
|
|
60
|
+
'Align Right': 'Højrejusteret',
|
|
61
|
+
'Align Justify': 'Justeret',
|
|
62
|
+
'None': 'Ingen',
|
|
63
|
+
// Lists
|
|
64
|
+
'Ordered List': 'Punktopstilling',
|
|
65
|
+
'Unordered List': 'Punktopstilling med tal',
|
|
66
|
+
// Indent
|
|
67
|
+
'Decrease Indent': 'Formindsk indrykning',
|
|
68
|
+
'Increase Indent': 'Forøg indrykning',
|
|
69
|
+
// Links
|
|
70
|
+
'Insert Link': 'Indsæt link',
|
|
71
|
+
'Open in new tab': 'Åbn i ny fane',
|
|
72
|
+
'Open Link': 'Åbn link',
|
|
73
|
+
'Edit Link': 'Rediger link',
|
|
74
|
+
'Unlink': 'Fjern link',
|
|
75
|
+
'Choose Link': 'Vælg link',
|
|
76
|
+
// Images
|
|
77
|
+
'Insert Image': 'Indsæt billede',
|
|
78
|
+
'Upload Image': 'Upload billede',
|
|
79
|
+
'By URL': 'Fra URL',
|
|
80
|
+
'Browse': 'Gennemse',
|
|
81
|
+
'Drop image': 'Træk billedet herind',
|
|
82
|
+
'or click': 'eller klik',
|
|
83
|
+
'Manage Images': 'Administrer billeder',
|
|
84
|
+
'Loading': 'Henter',
|
|
85
|
+
'Deleting': 'Sletter',
|
|
86
|
+
'Tags': 'Tags',
|
|
87
|
+
'Are you sure? Image will be deleted.': 'Er du sikker? Billedet vil blive slettet.',
|
|
88
|
+
'Replace': 'Udskift',
|
|
89
|
+
'Uploading': 'Uploader',
|
|
90
|
+
'Loading image': 'Henter billede',
|
|
91
|
+
'Display': 'Layout',
|
|
92
|
+
'Inline': 'På linje',
|
|
93
|
+
'Break Text': 'Ombryd tekst',
|
|
94
|
+
'Alternative Text': 'Supplerende tekst',
|
|
95
|
+
'Change Size': 'Tilpas størrelse',
|
|
96
|
+
'Width': 'Bredde',
|
|
97
|
+
'Height': 'Højde',
|
|
98
|
+
'Something went wrong. Please try again.': 'Noget gik galt. Prøv igen.',
|
|
99
|
+
'Image Caption': 'Billedtekst',
|
|
100
|
+
'Advanced Edit': 'Avanceret redigering',
|
|
101
|
+
// Video
|
|
102
|
+
'Insert Video': 'Indsæt video',
|
|
103
|
+
'Embedded Code': 'Indlejret kode',
|
|
104
|
+
'Paste in a video URL': 'Indsæt en video via URL',
|
|
105
|
+
'Drop video': 'Træk videoen herind',
|
|
106
|
+
'Your browser does not support HTML5 video.': 'Din browser understøtter ikke HTML5 video.',
|
|
107
|
+
'Upload Video': 'Upload video',
|
|
108
|
+
// Tables
|
|
109
|
+
'Insert Table': 'Indsæt tabel',
|
|
110
|
+
'Table Header': 'Tabeloverskrift',
|
|
111
|
+
'Remove Table': 'Fjern tabel',
|
|
112
|
+
'Table Style': 'Tabeludseende',
|
|
113
|
+
'Horizontal Align': 'Vandret tilpasning',
|
|
114
|
+
'Row': 'Række',
|
|
115
|
+
'Insert row above': 'Indsæt række over',
|
|
116
|
+
'Insert row below': 'Indsæt række under',
|
|
117
|
+
'Delete row': 'Slet række',
|
|
118
|
+
'Column': 'Kolonne',
|
|
119
|
+
'Insert column before': 'Indsæt kolonne før',
|
|
120
|
+
'Insert column after': 'Indsæt kolonne efter',
|
|
121
|
+
'Delete column': 'Slet kolonne',
|
|
122
|
+
'Cell': 'Celle',
|
|
123
|
+
'Merge cells': 'Flet celler',
|
|
124
|
+
'Horizontal split': 'Vandret split',
|
|
125
|
+
'Vertical split': 'Lodret split',
|
|
126
|
+
'Cell Background': 'Cellebaggrund',
|
|
127
|
+
'Vertical Align': 'Lodret tilpasning',
|
|
128
|
+
'Top': 'Top',
|
|
129
|
+
'Middle': 'Midte',
|
|
130
|
+
'Bottom': 'Bund',
|
|
131
|
+
'Align Top': 'Tilpas i top',
|
|
132
|
+
'Align Middle': 'Tilpas i midte',
|
|
133
|
+
'Align Bottom': 'Tilpas i bund',
|
|
134
|
+
'Cell Style': 'Celleudseende',
|
|
135
|
+
// Files
|
|
136
|
+
'Upload File': 'Upload fil',
|
|
137
|
+
'Drop file': 'Træk filen herind',
|
|
138
|
+
// Emoticons
|
|
139
|
+
'Emoticons': 'Humørikoner',
|
|
140
|
+
'Grinning face': 'Grinende ansigt',
|
|
141
|
+
'Grinning face with smiling eyes': 'Grinende ansigt med smilende øjne',
|
|
142
|
+
'Face with tears of joy': 'Ansigt med glædestårer',
|
|
143
|
+
'Smiling face with open mouth': 'Smilende ansigt med åben mund',
|
|
144
|
+
'Smiling face with open mouth and smiling eyes': 'Smilende ansigt med åben mund og smilende øjne',
|
|
145
|
+
'Smiling face with open mouth and cold sweat': 'Smilende ansigt med åben mund og koldsved',
|
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': 'Smilende ansigt med åben mund og stramtlukkede øjne',
|
|
147
|
+
'Smiling face with halo': 'Smilende ansigt med glorie',
|
|
148
|
+
'Smiling face with horns': 'Smilende ansigt med horn',
|
|
149
|
+
'Winking face': 'Blinkede ansigt',
|
|
150
|
+
'Smiling face with smiling eyes': 'Smilende ansigt med smilende øjne',
|
|
151
|
+
'Face savoring delicious food': 'Ansigt der savler over lækker mad',
|
|
152
|
+
'Relieved face': 'Lettet ansigt',
|
|
153
|
+
'Smiling face with heart-shaped eyes': 'Smilende ansigt med hjerteformede øjne',
|
|
154
|
+
'Smiling face with sunglasses': 'Smilende ansigt med solbriller',
|
|
155
|
+
'Smirking face': 'Smilende ansigt',
|
|
156
|
+
'Neutral face': 'Neutralt ansigt',
|
|
157
|
+
'Expressionless face': 'Udtryksløst ansigt',
|
|
158
|
+
'Unamused face': 'Utilfredst ansigt',
|
|
159
|
+
'Face with cold sweat': 'Ansigt med koldsved',
|
|
160
|
+
'Pensive face': 'Eftertænksomt ansigt',
|
|
161
|
+
'Confused face': 'Forvirret ansigt',
|
|
162
|
+
'Confounded face': 'Irriteret ansigt',
|
|
163
|
+
'Kissing face': 'Kyssende ansigt',
|
|
164
|
+
'Face throwing a kiss': 'Ansigt der luftkysser',
|
|
165
|
+
'Kissing face with smiling eyes': 'Kyssende ansigt med smilende øjne',
|
|
166
|
+
'Kissing face with closed eyes': 'Kyssende ansigt med lukkede øjne',
|
|
167
|
+
'Face with stuck out tongue': 'Ansigt med tungen ud af munden',
|
|
168
|
+
'Face with stuck out tongue and winking eye': 'Ansigt med tungen ud af munden og blinkede øje',
|
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': 'Ansigt med tungen ud af munden og stramt lukkede øjne',
|
|
170
|
+
'Disappointed face': 'Skuffet ansigt',
|
|
171
|
+
'Worried face': 'Bekymret ansigt',
|
|
172
|
+
'Angry face': 'Vredt ansigt',
|
|
173
|
+
'Pouting face': 'Surmulende ansigt',
|
|
174
|
+
'Crying face': 'Grædende ansigt',
|
|
175
|
+
'Persevering face': 'Vedholdende ansigt',
|
|
176
|
+
'Face with look of triumph': 'Hoverende ansigt',
|
|
177
|
+
'Disappointed but relieved face': 'Skuffet, men lettet ansigt',
|
|
178
|
+
'Frowning face with open mouth': 'Ansigt med åben mund og rynket pande',
|
|
179
|
+
'Anguished face': 'Forpintt ansigt',
|
|
180
|
+
'Fearful face': 'Angst ansigt',
|
|
181
|
+
'Weary face': 'Udmattet ansigt',
|
|
182
|
+
'Sleepy face': 'Søvnigt ansigt',
|
|
183
|
+
'Tired face': 'Træt ansigt',
|
|
184
|
+
'Grimacing face': 'Ansigt der laver en grimasse',
|
|
185
|
+
'Loudly crying face': 'Vrælende ansigt',
|
|
186
|
+
'Face with open mouth': 'Ansigt med åben mund',
|
|
187
|
+
'Hushed face': 'Tyst ansigt',
|
|
188
|
+
'Face with open mouth and cold sweat': 'Ansigt med åben mund og koldsved',
|
|
189
|
+
'Face screaming in fear': 'Ansigt der skriger i frygt',
|
|
190
|
+
'Astonished face': 'Forbløffet ansigt',
|
|
191
|
+
'Flushed face': 'Blussende ansigt',
|
|
192
|
+
'Sleeping face': 'Sovende ansigt',
|
|
193
|
+
'Dizzy face': 'Svimmelt ansigt',
|
|
194
|
+
'Face without mouth': 'Ansigt uden mund',
|
|
195
|
+
'Face with medical mask': 'Ansigt med mundbind',
|
|
196
|
+
// Line breaker
|
|
197
|
+
'Break': 'Linjeskift',
|
|
198
|
+
// Math
|
|
199
|
+
'Subscript': 'Sænket skrift',
|
|
200
|
+
'Superscript': 'Hævet skrift',
|
|
201
|
+
// Full screen
|
|
202
|
+
'Fullscreen': 'Fuldskærm',
|
|
203
|
+
// Horizontal line
|
|
204
|
+
'Insert Horizontal Line': 'Indsæt vandret linie',
|
|
205
|
+
// Clear formatting
|
|
206
|
+
'Clear Formatting': 'Fjern formatering',
|
|
207
|
+
// Undo, redo
|
|
208
|
+
'Undo': 'Fortryd',
|
|
209
|
+
'Redo': 'Annuller fortryd',
|
|
210
|
+
// Select all
|
|
211
|
+
'Select All': 'Vælg alt',
|
|
212
|
+
// Code view
|
|
213
|
+
'Code View': 'Kodevisning',
|
|
214
|
+
// Quote
|
|
215
|
+
'Quote': 'Citat',
|
|
216
|
+
'Increase': 'Forøg',
|
|
217
|
+
'Decrease': 'Formindsk',
|
|
218
|
+
// Quick Insert
|
|
219
|
+
'Quick Insert': 'Kvik-indsæt',
|
|
220
|
+
// Spcial Characters
|
|
221
|
+
'Special Characters': 'Specialtegn',
|
|
222
|
+
'Latin': 'Latin',
|
|
223
|
+
'Greek': 'Græsk',
|
|
224
|
+
'Cyrillic': 'Kyrillisk',
|
|
225
|
+
'Punctuation': 'Tegnsætning',
|
|
226
|
+
'Currency': 'Valuta',
|
|
227
|
+
'Arrows': 'Pile',
|
|
228
|
+
'Math': 'Matematik',
|
|
229
|
+
'Misc': 'Diverse',
|
|
230
|
+
// Print.
|
|
231
|
+
'Print': 'Print',
|
|
232
|
+
// Spell Checker.
|
|
233
|
+
'Spell Checker': 'Stavekontrol',
|
|
234
|
+
// Help
|
|
235
|
+
'Help': 'Hjælp',
|
|
236
|
+
'Shortcuts': 'Genveje',
|
|
237
|
+
'Inline Editor': 'Indlejret editor',
|
|
238
|
+
'Show the editor': 'Vis editor',
|
|
239
|
+
'Common actions': 'Almindelige handlinger',
|
|
240
|
+
'Copy': 'Kopier',
|
|
241
|
+
'Cut': 'Klip',
|
|
242
|
+
'Paste': 'Sæt ind',
|
|
243
|
+
'Basic Formatting': 'Grundlæggende formatering',
|
|
244
|
+
'Increase quote level': 'Hæv citatniveau',
|
|
245
|
+
'Decrease quote level': 'Sænk citatniveau',
|
|
246
|
+
'Image / Video': 'Billede / video',
|
|
247
|
+
'Resize larger': 'Ændre til større',
|
|
248
|
+
'Resize smaller': 'Ændre til mindre',
|
|
249
|
+
'Table': 'Tabel',
|
|
250
|
+
'Select table cell': 'Vælg tabelcelle',
|
|
251
|
+
'Extend selection one cell': 'Udvid markeringen med én celle',
|
|
252
|
+
'Extend selection one row': 'Udvid markeringen med én række',
|
|
253
|
+
'Navigation': 'Navigation',
|
|
254
|
+
'Focus popup / toolbar': 'Fokuser popup / værktøjslinje',
|
|
255
|
+
'Return focus to previous position': 'Skift fokus tilbage til tidligere position',
|
|
256
|
+
// Embed.ly
|
|
257
|
+
'Embed URL': 'Integrer URL',
|
|
258
|
+
'Paste in a URL to embed': 'Indsæt en URL for at indlejre',
|
|
259
|
+
// Word Paste.
|
|
260
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Det indsatte indhold kommer fra et Microsoft Word-dokument. Vil du beholde formateringen eller fjerne den?',
|
|
261
|
+
'Keep': 'Behold',
|
|
262
|
+
'Clean': 'Fjern',
|
|
263
|
+
'Word Paste Detected': 'Indsættelse fra Word opdaget',
|
|
264
|
+
// Character Counter
|
|
265
|
+
'Characters': 'tegn',
|
|
266
|
+
// More Buttons
|
|
267
|
+
'More Text': 'Mere tekst',
|
|
268
|
+
'More Paragraph': 'Mere afsnit',
|
|
269
|
+
'More Rich': 'Mere rig',
|
|
270
|
+
'More Misc': 'Mere Diverse'
|
|
271
|
+
},
|
|
272
|
+
direction: 'ltr'
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
})));
|
|
276
|
+
//# sourceMappingURL=da.js.map
|