mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
710 B
JavaScript
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;");
|