diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-01-23 02:18:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-01-23 02:18:24 +0000 |
commit | 2a01308d5cced43a92e2d54049897f6471284e5d (patch) | |
tree | 1667c71990aea3dcb9b3aa63f90cb1d9560ba5a0 /apps/comments/l10n/uk.js | |
parent | 179a8b679089598346b67c9248b920d34d9e8598 (diff) | |
download | nextcloud-server-2a01308d5cced43a92e2d54049897f6471284e5d.tar.gz nextcloud-server-2a01308d5cced43a92e2d54049897f6471284e5d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/uk.js')
-rw-r--r-- | apps/comments/l10n/uk.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js index 7e732740535..6f5697cfc2b 100644 --- a/apps/comments/l10n/uk.js +++ b/apps/comments/l10n/uk.js @@ -10,6 +10,9 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s", "{author} commented on {file}" : "{author} прокоментував {file}", "<strong>Comments</strong> for files" : "<strong>Коментів</strong> для файлів", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вас було згадано про “{file}”, у коментарі користувача, який був видалений пізніше", + "{user} mentioned you in a comment on “{file}”" : "{user} згадав Вас у коментарі про “{file}”", + "Files app plugin to add comments to files" : "Додаток до застосунку Файли (Files) для коментування файлів", "Edit comment" : "Редагувати коментар", "Delete comment" : "Видалити коментар", "New comment …" : "Новий коментар...", @@ -23,6 +26,8 @@ OC.L10N.register( "Error occurred while retrieving comment with ID {id}" : "Помилка під час відповіді на коментар ID {id}", "Error occurred while updating comment with id {id}" : "Помилка під час оновлення коментаря з id {id}", "Error occurred while posting comment" : "Помилка під час написання коментаря", + "_%n unread comment_::_%n unread comments_" : ["%n непрочитаний коментар","%n непрочитаних коментарів","%n непрочитаних коментарів","%n непрочитаних коментарів"], + "_1 new comment_::_{unread} new comments_" : ["{unread} новий коментар","{unread} нових коментарів","{unread} нових коментарів","{unread} нових коментарів"], "Comment" : "Коментар" }, "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);"); |