1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/resources/lang/ru/navmenu.php
2019-07-01 06:12:27 +02:00

19 lines
521 B
PHP

<?php
return [
'search' => 'Поиск',
'home' => 'Home',
'local' => 'локальная',
'network' => 'Сеть',
'discover' => 'Discover',
'viewMyProfile' => 'Локальная лента',
'myTimeline' => 'Моя лента',
'publicTimeline' => 'Глобальная лента',
'remoteFollow' => 'Remote Follow',
'settings' => 'Настройки',
'admin' => 'Администрация',
'logout' => 'Выйти',
'directMessages' => 'Личные сообщения',
];