nextcloud/apps/comments/l10n/pt_BR.js

43 lines
2.6 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" : "Comentários",
"You commented" : "Você comentou",
"%1$s commented" : "%1$s comentou",
"{author} commented" : "{author} comentou",
"You commented on %1$s" : "Você comentou em %1$s",
"You commented on {file}" : "Você comentou sobre {file}",
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
"{author} commented on {file}" : "{author} comentou em {file}",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
"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",
"{user} mentioned you in a comment on “{file}”" : "{user} mencionou você em um comentário sobre “{file}”",
"Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Editar comentário",
2017-04-14 03:07:36 +03:00
"Delete comment" : "Excluir comentário",
2020-11-03 05:19:16 +03:00
"Cancel edit" : "Cancelar edição",
"Post comment" : "Postar comentário",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!",
2020-11-03 05:19:16 +03:00
"No more messages" : "Sem mais mensagens",
2020-10-21 05:18:44 +03:00
"Retry" : "Tentar novamente",
2020-11-03 05:19:16 +03:00
"Unable to load the comments list" : "Não foi possível carregar a lista de comentários",
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos"],
"_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"],
"Comment" : "Comentar",
2020-11-03 05:19:16 +03:00
"An error occurred while trying to edit the comment" : "Ocorreu um erro ao tentar editar o comentário",
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Comentário excluído",
2020-11-03 05:19:16 +03:00
"An error occurred while trying to delete the comment" : "Ocorreu um erro ao tentar excluir o comentário",
"An error occurred while trying to create the comment" : "Ocorreu um erro ao tentar criar o comentário",
2018-04-12 03:19:20 +03:00
"New comment …" : "Novo comentário",
2016-02-17 09:56:11 +03:00
"Post" : "Postar",
"Cancel" : "Cancelar",
2016-07-07 11:58:00 +03:00
"[Deleted user]" : "[Usuário excluído]",
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}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Ocorreu um erro ao postar o comentário"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n > 1);");