diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /po/ru/man1/cp.1.po | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ru/man1/cp.1.po')
-rw-r--r-- | po/ru/man1/cp.1.po | 996 |
1 files changed, 996 insertions, 0 deletions
diff --git a/po/ru/man1/cp.1.po b/po/ru/man1/cp.1.po new file mode 100644 index 00000000..08a0962e --- /dev/null +++ b/po/ru/man1/cp.1.po @@ -0,0 +1,996 @@ +# Russian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Андрей Догадкин <adogadkin@outlook.com>, 2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-05-01 15:37+0200\n" +"PO-Revision-Date: 2024-05-31 15:23+0300\n" +"Last-Translator: Andrey Dogadkin <adogadkin@outlook.com>\n" +"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\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=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: Poedit 3.4.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CP" +msgstr "CP" + +#. type: TH +#: archlinux debian-unstable +#, no-wrap +msgid "March 2024" +msgstr "март 2024 г." + +#. type: TH +#: archlinux fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.5" +msgstr "GNU coreutils 9.5" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Команды пользователя" + +#. 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 +msgid "cp - copy files and directories" +msgstr "cp — копировать файлы и каталоги" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "СИНТАКСИС" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cp> [I<\\,OPTION\\/>]... [I<\\,-T\\/>] I<\\,SOURCE DEST\\/>" +msgstr "B<cp> [I<\\,ПАРАМЕТР\\/>]... [I<\\,-T\\/>] I<\\,ИСТОЧНИК ЦЕЛЬ\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cp> [I<\\,OPTION\\/>]... I<\\,SOURCE\\/>... I<\\,DIRECTORY\\/>" +msgstr "B<cp> [I<\\,ПАРАМЕТР\\/>]... I<\\,ИСТОЧНИК\\/>... I<\\,КАТАЛОГ\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cp> [I<\\,OPTION\\/>]... I<\\,-t DIRECTORY SOURCE\\/>..." +msgstr "B<cp> [I<\\,ПАРАМЕТР\\/>]... I<\\,-t КАТАЛОГ ИСТОЧНИК\\/>..." + +#. 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 +msgid "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY." +msgstr "Скопировать ИСТОЧНИК в ЦЕЛЬ или несколько ИСТОЧНИК(ов) в КАТАЛОГ." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Аргументы, обязательные для длинных параметров, обязательны и для коротких." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-a>, B<--archive>" +msgstr "B<-a>, B<--archive>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "same as B<-dR> B<--preserve>=I<\\,all\\/>" +msgstr "то же, что и B<-dR> B<--preserve>=I<\\,all\\/>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--attributes-only>" +msgstr "B<--attributes-only>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't copy the file data, just the attributes" +msgstr "копировать не содержимое файла, а только его атрибуты" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--backup>[=I<\\,CONTROL\\/>]" +msgstr "B<--backup>[=I<\\,НАСТРОЙКА\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "make a backup of each existing destination file" +msgstr "" +"сделать резервную копию каждого создаваемого файла, если он уже существует" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>" +msgstr "B<-b>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<--backup> but does not accept an argument" +msgstr "то же, что и B<--backup>, но без аргумента" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--copy-contents>" +msgstr "B<--copy-contents>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "copy contents of special files when recursive" +msgstr "копировать содержимое специальных файлов при рекурсивной обработке" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>" +msgstr "B<-d>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "same as B<--no-dereference> B<--preserve>=I<\\,links\\/>" +msgstr "то же, что и B<--no-dereference> B<--preserve>=I<\\,links\\/>" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--debug>" +msgstr "B<--debug>" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "explain how a file is copied. Implies B<-v>" +msgstr "информировать о том, как копируются файлы. Подразумевает B<-v>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-f>, B<--force>" +msgstr "B<-f>, B<--force>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"if an existing destination file cannot be opened, remove it and try again " +"(this option is ignored when the B<-n> option is also used)" +msgstr "" +"если целевой файл уже существует и его не удаётся открыть, удалить его и " +"попытаться снова (данный параметр игнорируется, если используется параметр " +"B<-n>)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--interactive>" +msgstr "B<-i>, B<--interactive>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "prompt before overwrite (overrides a previous B<-n> option)" +msgstr "" +"спрашивать перед перезаписью (отменяет действие предыдущего параметра B<-n>)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-H>" +msgstr "B<-H>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "follow command-line symbolic links in SOURCE" +msgstr "" +"разыменовывать символьные ссылки, переданные в командной строке в качестве " +"ИСТОЧНИКа" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--link>" +msgstr "B<-l>, B<--link>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hard link files instead of copying" +msgstr "создавать жёсткие ссылки на файлы вместо копирования" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-L>, B<--dereference>" +msgstr "B<-L>, B<--dereference>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "always follow symbolic links in SOURCE" +msgstr "всегда разыменовывать символьные ссылки, встреченные в ИСТОЧНИКе" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--no-clobber>" +msgstr "B<-n>, B<--no-clobber>" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "(deprecated) silently skip existing files. See also B<--update>" +msgstr "" +"(не рекомендовано) пропускать существующие файлы, не спрашивая и не " +"уведомляя об этом. См. также B<--update>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-P>, B<--no-dereference>" +msgstr "B<-P>, B<--no-dereference>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "never follow symbolic links in SOURCE" +msgstr "никогда не разыменовывать символьные ссылки, встреченные в ИСТОЧНИКе" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-p>" +msgstr "B<-p>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "same as B<--preserve>=I<\\,mode\\/>,ownership,timestamps" +msgstr "то же, что и B<--preserve>=I<\\,mode\\/>,ownership,timestamps" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--preserve>[=I<\\,ATTR_LIST\\/>]" +msgstr "B<--preserve>[=I<\\,СПИСОК_АТРИБУТОВ\\/>]" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "preserve the specified attributes" +msgstr "сохранить указанные атрибуты" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--no-preserve>=I<\\,ATTR_LIST\\/>" +msgstr "B<--no-preserve>=I<\\,СПИСОК_АТРИБУТОВ\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't preserve the specified attributes" +msgstr "не сохранять указанные атрибуты" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--parents>" +msgstr "B<--parents>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use full source file name under DIRECTORY" +msgstr "" +"использовать полное имя исходных файлов при размещении их копий в КАТАЛОГе" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-R>, B<-r>, B<--recursive>" +msgstr "B<-R>, B<-r>, B<--recursive>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "copy directories recursively" +msgstr "копировать каталоги рекурсивно" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--reflink>[=I<\\,WHEN\\/>]" +msgstr "B<--reflink>[=I<\\,КОГДА\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "control clone/CoW copies. See below" +msgstr "настройка клонирования/копирования при записи (CoW). См. ниже" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--remove-destination>" +msgstr "B<--remove-destination>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"remove each existing destination file before attempting to open it (contrast " +"with B<--force>)" +msgstr "" +"удалять каждый существующий целевой файл перед попыткой открыть его (в " +"отличие от B<--force>)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--sparse>=I<\\,WHEN\\/>" +msgstr "B<--sparse>=I<\\,КОГДА\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "control creation of sparse files. See below" +msgstr "настройка создания разрежённых файлов. См. ниже" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--strip-trailing-slashes>" +msgstr "B<--strip-trailing-slashes>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "remove any trailing slashes from each SOURCE argument" +msgstr "удалить все символы косой черты с конца каждого из аргументов ИСТОЧНИК" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--symbolic-link>" +msgstr "B<-s>, B<--symbolic-link>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "make symbolic links instead of copying" +msgstr "создавать символьные ссылки вместо копирования" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-S>, B<--suffix>=I<\\,SUFFIX\\/>" +msgstr "B<-S>, B<--suffix>=I<\\,СУФФИКС\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "override the usual backup suffix" +msgstr "изменить стандартный суффикс у резервных копий" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--target-directory>=I<\\,DIRECTORY\\/>" +msgstr "B<-t>, B<--target-directory>=I<\\,КАТАЛОГ\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "copy all SOURCE arguments into DIRECTORY" +msgstr "копировать все ИСТОЧНИКи в КАТАЛОГ" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-T>, B<--no-target-directory>" +msgstr "B<-T>, B<--no-target-directory>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "treat DEST as a normal file" +msgstr "воспринимать ЦЕЛЬ как обычный файл" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--update>[=I<\\,UPDATE\\/>]" +msgstr "B<--update>[=I<\\,РЕЖИМ_ОБНОВЛЕНИЯ\\/>]" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "" +"control which existing files are updated; UPDATE={all,none,none-fail," +"older(default)}." +msgstr "" +"определяет, какие из существующих файлов подлежат обновлению; " +"РЕЖИМ_ОБНОВЛЕНИЯ={all,none,none-fail,older(по умолчанию)}." + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-u>" +msgstr "B<-u>" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "equivalent to B<--update>[=I<\\,older\\/>]. See below" +msgstr "то же, что и B<--update>[=I<\\,older\\/>]. См. ниже" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "explain what is being done" +msgstr "информировать о выполняемых операциях" + +#. type: TP +#: archlinux fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "B<--keep-directory-symlink>" +msgstr "B<--keep-directory-symlink>" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "follow existing symlinks to directories" +msgstr "разыменовывать существующие символьные ссылки на каталоги" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x>, B<--one-file-system>" +msgstr "B<-x>, B<--one-file-system>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "stay on this file system" +msgstr "оставаться в пределах текущей файловой системы" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-Z>" +msgstr "B<-Z>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "set SELinux security context of destination file to default type" +msgstr "" +"привести контекст безопасности SELinux целевого файла к типу по умолчанию" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--context>[=I<\\,CTX\\/>]" +msgstr "B<--context>[=I<\\,КОНТЕКСТ\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"like B<-Z>, or if CTX is specified then set the SELinux or SMACK security " +"context to CTX" +msgstr "" +"если указан КОНТЕКСТ, задать его в качестве контекста безопасности SELinux " +"или SMACK, в противном случае то же, что и B<-Z>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "отобразить эту справочную информацию и завершить работу" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "вывести информацию о версии и завершить работу" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"ATTR_LIST is a comma-separated list of attributes. Attributes are 'mode' for " +"permissions (including any ACL and xattr permissions), 'ownership' for user " +"and group, 'timestamps' for file timestamps, 'links' for hard links, " +"'context' for security context, 'xattr' for extended attributes, and 'all' " +"for all attributes." +msgstr "" +"СПИСОК_АТРИБУТОВ — это список разделённых запятыми атрибутов. Атрибуты " +"включают в себя «mode» для сохранения прав доступа (в том числе прав, " +"заданных с помощью ACL и xattr), «ownership» для сохранения владеющих файлом " +"пользователя и группы, «timestamps» для сохранения временных меток, «links» " +"для сохранения жёстких ссылок, «context» для сохранения контекста " +"безопасности, «xattr» для сохранения расширенных атрибутов и «all» для " +"сохранения всех атрибутов." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"By default, sparse SOURCE files are detected by a crude heuristic and the " +"corresponding DEST file is made sparse as well. That is the behavior " +"selected by B<--sparse>=I<\\,auto\\/>. Specify B<--sparse>=I<\\,always\\/> " +"to create a sparse DEST file whenever the SOURCE file contains a long enough " +"sequence of zero bytes. Use B<--sparse>=I<\\,never\\/> to inhibit creation " +"of sparse files." +msgstr "" +"По умолчанию, разрежённые файлы-ИСТОЧНИКи обнаруживаются с помощью грубой " +"эвристики, и соответствующие им ЦЕЛЕВЫЕ файлы также создаются разрежёнными. " +"Такое поведение задаётся с помощью B<--sparse>=I<\\,auto\\/>. Укажите B<--" +"sparse>=I<\\,always\\/>, чтобы создавать разрежённые ЦЕЛЕВЫЕ файлы всякий " +"раз, когда ИСТОЧНИК содержит достаточно длинную последовательность нулевых " +"байтов. Используйте B<--sparse>=I<\\,never\\/>, чтобы запретить создание " +"разрежённых файлов." + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "" +"UPDATE controls which existing files in the destination are replaced. " +"\\&'all' is the default operation when an B<--update> option is not " +"specified, and results in all existing files in the destination being " +"replaced. \\&'none' is like the B<--no-clobber> option, in that no files in " +"the destination are replaced, and skipped files do not induce a failure. " +"\\&'none-fail' also ensures no files are replaced in the destination, but " +"any skipped files are diagnosed and induce a failure. \\&'older' is the " +"default operation when B<--update> is specified, and results in files being " +"replaced if they're older than the corresponding source file." +msgstr "" +"РЕЖИМ_ОБНОВЛЕНИЯ определяет, какие существующие целевые файлы подлежат " +"замене. «all» используется по умолчанию, если параметр B<--update> не задан, " +"и приводит к замене всех существующих целевых файлов. «none» похож на " +"параметр B<--no-clobber> тем, что целевые файлы не заменяются, а пропущенные " +"таким образом файлы не считаются ошибкой. «none-fail» также предотвращает " +"замену целевых файлов, однако пропущенные таким образом файлы будут выявлены " +"и приведут к ошибке. «older» используется по умолчанию, если задан параметр " +"B<--update>, и приводит к замене целевых файлов, если они старее " +"соответствующих им файлов-источников." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When B<--reflink>[=I<\\,always\\/>] is specified, perform a lightweight " +"copy, where the data blocks are copied only when modified. If this is not " +"possible the copy fails, or if B<--reflink>=I<\\,auto\\/> is specified, fall " +"back to a standard copy. Use B<--reflink>=I<\\,never\\/> to ensure a " +"standard copy is performed." +msgstr "" +"Если задан параметр B<--reflink>[=I<\\,always\\/>], выполняется легковесное " +"копирование, при котором блоки данных копируются только в момент изменения. " +"Если это невозможно, копирование завершается с ошибкой. Если задан параметр " +"B<--reflink>=I<\\,auto\\/>, вместо завершения с ошибкой выполняется " +"стандартная процедура копирования. Используйте B<--reflink>=I<\\,never\\/>, " +"чтобы гарантировать выполнение стандартной процедуры копирования." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The backup suffix is '~', unless set with B<--suffix> or " +"SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the " +"B<--backup> option or through the VERSION_CONTROL environment variable. " +"Here are the values:" +msgstr "" +"В качестве суффикса резервных копий используется «~», если не задано иначе с " +"помощью B<--suffix> или SIMPLE_BACKUP_SUFFIX. Метод контроля версий может " +"быть выбран с помощью параметра B<--backup> или переменной среды " +"VERSION_CONTROL. Допустимы следующие значения:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "none, off" +msgstr "none, off" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "never make backups (even if B<--backup> is given)" +msgstr "не создавать резервные копии (даже если задан параметр B<--backup>)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "numbered, t" +msgstr "numbered, t" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "make numbered backups" +msgstr "создавать пронумерованные резервные копии" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "existing, nil" +msgstr "existing, nil" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "numbered if numbered backups exist, simple otherwise" +msgstr "" +"создавать пронумерованные резервные копии, если таковые уже существуют, " +"иначе создавать простые резервные копии" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "simple, never" +msgstr "simple, never" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "always make simple backups" +msgstr "всегда создавать простые резервные копии" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"As a special case, cp makes a backup of SOURCE when the force and backup " +"options are given and SOURCE and DEST are the same name for an existing, " +"regular file." +msgstr "" +"В качестве особого случая cp создаёт резервную копию ИСТОЧНИКа, если заданы " +"параметры force и backup, а ИСТОЧНИК и ЦЕЛЬ являются одним и тем же именем " +"существующего обычного файла." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "АВТОРЫ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering." +msgstr "" +"Программа написана Турбьёрном Гранлундом (Torbjorn Granlund), Дэвидом " +"Маккензи (David MacKenzie) и Джимом Мейерингом (Jim Meyering)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "ИНФОРМАЦИЯ ОБ ОШИБКАХ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Онлайн-справка GNU coreutils: E<lt>https://www.gnu.org/software/coreutils/" +"E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Сообщайте обо всех ошибках перевода по адресу E<lt>https://" +"translationproject.org/team/ru.htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "АВТОРСКИЕ ПРАВА" + +#. type: Plain text +#: archlinux fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2024 Free Software Foundation, Inc. Лицензия GPLv3+: GNU GPL " +"версии 3 или выше E<lt>https://gnu.org/licenses/gpl.ru.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Это свободное программное обеспечение: вы можете изменять и распространять " +"его. Не предоставляется НИКАКИХ ГАРАНТИЙ в той мере, в которой это разрешено " +"законом." + +#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<install>(1)" +msgstr "B<install>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Full documentation E<lt>https://www.gnu.org/software/coreutils/cpE<gt>" +msgstr "" +"Полная документация на E<lt>https://www.gnu.org/software/coreutils/cpE<gt>," + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) cp invocation\\(aq" +msgstr "" +"также доступна локально посредством info \\(aq(coreutils) cp invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "сентябрь 2022 г." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "do not overwrite an existing file (overrides a previous B<-i> option)" +msgstr "" +"не перезаписывать существующие файлы (отменяет действие предыдущего " +"параметра B<-i>)" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"preserve the specified attributes (default: mode,ownership,timestamps), if " +"possible additional attributes: context, links, xattr, all" +msgstr "" +"сохранить указанные атрибуты (по умолчанию: mode,ownership,timestamps), по " +"возможности — дополнительные атрибуты: context, links, xattr, all" + +#. type: TP +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "B<-u>, B<--update>" +msgstr "B<-u>, B<--update>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"copy only when the SOURCE file is newer than the destination file or when " +"the destination file is missing" +msgstr "" +"выполнять копирование, только если ИСТОЧНИК новее, чем целевой файл, или " +"если целевой файл не существует" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Лицензия GPLv3+: GNU GPL " +"версии 3 или выше E<lt>https://gnu.org/licenses/gpl.ru.htmlE<gt>." + +#. type: TH +#: debian-unstable fedora-40 mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: Plain text +#: debian-unstable +msgid "" +"do not overwrite an existing file and do not fail (overrides a B<-u> or " +"previous B<-i> option). See also B<--update>; equivalent to B<--update>=I<\\," +"none\\/>." +msgstr "" +"не перезаписывать существующие файлы и не завершаться с ошибкой (отменяет " +"действие предыдущих параметров B<-u> или B<-i>). См. также B<--update>; " +"равнозначно B<--update>=I<\\,none\\/>." + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"control which existing files are updated; UPDATE={all,none,older(default)}. " +"See below" +msgstr "" +"определяет, какие из существующих файлов подлежат обновлению; " +"РЕЖИМ_ОБНОВЛЕНИЯ={all,none,older(по умолчанию)}. См. ниже" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "equivalent to B<--update>[=I<\\,older\\/>]" +msgstr "то же, что и B<--update>[=I<\\,older\\/>]" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"UPDATE controls which existing files in the destination are replaced. " +"\\&'all' is the default operation when an B<--update> option is not " +"specified, and results in all existing files in the destination being " +"replaced. \\&'none' is similar to the B<--no-clobber> option, in that no " +"files in the destination are replaced, but also skipped files do not induce " +"a failure. \\&'older' is the default operation when B<--update> is " +"specified, and results in files being replaced if they're older than the " +"corresponding source file." +msgstr "" +"РЕЖИМ_ОБНОВЛЕНИЯ определяет, какие существующие целевые файлы подлежат " +"замене. «all» используется по умолчанию, если параметр B<--update> не задан, " +"и приводит к замене всех существующих целевых файлов. «none» похож на " +"параметр B<--no-clobber> тем, что целевые файлы не заменяются, однако " +"пропущенные таким образом файлы не считаются ошибкой. «older» используется " +"по умолчанию, если задан параметр B<--update>, и приводит к замене целевых " +"файлов, если они старее соответствующих им файлов-источников." + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Лицензия GPLv3+: GNU GPL " +"версии 3 или выше E<lt>https://gnu.org/licenses/gpl.ru.htmlE<gt>." + +#. type: TH +#: fedora-40 opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "январь 2024 г." + +#. type: Plain text +#: fedora-40 mageia-cauldron +msgid "" +"do not overwrite an existing file (overrides a B<-u> or previous B<-i> " +"option). See also B<--update>" +msgstr "" +"не перезаписывать существующие файлы (отменяет действие предыдущих " +"параметров B<-u> или B<-i>). См. также B<--update>" + +#. type: TH +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "April 2024" +msgstr "апрель 2024 г." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "August 2023" +msgstr "август 2023 г." + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Лицензия GPLv3+: GNU GPL " +"версии 3 или выше E<lt>https://gnu.org/licenses/gpl.ru.htmlE<gt>." |