mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 02:10:45 +00:00
parent
d959ca709a
commit
16f71fd954
3 changed files with 71 additions and 48 deletions
|
@ -237,6 +237,41 @@ return [
|
|||
</ul>
|
||||
</div>',
|
||||
|
||||
'dmSubTitle'=> 'Send and recieve direct messages from other profiles.',
|
||||
'howUseDirectMessagesAsk' => 'How do I use Pixelfed Direct?',
|
||||
'howUseDirectMessagesAnswer' => ' <div>
|
||||
<p>Pixelfed Direct lets you send messages to another account. You can send the following things as a message on Pixelfed Direct:</p>
|
||||
<ul>
|
||||
<li>
|
||||
Photos or videos you take or upload from your library
|
||||
</li>
|
||||
<li>
|
||||
Posts you see in feed
|
||||
</li>
|
||||
<li>
|
||||
Profiles
|
||||
</li>
|
||||
<li>
|
||||
Text
|
||||
</li>
|
||||
<li>
|
||||
Hashtags
|
||||
</li>
|
||||
<li>
|
||||
Locations
|
||||
</li>
|
||||
</ul>
|
||||
<p>To see messages you\'ve sent with Pixelfed Direct, tap <i class="far fa-comment-dots"></i> in the top right of feed. From there, you can manage the messages you\'ve sent and received.</p>
|
||||
<p>Photos or videos sent with Pixelfed Direct can\'t be shared through Pixelfed to other sites like Mastodon or Twitter, and won\'t appear on hashtag and location pages.</p>
|
||||
</div>',
|
||||
|
||||
'howUnsedDirectMessageAsk' => 'How do I unsend a message I\'ve sent using Pixelfed Direct?',
|
||||
'howUnsedDirectMessageAnswer' => 'You can click the message and select the <strong>Delete</strong> option.',
|
||||
'canSendDirectMessageAsk' => 'Can I use Pixelfed Direct to send messages to people I’m not following?',
|
||||
'canSendDirectMessageAnswer' => 'You can send a message to someone you are not following though it may be sent to their filtered inbox and not easily seen.',
|
||||
'howReportDirectMessageAsk' => 'How do I report content that I\'ve recieved in a Pixelfed Direct message?',
|
||||
'howReportDirectMessageAnswer' => ' You can click the message and then select the <strong>Report</strong> option and follow the instructions on the Report page.',
|
||||
|
||||
|
||||
|
||||
];
|
||||
|
|
|
@ -226,6 +226,29 @@ return [
|
|||
<li class="lead mb-4">Para tornar suas postagens mais visíveis, adicione hashtags às suas postagens.</li>
|
||||
<li class="lead mb-4">Qualquer postagem pública que contenha uma hashtag pode ser incluída nas páginas de descobrir.</li>
|
||||
</ul>
|
||||
</div>'
|
||||
</div>',
|
||||
|
||||
'dmSubTitle'=> 'Envie e receba mensagens diretas de outros perfis.',
|
||||
'howUseDirectMessagesAsk'=> 'Como usar o Pixelfed Direct?',
|
||||
'howUseDirectMessagesAnswer'=> '<div>
|
||||
<p>O Pixelfed Direct permite que você envie mensagens para outra conta. Você pode enviar as seguintes coisas como mensagem no Pixelfed Direct:</p>
|
||||
<ul>
|
||||
<li>Fotos ou vídeos que você tira ou carrega da sua biblioteca</li>
|
||||
<li>Postagens que você vê no feed</li>
|
||||
<li>Perfis</li>
|
||||
<li>Texto</li>
|
||||
<li>Hashtags</li>
|
||||
<li>Localizações</li>
|
||||
</ul>
|
||||
<p>Para ver as mensagens que você enviou com o Pixelfed Direct, toque em <i class="far fa-comment-dots"></i> no canto superior direito do feed. A partir daí, você pode gerenciar as mensagens enviadas e recebidas.</p>
|
||||
<p>Fotos ou vídeos enviados pelo Pixelfed Direct não podem ser compartilhados no Pixelfed para outros sites como Mastodon ou Twitter e não aparecerão nas páginas de hashtags e localizações.</p>
|
||||
</div>',
|
||||
|
||||
'howUnsedDirectMessageAsk' => 'Como faço para cancelar o envio de uma mensagem que enviei usando o Pixelfed Direct?',
|
||||
'howUnsedDirectMessageAnswer' => 'Você pode clicar na mensagem e selecionar a opção <strong>Excluir</strong>.',
|
||||
'canSendDirectMessageAsk' => 'Posso usar o Pixelfed Direct para enviar mensagens para pessoas que não estou seguindo?',
|
||||
'canSendDirectMessageAnswer' => 'Você pode enviar uma mensagem para alguém que não segue, embora ela possa ser enviada para a caixa de entrada filtrada dessa pessoa e não ser facilmente vista.',
|
||||
'howReportDirectMessageAsk' => 'Como faço para denunciar conteúdo que recebi em uma mensagem do Pixelfed Direct?',
|
||||
'howReportDirectMessageAnswer' => 'Você pode clicar na mensagem e, em seguida, selecionar a opção <strong>Denunciar</strong> e seguir as instruções na página de Denúncia.',
|
||||
|
||||
];
|
||||
|
|
|
@ -6,82 +6,47 @@
|
|||
<h3 class="font-weight-bold">{{__('helpcenter.directMessages')}}</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<p class="lead ">Send and recieve direct messages from other profiles.</p>
|
||||
<p class="lead ">{{ __('helpcenter.dmSubTitle') }}</p>
|
||||
<hr>
|
||||
<p>
|
||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse1" role="button" aria-expanded="false" aria-controls="collapse1">
|
||||
<i class="fas fa-chevron-down mr-2"></i>
|
||||
How do I use Pixelfed Direct?
|
||||
{{ __('helpcenter.howUseDirectMessagesAsk') }}
|
||||
</a>
|
||||
<div class="collapse" id="collapse1">
|
||||
<div>
|
||||
<p>Pixelfed Direct lets you send messages to another account. You can send the following things as a message on Pixelfed Direct:</p>
|
||||
<ul>
|
||||
<li>
|
||||
Photos or videos you take or upload from your library
|
||||
</li>
|
||||
<li>
|
||||
Posts you see in feed
|
||||
</li>
|
||||
<li>
|
||||
Profiles
|
||||
</li>
|
||||
<li>
|
||||
Text
|
||||
</li>
|
||||
<li>
|
||||
Hashtags
|
||||
</li>
|
||||
<li>
|
||||
Locations
|
||||
</li>
|
||||
</ul>
|
||||
<p>To see messages you've sent with Pixelfed Direct, tap <i class="far fa-comment-dots"></i> in the top right of feed. From there, you can manage the messages you've sent and received.</p>
|
||||
<p>Photos or videos sent with Pixelfed Direct can't be shared through Pixelfed to other sites like Mastodon or Twitter, and won't appear on hashtag and location pages.</p>
|
||||
</div>
|
||||
{!! __('helpcenter.howUseDirectMessagesAnswer') !!}
|
||||
</div>
|
||||
</p>
|
||||
{{-- <p>
|
||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse2" role="button" aria-expanded="false" aria-controls="collapse2">
|
||||
<i class="fas fa-chevron-down mr-2"></i>
|
||||
How do I manage messages I've recieved with Pixelfed Direct?
|
||||
</a>
|
||||
<div class="collapse" id="collapse2">
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</p> --}}
|
||||
<p>
|
||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse3" role="button" aria-expanded="false" aria-controls="collapse3">
|
||||
<i class="fas fa-chevron-down mr-2"></i>
|
||||
How do I unsend a message I've sent using Pixelfed Direct?
|
||||
{{ __('helpcenter.howUnsedDirectMessageAsk') }}
|
||||
</a>
|
||||
<div class="collapse" id="collapse3">
|
||||
<div class="mt-2">
|
||||
You can click the message and select the <strong>Delete</strong> option.
|
||||
{!! __('helpcenter.howUnsedDirectMessageAnswer') !!}
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<p>
|
||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse4" role="button" aria-expanded="false" aria-controls="collapse4">
|
||||
<i class="fas fa-chevron-down mr-2"></i>
|
||||
Can I use Pixelfed Direct to send messages to people I’m not following?
|
||||
{{ __('helpcenter.canSendDirectMessageAsk') }}
|
||||
</a>
|
||||
<div class="collapse" id="collapse4">
|
||||
<div class="mt-2">
|
||||
You can send a message to someone you are not following though it may be sent to their filtered inbox and not easily seen.
|
||||
{{ __('helpcenter.canSendDirectMessageAnswer') }}
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<p>
|
||||
<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse5" role="button" aria-expanded="false" aria-controls="collapse5">
|
||||
<i class="fas fa-chevron-down mr-2"></i>
|
||||
How do I report content that I've recieved in a Pixelfed Direct message?
|
||||
{{ __('helpcenter.howReportDirectMessageAsk') }}
|
||||
</a>
|
||||
<div class="collapse" id="collapse5">
|
||||
<div class="mt-2">
|
||||
You can click the message and then select the <strong>Report</strong> option and follow the instructions on the Report page.
|
||||
{!! __('helpcenter.howReportDirectMessageAnswer') !!}
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue