mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
499 B
PHP
20 lines
499 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'Buscar',
|
|
'home' => 'Inicio',
|
|
'local' => 'Local',
|
|
'network' => 'Network',
|
|
'discover' => 'Descubre',
|
|
'viewMyProfile' => 'Ver mi perfil',
|
|
'myProfile' => 'Mi Perfil',
|
|
'myTimeline' => 'Mi Timeline',
|
|
'publicTimeline' => 'Timeline público',
|
|
'remoteFollow' => 'Seguidor Remoto',
|
|
'settings' => 'Configuraciones',
|
|
'admin' => 'Admin',
|
|
'logout' => 'Cerrar Sesión',
|
|
'directMessages' => 'Mensajes Directos',
|
|
'composePost' => 'Crear Post',
|
|
];
|