mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Translate helpcenter.php to Swedish
This commit is contained in:
parent
12d913860f
commit
e4ee904bad
1 changed files with 26 additions and 0 deletions
26
resources/lang/sv/helpcenter.php
Normal file
26
resources/lang/sv/helpcenter.php
Normal file
|
@ -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'
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue