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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/ru.json')
-rw-r--r--apps/files_sharing/l10n/ru.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json
new file mode 100644
index 00000000000..a31468bf36f
--- /dev/null
+++ b/apps/files_sharing/l10n/ru.json
@@ -0,0 +1,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);"
+} \ No newline at end of file