diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:03 +0000 |
commit | 158aedb549b253b0b8a84a7c68c0d7bca9e7be54 (patch) | |
tree | 0ad78b532faf8ac367a337003846a48e4dc80663 /apps/contactsinteraction | |
parent | 9a3d45b0ef169c2119e9a63115e3c3ec04fd45e3 (diff) | |
download | nextcloud-server-158aedb549b253b0b8a84a7c68c0d7bca9e7be54.tar.gz nextcloud-server-158aedb549b253b0b8a84a7c68c0d7bca9e7be54.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/uk.js | 2 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/uk.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/contactsinteraction/l10n/uk.js b/apps/contactsinteraction/l10n/uk.js index 37cd206ea33..39d18a35d50 100644 --- a/apps/contactsinteraction/l10n/uk.js +++ b/apps/contactsinteraction/l10n/uk.js @@ -2,7 +2,7 @@ OC.L10N.register( "contactsinteraction", { "Recently contacted" : "Нещодавно спілкувався", - "Contacts Interaction" : "Контакти Взаємодія", + "Contacts Interaction" : "Взаємодія з контактами", "Manages interaction between users and contacts" : "Керує взаємодією між користувачами та контактами", "Collect data about user and contacts interactions and provide an address book for the data" : "Збирайте дані про взаємодію користувачів і контактів і створюйте адресну книгу для цих даних" }, diff --git a/apps/contactsinteraction/l10n/uk.json b/apps/contactsinteraction/l10n/uk.json index bb111137801..b5fe4afe59e 100644 --- a/apps/contactsinteraction/l10n/uk.json +++ b/apps/contactsinteraction/l10n/uk.json @@ -1,6 +1,6 @@ { "translations": { "Recently contacted" : "Нещодавно спілкувався", - "Contacts Interaction" : "Контакти Взаємодія", + "Contacts Interaction" : "Взаємодія з контактами", "Manages interaction between users and contacts" : "Керує взаємодією між користувачами та контактами", "Collect data about user and contacts interactions and provide an address book for the data" : "Збирайте дані про взаємодію користувачів і контактів і створюйте адресну книгу для цих даних" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" |