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

ru.json « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7372fc1f1a65c76129e4832b122de9fdb0d4336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{ "translations": {
    "Files retention" : "Удаление файлов",
    "{file} will be removed in 24 hours" : "Файл {file} будет удалён через 24 часа",
    "Your systems retention rules will delete this file within 24 hours." : "В соответствии с параметрами работы с удаляемыми файлами, этот файл будет удалён через 24 часа.",
    "Retention" : "Удаление файлов",
    "This application allows for automatic deletion of files after a given time." : "Это приложение позволяет автоматически удалять файлы по истечении заданного времени.",
    "An app for Nextcloud to control automatic deletion of files after a given time.\nOptionally the users can be informed the day before." : "Приложение для Nextcloud по управлению автоматическим удалением файлов через заданное время.\nПо желанию пользователи могут быть проинформированы за день до этого.",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Автоматическое удаление файлов на основании присвоения меток. Эта функция может быть полезна для удаления конфиденциальных документов.",
    "Create" : "Создать",
    "Days" : "Дней",
    "Weeks" : "Недель",
    "Months" : "Месяц(ев)",
    "Years" : "Лет",
    "Creation" : "Создание",
    "Last modification" : "Изменён",
    "Not a number" : "Не номер",
    "Select tag…" : "Выберите метку…",
    "Delete" : "Удалить",
    "Yes" : "Да",
    "No" : "Нет",
    "Error while deleting the retention rule" : "Ошибка при удалении правила срока хранения",
    "File retention" : "Удаление файлов",
    "Open documentation" : "Открыть документацию",
    "after" : "после",
    "Notify users a day before retention will delete a file" : "Уведомлять пользователей за день до окончания хранения удалённых файлов",
    "Tag" : "Метка",
    "Time" : "Время",
    "After" : "После",
    "Active" : "Активный"
},"pluralForm" :"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);"
}