9 lines
571 B
JavaScript
9 lines
571 B
JavaScript
OC.L10N.register(
|
|
"cloud_federation_api",
|
|
{
|
|
"Cloud Federation API" : "API de Federação Cloud",
|
|
"Enable clouds to communicate with each other and exchange data" : "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." : "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data."
|
|
},
|
|
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|