wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +123 -175
  4. data/Rakefile +5 -5
  5. data/app/assets/javascripts/froala_editor.min.js +1 -7
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +1 -7
  7. data/app/assets/javascripts/languages/ar.js +277 -336
  8. data/app/assets/javascripts/languages/bs.js +277 -336
  9. data/app/assets/javascripts/languages/cs.js +277 -336
  10. data/app/assets/javascripts/languages/da.js +275 -333
  11. data/app/assets/javascripts/languages/de.js +277 -336
  12. data/app/assets/javascripts/languages/el.js +283 -342
  13. data/app/assets/javascripts/languages/en_ca.js +221 -280
  14. data/app/assets/javascripts/languages/en_gb.js +221 -280
  15. data/app/assets/javascripts/languages/es.js +277 -342
  16. data/app/assets/javascripts/languages/et.js +277 -336
  17. data/app/assets/javascripts/languages/fa.js +277 -336
  18. data/app/assets/javascripts/languages/fi.js +277 -336
  19. data/app/assets/javascripts/languages/fr.js +277 -336
  20. data/app/assets/javascripts/languages/he.js +277 -336
  21. data/app/assets/javascripts/languages/hr.js +277 -336
  22. data/app/assets/javascripts/languages/hu.js +277 -336
  23. data/app/assets/javascripts/languages/id.js +277 -337
  24. data/app/assets/javascripts/languages/it.js +277 -336
  25. data/app/assets/javascripts/languages/ja.js +277 -336
  26. data/app/assets/javascripts/languages/ko.js +277 -336
  27. data/app/assets/javascripts/languages/ku.js +270 -329
  28. data/app/assets/javascripts/languages/me.js +277 -336
  29. data/app/assets/javascripts/languages/nb.js +277 -336
  30. data/app/assets/javascripts/languages/nl.js +277 -336
  31. data/app/assets/javascripts/languages/pl.js +277 -336
  32. data/app/assets/javascripts/languages/pt_br.js +277 -336
  33. data/app/assets/javascripts/languages/pt_pt.js +277 -336
  34. data/app/assets/javascripts/languages/ro.js +277 -336
  35. data/app/assets/javascripts/languages/ru.js +277 -336
  36. data/app/assets/javascripts/languages/sk.js +277 -336
  37. data/app/assets/javascripts/languages/sr.js +277 -336
  38. data/app/assets/javascripts/languages/sv.js +277 -336
  39. data/app/assets/javascripts/languages/th.js +277 -336
  40. data/app/assets/javascripts/languages/tr.js +277 -336
  41. data/app/assets/javascripts/languages/uk.js +277 -336
  42. data/app/assets/javascripts/languages/vi.js +218 -276
  43. data/app/assets/javascripts/languages/zh_cn.js +277 -336
  44. data/app/assets/javascripts/languages/zh_tw.js +277 -336
  45. data/app/assets/javascripts/plugins/align.min.js +1 -7
  46. data/app/assets/javascripts/plugins/char_counter.min.js +1 -7
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -7
  48. data/app/assets/javascripts/plugins/code_view.min.js +1 -7
  49. data/app/assets/javascripts/plugins/colors.min.js +1 -7
  50. data/app/assets/javascripts/plugins/draggable.min.js +1 -7
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +1 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +1 -7
  53. data/app/assets/javascripts/plugins/entities.min.js +1 -7
  54. data/app/assets/javascripts/plugins/file.min.js +1 -7
  55. data/app/assets/javascripts/plugins/font_family.min.js +1 -7
  56. data/app/assets/javascripts/plugins/font_size.min.js +1 -7
  57. data/app/assets/javascripts/plugins/forms.min.js +1 -7
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -7
  59. data/app/assets/javascripts/plugins/help.min.js +1 -7
  60. data/app/assets/javascripts/plugins/image.min.js +1 -7
  61. data/app/assets/javascripts/plugins/image_manager.min.js +1 -7
  62. data/app/assets/javascripts/plugins/inline_class.min.js +1 -7
  63. data/app/assets/javascripts/plugins/inline_style.min.js +1 -7
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -7
  65. data/app/assets/javascripts/plugins/line_height.min.js +1 -7
  66. data/app/assets/javascripts/plugins/link.min.js +1 -7
  67. data/app/assets/javascripts/plugins/lists.min.js +1 -7
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -7
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -7
  70. data/app/assets/javascripts/plugins/print.min.js +1 -7
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -7
  72. data/app/assets/javascripts/plugins/quote.min.js +1 -7
  73. data/app/assets/javascripts/plugins/save.min.js +1 -7
  74. data/app/assets/javascripts/plugins/special_characters.min.js +1 -7
  75. data/app/assets/javascripts/plugins/table.min.js +1 -7
  76. data/app/assets/javascripts/plugins/url.min.js +1 -7
  77. data/app/assets/javascripts/plugins/video.min.js +1 -7
  78. data/app/assets/javascripts/plugins/word_paste.min.js +1 -7
  79. data/app/assets/javascripts/third_party/embedly.min.js +1 -7
  80. data/app/assets/javascripts/third_party/font_awesome.min.js +1 -7
  81. data/app/assets/javascripts/third_party/image_aviary.min.js +6 -6
  82. data/app/assets/javascripts/third_party/image_tui.min.js +1 -7
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +1 -7
  84. data/app/assets/stylesheets/froala_editor.css +1341 -1337
  85. data/app/assets/stylesheets/froala_editor.min.css +2 -7
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3057 -2987
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +2 -7
  88. data/app/assets/stylesheets/froala_style.css +349 -452
  89. data/app/assets/stylesheets/froala_style.min.css +2 -7
  90. data/app/assets/stylesheets/plugins/char_counter.css +45 -57
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -7
  92. data/app/assets/stylesheets/plugins/code_view.css +93 -112
  93. data/app/assets/stylesheets/plugins/code_view.min.css +2 -7
  94. data/app/assets/stylesheets/plugins/colors.css +95 -155
  95. data/app/assets/stylesheets/plugins/colors.min.css +2 -7
  96. data/app/assets/stylesheets/plugins/draggable.css +37 -43
  97. data/app/assets/stylesheets/plugins/draggable.min.css +2 -7
  98. data/app/assets/stylesheets/plugins/emoticons.css +27 -42
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -7
  100. data/app/assets/stylesheets/plugins/file.css +124 -146
  101. data/app/assets/stylesheets/plugins/file.min.css +2 -7
  102. data/app/assets/stylesheets/plugins/fullscreen.css +58 -35
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +2 -7
  104. data/app/assets/stylesheets/plugins/help.css +41 -52
  105. data/app/assets/stylesheets/plugins/help.min.css +2 -7
  106. data/app/assets/stylesheets/plugins/image.css +207 -245
  107. data/app/assets/stylesheets/plugins/image.min.css +2 -7
  108. data/app/assets/stylesheets/plugins/image_manager.css +229 -268
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +2 -7
  110. data/app/assets/stylesheets/plugins/line_breaker.css +34 -37
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -7
  112. data/app/assets/stylesheets/plugins/quick_insert.css +68 -70
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +2 -7
  114. data/app/assets/stylesheets/plugins/special_characters.css +26 -51
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -7
  116. data/app/assets/stylesheets/plugins/table.css +107 -181
  117. data/app/assets/stylesheets/plugins/table.min.css +2 -7
  118. data/app/assets/stylesheets/plugins/video.css +194 -231
  119. data/app/assets/stylesheets/plugins/video.min.css +2 -7
  120. data/app/assets/stylesheets/themes/dark.css +1873 -1336
  121. data/app/assets/stylesheets/themes/dark.min.css +2 -7
  122. data/app/assets/stylesheets/themes/gray.css +1873 -1336
  123. data/app/assets/stylesheets/themes/gray.min.css +2 -7
  124. data/app/assets/stylesheets/themes/red.css +1326 -1336
  125. data/app/assets/stylesheets/themes/red.min.css +7 -7
  126. data/app/assets/stylesheets/themes/royal.css +1326 -1336
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -7
  128. data/app/assets/stylesheets/third_party/embedly.css +56 -64
  129. data/app/assets/stylesheets/third_party/embedly.min.css +2 -7
  130. data/app/assets/stylesheets/third_party/font_awesome.css +20 -50
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +2 -7
  132. data/app/assets/stylesheets/third_party/image_tui.css +37 -42
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +2 -7
  134. data/app/assets/stylesheets/third_party/spell_checker.css +60 -72
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +2 -7
  136. data/lib/wysiwyg-rails.rb +1 -1
  137. data/lib/wysiwyg-rails/engine.rb +16 -16
  138. data/lib/wysiwyg-rails/version.rb +5 -5
  139. metadata +9 -8
@@ -1,336 +1,277 @@
1
- /*!
2
- * froala_editor v2.9.8 (https://www.froala.com/wysiwyg-editor)
3
- * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2020 Froala Labs
5
- */
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
- * Hungarian
35
- */
36
-
37
- $.FE.LANGUAGE['hu'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Szöveg...",
41
-
42
- // Basic formatting
43
- "Bold": "Félkövér",
44
- "Italic": "Dőlt",
45
- "Underline": "Aláhúzott",
46
- "Strikethrough": "Áthúzott",
47
-
48
- // Main buttons
49
- "Insert": "Beillesztés",
50
- "Delete": "Törlés",
51
- "Cancel": "Mégse",
52
- "OK": "Rendben",
53
- "Back": "Vissza",
54
- "Remove": "Eltávolítás",
55
- "More": "Több",
56
- "Update": "Frissítés",
57
- "Style": "Stílus",
58
-
59
- // Font
60
- "Font Family": "Betűtípus",
61
- "Font Size": "Betűméret",
62
-
63
- // Colors
64
- "Colors": "Színek",
65
- "Background": "Háttér",
66
- "Text": "Szöveg",
67
- "HEX Color": "HEX színkód",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Formátumok",
71
- "Normal": "Normál",
72
- "Code": "Kód",
73
- "Heading 1": "Címsor 1",
74
- "Heading 2": "Címsor 2",
75
- "Heading 3": "Címsor 3",
76
- "Heading 4": "Címsor 4",
77
-
78
- // Style
79
- "Paragraph Style": "Bekezdés stílusa",
80
- "Inline Style": " Helyi stílus",
81
-
82
- // Alignment
83
- "Align": "Igazítás",
84
- "Align Left": "Balra igazít",
85
- "Align Center": "Középre zár",
86
- "Align Right": "Jobbra igazít",
87
- "Align Justify": "Sorkizárás",
88
- "None": "Egyik sem",
89
-
90
- // Lists
91
- "Ordered List": "Számozás",
92
- "Default": "Alapértelmezett",
93
- "Lower Alpha": "Alacsonyabb alfa",
94
- "Lower Greek": "Alsó görög",
95
- "Lower Roman": "Alacsonyabb római",
96
- "Upper Alpha": "Felső alfa",
97
- "Upper Roman": "Felső római",
98
-
99
- "Unordered List": "Felsorolás",
100
- "Circle": "Kör",
101
- "Disc": "Lemez",
102
- "Square": "Négyzet",
103
-
104
- // Line height
105
- "Line Height": "Vonal magassága",
106
- "Single": "Egyetlen",
107
- "Double": "Kettős",
108
-
109
- // Indent
110
- "Decrease Indent": "Behúzás csökkentése",
111
- "Increase Indent": "Behúzás növelése",
112
-
113
- // Links
114
- "Insert Link": "Hivatkozás beillesztése",
115
- "Open in new tab": "Megnyitás új lapon",
116
- "Open Link": "Hivatkozás megnyitása",
117
- "Edit Link": "Hivatkozás szerkesztése",
118
- "Unlink": "Hivatkozás törlése",
119
- "Choose Link": "Keresés a lapok között",
120
-
121
- // Images
122
- "Insert Image": "Kép beillesztése",
123
- "Upload Image": "Kép feltöltése",
124
- "By URL": "Webcím megadása",
125
- "Browse": "Böngészés",
126
- "Drop image": "Húzza ide a képet",
127
- "or click": "vagy kattintson ide",
128
- "Manage Images": "Képek kezelése",
129
- "Loading": "Betöltés...",
130
- "Deleting": "Törlés...",
131
- "Tags": "Címkék",
132
- "Are you sure? Image will be deleted.": "Biztos benne? A kép törlésre kerül.",
133
- "Replace": "Csere",
134
- "Uploading": "Feltöltés",
135
- "Loading image": "Kép betöltése",
136
- "Display": "Kijelző",
137
- "Inline": "Sorban",
138
- "Break Text": "Szöveg törése",
139
- "Alternative Text": "Alternatív szöveg",
140
- "Change Size": "Méret módosítása",
141
- "Width": "Szélesség",
142
- "Height": "Magasság",
143
- "Something went wrong. Please try again.": "Valami elromlott. Kérjük próbálja újra.",
144
- "Image Caption": "Képaláírás",
145
- "Advanced Edit": "Fejlett szerkesztés",
146
-
147
- // Video
148
- "Insert Video": "Videó beillesztése",
149
- "Embedded Code": "Kód bemásolása",
150
- "Paste in a video URL": "Illessze be a videó webcímét",
151
- "Drop video": "Húzza ide a videót",
152
- "Your browser does not support HTML5 video.": "A böngészője nem támogatja a HTML5 videót.",
153
- "Upload Video": "Videó feltöltése",
154
-
155
- // Tables
156
- "Insert Table": "Táblázat beillesztése",
157
- "Table Header": "Táblázat fejléce",
158
- "Remove Table": "Tábla eltávolítása",
159
- "Table Style": "Táblázat stílusa",
160
- "Horizontal Align": "Vízszintes igazítás",
161
- "Row": "Sor",
162
- "Insert row above": "Sor beszúrása elé",
163
- "Insert row below": "Sor beszúrása mögé",
164
- "Delete row": "Sor törlése",
165
- "Column": "Oszlop",
166
- "Insert column before": "Oszlop beszúrása elé",
167
- "Insert column after": "Oszlop beszúrása mögé",
168
- "Delete column": "Oszlop törlése",
169
- "Cell": "Cella",
170
- "Merge cells": "Cellák egyesítése",
171
- "Horizontal split": "Vízszintes osztott",
172
- "Vertical split": "Függőleges osztott",
173
- "Cell Background": "Cella háttere",
174
- "Vertical Align": "Függőleges igazítás",
175
- "Top": "Felső",
176
- "Middle": "Középső",
177
- "Bottom": "Alsó",
178
- "Align Top": "Igazítsa felülre",
179
- "Align Middle": "Igazítsa középre",
180
- "Align Bottom": "Igazítsa alúlra",
181
- "Cell Style": "Cella stílusa",
182
-
183
- // Files
184
- "Upload File": "Fájl feltöltése",
185
- "Drop file": "Húzza ide a fájlt",
186
-
187
- // Emoticons
188
- "Emoticons": "Hangulatjelek",
189
- "Grinning face": "Vigyorgó arc",
190
- "Grinning face with smiling eyes": "Vigyorgó arc mosolygó szemekkel",
191
- "Face with tears of joy": "Arcon az öröm könnyei",
192
- "Smiling face with open mouth": "Mosolygó arc tátott szájjal",
193
- "Smiling face with open mouth and smiling eyes": "Mosolygó arc tátott szájjal és mosolygó szemek",
194
- "Smiling face with open mouth and cold sweat": "Mosolygó arc tátott szájjal és hideg veríték",
195
- "Smiling face with open mouth and tightly-closed eyes": "Mosolygó arc tátott szájjal és lehunyt szemmel",
196
- "Smiling face with halo": "Mosolygó arc dicsfényben",
197
- "Smiling face with horns": "Mosolygó arc szarvakkal",
198
- "Winking face": "Kacsintós arc",
199
- "Smiling face with smiling eyes": "Mosolygó arc mosolygó szemekkel",
200
- "Face savoring delicious food": "Ízletes ételek kóstolása",
201
- "Relieved face": "Megkönnyebbült arc",
202
- "Smiling face with heart-shaped eyes": "Mosolygó arc szív alakú szemekkel",
203
- "Smilin g face with sunglasses": "Mosolygó arc napszemüvegben",
204
- "Smirking face": "Vigyorgó arc",
205
- "Neutral face": "Semleges arc",
206
- "Expressionless face": "Kifejezéstelen arc",
207
- "Unamused face": "Unott arc",
208
- "Face with cold sweat": "Arcán hideg verejtékkel",
209
- "Pensive face": "Töprengő arc",
210
- "Confused face": "Zavaros arc",
211
- "Confounded face": "Rácáfolt arc",
212
- "Kissing face": "Csókos arc",
213
- "Face throwing a kiss": "Arcra dobott egy csókot",
214
- "Kissing face with smiling eyes": "Csókos arcán mosolygó szemek",
215
- "Kissing face with closed eyes": "Csókos arcán csukott szemmel",
216
- "Face with stuck out tongue": "Kinyújototta a nyelvét",
217
- "Face with stuck out tongue and winking eye": "Kinyújtotta a nyelvét és kacsintó szem",
218
- "Face with stuck out tongue and tightly-closed eyes": "Kinyújtotta a nyelvét és szorosan lehunyt szemmel",
219
- "Disappointed face": "Csalódott arc",
220
- "Worried face": "Aggódó arc",
221
- "Angry face": "Dühös arc",
222
- "Pouting face": "Duzzogó arc",
223
- "Crying face": "Síró arc",
224
- "Persevering face": "Kitartó arc",
225
- "Face with look of triumph": "Arcát diadalmas pillantást",
226
- "Disappointed but relieved face": "Csalódott, de megkönnyebbült arc",
227
- "Frowning face with open mouth": "Komor arc tátott szájjal",
228
- "Anguished face": "Gyötrődő arc",
229
- "Fearful face": "Félelmetes arc",
230
- "Weary face": "Fáradt arc",
231
- "Sleepy face": "Álmos arc",
232
- "Tired face": "Fáradt arc",
233
- "Grimacing face": "Elfintorodott arc",
234
- "Loudly crying face": "Hangosan síró arc",
235
- "Face with open mouth": "Arc nyitott szájjal",
236
- "Hushed face": "Csitított arc",
237
- "Face with open mouth and cold sweat": "Arc tátott szájjal és hideg veríték",
238
- "Face screaming in fear": "Sikoltozó arc a félelemtől",
239
- "Astonished face": "Meglepett arc",
240
- "Flushed face": "Kipirult arc",
241
- "Sleeping face": "Alvó arc",
242
- "Dizzy face": " Szádülő arc",
243
- "Face without mouth": "Arc nélküli száj",
244
- "Face with medical mask": "Arcán orvosi maszk",
245
-
246
- // Line breaker
247
- "Break": "Törés",
248
-
249
- // Math
250
- "Subscript": "Alsó index",
251
- "Superscript": "Felső index",
252
-
253
- // Full screen
254
- "Fullscreen": "Teljes képernyő",
255
-
256
- // Horizontal line
257
- "Insert Horizontal Line": "Vízszintes vonal",
258
-
259
- // Clear formatting
260
- "Clear Formatting": "Formázás eltávolítása",
261
-
262
- // Save
263
- "Save": "Mentés",
264
-
265
- // Undo, redo
266
- "Undo": "Visszavonás",
267
- "Redo": "Ismét",
268
-
269
- // Select all
270
- "Select All": "Minden kijelölése",
271
-
272
- // Code view
273
- "Code View": "Forráskód",
274
-
275
- // Quote
276
- "Quote": "Idézet",
277
- "Increase": "Növelés",
278
- "Decrease": "Csökkentés",
279
-
280
- // Quick Insert
281
- "Quick Insert": "Beillesztés",
282
-
283
- // Spcial Characters
284
- "Special Characters": "Speciális karakterek",
285
- "Latin": "Latin",
286
- "Greek": "Görög",
287
- "Cyrillic": "Cirill",
288
- "Punctuation": "Központozás",
289
- "Currency": "Valuta",
290
- "Arrows": "Nyilak",
291
- "Math": "Matematikai",
292
- "Misc": "Egyéb",
293
-
294
- // Print
295
- "Print": "Nyomtatás",
296
-
297
- // Spell Checker
298
- "Spell Checker": "Helyesírás-ellenőrző",
299
-
300
- // Help
301
- "Help": "Segítség",
302
- "Shortcuts": "Hivatkozások",
303
- "Inline Editor": "Inline szerkesztő",
304
- "Show the editor": "Mutassa a szerkesztőt",
305
- "Common actions": "Közös cselekvések",
306
- "Copy": "Másolás",
307
- "Cut": "Kivágás",
308
- "Paste": "Beillesztés",
309
- "Basic Formatting": "Alap formázás",
310
- "Increase quote level": "Növeli az idézet behúzását",
311
- "Decrease quote level": "Csökkenti az idézet behúzását",
312
- "Image / Video": "Kép / videó",
313
- "Resize larger": "Méretezés nagyobbra",
314
- "Resize smaller": "Méretezés kisebbre",
315
- "Table": "Asztal",
316
- "Select table cell": "Válasszon táblázat cellát",
317
- "Extend selection one cell": "Növelje meg egy sorral",
318
- "Extend selection one row": "Csökkentse egy sorral",
319
- "Navigation": "Navigáció",
320
- "Focus popup / toolbar": "Felugró ablak / eszköztár",
321
- "Return focus to previous position": "Visszaáll az előző pozícióra",
322
-
323
- // Embed.ly
324
- "Embed URL": "Beágyazott webcím",
325
- "Paste in a URL to embed": "Beilleszteni egy webcímet a beágyazáshoz",
326
-
327
- // Word Paste
328
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "A beillesztett tartalom egy Microsoft Word dokumentumból származik. Szeretné megtartani a formázását vagy sem?",
329
- "Keep": "Megtartás",
330
- "Clean": "Tisztítás",
331
- "Word Paste Detected": "Word beillesztés észlelhető"
332
- },
333
- direction: "ltr"
334
- };
335
-
336
- }));
1
+ /*!
2
+ * Froala Editor v3.0.0-beta.1 (https://www.froala.com/wysiwyg-editor)
3
+ * Copyright 2014-2019 Froala Labs
4
+ * Licensed under Froala Editor Terms (https://www.froala.com/wysiwyg-editor/terms)
5
+ */
6
+ (function (global, factory) {
7
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
8
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
9
+ (factory(global.FroalaEditor));
10
+ }(this, (function (FE) { 'use strict';
11
+
12
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
13
+
14
+ /**
15
+ * Hungarian
16
+ */
17
+ FE.LANGUAGE['hu'] = {
18
+ translation: {
19
+ // Place holder
20
+ 'Type something': "Sz\xF6veg...",
21
+ // Basic formatting
22
+ 'Bold': "F\xE9lk\xF6v\xE9r",
23
+ 'Italic': "D\u0151lt",
24
+ 'Underline': "Al\xE1h\xFAzott",
25
+ 'Strikethrough': "\xC1th\xFAzott",
26
+ // Main buttons
27
+ 'Insert': "Beilleszt\xE9s",
28
+ 'Delete': "T\xF6rl\xE9s",
29
+ 'Cancel': "M\xE9gse",
30
+ 'OK': 'Rendben',
31
+ 'Back': 'Vissza',
32
+ 'Remove': "Elt\xE1vol\xEDt\xE1s",
33
+ 'More': "T\xF6bb",
34
+ 'Update': "Friss\xEDt\xE9s",
35
+ 'Style': "St\xEDlus",
36
+ // Font
37
+ 'Font Family': "Bet\u0171t\xEDpus",
38
+ 'Font Size': "Bet\u0171m\xE9ret",
39
+ // Colors
40
+ 'Colors': "Sz\xEDnek",
41
+ 'Background': "H\xE1tt\xE9r",
42
+ 'Text': "Sz\xF6veg",
43
+ 'HEX Color': 'Hex színű',
44
+ // Paragraphs
45
+ 'Paragraph Format': "Form\xE1tumok",
46
+ 'Normal': "Norm\xE1l",
47
+ 'Code': "K\xF3d",
48
+ 'Heading 1': "C\xEDmsor 1",
49
+ 'Heading 2': "C\xEDmsor 2",
50
+ 'Heading 3': "C\xEDmsor 3",
51
+ 'Heading 4': "C\xEDmsor 4",
52
+ // Style
53
+ 'Paragraph Style': "Bekezd\xE9s st\xEDlusa",
54
+ 'Inline Style': " Helyi st\xEDlus",
55
+ // Alignment
56
+ 'Align': "Igaz\xEDt\xE1s",
57
+ 'Align Left': "Balra igaz\xEDt",
58
+ 'Align Center': "K\xF6z\xE9pre z\xE1r",
59
+ 'Align Right': "Jobbra igaz\xEDt",
60
+ 'Align Justify': "Sorkiz\xE1r\xE1s",
61
+ 'None': 'Egyik sem',
62
+ // Lists
63
+ 'Ordered List': "Sz\xE1moz\xE1s",
64
+ 'Unordered List': "Felsorol\xE1s",
65
+ // Indent
66
+ 'Decrease Indent': "Beh\xFAz\xE1s cs\xF6kkent\xE9se",
67
+ 'Increase Indent': "Beh\xFAz\xE1s n\xF6vel\xE9se",
68
+ // Links
69
+ 'Insert Link': "Hivatkoz\xE1s beilleszt\xE9se",
70
+ 'Open in new tab': "Megnyit\xE1s \xFAj lapon",
71
+ 'Open Link': "Hivatkoz\xE1s megnyit\xE1sa",
72
+ 'Edit Link': "Hivatkoz\xE1 s szerkeszt\xE9se",
73
+ 'Unlink': "Hivatkoz\xE1s t\xF6rl\xE9se",
74
+ 'Choose Link': "Keres\xE9s a lapok k\xF6z\xF6tt",
75
+ // Images
76
+ 'Insert Image': "K\xE9p beilleszt\xE9se",
77
+ 'Upload Image': "K\xE9p felt\xF6lt\xE9se",
78
+ 'By URL': "Webc\xEDm megad\xE1sa",
79
+ 'Browse': "B\xF6ng\xE9sz\xE9s",
80
+ 'Drop image': "H\xFAzza ide a k\xE9pet",
81
+ 'or click': 'vagy kattintson ide',
82
+ 'Manage Images': "K\xE9pek kezel\xE9se",
83
+ 'Loading': "Bet\xF6lt\xE9s...",
84
+ 'Deleting': "T\xF6rl\xE9s...",
85
+ 'Tags': "C\xEDmk\xE9k",
86
+ 'Are you sure? Image will be deleted.': "Biztos benne? A k\xE9p t\xF6rl\xE9sre ker\xFCl.",
87
+ 'Replace': 'Csere',
88
+ 'Uploading': "Felt\xF6lt\xE9s",
89
+ 'Loading image': "K\xE9p bet\xF6lt\xE9se",
90
+ 'Display': "Kijelz\u0151",
91
+ 'Inline': 'Sorban',
92
+ 'Break Text': "Sz\xF6veg t\xF6r\xE9se",
93
+ 'Alternative Text': "Alternat\xEDv sz\xF6veg",
94
+ 'Change Size': "M\xE9ret m\xF3dos\xEDt\xE1sa",
95
+ 'Width': "Sz\xE9less\xE9g",
96
+ 'Height': "Magass\xE1g",
97
+ 'Something went wrong. Please try again.': "Valami elromlott. K\xE9rlek pr\xF3b\xE1ld \xFAjra.",
98
+ 'Image Caption': 'Képaláírás',
99
+ 'Advanced Edit': 'Fejlett szerkesztés',
100
+ // Video
101
+ 'Insert Video': "Vide\xF3 beilleszt\xE9se",
102
+ 'Embedded Code': "K\xF3d bem\xE1sol\xE1sa",
103
+ 'Paste in a video URL': 'Illessze be a videó URL-címét',
104
+ 'Drop video': 'Csepp videót',
105
+ 'Your browser does not support HTML5 video.': 'A böngészője nem támogatja a html5 videót.',
106
+ 'Upload Video': 'Videó feltöltése',
107
+ // Tables
108
+ 'Insert Table': "T\xE1bl\xE1zat beilleszt\xE9se",
109
+ 'Table Header': "T\xE1bl\xE1zat fejl\xE9ce",
110
+ 'Remove Table': "T\xE1bla elt\xE1vol\xEDt\xE1sa",
111
+ 'Table Style': "T\xE1bl\xE1zat st\xEDlusa",
112
+ 'Horizontal Align': "V\xEDzszintes igaz\xEDt\xE1s",
113
+ 'Row': 'Sor',
114
+ 'Insert row above': "Sor besz\xFAr\xE1sa el\xE9",
115
+ 'Insert row below': "Sor besz\xFAr\xE1sa m\xF6g\xE9",
116
+ 'Delete row': "Sor t\xF6rl\xE9se",
117
+ 'Column': 'Oszlop',
118
+ 'Insert column before': "Oszlop besz\xFAr\xE1sa el\xE9",
119
+ 'Insert column after': "Oszlop besz\xFAr\xE1sa m\xF6g\xE9",
120
+ 'Delete column': "Oszlop t\xF6rl\xE9se",
121
+ 'Cell': 'Cella',
122
+ 'Merge cells': "Cell\xE1k egyes\xEDt\xE9se",
123
+ 'Horizontal split': "V\xEDzszintes osztott",
124
+ 'Vertical split': "F\xFCgg\u0151leges osztott",
125
+ 'Cell Background': "Cella h\xE1ttere",
126
+ 'Vertical Align': "F\xFCgg\u0151leges fej\xE1ll\xEDt\xE1s",
127
+ 'Top': "Fels\u0151",
128
+ 'Middle': "K\xF6z\xE9ps\u0151",
129
+ 'Bottom': "Als\xF3",
130
+ 'Align Top': "Igaz\xEDtsa fel\xFClre",
131
+ 'Align Middle': "Igaz\xEDtsa k\xF6z\xE9pre",
132
+ 'Align Bottom': "Igaz\xEDtsa al\xFAlra",
133
+ 'Cell Style': "Cella st\xEDlusa",
134
+ // Files
135
+ 'Upload File': "F\xE1jl felt\xF6lt\xE9se",
136
+ 'Drop file': "H\xFAzza ide a f\xE1jlt",
137
+ // Emoticons
138
+ 'Emoticons': 'Hangulatjelek',
139
+ 'Grinning face': "Vigyorg\xF3 arc",
140
+ 'Grinning face with smiling eyes': "Vigyorg\xF3 arc mosolyg\xF3 szemekkel",
141
+ 'Face with tears of joy': "Arc \xE1t az \xF6r\xF6m k\xF6nnyei",
142
+ 'Smiling face with open mouth': "Mosolyg\xF3 arc t\xE1tott sz\xE1jjal",
143
+ 'Smiling face with open mouth and smiling eyes': "Mosolyg\xF3 arc t\xE1tott sz\xE1jjal \xE9s mosolyg\xF3 szemek",
144
+ 'Smiling face with open mouth and cold sweat': "Mosolyg\xF3 arc t\xE1tott sz\xE1jjal \xE9s hideg ver\xEDt\xE9k",
145
+ 'Smiling face with open mouth and tightly-closed eyes': "Mosolyg\xF3 arc t\xE1tott sz\xE1jjal \xE9s szorosan lehunyt szemmel",
146
+ 'Smiling face with halo': "Mosolyg\xF3 arc dicsf\xE9nyben",
147
+ 'Smiling face with horns': "Mosolyg\xF3 arc szarvakkal",
148
+ 'Winking face': "Kacsint\xF3s arc",
149
+ 'Smiling face with smiling eyes': "Mosolyg\xF3 arc mosolyg\xF3 szemekkel",
150
+ 'Face savoring delicious food': "Arc \xEDzlelgette \xEDzletes \xE9telek",
151
+ 'Relieved face': "Megk\xF6nnyebb\xFClt arc",
152
+ 'Smiling face with heart-shaped eyes': "Mosolyg\xF3 arc sz\xEDv alak\xFA szemekkel",
153
+ 'Smilin g face with sunglasses': "Mosolyg\xF3 arc napszem\xFCvegben",
154
+ 'Smirking face': "Vigyorg\xF3 arca",
155
+ 'Neutral face': 'Semleges arc',
156
+ 'Expressionless face': "Kifejez\xE9stelen arc",
157
+ 'Unamused face': 'Unott arc',
158
+ 'Face with cold sweat': "Arc\xE1n hideg verejt\xE9kkel",
159
+ 'Pensive face': "T\xF6preng\u0151 arc",
160
+ 'Confused face': 'Zavaros arc',
161
+ 'Confounded face': "R\xE1c\xE1folt arc",
162
+ 'Kissing face': "Cs\xF3kos arc",
163
+ 'Face throwing a kiss': "Arcra dobott egy cs\xF3kot",
164
+ 'Kissing face with smiling eyes': "Cs\xF3kos arc\xE1t mosolyg\xF3 szemek",
165
+ 'Kissing face with closed eyes': "Cs\xF3kos arc\xE1t csukott szemmel",
166
+ 'Face with stuck out tongue': "Szembe kiny\xFAj totta a nyelv\xE9t",
167
+ 'Face with stuck out tongue and winking eye': "Szembe kiny\xFAjtotta a nyelv\xE9t, \xE9s kacsint\xF3 szem",
168
+ 'Face with stuck out tongue and tightly-closed eyes': "Arc kiny\xFAjtotta a nyelv\xE9t, \xE9s szorosan lehunyt szemmel",
169
+ 'Disappointed face': "Csal\xF3dott arc",
170
+ 'Worried face': "Agg\xF3d\xF3 arc\xE1t",
171
+ 'Angry face': "D\xFCh\xF6s arc",
172
+ 'Pouting face': "Duzzog\xF3 arc",
173
+ 'Crying face': "S\xEDr\xF3 arc",
174
+ 'Persevering face': "Kitart\xF3 arc",
175
+ 'Face with look of triumph': "Arc\xE1t diadalmas pillant\xE1st",
176
+ 'Disappointed but relieved face': "Csal\xF3dott, de megk\xF6nnyebb\xFClt arc",
177
+ 'Frowning face with open mouth': "Komor arcb\xF3l t\xE1tott sz\xE1jjal",
178
+ 'Anguished face': "Gy\xF6tr\u0151d\u0151 arc",
179
+ 'Fearful face': "F\xE9lelmetes arc",
180
+ 'Weary face': "F\xE1radt arc",
181
+ 'Sleepy face': "\xE1lmos arc",
182
+ 'Tired face': "F\xE1radt arc",
183
+ 'Grimacing face': 'Elfintorodott arc',
184
+ 'Loudly crying face': "Hangosan s\xEDr\xF3 arc",
185
+ 'Face with open mouth': "Arc nyitott sz\xE1jjal",
186
+ 'Hushed face': "Csit\xEDtott arc",
187
+ 'Face with open mouth and cold sweat': "Arc t\xE1tott sz\xE1jjal \xE9s hideg ver\xEDt\xE9k",
188
+ 'Face screaming in fear': "Sikoltoz\xF3 arc a f\xE9lelemt\u0151l",
189
+ 'Astonished face': 'Meglepett arc',
190
+ 'Flushed face': 'Kipirult arc',
191
+ 'Sleeping face': "Alv\xF3 arc",
192
+ 'Dizzy face': " Sz\xE1d\xFCl\u0151 arc",
193
+ 'Face without mouth': "Arc n\xE9lk\xFCli sz\xE1j",
194
+ 'Face with medical mask': "Arc\xE1n orvosi maszk",
195
+ // Line breaker
196
+ 'Break': "T\xF6r\xE9s",
197
+ // Math
198
+ 'Subscript': "Als\xF3 index",
199
+ 'Superscript': "Fels\u0151 index",
200
+ // Full screen
201
+ 'Fullscreen': "Teljes k\xE9perny\u0151",
202
+ // Horizontal line
203
+ 'Insert Horizontal Line': "V\xEDzszintes vonal",
204
+ // Clear formatting
205
+ 'Clear Formatting': "Form\xE1z\xE1s elt\xE1vol\xEDt\xE1sa",
206
+ // Save
207
+ 'Save': "Ment\xE9s",
208
+ // Undo, redo
209
+ 'Undo': "Visszavon\xE1s",
210
+ 'Redo': "Ism\xE9t",
211
+ // Select all
212
+ 'Select All': "Minden kijel\xF6l\xE9se",
213
+ // Code view
214
+ 'Code View': "Forr\xE1sk\xF3d",
215
+ // Quote
216
+ 'Quote': "Id\xE9zet",
217
+ 'Increase': "N\xF6vel\xE9s",
218
+ 'Decrease': "Cs\xF6kkent\xE9s",
219
+ // Quick Insert
220
+ 'Quick Insert': "Beilleszt\xE9s",
221
+ // Spcial Characters
222
+ 'Special Characters': 'Speciális karakterek',
223
+ 'Latin': 'Latin',
224
+ 'Greek': 'Görög',
225
+ 'Cyrillic': 'Cirill',
226
+ 'Punctuation': 'Központozás',
227
+ 'Currency': 'Valuta',
228
+ 'Arrows': 'Nyilak',
229
+ 'Math': 'Matematikai',
230
+ 'Misc': 'Misc',
231
+ // Print.
232
+ 'Print': 'Nyomtatás',
233
+ // Spell Checker.
234
+ 'Spell Checker': 'Helyesírás-ellenőrző',
235
+ // Help
236
+ 'Help': 'Segítség',
237
+ 'Shortcuts': 'Hivatkozások',
238
+ 'Inline Editor': 'Inline szerkesztő',
239
+ 'Show the editor': 'Mutassa meg a szerkesztőt',
240
+ 'Common actions': 'Közös cselekvések',
241
+ 'Copy': 'Másolat',
242
+ 'Cut': 'Vágott',
243
+ 'Paste': 'Paszta',
244
+ 'Basic Formatting': 'Alap formázás',
245
+ 'Increase quote level': 'Növeli az idézet szintjét',
246
+ 'Decrease quote level': 'Csökkenti az árazási szintet',
247
+ 'Image / Video': 'Kép / videó',
248
+ 'Resize larger': 'Nagyobb átméretezés',
249
+ 'Resize smaller': 'Kisebb méretűek',
250
+ 'Table': 'Asztal',
251
+ 'Select table cell': 'Válasszon táblázatcellát',
252
+ 'Extend selection one cell': 'Kiterjesztheti a kiválasztást egy cellára',
253
+ 'Extend selection one row': 'Szűkítse ki az egy sort',
254
+ 'Navigation': 'Navigáció',
255
+ 'Focus popup / toolbar': 'Fókusz felugró ablak / eszköztár',
256
+ 'Return focus to previous position': 'Visszaáll az előző pozícióra',
257
+ // Embed.ly
258
+ 'Embed URL': 'Beágyazott url',
259
+ 'Paste in a URL to embed': 'Beilleszteni egy URL-t a beágyazáshoz',
260
+ // Word Paste.
261
+ 'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'A beillesztett tartalom egy microsoft szó dokumentumból származik. szeretné megtartani a formátumot vagy tisztítani?',
262
+ 'Keep': 'Tart',
263
+ 'Clean': 'Tiszta',
264
+ 'Word Paste Detected': 'Szópaszta észlelhető',
265
+ // Character Counter
266
+ 'Characters': 'Karakterek',
267
+ // More Buttons
268
+ 'More Text': 'További szöveg',
269
+ 'More Paragraph': 'További bekezdés',
270
+ 'More Rich': 'További Gazdag',
271
+ 'More Misc': 'További Egyéb'
272
+ },
273
+ direction: 'ltr'
274
+ };
275
+
276
+ })));
277
+ //# sourceMappingURL=hu.js.map