0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-14 16:33:21 +00:00
nextcloud_server/apps/federatedfilesharing/l10n/pt_PT.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
2.5 KiB
JavaScript
Raw Normal View History

2016-02-16 13:49:12 +00:00
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á ativa neste servidor",
2018-02-21 01:12:10 +00:00
"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 incorreta.",
2018-02-21 01:12:10 +00:00
"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.",
2016-05-26 05:56:23 +00:00
"File is already shared with %s" : "O ficheiro já foi partilhado com %s",
2018-02-21 01:12:10 +00:00
"Could not find share" : "Não foi possível encontrar partilha",
2019-07-18 02:14:53 +00:00
"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}",
2016-05-25 06:03:38 +00:00
"Accept" : "Aceitar",
"Decline" : "Recusar",
"Federated Cloud Sharing" : "Partilha de Nuvem Federada",
2018-02-21 01:12:10 +00:00
"Sharing" : "Partilha",
"Federated file sharing" : "Partilha federada de ficheiros",
2019-02-06 11:27:29 +00:00
"Provide federated file sharing across servers" : "Permita a partilha federada de ficheiros entre servidores",
2016-04-26 08:50:32 +00:00
"Federated Cloud" : "Nuvem Federada",
2018-02-21 01:12:10 +00:00
"Share it so your friends can share files with you:" : "Partilhe para que os seus amigos possam partilhar ficheiros consigo:",
2016-05-26 05:56:23 +00:00
"Add to your website" : "Adicione ao seu site da Web",
2016-06-20 10:08:23 +00:00
"Share with me via Nextcloud" : "Partilhe comigo via Nextcloud",
2019-11-19 02:17:47 +00:00
"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",
"Your Federated Cloud ID:" : "A sua id. da Nuvem Federada:",
"Twitter" : "Twitter"
2016-02-16 13:49:12 +00:00
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");