wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Portuguese spoken in Brazil
9
35
  */
@@ -15,16 +41,16 @@ $.FE.LANGUAGE['pt_br'] = {
15
41
 
16
42
  // Basic formatting
17
43
  "Bold": "Negrito",
18
- "Italic": "It\u00e1lico",
44
+ "Italic": "Itálito",
19
45
  "Underline": "Sublinhar",
20
- "Strikethrough": "Riscar",
46
+ "Strikethrough": "Tachado",
21
47
 
22
48
  // Main buttons
23
49
  "Insert": "Inserir",
24
50
  "Delete": "Apagar",
25
51
  "Cancel": "Cancelar",
26
52
  "OK": "Ok",
27
- "Back": "Costas",
53
+ "Back": "Voltar",
28
54
  "Remove": "Remover",
29
55
  "More": "Mais",
30
56
  "Update": "Atualizar",
@@ -38,31 +64,32 @@ $.FE.LANGUAGE['pt_br'] = {
38
64
  "Colors": "Cores",
39
65
  "Background": "Fundo",
40
66
  "Text": "Texto",
67
+ "HEX Color": "Cor hexadecimal",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Formatos",
44
71
  "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",
72
+ "Code": "Código",
73
+ "Heading 1": "Cabeçalho 1",
74
+ "Heading 2": "Cabeçalho 2",
75
+ "Heading 3": "Cabeçalho 3",
76
+ "Heading 4": "Cabeçalho 4",
50
77
 
51
78
  // Style
52
- "Paragraph Style": "Estilo de par\u00e1grafo",
79
+ "Paragraph Style": "Estilo de parágrafo",
53
80
  "Inline Style": "Estilo embutido",
54
81
 
55
82
  // Alignment
56
83
  "Align": "Alinhar",
57
- "Align Left": "Alinhar \u00e0 esquerda",
84
+ "Align Left": "Alinhar à esquerda",
58
85
  "Align Center": "Centralizar",
59
- "Align Right": "Alinhar \u00e0 direita",
86
+ "Align Right": "Alinhar à direita",
60
87
  "Align Justify": "Justificar",
61
88
  "None": "Nenhum",
62
89
 
63
90
  // Lists
64
91
  "Ordered List": "Lista ordenada",
65
- "Unordered List": "Lista n\u00e3o ordenada",
92
+ "Unordered List": "Lista não ordenada",
66
93
 
67
94
  // Indent
68
95
  "Decrease Indent": "Diminuir recuo",
@@ -79,7 +106,7 @@ $.FE.LANGUAGE['pt_br'] = {
79
106
  // Images
80
107
  "Insert Image": "Inserir imagem",
81
108
  "Upload Image": "Carregar imagem",
82
- "By URL": "Por URL",
109
+ "By URL": "Por um endereço URL",
83
110
  "Browse": "Procurar",
84
111
  "Drop image": "Arraste sua imagem aqui",
85
112
  "or click": "ou clique aqui",
@@ -87,7 +114,7 @@ $.FE.LANGUAGE['pt_br'] = {
87
114
  "Loading": "Carregando",
88
115
  "Deleting": "Excluindo",
89
116
  "Tags": "Etiquetas",
90
- "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
117
+ "Are you sure? Image will be deleted.": "Você tem certeza? A imagem será apagada.",
91
118
  "Replace": "Substituir",
92
119
  "Uploading": "Carregando imagem",
93
120
  "Loading image": "Carregando imagem",
@@ -99,16 +126,22 @@ $.FE.LANGUAGE['pt_br'] = {
99
126
  "Width": "Largura",
100
127
  "Height": "Altura",
101
128
  "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
129
+ "Image Caption": "Legenda da imagem",
130
+ "Advanced Edit": "Edição avançada",
102
131
 
103
132
  // Video
104
- "Insert Video": "Inserir v\u00eddeo",
105
- "Embedded Code": "C\u00f3digo embutido",
133
+ "Insert Video": "Inserir vídeo",
134
+ "Embedded Code": "Código embutido",
135
+ "Paste in a video URL": "Colar um endereço de vídeo",
136
+ "Drop video": "Solte o vídeo",
137
+ "Your browser does not support HTML5 vídeo.": "Seu navegador não suporta vídeo em HTML5.",
138
+ "Upload Video": "Carregar vídeo",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Inserir tabela",
109
- "Table Header": "Cabe\u00e7alho da tabela",
110
- "Remove Table": "Remover mesa",
111
- "Table Style": "estilo de tabela",
142
+ "Table Header": "Cabeçalho da tabela",
143
+ "Remove Table": "Remover tabela",
144
+ "Table Style": "Estilo de tabela",
112
145
  "Horizontal Align": "Alinhamento horizontal",
113
146
  "Row": "Linha",
114
147
  "Insert row above": "Inserir linha antes",
@@ -118,11 +151,11 @@ $.FE.LANGUAGE['pt_br'] = {
118
151
  "Insert column before": "Inserir coluna antes",
119
152
  "Insert column after": "Inserir coluna depois",
120
153
  "Delete column": "Excluir coluna",
121
- "Cell": "C\u00e9lula",
122
- "Merge cells": "Agrupar c\u00e9lulas",
123
- "Horizontal split": "Divis\u00e3o horizontal",
124
- "Vertical split": "Divis\u00e3o vertical",
125
- "Cell Background": "Fundo da c\u00e9lula",
154
+ "Cell": "Célula",
155
+ "Merge cells": "Agrupar células",
156
+ "Horizontal split": "Divisão horizontal",
157
+ "Vertical split": "Divisão vertical",
158
+ "Cell Background": "Fundo da célula",
126
159
  "Vertical Align": "Alinhamento vertical",
127
160
  "Top": "Topo",
128
161
  "Middle": "Meio",
@@ -130,73 +163,73 @@ $.FE.LANGUAGE['pt_br'] = {
130
163
  "Align Top": "Alinhar topo",
131
164
  "Align Middle": "Alinhar meio",
132
165
  "Align Bottom": "Alinhar fundo",
133
- "Cell Style": "Estilo de c\u00e9lula",
166
+ "Cell Style": "Estilo de célula",
134
167
 
135
168
  // Files
136
- "Upload File": "Upload de arquivo",
169
+ "Upload File": "Carregar arquivo",
137
170
  "Drop file": "Arraste seu arquivo aqui",
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "Emoticons",
141
- "Grinning face": "Sorrindo a cara",
142
- "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
143
- "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
144
- "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
145
- "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
146
- "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
147
- "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
148
- "Smiling face with halo": "Rosto de sorriso com halo",
149
- "Smiling face with horns": "Rosto de sorriso com chifres",
150
- "Winking face": "Pisc a rosto",
151
- "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
174
+ "Grinning face": "Rosto sorrindo",
175
+ "Grinning face with smiling eyes": "Rosto sorrindo rosto com olhos sorridentes",
176
+ "Face with tears of joy": "Rosto com lágrimas de alegria",
177
+ "Smiling face with open mouth": "Rosto sorrindo com a boca aberta",
178
+ "Smiling face with open mouth and smiling eyes": "Rosto sorrindo com a boca aberta e olhos sorridentes",
179
+ "Smiling face with open mouth and cold sweat": "Rosto sorrindo com a boca aberta e suor frio",
180
+ "Smiling face with open mouth and tightly-closed eyes": "Rosto sorrindo com a boca aberta e os olhos bem fechados",
181
+ "Smiling face with halo": "Rosto sorrindo com aréola",
182
+ "Smiling face with horns": "Rosto sorrindo com chifres",
183
+ "Winking face": "Rosto piscando",
184
+ "Smiling face with smiling eyes": "Rosto sorrindo com olhos sorridentes",
152
185
  "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
153
186
  "Relieved face": "Rosto aliviado",
154
- "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
155
- "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
187
+ "Smiling face with heart-shaped eyes": "Rosto sorrindo com os olhos em forma de coração",
188
+ "Smiling face with sunglasses": "Rosto sorrindo com óculos de sol",
156
189
  "Smirking face": "Rosto sorridente",
157
- "Neutral face": "Rosto neutra",
190
+ "Neutral face": "Rosto neutro",
158
191
  "Expressionless face": "Rosto inexpressivo",
159
- "Unamused face": "O rosto n\u00e3o divertido",
192
+ "Unamused face": "Rosto sem expressão",
160
193
  "Face with cold sweat": "Rosto com suor frio",
161
- "Pensive face": "O rosto pensativo",
162
- "Confused face": "Cara confusa",
163
- "Confounded face": "Rosto at\u00f4nito",
164
- "Kissing face": "Beijar Rosto",
194
+ "Pensive face": "Rosto pensativo",
195
+ "Confused face": "Rosto confuso",
196
+ "Confounded face": "Rosto atônito",
197
+ "Kissing face": "Rosto beijando",
165
198
  "Face throwing a kiss": "Rosto jogando um beijo",
166
- "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
167
- "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
168
- "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
169
- "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
170
- "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
199
+ "Kissing face with smiling eyes": "Rosto beijando com olhos sorridentes",
200
+ "Kissing face with closed eyes": "Rosto beijando com os olhos fechados",
201
+ "Face with stuck out tongue": "Rosto com a língua para fora",
202
+ "Face with stuck out tongue and winking eye": "Rosto com a língua para fora e um olho piscando",
203
+ "Face with stuck out tongue and tightly-closed eyes": "Rosto com a língua para fora e os olhos bem fechados",
171
204
  "Disappointed face": "Rosto decepcionado",
172
- "Worried face": "O rosto preocupado",
205
+ "Worried face": "Rosto preocupado",
173
206
  "Angry face": "Rosto irritado",
174
- "Pouting face": "Beicinho Rosto",
175
- "Crying face": "Cara de choro",
176
- "Persevering face": "Perseverar Rosto",
207
+ "Pouting face": "Rosto com beicinho",
208
+ "Crying face": "Rosto chorando",
209
+ "Persevering face": "Rosto perseverante",
177
210
  "Face with look of triumph": "Rosto com olhar de triunfo",
178
- "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
179
- "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
180
- "Anguished face": "O rosto angustiado",
181
- "Fearful face": "Cara com medo",
211
+ "Disappointed but relieved face": "Rosto decepcionado mas aliviado",
212
+ "Frowning face with open mouth": "Rosto franzido com a boca aberta",
213
+ "Anguished face": "Rosto angustiado",
214
+ "Fearful face": "Rosto com medo",
182
215
  "Weary face": "Rosto cansado",
183
- "Sleepy face": "Cara de sono",
216
+ "Sleepy face": "Rosto com sono",
184
217
  "Tired face": "Rosto cansado",
185
- "Grimacing face": "Fazendo caretas face",
186
- "Loudly crying face": "Alto chorando rosto",
187
- "Face with open mouth": "Enfrentar com a boca aberta",
188
- "Hushed face": "Flagrantes de rosto",
189
- "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
190
- "Face screaming in fear": "Cara gritando de medo",
191
- "Astonished face": "Cara de surpresa",
192
- "Flushed face": "Rosto vermelho",
193
- "Sleeping face": "O rosto de sono",
194
- "Dizzy face": "Cara tonto",
218
+ "Grimacing face": "Rosto fazendo careta",
219
+ "Loudly crying face": "Rosto chorando alto",
220
+ "Face with open mouth": "Rosto com a boca aberta",
221
+ "Hushed face": "Rosto silencioso",
222
+ "Face with open mouth and cold sweat": "Rosto com a boca aferta e suando frio",
223
+ "Face screaming in fear": "Rosto gritando de medo",
224
+ "Astonished face": "Rosto surpreso",
225
+ "Flushed face": "Rosto envergonhado",
226
+ "Sleeping face": "Rosto dormindo",
227
+ "Dizzy face": "Rosto tonto",
195
228
  "Face without mouth": "Rosto sem boca",
196
- "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
229
+ "Face with medical mask": "Rosto com máscara médica",
197
230
 
198
231
  // Line breaker
199
- "Break": "Quebrar",
232
+ "Break": "Quebrar linha",
200
233
 
201
234
  // Math
202
235
  "Subscript": "Subscrito",
@@ -209,7 +242,10 @@ $.FE.LANGUAGE['pt_br'] = {
209
242
  "Insert Horizontal Line": "Inserir linha horizontal",
210
243
 
211
244
  // Clear formatting
212
- "Clear Formatting": "Remover formata\u00e7\u00e3o",
245
+ "Clear Formatting": "Remover formatação",
246
+
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0065",
213
249
 
214
250
  // Undo, redo
215
251
  "Undo": "Desfazer",
@@ -219,15 +255,67 @@ $.FE.LANGUAGE['pt_br'] = {
219
255
  "Select All": "Selecionar tudo",
220
256
 
221
257
  // Code view
222
- "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
258
+ "Code View": "Exibir de código",
223
259
 
224
260
  // Quote
225
- "Quote": "Cita\u00e7\u00e3o",
261
+ "Quote": "Citação",
226
262
  "Increase": "Aumentar",
227
263
  "Decrease": "Diminuir",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida"
266
+ "Quick Insert": "Inserção rápida",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Caracteres especiais",
270
+ "Latin": "Latino",
271
+ "Greek": "Grego",
272
+ "Cyrillic": "Cirílico",
273
+ "Punctuation": "Pontuação",
274
+ "Currency": "Moeda",
275
+ "Arrows": "Setas",
276
+ "Math": "Matemática",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Impressão",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Corretor ortográfico",
284
+
285
+ // Help
286
+ "Help": "Ajuda",
287
+ "Shortcuts": "Atalhos",
288
+ "Inline Editor": "Editor em linha",
289
+ "Show the editor": "Mostre o editor",
290
+ "Common actions": "Ações comuns",
291
+ "Copy": "Cópia de",
292
+ "Cut": "Cortar",
293
+ "Paste": "Colar",
294
+ "Basic Formatting": "Formatação básica",
295
+ "Increase quote level": "Aumentar o nível de cotação",
296
+ "Decrease quote level": "Diminuir o nível de cotação",
297
+ "Image / Video": "Imagem / Vídeo",
298
+ "Resize larger": "Redimensionar maior",
299
+ "Resize smaller": "Redimensionar menor",
300
+ "Table": "Tabela",
301
+ "Select table cell": "Selecione a célula da tabela",
302
+ "Extend selection one cell": "Ampliar a seleção de uma célula",
303
+ "Extend selection one row": "Ampliar a seleção de uma linha",
304
+ "Navigation": "Navegação",
305
+ "Focus popup / toolbar": "Pop-up de foco / Barra de ferramentas",
306
+ "Return focus to previous position": "Retornar o foco para a posição anterior",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "URL de inserção",
310
+ "Paste in a URL to embed": "Colar um endereço URL para incorporar",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?",
314
+ "Keep": "Manter",
315
+ "Clean": "Limpar",
316
+ "Word Paste Detected": "Colar do Word detectado"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Portuguese spoken in Portugal
9
35
  */
@@ -24,7 +50,7 @@ $.FE.LANGUAGE['pt_pt'] = {
24
50
  "Delete": "Apagar",
25
51
  "Cancel": "Cancelar",
26
52
  "OK": "Ok",
27
- "Back": "Costas",
53
+ "Back": "Voltar",
28
54
  "Remove": "Remover",
29
55
  "More": "Mais",
30
56
  "Update": "Atualizar",
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['pt_pt'] = {
38
64
  "Colors": "Cores",
39
65
  "Background": "Fundo",
40
66
  "Text": "Texto",
67
+ "HEX Color": "Cor hexadecimal",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Formatos",
@@ -94,20 +121,26 @@ $.FE.LANGUAGE['pt_pt'] = {
94
121
  "Display": "Exibir",
95
122
  "Inline": "Em linha",
96
123
  "Break Text": "Texto de quebra",
97
- "Alternate Text": "Texto alternativo",
124
+ "Alternative Text": "Texto alternativo",
98
125
  "Change Size": "Alterar tamanho",
99
126
  "Width": "Largura",
100
127
  "Height": "Altura",
101
128
  "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
129
+ "Image Caption": "Legenda da imagem",
130
+ "Advanced Edit": "Edição avançada",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "Inserir v\u00eddeo",
105
134
  "Embedded Code": "C\u00f3digo embutido",
135
+ "Paste in a video URL": "Colar em um URL de vídeo",
136
+ "Drop video": "Solte o video",
137
+ "Your browser does not support HTML5 video.": "Seu navegador não suporta o vídeo html5.",
138
+ "Upload Video": "Envio vídeo",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "Inserir tabela",
109
142
  "Table Header": "Cabe\u00e7alho da tabela",
110
- "Remove Table": "Remover mesa",
143
+ "Remove Table": "Remover tabela",
111
144
  "Table Style": "estilo de tabela",
112
145
  "Horizontal Align": "Alinhamento horizontal",
113
146
  "Row": "Linha",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['pt_pt'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "Remover formata\u00e7\u00e3o",
213
246
 
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0065",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "Anular",
216
252
  "Redo": "Restaurar",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['pt_pt'] = {
227
263
  "Decrease": "Diminuir",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida"
266
+ "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Caracteres especiais",
270
+ "Latin": "Latino",
271
+ "Greek": "Grego",
272
+ "Cyrillic": "Cirílico",
273
+ "Punctuation": "Pontuação",
274
+ "Currency": "Moeda",
275
+ "Arrows": "Setas; flechas",
276
+ "Math": "Matemática",
277
+ "Misc": "Misc",
278
+
279
+ // Print.
280
+ "Print": "Impressão",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Verificador ortográfico",
284
+
285
+ // Help
286
+ "Help": "Socorro",
287
+ "Shortcuts": "Atalhos",
288
+ "Inline Editor": "Editor em linha",
289
+ "Show the editor": "Mostre o editor",
290
+ "Common actions": "Ações comuns",
291
+ "Copy": "Cópia de",
292
+ "Cut": "Cortar",
293
+ "Paste": "Colar",
294
+ "Basic Formatting": "Formatação básica",
295
+ "Increase quote level": "Aumentar o nível de cotação",
296
+ "Decrease quote level": "Diminuir o nível de cotação",
297
+ "Image / Video": "Imagem / video",
298
+ "Resize larger": "Redimensionar maior",
299
+ "Resize smaller": "Redimensionar menor",
300
+ "Table": "Tabela",
301
+ "Select table cell": "Selecione a célula da tabela",
302
+ "Extend selection one cell": "Ampliar a seleção de uma célula",
303
+ "Extend selection one row": "Ampliar a seleção uma linha",
304
+ "Navigation": "Navegação",
305
+ "Focus popup / toolbar": "Foco popup / barra de ferramentas",
306
+ "Return focus to previous position": "Retornar o foco para a posição anterior",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "URL de inserção",
310
+ "Paste in a URL to embed": "Colar em url para incorporar",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?",
314
+ "Keep": "Guarda",
315
+ "Clean": "Limpar \ limpo",
316
+ "Word Paste Detected": "Pasta de palavras detectada"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Romanian
9
35
  */
@@ -38,6 +64,7 @@ $.FE.LANGUAGE['ro'] = {
38
64
  "Colors": "Culoare",
39
65
  "Background": "Fundal",
40
66
  "Text": "Text",
67
+ "HEX Color": "Culoare Hexa",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "Format paragraf",
@@ -85,7 +112,6 @@ $.FE.LANGUAGE['ro'] = {
85
112
  "or click": "sau f\u0103 click",
86
113
  "Manage Images": "Gestionare imagini",
87
114
  "Loading": "Se \u00eencarc\u0103",
88
- "Deleting": "",
89
115
  "Deleting": "Se \u0219terge",
90
116
  "Tags": "Etichete",
91
117
  "Are you sure? Image will be deleted.": "Sunte\u021bi sigur? Imaginea va fi \u015ftears\u0103.",
@@ -95,15 +121,21 @@ $.FE.LANGUAGE['ro'] = {
95
121
  "Display": "Afi\u0219are",
96
122
  "Inline": "\u00cen linie",
97
123
  "Break Text": "Sparge text",
98
- "Alternate Text": "Text alternativ",
124
+ "Alternative Text": "Text alternativ",
99
125
  "Change Size": "Modificare dimensiuni",
100
126
  "Width": "L\u0103\u021bime",
101
127
  "Height": "\u00cen\u0103l\u021bime",
102
128
  "Something went wrong. Please try again.": "Ceva n-a mers bine. V\u0103 rug\u0103m s\u0103 \u00eencerca\u021bi din nou.",
129
+ "Image Caption": "Captura imaginii",
130
+ "Advanced Edit": "Editare avansată",
103
131
 
104
132
  // Video
105
133
  "Insert Video": "Inserare video",
106
134
  "Embedded Code": "Cod embedded",
135
+ "Paste in a video URL": "Lipiți o adresă URL pentru video",
136
+ "Drop video": "Trage video",
137
+ "Your browser does not support HTML5 video.": "Browserul dvs. nu acceptă videoclipul html5.",
138
+ "Upload Video": "Încărcați videoclipul",
107
139
 
108
140
  // Tables
109
141
  "Insert Table": "Inserare tabel",
@@ -212,6 +244,9 @@ $.FE.LANGUAGE['ro'] = {
212
244
  // Clear formatting
213
245
  "Clear Formatting": "Elimina\u021bi formatarea",
214
246
 
247
+ // Save
248
+ "Save": "\u0053\u0061\u006c\u0076\u0061\u021b\u0069",
249
+
215
250
  // Undo, redo
216
251
  "Undo": "Reexecut\u0103",
217
252
  "Redo": "Dezexecut\u0103",
@@ -228,7 +263,59 @@ $.FE.LANGUAGE['ro'] = {
228
263
  "Decrease": "De-indenteaz\u0103",
229
264
 
230
265
  // Quick Insert
231
- "Quick Insert": "Inserare rapid\u0103"
266
+ "Quick Insert": "Inserare rapid\u0103",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "Caracterele speciale",
270
+ "Latin": "Latină",
271
+ "Greek": "Greacă",
272
+ "Cyrillic": "Chirilic",
273
+ "Punctuation": "Punctuaţie",
274
+ "Currency": "Valută",
275
+ "Arrows": "Săgeți",
276
+ "Math": "Matematică",
277
+ "Misc": "Diverse",
278
+
279
+ // Print.
280
+ "Print": "Imprimare",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "Ortografie",
284
+
285
+ // Help
286
+ "Help": "Ajutor",
287
+ "Shortcuts": "Comenzi rapide",
288
+ "Inline Editor": "Editor inline",
289
+ "Show the editor": "Arătați editorul",
290
+ "Common actions": "Acțiuni comune",
291
+ "Copy": "Copie",
292
+ "Cut": "A taia",
293
+ "Paste": "Lipire",
294
+ "Basic Formatting": "Formatul de bază",
295
+ "Increase quote level": "Creșteți nivelul cotației",
296
+ "Decrease quote level": "Micșorați nivelul cotației",
297
+ "Image / Video": "Imagine / video",
298
+ "Resize larger": "Redimensionați mai mare",
299
+ "Resize smaller": "Redimensionați mai puțin",
300
+ "Table": "Tabel",
301
+ "Select table cell": "Selectați celula tabelă",
302
+ "Extend selection one cell": "Extindeți selecția la o celulă",
303
+ "Extend selection one row": "Extindeți selecția cu un rând",
304
+ "Navigation": "Navigare",
305
+ "Focus popup / toolbar": "Focus popup / bara de instrumente",
306
+ "Return focus to previous position": "Reveniți la poziția anterioară",
307
+
308
+ // Embed.ly
309
+ "Embed URL": "Încorporați url",
310
+ "Paste in a URL to embed": "Lipiți un URL pentru a-l încorpora",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Conținutul lipit vine dintr-un document word Microsoft. Doriți să păstrați formatul sau să îl curățați?",
314
+ "Keep": "A pastra",
315
+ "Clean": "Curat",
316
+ "Word Paste Detected": "A fost detectată lipire din Word"
232
317
  },
233
318
  direction: "ltr"
234
319
  };
320
+
321
+ }));