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