nextcloud/apps/cloud_federation_api/l10n/pt_PT.js
Nextcloud bot 894f963804
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-26 00:22:42 +00:00

8 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;");