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
+ * Czech
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['cs'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Napi\u0161te n\u011bco",
15
+
16
+ // Basic formatting
17
+ "Bold": "Tu\u010dn\u00e9",
18
+ "Italic": "Kurz\u00edva",
19
+ "Underline": "Podtr\u017een\u00e9",
20
+ "Strikethrough": "P\u0159e\u0161krtnut\u00e9",
21
+
22
+ // Main buttons
23
+ "Insert": "Vlo\u017eit",
24
+ "Delete": "Vymazat",
25
+ "Cancel": "Zru\u0161it",
26
+ "OK": "OK",
27
+ "Back": "Zp\u011bt",
28
+ "Remove": "Odstranit",
29
+ "More": "V\u00edce",
30
+ "Update": "Aktualizovat",
31
+ "Style": "Styl",
32
+
33
+ // Font
34
+ "Font Family": "Typ p\u00edsma",
35
+ "Font Size": "Velikost p\u00edsma",
36
+
37
+ // Colors
38
+ "Colors": "Barvy",
39
+ "Background": "Pozad\u00ed",
40
+ "Text": "P\u00edsmo",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Form\u00e1t odstavec",
44
+ "Normal": "Norm\u00e1ln\u00ed",
45
+ "Code": "K\u00f3d",
46
+ "Heading 1": "Nadpis 1",
47
+ "Heading 2": "Nadpis 2",
48
+ "Heading 3": "Nadpis 3",
49
+ "Heading 4": "Nadpis 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Odstavec styl",
53
+ "Inline Style": "Inline styl",
54
+
55
+ // Alignment
56
+ "Align": "Zarovn\u00e1n\u00ed",
57
+ "Align Left": "Zarovnat vlevo",
58
+ "Align Center": "Zarovnat na st\u0159ed",
59
+ "Align Right": "Zarovnat vpravo",
60
+ "Align Justify": "Zarovnat do bloku",
61
+ "None": "Nikdo",
62
+
63
+ // Lists
64
+ "Ordered List": "\u010c\u00edslovan\u00fd seznam",
65
+ "Unordered List": "Ne\u010d\u00edslovan\u00fd seznam",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Zmen\u0161it odsazen\u00ed",
69
+ "Increase Indent": "Zv\u011bt\u0161it odsazen\u00ed",
70
+
71
+ // Links
72
+ "Insert Link": "Vlo\u017eit odkaz",
73
+ "Open in new tab": "Otev\u0159\u00edt v nov\u00e9 z\u00e1lo\u017ece",
74
+ "Open Link": "Otev\u0159\u00edt odkaz",
75
+ "Edit Link": "Upravit odkaz",
76
+ "Unlink": "Odstranit odkaz",
77
+ "Choose Link": "Zvolte odkaz",
78
+
79
+ // Images
80
+ "Insert Image": "Vlo\u017eit obr\u00e1zek",
81
+ "Upload Image": "Nahr\u00e1t obr\u00e1zek",
82
+ "By URL": "Podle URL",
83
+ "Browse": "Proch\u00e1zet",
84
+ "Drop image": "P\u0159et\u00e1hn\u011bte sem obr\u00e1zek",
85
+ "or click": "nebo zde klepn\u011bte",
86
+ "Manage Images": "Spr\u00e1va obr\u00e1zk\u016f",
87
+ "Loading": "Nakl\u00e1d\u00e1n\u00ed",
88
+ "Deleting": "Odstran\u011bn\u00ed",
89
+ "Tags": "Zna\u010dky",
90
+ "Are you sure? Image will be deleted.": "Ur\u010dit\u011b? Obr\u00e1zek bude smaz\u00e1n.",
91
+ "Replace": "Nahradit",
92
+ "Uploading": "Nahr\u00e1v\u00e1n\u00ed",
93
+ "Loading image": "Obr\u00e1zek se na\u010d\u00edt\u00e1",
94
+ "Display": "Zobrazit",
95
+ "Inline": "Inline",
96
+ "Break Text": "P\u0159est\u00e1vka textu",
97
+ "Alternate Text": "Alternativn\u00ed textu",
98
+ "Change Size": "Zm\u011bnit velikost",
99
+ "Width": "\u0160\u00ed\u0159ka",
100
+ "Height": "V\u00fd\u0161ka",
101
+ "Something went wrong. Please try again.": "N\u011bco se pokazilo. Pros\u00edm zkuste to znovu.",
102
+
103
+ // Video
104
+ "Insert Video": "Vlo\u017eit video",
105
+ "Embedded Code": "Vlo\u017een\u00fd k\u00f3d",
106
+
107
+ // Tables
108
+ "Insert Table": "Vlo\u017eit tabulku",
109
+ "Header": "Hlavi\u010dka",
110
+ "Row": "\u0158\u00e1dek",
111
+ "Insert row above": "Vlo\u017eit \u0159\u00e1dek nad",
112
+ "Insert row below": "Vlo\u017eit \u0159\u00e1dek pod",
113
+ "Delete row": "Smazat \u0159\u00e1dek",
114
+ "Column": "Sloupec",
115
+ "Insert column before": "Vlo\u017eit sloupec vlevo",
116
+ "Insert column after": "Vlo\u017eit sloupec vpravo",
117
+ "Delete column": "Smazat sloupec",
118
+ "Cell": "Bu\u0148ka",
119
+ "Merge cells": "Slou\u010dit bu\u0148ky",
120
+ "Horizontal split": "Horizont\u00e1ln\u00ed rozd\u011blen\u00ed",
121
+ "Vertical split": "Vertik\u00e1ln\u00ed rozd\u011blen\u00ed",
122
+ "Cell Background": "Bu\u0148ka pozad\u00ed",
123
+ "Vertical Align": "Vertik\u00e1ln\u00ed zarovn\u00e1n\u00ed",
124
+ "Top": "Vrchol",
125
+ "Middle": "St\u0159ed",
126
+ "Bottom": "Spodn\u00ed",
127
+ "Align Top": "Zarovnat vrchol",
128
+ "Align Middle": "Zarovnat st\u0159ed",
129
+ "Align Bottom": "Zarovnat spodn\u00ed",
130
+ "Cell Style": "Styl bu\u0148ky",
131
+
132
+ // Files
133
+ "Upload File": "Nahr\u00e1t soubor",
134
+ "Drop file": "P\u0159et\u00e1hn\u011bte sem soubor",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emotikony",
138
+ "Grinning face": "S \u00fasm\u011bvem tv\u00e1\u0159",
139
+ "Grinning face with smiling eyes": "S \u00fasm\u011bvem obli\u010dej s o\u010dima s \u00fasm\u011bvem",
140
+ "Face with tears of joy": "tv\u00e1\u0159 se slzami radosti",
141
+ "Smiling face with open mouth": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
142
+ "Smiling face with open mouth and smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s otev\u0159en\u00fdmi \u00fasty a o\u010dima s \u00fasm\u011bvem",
143
+ "Smiling face with open mouth and cold sweat": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 s otev\u0159en\u00fdmi \u00fasty a t\u011bsn\u011b zav\u0159en\u00e9 o\u010di",
145
+ "Smiling face with halo": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s halo",
146
+ "Smiling face with horns": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s rohy",
147
+ "Winking face": "Mrk\u00e1n\u00ed tv\u00e1\u0159",
148
+ "Smiling face with smiling eyes": "Usm\u00edvaj\u00edc\u00ed se obli\u010dej s o\u010dima s \u00fasm\u011bvem",
149
+ "Face savoring delicious food": "Tv\u00e1\u0159 vychutn\u00e1val chutn\u00e9 j\u00eddlo",
150
+ "Relieved face": "Ulevilo tv\u00e1\u0159",
151
+ "Smiling face with heart-shaped eyes": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 ve tvaru srdce o\u010dima",
152
+ "Smiling face with sunglasses": "Usm\u00edvaj\u00edc\u00ed se tv\u00e1\u0159 se slune\u010dn\u00edmi br\u00fdlemi",
153
+ "Smirking face": "Uculoval tv\u00e1\u0159",
154
+ "Neutral face": "Neutr\u00e1ln\u00ed tv\u00e1\u0159",
155
+ "Expressionless face": "Bezv\u00fdrazn\u00fd obli\u010dej",
156
+ "Unamused face": "Ne pobaven\u00fd tv\u00e1\u0159",
157
+ "Face with cold sweat": "Tv\u00e1\u0159 se studen\u00fdm potem",
158
+ "Pensive face": "Zamy\u0161len\u00fd obli\u010dej",
159
+ "Confused face": "Zmaten\u00fd tv\u00e1\u0159",
160
+ "Confounded face": "Na\u0161tvan\u00fd tv\u00e1\u0159",
161
+ "Kissing face": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159",
162
+ "Face throwing a kiss": "Tv\u00e1\u0159 h\u00e1zet polibek",
163
+ "Kissing face with smiling eyes": "L\u00edb\u00e1n\u00ed obli\u010dej s o\u010dima s \u00fasm\u011bvem",
164
+ "Kissing face with closed eyes": "L\u00edb\u00e1n\u00ed tv\u00e1\u0159 se zav\u0159en\u00fdma o\u010dima",
165
+ "Face with stuck out tongue": "Tv\u00e1\u0159 s tr\u010dely jazyk",
166
+ "Face with stuck out tongue and winking eye": "Tv\u00e1\u0159 s tr\u010dely jazykem a mrkat o\u010dima",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Suo\u010diti s tr\u010dely jazykem t\u011bsn\u011b zav\u0159en\u00e9 vidikovce",
168
+ "Disappointed face": "Zklaman\u00fd tv\u00e1\u0159",
169
+ "Worried face": "Boj\u00ed\u0161 se tv\u00e1\u0159",
170
+ "Angry face": "Rozzloben\u00fd tv\u00e1\u0159",
171
+ "Pouting face": "Na\u0161pulen\u00e9 tv\u00e1\u0159",
172
+ "Crying face": "Pl\u00e1\u010d tv\u00e1\u0159",
173
+ "Persevering face": "Vytrval\u00fdm tv\u00e1\u0159",
174
+ "Face with look of triumph": "Tv\u00e1\u0159 s v\u00fdrazem triumfu",
175
+ "Disappointed but relieved face": "Zklaman\u00fd ale ulevilo tv\u00e1\u0159",
176
+ "Frowning face with open mouth": "Zamra\u010dil se obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
177
+ "Anguished face": "\u00fazkostn\u00e9 tv\u00e1\u0159",
178
+ "Fearful face": "Stra\u0161n\u00fd tv\u00e1\u0159",
179
+ "Weary face": "Unaven\u00fd tv\u00e1\u0159",
180
+ "Sleepy face": "Ospal\u00fd tv\u00e1\u0159",
181
+ "Tired face": "Unaven\u00fd tv\u00e1\u0159",
182
+ "Grimacing face": "\u0161klebil tv\u00e1\u0159",
183
+ "Loudly crying face": "Hlasit\u011b pl\u00e1\u010de tv\u00e1\u0159",
184
+ "Face with open mouth": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty",
185
+ "Hushed face": "Tlumen\u00fd tv\u00e1\u0159",
186
+ "Face with open mouth and cold sweat": "Obli\u010dej s otev\u0159en\u00fdmi \u00fasty a studen\u00fd pot",
187
+ "Face screaming in fear": "Tv\u00e1\u0159 k\u0159i\u010d\u00ed ve strachu",
188
+ "Astonished face": "V \u00fa\u017easu tv\u00e1\u0159",
189
+ "Flushed face": "Zarudnut\u00ed v obli\u010deji",
190
+ "Sleeping face": "Sp\u00edc\u00ed tv\u00e1\u0159",
191
+ "Dizzy face": "Z\u00e1vrat\u011b tv\u00e1\u0159",
192
+ "Face without mouth": "Tv\u00e1\u0159 bez \u00fast",
193
+ "Face with medical mask": "Tv\u00e1\u0159 s l\u00e9ka\u0159sk\u00fdm maskou",
194
+
195
+ // Line breaker
196
+ "Break": "P\u0159eru\u0161en\u00ed",
197
+
198
+ // Math
199
+ "Subscript": "Doln\u00ed index",
200
+ "Superscript": "Horn\u00ed index",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Cel\u00e1 obrazovka",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Vlo\u017eit vodorovnou \u010d\u00e1ru",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
210
+
211
+ // Undo, redo
212
+ "Undo": "Zp\u011bt",
213
+ "Redo": "Znovu",
214
+
215
+ // Select all
216
+ "Select All": "Vybrat v\u0161e",
217
+
218
+ // Code view
219
+ "Code View": "Zobrazen\u00ed k\u00f3d",
220
+
221
+ // Quote
222
+ "Quote": "Cit\u00e1t",
223
+ "Increase": "Nav\u00fd\u0161it",
224
+ "Decrease": "Sn\u00ed\u017een\u00ed"
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
+ * Danish
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['da'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Skriv noget",
15
+
16
+ // Basic formatting
17
+ "Bold": "Fed",
18
+ "Italic": "Kursiv",
19
+ "Underline": "Understreg",
20
+ "Strikethrough": "Gennemstreg",
21
+
22
+ // Main buttons
23
+ "Insert": "Inds\u00e6t",
24
+ "Delete": "Slet",
25
+ "Cancel": "Fortryd",
26
+ "OK": "Ok",
27
+ "Back": "Tilbage",
28
+ "Remove": "Fjern",
29
+ "More": "Mere",
30
+ "Update": "Opdatering",
31
+ "Style": "Stil",
32
+
33
+ // Font
34
+ "Font Family": "Skrifttype",
35
+ "Font Size": "Skriftst\u00f8rrelse",
36
+
37
+ // Colors
38
+ "Colors": "Farver",
39
+ "Background": "Baggrunds",
40
+ "Text": "Tekst",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "S\u00e6tning format",
44
+ "Normal": "Normal",
45
+ "Code": "Code",
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": "S\u00e6tning stil",
53
+ "Inline Style": "Inline stil",
54
+
55
+ // Alignment
56
+ "Align": "Tilpasning",
57
+ "Align Left": "Venstrejusteret",
58
+ "Align Center": "Centreret",
59
+ "Align Right": "H\u00f8jrejusteret",
60
+ "Align Justify": "Justering",
61
+ "None": "Intet",
62
+
63
+ // Lists
64
+ "Ordered List": "Ordnet liste",
65
+ "Unordered List": "Uordnet liste",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Mindske indrykning",
69
+ "Increase Indent": "For\u00f8ge indrykning",
70
+
71
+ // Links
72
+ "Insert Link": "Inds\u00e6t link",
73
+ "Open in new tab": "\u00c5bn i ny fane",
74
+ "Open Link": "\u00c5bn link",
75
+ "Edit Link": "Rediger link",
76
+ "Unlink": "Fjern link",
77
+ "Choose Link": "V\u00e6lg link",
78
+
79
+ // Images
80
+ "Insert Image": "Inds\u00e6t billede",
81
+ "Upload Image": "Upload billede",
82
+ "By URL": "Af URL",
83
+ "Browse": "Gennemse",
84
+ "Drop image": "Tr\u00e6k billedet herind",
85
+ "or click": "eller klik",
86
+ "Manage Images": "Administrer billeder",
87
+ "Loading": "Lastning",
88
+ "Deleting": "Sletning",
89
+ "Tags": "Tags",
90
+ "Are you sure? Image will be deleted.": "Er du sikker? Billede vil blive slettet.",
91
+ "Replace": "Udskift",
92
+ "Uploading": "Upload",
93
+ "Loading image": "Lastning billede",
94
+ "Display": "Udstilling",
95
+ "Inline": "Inline",
96
+ "Break Text": "Afbrydelse tekst",
97
+ "Alternate Text": "Suppleant tekst",
98
+ "Change Size": "Skift st\u00f8rrelse",
99
+ "Width": "Bredde",
100
+ "Height": "H\u00f8jde",
101
+ "Something went wrong. Please try again.": "Noget gik galt. Pr\u00f8v igen.",
102
+
103
+ // Video
104
+ "Insert Video": "Inds\u00e6t video",
105
+ "Embedded Code": "Embedded kode",
106
+
107
+ // Tables
108
+ "Insert Table": "Inds\u00e6t tabel",
109
+ "Header": "Header",
110
+ "Row": "R\u00e6kke",
111
+ "Insert row above": "Inds\u00e6t r\u00e6kke over",
112
+ "Insert row below": "Inds\u00e6t r\u00e6kke under",
113
+ "Delete row": "Slet r\u00e6kke",
114
+ "Column": "Kolonne",
115
+ "Insert column before": "Inds\u00e6t kolonne f\u00f8r",
116
+ "Insert column after": "Inds\u00e6t kolonne efter",
117
+ "Delete column": "Slet kolonne",
118
+ "Cell": "Celle",
119
+ "Merge cells": "Flet celler",
120
+ "Horizontal split": "Vandret split",
121
+ "Vertical split": "Lodret split",
122
+ "Cell Background": "Celle baggrund",
123
+ "Vertical Align": "Lodret tilpasning",
124
+ "Top": "Top",
125
+ "Middle": "Midten",
126
+ "Bottom": "Bund",
127
+ "Align Top": "Tilpasse top",
128
+ "Align Middle": "Tilpasse midten",
129
+ "Align Bottom": "Tilpasse bund",
130
+ "Cell Style": "Celle stil",
131
+
132
+ // Files
133
+ "Upload File": "Upload fil",
134
+ "Drop file": "Drop fil",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Hum\u00f8rikoner",
138
+ "Grinning face": "Grinende ansigt",
139
+ "Grinning face with smiling eyes": "Grinende ansigt med smilende \u00f8jne",
140
+ "Face with tears of joy": "Ansigt med gl\u00e6dest\u00e5rer",
141
+ "Smiling face with open mouth": "Smilende ansigt med \u00e5ben mund",
142
+ "Smiling face with open mouth and smiling eyes": "Smilende ansigt med \u00e5ben mund og smilende \u00f8jne",
143
+ "Smiling face with open mouth and cold sweat": "Smilende ansigt med \u00e5ben mund og koldsved",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Smilende ansigt med \u00e5ben mund og stramt-lukkede \u00f8jne",
145
+ "Smiling face with halo": "Smilende ansigt med halo",
146
+ "Smiling face with horns": "Smilende ansigt med horn",
147
+ "Winking face": "Blinkede ansigt",
148
+ "Smiling face with smiling eyes": "Smilende ansigt med smilende \u00f8jne",
149
+ "Face savoring delicious food": "Ansigt savoring l\u00e6kker mad",
150
+ "Relieved face": "Lettet ansigt",
151
+ "Smiling face with heart-shaped eyes": "Smilende ansigt med hjerteformede \u00f8jne",
152
+ "Smiling face with sunglasses": "Smilende ansigt med solbriller",
153
+ "Smirking face": "Smilende ansigt",
154
+ "Neutral face": "Neutral ansigt",
155
+ "Expressionless face": "Udtryksl\u00f8se ansigt",
156
+ "Unamused face": "Ikke morede ansigt",
157
+ "Face with cold sweat": "Ansigt med koldsved",
158
+ "Pensive face": "Eftert\u00e6nksom ansigt",
159
+ "Confused face": "Forvirret ansigt",
160
+ "Confounded face": "Forvirrede ansigt",
161
+ "Kissing face": "Kysse ansigt",
162
+ "Face throwing a kiss": "Ansigt smide et kys",
163
+ "Kissing face with smiling eyes": "Kysse ansigt med smilende \u00f8jne",
164
+ "Kissing face with closed eyes": "Kysse ansigt med lukkede \u00f8jne",
165
+ "Face with stuck out tongue": "Ansigt med stak ud tungen",
166
+ "Face with stuck out tongue and winking eye": "Ansigt med stak ud tungen og blinkede \u00f8je",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Ansigt med stak ud tungen og stramt lukkede \u00f8jne",
168
+ "Disappointed face": "Skuffet ansigt",
169
+ "Worried face": "Bekymret ansigt",
170
+ "Angry face": "Vred ansigt",
171
+ "Pouting face": "Sk\u00e6gtorsk ansigt",
172
+ "Crying face": "Gr\u00e6der ansigt",
173
+ "Persevering face": "Udholdende ansigt",
174
+ "Face with look of triumph": "Ansigt med udseendet af triumf",
175
+ "Disappointed but relieved face": "Skuffet, men lettet ansigt",
176
+ "Frowning face with open mouth": "Rynkede panden ansigt med \u00e5ben mund",
177
+ "Anguished face": "Forpinte ansigt",
178
+ "Fearful face": "Frygt ansigt",
179
+ "Weary face": "Tr\u00e6tte ansigt",
180
+ "Sleepy face": "S\u00f8vnig ansigt",
181
+ "Tired face": "Tr\u00e6t ansigt",
182
+ "Grimacing face": "Grimasser ansigt",
183
+ "Loudly crying face": "H\u00f8jlydt grædende ansigt",
184
+ "Face with open mouth": "Ansigt med \u00e5ben mund",
185
+ "Hushed face": "Tyst ansigt",
186
+ "Face with open mouth and cold sweat": "Ansigt med \u00e5ben mund og koldsved",
187
+ "Face screaming in fear": "Ansigt skrigende i fryg",
188
+ "Astonished face": "Forundret ansigt",
189
+ "Flushed face": "Blussende ansigt",
190
+ "Sleeping face": "Sovende ansigt",
191
+ "Dizzy face": "Svimmel ansigt",
192
+ "Face without mouth": "Ansigt uden mund",
193
+ "Face with medical mask": "Ansigt med medicinsk maske",
194
+
195
+ // Line breaker
196
+ "Break": "Afbrydelse",
197
+
198
+ // Math
199
+ "Subscript": "S\u00e6nket skrift",
200
+ "Superscript": "H\u00e6vet skrift",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Fuld sk\u00e6rm",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Inds\u00e6t vandret linie",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Fjern formatering",
210
+
211
+ // Undo, redo
212
+ "Undo": "Fortryd",
213
+ "Redo": "Genopret",
214
+
215
+ // Select all
216
+ "Select All": "V\u00e6lg alle",
217
+
218
+ // Code view
219
+ "Code View": "Kode visning",
220
+
221
+ // Quote
222
+ "Quote": "Citat",
223
+ "Increase": "For\u00f8ge",
224
+ "Decrease": "Mindsk"
225
+ },
226
+ direction: "ltr"
227
+ };