wysiwyg-rails 2.8.5 → 4.0.13

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