From 7d0602792280f88af6867db0131d1bf8984b2c2c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 23 Sep 2020 02:17:50 +0000 Subject: [tx-robot] updated from transifex --- apps/cloud_federation_api/l10n/cs.js | 8 ++++++++ apps/cloud_federation_api/l10n/cs.json | 6 ++++++ apps/cloud_federation_api/l10n/de.js | 8 ++++++++ apps/cloud_federation_api/l10n/de.json | 6 ++++++ 4 files changed, 28 insertions(+) create mode 100644 apps/cloud_federation_api/l10n/cs.js create mode 100644 apps/cloud_federation_api/l10n/cs.json create mode 100644 apps/cloud_federation_api/l10n/de.js create mode 100644 apps/cloud_federation_api/l10n/de.json (limited to 'apps/cloud_federation_api') 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 -- cgit v1.2.3