summernote-pt-BR.js (4267B)
1 (function ($) { 2 $.extend($.summernote.lang, { 3 'pt-BR': { 4 font: { 5 bold: 'Negrito', 6 italic: 'Itálico', 7 underline: 'Sublinhado', 8 clear: 'Remover estilo da fonte', 9 height: 'Altura da linha', 10 name: 'Fonte', 11 strikethrough: 'Riscado', 12 size: 'Tamanho da fonte' 13 }, 14 image: { 15 image: 'Imagem', 16 insert: 'Inserir imagem', 17 resizeFull: 'Resize Full', 18 resizeHalf: 'Resize Half', 19 resizeQuarter: 'Resize Quarter', 20 floatLeft: 'Float Left', 21 floatRight: 'Float Right', 22 floatNone: 'Float None', 23 dragImageHere: 'Arraste uma imagem para cá', 24 selectFromFiles: 'Selecione a partir dos arquivos', 25 url: 'URL da imagem' 26 }, 27 video: { 28 video: 'Vídeo', 29 videoLink: 'Link para vídeo', 30 insert: 'Inserir vídeo', 31 url: 'URL do vídeo?', 32 providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ou Youku)' 33 }, 34 link: { 35 link: 'Link', 36 insert: 'Inserir link', 37 unlink: 'Remover link', 38 edit: 'Editar', 39 textToDisplay: 'Texto para exibir', 40 url: 'Para qual URL esse link leva?', 41 openInNewWindow: 'Abrir em uma nova janela' 42 }, 43 table: { 44 table: 'Tabela' 45 }, 46 hr: { 47 insert: 'Inserir linha horizontal' 48 }, 49 style: { 50 style: 'Estilo', 51 normal: 'Normal', 52 blockquote: 'Citação', 53 pre: 'Código', 54 h1: 'Título 1', 55 h2: 'Título 2', 56 h3: 'Título 3', 57 h4: 'Título 4', 58 h5: 'Título 5', 59 h6: 'Título 6' 60 }, 61 lists: { 62 unordered: 'Lista com marcadores', 63 ordered: 'Lista numerada' 64 }, 65 options: { 66 help: 'Ajuda', 67 fullscreen: 'Tela cheia', 68 codeview: 'Ver código-fonte' 69 }, 70 paragraph: { 71 paragraph: 'Parágrafo', 72 outdent: 'Menor tabulação', 73 indent: 'Maior tabulação', 74 left: 'Alinhar à esquerda', 75 center: 'Alinhar ao centro', 76 right: 'Alinha à direita', 77 justify: 'Justificado' 78 }, 79 color: { 80 recent: 'Cor recente', 81 more: 'Mais cores', 82 background: 'Fundo', 83 foreground: 'Fonte', 84 transparent: 'Transparente', 85 setTransparent: 'Fundo transparente', 86 reset: 'Restaurar', 87 resetToDefault: 'Restaurar padrão' 88 }, 89 shortcut: { 90 shortcuts: 'Atalhos do teclado', 91 close: 'Fechar', 92 textFormatting: 'Formatação de texto', 93 action: 'Ação', 94 paragraphFormatting: 'Formatação de parágrafo', 95 documentStyle: 'Estilo de documento' 96 }, 97 history: { 98 undo: 'Desfazer', 99 redo: 'Refazer' 100 }, 101 help: { 102 'insertParagraph': 'Inserir Parágrafo', 103 'undo': 'Desfazer o último comando', 104 'redo': 'Refazer o último comando', 105 'tab': 'Tab', 106 'untab': 'Desfazer tab', 107 'bold': 'Colocar em negrito', 108 'italic': 'Colocar em itálico', 109 'underline': 'Sublinhado', 110 'strikethrough': 'Tachado', 111 'removeFormat': 'Remover estilo', 112 'justifyLeft': 'Alinhar à esquerda', 113 'justifyCenter': 'Centralizar', 114 'justifyRight': 'Alinhar à esquerda', 115 'justifyFull': 'Justificar', 116 'insertUnorderedList': 'Lista não ordenada', 117 'insertOrderedList': 'Lista ordenada', 118 'outdent': 'Recuar parágrafo atual', 119 'indent': 'Avançar parágrafo atual', 120 'formatPara': 'Alterar formato do bloco para parágrafo(tag P)', 121 'formatH1': 'Alterar formato do bloco para H1', 122 'formatH2': 'Alterar formato do bloco para H2', 123 'formatH3': 'Alterar formato do bloco para H3', 124 'formatH4': 'Alterar formato do bloco para H4', 125 'formatH5': 'Alterar formato do bloco para H5', 126 'formatH6': 'Alterar formato do bloco para H6', 127 'insertHorizontalRule': 'Inserir régua horizontal', 128 'linkDialog.show': 'Inserir um Hiperlink' 129 } 130 } 131 }); 132 })(jQuery);