mirror of https://github.com/pixelfed/pixelfed.git
27 lines
671 B
PHP
27 lines
671 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'Hjälpcenter',
|
|
'whatsnew' => 'Vad är nytt',
|
|
|
|
'gettingStarted' => 'Komma igång',
|
|
'sharingMedia' => 'Sharing Media',
|
|
'profile' => 'Profil',
|
|
'stories' => 'Stories',
|
|
'hashtags' => 'Hashtags',
|
|
'discover' => 'Upptäck',
|
|
'directMessages' => 'Direktmeddelanden',
|
|
'timelines' => 'Tidslinjer',
|
|
'embed' => 'Bädda in',
|
|
|
|
'communityGuidelines' => 'Riktlinjer för communityt',
|
|
'whatIsTheFediverse' => 'Vad är fediversumet?',
|
|
'controllingVisibility' => 'Kontrollera synlighet',
|
|
'blockingAccounts' => 'Blocka konton',
|
|
'safetyTips' => 'Säkerhetstips',
|
|
'reportSomething' => 'Rapportera någonting',
|
|
'dataPolicy' => 'Datapolicy'
|
|
|
|
];
|