diff options
Diffstat (limited to 'apps/comments/l10n/pt_BR.json')
-rw-r--r-- | apps/comments/l10n/pt_BR.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index 6c343fc2048..bab80fad0f5 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -14,17 +14,22 @@ "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com o id {id}", "Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com o id {id}", "Error occurred while posting comment" : "Ocorreu um erro durante a postagem do comentário", + "_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos"], "Comment" : "Comentário", - "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos", "You commented" : "Você comentou", "%1$s commented" : "%1$s comentado", - "You commented on %2$s" : "Você comentou em %2$s", + "{author} commented" : "{author} comentado", + "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 comentado em %2$s", + "{author} commented on {file}" : "{author} comentado em {file}", + "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos", "A (now) deleted user mentioned you in a comment on \"%s\"." : "Um (agora) usuário deletado mencionou voce em um comentário em \"%s\".", "%s mentioned you in a comment on \"%s\"." : "%s mencionou voce em um comentário em \"%s\".", "Type in a new comment..." : "Digite um novo comentário...", "No other comments available" : "Nenhum outro comentário disponível", "More comments..." : "Mais comentários...", - "{count} unread comments" : "{count} comentários não lidos" + "{count} unread comments" : "{count} comentários não lidos", + "You commented on %2$s" : "Você comentou em %2$s" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |