diff options
Diffstat (limited to 'po/ru/man7/uts_namespaces.7.po')
-rw-r--r-- | po/ru/man7/uts_namespaces.7.po | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/po/ru/man7/uts_namespaces.7.po b/po/ru/man7/uts_namespaces.7.po new file mode 100644 index 00000000..31b2b3e1 --- /dev/null +++ b/po/ru/man7/uts_namespaces.7.po @@ -0,0 +1,159 @@ +# Russian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Azamat Hackimov <azamat.hackimov@gmail.com>, 2013, 2016. +# Dmitriy Ovchinnikov <dmitriyxt5@gmail.com>, 2012. +# Dmitry Bolkhovskikh <d20052005@yandex.ru>, 2017. +# Katrin Kutepova <blackkatelv@gmail.com>, 2018. +# Yuri Kozlov <yuray@komyakino.ru>, 2011-2019. +# Иван Павлов <pavia00@gmail.com>, 2017. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:13+0100\n" +"PO-Revision-Date: 2019-10-15 18:59+0300\n" +"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" +"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" +"X-Generator: Lokalize 2.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "Mount namespaces" +msgid "uts_namespaces" +msgstr "Пространства имён монтирования" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 октября 2023 г." + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "ИМЯ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "namespaces - overview of Linux UTS namespaces" +msgid "uts_namespaces - overview of Linux UTS namespaces" +msgstr "namespaces - обзор пространств имён UTS в Linux" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "ОПИСАНИЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "UTS namespaces provide isolation of two system identifiers: the hostname " +#| "and the NIS domain name. These identifiers are set using " +#| "B<sethostname>(2) and B<setdomainname>(2), and can be retrieved using " +#| "B<uname>(2), B<gethostname>(2), and B<getdomainname>(2)." +msgid "" +"UTS namespaces provide isolation of two system identifiers: the hostname and " +"the NIS domain name. These identifiers are set using B<sethostname>(2) and " +"B<setdomainname>(2), and can be retrieved using B<uname>(2), " +"B<gethostname>(2), and B<getdomainname>(2). Changes made to these " +"identifiers are visible to all other processes in the same UTS namespace, " +"but are not visible to processes in other UTS namespaces." +msgstr "" +"Пространства имён UTS изолируют два системных идентификатора: имя узла и " +"доменное имя NIS. Эти идентификаторы задаются с помощью B<sethostname>(2) и " +"B<setdomainname>(2), и могут быть получены с помощью B<uname>(2), " +"B<gethostname>(2) и B<getdomainname>(2)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "When a process creates a new UTS namespace using B<clone>(2) or " +#| "B<unshare>(2) with the B<CLONE_NEWUTS> flag, the hostname and domain of " +#| "the new UTS namespace are copied from the corresponding values in the " +#| "caller's UTS namespace." +msgid "" +"When a process creates a new UTS namespace using B<clone>(2) or " +"B<unshare>(2) with the B<CLONE_NEWUTS> flag, the hostname and domain name " +"of the new UTS namespace are copied from the corresponding values in the " +"caller's UTS namespace." +msgstr "" +"Когда процесс создаёт новое пространство имён UTS с помощью B<clone>(2) или " +"B<unshare>(2) с флагом B<CLONE_NEWUTS>, имя узла и домен нового пространства " +"имён UTS копируются из соответствующих значений в пространство имён UTS " +"вызывающего." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use of UTS namespaces requires a kernel that is configured with the " +"B<CONFIG_UTS_NS> option." +msgstr "" +"Для использования пространств имён UTS требуется, чтобы ядро было собрано с " +"параметром B<CONFIG_UTS_NS>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "СМ. ТАКЖЕ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<nsenter>(1), B<unshare>(1), B<clone>(2), B<getdomainname>(2), " +"B<gethostname>(2), B<setns>(2), B<uname>(2), B<unshare>(2), B<namespaces>(7)" +msgstr "" +"B<nsenter>(1), B<unshare>(1), B<clone>(2), B<getdomainname>(2), " +"B<gethostname>(2), B<setns>(2), B<uname>(2), B<unshare>(2), B<namespaces>(7)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2022-12-04" +msgstr "4 декабря 2022 г." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |