diff options
Diffstat (limited to 'po/uk/man8/pivot_root.8.po')
-rw-r--r-- | po/uk/man8/pivot_root.8.po | 77 |
1 files changed, 30 insertions, 47 deletions
diff --git a/po/uk/man8/pivot_root.8.po b/po/uk/man8/pivot_root.8.po index 59267c65..ff498d9e 100644 --- a/po/uk/man8/pivot_root.8.po +++ b/po/uk/man8/pivot_root.8.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2023-08-27 17:13+0200\n" +"POT-Creation-Date: 2024-03-29 09:47+0100\n" "PO-Revision-Date: 2022-06-29 22:35+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" @@ -13,12 +13,12 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 20.12.0\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "PIVOT_ROOT" msgstr "PIVOT_ROOT" @@ -36,41 +36,41 @@ msgid "util-linux 2.38.1" msgstr "util-linux 2.38.1" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "System Administration" msgstr "Керування системою" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NAME" msgstr "НАЗВА" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "pivot_root - change the root filesystem" msgstr "pivot_root — зміна кореневої файлової системи" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "КОРОТКИЙ ОПИС" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<pivot_root> I<new_root> I<put_old>" msgstr "B<pivot_root> I<новий_корінь> I<місце_старого>" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "ОПИС" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<pivot_root> moves the root file system of the current process to the " "directory I<put_old> and makes I<new_root> the new root file system. Since " @@ -84,7 +84,7 @@ msgstr "" "з подробицями, щоб ознайомитися із подробицями." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that, depending on the implementation of B<pivot_root>, root and " "current working directory of the caller may or may not change. The following " @@ -99,7 +99,7 @@ msgstr "" "поточним значенням змінної середовища B<PATH>:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "cd new_root\n" @@ -111,7 +111,7 @@ msgstr "" "exec chroot . команда\n" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that B<chroot> must be available under the old root and under the new " "root, because B<pivot_root> may or may not have implicitly changed the root " @@ -122,7 +122,7 @@ msgstr "" "змінити або не змінювати кореневий каталог командної оболонки." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Note that B<exec chroot> changes the running executable, which is necessary " "if the old root directory should be unmounted afterwards. Also note that " @@ -142,23 +142,23 @@ msgstr "" "чи ні)." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "ПАРАМЕТРИ" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display help text and exit." msgstr "Вивести текст довідки і завершити роботу." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" @@ -168,20 +168,20 @@ msgid "Print version and exit." msgstr "Вивести дані щодо версії і завершити роботу." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "EXAMPLE" msgstr "ПРИКЛАДИ" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Change the root file system to I</dev/hda1> from an interactive shell:" msgstr "" "Змінити кореневу файлову систему на I</dev/hda1> з інтерактивної командної " "оболонки:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "mount /dev/hda1 /new-root\n" @@ -197,7 +197,7 @@ msgstr "" "umount /старий-корінь\n" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Mount the new root file system over NFS from 10.0.0.1:/my_root and run " "B<init>:" @@ -206,7 +206,7 @@ msgstr "" "запустити B<init>:" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "" "ifconfig lo 127.0.0.1 up # for portmap\n" @@ -230,55 +230,38 @@ msgstr "" " E<lt>dev/console E<gt>dev/console 2E<gt>&1\n" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "ДИВ. ТАКОЖ" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)" msgstr "" "B<chroot>(1), B<pivot_root>(2), B<mount>(8), B<switch_root>(8), B<umount>(8)" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "ЗВІТИ ПРО ВАДИ" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "Для звітування про вади використовуйте систему стеження помилками на" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "ДОСТУПНІСТЬ" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<pivot_root> command is part of the util-linux package which can be " "downloaded from" msgstr "B<pivot_root> є частиною пакунка util-linux, який можна отримати з" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-02-14" -msgstr "14 лютого 2022 року" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "util-linux 2.37.4" - -#. type: Plain text -#: opensuse-leap-15-6 -msgid "Display version information and exit." -msgstr "Вивести дані щодо версії і завершити роботу." |