mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
New translations web.php (Spanish)
[ci skip]
This commit is contained in:
parent
f72a3e2a78
commit
2c83df8a0f
1 changed files with 118 additions and 118 deletions
|
@ -3,176 +3,176 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Comentario',
|
||||
'commented' => 'Comentado',
|
||||
'comments' => 'Comentarios',
|
||||
'like' => 'Me gusta',
|
||||
'liked' => 'Te gusta',
|
||||
'likes' => 'Me gustas',
|
||||
'share' => 'Compartir',
|
||||
'shared' => 'Compartido',
|
||||
'shares' => 'Compartidos',
|
||||
'unshare' => 'No compartir',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'cancel' => 'Cancelar',
|
||||
'copyLink' => 'Copiar Enlace',
|
||||
'delete' => 'Eliminar',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'errorMsg' => 'Algo fue mal. Por favor inténtelo de nuevo más tarde.',
|
||||
'oops' => 'Upss!',
|
||||
'other' => 'Otros',
|
||||
'readMore' => 'Ver más',
|
||||
'success' => 'Correcto',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Sensible',
|
||||
'sensitiveContent' => 'Contenido Sensible',
|
||||
'sensitiveContentWarning' => 'Este post podría tener contenido sensible',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Términos de Uso',
|
||||
'privacy' => 'Política de Privacidad',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Buscar',
|
||||
'admin' => 'Panel de Administrador',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Feed Principal',
|
||||
'localFeed' => 'Feed Local',
|
||||
'globalFeed' => 'Feed Global',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Descubre',
|
||||
'directMessages' => 'Mensajes Directos',
|
||||
'notifications' => 'Notificaciones',
|
||||
'groups' => 'Grupos',
|
||||
'stories' => 'Historias',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'profile' => 'Perfil',
|
||||
'drive' => 'Multimedia',
|
||||
'settings' => 'Ajustes',
|
||||
'compose' => 'Crear Nuevo',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Acerca de',
|
||||
'help' => 'Ayuda',
|
||||
'language' => 'Idioma',
|
||||
'privacy' => 'Privacidad',
|
||||
'terms' => 'Términos',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Volver al diseño anterior'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Entrada',
|
||||
'sent' => 'Enviado',
|
||||
'requests' => 'Solicitudes'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'le gustó tu',
|
||||
'commented' => 'comentó en tu',
|
||||
'reacted' => 'reaccionó a tu',
|
||||
'shared' => 'ha compartido tu',
|
||||
'tagged' => 'te ha etiquetado en',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'actualizó una',
|
||||
'sentA' => 'envió un',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'followed' => 'te siguió',
|
||||
'mentioned' => 'te mencionó',
|
||||
'you' => 'you',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Tu solicitud para unirse',
|
||||
'applicationApproved' => 'ha sido aprobada!',
|
||||
'applicationRejected' => 'ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'dm' => 'md',
|
||||
'groupPost' => 'publicación de grupo',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'post' => 'publicación',
|
||||
'story' => 'historia',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Compartir a seguidores',
|
||||
'shareToOther' => 'Compartir a otros',
|
||||
'noLikes' => 'No hay me gustas',
|
||||
'uploading' => 'Subiendo',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'posts' => 'Publicaciones',
|
||||
'followers' => 'Seguidores',
|
||||
'following' => 'Siguiendo',
|
||||
'admin' => 'Administrador',
|
||||
'collections' => 'Colecciones',
|
||||
'follow' => 'Seguir',
|
||||
'unfollow' => 'Dejar de seguir',
|
||||
'editProfile' => 'Editar Perfil',
|
||||
'followRequested' => 'Seguimiento Solicitado',
|
||||
'joined' => 'Se unió',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Ver Publicación',
|
||||
'viewProfile' => 'Ver Perfil',
|
||||
'moderationTools' => 'Herramientas de Moderación',
|
||||
'report' => 'Reportar',
|
||||
'archive' => 'Archivar',
|
||||
'unarchive' => 'No Archivar',
|
||||
'embed' => 'Incrustar',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'selectOneOption' => 'Escoge una de las siguientes opciones',
|
||||
'unlistFromTimelines' => 'No listar en Líneas Temporales',
|
||||
'addCW' => 'Añadir Spoiler',
|
||||
'removeCW' => 'Quitar Spoiler',
|
||||
'markAsSpammer' => 'Marcar como Spammer',
|
||||
'markAsSpammerText' => 'No listar + Spoiler publicaciones actuales y futuras',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'sensitive' => 'Contenido Sensible',
|
||||
'abusive' => 'Abusivo o Dañino',
|
||||
'underageAccount' => 'Cuenta de Menor de Edad',
|
||||
'copyrightInfringement' => 'Violación de Copyright',
|
||||
'impersonation' => 'Suplantación',
|
||||
'scamOrFraud' => 'Scam o Fraude',
|
||||
'confirmReport' => 'Confirmar Reporte',
|
||||
'confirmReportText' => '¿Seguro que quieres reportar esta publicación?',
|
||||
'reportSent' => '¡Reporte enviado!',
|
||||
'reportSentText' => 'Hemos recibido tu reporte de forma satisfactoria.',
|
||||
'reportSentError' => 'Hubo un problema reportando esta publicación.',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
||||
'modAddCWConfirm' => '¿Seguro que desea añadir un spoiler a esta publicación?',
|
||||
'modCWSuccess' => 'Spoiler añadido correctamente',
|
||||
'modRemoveCWConfirm' => '¿Seguro que desea eliminar el spoiler de esta publicación?',
|
||||
'modRemoveCWSuccess' => 'Spoiler eliminado correctamente',
|
||||
'modUnlistConfirm' => '¿Seguro que desea no listar esta publicación?',
|
||||
'modUnlistSuccess' => 'Publicación no listada correctamente',
|
||||
'modMarkAsSpammerConfirm' => '¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.',
|
||||
'modMarkAsSpammerSuccess' => 'Cuenta marcada como spam correctamente',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'a Seguidores',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'Mostrar subtítulos',
|
||||
'showLikes' => 'Mostrar me gustas',
|
||||
'compactMode' => 'Modo Compacto',
|
||||
'embedConfirmText' => 'Usando este incrustado, usted acepta',
|
||||
|
||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
||||
'deletePostConfirm' => '¿Seguro que desea eliminar esta publicación?',
|
||||
'archivePostConfirm' => '¿Seguro que desea archivar esta publicación?',
|
||||
'unarchivePostConfirm' => '¿Seguro que desea desarchivar esta publicación?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Añadir Historia'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'Gente que podrías conocer'
|
||||
]
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue