wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +123 -175
  4. data/Rakefile +5 -5
  5. data/app/assets/javascripts/froala_editor.min.js +1 -7
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +1 -7
  7. data/app/assets/javascripts/languages/ar.js +277 -336
  8. data/app/assets/javascripts/languages/bs.js +277 -336
  9. data/app/assets/javascripts/languages/cs.js +277 -336
  10. data/app/assets/javascripts/languages/da.js +275 -333
  11. data/app/assets/javascripts/languages/de.js +277 -336
  12. data/app/assets/javascripts/languages/el.js +283 -342
  13. data/app/assets/javascripts/languages/en_ca.js +221 -280
  14. data/app/assets/javascripts/languages/en_gb.js +221 -280
  15. data/app/assets/javascripts/languages/es.js +277 -342
  16. data/app/assets/javascripts/languages/et.js +277 -336
  17. data/app/assets/javascripts/languages/fa.js +277 -336
  18. data/app/assets/javascripts/languages/fi.js +277 -336
  19. data/app/assets/javascripts/languages/fr.js +277 -336
  20. data/app/assets/javascripts/languages/he.js +277 -336
  21. data/app/assets/javascripts/languages/hr.js +277 -336
  22. data/app/assets/javascripts/languages/hu.js +277 -336
  23. data/app/assets/javascripts/languages/id.js +277 -337
  24. data/app/assets/javascripts/languages/it.js +277 -336
  25. data/app/assets/javascripts/languages/ja.js +277 -336
  26. data/app/assets/javascripts/languages/ko.js +277 -336
  27. data/app/assets/javascripts/languages/ku.js +270 -329
  28. data/app/assets/javascripts/languages/me.js +277 -336
  29. data/app/assets/javascripts/languages/nb.js +277 -336
  30. data/app/assets/javascripts/languages/nl.js +277 -336
  31. data/app/assets/javascripts/languages/pl.js +277 -336
  32. data/app/assets/javascripts/languages/pt_br.js +277 -336
  33. data/app/assets/javascripts/languages/pt_pt.js +277 -336
  34. data/app/assets/javascripts/languages/ro.js +277 -336
  35. data/app/assets/javascripts/languages/ru.js +277 -336
  36. data/app/assets/javascripts/languages/sk.js +277 -336
  37. data/app/assets/javascripts/languages/sr.js +277 -336
  38. data/app/assets/javascripts/languages/sv.js +277 -336
  39. data/app/assets/javascripts/languages/th.js +277 -336
  40. data/app/assets/javascripts/languages/tr.js +277 -336
  41. data/app/assets/javascripts/languages/uk.js +277 -336
  42. data/app/assets/javascripts/languages/vi.js +218 -276
  43. data/app/assets/javascripts/languages/zh_cn.js +277 -336
  44. data/app/assets/javascripts/languages/zh_tw.js +277 -336
  45. data/app/assets/javascripts/plugins/align.min.js +1 -7
  46. data/app/assets/javascripts/plugins/char_counter.min.js +1 -7
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -7
  48. data/app/assets/javascripts/plugins/code_view.min.js +1 -7
  49. data/app/assets/javascripts/plugins/colors.min.js +1 -7
  50. data/app/assets/javascripts/plugins/draggable.min.js +1 -7
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +1 -7
  53. data/app/assets/javascripts/plugins/entities.min.js +1 -7
  54. data/app/assets/javascripts/plugins/file.min.js +1 -7
  55. data/app/assets/javascripts/plugins/font_family.min.js +1 -7
  56. data/app/assets/javascripts/plugins/font_size.min.js +1 -7
  57. data/app/assets/javascripts/plugins/forms.min.js +1 -7
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -7
  59. data/app/assets/javascripts/plugins/help.min.js +1 -7
  60. data/app/assets/javascripts/plugins/image.min.js +1 -7
  61. data/app/assets/javascripts/plugins/image_manager.min.js +1 -7
  62. data/app/assets/javascripts/plugins/inline_class.min.js +1 -7
  63. data/app/assets/javascripts/plugins/inline_style.min.js +1 -7
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -7
  65. data/app/assets/javascripts/plugins/line_height.min.js +1 -7
  66. data/app/assets/javascripts/plugins/link.min.js +1 -7
  67. data/app/assets/javascripts/plugins/lists.min.js +1 -7
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -7
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -7
  70. data/app/assets/javascripts/plugins/print.min.js +1 -7
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -7
  72. data/app/assets/javascripts/plugins/quote.min.js +1 -7
  73. data/app/assets/javascripts/plugins/save.min.js +1 -7
  74. data/app/assets/javascripts/plugins/special_characters.min.js +1 -7
  75. data/app/assets/javascripts/plugins/table.min.js +1 -7
  76. data/app/assets/javascripts/plugins/url.min.js +1 -7
  77. data/app/assets/javascripts/plugins/video.min.js +1 -7
  78. data/app/assets/javascripts/plugins/word_paste.min.js +1 -7
  79. data/app/assets/javascripts/third_party/embedly.min.js +1 -7
  80. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -7
  81. data/app/assets/javascripts/third_party/image_aviary.min.js +6 -6
  82. data/app/assets/javascripts/third_party/image_tui.min.js +1 -7
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -7
  84. data/app/assets/stylesheets/froala_editor.css +1341 -1337
  85. data/app/assets/stylesheets/froala_editor.min.css +2 -7
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3057 -2987
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -7
  88. data/app/assets/stylesheets/froala_style.css +349 -452
  89. data/app/assets/stylesheets/froala_style.min.css +2 -7
  90. data/app/assets/stylesheets/plugins/char_counter.css +45 -57
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -7
  92. data/app/assets/stylesheets/plugins/code_view.css +93 -112
  93. data/app/assets/stylesheets/plugins/code_view.min.css +2 -7
  94. data/app/assets/stylesheets/plugins/colors.css +95 -155
  95. data/app/assets/stylesheets/plugins/colors.min.css +2 -7
  96. data/app/assets/stylesheets/plugins/draggable.css +37 -43
  97. data/app/assets/stylesheets/plugins/draggable.min.css +2 -7
  98. data/app/assets/stylesheets/plugins/emoticons.css +27 -42
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -7
  100. data/app/assets/stylesheets/plugins/file.css +124 -146
  101. data/app/assets/stylesheets/plugins/file.min.css +2 -7
  102. data/app/assets/stylesheets/plugins/fullscreen.css +58 -35
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +2 -7
  104. data/app/assets/stylesheets/plugins/help.css +41 -52
  105. data/app/assets/stylesheets/plugins/help.min.css +2 -7
  106. data/app/assets/stylesheets/plugins/image.css +207 -245
  107. data/app/assets/stylesheets/plugins/image.min.css +2 -7
  108. data/app/assets/stylesheets/plugins/image_manager.css +229 -268
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +2 -7
  110. data/app/assets/stylesheets/plugins/line_breaker.css +34 -37
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -7
  112. data/app/assets/stylesheets/plugins/quick_insert.css +68 -70
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -7
  114. data/app/assets/stylesheets/plugins/special_characters.css +26 -51
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -7
  116. data/app/assets/stylesheets/plugins/table.css +107 -181
  117. data/app/assets/stylesheets/plugins/table.min.css +2 -7
  118. data/app/assets/stylesheets/plugins/video.css +194 -231
  119. data/app/assets/stylesheets/plugins/video.min.css +2 -7
  120. data/app/assets/stylesheets/themes/dark.css +1873 -1336
  121. data/app/assets/stylesheets/themes/dark.min.css +2 -7
  122. data/app/assets/stylesheets/themes/gray.css +1873 -1336
  123. data/app/assets/stylesheets/themes/gray.min.css +2 -7
  124. data/app/assets/stylesheets/themes/red.css +1326 -1336
  125. data/app/assets/stylesheets/themes/red.min.css +7 -7
  126. data/app/assets/stylesheets/themes/royal.css +1326 -1336
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -7
  128. data/app/assets/stylesheets/third_party/embedly.css +56 -64
  129. data/app/assets/stylesheets/third_party/embedly.min.css +2 -7
  130. data/app/assets/stylesheets/third_party/font_awesome.css +20 -50
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +2 -7
  132. data/app/assets/stylesheets/third_party/image_tui.css +37 -42
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +2 -7
  134. data/app/assets/stylesheets/third_party/spell_checker.css +60 -72
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +2 -7
  136. data/lib/wysiwyg-rails.rb +1 -1
  137. data/lib/wysiwyg-rails/engine.rb +16 -16
  138. data/lib/wysiwyg-rails/version.rb +5 -5
  139. metadata +9 -8
@@ -1,336 +1,277 @@
1
- /*!
2
- * froala_editor v2.9.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2020 Froala Labs
5
- */
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
- * Slovak
35
- */
36
-
37
- $.FE.LANGUAGE['sk'] = {
38
- translation: {
39
-
40
- // Place holder
41
- "Type something": "Napíšte hocičo",
42
-
43
- // Basic formatting
44
- "Bold": "Tučné",
45
- "Italic": "Kurzíva",
46
- "Underline": "Podčiarknuté",
47
- "Strikethrough": "Preškrtnuté",
48
-
49
- // Main buttons
50
- "Insert": "Vložiť",
51
- "Delete": "Vymazať",
52
- "Cancel": "Zrušiť",
53
- "OK": "OK",
54
- "Back": "Späť",
55
- "Remove": "Odstrániť",
56
- "More": "Viac",
57
- "Update": "Aktualizovať",
58
- "Style": "Štýl",
59
-
60
- // Font
61
- "Font Family": "Typ písma",
62
- "Font Size": "Veľkosť písma",
63
-
64
- // Colors
65
- "Colors": "Farby",
66
- "Background": "Pozadie",
67
- "Text": "Text",
68
- "HEX Color": "Hex Farby",
69
-
70
- // Paragraphs
71
- "Paragraph Format": "Formát odstavca",
72
- "Normal": "Normálne",
73
- "Code": "Kód",
74
- "Heading 1": "Nadpis 1",
75
- "Heading 2": "Nadpis 2",
76
- "Heading 3": "Nadpis 3",
77
- "Heading 4": "Nadpis 4",
78
-
79
- // Style
80
- "Paragraph Style": "Štýl odstavca",
81
- "Inline Style": "Inline štýl",
82
-
83
- // Alignment
84
- "Align": "Zarovnanie",
85
- "Align Left": "Zarovnať vľavo",
86
- "Align Center": "Zarovnať na stred",
87
- "Align Right": "Zarovnať vpravo",
88
- "Align Justify": "Zarovnať do bloku",
89
- "None": "Žiadne",
90
-
91
- // Lists
92
- "Ordered List": "Číslovaný zoznam",
93
- "Default": "Štandardné",
94
- "Lower Alpha": "Nižšia alfa",
95
- "Lower Greek": "Nižšie grécke",
96
- "Lower Roman": "Nižší roman",
97
- "Upper Alpha": "Horná alfa",
98
- "Upper Roman": "Horný román",
99
-
100
- "Unordered List": "Nečíslovaný zoznam",
101
- "Circle": "Kruh",
102
- "Disc": "Disk",
103
- "Square": "Štvorec",
104
-
105
- // Line height
106
- "Line Height": "Výška riadku",
107
- "Single": "Jednojitá",
108
- "Double": "Dvojitá",
109
-
110
- // Indent
111
- "Decrease Indent": "Zmenšiť odsadenie",
112
- "Increase Indent": "Zväčšiť odsadenie",
113
-
114
- // Links
115
- "Insert Link": "Vložiť odkaz",
116
- "Open in new tab": "Otvoriť v novom okne",
117
- "Open Link": "Otvoriť odkaz",
118
- "Edit Link": "Upraviť odkaz",
119
- "Unlink": "Odstrániť odkaz",
120
- "Choose Link": "Vyberte odkaz",
121
-
122
- // Images
123
- "Insert Image": "Vložiť obrázok",
124
- "Upload Image": "Nahrať obrázok",
125
- "By URL": "Z URL adresy",
126
- "Browse": "Vybrať",
127
- "Drop image": "Pretiahnite obrázok do tohto miesta",
128
- "or click": "alebo kliknite a vložte",
129
- "Manage Images": "Správa obrázkov",
130
- "Loading": "Nahrávam",
131
- "Deleting": "Odstraňujem",
132
- "Tags": "Značky",
133
- "Are you sure? Image will be deleted.": "Ste si istý? Obrázok bude odstranený.",
134
- "Replace": "Vymeniť",
135
- "Uploading": "Nahrávam",
136
- "Loading image": "Obrázok se načítavá",
137
- "Display": "Zobraziť",
138
- "Inline": "Inline",
139
- "Break Text": "Zalomenie textu",
140
- "Alternative Text": "Alternatívny text",
141
- "Change Size": "Zmeniť veľkosť",
142
- "Width": "Šírka",
143
- "Height": "Výška",
144
- "Something went wrong. Please try again.": "Niečo sa pokazilo. Prosím, skúste to znova.",
145
- "Image Caption": "Titulok obrázka",
146
- "Advanced Edit": "Pokročilá úprava",
147
-
148
- // Video
149
- "Insert Video": "Vložiť video",
150
- "Embedded Code": "Vložený kód",
151
- "Paste in a video URL": "Vložte do adresy URL videa",
152
- "Drop video": "Drop video",
153
- "Your browser does not support HTML5 video.": "Váš prehliadač nepodporuje video html5.",
154
- "Upload Video": "Nahrať video",
155
-
156
- // Tables
157
- "Insert Table": "Vložiť tabuľku",
158
- "Table Header": "Hlavička tabuľky",
159
- "Remove Table": "Odstraniť tabuľku",
160
- "Table Style": "Štýl tabuľky",
161
- "Horizontal Align": "Horizontálne zarovnanie",
162
- "Row": "Riadok",
163
- "Insert row above": "Vložiť riadok nad",
164
- "Insert row below": "Vložiť riadok pod",
165
- "Delete row": "Odstraniť riadok",
166
- "Column": "Stĺpec",
167
- "Insert column before": "Vložiť stĺpec vľavo",
168
- "Insert column after": "Vložiť stĺpec vpravo",
169
- "Delete column": "Odstraniť stĺpec",
170
- "Cell": "Bunka",
171
- "Merge cells": "Zlúčiť bunky",
172
- "Horizontal split": "Horizontálne rozdelenie",
173
- "Vertical split": "Vertikálne rozdelenie",
174
- "Cell Background": "Pozadie bunky",
175
- "Vertical Align": "Vertikálne zarovnání",
176
- "Top": "Hore",
177
- "Middle": "Vstrede",
178
- "Bottom": "Dole",
179
- "Align Top": "Zarovnat na hor",
180
- "Align Middle": "Zarovnat na stred",
181
- "Align Bottom": "Zarovnat na spodok",
182
- "Cell Style": "Štýl bunky",
183
-
184
- // Files
185
- "Upload File": "Nahrať súbor",
186
- "Drop file": "Vložte súbor sem",
187
-
188
- // Emoticons
189
- "Emoticons": "Emotikony",
190
- "Grinning face": "Tvár s úsmevom",
191
- "Grinning face with smiling eyes": "Tvár s úsmevom a očami",
192
- "Face with tears of joy": "Tvár so slzamy radosti",
193
- "Smiling face with open mouth": "Usmievajúca sa tvár s otvorenými ústami",
194
- "Smiling face with open mouth and smiling eyes": "Usmievajúca sa tvár s otvorenými ústami a očami",
195
- "Smiling face with open mouth and cold sweat": "Usmievajúca sa tvár s otvorenými ústami a studeným potom",
196
- "Smiling face with open mouth and tightly-closed eyes": "Usmievajúca sa tvár s otvorenými ústami a zavretými očami",
197
- "Smiling face with halo": "Usmievajúca sa tvár so svätožiarou",
198
- "Smiling face with horns": "Usmievajúca sa tvár s rohami",
199
- "Winking face": "Mrkajúca tvár",
200
- "Smiling face with smiling eyes": "Usmievajúca sa tvár s usmievajucími očami",
201
- "Face savoring delicious food": "Tvár vychutnávajúca si chutné jedlo",
202
- "Relieved face": "Spokojná tvár",
203
- "Smiling face with heart-shaped eyes": "Usmievajúca sa tvár s očami v tvare srdca",
204
- "Smiling face with sunglasses": "Usmievajúca sa tvár so slnečnými okuliarmi",
205
- "Smirking face": "Uškŕňajúca sa tvár",
206
- "Neutral face": "Neutrálna tvaŕ",
207
- "Expressionless face": "Bezvýrazná tvár",
208
- "Unamused face": "Nepobavená tvár",
209
- "Face with cold sweat": "Tvár so studeným potom",
210
- "Pensive face": "Zamyslená tvár",
211
- "Confused face": "Zmetená tvár",
212
- "Confounded face": "Nahnevaná tvár",
213
- "Kissing face": "Bozkavajúca tvár",
214
- "Face throwing a kiss": "Tvár hadzajúca pusu",
215
- "Kissing face with smiling eyes": "Bozkávajúca tvár s očami a úsmevom",
216
- "Kissing face with closed eyes": "Bozkávajúca tvár so zavretými očami",
217
- "Face with stuck out tongue": "Tvár s vyplazeným jazykom",
218
- "Face with stuck out tongue and winking eye": "Mrkajúca tvár s vyplazeným jazykom",
219
- "Face with stuck out tongue and tightly-closed eyes": "Tvár s vyplazeným jazykom a privretými očami",
220
- "Disappointed face": "Sklamaná tvár",
221
- "Worried face": "Obavajúca se tvár",
222
- "Angry face": "Nahnevaná tvár",
223
- "Pouting face": "Našpulená tvár",
224
- "Crying face": "Plačúca tvár",
225
- "Persevering face": "Húževnatá tvár",
226
- "Face with look of triumph": "Tvár s výrazom víťaza",
227
- "Disappointed but relieved face": "Sklamaná ale spokojná tvár",
228
- "Frowning face with open mouth": "Zamračená tvár s otvorenými ústami",
229
- "Anguished face": "Úzkostná tvár",
230
- "Fearful face": "Strachujúca sa tvár",
231
- "Weary face": "Unavená tvár",
232
- "Sleepy face": "Ospalá tvár",
233
- "Tired face": "Unavená tvár",
234
- "Grimacing face": "Tvár s grimasou",
235
- "Loudly crying face": "Nahlas pláčúca tvár",
236
- "Face with open mouth": "Tvár s otvoreným ústami",
237
- "Hushed face": "Mlčiaca tvár",
238
- "Face with open mouth and cold sweat": "Tvár s otvorenými ústami a studeným potom",
239
- "Face screaming in fear": "Tvár kričiaca strachom",
240
- "Astonished face": "Tvár v úžase",
241
- "Flushed face": "Sčervenanie v tvári",
242
- "Sleeping face": "Spiaca tvár",
243
- "Dizzy face": "Tvár vyjadrujúca závrat",
244
- "Face without mouth": "Tvár bez úst",
245
- "Face with medical mask": "Tvár s lekárskou maskou",
246
-
247
- // Line breaker
248
- "Break": "Zalomenie",
249
-
250
- // Math
251
- "Subscript": "Dolný index",
252
- "Superscript": "Horný index",
253
-
254
- // Full screen
255
- "Fullscreen": "Celá obrazovka",
256
-
257
- // Horizontal line
258
- "Insert Horizontal Line": "Vložiť vodorovnú čiaru",
259
-
260
- // Clear formatting
261
- "Clear Formatting": "Vymazať formátovanie",
262
-
263
- // Save
264
- "Save": "Uložiť",
265
-
266
- // Undo, redo
267
- "Undo": "Späť",
268
- "Redo": "Znova",
269
-
270
- // Select all
271
- "Select All": "Vybrať všetko",
272
-
273
- // Code view
274
- "Code View": "Zobraziť html kód",
275
-
276
- // Quote
277
- "Quote": "Citát",
278
- "Increase": "Zvýšiť",
279
- "Decrease": "Znížiť",
280
-
281
- // Quick Insert
282
- "Quick Insert": "Vložiť zrýchlene",
283
-
284
- // Spcial Characters
285
- "Special Characters": "Špeciálne znaky",
286
- "Latin": "Latinčina",
287
- "Greek": "Gréčtina",
288
- "Cyrillic": "Cyrilika",
289
- "Punctuation": "Interpunkcia",
290
- "Currency": "Mena",
291
- "Arrows": "Šípky",
292
- "Math": "Matematika",
293
- "Misc": "Rôzne",
294
-
295
- // Print.
296
- "Print": "Vytlačiť",
297
-
298
- // Spell Checker.
299
- "Spell Checker": "Kontrola pravopisu",
300
-
301
- // Help
302
- "Help": "Pomoc",
303
- "Shortcuts": "Skratky",
304
- "Inline Editor": "Inline editor",
305
- "Show the editor": "Zobraziť editor",
306
- "Common actions": "Spoločné akcie",
307
- "Copy": "Kópie",
308
- "Cut": "Rez",
309
- "Paste": "Vložiť",
310
- "Basic Formatting": "Základné formátovanie",
311
- "Increase quote level": "Zvýšiť úroveň cenovej ponuky",
312
- "Decrease quote level": "Znížiť úroveň cenovej ponuky",
313
- "Image / Video": "Obrázok / video",
314
- "Resize larger": "Zmena veľkosti",
315
- "Resize smaller": "Zmeniť veľkosť",
316
- "Table": "Tabuľka",
317
- "Select table cell": "Vyberte bunku tabuľky",
318
- "Extend selection one cell": "Rozšíriť výber o jednu bunku",
319
- "Extend selection one row": "Rozšíriť výber o jeden riadok",
320
- "Navigation": "Navigácia",
321
- "Focus popup / toolbar": "Predvybrať popup / panel s nástrojmi",
322
- "Return focus to previous position": "Vrátiť kurzor na predchádzajúcu pozíciu",
323
-
324
- // Embed.ly
325
- "Embed URL": "Vložiť adresu URL",
326
- "Paste in a URL to embed": "Vložte adresu URL pre vloženie",
327
-
328
- // Word Paste.
329
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Vložený obsah vychádza z dokumentu Microsoft Word. Chcete formát zachovať alebo ho vyčistiť?",
330
- "Keep": "Zachovať",
331
- "Clean": "Vyčistiť",
332
- "Word Paste Detected": "Detekované vloženie z Wordu"
333
- },
334
- direction: "ltr"
335
- };
336
- }));
1
+ /*!
2
+ * Froala Editor v3.0.0-beta.1 (https://www.froala.com/wysiwyg-editor)
3
+ * Copyright 2014-2019 Froala Labs
4
+ * Licensed under Froala Editor Terms (https://www.froala.com/wysiwyg-editor/terms)
5
+ */
6
+ (function (global, factory) {
7
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
8
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
9
+ (factory(global.FroalaEditor));
10
+ }(this, (function (FE) { 'use strict';
11
+
12
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
13
+
14
+ /**
15
+ * Slovak
16
+ */
17
+ FE.LANGUAGE['sk'] = {
18
+ translation: {
19
+ // Place holder
20
+ 'Type something': "Nap\xED\u0161te hoci\u010Do",
21
+ // Basic formatting
22
+ 'Bold': "Tu\u010Dn\xE9",
23
+ 'Italic': "Kurz\xEDva",
24
+ 'Underline': "Pod\u010Diarknut\xE9",
25
+ 'Strikethrough': "Pre\u0161krtnut\xE9",
26
+ // Main buttons
27
+ 'Insert': "Vlo\u017Ei\u0165",
28
+ 'Delete': "Vymaza\u0165",
29
+ 'Cancel': "Zru\u0161i\u0165",
30
+ 'OK': 'OK',
31
+ 'Back': "Sp\xE4\u0165",
32
+ 'Remove': "Odstr\xE1ni\u0165",
33
+ 'More': 'Viac',
34
+ 'Update': "Aktualizova\u0165",
35
+ 'Style': "\u0165t\xFDl",
36
+ // Font
37
+ 'Font Family': "Typ p\xEDsma",
38
+ 'Font Size': "Ve\u013Ekos\u0165 p\xEDsma",
39
+ // Colors
40
+ 'Colors': 'Farby',
41
+ 'Background': 'Pozadie',
42
+ 'Text': 'Text',
43
+ 'HEX Color': 'Hex Farby',
44
+ // Paragraphs
45
+ 'Paragraph Format': "Form\xE1t odstavca",
46
+ 'Normal': "Norm\xE1lne",
47
+ 'Code': "K\xF3d",
48
+ 'Heading 1': 'Nadpis 1',
49
+ 'Heading 2': 'Nadpis 2',
50
+ 'Heading 3': 'Nadpis 3',
51
+ 'Heading 4': 'Nadpis 4',
52
+ // Style
53
+ 'Paragraph Style': "\u0165t\xFDl odstavca",
54
+ 'Inline Style': "Inline \u0161t\xFDl",
55
+ // Alignment
56
+ 'Align': 'Zarovnanie',
57
+ 'Align Left': "Zarovna\u0165 v\u013Eavo",
58
+ 'Align Center': "Zarovna\u0165 na stred",
59
+ 'Align Right': "Zarovna\u0165 vpravo",
60
+ 'Align Justify': "Zarovna\u0165 do bloku",
61
+ 'None': "\u017Diadne",
62
+ // Lists
63
+ 'Ordered List': "\u010C\xEDslovan\xFD zoznam",
64
+ 'Unordered List': "Ne\u010D\xEDslovan\xFD zoznam",
65
+ // Indent
66
+ 'Decrease Indent': "Zmen\u0161i\u0165 odsadenie",
67
+ 'Increase Indent': "Zv\xE4\u010D\u0161i\u0165 odsadenie",
68
+ // Links
69
+ 'Insert Link': "Vlo\u017Ei\u0165 odkaz",
70
+ 'Open in new tab': "Otvori\u0165 v novom okne",
71
+ 'Open Link': "Otvori\u0165 odkaz",
72
+ 'Edit Link': "Upravi\u0165 odkaz",
73
+ 'Unlink': "Odstr\xE1ni\u0165 odkaz",
74
+ 'Choose Link': 'Vyberte odkaz',
75
+ // Images
76
+ 'Insert Image': "Vlo\u017Ei\u0165 obr\xE1zok",
77
+ 'Upload Image': "Nahra\u0165 obr\xE1zok",
78
+ 'By URL': 'Z URL adresy',
79
+ 'Browse': "Vybra\u0165",
80
+ 'Drop image': "Pretiahnite obr\xE1zok do tohto miesta",
81
+ 'or click': "alebo kliknite a vlo\u017Ete",
82
+ 'Manage Images': "Spr\xE1va obr\xE1zkov",
83
+ 'Loading': "Nahr\xE1vam",
84
+ 'Deleting': "Odstra\u0148ujem",
85
+ 'Tags': "Zna\u010Dky",
86
+ 'Are you sure? Image will be deleted.': "Ste si ist\xFD? Obr\xE1zok bude odstranen\xFD.",
87
+ 'Replace': "Vymeni\u0165",
88
+ 'Uploading': "Nahr\xE1vam",
89
+ 'Loading image': "Obr\xE1zok se na\u010D\xEDtav\xE1",
90
+ 'Display': "Zobrazi\u0165",
91
+ 'Inline': 'Inline',
92
+ 'Break Text': 'Zalomenie textu',
93
+ 'Alternative Text': "Alternat\xEDvny text",
94
+ 'Change Size': "Zmeni\u0165 ve\u013Ekos\u0165",
95
+ 'Width': "\u0165\xEDrka",
96
+ 'Height': "V\xFD\u0161ka",
97
+ 'Something went wrong. Please try again.': "Nie\u010Do sa pokazilo. Pros\xEDm, sk\xFAste to znova.",
98
+ 'Image Caption': 'Titulok obrázka',
99
+ 'Advanced Edit': 'Pokročilá úprava',
100
+ // Video
101
+ 'Insert Video': "Vlo\u017Ei\u0165 video",
102
+ 'Embedded Code': "Vlo\u017Een\xFD k\xF3d",
103
+ 'Paste in a video URL': 'Vložte do adresy URL videa',
104
+ 'Drop video': 'Drop video',
105
+ 'Your browser does not support HTML5 video.': 'Váš prehliadač nepodporuje video html5.',
106
+ 'Upload Video': 'Nahrať video',
107
+ // Tables
108
+ 'Insert Table': "Vlo\u017Ei\u0165 tabu\u013Eku",
109
+ 'Table Header': "Hlavi\u010Dka tabu\u013Eky",
110
+ 'Remove Table': "Odstrani\u0165 tabu\u013Eku",
111
+ 'Table Style': "\u0165t\xFDl tabu\u013Eky",
112
+ 'Horizontal Align': "Horizont\xE1lne zarovnanie",
113
+ 'Row': 'Riadok',
114
+ 'Insert row above': "Vlo\u017Ei\u0165 riadok nad",
115
+ 'Insert row below': "Vlo\u017Ei\u0165 riadok pod",
116
+ 'Delete row': "Odstrani\u0165 riadok",
117
+ 'Column': "St\u013Apec",
118
+ 'Insert column before': "Vlo\u017Ei\u0165 st\u013Apec v\u013Eavo",
119
+ 'Insert column after': "Vlo\u017Ei\u0165 st\u013Apec vpravo",
120
+ 'Delete column': "Odstrani\u0165 st\u013Apec",
121
+ 'Cell': 'Bunka',
122
+ 'Merge cells': "Zl\xFA\u010Di\u0165 bunky",
123
+ 'Horizontal split': "Horizont\xE1lne rozdelenie",
124
+ 'Vertical split': "Vertik\xE1lne rozdelenie",
125
+ 'Cell Background': 'Bunka pozadia',
126
+ 'Vertical Align': "Vertik\xE1lne zarovn\xE1n\xED",
127
+ 'Top': 'Vrch',
128
+ 'Middle': 'Stred',
129
+ 'Bottom': 'Spodok',
130
+ 'Align Top': 'Zarovnat na vrch',
131
+ 'Align Middle': 'Zarovnat na stred',
132
+ 'Align Bottom': 'Zarovnat na spodok',
133
+ 'Cell Style': "\u0165t\xFDl bunky",
134
+ // Files
135
+ 'Upload File': "Nahra\u0165 s\xFAbor",
136
+ 'Drop file': "Vlo\u017Ete s\xFAbor sem",
137
+ // Emoticons
138
+ 'Emoticons': 'Emotikony',
139
+ 'Grinning face': "Tv\xE1r s \xFAsmevom",
140
+ 'Grinning face with smiling eyes': "Tv\xE1r s \xFAsmevom a o\u010Dami",
141
+ 'Face with tears of joy': "Tv\xE1r so slzamy radosti",
142
+ 'Smiling face with open mouth': "Usmievaj\xFAci sa tv\xE1r s otvoren\xFDmi \xFAstami",
143
+ 'Smiling face with open mouth and smiling eyes': "Usmievaj\xFAci sa tv\xE1r s otvoren\xFDmi \xFAstami a o\u010Dami",
144
+ 'Smiling face with open mouth and cold sweat': "Usmievaj\xFAci sa tv\xE1r s otvoren\xFDmi \xFAstami a studen\xFD pot",
145
+ 'Smiling face with open mouth and tightly-closed eyes': "Usmievaj\xFAci sa tv\xE1r s otvoren\xFDmi \xFAstami a zavret\xFDmi o\u010Dami",
146
+ 'Smiling face with halo': "Usmievaj\xFAci sa tv\xE1r s halo",
147
+ 'Smiling face with horns': "Usmievaj\xFAci sa tv\xE1r s rohmi",
148
+ 'Winking face': "Mrkaj\xFAca tv\xE1r",
149
+ 'Smiling face with smiling eyes': "Usmievaj\xFAci sa tv\xE1r a o\u010Dami",
150
+ 'Face savoring delicious food': "Tv\xE1r vychutn\xE1vaj\xFAca si chutn\xE9 jedlo",
151
+ 'Relieved face': "Spokojn\xE1 tv\xE1r",
152
+ 'Smiling face with heart-shaped eyes': "Usmievaj\xFAci sa tv\xE1r s o\u010Dami v tvare srdca",
153
+ 'Smiling face with sunglasses': "Usmievaj\xFAci sa tv\xE1r so slne\u010Dn\xFDmi okuliarmi",
154
+ 'Smirking face': "U\u0161k\u0155\u0148aj\xFAca sa tv\xE1r",
155
+ 'Neutral face': "Neutr\xE1lna tva\u0155",
156
+ 'Expressionless face': "Bezv\xFDrazn\xE1 tv\xE1r",
157
+ 'Unamused face': "Nepobaven\xE1 tv\xE1r",
158
+ 'Face with cold sweat': "Tv\xE1r so studen\xFDm potom",
159
+ 'Pensive face': "Zamyslen\xE1 tv\xE1r",
160
+ 'Confused face': "Zmeten\xE1 tv\xE1r",
161
+ 'Confounded face': "Nahnevan\xE1 tv\xE1r",
162
+ 'Kissing face': "Bozkavaj\xFAca tv\xE1r",
163
+ 'Face throwing a kiss': "Tv\xE1r hadzaj\xFAca pusu",
164
+ 'Kissing face with smiling eyes': "Bozk\xE1vaj\xFAca tv\xE1r s o\u010Dami a \xFAsmevom",
165
+ 'Kissing face with closed eyes': "Bozk\xE1vaj\xFAca tv\xE1r so zavret\xFDmi o\u010Dami",
166
+ 'Face with stuck out tongue': "Tv\xE1r s vyplazen\xFDm jazykom",
167
+ 'Face with stuck out tongue and winking eye': "Mrkaj\xFAca tv\xE1r s vyplazen\xFDm jazykom",
168
+ 'Face with stuck out tongue and tightly-closed eyes': "Tv\xE1r s vyplazen\xFDm jazykom a privret\xFDmi o\u010Dami",
169
+ 'Disappointed face': "Sklaman\xE1 tv\xE1r",
170
+ 'Worried face': "Obavaj\xFAca se tv\xE1r",
171
+ 'Angry face': "Nahnevan\xE1 tv\xE1r",
172
+ 'Pouting face': "Na\u0161pulen\xE1 tv\xE1r",
173
+ 'Crying face': "Pla\u010D\xFAca tv\xE1r",
174
+ 'Persevering face': "H\xFA\u017Eevnat\xE1 tv\xE1r",
175
+ 'Face with look of triumph': "Tv\xE1r s v\xFDrazom v\xED\u0165aza",
176
+ 'Disappointed but relieved face': "Sklaman\xE1 ale spokojn\xE1 tv\xE1r",
177
+ 'Frowning face with open mouth': "Zamra\u010Den\xE1 tvar s otvoren\xFDmi \xFAstami",
178
+ 'Anguished face': "\xDAzkostn\xE1 tv\xE1r",
179
+ 'Fearful face': "Strachuj\xFAca sa tv\xE1r",
180
+ 'Weary face': "Unaven\xE1 tv\xE1r",
181
+ 'Sleepy face': "Ospal\xE1 tv\xE1r",
182
+ 'Tired face': "Unaven\xE1 tv\xE1r",
183
+ 'Grimacing face': "Sv\xE1r s grimasou",
184
+ 'Loudly crying face': "Nahlas pl\xE1\u010D\xFAca tv\xE1r",
185
+ 'Face with open mouth': "Tv\xE1r s otvoren\xFDm \xFAstami",
186
+ 'Hushed face': "Ml\u010Diaca tv\xE1r",
187
+ 'Face with open mouth and cold sweat': "Tv\xE1r s otvoren\xFDmi \xFAstami a studen\xFDm potom",
188
+ 'Face screaming in fear': "Tv\xE1r kri\u010Diaca strachom",
189
+ 'Astonished face': "Tv\xE1r v \xFA\u017Ease",
190
+ 'Flushed face': "S\u010Dervenanie v tv\xE1ri",
191
+ 'Sleeping face': "Spiaca tv\xE1r",
192
+ 'Dizzy face': "Tv\xE1r vyjadruj\xFAca z\xE1vrat",
193
+ 'Face without mouth': "Tv\xE1r bez \xFAst",
194
+ 'Face with medical mask': "Tv\xE1r s lek\xE1rskou maskou",
195
+ // Line breaker
196
+ 'Break': 'Zalomenie',
197
+ // Math
198
+ 'Subscript': "Doln\xFD index",
199
+ 'Superscript': "Horn\xFD index",
200
+ // Full screen
201
+ 'Fullscreen': "Cel\xE1 obrazovka",
202
+ // Horizontal line
203
+ 'Insert Horizontal Line': "Vlo\u017Ei\u0165 vodorovn\xFA \u010Diaru",
204
+ // Clear formatting
205
+ 'Clear Formatting': "Vymaza\u0165 formatovanie",
206
+ // Save
207
+ 'Save': "Ulo\u017Ei\u0165",
208
+ // Undo, redo
209
+ 'Undo': "Sp\xE4\u0165",
210
+ 'Redo': 'Znova',
211
+ // Select all
212
+ 'Select All': "Vybra\u0165 v\u0161etko",
213
+ // Code view
214
+ 'Code View': "Zobrazi\u0165 html k\xF3d",
215
+ // Quote
216
+ 'Quote': "Cit\xE1t",
217
+ 'Increase': "Nav\xFD\u0161i\u0165",
218
+ 'Decrease': "Zn\xED\u017Ei\u0165",
219
+ // Quick Insert
220
+ 'Quick Insert': "Vlo\u017Ei\u0165 zr\xFDchlene",
221
+ // Spcial Characters
222
+ 'Special Characters': 'Špeciálne znaky',
223
+ 'Latin': 'Latinčina',
224
+ 'Greek': 'Grécky',
225
+ 'Cyrillic': 'Cyriliky',
226
+ 'Punctuation': 'Interpunkcia',
227
+ 'Currency': 'Mena',
228
+ 'Arrows': 'Šípky',
229
+ 'Math': 'Matematika',
230
+ 'Misc': 'Misc',
231
+ // Print.
232
+ 'Print': 'Vytlačiť',
233
+ // Spell Checker.
234
+ 'Spell Checker': 'Kontrola pravopisu',
235
+ // Help
236
+ 'Help': 'Pomoc',
237
+ 'Shortcuts': 'Skratky',
238
+ 'Inline Editor': 'Inline editor',
239
+ 'Show the editor': 'Zobraziť editor',
240
+ 'Common actions': 'Spoločné akcie',
241
+ 'Copy': 'Kópie',
242
+ 'Cut': 'Rez',
243
+ 'Paste': 'Pasta',
244
+ 'Basic Formatting': 'Základné formátovanie',
245
+ 'Increase quote level': 'Zvýšiť úroveň cenovej ponuky',
246
+ 'Decrease quote level': 'Znížiť úroveň cenovej ponuky',
247
+ 'Image / Video': 'Obrázok / video',
248
+ 'Resize larger': 'Zmena veľkosti',
249
+ 'Resize smaller': 'Meniť veľkosť',
250
+ 'Table': 'Stôl',
251
+ 'Select table cell': 'Vyberte bunku tabuľky',
252
+ 'Extend selection one cell': 'Rozšíriť výber jednej bunky',
253
+ 'Extend selection one row': 'Rozšíriť výber o jeden riadok',
254
+ 'Navigation': 'Navigácia',
255
+ 'Focus popup / toolbar': 'Zameranie / panel s nástrojmi',
256
+ 'Return focus to previous position': 'Vrátiť zaostrenie na predchádzajúcu pozíciu',
257
+ // Embed.ly
258
+ 'Embed URL': 'Vložiť adresu URL',
259
+ 'Paste in a URL to embed': 'Vložte do adresy URL, ktorú chcete vložiť',
260
+ // Word Paste.
261
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Vložený obsah vychádza z dokumentu Microsoft Word. chcete formát uchovať alebo ho vyčistiť?',
262
+ 'Keep': 'Zachovať',
263
+ 'Clean': 'Čistý',
264
+ 'Word Paste Detected': 'Slovná vložka bola zistená',
265
+ // Character Counter
266
+ 'Characters': 'Znaky',
267
+ // More Buttons
268
+ 'More Text': 'viac Text',
269
+ 'More Paragraph': 'viac Odsek',
270
+ 'More Rich': 'viac bohatý',
271
+ 'More Misc': 'viac rôzne'
272
+ },
273
+ direction: 'ltr'
274
+ };
275
+
276
+ })));
277
+ //# sourceMappingURL=sk.js.map