mirror of https://github.com/pixelfed/pixelfed
Merge pull request #5676 from Uthanien/staging
New variable for lan spanish on auth, profile, helpcenter, navmenu an…pull/5718/head
commit
9a0dacff0c
@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'helpcenter' => 'Centro de Ayuda',
|
||||||
|
'whatsnew' => 'Novedades',
|
||||||
|
|
||||||
|
'gettingStarted' => 'Primeros Pasos',
|
||||||
|
'sharingMedia' => 'Compartiendo Medios',
|
||||||
|
'profile' => 'Perfil',
|
||||||
|
'stories' => 'Historias',
|
||||||
|
'hashtags' => 'Hashtags',
|
||||||
|
'discover' => 'Descubre',
|
||||||
|
'directMessages' => 'Mensajes Directos',
|
||||||
|
'timelines' => 'Timelines',
|
||||||
|
'embed' => 'Embed',
|
||||||
|
|
||||||
|
'communityGuidelines' => 'Community Guidelines',
|
||||||
|
'whatIsTheFediverse' => '¿Qué es el fediverso?',
|
||||||
|
'controllingVisibility' => 'Controlando la Visibilidad',
|
||||||
|
'blockingAccounts' => 'Bloqueando Cuentas',
|
||||||
|
'safetyTips' => 'Tips de Seguridad',
|
||||||
|
'reportSomething' => 'Reportar Algo',
|
||||||
|
'dataPolicy' => 'Política sobre datos',
|
||||||
|
|
||||||
|
'taggingPeople' => 'Etiquetando Personas'
|
||||||
|
|
||||||
|
];
|
@ -0,0 +1,19 @@
|
|||||||
|
<?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',
|
||||||
|
];
|
Loading…
Reference in New Issue