nextcloud/apps/comments/l10n/pt_BR.js

35 lines
2.1 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
"Unknown user" : "Usuário desconhecido",
"New comment …" : "Novo comentário",
2017-03-30 03:07:41 +03:00
"Delete comment" : "Apagar 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!",
"More comments …" : "Mais comentários ...",
2016-02-17 09:56:11 +03:00
"Save" : "Salvar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
2016-07-06 16:28:06 +03:00
"Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com o id {id}",
2016-06-28 08:57:10 +03:00
"Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com o id {id}",
2016-07-06 16:28:06 +03:00
"Error occurred while posting comment" : "Ocorreu um erro durante a postagem do 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"],
2016-05-10 10:30:51 +03:00
"Comment" : "Comentário",
"You commented" : "Você comentou",
"%1$s commented" : "%1$s comentado",
2016-11-26 04:06:57 +03:00
"{author} commented" : "{author} comentado",
"You commented on %1$s" : "Você comentou em %1$s",
"You commented on {file}" : "Você comentou sobre {file}",
2016-08-16 03:10:47 +03:00
"%1$s commented on %2$s" : "%1$s comentado em %2$s",
2016-11-26 04:06:57 +03:00
"{author} commented on {file}" : "{author} comentado em {file}",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
2017-03-30 03:07:41 +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 excluído (agora) mencionou você em um comentário sobre “{file}”",
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-03-27 03:07:55 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n > 1);");