13
(function webpackUniversalModuleDefinition(root, factory) {
14
if(typeof exports === 'object' && typeof module === 'object')
15
module.exports = factory();
16
else if(typeof define === 'function' && define.amd)
20
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
24
var __webpack_exports__ = {};
26
$.extend($.summernote.lang, {
31
underline: 'Sublinhado',
32
clear: 'Remover estilo da fonte',
33
height: 'Altura da linha',
35
strikethrough: 'Riscado',
36
subscript: 'Subscrito',
37
superscript: 'Sobrescrito',
38
size: 'Tamanho da fonte'
42
insert: 'Inserir imagem',
43
resizeFull: 'Redimensionar Completamente',
44
resizeHalf: 'Redimensionar pela Metade',
45
resizeQuarter: 'Redimensionar a um Quarto',
46
floatLeft: 'Flutuar para Esquerda',
47
floatRight: 'Flutuar para Direita',
48
floatNone: 'Não Flutuar',
49
shapeRounded: 'Forma: Arredondado',
50
shapeCircle: 'Forma: Círculo',
51
shapeThumbnail: 'Forma: Miniatura',
52
shapeNone: 'Forma: Nenhum',
53
dragImageHere: 'Arraste Imagem ou Texto para cá',
54
dropImage: 'Solte Imagem ou Texto',
55
selectFromFiles: 'Selecione a partir dos arquivos',
56
maximumFileSize: 'Tamanho máximo do arquivo',
57
maximumFileSizeError: 'Tamanho máximo do arquivo excedido.',
59
remove: 'Remover Imagem',
64
videoLink: 'Link para vídeo',
65
insert: 'Inserir vídeo',
67
providers: '(YouTube, Google Drive, Vimeo, Vine, Instagram, DailyMotion or Youku)'
71
insert: 'Inserir link',
72
unlink: 'Remover link',
74
textToDisplay: 'Texto para exibir',
75
url: 'Para qual URL este link leva?',
76
openInNewWindow: 'Abrir em uma nova janela'
80
addRowAbove: 'Adicionar linha acima',
81
addRowBelow: 'Adicionar linha abaixo',
82
addColLeft: 'Adicionar coluna à esquerda',
83
addColRight: 'Adicionar coluna à direita',
84
delRow: 'Excluir linha',
85
delCol: 'Excluir coluna',
86
delTable: 'Excluir tabela'
89
insert: 'Linha horizontal'
94
blockquote: 'Citação',
104
unordered: 'Lista com marcadores',
105
ordered: 'Lista numerada'
109
fullscreen: 'Tela cheia',
110
codeview: 'Ver código-fonte'
113
paragraph: 'Parágrafo',
114
outdent: 'Menor tabulação',
115
indent: 'Maior tabulação',
116
left: 'Alinhar à esquerda',
117
center: 'Alinhar ao centro',
118
right: 'Alinha à direita',
119
justify: 'Justificado'
122
recent: 'Cor recente',
126
transparent: 'Transparente',
127
setTransparent: 'Fundo transparente',
129
resetToDefault: 'Restaurar padrão',
130
cpSelect: 'Selecionar'
133
shortcuts: 'Atalhos do teclado',
135
textFormatting: 'Formatação de texto',
137
paragraphFormatting: 'Formatação de parágrafo',
138
documentStyle: 'Estilo de documento',
139
extraKeys: 'Extra keys'
142
'insertParagraph': 'Inserir Parágrafo',
143
'undo': 'Desfazer o último comando',
144
'redo': 'Refazer o último comando',
146
'untab': 'Desfazer tab',
147
'bold': 'Colocar em negrito',
148
'italic': 'Colocar em itálico',
149
'underline': 'Sublinhado',
150
'strikethrough': 'Tachado',
151
'removeFormat': 'Remover estilo',
152
'justifyLeft': 'Alinhar à esquerda',
153
'justifyCenter': 'Centralizar',
154
'justifyRight': 'Alinhar à esquerda',
155
'justifyFull': 'Justificar',
156
'insertUnorderedList': 'Lista não ordenada',
157
'insertOrderedList': 'Lista ordenada',
158
'outdent': 'Recuar parágrafo atual',
159
'indent': 'Avançar parágrafo atual',
160
'formatPara': 'Alterar formato do bloco para parágrafo(tag P)',
161
'formatH1': 'Alterar formato do bloco para H1',
162
'formatH2': 'Alterar formato do bloco para H2',
163
'formatH3': 'Alterar formato do bloco para H3',
164
'formatH4': 'Alterar formato do bloco para H4',
165
'formatH5': 'Alterar formato do bloco para H5',
166
'formatH6': 'Alterar formato do bloco para H6',
167
'insertHorizontalRule': 'Inserir Régua horizontal',
168
'linkDialog.show': 'Inserir um Hiperlink'
175
specialChar: 'CARACTERES ESPECIAIS',
176
select: 'Selecionar Caracteres Especiais'
181
return __webpack_exports__;