mirror of https://github.com/pixelfed/pixelfed.git
29 lines
770 B
PHP
29 lines
770 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'Centrum pomocy',
|
|
'whatsnew' => 'Co nowego',
|
|
|
|
'gettingStarted' => 'Rozpocznij',
|
|
'sharingMedia' => 'Wstawianie multimediów',
|
|
'profile' => 'Profil',
|
|
'stories' => 'Relacje',
|
|
'hashtags' => 'Hashtagi',
|
|
'discover' => 'Odkrywanie',
|
|
'directMessages' => 'Wiadomości bezpośrednie',
|
|
'timelines' => 'Osie czasu',
|
|
'embed' => 'Embed',
|
|
|
|
'communityGuidelines' => 'Wytyczne dla społeczności',
|
|
'whatIsTheFediverse' => 'Czym jest Fediwersum?',
|
|
'controllingVisibility' => 'Kontrolowanie widoczności',
|
|
'blockingAccounts' => 'Blokowanie kont',
|
|
'safetyTips' => 'Wskazówki dot. bezpieczeństwa',
|
|
'reportSomething' => 'Zgłaszanie treści',
|
|
'dataPolicy' => 'Polityka przechowywania danych',
|
|
|
|
'taggingPeople' => 'Tagowanie ludzi'
|
|
|
|
];
|