wysiwyg-rails 1.2.7 → 4.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/LICENSE +1 -1
- data/README.md +112 -35
- data/app/assets/javascripts/froala_editor.min.js +5 -9
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
- data/app/assets/javascripts/languages/ar.js +291 -0
- data/app/assets/javascripts/languages/bs.js +278 -0
- data/app/assets/javascripts/languages/cs.js +284 -0
- data/app/assets/javascripts/languages/da.js +276 -0
- data/app/assets/javascripts/languages/de.js +309 -0
- data/app/assets/javascripts/languages/el.js +284 -0
- data/app/assets/javascripts/languages/en_ca.js +222 -0
- data/app/assets/javascripts/languages/en_gb.js +222 -0
- data/app/assets/javascripts/languages/es.js +289 -0
- data/app/assets/javascripts/languages/et.js +278 -0
- data/app/assets/javascripts/languages/fa.js +278 -0
- data/app/assets/javascripts/languages/fi.js +278 -0
- data/app/assets/javascripts/languages/fr.js +303 -0
- data/app/assets/javascripts/languages/he.js +278 -0
- data/app/assets/javascripts/languages/hr.js +278 -0
- data/app/assets/javascripts/languages/hu.js +284 -0
- data/app/assets/javascripts/languages/id.js +278 -0
- data/app/assets/javascripts/languages/it.js +294 -0
- data/app/assets/javascripts/languages/ja.js +278 -0
- data/app/assets/javascripts/languages/ko.js +306 -0
- data/app/assets/javascripts/languages/ku.js +271 -0
- data/app/assets/javascripts/languages/me.js +278 -0
- data/app/assets/javascripts/languages/nb.js +278 -0
- data/app/assets/javascripts/languages/nl.js +291 -0
- data/app/assets/javascripts/languages/pl.js +295 -0
- data/app/assets/javascripts/languages/pt_br.js +278 -0
- data/app/assets/javascripts/languages/pt_pt.js +295 -0
- data/app/assets/javascripts/languages/ro.js +278 -0
- data/app/assets/javascripts/languages/ru.js +291 -0
- data/app/assets/javascripts/languages/sk.js +284 -0
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +278 -0
- data/app/assets/javascripts/languages/sv.js +278 -0
- data/app/assets/javascripts/languages/th.js +278 -0
- data/app/assets/javascripts/languages/tr.js +278 -0
- data/app/assets/javascripts/languages/uk.js +278 -0
- data/app/assets/javascripts/languages/vi.js +219 -0
- data/app/assets/javascripts/languages/zh_cn.js +304 -0
- data/app/assets/javascripts/languages/zh_tw.js +278 -0
- data/app/assets/javascripts/plugins/align.min.js +7 -0
- data/app/assets/javascripts/plugins/char_counter.min.js +5 -4
- data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
- data/app/assets/javascripts/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/plugins/colors.min.js +5 -4
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
- data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/plugins/entities.min.js +5 -4
- data/app/assets/javascripts/plugins/file.min.js +7 -0
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +5 -4
- data/app/assets/javascripts/plugins/font_size.min.js +5 -4
- data/app/assets/javascripts/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/plugins/fullscreen.min.js +5 -4
- data/app/assets/javascripts/plugins/help.min.js +7 -0
- data/app/assets/javascripts/plugins/image.min.js +7 -0
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
- data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/plugins/line_height.min.js +7 -0
- data/app/assets/javascripts/plugins/link.min.js +7 -0
- data/app/assets/javascripts/plugins/lists.min.js +5 -4
- data/app/assets/javascripts/plugins/markdown.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/plugins/print.min.js +7 -0
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/plugins/save.min.js +7 -0
- data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/plugins/table.min.js +7 -0
- data/app/assets/javascripts/plugins/track_changes.min.js +7 -0
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -0
- data/app/assets/javascripts/plugins/video.min.js +5 -4
- data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
- data/app/assets/javascripts/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
- data/app/assets/javascripts/third_party/showdown.min.js +7 -0
- data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
- data/app/assets/stylesheets/froala_editor.css +1431 -0
- data/app/assets/stylesheets/froala_editor.min.css +6 -4
- data/app/assets/stylesheets/froala_editor.pkgd.css +4808 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +362 -0
- data/app/assets/stylesheets/froala_style.min.css +6 -4
- data/app/assets/stylesheets/plugins/char_counter.css +49 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/plugins/code_view.css +97 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/plugins/colors.css +98 -0
- data/app/assets/stylesheets/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/plugins/draggable.css +41 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/plugins/emoticons.css +34 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/plugins/file.css +128 -0
- data/app/assets/stylesheets/plugins/file.min.css +7 -0
- 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 +79 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/plugins/help.css +45 -0
- data/app/assets/stylesheets/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/plugins/image.css +213 -0
- data/app/assets/stylesheets/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/plugins/image_manager.css +236 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/plugins/markdown.css +149 -0
- data/app/assets/stylesheets/plugins/markdown.min.css +7 -0
- data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/plugins/special_characters.css +33 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/plugins/table.css +111 -0
- data/app/assets/stylesheets/plugins/table.min.css +7 -0
- 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 +201 -0
- data/app/assets/stylesheets/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/plugins.pkgd.css +3025 -0
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
- data/app/assets/stylesheets/themes/dark.css +2188 -0
- data/app/assets/stylesheets/themes/dark.min.css +6 -4
- data/app/assets/stylesheets/themes/gray.css +2188 -0
- data/app/assets/stylesheets/themes/gray.min.css +6 -4
- data/app/assets/stylesheets/themes/royal.css +2188 -0
- data/app/assets/stylesheets/themes/royal.min.css +6 -4
- data/app/assets/stylesheets/third_party/embedly.css +60 -0
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
- data/app/assets/stylesheets/third_party/image_tui.css +41 -0
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
- data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
- data/lib/wysiwyg-rails/engine.rb +11 -0
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +142 -72
- data/app/assets/javascripts/froala_editor_ie8.min.js +0 -6
- data/app/assets/javascripts/langs/ar.js +0 -94
- data/app/assets/javascripts/langs/bs.js +0 -94
- data/app/assets/javascripts/langs/cs.js +0 -94
- data/app/assets/javascripts/langs/da.js +0 -94
- data/app/assets/javascripts/langs/de.js +0 -94
- data/app/assets/javascripts/langs/en_ca.js +0 -94
- data/app/assets/javascripts/langs/en_gb.js +0 -94
- data/app/assets/javascripts/langs/en_us.js +0 -94
- data/app/assets/javascripts/langs/es.js +0 -94
- data/app/assets/javascripts/langs/et.js +0 -90
- data/app/assets/javascripts/langs/fa.js +0 -94
- data/app/assets/javascripts/langs/fi.js +0 -94
- data/app/assets/javascripts/langs/fr.js +0 -94
- data/app/assets/javascripts/langs/he.js +0 -94
- data/app/assets/javascripts/langs/hr.js +0 -94
- data/app/assets/javascripts/langs/hu.js +0 -94
- data/app/assets/javascripts/langs/id.js +0 -94
- data/app/assets/javascripts/langs/it.js +0 -94
- data/app/assets/javascripts/langs/ja.js +0 -94
- data/app/assets/javascripts/langs/ko.js +0 -94
- data/app/assets/javascripts/langs/me.js +0 -94
- data/app/assets/javascripts/langs/nb.js +0 -94
- data/app/assets/javascripts/langs/nl.js +0 -94
- data/app/assets/javascripts/langs/pl.js +0 -94
- data/app/assets/javascripts/langs/pt_br.js +0 -94
- data/app/assets/javascripts/langs/pt_pt.js +0 -94
- data/app/assets/javascripts/langs/ro.js +0 -94
- data/app/assets/javascripts/langs/ru.js +0 -94
- data/app/assets/javascripts/langs/sr.js +0 -94
- data/app/assets/javascripts/langs/sv.js +0 -94
- data/app/assets/javascripts/langs/th.js +0 -94
- data/app/assets/javascripts/langs/tr.js +0 -94
- data/app/assets/javascripts/langs/uk.js +0 -94
- data/app/assets/javascripts/langs/zh_cn.js +0 -94
- data/app/assets/javascripts/langs/zh_tw.js +0 -94
- data/app/assets/javascripts/plugins/block_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/file_upload.min.js +0 -6
- data/app/assets/javascripts/plugins/inline_styles.min.js +0 -6
- data/app/assets/javascripts/plugins/media_manager.min.js +0 -6
- data/app/assets/javascripts/plugins/tables.min.js +0 -6
- data/app/assets/javascripts/plugins/urls.min.js +0 -6
- data/app/assets/stylesheets/froala_content.min.css +0 -5
- data/app/assets/stylesheets/themes/red.min.css +0 -5
@@ -0,0 +1,289 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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
|
+
/**
|
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
|
@@ -0,0 +1,278 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2022 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
|
+
/**
|
16
|
+
* Estonian
|
17
|
+
*/
|
18
|
+
FE.LANGUAGE['et'] = {
|
19
|
+
translation: {
|
20
|
+
// Place holder
|
21
|
+
'Type something': 'Kirjuta midagi',
|
22
|
+
// Basic formatting
|
23
|
+
'Bold': 'Rasvane',
|
24
|
+
'Italic': 'Kursiiv',
|
25
|
+
'Underline': 'Allajoonitud',
|
26
|
+
'Strikethrough': "L\xE4bikriipsutatud",
|
27
|
+
// Main buttons
|
28
|
+
'Insert': 'Lisa',
|
29
|
+
'Delete': 'Kustuta',
|
30
|
+
'Cancel': "T\xFChista",
|
31
|
+
'OK': 'OK',
|
32
|
+
'Back': 'Tagasi',
|
33
|
+
'Remove': 'Eemaldama',
|
34
|
+
'More': 'Rohkem',
|
35
|
+
'Update': 'Ajakohastama',
|
36
|
+
'Style': 'Stiil',
|
37
|
+
// Font
|
38
|
+
'Font Family': 'Fondi perekond',
|
39
|
+
'Font Size': 'Fondi suurus',
|
40
|
+
// Colors
|
41
|
+
'Colors': "V\xE4rvid",
|
42
|
+
'Background': 'Taust',
|
43
|
+
'Text': 'Tekst',
|
44
|
+
'HEX Color': 'Hex värvi',
|
45
|
+
// Paragraphs
|
46
|
+
'Paragraph Format': 'Paragrahv formaat',
|
47
|
+
'Normal': 'Normaalne',
|
48
|
+
'Code': 'Kood',
|
49
|
+
'Heading 1': "P\xE4is 1",
|
50
|
+
'Heading 2': "P\xE4is 2",
|
51
|
+
'Heading 3': "P\xE4is 3",
|
52
|
+
'Heading 4': "P\xE4is 4",
|
53
|
+
// Style
|
54
|
+
'Paragraph Style': 'Paragrahv stiil',
|
55
|
+
'Inline Style': "J\xE4rjekorras stiil",
|
56
|
+
// Alignment
|
57
|
+
'Align': 'Joonda',
|
58
|
+
'Align Left': 'Joonda vasakule',
|
59
|
+
'Align Center': 'Joonda keskele',
|
60
|
+
'Align Right': 'Joonda paremale',
|
61
|
+
'Align Justify': "R\xF6\xF6pjoondus",
|
62
|
+
'None': "Mitte \xFCkski",
|
63
|
+
// Lists
|
64
|
+
'Ordered List': 'Tellitud nimekirja',
|
65
|
+
'Unordered List': 'Tavalise nimekirja',
|
66
|
+
// Indent
|
67
|
+
'Decrease Indent': "V\xE4henemine taane",
|
68
|
+
'Increase Indent': 'Suurenda taanet',
|
69
|
+
// Links
|
70
|
+
'Insert Link': 'Lisa link',
|
71
|
+
'Open in new tab': 'Ava uues sakis',
|
72
|
+
'Open Link': 'Avatud link',
|
73
|
+
'Edit Link': 'Muuda link',
|
74
|
+
'Unlink': 'Eemalda link',
|
75
|
+
'Choose Link': 'Vali link',
|
76
|
+
// Images
|
77
|
+
'Insert Image': 'Lisa pilt',
|
78
|
+
'Upload Image': 'Laadige pilt',
|
79
|
+
'By URL': 'Poolt URL',
|
80
|
+
'Browse': 'sirvida',
|
81
|
+
'Drop image': 'Aseta pilt',
|
82
|
+
'or click': "v\xF5i kliki",
|
83
|
+
'Manage Images': 'Halda pilte',
|
84
|
+
'Loading': 'Laadimine',
|
85
|
+
'Deleting': 'Kustutamine',
|
86
|
+
'Tags': 'Sildid',
|
87
|
+
'Are you sure? Image will be deleted.': 'Oled sa kindel? Pilt kustutatakse.',
|
88
|
+
'Replace': 'Asendama',
|
89
|
+
'Uploading': 'Laadimise pilti',
|
90
|
+
'Loading image': 'Laadimise pilti',
|
91
|
+
'Display': 'Kuvama',
|
92
|
+
'Inline': "J\xE4rjekorras",
|
93
|
+
'Break Text': 'Murdma teksti',
|
94
|
+
'Alternative Text': 'Asendusliikme teksti',
|
95
|
+
'Change Size': 'Muuda suurust',
|
96
|
+
'Width': 'Laius',
|
97
|
+
'Height': "K\xF5rgus",
|
98
|
+
'Something went wrong. Please try again.': "Midagi l\xE4ks valesti. Palun proovi uuesti.",
|
99
|
+
'Image Caption': 'Pildi pealkiri',
|
100
|
+
'Advanced Edit': 'Täiustatud redigeerimine',
|
101
|
+
// Video
|
102
|
+
'Insert Video': 'Lisa video',
|
103
|
+
'Embedded Code': 'Varjatud koodi',
|
104
|
+
'Paste in a video URL': 'Kleebi video URL-i',
|
105
|
+
'Drop video': 'Tilk videot',
|
106
|
+
'Your browser does not support HTML5 video.': 'Teie brauser ei toeta html5-videot.',
|
107
|
+
'Upload Video': 'Video üleslaadimine',
|
108
|
+
// Tables
|
109
|
+
'Insert Table': 'Sisesta tabel',
|
110
|
+
'Table Header': "Tabel p\xE4ise kaudu",
|
111
|
+
'Remove Table': 'Eemalda tabel',
|
112
|
+
'Table Style': 'Tabel stiili',
|
113
|
+
'Horizontal Align': 'Horisontaalne joonda',
|
114
|
+
'Row': 'Rida',
|
115
|
+
'Insert row above': "Sisesta rida \xFCles",
|
116
|
+
'Insert row below': 'Sisesta rida alla',
|
117
|
+
'Delete row': 'Kustuta rida',
|
118
|
+
'Column': 'Veerg',
|
119
|
+
'Insert column before': 'Sisesta veerg ette',
|
120
|
+
'Insert column after': "Sisesta veerg j\xE4rele",
|
121
|
+
'Delete column': 'Kustuta veerg',
|
122
|
+
'Cell': 'Lahter',
|
123
|
+
'Merge cells': "\xFChenda lahtrid",
|
124
|
+
'Horizontal split': 'Poolita horisontaalselt',
|
125
|
+
'Vertical split': 'Poolita vertikaalselt',
|
126
|
+
'Cell Background': 'Lahter tausta',
|
127
|
+
'Vertical Align': 'Vertikaalne joonda',
|
128
|
+
'Top': "\xFClemine",
|
129
|
+
'Middle': 'Keskmine',
|
130
|
+
'Bottom': "P\xF5hi",
|
131
|
+
'Align Top': "Joonda \xFClemine",
|
132
|
+
'Align Middle': 'Joonda keskmine',
|
133
|
+
'Align Bottom': "Joonda P\xF5hi",
|
134
|
+
'Cell Style': 'Lahter stiili',
|
135
|
+
// Files
|
136
|
+
'Upload File': "Lae fail \xFCles",
|
137
|
+
'Drop file': 'Aseta fail',
|
138
|
+
// Emoticons
|
139
|
+
'Emoticons': 'Emotikonid',
|
140
|
+
'Grinning face': "Irvitas n\xE4kku",
|
141
|
+
'Grinning face with smiling eyes': "Irvitas n\xE4kku naeratavad silmad",
|
142
|
+
'Face with tears of joy': "N\xE4gu r\xF5\xF5mupisaratega",
|
143
|
+
'Smiling face with open mouth': "Naeratav n\xE4gu avatud suuga",
|
144
|
+
'Smiling face with open mouth and smiling eyes': "Naeratav n\xE4gu avatud suu ja naeratavad silmad",
|
145
|
+
'Smiling face with open mouth and cold sweat': "Naeratav n\xE4gu avatud suu ja k\xFClm higi",
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "Naeratav n\xE4gu avatud suu ja tihedalt suletud silmad",
|
147
|
+
'Smiling face with halo': "Naeratav n\xE4gu halo",
|
148
|
+
'Smiling face with horns': "Naeratav n\xE4gu sarved",
|
149
|
+
'Winking face': "Pilgutab n\xE4gu",
|
150
|
+
'Smiling face with smiling eyes': "Naeratav n\xE4gu naeratab silmad",
|
151
|
+
'Face savoring delicious food': "N\xE4gu nautides maitsvat toitu",
|
152
|
+
'Relieved face': "P\xE4\xE4stetud n\xE4gu",
|
153
|
+
'Smiling face with heart-shaped eyes': "Naeratav n\xE4gu s\xFCdajas silmad",
|
154
|
+
'Smiling face with sunglasses': "Naeratav n\xE4gu p\xE4ikeseprillid",
|
155
|
+
'Smirking face': "Muigama n\xE4gu ",
|
156
|
+
'Neutral face': "Neutraalne n\xE4gu",
|
157
|
+
'Expressionless face': "Ilmetu n\xE4gu",
|
158
|
+
'Unamused face': "Morn n\xE4gu",
|
159
|
+
'Face with cold sweat': "N\xE4gu k\xFClma higiga",
|
160
|
+
'Pensive face': "M\xF5tlik n\xE4gu",
|
161
|
+
'Confused face': "Segaduses n\xE4gu",
|
162
|
+
'Confounded face': "Segas n\xE4gu",
|
163
|
+
'Kissing face': "Suudlevad n\xE4gu",
|
164
|
+
'Face throwing a kiss': "N\xE4gu viskamine suudlus",
|
165
|
+
'Kissing face with smiling eyes': "Suudlevad n\xE4gu naeratab silmad",
|
166
|
+
'Kissing face with closed eyes': "Suudlevad n\xE4gu, silmad kinni",
|
167
|
+
'Face with stuck out tongue': "N\xE4gu ummikus v\xE4lja keele",
|
168
|
+
'Face with stuck out tongue and winking eye': "N\xE4gu ummikus v\xE4lja keele ja silma pilgutav silma",
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "N\xE4gu ummikus v\xE4lja keele ja silmad tihedalt suletuna",
|
170
|
+
'Disappointed face': "Pettunud n\xE4gu",
|
171
|
+
'Worried face': "Mures n\xE4gu",
|
172
|
+
'Angry face': "Vihane n\xE4gu",
|
173
|
+
'Pouting face': "Tursik n\xE4gu",
|
174
|
+
'Crying face': "Nutt n\xE4gu",
|
175
|
+
'Persevering face': "P\xFCsiv n\xE4gu",
|
176
|
+
'Face with look of triumph': "N\xE4gu ilme triumf",
|
177
|
+
'Disappointed but relieved face': "Pettunud kuid vabastati n\xE4gu",
|
178
|
+
'Frowning face with open mouth': "Kulmukortsutav n\xE4gu avatud suuga",
|
179
|
+
'Anguished face': "Ahastavad n\xE4gu",
|
180
|
+
'Fearful face': "Hirmunult n\xE4gu",
|
181
|
+
'Weary face': 'Grimasse',
|
182
|
+
'Sleepy face': "Unine n\xE4gu",
|
183
|
+
'Tired face': "V\xE4sinud n\xE4gu",
|
184
|
+
'Grimacing face': "Grimassitavaks n\xE4gu",
|
185
|
+
'Loudly crying face': "Valjusti nutma n\xE4gu",
|
186
|
+
'Face with open mouth': "N\xE4gu avatud suuga",
|
187
|
+
'Hushed face': "Raskel n\xE4gu",
|
188
|
+
'Face with open mouth and cold sweat': "N\xE4gu avatud suu ja k\xFClm higi",
|
189
|
+
'Face screaming in fear': "N\xE4gu karjuvad hirm",
|
190
|
+
'Astonished face': "Lummatud n\xE4gu",
|
191
|
+
'Flushed face': "Punetav n\xE4gu",
|
192
|
+
'Sleeping face': "Uinuv n\xE4gu",
|
193
|
+
'Dizzy face': "Uimane n\xFCgu",
|
194
|
+
'Face without mouth': "N\xE4gu ilma suu",
|
195
|
+
'Face with medical mask': "N\xE4gu meditsiinilise mask",
|
196
|
+
// Line breaker
|
197
|
+
'Break': 'Murdma',
|
198
|
+
// Math
|
199
|
+
'Subscript': 'Allindeks',
|
200
|
+
'Superscript': "\xDClaindeks",
|
201
|
+
// Full screen
|
202
|
+
'Fullscreen': "T\xE4isekraanil",
|
203
|
+
// Horizontal line
|
204
|
+
'Insert Horizontal Line': 'Sisesta horisontaalne joon',
|
205
|
+
// Clear formatting
|
206
|
+
'Clear Formatting': 'Eemalda formaatimine',
|
207
|
+
// Save
|
208
|
+
'Save': 'Salvesta',
|
209
|
+
// Undo, redo
|
210
|
+
'Undo': "V\xF5ta tagasi",
|
211
|
+
'Redo': 'Tee uuesti',
|
212
|
+
// Select all
|
213
|
+
'Select All': "Vali k\xF5ik",
|
214
|
+
// Code view
|
215
|
+
'Code View': 'Koodi vaadata',
|
216
|
+
// Quote
|
217
|
+
'Quote': 'Tsitaat',
|
218
|
+
'Increase': 'Suurendama',
|
219
|
+
'Decrease': "V\xE4henda",
|
220
|
+
// Quick Insert
|
221
|
+
'Quick Insert': 'Kiire sisestada',
|
222
|
+
// Spcial Characters
|
223
|
+
'Special Characters': 'Erimärgid',
|
224
|
+
'Latin': 'Latin',
|
225
|
+
'Greek': 'Kreeka keel',
|
226
|
+
'Cyrillic': 'Kirillitsa',
|
227
|
+
'Punctuation': 'Kirjavahemärgid',
|
228
|
+
'Currency': 'Valuuta',
|
229
|
+
'Arrows': 'Nooled',
|
230
|
+
'Math': 'Matemaatika',
|
231
|
+
'Misc': 'Misc',
|
232
|
+
// Print.
|
233
|
+
'Print': 'Printige',
|
234
|
+
// Spell Checker.
|
235
|
+
'Spell Checker': 'Õigekirja kontrollija',
|
236
|
+
// Help
|
237
|
+
'Help': 'Abi',
|
238
|
+
'Shortcuts': 'Otseteed',
|
239
|
+
'Inline Editor': 'Sisemine redaktor',
|
240
|
+
'Show the editor': 'Näita redaktorit',
|
241
|
+
'Common actions': 'Ühised meetmed',
|
242
|
+
'Copy': 'Koopia',
|
243
|
+
'Cut': 'Lõigake',
|
244
|
+
'Paste': 'Kleepige',
|
245
|
+
'Basic Formatting': 'Põhiline vormindamine',
|
246
|
+
'Increase quote level': 'Suurendada tsiteerimise taset',
|
247
|
+
'Decrease quote level': 'Langetada tsiteerimise tase',
|
248
|
+
'Image / Video': 'Pilt / video',
|
249
|
+
'Resize larger': 'Suuruse muutmine suurem',
|
250
|
+
'Resize smaller': 'Väiksema suuruse muutmine',
|
251
|
+
'Table': 'Laud',
|
252
|
+
'Select table cell': 'Vali tabeli lahtrisse',
|
253
|
+
'Extend selection one cell': 'Laiendage valikut üks lahtrisse',
|
254
|
+
'Extend selection one row': 'Laiendage valikut ühe reana',
|
255
|
+
'Navigation': 'Navigeerimine',
|
256
|
+
'Focus popup / toolbar': 'Fookuse hüpikakna / tööriistariba',
|
257
|
+
'Return focus to previous position': 'Tagasi pöörata tähelepanu eelmisele positsioonile',
|
258
|
+
// Embed.ly
|
259
|
+
'Embed URL': 'Embed url',
|
260
|
+
'Paste in a URL to embed': 'Kleepige URL-i sisestamiseks',
|
261
|
+
// Word Paste.
|
262
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Kleepitud sisu pärineb Microsoft Wordi dokumendist. kas soovite vormi säilitada või puhastada?',
|
263
|
+
'Keep': 'Pidage seda',
|
264
|
+
'Clean': 'Puhas',
|
265
|
+
'Word Paste Detected': 'Avastatud sõna pasta',
|
266
|
+
// Character Counter
|
267
|
+
'Characters': 'Tähemärgid',
|
268
|
+
// More Buttons
|
269
|
+
'More Text': 'Rohkem teksti',
|
270
|
+
'More Paragraph': 'Rohkem lõiku',
|
271
|
+
'More Rich': 'Rohkem Rikas',
|
272
|
+
'More Misc': 'Rohkem Misc'
|
273
|
+
},
|
274
|
+
direction: 'ltr'
|
275
|
+
};
|
276
|
+
|
277
|
+
})));
|
278
|
+
//# sourceMappingURL=et.js.map
|