mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 18:30:47 +00:00
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'rules' => 'Regras',
|
||
|
'rulesTerms' => 'Para mais informações, por favor consulte nosso <a href="/site/terms">Termos de Uso</a>',
|
||
|
|
||
|
'featureTitle' => 'Recursos',
|
||
|
'featureSubtitle' => 'O melhor para os mais brilhantes 📸',
|
||
|
'albumTitle' => 'Albuns',
|
||
|
'albumSubTitle' => 'Compartilhe posts com até '.config_cache('pixelfed.max_album_length').' fotos',
|
||
|
'commentTitle' => 'Comentários',
|
||
|
'commentSubTitle' => 'Comente em um post, ou envie uma respota.',
|
||
|
'collectionTitle' => 'Coleções',
|
||
|
'collectionSubTitle'=> 'Organize e compartilhe coleções de multiploes posts.',
|
||
|
'discoverTitle' => 'Descubra',
|
||
|
'discoverSubTitle' => 'Explore categorias, hashtags e tópicos',
|
||
|
'filterTitle' => 'Photo Filters',
|
||
|
'filterSubTitle' => 'Add a special touch to your photos',
|
||
|
'filterTitle' => 'Filtros',
|
||
|
'filterSubTitle' => 'Adicione um toque especial em suas fotos.',
|
||
|
'storiesTitle' => 'Stories',
|
||
|
'storiesSubTitle' => 'Share moments with your followers that disappear after 24 hours',
|
||
|
|
||
|
'countPeople' => 'pessoas compartilhando',
|
||
|
'countPosts' => 'fotos e videos em',
|
||
|
|
||
|
'singupToday' => '<a class="text-primary" href="/register">Cadastre agora</a>
|
||
|
e junte-se à nossa comunidade de fotógrafos de todo o Mundo'
|
||
|
];
|