From f7f62b3df8e55c790847ba5c751f9a74f9c6cf70 Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 2 Dec 2021 11:14:52 +0100 Subject: [PATCH] Create helpcenter.php Added missing translation --- resources/lang/pt/helpcenter.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/lang/pt/helpcenter.php diff --git a/resources/lang/pt/helpcenter.php b/resources/lang/pt/helpcenter.php new file mode 100644 index 000000000..c2834c09f --- /dev/null +++ b/resources/lang/pt/helpcenter.php @@ -0,0 +1,28 @@ + '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' + +];