mirror of
https://github.com/nextcloud/server.git
synced 2025-01-15 23:59:16 +00:00
42c021fda2
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
24 lines
3.3 KiB
JavaScript
24 lines
3.3 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Added to the list of trusted servers" : "Zerbitzari fidagarrien zerrendara gehituta",
|
|
"No server found with ID: %s" : "Ez da zerbitzaririk aurkitu ID honekin: %s",
|
|
"Could not remove server" : "Ezin izan da zerbitzaria kendu",
|
|
"Server is already in the list of trusted servers." : "Zerbitzaria fidagarrien zerrendan dago jadanik",
|
|
"No server to federate with found" : "Ez da federatzeko zerbitzaririk aurkitu",
|
|
"Could not add server" : "Ezin izan da zerbitzaria gehitu",
|
|
"Trusted servers" : "Zerbitzari fidagarriak",
|
|
"Federation" : "Federazioa",
|
|
"Federation allows you to connect with other trusted servers to exchange the account directory." : "Federazioak fidagarriak diren beste zerbitzariekin kontu-direktorioa konektatzea ahalbidetzen dizu.",
|
|
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "Federazioaren bidez fidagarriak diren zerbitzariekin kontu-direktorioa trukatzeko aukera dago. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federatze partekatuan. ",
|
|
"External documentation for Federated Cloud Sharing" : "Federatutako hodei partekatzerako kanpoko dokumentazioa",
|
|
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federazioaren bidez fidagarriak diren zerbitzariekin kontu-direktorioa trukatzeko aukera dago. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federatze partekatuan. Federatze partekatua egiteko ez da beharrezkoa zerbitzari bat gehitzea zerbitzari fidagarri gisa.",
|
|
"Each server must validate the other. This process may require a few cron cycles." : "Zerbitzari bakoitza bestea balioztatu behar du. Prozesu honek cron ziklo batzuk beharko ditu.",
|
|
"+ Add trusted server" : "+ Gehitu zerbitzari fidagarria",
|
|
"Trusted server" : "Zerbitzari fidagarria",
|
|
"Add" : "Gehitu",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federazioak fidagarriak diren beste zerbitzariekin erabiltzaile-direktorioa konektatzea ahalbidetzen dizu.",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federazioaren bidez fidagarriak diren zerbitzariekin erabiltzaileen direktorioa trukatzeko aukera dago. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federatze partekatuan. ",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federazioaren bidez fidagarriak diren zerbitzariekin erabiltzaile-direktorioa trukatzeko aukera dago. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federatze partekatuan. Federatze partekatua egiteko ez da beharrezkoa zerbitzari bat gehitzea zerbitzari fidagarri gisa."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|