2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2017-05-29 03:08:33 +03:00
|
|
|
"Comments" : "Comentarios",
|
2018-04-12 03:19:44 +03:00
|
|
|
"Edit comment" : "Editar comentario",
|
2017-05-29 03:08:33 +03:00
|
|
|
"Delete comment" : "Eliminar comentario",
|
2018-04-12 03:19:44 +03:00
|
|
|
"New comment …" : "Comentario novo …",
|
2017-05-29 03:08:33 +03:00
|
|
|
"Post" : "Publicar",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Cancelar",
|
2017-05-29 03:08:33 +03:00
|
|
|
"[Deleted user]" : "[Usuario eliminado]",
|
|
|
|
"No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!",
|
|
|
|
"More comments …" : "Máis comentarios …",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Gardar",
|
2017-05-29 03:08:33 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
|
|
|
"Error occurred while updating comment with id {id}" : "Produciuse un erro ao actualizar o comentario co ID {id}",
|
|
|
|
"Error occurred while posting comment" : "Produciuse un erro ao publicar o comentario",
|
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
|
|
|
|
"Comment" : "Comentario",
|
|
|
|
"You commented" : "Vostede comentou",
|
|
|
|
"%1$s commented" : "%1$s comentados",
|
|
|
|
"{author} commented" : "{author} comentou",
|
|
|
|
"You commented on %1$s" : "Vostede comentou en %1$s",
|
|
|
|
"You commented on {file}" : "Vostede comentou en {file}",
|
|
|
|
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
|
|
|
|
"{author} commented on {file}" : "{author} comentou en {file}",
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
|
|
|
|
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»",
|
2017-11-28 04:09:52 +03:00
|
|
|
"{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»",
|
2018-01-04 12:48:31 +03:00
|
|
|
"Unknown user" : "Usuario descoñecido",
|
2017-11-28 04:09:52 +03:00
|
|
|
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «%s»",
|
|
|
|
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (agora) eliminado, mencionouno a vostede nun comentario en «{file}»"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|