wysiwyg-rails-qiniu 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +101 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +11 -0
  6. data/app/assets/javascripts/languages/ar.js +227 -0
  7. data/app/assets/javascripts/languages/bs.js +227 -0
  8. data/app/assets/javascripts/languages/cs.js +227 -0
  9. data/app/assets/javascripts/languages/da.js +227 -0
  10. data/app/assets/javascripts/languages/de.js +227 -0
  11. data/app/assets/javascripts/languages/en_ca.js +171 -0
  12. data/app/assets/javascripts/languages/en_gb.js +171 -0
  13. data/app/assets/javascripts/languages/es.js +227 -0
  14. data/app/assets/javascripts/languages/et.js +227 -0
  15. data/app/assets/javascripts/languages/fa.js +227 -0
  16. data/app/assets/javascripts/languages/fi.js +227 -0
  17. data/app/assets/javascripts/languages/fr.js +227 -0
  18. data/app/assets/javascripts/languages/he.js +227 -0
  19. data/app/assets/javascripts/languages/hr.js +229 -0
  20. data/app/assets/javascripts/languages/hu.js +227 -0
  21. data/app/assets/javascripts/languages/id.js +227 -0
  22. data/app/assets/javascripts/languages/it.js +227 -0
  23. data/app/assets/javascripts/languages/ja.js +227 -0
  24. data/app/assets/javascripts/languages/ko.js +227 -0
  25. data/app/assets/javascripts/languages/me.js +227 -0
  26. data/app/assets/javascripts/languages/nb.js +227 -0
  27. data/app/assets/javascripts/languages/nl.js +227 -0
  28. data/app/assets/javascripts/languages/pl.js +227 -0
  29. data/app/assets/javascripts/languages/pt_br.js +227 -0
  30. data/app/assets/javascripts/languages/pt_pt.js +227 -0
  31. data/app/assets/javascripts/languages/ro.js +228 -0
  32. data/app/assets/javascripts/languages/ru.js +227 -0
  33. data/app/assets/javascripts/languages/sr.js +227 -0
  34. data/app/assets/javascripts/languages/sv.js +227 -0
  35. data/app/assets/javascripts/languages/th.js +227 -0
  36. data/app/assets/javascripts/languages/tr.js +227 -0
  37. data/app/assets/javascripts/languages/ua.js +227 -0
  38. data/app/assets/javascripts/languages/uk.js +216 -0
  39. data/app/assets/javascripts/languages/zh_cn.js +227 -0
  40. data/app/assets/javascripts/languages/zh_tw.js +227 -0
  41. data/app/assets/javascripts/plugins/align.min.js +7 -0
  42. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  43. data/app/assets/javascripts/plugins/code_beautifier.min.js +8 -0
  44. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  45. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  46. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  47. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  48. data/app/assets/javascripts/plugins/file.min.js +7 -0
  49. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  50. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  51. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  52. data/app/assets/javascripts/plugins/image.min.js +7 -0
  53. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  54. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  55. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  56. data/app/assets/javascripts/plugins/link.min.js +7 -0
  57. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  58. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  59. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  60. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  61. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  62. data/app/assets/javascripts/plugins/save.min.js +7 -0
  63. data/app/assets/javascripts/plugins/table.min.js +8 -0
  64. data/app/assets/javascripts/plugins/url.min.js +7 -0
  65. data/app/assets/javascripts/plugins/video.min.js +7 -0
  66. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  67. data/app/assets/stylesheets/froala_style.min.css +7 -0
  68. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  69. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  70. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  71. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  72. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  73. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  74. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  75. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  76. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  77. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  78. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  79. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  80. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  81. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  82. data/app/assets/stylesheets/themes/red.min.css +7 -0
  83. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  84. data/lib/wysiwyg-rails-qiniu.rb +2 -0
  85. data/lib/wysiwyg-rails-qiniu/engine.rb +19 -0
  86. data/lib/wysiwyg-rails-qiniu/version.rb +5 -0
  87. metadata +170 -0
@@ -0,0 +1,229 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * Croatian
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['hr'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Napi\u0161i ne\u0161to",
15
+
16
+ // Basic formatting
17
+ "Bold": "Podebljaj",
18
+ "Italic": "Kurziv",
19
+ "Underline": "Podcrtano",
20
+ "Strikethrough": "Precrtano",
21
+
22
+ // Main buttons
23
+ "Insert": "Umetni",
24
+ "Delete": "Obri\u0161i",
25
+ "Cancel": "Otka\u017ei",
26
+ "OK": "U redu",
27
+ "Back": "Natrag",
28
+ "Remove": "Ukloni",
29
+ "More": "Vi\u0161e",
30
+ "Update": "A\u017euriraj",
31
+ "Style": "Stil",
32
+
33
+ // Font
34
+ "Font Family": "Odaberi font",
35
+ "Font Size": "Veli\u010dina fonta",
36
+
37
+ // Colors
38
+ "Colors": "Boje",
39
+ "Background": "Pozadina",
40
+ "Text": "Tekst",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Format odlomka",
44
+ "Normal": "Normalno",
45
+ "Code": "Izvorni kod",
46
+ "Heading 1": "Naslov 1",
47
+ "Heading 2": "Naslov 2",
48
+ "Heading 3": "Naslov 3",
49
+ "Heading 4": "Naslov 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Stil odlomka",
53
+ "Inline Style": "Stil u liniji",
54
+
55
+ // Alignment
56
+ "Align": "Poravnaj",
57
+ "Align Left": "Poravnaj lijevo",
58
+ "Align Center": "Poravnaj po sredini",
59
+ "Align Right": "Poravnaj desno",
60
+ "Align Justify": "Obostrano poravnanje",
61
+ "None": "Nijedan",
62
+
63
+ // Lists
64
+ "Ordered List": "Ure\u0111ena lista",
65
+ "Unordered List": "Neure\u0111ena lista",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Uvuci odlomak",
69
+ "Increase Indent": "Izvuci odlomak",
70
+
71
+ // Links
72
+ "Insert Link": "Umetni link",
73
+ "Open in new tab": "Otvori u novom prozoru",
74
+ "Open Link": "Otvori link",
75
+ "Edit Link": "Uredi link",
76
+ "Unlink": "Ukloni link",
77
+ "Choose Link": "Odaberi link",
78
+
79
+ // Images
80
+ "Insert Image": "Umetni sliku",
81
+ "Upload Image": "Prijenos slike",
82
+ "By URL": "Prema URL",
83
+ "Browse": "Odabir",
84
+ "Drop image": "Ispusti sliku",
85
+ "or click": "ili odaberi",
86
+ "Manage Images": "Upravljanje slikama",
87
+ "Loading": "U\u010ditavanje",
88
+ "Deleting": "Brisanje",
89
+ "Tags": "Oznake",
90
+ "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite obrisati ovu sliku?",
91
+ "Replace": "Zamijeni",
92
+ "Uploading": "Prijenos",
93
+ "Loading image": "Otvaram sliku",
94
+ "Display": "Prika\u017ei",
95
+ "Inline": "U liniji",
96
+ "Break Text": "Odvojeni tekst",
97
+ "Alternate Text": "Alternativni tekst",
98
+ "Change Size": "Promjena veli\u010dine",
99
+ "Width": "\u0160irina",
100
+ "Height": "Visina",
101
+ "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo poku\u0161ajte ponovno.",
102
+
103
+ // Video
104
+ "Insert Video": "Umetni video",
105
+ "Embedded Code": "Ugra\u0111eni kod",
106
+
107
+ // Tables
108
+ "Insert Table": "Umetni tablicu",
109
+ "Header": "Zaglavlje",
110
+ "Row": "Red",
111
+ "Insert row above": "Umetni red iznad",
112
+ "Insert row below": "Umetni red ispod",
113
+ "Delete row": "Obri\u0161i red",
114
+ "Column": "Stupac",
115
+ "Insert column before": "Umetni stupac prije",
116
+ "Insert column after": "Umetni stupac poslije",
117
+ "Delete column": "Obri\u0161i stupac",
118
+ "Cell": "Polje",
119
+ "Merge cells": "Spoji polja",
120
+ "Horizontal split": "Horizontalno razdvajanje polja",
121
+ "Vertical split": "Vertikalno razdvajanje polja",
122
+ "Cell Background": "Polje pozadine",
123
+ "Vertical Align": "Vertikalno poravnanje",
124
+ "Top": "Vrh",
125
+ "Middle": "Sredina",
126
+ "Bottom": "Dno",
127
+ "Align Top": "Poravnaj na vrh",
128
+ "Align Middle": "Poravnaj po sredini",
129
+ "Align Bottom": "Poravnaj na dno",
130
+ "Cell Style": "Stil polja",
131
+ "Table Header": "Zaglavlje tablice",
132
+ "Remove Table": "Izbri\u0161i tablicu",
133
+
134
+ // Files
135
+ "Upload File": "Prijenos datoteke",
136
+ "Drop file": "Ispusti datoteku",
137
+
138
+ // Emoticons
139
+ "Emoticons": "Emotikoni",
140
+ "Grinning face": "Nacereno lice",
141
+ "Grinning face with smiling eyes": "Nacereno lice s nasmije\u0161enim o\u010dima",
142
+ "Face with tears of joy": "Lice sa suzama radosnicama",
143
+ "Smiling face with open mouth": "Nasmijano lice s otvorenim ustima",
144
+ "Smiling face with open mouth and smiling eyes": "Nasmijano lice s otvorenim ustima i nasmijanim o\u010dima",
145
+ "Smiling face with open mouth and cold sweat": "Nasmijano lice s otvorenim ustima i hladnim znojem",
146
+ "Smiling face with open mouth and tightly-closed eyes": "Nasmijano lice s otvorenim ustima i \u010dvrsto zatvorenih o\u010diju",
147
+ "Smiling face with halo": "Nasmijano lice sa aureolom",
148
+ "Smiling face with horns": "Nasmijano lice s rogovima",
149
+ "Winking face": "Lice koje namiguje",
150
+ "Smiling face with smiling eyes": "Nasmijano lice s nasmiješenim o\u010dima",
151
+ "Face savoring delicious food": "Lice koje u\u017eiva ukusnu hranu",
152
+ "Relieved face": "Lice s olak\u0161anjem",
153
+ "Smiling face with heart-shaped eyes": "Nasmijano lice sa o\u010dima u obliku srca",
154
+ "Smiling face with sunglasses": "Nasmijano lice sa sun\u010danim nao\u010dalama",
155
+ "Smirking face": "Zlokobno nasmije\u0161eno lice",
156
+ "Neutral face": "Neutralno lice",
157
+ "Expressionless face": "Bezizra\u017eajno lice",
158
+ "Unamused face": "Nezainteresirano lice",
159
+ "Face with cold sweat": "Lice s hladnim znojem",
160
+ "Pensive face": "Zami\u0161ljeno lice",
161
+ "Confused face": "Zbunjeno lice",
162
+ "Confounded face": "Zbunjeno lice",
163
+ "Kissing face": "Lice s poljupcem",
164
+ "Face throwing a kiss": "Lice koje baca poljubac",
165
+ "Kissing face with smiling eyes": "Lice s poljupcem s nasmije\u0161enim o\u010dima",
166
+ "Kissing face with closed eyes": "Lice s poljupcem zatvorenih o\u010diju",
167
+ "Face with stuck out tongue": "Lice s ispru\u017eenim jezikom",
168
+ "Face with stuck out tongue and winking eye": "Lice s ispru\u017eenim jezikom koje namiguje",
169
+ "Face with stuck out tongue and tightly-closed eyes": "Lice s ispru\u017eenim jezikom i \u010dvrsto zatvorenih o\u010diju",
170
+ "Disappointed face": "Razo\u010darano lice",
171
+ "Worried face": "Zabrinuto lice",
172
+ "Angry face": "Ljutito lice",
173
+ "Pouting face": "Nadureno lice",
174
+ "Crying face": "Uplakano lice",
175
+ "Persevering face": "Lice s negodovanjem",
176
+ "Face with look of triumph": "Trijumfalno lice",
177
+ "Disappointed but relieved face": "Razo\u010darano ali olakšano lice",
178
+ "Frowning face with open mouth": "Namrgo\u0111eno lice s otvorenim ustima",
179
+ "Anguished face": "Tjeskobno lice",
180
+ "Fearful face": "Prestra\u0161eno lice",
181
+ "Weary face": "Umorno lice",
182
+ "Sleepy face": "Pospano lice",
183
+ "Tired face": "Umorno lice",
184
+ "Grimacing face": "Lice sa grimasama",
185
+ "Loudly crying face": "Glasno pla\u010du\u0107e lice",
186
+ "Face with open mouth": "Lice s otvorenim ustima",
187
+ "Hushed face": "Tiho lice",
188
+ "Face with open mouth and cold sweat": "Lice s otvorenim ustima i hladnim znojem",
189
+ "Face screaming in fear": "Lice koje vri\u0161ti u strahu",
190
+ "Astonished face": "Zaprepa\u0161teno lice",
191
+ "Flushed face": "Zajapureno lice",
192
+ "Sleeping face": "Spava\u0107e lice",
193
+ "Dizzy face": "Lice sa vrtoglavicom",
194
+ "Face without mouth": "Lice bez usta",
195
+ "Face with medical mask": "Lice s medicinskom maskom",
196
+
197
+ // Line breaker
198
+ "Break": "Odvojeno",
199
+
200
+ // Math
201
+ "Subscript": "Indeks",
202
+ "Superscript": "Eksponent",
203
+
204
+ // Full screen
205
+ "Fullscreen": "Puni zaslon",
206
+
207
+ // Horizontal line
208
+ "Insert Horizontal Line": "Umetni liniju",
209
+
210
+ // Clear formatting
211
+ "Clear Formatting": "Ukloni oblikovanje",
212
+
213
+ // Undo, redo
214
+ "Undo": "Korak natrag",
215
+ "Redo": "Korak naprijed",
216
+
217
+ // Select all
218
+ "Select All": "Odaberi sve",
219
+
220
+ // Code view
221
+ "Code View": "Pregled koda",
222
+
223
+ // Quote
224
+ "Quote": "Citat",
225
+ "Increase": "Pove\u0107aj",
226
+ "Decrease": "Smanji"
227
+ },
228
+ direction: "ltr"
229
+ };
@@ -0,0 +1,227 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * Hungarian
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['hu'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "T\u00edpus valami",
15
+
16
+ // Basic formatting
17
+ "Bold": "F\u00e9lk\u00f6v\u00e9r",
18
+ "Italic": "D\u0151lt",
19
+ "Underline": "Al\u00e1h\u00fazott",
20
+ "Strikethrough": "\u00c1th\u00fazott",
21
+
22
+ // Main buttons
23
+ "Insert": "Beilleszt\u00e9se",
24
+ "Delete": "T\u00f6r\u00f6l",
25
+ "Cancel": "M\u00e9gse",
26
+ "OK": "Rendben",
27
+ "Back": "Vissza",
28
+ "Remove": "Elt\u00e1vol\u00edt\u00e1sa",
29
+ "More": "T\u00f6bb",
30
+ "Update": "Friss\u00edt\u00e9s",
31
+ "Style": "St\u00edlus",
32
+
33
+ // Font
34
+ "Font Family": "Bet\u0171t\u00edpus",
35
+ "Font Size": "Bet\u0171m\u00e9retek",
36
+
37
+ // Colors
38
+ "Colors": "Sz\u00ednek",
39
+ "Background": "H\u00e1tt\u00e9r",
40
+ "Text": "Sz\u00f6veg",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Form\u00e1tumok",
44
+ "Normal": "Norm\u00e1l",
45
+ "Code": "K\u00f3d",
46
+ "Heading 1": "C\u00edmsor 1",
47
+ "Heading 2": "C\u00edmsor 2",
48
+ "Heading 3": "C\u00edmsor 3",
49
+ "Heading 4": "C\u00edmsor 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Bekezd\u00e9s st\u00edlus\u00e1t",
53
+ "Inline Style": "Helyi st\u00edlus",
54
+
55
+ // Alignment
56
+ "Align": "Igaz\u00edt\u00e1s",
57
+ "Align Left": "Balra igaz\u00edt",
58
+ "Align Center": "K\u00f6z\u00e9pre z\u00e1r",
59
+ "Align Right": "Jobbra igaz\u00edt",
60
+ "Align Justify": "Sorkiz\u00e1r\u00e1s",
61
+ "None": "Egyik sem",
62
+
63
+ // Lists
64
+ "Ordered List": "Sz\u00e1moz\u00e1s",
65
+ "Unordered List": "Felsorol\u00e1s",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
69
+ "Increase Indent": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
70
+
71
+ // Links
72
+ "Insert Link": "Link beilleszt\u00e9se",
73
+ "Open in new tab": "Megnyit\u00e1s \u00faj lapon",
74
+ "Open Link": "Link megnyit\u00e1sa",
75
+ "Edit Link": "Szerkeszt\u00e9s linkre",
76
+ "Unlink": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
77
+ "Choose Link": "V\u00e1lasztani linket",
78
+
79
+ // Images
80
+ "Insert Image": "K\u00e9p besz\u00far\u00e1sa",
81
+ "Upload Image": "Felt\u00f6lt\u00e9s k\u00e9p",
82
+ "By URL": "\u00c1ltal URL",
83
+ "Browse": "B\u00f6ng\u00e9sszen",
84
+ "Drop image": "Dobd k\u00e9p",
85
+ "or click": "vagy kattintson",
86
+ "Manage Images": "K\u00e9pek kezel\u00e9se",
87
+ "Loading": "Terhel\u00e9s",
88
+ "Deleting": "T\u00f6rl\u00e9se",
89
+ "Tags": "C\u00edmk\u00e9k",
90
+ "Are you sure? Image will be deleted.": "Biztos vagy benne? K\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
91
+ "Replace": "Cser\u00e9je",
92
+ "Uploading": "Felt\u00f6lt\u00e9s",
93
+ "Loading image": "K\u00e9pfelt\u00f6lt\u00e9s",
94
+ "Display": "Kijelz\u0151",
95
+ "Inline": "Sorban",
96
+ "Break Text": "T\u00f6r sz\u00f6veg",
97
+ "Alternate Text": "Alternat\u00edv sz\u00f6veget",
98
+ "Change Size": "M\u00e9ret\u00e9nek v\u00e1ltoz\u00e1sa",
99
+ "Width": "Sz\u00e9less\u00e9g",
100
+ "Height": "Magass\u00e1g",
101
+ "Something went wrong. Please try again.": "Valami elromlott. K\u00e9rlek pr\u00f3b\u00e1ld \u00fajra.",
102
+
103
+ // Video
104
+ "Insert Video": "Vide\u00f3 beilleszt\u00e9se",
105
+ "Embedded Code": "Be\u00e1gyazott k\u00f3dot",
106
+
107
+ // Tables
108
+ "Insert Table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
109
+ "Header": "Fejl\u00e9c",
110
+ "Row": "Sor",
111
+ "Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
112
+ "Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
113
+ "Delete row": "Sor t\u00f6rl\u00e9se",
114
+ "Column": "Oszlop",
115
+ "Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
116
+ "Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
117
+ "Delete column": "Oszlop t\u00f6rl\u00e9se",
118
+ "Cell": "Cella",
119
+ "Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
120
+ "Horizontal split": "V\u00edzszintes osztott",
121
+ "Vertical split": "F\u00fcgg\u0151leges osztott",
122
+ "Cell Background": "Cella h\u00e1tt\u00e9r",
123
+ "Vertical Align": "F\u00fcgg\u0151leges fej\u00e1ll\u00edt\u00e1s",
124
+ "Top": "Fels\u0151",
125
+ "Middle": "K\u00f6z\u00e9ps\u0151",
126
+ "Bottom": "Als\u00f3",
127
+ "Align Top": "Igaz\u00edtsa fels\u0151",
128
+ "Align Middle": "Igaz\u00edtsa k\u00f6zep\u00e9n",
129
+ "Align Bottom": "Igaz\u00edtsa alj\u00e1n",
130
+ "Cell Style": "Cellast\u00edlust",
131
+
132
+ // Files
133
+ "Upload File": "F\u00e1jl felt\u00f6lt\u00e9se",
134
+ "Drop file": "Csepp f\u00e1jl",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Hangulatjelek",
138
+ "Grinning face": "Vigyorg\u00f3",
139
+ "Grinning face with smiling eyes": "Vigyorg\u00f3 arca mosolyg\u00f3 szemek",
140
+ "Face with tears of joy": "Arc \u00e1t az \u00f6r\u00f6m k\u00f6nnyei",
141
+ "Smiling face with open mouth": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal",
142
+ "Smiling face with open mouth and smiling eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s mosolyg\u00f3 szemek",
143
+ "Smiling face with open mouth and cold sweat": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s szorosan lehunyt szemmel",
145
+ "Smiling face with halo": "Mosolyg\u00f3 arc halo",
146
+ "Smiling face with horns": "Mosolyg\u00f3 arc szarvakkal",
147
+ "Winking face": "Kacsintott arca",
148
+ "Smiling face with smiling eyes": "Mosolyg\u00f3 arc mosolyg\u00f3 szemek",
149
+ "Face savoring delicious food": "Arc \u00edzlelgette \u00edzletes \u00e9telek",
150
+ "Relieved face": "Megk\u00f6nnyebb\u00fclt arccal",
151
+ "Smiling face with heart-shaped eyes": "Mosolyg\u00f3 arc sz\u00edv alak\u00fa szemek",
152
+ "Smiling face with sunglasses": "Mosolyg\u00f3 arc, napszem\u00fcveg",
153
+ "Smirking face": "Vigyorg\u00f3 arca",
154
+ "Neutral face": "Semleges arc",
155
+ "Expressionless face": "Kifejez\u00e9stelen arc",
156
+ "Unamused face": "Unott arc",
157
+ "Face with cold sweat": "Arc\u00e1t hideg verejt\u00e9k",
158
+ "Pensive face": "T\u00f6preng\u0151 arca",
159
+ "Confused face": "Zavaros arca",
160
+ "Confounded face": "R\u00e1c\u00e1folt arca",
161
+ "Kissing face": "Cs\u00f3k arca",
162
+ "Face throwing a kiss": "Arc dobott egy cs\u00f3kot",
163
+ "Kissing face with smiling eyes": "Cs\u00f3kos arc\u00e1t mosolyg\u00f3 szemek",
164
+ "Kissing face with closed eyes": "Cs\u00f3kos arc\u00e1t csukott szemmel",
165
+ "Face with stuck out tongue": "Szembe kiny\u00fajtotta a nyelv\u00e9t",
166
+ "Face with stuck out tongue and winking eye": "Szembe kiny\u00fajtotta a nyelv\u00e9t, \u00e9s kacsintott szem",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Arc kiny\u00fajtotta a nyelv\u00e9t, \u00e9s szorosan lehunyt szemmel",
168
+ "Disappointed face": "Csal\u00f3dott arca",
169
+ "Worried face": "Agg\u00f3d\u00f3 arc\u00e1t",
170
+ "Angry face": "D\u00fch\u00f6s arc",
171
+ "Pouting face": "Duzzogva arc",
172
+ "Crying face": "S\u00edr\u00f3 arc",
173
+ "Persevering face": "Kitart\u00f3 arca",
174
+ "Face with look of triumph": "Arc\u00e1t diadalmas pillant\u00e1st",
175
+ "Disappointed but relieved face": "Csal\u00f3dott, de megk\u00f6nnyebb\u00fclt arccal",
176
+ "Frowning face with open mouth": "Komor arcb\u00f3l t\u00e1tott sz\u00e1jjal",
177
+ "Anguished face": "Gy\u00f6tr\u0151d\u0151 arca",
178
+ "Fearful face": "F\u00e9lelmetes arc",
179
+ "Weary face": "F\u00e1radt arca",
180
+ "Sleepy face": "\u00e1lmos arc",
181
+ "Tired face": "F\u00e1radt arca",
182
+ "Grimacing face": "Fintorogva arc",
183
+ "Loudly crying face": "Hangosan s\u00edr\u00f3 arc",
184
+ "Face with open mouth": "Arc t\u00e1tott sz\u00e1jjal",
185
+ "Hushed face": "Csit\u00edtotta arca",
186
+ "Face with open mouth and cold sweat": "Arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
187
+ "Face screaming in fear": "Arc sikoltozva f\u00e9lelem",
188
+ "Astonished face": "Meglepett arca",
189
+ "Flushed face": "Kipirult arc",
190
+ "Sleeping face": "Alv\u00f3 arc\u00e1t",
191
+ "Dizzy face": "sz\u00e1d\u00fcl arca",
192
+ "Face without mouth": "Arc n\u00e9lkül sz\u00e1j",
193
+ "Face with medical mask": "Arc\u00e1t orvosi maszk",
194
+
195
+ // Line breaker
196
+ "Break": "T\u00f6r",
197
+
198
+ // Math
199
+ "Subscript": "Als\u00f3 index",
200
+ "Superscript": "Fels\u0151 index",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Teljes k\u00e9perny\u0151s",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Helyezze v\u00edzszintes vonal",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa",
210
+
211
+ // Undo, redo
212
+ "Undo": "Visszavon\u00e1s",
213
+ "Redo": "Ism\u00e9t",
214
+
215
+ // Select all
216
+ "Select All": "Minden kijel\u00f6l\u00e9se",
217
+
218
+ // Code view
219
+ "Code View": "K\u00f3d n\u00e9zet",
220
+
221
+ // Quote
222
+ "Quote": "Id\u00e9zet",
223
+ "Increase": "N\u00f6veked\u00e9s",
224
+ "Decrease": "Cs\u00f6kkent"
225
+ },
226
+ direction: "ltr"
227
+ };