Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/pt_BR.js')
-rw-r--r--apps/comments/l10n/pt_BR.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js
index f3488e6b1b4..d0e3fc1fb85 100644
--- a/apps/comments/l10n/pt_BR.js
+++ b/apps/comments/l10n/pt_BR.js
@@ -16,17 +16,22 @@ OC.L10N.register(
"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"
},
"nplurals=2; plural=(n > 1);");