X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d29b177c8422075742ae22b200b84daa8c61c4b2..refs/pull/3406/head:/resources/lang/pt_BR/common.php diff --git a/resources/lang/pt_BR/common.php b/resources/lang/pt_BR/common.php index 632a1a078..d9f54d8a0 100644 --- a/resources/lang/pt_BR/common.php +++ b/resources/lang/pt_BR/common.php @@ -1,61 +1,102 @@ 'Cancelar', 'confirm' => 'Confirmar', 'back' => 'Voltar', 'save' => 'Salvar', 'continue' => 'Continuar', 'select' => 'Selecionar', + 'toggle_all' => 'Alternar Todos', 'more' => 'Mais', - /** - * Form Labels - */ + // Form Labels 'name' => 'Nome', 'description' => 'Descrição', - 'role' => 'Regra', + 'role' => 'Cargo', + 'cover_image' => 'Imagem de capa', + 'cover_image_description' => 'Esta imagem deve ser aproximadamente 440x250px.', - /** - * Actions - */ + // Actions 'actions' => 'Ações', 'view' => 'Visualizar', + 'view_all' => 'Visualizar Tudo', 'create' => 'Criar', 'update' => 'Atualizar', 'edit' => 'Editar', 'sort' => 'Ordenar', 'move' => 'Mover', + 'copy' => 'Copiar', 'reply' => 'Responder', 'delete' => 'Excluir', + 'delete_confirm' => 'Confirmar Exclusão', 'search' => 'Pesquisar', 'search_clear' => 'Limpar Pesquisa', - 'reset' => 'Resetar', + 'reset' => 'Redefinir', 'remove' => 'Remover', 'add' => 'Adicionar', + 'configure' => 'Configurar', + 'fullscreen' => 'Tela cheia', + 'favourite' => 'Favoritos', + 'unfavourite' => 'Remover dos Favoritos', + 'next' => 'Seguinte', + 'previous' => 'Anterior', + 'filter_active' => 'Filtro Ativo:', + 'filter_clear' => 'Limpar Filtro', - /** - * Misc - */ + // Sort Options + 'sort_options' => 'Opções de Ordenação', + 'sort_direction_toggle' => 'Alternar Direção de Ordenação', + 'sort_ascending' => 'Ordenação Crescente', + 'sort_descending' => 'Ordenação Decrescente', + 'sort_name' => 'Nome', + 'sort_default' => 'Padrão', + 'sort_created_at' => 'Data de Criação', + 'sort_updated_at' => 'Data de Atualização', + + // Misc 'deleted_user' => 'Usuário excluído', 'no_activity' => 'Nenhuma atividade a mostrar', 'no_items' => 'Nenhum item disponível', 'back_to_top' => 'Voltar ao topo', + 'skip_to_main_content' => 'Ir para o conteúdo principal', 'toggle_details' => 'Alternar Detalhes', + 'toggle_thumbnails' => 'Alternar Miniaturas', 'details' => 'Detalhes', + 'grid_view' => 'Visualização em Grade', + 'list_view' => 'Visualização em Lista', + 'default' => 'Padrão', + 'breadcrumb' => 'Caminho', + 'status' => 'Status', + 'status_active' => 'Ativo', + 'status_inactive' => 'Inativo', + 'never' => 'Nunca', + 'none' => 'None', - /** - * Header - */ + // Header + 'header_menu_expand' => 'Expandir Cabeçalho do Menu', + 'profile_menu' => 'Menu de Perfil', 'view_profile' => 'Visualizar Perfil', 'edit_profile' => 'Editar Perfil', + 'dark_mode' => 'Modo Escuro', + 'light_mode' => 'Modo Claro', + + // Layout tabs + 'tab_info' => 'Informações', + 'tab_info_label' => 'Aba: Mostrar Informação Secundária', + 'tab_content' => 'Conteúdo', + 'tab_content_label' => 'Aba: Mostrar Conteúdo Primário', - /** - * Email Content - */ + // Email Content 'email_action_help' => 'Se você estiver tendo problemas ao clicar o botão ":actionText", copie e cole a URL abaixo no seu navegador:', 'email_rights' => 'Todos os direitos reservados', -]; \ No newline at end of file + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Políticas de Privacidade', + 'terms_of_service' => 'Termos de Serviço', +];