summernote-pt-PT.js (2993B)
1 (function ($) { 2 $.extend($.summernote.lang, { 3 'pt-PT': { 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: 'Redimensionar Completo', 18 resizeHalf: 'Redimensionar Metade', 19 resizeQuarter: 'Redimensionar Um Quarto', 20 floatLeft: 'Float Esquerda', 21 floatRight: 'Float Direita', 22 floatNone: 'Sem Float', 23 dragImageHere: 'Arraste uma imagem para aqui', 24 selectFromFiles: 'Selecione a partir dos arquivos', 25 url: 'Endereço 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 ligação', 37 unlink: 'Remover ligação', 38 edit: 'Editar', 39 textToDisplay: 'Texto para exibir', 40 url: 'Que endereço esta licação leva?', 41 openInNewWindow: 'Abrir numa nova janela' 42 }, 43 table: { 44 table: 'Tabela' 45 }, 46 hr: { 47 insert: 'Inserir linha horizontal' 48 }, 49 style: { 50 style: 'Estilo', 51 p: 'p', 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: 'Janela Completa', 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 } 102 }); 103 })(jQuery);