pixelfed/resources/lang/ru/navmenu.php
Ilya 53d0298ae1
Update navmenu.php
Fixed translate
2021-03-18 22:33:40 +03:00

20 lines
535 B
PHP

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