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:
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r--apps/files/l10n/pt_BR.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 709c7d9acd0..e3b2790ae05 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Ações",
"Download" : "Baixar",
"Rename" : "Renomear",
+ "Move or copy" : "Mover ou copiar",
"Target folder" : "Pasta destino",
"Delete" : "Excluir",
"Disconnect storage" : "Desconectar armazenamento",
@@ -36,6 +37,10 @@ OC.L10N.register(
"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",
"Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\" pois o destino já existe",
"Could not move \"{file}\"" : "Não foi possível mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Não foi possível copiar \"{file}\", pois já existe",
+ "Could not copy \"{file}\"" : "Não foi possível copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} foi copiado para {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} e outros {nbfiles} arquivos foram copiados para {destination}",
"{newName} already exists" : "{newName} já existe",
"Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\" pois ele não existe mais",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está sendo usado na pasta  \"{dir}\". Por favor escolha um nome diferente.",