0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/federation/l10n/pt_PT.js
Nextcloud bot 8a1c778731
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:40:12 +00:00

14 lines
710 B
JavaScript

OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Adicionado à lista de servidores confiáveis",
"Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.",
"No server to federate with found" : "Nenhum servidor federado encontrado",
"Could not add server" : "Não foi possível adicionar servidor",
"Trusted servers" : "Servidores confiáveis",
"Federation" : "Federação",
"+ Add trusted server" : "+ Adicionar servidor confiável",
"Trusted server" : "Servidor confiável",
"Add" : "Adicionar"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");