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

ru.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7c2fbc1411baab3efff371235fb9b3f7dd337ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "comments",
    {
    "You commented" : "Вы откомментировали",
    "%1$s commented" : "%1$s откомментировано",
    "You commented on %2$s" : "Вы откомментировали в %2$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" : "Коментарий"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");