diff options
Diffstat (limited to 'apps')
26 files changed, 280 insertions, 140 deletions
diff --git a/apps/federatedfilesharing/l10n/de.js b/apps/federatedfilesharing/l10n/de.js index 420a15e3d36..12d61ae536a 100644 --- a/apps/federatedfilesharing/l10n/de.js +++ b/apps/federatedfilesharing/l10n/de.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", + "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"/%3$s\" als Remotefreigabe von %1$s (als Teil von %2$s) erhalten", + "You received \"/%3$s\" as a remote share from %1$s" : "Du hast \"/%3$s\" als Remotefreigabe von %1$s erhalten", "Accept" : "Ok", "Decline" : "Abgelehnt", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teile mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de.json b/apps/federatedfilesharing/l10n/de.json index 8d07ad358b0..422cf4fb000 100644 --- a/apps/federatedfilesharing/l10n/de.json +++ b/apps/federatedfilesharing/l10n/de.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", + "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"/%3$s\" als Remotefreigabe von %1$s (als Teil von %2$s) erhalten", + "You received \"/%3$s\" as a remote share from %1$s" : "Du hast \"/%3$s\" als Remotefreigabe von %1$s erhalten", "Accept" : "Ok", "Decline" : "Abgelehnt", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teile mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de_DE.js b/apps/federatedfilesharing/l10n/de_DE.js index bd957b7e347..1cea331dca2 100644 --- a/apps/federatedfilesharing/l10n/de_DE.js +++ b/apps/federatedfilesharing/l10n/de_DE.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Die Freigabe von %s ist fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", + "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Die Freigabe von %s ist fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie haben \"/%3$s\" als Remotefreigabe von %1$s (als Teil von %2$s) erhalten", + "You received \"/%3$s\" as a remote share from %1$s" : "Sie haben \"/%3$s\" als Remotefreigabe von %1$s erhalten", "Accept" : "Akzeptieren", "Decline" : "Ablehnen", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/de_DE.json b/apps/federatedfilesharing/l10n/de_DE.json index ad71044a753..8a79d2cbf37 100644 --- a/apps/federatedfilesharing/l10n/de_DE.json +++ b/apps/federatedfilesharing/l10n/de_DE.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Die Freigabe von %s ist fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", + "File is already shared with %s" : "Datei wird bereits geteilt mit %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Die Freigabe von %s ist fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie haben \"/%3$s\" als Remotefreigabe von %1$s (als Teil von %2$s) erhalten", + "You received \"/%3$s\" as a remote share from %1$s" : "Sie haben \"/%3$s\" als Remotefreigabe von %1$s erhalten", "Accept" : "Akzeptieren", "Decline" : "Ablehnen", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Teilen Sie mit mir über meine #ownCloud Federated-Cloud-ID, siehe %s", diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index a6f2a081a35..a4e6054b971 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -1,12 +1,14 @@ OC.L10N.register( "federatedfilesharing", { - "Federated sharing" : "Compartilhamento associado", + "Federated sharing" : "Compartilhamento federado", "Invalid Federated Cloud ID" : "Inválida Associação de Nuvem ID", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento associado com o mesmo usuário", "File is already shared with %s" : "O arquivo já é compartilhado com %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou, porque não foi possível encontrar %s, talvez o servidor esteja inacessível.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"/%3$s\" como um compartilhamento remoto de %1$s (em nome de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Você recebeu \"/%3$s\" como um compertilhamento remoto de %1$s", "Accept" : "Aceitar", "Decline" : "Rejeitar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu #ownCloud Nuvem ID Federada, veja %s", diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index 645dfad3bc5..89bc6a0b0f1 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -1,10 +1,12 @@ { "translations": { - "Federated sharing" : "Compartilhamento associado", + "Federated sharing" : "Compartilhamento federado", "Invalid Federated Cloud ID" : "Inválida Associação de Nuvem ID", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento associado com o mesmo usuário", "File is already shared with %s" : "O arquivo já é compartilhado com %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou, porque não foi possível encontrar %s, talvez o servidor esteja inacessível.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"/%3$s\" como um compartilhamento remoto de %1$s (em nome de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Você recebeu \"/%3$s\" como um compertilhamento remoto de %1$s", "Accept" : "Aceitar", "Decline" : "Rejeitar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartilhe comigo através do meu #ownCloud Nuvem ID Federada, veja %s", diff --git a/apps/federatedfilesharing/l10n/pt_PT.js b/apps/federatedfilesharing/l10n/pt_PT.js index 65c82b34839..d8a93a3f9c2 100644 --- a/apps/federatedfilesharing/l10n/pt_PT.js +++ b/apps/federatedfilesharing/l10n/pt_PT.js @@ -3,21 +3,24 @@ OC.L10N.register( { "Federated sharing" : "Partilha federada", "Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida", - "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", + "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque este item já está a ser partilhado com %s", "Not allowed to create a federated share with the same user" : "Não é possível criar uma partilha federada com o mesmo utilizador", + "File is already shared with %s" : "O ficheiro já foi partilhado com %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "A partilha de %s falhou, não foi possível encontrar %s. É possível que o servidor esteja inacessível.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Recebeu \"/%3$s\" como uma partilha remota de %1$s (por conta de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Recebeu \"/%3$s\" como uma partilha remota de %1$s", "Accept" : "Aceitar", "Decline" : "Recusar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud, veja %s", "Share with me through my #ownCloud Federated Cloud ID" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud", "Federated Cloud Sharing" : "Partilha de Nuvem Federada", "Open documentation" : "Abrir documentação", - "Allow users on this server to send shares to other servers" : "Permitir utilizadores neste servidor para enviar as partilhas para outros servidores", - "Allow users on this server to receive shares from other servers" : "Permitir utilizadores neste servidor para receber as partilhas de outros servidores", + "Allow users on this server to send shares to other servers" : "Permitir que os utilizadores neste servidor enviem as partilhas para outros servidores", + "Allow users on this server to receive shares from other servers" : "Permitir que os utilizadores neste servidor recebam as partilhas de outros servidores", "Federated Cloud" : "Nuvem Federada", "Your Federated Cloud ID:" : "A Sua Id. da Nuvem Federada", - "Share it:" : "Partilhe:", - "Add to your website" : "Adicione ao seu sítio da Web", + "Share it:" : "Partilhe-a:", + "Add to your website" : "Adicione ao seu site da Web", "Share with me via ownCloud" : "Partilhe comigo via ownCloud", "HTML Code:" : "Código HTML:" }, diff --git a/apps/federatedfilesharing/l10n/pt_PT.json b/apps/federatedfilesharing/l10n/pt_PT.json index 5d8bd758b6d..03222bdde55 100644 --- a/apps/federatedfilesharing/l10n/pt_PT.json +++ b/apps/federatedfilesharing/l10n/pt_PT.json @@ -1,21 +1,24 @@ { "translations": { "Federated sharing" : "Partilha federada", "Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida", - "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque o item já está a ser partilhado com %s", + "Sharing %s failed, because this item is already shared with %s" : "A partilha %s falhou, porque este item já está a ser partilhado com %s", "Not allowed to create a federated share with the same user" : "Não é possível criar uma partilha federada com o mesmo utilizador", + "File is already shared with %s" : "O ficheiro já foi partilhado com %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "A partilha de %s falhou, não foi possível encontrar %s. É possível que o servidor esteja inacessível.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Recebeu \"/%3$s\" como uma partilha remota de %1$s (por conta de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Recebeu \"/%3$s\" como uma partilha remota de %1$s", "Accept" : "Aceitar", "Decline" : "Recusar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud, veja %s", "Share with me through my #ownCloud Federated Cloud ID" : "Partilhe comigo através da minha Id. da Nuvem Federada #ownCloud", "Federated Cloud Sharing" : "Partilha de Nuvem Federada", "Open documentation" : "Abrir documentação", - "Allow users on this server to send shares to other servers" : "Permitir utilizadores neste servidor para enviar as partilhas para outros servidores", - "Allow users on this server to receive shares from other servers" : "Permitir utilizadores neste servidor para receber as partilhas de outros servidores", + "Allow users on this server to send shares to other servers" : "Permitir que os utilizadores neste servidor enviem as partilhas para outros servidores", + "Allow users on this server to receive shares from other servers" : "Permitir que os utilizadores neste servidor recebam as partilhas de outros servidores", "Federated Cloud" : "Nuvem Federada", "Your Federated Cloud ID:" : "A Sua Id. da Nuvem Federada", - "Share it:" : "Partilhe:", - "Add to your website" : "Adicione ao seu sítio da Web", + "Share it:" : "Partilhe-a:", + "Add to your website" : "Adicione ao seu site da Web", "Share with me via ownCloud" : "Partilhe comigo via ownCloud", "HTML Code:" : "Código HTML:" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index 653f7552bb9..34635cfe336 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -3,46 +3,55 @@ OC.L10N.register( { "Storage not available" : "Armazenamento indisposinvel", "Storage invalid" : "Armazenamento inválido", - "Unknown error" : "Erro Desconhecido", - "Unable to set upload directory." : "Não foi possível criar o diretório de upload", + "Unknown error" : "Erro desconhecido", + "Unable to set upload directory." : "Não foi possível definir a diretoria de envio.", "Invalid Token" : "Token inválido", "No file was uploaded. Unknown error" : "Não foi enviado nenhum ficheiro. Erro desconhecido", "There is no error, the file uploaded with success" : "Não ocorreram erros, o ficheiro foi enviado com sucesso", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a diretiva php.ini upload_max_filesize no php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML", - "The uploaded file was only partially uploaded" : "O ficheiro submetido só foi parcialmente enviado", + "The uploaded file was only partially uploaded" : "O ficheiro enviado só foi parcialmente enviado", "No file was uploaded" : "Não foi enviado nenhum ficheiro", "Missing a temporary folder" : "A pasta temporária está em falta", "Failed to write to disk" : "Não foi possível gravar no disco", "Not enough storage available" : "Não há espaço suficiente em disco", "The target folder has been moved or deleted." : "A pasta de destino foi movida ou eliminada.", - "Upload failed. Could not find uploaded file" : "Falhou o envio. Não conseguiu encontrar o ficheiro enviado", - "Upload failed. Could not get file info." : "O carregamento falhou. Não foi possível obter a informação do ficheiro.", + "Upload failed. Could not find uploaded file" : "Envio falhou. Não foi possível encontrar o ficheiro enviado", + "Upload failed. Could not get file info." : "Envio falhou. Não foi possível obter a informação do ficheiro.", "Invalid directory." : "Diretoria inválida.", "Files" : "Ficheiros", "All files" : "Todos os ficheiros", - "Home" : "Casa", + "Home" : "Início", "Close" : "Fechar", "Favorites" : "Favoritos", "Upload cancelled." : "Envio cancelado.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", - "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", - "Error uploading file \"{fileName}\": {message}" : "Erro ao carregar o ficheiro \"{fileName}\": {message}", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Não é possível enviar {filename}, porque este é uma diretoria ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de envio {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente, está a enviar {size1} mas resta apenas {size2}", + "Error uploading file \"{fileName}\": {message}" : "Erro ao enviar o ficheiro \"{fileName}\": {message}", "Could not get result from server." : "Não foi possível obter o resultado do servidor.", - "Uploading..." : "A carregar...", + "Uploading..." : "A enviar...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "falta: {hours}:{minutes}:{seconds} hour{plural_s}", + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "falta: {minutes}:{seconds} minute{plural_s}", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "falta: {seconds} second{plural_s}", + "{seconds}s" : "{seconds}s", + "Any moment now..." : "Agora, a qualquer momento...", + "Soon..." : "Brevemente...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de ficheiro em progresso. Se deixar a página agora, irá cancelar o envio.", "Actions" : "Ações", - "Download" : "Descarregar", + "Download" : "Transferir", "Rename" : "Renomear", - "Delete" : "Apagar", - "Disconnect storage" : "Desconete o armazenamento", + "Delete" : "Eliminar", + "Disconnect storage" : "Desligue o armazenamento", "Unshare" : "Cancelar partilha", "Details" : "Detalhes", "Select" : "Selecionar", "Pending" : "Pendente", - "Unable to determine date" : "Impossível determinar a data", + "Unable to determine date" : "Não é possível determinar a data", "This operation is forbidden" : "Esta operação é proibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta diretoria está indisponível, por favor, verifique os registos ou contacte o administrador", "Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\", alvo já existe", @@ -55,7 +64,7 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o ficheiro \"{file}\", porque este já existe", "Could not create folder \"{dir}\"" : "Não foi possível criar a pasta \"{dir}\"", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\", porque esta já existe", - "Error deleting file \"{fileName}\"." : "Erro ao apagar o ficheiro \"{fileName}\".", + "Error deleting file \"{fileName}\"." : "Erro ao eliminar o ficheiro \"{fileName}\".", "No entries in this folder match '{filter}'" : "Nenhumas entradas nesta pasta correspondem a '{filter}'", "Name" : "Nome", "Size" : "Tamanho", @@ -63,21 +72,21 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], "{dirs} and {files}" : "{dirs} e {files}", - "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar ficheiros aqui", - "_Uploading %n file_::_Uploading %n files_" : ["A carregar %n ficheiro","A carregar %n ficheiros"], + "You don’t have permission to upload or create files here" : "Não tem permissão para enviar ou criar ficheiros aqui", + "_Uploading %n file_::_Uploading %n files_" : ["A enviar %n ficheiro","A enviar %n ficheiros"], "New" : "Novo", "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de ficheiro inválido.", "File name cannot be empty." : "O nome do ficheiro não pode estar em branco.", - "Storage of {owner} is full, files can not be updated or synced anymore!" : "O armazenamento de {owner} está cheiro. Os ficheiros já não podem ser atualizados ou sincronizados!", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "O armazenamento de {owner} está cheio. Os ficheiros já não podem ser atualizados ou sincronizados!", "Your storage is full, files can not be updated or synced anymore!" : "O seu armazenamento está cheio, os ficheiros já não podem ser atualizados ou sincronizados.", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O armazenamento de {owner} está quase cheio ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheiro ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheio ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["corresponde a '{filter}'","correspondem a '{filter}'"], "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Assinalado como Favorito", + "Favorited" : "Nos Favoritos", "Favorite" : "Favorito", - "Local link" : "Ligação Local", + "Local link" : "Hiperligação Local", "Folder" : "Pasta", "New folder" : "Nova Pasta", "{newname} already exists" : "{newname} já existe", @@ -93,30 +102,30 @@ OC.L10N.register( "%1$s was created in a public folder" : "%1$s foi criado numa pasta pública", "You changed %1$s" : "Alterou %1$s", "%2$s changed %1$s" : "%2$s alterou %1$s", - "You deleted %1$s" : "Apagou %1$s", - "%2$s deleted %1$s" : "%2$s apagou %1$s", + "You deleted %1$s" : "Eliminou %1$s", + "%2$s deleted %1$s" : "%2$s eliminou %1$s", "You restored %1$s" : "Restaurou %1$s", "%2$s restored %1$s" : "%2$s restaurou %1$s", "Changed by %2$s" : "Alterado por %2$s", "Deleted by %2$s" : "Eliminado por %2$s", "Restored by %2$s" : "Restaurado por %2$s", - "Upload (max. %s)" : "Enviar (max. %s)", - "File handling" : "Manuseamento do ficheiro", + "Upload (max. %s)" : "Envio (máx. %s)", + "File handling" : "Utilização do ficheiro", "Maximum upload size" : "Tamanho máximo de envio", "max. possible: " : "Máx. possível: ", "Save" : "Guardar", - "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM pode demorar 5 minutos até que as alterações sejam aplicadas.", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM poderá demorar 5 minutos até que as alterações sejam aplicadas.", "Missing permissions to edit from here." : "Faltam permissões para editar a partir daqui.", "Settings" : "Definições", "Show hidden files" : "Mostrar ficheiros ocultos", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize esta ligação para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>", "No files in here" : "Nenhuns ficheiros aqui", - "Upload some content or sync with your devices!" : "Carregue algum conteúdo ou sincronize com os seus aparelhos!", + "Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com os seus dispositivos!", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Seleccionar todos", - "Upload too large" : "Upload muito grande", - "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", + "Upload too large" : "Envio muito grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que está a tentar enviar excedem o tamanho máximo para os envios de ficheiro neste servidor.", "No favorites" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", "Text file" : "Ficheiro de Texto", diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index 0a3e1b040e9..fb166e5cc56 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -1,46 +1,55 @@ { "translations": { "Storage not available" : "Armazenamento indisposinvel", "Storage invalid" : "Armazenamento inválido", - "Unknown error" : "Erro Desconhecido", - "Unable to set upload directory." : "Não foi possível criar o diretório de upload", + "Unknown error" : "Erro desconhecido", + "Unable to set upload directory." : "Não foi possível definir a diretoria de envio.", "Invalid Token" : "Token inválido", "No file was uploaded. Unknown error" : "Não foi enviado nenhum ficheiro. Erro desconhecido", "There is no error, the file uploaded with success" : "Não ocorreram erros, o ficheiro foi enviado com sucesso", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "O ficheiro enviado excede a diretiva php.ini upload_max_filesize no php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O tamanho do ficheiro enviado excede a diretiva MAX_FILE_SIZE definida no formulário HTML", - "The uploaded file was only partially uploaded" : "O ficheiro submetido só foi parcialmente enviado", + "The uploaded file was only partially uploaded" : "O ficheiro enviado só foi parcialmente enviado", "No file was uploaded" : "Não foi enviado nenhum ficheiro", "Missing a temporary folder" : "A pasta temporária está em falta", "Failed to write to disk" : "Não foi possível gravar no disco", "Not enough storage available" : "Não há espaço suficiente em disco", "The target folder has been moved or deleted." : "A pasta de destino foi movida ou eliminada.", - "Upload failed. Could not find uploaded file" : "Falhou o envio. Não conseguiu encontrar o ficheiro enviado", - "Upload failed. Could not get file info." : "O carregamento falhou. Não foi possível obter a informação do ficheiro.", + "Upload failed. Could not find uploaded file" : "Envio falhou. Não foi possível encontrar o ficheiro enviado", + "Upload failed. Could not get file info." : "Envio falhou. Não foi possível obter a informação do ficheiro.", "Invalid directory." : "Diretoria inválida.", "Files" : "Ficheiros", "All files" : "Todos os ficheiros", - "Home" : "Casa", + "Home" : "Início", "Close" : "Fechar", "Favorites" : "Favoritos", "Upload cancelled." : "Envio cancelado.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", - "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", - "Error uploading file \"{fileName}\": {message}" : "Erro ao carregar o ficheiro \"{fileName}\": {message}", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "Não é possível enviar {filename}, porque este é uma diretoria ou tem 0 bytes", + "Total file size {size1} exceeds upload limit {size2}" : "O tamanho total do ficheiro {size1} excede o limite de envio {size2}", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não existe espaço suficiente, está a enviar {size1} mas resta apenas {size2}", + "Error uploading file \"{fileName}\": {message}" : "Erro ao enviar o ficheiro \"{fileName}\": {message}", "Could not get result from server." : "Não foi possível obter o resultado do servidor.", - "Uploading..." : "A carregar...", + "Uploading..." : "A enviar...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "falta: {hours}:{minutes}:{seconds} hour{plural_s}", + "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "falta: {minutes}:{seconds} minute{plural_s}", + "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "falta: {seconds} second{plural_s}", + "{seconds}s" : "{seconds}s", + "Any moment now..." : "Agora, a qualquer momento...", + "Soon..." : "Brevemente...", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "File upload is in progress. Leaving the page now will cancel the upload." : "Envio de ficheiro em progresso. Se deixar a página agora, irá cancelar o envio.", "Actions" : "Ações", - "Download" : "Descarregar", + "Download" : "Transferir", "Rename" : "Renomear", - "Delete" : "Apagar", - "Disconnect storage" : "Desconete o armazenamento", + "Delete" : "Eliminar", + "Disconnect storage" : "Desligue o armazenamento", "Unshare" : "Cancelar partilha", "Details" : "Detalhes", "Select" : "Selecionar", "Pending" : "Pendente", - "Unable to determine date" : "Impossível determinar a data", + "Unable to determine date" : "Não é possível determinar a data", "This operation is forbidden" : "Esta operação é proibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esta diretoria está indisponível, por favor, verifique os registos ou contacte o administrador", "Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\", alvo já existe", @@ -53,7 +62,7 @@ "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o ficheiro \"{file}\", porque este já existe", "Could not create folder \"{dir}\"" : "Não foi possível criar a pasta \"{dir}\"", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\", porque esta já existe", - "Error deleting file \"{fileName}\"." : "Erro ao apagar o ficheiro \"{fileName}\".", + "Error deleting file \"{fileName}\"." : "Erro ao eliminar o ficheiro \"{fileName}\".", "No entries in this folder match '{filter}'" : "Nenhumas entradas nesta pasta correspondem a '{filter}'", "Name" : "Nome", "Size" : "Tamanho", @@ -61,21 +70,21 @@ "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"], "{dirs} and {files}" : "{dirs} e {files}", - "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar ficheiros aqui", - "_Uploading %n file_::_Uploading %n files_" : ["A carregar %n ficheiro","A carregar %n ficheiros"], + "You don’t have permission to upload or create files here" : "Não tem permissão para enviar ou criar ficheiros aqui", + "_Uploading %n file_::_Uploading %n files_" : ["A enviar %n ficheiro","A enviar %n ficheiros"], "New" : "Novo", "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de ficheiro inválido.", "File name cannot be empty." : "O nome do ficheiro não pode estar em branco.", - "Storage of {owner} is full, files can not be updated or synced anymore!" : "O armazenamento de {owner} está cheiro. Os ficheiros já não podem ser atualizados ou sincronizados!", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "O armazenamento de {owner} está cheio. Os ficheiros já não podem ser atualizados ou sincronizados!", "Your storage is full, files can not be updated or synced anymore!" : "O seu armazenamento está cheio, os ficheiros já não podem ser atualizados ou sincronizados.", "Storage of {owner} is almost full ({usedSpacePercent}%)" : "O armazenamento de {owner} está quase cheio ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheiro ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "O seu armazenamento está quase cheio ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["corresponde a '{filter}'","correspondem a '{filter}'"], "Path" : "Caminho", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Assinalado como Favorito", + "Favorited" : "Nos Favoritos", "Favorite" : "Favorito", - "Local link" : "Ligação Local", + "Local link" : "Hiperligação Local", "Folder" : "Pasta", "New folder" : "Nova Pasta", "{newname} already exists" : "{newname} já existe", @@ -91,30 +100,30 @@ "%1$s was created in a public folder" : "%1$s foi criado numa pasta pública", "You changed %1$s" : "Alterou %1$s", "%2$s changed %1$s" : "%2$s alterou %1$s", - "You deleted %1$s" : "Apagou %1$s", - "%2$s deleted %1$s" : "%2$s apagou %1$s", + "You deleted %1$s" : "Eliminou %1$s", + "%2$s deleted %1$s" : "%2$s eliminou %1$s", "You restored %1$s" : "Restaurou %1$s", "%2$s restored %1$s" : "%2$s restaurou %1$s", "Changed by %2$s" : "Alterado por %2$s", "Deleted by %2$s" : "Eliminado por %2$s", "Restored by %2$s" : "Restaurado por %2$s", - "Upload (max. %s)" : "Enviar (max. %s)", - "File handling" : "Manuseamento do ficheiro", + "Upload (max. %s)" : "Envio (máx. %s)", + "File handling" : "Utilização do ficheiro", "Maximum upload size" : "Tamanho máximo de envio", "max. possible: " : "Máx. possível: ", "Save" : "Guardar", - "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM pode demorar 5 minutos até que as alterações sejam aplicadas.", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM poderá demorar 5 minutos até que as alterações sejam aplicadas.", "Missing permissions to edit from here." : "Faltam permissões para editar a partir daqui.", "Settings" : "Definições", "Show hidden files" : "Mostrar ficheiros ocultos", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize esta ligação para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>", "No files in here" : "Nenhuns ficheiros aqui", - "Upload some content or sync with your devices!" : "Carregue algum conteúdo ou sincronize com os seus aparelhos!", + "Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com os seus dispositivos!", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Seleccionar todos", - "Upload too large" : "Upload muito grande", - "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiro que está a tentar enviar excedem o tamanho máximo de envio neste servidor.", + "Upload too large" : "Envio muito grande", + "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que está a tentar enviar excedem o tamanho máximo para os envios de ficheiro neste servidor.", "No favorites" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", "Text file" : "Ficheiro de Texto", diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index 52cf509da24..28f729c5e19 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -18,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "All users. Type to select user or group." : "Alle Benutzer. Benutzer oder Gruppe zur Auswahl eingeben.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator festlegen", "Saved" : "Gespeichert", "Empty response from the server" : "leere Antowrt vom Server", diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index e9fa9092fb2..850b2c591af 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -16,6 +16,7 @@ "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "All users. Type to select user or group." : "Alle Benutzer. Benutzer oder Gruppe zur Auswahl eingeben.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator festlegen", "Saved" : "Gespeichert", "Empty response from the server" : "leere Antowrt vom Server", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index 70b73962a07..3be71e2212a 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -18,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "All users. Type to select user or group." : "Alle Benutzer. Benutzer oder Gruppe zur Auswahl eingeben.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator definiert", "Saved" : "Gespeichert", "Empty response from the server" : "Leere Antwort vom Server erhalten", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index 562c2f78b82..f30d25135b4 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -16,6 +16,7 @@ "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "All users. Type to select user or group." : "Alle Benutzer. Benutzer oder Gruppe zur Auswahl eingeben.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator definiert", "Saved" : "Gespeichert", "Empty response from the server" : "Leere Antwort vom Server erhalten", diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js index f7120fbc5de..50fa6a4c494 100644 --- a/apps/files_external/l10n/pt_PT.js +++ b/apps/files_external/l10n/pt_PT.js @@ -7,6 +7,8 @@ OC.L10N.register( "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", "External storage" : "Armazenamento Externo", + "Dropbox App Configuration" : "Configuração da App Dropbox", + "Google Drive App Configuration" : "Configuração da App Google Drive", "Personal" : "Pessoal", "System" : "Sistema", "Grant access" : "Conceder acesso", @@ -16,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Erro ao gerar chave par", "All users. Type to select user or group." : "Todos os utilizadores. Digite para selecionar o utilizador ou grupo.", "(group)" : "(grupo)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)", "Admin defined" : "Administrador definido", "Saved" : "Guardado", "Empty response from the server" : "Resposta vazia a partir do servidor", diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json index e800952904f..b8b5fba1ec0 100644 --- a/apps/files_external/l10n/pt_PT.json +++ b/apps/files_external/l10n/pt_PT.json @@ -5,6 +5,8 @@ "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", "External storage" : "Armazenamento Externo", + "Dropbox App Configuration" : "Configuração da App Dropbox", + "Google Drive App Configuration" : "Configuração da App Google Drive", "Personal" : "Pessoal", "System" : "Sistema", "Grant access" : "Conceder acesso", @@ -14,6 +16,7 @@ "Error generating key pair" : "Erro ao gerar chave par", "All users. Type to select user or group." : "Todos os utilizadores. Digite para selecionar o utilizador ou grupo.", "(group)" : "(grupo)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibilidade com a codificação NFD Mac (lenta)", "Admin defined" : "Administrador definido", "Saved" : "Guardado", "Empty response from the server" : "Resposta vazia a partir do servidor", diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js index 4666490f745..78a31bb4ea9 100644 --- a/apps/files_sharing/l10n/pt_PT.js +++ b/apps/files_sharing/l10n/pt_PT.js @@ -3,15 +3,11 @@ OC.L10N.register( { "Server to server sharing is not enabled on this server" : "A partilha entre servidores não se encontra disponível neste servidor", "The mountpoint name contains invalid characters." : "O nome do ponto de montagem contém carateres inválidos.", - "Not allowed to create a federated share with the same user server" : "Não é possível criar uma partilha federada com o mesmo servidor de utilizador", + "Not allowed to create a federated share with the same user server" : "Não é permitido criar uma partilha federada com o mesmo servidor de utilizador", "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", "Could not authenticate to remote share, password might be wrong" : "Não foi possível autenticar para a partilha remota, a palavra-passe poderá estar errada", "Storage not valid" : "Armazenamento inválido", "Couldn't add remote share" : "Não foi possível adicionar a partilha remota", - "Please specify a valid user" : "Por favor indique um utilizador válido", - "Please specify a valid group" : "Por favor indique um grupo válido", - "Unknown share type" : "Tipo de partilha desconhecido", - "Not a directory" : "Não é um directoria", "Shared with you" : "Partilhado consigo ", "Shared with others" : "Partilhado com outros", "Shared by link" : "Partilhado pela hiperligação", @@ -31,6 +27,25 @@ OC.L10N.register( "Invalid ownCloud url" : "Url ownCloud inválido", "Shared by" : "Partilhado por", "Sharing" : "Partilha", + "Share API is disabled" : "A partilha de API está desativada", + "Wrong share ID, share doesn't exist" : "Id. de partilha errada, a partilha não existe", + "Could not delete share" : "Não foi possível eliminar a partilha", + "Please specify a file or folder path" : "Por favor, especifique um ficheiro ou caminho de pasta", + "Wrong path, file/folder doesn't exist" : "Caminho errado, ficheiro/pasta não existe", + "Please specify a valid user" : "Por favor, especifique um utilizador válido", + "Group sharing is disabled by the administrator" : "A partilha em grupo está desativada pelo administrador", + "Please specify a valid group" : "Por favor, especifique um grupo válido", + "Public link sharing is disabled by the administrator" : "A partilha da hiperligação pública está desativada pelo administrador", + "Public upload disabled by the administrator" : "Envio público desativado pelo administrador", + "Public upload is only possible for publicly shared folders" : "O envio público só é possível para as pastas partilhadas publicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "A partilha de %s falhou porque \"back end\" não permite partilhas do tipo %s", + "Unknown share type" : "Tipo de partilha desconhecido", + "Not a directory" : "Não é uma diretoria", + "Could not lock path" : "Não foi possível bloquear o caminho", + "Can't change permissions for public share links" : "Não é possível alterar as permissões para as hiperligações de partilha pública", + "Wrong or no update parameter given" : "Parâmetro indicado errado ou desatualizado", + "Cannot increase permissions" : "Não é possível incrementar as permissões", "A file or folder has been <strong>shared</strong>" : "Foi <strong>partilhado</strong> um ficheiro ou uma pasta", "A file or folder was shared from <strong>another server</strong>" : "Um ficheiro ou pasta foi partilhado a partir de <strong>outro servidor</strong>", "A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>transferido</strong> um ficheiro ou pasta partilhada publicamente", @@ -39,7 +54,7 @@ OC.L10N.register( "%1$s accepted remote share %2$s" : "%1$s aceitou a partilha remota %2$s", "%1$s declined remote share %2$s" : "%1$s rejeitou a partilha remota %2$s", "%1$s unshared %2$s from you" : "%1$s cancelou a partilha %2$s consigo", - "Public shared folder %1$s was downloaded" : "A pasta partilhada publicamente %1$s foi transferida", + "Public shared folder %1$s was downloaded" : "Foi transferida a pasta partilhada publicamente %1$s", "Public shared file %1$s was downloaded" : "Foi transferido o ficheiro %1$s partilhado publicamente", "You shared %1$s with %2$s" : "Partilhou %1$s com %2$s", "%2$s shared %1$s with %3$s" : "%2$s partilhou %1$s com %3$s", @@ -51,9 +66,9 @@ OC.L10N.register( "%2$s removed the share of group %3$s for %1$s" : "%2$s removeu a partilha do grupo %3$s para %1$s", "%2$s shared %1$s via link" : "%2$s partilhou %1$s via hiperligação", "You shared %1$s via link" : "Partilhou %1$s através de uma hiperligação", - "You removed the public link for %1$s" : "Removeu o link público de %1$s", - "%2$s removed the public link for %1$s" : "%2$s removeu o link público de %1$s", - "Your public link for %1$s expired" : "O seu link público de %1$s expirou", + "You removed the public link for %1$s" : "Removeu a hiperligação pública para %1$s", + "%2$s removed the public link for %1$s" : "%2$s removeu a hiperligação pública para %1$s", + "Your public link for %1$s expired" : "A sua hiperligação pública para %1$s expirou", "The public link of %2$s for %1$s expired" : "O link público de %2$s para %1$s expirou", "%2$s shared %1$s with you" : "%2$s partilhou %1$s consigo", "%2$s removed the share for %1$s" : "%2$s removeu a partilha para %1$s", @@ -68,10 +83,10 @@ OC.L10N.register( "%2$s removed share of group %3$s" : "%2$s removeu a partilha do grupo %3$s", "Shared via link by %2$s" : "Partilhado via hiperligação por %2$s", "Shared via public link" : "Partilhado via hiperligação pública", - "Removed public link" : "Removeu link público", - "%2$s removed public link" : "%2$s removeu link público", - "Public link expired" : "Link público expirou", - "Public link of %2$s expired" : "Link público de %2$s expirou", + "Removed public link" : "Hiperligação pública removida", + "%2$s removed public link" : "%2$s removeu a hiperligação pública", + "Public link expired" : "A hiperligação pública expirou", + "Public link of %2$s expired" : "A hiperligação pública de %2$s expirou", "Shared by %2$s" : "Partilhado por %2$s", "Shares" : "Partilhas", "This share is password-protected" : "Esta partilha está protegida por senha", diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json index 422a9240ab4..9a15775b612 100644 --- a/apps/files_sharing/l10n/pt_PT.json +++ b/apps/files_sharing/l10n/pt_PT.json @@ -1,15 +1,11 @@ { "translations": { "Server to server sharing is not enabled on this server" : "A partilha entre servidores não se encontra disponível neste servidor", "The mountpoint name contains invalid characters." : "O nome do ponto de montagem contém carateres inválidos.", - "Not allowed to create a federated share with the same user server" : "Não é possível criar uma partilha federada com o mesmo servidor de utilizador", + "Not allowed to create a federated share with the same user server" : "Não é permitido criar uma partilha federada com o mesmo servidor de utilizador", "Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável", "Could not authenticate to remote share, password might be wrong" : "Não foi possível autenticar para a partilha remota, a palavra-passe poderá estar errada", "Storage not valid" : "Armazenamento inválido", "Couldn't add remote share" : "Não foi possível adicionar a partilha remota", - "Please specify a valid user" : "Por favor indique um utilizador válido", - "Please specify a valid group" : "Por favor indique um grupo válido", - "Unknown share type" : "Tipo de partilha desconhecido", - "Not a directory" : "Não é um directoria", "Shared with you" : "Partilhado consigo ", "Shared with others" : "Partilhado com outros", "Shared by link" : "Partilhado pela hiperligação", @@ -29,6 +25,25 @@ "Invalid ownCloud url" : "Url ownCloud inválido", "Shared by" : "Partilhado por", "Sharing" : "Partilha", + "Share API is disabled" : "A partilha de API está desativada", + "Wrong share ID, share doesn't exist" : "Id. de partilha errada, a partilha não existe", + "Could not delete share" : "Não foi possível eliminar a partilha", + "Please specify a file or folder path" : "Por favor, especifique um ficheiro ou caminho de pasta", + "Wrong path, file/folder doesn't exist" : "Caminho errado, ficheiro/pasta não existe", + "Please specify a valid user" : "Por favor, especifique um utilizador válido", + "Group sharing is disabled by the administrator" : "A partilha em grupo está desativada pelo administrador", + "Please specify a valid group" : "Por favor, especifique um grupo válido", + "Public link sharing is disabled by the administrator" : "A partilha da hiperligação pública está desativada pelo administrador", + "Public upload disabled by the administrator" : "Envio público desativado pelo administrador", + "Public upload is only possible for publicly shared folders" : "O envio público só é possível para as pastas partilhadas publicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "A partilha de %s falhou porque \"back end\" não permite partilhas do tipo %s", + "Unknown share type" : "Tipo de partilha desconhecido", + "Not a directory" : "Não é uma diretoria", + "Could not lock path" : "Não foi possível bloquear o caminho", + "Can't change permissions for public share links" : "Não é possível alterar as permissões para as hiperligações de partilha pública", + "Wrong or no update parameter given" : "Parâmetro indicado errado ou desatualizado", + "Cannot increase permissions" : "Não é possível incrementar as permissões", "A file or folder has been <strong>shared</strong>" : "Foi <strong>partilhado</strong> um ficheiro ou uma pasta", "A file or folder was shared from <strong>another server</strong>" : "Um ficheiro ou pasta foi partilhado a partir de <strong>outro servidor</strong>", "A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>transferido</strong> um ficheiro ou pasta partilhada publicamente", @@ -37,7 +52,7 @@ "%1$s accepted remote share %2$s" : "%1$s aceitou a partilha remota %2$s", "%1$s declined remote share %2$s" : "%1$s rejeitou a partilha remota %2$s", "%1$s unshared %2$s from you" : "%1$s cancelou a partilha %2$s consigo", - "Public shared folder %1$s was downloaded" : "A pasta partilhada publicamente %1$s foi transferida", + "Public shared folder %1$s was downloaded" : "Foi transferida a pasta partilhada publicamente %1$s", "Public shared file %1$s was downloaded" : "Foi transferido o ficheiro %1$s partilhado publicamente", "You shared %1$s with %2$s" : "Partilhou %1$s com %2$s", "%2$s shared %1$s with %3$s" : "%2$s partilhou %1$s com %3$s", @@ -49,9 +64,9 @@ "%2$s removed the share of group %3$s for %1$s" : "%2$s removeu a partilha do grupo %3$s para %1$s", "%2$s shared %1$s via link" : "%2$s partilhou %1$s via hiperligação", "You shared %1$s via link" : "Partilhou %1$s através de uma hiperligação", - "You removed the public link for %1$s" : "Removeu o link público de %1$s", - "%2$s removed the public link for %1$s" : "%2$s removeu o link público de %1$s", - "Your public link for %1$s expired" : "O seu link público de %1$s expirou", + "You removed the public link for %1$s" : "Removeu a hiperligação pública para %1$s", + "%2$s removed the public link for %1$s" : "%2$s removeu a hiperligação pública para %1$s", + "Your public link for %1$s expired" : "A sua hiperligação pública para %1$s expirou", "The public link of %2$s for %1$s expired" : "O link público de %2$s para %1$s expirou", "%2$s shared %1$s with you" : "%2$s partilhou %1$s consigo", "%2$s removed the share for %1$s" : "%2$s removeu a partilha para %1$s", @@ -66,10 +81,10 @@ "%2$s removed share of group %3$s" : "%2$s removeu a partilha do grupo %3$s", "Shared via link by %2$s" : "Partilhado via hiperligação por %2$s", "Shared via public link" : "Partilhado via hiperligação pública", - "Removed public link" : "Removeu link público", - "%2$s removed public link" : "%2$s removeu link público", - "Public link expired" : "Link público expirou", - "Public link of %2$s expired" : "Link público de %2$s expirou", + "Removed public link" : "Hiperligação pública removida", + "%2$s removed public link" : "%2$s removeu a hiperligação pública", + "Public link expired" : "A hiperligação pública expirou", + "Public link of %2$s expired" : "A hiperligação pública de %2$s expirou", "Shared by %2$s" : "Partilhado por %2$s", "Shares" : "Partilhas", "This share is password-protected" : "Esta partilha está protegida por senha", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 4f9f1a171e7..d9c3248efe6 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -27,6 +27,25 @@ OC.L10N.register( "Invalid ownCloud url" : "Неверный адрес ownCloud", "Shared by" : "Поделился", "Sharing" : "Общий доступ", + "Share API is disabled" : "API общего доступа отключён", + "Wrong share ID, share doesn't exist" : "Неверный идентификатор публикации, публикация не существует", + "Could not delete share" : "Не удалось удалить публикацию", + "Please specify a file or folder path" : "Пожалуйста, укажите путь к файлу или каталогу", + "Wrong path, file/folder doesn't exist" : "Неверный путь, файл/каталог не существует", + "Please specify a valid user" : "Пожалуйста, укажите допустимого пользователя", + "Group sharing is disabled by the administrator" : "Общий доступ для групп отключён администратором", + "Please specify a valid group" : "Пожалуйста, укажите допустимую группу", + "Public link sharing is disabled by the administrator" : "Публикация через общие ссылки отключена администратором", + "Public upload disabled by the administrator" : "Загрузка в общедоступную публикацию запрещена администратором", + "Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в папки с общим доступом", + "Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД", + "Sharing %s failed because the back end does not allow shares from type %s" : "Не удалось поделиться %s, поскольку механизм удалённого обмена не разрешает публикации типа %s", + "Unknown share type" : "Предоставление доступа неизвестного типа", + "Not a directory" : "Это не каталог", + "Could not lock path" : "Не удалось заблокировать путь", + "Can't change permissions for public share links" : "Невозможно изменить права для публикации через ссылку", + "Wrong or no update parameter given" : "Параметр для изменения неправилен или не задан", + "Cannot increase permissions" : "Нельзя увеличить права", "A file or folder has been <strong>shared</strong>" : "<strong>Опубликован</strong> файл или каталог", "A file or folder was shared from <strong>another server</strong>" : "Файлом или каталогом поделились с <strong>удаленного сервера</strong>", "A public shared file or folder was <strong>downloaded</strong>" : "Общий файл или каталог был <strong>скачан</strong>", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 530ced02dae..1e01f0cdc37 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -25,6 +25,25 @@ "Invalid ownCloud url" : "Неверный адрес ownCloud", "Shared by" : "Поделился", "Sharing" : "Общий доступ", + "Share API is disabled" : "API общего доступа отключён", + "Wrong share ID, share doesn't exist" : "Неверный идентификатор публикации, публикация не существует", + "Could not delete share" : "Не удалось удалить публикацию", + "Please specify a file or folder path" : "Пожалуйста, укажите путь к файлу или каталогу", + "Wrong path, file/folder doesn't exist" : "Неверный путь, файл/каталог не существует", + "Please specify a valid user" : "Пожалуйста, укажите допустимого пользователя", + "Group sharing is disabled by the administrator" : "Общий доступ для групп отключён администратором", + "Please specify a valid group" : "Пожалуйста, укажите допустимую группу", + "Public link sharing is disabled by the administrator" : "Публикация через общие ссылки отключена администратором", + "Public upload disabled by the administrator" : "Загрузка в общедоступную публикацию запрещена администратором", + "Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в папки с общим доступом", + "Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД", + "Sharing %s failed because the back end does not allow shares from type %s" : "Не удалось поделиться %s, поскольку механизм удалённого обмена не разрешает публикации типа %s", + "Unknown share type" : "Предоставление доступа неизвестного типа", + "Not a directory" : "Это не каталог", + "Could not lock path" : "Не удалось заблокировать путь", + "Can't change permissions for public share links" : "Невозможно изменить права для публикации через ссылку", + "Wrong or no update parameter given" : "Параметр для изменения неправилен или не задан", + "Cannot increase permissions" : "Нельзя увеличить права", "A file or folder has been <strong>shared</strong>" : "<strong>Опубликован</strong> файл или каталог", "A file or folder was shared from <strong>another server</strong>" : "Файлом или каталогом поделились с <strong>удаленного сервера</strong>", "A public shared file or folder was <strong>downloaded</strong>" : "Общий файл или каталог был <strong>скачан</strong>", diff --git a/apps/systemtags/l10n/pt_PT.js b/apps/systemtags/l10n/pt_PT.js index 60d38d6b298..bf33c8e9af9 100644 --- a/apps/systemtags/l10n/pt_PT.js +++ b/apps/systemtags/l10n/pt_PT.js @@ -4,16 +4,24 @@ OC.L10N.register( "Tags" : "Etiquetas", "Tagged files" : "Ficheiros etiquetados", "Select tags to filter by" : "Selecionar etiquetas para filtrar", - "Please select tags to filter by" : "Selecione etiquetas para filtrar", - "No files found for the selected tags" : "Nenhum ficheiro encontrado com as etiquetas selecionadas", - "<strong>System tags</strong> for a file have been modified" : "<strong>Etiquetas do sistema</strong> para um ficheiro foram alteradas", - "%1$s assigned system tag %3$s" : "%1$s recebeu a etiqueta %3$s", - "%1$s unassigned system tag %3$s" : "%1$s perdeu a etiqueta %3$s", - "%1$s created system tag %2$s" : "%1$s criou a etiqueta %2$s", - "%1$s deleted system tag %2$s" : "%1$s apagou a etiqueta %2$s", + "Please select tags to filter by" : "Por favor, selecione etiquetas para filtrar", + "No files found for the selected tags" : "Não foram encontrados ficheiros para as etiquetas selecionadas", + "<strong>System tags</strong> for a file have been modified" : "As <strong>etiquetas do Sistema</strong> para um ficheiro foram alteradas", + "You assigned system tag %3$s" : "Atribuiu a etiqueta do sistema %3$s", + "%1$s assigned system tag %3$s" : "%1$s atribuiu a etiqueta do sistema %3$s", + "You unassigned system tag %3$s" : "Removeu a etiqueta do sistema %3$s", + "%1$s unassigned system tag %3$s" : "%1$s removeu a etiqueta do sistema %3$s", + "You created system tag %2$s" : "Criou a etiqueta do sistema %2$s", + "%1$s created system tag %2$s" : "%1$s criou a etiqueta do sistema %2$s", + "You deleted system tag %2$s" : "Eliminou etiqueta do sistema %2$s", + "%1$s deleted system tag %2$s" : "%1$s eliminou a etiqueta do sistema %2$s", + "You updated system tag %3$s to %2$s" : "Atualizou a etiqueta do sistema %3$s para %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s atualizou a etiqueta %3$s para %2$s", - "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s a %2$s", - "%1$s unassigned system tag %3$s from %2$s" : "%1$s retirou a etiqueta %3$s a %2$s", + "You assigned system tag %3$s to %2$s" : "Atribuiu a etiqueta do sistema %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s para %2$s", + "You unassigned system tag %3$s from %2$s" : "Removeu a etiqueta do sistema %3$s de %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s removeu a etiqueta do sistema %3$s de %2$s", + "%s (restricted)" : "%s (limitado)", "%s (invisible)" : "%s (invisível)", "No files in here" : "Nenhuns ficheiros aqui", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", diff --git a/apps/systemtags/l10n/pt_PT.json b/apps/systemtags/l10n/pt_PT.json index 8d5db102870..1d6f99bfceb 100644 --- a/apps/systemtags/l10n/pt_PT.json +++ b/apps/systemtags/l10n/pt_PT.json @@ -2,16 +2,24 @@ "Tags" : "Etiquetas", "Tagged files" : "Ficheiros etiquetados", "Select tags to filter by" : "Selecionar etiquetas para filtrar", - "Please select tags to filter by" : "Selecione etiquetas para filtrar", - "No files found for the selected tags" : "Nenhum ficheiro encontrado com as etiquetas selecionadas", - "<strong>System tags</strong> for a file have been modified" : "<strong>Etiquetas do sistema</strong> para um ficheiro foram alteradas", - "%1$s assigned system tag %3$s" : "%1$s recebeu a etiqueta %3$s", - "%1$s unassigned system tag %3$s" : "%1$s perdeu a etiqueta %3$s", - "%1$s created system tag %2$s" : "%1$s criou a etiqueta %2$s", - "%1$s deleted system tag %2$s" : "%1$s apagou a etiqueta %2$s", + "Please select tags to filter by" : "Por favor, selecione etiquetas para filtrar", + "No files found for the selected tags" : "Não foram encontrados ficheiros para as etiquetas selecionadas", + "<strong>System tags</strong> for a file have been modified" : "As <strong>etiquetas do Sistema</strong> para um ficheiro foram alteradas", + "You assigned system tag %3$s" : "Atribuiu a etiqueta do sistema %3$s", + "%1$s assigned system tag %3$s" : "%1$s atribuiu a etiqueta do sistema %3$s", + "You unassigned system tag %3$s" : "Removeu a etiqueta do sistema %3$s", + "%1$s unassigned system tag %3$s" : "%1$s removeu a etiqueta do sistema %3$s", + "You created system tag %2$s" : "Criou a etiqueta do sistema %2$s", + "%1$s created system tag %2$s" : "%1$s criou a etiqueta do sistema %2$s", + "You deleted system tag %2$s" : "Eliminou etiqueta do sistema %2$s", + "%1$s deleted system tag %2$s" : "%1$s eliminou a etiqueta do sistema %2$s", + "You updated system tag %3$s to %2$s" : "Atualizou a etiqueta do sistema %3$s para %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s atualizou a etiqueta %3$s para %2$s", - "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s a %2$s", - "%1$s unassigned system tag %3$s from %2$s" : "%1$s retirou a etiqueta %3$s a %2$s", + "You assigned system tag %3$s to %2$s" : "Atribuiu a etiqueta do sistema %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s para %2$s", + "You unassigned system tag %3$s from %2$s" : "Removeu a etiqueta do sistema %3$s de %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s removeu a etiqueta do sistema %3$s de %2$s", + "%s (restricted)" : "%s (limitado)", "%s (invisible)" : "%s (invisível)", "No files in here" : "Nenhuns ficheiros aqui", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", diff --git a/apps/systemtags/l10n/ru.js b/apps/systemtags/l10n/ru.js index 8e7e6ae24c6..97e27549a01 100644 --- a/apps/systemtags/l10n/ru.js +++ b/apps/systemtags/l10n/ru.js @@ -5,26 +5,27 @@ OC.L10N.register( "Tagged files" : "Файлы с метками", "Select tags to filter by" : "Выберите метки для фильтра", "Please select tags to filter by" : "Выберите метки для фильтра", - "No files found for the selected tags" : "Для выбранных меток фалов не найдено", + "No files found for the selected tags" : "Для выбранных меток файлов не найдено", "<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены", - "You assigned system tag %3$s" : "Вы назначили системный тег %3$s", + "You assigned system tag %3$s" : "Вы назначили системную метку %3$s", "%1$s assigned system tag %3$s" : "%1$s назначил системную метку %3$s", - "You unassigned system tag %3$s" : "Вы отменили системный тег %3$s", - "%1$s unassigned system tag %3$s" : "%1$s отсоединил системную метку %3$s", - "You created system tag %2$s" : "Вы создали системный тег %2$s", + "You unassigned system tag %3$s" : "Вы убрали системную метку %3$s", + "%1$s unassigned system tag %3$s" : "%1$s убрал системную метку %3$s", + "You created system tag %2$s" : "Вы создали системную метку %2$s", "%1$s created system tag %2$s" : "%1$s создал системную метку %2$s", - "You deleted system tag %2$s" : "Вы удалили системный тег %2$s", + "You deleted system tag %2$s" : "Вы удалили системную метку %2$s", "%1$s deleted system tag %2$s" : "%1$s удалил системную метку %2$s", - "You updated system tag %3$s to %2$s" : "Вы обновили системный тег %3$s на %2$s", + "You updated system tag %3$s to %2$s" : "Вы обновили системную метку %3$s на %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s обновил системную метку %3$s для %2$s", - "You assigned system tag %3$s to %2$s" : "Вы назначили системный тег %3$s на %2$s", + "You assigned system tag %3$s to %2$s" : "Вы назначили системную метку %3$s на %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s назначил системную метку %3$s для %2$s", - "You unassigned system tag %3$s from %2$s" : "Вы назначили системный тег %3$s из %2$s", - "%1$s unassigned system tag %3$s from %2$s" : "%1$s отсоединил системную метку %3$s для %2$s", + "You unassigned system tag %3$s from %2$s" : "Вы назначили системную метку %3$s из %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s убрал системную метку %3$s с %2$s", + "%s (restricted)" : "%s (ограничено)", "%s (invisible)" : "%s (невидимые)", "No files in here" : "Здесь нет файлов", "No entries found in this folder" : "Нет элементов в этом каталоге", - "Name" : "Наименование контакта", + "Name" : "Имя", "Size" : "Размер", "Modified" : "Изменён" }, diff --git a/apps/systemtags/l10n/ru.json b/apps/systemtags/l10n/ru.json index 2f583c4216d..39a27781fcf 100644 --- a/apps/systemtags/l10n/ru.json +++ b/apps/systemtags/l10n/ru.json @@ -3,26 +3,27 @@ "Tagged files" : "Файлы с метками", "Select tags to filter by" : "Выберите метки для фильтра", "Please select tags to filter by" : "Выберите метки для фильтра", - "No files found for the selected tags" : "Для выбранных меток фалов не найдено", + "No files found for the selected tags" : "Для выбранных меток файлов не найдено", "<strong>System tags</strong> for a file have been modified" : "<strong>Системные метки</strong> файла были изменены", - "You assigned system tag %3$s" : "Вы назначили системный тег %3$s", + "You assigned system tag %3$s" : "Вы назначили системную метку %3$s", "%1$s assigned system tag %3$s" : "%1$s назначил системную метку %3$s", - "You unassigned system tag %3$s" : "Вы отменили системный тег %3$s", - "%1$s unassigned system tag %3$s" : "%1$s отсоединил системную метку %3$s", - "You created system tag %2$s" : "Вы создали системный тег %2$s", + "You unassigned system tag %3$s" : "Вы убрали системную метку %3$s", + "%1$s unassigned system tag %3$s" : "%1$s убрал системную метку %3$s", + "You created system tag %2$s" : "Вы создали системную метку %2$s", "%1$s created system tag %2$s" : "%1$s создал системную метку %2$s", - "You deleted system tag %2$s" : "Вы удалили системный тег %2$s", + "You deleted system tag %2$s" : "Вы удалили системную метку %2$s", "%1$s deleted system tag %2$s" : "%1$s удалил системную метку %2$s", - "You updated system tag %3$s to %2$s" : "Вы обновили системный тег %3$s на %2$s", + "You updated system tag %3$s to %2$s" : "Вы обновили системную метку %3$s на %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s обновил системную метку %3$s для %2$s", - "You assigned system tag %3$s to %2$s" : "Вы назначили системный тег %3$s на %2$s", + "You assigned system tag %3$s to %2$s" : "Вы назначили системную метку %3$s на %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s назначил системную метку %3$s для %2$s", - "You unassigned system tag %3$s from %2$s" : "Вы назначили системный тег %3$s из %2$s", - "%1$s unassigned system tag %3$s from %2$s" : "%1$s отсоединил системную метку %3$s для %2$s", + "You unassigned system tag %3$s from %2$s" : "Вы назначили системную метку %3$s из %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s убрал системную метку %3$s с %2$s", + "%s (restricted)" : "%s (ограничено)", "%s (invisible)" : "%s (невидимые)", "No files in here" : "Здесь нет файлов", "No entries found in this folder" : "Нет элементов в этом каталоге", - "Name" : "Наименование контакта", + "Name" : "Имя", "Size" : "Размер", "Modified" : "Изменён" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js index 1703765f975..89bf539bc24 100644 --- a/apps/user_ldap/l10n/pt_PT.js +++ b/apps/user_ldap/l10n/pt_PT.js @@ -13,6 +13,7 @@ OC.L10N.register( " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "Não existe esta acção", "The Base DN appears to be wrong" : "O ND de base parece estar errado", + "Testing configuration…" : "A testar a configuração…", "Configuration incorrect" : "Configuração incorreta", "Configuration incomplete" : "Configuração incompleta", "Configuration OK" : "Configuração OK", @@ -95,6 +96,7 @@ OC.L10N.register( "Test Base DN" : "Testar Base DN", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)", + "%s access is limited to users meeting these criteria:" : "O acesso %s está limitado para os utilizadores que reúnam estes critérios:", "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objectos mais comuns para utilizadores são <em>organizationalPerson, person, user, and inetOrgPerson</em>. Se não tem a certeza de que classe de objecto deverá seleccionar, por favor, contacte o administrador do Directório.", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.", "Verify settings and count users" : "Verificar definições e contar utilizadores", diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json index d96f415480a..379e326976f 100644 --- a/apps/user_ldap/l10n/pt_PT.json +++ b/apps/user_ldap/l10n/pt_PT.json @@ -11,6 +11,7 @@ " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "Não existe esta acção", "The Base DN appears to be wrong" : "O ND de base parece estar errado", + "Testing configuration…" : "A testar a configuração…", "Configuration incorrect" : "Configuração incorreta", "Configuration incomplete" : "Configuração incompleta", "Configuration OK" : "Configuração OK", @@ -93,6 +94,7 @@ "Test Base DN" : "Testar Base DN", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para grandes configurações, mas requer conhecimentos LDAP.", "Manually enter LDAP filters (recommended for large directories)" : "Introduzir filtros LDAP manualmente (recomendado para directórios grandes)", + "%s access is limited to users meeting these criteria:" : "O acesso %s está limitado para os utilizadores que reúnam estes critérios:", "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Os objectos mais comuns para utilizadores são <em>organizationalPerson, person, user, and inetOrgPerson</em>. Se não tem a certeza de que classe de objecto deverá seleccionar, por favor, contacte o administrador do Directório.", "The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais utilizadores do LDAP devem ter acesso à instância %s.", "Verify settings and count users" : "Verificar definições e contar utilizadores", |