wysiwyg-rails 2.9.8 → 3.0.0.pre.beta.1

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