mirror of https://github.com/pixelfed/pixelfed
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.
20 lines
457 B
PHP
20 lines
457 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'search' => 'Procurar',
|
|
'home' => 'Início',
|
|
'local' => 'Local',
|
|
'network' => 'Rede',
|
|
'discover' => 'Descobrir',
|
|
'viewMyProfile' => 'Ver o 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',
|
|
|
|
];
|