mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-02 18:00:47 +00:00
update fediverse
This commit is contained in:
parent
592007a51c
commit
1617f9d932
3 changed files with 28 additions and 7 deletions
12
resources/lang/en/fediverse.php
Normal file
12
resources/lang/en/fediverse.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
"title" => "Fediverse",
|
||||
"body" => '<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverse</a> is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.</p>
|
||||
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
|
||||
<p class="small text-muted">Some of the better known fediverse projects include:</p>
|
||||
<ul class="lead pl-4">
|
||||
<l i><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – A federated microblogging alternative.</li>
|
||||
</ul>';
|
||||
|
||||
];
|
14
resources/lang/pt/fediverse.php
Normal file
14
resources/lang/pt/fediverse.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
"title" => "Fediverso",
|
||||
"body" => '<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverso</a> é uma junção das palavras “federação” e “universo”. É um nome comum e informal para uma federação de servidores de redes sociais, especializados em diferentes tipos de mídia.</p>
|
||||
<p class="lead font-weight-bold text-muted mt-4 mb-0">Projetos do Fediverso Suportados</p>
|
||||
<p class="small text-muted">Alguns dos projetos mais conhecidos do fediverso incluem:</p>
|
||||
<ul class="lead pl-4">
|
||||
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – Uma alternativa federada para microblogging.</li>
|
||||
</ul>
|
||||
'
|
||||
|
||||
];
|
|
@ -3,16 +3,11 @@
|
|||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Fediverse</h3>
|
||||
<h3 class="font-weight-bold">{{ __('fediverse.title')}}</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<section>
|
||||
<p class="lead"><a href="http://fediverse.party/" rel="nofollow noopener">Fediverse</a> is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.</p>
|
||||
<p class="lead font-weight-bold text-muted mt-4 mb-0">Supported Fediverse Projects</p>
|
||||
<p class="small text-muted">Some of the better known fediverse projects include:</p>
|
||||
<ul class="lead pl-4">
|
||||
<li><a href="https://joinmastodon.org" rel="nofollow noopener">Mastodon</a> – A federated microblogging alternative.</li>
|
||||
</ul>
|
||||
{!! __('fediverse.body') !!}
|
||||
</section>
|
||||
@endsection
|
||||
|
||||
|
|
Loading…
Reference in a new issue