mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
Create helpcenter.php
Added missing translation
This commit is contained in:
parent
821eb77f41
commit
f7f62b3df8
1 changed files with 28 additions and 0 deletions
28
resources/lang/pt/helpcenter.php
Normal file
28
resources/lang/pt/helpcenter.php
Normal file
|
@ -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 a new issue