Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/es/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'failedToSendResetLinkPleaseTryAgain' => 'No se ha podido enviar el enlace de restauración. Por favor, inténtalo de nuevo.',
'failedToSendVerificationCode' => 'No se ha podido enviar el código de verificación. Por favor, inténtalo de nuevo.',
'failedToVerifyAgePleaseTryAgain' => 'No se ha podido verificar la edad. Por favor, inténtalo de nuevo.',
'findYourPeople' => 'Find your people',
'findYourPeople' => 'Encuentra a tu gente',
'finishSignUp' => 'Finalizar el registro',
'follow' => 'Seguir',
'followers' => 'Seguidores',
Expand All @@ -81,7 +81,7 @@
'hashtagNotFound' => 'Etiqueta no encontrada',
'hashtagWeCouldntFind' => 'No hemos encontrado ningún vídeo para',
'iAlreadyHaveTheCode' => 'Ya tengo el código',
'instantly' => 'instantly',
'instantly' => 'al instante',
'invalidCodeLength' => 'Longitud del código no válida',
'invalidOrExpiredCode' => 'Código no válido o caducado',
'invalidVerificationCode' => 'Código de verificación no válido. Por favor, inténtalo de nuevo.',
Expand Down Expand Up @@ -162,7 +162,7 @@
'signUp' => 'Registrarse',
'skipForNow' => 'Omitir por ahora',
'somethingWentWrong' => 'Hubo algún problema',
'starterKits' => 'Starter Kits',
'starterKits' => 'Kits de inicio',
'status' => 'Estado',
'step' => 'Paso',
'suggestions' => 'Sugerencias',
Expand Down
52 changes: 26 additions & 26 deletions lang/es/notifications.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?php

return [
'activity' => 'Activity',
'allCaughtUp' => 'You\'re all caught up!',
'errorLoadingNotifications' => 'Error loading notifications',
'activity' => 'Actividad',
'allCaughtUp' => '¡Ya estás al día!',
'errorLoadingNotifications' => 'Error al cargar las notificaciones',
'messageTypes' => [
'videoLike' => 'liked your video',
'newFollower' => 'started following you',
'videoComment' => 'commented on your video',
'videoCommentReply' => 'replied to a comment on your video',
'videoCommentLike' => 'liked your comment',
'videoCommentReplyLike' => 'liked your comment reply',
'videoCommentShare' => 'shared your comment',
'videoCommentReplyShare' => 'shared your comment reply',
'videoShare' => 'shared your video',
'default' => 'interacted with your content',
'videoLike' => 'le ha gustado tu vídeo',
'newFollower' => 'ha comenzado a seguirte',
'videoComment' => 'ha comentado en tu vídeo',
'videoCommentReply' => 'respondió a un comentario en tu vídeo',
'videoCommentLike' => 'le dio "me gusta" a tu comentario',
'videoCommentReplyLike' => 'le dio "me gusta" a tu respuesta',
'videoCommentShare' => 'compartió tu comentario',
'videoCommentReplyShare' => 'compartió tu respuesta',
'videoShare' => 'compartió tu vídeo',
'default' => 'interactuó con tu contenido',
],
'messages' => 'Messages',
'messagesWillAppearHere' => 'Messages will appear here',
'newFollowers' => 'New Followers',
'newFollowersWillAppearHere' => 'New followers will appear here',
'newStarterKitWillAppearHere' => 'New starter kit notifications will appear here',
'noMessages' => 'No Messages',
'noNewFollowers' => 'No new followers',
'noNotifications' => 'No notifications',
'noStarterKits' => 'No starter kit notifications',
'noSystemNotifications' => 'No System Notifications',
'starterKits' => 'Starter Kits',
'system' => 'System',
'systemNotificationsWillAppearHere' => 'System notifications will appear here',
'messages' => 'Mensajes',
'messagesWillAppearHere' => 'Los mensajes aparecerán aquí',
'newFollowers' => 'Nuevos seguidores',
'newFollowersWillAppearHere' => 'Los nuevos seguidores aparecerán aquí',
'newStarterKitWillAppearHere' => 'Las notificaciones sobre nuevos kits de inicio aparecerán aquí',
'noMessages' => 'No hay mensajes',
'noNewFollowers' => 'No hay nuevos seguidores',
'noNotifications' => 'Sin notificaciones',
'noStarterKits' => 'Sin notificaciones de kit de inicio',
'noSystemNotifications' => 'No hay notificaciones del sistema',
'starterKits' => 'Kits de inicio',
'system' => 'Sistema',
'systemNotificationsWillAppearHere' => 'Las notificaciones del sistema aparecerán aquí',
];
Loading