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,278 @@
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
- * Estonian
35
- */
36
-
37
- $.FE.LANGUAGE['et'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Kirjuta midagi",
41
-
42
- // Basic formatting
43
- "Bold": "Rasvane",
44
- "Italic": "Kursiiv",
45
- "Underline": "Allajoonitud",
46
- "Strikethrough": "L\u00e4bikriipsutatud",
47
-
48
- // Main buttons
49
- "Insert": "Lisa",
50
- "Delete": "Kustuta",
51
- "Cancel": "T\u00fchista",
52
- "OK": "OK",
53
- "Back": "Tagasi",
54
- "Remove": "Eemaldama",
55
- "More": "Rohkem",
56
- "Update": "Ajakohastama",
57
- "Style": "Stiil",
58
-
59
- // Font
60
- "Font Family": "Fondi perekond",
61
- "Font Size": "Fondi suurus",
62
-
63
- // Colors
64
- "Colors": "V\u00e4rvid",
65
- "Background": "Taust",
66
- "Text": "Tekst",
67
- "HEX Color": "Hex värvi",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Paragrahv formaat",
71
- "Normal": "Normaalne",
72
- "Code": "Kood",
73
- "Heading 1": "P\u00e4is 1",
74
- "Heading 2": "P\u00e4is 2",
75
- "Heading 3": "P\u00e4is 3",
76
- "Heading 4": "P\u00e4is 4",
77
-
78
- // Style
79
- "Paragraph Style": "Paragrahv stiil",
80
- "Inline Style": "J\u00e4rjekorras stiil",
81
-
82
- // Alignment
83
- "Align": "Joonda",
84
- "Align Left": "Joonda vasakule",
85
- "Align Center": "Joonda keskele",
86
- "Align Right": "Joonda paremale",
87
- "Align Justify": "R\u00f6\u00f6pjoondus",
88
- "None": "Mitte \u00fckski",
89
-
90
- // Lists
91
- "Ordered List": "Tellitud nimekirja",
92
- "Unordered List": "Tavalise nimekirja",
93
-
94
- // Indent
95
- "Decrease Indent": "V\u00e4henemine taane",
96
- "Increase Indent": "Suurenda taanet",
97
-
98
- // Links
99
- "Insert Link": "Lisa link",
100
- "Open in new tab": "Ava uues sakis",
101
- "Open Link": "Avatud link",
102
- "Edit Link": "Muuda link",
103
- "Unlink": "Eemalda link",
104
- "Choose Link": "Vali link",
105
-
106
- // Images
107
- "Insert Image": "Lisa pilt",
108
- "Upload Image": "Laadige pilt",
109
- "By URL": "Poolt URL",
110
- "Browse": "sirvida",
111
- "Drop image": "Aseta pilt",
112
- "or click": "v\u00f5i kliki",
113
- "Manage Images": "Halda pilte",
114
- "Loading": "Laadimine",
115
- "Deleting": "Kustutamine",
116
- "Tags": "Sildid",
117
- "Are you sure? Image will be deleted.": "Oled sa kindel? Pilt kustutatakse.",
118
- "Replace": "Asendama",
119
- "Uploading": "Laadimise pilti",
120
- "Loading image": "Laadimise pilti",
121
- "Display": "Kuvama",
122
- "Inline": "J\u00e4rjekorras",
123
- "Break Text": "Murdma teksti",
124
- "Alternative Text": "Asendusliikme teksti",
125
- "Change Size": "Muuda suurust",
126
- "Width": "Laius",
127
- "Height": "K\u00f5rgus",
128
- "Something went wrong. Please try again.": "Midagi l\u00e4ks valesti. Palun proovi uuesti.",
129
- "Image Caption": "Pildi pealkiri",
130
- "Advanced Edit": "Täiustatud redigeerimine",
131
-
132
- // Video
133
- "Insert Video": "Lisa video",
134
- "Embedded Code": "Varjatud koodi",
135
- "Paste in a video URL": "Kleebi video URL-i",
136
- "Drop video": "Tilk videot",
137
- "Your browser does not support HTML5 video.": "Teie brauser ei toeta html5-videot.",
138
- "Upload Video": "Video üleslaadimine",
139
-
140
- // Tables
141
- "Insert Table": "Sisesta tabel",
142
- "Table Header": "Tabel p\u00e4ise kaudu",
143
- "Remove Table": "Eemalda tabel",
144
- "Table Style": "Tabel stiili",
145
- "Horizontal Align": "Horisontaalne joonda",
146
- "Row": "Rida",
147
- "Insert row above": "Sisesta rida \u00fcles",
148
- "Insert row below": "Sisesta rida alla",
149
- "Delete row": "Kustuta rida",
150
- "Column": "Veerg",
151
- "Insert column before": "Sisesta veerg ette",
152
- "Insert column after": "Sisesta veerg j\u00e4rele",
153
- "Delete column": "Kustuta veerg",
154
- "Cell": "Lahter",
155
- "Merge cells": "\u00fchenda lahtrid",
156
- "Horizontal split": "Poolita horisontaalselt",
157
- "Vertical split": "Poolita vertikaalselt",
158
- "Cell Background": "Lahter tausta",
159
- "Vertical Align": "Vertikaalne joonda",
160
- "Top": "\u00fclemine",
161
- "Middle": "Keskmine",
162
- "Bottom": "P\u00f5hi",
163
- "Align Top": "Joonda \u00fclemine",
164
- "Align Middle": "Joonda keskmine",
165
- "Align Bottom": "Joonda P\u00f5hi",
166
- "Cell Style": "Lahter stiili",
167
-
168
- // Files
169
- "Upload File": "Lae fail \u00fcles",
170
- "Drop file": "Aseta fail",
171
-
172
- // Emoticons
173
- "Emoticons": "Emotikonid",
174
- "Grinning face": "Irvitas n\u00e4kku",
175
- "Grinning face with smiling eyes": "Irvitas n\u00e4kku naeratavad silmad",
176
- "Face with tears of joy": "N\u00e4gu r\u00f5\u00f5mupisaratega",
177
- "Smiling face with open mouth": "Naeratav n\u00e4gu avatud suuga",
178
- "Smiling face with open mouth and smiling eyes": "Naeratav n\u00e4gu avatud suu ja naeratavad silmad",
179
- "Smiling face with open mouth and cold sweat": "Naeratav n\u00e4gu avatud suu ja k\u00fclm higi",
180
- "Smiling face with open mouth and tightly-closed eyes": "Naeratav n\u00e4gu avatud suu ja tihedalt suletud silmad",
181
- "Smiling face with halo": "Naeratav n\u00e4gu halo",
182
- "Smiling face with horns": "Naeratav n\u00e4gu sarved",
183
- "Winking face": "Pilgutab n\u00e4gu",
184
- "Smiling face with smiling eyes": "Naeratav n\u00e4gu naeratab silmad",
185
- "Face savoring delicious food": "N\u00e4gu nautides maitsvat toitu",
186
- "Relieved face": "P\u00e4\u00e4stetud n\u00e4gu",
187
- "Smiling face with heart-shaped eyes": "Naeratav n\u00e4gu s\u00fcdajas silmad",
188
- "Smiling face with sunglasses": "Naeratav n\u00e4gu p\u00e4ikeseprillid",
189
- "Smirking face": "Muigama n\u00e4gu ",
190
- "Neutral face": "Neutraalne n\u00e4gu",
191
- "Expressionless face": "Ilmetu n\u00e4gu",
192
- "Unamused face": "Morn n\u00e4gu",
193
- "Face with cold sweat": "N\u00e4gu k\u00fclma higiga",
194
- "Pensive face": "M\u00f5tlik n\u00e4gu",
195
- "Confused face": "Segaduses n\u00e4gu",
196
- "Confounded face": "Segas n\u00e4gu",
197
- "Kissing face": "Suudlevad n\u00e4gu",
198
- "Face throwing a kiss": "N\u00e4gu viskamine suudlus",
199
- "Kissing face with smiling eyes": "Suudlevad n\u00e4gu naeratab silmad",
200
- "Kissing face with closed eyes": "Suudlevad n\u00e4gu, silmad kinni",
201
- "Face with stuck out tongue": "N\u00e4gu ummikus v\u00e4lja keele",
202
- "Face with stuck out tongue and winking eye": "N\u00e4gu ummikus v\u00e4lja keele ja silma pilgutav silma",
203
- "Face with stuck out tongue and tightly-closed eyes": "N\u00e4gu ummikus v\u00e4lja keele ja silmad tihedalt suletuna",
204
- "Disappointed face": "Pettunud n\u00e4gu",
205
- "Worried face": "Mures n\u00e4gu",
206
- "Angry face": "Vihane n\u00e4gu",
207
- "Pouting face": "Tursik n\u00e4gu",
208
- "Crying face": "Nutt n\u00e4gu",
209
- "Persevering face": "Püsiv n\u00e4gu",
210
- "Face with look of triumph": "N\u00e4gu ilme triumf",
211
- "Disappointed but relieved face": "Pettunud kuid vabastati n\u00e4gu",
212
- "Frowning face with open mouth": "Kulmukortsutav n\u00e4gu avatud suuga",
213
- "Anguished face": "Ahastavad n\u00e4gu",
214
- "Fearful face": "Hirmunult n\u00e4gu",
215
- "Weary face": "Grimasse",
216
- "Sleepy face": "Unine n\u00e4gu",
217
- "Tired face": "V\u00e4sinud n\u00e4gu",
218
- "Grimacing face": "Grimassitavaks n\u00e4gu",
219
- "Loudly crying face": "Valjusti nutma n\u00e4gu",
220
- "Face with open mouth": "N\u00e4gu avatud suuga",
221
- "Hushed face": "Raskel n\u00e4gu",
222
- "Face with open mouth and cold sweat": "N\u00e4gu avatud suu ja k\u00fclm higi",
223
- "Face screaming in fear": "N\u00e4gu karjuvad hirm",
224
- "Astonished face": "Lummatud n\u00e4gu",
225
- "Flushed face": "Punetav n\u00e4gu",
226
- "Sleeping face": "Uinuv n\u00e4gu",
227
- "Dizzy face": "Uimane n\u00fcgu",
228
- "Face without mouth": "N\u00e4gu ilma suu",
229
- "Face with medical mask": "N\u00e4gu meditsiinilise mask",
230
-
231
- // Line breaker
232
- "Break": "Murdma",
233
-
234
- // Math
235
- "Subscript": "Allindeks",
236
- "Superscript": "\u00dclaindeks",
237
-
238
- // Full screen
239
- "Fullscreen": "T\u00e4isekraanil",
240
-
241
- // Horizontal line
242
- "Insert Horizontal Line": "Sisesta horisontaalne joon",
243
-
244
- // Clear formatting
245
- "Clear Formatting": "Eemalda formaatimine",
246
-
247
- // Undo, redo
248
- "Undo": "V\u00f5ta tagasi",
249
- "Redo": "Tee uuesti",
250
-
251
- // Select all
252
- "Select All": "Vali k\u00f5ik",
253
-
254
- // Code view
255
- "Code View": "Koodi vaadata",
256
-
257
- // Quote
258
- "Quote": "Tsitaat",
259
- "Increase": "Suurendama",
260
- "Decrease": "V\u00e4henda",
261
-
262
- // Quick Insert
263
- "Quick Insert": "Kiire sisestada",
264
-
265
- // Spcial Characters
266
- "Special Characters": "Erimärgid",
267
- "Latin": "Latin",
268
- "Greek": "Kreeka keel",
269
- "Cyrillic": "Kirillitsa",
270
- "Punctuation": "Kirjavahemärgid",
271
- "Currency": "Valuuta",
272
- "Arrows": "Nooled",
273
- "Math": "Matemaatika",
274
- "Misc": "Misc",
275
-
276
- // Print.
277
- "Print": "Printige",
278
-
279
- // Spell Checker.
280
- "Spell Checker": "Õigekirja kontrollija",
281
-
282
- // Help
283
- "Help": "Abi",
284
- "Shortcuts": "Otseteed",
285
- "Inline Editor": "Sisemine redaktor",
286
- "Show the editor": "Näita redaktorit",
287
- "Common actions": "Ühised meetmed",
288
- "Copy": "Koopia",
289
- "Cut": "Lõigake",
290
- "Paste": "Kleepige",
291
- "Basic Formatting": "Põhiline vormindamine",
292
- "Increase quote level": "Suurendada tsiteerimise taset",
293
- "Decrease quote level": "Langetada tsiteerimise tase",
294
- "Image / Video": "Pilt / video",
295
- "Resize larger": "Suuruse muutmine suurem",
296
- "Resize smaller": "Väiksema suuruse muutmine",
297
- "Table": "Laud",
298
- "Select table cell": "Vali tabeli lahtrisse",
299
- "Extend selection one cell": "Laiendage valikut üks lahtrisse",
300
- "Extend selection one row": "Laiendage valikut ühe reana",
301
- "Navigation": "Navigeerimine",
302
- "Focus popup / toolbar": "Fookuse hüpikakna / tööriistariba",
303
- "Return focus to previous position": "Tagasi pöörata tähelepanu eelmisele positsioonile",
304
-
305
- // Embed.ly
306
- "Embed URL": "Embed url",
307
- "Paste in a URL to embed": "Kleepige URL-i sisestamiseks",
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?": "Kleepitud sisu pärineb Microsoft Wordi dokumendist. kas soovite vormi säilitada või puhastada?",
311
- "Keep": "Pidage seda",
312
- "Clean": "Puhas",
313
- "Word Paste Detected": "Avastatud sõna pasta"
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
+ * 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