|
@@ -0,0 +1,26 @@
|
|
|
|
+<?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'
|
|
|
|
+
|
|
|
|
+];
|