nextcloud/apps/files_trashbin/l10n/pt_BR.js

22 lines
1.0 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 deste 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);");