nextcloud/apps/comments/l10n/gl.js

36 lines
2.3 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Comentarios",
"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",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que foi eliminado",
"{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»",
"Files app plugin to add comments to files" : "Engadido do aplicativo de ficheiros para engadir comentarios aos ficheirros",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Editar comentario",
2017-05-29 03:08:33 +03:00
"Delete comment" : "Eliminar comentario",
2019-01-17 04:12:15 +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!",
2019-01-17 04:12:15 +03:00
"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}",
2018-12-24 04:11:46 +03:00
"Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}",
2017-05-29 03:08:33 +03:00
"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"],
2019-04-04 03:13:21 +03:00
"_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"],
2017-05-29 03:08:33 +03:00
"Comment" : "Comentario",
2018-12-24 04:11:46 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Mencionárono en «%s», nun comentario dun usuario que foi eliminado",
2018-11-09 04:12:25 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");