wysiwyg-rails 3.0.6 → 3.2.5.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +25 -0
- data/app/assets/javascripts/froala_editor.min.js +7 -7
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -7
- data/app/assets/javascripts/languages/ar.js +289 -289
- data/app/assets/javascripts/languages/bs.js +276 -276
- data/app/assets/javascripts/languages/cs.js +282 -282
- data/app/assets/javascripts/languages/da.js +274 -274
- data/app/assets/javascripts/languages/de.js +307 -276
- data/app/assets/javascripts/languages/el.js +282 -282
- data/app/assets/javascripts/languages/en_ca.js +220 -220
- data/app/assets/javascripts/languages/en_gb.js +220 -220
- data/app/assets/javascripts/languages/es.js +268 -267
- data/app/assets/javascripts/languages/et.js +276 -276
- data/app/assets/javascripts/languages/fa.js +276 -276
- data/app/assets/javascripts/languages/fi.js +276 -276
- data/app/assets/javascripts/languages/fr.js +299 -278
- data/app/assets/javascripts/languages/he.js +276 -276
- data/app/assets/javascripts/languages/hr.js +276 -276
- data/app/assets/javascripts/languages/hu.js +282 -282
- data/app/assets/javascripts/languages/id.js +276 -276
- data/app/assets/javascripts/languages/it.js +277 -276
- data/app/assets/javascripts/languages/ja.js +278 -278
- data/app/assets/javascripts/languages/ko.js +276 -276
- data/app/assets/javascripts/languages/ku.js +269 -269
- data/app/assets/javascripts/languages/me.js +276 -276
- data/app/assets/javascripts/languages/nb.js +276 -276
- data/app/assets/javascripts/languages/nl.js +289 -276
- data/app/assets/javascripts/languages/pl.js +276 -276
- data/app/assets/javascripts/languages/pt_br.js +276 -276
- data/app/assets/javascripts/languages/pt_pt.js +276 -276
- data/app/assets/javascripts/languages/ro.js +276 -276
- data/app/assets/javascripts/languages/ru.js +289 -289
- data/app/assets/javascripts/languages/sk.js +282 -282
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +276 -276
- data/app/assets/javascripts/languages/sv.js +276 -276
- data/app/assets/javascripts/languages/th.js +276 -276
- data/app/assets/javascripts/languages/tr.js +276 -276
- data/app/assets/javascripts/languages/uk.js +276 -276
- data/app/assets/javascripts/languages/vi.js +219 -219
- data/app/assets/javascripts/languages/zh_cn.js +302 -276
- data/app/assets/javascripts/languages/zh_tw.js +276 -276
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -7
- data/app/assets/javascripts/plugins/align.min.js +7 -7
- data/app/assets/javascripts/plugins/char_counter.min.js +7 -7
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -7
- data/app/assets/javascripts/plugins/code_view.min.js +7 -7
- data/app/assets/javascripts/plugins/colors.min.js +7 -7
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -7
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -7
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -7
- data/app/assets/javascripts/plugins/entities.min.js +7 -7
- data/app/assets/javascripts/plugins/file.min.js +7 -7
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +7 -7
- data/app/assets/javascripts/plugins/font_size.min.js +7 -7
- data/app/assets/javascripts/plugins/forms.min.js +7 -7
- data/app/assets/javascripts/plugins/fullscreen.min.js +7 -7
- data/app/assets/javascripts/plugins/help.min.js +7 -7
- data/app/assets/javascripts/plugins/image.min.js +7 -7
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -7
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -7
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -7
- data/app/assets/javascripts/plugins/line_height.min.js +7 -7
- data/app/assets/javascripts/plugins/link.min.js +7 -7
- data/app/assets/javascripts/plugins/lists.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -7
- data/app/assets/javascripts/plugins/print.min.js +7 -7
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -7
- data/app/assets/javascripts/plugins/quote.min.js +7 -7
- data/app/assets/javascripts/plugins/save.min.js +7 -7
- data/app/assets/javascripts/plugins/special_characters.min.js +6 -6
- data/app/assets/javascripts/plugins/table.min.js +7 -7
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -7
- data/app/assets/javascripts/plugins/video.min.js +7 -7
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -7
- data/app/assets/javascripts/third_party/embedly.min.js +7 -7
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -7
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -7
- data/app/assets/javascripts/third_party/spell_checker.min.js +6 -6
- data/app/assets/stylesheets/froala_editor.css +28 -18
- data/app/assets/stylesheets/froala_editor.min.css +7 -7
- data/app/assets/stylesheets/froala_editor.pkgd.css +1736 -237
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -7
- data/app/assets/stylesheets/froala_style.css +22 -13
- data/app/assets/stylesheets/froala_style.min.css +7 -7
- data/app/assets/stylesheets/plugins.pkgd.css +1517 -37
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -7
- data/app/assets/stylesheets/plugins/char_counter.css +8 -8
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -7
- data/app/assets/stylesheets/plugins/code_view.css +8 -8
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -7
- data/app/assets/stylesheets/plugins/colors.css +8 -8
- data/app/assets/stylesheets/plugins/colors.min.css +7 -7
- data/app/assets/stylesheets/plugins/draggable.css +8 -8
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -7
- data/app/assets/stylesheets/plugins/emoticons.css +8 -8
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -7
- data/app/assets/stylesheets/plugins/file.css +8 -8
- data/app/assets/stylesheets/plugins/file.min.css +7 -7
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +9 -9
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -7
- data/app/assets/stylesheets/plugins/help.css +8 -8
- data/app/assets/stylesheets/plugins/help.min.css +7 -7
- data/app/assets/stylesheets/plugins/image.css +8 -8
- data/app/assets/stylesheets/plugins/image.min.css +7 -7
- data/app/assets/stylesheets/plugins/image_manager.css +8 -8
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/line_breaker.css +8 -8
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -7
- data/app/assets/stylesheets/plugins/quick_insert.css +8 -8
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -7
- data/app/assets/stylesheets/plugins/special_characters.css +8 -8
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -7
- data/app/assets/stylesheets/plugins/table.css +8 -8
- data/app/assets/stylesheets/plugins/table.min.css +7 -7
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +11 -8
- data/app/assets/stylesheets/plugins/video.min.css +7 -7
- data/app/assets/stylesheets/themes/dark.css +274 -19
- data/app/assets/stylesheets/themes/dark.min.css +7 -7
- data/app/assets/stylesheets/themes/gray.css +274 -19
- data/app/assets/stylesheets/themes/gray.min.css +7 -7
- data/app/assets/stylesheets/themes/royal.css +274 -19
- data/app/assets/stylesheets/themes/royal.min.css +7 -7
- data/app/assets/stylesheets/third_party/embedly.css +8 -9
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -7
- data/app/assets/stylesheets/third_party/font_awesome.css +8 -8
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -7
- data/app/assets/stylesheets/third_party/image_tui.css +8 -8
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -7
- data/app/assets/stylesheets/third_party/spell_checker.css +8 -8
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -7
- data/lib/wysiwyg-rails.rb +1 -1
- data/lib/wysiwyg-rails/engine.rb +16 -16
- data/lib/wysiwyg-rails/version.rb +5 -5
- metadata +17 -9
@@ -1,269 +1,270 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
5
|
-
*/
|
6
|
-
|
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
|
-
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.5-1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
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
15
|
/**
|
16
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
|
-
|
54
|
-
|
55
|
-
'
|
56
|
-
|
57
|
-
|
58
|
-
'Align
|
59
|
-
'Align
|
60
|
-
'Align
|
61
|
-
'Align
|
62
|
-
'
|
63
|
-
|
64
|
-
|
65
|
-
'
|
66
|
-
|
67
|
-
|
68
|
-
'
|
69
|
-
|
70
|
-
|
71
|
-
'
|
72
|
-
'Open
|
73
|
-
'
|
74
|
-
'
|
75
|
-
'
|
76
|
-
|
77
|
-
|
78
|
-
'
|
79
|
-
'
|
80
|
-
'
|
81
|
-
'
|
82
|
-
'
|
83
|
-
'
|
84
|
-
'
|
85
|
-
'
|
86
|
-
'
|
87
|
-
'
|
88
|
-
'
|
89
|
-
'
|
90
|
-
'
|
91
|
-
'
|
92
|
-
'
|
93
|
-
'
|
94
|
-
'
|
95
|
-
'
|
96
|
-
'
|
97
|
-
'
|
98
|
-
'
|
99
|
-
'
|
100
|
-
'
|
101
|
-
|
102
|
-
|
103
|
-
'
|
104
|
-
'
|
105
|
-
'
|
106
|
-
'
|
107
|
-
'
|
108
|
-
|
109
|
-
|
110
|
-
'Table
|
111
|
-
'
|
112
|
-
'Table
|
113
|
-
'
|
114
|
-
'
|
115
|
-
'
|
116
|
-
'Insert row
|
117
|
-
'
|
118
|
-
'
|
119
|
-
'
|
120
|
-
'Insert column
|
121
|
-
'
|
122
|
-
'
|
123
|
-
'
|
124
|
-
'
|
125
|
-
'
|
126
|
-
'
|
127
|
-
'
|
128
|
-
'
|
129
|
-
'
|
130
|
-
'
|
131
|
-
'
|
132
|
-
'Align
|
133
|
-
'Align
|
134
|
-
'
|
135
|
-
|
136
|
-
|
137
|
-
'
|
138
|
-
|
139
|
-
|
140
|
-
'
|
141
|
-
'Grinning face
|
142
|
-
'
|
143
|
-
'
|
144
|
-
'Smiling face with open mouth
|
145
|
-
'Smiling face with open mouth and
|
146
|
-
'Smiling face with open mouth and
|
147
|
-
'Smiling face with
|
148
|
-
'Smiling face with
|
149
|
-
'
|
150
|
-
'
|
151
|
-
'
|
152
|
-
'
|
153
|
-
'
|
154
|
-
'Smiling face with
|
155
|
-
'
|
156
|
-
'
|
157
|
-
'
|
158
|
-
'
|
159
|
-
'
|
160
|
-
'
|
161
|
-
'
|
162
|
-
'
|
163
|
-
'
|
164
|
-
'
|
165
|
-
'
|
166
|
-
'Kissing face with
|
167
|
-
'
|
168
|
-
'Face with stuck out tongue
|
169
|
-
'Face with stuck out tongue and
|
170
|
-
'
|
171
|
-
'
|
172
|
-
'
|
173
|
-
'
|
174
|
-
'
|
175
|
-
'
|
176
|
-
'
|
177
|
-
'
|
178
|
-
'
|
179
|
-
'
|
180
|
-
'
|
181
|
-
'
|
182
|
-
'
|
183
|
-
'
|
184
|
-
'
|
185
|
-
'
|
186
|
-
'
|
187
|
-
'
|
188
|
-
'
|
189
|
-
'Face
|
190
|
-
'
|
191
|
-
'
|
192
|
-
'
|
193
|
-
'
|
194
|
-
'
|
195
|
-
'Face
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
'
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
'
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
'
|
217
|
-
'
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
'
|
223
|
-
'
|
224
|
-
'
|
225
|
-
'
|
226
|
-
'
|
227
|
-
'
|
228
|
-
'
|
229
|
-
'
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
'
|
237
|
-
'
|
238
|
-
'
|
239
|
-
'
|
240
|
-
'
|
241
|
-
'
|
242
|
-
'
|
243
|
-
'
|
244
|
-
'
|
245
|
-
'
|
246
|
-
'
|
247
|
-
'
|
248
|
-
'Resize
|
249
|
-
'
|
250
|
-
'
|
251
|
-
'
|
252
|
-
'Extend selection one
|
253
|
-
'
|
254
|
-
'
|
255
|
-
'
|
256
|
-
|
257
|
-
|
258
|
-
'
|
259
|
-
|
260
|
-
|
261
|
-
'
|
262
|
-
'
|
263
|
-
'
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
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
|