mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
14 lines
306 B
PHP
14 lines
306 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',
|
|
|
|
];
|