social/l10n/es.js

70 wiersze
4.6 KiB
JavaScript
Czysty Zwykły widok Historia

2019-07-12 02:44:39 +00:00
OC.L10N.register(
"social",
{
2019-07-13 02:49:17 +00:00
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "¡🎉 Nextcloud pasa a ser parte de las redes sociales federadas!",
"Open documentation" : "Abrir la documentación",
"Social app setup" : "Configuración de la app Social",
"ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app." : "ActivityPub necesita una URL fija para hacer únicas las entradas. Nota: esto no puede cambiarse más tarde sin reiniciar la app Social.",
"ActivityPub URL base" : "URL base de ActivityPub",
2019-07-12 02:44:39 +00:00
"Finish setup" : "Completar configuración",
"The Social app needs to be set up by the server administrator." : "La app Social necesita ser configurada por el administrador del servidor.",
2019-07-13 02:49:17 +00:00
"Home" : "Inicio",
2019-07-12 02:44:39 +00:00
"Direct messages" : "Mensajes directos",
"Notifications" : "Notificaciones",
"Profile" : "Perfil",
2019-07-30 02:48:31 +00:00
"Liked" : "Me gusta",
2019-07-13 02:49:17 +00:00
"Local timeline" : "Timeline local",
2019-07-12 02:44:39 +00:00
"Global timeline" : "Timeline global",
"Following" : "Siguiendo",
2019-07-13 02:49:17 +00:00
"Post publicly" : "Publicar públicamente",
"Post to followers" : "Publicar para seguidores",
"Post to recipients" : "Publicar para destinatarios",
"Post unlisted" : "Publicar sin lista",
2019-07-12 02:44:39 +00:00
"Public" : "Público",
2019-07-13 02:49:17 +00:00
"Post to public timelines" : "Publicar en timelines públicos",
"Unlisted" : "Sin listar",
"Do not post to public timelines" : "No publicar a timelines públicos.",
2019-07-12 02:44:39 +00:00
"Followers" : "Seguidores",
2019-07-13 02:49:17 +00:00
"Post to followers only" : "Publicar solo para seguidores",
2019-07-12 02:44:39 +00:00
"Direct" : "Directo",
2019-07-13 02:49:17 +00:00
"Post to mentioned users only" : "Publicar solo para usuarios mencionados",
2019-07-12 02:44:39 +00:00
"Unfollow" : "Dejar de seguir",
"Follow" : "Seguir",
2019-07-13 02:49:17 +00:00
"posts" : "entradas",
2019-07-12 02:44:39 +00:00
"following" : "Siguiendo a",
"followers" : "Seguidores",
"No results found" : "No se han encontrado resultados",
2019-07-13 02:49:17 +00:00
"There were no results for your search:" : "No ha habido resultados para tu búsqueda:",
2019-07-12 02:44:39 +00:00
"Searching for" : "Buscando",
"No posts found" : "No se han encontrado entradas",
2019-07-13 02:49:17 +00:00
"Posts from people you follow will show up here" : "Las entradas de gente a la que sigues aparecerán aquí",
2019-07-12 02:44:39 +00:00
"No direct messages found" : "No se han encontrado mensajes directos",
2019-07-13 02:49:17 +00:00
"Posts directed to you will show up here" : "Las entradas dirigidas a ti aparecerán aquí",
2019-07-12 02:44:39 +00:00
"No local posts found" : "No se han encontrado entradas locales",
2019-07-13 02:49:17 +00:00
"Posts from other people on this instance will show up here" : "Las entradas de otras personas en esta instancia aparecerán aquí",
"No global posts found" : "No se han encontrado entradas globales",
"Posts from federated instances will show up here" : "Las entradas de instancias federadas aparecerán aquí",
2019-07-12 02:44:39 +00:00
"No posts found for this tag" : "No se han encontrado post para este tag",
"Reply" : "Responder",
2019-07-13 02:49:17 +00:00
"Like" : "Me gusta",
2019-07-12 02:44:39 +00:00
"More actions" : "Más acciones",
"Delete post" : "Borrar post",
2019-07-13 02:49:17 +00:00
"Follow on Nextcloud Social" : "Seguir en Nextcloud Social",
2019-07-12 02:44:39 +00:00
"Hello" : "Hola",
"Please confirm that you want to follow this account:" : "Por favor confirme que desea seguir esta cuenta:",
2019-07-13 02:49:17 +00:00
"You are following this account" : "Estás siguiendo a esta cuenta",
2019-07-12 02:44:39 +00:00
"Close" : "Cerrar",
2019-07-13 02:49:17 +00:00
"You are going to follow:" : "Vas a seguir a:",
2019-07-12 02:44:39 +00:00
"name@domain of your federation account" : "nombre@dominio de su cuenta federada",
"Continue" : "Continuar",
2019-07-13 02:49:17 +00:00
"This step is needed as the user is probably not registered on the same server as you are. We will redirect you to your homeserver to follow this account." : "Este paso es necesario porque el usuario probablemente no está registrado en el mismo servidor que tú. Te redirigiremos a tu servidor para seguir a esta cuenta.",
"User not found" : "Usuario no encontrado",
"Sorry, we could not find the account of {userId}" : "Lo sentimos, no hemos podido encontrar la cuenta de {userId}",
"Nextcloud becomes part of the federated social networks!" : "¡Nextcloud pasa a ser parte de las redes sociales federadas!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Hemos creado automáticamente una cuenta en Social para ti. Tu ID en Social es la misma que tu ID de nube federada:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Dado que es eres nuevo en Social, empieza siguiendo la cuenta oficial de Nextcloud para no perderte ninguna noticia",
"Follow Nextcloud on mastodon.xyz" : "Seguir a Nextcloud en mastodon.xyz"
2019-07-12 02:44:39 +00:00
},
"nplurals=2; plural=(n != 1);");