diff options
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/eo.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/eo.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/eo.js b/apps/cloud_federation_api/l10n/eo.js new file mode 100644 index 00000000000..d01810bba74 --- /dev/null +++ b/apps/cloud_federation_api/l10n/eo.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API de Nuba Federacio", + "Enable clouds to communicate with each other and exchange data" : "Ebligi interkomunikadon inter diversaj nuboj kaj la interŝanĝon de datumoj", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La API de Nuba Federacio ebligas diversajn instancojn de Nextcloud interkomuniki kaj interŝanĝi datumojn inter si." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/eo.json b/apps/cloud_federation_api/l10n/eo.json new file mode 100644 index 00000000000..17dd80538d8 --- /dev/null +++ b/apps/cloud_federation_api/l10n/eo.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API de Nuba Federacio", + "Enable clouds to communicate with each other and exchange data" : "Ebligi interkomunikadon inter diversaj nuboj kaj la interŝanĝon de datumoj", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La API de Nuba Federacio ebligas diversajn instancojn de Nextcloud interkomuniki kaj interŝanĝi datumojn inter si." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |