nextcloud/apps/comments/l10n/es.js

35 lines
2.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-10-18 03:06:51 +03:00
"Comments" : "Comentarios",
2016-11-14 04:07:06 +03:00
"Unknown user" : "Usuario desconocido",
2016-09-05 03:09:10 +03:00
"New comment …" : "Comentario nuevo",
2016-02-27 09:56:08 +03:00
"Delete comment" : "Borrar comentario",
"Post" : "Publicar",
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancelar",
2016-02-27 09:56:08 +03:00
"Edit comment" : "Editar comentario",
"[Deleted user]" : "[Usuario eliminado]",
2016-09-05 03:09:10 +03:00
"No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
"More comments …" : "Más comentarios ...",
2016-02-17 09:56:11 +03:00
"Save" : "Guardar",
2016-02-27 09:56:08 +03:00
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
2016-07-06 16:28:06 +03:00
"Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}",
"Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}",
"Error occurred while posting comment" : "Se ha producido un error al enviar el comentario",
2016-10-08 03:06:50 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"],
2016-05-09 09:08:23 +03:00
"Comment" : "Comentario",
"You commented" : "Has comentado",
"%1$s commented" : "%1$s comentados",
2016-11-29 20:57:47 +03:00
"{author} commented" : "{author} comentó",
2016-11-30 04:07:16 +03:00
"You commented on %1$s" : "Has comentado en %1$s",
2016-11-29 20:57:47 +03:00
"You commented on {file}" : "Usted comentó Has comentado en {file}",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
2016-11-29 20:57:47 +03:00
"{author} commented on {file}" : "{author} comentó en {file}",
2016-11-26 04:06:57 +03:00
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
2016-11-29 20:57:47 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) eliminado, te mencionó en un comentario en “{file}”",
2016-11-30 04:07:16 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
2017-03-27 03:07:55 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");