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/contactsinteraction | |
parent | 261cda8bf8c0a60c9870772504f84d809e3b3fd3 (diff) | |
download | nextcloud-server-7d0602792280f88af6867db0131d1bf8984b2c2c.tar.gz nextcloud-server-7d0602792280f88af6867db0131d1bf8984b2c2c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/cs.js | 3 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/cs.json | 3 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/de.js | 8 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/de.json | 6 |
4 files changed, 18 insertions, 2 deletions
diff --git a/apps/contactsinteraction/l10n/cs.js b/apps/contactsinteraction/l10n/cs.js index 38ede2f097d..25982ef476f 100644 --- a/apps/contactsinteraction/l10n/cs.js +++ b/apps/contactsinteraction/l10n/cs.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Recently contacted" : "Nedávno kontaktovaní", "Contacts Interaction" : "Napojení na kontakty", - "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty" + "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty", + "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro 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/contactsinteraction/l10n/cs.json b/apps/contactsinteraction/l10n/cs.json index 2bc528a7c0f..164790bd1c5 100644 --- a/apps/contactsinteraction/l10n/cs.json +++ b/apps/contactsinteraction/l10n/cs.json @@ -1,6 +1,7 @@ { "translations": { "Recently contacted" : "Nedávno kontaktovaní", "Contacts Interaction" : "Napojení na kontakty", - "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty" + "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty", + "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro 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/contactsinteraction/l10n/de.js b/apps/contactsinteraction/l10n/de.js new file mode 100644 index 00000000000..c1ad258561e --- /dev/null +++ b/apps/contactsinteraction/l10n/de.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Zuletzt kontaktiert", + "Contacts Interaction" : "Kontaktinteraktionen", + "Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/de.json b/apps/contactsinteraction/l10n/de.json new file mode 100644 index 00000000000..bb1adf72a1f --- /dev/null +++ b/apps/contactsinteraction/l10n/de.json @@ -0,0 +1,6 @@ +{ "translations": { + "Recently contacted" : "Zuletzt kontaktiert", + "Contacts Interaction" : "Kontaktinteraktionen", + "Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |