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,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
+ * Montenegrin
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['me'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Ukucajte ne\u0161tp",
15
+
16
+ // Basic formatting
17
+ "Bold": "Bold",
18
+ "Italic": "Italic",
19
+ "Underline": "Podvu\u010deno",
20
+ "Strikethrough": "Prekri\u017eano",
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\u017euriranje",
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": "Pozadine",
40
+ "Text": "Teksta",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Paragraf formatu",
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": "Paragraf stil",
53
+ "Inline Style": "Inline stil",
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": "Cjelokupno poravnanje",
61
+ "None": "Nijedan",
62
+
63
+ // Lists
64
+ "Ordered List": "Ure\u0111ena lista",
65
+ "Unordered List": "Nesre\u0111ene lista",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Smanjenje alineja",
69
+ "Increase Indent": "Pove\u0107anje alineja",
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": "Izabrati link",
78
+
79
+ // Images
80
+ "Insert Image": "Umetni sliku",
81
+ "Upload Image": "Upload sliku",
82
+ "By URL": "Preko URL",
83
+ "Browse": "Pregledaj",
84
+ "Drop image": "Izbaci sliku",
85
+ "or click": "ili odaberi",
86
+ "Manage Images": "Upravljanje ilustracijama",
87
+ "Loading": "Koji tovari",
88
+ "Deleting": "Brisanje",
89
+ "Tags": "Oznake",
90
+ "Are you sure? Image will be deleted.": "Da li ste sigurni da \u017eelite da obri\u0161ete ovu ilustraciju?",
91
+ "Replace": "Zamijenite",
92
+ "Uploading": "Uploading",
93
+ "Loading image": "Koji tovari sliku",
94
+ "Display": "Prikaz",
95
+ "Inline": "Inline",
96
+ "Break Text": "Break tekst",
97
+ "Alternate Text": "Alternativna tekst",
98
+ "Change Size": "Promijeni veli\u010dinu",
99
+ "Width": "\u0161irina",
100
+ "Height": "Visina",
101
+ "Something went wrong. Please try again.": "Ne\u0161to je po\u0161lo po zlu. Molimo vas da poku\u0161ate ponovo.",
102
+
103
+ // Video
104
+ "Insert Video": "Umetni video",
105
+ "Embedded Code": "Embedded kod",
106
+
107
+ // Tables
108
+ "Insert Table": "Umetni tabelu",
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": "Kolona",
115
+ "Insert column before": "Umetni kolonu prije",
116
+ "Insert column after": "Umetni kolonu poslije",
117
+ "Delete column": "Obri\u0161i kolonu",
118
+ "Cell": "\u0106elija",
119
+ "Merge cells": "Spoji \u0107elija",
120
+ "Horizontal split": "Horizontalno razdvajanje polja",
121
+ "Vertical split": "Vertikalno razdvajanje polja",
122
+ "Cell Background": "\u0106elija pozadini",
123
+ "Vertical Align": "Vertikalni poravnaj",
124
+ "Top": "Vrh",
125
+ "Middle": "Srednji",
126
+ "Bottom": "Dno",
127
+ "Align Top": "Poravnaj vrh",
128
+ "Align Middle": "Poravnaj srednji",
129
+ "Align Bottom": "Poravnaj dno",
130
+ "Cell Style": "\u0106elija stil",
131
+
132
+ // Files
133
+ "Upload File": "Upload datoteke",
134
+ "Drop file": "Drop datoteke",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emotikona",
138
+ "Grinning face": "Cere\u0107i lice",
139
+ "Grinning face with smiling eyes": "Cere\u0107i lice nasmijana o\u010dima",
140
+ "Face with tears of joy": "Lice sa suze radosnice",
141
+ "Smiling face with open mouth": "Nasmijana lica s otvorenih usta",
142
+ "Smiling face with open mouth and smiling eyes": "Nasmijana lica s otvorenih usta i nasmijana o\u010di",
143
+ "Smiling face with open mouth and cold sweat": "Nasmijana lica s otvorenih usta i hladan znoj",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Nasmijana lica s otvorenih usta i \u010dvrsto-zatvorenih o\u010diju",
145
+ "Smiling face with halo": "Nasmijana lica sa halo",
146
+ "Smiling face with horns": "Nasmijana lica s rogovima",
147
+ "Winking face": "Namigivanje lice",
148
+ "Smiling face with smiling eyes": "Nasmijana lica sa nasmijana o\u010dima",
149
+ "Face savoring delicious food": "Suo\u010davaju uživaju\u0107i ukusna hrana",
150
+ "Relieved face": "Laknulo lice",
151
+ "Smiling face with heart-shaped eyes": "Nasmijana lica sa obliku srca o\u010di",
152
+ "Smiling face with sunglasses": "Nasmijana lica sa sun\u010dane nao\u010dare",
153
+ "Smirking face": "Namr\u0161tena lica",
154
+ "Neutral face": "Neutral lice",
155
+ "Expressionless face": "Bezizra\u017eajno lice",
156
+ "Unamused face": "Nije zabavno lice",
157
+ "Face with cold sweat": "Lice s hladnim znojem",
158
+ "Pensive face": "Zami\u0161ljen lice",
159
+ "Confused face": "Zbunjen lice",
160
+ "Confounded face": "Uzbu\u0111en lice",
161
+ "Kissing face": "Ljubakanje lice",
162
+ "Face throwing a kiss": "Suo\u010davaju bacanje poljubac",
163
+ "Kissing face with smiling eyes": "Ljubljenje lice nasmijana o\u010dima",
164
+ "Kissing face with closed eyes": "Ljubljenje lice sa zatvorenim o\u010dima",
165
+ "Face with stuck out tongue": "Lice sa ispru\u017eio jezik",
166
+ "Face with stuck out tongue and winking eye": "Lice sa ispru\u017eio jezik i trep\u0107u\u0107e \u0107e oko",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Lice sa ispru\u017eio jezik i \u010dvrsto zatvorene o\u010di",
168
+ "Disappointed face": "Razo\u010daran lice",
169
+ "Worried face": "Zabrinuti lice",
170
+ "Angry face": "Ljut lice",
171
+ "Pouting face": "Napu\u0107enim lice",
172
+ "Crying face": "Plakanje lice",
173
+ "Persevering face": "Istrajan lice",
174
+ "Face with look of triumph": "Lice s pogledom trijumfa",
175
+ "Disappointed but relieved face": "Razo\u010daran, ali olak\u0161anje lice",
176
+ "Frowning face with open mouth": "Namr\u0161tiv\u0161i lice s otvorenih usta",
177
+ "Anguished face": "Bolnom lice",
178
+ "Fearful face": "Pla\u0161ljiv lice",
179
+ "Weary face": "Umoran lice",
180
+ "Sleepy face": "Pospan lice",
181
+ "Tired face": "Umorno lice",
182
+ "Grimacing face": "Grimase lice",
183
+ "Loudly crying face": "Glasno pla\u010de lice",
184
+ "Face with open mouth": "Lice s otvorenih usta",
185
+ "Hushed face": "Smiren lice",
186
+ "Face with open mouth and cold sweat": "Lice s otvorenih usta i hladan znoj",
187
+ "Face screaming in fear": "Suo\u010davaju vri\u0161ti u strahu",
188
+ "Astonished face": "Zapanjen lice",
189
+ "Flushed face": "Rumeno lice",
190
+ "Sleeping face": "Usnulo lice",
191
+ "Dizzy face": "O\u0161amu\u0107en lice",
192
+ "Face without mouth": "Lice bez usta",
193
+ "Face with medical mask": "Lice sa medicinskom maskom",
194
+
195
+ // Line breaker
196
+ "Break": "Slomiti",
197
+
198
+ // Math
199
+ "Subscript": "Potpisan",
200
+ "Superscript": "Natpis",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Preko cijelog zaslona",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Umetni vodoravna liniju",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Izbrisati formatiranje",
210
+
211
+ // Undo, redo
212
+ "Undo": "Korak nazad",
213
+ "Redo": "Korak naprijed",
214
+
215
+ // Select all
216
+ "Select All": "Ozna\u010di sve",
217
+
218
+ // Code view
219
+ "Code View": "Kod pogled",
220
+
221
+ // Quote
222
+ "Quote": "Citat",
223
+ "Increase": "Pove\u0107ati",
224
+ "Decrease": "Smanjenje"
225
+ },
226
+ direction: "ltr"
227
+ };
@@ -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
+ * Norwegian
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['nb'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Skriv noe",
15
+
16
+ // Basic formatting
17
+ "Bold": "Fet",
18
+ "Italic": "Kursiv",
19
+ "Underline": "Understreket",
20
+ "Strikethrough": "Gjennomstreket",
21
+
22
+ // Main buttons
23
+ "Insert": "Sett",
24
+ "Delete": "Slett",
25
+ "Cancel": "Avbryt",
26
+ "OK": "OK",
27
+ "Back": "Tilbake",
28
+ "Remove": "Fjern",
29
+ "More": "Mer",
30
+ "Update": "Oppdatering",
31
+ "Style": "Stil",
32
+
33
+ // Font
34
+ "Font Family": "Skriftsnitt",
35
+ "Font Size": "St\u00f8rrelse",
36
+
37
+ // Colors
38
+ "Colors": "Farger",
39
+ "Background": "Bakgrunn",
40
+ "Text": "Tekst",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Stiler",
44
+ "Normal": "Normal",
45
+ "Code": "Kode",
46
+ "Heading 1": "Overskrift 1",
47
+ "Heading 2": "Overskrift 2",
48
+ "Heading 3": "Overskrift 3",
49
+ "Heading 4": "Overskrift 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Avsnittsstil",
53
+ "Inline Style": "P\u00e5 linje stil",
54
+
55
+ // Alignment
56
+ "Align": "Justering",
57
+ "Align Left": "Venstrejustert",
58
+ "Align Center": "Midtstilt",
59
+ "Align Right": "H\u00f8yrejustert",
60
+ "Align Justify": "Juster alle linjer",
61
+ "None": "None",
62
+
63
+ // Lists
64
+ "Ordered List": "Ordnet liste",
65
+ "Unordered List": "Uordnet liste",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Reduser innrykk",
69
+ "Increase Indent": "\u00d8k innrykk",
70
+
71
+ // Links
72
+ "Insert Link": "Sett inn lenke",
73
+ "Open in new tab": "\u00c5pne i ny fane",
74
+ "Open Link": "\u00c5pne lenke",
75
+ "Edit Link": "Rediger lenke",
76
+ "Unlink": "Fjern lenke",
77
+ "Choose Link": "Velge lenke",
78
+
79
+ // Images
80
+ "Insert Image": "Sett inn bilde",
81
+ "Upload Image": "Last opp bilde",
82
+ "By URL": "Ved URL",
83
+ "Browse": "Bla",
84
+ "Drop image": "Slippe bilde",
85
+ "or click": "eller klikk",
86
+ "Manage Images": "Bildebehandling",
87
+ "Loading": "Lasting",
88
+ "Deleting": "Slette",
89
+ "Tags": "Tags",
90
+ "Are you sure? Image will be deleted.": "Er du sikker? Bildet vil bli slettet.",
91
+ "Replace": "Erstatte",
92
+ "Uploading": "Opplasting",
93
+ "Loading image": "Lasting bilde",
94
+ "Display": "Utstilling",
95
+ "Inline": "P\u00e5 linje",
96
+ "Break Text": "Brudd tekst",
97
+ "Alternate Text": "Alternativ tekst",
98
+ "Change Size": "Endre st\u00f8rrelse",
99
+ "Width": "Bredde",
100
+ "Height": "H\u00f8yde",
101
+ "Something went wrong. Please try again.": "Noe gikk galt. V\u00e6r s\u00e5 snill, pr\u00f8v p\u00e5 nytt.",
102
+
103
+ // Video
104
+ "Insert Video": "Sett inn video",
105
+ "Embedded Code": "Embedded kode",
106
+
107
+ // Tables
108
+ "Insert Table": "Sett inn tabell",
109
+ "Header": "Header",
110
+ "Row": "Rad",
111
+ "Insert row above": "Sett inn rad f\u00f8r",
112
+ "Insert row below": "Sett in rad etter",
113
+ "Delete row": "Slett rad",
114
+ "Column": "Kolonne",
115
+ "Insert column before": "Sett inn kolonne f\u00f8r",
116
+ "Insert column after": "Sett inn kolonne etter",
117
+ "Delete column": "Slett kolonne",
118
+ "Cell": "Celle",
119
+ "Merge cells": "Sl\u00e5 sammen celler",
120
+ "Horizontal split": "Horisontalt delt",
121
+ "Vertical split": "Vertikal split",
122
+ "Cell Background": "Celle bakgrunn",
123
+ "Vertical Align": "Vertikal sluttar",
124
+ "Top": "Topp",
125
+ "Middle": "Midten",
126
+ "Bottom": "Bunn",
127
+ "Align Top": "Justere toppen",
128
+ "Align Middle": "Justere midten",
129
+ "Align Bottom": "Justere bunnen",
130
+ "Cell Style": "Celle stil",
131
+
132
+ // Files
133
+ "Upload File": "Opplastingsfil",
134
+ "Drop file": "Slippe fil",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emoticons",
138
+ "Grinning face": "Flirer ansikt",
139
+ "Grinning face with smiling eyes": "Flirer ansikt med smilende \u00f8yne",
140
+ "Face with tears of joy": "Ansikt med t\u00e5rer av glede",
141
+ "Smiling face with open mouth": "Smilende ansikt med \u00e5pen munn",
142
+ "Smiling face with open mouth and smiling eyes": "Smilende ansikt med \u00e5pen munn og smilende \u00f8yne",
143
+ "Smiling face with open mouth and cold sweat": "Smilende ansikt med \u00e5pen munn og kald svette",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Smilende ansikt med \u00e5pen munn og tett lukkede \u00f8yne",
145
+ "Smiling face with halo": "Smilende ansikt med glorie",
146
+ "Smiling face with horns": "Smilende ansikt med horn",
147
+ "Winking face": "Blunk ansikt",
148
+ "Smiling face with smiling eyes": "Smilende ansikt med smilende \u00f8yne",
149
+ "Face savoring delicious food": "M\u00f8te nyter deilig mat",
150
+ "Relieved face": "Lettet ansikt",
151
+ "Smiling face with heart-shaped eyes": "Smilende ansikt med hjerteformede \u00f8yne",
152
+ "Smiling face with sunglasses": "Smilende ansikt med solbriller",
153
+ "Smirking face": "Tilfreds ansikt",
154
+ "Neutral face": "N\u00f8ytral ansikt",
155
+ "Expressionless face": "Uttrykksl\u00f8st ansikt",
156
+ "Unamused face": "Ikke moret ansikt",
157
+ "Face with cold sweat": "Ansikt med kald svette",
158
+ "Pensive face": "Tankefull ansikt",
159
+ "Confused face": "Forvirret ansikt",
160
+ "Confounded face": "Skamme ansikt",
161
+ "Kissing face": "Kyssing ansikt",
162
+ "Face throwing a kiss": "Ansikt kaste et kyss",
163
+ "Kissing face with smiling eyes": "Kyssing ansikt med smilende \u00f8yne",
164
+ "Kissing face with closed eyes": "Kyssing ansiktet med lukkede \u00f8yne",
165
+ "Face with stuck out tongue": "Ansikt med stakk ut tungen",
166
+ "Face with stuck out tongue and winking eye": "Ansikt med stakk ut tungen og blunke \u00f8ye",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Ansikt med fast ut tungen og tett lukket \u00f8yne",
168
+ "Disappointed face": "Skuffet ansikt",
169
+ "Worried face": "Bekymret ansikt",
170
+ "Angry face": "Sint ansikt",
171
+ "Pouting face": "Trutmunn ansikt",
172
+ "Crying face": "Gr\u00e5ter ansikt",
173
+ "Persevering face": "Utholdende ansikt",
174
+ "Face with look of triumph": "Ansikt med utseendet til triumf",
175
+ "Disappointed but relieved face": "Skuffet men lettet ansikt",
176
+ "Frowning face with open mouth": "Rynke ansikt med \u00e5pen munn",
177
+ "Anguished face": "Forpint ansikt",
178
+ "Fearful face": "Engstelig ansikt",
179
+ "Weary face": "Slitne ansiktet",
180
+ "Sleepy face": "S\u00f8vnig ansikt",
181
+ "Tired face": "Tr\u00f8tt ansikt",
182
+ "Grimacing face": "Griner ansikt",
183
+ "Loudly crying face": "H\u00f8ylytt gr\u00e5tende ansikt",
184
+ "Face with open mouth": "Ansikt med \u00e5pen munn",
185
+ "Hushed face": "Lavm\u00e6lt ansikt",
186
+ "Face with open mouth and cold sweat": "Ansikt med \u00e5pen munn og kald svette",
187
+ "Face screaming in fear": "Ansikt skriker i frykt",
188
+ "Astonished face": "Forbauset ansikt",
189
+ "Flushed face": "Flushed ansikt",
190
+ "Sleeping face": "Sovende ansikt",
191
+ "Dizzy face": "Svimmel ansikt",
192
+ "Face without mouth": "Ansikt uten munn",
193
+ "Face with medical mask": "Ansikt med medisinsk maske",
194
+
195
+ // Line breaker
196
+ "Break": "Brudd",
197
+
198
+ // Math
199
+ "Subscript": "Senket skrift",
200
+ "Superscript": "Hevet skrift",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Full skjerm",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Sett inn horisontal linje",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Fjerne formatering",
210
+
211
+ // Undo, redo
212
+ "Undo": "Angre",
213
+ "Redo": "Utf\u00f8r likevel",
214
+
215
+ // Select all
216
+ "Select All": "Marker alt",
217
+
218
+ // Code view
219
+ "Code View": "Kodevisning",
220
+
221
+ // Quote
222
+ "Quote": "Sitat",
223
+ "Increase": "\u00d8ke",
224
+ "Decrease": "Nedgang"
225
+ },
226
+ direction: "ltr"
227
+ };