activeadmin_froala_editor 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  5. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  44. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor_input.js +32 -5
  86. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +12 -0
  87. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  141. data/lib/activeadmin/froala_editor/version.rb +1 -1
  142. metadata +154 -17
  143. data/.gitignore +0 -3
  144. data/Gemfile +0 -4
  145. data/activeadmin_froala_editor.gemspec +0 -19
  146. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  147. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  148. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  149. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  150. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 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 ($) {
33
- /**
34
- * Portuguese spoken in Brazil
35
- */
36
-
37
- $.FE.LANGUAGE['pt_br'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "Digite algo",
41
-
42
- // Basic formatting
43
- "Bold": "Negrito",
44
- "Italic": "It\u00e1lico",
45
- "Underline": "Sublinhar",
46
- "Strikethrough": "Riscar",
47
-
48
- // Main buttons
49
- "Insert": "Inserir",
50
- "Delete": "Apagar",
51
- "Cancel": "Cancelar",
52
- "OK": "Ok",
53
- "Back": "Costas",
54
- "Remove": "Remover",
55
- "More": "Mais",
56
- "Update": "Atualizar",
57
- "Style": "Estilo",
58
-
59
- // Font
60
- "Font Family": "Fonte",
61
- "Font Size": "Tamanho",
62
-
63
- // Colors
64
- "Colors": "Cores",
65
- "Background": "Fundo",
66
- "Text": "Texto",
67
- "HEX Color": "Cor hexadecimal",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "Formatos",
71
- "Normal": "Normal",
72
- "Code": "C\u00f3digo",
73
- "Heading 1": "Cabe\u00e7alho 1",
74
- "Heading 2": "Cabe\u00e7alho 2",
75
- "Heading 3": "Cabe\u00e7alho 3",
76
- "Heading 4": "Cabe\u00e7alho 4",
77
-
78
- // Style
79
- "Paragraph Style": "Estilo de par\u00e1grafo",
80
- "Inline Style": "Estilo embutido",
81
-
82
- // Alignment
83
- "Align": "Alinhar",
84
- "Align Left": "Alinhar \u00e0 esquerda",
85
- "Align Center": "Centralizar",
86
- "Align Right": "Alinhar \u00e0 direita",
87
- "Align Justify": "Justificar",
88
- "None": "Nenhum",
89
-
90
- // Lists
91
- "Ordered List": "Lista ordenada",
92
- "Unordered List": "Lista n\u00e3o ordenada",
93
-
94
- // Indent
95
- "Decrease Indent": "Diminuir recuo",
96
- "Increase Indent": "Aumentar recuo",
97
-
98
- // Links
99
- "Insert Link": "Inserir link",
100
- "Open in new tab": "Abrir em uma nova aba",
101
- "Open Link": "Abrir link",
102
- "Edit Link": "Editar link",
103
- "Unlink": "Remover link",
104
- "Choose Link": "Escolha o link",
105
-
106
- // Images
107
- "Insert Image": "Inserir imagem",
108
- "Upload Image": "Carregar imagem",
109
- "By URL": "Por URL",
110
- "Browse": "Procurar",
111
- "Drop image": "Arraste sua imagem aqui",
112
- "or click": "ou clique aqui",
113
- "Manage Images": "Gerenciar imagens",
114
- "Loading": "Carregando",
115
- "Deleting": "Excluindo",
116
- "Tags": "Etiquetas",
117
- "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
118
- "Replace": "Substituir",
119
- "Uploading": "Carregando imagem",
120
- "Loading image": "Carregando imagem",
121
- "Display": "Exibir",
122
- "Inline": "Em linha",
123
- "Break Text": "Texto de quebra",
124
- "Alternate Text": "Texto alternativo",
125
- "Change Size": "Alterar tamanho",
126
- "Width": "Largura",
127
- "Height": "Altura",
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",
131
-
132
- // Video
133
- "Insert Video": "Inserir v\u00eddeo",
134
- "Embedded Code": "C\u00f3digo embutido",
135
-
136
- // Tables
137
- "Insert Table": "Inserir tabela",
138
- "Table Header": "Cabe\u00e7alho da tabela",
139
- "Remove Table": "Remover mesa",
140
- "Table Style": "estilo de tabela",
141
- "Horizontal Align": "Alinhamento horizontal",
142
- "Row": "Linha",
143
- "Insert row above": "Inserir linha antes",
144
- "Insert row below": "Inserir linha depois",
145
- "Delete row": "Excluir linha",
146
- "Column": "Coluna",
147
- "Insert column before": "Inserir coluna antes",
148
- "Insert column after": "Inserir coluna depois",
149
- "Delete column": "Excluir coluna",
150
- "Cell": "C\u00e9lula",
151
- "Merge cells": "Agrupar c\u00e9lulas",
152
- "Horizontal split": "Divis\u00e3o horizontal",
153
- "Vertical split": "Divis\u00e3o vertical",
154
- "Cell Background": "Fundo da c\u00e9lula",
155
- "Vertical Align": "Alinhamento vertical",
156
- "Top": "Topo",
157
- "Middle": "Meio",
158
- "Bottom": "Fundo",
159
- "Align Top": "Alinhar topo",
160
- "Align Middle": "Alinhar meio",
161
- "Align Bottom": "Alinhar fundo",
162
- "Cell Style": "Estilo de c\u00e9lula",
163
-
164
- // Files
165
- "Upload File": "Upload de arquivo",
166
- "Drop file": "Arraste seu arquivo aqui",
167
-
168
- // Emoticons
169
- "Emoticons": "Emoticons",
170
- "Grinning face": "Sorrindo a cara",
171
- "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
172
- "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
173
- "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
174
- "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
175
- "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
176
- "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
177
- "Smiling face with halo": "Rosto de sorriso com halo",
178
- "Smiling face with horns": "Rosto de sorriso com chifres",
179
- "Winking face": "Pisc a rosto",
180
- "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
181
- "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
182
- "Relieved face": "Rosto aliviado",
183
- "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
184
- "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
185
- "Smirking face": "Rosto sorridente",
186
- "Neutral face": "Rosto neutra",
187
- "Expressionless face": "Rosto inexpressivo",
188
- "Unamused face": "O rosto n\u00e3o divertido",
189
- "Face with cold sweat": "Rosto com suor frio",
190
- "Pensive face": "O rosto pensativo",
191
- "Confused face": "Cara confusa",
192
- "Confounded face": "Rosto at\u00f4nito",
193
- "Kissing face": "Beijar Rosto",
194
- "Face throwing a kiss": "Rosto jogando um beijo",
195
- "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
196
- "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
197
- "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
198
- "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
199
- "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
200
- "Disappointed face": "Rosto decepcionado",
201
- "Worried face": "O rosto preocupado",
202
- "Angry face": "Rosto irritado",
203
- "Pouting face": "Beicinho Rosto",
204
- "Crying face": "Cara de choro",
205
- "Persevering face": "Perseverar Rosto",
206
- "Face with look of triumph": "Rosto com olhar de triunfo",
207
- "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
208
- "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
209
- "Anguished face": "O rosto angustiado",
210
- "Fearful face": "Cara com medo",
211
- "Weary face": "Rosto cansado",
212
- "Sleepy face": "Cara de sono",
213
- "Tired face": "Rosto cansado",
214
- "Grimacing face": "Fazendo caretas face",
215
- "Loudly crying face": "Alto chorando rosto",
216
- "Face with open mouth": "Enfrentar com a boca aberta",
217
- "Hushed face": "Flagrantes de rosto",
218
- "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
219
- "Face screaming in fear": "Cara gritando de medo",
220
- "Astonished face": "Cara de surpresa",
221
- "Flushed face": "Rosto vermelho",
222
- "Sleeping face": "O rosto de sono",
223
- "Dizzy face": "Cara tonto",
224
- "Face without mouth": "Rosto sem boca",
225
- "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
226
-
227
- // Line breaker
228
- "Break": "Quebrar",
229
-
230
- // Math
231
- "Subscript": "Subscrito",
232
- "Superscript": "Sobrescrito",
233
-
234
- // Full screen
235
- "Fullscreen": "Tela cheia",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "Inserir linha horizontal",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "Remover formata\u00e7\u00e3o",
242
-
243
- // Undo, redo
244
- "Undo": "Desfazer",
245
- "Redo": "Refazer",
246
-
247
- // Select all
248
- "Select All": "Selecionar tudo",
249
-
250
- // Code view
251
- "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
252
-
253
- // Quote
254
- "Quote": "Cita\u00e7\u00e3o",
255
- "Increase": "Aumentar",
256
- "Decrease": "Diminuir",
257
-
258
- // Quick Insert
259
- "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida",
260
-
261
- // Spcial Characters
262
- "Special Characters": "Caracteres especiais",
263
- "Latin": "Latino",
264
- "Greek": "Grego",
265
- "Cyrillic": "Cirílico",
266
- "Punctuation": "Pontuação",
267
- "Currency": "Moeda",
268
- "Arrows": "Setas; flechas",
269
- "Math": "Matemática",
270
- "Misc": "Misc",
271
-
272
- // Print.
273
- "Print": "Impressão",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "Verificador ortográfico",
277
-
278
- // Help
279
- "Help": "Socorro",
280
- "Shortcuts": "Atalhos",
281
- "Inline Editor": "Editor em linha",
282
- "Show the editor": "Mostre o editor",
283
- "Common actions": "Ações comuns",
284
- "Copy": "Cópia de",
285
- "Cut": "Cortar",
286
- "Paste": "Colar",
287
- "Basic Formatting": "Formatação básica",
288
- "Increase quote level": "Aumentar o nível de cotação",
289
- "Decrease quote level": "Diminuir o nível de cotação",
290
- "Image / Video": "Imagem / video",
291
- "Resize larger": "Redimensionar maior",
292
- "Resize smaller": "Redimensionar menor",
293
- "Table": "Mesa",
294
- "Select table cell": "Selecione a célula da tabela",
295
- "Extend selection one cell": "Ampliar a seleção de uma célula",
296
- "Extend selection one row": "Ampliar a seleção uma linha",
297
- "Navigation": "Navegação",
298
- "Focus popup / toolbar": "Foco popup / barra de ferramentas",
299
- "Return focus to previous position": "Retornar o foco para a posição anterior",
300
-
301
- // Embed.ly
302
- "Embed URL": "URL de inserção",
303
- "Paste in a URL to embed": "Colar em url para incorporar",
304
-
305
- // Word Paste.
306
- "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?",
307
- "Keep": "Guarda",
308
- "Clean": "Limpar \ limpo",
309
- "Word Paste Detected": "Pasta de palavras detectada"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Portuguese spoken in Brazil
17
+ */
18
+ FE.LANGUAGE['pt_br'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': 'Digite algo',
22
+ // Basic formatting
23
+ 'Bold': 'Negrito',
24
+ 'Italic': 'Itálito',
25
+ 'Underline': 'Sublinhar',
26
+ 'Strikethrough': 'Tachado',
27
+ // Main buttons
28
+ 'Insert': 'Inserir',
29
+ 'Delete': 'Apagar',
30
+ 'Cancel': 'Cancelar',
31
+ 'OK': 'Ok',
32
+ 'Back': 'Voltar',
33
+ 'Remove': 'Remover',
34
+ 'More': 'Mais',
35
+ 'Update': 'Atualizar',
36
+ 'Style': 'Estilo',
37
+ // Font
38
+ 'Font Family': 'Fonte',
39
+ 'Font Size': 'Tamanho',
40
+ // Colors
41
+ 'Colors': 'Cores',
42
+ 'Background': 'Fundo',
43
+ 'Text': 'Texto',
44
+ 'HEX Color': 'Cor hexadecimal',
45
+ // Paragraphs
46
+ 'Paragraph Format': 'Formatos',
47
+ 'Normal': 'Normal',
48
+ 'Code': 'Código',
49
+ 'Heading 1': 'Cabeçalho 1',
50
+ 'Heading 2': 'Cabeçalho 2',
51
+ 'Heading 3': 'Cabeçalho 3',
52
+ 'Heading 4': 'Cabeçalho 4',
53
+ // Style
54
+ 'Paragraph Style': 'Estilo de parágrafo',
55
+ 'Inline Style': 'Estilo embutido',
56
+ // Alignment
57
+ 'Align': 'Alinhar',
58
+ 'Align Left': 'Alinhar à esquerda',
59
+ 'Align Center': 'Centralizar',
60
+ 'Align Right': 'Alinhar à direita',
61
+ 'Align Justify': 'Justificar',
62
+ 'None': 'Nenhum',
63
+ // Lists
64
+ 'Ordered List': 'Lista ordenada',
65
+ 'Unordered List': 'Lista não ordenada',
66
+ // Indent
67
+ 'Decrease Indent': 'Diminuir recuo',
68
+ 'Increase Indent': 'Aumentar recuo',
69
+ // Links
70
+ 'Insert Link': 'Inserir link',
71
+ 'Open in new tab': 'Abrir em uma nova aba',
72
+ 'Open Link': 'Abrir link',
73
+ 'Edit Link': 'Editar link',
74
+ 'Unlink': 'Remover link',
75
+ 'Choose Link': 'Escolha o link',
76
+ // Images
77
+ 'Insert Image': 'Inserir imagem',
78
+ 'Upload Image': 'Carregar imagem',
79
+ 'By URL': 'Por um endereço URL',
80
+ 'Browse': 'Procurar',
81
+ 'Drop image': 'Arraste sua imagem aqui',
82
+ 'or click': 'ou clique aqui',
83
+ 'Manage Images': 'Gerenciar imagens',
84
+ 'Loading': 'Carregando',
85
+ 'Deleting': 'Excluindo',
86
+ 'Tags': 'Etiquetas',
87
+ 'Are you sure? Image will be deleted.': 'Você tem certeza? A imagem será apagada.',
88
+ 'Replace': 'Substituir',
89
+ 'Uploading': 'Carregando imagem',
90
+ 'Loading image': 'Carregando imagem',
91
+ 'Display': 'Exibir',
92
+ 'Inline': 'Em linha',
93
+ 'Break Text': 'Texto de quebra',
94
+ 'Alternate Text': 'Texto alternativo',
95
+ 'Change Size': 'Alterar tamanho',
96
+ 'Width': 'Largura',
97
+ 'Height': 'Altura',
98
+ 'Something went wrong. Please try again.': 'Algo deu errado. Por favor, tente novamente.',
99
+ 'Image Caption': 'Legenda da imagem',
100
+ 'Advanced Edit': 'Edição avançada',
101
+ // Video
102
+ 'Insert Video': 'Inserir vídeo',
103
+ 'Embedded Code': 'Código embutido',
104
+ 'Paste in a video URL': 'Colar um endereço de vídeo',
105
+ 'Drop video': 'Solte o vídeo',
106
+ 'Your browser does not support HTML5 vídeo.': 'Seu navegador não suporta vídeo em HTML5.',
107
+ 'Upload Video': 'Carregar vídeo',
108
+ // Tables
109
+ 'Insert Table': 'Inserir tabela',
110
+ 'Table Header': 'Cabeçalho da tabela',
111
+ 'Remove Table': 'Remover tabela',
112
+ 'Table Style': 'Estilo de tabela',
113
+ 'Horizontal Align': 'Alinhamento horizontal',
114
+ 'Row': 'Linha',
115
+ 'Insert row above': 'Inserir linha antes',
116
+ 'Insert row below': 'Inserir linha depois',
117
+ 'Delete row': 'Excluir linha',
118
+ 'Column': 'Coluna',
119
+ 'Insert column before': 'Inserir coluna antes',
120
+ 'Insert column after': 'Inserir coluna depois',
121
+ 'Delete column': 'Excluir coluna',
122
+ 'Cell': 'Célula',
123
+ 'Merge cells': 'Agrupar células',
124
+ 'Horizontal split': 'Divisão horizontal',
125
+ 'Vertical split': 'Divisão vertical',
126
+ 'Cell Background': 'Fundo da célula',
127
+ 'Vertical Align': 'Alinhamento vertical',
128
+ 'Top': 'Topo',
129
+ 'Middle': 'Meio',
130
+ 'Bottom': 'Fundo',
131
+ 'Align Top': 'Alinhar topo',
132
+ 'Align Middle': 'Alinhar meio',
133
+ 'Align Bottom': 'Alinhar fundo',
134
+ 'Cell Style': 'Estilo de célula',
135
+ // Files
136
+ 'Upload File': 'Carregar arquivo',
137
+ 'Drop file': 'Arraste seu arquivo aqui',
138
+ // Emoticons
139
+ 'Emoticons': 'Emoticons',
140
+ 'Grinning face': 'Rosto sorrindo',
141
+ 'Grinning face with smiling eyes': 'Rosto sorrindo rosto com olhos sorridentes',
142
+ 'Face with tears of joy': 'Rosto com lágrimas de alegria',
143
+ 'Smiling face with open mouth': 'Rosto sorrindo com a boca aberta',
144
+ 'Smiling face with open mouth and smiling eyes': 'Rosto sorrindo com a boca aberta e olhos sorridentes',
145
+ 'Smiling face with open mouth and cold sweat': 'Rosto sorrindo com a boca aberta e suor frio',
146
+ 'Smiling face with open mouth and tightly-closed eyes': 'Rosto sorrindo com a boca aberta e os olhos bem fechados',
147
+ 'Smiling face with halo': 'Rosto sorrindo com aréola',
148
+ 'Smiling face with horns': 'Rosto sorrindo com chifres',
149
+ 'Winking face': 'Rosto piscando',
150
+ 'Smiling face with smiling eyes': 'Rosto sorrindo com olhos sorridentes',
151
+ 'Face savoring delicious food': 'Rosto saboreando uma deliciosa comida',
152
+ 'Relieved face': 'Rosto aliviado',
153
+ 'Smiling face with heart-shaped eyes': 'Rosto sorrindo com os olhos em forma de coração',
154
+ 'Smiling face with sunglasses': 'Rosto sorrindo com óculos de sol',
155
+ 'Smirking face': 'Rosto sorridente',
156
+ 'Neutral face': 'Rosto neutro',
157
+ 'Expressionless face': 'Rosto inexpressivo',
158
+ 'Unamused face': 'Rosto sem expressão',
159
+ 'Face with cold sweat': 'Rosto com suor frio',
160
+ 'Pensive face': 'Rosto pensativo',
161
+ 'Confused face': 'Rosto confuso',
162
+ 'Confounded face': 'Rosto atônito',
163
+ 'Kissing face': 'Rosto beijando',
164
+ 'Face throwing a kiss': 'Rosto jogando um beijo',
165
+ 'Kissing face with smiling eyes': 'Rosto beijando com olhos sorridentes',
166
+ 'Kissing face with closed eyes': 'Rosto beijando com os olhos fechados',
167
+ 'Face with stuck out tongue': 'Rosto com a língua para fora',
168
+ 'Face with stuck out tongue and winking eye': 'Rosto com a língua para fora e um olho piscando',
169
+ 'Face with stuck out tongue and tightly-closed eyes': 'Rosto com a língua para fora e os olhos bem fechados',
170
+ 'Disappointed face': 'Rosto decepcionado',
171
+ 'Worried face': 'Rosto preocupado',
172
+ 'Angry face': 'Rosto irritado',
173
+ 'Pouting face': 'Rosto com beicinho',
174
+ 'Crying face': 'Rosto chorando',
175
+ 'Persevering face': 'Rosto perseverante',
176
+ 'Face with look of triumph': 'Rosto com olhar de triunfo',
177
+ 'Disappointed but relieved face': 'Rosto decepcionado mas aliviado',
178
+ 'Frowning face with open mouth': 'Rosto franzido com a boca aberta',
179
+ 'Anguished face': 'Rosto angustiado',
180
+ 'Fearful face': 'Rosto com medo',
181
+ 'Weary face': 'Rosto cansado',
182
+ 'Sleepy face': 'Rosto com sono',
183
+ 'Tired face': 'Rosto cansado',
184
+ 'Grimacing face': 'Rosto fazendo careta',
185
+ 'Loudly crying face': 'Rosto chorando alto',
186
+ 'Face with open mouth': 'Rosto com a boca aberta',
187
+ 'Hushed face': 'Rosto silencioso',
188
+ 'Face with open mouth and cold sweat': 'Rosto com a boca aferta e suando frio',
189
+ 'Face screaming in fear': 'Rosto gritando de medo',
190
+ 'Astonished face': 'Rosto surpreso',
191
+ 'Flushed face': 'Rosto envergonhado',
192
+ 'Sleeping face': 'Rosto dormindo',
193
+ 'Dizzy face': 'Rosto tonto',
194
+ 'Face without mouth': 'Rosto sem boca',
195
+ 'Face with medical mask': 'Rosto com máscara médica',
196
+ // Line breaker
197
+ 'Break': 'Quebrar linha',
198
+ // Math
199
+ 'Subscript': 'Subscrito',
200
+ 'Superscript': 'Sobrescrito',
201
+ // Full screen
202
+ 'Fullscreen': 'Tela cheia',
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': 'Inserir linha horizontal',
205
+ // Clear formatting
206
+ 'Clear Formatting': 'Remover formatação',
207
+ // Save
208
+ 'Save': "Salve",
209
+ // Undo, redo
210
+ 'Undo': 'Desfazer',
211
+ 'Redo': 'Refazer',
212
+ // Select all
213
+ 'Select All': 'Selecionar tudo',
214
+ // Code view
215
+ 'Code View': 'Exibir de código',
216
+ // Quote
217
+ 'Quote': 'Citação',
218
+ 'Increase': 'Aumentar',
219
+ 'Decrease': 'Diminuir',
220
+ // Quick Insert
221
+ 'Quick Insert': 'Inserção rápida',
222
+ // Spcial Characters
223
+ 'Special Characters': 'Caracteres especiais',
224
+ 'Latin': 'Latino',
225
+ 'Greek': 'Grego',
226
+ 'Cyrillic': 'Cirílico',
227
+ 'Punctuation': 'Pontuação',
228
+ 'Currency': 'Moeda',
229
+ 'Arrows': 'Setas',
230
+ 'Math': 'Matemática',
231
+ 'Misc': 'Misc',
232
+ // Print.
233
+ 'Print': 'Impressão',
234
+ // Spell Checker.
235
+ 'Spell Checker': 'Corretor ortográfico',
236
+ // Help
237
+ 'Help': 'Ajuda',
238
+ 'Shortcuts': 'Atalhos',
239
+ 'Inline Editor': 'Editor em linha',
240
+ 'Show the editor': 'Mostre o editor',
241
+ 'Common actions': 'Ações comuns',
242
+ 'Copy': 'Cópia de',
243
+ 'Cut': 'Cortar',
244
+ 'Paste': 'Colar',
245
+ 'Basic Formatting': 'Formatação básica',
246
+ 'Increase quote level': 'Aumentar o nível de cotação',
247
+ 'Decrease quote level': 'Diminuir o nível de cotação',
248
+ 'Image / Video': 'Imagem / Vídeo',
249
+ 'Resize larger': 'Redimensionar maior',
250
+ 'Resize smaller': 'Redimensionar menor',
251
+ 'Table': 'Tabela',
252
+ 'Select table cell': 'Selecione a célula da tabela',
253
+ 'Extend selection one cell': 'Ampliar a seleção de uma célula',
254
+ 'Extend selection one row': 'Ampliar a seleção de uma linha',
255
+ 'Navigation': 'Navegação',
256
+ 'Focus popup / toolbar': 'Pop-up de foco / Barra de ferramentas',
257
+ 'Return focus to previous position': 'Retornar o foco para a posição anterior',
258
+ // Embed.ly
259
+ 'Embed URL': 'URL de inserção',
260
+ 'Paste in a URL to embed': 'Colar um endereço URL para incorporar',
261
+ // Word Paste.
262
+ '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?',
263
+ 'Keep': 'Manter formatação',
264
+ 'Clean': 'Limpar formatação',
265
+ 'Word Paste Detected': 'Texto do Word detectado',
266
+ // Character Counter
267
+ 'Characters': 'Caracteres',
268
+ // More Buttons
269
+ 'More Text': 'Mais Texto',
270
+ 'More Paragraph': 'Mais Parágrafo',
271
+ 'More Rich': 'Mais Rico',
272
+ 'More Misc': 'Mais Misc'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=pt_br.js.map