2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
"Type in a new comment..." : "Digite um novo comentário..." ,
"Delete comment" : "Apague o comentário" ,
"Post" : "Postar" ,
"Cancel" : "Cancelar" ,
"Edit comment" : "Editar comentário" ,
2016-07-07 11:58:00 +03:00
"[Deleted user]" : "[Usuário excluído]" ,
2016-05-10 10:30:51 +03:00
"Comments" : "Comentários" ,
2016-02-17 09:56:11 +03:00
"No other comments available" : "Nenhum outro comentário disponível" ,
"More comments..." : "Mais comentários..." ,
"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-02-17 09:56:11 +03:00
"{count} unread comments" : "{count} comentários não lidos" ,
2016-05-10 10:30:51 +03:00
"Comment" : "Comentário" ,
2016-07-07 11:58:00 +03:00
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para arquivos <em>(sempre listados no fluxo)</em>" ,
2016-05-10 10:30:51 +03:00
"You commented" : "Você comentou" ,
"%1$s commented" : "%1$s comentado" ,
"You commented on %2$s" : "Você comentou em %2$s" ,
2016-08-16 03:10:47 +03:00
"%1$s commented on %2$s" : "%1$s comentado em %2$s" ,
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos"
2016-02-17 09:56:11 +03:00
} ,
"nplurals=2; plural=(n > 1);" ) ;