server/apps/comments/l10n/es.js

35 lines
2.2 KiB
JavaScript
Raw Normal View History

2016-02-17 06:56:11 +00:00
OC.L10N.register(
"comments",
{
2018-04-12 00:19:20 +00:00
"Edit comment" : "Editar comentario",
2016-02-27 06:56:08 +00:00
"Delete comment" : "Borrar comentario",
2018-04-12 00:19:20 +00:00
"New comment …" : "Nuevo comentario",
2016-02-27 06:56:08 +00:00
"Post" : "Publicar",
2016-02-17 06:56:11 +00:00
"Cancel" : "Cancelar",
2016-02-27 06:56:08 +00:00
"[Deleted user]" : "[Usuario eliminado]",
2018-07-26 00:12:01 +00:00
"Comments" : "Comentarios",
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}",
2018-03-06 01:12:16 +00:00
"Error occurred while retrieving comment with ID {id}" : "Se ha producido un error al obtener el comentario con ID {id}",
2016-07-06 13:28:06 +00:00
"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 “{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",
2017-11-28 01:09:52 +00:00
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”",
2018-08-30 00:12:07 +00:00
"Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos.",
2018-11-23 01:12:51 +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",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”"
2016-02-17 06:56:11 +00:00
},
"nplurals=2; plural=(n != 1);");