|
|
|
|
@ -2,27 +2,27 @@
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'helpcenter' => '',
|
|
|
|
|
'whatsnew' => '',
|
|
|
|
|
'helpcenter' => 'Centro de ayuda',
|
|
|
|
|
'whatsnew' => 'Qué hay nuevo',
|
|
|
|
|
|
|
|
|
|
'gettingStarted' => '',
|
|
|
|
|
'sharingMedia' => '',
|
|
|
|
|
'profile' => '',
|
|
|
|
|
'stories' => '',
|
|
|
|
|
'hashtags' => '',
|
|
|
|
|
'discover' => '',
|
|
|
|
|
'directMessages' => '',
|
|
|
|
|
'timelines' => '',
|
|
|
|
|
'embed' => '',
|
|
|
|
|
'gettingStarted' => 'Empezando',
|
|
|
|
|
'sharingMedia' => 'Compartir medios',
|
|
|
|
|
'profile' => 'Perfil',
|
|
|
|
|
'stories' => 'Historias',
|
|
|
|
|
'hashtags' => 'Hashtags',
|
|
|
|
|
'discover' => 'Descubrir',
|
|
|
|
|
'directMessages' => 'Mensajes Directos',
|
|
|
|
|
'timelines' => 'Cronología',
|
|
|
|
|
'embed' => 'Insertar',
|
|
|
|
|
|
|
|
|
|
'communityGuidelines' => '',
|
|
|
|
|
'whatIsTheFediverse' => '',
|
|
|
|
|
'controllingVisibility' => '',
|
|
|
|
|
'blockingAccounts' => '',
|
|
|
|
|
'safetyTips' => '',
|
|
|
|
|
'reportSomething' => '',
|
|
|
|
|
'dataPolicy' => '',
|
|
|
|
|
'communityGuidelines' => 'Normas de la comunidad',
|
|
|
|
|
'whatIsTheFediverse' => '¿Qué es el fediverso?',
|
|
|
|
|
'controllingVisibility' => 'Controlar la visibilidad',
|
|
|
|
|
'blockingAccounts' => 'Bloqueo de cuentas',
|
|
|
|
|
'safetyTips' => 'Consejos de seguridad',
|
|
|
|
|
'reportSomething' => 'Reportar Algo',
|
|
|
|
|
'dataPolicy' => 'Política de datos',
|
|
|
|
|
|
|
|
|
|
'taggingPeople' => '',
|
|
|
|
|
'taggingPeople' => 'Etiquetar personas',
|
|
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|