0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 14:53:18 +00:00
nextcloud_server/apps/federatedfilesharing/l10n/pt_PT.js
Nextcloud bot 42c7aab402
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-30 00:20:49 +00:00

40 lines
3.1 KiB
JavaScript

OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "Id. de Nuvem Federada Inválida",
"Server to server sharing is not enabled on this server" : "Partilha servidor-para-servidor não está activa neste servidor",
"Couldn't establish a federated share." : "Não foi possível estabelecer uma partilha federada.",
"Couldn't establish a federated share, maybe the password was wrong." : "Não foi possível estabelecer a partilha federada, a palavra-passe talvez esteja incorrecta.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Pedido de Partilha Federada enviado, irá receber o convite. Confira as suas notificações.",
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
"Could not find share" : "Não foi possível encontrar partilha",
"Federated sharing" : "Partilha Federada",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Recebeu {share} como uma partilha remota de {user} (em nome de {behalf})",
"You received {share} as a remote share from {user}" : "Recebeu {share} como uma partilha remota de {user}",
"Accept" : "Aceitar",
"Decline" : "Recusar",
"Federated Cloud Sharing" : "Partilha de Nuvem Federada",
"Sharing" : "Partilha",
"Federated file sharing" : "Partilha federada de ficheiros",
"Provide federated file sharing across servers" : "Permita a partilha federada de ficheiros entre servidores",
"Federated Cloud" : "Nuvem Federada",
"Share it so your friends can share files with you:" : "Partilhe para que os seus amigos possam partilhar ficheiros consigo:",
"Add to your website" : "Adicione ao seu site da Web",
"Share with me via Nextcloud" : "Partilhe comigo via Nextcloud",
"HTML Code:" : "Código HTML:",
"Share with me through my #Nextcloud Federated Cloud ID" : "Partilhe comigo através da minha Id. da Nuvem Federada #Nextcloud",
"Copy to clipboard" : "Copiar para área de transferência",
"Copied!" : "Copiado!",
"Cancel" : "Cancelar",
"Add remote share" : "Adicionar partilha remota",
"Remote share" : "Partilha remota",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Pretende adicionar a partilha remota {name} de {owner}@{remote}?",
"Remote share password" : "Palavra-passe da partilha remota",
"Not allowed to create a federated share with the same user" : "Não é possível criar uma partilha federada com o mesmo utilizador",
"Allow users on this server to receive shares from other servers" : "Permitir que os utilizadores neste servidor recebam as partilhas de outros servidores",
"Search global and public address book for users" : "Pesquisar lista global e pública de contactos de utilizadores ",
"Allow users to publish their data to a global and public address book" : "Permitir que os utilizadores publiquem os seus dados para uma lista de contactos global e pública",
"Your Federated Cloud ID:" : "A sua id. da Nuvem Federada:",
"Twitter" : "Twitter"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");