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.
28 lines
732 B
PHP
28 lines
732 B
PHP
<?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'
|
|
|
|
]; |