diff options
Diffstat (limited to 'apps/comments/l10n/pt_BR.js')
-rw-r--r-- | apps/comments/l10n/pt_BR.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index e92bc3e4029..39e6b6b9285 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -16,6 +16,8 @@ OC.L10N.register( "Delete comment" : "Excluir comentário", "Cancel edit" : "Cancelar edição", "Post comment" : "Postar comentário", + "@ for mentions, : for emoji, / for smart picker" : "@ para menções, : para emoji, / para seletor inteligente", + "Could not reload comments" : "Não foi possível recarregar comentários", "No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!", "No more messages" : "Sem mais mensagens", "Retry" : "Tentar novamente", @@ -27,7 +29,6 @@ OC.L10N.register( "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", - "%1$s commented" : "%1$s comentou", "_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos","%n comentários não lidos"] }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |