mirror of https://github.com/pixelfed/pixelfed.git
parent
821eb77f41
commit
f7f62b3df8
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'helpcenter' => 'Centro de Ajuda',
|
||||
'whatsnew' => 'O que há de novo',
|
||||
|
||||
'gettingStarted' => 'Como Começar',
|
||||
'sharingMedia' => 'Partilhar Mídia',
|
||||
'profile' => 'Perfil',
|
||||
'stories' => 'Stories',
|
||||
'hashtags' => 'Hashtags',
|
||||
'discover' => 'Descobrir',
|
||||
'directMessages' => 'Mensagens Diretas',
|
||||
'timelines' => 'Linha do Tempo',
|
||||
'embed' => 'Embed',
|
||||
|
||||
'communityGuidelines' => 'Directrizes da Comunidade',
|
||||
'whatIsTheFediverse' => 'O que é o fediverse?',
|
||||
'controllingVisibility' => 'Controlar a Visibilidade',
|
||||
'blockingAccounts' => 'Bloqueio de contas',
|
||||
'safetyTips' => 'Dicas de Segurança',
|
||||
'reportSomething' => 'Reportar Algo',
|
||||
'dataPolicy' => 'Política de Dados',
|
||||
|
||||
'taggingPeople' => 'Marcação de Pessoas'
|
||||
|
||||
];
|
Loading…
Reference in New Issue