Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.js « l10n « cloud_federation_api « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 795f0579529abf62bc98e40dad3e81e8b7da85dc (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "cloud_federation_api",
    {
    "Cloud Federation API" : "API Federazione Cloud",
    "Enable clouds to communicate with each other and exchange data" : "Consenti ai cloud di comunicare tra loro e di scambiare dati",
    "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L'API Federazione Cloud consente a varie istanze di Nextcloud di comunicare tra loro e scambiare dati."
},
"nplurals=2; plural=(n != 1);");