From d9e673910b2095cd08ca11f48ef9cff80676ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Tue, 6 Dec 2022 07:40:16 +0100 Subject: [PATCH] Updated translation --- src/intl/es.js | 114 ++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/src/intl/es.js b/src/intl/es.js index 11c2d408..6286c5bc 100644 --- a/src/intl/es.js +++ b/src/intl/es.js @@ -282,94 +282,94 @@ export default { noContent: '(Sin contenido)', noStatuses: 'No hay toots para denunciar', // Status options - unpinFromProfile: 'Unpin from profile', - pinToProfile: 'Pin to profile', - muteConversation: 'Mute conversation', - unmuteConversation: 'Unmute conversation', - bookmarkStatus: 'Bookmark toot', - unbookmarkStatus: 'Unbookmark toot',Comentarios adicionales - deleteAndRedraft: 'Delete and redraft', - reportStatus: 'Report toot', - shareStatus: 'Share toot', - copyLinkToStatus: 'Copy link to toot', + unpinFromProfile: 'Dejar de fijar en el perfil', + pinToProfile: 'Fijar en el perfil', + muteConversation: 'Silenciar conversación', + unmuteConversation: 'Dejar de silenciar conversación', + bookmarkStatus: 'Poner marcador al toot', + unbookmarkStatus: 'Quitar marcador al toot', + deleteAndRedraft: 'Borrar y volver a redactar', + reportStatus: 'Denunciar toot', + shareStatus: 'Compartir toot', + copyLinkToStatus: 'Copiar enlace al toot', // Account profile - profileForAccount: 'Profile for {account}', - statisticsAndMoreOptions: 'Stats and more options', + profileForAccount: 'Perfil para {account}', + statisticsAndMoreOptions: 'Estadísticas y más opciones', statuses: 'Toots', - follows: 'Follows', - followers: 'Followers', - moreOptions: 'More options', - followersLabel: 'Followed by {count}', - followingLabel: 'Follows {count}', - followLabel: `Follow {requested, select, - true {(follow requested)} + follows: 'Siguiendo', + followers: 'Seguidores', + moreOptions: 'Más opciones', + followersLabel: '{count} te ha seguido', + followingLabel: 'Has seguido a {count}', + followLabel: `Seguimiento {requested, select, + true {(solicitud de seguimiento)} other {} }`, - unfollowLabel: `Unfollow {requested, select, - true {(follow requested)} + unfollowLabel: `Dejar de seguir {requested, select, + true {(solicitud de seguimiento)} other {} }`, - notify: 'Subscribe to {account}', - denotify: 'Unsubscribe from {account}', - subscribedAccount: 'Subscribed to account', - unsubscribedAccount: 'Unsubscribed from account', - unblock: 'Unblock', - nameAndFollowing: 'Name and following', - clickToSeeAvatar: 'Click to see avatar', - opensInNewWindow: '{label} (opens in new window)', - blocked: 'Blocked', - domainHidden: 'Domain hidden', - muted: 'Muted', - followsYou: 'Follows you', - avatarForAccount: 'Avatar for {account}', - fields: 'Fields', - accountHasMoved: '{account} has moved:', - profilePageForAccount: 'Profile page for {account}', + notify: 'Suscribirse a {account}', + denotify: 'Cancelar suscripción a {account}', + subscribedAccount: 'Te has suscrito a la cuenta', + unsubscribedAccount: 'Has cancelado tu suscripción a la cuenta', + unblock: 'Desbloquear', + nameAndFollowing: 'Nombre y seguimientos', + clickToSeeAvatar: 'Haz clic para ver el avatar', + opensInNewWindow: '{label} (Se abre en nueva ventana)', + blocked: 'Bloqueado', + domainHidden: 'Dominio oculto', + muted: 'Silenciado', + followsYou: 'Te está siguiendo', + avatarForAccount: 'Avatar para {account}', + fields: 'Campos', + accountHasMoved: '{account} se ha trasladado:', + profilePageForAccount: 'Página de perfil para {account}', // About page - about: 'About', - aboutApp: 'About Pinafore', + about: 'Acerca de', + aboutApp: 'Acerca de Pinafore', aboutAppDescription: `

- Pinafore is + Pinafore es free and open-source software - created by + href="https://github.com/nolanlawson/pinafore">software libre y de código abierto + creado por Nolan Lawson - and distributed under the + y distribuido bajo la GNU Affero General Public License.

-

Privacy Policy

+

Política de privacidad

- Pinafore does not store any personal information on its servers, - including but not limited to names, email addresses, - IP addresses, posts, and photos. + Pinafore no almacena ninguna información personal en sus servidores, + incluyendo, pero no limitándose a nombres, direcciones de correo electrónico, + direcciones IP, posts y fotos.

- Pinafore is a static site. All data is stored locally in your browser and shared with the fediverse - instance(s) you connect to. + Pinafore es un sitio estático. Todos los datos son almacenados en tu navegador y compartidos con las instancias del fediverso + a las que te conectas.

-

Credits

+

Créditos

- Icons provided by Font Awesome. + Iconos proporcionados por Font Awesome.

- Logo thanks to "sailboat" by Gregor Cresnar from + Logo gracias a "sailboat" por Gregor Cresnar, de the Noun Project.

`, // Settings - settings: 'Settings', + settings: 'Opciones de configuración', general: 'General', - generalSettings: 'General settings', - showSensitive: 'Show sensitive media by default', - showPlain: 'Show a plain gray color for sensitive media', - allSensitive: 'Treat all media as sensitive', + generalSettings: 'Opciones generales', + showSensitive: 'Mostrar multimedia sensible por defecto', + showPlain: 'Mostrar un color gris liso para multimedia sensible', + allSensitive: 'Tratar todo el multimedia como sensible', largeMedia: 'Show large inline images and videos', autoplayGifs: 'Autoplay animated GIFs', hideCards: 'Hide link preview cards',