diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-12 02:19:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-12 02:19:24 +0000 |
commit | 2d7d82f52506f52bc49b3731a0f2f681e7ade460 (patch) | |
tree | 850034693f3a9a2b214796640378e81e1913029c /apps/contactsinteraction | |
parent | 2b43644833efea86c873a41cdb129567ab6aeb70 (diff) | |
download | nextcloud-server-2d7d82f52506f52bc49b3731a0f2f681e7ade460.tar.gz nextcloud-server-2d7d82f52506f52bc49b3731a0f2f681e7ade460.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/sk.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/sk.json | 7 |
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 |