pixelfed/resources/lang/ru/navmenu.php

20 lines
535 B
PHP
Raw Normal View History

2019-07-01 04:12:27 +00:00
<?php
return [
'search' => 'Поиск',
2021-03-18 19:33:40 +00:00
'home' => 'Главная',
'local' => 'Локальная',
'network' => 'Глобальная',
2019-07-01 04:12:27 +00:00
'discover' => 'Discover',
2021-03-18 19:33:40 +00:00
'viewMyProfile' => 'Мой профиль',
2019-07-01 04:12:27 +00:00
'myTimeline' => 'Моя лента',
'publicTimeline' => 'Глобальная лента',
'remoteFollow' => 'Remote Follow',
'settings' => 'Настройки',
'admin' => 'Администрация',
'logout' => 'Выйти',
'directMessages' => 'Личные сообщения',
];