server/apps/comments/l10n/es.js

37 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-17 06:56:11 +00:00
OC.L10N.register(
"comments",
{
2016-10-18 00:06:51 +00:00
"Comments" : "Comentarios",
2016-11-14 01:07:06 +00:00
"Unknown user" : "Usuario desconocido",
2017-10-04 00:08:27 +00:00
"New comment …" : "Nuevo comentario",
2016-02-27 06:56:08 +00:00
"Delete comment" : "Borrar comentario",
"Post" : "Publicar",
2016-02-17 06:56:11 +00:00
"Cancel" : "Cancelar",
2016-02-27 06:56:08 +00:00
"Edit comment" : "Editar comentario",
"[Deleted user]" : "[Usuario eliminado]",
2016-09-05 00:09:10 +00:00
"No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
"More comments …" : "Más comentarios ...",
2016-02-17 06:56:11 +00:00
"Save" : "Guardar",
2016-02-27 06:56:08 +00:00
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
2016-07-06 13:28:06 +00: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",
2017-10-04 00:08:27 +00:00
"_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%nComentarios no leídos"],
"Comment" : "Comentar",
2016-05-09 06:08:23 +00:00
"You commented" : "Has comentado",
"%1$s commented" : "%1$s comentados",
2016-11-29 17:57:47 +00:00
"{author} commented" : "{author} comentó",
2016-11-30 01:07:16 +00:00
"You commented on %1$s" : "Has comentado en %1$s",
2017-10-04 00:08:27 +00:00
"You commented on {file}" : "Has comentado en {file}",
2016-09-01 00:09:24 +00:00
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
2016-11-29 17:57:47 +00:00
"{author} commented on {file}" : "{author} comentó en {file}",
2016-11-26 01:06:57 +00:00
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
2017-11-29 01:10:12 +00:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Te han mencionado en \"%s\", en un comentario por un usuario que después ha sido eliminado",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te han mencionado en \"{file}\", en un comentario de un usuario que después ha sido eliminado",
2016-11-30 01:07:16 +00:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
2017-11-28 01:09:52 +00:00
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”",
"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-02-17 06:56:11 +00:00
},
"nplurals=2; plural=(n != 1);");