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

pt_BR.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa410eca940bdc382e66e27524d2991e402c2beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Não foi possível excluir %s permanentemente",
    "Couldn't restore %s" : "Não foi possível restaurar %s",
    "Deleted files" : "Arquivos excluídos",
    "Restore" : "Restaurar",
    "Delete" : "Excluir",
    "Delete permanently" : "Excluir permanentemente",
    "Error" : "Erro",
    "This operation is forbidden" : "Esta operação é proibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível. Por favor verifique os logs ou contacte o administrador",
    "restored" : "restaurado",
    "No deleted files" : "Nenhum arquivo excluído",
    "You will be able to recover deleted files from here" : "Você pode recuperar arquivos excluídos neste local",
    "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta",
    "Select all" : "Selecionar tudo",
    "Name" : "Nome",
    "Deleted" : "Excluído"
},
"nplurals=2; plural=(n > 1);");