mirror of
https://github.com/nextcloud/server.git
synced 2026-02-24 18:37:44 -05:00
8 lines
499 B
JavaScript
8 lines
499 B
JavaScript
OC.L10N.register(
|
|
"cloud_federation_api",
|
|
{
|
|
"Cloud Federation API" : "API Federasi Cloud",
|
|
"Enable clouds to communicate with each other and exchange data" : "Memungkinkan cloud untuk saling berkomunikasi dan bertukar data",
|
|
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API Federasi Cloud memungkinkan berbagai instans Nextcloud untuk saling berkomunikasi dan bertukar data."
|
|
},
|
|
"nplurals=1; plural=0;");
|