Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-12 05:19:24 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-12 05:19:24 +0300
commit2d7d82f52506f52bc49b3731a0f2f681e7ade460 (patch)
tree850034693f3a9a2b214796640378e81e1913029c /apps/contactsinteraction
parent2b43644833efea86c873a41cdb129567ab6aeb70 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/sk.js9
-rw-r--r--apps/contactsinteraction/l10n/sk.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sk.js b/apps/contactsinteraction/l10n/sk.js
new file mode 100644
index 00000000000..a36874bc6c3
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sk.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Nedávno kontaktovaní",
+ "Contacts Interaction" : "Napojenia na kontakty",
+ "Manages interaction between users and contacts" : "Spravuje interakciu medzi používateľmi a kontaktmi",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Zhromaždiť údaje o interakciách používateľov a kontaktov a poskytnúť adresár pre údaje"
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/contactsinteraction/l10n/sk.json b/apps/contactsinteraction/l10n/sk.json
new file mode 100644
index 00000000000..7cbf0270dae
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sk.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "Nedávno kontaktovaní",
+ "Contacts Interaction" : "Napojenia na kontakty",
+ "Manages interaction between users and contacts" : "Spravuje interakciu medzi používateľmi a kontaktmi",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Zhromaždiť údaje o interakciách používateľov a kontaktov a poskytnúť adresár pre údaje"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file