You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.3 KiB
82 lines
2.3 KiB
(function ($) {
|
|
$.Redactor.opts.langs['pt_br'] = {
|
|
html: 'Ver HTML',
|
|
video: 'Vídeo',
|
|
image: 'Imagem',
|
|
table: 'Tabela',
|
|
link: 'Link',
|
|
link_insert: 'Inserir link...',
|
|
link_edit: 'Edit link',
|
|
unlink: 'Remover link',
|
|
formatting: 'Estilos',
|
|
paragraph: 'Parágrafo',
|
|
quote: 'Citação',
|
|
code: 'Código',
|
|
header1: 'Título 1',
|
|
header2: 'Título 2',
|
|
header3: 'Título 3',
|
|
header4: 'Título 4',
|
|
header5: 'Título 5',
|
|
bold: 'Negrito',
|
|
italic: 'Itálico',
|
|
fontcolor: 'Cor da fonte',
|
|
backcolor: 'Cor do fundo',
|
|
unorderedlist: 'Lista não ordenada',
|
|
orderedlist: 'Lista ordenada',
|
|
outdent: 'Remover identação',
|
|
indent: 'Identar',
|
|
cancel: 'Cancelar',
|
|
insert: 'Inserir',
|
|
save: 'Salvar',
|
|
_delete: 'Remover',
|
|
insert_table: 'Inserir tabela',
|
|
add_cell: 'Adicionar coluna',
|
|
delete_cell: 'Remover coluna',
|
|
add_row: 'Adicionar linha',
|
|
delete_row: 'Remover linha',
|
|
thead: 'Cabeçalho',
|
|
delete_table: 'Remover tabela',
|
|
insert_row_above: 'Adicionar linha acima',
|
|
insert_row_below: 'Adicionar linha abaixo',
|
|
insert_column_left: 'Adicionar coluna à esquerda',
|
|
insert_column_right: 'Adicionar coluna da direita',
|
|
delete_column: 'Remover Coluna',
|
|
delete_row: 'Remover linha',
|
|
delete_table: 'Remover tabela',
|
|
rows: 'Linhas',
|
|
columns: 'Colunas',
|
|
add_head: 'Adicionar cabeçalho',
|
|
delete_head: 'Remover cabeçalho',
|
|
title: 'Título',
|
|
image_position: 'Posição',
|
|
none: 'Nenhum',
|
|
left: 'Esquerda',
|
|
right: 'Direita',
|
|
image_web_link: 'Link para uma imagem',
|
|
text: 'Texto',
|
|
mailto: 'Email',
|
|
web: 'URL',
|
|
video_html_code: 'Código de incorporação',
|
|
file: 'Arquivo',
|
|
upload: 'Upload',
|
|
download: 'Download',
|
|
choose: 'Escolha',
|
|
or_choose: 'Ou escolha',
|
|
drop_file_here: 'Arraste um arquivo até aqui',
|
|
align_left: 'Alinhar a esquerda',
|
|
align_center: 'Centralizar',
|
|
align_right: 'Alinhar a direita',
|
|
align_justify: 'Justificar',
|
|
horizontalrule: 'Linha horizontal',
|
|
fullscreen: 'Tela cheia',
|
|
deleted: 'Removido',
|
|
anchor: 'Ânchora',
|
|
link_new_tab: 'Abrir link em nova janela/aba',
|
|
underline: 'Underline',
|
|
alignment: 'Alinhamento',
|
|
filename: 'Nome (opcional)',
|
|
edit: 'Editar',
|
|
center: 'Center'
|
|
};
|
|
})( jQuery );
|
|
|
|
|