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

uk.json « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff3f3b7dc645c39b3c598f411e6fb6cb730e7392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "translations": {
    "<strong>Comments</strong> for files" : "<strong>Коментарі</strong> до файлів",
    "%1$s commented" : "%1$s прокоментовано",
    "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
    "Comments" : "Коментарі",
    "Type in a new comment..." : "Введіть новий коментар...",
    "Delete comment" : "Видалити коментар",
    "Post" : "Відправити",
    "Cancel" : "Скасувати",
    "Edit comment" : "Редагувати коментар",
    "[Deleted user]" : "[Видалений користувач]",
    "No other comments available" : "Інші коментарі не доступні",
    "More comments..." : "Більше коментарів...",
    "Save" : "Зберегти",
    "Allowed characters {count} of {max}" : "Доступно символів {count} з {max}",
    "{count} unread comments" : "{count} непрочитаних коментарів",
    "Comment" : "Коментар"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}