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
+ * Spanish
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['es'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Escriba algo",
15
+
16
+ // Basic formatting
17
+ "Bold": "Negrita",
18
+ "Italic": "It\u00e1lica",
19
+ "Underline": "Subrayado",
20
+ "Strikethrough": "Tachado",
21
+
22
+ // Main buttons
23
+ "Insert": "Insertar",
24
+ "Delete": "Borrar",
25
+ "Cancel": "Cancelar",
26
+ "OK": "Ok",
27
+ "Back": "Atr\u00e1s",
28
+ "Remove": "Quitar",
29
+ "More": "M\u00e1s",
30
+ "Update": "Actualizaci\u00f3n",
31
+ "Style": "",
32
+
33
+ // Font
34
+ "Font Family": "Familia de fuentes",
35
+ "Font Size": "Tama\u00f1o de fuente",
36
+
37
+ // Colors
38
+ "Colors": "Colores",
39
+ "Background": "Fondo",
40
+ "Text": "Texto",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Formato de p\u00e1rrafo",
44
+ "Normal": "Normal",
45
+ "Code": "C\u00f3digo",
46
+ "Heading 1": "Encabezado 1",
47
+ "Heading 2": "Encabezado 2",
48
+ "Heading 3": "Encabezado 3",
49
+ "Heading 4": "Encabezado 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Estilo de p\u00e1rrafo",
53
+ "Inline Style": "Estilo en l\u00ednea",
54
+
55
+ // Alignment
56
+ "Align": "Alinear",
57
+ "Align Left": "Alinear a la izquierda",
58
+ "Align Center": "Alinear al centro",
59
+ "Align Right": "Alinear a la derecha",
60
+ "Align Justify": "Justificar",
61
+ "None": "Ninguno",
62
+
63
+ // Lists
64
+ "Ordered List": "Lista ordenada",
65
+ "Unordered List": "Lista desordenada",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Reducir sangr\u00eda",
69
+ "Increase Indent": "Aumentar sangr\u00eda",
70
+
71
+ // Links
72
+ "Insert Link": "Insertar enlace",
73
+ "Open in new tab": "Abrir en una nueva pesta\u00F1a",
74
+ "Open Link": "Abrir enlace",
75
+ "Edit Link": "Editar enlace",
76
+ "Unlink": "Quitar enlace",
77
+ "Choose Link": "Elegir enlace",
78
+
79
+ // Images
80
+ "Insert Image": "Insertar imagen",
81
+ "Upload Image": "Cargar imagen",
82
+ "By URL": "Por URL",
83
+ "Browse": "Examinar",
84
+ "Drop image": "Soltar la imagen",
85
+ "or click": "o haga clic en",
86
+ "Manage Images": "Administrar im\u00e1genes",
87
+ "Loading": "Cargando",
88
+ "Deleting": "Borrado",
89
+ "Tags": "Etiquetas",
90
+ "Are you sure? Image will be deleted.": "\u00bfEst\u00e1 seguro? Imagen ser\u00e1 borrada.",
91
+ "Replace": "Reemplazar",
92
+ "Uploading": "Carga",
93
+ "Loading image": "Cargando imagen",
94
+ "Display": "Mostrar",
95
+ "Inline": "En l\u00ednea",
96
+ "Break Text": "Romper texto",
97
+ "Alternate Text": "Texto alternativo",
98
+ "Change Size": "Cambiar tama\u00f1o",
99
+ "Width": "Ancho",
100
+ "Height": "Altura",
101
+ "Something went wrong. Please try again.": "Algo sali\u00f3 mal. Por favor, vuelva a intentarlo.",
102
+
103
+ // Video
104
+ "Insert Video": "Insertar video",
105
+ "Embedded Code": "C\u00f3digo incrustado",
106
+
107
+ // Tables
108
+ "Insert Table": "Insertar tabla",
109
+ "Header": "Encabezamiento",
110
+ "Row": "Fila",
111
+ "Insert row above": "Insertar fila antes",
112
+ "Insert row below": "Insertar fila despu\u00e9s",
113
+ "Delete row": "Eliminar fila",
114
+ "Column": "Columna",
115
+ "Insert column before": "Insertar columna antes",
116
+ "Insert column after": "Insertar columna despu\u00e9s",
117
+ "Delete column": "Eliminar columna",
118
+ "Cell": "Celda",
119
+ "Merge cells": "Combinar celdas",
120
+ "Horizontal split": "Divisi\u00f3n horizontal",
121
+ "Vertical split": "Divisi\u00f3n vertical",
122
+ "Cell Background": "Fondo de la celda",
123
+ "Vertical Align": "Alinear Vertical",
124
+ "Top": "Cima",
125
+ "Middle": "Medio",
126
+ "Bottom": "Del fondo",
127
+ "Align Top": "Alinear a la parte superior",
128
+ "Align Middle": "Alinear media",
129
+ "Align Bottom": "Alinear abajo",
130
+ "Cell Style": "Estilo de celda",
131
+
132
+ // Files
133
+ "Upload File": "Subir archivo",
134
+ "Drop file": "Soltar archivo",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emoticones",
138
+ "Grinning face": "Sonriendo cara",
139
+ "Grinning face with smiling eyes": "Sonriendo cara con ojos sonrientes",
140
+ "Face with tears of joy": "Cara con l\u00e1grimas de alegr\u00eda",
141
+ "Smiling face with open mouth": "Cara sonriente con la boca abierta",
142
+ "Smiling face with open mouth and smiling eyes": "Cara sonriente con la boca abierta y los ojos sonrientes",
143
+ "Smiling face with open mouth and cold sweat": "Cara sonriente con la boca abierta y el sudor fr\u00edo",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Cara sonriente con la boca abierta y los ojos fuertemente cerrados",
145
+ "Smiling face with halo": "Cara sonriente con halo",
146
+ "Smiling face with horns": "Cara sonriente con cuernos",
147
+ "Winking face": "Gui\u00f1o de la cara",
148
+ "Smiling face with smiling eyes": "Cara sonriente con ojos sonrientes",
149
+ "Face savoring delicious food": "Care saborear una deliciosa comida",
150
+ "Relieved face": "Cara Aliviado",
151
+ "Smiling face with heart-shaped eyes": "Cara sonriente con los ojos en forma de coraz\u00f3n",
152
+ "Smiling face with sunglasses": "Cara sonriente con gafas de sol",
153
+ "Smirking face": "Sonriendo cara",
154
+ "Neutral face": "Cara neutral",
155
+ "Expressionless face": "Rostro inexpresivo",
156
+ "Unamused face": "Cara no divertido",
157
+ "Face with cold sweat": "Cara con sudor fr\u00edo",
158
+ "Pensive face": "Rostro pensativo",
159
+ "Confused face": "Cara confusa",
160
+ "Confounded face": "Cara Averg\u00fc\u00e9ncense",
161
+ "Kissing face": "Besar la cara",
162
+ "Face throwing a kiss": "Cara lanzando un beso",
163
+ "Kissing face with smiling eyes": "Besar a cara con ojos sonrientes",
164
+ "Kissing face with closed eyes": "Besar a cara con los ojos cerrados",
165
+ "Face with stuck out tongue": "Cara con la lengua pegada",
166
+ "Face with stuck out tongue and winking eye": "Cara con pegado a la lengua y los ojos gui\u00f1o",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Cara con la lengua pegada a y los ojos fuertemente cerrados",
168
+ "Disappointed face": "Cara decepcionado",
169
+ "Worried face": "Cara de preocupaci\u00f3n",
170
+ "Angry face": "Cara enojada",
171
+ "Pouting face": "Que pone mala cara",
172
+ "Crying face": "Cara llorando",
173
+ "Persevering face": "Perseverar cara",
174
+ "Face with look of triumph": "Cara con expresi\u00f3n de triunfo",
175
+ "Disappointed but relieved face": "Decepcionado pero el rostro aliviado",
176
+ "Frowning face with open mouth": "Con el ce\u00f1o fruncido la cara con la boca abierta",
177
+ "Anguished face": "Rostro angustiado",
178
+ "Fearful face": "Cara Temeroso",
179
+ "Weary face": "Rostro cansado",
180
+ "Sleepy face": "Rostro so\u00f1oliento",
181
+ "Tired face": "Rostro cansado",
182
+ "Grimacing face": "Haciendo una mueca cara",
183
+ "Loudly crying face": "Llorando en voz alta la cara",
184
+ "Face with open mouth": "Cara con la boca abierta",
185
+ "Hushed face": "Cara callada",
186
+ "Face with open mouth and cold sweat": "Cara con la boca abierta y el sudor frío",
187
+ "Face screaming in fear": "Cara gritando de miedo",
188
+ "Astonished face": "Cara asombrosa",
189
+ "Flushed face": "Cara enrojecida",
190
+ "Sleeping face": "Rostro dormido",
191
+ "Dizzy face": "Cara Mareado",
192
+ "Face without mouth": "Cara sin boca",
193
+ "Face with medical mask": "Cara con la m\u00e1scara m\u00e9dica",
194
+
195
+ // Line breaker
196
+ "Break": "Romper",
197
+
198
+ // Math
199
+ "Subscript": "Sub\u00edndice",
200
+ "Superscript": "Super\u00edndice",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Pantalla completa",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Insertar l\u00ednea horizontal",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Quitar el formato",
210
+
211
+ // Undo, redo
212
+ "Undo": "Deshacer",
213
+ "Redo": "Rehacer",
214
+
215
+ // Select all
216
+ "Select All": "Seleccionar todo",
217
+
218
+ // Code view
219
+ "Code View": "Vista de c\u00f3digo",
220
+
221
+ // Quote
222
+ "Quote": "Cita",
223
+ "Increase": "Aumentar",
224
+ "Decrease": "Disminuci\u00f3n"
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
+ * Estonian
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['et'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Kirjuta midagi",
15
+
16
+ // Basic formatting
17
+ "Bold": "Rasvane",
18
+ "Italic": "Kursiiv",
19
+ "Underline": "Allajoonitud",
20
+ "Strikethrough": "L\u00e4bikriipsutatud",
21
+
22
+ // Main buttons
23
+ "Insert": "Lisa",
24
+ "Delete": "Kustuta",
25
+ "Cancel": "T\u00fchista",
26
+ "OK": "OK",
27
+ "Back": "Tagasi",
28
+ "Remove": "Eemaldama",
29
+ "More": "Rohkem",
30
+ "Update": "Ajakohastama",
31
+ "Style": "Stiil",
32
+
33
+ // Font
34
+ "Font Family": "Fondi perekond",
35
+ "Font Size": "Fondi suurus",
36
+
37
+ // Colors
38
+ "Colors": "V\u00e4rvid",
39
+ "Background": "Taust",
40
+ "Text": "Tekst",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Paragrahv formaat",
44
+ "Normal": "Normaalne",
45
+ "Code": "Kood",
46
+ "Heading 1": "P\u00e4is 1",
47
+ "Heading 2": "P\u00e4is 2",
48
+ "Heading 3": "P\u00e4is 3",
49
+ "Heading 4": "P\u00e4is 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Paragrahv stiil",
53
+ "Inline Style": "J\u00e4rjekorras stiil",
54
+
55
+ // Alignment
56
+ "Align": "Joonda",
57
+ "Align Left": "Joonda vasakule",
58
+ "Align Center": "Joonda keskele",
59
+ "Align Right": "Joonda paremale",
60
+ "Align Justify": "R\u00f6\u00f6pjoondus",
61
+ "None": "Mitte \u00fckski",
62
+
63
+ // Lists
64
+ "Ordered List": "Tellitud nimekirja",
65
+ "Unordered List": "Tavalise nimekirja",
66
+
67
+ // Indent
68
+ "Decrease Indent": "V\u00e4henemine taane",
69
+ "Increase Indent": "Suurenda taanet",
70
+
71
+ // Links
72
+ "Insert Link": "Lisa link",
73
+ "Open in new tab": "Ava uues sakis",
74
+ "Open Link": "Avatud link",
75
+ "Edit Link": "Muuda link",
76
+ "Unlink": "Eemalda link",
77
+ "Choose Link": "Vali link",
78
+
79
+ // Images
80
+ "Insert Image": "Lisa pilt",
81
+ "Upload Image": "Laadige pilt",
82
+ "By URL": "Poolt URL",
83
+ "Browse": "sirvida",
84
+ "Drop image": "Aseta pilt",
85
+ "or click": "v\u00f5i kliki",
86
+ "Manage Images": "Halda pilte",
87
+ "Loading": "Laadimine",
88
+ "Deleting": "Kustutamine",
89
+ "Tags": "Sildid",
90
+ "Are you sure? Image will be deleted.": "Oled sa kindel? Pilt kustutatakse.",
91
+ "Replace": "Asendama",
92
+ "Uploading": "Laadimise pilti",
93
+ "Loading image": "Laadimise pilti",
94
+ "Display": "Kuvama",
95
+ "Inline": "J\u00e4rjekorras",
96
+ "Break Text": "Murdma teksti",
97
+ "Alternate Text": "Asendusliikme teksti",
98
+ "Change Size": "Muuda suurust",
99
+ "Width": "Laius",
100
+ "Height": "K\u00f5rgus",
101
+ "Something went wrong. Please try again.": "Midagi l\u00e4ks valesti. Palun proovi uuesti.",
102
+
103
+ // Video
104
+ "Insert Video": "Lisa video",
105
+ "Embedded Code": "Varjatud koodi",
106
+
107
+ // Tables
108
+ "Insert Table": "Sisesta tabel",
109
+ "Header": "P\u00e4ise kaudu",
110
+ "Row": "Rida",
111
+ "Insert row above": "Sisesta rida \u00fcles",
112
+ "Insert row below": "Sisesta rida alla",
113
+ "Delete row": "Kustuta rida",
114
+ "Column": "Veerg",
115
+ "Insert column before": "Sisesta veerg ette",
116
+ "Insert column after": "Sisesta veerg j\u00e4rele",
117
+ "Delete column": "Kustuta veerg",
118
+ "Cell": "Lahter",
119
+ "Merge cells": "\u00fchenda lahtrid",
120
+ "Horizontal split": "Poolita horisontaalselt",
121
+ "Vertical split": "Poolita vertikaalselt",
122
+ "Cell Background": "Lahter tausta",
123
+ "Vertical Align": "Vertikaalne joonda",
124
+ "Top": "\u00fclemine",
125
+ "Middle": "Keskmine",
126
+ "Bottom": "P\u00f5hi",
127
+ "Align Top": "Joonda \u00fclemine",
128
+ "Align Middle": "Joonda keskmine",
129
+ "Align Bottom": "Joonda P\u00f5hi",
130
+ "Cell Style": "Lahter stiili",
131
+
132
+ // Files
133
+ "Upload File": "Lae fail \u00fcles",
134
+ "Drop file": "Aseta fail",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emotikonid",
138
+ "Grinning face": "Irvitas n\u00e4kku",
139
+ "Grinning face with smiling eyes": "Irvitas n\u00e4kku naeratavad silmad",
140
+ "Face with tears of joy": "N\u00e4gu r\u00f5\u00f5mupisaratega",
141
+ "Smiling face with open mouth": "Naeratav n\u00e4gu avatud suuga",
142
+ "Smiling face with open mouth and smiling eyes": "Naeratav n\u00e4gu avatud suu ja naeratavad silmad",
143
+ "Smiling face with open mouth and cold sweat": "Naeratav n\u00e4gu avatud suu ja k\u00fclm higi",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Naeratav n\u00e4gu avatud suu ja tihedalt suletud silmad",
145
+ "Smiling face with halo": "Naeratav n\u00e4gu halo",
146
+ "Smiling face with horns": "Naeratav n\u00e4gu sarved",
147
+ "Winking face": "Pilgutab n\u00e4gu",
148
+ "Smiling face with smiling eyes": "Naeratav n\u00e4gu naeratab silmad",
149
+ "Face savoring delicious food": "N\u00e4gu nautides maitsvat toitu",
150
+ "Relieved face": "P\u00e4\u00e4stetud n\u00e4gu",
151
+ "Smiling face with heart-shaped eyes": "Naeratav n\u00e4gu s\u00fcdajas silmad",
152
+ "Smiling face with sunglasses": "Naeratav n\u00e4gu p\u00e4ikeseprillid",
153
+ "Smirking face": "Muigama n\u00e4gu ",
154
+ "Neutral face": "Neutraalne n\u00e4gu",
155
+ "Expressionless face": "Ilmetu n\u00e4gu",
156
+ "Unamused face": "Morn n\u00e4gu",
157
+ "Face with cold sweat": "N\u00e4gu k\u00fclma higiga",
158
+ "Pensive face": "M\u00f5tlik n\u00e4gu",
159
+ "Confused face": "Segaduses n\u00e4gu",
160
+ "Confounded face": "Segas n\u00e4gu",
161
+ "Kissing face": "Suudlevad n\u00e4gu",
162
+ "Face throwing a kiss": "N\u00e4gu viskamine suudlus",
163
+ "Kissing face with smiling eyes": "Suudlevad n\u00e4gu naeratab silmad",
164
+ "Kissing face with closed eyes": "Suudlevad n\u00e4gu, silmad kinni",
165
+ "Face with stuck out tongue": "N\u00e4gu ummikus v\u00e4lja keele",
166
+ "Face with stuck out tongue and winking eye": "N\u00e4gu ummikus v\u00e4lja keele ja silma pilgutav silma",
167
+ "Face with stuck out tongue and tightly-closed eyes": "N\u00e4gu ummikus v\u00e4lja keele ja silmad tihedalt suletuna",
168
+ "Disappointed face": "Pettunud n\u00e4gu",
169
+ "Worried face": "Mures n\u00e4gu",
170
+ "Angry face": "Vihane n\u00e4gu",
171
+ "Pouting face": "Tursik n\u00e4gu",
172
+ "Crying face": "Nutt n\u00e4gu",
173
+ "Persevering face": "Püsiv n\u00e4gu",
174
+ "Face with look of triumph": "N\u00e4gu ilme triumf",
175
+ "Disappointed but relieved face": "Pettunud kuid vabastati n\u00e4gu",
176
+ "Frowning face with open mouth": "Kulmukortsutav n\u00e4gu avatud suuga",
177
+ "Anguished face": "Ahastavad n\u00e4gu",
178
+ "Fearful face": "Hirmunult n\u00e4gu",
179
+ "Weary face": "Grimasse",
180
+ "Sleepy face": "Unine n\u00e4gu",
181
+ "Tired face": "V\u00e4sinud n\u00e4gu",
182
+ "Grimacing face": "Grimassitavaks n\u00e4gu",
183
+ "Loudly crying face": "Valjusti nutma n\u00e4gu",
184
+ "Face with open mouth": "N\u00e4gu avatud suuga",
185
+ "Hushed face": "Raskel n\u00e4gu",
186
+ "Face with open mouth and cold sweat": "N\u00e4gu avatud suu ja k\u00fclm higi",
187
+ "Face screaming in fear": "N\u00e4gu karjuvad hirm",
188
+ "Astonished face": "Lummatud n\u00e4gu",
189
+ "Flushed face": "Punetav n\u00e4gu",
190
+ "Sleeping face": "Uinuv n\u00e4gu",
191
+ "Dizzy face": "Uimane n\u00fcgu",
192
+ "Face without mouth": "N\u00e4gu ilma suu",
193
+ "Face with medical mask": "N\u00e4gu meditsiinilise mask",
194
+
195
+ // Line breaker
196
+ "Break": "Murdma",
197
+
198
+ // Math
199
+ "Subscript": "Allindeks",
200
+ "Superscript": "\u00dclaindeks",
201
+
202
+ // Full screen
203
+ "Fullscreen": "T\u00e4isekraanil",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Sisesta horisontaalne joon",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Eemalda formaatimine",
210
+
211
+ // Undo, redo
212
+ "Undo": "V\u00f5ta tagasi",
213
+ "Redo": "Tee uuesti",
214
+
215
+ // Select all
216
+ "Select All": "Vali k\u00f5ik",
217
+
218
+ // Code view
219
+ "Code View": "Koodi vaadata",
220
+
221
+ // Quote
222
+ "Quote": "Tsitaat",
223
+ "Increase": "Suurendama",
224
+ "Decrease": "V\u00e4henda"
225
+ },
226
+ direction: "ltr"
227
+ };