mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
14 lines
276 B
PHP
14 lines
276 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'viewMyProfile' => 'Ver perfil',
|
||
|
'myTimeline' => 'A miña liña temporal',
|
||
|
'publicTimeline' => 'Liña temporal pública',
|
||
|
'remoteFollow' => 'Seguimento remoto',
|
||
|
'settings' => 'Axustes',
|
||
|
'admin' => 'Admin',
|
||
|
'logout' => 'Saír',
|
||
|
|
||
|
];
|