diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-23 02:17:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-23 02:17:50 +0000 |
commit | 7d0602792280f88af6867db0131d1bf8984b2c2c (patch) | |
tree | 03ca4215bb10fd5bfd4eb76d06519964f8e3f0e7 /apps/cloud_federation_api | |
parent | 261cda8bf8c0a60c9870772504f84d809e3b3fd3 (diff) | |
download | nextcloud-server-7d0602792280f88af6867db0131d1bf8984b2c2c.tar.gz nextcloud-server-7d0602792280f88af6867db0131d1bf8984b2c2c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/cs.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/cs.json | 6 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/de.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/de.json | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/cs.js b/apps/cloud_federation_api/l10n/cs.js new file mode 100644 index 00000000000..567c481f960 --- /dev/null +++ b/apps/cloud_federation_api/l10n/cs.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API pro federování cloudu", + "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data." +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/cloud_federation_api/l10n/cs.json b/apps/cloud_federation_api/l10n/cs.json new file mode 100644 index 00000000000..5f454a38e0f --- /dev/null +++ b/apps/cloud_federation_api/l10n/cs.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API pro federování cloudu", + "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data." +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" +}
\ No newline at end of file diff --git a/apps/cloud_federation_api/l10n/de.js b/apps/cloud_federation_api/l10n/de.js new file mode 100644 index 00000000000..22edc4c07f7 --- /dev/null +++ b/apps/cloud_federation_api/l10n/de.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "Cloud Verband API", + "Enable clouds to communicate with each other and exchange data" : "Ermöglicht es der Cloud miteinander zu kommunizieren und Daten auszutauschen.", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Die Cloud Verband API ermöglicht es Nextcloud Instanzen miteinander zu kommunizieren und Daten auszutauschen." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/de.json b/apps/cloud_federation_api/l10n/de.json new file mode 100644 index 00000000000..3ec9d4b4cc0 --- /dev/null +++ b/apps/cloud_federation_api/l10n/de.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Cloud Verband API", + "Enable clouds to communicate with each other and exchange data" : "Ermöglicht es der Cloud miteinander zu kommunizieren und Daten auszutauschen.", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Die Cloud Verband API ermöglicht es Nextcloud Instanzen miteinander zu kommunizieren und Daten auszutauschen." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |