mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
785 B
PHP
29 lines
785 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'Ohjekeskus',
|
|
'whatsnew' => 'Mitä uutta',
|
|
|
|
'gettingStarted' => 'Kuinka päästä alkuun',
|
|
'sharingMedia' => 'Median jako',
|
|
'profile' => 'Profiili',
|
|
'stories' => 'Tarinat',
|
|
'hashtags' => 'Tunnisteet',
|
|
'discover' => 'Tutustu',
|
|
'directMessages' => 'Yksityisviestit',
|
|
'timelines' => 'Aikajanat',
|
|
'embed' => 'Upota',
|
|
|
|
'communityGuidelines' => 'Yhteisön säännöt',
|
|
'whatIsTheFediverse' => 'Mikä on fediversumi?',
|
|
'controllingVisibility' => 'Hallitse näkyvyyttä',
|
|
'blockingAccounts' => 'Tilien estäminen',
|
|
'safetyTips' => 'Turvallisuusvinkkejä',
|
|
'reportSomething' => 'Ilmoittaminen',
|
|
'dataPolicy' => 'Tietokäytäntö',
|
|
|
|
'taggingPeople' => 'Henkilöiden merkitseminen',
|
|
|
|
];
|