nextcloud/apps/files/l10n/pt_BR.php

36 lines
2.0 KiB
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "Não houve nenhum erro, o arquivo foi transferido com sucesso",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O tamanho do arquivo excede o limed especifiicado em upload_max_filesize no php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O arquivo carregado excede o MAX_FILE_SIZE que foi especificado no formulário HTML",
"The uploaded file was only partially uploaded" => "O arquivo foi transferido parcialmente",
"No file was uploaded" => "Nenhum arquivo foi transferido",
"Missing a temporary folder" => "Pasta temporária não encontrada",
2012-05-17 02:36:21 +04:00
"Failed to write to disk" => "Falha ao escrever no disco",
2011-08-18 13:46:49 +04:00
"Files" => "Arquivos",
2012-05-17 02:36:21 +04:00
"File handling" => "Tratamento de Arquivo",
2011-08-18 13:46:49 +04:00
"Maximum upload size" => "Tamanho máximo para carregar",
2012-05-17 02:36:21 +04:00
"max. possible: " => "max. possível:",
"Needed for multi-file and folder downloads." => "Necessário para multiplos arquivos e diretório de downloads.",
"Enable ZIP-download" => "Habilitar ZIP-download",
"0 is unlimited" => "0 para ilimitado",
"Maximum input size for ZIP files" => "Tamanho máximo para arquivo ZIP",
2012-05-09 14:41:01 +04:00
"New" => "Novo",
"Text file" => "Arquivo texto",
"Folder" => "Pasta",
2012-05-17 02:36:21 +04:00
"From url" => "URL de origem",
2011-08-18 13:46:49 +04:00
"Upload" => "Carregar",
2012-05-17 02:36:21 +04:00
"Cancel upload" => "Cancelar upload",
2012-05-13 21:59:44 +04:00
"Nothing in here. Upload something!" => "Nada aqui.Carrege alguma coisa!",
2011-08-18 13:46:49 +04:00
"Name" => "Nome",
2012-05-17 02:36:21 +04:00
"Share" => "Compartilhar",
2011-08-18 13:46:49 +04:00
"Download" => "Baixar",
"Size" => "Tamanho",
"Modified" => "Modificado",
2012-05-17 02:36:21 +04:00
"Delete all" => "Deletar Tudo",
2011-08-18 13:46:49 +04:00
"Delete" => "Excluir",
"Upload too large" => "Arquivo muito grande",
2012-05-17 02:36:21 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os arquivos que você está tentando carregar excedeu o tamanho máximo para arquivos no servidor.",
"Files are being scanned, please wait." => "Arquivos sendo escaneados, por favor aguarde.",
"Current scanning" => "Scanning atual"
2011-08-18 13:46:49 +04:00
);