mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update navmenu.php
This commit is contained in:
parent
bce93ba53d
commit
a520443155
1 changed files with 15 additions and 9 deletions
|
@ -1,13 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
'search' => 'Buscar',
|
||||||
'viewMyProfile' => 'Ver perfil',
|
'home' => 'Inicio',
|
||||||
'myTimeline' => 'A miña liña temporal',
|
'local' => 'Local',
|
||||||
'publicTimeline' => 'Liña temporal pública',
|
'network' => 'Rede',
|
||||||
'remoteFollow' => 'Seguimento remoto',
|
'discover' => 'Descubrir',
|
||||||
'settings' => 'Axustes',
|
'viewMyProfile' => 'Ver perfil',
|
||||||
'admin' => 'Admin',
|
'myProfile' => 'O meu perfil',
|
||||||
'logout' => 'Saír',
|
'myTimeline' => 'Cronoloxía',
|
||||||
|
'publicTimeline' => 'Cronoloxía pública',
|
||||||
|
'remoteFollow' => 'Seguimento remoto',
|
||||||
|
'settings' => 'Axustes',
|
||||||
|
'admin' => 'Admin',
|
||||||
|
'logout' => 'Desconectar',
|
||||||
|
'directMessages' => 'Mensaxes directas',
|
||||||
|
'composePost' => 'Publicar',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue