nextcloud/apps/comments/l10n/pt_BR.js

37 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-10-18 03:06:51 +03:00
"Comments" : "Comentários",
2016-11-10 04:07:14 +03:00
"New comment …" : "Novo comentário",
2017-04-14 03:07:36 +03:00
"Delete comment" : "Excluir comentário",
2016-02-17 09:56:11 +03:00
"Post" : "Postar",
"Cancel" : "Cancelar",
"Edit comment" : "Editar comentário",
2016-07-07 11:58:00 +03:00
"[Deleted user]" : "[Usuário excluído]",
2016-11-10 04:07:14 +03:00
"No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!",
2017-04-26 03:07:43 +03:00
"More comments …" : "Mais comentários...",
2016-02-17 09:56:11 +03:00
"Save" : "Salvar",
2017-04-14 03:07:36 +03:00
"Allowed characters {count} of {max}" : "{count} de {max} caracteres permitidos",
2018-03-06 04:12:16 +03:00
"Error occurred while retrieving comment with ID {id}" : "Erro ao recuperar comentário com a ID {id}",
2017-04-14 03:07:36 +03:00
"Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com id {id}",
2017-06-15 03:08:40 +03:00
"Error occurred while posting comment" : "Ocorreu um erro ao postar o comentário",
2016-11-26 04:06:57 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos"],
2017-04-14 03:07:36 +03:00
"Comment" : "Comentar",
2016-05-10 10:30:51 +03:00
"You commented" : "Você comentou",
2017-06-14 03:08:39 +03:00
"%1$s commented" : "%1$s comentou",
2017-04-14 03:07:36 +03:00
"{author} commented" : "{author} comentou",
2016-11-26 04:06:57 +03:00
"You commented on %1$s" : "Você comentou em %1$s",
"You commented on {file}" : "Você comentou sobre {file}",
2017-04-14 03:07:36 +03:00
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
"{author} commented on {file}" : "{author} comentou em {file}",
2016-11-26 04:06:57 +03:00
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
2017-11-29 04:10:12 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário por um usuário que já foi excluído",
2016-11-29 20:03:24 +03:00
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”",
2018-01-04 12:48:31 +03:00
"Unknown user" : "Usuário desconhecido",
2017-11-28 04:09:52 +03:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Um usuário excluído (agora) mencionou você em um comentário sobre “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Um usuário (now) recém excluído mencionou você em um comentário sobre “{file}”"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n > 1);");