2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2019-02-27 04:12:05 +03:00
"Comments" : "Comentarios" ,
"You commented" : "Has comentado" ,
"%1$s commented" : "%1$s comentados" ,
"{author} commented" : "{author} comentó" ,
"You commented on %1$s" : "Has comentado en %1$s" ,
"You commented on {file}" : "Has comentado en {file}" ,
"%1$s commented on %2$s" : "%1$s comentados en %2$s" ,
"{author} commented on {file}" : "{author} comentó en {file}" ,
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos" ,
"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" ,
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”" ,
"Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos." ,
2018-04-12 03:19:20 +03:00
"Edit comment" : "Editar comentario" ,
2016-02-27 09:56:08 +03:00
"Delete comment" : "Borrar comentario" ,
2020-10-23 05:18:51 +03:00
"Cancel edit" : "Cacelar edición" ,
"Post comment" : "Publicar comentario" ,
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!" ,
2020-10-23 05:18:51 +03:00
"No more messages" : "No hay más mensajes" ,
2020-10-21 05:18:44 +03:00
"Retry" : "Reintentar" ,
2020-10-23 05:18:51 +03:00
"Unable to load the comments list" : "No se pudo cargar la lista de comentarios" ,
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : [ "%n comentario sin leer" , "%n comentarios no leídos" ] ,
"_1 new comment_::_{unread} new comments_" : [ "1 comentario nuevo" , "{unread} comentarios nuevos" ] ,
"Comment" : "Comentar" ,
2020-10-23 05:18:51 +03:00
"An error occurred while trying to edit the comment" : "Ocurrió un error intentando editar el comentario" ,
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Comentario borrado" ,
2020-10-23 05:18:51 +03:00
"An error occurred while trying to delete the comment" : "Ocurrió un error intentando borrar el comentario" ,
"An error occurred while trying to create the comment" : "Ocurrió un error intentando crear el comentario" ,
2020-03-06 05:18:23 +03:00
"New comment …" : "Nuevo comentario …" ,
2016-02-27 09:56:08 +03:00
"Post" : "Publicar" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancelar" ,
2016-02-27 09:56:08 +03:00
"[Deleted user]" : "[Usuario eliminado]" ,
2020-03-06 05:18:23 +03:00
"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}" ,
2018-03-06 04:12:16 +03:00
"Error occurred while retrieving comment with ID {id}" : "Se ha producido un error al obtener el comentario con ID {id}" ,
2016-07-06 16:28:06 +03:00
"Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}" ,
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Se ha producido un error al enviar el comentario"
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;