mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
9 lines
499 B
JavaScript
9 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;");
|