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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:13 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:13 +0300
commitbbee01117e36fcabf7db8195343d897bc28c619a (patch)
tree104f5a1a0335a23d6d84e68170c72b833edf66c0 /core/l10n/pt_BR.js
parent1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r--core/l10n/pt_BR.js8
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",