mirror of https://github.com/pixelfed/pixelfed
commit
23e82e28b4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
@ -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'
|
||||
|
||||
];
|
@ -1,15 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'emptyTimeline' => 'Este usuário não fez nenhum post!',
|
||||
'emptyFollowers' => 'Este usuário não tem seguidores!',
|
||||
'emptyFollowing' => 'Este usuário ainda não segue ninguém!',
|
||||
'emptySaved' => 'Você ainda não salvou nenhum post!',
|
||||
'savedWarning' => 'Só você pode ver o que foi salvo',
|
||||
'privateProfileWarning' => 'Esta conta é fechada',
|
||||
'alreadyFollow' => 'Já segue :username?',
|
||||
'loginToSeeProfile' => 'para ver suas fotos e vídeos.',
|
||||
'emptyTimeline' => 'Este utilizador não fez nenhuma publicação!',
|
||||
'emptyFollowers' => 'Este utilizador não tem seguidores!',
|
||||
'emptyFollowing' => 'Este utilizador ainda não segue ninguém!',
|
||||
'emptySaved' => 'Ainda não salvaste nenhuma publicação!',
|
||||
'savedWarning' => 'Apenas tu podes ver o que foi salvo',
|
||||
'privateProfileWarning' => 'Esta conta é privada',
|
||||
'alreadyFollow' => 'Já segues :username?',
|
||||
'loginToSeeProfile' => 'para veres as suas fotos e vídeos.',
|
||||
|
||||
'status.disabled.header' => 'Perfil Indisponível',
|
||||
'status.disabled.body' => 'Desculpe, este perfil não está disponível no momento. Por favor, tente novamente em breve.',
|
||||
'status.disabled.body' => 'Desculpe, este perfil não está disponível neste momento. Por favor, tente novamente mais tarde.',
|
||||
];
|
||||
|
Loading…
Reference in New Issue