diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-24 02:25:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-24 02:25:20 +0000 |
commit | f867a2d65e825800d6bf1b685659677f6136ac5f (patch) | |
tree | 7c06a7d8f50d62eda8654749845adf8e7d60b674 /apps/files/l10n/pt_PT.json | |
parent | a3aa81d2caa801b6a01d11a6443a3d3cd9819214 (diff) | |
download | nextcloud-server-f867a2d65e825800d6bf1b685659677f6136ac5f.tar.gz nextcloud-server-f867a2d65e825800d6bf1b685659677f6136ac5f.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_PT.json')
-rw-r--r-- | apps/files/l10n/pt_PT.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index fe059caee6c..e5b5c0191da 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -4,6 +4,8 @@ "Download" : "Transferir", "Delete" : "Apagar", "Tags" : "Etiquetas", + "Show list view" : "Mostrar visualização em lista", + "Show grid view" : "Mostrar visualização em grelha", "Home" : "Início", "Close" : "Fechar", "Favorites" : "Favoritos", @@ -17,6 +19,7 @@ "Target folder \"{dir}\" does not exist any more" : "A pasta de destino \"{dir}\" já não existe", "Not enough free space" : "Espaço insuficiente", "An unknown error has occurred" : "Ocorreu um erro desconhecido", + "File could not be uploaded" : "O ficheiro não foi carregado", "Uploading …" : "A carregar ...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Uploading that item is not supported" : "O carregamento do item não é suportado", @@ -28,13 +31,19 @@ "Move" : "Mover", "Copy" : "Copiar", "Choose target folder" : "Escolher pasta de destino", + "Edit locally" : "Editar localmente", "Open" : "Abrir", "Delete file" : "Apagar ficheiro", "Delete folder" : "Apagar pasta", "Disconnect storage" : "Desligue o armazenamento", + "Leave this share" : "Sair desta partilha", "Could not load info for file \"{file}\"" : "Não foi possível carregar informações do ficheiro \"{file}\"", "Files" : "Ficheiros", "Details" : "Detalhes", + "Please select tag(s) to add to the selection" : "Selecione a(s) etiquetas(s) para adicionar à seleção ", + "Apply tag(s) to selection" : "Aplicar etiqueta(s) à seleção", + "Select directory \"{dirName}\"" : "Selecionar o diretório \"{dirName}\"", + "Select file \"{fileName}\"" : "Selecionar o ficheiro \"{fileName}\"", "Pending" : "Pendente", "Unable to determine date" : "Não é possível determinar a data", "This operation is forbidden" : "Esta operação é proibida", @@ -47,6 +56,7 @@ "Could not copy \"{file}\"" : "Impossível copiar \"{file}\"", "Copied {origin} inside {destination}" : "Copiado {origin} para {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} outros ficheiros para dentro de {destination}", + "Failed to redirect to client" : "Erro ao redirecionar para o cliente", "{newName} already exists" : "{newName} já existe", "Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\", este já não existe", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está em utilização na pasta \"{dir}\". Por favor, escolha um nome diferente.", @@ -65,8 +75,11 @@ "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros","%n ficheiros"], "{dirs} and {files}" : "{dirs} e {files}", "_including %n hidden_::_including %n hidden_" : ["incluindo %n ocultos","incluindo %n ocultos","incluindo %n ocultos"], + "You do not have permission to upload or create files here" : "Não tem permissão para carregar ou criar ficheiros aqui", "_Uploading %n file_::_Uploading %n files_" : ["A enviar %n ficheiro","A enviar %n ficheiros","A enviar %n ficheiros"], + "New file/folder menu" : "Novo menu ficheiro/pasta", "Select file range" : "Selecionar o intervalo", + "{used}%" : "{used}%", "{used} of {quota} used" : "utilizado {used} de {quota}", "{used} used" : "{used} utilizado", "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de ficheiro inválido.", |