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

ja.js « l10n « cloud_federation_api « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19a8d910c473744aa601983009912c51311ff463 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "cloud_federation_api",
    {
    "Cloud Federation API" : "クラウドフェデレーションAPI",
    "Enable clouds to communicate with each other and exchange data" : "クラウドが相互に通信し、データを交換できるようにします",
    "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation APIにより、さまざまなNextcloudインスタンスが相互に通信し、データを交換することができるようになります。"
},
"nplurals=1; plural=0;");