mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-15 00:20:09 +00:00
28 lines
No EOL
726 B
PHP
28 lines
No EOL
726 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'Centro de Ayuda',
|
|
'whatsnew' => 'What\'s New',
|
|
|
|
'gettingStarted' => 'Getting Started',
|
|
'sharingMedia' => 'Sharing Media',
|
|
'profile' => 'Perfil',
|
|
'stories' => 'Historias',
|
|
'hashtags' => 'Hashtags',
|
|
'discover' => 'Descubre',
|
|
'directMessages' => 'Mensajes Directos',
|
|
'timelines' => 'Timelines',
|
|
'embed' => 'Embed',
|
|
|
|
'communityGuidelines' => 'Community Guidelines',
|
|
'whatIsTheFediverse' => 'Que 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'
|
|
|
|
]; |