diff options
Diffstat (limited to 'po/uk/man1/dd.1.po')
-rw-r--r-- | po/uk/man1/dd.1.po | 897 |
1 files changed, 897 insertions, 0 deletions
diff --git a/po/uk/man1/dd.1.po b/po/uk/man1/dd.1.po new file mode 100644 index 00000000..11555ac5 --- /dev/null +++ b/po/uk/man1/dd.1.po @@ -0,0 +1,897 @@ +# Ukrainian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Yuri Chornoivan <yurchor@ukr.net>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-02-15 17:57+0100\n" +"PO-Revision-Date: 2023-12-27 19:00+0200\n" +"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" +"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" +"Language: uk\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: Lokalize 23.04.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DD" +msgstr "DD" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Січень 2024 року" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. 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 "dd - convert and copy a file" +msgstr "dd - перетворення і копіювання файла" + +#. 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<dd> [I<\\,OPERAND\\/>]..." +msgstr "B<dd> [I<\\,ОПЕРАНД\\/>]..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<dd> I<\\,OPTION\\/>" +msgstr "B<dd> I<\\,ПАРАМЕТР\\/>" + +#. 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 a file, converting and formatting according to the operands." +msgstr "" +"Копіювати файл, виконуючи перетворення і форматування відповідно до " +"операндів." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "bs=BYTES" +msgstr "bs=БАЙТИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"read and write up to BYTES bytes at a time (default: 512); overrides ibs and " +"obs" +msgstr "" +"читати і записувати до БАЙТИ байтів одночасно (типовий: 512); має вищий " +"пріоритет за ibs і obs" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "cbs=BYTES" +msgstr "cbs=БАЙТИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "convert BYTES bytes at a time" +msgstr "перетворювати БАЙТИ байтів за раз" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "conv=CONVS" +msgstr "conv=ПЕРЕТВОРЕННЯ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "convert the file as per the comma separated symbol list" +msgstr "перетворювати файл за списком відокремлених комами символів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "count=N" +msgstr "count=N" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "copy only N input blocks" +msgstr "копіювати лише N вхідних блоків" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ibs=BYTES" +msgstr "ibs=БАЙТИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read up to BYTES bytes at a time (default: 512)" +msgstr "читати до БАЙТИ байтів одночасно (типово: 512)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "if=FILE" +msgstr "if=ФАЙЛ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read from FILE instead of stdin" +msgstr "прочитати з ФАЙЛа замість stdin" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "iflag=FLAGS" +msgstr "iflag=ПРАПОРЦІ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "read as per the comma separated symbol list" +msgstr "читати за списком відокремлених комами символів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "obs=BYTES" +msgstr "obs=БАЙТИ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write BYTES bytes at a time (default: 512)" +msgstr "записувати по БАЙТИ байтів одночасно (типово: 512)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "of=FILE" +msgstr "of=ФАЙЛ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write to FILE instead of stdout" +msgstr "записати до ФАЙЛа замість stdout" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "oflag=FLAGS" +msgstr "oflag=ПРАПОРЦІ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write as per the comma separated symbol list" +msgstr "записати за списком відокремлених комами символів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "seek=N" +msgstr "seek=N" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "(or oseek=N) skip N obs-sized output blocks" +msgstr "(або oseek=N) пропустити N блоків виведених даних розміром у obs" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "skip=N" +msgstr "skip=N" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "(or iseek=N) skip N ibs-sized input blocks" +msgstr "(або iseek=N) пропустити N вхідних блоків розміром у ibs" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "status=LEVEL" +msgstr "status=РІВЕНЬ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The LEVEL of information to print to stderr; \\&'none' suppresses everything " +"but error messages, \\&'noxfer' suppresses the final transfer statistics, " +"\\&'progress' shows periodic transfer statistics" +msgstr "" +"РІВЕНЬ відомостей, які слід вивести до stderr; \\&«none» -- придушує усе, " +"окрім повідомлень про помилки, \\&«noxfer» -- придушує остаточну статистику " +"щодо передавання даних, \\&«progress» -- показує періодичну статистику " +"передавання даних" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"N and BYTES may be followed by the following multiplicative suffixes: c=1, " +"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, " +"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y, R, Q. " +"Binary prefixes can be used, too: KiB=K, MiB=M, and so on. If N ends in " +"'B', it counts bytes not blocks." +msgstr "" +"Після ЧИСЛА і БАЙТів може бути вказано один з множників: c =1, w =2, b =512, " +"kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M, GB =1000*1000*1000, G " +"=1024*1024*1024 тощо для T, P, E, Z, Y, R, Q. Можна також використовувати " +"двійкові префікси: KiB=K, MiB=M тощо. Якщо N завершується на 'B', лічити " +"байти, а не блоки." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Each CONV symbol may be:" +msgstr "Варіанти символу ПЕРЕТВОРЕННЯ:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ascii" +msgstr "ascii" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "from EBCDIC to ASCII" +msgstr "з EBCDIC до ASCII" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ebcdic" +msgstr "ebcdic" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "from ASCII to EBCDIC" +msgstr "з ASCII до EBCDIC" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ibm" +msgstr "ibm" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "from ASCII to alternate EBCDIC" +msgstr "з ASCII до альтернативного EBCDIC" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "block" +msgstr "block" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "pad newline-terminated records with spaces to cbs-size" +msgstr "" +"доповнити завершені символом нового рядка записи пробілами до розміру cbs" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "unblock" +msgstr "unblock" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "replace trailing spaces in cbs-size records with newline" +msgstr "замінити кінцеві пробіли у записах розміру cbs символом нового рядка" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "lcase" +msgstr "lcase" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "change upper case to lower case" +msgstr "змінити верхній регістр на нижній регістр" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ucase" +msgstr "ucase" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "change lower case to upper case" +msgstr "змінити нижній регістр на верхній регістр" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sparse" +msgstr "sparse" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "try to seek rather than write all-NUL output blocks" +msgstr "" +"спробувати виконати позиціювання замість запису виведених блоків, які " +"складаються лише з NUL" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "swab" +msgstr "swab" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "swap every pair of input bytes" +msgstr "поміняти місцями усі пари вхідних байтів" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sync" +msgstr "sync" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"pad every input block with NULs to ibs-size; when used with block or " +"unblock, pad with spaces rather than NULs" +msgstr "" +"доповнити усі вхідні блоки символами NUL до розміру ibs; при використанні з " +"block або unblock доповнити пробілами замість символів NUL" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "excl" +msgstr "excl" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "fail if the output file already exists" +msgstr "видавати помилку, якщо файл виведення вже існує" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "nocreat" +msgstr "nocreat" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not create the output file" +msgstr "не створювати файла виведення даних" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "notrunc" +msgstr "notrunc" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not truncate the output file" +msgstr "не обрізати виведений файл" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "noerror" +msgstr "noerror" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "continue after read errors" +msgstr "продовжувати після помилок читання" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fdatasync" +msgstr "fdatasync" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "physically write output file data before finishing" +msgstr "фізично записати дані файла виведення до завершення" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fsync" +msgstr "fsync" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "likewise, but also write metadata" +msgstr "те саме, але також записати метадані" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Each FLAG symbol may be:" +msgstr "Варіанти символу ПРАПОРЕЦЬ:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "append" +msgstr "append" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "append mode (makes sense only for output; conv=notrunc suggested)" +msgstr "" +"режим доповнення (має сенс лише для виведення; варто скористатися " +"conv=notrunc)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "direct" +msgstr "direct" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use direct I/O for data" +msgstr "використовувати безпосереднє введення-виведення для даних" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "directory" +msgstr "directory" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "fail unless a directory" +msgstr "помилка, якщо не є каталогом" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "dsync" +msgstr "dsync" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use synchronized I/O for data" +msgstr "використати синхронізоване введення-виведення для даних" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "likewise, but also for metadata" +msgstr "те саме, але також для метаданих" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "fullblock" +msgstr "fullblock" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "accumulate full blocks of input (iflag only)" +msgstr "накопичити повні блоки введення (лише iflag)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "nonblock" +msgstr "nonblock" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "use non-blocking I/O" +msgstr "скористатися введенням-виведенням без блокування" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "noatime" +msgstr "noatime" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not update access time" +msgstr "не оновлювати час останнього доступу" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "nocache" +msgstr "nocache" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Request to drop cache. See also oflag=sync" +msgstr "Надіслати запит щодо скидання кешу. Див. також oflag=sync" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "noctty" +msgstr "noctty" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not assign controlling terminal from file" +msgstr "не призначати керівний термінал з файла" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "nofollow" +msgstr "nofollow" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "do not follow symlinks" +msgstr "не переходити за символічними посиланнями" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Sending a USR1 signal to a running 'dd' process makes it print I/O " +"statistics to standard error and then resume copying." +msgstr "" +"Надсилання сигналу USR1 до запущеного процесу «dd» призводить до виведення " +"даних щодо введення-виведення до стандартного буфера помилок з наступним " +"відновленням копіювання." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Options are:" +msgstr "Можливі варіанти:" + +#. 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: 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 Paul Rubin, David MacKenzie, and Stuart Kemp." +msgstr "Авторами програми є Paul Rubin, David MacKenzie та Stuart Kemp." + +#. 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/E<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 debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +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 "" +"Авторські права \\(co 2023 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.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-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/ddE<gt>" +msgstr "" +"Повна документація на E<lt>https://www.gnu.org/software/coreutils/ddE<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) dd invocation\\(aq" +msgstr "або доступна локально через: info \\(aq(coreutils) dd invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Вересень 2022 року" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"N and BYTES may be followed by the following multiplicative suffixes: c=1, " +"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, " +"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y. Binary " +"prefixes can be used, too: KiB=K, MiB=M, and so on. If N ends in 'B', it " +"counts bytes not blocks." +msgstr "" +"Після ЧИСЛА і БАЙТів може бути вказано один з множників: c =1, w =2, b =512, " +"kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M, GB =1000*1000*1000, G " +"=1024*1024*1024 тощо для T, P, E, Z, Y. Можна також використовувати двійкові " +"префікси: KiB=K, MiB=M тощо. Якщо N завершується на 'B', лічити байти, а не " +"блоки." + +#. type: Plain text +#: debian-bookworm mageia-cauldron +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 "" +"Авторські права \\(co 2022 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Квітень 2022 року" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Жовтень 2021 року" + +#. 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 "skip N obs-sized blocks at start of output" +msgstr "пропустити N блоків розміру obs на початку виведених даних" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "skip N ibs-sized blocks at start of input" +msgstr "пропустити N блоків розміру ibs на початку вхідних даних" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"N and BYTES may be followed by the following multiplicative suffixes: c=1, " +"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, " +"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y. Binary " +"prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"Після ЧИСЛА і БАЙТів може бути вказано один з множників: c =1, w =2, b =512, " +"kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M, GB =1000*1000*1000, G " +"=1024*1024*1024 тощо для T, P, E, Z, Y. Можна також використовувати двійкові " +"префікси: KiB=K, MiB=M тощо." + +#. type: TP +#: opensuse-leap-15-6 +#, no-wrap +msgid "count_bytes" +msgstr "count_bytes" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "treat 'count=N' as a byte count (iflag only)" +msgstr "вважати «count=N» визначенням кількості байтів (лише для iflag)" + +#. type: TP +#: opensuse-leap-15-6 +#, no-wrap +msgid "skip_bytes" +msgstr "skip_bytes" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "treat 'skip=N' as a byte count (iflag only)" +msgstr "вважати «skip=N» визначенням кількості байтів (лише для iflag)" + +#. type: TP +#: opensuse-leap-15-6 +#, no-wrap +msgid "seek_bytes" +msgstr "seek_bytes" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "treat 'seek=N' as a byte count (oflag only)" +msgstr "вважати «seek=N» визначенням кількості байтів (лише для oflag)" + +#. 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 "" +"Авторські права \\(co 2020 Free Software Foundation, Inc. Ліцензія GPLv3+: " +"GNU GPL версії 3 або пізнішої E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." |