nextcloud/apps/files_sharing/l10n/pt_PT.js

57 lines
4.2 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_sharing",
{
2014-11-09 09:54:30 +03:00
"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.",
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido ou não confiável",
2015-02-07 09:54:35 +03:00
"Could not authenticate to remote share, password might be wrong" : "Não foi possível autenticar para partilha remota, a palavra-passe pode estar errada",
"Storage not valid" : "Armazenamento inválido",
2014-11-09 09:54:30 +03:00
"Couldn't add remote share" : "Não foi possível adicionar a partilha remota",
"Shared with you" : "Partilhado consigo ",
"Shared with others" : "Partilhado com outros",
"Shared by link" : "Partilhado pela hiperligação",
2015-01-14 09:55:16 +03:00
"Nothing shared with you yet" : "Ainda não foi partilhado nada consigo",
"Files and folders others share with you will show up here" : "Os ficheiros e pastas que os outros partilham consigo, serão mostradas aqui",
"Nothing shared yet" : "Ainda não foi nada paratilhado",
2015-02-07 09:54:35 +03:00
"Files and folders you share will show up here" : "Os ficheiros e pastas que você partilha serão mostrados aqui",
2015-01-14 09:55:16 +03:00
"No shared links" : "Sem hiperligações partilhadas",
2015-02-07 09:54:35 +03:00
"Files and folders you share by link will show up here" : "Os ficheiros e pastas que você partilha por link serão mostrados aqui",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar a partilha remota {nome} de {proprietário}@{remoto}?",
"Remote share" : "Partilha remota",
2014-11-09 09:54:30 +03:00
"Remote share password" : "Senha da partilha remota",
"Cancel" : "Cancelar",
"Add remote share" : "Adicionar partilha remota",
2015-02-07 09:54:35 +03:00
"No ownCloud installation (7 or higher) found at {remote}" : "Nenhuma instalação do OwnCloud (7 ou superior) encontrada em {remote}",
2014-11-09 09:54:30 +03:00
"Invalid ownCloud url" : "Url ownCloud inválido",
2015-01-14 09:55:16 +03:00
"Share" : "Compartilhar",
"Shared by" : "Partilhado por",
2015-02-07 09:54:35 +03:00
"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>" : "Um ficheiro ou pasta partilhada publicamente foi <strong>descarregado</strong>",
"You received a new remote share from %s" : "Você recebeu uma nova partilha remota de %s",
"%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 retirou a partilha %2$s contigo",
"Public shared folder %1$s was downloaded" : "A pasta partilhada publicamente %1$s foi descarregada",
"Public shared file %1$s was downloaded" : "O ficheiro partilhado publicamente %1$s foi descarregado",
"This share is password-protected" : "Esta partilha está protegida por senha",
"The password is wrong. Try again." : "A senha está errada. Por favor, tente de novo.",
"Password" : "Senha",
2015-01-14 09:55:16 +03:00
"No entries found in this folder" : "Não foram encontradas entradas nesta pasta",
"Name" : "Nome",
"Share time" : "Hora da Partilha",
"Sorry, this link doesnt seem to work anymore." : "Desculpe, mas esta hiperligação parece já não estar a funcionar.",
"Reasons might be:" : "As razões poderão ser:",
"the item was removed" : "o item foi removido",
"the link expired" : "A hiperligação expirou",
"sharing is disabled" : "a partilha está desativada",
"For more info, please ask the person who sent this link." : "Para mais informação, por favor, pergunte à pessoa que lhe enviou esta hiperligação.",
2014-11-09 09:54:30 +03:00
"Add to your ownCloud" : "Adicionar à sua ownCloud",
"Download" : "Transferir",
"Download %s" : "Transferir %s",
2014-11-09 09:54:30 +03:00
"Direct link" : "Hiperligação direta",
2015-02-07 09:54:35 +03:00
"Federated Cloud Sharing" : "Partilha de Cloud Federada",
2014-11-09 09:54:30 +03:00
"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"
},
"nplurals=2; plural=(n != 1);");