mirror of https://github.com/pixelfed/pixelfed
Merge pull request #1746 from ahstro/translation/swedish
Translate remaining strings into Swedishpull/1749/head
commit
729a3bd32d
@ -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'
|
||||
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'search' => 'Sök',
|
||||
'home' => 'Hem',
|
||||
'local' => 'Lokal',
|
||||
'network' => 'Nätverk',
|
||||
'discover' => 'Upptäck',
|
||||
'viewMyProfile' => 'Se min profil',
|
||||
'myProfile' => 'Min Profil',
|
||||
'myTimeline' => 'Min Tidslinje',
|
||||
'publicTimeline' => 'Publik Tidslinje',
|
||||
'remoteFollow' => 'Remote-följ',
|
||||
'settings' => 'Inställningar',
|
||||
'admin' => 'Admin',
|
||||
'logout' => 'Logga ut',
|
||||
'directMessages' => 'Meddelanden',
|
||||
|
||||
];
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'about' => 'Om',
|
||||
'help' => 'Hjälp',
|
||||
'language' => 'Språk',
|
||||
'fediverse' => 'Fediversum',
|
||||
'opensource' => 'Öppen källkod',
|
||||
'terms' => 'Villkor',
|
||||
'privacy' => 'Integritet',
|
||||
'l10nWip' => 'Vi jobbar fortfarande med lokalisering',
|
||||
'currentLocale' => 'Nuvarande locale',
|
||||
'selectLocale' => 'Välj ett av de språk som stöds',
|
||||
'contact' => 'Kontakt',
|
||||
'contact-us' => 'Kontakta oss',
|
||||
|
||||
];
|
Loading…
Reference in New Issue