From 19d83bd7dfd52b44f5fd26f5598f41a6f3067e0f Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 16 Sep 2026 09:07:05 +0930 Subject: [PATCH] New translations helpcenter.php (Spanish) [ci skip] --- lang/es-ES/helpcenter.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lang/es-ES/helpcenter.php b/lang/es-ES/helpcenter.php index 01c4595cc..5cb73617c 100644 --- a/lang/es-ES/helpcenter.php +++ b/lang/es-ES/helpcenter.php @@ -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', ];