diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:13 +0000 |
commit | bbee01117e36fcabf7db8195343d897bc28c619a (patch) | |
tree | 104f5a1a0335a23d6d84e68170c72b833edf66c0 /core/l10n/pt_BR.js | |
parent | 1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff) | |
download | nextcloud-server-bbee01117e36fcabf7db8195343d897bc28c619a.tar.gz nextcloud-server-bbee01117e36fcabf7db8195343d897bc28c619a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 76026e8a271..fb086535c4a 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "O arquivo é muito grande", "The selected file is not an image." : "O arquivo selecionado não é uma imagem", "The selected file cannot be read." : "O arquivo selecionado não pôde ser lido", + "The file was uploaded" : "O arquivo foi enviado", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize em php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML", + "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente", + "No file was uploaded" : "Nenhum arquivo foi enviado", + "Missing a temporary folder" : "Faltando uma pasta temporária", + "Could not write file to disk" : "Não foi possível gravar o arquivo no disco", + "A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o upload do arquivo", "Invalid file provided" : "Arquivo fornecido inválido", "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", "Unknown filetype" : "Tipo de arquivo desconhecido", |