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,270 @@
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
- * Spanish
35
- */
36
-
37
- $.FE.LANGUAGE['es'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Escriba algo",
41
-
42
- // Basic formatting
43
- "Bold": "Negrita",
44
- "Italic": "It\u00e1lica",
45
- "Underline": "Subrayado",
46
- "Strikethrough": "Tachado",
47
-
48
- // Main buttons
49
- "Insert": "Insertar",
50
- "Delete": "Borrar",
51
- "Cancel": "Cancelar",
52
- "OK": "Ok",
53
- "Back": "Atr\u00e1s",
54
- "Remove": "Quitar",
55
- "More": "M\u00e1s",
56
- "Update": "Actualizaci\u00f3n",
57
- "Style": "Estilo",
58
-
59
- // Font
60
- "Font Family": "Familia de fuentes",
61
- "Font Size": "Tama\u00f1o de fuente",
62
-
63
- // Colors
64
- "Colors": "Colores",
65
- "Background": "Fondo",
66
- "Text": "Texto",
67
- "HEX Color": "Color hexadecimal",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Formato de p\u00e1rrafo",
71
- "Normal": "Normal",
72
- "Code": "C\u00f3digo",
73
- "Heading 1": "Encabezado 1",
74
- "Heading 2": "Encabezado 2",
75
- "Heading 3": "Encabezado 3",
76
- "Heading 4": "Encabezado 4",
77
-
78
- // Style
79
- "Paragraph Style": "Estilo de p\u00e1rrafo",
80
- "Inline Style": "Estilo en l\u00ednea",
81
-
82
- // Alignment
83
- "Align": "Alinear",
84
- "Align Left": "Alinear a la izquierda",
85
- "Align Center": "Alinear al centro",
86
- "Align Right": "Alinear a la derecha",
87
- "Align Justify": "Justificar",
88
- "None": "Ninguno",
89
-
90
- // Lists
91
- "Ordered List": "Lista ordenada",
92
- "Unordered List": "Lista desordenada",
93
-
94
- // Indent
95
- "Decrease Indent": "Reducir sangr\u00eda",
96
- "Increase Indent": "Aumentar sangr\u00eda",
97
-
98
- // Links
99
- "Insert Link": "Insertar enlace",
100
- "Open in new tab": "Abrir en una nueva pesta\u00F1a",
101
- "Open Link": "Abrir enlace",
102
- "Edit Link": "Editar enlace",
103
- "Unlink": "Quitar enlace",
104
- "Choose Link": "Elegir enlace",
105
-
106
- // Images
107
- "Insert Image": "Insertar imagen",
108
- "Upload Image": "Cargar imagen",
109
- "By URL": "Por URL",
110
- "Browse": "Examinar",
111
- "Drop image": "Soltar la imagen",
112
- "or click": "o haga clic en",
113
- "Manage Images": "Administrar im\u00e1genes",
114
- "Loading": "Cargando",
115
- "Deleting": "Borrado",
116
- "Tags": "Etiquetas",
117
- "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
118
- "Replace": "Reemplazar",
119
- "Uploading": "Carga",
120
- "Loading image": "Cargando imagen",
121
- "Display": "Mostrar",
122
- "Inline": "En l\u00ednea",
123
- "Break Text": "Romper texto",
124
- "Alternate Text": "Texto alternativo",
125
- "Change Size": "Cambiar tama\u00f1o",
126
- "Width": "Ancho",
127
- "Height": "Altura",
128
- "Something went wrong. Please try again.": "Algo sali\u00f3 mal. Por favor, vuelva a intentarlo.",
129
- "Image Caption": "Captura de imagen",
130
- "Advanced Edit": "Edición avanzada",
131
-
132
- // Video
133
- "Insert Video": "Insertar video",
134
- "Embedded Code": "C\u00f3digo incrustado",
135
-
136
- // Tables
137
- "Insert Table": "Insertar tabla",
138
- "Table Header": "Encabezado de la tabla",
139
- "Remove Table": "Retire la tabla",
140
- "Table Style": "Estilo de tabla",
141
- "Horizontal Align": "Alinear horizontal",
142
- "Row": "Fila",
143
- "Insert row above": "Insertar fila antes",
144
- "Insert row below": "Insertar fila despu\u00e9s",
145
- "Delete row": "Eliminar fila",
146
- "Column": "Columna",
147
- "Insert column before": "Insertar columna antes",
148
- "Insert column after": "Insertar columna despu\u00e9s",
149
- "Delete column": "Eliminar columna",
150
- "Cell": "Celda",
151
- "Merge cells": "Combinar celdas",
152
- "Horizontal split": "Divisi\u00f3n horizontal",
153
- "Vertical split": "Divisi\u00f3n vertical",
154
- "Cell Background": "Fondo de la celda",
155
- "Vertical Align": "Alinear vertical",
156
- "Top": "Cima",
157
- "Middle": "Medio",
158
- "Bottom": "Del fondo",
159
- "Align Top": "Alinear a la parte superior",
160
- "Align Middle": "Alinear media",
161
- "Align Bottom": "Alinear abajo",
162
- "Cell Style": "Estilo de celda",
163
-
164
- // Files
165
- "Upload File": "Subir archivo",
166
- "Drop file": "Soltar archivo",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticones",
170
- "Grinning face": "Sonriendo cara",
171
- "Grinning face with smiling eyes": "Sonriendo cara con ojos sonrientes",
172
- "Face with tears of joy": "Cara con l\u00e1grimas de alegr\u00eda",
173
- "Smiling face with open mouth": "Cara sonriente con la boca abierta",
174
- "Smiling face with open mouth and smiling eyes": "Cara sonriente con la boca abierta y los ojos sonrientes",
175
- "Smiling face with open mouth and cold sweat": "Cara sonriente con la boca abierta y el sudor fr\u00edo",
176
- "Smiling face with open mouth and tightly-closed eyes": "Cara sonriente con la boca abierta y los ojos fuertemente cerrados",
177
- "Smiling face with halo": "Cara sonriente con halo",
178
- "Smiling face with horns": "Cara sonriente con cuernos",
179
- "Winking face": "Gui\u00f1o de la cara",
180
- "Smiling face with smiling eyes": "Cara sonriente con ojos sonrientes",
181
- "Face savoring delicious food": "Care saborear una deliciosa comida",
182
- "Relieved face": "Cara Aliviado",
183
- "Smiling face with heart-shaped eyes": "Cara sonriente con los ojos en forma de coraz\u00f3n",
184
- "Smiling face with sunglasses": "Cara sonriente con gafas de sol",
185
- "Smirking face": "Sonriendo cara",
186
- "Neutral face": "Cara neutral",
187
- "Expressionless face": "Rostro inexpresivo",
188
- "Unamused face": "Cara no divertido",
189
- "Face with cold sweat": "Cara con sudor fr\u00edo",
190
- "Pensive face": "Rostro pensativo",
191
- "Confused face": "Cara confusa",
192
- "Confounded face": "Cara Averg\u00fc\u00e9ncense",
193
- "Kissing face": "Besar la cara",
194
- "Face throwing a kiss": "Cara lanzando un beso",
195
- "Kissing face with smiling eyes": "Besar a cara con ojos sonrientes",
196
- "Kissing face with closed eyes": "Besar a cara con los ojos cerrados",
197
- "Face with stuck out tongue": "Cara con la lengua pegada",
198
- "Face with stuck out tongue and winking eye": "Cara con pegado a la lengua y los ojos gui\u00f1o",
199
- "Face with stuck out tongue and tightly-closed eyes": "Cara con la lengua pegada a y los ojos fuertemente cerrados",
200
- "Disappointed face": "Cara decepcionado",
201
- "Worried face": "Cara de preocupaci\u00f3n",
202
- "Angry face": "Cara enojada",
203
- "Pouting face": "Que pone mala cara",
204
- "Crying face": "Cara llorando",
205
- "Persevering face": "Perseverar cara",
206
- "Face with look of triumph": "Cara con expresi\u00f3n de triunfo",
207
- "Disappointed but relieved face": "Decepcionado pero el rostro aliviado",
208
- "Frowning face with open mouth": "Con el ce\u00f1o fruncido la cara con la boca abierta",
209
- "Anguished face": "Rostro angustiado",
210
- "Fearful face": "Cara Temeroso",
211
- "Weary face": "Rostro cansado",
212
- "Sleepy face": "Rostro so\u00f1oliento",
213
- "Tired face": "Rostro cansado",
214
- "Grimacing face": "Haciendo una mueca cara",
215
- "Loudly crying face": "Llorando en voz alta la cara",
216
- "Face with open mouth": "Cara con la boca abierta",
217
- "Hushed face": "Cara callada",
218
- "Face with open mouth and cold sweat": "Cara con la boca abierta y el sudor frío",
219
- "Face screaming in fear": "Cara gritando de miedo",
220
- "Astonished face": "Cara asombrosa",
221
- "Flushed face": "Cara enrojecida",
222
- "Sleeping face": "Rostro dormido",
223
- "Dizzy face": "Cara Mareado",
224
- "Face without mouth": "Cara sin boca",
225
- "Face with medical mask": "Cara con la m\u00e1scara m\u00e9dica",
226
-
227
- // Line breaker
228
- "Break": "Romper",
229
-
230
- // Math
231
- "Subscript": "Sub\u00edndice",
232
- "Superscript": "Super\u00edndice",
233
-
234
- // Full screen
235
- "Fullscreen": "Pantalla completa",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Quitar el formato",
242
-
243
- // Undo, redo
244
- "Undo": "Deshacer",
245
- "Redo": "Rehacer",
246
-
247
- // Select all
248
- "Select All": "Seleccionar todo",
249
-
250
- // Code view
251
- "Code View": "Vista de c\u00f3digo",
252
-
253
- // Quote
254
- "Quote": "Cita",
255
- "Increase": "Aumentar",
256
- "Decrease": "Disminuci\u00f3n",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Inserci\u00f3n r\u00e1pida",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Caracteres especiales",
263
- "Latin": "Latín",
264
- "Greek": "Griego",
265
- "Cyrillic": "Cirílico",
266
- "Punctuation": "Puntuación",
267
- "Currency": "Moneda",
268
- "Arrows": "Flechas",
269
- "Math": "Mates",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Impresión",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Corrector ortográfico",
277
-
278
- // Help
279
- "Help": "Ayuda",
280
- "Shortcuts": "Atajos",
281
- "Inline Editor": "Editor en línea",
282
- "Show the editor": "Mostrar al editor",
283
- "Common actions": "Acciones comunes",
284
- "Copy": "Dupdo",
285
- "Cut": "Cortar",
286
- "Paste": "Pegar",
287
- "Basic Formatting": "Formato básico",
288
- "Increase quote level": "Aumentar el nivel de cotización",
289
- "Decrease quote level": "Disminuir el nivel de cotización",
290
- "Image / Video": "Imagen / video",
291
- "Resize larger": "Redimensionar más grande",
292
- "Resize smaller": "Redimensionar más pequeño",
293
- "Table": "Mesa",
294
- "Select table cell": "Celda de tabla select",
295
- "Extend selection one cell": "Ampliar la selección una celda",
296
- "Extend selection one row": "Ampliar la selección una fila",
297
- "Navigation": "Navegación",
298
- "Focus popup / toolbar": "Focus popup / toolbar",
299
- "Return focus to previous position": "Volver al foco a la posición anterior",
300
-
301
- // Embed.ly
302
- "Embed URL": "URL de inserción",
303
- "Paste in a URL to embed": "Pegar en una url para incrustar",
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?": "El contenido pegado viene de un documento de Microsoft Word. ¿Quieres mantener el formato o limpiarlo?",
307
- "Keep": "Guardar",
308
- "Clean": "Limpiar",
309
- "Word Paste Detected": "Palabra detectada"
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
+ * Spanish
17
+ */
18
+ FE.LANGUAGE['es'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Escriba algo',
22
+ // Basic formatting
23
+ 'Bold': 'Negrita',
24
+ 'Italic': "It\xE1lica",
25
+ 'Underline': 'Subrayado',
26
+ 'Strikethrough': 'Tachado',
27
+ // Main buttons
28
+ 'Insert': 'Insertar',
29
+ 'Delete': 'Borrar',
30
+ 'Cancel': 'Cancelar',
31
+ 'OK': 'Ok',
32
+ 'Back': "Atr\xE1s",
33
+ 'Remove': 'Quitar',
34
+ 'More': "M\xE1s",
35
+ 'Update': "Actualizaci\xF3n",
36
+ 'Style': 'Estilo',
37
+ // Font
38
+ 'Font Family': 'Familia de fuentes',
39
+ 'Font Size': "Tama\xF1o de fuente",
40
+ // Colors
41
+ 'Colors': 'Colores',
42
+ 'Background': 'Fondo',
43
+ 'Text': 'Texto',
44
+ 'HEX Color': 'Color hexadecimal',
45
+ // Paragraphs
46
+ 'Paragraph Format': "Formato de p\xE1rrafo",
47
+ 'Normal': 'Normal',
48
+ 'Code': "C\xF3digo",
49
+ 'Heading 1': 'Encabezado 1',
50
+ 'Heading 2': 'Encabezado 2',
51
+ 'Heading 3': 'Encabezado 3',
52
+ 'Heading 4': 'Encabezado 4',
53
+ 'Line Height': 'Interlineado',
54
+ // Style
55
+ 'Paragraph Style': "Estilo de p\xE1rrafo",
56
+ 'Inline Style': "Estilo en l\xEDnea",
57
+ // Alignment
58
+ 'Align': 'Alinear',
59
+ 'Align Left': 'Alinear a la izquierda',
60
+ 'Align Center': 'Alinear al centro',
61
+ 'Align Right': 'Alinear a la derecha',
62
+ 'Align Justify': 'Justificar',
63
+ 'None': 'Ninguno',
64
+ // Lists
65
+ 'Ordered List': 'Lista ordenada',
66
+ 'Unordered List': 'Lista desordenada',
67
+ // Indent
68
+ 'Decrease Indent': "Reducir sangr\xEDa",
69
+ 'Increase Indent': "Aumentar sangr\xEDa",
70
+ // Links
71
+ 'Insert Link': 'Insertar enlace',
72
+ 'Open in new tab': "Abrir en una nueva pesta\xF1a",
73
+ 'Open Link': 'Abrir enlace',
74
+ 'Edit Link': 'Editar enlace',
75
+ 'Unlink': 'Quitar enlace',
76
+ 'Choose Link': 'Elegir enlace',
77
+ // Images
78
+ 'Insert Image': 'Insertar imagen',
79
+ 'Upload Image': 'Cargar imagen',
80
+ 'By URL': 'Por URL',
81
+ 'Browse': 'Examinar',
82
+ 'Drop image': 'Soltar la imagen',
83
+ 'or click': 'o haga clic en',
84
+ 'Manage Images': "Administrar im\xE1genes",
85
+ 'Loading': 'Cargando',
86
+ 'Deleting': 'Borrado',
87
+ 'Tags': 'Etiquetas',
88
+ 'Are you sure? Image will be deleted.': "\xBFEst\xE1 seguro? La imagen ser\xE1 borrada.",
89
+ 'Replace': 'Reemplazar',
90
+ 'Uploading': 'Carga',
91
+ 'Loading image': 'Cargando imagen',
92
+ 'Display': 'Mostrar',
93
+ 'Inline': "En l\xEDnea",
94
+ 'Break Text': 'Romper texto',
95
+ 'Alternative Text': 'Texto alternativo',
96
+ 'Change Size': "Cambiar tama\xF1o",
97
+ 'Width': 'Ancho',
98
+ 'Height': 'Altura',
99
+ 'Something went wrong. Please try again.': "Algo sali\xF3 mal. Por favor, vuelva a intentarlo.",
100
+ 'Image Caption': 'Captura de imagen',
101
+ 'Advanced Edit': 'Edición avanzada',
102
+ // Video
103
+ 'Insert Video': 'Insertar video',
104
+ 'Embedded Code': "C\xF3digo incrustado",
105
+ 'Paste in a video URL': 'Pegar en una URL de video',
106
+ 'Drop video': 'Soltar video',
107
+ 'Your browser does not support HTML5 video.': 'Su navegador no es compatible con video html5.',
108
+ 'Upload Video': 'Subir video',
109
+ // Tables
110
+ 'Insert Table': 'Insertar tabla',
111
+ 'Table Header': 'Encabezado de la tabla',
112
+ 'Remove Table': 'Retire la tabla',
113
+ 'Table Style': 'Estilo de tabla',
114
+ 'Horizontal Align': 'Alinear horizontal',
115
+ 'Row': 'Fila',
116
+ 'Insert row above': 'Insertar fila antes',
117
+ 'Insert row below': "Insertar fila despu\xE9s",
118
+ 'Delete row': 'Eliminar fila',
119
+ 'Column': 'Columna',
120
+ 'Insert column before': 'Insertar columna antes',
121
+ 'Insert column after': "Insertar columna despu\xE9s",
122
+ 'Delete column': 'Eliminar columna',
123
+ 'Cell': 'Celda',
124
+ 'Merge cells': 'Combinar celdas',
125
+ 'Horizontal split': "Divisi\xF3n horizontal",
126
+ 'Vertical split': "Divisi\xF3n vertical",
127
+ 'Cell Background': 'Fondo de la celda',
128
+ 'Vertical Align': 'Alinear vertical',
129
+ 'Top': 'Cima',
130
+ 'Middle': 'Medio',
131
+ 'Bottom': 'Del fondo',
132
+ 'Align Top': 'Alinear a la parte superior',
133
+ 'Align Middle': 'Alinear media',
134
+ 'Align Bottom': 'Alinear abajo',
135
+ 'Cell Style': 'Estilo de celda',
136
+ // Files
137
+ 'Upload File': 'Subir archivo',
138
+ 'Drop file': 'Soltar archivo',
139
+ // Emoticons
140
+ 'Emoticons': 'Emoticonos',
141
+ 'Grinning face': 'Cara sonriendo',
142
+ 'Grinning face with smiling eyes': 'Cara sonriendo con ojos sonrientes',
143
+ 'Face with tears of joy': "Cara con l\xE1grimas de alegr\xEDa",
144
+ 'Smiling face with open mouth': 'Cara sonriente con la boca abierta',
145
+ 'Smiling face with open mouth and smiling eyes': 'Cara sonriente con la boca abierta y los ojos sonrientes',
146
+ 'Smiling face with open mouth and cold sweat': "Cara sonriente con la boca abierta y el sudor fr\xEDo",
147
+ 'Smiling face with open mouth and tightly-closed eyes': 'Cara sonriente con la boca abierta y los ojos fuertemente cerrados',
148
+ 'Smiling face with halo': 'Cara sonriente con halo',
149
+ 'Smiling face with horns': 'Cara sonriente con cuernos',
150
+ 'Winking face': "Gui\xF1o de la cara",
151
+ 'Smiling face with smiling eyes': 'Cara sonriente con ojos sonrientes',
152
+ 'Face savoring delicious food': 'Cara de saborear una deliciosa comida',
153
+ 'Relieved face': 'Cara Aliviado',
154
+ 'Smiling face with heart-shaped eyes': "Cara sonriente con los ojos en forma de coraz\xF3n",
155
+ 'Smiling face with sunglasses': 'Cara sonriente con gafas de sol',
156
+ 'Smirking face': 'Sonriendo cara',
157
+ 'Neutral face': 'Cara neutral',
158
+ 'Expressionless face': 'Rostro inexpresivo',
159
+ 'Unamused face': 'Cara aburrida',
160
+ 'Face with cold sweat': "Cara con sudor fr\xEDo",
161
+ 'Pensive face': 'Rostro pensativo',
162
+ 'Confused face': 'Cara confusa',
163
+ 'Confounded face': 'Cara aturdida',
164
+ 'Kissing face': 'Cara besando',
165
+ 'Face throwing a kiss': 'Cara lanzando un beso',
166
+ 'Kissing face with smiling eyes': 'Cara besando con ojos sonrientes',
167
+ 'Kissing face with closed eyes': 'Cara besando con los ojos cerrados',
168
+ 'Face with stuck out tongue': 'Cara con la lengua pegada',
169
+ 'Face with stuck out tongue and winking eye': 'Cara con la lengua pegada y el ojo parpadeante',
170
+ 'Face with stuck out tongue and tightly-closed eyes': 'Cara con la lengua pegada y los ojos fuertemente cerrados',
171
+ 'Disappointed face': 'Cara de decepcionado',
172
+ 'Worried face': "Cara de preocupaci\xF3n",
173
+ 'Angry face': 'Cara enojada',
174
+ 'Pouting face': 'Que pone mala cara',
175
+ 'Crying face': 'Cara llorando',
176
+ 'Persevering face': 'Cara de perseverancia',
177
+ 'Face with look of triumph': "Cara con expresi\xF3n de triunfo",
178
+ 'Disappointed but relieved face': 'Decepcionado pero el rostro aliviado',
179
+ 'Frowning face with open mouth': "Cara con la boca abierta con el ce\xF1o fruncido",
180
+ 'Anguished face': 'Rostro angustiado',
181
+ 'Fearful face': 'Cara temerosa',
182
+ 'Weary face': 'Rostro cansado',
183
+ 'Sleepy face': 'Rostro somnoliento',
184
+ 'Tired face': 'Rostro cansado',
185
+ 'Grimacing face': 'Cara haciendo una mueca',
186
+ 'Loudly crying face': 'Cara llorando en voz alta',
187
+ 'Face with open mouth': 'Cara con la boca abierta',
188
+ 'Hushed face': 'Cara callada',
189
+ 'Face with open mouth and cold sweat': 'Cara con la boca abierta y el sudor frío',
190
+ 'Face screaming in fear': 'Cara gritando de miedo',
191
+ 'Astonished face': 'Cara asombrosa',
192
+ 'Flushed face': 'Cara enrojecida',
193
+ 'Sleeping face': 'Rostro dormido',
194
+ 'Dizzy face': 'Cara mareada',
195
+ 'Face without mouth': 'Cara sin boca',
196
+ 'Face with medical mask': "Cara con la m\xE1scara m\xE9dica",
197
+ // Line breaker
198
+ 'Break': 'Romper',
199
+ // Math
200
+ 'Subscript': "Sub\xEDndice",
201
+ 'Superscript': "Super\xEDndice",
202
+ // Full screen
203
+ 'Fullscreen': 'Pantalla completa',
204
+ // Horizontal line
205
+ 'Insert Horizontal Line': "Insertar l\xEDnea horizontal",
206
+ // Clear formatting
207
+ 'Clear Formatting': 'Quitar el formato',
208
+ // Undo, redo
209
+ 'Undo': 'Deshacer',
210
+ 'Redo': 'Rehacer',
211
+ // Select all
212
+ 'Select All': 'Seleccionar todo',
213
+ // Code view
214
+ 'Code View': "Vista de c\xF3digo",
215
+ // Quote
216
+ 'Quote': 'Cita',
217
+ 'Increase': 'Aumentar',
218
+ 'Decrease': "Disminuci\xF3n",
219
+ // Quick Insert
220
+ 'Quick Insert': "Inserci\xF3n r\xE1pida",
221
+ // Spcial Characters
222
+ 'Special Characters': 'Caracteres especiales',
223
+ 'Latin': 'Latín',
224
+ 'Greek': 'Griego',
225
+ 'Cyrillic': 'Cirílico',
226
+ 'Punctuation': 'Puntuación',
227
+ 'Currency': 'Moneda',
228
+ 'Arrows': 'Flechas',
229
+ 'Math': 'Mates',
230
+ 'Misc': 'Misc',
231
+ // Print.
232
+ 'Print': 'Impresión',
233
+ // Spell Checker.
234
+ 'Spell Checker': 'Corrector ortográfico',
235
+ // Help
236
+ 'Help': 'Ayuda',
237
+ 'Shortcuts': 'Atajos',
238
+ 'Inline Editor': 'Editor en línea',
239
+ 'Show the editor': 'Mostrar al editor',
240
+ 'Common actions': 'Acciones comunes',
241
+ 'Copy': 'Copiar',
242
+ 'Cut': 'Cortar',
243
+ 'Paste': 'Pegar',
244
+ 'Basic Formatting': 'Formato básico',
245
+ 'Increase quote level': 'Aumentar el nivel de cotización',
246
+ 'Decrease quote level': 'Disminuir el nivel de cotización',
247
+ 'Image / Video': 'Imagen / video',
248
+ 'Resize larger': 'Redimensionar más grande',
249
+ 'Resize smaller': 'Redimensionar más pequeño',
250
+ 'Table': 'Mesa',
251
+ 'Select table cell': 'Celda de tabla select',
252
+ 'Extend selection one cell': 'Ampliar la selección una celda',
253
+ 'Extend selection one row': 'Ampliar la selección una fila',
254
+ 'Navigation': 'Navegación',
255
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
256
+ 'Return focus to previous position': 'Volver al foco a la posición anterior',
257
+ // Embed.ly
258
+ 'Embed URL': 'URL de inserción',
259
+ 'Paste in a URL to embed': 'Pegar en una url para incrustar',
260
+ // Word Paste.
261
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'El contenido pegado viene de un documento de Microsoft Word. ¿Quieres mantener el formato o limpiarlo?',
262
+ 'Keep': 'Guardar',
263
+ 'Clean': 'Limpiar',
264
+ 'Word Paste Detected': 'Palabra detectada'
265
+ },
266
+ direction: 'ltr'
267
+ };
268
+
269
+ })));
270
+ //# sourceMappingURL=es.js.map