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

pt_BR.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 795949a4ef1effb91f1f72b83c55507796607db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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",
    "New comment …" : "Novo comentário",
    "Post" : "Postar",
    "Cancel" : "Cancelar",
    "[Deleted user]" : "[Usuário excluído]",
    "No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!",
    "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",
    "_%n unread comment_::_%n unread comments_" : ["%n comentários não lidos","%n comentários não lidos"],
    "Comment" : "Comentar",
    "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Você foi mencionado em \"\", “%s”, em um comentário por um usuário que já foi excluído",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou você em um comentário sobre “%2$s”"
},
"nplurals=2; plural=(n > 1);");