[RFR] po4a://manpages-l10n/po/ru/man1/uniq.1.po
Andrey Dogadkin <[email protected]> Sun, 04 Aug 2024 14:48:52 +0300
| Newsgroups | gmane.linux.debian.internationalization.russian |
|---|---|
| Message-ID | <PA4PR07MB84630E5767CD95E96F9C253FB8BD2@PA4PR07MB8463.eurprd07.prod.outlook.com> |
# Russian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Андрей Догадкин <[email protected]>, 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.23.1\n" "POT-Creation-Date: 2024-08-02 17:37+0200\n" "PO-Revision-Date: 2024-08-02 22:59+0300\n" "Last-Translator: Andrey Dogadkin <[email protected]>\n" "Language-Team: Russian <[email protected]>\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.4\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "UNIQ" msgstr "UNIQ" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "March 2024" msgstr "март 2024 г." #. type: TH #: archlinux fedora-rawhide opensuse-leap-16-0 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-16-0 opensuse-tumbleweed #, no-wrap msgid "User Commands" msgstr "Команды пользователя" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "ИМЯ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "uniq - report or omit repeated lines" msgstr "uniq — сообщить о повторяющихся строках или исключить их из вывода" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "СИНТАКСИС" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "B<uniq> [I<\\,OPTION\\/>]... [I<\\,INPUT \\/>[I<\\,OUTPUT\\/>]]" msgstr "B<uniq> [I<\\,ПАРАМЕТР\\/>]... [I<\\,ВВОД \\/>[I<\\,ВЫВОД\\/>]]" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "ОПИСАНИЕ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "Filter adjacent matching lines from INPUT (or standard input), writing to " "OUTPUT (or standard output)." msgstr "" "Отфильтровать идущие подряд одинаковые строки из ВВОДа (или стандартного " "потока ввода) и записать результат в ВЫВОД (или стандартный поток вывода)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "With no options, matching lines are merged to the first occurrence." msgstr "" "Если параметры не указаны, одинаковые строки будут объединены с первой из " "них." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-c>, B<--count>" msgstr "B<-c>, B<--count>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "prefix lines by the number of occurrences" msgstr "выводить перед строкой количество её повторов" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-d>, B<--repeated>" msgstr "B<-d>, B<--repeated>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "only print duplicate lines, one for each group" msgstr "вывести только повторяющиеся строки, по одной для каждой группы" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-16-0 opensuse-tumbleweed msgid "print all duplicate lines" msgstr "вывести все повторяющиеся строки" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<--all-repeated>[=I<\\,METHOD\\/>]" msgstr "B<--all-repeated>[=I<\\,СПОСОБ\\/>]" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "like B<-D>, but allow separating groups with an empty line; " "METHOD={none(default),prepend,separate}" msgstr "" "то же, что и B<-D>, но позволяет разделять группы пустыми строками; " "СПОСОБ={none (отсутствует, по умолчанию), prepend (предварять), separate " "(разделять)}" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-f>, B<--skip-fields>=I<\\,N\\/>" msgstr "B<-f>, B<--skip-fields>=I<\\,N\\/>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "avoid comparing the first N fields" msgstr "не сравнивать первые N полей" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<--group>[=I<\\,METHOD\\/>]" msgstr "B<--group>[=I<\\,СПОСОБ\\/>]" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "show all items, separating groups with an empty line; " "METHOD={separate(default),prepend,append,both}" msgstr "" "выводить все элементы, разделяя группы пустыми строками; СПОСОБ={separate " "(разделять, по умолчанию), prepend (предварять), append (добавлять), both " "(оба варианта)}" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-i>, B<--ignore-case>" msgstr "B<-i>, B<--ignore-case>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "ignore differences in case when comparing" msgstr "игнорировать различия в регистре при сравнении" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-s>, B<--skip-chars>=I<\\,N\\/>" msgstr "B<-s>, B<--skip-chars>=I<\\,N\\/>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "avoid comparing the first N characters" msgstr "не сравнивать первые N символов" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-u>, B<--unique>" msgstr "B<-u>, B<--unique>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "only print unique lines" msgstr "выводить только неповторяющиеся строки" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-z>, B<--zero-terminated>" msgstr "B<-z>, B<--zero-terminated>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "line delimiter is NUL, not newline" msgstr "" "разделять строки символом конца строки NUL вместо перевода на новую строку" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<-w>, B<--check-chars>=I<\\,N\\/>" msgstr "B<-w>, B<--check-chars>=I<\\,N\\/>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "compare no more than N characters in lines" msgstr "сравнивать не более N символов в строках" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-16-0 opensuse-tumbleweed msgid "display this help and exit" msgstr "отобразить эту справочную информацию и завершить работу" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-16-0 opensuse-tumbleweed msgid "output version information and exit" msgstr "вывести информацию о версии и завершить работу" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "A field is a run of blanks (usually spaces and/or TABs), then non-blank " "characters. Fields are skipped before chars." msgstr "" "Полем считается последовательность пробельных символов (как правило, " "пробелов и/или символов табуляции) и следующих за ними непробельных " "символов. Пропуск полей осуществляется перед пропуском символов." #. type: Plain text #: archlinux fedora-rawhide opensuse-leap-16-0 opensuse-tumbleweed msgid "" "\\&'uniq' does not detect repeated lines unless they are adjacent. You may " "want to sort the input first, or use 'sort B<-u>' without 'uniq'." msgstr "" "\\&«uniq» не обнаруживает повторяющиеся строки, если они не следуют друг за " "другом. Вы можете предварительно отсортировать входные данные или " "воспользоваться «sort B<-u>» вместо «uniq»." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "AUTHOR" msgstr "АВТОРЫ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "Written by Richard M. Stallman and David MacKenzie." msgstr "" "Программа написана Ричардом М. Столлманом (Richard M. Stallman) и Дэвидом " "Маккензи (David MacKenzie)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "REPORTING BUGS" msgstr "ИНФОРМАЦИЯ ОБ ОШИБКАХ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 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-16-0 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-16-0 opensuse-tumbleweed #, no-wrap msgid "COPYRIGHT" msgstr "АВТОРСКИЕ ПРАВА" #. type: Plain text #: archlinux fedora-rawhide opensuse-leap-16-0 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-16-0 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-16-0 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "СМОТРИТЕ ТАКЖЕ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "B<comm>(1), B<join>(1), B<sort>(1)" msgstr "B<comm>(1), B<join>(1), B<sort>(1)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "Full documentation E<lt>https://www.gnu.org/software/coreutils/uniqE<gt>" msgstr "" "Полная документация на E<lt>https://www.gnu.org/software/coreutils/uniqE<gt>," #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "or available locally via: info \\(aq(coreutils) uniq invocation\\(aq" msgstr "" "также доступна локально посредством info \\(aq(coreutils) uniq " "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 debian-unstable fedora-40 mageia-cauldron msgid "" "Note: 'uniq' does not detect repeated lines unless they are adjacent. You " "may want to sort the input first, or use 'sort B<-u>' without 'uniq'." msgstr "" "Примечание: «uniq» не обнаруживает повторяющиеся строки, если они не следуют " "друг за другом. Вы можете предварительно отсортировать входные данные или " "воспользоваться «sort B<-u>» вместо «uniq»." #. 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 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 #, no-wrap msgid "January 2024" msgstr "январь 2024 г." #. type: TH #: fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "July 2024" msgstr "июль 2024 г." #. type: TH #: mageia-cauldron #, no-wrap msgid "August 2023" msgstr "август 2023 г." #. type: TH #: opensuse-leap-16-0 #, no-wrap msgid "April 2024" msgstr "апрель 2024 г."