43 lines
2.6 KiB
JavaScript
43 lines
2.6 KiB
JavaScript
OC.L10N.register(
|
|
"comments",
|
|
{
|
|
"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",
|
|
"Edit comment" : "Editar comentário",
|
|
"Delete comment" : "Excluir comentário",
|
|
"Cancel edit" : "Cancelar edição",
|
|
"Post comment" : "Postar comentário",
|
|
"No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!",
|
|
"No more messages" : "Sem mais mensagens",
|
|
"Retry" : "Tentar novamente",
|
|
"Unable to load the comments list" : "Não foi possível carregar a lista de comentários",
|
|
"_%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",
|
|
"An error occurred while trying to edit the comment" : "Ocorreu um erro ao tentar editar o comentário",
|
|
"Comment deleted" : "Comentário excluído",
|
|
"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",
|
|
"New comment …" : "Novo comentário",
|
|
"Post" : "Postar",
|
|
"Cancel" : "Cancelar",
|
|
"[Deleted user]" : "[Usuário excluído]",
|
|
"More comments …" : "Mais comentários...",
|
|
"Save" : "Salvar",
|
|
"Allowed characters {count} of {max}" : "{count} de {max} caracteres permitidos",
|
|
"Error occurred while retrieving comment with ID {id}" : "Erro ao recuperar comentário com a ID {id}",
|
|
"Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com id {id}",
|
|
"Error occurred while posting comment" : "Ocorreu um erro ao postar o comentário"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|