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

ru.json « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a31468bf36fce49a6aa219e1385d5351f75ec506 (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
32
33
34
35
36
37
38
39
{ "translations": {
    "Server to server sharing is not enabled on this server" : "На данном сервере выключено межсерверное предоставление общих папок",
    "The mountpoint name contains invalid characters." : "Имя точки монтирования содержит недопустимые символы.",
    "Invalid or untrusted SSL certificate" : "Недействительный или недоверенный сертификат SSL",
    "Couldn't add remote share" : "Невозможно добавить удалённую общую папку",
    "Shared with you" : "Доступные для Вас",
    "Shared with others" : "Доступные для других",
    "Shared by link" : "Доступные по ссылке",
    "No files have been shared with you yet." : "Отсутствуют доступные для вас файлы.",
    "You haven't shared any files yet." : "У вас нет общедоступных файлов",
    "You haven't shared any files by link yet." : "Вы ещё не открыли доступ по ссылке ни к одному файлу.",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?",
    "Remote share" : "Удалённая общая папка",
    "Remote share password" : "Пароль для удалённой общей папки",
    "Cancel" : "Отменить",
    "Add remote share" : "Добавить удалённую общую папку",
    "No ownCloud installation found at {remote}" : "Не найдено ownCloud на {remote}",
    "Invalid ownCloud url" : "Неверный адрес ownCloud",
    "Shared by" : "Опубликовано",
    "This share is password-protected" : "Для доступа к информации необходимо ввести пароль",
    "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.",
    "Password" : "Пароль",
    "Name" : "Имя",
    "Share time" : "Дата публикации",
    "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.",
    "Reasons might be:" : "Причиной может быть:",
    "the item was removed" : "объект был удалён",
    "the link expired" : "срок действия ссылки истёк",
    "sharing is disabled" : "общий доступ отключён",
    "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.",
    "Add to your ownCloud" : "Добавить в свой ownCloud",
    "Download" : "Скачать",
    "Download %s" : "Скачать %s",
    "Direct link" : "Прямая ссылка",
    "Remote Shares" : "Удалённые общие папки",
    "Allow other instances to mount public links shared from this server" : "Разрешить другим экземплярам Owncloud монтировать ссылки, опубликованные на этом сервере",
    "Allow users to mount public link shares" : "Разрешить пользователям монтировать ссылки на общие папки"
},"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);"
}