mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update navmenu.php
Fixed translate
This commit is contained in:
parent
34aad3608c
commit
53d0298ae1
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'search' => 'Поиск',
|
'search' => 'Поиск',
|
||||||
'home' => 'Home',
|
'home' => 'Главная',
|
||||||
'local' => 'локальная',
|
'local' => 'Локальная',
|
||||||
'network' => 'Сеть',
|
'network' => 'Глобальная',
|
||||||
'discover' => 'Discover',
|
'discover' => 'Discover',
|
||||||
'viewMyProfile' => 'Локальная лента',
|
'viewMyProfile' => 'Мой профиль',
|
||||||
'myTimeline' => 'Моя лента',
|
'myTimeline' => 'Моя лента',
|
||||||
'publicTimeline' => 'Глобальная лента',
|
'publicTimeline' => 'Глобальная лента',
|
||||||
'remoteFollow' => 'Remote Follow',
|
'remoteFollow' => 'Remote Follow',
|
||||||
|
|
Loading…
Reference in a new issue