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.
20 lines
528 B
PHP
20 lines
528 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'Haku',
|
|
'home' => 'Koti',
|
|
'local' => 'Paikallinen',
|
|
'network' => 'Verkko',
|
|
'discover' => 'Tutustu',
|
|
'viewMyProfile' => 'Näytä profiilini',
|
|
'myProfile' => 'Oma profiili',
|
|
'myTimeline' => 'Oma aikajana',
|
|
'publicTimeline' => 'Julkinen aikajana',
|
|
'remoteFollow' => 'Seuraa etänä',
|
|
'settings' => 'Asetukset',
|
|
'admin' => 'Ylläpitäjä',
|
|
'logout' => 'Kirjaudu ulos',
|
|
'directMessages' => 'Yksityisviestit',
|
|
'composePost' => 'Luo julkaisu',
|
|
];
|