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
- * Czech
35
- */
36
-
37
- $.FE.LANGUAGE['cs'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Napi\u0161te n\u011bco",
41
-
42
- // Basic formatting
43
- "Bold": "Tu\u010dn\u00e9",
44
- "Italic": "Kurz\u00edva",
45
- "Underline": "Podtr\u017een\u00e9",
46
- "Strikethrough": "P\u0159e\u0161krtnut\u00e9",
47
-
48
- // Main buttons
49
- "Insert": "Vlo\u017eit",
50
- "Delete": "Vymazat",
51
- "Cancel": "Zru\u0161it",
52
- "OK": "OK",
53
- "Back": "Zp\u011bt",
54
- "Remove": "Odstranit",
55
- "More": "V\u00edce",
56
- "Update": "Aktualizovat",
57
- "Style": "Styl",
58
-
59
- // Font
60
- "Font Family": "Typ p\u00edsma",
61
- "Font Size": "Velikost p\u00edsma",
62
-
63
- // Colors
64
- "Colors": "Barvy",
65
- "Background": "Pozad\u00ed",
66
- "Text": "P\u00edsmo",
67
- "HEX Color": "Hex Barvy",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Form\u00e1t odstavec",
71
- "Normal": "Norm\u00e1ln\u00ed",
72
- "Code": "K\u00f3d",
73
- "Heading 1": "Nadpis 1",
74
- "Heading 2": "Nadpis 2",
75
- "Heading 3": "Nadpis 3",
76
- "Heading 4": "Nadpis 4",
77
-
78
- // Style
79
- "Paragraph Style": "Odstavec styl",
80
- "Inline Style": "Inline styl",
81
-
82
- // Alignment
83
- "Align": "Zarovn\u00e1n\u00ed",
84
- "Align Left": "Zarovnat vlevo",
85
- "Align Center": "Zarovnat na st\u0159ed",
86
- "Align Right": "Zarovnat vpravo",
87
- "Align Justify": "Zarovnat do bloku",
88
- "None": "Nikdo",
89
-
90
- // Lists
91
- "Ordered List": "\u010c\u00edslovan\u00fd seznam",
92
- "Unordered List": "Ne\u010d\u00edslovan\u00fd seznam",
93
-
94
- // Indent
95
- "Decrease Indent": "Zmen\u0161it odsazen\u00ed",
96
- "Increase Indent": "Zv\u011bt\u0161it odsazen\u00ed",
97
-
98
- // Links
99
- "Insert Link": "Vlo\u017eit odkaz",
100
- "Open in new tab": "Otev\u0159\u00edt v nov\u00e9 z\u00e1lo\u017ece",
101
- "Open Link": "Otev\u0159\u00edt odkaz",
102
- "Edit Link": "Upravit odkaz",
103
- "Unlink": "Odstranit odkaz",
104
- "Choose Link": "Zvolte odkaz",
105
-
106
- // Images
107
- "Insert Image": "Vlo\u017eit obr\u00e1zek",
108
- "Upload Image": "Nahr\u00e1t obr\u00e1zek",
109
- "By URL": "Podle URL",
110
- "Browse": "Proch\u00e1zet",
111
- "Drop image": "P\u0159et\u00e1hn\u011bte sem obr\u00e1zek",
112
- "or click": "nebo zde klepn\u011bte",
113
- "Manage Images": "Spr\u00e1va obr\u00e1zk\u016f",
114
- "Loading": "Nakl\u00e1d\u00e1n\u00ed",
115
- "Deleting": "Odstran\u011bn\u00ed",
116
- "Tags": "Zna\u010dky",
117
- "Are you sure? Image will be deleted.": "Ur\u010dit\u011b? Obr\u00e1zek bude smaz\u00e1n.",
118
- "Replace": "Nahradit",
119
- "Uploading": "Nahr\u00e1v\u00e1n\u00ed",
120
- "Loading image": "Obr\u00e1zek se na\u010d\u00edt\u00e1",
121
- "Display": "Zobrazit",
122
- "Inline": "Inline",
123
- "Break Text": "P\u0159est\u00e1vka textu",
124
- "Alternate Text": "Alternativn\u00ed textu",
125
- "Change Size": "Zm\u011bnit velikost",
126
- "Width": "\u0160\u00ed\u0159ka",
127
- "Height": "V\u00fd\u0161ka",
128
- "Something went wrong. Please try again.": "N\u011bco se pokazilo. Pros\u00edm zkuste to znovu.",
129
- "Image Caption": "Obrázek titulku",
130
- "Advanced Edit": "Pokročilá úprava",
131
-
132
- // Video
133
- "Insert Video": "Vlo\u017eit video",
134
- "Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
135
-
136
- // Tables
137
- "Insert Table": "Vlo\u017eit tabulku",
138
- "Table Header": "Hlavi\u010dka tabulky",
139
- "Remove Table": "Odstranit tabulku",
140
- "Table Style": "Styl tabulky",
141
- "Horizontal Align": "Horizont\u00e1ln\u00ed zarovn\u00e1n\u00ed",
142
- "Row": "\u0158\u00e1dek",
143
- "Insert row above": "Vlo\u017eit \u0159\u00e1dek nad",
144
- "Insert row below": "Vlo\u017eit \u0159\u00e1dek pod",
145
- "Delete row": "Smazat \u0159\u00e1dek",
146
- "Column": "Sloupec",
147
- "Insert column before": "Vlo\u017eit sloupec vlevo",
148
- "Insert column after": "Vlo\u017eit sloupec vpravo",
149
- "Delete column": "Smazat sloupec",
150
- "Cell": "Bu\u0148ka",
151
- "Merge cells": "Slou\u010dit bu\u0148ky",
152
- "Horizontal split": "Horizont\u00e1ln\u00ed rozd\u011blen\u00ed",
153
- "Vertical split": "Vertik\u00e1ln\u00ed rozd\u011blen\u00ed",
154
- "Cell Background": "Bu\u0148ka pozad\u00ed",
155
- "Vertical Align": "Vertik\u00e1ln\u00ed zarovn\u00e1n\u00ed",
156
- "Top": "Vrchol",
157
- "Middle": "St\u0159ed",
158
- "Bottom": "Spodn\u00ed",
159
- "Align Top": "Zarovnat vrchol",
160
- "Align Middle": "Zarovnat st\u0159ed",
161
- "Align Bottom": "Zarovnat spodn\u00ed",
162
- "Cell Style": "Styl bu\u0148ky",
163
-
164
- // Files
165
- "Upload File": "Nahr\u00e1t soubor",
166
- "Drop file": "P\u0159et\u00e1hn\u011bte sem soubor",
167
-
168
- // Emoticons
169
- "Emoticons": "Emotikony",
170
- "Grinning face": "S \u00fasm\u011bvem tv\u00e1\u0159",
171
- "Grinning face with smiling eyes": "S \u00fasm\u011bvem obli\u010dej s o\u010dima s \u00fasm\u011bvem",
172
- "Face with tears of joy": "tv\u00e1\u0159 se slzami radosti",
173
- "Smiling face with open mouth": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
174
- "Smiling face with open mouth and smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty a o\u010dima s \u00fasm\u011bvem",
175
- "Smiling face with open mouth and cold sweat": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
176
- "Smiling face with open mouth and tightly-closed eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a t\u011bsn\u011b zav\u0159en\u00e9 o\u010di",
177
- "Smiling face with halo": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s halo",
178
- "Smiling face with horns": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s rohy",
179
- "Winking face": "Mrk\u00e1n\u00ed tv\u00e1\u0159",
180
- "Smiling face with smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s o\u010dima s \u00fasm\u011bvem",
181
- "Face savoring delicious food": "Tv\u00e1\u0159 vychutn\u00e1val chutn\u00e9 j\u00eddlo",
182
- "Relieved face": "Ulevilo tv\u00e1\u0159",
183
- "Smiling face with heart-shaped eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 ve tvaru srdce o\u010dima",
184
- "Smiling face with sunglasses": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 se slune\u010dn\u00edmi br\u00fdlemi",
185
- "Smirking face": "Uculoval tv\u00e1\u0159",
186
- "Neutral face": "Neutr\u00e1ln\u00ed tv\u00e1\u0159",
187
- "Expressionless face": "Bezv\u00fdrazn\u00fd obli\u010dej",
188
- "Unamused face": "Ne pobaven\u00fd tv\u00e1\u0159",
189
- "Face with cold sweat": "Tv\u00e1\u0159 se studen\u00fdm potem",
190
- "Pensive face": "Zamy\u0161len\u00fd obli\u010dej",
191
- "Confused face": "Zmaten\u00fd tv\u00e1\u0159",
192
- "Confounded face": "Na\u0161tvan\u00fd tv\u00e1\u0159",
193
- "Kissing face": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159",
194
- "Face throwing a kiss": "Tv\u00e1\u0159 h\u00e1zet polibek",
195
- "Kissing face with smiling eyes": "L\u00edb\u00e1n\u00ed obli\u010dej s o\u010dima s \u00fasm\u011bvem",
196
- "Kissing face with closed eyes": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159 se zav\u0159en\u00fdma o\u010dima",
197
- "Face with stuck out tongue": "Tv\u00e1\u0159 s tr\u010dely jazyk",
198
- "Face with stuck out tongue and winking eye": "Tv\u00e1\u0159 s tr\u010dely jazykem a mrkat o\u010dima",
199
- "Face with stuck out tongue and tightly-closed eyes": "Suo\u010diti s tr\u010dely jazykem t\u011bsn\u011b zav\u0159en\u00e9 vidikovce",
200
- "Disappointed face": "Zklaman\u00fd tv\u00e1\u0159",
201
- "Worried face": "Boj\u00ed\u0161 se tv\u00e1\u0159",
202
- "Angry face": "Rozzloben\u00fd tv\u00e1\u0159",
203
- "Pouting face": "Na\u0161pulen\u00e9 tv\u00e1\u0159",
204
- "Crying face": "Pl\u00e1\u010d tv\u00e1\u0159",
205
- "Persevering face": "Vytrval\u00fdm tv\u00e1\u0159",
206
- "Face with look of triumph": "Tv\u00e1\u0159 s v\u00fdrazem triumfu",
207
- "Disappointed but relieved face": "Zklaman\u00fd ale ulevilo tv\u00e1\u0159",
208
- "Frowning face with open mouth": "Zamra\u010dil se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
209
- "Anguished face": "\u00fazkostn\u00e9 tv\u00e1\u0159",
210
- "Fearful face": "Stra\u0161n\u00fd tv\u00e1\u0159",
211
- "Weary face": "Unaven\u00fd tv\u00e1\u0159",
212
- "Sleepy face": "Ospal\u00fd tv\u00e1\u0159",
213
- "Tired face": "Unaven\u00fd tv\u00e1\u0159",
214
- "Grimacing face": "\u0161klebil tv\u00e1\u0159",
215
- "Loudly crying face": "Hlasit\u011b pl\u00e1\u010de tv\u00e1\u0159",
216
- "Face with open mouth": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
217
- "Hushed face": "Tlumen\u00fd tv\u00e1\u0159",
218
- "Face with open mouth and cold sweat": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
219
- "Face screaming in fear": "Tv\u00e1\u0159 k\u0159i\u010d\u00ed ve strachu",
220
- "Astonished face": "V \u00fa\u017easu tv\u00e1\u0159",
221
- "Flushed face": "Zarudnut\u00ed v obli\u010deji",
222
- "Sleeping face": "Sp\u00edc\u00ed tv\u00e1\u0159",
223
- "Dizzy face": "Z\u00e1vrat\u011b tv\u00e1\u0159",
224
- "Face without mouth": "Tv\u00e1\u0159 bez \u00fast",
225
- "Face with medical mask": "Tv\u00e1\u0159 s l\u00e9ka\u0159sk\u00fdm maskou",
226
-
227
- // Line breaker
228
- "Break": "P\u0159eru\u0161en\u00ed",
229
-
230
- // Math
231
- "Subscript": "Doln\u00ed index",
232
- "Superscript": "Horn\u00ed index",
233
-
234
- // Full screen
235
- "Fullscreen": "Cel\u00e1 obrazovka",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Vlo\u017eit vodorovnou \u010d\u00e1ru",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
242
-
243
- // Undo, redo
244
- "Undo": "Zp\u011bt",
245
- "Redo": "Znovu",
246
-
247
- // Select all
248
- "Select All": "Vybrat v\u0161e",
249
-
250
- // Code view
251
- "Code View": "Zobrazen\u00ed k\u00f3d",
252
-
253
- // Quote
254
- "Quote": "Cit\u00e1t",
255
- "Increase": "Nav\u00fd\u0161it",
256
- "Decrease": "Sn\u00ed\u017een\u00ed",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Rychl\u00e1 vlo\u017eka",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Speciální znaky",
263
- "Latin": "Latinský",
264
- "Greek": "Řecký",
265
- "Cyrillic": "Cyrilice",
266
- "Punctuation": "Interpunkce",
267
- "Currency": "Měna",
268
- "Arrows": "Šipky",
269
- "Math": "Matematika",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Tisk",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Kontrola pravopisu",
277
-
278
- // Help
279
- "Help": "Pomoc",
280
- "Shortcuts": "Zkratky",
281
- "Inline Editor": "Inline editor",
282
- "Show the editor": "Zobrazit editor",
283
- "Common actions": "Společné akce",
284
- "Copy": "Kopírovat",
285
- "Cut": "Střih",
286
- "Paste": "Vložit",
287
- "Basic Formatting": "Základní formátování",
288
- "Increase quote level": "Zvýšení cenové hladiny",
289
- "Decrease quote level": "Snížit úroveň cenové nabídky",
290
- "Image / Video": "Obraz / video",
291
- "Resize larger": "Změna velikosti větší",
292
- "Resize smaller": "Změnit velikost menší",
293
- "Table": "Stůl",
294
- "Select table cell": "Vyberte buňku tabulky",
295
- "Extend selection one cell": "Rozšířit výběr o jednu buňku",
296
- "Extend selection one row": "Rozšířit výběr o jeden řádek",
297
- "Navigation": "Navigace",
298
- "Focus popup / toolbar": "Popup / panel nástrojů zaostření",
299
- "Return focus to previous position": "Návrat na předchozí pozici",
300
-
301
- // Embed.ly
302
- "Embed URL": "Vložte url",
303
- "Paste in a URL to embed": "Vložit adresu URL, kterou chcete vložit",
304
-
305
- // Word Paste.
306
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Vložený obsah pochází z dokumentu Microsoft Word. chcete formát uchovat nebo jej vyčistit?",
307
- "Keep": "Držet",
308
- "Clean": "Čistý",
309
- "Word Paste Detected": "Slovní vložka zjištěna"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * 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