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,279 @@
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
- * Italian
35
- */
36
-
37
- $.FE.LANGUAGE['it'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Digita qualcosa",
41
-
42
- // Basic formatting
43
- "Bold": "Grassetto",
44
- "Italic": "Corsivo",
45
- "Underline": "Sottolineato",
46
- "Strikethrough": "Barrato",
47
-
48
- // Main buttons
49
- "Insert": "Inserisci",
50
- "Delete": "Cancella",
51
- "Cancel": "Cancella",
52
- "OK": "Ok",
53
- "Back": "Indietro",
54
- "Remove": "Rimuovi",
55
- "More": "Di pi\u00f9",
56
- "Update": "Aggiornare",
57
- "Style": "Stile",
58
-
59
- // Font
60
- "Font Family": "Carattere",
61
- "Font Size": "Dimensione Carattere",
62
-
63
- // Colors
64
- "Colors": "Colori",
65
- "Background": "Sfondo",
66
- "Text": "Testo",
67
- "HEX Color": "Colore esagono",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Formattazione",
71
- "Normal": "Normale",
72
- "Code": "Codice",
73
- "Heading 1": "Intestazione 1",
74
- "Heading 2": "Intestazione 2",
75
- "Heading 3": "Intestazione 3",
76
- "Heading 4": "Intestazione 4",
77
-
78
- // Style
79
- "Paragraph Style": "Stile di paragrafo",
80
- "Inline Style": "Stile in fila",
81
-
82
- // Alignment
83
- "Align": "Allinea",
84
- "Align Left": "Allinea a Sinistra",
85
- "Align Center": "Allinea al Cento",
86
- "Align Right": "Allinea a Destra",
87
- "Align Justify": "Giustifica",
88
- "None": "Nessuno",
89
-
90
- // Lists
91
- "Ordered List": "Elenchi ordinato",
92
- "Unordered List": "Elenchi non ordinata",
93
-
94
- // Indent
95
- "Decrease Indent": "Riduci Rientro",
96
- "Increase Indent": "Aumenta Rientro",
97
-
98
- // Links
99
- "Insert Link": "Inserisci Link",
100
- "Open in new tab": "Apri in nuova scheda",
101
- "Open Link": "Link aperto",
102
- "Edit Link": "Modifica link",
103
- "Unlink": "Rimuovi link",
104
- "Choose Link": "Scegli link",
105
-
106
- // Images
107
- "Insert Image": "Inserisci immagine",
108
- "Upload Image": "Carica immagine",
109
- "By URL": "Per URL",
110
- "Browse": "Sfogliare",
111
- "Drop image": "Rilascia Immagine",
112
- "or click": "oppure fai click su",
113
- "Manage Images": "Gestione immagini",
114
- "Loading": "Caricamento",
115
- "Deleting": "Eliminazione",
116
- "Tags": "Etichetta",
117
- "Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
118
- "Replace": "Sostituisci",
119
- "Uploading": "Caricamento",
120
- "Loading image": "Caricamento immagine",
121
- "Display": "Visualizzazione",
122
- "Inline": "In fila",
123
- "Break Text": "Testo di separazione",
124
- "Alternate Text": "Testo alternativo",
125
- "Change Size": "Cambio formato",
126
- "Width": "Larghezza",
127
- "Height": "Altezza",
128
- "Something went wrong. Please try again.": "Qualcosa \u00e8 andato storto. Riprova, per favore.",
129
- "Image Caption": "Didascalia",
130
- "Advanced Edit": "Avanzato",
131
-
132
- // Video
133
- "Insert Video": "Inserisci Video",
134
- "Embedded Code": "Codice incorporato",
135
-
136
- // Tables
137
- "Insert Table": "Inserisci Tabella",
138
- "Table Header": "Intestazione della tabella",
139
- "Remove Table": "Rimuovere tavolo",
140
- "Table Style": "Stile di tabella",
141
- "Horizontal Align": "Allineamento orizzontale",
142
- "Row": "Riga",
143
- "Insert row above": "Inserisci una Riga Prima",
144
- "Insert row below": "Inserisci una Riga Dopo",
145
- "Delete row": "Cancella Riga",
146
- "Column": "Colonna",
147
- "Insert column before": "Inserisci una Colonna Prima",
148
- "Insert column after": "Inserisci una Colonna Dopo",
149
- "Delete column": "Cancella Colonna",
150
- "Cell": "Cella",
151
- "Merge cells": "Unisci Cella",
152
- "Horizontal split": "Divisione Orizzontale",
153
- "Vertical split": "Divisione Verticale",
154
- "Cell Background": "Sfondo della cella",
155
- "Vertical Align": "Allineamento verticale",
156
- "Top": "Alto",
157
- "Middle": "Mezzo",
158
- "Bottom": "Fondo",
159
- "Align Top": "Allinea in alto",
160
- "Align Middle": "Allinea al centro",
161
- "Align Bottom": "Allinea in basso",
162
- "Cell Style": "Stile di cella",
163
-
164
- // Files
165
- "Upload File": "Carica File",
166
- "Drop file": "Rilascia File",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticon",
170
- "Grinning face": "Sorridendo volto",
171
- "Grinning face with smiling eyes": "Sorridendo faccia con gli occhi sorridenti",
172
- "Face with tears of joy": "Faccia con lacrime di gioia",
173
- "Smiling face with open mouth": "Volto sorridente con la bocca aperta",
174
- "Smiling face with open mouth and smiling eyes": "Volto sorridente con la bocca aperta e gli occhi sorridenti",
175
- "Smiling face with open mouth and cold sweat": "Volto sorridente con la bocca aperta e sudore freddo",
176
- "Smiling face with open mouth and tightly-closed eyes": "Volto sorridente con la bocca aperta e gli occhi ben chiusi",
177
- "Smiling face with halo": "Volto sorridente con alone",
178
- "Smiling face with horns": "Volto sorridente con le corna",
179
- "Winking face": "Fare l'occhiolino volto",
180
- "Smiling face with smiling eyes": "Volto sorridente con gli occhi sorridenti",
181
- "Face savoring delicious food": "Volto assaporando cibo delizioso",
182
- "Relieved face": "Volto Sollevata",
183
- "Smiling face with heart-shaped eyes": "Volto sorridente con gli occhi a forma di cuore",
184
- "Smiling face with sunglasses": "Volto sorridente con gli occhiali da sole",
185
- "Smirking face": "Compiaciuto affrontare",
186
- "Neutral face": "Volto Neutral",
187
- "Expressionless face": "Volto inespressivo",
188
- "Unamused face": "Faccia non divertito",
189
- "Face with cold sweat": "Faccia con sudore freddo",
190
- "Pensive face": "Volto pensieroso",
191
- "Confused face": "Volto confuso",
192
- "Confounded face": "Volto confusi",
193
- "Kissing face": "Baciare faccia",
194
- "Face throwing a kiss": "Volto lanciando un bacio",
195
- "Kissing face with smiling eyes": "Baciare faccia con gli occhi sorridenti",
196
- "Kissing face with closed eyes": "Baciare faccia con gli occhi chiusi",
197
- "Face with stuck out tongue": "Faccia con la lingua fuori bloccato",
198
- "Face with stuck out tongue and winking eye": "Faccia con la lingua fuori bloccato e ammiccante occhio",
199
- "Face with stuck out tongue and tightly-closed eyes": "Faccia con la lingua fuori bloccato e gli occhi ben chiusi",
200
- "Disappointed face": "Volto deluso",
201
- "Worried face": "Faccia preoccupata",
202
- "Angry face": "Faccia arrabbiata",
203
- "Pouting face": "Fare il muso volto",
204
- "Crying face": "Piangere volto",
205
- "Persevering face": "Perseverando volto",
206
- "Face with look of triumph": "Affrontare con sguardo di trionfo",
207
- "Disappointed but relieved face": "Siamo rimasti delusi ma sollevato la faccia",
208
- "Frowning face with open mouth": "Accigliandosi volto con la bocca aperta",
209
- "Anguished face": "Volto Angosciato",
210
- "Fearful face": "Volto Temendo",
211
- "Weary face": "Volto stanco",
212
- "Sleepy face": "Faccia assonnata",
213
- "Tired face": "Volto stanco",
214
- "Grimacing face": "Smorfie volto",
215
- "Loudly crying face": "Ad alta voce che grida volto",
216
- "Face with open mouth": "Volto con la bocca aperta",
217
- "Hushed face": "Faccia ovattata",
218
- "Face with open mouth and cold sweat": "Volto con la bocca aperta e sudore freddo",
219
- "Face screaming in fear": "Volto urlando nella paura",
220
- "Astonished face": "Volto Stupito",
221
- "Flushed face": "Viso rosso",
222
- "Sleeping face": "Viso addormentato",
223
- "Dizzy face": "Faccia vertigini",
224
- "Face without mouth": "Volto senza bocca",
225
- "Face with medical mask": "Volto con la mascherina medica",
226
-
227
- // Line breaker
228
- "Break": "Separazione",
229
-
230
- // Math
231
- "Subscript": "Pedice",
232
- "Superscript": "Apice",
233
-
234
- // Full screen
235
- "Fullscreen": "Schermo intero",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Cancella formattazione",
242
-
243
- // Undo, redo
244
- "Undo": "Annulla",
245
- "Redo": "Ripeti",
246
-
247
- // Select all
248
- "Select All": "Seleziona Tutto",
249
-
250
- // Code view
251
- "Code View": "Visualizzazione di codice",
252
-
253
- // Quote
254
- "Quote": "Citazione",
255
- "Increase": "Aumentare",
256
- "Decrease": "Diminuzione",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Inserto rapida",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Personaggi speciali",
263
- "Latin": "Latino",
264
- "Greek": "Greco",
265
- "Cyrillic": "Cirillico",
266
- "Punctuation": "Punteggiatura",
267
- "Currency": "Moneta",
268
- "Arrows": "Frecce",
269
- "Math": "Matematica",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Stampare",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Correttore ortografico",
277
-
278
- // Help
279
- "Help": "Aiuto",
280
- "Shortcuts": "Scorciatoie",
281
- "Inline Editor": "Editor in linea",
282
- "Show the editor": "Mostrare l'editor",
283
- "Common actions": "Azioni comuni",
284
- "Copy": "Copia",
285
- "Cut": "Tagliare",
286
- "Paste": "Incolla",
287
- "Basic Formatting": "Formattazione di base",
288
- "Increase quote level": "Aumenta il livello delle quote",
289
- "Decrease quote level": "Diminuire il livello delle quote",
290
- "Image / Video": "Immagine / video",
291
- "Resize larger": "Ridimensionare più grande",
292
- "Resize smaller": "Ridimensionare più piccolo",
293
- "Table": "Tavolo",
294
- "Select table cell": "Selezionare la cella della tabella",
295
- "Extend selection one cell": "Estendere la selezione di una cella",
296
- "Extend selection one row": "Estendere la selezione una riga",
297
- "Navigation": "Navigazione",
298
- "Focus popup / toolbar": "Messa a fuoco popup / barra degli strumenti",
299
- "Return focus to previous position": "Tornare alla posizione precedente",
300
-
301
- // Embed.ly
302
- "Embed URL": "Incorpora url",
303
- "Paste in a URL to embed": "Incolla in un url da incorporare",
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?": "Il contenuto incollato proviene da un documento di Word Microsoft. vuoi mantenere il formato o pulirlo?",
307
- "Keep": "Mantieni",
308
- "Clean": "Pulito",
309
- "Word Paste Detected": "È stata rilevata la colla di parole"
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
+ * Italian
17
+ */
18
+ FE.LANGUAGE['it'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Digita qualcosa',
22
+ // Basic formatting
23
+ 'Bold': 'Grassetto',
24
+ 'Italic': 'Corsivo',
25
+ 'Underline': 'Sottolineato',
26
+ 'Strikethrough': 'Barrato',
27
+ // Main buttons
28
+ 'Insert': 'Inserisci',
29
+ 'Delete': 'Cancella',
30
+ 'Cancel': 'Cancella',
31
+ 'OK': 'OK',
32
+ 'Back': 'Indietro',
33
+ 'Remove': 'Rimuovi',
34
+ 'More': "Di pi\xF9",
35
+ 'Update': 'Aggiorna',
36
+ 'Style': 'Stile',
37
+ // Font
38
+ 'Font Family': 'Carattere',
39
+ 'Font Size': 'Dimensione Carattere',
40
+ // Colors
41
+ 'Colors': 'Colori',
42
+ 'Background': 'Sfondo',
43
+ 'Text': 'Testo',
44
+ 'HEX Color': 'Colore Esadecimale',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Formattazione',
47
+ 'Normal': 'Normale',
48
+ 'Code': 'Codice',
49
+ 'Heading 1': 'Intestazione 1',
50
+ 'Heading 2': 'Intestazione 2',
51
+ 'Heading 3': 'Intestazione 3',
52
+ 'Heading 4': 'Intestazione 4',
53
+ // Style
54
+ 'Paragraph Style': 'Stile Paragrafo',
55
+ 'Inline Style': 'Stile in Linea',
56
+ // Alignment
57
+ 'Align': 'Allinea',
58
+ 'Align Left': 'Allinea a Sinistra',
59
+ 'Align Center': 'Allinea al Cento',
60
+ 'Align Right': 'Allinea a Destra',
61
+ 'Align Justify': 'Giustifica',
62
+ 'None': 'Nessuno',
63
+ // Lists
64
+ 'Ordered List': 'Elenchi Numerati',
65
+ 'Unordered List': 'Elenchi Puntati',
66
+ // Indent
67
+ 'Decrease Indent': 'Riduci Rientro',
68
+ 'Increase Indent': 'Aumenta Rientro',
69
+ // Links
70
+ 'Insert Link': 'Inserisci Link',
71
+ 'Open in new tab': 'Apri in nuova scheda',
72
+ 'Open Link': 'Apri Link',
73
+ 'Edit Link': 'Modifica Link',
74
+ 'Unlink': 'Rimuovi Link',
75
+ 'Choose Link': 'Scegli Link',
76
+ // Images
77
+ 'Insert Image': 'Inserisci Immagine',
78
+ 'Upload Image': 'Carica Immagine',
79
+ 'By URL': 'Inserisci URL',
80
+ 'Browse': 'Sfoglia',
81
+ 'Drop image': 'Rilascia immagine',
82
+ 'or click': 'oppure clicca qui',
83
+ 'Manage Images': 'Gestione Immagini',
84
+ 'Loading': 'Caricamento',
85
+ 'Deleting': 'Eliminazione',
86
+ 'Tags': 'Etichetta',
87
+ 'Are you sure? Image will be deleted.': "Sei sicuro? L'immagine verr\xE0 cancellata.",
88
+ 'Replace': 'Sostituisci',
89
+ 'Uploading': 'Caricamento',
90
+ 'Loading image': 'Caricamento immagine',
91
+ 'Display': 'Visualizzazione',
92
+ 'Inline': 'In Linea',
93
+ 'Break Text': 'Separa dal Testo',
94
+ 'Alternative Text': 'Testo Alternativo',
95
+ 'Change Size': 'Cambia Dimensioni',
96
+ 'Width': 'Larghezza',
97
+ 'Height': 'Altezza',
98
+ 'Something went wrong. Please try again.': 'Qualcosa non ha funzionato. Riprova, per favore.',
99
+ 'Image Caption': 'Didascalia',
100
+ 'Advanced Edit': 'Avanzato',
101
+ // Video
102
+ 'Insert Video': 'Inserisci Video',
103
+ 'Embedded Code': 'Codice Incorporato',
104
+ 'Paste in a video URL': 'Incolla l\'URL del video',
105
+ 'Drop video': 'Rilascia video',
106
+ 'Your browser does not support HTML5 video.': 'Il tuo browser non supporta i video html5.',
107
+ 'Upload Video': 'Carica Video',
108
+ // Tables
109
+ 'Insert Table': 'Inserisci Tabella',
110
+ 'Table Header': 'Intestazione Tabella',
111
+ 'Remove Table': 'Rimuovi Tabella',
112
+ 'Table Style': 'Stile Tabella',
113
+ 'Horizontal Align': 'Allineamento Orizzontale',
114
+ 'Row': 'Riga',
115
+ 'Insert row above': 'Inserisci una riga prima',
116
+ 'Insert row below': 'Inserisci una riga dopo',
117
+ 'Delete row': 'Cancella riga',
118
+ 'Column': 'Colonna',
119
+ 'Insert column before': 'Inserisci una colonna prima',
120
+ 'Insert column after': 'Inserisci una colonna dopo',
121
+ 'Delete column': 'Cancella colonna',
122
+ 'Cell': 'Cella',
123
+ 'Merge cells': 'Unisci celle',
124
+ 'Horizontal split': 'Dividi in orizzontale',
125
+ 'Vertical split': 'Dividi in verticale',
126
+ 'Cell Background': 'Sfondo Cella',
127
+ 'Vertical Align': 'Allineamento Verticale',
128
+ 'Top': 'Alto',
129
+ 'Middle': 'Centro',
130
+ 'Bottom': 'Basso',
131
+ 'Align Top': 'Allinea in Alto',
132
+ 'Align Middle': 'Allinea al Centro',
133
+ 'Align Bottom': 'Allinea in Basso',
134
+ 'Cell Style': 'Stile Cella',
135
+ // Files
136
+ 'Upload File': 'Carica File',
137
+ 'Drop file': 'Rilascia file',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticon',
140
+ 'Grinning face': 'Sorridente',
141
+ 'Grinning face with smiling eyes': 'Sorridente con gli occhi sorridenti',
142
+ 'Face with tears of joy': 'Con lacrime di gioia',
143
+ 'Smiling face with open mouth': 'Sorridente con la bocca aperta',
144
+ 'Smiling face with open mouth and smiling eyes': 'Sorridente con la bocca aperta e gli occhi sorridenti',
145
+ 'Smiling face with open mouth and cold sweat': 'Sorridente con la bocca aperta e sudore freddo',
146
+ 'Smiling face with open mouth and tightly-closed eyes': 'Sorridente con la bocca aperta e gli occhi stretti',
147
+ 'Smiling face with halo': 'Sorridente con aureola',
148
+ 'Smiling face with horns': 'Diavolo sorridente',
149
+ 'Winking face': 'Ammiccante',
150
+ 'Smiling face with smiling eyes': 'Sorridente imbarazzato',
151
+ 'Face savoring delicious food': 'Goloso',
152
+ 'Relieved face': 'Rassicurato',
153
+ 'Smiling face with heart-shaped eyes': 'Sorridente con gli occhi a forma di cuore',
154
+ 'Smiling face with sunglasses': 'Sorridente con gli occhiali da sole',
155
+ 'Smirking face': 'Compiaciuto',
156
+ 'Neutral face': 'Neutro',
157
+ 'Expressionless face': 'Inespressivo',
158
+ 'Unamused face': 'Annoiato',
159
+ 'Face with cold sweat': 'Sudare freddo',
160
+ 'Pensive face': 'Pensieroso',
161
+ 'Confused face': 'Perplesso',
162
+ 'Confounded face': 'Confuso',
163
+ 'Kissing face': 'Bacio',
164
+ 'Face throwing a kiss': 'Manda un bacio',
165
+ 'Kissing face with smiling eyes': 'Bacio con gli occhi sorridenti',
166
+ 'Kissing face with closed eyes': 'Bacio con gli occhi chiusi',
167
+ 'Face with stuck out tongue': 'Linguaccia',
168
+ 'Face with stuck out tongue and winking eye': 'Linguaccia ammiccante',
169
+ 'Face with stuck out tongue and tightly-closed eyes': 'Linguaccia con occhi stretti',
170
+ 'Disappointed face': 'Deluso',
171
+ 'Worried face': 'Preoccupato',
172
+ 'Angry face': 'Arrabbiato',
173
+ 'Pouting face': 'Imbronciato',
174
+ 'Crying face': 'Pianto',
175
+ 'Persevering face': 'Perseverante',
176
+ 'Face with look of triumph': 'Trionfante',
177
+ 'Disappointed but relieved face': 'Deluso ma rassicurato',
178
+ 'Frowning face with open mouth': 'Accigliato con la bocca aperta',
179
+ 'Anguished face': 'Angosciato',
180
+ 'Fearful face': 'Pauroso',
181
+ 'Weary face': 'Stanco',
182
+ 'Sleepy face': 'Assonnato',
183
+ 'Tired face': 'Snervato',
184
+ 'Grimacing face': 'Smorfia',
185
+ 'Loudly crying face': 'Pianto a gran voce',
186
+ 'Face with open mouth': 'Bocca aperta',
187
+ 'Hushed face': 'Silenzioso',
188
+ 'Face with open mouth and cold sweat': 'Bocca aperta e sudore freddo',
189
+ 'Face screaming in fear': 'Urlante dalla paura',
190
+ 'Astonished face': 'Stupito',
191
+ 'Flushed face': 'Arrossito',
192
+ 'Sleeping face': 'Addormentato',
193
+ 'Dizzy face': 'Stordito',
194
+ 'Face without mouth': 'Senza parole',
195
+ 'Face with medical mask': 'Malattia infettiva',
196
+ // Line breaker
197
+ 'Break': 'Separatore',
198
+ // Math
199
+ 'Subscript': 'Pedice',
200
+ 'Superscript': 'Apice',
201
+ // Full screen
202
+ 'Fullscreen': 'Schermo intero',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Inserisci Divisore Orizzontale',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Cancella Formattazione',
207
+ // Save
208
+ 'Save': 'Salvare',
209
+ // Undo, redo
210
+ 'Undo': 'Annulla',
211
+ 'Redo': 'Ripeti',
212
+ // Select all
213
+ 'Select All': 'Seleziona Tutto',
214
+ // Code view
215
+ 'Code View': 'Visualizza Codice',
216
+ // Quote
217
+ 'Quote': 'Citazione',
218
+ 'Increase': 'Aumenta',
219
+ 'Decrease': 'Diminuisci',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Inserimento Rapido',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Caratteri Speciali',
224
+ 'Latin': 'Latino',
225
+ 'Greek': 'Greco',
226
+ 'Cyrillic': 'Cirillico',
227
+ 'Punctuation': 'Punteggiatura',
228
+ 'Currency': 'Valuta',
229
+ 'Arrows': 'Frecce',
230
+ 'Math': 'Matematica',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Stampa',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Correttore Ortografico',
236
+ // Help
237
+ 'Help': 'Aiuto',
238
+ 'Shortcuts': 'Scorciatoie',
239
+ 'Inline Editor': 'Editor in Linea',
240
+ 'Show the editor': 'Mostra Editor',
241
+ 'Common actions': 'Azioni comuni',
242
+ 'Copy': 'Copia',
243
+ 'Cut': 'Taglia',
244
+ 'Paste': 'Incolla',
245
+ 'Basic Formatting': 'Formattazione di base',
246
+ 'Increase quote level': 'Aumenta il livello di citazione',
247
+ 'Decrease quote level': 'Diminuisci il livello di citazione',
248
+ 'Image / Video': 'Immagine / Video',
249
+ 'Resize larger': "Pi\xF9 grande",
250
+ 'Resize smaller': "Pi\xF9 piccolo",
251
+ 'Table': 'Tabella',
252
+ 'Select table cell': 'Seleziona la cella della tabella',
253
+ 'Extend selection one cell': 'Estendi la selezione di una cella',
254
+ 'Extend selection one row': 'Estendi la selezione una riga',
255
+ 'Navigation': 'Navigazione',
256
+ 'Focus popup / toolbar': 'Metti a fuoco la barra degli strumenti',
257
+ 'Return focus to previous position': 'Rimetti il fuoco sulla posizione precedente',
258
+ // Embed.ly
259
+ 'Embed URL': 'Incorpora URL',
260
+ 'Paste in a URL to embed': 'Incolla un URL da incorporare',
261
+ // Word Paste.
262
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Il contenuto incollato proviene da un documento di Microsoft Word. Vuoi mantenere la formattazione di Word o pulirlo?',
263
+ 'Keep': 'Mantieni',
264
+ 'Clean': 'Pulisci',
265
+ 'Word Paste Detected': "\xC8 stato rilevato un incolla da Word",
266
+ // Character Counter
267
+ 'Characters': 'Caratteri',
268
+ 'Words': 'Parole',
269
+ // More Buttons
270
+ 'More Text': 'Altro testo',
271
+ 'More Paragraph': 'Altro paragrafo',
272
+ 'More Rich': 'Altro Ricco',
273
+ 'More Misc': 'Altro Varie'
274
+ },
275
+ direction: 'ltr'
276
+ };
277
+
278
+ })));
279
+ //# sourceMappingURL=it.js.map