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
+ * Portuguese spoken in Brazil
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['pt_br'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Digite algo",
15
+
16
+ // Basic formatting
17
+ "Bold": "Negrito",
18
+ "Italic": "It\u00e1lico",
19
+ "Underline": "Sublinhar",
20
+ "Strikethrough": "Riscar",
21
+
22
+ // Main buttons
23
+ "Insert": "Inserir",
24
+ "Delete": "Apagar",
25
+ "Cancel": "Cancelar",
26
+ "OK": "Ok",
27
+ "Back": "Costas",
28
+ "Remove": "Remover",
29
+ "More": "Mais",
30
+ "Update": "Atualizar",
31
+ "Style": "Estilo",
32
+
33
+ // Font
34
+ "Font Family": "Fonte",
35
+ "Font Size": "Tamanho",
36
+
37
+ // Colors
38
+ "Colors": "Cores",
39
+ "Background": "Fundo",
40
+ "Text": "Texto",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Formatos",
44
+ "Normal": "Normal",
45
+ "Code": "C\u00f3digo",
46
+ "Heading 1": "Cabe\u00e7alho 1",
47
+ "Heading 2": "Cabe\u00e7alho 2",
48
+ "Heading 3": "Cabe\u00e7alho 3",
49
+ "Heading 4": "Cabe\u00e7alho 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Estilo de par\u00e1grafo",
53
+ "Inline Style": "Estilo embutido",
54
+
55
+ // Alignment
56
+ "Align": "Alinhar",
57
+ "Align Left": "Alinhar \u00e0 esquerda",
58
+ "Align Center": "Centralizar",
59
+ "Align Right": "Alinhar \u00e0 direita",
60
+ "Align Justify": "Justificar",
61
+ "None": "Nenhum",
62
+
63
+ // Lists
64
+ "Ordered List": "Lista ordenada",
65
+ "Unordered List": "Lista n\u00e3o ordenada",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Diminuir recuo",
69
+ "Increase Indent": "Aumentar recuo",
70
+
71
+ // Links
72
+ "Insert Link": "Inserir link",
73
+ "Open in new tab": "Abrir em uma nova aba",
74
+ "Open Link": "Abrir link",
75
+ "Edit Link": "Editar link",
76
+ "Unlink": "Remover link",
77
+ "Choose Link": "Escolha o link",
78
+
79
+ // Images
80
+ "Insert Image": "Inserir imagem",
81
+ "Upload Image": "Carregar imagem",
82
+ "By URL": "Por URL",
83
+ "Browse": "Procurar",
84
+ "Drop image": "Arraste sua imagem aqui",
85
+ "or click": "ou clique aqui",
86
+ "Manage Images": "Gerenciar imagens",
87
+ "Loading": "Carregando",
88
+ "Deleting": "Excluindo",
89
+ "Tags": "Etiquetas",
90
+ "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
91
+ "Replace": "Substituir",
92
+ "Uploading": "Carregar imagem",
93
+ "Loading image": "Carregar imagem",
94
+ "Display": "Exibir",
95
+ "Inline": "Em linha",
96
+ "Break Text": "Texto de quebra",
97
+ "Alternate Text": "Texto alternativo",
98
+ "Change Size": "Alterar tamanho",
99
+ "Width": "Largura",
100
+ "Height": "Altura",
101
+ "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
102
+
103
+ // Video
104
+ "Insert Video": "Inserir v\u00eddeo",
105
+ "Embedded Code": "C\u00f3digo embutido",
106
+
107
+ // Tables
108
+ "Insert Table": "Inserir tabela",
109
+ "Header": "Cabe\u00e7alho",
110
+ "Row": "Linha",
111
+ "Insert row above": "Inserir linha antes",
112
+ "Insert row below": "Inserir linha depois",
113
+ "Delete row": "Excluir linha",
114
+ "Column": "Coluna",
115
+ "Insert column before": "Inserir coluna antes",
116
+ "Insert column after": "Inserir coluna depois",
117
+ "Delete column": "Excluir coluna",
118
+ "Cell": "C\u00e9lula",
119
+ "Merge cells": "Agrupar c\u00e9lulas",
120
+ "Horizontal split": "Divis\u00e3o horizontal",
121
+ "Vertical split": "Divis\u00e3o vertical",
122
+ "Cell Background": "Fundo da c\u00e9lula",
123
+ "Vertical Align": "Alinhar vertical",
124
+ "Top": "Topo",
125
+ "Middle": "Meio",
126
+ "Bottom": "Fundo",
127
+ "Align Top": "Alinhar topo",
128
+ "Align Middle": "Alinhar meio",
129
+ "Align Bottom": "Alinhar fundo",
130
+ "Cell Style": "Estilo de c\u00e9lula",
131
+
132
+ // Files
133
+ "Upload File": "Upload de arquivo",
134
+ "Drop file": "Arraste seu arquivo aqui",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emoticons",
138
+ "Grinning face": "Sorrindo a cara",
139
+ "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
140
+ "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
141
+ "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
142
+ "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
143
+ "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
145
+ "Smiling face with halo": "Rosto de sorriso com halo",
146
+ "Smiling face with horns": "Rosto de sorriso com chifres",
147
+ "Winking face": "Pisc a rosto",
148
+ "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
149
+ "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
150
+ "Relieved face": "Rosto aliviado",
151
+ "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
152
+ "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
153
+ "Smirking face": "Rosto sorridente",
154
+ "Neutral face": "Rosto neutra",
155
+ "Expressionless face": "Rosto inexpressivo",
156
+ "Unamused face": "O rosto n\u00e3o divertido",
157
+ "Face with cold sweat": "Rosto com suor frio",
158
+ "Pensive face": "O rosto pensativo",
159
+ "Confused face": "Cara confusa",
160
+ "Confounded face": "Rosto at\u00f4nito",
161
+ "Kissing face": "Beijar Rosto",
162
+ "Face throwing a kiss": "Rosto jogando um beijo",
163
+ "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
164
+ "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
165
+ "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
166
+ "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
168
+ "Disappointed face": "Rosto decepcionado",
169
+ "Worried face": "O rosto preocupado",
170
+ "Angry face": "Rosto irritado",
171
+ "Pouting face": "Beicinho Rosto",
172
+ "Crying face": "Cara de choro",
173
+ "Persevering face": "Perseverar Rosto",
174
+ "Face with look of triumph": "Rosto com olhar de triunfo",
175
+ "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
176
+ "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
177
+ "Anguished face": "O rosto angustiado",
178
+ "Fearful face": "Cara com medo",
179
+ "Weary face": "Rosto cansado",
180
+ "Sleepy face": "Cara de sono",
181
+ "Tired face": "Rosto cansado",
182
+ "Grimacing face": "Fazendo caretas face",
183
+ "Loudly crying face": "Alto chorando rosto",
184
+ "Face with open mouth": "Enfrentar com a boca aberta",
185
+ "Hushed face": "Flagrantes de rosto",
186
+ "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
187
+ "Face screaming in fear": "Cara gritando de medo",
188
+ "Astonished face": "Cara de surpresa",
189
+ "Flushed face": "Rosto vermelho",
190
+ "Sleeping face": "O rosto de sono",
191
+ "Dizzy face": "Cara tonto",
192
+ "Face without mouth": "Rosto sem boca",
193
+ "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
194
+
195
+ // Line breaker
196
+ "Break": "Quebrar",
197
+
198
+ // Math
199
+ "Subscript": "Subscrito",
200
+ "Superscript": "Sobrescrito",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Tela cheia",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Inserir linha horizontal",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Remover formata\u00e7\u00e3o",
210
+
211
+ // Undo, redo
212
+ "Undo": "Desfazer",
213
+ "Redo": "Refazer",
214
+
215
+ // Select all
216
+ "Select All": "Selecionar tudo",
217
+
218
+ // Code view
219
+ "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
220
+
221
+ // Quote
222
+ "Quote": "Cita\u00e7\u00e3o",
223
+ "Increase": "Aumentar",
224
+ "Decrease": "Diminuir"
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
+ * Portuguese spoken in Portugal
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['pt_pt'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Digite algo",
15
+
16
+ // Basic formatting
17
+ "Bold": "Negrito",
18
+ "Italic": "It\u00e1lico",
19
+ "Underline": "Sublinhado",
20
+ "Strikethrough": "Rasurado",
21
+
22
+ // Main buttons
23
+ "Insert": "Inserir",
24
+ "Delete": "Apagar",
25
+ "Cancel": "Cancelar",
26
+ "OK": "Ok",
27
+ "Back": "Costas",
28
+ "Remove": "Remover",
29
+ "More": "Mais",
30
+ "Update": "Atualizar",
31
+ "Style": "Estilo",
32
+
33
+ // Font
34
+ "Font Family": "Fonte",
35
+ "Font Size": "Tamanho da fonte",
36
+
37
+ // Colors
38
+ "Colors": "Cores",
39
+ "Background": "Fundo",
40
+ "Text": "Texto",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Formatos",
44
+ "Normal": "Normal",
45
+ "Code": "C\u00f3digo",
46
+ "Heading 1": "Cabe\u00e7alho 1",
47
+ "Heading 2": "Cabe\u00e7alho 2",
48
+ "Heading 3": "Cabe\u00e7alho 3",
49
+ "Heading 4": "Cabe\u00e7alho 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Estilo de par\u00e1grafo",
53
+ "Inline Style": "Estilo embutido",
54
+
55
+ // Alignment
56
+ "Align": "Alinhar",
57
+ "Align Left": "Alinhar \u00e0 esquerda",
58
+ "Align Center": "Alinhar ao centro",
59
+ "Align Right": "Alinhar \u00e0 direita",
60
+ "Align Justify": "Justificado",
61
+ "None": "Nenhum",
62
+
63
+ // Lists
64
+ "Ordered List": "Lista ordenada",
65
+ "Unordered List": "Lista n\u00e3o ordenada",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Diminuir avan\u00e7o",
69
+ "Increase Indent": "Aumentar avan\u00e7o",
70
+
71
+ // Links
72
+ "Insert Link": "Inserir link",
73
+ "Open in new tab": "Abrir em uma nova aba",
74
+ "Open Link": "Abrir link",
75
+ "Edit Link": "Editar link",
76
+ "Unlink": "Remover link",
77
+ "Choose Link": "Escolha o link",
78
+
79
+ // Images
80
+ "Insert Image": "Inserir imagem",
81
+ "Upload Image": "Carregar imagem",
82
+ "By URL": "Por URL",
83
+ "Browse": "Procurar",
84
+ "Drop image": "Largue imagem",
85
+ "or click": "ou clique em",
86
+ "Manage Images": "Gerenciar as imagens",
87
+ "Loading": "Carregando",
88
+ "Deleting": "Excluindo",
89
+ "Tags": "Etiquetas",
90
+ "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
91
+ "Replace": "Substituir",
92
+ "Uploading": "Carregar imagem",
93
+ "Loading image": "Carregar imagem",
94
+ "Display": "Exibir",
95
+ "Inline": "Em linha",
96
+ "Break Text": "Texto de quebra",
97
+ "Alternate Text": "Texto alternativo",
98
+ "Change Size": "Alterar tamanho",
99
+ "Width": "Largura",
100
+ "Height": "Altura",
101
+ "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
102
+
103
+ // Video
104
+ "Insert Video": "Inserir v\u00eddeo",
105
+ "Embedded Code": "C\u00f3digo embutido",
106
+
107
+ // Tables
108
+ "Insert Table": "Inserir tabela",
109
+ "Header": "Cabe\u00e7alho",
110
+ "Row": "Linha",
111
+ "Insert row above": "Inserir linha antes",
112
+ "Insert row below": "Inserir linha depois",
113
+ "Delete row": "Eliminar linha",
114
+ "Column": "Coluna",
115
+ "Insert column before": "Inserir coluna antes",
116
+ "Insert column after": "Inserir coluna depois",
117
+ "Delete column": "Eliminar coluna",
118
+ "Cell": "C\u00e9lula",
119
+ "Merge cells": "Unir c\u00e9lulas",
120
+ "Horizontal split": "Divis\u00e3o horizontal",
121
+ "Vertical split": "Divis\u00e3o vertical",
122
+ "Cell Background": "Fundo da c\u00e9lula",
123
+ "Vertical Align": "Alinhar vertical",
124
+ "Top": "Topo",
125
+ "Middle": "Meio",
126
+ "Bottom": "Fundo",
127
+ "Align Top": "Alinhar topo",
128
+ "Align Middle": "Alinhar meio",
129
+ "Align Bottom": "Alinhar fundo",
130
+ "Cell Style": "Estilo de c\u00e9lula",
131
+
132
+ // Files
133
+ "Upload File": "Upload de arquivo",
134
+ "Drop file": "Largar arquivo",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emoticons",
138
+ "Grinning face": "Sorrindo a cara",
139
+ "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
140
+ "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
141
+ "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
142
+ "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
143
+ "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
145
+ "Smiling face with halo": "Rosto de sorriso com halo",
146
+ "Smiling face with horns": "Rosto de sorriso com chifres",
147
+ "Winking face": "Pisc a rosto",
148
+ "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
149
+ "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
150
+ "Relieved face": "Rosto aliviado",
151
+ "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
152
+ "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
153
+ "Smirking face": "Rosto sorridente",
154
+ "Neutral face": "Rosto neutra",
155
+ "Expressionless face": "Rosto inexpressivo",
156
+ "Unamused face": "O rosto n\u00e3o divertido",
157
+ "Face with cold sweat": "Rosto com suor frio",
158
+ "Pensive face": "O rosto pensativo",
159
+ "Confused face": "Cara confusa",
160
+ "Confounded face": "Rosto at\u00f4nito",
161
+ "Kissing face": "Beijar Rosto",
162
+ "Face throwing a kiss": "Rosto jogando um beijo",
163
+ "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
164
+ "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
165
+ "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
166
+ "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
168
+ "Disappointed face": "Rosto decepcionado",
169
+ "Worried face": "O rosto preocupado",
170
+ "Angry face": "Rosto irritado",
171
+ "Pouting face": "Beicinho Rosto",
172
+ "Crying face": "Cara de choro",
173
+ "Persevering face": "Perseverar Rosto",
174
+ "Face with look of triumph": "Rosto com olhar de triunfo",
175
+ "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
176
+ "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
177
+ "Anguished face": "O rosto angustiado",
178
+ "Fearful face": "Cara com medo",
179
+ "Weary face": "Rosto cansado",
180
+ "Sleepy face": "Cara de sono",
181
+ "Tired face": "Rosto cansado",
182
+ "Grimacing face": "Fazendo caretas face",
183
+ "Loudly crying face": "Alto chorando rosto",
184
+ "Face with open mouth": "Enfrentar com a boca aberta",
185
+ "Hushed face": "Flagrantes de rosto",
186
+ "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
187
+ "Face screaming in fear": "Cara gritando de medo",
188
+ "Astonished face": "Cara de surpresa",
189
+ "Flushed face": "Rosto vermelho",
190
+ "Sleeping face": "O rosto de sono",
191
+ "Dizzy face": "Cara tonto",
192
+ "Face without mouth": "Rosto sem boca",
193
+ "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
194
+
195
+ // Line breaker
196
+ "Break": "Partir",
197
+
198
+ // Math
199
+ "Subscript": "Subscrito",
200
+ "Superscript": "Sobrescrito",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Tela cheia",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Inserir linha horizontal",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Remover formata\u00e7\u00e3o",
210
+
211
+ // Undo, redo
212
+ "Undo": "Anular",
213
+ "Redo": "Restaurar",
214
+
215
+ // Select all
216
+ "Select All": "Seleccionar tudo",
217
+
218
+ // Code view
219
+ "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
220
+
221
+ // Quote
222
+ "Quote": "Cita\u00e7\u00e3o",
223
+ "Increase": "Aumentar",
224
+ "Decrease": "Diminuir"
225
+ },
226
+ direction: "ltr"
227
+ };