varnita 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +123 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +7 -0
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  7. data/app/assets/javascripts/languages/ar.js +291 -0
  8. data/app/assets/javascripts/languages/bs.js +278 -0
  9. data/app/assets/javascripts/languages/cs.js +284 -0
  10. data/app/assets/javascripts/languages/da.js +276 -0
  11. data/app/assets/javascripts/languages/de.js +278 -0
  12. data/app/assets/javascripts/languages/el.js +284 -0
  13. data/app/assets/javascripts/languages/en_ca.js +222 -0
  14. data/app/assets/javascripts/languages/en_gb.js +222 -0
  15. data/app/assets/javascripts/languages/es.js +269 -0
  16. data/app/assets/javascripts/languages/et.js +278 -0
  17. data/app/assets/javascripts/languages/fa.js +278 -0
  18. data/app/assets/javascripts/languages/fi.js +278 -0
  19. data/app/assets/javascripts/languages/fr.js +278 -0
  20. data/app/assets/javascripts/languages/he.js +278 -0
  21. data/app/assets/javascripts/languages/hr.js +278 -0
  22. data/app/assets/javascripts/languages/hu.js +284 -0
  23. data/app/assets/javascripts/languages/id.js +278 -0
  24. data/app/assets/javascripts/languages/it.js +278 -0
  25. data/app/assets/javascripts/languages/ja.js +278 -0
  26. data/app/assets/javascripts/languages/ko.js +278 -0
  27. data/app/assets/javascripts/languages/ku.js +271 -0
  28. data/app/assets/javascripts/languages/me.js +278 -0
  29. data/app/assets/javascripts/languages/nb.js +278 -0
  30. data/app/assets/javascripts/languages/nl.js +278 -0
  31. data/app/assets/javascripts/languages/pl.js +278 -0
  32. data/app/assets/javascripts/languages/pt_br.js +278 -0
  33. data/app/assets/javascripts/languages/pt_pt.js +278 -0
  34. data/app/assets/javascripts/languages/ro.js +278 -0
  35. data/app/assets/javascripts/languages/ru.js +291 -0
  36. data/app/assets/javascripts/languages/sk.js +284 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +278 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  53. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +7 -0
  55. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  57. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  59. data/app/assets/javascripts/plugins/help.min.js +7 -0
  60. data/app/assets/javascripts/plugins/image.min.js +7 -0
  61. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  62. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  63. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  65. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  66. data/app/assets/javascripts/plugins/link.min.js +7 -0
  67. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  70. data/app/assets/javascripts/plugins/print.min.js +7 -0
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  72. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  73. data/app/assets/javascripts/plugins/save.min.js +7 -0
  74. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  75. data/app/assets/javascripts/plugins/table.min.js +7 -0
  76. data/app/assets/javascripts/plugins/url.min.js +7 -0
  77. data/app/assets/javascripts/plugins/video.min.js +7 -0
  78. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  79. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  80. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  81. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  82. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  84. data/app/assets/stylesheets/froala_editor.css +1356 -0
  85. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  88. data/app/assets/stylesheets/froala_style.css +353 -0
  89. data/app/assets/stylesheets/froala_style.min.css +7 -0
  90. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  92. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  93. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  94. data/app/assets/stylesheets/plugins/colors.css +98 -0
  95. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  96. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  97. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/file.css +128 -0
  101. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/help.css +45 -0
  105. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/image.css +211 -0
  107. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/table.css +111 -0
  117. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/video.css +198 -0
  119. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  120. data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
  121. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  122. data/app/assets/stylesheets/themes/dark.css +1914 -0
  123. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  124. data/app/assets/stylesheets/themes/gray.css +1914 -0
  125. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  126. data/app/assets/stylesheets/themes/royal.css +1914 -0
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  128. data/app/assets/stylesheets/third_party/embedly.css +61 -0
  129. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  130. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  132. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  134. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  136. data/lib/wysiwyg-rails/engine.rb +17 -0
  137. data/lib/wysiwyg-rails/version.rb +5 -0
  138. data/lib/wysiwyg-rails.rb +2 -0
  139. metadata +201 -0
@@ -0,0 +1,269 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 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
+ // 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
+ // Style
54
+ 'Paragraph Style': "Estilo de p\xE1rrafo",
55
+ 'Inline Style': "Estilo en l\xEDnea",
56
+ // Alignment
57
+ 'Align': 'Alinear',
58
+ 'Align Left': 'Alinear a la izquierda',
59
+ 'Align Center': 'Alinear al centro',
60
+ 'Align Right': 'Alinear a la derecha',
61
+ 'Align Justify': 'Justificar',
62
+ 'None': 'Ninguno',
63
+ // Lists
64
+ 'Ordered List': 'Lista ordenada',
65
+ 'Unordered List': 'Lista desordenada',
66
+ // Indent
67
+ 'Decrease Indent': "Reducir sangr\xEDa",
68
+ 'Increase Indent': "Aumentar sangr\xEDa",
69
+ // Links
70
+ 'Insert Link': 'Insertar enlace',
71
+ 'Open in new tab': "Abrir en una nueva pesta\xF1a",
72
+ 'Open Link': 'Abrir enlace',
73
+ 'Edit Link': 'Editar enlace',
74
+ 'Unlink': 'Quitar enlace',
75
+ 'Choose Link': 'Elegir enlace',
76
+ // Images
77
+ 'Insert Image': 'Insertar imagen',
78
+ 'Upload Image': 'Cargar imagen',
79
+ 'By URL': 'Por URL',
80
+ 'Browse': 'Examinar',
81
+ 'Drop image': 'Soltar la imagen',
82
+ 'or click': 'o haga clic en',
83
+ 'Manage Images': "Administrar im\xE1genes",
84
+ 'Loading': 'Cargando',
85
+ 'Deleting': 'Borrado',
86
+ 'Tags': 'Etiquetas',
87
+ 'Are you sure? Image will be deleted.': "\xBFEst\xE1 seguro? La imagen ser\xE1 borrada.",
88
+ 'Replace': 'Reemplazar',
89
+ 'Uploading': 'Carga',
90
+ 'Loading image': 'Cargando imagen',
91
+ 'Display': 'Mostrar',
92
+ 'Inline': "En l\xEDnea",
93
+ 'Break Text': 'Romper texto',
94
+ 'Alternative Text': 'Texto alternativo',
95
+ 'Change Size': "Cambiar tama\xF1o",
96
+ 'Width': 'Ancho',
97
+ 'Height': 'Altura',
98
+ 'Something went wrong. Please try again.': "Algo sali\xF3 mal. Por favor, vuelva a intentarlo.",
99
+ 'Image Caption': 'Captura de imagen',
100
+ 'Advanced Edit': 'Edición avanzada',
101
+ // Video
102
+ 'Insert Video': 'Insertar video',
103
+ 'Embedded Code': "C\xF3digo incrustado",
104
+ 'Paste in a video URL': 'Pegar en una URL de video',
105
+ 'Drop video': 'Soltar video',
106
+ 'Your browser does not support HTML5 video.': 'Su navegador no es compatible con video html5.',
107
+ 'Upload Video': 'Subir video',
108
+ // Tables
109
+ 'Insert Table': 'Insertar tabla',
110
+ 'Table Header': 'Encabezado de la tabla',
111
+ 'Remove Table': 'Retire la tabla',
112
+ 'Table Style': 'Estilo de tabla',
113
+ 'Horizontal Align': 'Alinear horizontal',
114
+ 'Row': 'Fila',
115
+ 'Insert row above': 'Insertar fila antes',
116
+ 'Insert row below': "Insertar fila despu\xE9s",
117
+ 'Delete row': 'Eliminar fila',
118
+ 'Column': 'Columna',
119
+ 'Insert column before': 'Insertar columna antes',
120
+ 'Insert column after': "Insertar columna despu\xE9s",
121
+ 'Delete column': 'Eliminar columna',
122
+ 'Cell': 'Celda',
123
+ 'Merge cells': 'Combinar celdas',
124
+ 'Horizontal split': "Divisi\xF3n horizontal",
125
+ 'Vertical split': "Divisi\xF3n vertical",
126
+ 'Cell Background': 'Fondo de la celda',
127
+ 'Vertical Align': 'Alinear vertical',
128
+ 'Top': 'Cima',
129
+ 'Middle': 'Medio',
130
+ 'Bottom': 'Del fondo',
131
+ 'Align Top': 'Alinear a la parte superior',
132
+ 'Align Middle': 'Alinear media',
133
+ 'Align Bottom': 'Alinear abajo',
134
+ 'Cell Style': 'Estilo de celda',
135
+ // Files
136
+ 'Upload File': 'Subir archivo',
137
+ 'Drop file': 'Soltar archivo',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticonos',
140
+ 'Grinning face': 'Cara sonriendo',
141
+ 'Grinning face with smiling eyes': 'Cara sonriendo con ojos sonrientes',
142
+ 'Face with tears of joy': "Cara con l\xE1grimas de alegr\xEDa",
143
+ 'Smiling face with open mouth': 'Cara sonriente con la boca abierta',
144
+ 'Smiling face with open mouth and smiling eyes': 'Cara sonriente con la boca abierta y los ojos sonrientes',
145
+ 'Smiling face with open mouth and cold sweat': "Cara sonriente con la boca abierta y el sudor fr\xEDo",
146
+ 'Smiling face with open mouth and tightly-closed eyes': 'Cara sonriente con la boca abierta y los ojos fuertemente cerrados',
147
+ 'Smiling face with halo': 'Cara sonriente con halo',
148
+ 'Smiling face with horns': 'Cara sonriente con cuernos',
149
+ 'Winking face': "Gui\xF1o de la cara",
150
+ 'Smiling face with smiling eyes': 'Cara sonriente con ojos sonrientes',
151
+ 'Face savoring delicious food': 'Cara de saborear una deliciosa comida',
152
+ 'Relieved face': 'Cara Aliviado',
153
+ 'Smiling face with heart-shaped eyes': "Cara sonriente con los ojos en forma de coraz\xF3n",
154
+ 'Smiling face with sunglasses': 'Cara sonriente con gafas de sol',
155
+ 'Smirking face': 'Sonriendo cara',
156
+ 'Neutral face': 'Cara neutral',
157
+ 'Expressionless face': 'Rostro inexpresivo',
158
+ 'Unamused face': 'Cara aburrida',
159
+ 'Face with cold sweat': "Cara con sudor fr\xEDo",
160
+ 'Pensive face': 'Rostro pensativo',
161
+ 'Confused face': 'Cara confusa',
162
+ 'Confounded face': 'Cara aturdida',
163
+ 'Kissing face': 'Cara besando',
164
+ 'Face throwing a kiss': 'Cara lanzando un beso',
165
+ 'Kissing face with smiling eyes': 'Cara besando con ojos sonrientes',
166
+ 'Kissing face with closed eyes': 'Cara besando con los ojos cerrados',
167
+ 'Face with stuck out tongue': 'Cara con la lengua pegada',
168
+ 'Face with stuck out tongue and winking eye': 'Cara con la lengua pegada y el ojo parpadeante',
169
+ 'Face with stuck out tongue and tightly-closed eyes': 'Cara con la lengua pegada y los ojos fuertemente cerrados',
170
+ 'Disappointed face': 'Cara de decepcionado',
171
+ 'Worried face': "Cara de preocupaci\xF3n",
172
+ 'Angry face': 'Cara enojada',
173
+ 'Pouting face': 'Que pone mala cara',
174
+ 'Crying face': 'Cara llorando',
175
+ 'Persevering face': 'Cara de perseverancia',
176
+ 'Face with look of triumph': "Cara con expresi\xF3n de triunfo",
177
+ 'Disappointed but relieved face': 'Decepcionado pero el rostro aliviado',
178
+ 'Frowning face with open mouth': "Cara con la boca abierta con el ce\xF1o fruncido",
179
+ 'Anguished face': 'Rostro angustiado',
180
+ 'Fearful face': 'Cara temerosa',
181
+ 'Weary face': 'Rostro cansado',
182
+ 'Sleepy face': 'Rostro somnoliento',
183
+ 'Tired face': 'Rostro cansado',
184
+ 'Grimacing face': 'Cara haciendo una mueca',
185
+ 'Loudly crying face': 'Cara llorando en voz alta',
186
+ 'Face with open mouth': 'Cara con la boca abierta',
187
+ 'Hushed face': 'Cara callada',
188
+ 'Face with open mouth and cold sweat': 'Cara con la boca abierta y el sudor frío',
189
+ 'Face screaming in fear': 'Cara gritando de miedo',
190
+ 'Astonished face': 'Cara asombrosa',
191
+ 'Flushed face': 'Cara enrojecida',
192
+ 'Sleeping face': 'Rostro dormido',
193
+ 'Dizzy face': 'Cara mareada',
194
+ 'Face without mouth': 'Cara sin boca',
195
+ 'Face with medical mask': "Cara con la m\xE1scara m\xE9dica",
196
+ // Line breaker
197
+ 'Break': 'Romper',
198
+ // Math
199
+ 'Subscript': "Sub\xEDndice",
200
+ 'Superscript': "Super\xEDndice",
201
+ // Full screen
202
+ 'Fullscreen': 'Pantalla completa',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': "Insertar l\xEDnea horizontal",
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Quitar el formato',
207
+ // Undo, redo
208
+ 'Undo': 'Deshacer',
209
+ 'Redo': 'Rehacer',
210
+ // Select all
211
+ 'Select All': 'Seleccionar todo',
212
+ // Code view
213
+ 'Code View': "Vista de c\xF3digo",
214
+ // Quote
215
+ 'Quote': 'Cita',
216
+ 'Increase': 'Aumentar',
217
+ 'Decrease': "Disminuci\xF3n",
218
+ // Quick Insert
219
+ 'Quick Insert': "Inserci\xF3n r\xE1pida",
220
+ // Spcial Characters
221
+ 'Special Characters': 'Caracteres especiales',
222
+ 'Latin': 'Latín',
223
+ 'Greek': 'Griego',
224
+ 'Cyrillic': 'Cirílico',
225
+ 'Punctuation': 'Puntuación',
226
+ 'Currency': 'Moneda',
227
+ 'Arrows': 'Flechas',
228
+ 'Math': 'Mates',
229
+ 'Misc': 'Misc',
230
+ // Print.
231
+ 'Print': 'Impresión',
232
+ // Spell Checker.
233
+ 'Spell Checker': 'Corrector ortográfico',
234
+ // Help
235
+ 'Help': 'Ayuda',
236
+ 'Shortcuts': 'Atajos',
237
+ 'Inline Editor': 'Editor en línea',
238
+ 'Show the editor': 'Mostrar al editor',
239
+ 'Common actions': 'Acciones comunes',
240
+ 'Copy': 'Copiar',
241
+ 'Cut': 'Cortar',
242
+ 'Paste': 'Pegar',
243
+ 'Basic Formatting': 'Formato básico',
244
+ 'Increase quote level': 'Aumentar el nivel de cotización',
245
+ 'Decrease quote level': 'Disminuir el nivel de cotización',
246
+ 'Image / Video': 'Imagen / video',
247
+ 'Resize larger': 'Redimensionar más grande',
248
+ 'Resize smaller': 'Redimensionar más pequeño',
249
+ 'Table': 'Mesa',
250
+ 'Select table cell': 'Celda de tabla select',
251
+ 'Extend selection one cell': 'Ampliar la selección una celda',
252
+ 'Extend selection one row': 'Ampliar la selección una fila',
253
+ 'Navigation': 'Navegación',
254
+ 'Focus popup / toolbar': 'Focus popup / toolbar',
255
+ 'Return focus to previous position': 'Volver al foco a la posición anterior',
256
+ // Embed.ly
257
+ 'Embed URL': 'URL de inserción',
258
+ 'Paste in a URL to embed': 'Pegar en una url para incrustar',
259
+ // Word Paste.
260
+ '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?',
261
+ 'Keep': 'Guardar',
262
+ 'Clean': 'Limpiar',
263
+ 'Word Paste Detected': 'Palabra detectada'
264
+ },
265
+ direction: 'ltr'
266
+ };
267
+
268
+ })));
269
+ //# sourceMappingURL=es.js.map
@@ -0,0 +1,278 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 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