wysiwyg-rails 2.8.5 → 4.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +33 -7
  3. data/app/assets/javascripts/froala_editor.min.js +3 -3
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -3
  5. data/app/assets/javascripts/languages/ar.js +287 -314
  6. data/app/assets/javascripts/languages/bs.js +274 -314
  7. data/app/assets/javascripts/languages/cs.js +280 -314
  8. data/app/assets/javascripts/languages/da.js +272 -314
  9. data/app/assets/javascripts/languages/de.js +305 -314
  10. data/app/assets/javascripts/languages/el.js +280 -320
  11. data/app/assets/javascripts/languages/en_ca.js +218 -258
  12. data/app/assets/javascripts/languages/en_gb.js +218 -258
  13. data/app/assets/javascripts/languages/es.js +285 -314
  14. data/app/assets/javascripts/languages/et.js +274 -314
  15. data/app/assets/javascripts/languages/fa.js +274 -314
  16. data/app/assets/javascripts/languages/fi.js +274 -314
  17. data/app/assets/javascripts/languages/fr.js +299 -314
  18. data/app/assets/javascripts/languages/he.js +274 -314
  19. data/app/assets/javascripts/languages/hr.js +274 -314
  20. data/app/assets/javascripts/languages/hu.js +280 -314
  21. data/app/assets/javascripts/languages/id.js +274 -315
  22. data/app/assets/javascripts/languages/it.js +290 -314
  23. data/app/assets/javascripts/languages/ja.js +274 -314
  24. data/app/assets/javascripts/languages/ko.js +299 -311
  25. data/app/assets/javascripts/languages/ku.js +267 -307
  26. data/app/assets/javascripts/languages/me.js +274 -314
  27. data/app/assets/javascripts/languages/nb.js +274 -314
  28. data/app/assets/javascripts/languages/nl.js +287 -314
  29. data/app/assets/javascripts/languages/pl.js +291 -314
  30. data/app/assets/javascripts/languages/pt_br.js +274 -314
  31. data/app/assets/javascripts/languages/pt_pt.js +291 -314
  32. data/app/assets/javascripts/languages/ro.js +274 -315
  33. data/app/assets/javascripts/languages/ru.js +287 -314
  34. data/app/assets/javascripts/languages/sk.js +280 -314
  35. data/app/assets/javascripts/languages/sl.js +224 -0
  36. data/app/assets/javascripts/languages/sr.js +274 -314
  37. data/app/assets/javascripts/languages/sv.js +274 -314
  38. data/app/assets/javascripts/languages/th.js +274 -314
  39. data/app/assets/javascripts/languages/tr.js +274 -314
  40. data/app/assets/javascripts/languages/uk.js +274 -314
  41. data/app/assets/javascripts/languages/vi.js +215 -254
  42. data/app/assets/javascripts/languages/zh_cn.js +300 -314
  43. data/app/assets/javascripts/languages/zh_tw.js +274 -314
  44. data/app/assets/javascripts/plugins/align.min.js +3 -3
  45. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  46. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -3
  47. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  48. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  49. data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  53. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  54. data/app/assets/javascripts/plugins/file.min.js +3 -3
  55. data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  57. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  58. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  59. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  60. data/app/assets/javascripts/plugins/help.min.js +3 -3
  61. data/app/assets/javascripts/plugins/image.min.js +3 -3
  62. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  63. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  64. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  65. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  66. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  67. data/app/assets/javascripts/plugins/link.min.js +3 -3
  68. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  69. data/app/assets/javascripts/plugins/markdown.min.js +7 -0
  70. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/plugins/table.min.js +3 -3
  78. data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
  79. data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
  80. data/app/assets/javascripts/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/plugins/video.min.js +3 -3
  82. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  84. data/app/assets/javascripts/third_party/embedly.min.js +3 -3
  85. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  86. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  87. data/app/assets/javascripts/third_party/showdown.min.js +7 -0
  88. data/app/assets/javascripts/third_party/spell_checker.min.js +3 -3
  89. data/app/assets/stylesheets/froala_editor.css +1178 -1009
  90. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/froala_editor.pkgd.css +4154 -2253
  92. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/froala_style.css +328 -379
  94. data/app/assets/stylesheets/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/char_counter.css +18 -26
  96. data/app/assets/stylesheets/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/plugins/code_view.css +35 -50
  98. data/app/assets/stylesheets/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/colors.css +76 -133
  100. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/draggable.css +14 -16
  102. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/plugins/emoticons.css +19 -27
  104. data/app/assets/stylesheets/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/plugins/fullscreen.css +63 -12
  110. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/help.css +29 -36
  112. data/app/assets/stylesheets/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/plugins/image.css +145 -176
  114. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/image_manager.css +210 -240
  116. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/plugins/line_breaker.css +20 -19
  118. data/app/assets/stylesheets/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/plugins/markdown.css +149 -0
  120. data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
  121. data/app/assets/stylesheets/plugins/quick_insert.css +49 -47
  122. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/plugins/special_characters.css +19 -37
  124. data/app/assets/stylesheets/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/plugins/table.css +62 -139
  126. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/plugins/trim_video.css +247 -0
  128. data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
  129. data/app/assets/stylesheets/plugins/video.css +145 -175
  130. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  131. data/app/assets/stylesheets/plugins.pkgd.css +3018 -0
  132. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  133. data/app/assets/stylesheets/themes/dark.css +1993 -1091
  134. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  135. data/app/assets/stylesheets/themes/gray.css +1993 -1091
  136. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  137. data/app/assets/stylesheets/themes/royal.css +1996 -1094
  138. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  139. data/app/assets/stylesheets/third_party/embedly.css +31 -35
  140. data/app/assets/stylesheets/third_party/embedly.min.css +3 -3
  141. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  142. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  143. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  144. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  145. data/app/assets/stylesheets/third_party/spell_checker.css +36 -44
  146. data/app/assets/stylesheets/third_party/spell_checker.min.css +3 -3
  147. data/lib/wysiwyg-rails/version.rb +1 -1
  148. metadata +37 -16
  149. data/app/assets/javascripts/third_party/image_aviary.min.js +0 -7
  150. data/app/assets/stylesheets/themes/red.css +0 -1281
  151. data/app/assets/stylesheets/themes/red.min.css +0 -7
@@ -1,318 +1,294 @@
1
1
  /*!
2
- * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.0.13 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2018 Froala Labs
4
+ * Copyright 2014-2022 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": "Aggiorna",
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 Esadecimale",
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 Paragrafo",
80
- "Inline Style": "Stile in Linea",
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 Numerati",
92
- "Unordered List": "Elenchi Puntati",
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": "Apri Link",
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": "Inserisci URL",
110
- "Browse": "Sfoglia",
111
- "Drop image": "Rilascia immagine",
112
- "or click": "oppure clicca qui",
113
- "Manage Images": "Gestione Immagini",
114
- "Loading": "Caricamento",
115
- "Deleting": "Eliminazione",
116
- "Tags": "Etichetta",
117
- "Are you sure? Image will be deleted.": "Sei sicuro? L\'immagine verr\u00e0 cancellata.",
118
- "Replace": "Sostituisci",
119
- "Uploading": "Caricamento",
120
- "Loading image": "Caricamento immagine",
121
- "Display": "Visualizzazione",
122
- "Inline": "In Linea",
123
- "Break Text": "Separa dal Testo",
124
- "Alternative Text": "Testo Alternativo",
125
- "Change Size": "Cambia Dimensioni",
126
- "Width": "Larghezza",
127
- "Height": "Altezza",
128
- "Something went wrong. Please try again.": "Qualcosa non ha funzionato. 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
- "Paste in a video URL": "Incolla l'URL del video",
136
- "Drop video": "Rilascia video",
137
- "Your browser does not support HTML5 video.": "Il tuo browser non supporta i video html5.",
138
- "Upload Video": "Carica Video",
139
-
140
- // Tables
141
- "Insert Table": "Inserisci Tabella",
142
- "Table Header": "Intestazione Tabella",
143
- "Remove Table": "Rimuovi Tabella",
144
- "Table Style": "Stile Tabella",
145
- "Horizontal Align": "Allineamento Orizzontale",
146
- "Row": "Riga",
147
- "Insert row above": "Inserisci una riga prima",
148
- "Insert row below": "Inserisci una riga dopo",
149
- "Delete row": "Cancella riga",
150
- "Column": "Colonna",
151
- "Insert column before": "Inserisci una colonna prima",
152
- "Insert column after": "Inserisci una colonna dopo",
153
- "Delete column": "Cancella colonna",
154
- "Cell": "Cella",
155
- "Merge cells": "Unisci celle",
156
- "Horizontal split": "Dividi in orizzontale",
157
- "Vertical split": "Dividi in verticale",
158
- "Cell Background": "Sfondo Cella",
159
- "Vertical Align": "Allineamento Verticale",
160
- "Top": "Alto",
161
- "Middle": "Centro",
162
- "Bottom": "Basso",
163
- "Align Top": "Allinea in Alto",
164
- "Align Middle": "Allinea al Centro",
165
- "Align Bottom": "Allinea in Basso",
166
- "Cell Style": "Stile Cella",
167
-
168
- // Files
169
- "Upload File": "Carica File",
170
- "Drop file": "Rilascia file",
171
-
172
- // Emoticons
173
- "Emoticons": "Emoticon",
174
- "Grinning face": "Sorridente",
175
- "Grinning face with smiling eyes": "Sorridente con gli occhi sorridenti",
176
- "Face with tears of joy": "Con lacrime di gioia",
177
- "Smiling face with open mouth": "Sorridente con la bocca aperta",
178
- "Smiling face with open mouth and smiling eyes": "Sorridente con la bocca aperta e gli occhi sorridenti",
179
- "Smiling face with open mouth and cold sweat": "Sorridente con la bocca aperta e sudore freddo",
180
- "Smiling face with open mouth and tightly-closed eyes": "Sorridente con la bocca aperta e gli occhi stretti",
181
- "Smiling face with halo": "Sorridente con aureola",
182
- "Smiling face with horns": "Diavolo sorridente",
183
- "Winking face": "Ammiccante",
184
- "Smiling face with smiling eyes": "Sorridente imbarazzato",
185
- "Face savoring delicious food": "Goloso",
186
- "Relieved face": "Rassicurato",
187
- "Smiling face with heart-shaped eyes": "Sorridente con gli occhi a forma di cuore",
188
- "Smiling face with sunglasses": "Sorridente con gli occhiali da sole",
189
- "Smirking face": "Compiaciuto",
190
- "Neutral face": "Neutro",
191
- "Expressionless face": "Inespressivo",
192
- "Unamused face": "Annoiato",
193
- "Face with cold sweat": "Sudare freddo",
194
- "Pensive face": "Pensieroso",
195
- "Confused face": "Perplesso",
196
- "Confounded face": "Confuso",
197
- "Kissing face": "Bacio",
198
- "Face throwing a kiss": "Manda un bacio",
199
- "Kissing face with smiling eyes": "Bacio con gli occhi sorridenti",
200
- "Kissing face with closed eyes": "Bacio con gli occhi chiusi",
201
- "Face with stuck out tongue": "Linguaccia",
202
- "Face with stuck out tongue and winking eye": "Linguaccia ammiccante",
203
- "Face with stuck out tongue and tightly-closed eyes": "Linguaccia con occhi stretti",
204
- "Disappointed face": "Deluso",
205
- "Worried face": "Preoccupato",
206
- "Angry face": "Arrabbiato",
207
- "Pouting face": "Imbronciato",
208
- "Crying face": "Pianto",
209
- "Persevering face": "Perseverante",
210
- "Face with look of triumph": "Trionfante",
211
- "Disappointed but relieved face": "Deluso ma rassicurato",
212
- "Frowning face with open mouth": "Accigliato con la bocca aperta",
213
- "Anguished face": "Angosciato",
214
- "Fearful face": "Pauroso",
215
- "Weary face": "Stanco",
216
- "Sleepy face": "Assonnato",
217
- "Tired face": "Snervato",
218
- "Grimacing face": "Smorfia",
219
- "Loudly crying face": "Pianto a gran voce",
220
- "Face with open mouth": "Bocca aperta",
221
- "Hushed face": "Silenzioso",
222
- "Face with open mouth and cold sweat": "Bocca aperta e sudore freddo",
223
- "Face screaming in fear": "Urlante dalla paura",
224
- "Astonished face": "Stupito",
225
- "Flushed face": "Arrossito",
226
- "Sleeping face": "Addormentato",
227
- "Dizzy face": "Stordito",
228
- "Face without mouth": "Senza parole",
229
- "Face with medical mask": "Malattia infettiva",
230
-
231
- // Line breaker
232
- "Break": "Separatore",
233
-
234
- // Math
235
- "Subscript": "Pedice",
236
- "Superscript": "Apice",
237
-
238
- // Full screen
239
- "Fullscreen": "Schermo intero",
240
-
241
- // Horizontal line
242
- "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
243
-
244
- // Clear formatting
245
- "Clear Formatting": "Cancella Formattazione",
246
-
247
- // Undo, redo
248
- "Undo": "Annulla",
249
- "Redo": "Ripeti",
250
-
251
- // Select all
252
- "Select All": "Seleziona Tutto",
253
-
254
- // Code view
255
- "Code View": "Visualizza Codice",
256
-
257
- // Quote
258
- "Quote": "Citazione",
259
- "Increase": "Aumenta",
260
- "Decrease": "Diminuisci",
261
-
262
- // Quick Insert
263
- "Quick Insert": "Inserimento Rapido",
264
-
265
- // Spcial Characters
266
- "Special Characters": "Caratteri Speciali",
267
- "Latin": "Latino",
268
- "Greek": "Greco",
269
- "Cyrillic": "Cirillico",
270
- "Punctuation": "Punteggiatura",
271
- "Currency": "Valuta",
272
- "Arrows": "Frecce",
273
- "Math": "Matematica",
274
- "Misc": "Misc",
275
-
276
- // Print.
277
- "Print": "Stampa",
278
-
279
- // Spell Checker.
280
- "Spell Checker": "Correttore Ortografico",
281
-
282
- // Help
283
- "Help": "Aiuto",
284
- "Shortcuts": "Scorciatoie",
285
- "Inline Editor": "Editor in Linea",
286
- "Show the editor": "Mostra Editor",
287
- "Common actions": "Azioni comuni",
288
- "Copy": "Copia",
289
- "Cut": "Taglia",
290
- "Paste": "Incolla",
291
- "Basic Formatting": "Formattazione di base",
292
- "Increase quote level": "Aumenta il livello di citazione",
293
- "Decrease quote level": "Diminuisci il livello di citazione",
294
- "Image / Video": "Immagine / Video",
295
- "Resize larger": "Pi\u00f9 grande",
296
- "Resize smaller": "Pi\u00f9 piccolo",
297
- "Table": "Tabella",
298
- "Select table cell": "Seleziona la cella della tabella",
299
- "Extend selection one cell": "Estendi la selezione di una cella",
300
- "Extend selection one row": "Estendi la selezione una riga",
301
- "Navigation": "Navigazione",
302
- "Focus popup / toolbar": "Metti a fuoco la barra degli strumenti",
303
- "Return focus to previous position": "Rimetti il fuoco sulla posizione precedente",
304
-
305
- // Embed.ly
306
- "Embed URL": "Incorpora URL",
307
- "Paste in a URL to embed": "Incolla un URL da incorporare",
308
-
309
- // Word Paste.
310
- "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?",
311
- "Keep": "Mantieni",
312
- "Clean": "Pulisci",
313
- "Word Paste Detected": "\u00c8 stato rilevato un incolla da Word"
314
- },
315
- direction: "ltr"
316
- };
317
-
318
- }));
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
+ //Missing translations
23
+ 'Text Color': 'Colore del testo',
24
+ 'Background Color': 'Colore di sfondo',
25
+ 'Inline Class': 'Classe inline',
26
+ 'Default': 'Predefinito',
27
+ 'Lower Alpha': 'Alfa minuscole',
28
+ 'Lower Greek': 'Greche minuscole',
29
+ 'Lower Roman': 'Romane minuscole',
30
+ 'Upper Alpha': 'Alfa maiuscole',
31
+ 'Upper Roman': 'Romane maiuscole',
32
+ 'Circle': 'Cerchio',
33
+ 'Disc': 'Disco',
34
+ 'Square': 'Quadrato',
35
+ 'Double': 'Doppio',
36
+ 'Download PDF': 'Scarica il PDF',
37
+ // Basic formatting
38
+ 'Bold': 'Grassetto',
39
+ 'Italic': 'Corsivo',
40
+ 'Underline': 'Sottolineato',
41
+ 'Strikethrough': 'Barrato',
42
+ // Main buttons
43
+ 'Insert': 'Inserisci',
44
+ 'Delete': 'Cancella',
45
+ 'Cancel': 'Cancella',
46
+ 'OK': 'OK',
47
+ 'Back': 'Indietro',
48
+ 'Remove': 'Rimuovi',
49
+ 'More': "Di pi\xF9",
50
+ 'Update': 'Aggiorna',
51
+ 'Style': 'Stile',
52
+ // Font
53
+ 'Font Family': 'Carattere',
54
+ 'Font Size': 'Dimensione Carattere',
55
+ // Colors
56
+ 'Colors': 'Colori',
57
+ 'Background': 'Sfondo',
58
+ 'Text': 'Testo',
59
+ 'HEX Color': 'Colore Esadecimale',
60
+ // Paragraphs
61
+ 'Paragraph Format': 'Formattazione',
62
+ 'Normal': 'Normale',
63
+ 'Code': 'Codice',
64
+ 'Heading 1': 'Intestazione 1',
65
+ 'Heading 2': 'Intestazione 2',
66
+ 'Heading 3': 'Intestazione 3',
67
+ 'Heading 4': 'Intestazione 4',
68
+ // Style
69
+ 'Paragraph Style': 'Stile Paragrafo',
70
+ 'Inline Style': 'Stile in Linea',
71
+ // Alignment
72
+ 'Align': 'Allinea',
73
+ 'Align Left': 'Allinea a Sinistra',
74
+ 'Align Center': 'Allinea al Cento',
75
+ 'Align Right': 'Allinea a Destra',
76
+ 'Align Justify': 'Giustifica',
77
+ 'None': 'Nessuno',
78
+ // Lists
79
+ 'Ordered List': 'Elenchi Numerati',
80
+ 'Unordered List': 'Elenchi Puntati',
81
+ // Indent
82
+ 'Decrease Indent': 'Riduci Rientro',
83
+ 'Increase Indent': 'Aumenta Rientro',
84
+ // Links
85
+ 'Insert Link': 'Inserisci Link',
86
+ 'Open in new tab': 'Apri in nuova scheda',
87
+ 'Open Link': 'Apri Link',
88
+ 'Edit Link': 'Modifica Link',
89
+ 'Unlink': 'Rimuovi Link',
90
+ 'Choose Link': 'Scegli Link',
91
+ // Images
92
+ 'Insert Image': 'Inserisci Immagine',
93
+ 'Upload Image': 'Carica Immagine',
94
+ 'By URL': 'Inserisci URL',
95
+ 'Browse': 'Sfoglia',
96
+ 'Drop image': 'Rilascia immagine',
97
+ 'or click': 'oppure clicca qui',
98
+ 'Manage Images': 'Gestione Immagini',
99
+ 'Loading': 'Caricamento',
100
+ 'Deleting': 'Eliminazione',
101
+ 'Tags': 'Etichetta',
102
+ 'Are you sure? Image will be deleted.': "Sei sicuro? L'immagine verr\xE0 cancellata.",
103
+ 'Replace': 'Sostituisci',
104
+ 'Uploading': 'Caricamento',
105
+ 'Loading image': 'Caricamento immagine',
106
+ 'Display': 'Visualizzazione',
107
+ 'Inline': 'In Linea',
108
+ 'Break Text': 'Separa dal Testo',
109
+ 'Alternative Text': 'Testo Alternativo',
110
+ 'Change Size': 'Cambia Dimensioni',
111
+ 'Width': 'Larghezza',
112
+ 'Height': 'Altezza',
113
+ 'Something went wrong. Please try again.': 'Qualcosa non ha funzionato. Riprova, per favore.',
114
+ 'Image Caption': 'Didascalia',
115
+ 'Advanced Edit': 'Avanzato',
116
+ // Video
117
+ 'Insert Video': 'Inserisci Video',
118
+ 'Embedded Code': 'Codice Incorporato',
119
+ 'Paste in a video URL': 'Incolla l\'URL del video',
120
+ 'Drop video': 'Rilascia video',
121
+ 'Your browser does not support HTML5 video.': 'Il tuo browser non supporta i video html5.',
122
+ 'Upload Video': 'Carica Video',
123
+ // Tables
124
+ 'Insert Table': 'Inserisci Tabella',
125
+ 'Table Header': 'Intestazione Tabella',
126
+ 'Remove Table': 'Rimuovi Tabella',
127
+ 'Table Style': 'Stile Tabella',
128
+ 'Horizontal Align': 'Allineamento Orizzontale',
129
+ 'Row': 'Riga',
130
+ 'Insert row above': 'Inserisci una riga prima',
131
+ 'Insert row below': 'Inserisci una riga dopo',
132
+ 'Delete row': 'Cancella riga',
133
+ 'Column': 'Colonna',
134
+ 'Insert column before': 'Inserisci una colonna prima',
135
+ 'Insert column after': 'Inserisci una colonna dopo',
136
+ 'Delete column': 'Cancella colonna',
137
+ 'Cell': 'Cella',
138
+ 'Merge cells': 'Unisci celle',
139
+ 'Horizontal split': 'Dividi in orizzontale',
140
+ 'Vertical split': 'Dividi in verticale',
141
+ 'Cell Background': 'Sfondo Cella',
142
+ 'Vertical Align': 'Allineamento Verticale',
143
+ 'Top': 'Alto',
144
+ 'Middle': 'Centro',
145
+ 'Bottom': 'Basso',
146
+ 'Align Top': 'Allinea in Alto',
147
+ 'Align Middle': 'Allinea al Centro',
148
+ 'Align Bottom': 'Allinea in Basso',
149
+ 'Cell Style': 'Stile Cella',
150
+ // Files
151
+ 'Upload File': 'Carica File',
152
+ 'Drop file': 'Rilascia file',
153
+ // Emoticons
154
+ 'Emoticons': 'Emoticon',
155
+ 'Grinning face': 'Sorridente',
156
+ 'Grinning face with smiling eyes': 'Sorridente con gli occhi sorridenti',
157
+ 'Face with tears of joy': 'Con lacrime di gioia',
158
+ 'Smiling face with open mouth': 'Sorridente con la bocca aperta',
159
+ 'Smiling face with open mouth and smiling eyes': 'Sorridente con la bocca aperta e gli occhi sorridenti',
160
+ 'Smiling face with open mouth and cold sweat': 'Sorridente con la bocca aperta e sudore freddo',
161
+ 'Smiling face with open mouth and tightly-closed eyes': 'Sorridente con la bocca aperta e gli occhi stretti',
162
+ 'Smiling face with halo': 'Sorridente con aureola',
163
+ 'Smiling face with horns': 'Diavolo sorridente',
164
+ 'Winking face': 'Ammiccante',
165
+ 'Smiling face with smiling eyes': 'Sorridente imbarazzato',
166
+ 'Face savoring delicious food': 'Goloso',
167
+ 'Relieved face': 'Rassicurato',
168
+ 'Smiling face with heart-shaped eyes': 'Sorridente con gli occhi a forma di cuore',
169
+ 'Smiling face with sunglasses': 'Sorridente con gli occhiali da sole',
170
+ 'Smirking face': 'Compiaciuto',
171
+ 'Neutral face': 'Neutro',
172
+ 'Expressionless face': 'Inespressivo',
173
+ 'Unamused face': 'Annoiato',
174
+ 'Face with cold sweat': 'Sudare freddo',
175
+ 'Pensive face': 'Pensieroso',
176
+ 'Confused face': 'Perplesso',
177
+ 'Confounded face': 'Confuso',
178
+ 'Kissing face': 'Bacio',
179
+ 'Face throwing a kiss': 'Manda un bacio',
180
+ 'Kissing face with smiling eyes': 'Bacio con gli occhi sorridenti',
181
+ 'Kissing face with closed eyes': 'Bacio con gli occhi chiusi',
182
+ 'Face with stuck out tongue': 'Linguaccia',
183
+ 'Face with stuck out tongue and winking eye': 'Linguaccia ammiccante',
184
+ 'Face with stuck out tongue and tightly-closed eyes': 'Linguaccia con occhi stretti',
185
+ 'Disappointed face': 'Deluso',
186
+ 'Worried face': 'Preoccupato',
187
+ 'Angry face': 'Arrabbiato',
188
+ 'Pouting face': 'Imbronciato',
189
+ 'Crying face': 'Pianto',
190
+ 'Persevering face': 'Perseverante',
191
+ 'Face with look of triumph': 'Trionfante',
192
+ 'Disappointed but relieved face': 'Deluso ma rassicurato',
193
+ 'Frowning face with open mouth': 'Accigliato con la bocca aperta',
194
+ 'Anguished face': 'Angosciato',
195
+ 'Fearful face': 'Pauroso',
196
+ 'Weary face': 'Stanco',
197
+ 'Sleepy face': 'Assonnato',
198
+ 'Tired face': 'Snervato',
199
+ 'Grimacing face': 'Smorfia',
200
+ 'Loudly crying face': 'Pianto a gran voce',
201
+ 'Face with open mouth': 'Bocca aperta',
202
+ 'Hushed face': 'Silenzioso',
203
+ 'Face with open mouth and cold sweat': 'Bocca aperta e sudore freddo',
204
+ 'Face screaming in fear': 'Urlante dalla paura',
205
+ 'Astonished face': 'Stupito',
206
+ 'Flushed face': 'Arrossito',
207
+ 'Sleeping face': 'Addormentato',
208
+ 'Dizzy face': 'Stordito',
209
+ 'Face without mouth': 'Senza parole',
210
+ 'Face with medical mask': 'Malattia infettiva',
211
+ // Line breaker
212
+ 'Break': 'Separatore',
213
+ // Math
214
+ 'Subscript': 'Pedice',
215
+ 'Superscript': 'Apice',
216
+ // Full screen
217
+ 'Fullscreen': 'Schermo intero',
218
+ // Horizontal line
219
+ 'Insert Horizontal Line': 'Inserisci Divisore Orizzontale',
220
+ // Clear formatting
221
+ 'Clear Formatting': 'Cancella Formattazione',
222
+ // Save
223
+ 'Save': 'Salvare',
224
+ // Undo, redo
225
+ 'Undo': 'Annulla',
226
+ 'Redo': 'Ripeti',
227
+ // Select all
228
+ 'Select All': 'Seleziona Tutto',
229
+ // Code view
230
+ 'Code View': 'Visualizza Codice',
231
+ // Quote
232
+ 'Quote': 'Citazione',
233
+ 'Increase': 'Aumenta',
234
+ 'Decrease': 'Diminuisci',
235
+ // Quick Insert
236
+ 'Quick Insert': 'Inserimento Rapido',
237
+ // Spcial Characters
238
+ 'Special Characters': 'Caratteri Speciali',
239
+ 'Latin': 'Latino',
240
+ 'Greek': 'Greco',
241
+ 'Cyrillic': 'Cirillico',
242
+ 'Punctuation': 'Punteggiatura',
243
+ 'Currency': 'Valuta',
244
+ 'Arrows': 'Frecce',
245
+ 'Math': 'Matematica',
246
+ 'Misc': 'Misc',
247
+ // Print.
248
+ 'Print': 'Stampa',
249
+ // Spell Checker.
250
+ 'Spell Checker': 'Correttore Ortografico',
251
+ // Help
252
+ 'Help': 'Aiuto',
253
+ 'Shortcuts': 'Scorciatoie',
254
+ 'Inline Editor': 'Editor in Linea',
255
+ 'Show the editor': 'Mostra Editor',
256
+ 'Common actions': 'Azioni comuni',
257
+ 'Copy': 'Copia',
258
+ 'Cut': 'Taglia',
259
+ 'Paste': 'Incolla',
260
+ 'Basic Formatting': 'Formattazione di base',
261
+ 'Increase quote level': 'Aumenta il livello di citazione',
262
+ 'Decrease quote level': 'Diminuisci il livello di citazione',
263
+ 'Image / Video': 'Immagine / Video',
264
+ 'Resize larger': "Pi\xF9 grande",
265
+ 'Resize smaller': "Pi\xF9 piccolo",
266
+ 'Table': 'Tabella',
267
+ 'Select table cell': 'Seleziona la cella della tabella',
268
+ 'Extend selection one cell': 'Estendi la selezione di una cella',
269
+ 'Extend selection one row': 'Estendi la selezione una riga',
270
+ 'Navigation': 'Navigazione',
271
+ 'Focus popup / toolbar': 'Metti a fuoco la barra degli strumenti',
272
+ 'Return focus to previous position': 'Rimetti il fuoco sulla posizione precedente',
273
+ // Embed.ly
274
+ 'Embed URL': 'Incorpora URL',
275
+ 'Paste in a URL to embed': 'Incolla un URL da incorporare',
276
+ // Word Paste.
277
+ '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?',
278
+ 'Keep': 'Mantieni',
279
+ 'Clean': 'Pulisci',
280
+ 'Word Paste Detected': "\xC8 stato rilevato un incolla da Word",
281
+ // Character Counter
282
+ 'Characters': 'Caratteri',
283
+ 'Words': 'Parole',
284
+ // More Buttons
285
+ 'More Text': 'Altro Testo',
286
+ 'More Paragraph': 'Altro Paragrafo',
287
+ 'More Rich': 'Altro Ricco',
288
+ 'More Misc': 'Altro Varie'
289
+ },
290
+ direction: 'ltr'
291
+ };
292
+
293
+ })));
294
+ //# sourceMappingURL=it.js.map