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: f3488e6b1b4e92ccbbf297324b077c5b0da6b693 (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
OC.L10N.register(
    "comments",
    {
    "Comments" : "Comentários",
    "Unknown user" : "Usuário desconhecido",
    "New comment …" : "Novo comentário",
    "Delete comment" : "Apague o comentário",
    "Post" : "Postar",
    "Cancel" : "Cancelar",
    "Edit comment" : "Editar comentário",
    "[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}" : "Caracteres permitidos  {count} de {max}",
    "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",
    "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",
    "%1$s commented on %2$s" : "%1$s comentado em %2$s",
    "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"
},
"nplurals=2; plural=(n > 1);");