You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/resources/lang/pt/navmenu.php

20 lines
571 B
PHP

<?php
return [
'search' => 'Procurar',
'home' => 'Início',
'local' => 'Local',
'network' => 'Rede',
'discover' => 'Descobrir',
'viewMyProfile' => 'Ver meu perfil',
'myProfile' => 'Meu Perfil',
'myTimeline' => 'Minha Linha do Tempo',
'publicTimeline' => 'Linha do Tempo Pública',
'remoteFollow' => 'Seguir Remotamente',
'settings' => 'Configurações',
'admin' => 'Administrador',
'logout' => 'Sair',
'directMessages' => 'Mensagens Diretas',
'composePost' => 'Criar Publicação',
];