activeadmin_froala_editor 0.1.2 → 0.2.8

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