1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-24 07:00:46 +00:00

Merge pull request #5676 from Uthanien/staging

New variable for lan spanish on auth, profile, helpcenter, navmenu an…
This commit is contained in:
daniel 2025-02-09 06:06:40 -07:00 committed by GitHub
commit 9a0dacff0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 1 deletions

View file

@ -15,5 +15,5 @@ return [
'failed' => 'Los datos introducidos no son válidos.',
'throttle' => 'Demasiados intentos de iniciar sesión. Por favor, inténtalo de nuevo en :seconds segundos.',
'verifyYourEmailAddress' => ' - Verifica tu dirección de Correo',
];

View file

@ -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'
];

View file

@ -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',
];

View file

@ -4,5 +4,18 @@ return [
'emptyTimeline' => '¡Este usuario todavía no ha publicado nada!',
'emptyFollowers' => '¡Este usuario todavía no tiene seguidores!',
'emptyFollowing' => '¡Este usuario todavía no está siguiendo a nadie!',
'emptySaved' => '¡No has guardado ninguna foto aún!',
'savedWarning' => 'Solamente tú puedes ver lo que has guardado',
'privateProfileWarning' => 'Esta cuenta es Privada',
'alreadyFollow' => '¿Ya sigues a :username?',
'loginToSeeProfile' => 'para ver sus fotos y videos.',
'status.disabled.header' => 'Perfil no disponible',
'status.disabled.body' => 'Disculpa, este perfil no está disponible en este momento. Por favor intenta nuevamente luego.',
'block.domain.max' => '¡Alcanzaste el limite máximo de dominios bloqueados! Tú solo puedes bloquear :max dominios por el momento. Pregúntale a tu administrador para ajustar este limite.',
'mutedAccounts' => 'Cuentas Silenciadas',
'blockedAccounts' => 'Cuentas Bloqueadas',
'blockedDomains' => 'Dominios Bloqueados',
];

View file