Merge pull request #2270 from nextcloud/translations_user-manual-locale-source-files-access-webdav-pot--master_ru

This commit is contained in:
github-actions[bot] 2020-07-27 17:49:27 +00:00 committed by GitHub
commit c55d6c6ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,966 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020 Nextcloud GmbH
# This file is distributed under the same license as the Nextcloud latest User Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Andrey Atapin <atab@kirovedu.ru>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nextcloud latest User Manual latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-27 14:38+0200\n"
"PO-Revision-Date: 2019-11-07 20:29+0000\n"
"Last-Translator: Andrey Atapin <atab@kirovedu.ru>, 2020\n"
"Language-Team: Russian (https://www.transifex.com/nextcloud/teams/64236/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"Plural-Forms: 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);\n"
#: ../../files/access_webdav.rst:3
msgid "Accessing Nextcloud files using WebDAV"
msgstr "Доступ к файлам Nextcloud с помощью WebDAV"
#: ../../files/access_webdav.rst:5
msgid ""
"Nextcloud fully supports the WebDAV protocol, and you can connect and "
"synchronize with your Nextcloud files over WebDAV. In this chapter you will "
"learn how to connect Linux, macOS, Windows, and mobile devices to your "
"Nextcloud server via WebDAV. Before we get into configuring WebDAV, let's "
"take a quick look at the recommended way of connecting client devices to "
"your Nextcloud servers."
msgstr ""
"Nextcloud полностью поддерживает протокол WebDAV, и вы можете подключаться и"
" синхронизироваться с файлами Nextcloud через WebDAV. В этой главе вы "
"узнаете, как подключить Linux, macOS, Windows и мобильные устройства к "
"вашему серверу Nextcloud через WebDAV. Прежде чем приступить к настройке "
"WebDAV, давайте кратко рассмотрим рекомендуемый способ подключения "
"клиентских устройств к вашим серверам Nextcloud."
#: ../../files/access_webdav.rst:11
msgid ""
"In the following examples, you should replace **example.com/nextcloud** with"
" the URL of your Nextcloud server (omit the directory part if the "
"installation is in the root of your domain), and \"USERNAME\" with the "
"username of the connecting user."
msgstr ""
"В следующих примерах вы должны заменить **example.com/nextcloud** URL-"
"адресом вашего сервера Nextcloud (пропустите часть каталога, если установка "
"находится в корне вашего домена), а \"USERNAME\" - именем подключающегося "
"пользователя."
#: ../../files/access_webdav.rst:15
msgid "See the webdav url (bottom left, settings) on your Nextcloud."
msgstr ""
"Смотрите URL-адрес веб-страницы (внизу слева, настройки) на вашем Nextcloud."
#: ../../files/access_webdav.rst:18
msgid "Nextcloud Desktop and mobile clients"
msgstr "Nextcloud Desktop и мобильные клиенты"
#: ../../files/access_webdav.rst:20
msgid ""
"The recommended way to synchronize a desktop PC with a Nextcloud server is "
"by using `Nextcloud/ownCloud sync clients <https://nextcloud.com/install"
"/#install-clients>`_. You can configure the client to save files in any "
"local directory and you can choose which directories on the Nextcloud server"
" to sync with. The client displays the current connection status and logs "
"all activity, so you always know which remote files have been downloaded to "
"your PC and you can verify that files created and updated on your local PC "
"are properly synchronized with the server."
msgstr ""
"Рекомендуемый способ синхронизации настольного ПК с сервером Nextcloud "
"заключается в использовании клиентов синхронизации `Nextcloud/ownCloud "
"<https://nextcloud.com/install/#install-clients>`_. Вы можете настроить "
"клиент для сохранения файлов в любом локальном каталоге и выбрать, какие "
"каталоги на сервере Nextcloud синхронизировать. Клиент отображает текущее "
"состояние соединения и регистрирует все действия, поэтому вы всегда знаете, "
"какие удаленные файлы были загружены на ваш компьютер, и вы можете "
"проверить, правильно ли синхронизированы файлы, созданные и обновленные на "
"вашем локальном ПК, с сервером."
#: ../../files/access_webdav.rst:28
msgid ""
"The recommended way to synchronize Nextcloud server with Android and Apple "
"iOS devices is by using the `mobile apps <https://nextcloud.com/install/>`_."
msgstr ""
"Рекомендуемый способ синхронизации сервера Nextcloud с устройствами Android "
"и Apple iOS - использование `мобильных приложений "
"<https://nextcloud.com/install/>` _."
#: ../../files/access_webdav.rst:32
msgid ""
"To connect your mobile app to a Nextcloud server use the base URL and folder"
" only::"
msgstr ""
"Чтобы подключить мобильное приложение к серверу Nextcloud, используйте "
"только базовый URL и папку:"
#: ../../files/access_webdav.rst:37
msgid ""
"In addition to the mobile apps provided by Nextcloud or ownCloud, you can "
"use other apps to connect to Nextcloud from your mobile device using WebDAV."
" `WebDAV Navigator`_ is a good (proprietary) app for `Android devices`_ and "
"`iPhones`_. The URL to use on these is::"
msgstr ""
"В дополнение к мобильным приложениям, предоставляемым Nextcloud или "
"ownCloud, вы можете использовать другие приложения для подключения к "
"Nextcloud со своего мобильного устройства с помощью WebDAV. `WebDAV "
"Navigator`_ - хорошее (проприетарное) приложение для` устройств Android`_ и "
"`iPhone`_. URL для использования на них:"
#: ../../files/access_webdav.rst:44
msgid "WebDAV configuration"
msgstr "Конфигурация WebDAV"
#: ../../files/access_webdav.rst:46
msgid ""
"If you prefer, you may also connect your desktop PC to your Nextcloud server"
" by using the WebDAV protocol rather than using a special client "
"application. Web Distributed Authoring and Versioning (WebDAV) is a "
"Hypertext Transfer Protocol (HTTP) extension that makes it easy to create, "
"read, and edit files on Web servers. With WebDAV you can access your "
"Nextcloud shares on Linux, macOS and Windows in the same way as any remote "
"network share, and stay synchronized."
msgstr ""
"При желании вы также можете подключить свой настольный ПК к серверу "
"Nextcloud, используя протокол WebDAV, а не специальное клиентское "
"приложение. Web Distributed Authoring and Versioning (WebDAV) - это "
"расширение протокола передачи гипертекста (HTTP), которое позволяет легко "
"создавать, читать и редактировать файлы на веб-серверах. С помощью WebDAV вы"
" можете получать доступ к общим ресурсам Nextcloud в Linux, macOS и Windows "
"так же, как и к любому удаленному сетевому ресурсу, и сохранять "
"синхронизацию."
#: ../../files/access_webdav.rst:54
msgid "Accessing files using Linux"
msgstr "Доступ к файлам с помощью Linux"
#: ../../files/access_webdav.rst:56
msgid ""
"You can access files in Linux operating systems using the following methods."
msgstr ""
"Вы можете получить доступ к файлам в операционных системах Linux, используя "
"следующие методы."
#: ../../files/access_webdav.rst:59
msgid "Nautilus file manager"
msgstr "Файловый менеджер Наутилус"
#: ../../files/access_webdav.rst:61
msgid ""
"**When you configure your Nextcloud account in the** `GNOME Control Center "
"<../pim/sync_gnome.html>`_, **your files will automatically be mounted by "
"Nautilus as a WebDAV share, unless you deselect file access.**"
msgstr ""
"**Когда вы настраиваете свою учетную запись Nextcloud в** `Центре управления"
" GNOME <../pim/sync_gnome.html>`_, **ваши файлы будут автоматически "
"подключаться Nautilus как общий ресурс WebDAV, если вы не отмените выбор "
"доступа к файлам.**"
#: ../../files/access_webdav.rst:65
msgid ""
"You can also mount your Nextcloud files manually. Use the ``davs://`` "
"protocol to connect the Nautilus file manager to your Nextcloud share::"
msgstr ""
"Вы также можете смонтировать файлы Nextcloud вручную. Используйте протокол "
"``davs://`` для подключения файлового менеджера Nautilus к вашей папке "
"Nextcloud::"
#: ../../files/access_webdav.rst:71
msgid ""
"If your server connection is not HTTPS-secured, use `dav://` instead of "
"`davs://`."
msgstr ""
"Если ваше соединение с сервером не защищено HTTPS, используйте `dav://` "
"вместо `davs://`."
#: ../../files/access_webdav.rst:77
msgid ""
"The same method works for other file managers that use GVfs, such as MATE's "
"Caja and Cinnamon's Nepomuk."
msgstr ""
"Тот же метод работает для других файловых менеджеров, которые используют "
"GVfs, таких как Caja MATE и Nepomuk Cinnamon."
#: ../../files/access_webdav.rst:82
msgid "Accessing files with KDE and Dolphin file manager"
msgstr "Доступ к файлам с помощью KDE и файлового менеджера Dolphin"
#: ../../files/access_webdav.rst:84
msgid ""
"To access your Nextcloud files using the Dolphin file manager in KDE, use "
"the ``webdav://`` protocol::"
msgstr ""
"Чтобы получить доступ к файлам Nextcloud с помощью файлового менеджера "
"Dolphin в KDE, используйте протокол ``webdav://``::"
#: ../../files/access_webdav.rst:92
msgid "You can create a permanent link to your Nextcloud server:"
msgstr "Вы можете создать постоянную ссылку на свой сервер Nextcloud:"
#: ../../files/access_webdav.rst:94
msgid "Open Dolphin and click \"Network\" in the left hand \"Places\" column."
msgstr "Откройте Dolphin и нажмите «Сеть» в левом столбце «Места»."
#: ../../files/access_webdav.rst:95
msgid ""
"Click on the icon labeled **Add a Network Folder**. The resulting dialog "
"should appear with WebDAV already selected."
msgstr ""
"Нажмите на иконку с надписью **Добавить сетевую папку**. Результирующий "
"диалог должен появиться с уже выбранным WebDAV."
#: ../../files/access_webdav.rst:97
msgid "If WebDAV is not selected, select it."
msgstr "Если WebDAV не выбран, выберите его."
#: ../../files/access_webdav.rst:98
msgid "Click **Next**."
msgstr "Нажмите кнопку **Далее**."
#: ../../files/access_webdav.rst:99
msgid "Enter the following settings:"
msgstr "Введите следующие настройки:"
#: ../../files/access_webdav.rst:101
msgid ""
"Name: The name you want to see in the **Places** bookmark, for example "
"Nextcloud."
msgstr ""
"Имя: имя, которое вы хотите видеть в закладке **Размещение**, например "
"Nextcloud."
#: ../../files/access_webdav.rst:103
msgid "User: The Nextcloud username you used to log in, for example admin."
msgstr ""
"Пользователь: имя пользователя Nextcloud, которое вы использовали для входа,"
" например, admin."
#: ../../files/access_webdav.rst:105
msgid ""
"Server: The Nextcloud domain name, for example **example.com** (without "
"**http://** before or directories afterwards)."
msgstr ""
"Сервер: доменное имя Nextcloud, например **example.com** (без **http://** до"
" или каталогов после)."
#: ../../files/access_webdav.rst:107
msgid "Folder -- Enter the path ``nextcloud/remote.php/dav/files/USERNAME/``."
msgstr "Папка - введите путь ``nextcloud/remote.php/dav/files/USERNAME/``."
#: ../../files/access_webdav.rst:108
msgid ""
"(Optional) Check the \"Create icon checkbox\" for a bookmark to appear in "
"the Places column."
msgstr ""
"(Необязательно) Установите флажок «Создать значок», чтобы закладка "
"отображалась в столбце «Метки»."
#: ../../files/access_webdav.rst:110
msgid ""
"(Optional) Provide any special settings or an SSL certificate in the \"Port "
"& Encrypted\" checkbox."
msgstr ""
"(Необязательно) Укажите любые специальные настройки или сертификат SSL в "
"поле «Порт и шифрование»."
#: ../../files/access_webdav.rst:114
msgid "Creating WebDAV mounts on the Linux command line"
msgstr "Монтирования WebDAV в командной строке Linux"
#: ../../files/access_webdav.rst:116
msgid ""
"You can create WebDAV mounts from the Linux command line. This is useful if "
"you prefer to access Nextcloud the same way as any other remote filesystem "
"mount. The following example shows how to create a personal mount and have "
"it mounted automatically every time you log in to your Linux computer."
msgstr ""
"Вы можете выполнить монтирование WebDAV из командной строки Linux. Это "
"полезно, если вы предпочитаете получать доступ к Nextcloud так же, как и к "
"любому другому удаленному монтированию файловой системы. В следующем примере"
" показано, как создать персональное монтирование и автоматически монтировать"
" его при каждом входе в систему на компьютере Linux."
#: ../../files/access_webdav.rst:121
msgid ""
"Install the ``davfs2`` WebDAV filesystem driver, which allows you to mount "
"WebDAV shares just like any other remote filesystem. Use this command to "
"install it on Debian/Ubuntu::"
msgstr ""
"Установите драйвер ``davfs2`` для файловой системы WebDAV, который позволяет"
" вам монтировать общие ресурсы WebDAV, как и любую другую удаленную файловую"
" систему. Используйте эту команду для установки в Debian/Ubuntu::"
#: ../../files/access_webdav.rst:127
msgid "Use this command to install it on CentOS, Fedora, and openSUSE::"
msgstr "Используйте эту команду для установки на CentOS, Fedora и openSUSE::"
#: ../../files/access_webdav.rst:131
msgid "Add yourself to the ``davfs2`` group::"
msgstr "Добавьте себя в группу ``davfs2``::"
#: ../../files/access_webdav.rst:135
msgid ""
"Then create a ``nextcloud`` directory in your home directory for the "
"mountpoint, and ``.davfs2/`` for your personal configuration file::"
msgstr ""
"Затем создайте каталог ``nextcloud`` в вашем домашнем каталоге для точки "
"монтирования и ``.davfs2/`` для вашего личного файла конфигурации::"
#: ../../files/access_webdav.rst:141
msgid "Copy ``/etc/davfs2/secrets`` to ``~/.davfs2``::"
msgstr "Скопируйте ``/etc/davfs2/secrets`` в ``~/.davfs2``::"
#: ../../files/access_webdav.rst:145
msgid ""
"Set yourself as the owner and make the permissions read-write owner only::"
msgstr ""
"Установите себя в качестве владельца и сделайте права доступа только для "
"чтения и записи:"
#: ../../files/access_webdav.rst:150
msgid ""
"Add your Nextcloud login credentials to the end of the ``secrets`` file, "
"using your Nextcloud server URL and your Nextcloud username and password::"
msgstr ""
"Добавьте свои учетные данные для входа в Nextcloud в конец файла "
"``secrets``, используя URL-адрес вашего сервера Nextcloud, а также имя "
"пользователя и пароль для Nextcloud::"
#: ../../files/access_webdav.rst:159
msgid "Add the mount information to ``/etc/fstab``::"
msgstr "Добавьте информацию о монтировании в ``/etc/fstab``::"
#: ../../files/access_webdav.rst:165
msgid ""
"Then test that it mounts and authenticates by running the following command."
" If you set it up correctly you won't need root permissions::"
msgstr ""
"Затем проверьте, что он монтируется и аутентифицируется, выполнив следующую "
"команду. Если вы установите его правильно, вам не понадобятся права root:"
#: ../../files/access_webdav.rst:170
msgid "You should also be able to unmount it::"
msgstr "Вы также должны иметь возможность размонтировать его:"
#: ../../files/access_webdav.rst:174
msgid ""
"Now every time you login to your Linux system your Nextcloud share should "
"automatically mount via WebDAV in your ``~/nextcloud`` directory. If you "
"prefer to mount it manually, change ``auto`` to ``noauto`` in "
"``/etc/fstab``."
msgstr ""
"Теперь каждый раз, когда вы входите в систему Linux, ваша папка Nextcloud "
"должна автоматически монтироваться через WebDAV в вашем каталоге "
"``~/nextcloud``. Если вы предпочитаете монтировать его вручную, измените "
"``auto` на ``noauto`` в ``/etc/fstab``."
#: ../../files/access_webdav.rst:179
msgid "Known issues"
msgstr "Известные проблемы"
#: ../../files/access_webdav.rst:182 ../../files/access_webdav.rst:193
#: ../../files/access_webdav.rst:361 ../../files/access_webdav.rst:383
#: ../../files/access_webdav.rst:401 ../../files/access_webdav.rst:411
#: ../../files/access_webdav.rst:440
msgid "Problem"
msgstr "Проблемы"
#: ../../files/access_webdav.rst:183
msgid "Resource temporarily unavailable"
msgstr "Ресурс временно недоступен"
#: ../../files/access_webdav.rst:186 ../../files/access_webdav.rst:197
#: ../../files/access_webdav.rst:389 ../../files/access_webdav.rst:406
#: ../../files/access_webdav.rst:415 ../../files/access_webdav.rst:446
msgid "Solution"
msgstr "Решение"
#: ../../files/access_webdav.rst:187
msgid ""
"If you experience trouble when you create a file in the directory, edit "
"``/etc/davfs2/davfs2.conf`` and add::"
msgstr ""
"Если при создании файла в каталоге возникают проблемы, отредактируйте файл "
"``/etc/davfs2/davfs2.conf`` и добавьте::"
#: ../../files/access_webdav.rst:194
msgid "Certificate warnings"
msgstr "Сертификат, предупреждения"
#: ../../files/access_webdav.rst:199
msgid ""
"If you use a self-signed certificate, you will get a warning. To change "
"this, you need to configure ``davfs2`` to recognize your certificate. Copy "
"``mycertificate.pem`` to ``/etc/davfs2/certs/``. Then edit "
"``/etc/davfs2/davfs2.conf`` and uncomment the line ``servercert``. Now add "
"the path of your certificate as in this example::"
msgstr ""
"Если вы используете самоподписанный сертификат, вы получите предупреждение. "
"Чтобы изменить это, вам нужно настроить ``davfs2`` для распознавания вашего "
"сертификата. Скопируйте ``mycertificate.pem`` в ``/etc/davfs2/certs/``. "
"Затем отредактируйте ``/etc/davfs2/davfs2.conf``` и раскомментируйте строку "
"`` servercert``. Теперь добавьте путь вашего сертификата, как в этом "
"примере::"
#: ../../files/access_webdav.rst:208
msgid "Accessing files using macOS"
msgstr "Доступ к файлам с помощью macOS"
#: ../../files/access_webdav.rst:210
msgid ""
"The macOS Finder suffers from a `series of implementation problems "
"<http://sabre.io/dav/clients/finder/>`_ and should only be used if the "
"Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**. "
"Alternative macOS-compatible clients capable of accessing WebDAV shares "
"include open source apps like `Cyberduck <https://cyberduck.io/>`_ (see "
"instructions `here "
"<https://docs.nextcloud.com/server/stable/user_manual/files/access_webdav.html"
"#accessing-files-using-cyberduck>`_) and `Filezilla <https://filezilla-"
"project.org>`_. Commercial clients include `Mountain Duck "
"<https://mountainduck.io/>`_, `Forklift <https://binarynights.com/>`_, "
"`Transmit <https://panic.com/>`_, and `Commander One "
"<https://mac.eltima.com/>`_."
msgstr ""
"MacOS Finder страдает от `серии проблем реализации "
"<http://sabre.io/dav/clients/finder/>` _ и должен использоваться, только "
"если сервер Nextcloud работает на **Apache** и **mod_php** или ** Nginx "
"1.3.8 +**. Альтернативные macOS-совместимые клиенты, способные получать "
"доступ к общим ресурсам WebDAV, включают приложения с открытым исходным "
"кодом, такие как `Cyberduck <https://cyberduck.io/>` _ (см. Инструкции "
"`здесь "
"<https://docs.nextcloud.com/server/stable/user_manual/files/access_webdav.html"
"#accessing-files-using-cyberduck>`_) и `Filezilla <https://filezilla-"
"project.org>` _. Коммерческие клиенты включают в себя `Mountain Duck "
"<https://mountainduck.io/>` _, `Forklift <https://binarynights.com/>` _, "
"`Transmit <https://panic.com/>` _ и `Commander One "
"<https://mac.eltima.com/>` _."
#: ../../files/access_webdav.rst:212
msgid "To access files through the macOS Finder:"
msgstr "Чтобы получить доступ к файлам через macOS Finder:"
#: ../../files/access_webdav.rst:214
msgid "From the Finders top menu bar, choose **Go > Connect to Server...**"
msgstr ""
"В верхней строке меню Finder выберите ** Go > Подключиться к серверу ...**"
#: ../../files/access_webdav.rst:219
msgid ""
"When the **Connect to Server...** window opens, enter your Nextcloud "
"servers WebDAV address in the **Server Address:** field, ie:"
msgstr ""
"Когда откроется окно **Connect to Server...**, введите адрес WebDAV вашего "
"сервера Nextcloud в поле **Адрес сервера:**, т.е."
#: ../../files/access_webdav.rst:221
msgid "https://cloud.YOURDOMAIN.com/remote.php/dav/files/USERNAME/"
msgstr "https://cloud.YOURDOMAIN.com/remote.php/dav/files/USERNAME/"
#: ../../files/access_webdav.rst:226
msgid ""
"Click **Connect**. Your WebDAV server should appear on the Desktop as a "
"shared disk drive."
msgstr ""
"Нажмите **Подключить**. Ваш сервер WebDAV должен появиться на рабочем столе "
"как общий диск."
#: ../../files/access_webdav.rst:230
msgid "Accessing files using Microsoft Windows"
msgstr "Доступ к файлам с помощью Microsoft Windows"
#: ../../files/access_webdav.rst:232
msgid ""
"If you use the native Windows implementation, you can map Nextcloud to a new"
" drive. Mapping to a drive enables you to browse files stored on a Nextcloud"
" server the way you would files stored in a mapped network drive."
msgstr ""
"Если вы используете собственную реализацию Windows, вы можете сопоставить "
"Nextcloud с новым диском. Сопоставление с диском позволяет просматривать "
"файлы, хранящиеся на сервере Nextcloud, так же, как файлы, хранящиеся на "
"подключенном сетевом диске."
#: ../../files/access_webdav.rst:236
msgid ""
"Using this feature requires network connectivity. If you want to store your "
"files offline, use the Desktop Client to sync all files on your Nextcloud to"
" one or more directories of your local hard drive."
msgstr ""
"Использование этой функции требует подключения к сети. Если вы хотите "
"хранить ваши файлы в автономном режиме, используйте Desktop Client для "
"синхронизации всех файлов вашего Nextcloud с одним или несколькими "
"каталогами вашего локального жесткого диска."
#: ../../files/access_webdav.rst:240
msgid ""
"Windows 10 now defaults to allow Basic Authentication if HTTPS is enabled "
"prior to mapping your drive. On older versions of Windows, you must permit "
"the use of Basic Authentication in the Windows Registry: launch „regedit“ "
"and navigate to "
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters."
" Create or edit the DWORD value „BasicAuthLevel“ (Windows Vista, 7 and 8) or"
" „UseBasicAuth“ (Windows XP and Windows Server 2003) and set its value data "
"to 1 for SSL connections. Value 0 means that Basic Authentication is "
"disabled, a value of 2 allows both SSL and non-SSL connections (not "
"recommended). Then exit Registry Editor, and restart the computer."
msgstr ""
"Windows 10 теперь по умолчанию разрешает обычную аутентификацию, если HTTPS "
"включен перед подключением вашего диска. В более старых версиях Windows вы "
"должны разрешить использование базовой аутентификации в реестре Windows: "
"запустите «regedit» и перейдите к "
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters."
" Создайте или измените значение DWORD «BasicAuthLevel» (Windows Vista, 7 и "
"8) или «UseBasicAuth» (Windows XP и Windows Server 2003) и установите для "
"его значения данных значение 1 для соединений SSL. Значение 0 означает, что "
"базовая аутентификация отключена, значение 2 разрешает как SSL, так и не "
"SSL-соединения (не рекомендуется). Затем закройте редактор реестра и "
"перезагрузите компьютер."
#: ../../files/access_webdav.rst:252
msgid "Mapping drives with the command line"
msgstr "Сопоставление дисков с помощью командной строки"
#: ../../files/access_webdav.rst:254
msgid ""
"The following example shows how to map a drive using the command line. To "
"map the drive:"
msgstr ""
"В следующем примере показано, как подключить диск с помощью командной "
"строки. Чтобы сопоставить диск:"
#: ../../files/access_webdav.rst:257
msgid "Open a command prompt in Windows."
msgstr "Откройте командную строку Windows."
#: ../../files/access_webdav.rst:258
msgid ""
"Enter the following line in the command prompt to map to the computer Z "
"drive::"
msgstr ""
"Введите следующую строку в командной строке, чтобы сопоставить диск "
"компьютера Z::"
#: ../../files/access_webdav.rst:264
msgid "where <drive_path> is the URL to your Nextcloud server."
msgstr "где <drive_path>находится URL вашего сервера Nextcloud."
#: ../../files/access_webdav.rst:266
msgid ""
"For example: ``net use Z: "
"https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /user:youruser "
"yourpassword``"
msgstr ""
"Для примера: ``net use Z: "
"https://example.com/nextcloud/remote.php/dav/files/USERNAME/ /user:youruser "
"yourpassword``"
#: ../../files/access_webdav.rst:269
msgid ""
"The computer maps the files of your Nextcloud account to the drive letter Z."
msgstr ""
"Компьютер сопоставляет файлы вашей учетной записи Nextcloud с буквой диска "
"Z."
#: ../../files/access_webdav.rst:271
msgid ""
"Though not recommended, you can also mount the Nextcloud server using HTTP, "
"leaving the connection unencrypted. If you plan to use HTTP connections on "
"devices while in a public place, we strongly recommend using a VPN tunnel to"
" provide the necessary security."
msgstr ""
"Хотя это и не рекомендуется, вы также можете подключить сервер Nextcloud по "
"протоколу HTTP, оставив соединение незашифрованным. Если вы планируете "
"использовать HTTP-соединения на устройствах в общественных местах, мы "
"настоятельно рекомендуем использовать VPN-туннель для обеспечения "
"необходимой безопасности."
#: ../../files/access_webdav.rst:276
msgid "An alternative command syntax is::"
msgstr "Альтернативный синтаксис команды::"
#: ../../files/access_webdav.rst:282
msgid "Mapping drives with Windows Explorer"
msgstr "Сопоставление дисков с помощью проводника Windows"
#: ../../files/access_webdav.rst:284
msgid "To map a drive using the Microsoft Windows Explorer:"
msgstr "Чтобы подключить диск с помощью Microsoft Windows Explorer:"
#: ../../files/access_webdav.rst:286
msgid "Migrate to your computer in Windows Explorer."
msgstr "Перейдите на свой компьютер в проводнике Windows."
#: ../../files/access_webdav.rst:287
msgid ""
"Right-click on **Computer** entry and select **Map network drive...** from "
"the drop-down menu."
msgstr ""
"Щелкните правой кнопкой мыши на элементе **Компьютер** и выберите "
"**Подключить сетевой диск...** в раскрывающемся меню."
#: ../../files/access_webdav.rst:289
msgid "Choose a local network drive to which you want to map Nextcloud."
msgstr ""
"Выберите локальный сетевой диск, к которому вы хотите подключить Nextcloud."
#: ../../files/access_webdav.rst:290
msgid ""
"Specify the address to your Nextcloud instance, followed by "
"**/remote.php/dav/files/USERNAME/**."
msgstr ""
"Укажите адрес своего экземпляра Nextcloud, "
"**/remote.php/dav/files/USERNAME/**."
#: ../../files/access_webdav.rst:293
msgid "For example::"
msgstr "Например::"
#: ../../files/access_webdav.rst:297
msgid ""
"For SSL protected servers, check **Reconnect at logon** to ensure that the "
"mapping is persistent upon subsequent reboots. If you want to connect to the"
" Nextcloud server as a different user, check **Connect using different "
"credentials**."
msgstr ""
"Для серверов, защищенных SSL, установите флажок **Переподключиться при входе"
" в систему**, чтобы обеспечить постоянство сопоставления при последующих "
"перезагрузках. Если вы хотите подключиться к серверу Nextcloud от имени "
"другого пользователя, установите флажок **Подключиться с использованием "
"других учетных данных**."
#: ../../files/access_webdav.rst:306
msgid "Click the ``Finish`` button."
msgstr "Нажмите кнопку ``Готово``."
#: ../../files/access_webdav.rst:308
msgid ""
"Windows Explorer maps the network drive, making your Nextcloud instance "
"available."
msgstr ""
"Проводник Windows отображает сетевой диск, делая ваш экземпляр Nextcloud "
"доступным."
#: ../../files/access_webdav.rst:312
msgid "Accessing files using Cyberduck"
msgstr "Доступ к файлам с помощью Cyberduck"
#: ../../files/access_webdav.rst:314
msgid ""
"`Cyberduck <https://cyberduck.io/>`_ is an open source FTP and SFTP, WebDAV,"
" OpenStack Swift, and Amazon S3 browser designed for file transfers on macOS"
" and Windows."
msgstr ""
"`Cyberduck <https://cyberduck.io/>`_ - это браузер с открытым исходным кодом"
" для FTP и SFTP, WebDAV, OpenStack Swift и Amazon S3, предназначенный для "
"передачи файлов в macOS и Windows."
#: ../../files/access_webdav.rst:318
msgid "This example uses Cyberduck version 4.2.1."
msgstr "В этом примере используется Cyberduck версии 4.2.1."
#: ../../files/access_webdav.rst:320
msgid "To use Cyberduck:"
msgstr "Чтобы использовать Cyberduck:"
#: ../../files/access_webdav.rst:322
msgid ""
"Specify a server without any leading protocol information. For example:"
msgstr "Укажите сервер без какой-либо информации протокола. Например:"
#: ../../files/access_webdav.rst:324
msgid "``example.com``"
msgstr "``example.com``"
#: ../../files/access_webdav.rst:326
msgid ""
"2. Specify the appropriate port. The port you choose depends on whether or "
"not your Nextcloud server supports SSL. Cyberduck requires that you select a"
" different connection type if you plan to use SSL. For example:"
msgstr ""
"2. Укажите нужный порт. Выбор порта зависит от того, поддерживает ли ваш "
"сервер Nextcloud SSL. Cyberduck требует, чтобы вы выбрали другой тип "
"подключения, если вы планируете использовать SSL. Например:"
#: ../../files/access_webdav.rst:330
msgid "80 (for WebDAV)"
msgstr "80 (для WebDAV)"
#: ../../files/access_webdav.rst:332
msgid "443 (for WebDAV (HTTPS/SSL))"
msgstr "443 (для WebDAV (HTTPS/SSL))"
#: ../../files/access_webdav.rst:334
msgid ""
"3. Use the 'More Options' drop-down menu to add the rest of your WebDAV URL "
"into the 'Path' field. For example:"
msgstr ""
"3. Используйте раскрывающееся меню «Дополнительные параметры», чтобы "
"добавить оставшуюся часть URL-адреса WebDAV в поле «Путь». Например:"
#: ../../files/access_webdav.rst:337
msgid "``remote.php/dav/files/USERNAME/``"
msgstr "``remote.php/dav/files/USERNAME/``"
#: ../../files/access_webdav.rst:339
msgid "Now Cyberduck enables file access to the Nextcloud server."
msgstr "Теперь Cyberduck обеспечивает доступ к файлам на сервере Nextcloud."
#: ../../files/access_webdav.rst:342
msgid "Accessing public shares over WebDAV"
msgstr "Доступ к общедоступным ресурсам через WebDAV"
#: ../../files/access_webdav.rst:344
msgid ""
"Nextcloud provides the possibility to access public shares over WebDAV."
msgstr ""
"Nextcloud предоставляет возможность доступа к общим ресурсам через WebDAV."
#: ../../files/access_webdav.rst:346
msgid "To access the public share, open::"
msgstr "Чтобы получить доступ к общедоступной папке, откройте::"
#: ../../files/access_webdav.rst:350
msgid ""
"in a WebDAV client, use the share token as username and the (optional) share"
" password as password."
msgstr ""
"в клиенте WebDAV используйте токен общего доступа в качестве имени "
"пользователя и (необязательно) пароль общего ресурса в качестве пароля."
#: ../../files/access_webdav.rst:353
msgid ""
"``Settings → Administration → Sharing → Allow users on this server to send "
"shares to other servers`` needs to be enabled in order to make this feature "
"work."
msgstr ""
"``Настройки → Администрирование → Совместное использование → Разрешить "
"пользователям на этом сервере отправлять общие ресурсы на другие серверы`` "
"необходимо включить, чтобы эта функция работала."
#: ../../files/access_webdav.rst:358
msgid "Known problems"
msgstr "Известные проблемы"
#: ../../files/access_webdav.rst:362
msgid "Windows does not connect using HTTPS."
msgstr "Windows не подключается с использованием HTTPS."
#: ../../files/access_webdav.rst:365
msgid "Solution 1"
msgstr "Решение 1"
#: ../../files/access_webdav.rst:367
msgid ""
"The Windows WebDAV Client might not support Server Name Indication (SNI) on "
"encrypted connections. If you encounter an error mounting an SSL-encrypted "
"Nextcloud instance, contact your provider about assigning a dedicated IP "
"address for your SSL-based server."
msgstr ""
"Клиент Windows WebDAV может не поддерживать Индикацию имени сервера (SNI) "
"для зашифрованных соединений. Если вы обнаружите ошибку при монтировании "
"экземпляра Nextcloud с шифрованием SSL, обратитесь к своему провайдеру о "
"назначении выделенного IP-адреса для вашего сервера на основе SSL."
#: ../../files/access_webdav.rst:373
msgid "Solution 2"
msgstr "Решение 2"
#: ../../files/access_webdav.rst:375
msgid ""
"The Windows WebDAV Client might not support TLSv1.1 / TLSv1.2 connections. "
"If you have restricted your server config to only provide TLSv1.1 and above "
"the connection to your server might fail. Please refer to the WinHTTP_ "
"documentation for further information."
msgstr ""
"Клиент Windows WebDAV может не поддерживать подключения TLSv1.1 / TLSv1.2. "
"Если вы ограничили конфигурацию своего сервера только предоставлением "
"TLSv1.1 и выше, соединение с вашим сервером может завершиться ошибкой. "
"Пожалуйста, обратитесь к документации WinHTTP_ для получения дополнительной "
"информации."
#: ../../files/access_webdav.rst:385
msgid ""
"You receive the following error message: **Error 0x800700DF: The file size "
"exceeds the limit allowed and cannot be saved.**"
msgstr ""
"Появляется следующее сообщение об ошибке: **Ошибка 0x800700DF: размер файла "
"превышает допустимый предел и не может быть сохранен.**"
#: ../../files/access_webdav.rst:391
msgid ""
"Windows limits the maximum size a file transferred from or to a WebDAV share"
" may have. You can increase the value **FileSizeLimitInBytes** in "
"**HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\WebClient\\\\Parameters**"
" by clicking on **Modify**."
msgstr ""
"Windows ограничивает максимальный размер файла, который может быть передан с"
" или на общий ресурс WebDAV. Вы можете увеличить значение "
"**FileSizeLimitInBytes** в "
"**HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\WebClient\\\\Parameters**,"
" нажав **Изменить**."
#: ../../files/access_webdav.rst:396
msgid ""
"To increase the limit to the maximum value of 4GB, select **Decimal**, enter"
" a value of **4294967295**, and reboot Windows or restart the **WebClient** "
"service."
msgstr ""
"Чтобы увеличить ограничение до максимального значения 4 ГБ, выберите "
"**Десятичное число**, введите значение **4294967295** и перезагрузите "
"Windows или перезапустите службу ** WebClient **."
#: ../../files/access_webdav.rst:403
msgid "Accessing your files from Microsoft Office via WebDAV fails."
msgstr ""
"Не удается получить доступ к вашим файлам из Microsoft Office через WebDAV."
#: ../../files/access_webdav.rst:408
msgid ""
"Known problems and their solutions are documented in the KB2123563_ article."
msgstr "Известные проблемы и способы их решения описаны в статье KB2123563."
#: ../../files/access_webdav.rst:412
msgid ""
"Cannot map Nextcloud as a WebDAV drive in Windows using self-signed "
"certificate."
msgstr ""
"Невозможно сопоставить Nextcloud как диск WebDAV в Windows, используя "
"самоподписаный сертификат."
#: ../../files/access_webdav.rst:417
msgid "Go to the your Nextcloud instance via your favorite Web browser."
msgstr ""
"Перейдите к своему экземпляру Nextcloud через ваш любимый веб-браузер."
#: ../../files/access_webdav.rst:418
msgid ""
"Click through until you get to the certificate error in the browser status "
"line."
msgstr ""
"Нажимайте, пока не дойдете до ошибки сертификата в строке состояния "
"браузера."
#: ../../files/access_webdav.rst:420
msgid "View the cert, then from the Details tab, select Copy to File."
msgstr ""
"Просмотрите сертификат, затем на вкладке «Сведения» выберите «Копировать в "
"файл»."
#: ../../files/access_webdav.rst:421
msgid ""
"Save to the desktop with an arbitrary name, for example ``myNextcloud.pem``."
msgstr ""
"Сохраните на рабочий стол с произвольным именем, например "
"``myNextcloud.pem``."
#: ../../files/access_webdav.rst:422
msgid "Start, Run, MMC."
msgstr "Пуск, Выполнить, MMC."
#: ../../files/access_webdav.rst:423
msgid "File, Add/Remove Snap-In."
msgstr "Файл, добавить/удалить оснастку."
#: ../../files/access_webdav.rst:424
msgid "Select Certificates, Click Add, My User Account, then Finish, then OK."
msgstr ""
"Выберите «Сертификаты», нажмите «Добавить», «Моя учетная запись», «Готово» и"
" «ОК»."
#: ../../files/access_webdav.rst:425
msgid "Dig down to Trust Root Certification Authorities, Certificates."
msgstr "Выберете доверенные корневые центры сертификации, сертификаты."
#: ../../files/access_webdav.rst:426
msgid "Right-Click Certificate, Select All Tasks, Import."
msgstr "Щелкните правой кнопкой мыши Сертификат, выберите Все задачи, Импорт."
#: ../../files/access_webdav.rst:427
msgid "Select the Save Cert from the Desktop."
msgstr "Выберите Сохранить сертификат на рабочем столе."
#: ../../files/access_webdav.rst:428
msgid "Select Place all Certificates in the following Store, Click Browse,"
msgstr ""
"Выберите «Поместить все сертификаты в следующее хранилище», нажмите «Обзор»,"
#: ../../files/access_webdav.rst:429
msgid ""
"Check the Box that says Show Physical Stores, Expand out Trusted Root "
"Certification Authorities, and select Local Computer there, click OK, "
"Complete the Import."
msgstr ""
"Установите флажок «Показать физические хранилища», «Развернуть доверенные "
"корневые центры сертификации» и выберите «Локальный компьютер», нажмите "
"«ОК», завершите импорт."
#: ../../files/access_webdav.rst:432
msgid ""
"Check the list to make sure it shows up. You will probably need to Refresh "
"before you see it. Exit MMC."
msgstr ""
"Проверьте список, чтобы убедиться, что он добавлен. Вам, вероятно, нужно "
"обновить, прежде чем вы увидите это. Выйдите из MMC."
#: ../../files/access_webdav.rst:434
msgid "Open Browser, select Tools, Delete Browsing History."
msgstr "Откройте Браузер, выберите Инструменты, Удалить историю просмотров."
#: ../../files/access_webdav.rst:435
msgid "Select all but In Private Filtering Data, complete."
msgstr "Выберите все, кроме Приватной фильтрации данных, завершите."
#: ../../files/access_webdav.rst:436
msgid "Go to Internet Options, Content Tab, Clear SSL State."
msgstr ""
"Перейдите в Свойства обозревателя, Вкладка содержимого, Очистить состояние "
"SSL."
#: ../../files/access_webdav.rst:437
msgid "Close browser, then re-open and test."
msgstr "Закройте браузер, затем снова откройте и протестируйте."
#: ../../files/access_webdav.rst:442
msgid ""
"You cannot download more than 50 MB or upload large Files when the upload "
"takes longer than 30 minutes using Web Client in Windows 7."
msgstr ""
"Вы не можете загружать более 50 МБ или загружать большие файлы, если "
"загрузка занимает более 30 минут с помощью веб-клиента в Windows 7."
#: ../../files/access_webdav.rst:448
msgid "Workarounds are documented in the KB2668751_ article."
msgstr "Обходные пути описаны в статье KB2668751."
#: ../../files/access_webdav.rst:452
msgid "Accessing files using cURL"
msgstr "Доступ к файлам с помощью cURL"
#: ../../files/access_webdav.rst:454
msgid ""
"Since WebDAV is an extension of HTTP cURL can be used to script file "
"operations."
msgstr ""
"Поскольку WebDAV является расширением HTTP, cURL может использоваться для "
"сценариев файловых операций."
#: ../../files/access_webdav.rst:456
msgid "To create a folder with the current date as name:"
msgstr "Чтобы создать папку с текущей датой в качестве имени:"
#: ../../files/access_webdav.rst:462
msgid "To upload a file ``error.log`` into that directory:"
msgstr "Чтобы загрузить файл ``error.log`` в этот каталог:"
#: ../../files/access_webdav.rst:468
msgid "To move a file:"
msgstr "Чтобы переместить файл:"
#: ../../files/access_webdav.rst:474
msgid "To get the properties of files in the root folder:"
msgstr "Чтобы получить свойства файлов в корневой папке:"