Add the messages for the pipe buffer size option and /dev/null detection.

This commit is contained in:
Andrew Wood
2026-05-03 20:57:00 +01:00
parent 3b1bad2334
commit a4b90879a0
8 changed files with 688 additions and 624 deletions
+86 -78
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2024-10-13 20:43+0000\n"
"Last-Translator: mmatous <mmatous@users.noreply.translate.codeberg.org>\n"
"Language-Team: Czech <https://translate.codeberg.org/projects/pv/pv/cs/>\n"
@@ -168,8 +168,8 @@ msgstr "vypisuj výstup i pokud standardní chybový výstup není terminál"
msgid "use cursor positioning escape sequences"
msgstr "pozicuj kurzor pomocí řídících znaků"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "SOUBOR"
@@ -185,7 +185,7 @@ msgstr "RYCH"
msgid "limit transfer to RATE bytes per second"
msgstr "omez přenosovou rychlost na RYCH bajtů za sekundu"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "BAJT"
@@ -198,93 +198,97 @@ msgid "never use splice(), always use read/write"
msgstr "nepoužívej splice(), vždy použij read/write"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "ignoruj chyby při čtení vstupu"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "přeskakuj chyby v blocích BAJTů naráz"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "zastav po přenosu --size bajtů"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "po každém zápisu vyprázdni cache na disk"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "použij přímý V/V k obejítí cache"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "zahoď vstup namísto zápisu na výstup"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr "zapiš veškerý vstup do SOUBORu před výpisem na výstup"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "sleduj soubor DS otevřený procesem PID"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "PID"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "aktualizuj nastavení procesu PID"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "ulož id procesu do SOUBORu"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "ukaž pomoc a skonči"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "ukaž informace o verzi a skonči"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "zapiš ladící záznamy do SOUBORu"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Použití: %s [VOLBY] [SOUBOR]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Spoj SOUBOR(y) nebo standardní vstup na standardního výstup, s monitoringem."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr ""
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Prosím, hlašte veškeré chyby na: %s"
@@ -293,7 +297,7 @@ msgstr "Prosím, hlašte veškeré chyby na: %s"
msgid "(input)"
msgstr "(vstup)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -301,85 +305,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "selhala alokace stavu"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "očekáváno ID procesu nebo dvojice PID:DS"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "neplatné ID procesu"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "nebylo možné zjistit informace o souboru"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "je adresář"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "selhalo vytváření jména pro soubor v sysfs"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "selhalo čtení velikosti souboru v sysfs"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "selhalo otevření blokového zařízení"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "selhalo zjištění velikosti blokového zařízení"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "selhala alokace struktury pro volby"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "selhala alokace struktury pro argv"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "očekáván celočíselný argument"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "očekáván číselný argument"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Zkuste `%s --help' pro více informací."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Zkuste `%s --h' pro více informací."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -387,39 +391,39 @@ msgstr ""
"při sledování deskriptorů souborů nelze použít řádkový mód nebo volby pro "
"modifikaci přenosu"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr "při sledování deskriptorů souborů nelze pozicování kurzoru použít"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr "při sledování deskriptorů souborů nelze použít vzdálené ovládání"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "při sledování deskriptorů souborů nelze použít přenos souborů"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "není dostupné na systémech bez /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -467,35 +471,39 @@ msgstr "yzafpnum kMGTPEZY"
msgid "yzafpnum KMGTPEZY"
msgstr "yzafpnum KMGTPEZY"
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "selhala alokace vyrovnávací paměti"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "selhalo posunutí za začátek výstupu"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "selhalo zavření souboru"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "selhalo čtení ze souboru"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "selhalo zjištění informací o výstupním souboru"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "vstupní soubor je výstupní soubor"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(žádný)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(stdin)"
@@ -518,7 +526,7 @@ msgstr "B/s"
msgid "b"
msgstr "b"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "B"
@@ -538,7 +546,7 @@ msgstr "rychlost min/avg/max/std"
msgid "rate not measured"
msgstr "rychlost neměřena"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -549,7 +557,7 @@ msgstr "rychlost neměřena"
msgid "pid"
msgstr "pid"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -567,51 +575,51 @@ msgstr "SA_SIGINFO není na tomto systému podporováno"
msgid "history structure allocation failed"
msgstr "selhala alokace struktury historie"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "selhala alokace seznamu souborů"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "čtení selhalo"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "varování: detekovány chyby při čtení"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "souborem nelze procházet"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "selhal skok za chybu"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "chyba přeskočena"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "vyrovnávací paměť není alokována"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "selhalo nastavení intervalového časovače"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "selhalo vynulování intervalového časovače"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "selhala alokace vyrovnávací paměti pro pozici v řádcích"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "zápis selhal"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "selhalo volání select"
+86 -78
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2025-01-14 20:39+0000\n"
"Last-Translator: Benny <benny@users.noreply.translate.codeberg.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/pv/pv/de/>\n"
@@ -185,8 +185,8 @@ msgstr ""
msgid "use cursor positioning escape sequences"
msgstr "benutze Escape-Sequenzen zur Cursor-Positionierung"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "DATEI"
@@ -202,7 +202,7 @@ msgstr "RATE"
msgid "limit transfer to RATE bytes per second"
msgstr "beschränke die Transferrate auf RATE Byte pro Sekunde"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "BYTES"
@@ -215,94 +215,98 @@ msgid "never use splice(), always use read/write"
msgstr "anstelle von splice() immer read/write benutzen"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "Lesefehler in der Eingabe nicht beachten"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "bei Fehlern BYTES am Stück überspringen"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "anhalten, nachdem --size Bytes übertragen wurden"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "schreibe den Cache nach jedem Schreibvorgang auf die Festplatte"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "verwende direkte E/A, um den Cache zu umgehen"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "verwirf die Eingabe anstatt in die Ausgabe zu schreiben"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr "Ausgabe nach FILE schrieben bevor sie ausgegeben wird"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "die vom Prozess PID geöffnete Datei FD beobachten"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "PID"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "Einstellungen der Prozess-PID updaten"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "Prozess-ID in DATEI speichern"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "zeige diese Hilfe und beende"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "zeige Versionsinformationen und beende"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "schreibe Debug-Protokolle in DATEI"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Aufruf: %s [OPTION] [DATEI]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Verbindet DATEI(en) oder den Standard-Eingabe-Kanal mit dem Standard-Ausgabe-"
"Kanal und misst den Datenstrom."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "unterstützte Formate:"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Bitte senden Sie Fehlerberichte an %s"
@@ -311,7 +315,7 @@ msgstr "Bitte senden Sie Fehlerberichte an %s"
msgid "(input)"
msgstr "(eingabe)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -319,85 +323,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "Speicherzuweisung für `state' fehlgeschlagen"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "Prozess-ID oder PID:FD-Paar erwartet"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "ungültige Prozess-ID"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "konnte Dateiinformationen nicht lesen"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "ist ein Verzeichnis"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "konnte Sysfs-Dateinamen nicht erzeugen"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "konnte Größe der Sysfs-Datei nicht lesen"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "konnte Blockgerät nicht öffnen"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "konnte Größe des Blockgeräts nicht ermitteln"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "Speicherzuweisung für `option' fehlgeschlagen"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "Speicherzuweisung für `argv' der Option fehlgeschlagen"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "numerischen Wert nicht verstanden"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "Ganzzahliges Argument erwartet"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "numerisches Argument erwartet"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "`%s --help' zeigt weitere Informationen an."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "`%s -h' zeigt weitere Informationen an."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -405,44 +409,44 @@ msgstr ""
"Beim Beobachten von Dateideskriptoren können keine Optionen für den "
"Zeilenmodus oder den Übertragungsmodifikator verwendet werden"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren kann Cursor-Positionierung nicht "
"verwendet werden"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren kann die Fernbedienung nicht verwenden "
"werden"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren können Dateien nicht übertragen werden"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "Nicht verfügbar auf Systemen ohne /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -490,35 +494,39 @@ msgstr "yzafpnµm kMGTPEZY"
msgid "yzafpnum KMGTPEZY"
msgstr "yzafpnµm KMGTPEZY"
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "Speicherzuweisung für den Puffer fehlgeschlagen"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "Konnte nicht zum Anfang der Ausgabe springen"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "konnte Datei nicht schließen"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "konnte Datei nicht lesen"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "konnte Dateiinformationen für Ausgabe-Datei nicht lesen"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "Eingabe-Datei ist Ausgabe-Datei"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(keine)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(stdin)"
@@ -541,7 +549,7 @@ msgstr "B/s"
msgid "b"
msgstr "b"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "B"
@@ -561,7 +569,7 @@ msgstr "Rate min/mittel/max/abweichung"
msgid "rate not measured"
msgstr "Übertragungsrate nicht gemessen"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -572,7 +580,7 @@ msgstr "Übertragungsrate nicht gemessen"
msgid "pid"
msgstr "pid"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -590,51 +598,51 @@ msgstr "SA_SIGINFO wird auf diesem System nicht unterstützt"
msgid "history structure allocation failed"
msgstr "Speicherzuweisung für `history' fehlgeschlagen"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "Speicherzuweisung für die Dateiliste fehlgeschlagen"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "read-Aufruf fehlgeschlagen"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "warnung: lesefehler erkannt"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "Datei ist nicht durchsuchbar"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "konnte den Fehler nicht überwinden"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "über den Lesefehler hinaus verschoben"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "Speicherzuweisung für den Transferpuffer fehlgeschlagen"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "konnte Intervall-Timer nicht setzen"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "konnte Intervall-Timer nicht löschen"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "Zuweisung des Zeilenpuffers fehlgeschlagen"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "write-Aufruf fehlgeschlagen"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "select-Aufruf fehlgeschlagen"
+86 -78
View File
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pv 1.9.34\n"
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2026-03-24 23:25+0000\n"
"Last-Translator: Ricky-Tigg <ricky-tigg@noreply.codeberg.org>\n"
"Language-Team: Finnish <https://translate.codeberg.org/projects/pv/pv/fi/>\n"
@@ -169,8 +169,8 @@ msgstr "tuloste, vaikka vakiovirhe ei olisikaan päätelaite"
msgid "use cursor positioning escape sequences"
msgstr "käytä kohdistimen sijoittelun esc-sekvenssiä"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "TIEDOSTO"
@@ -186,7 +186,7 @@ msgstr "NOPEUS"
msgid "limit transfer to RATE bytes per second"
msgstr "rajoita siirron nopeudeksi NOPEUS tavua per sekunti"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "TAVUT"
@@ -199,94 +199,98 @@ msgid "never use splice(), always use read/write"
msgstr "Älä koskaan käytä splice():tta, käytä aina luku-/kirjoitustoimintoa"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "ohita lukuvirheet syötteessä"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "ohita virheet TAVUT:ssa lohkoissa kerrallaan"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "lopeta kun --size tavua on siirretty"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "tyhjennä välimuisti levylle jokaisen kirjoituksen jälkeen"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "käytä suoraa syötettä/lähtöä välimuistin ohittamiseen"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr "yritä etsiä tyhjätavujen kirjoittamisen sijaan"
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "hylkää syöte tulosteeseen kirjoittamisen sijaan"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr ""
"kirjoita kaikki syöte tiedostoon TIEDOSTO ennen tulosteeseen kirjoittamista"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr "PID[:FD]|=NIMI|@LISTATIEDOSTO"
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "tarkkaile tiedostoa FD, jonka prosessi PID avasi"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr ""
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "päivitä prosessin PID-asetukset"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr "näytä prosessin PID:n edistyminen"
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "tallenna prosessitunnus TIEDOSTO:on"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "näytä tämä ohje ja lopeta"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "näytä versiotiedot ja lopeta"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "kirjoita vianjäljityslokit tiedostoon TIEDOSTO"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Käyttö: %s [VALINTA] [TIEDOSTO]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Putkita TIEDOSTO(t), tai vakiosyöte, vakiotulosteeseen, monitoroinnin kanssa."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "Tuetut muotosekvenssit:"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Ilmoita ongelmista: %s"
@@ -295,7 +299,7 @@ msgstr "Ilmoita ongelmista: %s"
msgid "(input)"
msgstr "(syöte)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -303,85 +307,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "tilan allokointi epäonnistui"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr "Listatiedostot eivät saa sisältää @-rivejä"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "prosessitunnusta tai pid:fd-paria odotetaan"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "virheellinen prosessin ID"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "tiedoston tilastointi epäonnistui"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "on hakemisto"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "sysfs-tiedostonimen luominen epäonnistui"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "sysfs-kokotiedoston lukeminen epäonnistui"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "lohkolaitteen avaaminen epäonnistui"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "lohkolaitteen koon päättely epäonnistui"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "vaihtoehtorakenteen allokointi epäonnistui"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "vaihtoehtorakenteen argv:n allokointi epäonnistui"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "numeerista arvoa ei ymmärretty"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "kokonaislukuargumenttia odotetaan"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "numeerista argumenttia odotetaan"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr "puuttuva tiedostonimi"
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr "puuttuva prosessinimi"
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Suorita `%s --help' saadaksesi lisätietoja."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Suorita `%s -h' saadaksesi lisätietoja."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -389,40 +393,40 @@ msgstr ""
"rivitilaa tai siirtomuokkausvaihtoehtoja ei voi käyttää tiedostokuvauksia "
"tarkasteltaessa"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"kohdistimen sijoittelua ei voi käyttää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr "etäohjausta ei voi käyttää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr "etäkyselyä ei voi käyttää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "tiedostoja ei voi siirtää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "ei saatavilla järjestelmissä, joissa ei ole /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr "etäohjausta ja etäkyselyä ei voi käyttää yhdessä"
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr "tiedostoja ei voi määrittää tämän vaihtoehdon kanssa"
@@ -472,35 +476,39 @@ msgstr ""
msgid "yzafpnum KMGTPEZY"
msgstr ""
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "puskurin allokointi epäonnistui"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "tulosteen käynnistyksen hakeminen epäonnistui"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "tiedoston sulkeminen epäonnistui"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "tiedoston lukeminen epäonnistui"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "tulostiedoston tilastointi epäonnistui"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "syötetiedosto on tulostetiedosto"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(ei mitään)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr ""
@@ -523,7 +531,7 @@ msgstr "T/s"
msgid "b"
msgstr ""
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "T"
@@ -543,7 +551,7 @@ msgstr ""
msgid "rate not measured"
msgstr "nopeutta ei mitattu"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -554,7 +562,7 @@ msgstr "nopeutta ei mitattu"
msgid "pid"
msgstr ""
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -572,51 +580,51 @@ msgstr "SA_SIGINFO ei ole tuettu tässä järjestelmässä"
msgid "history structure allocation failed"
msgstr "historiarakenteen allokointi epäonnistui"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "tiedostolistan allokointi epäonnistui"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "luku epäonnistui"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "varoitus: lukuvirheitä havaittu"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "tiedosto ei ole haettavissa"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "menneen virheen hakeminen epäonnistui"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "aiempi lukuvirhe ohitettu"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "siirtopuskuria ei ole allokoitu"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "aikaväliajastimen asettaminen epäonnistui"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "aikaväliajastimen tyhjennys epäonnistui"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "rivin sijaintipuskurin allokointi epäonnistui"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "kirjoittaminen epäonnistui"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "valintakutsu epäonnistui"
+86 -78
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2025-05-31 08:58+0000\n"
"Last-Translator: milimarg <milimarg@noreply.codeberg.org>\n"
"Language-Team: French <https://translate.codeberg.org/projects/pv/pv/fr/>\n"
@@ -186,8 +186,8 @@ msgstr ""
msgid "use cursor positioning escape sequences"
msgstr "utiliser les séquences d'échappements de positionnement de curseur"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "FICHIER"
@@ -203,7 +203,7 @@ msgstr "TAUX"
msgid "limit transfer to RATE bytes per second"
msgstr "limite le taux de transfert à TAUX octets par seconde"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "OCTETS"
@@ -216,94 +216,98 @@ msgid "never use splice(), always use read/write"
msgstr "ne jamais utiliser splice(), toujours utiliser read/write"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "ignorer les erreurs de lecture dans l'entrée"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "ignorer les erreurs dans OCTETS blocs à la fois"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "arrêter après le transfert de --size octets"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "vider le cache sur le disque après chaque écriture"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "utiliser les E/S directes pour contourner le cache"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "rejeter l'entrée au lieu de l'écrire vers la sortie"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr "écrire toute l'entrée vers FICHIER avant de l'écrire vers la sortie"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "surveiller le fichier FD ouvert par le processus PID"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "PID"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "mettre à jour la configuration du processus PID"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "enregistrer l'ID de processus dans FICHIER"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "afficher cette aide puis quitter"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "afficher la version puis quitter"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "écrire les journaux de déboggage vers FICHIER"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Utilisation : %s [OPTIONS] [FICHIER]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Concaténer FICHIER(s), ou l'entrée standard, sur la sortie standard avec "
"monitorage."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "Séquences de formatage supportées :"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "SVP rapporter tous bogues à %s"
@@ -312,7 +316,7 @@ msgstr "SVP rapporter tous bogues à %s"
msgid "(input)"
msgstr "(entrée)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -320,85 +324,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "échec de l'allocation de mémoire de condition"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "ID de processus ou paire pid:fd attendue"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "ID de processus non valide"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "échec à statuer sur le fichier"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "est un répertoire"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "échec de génération du nom de fichier sysfs"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "échec de la lecture de la taille du fichier sysfs"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "échec de l'ouverture du périphérique de bloc"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "échec de l'évaluation de la taille du périphérique de bloc"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "l'allocation pour la structure d'une option a échoué"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "l'allocation pour la structure de l'option argv a échoué"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "valeur numérique non comprise"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "Valeur entière attendue"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "Valeur numérique attendue"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Essayez `%s --help' pour plus d'informations."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Essayez `%s -h' pour plus d'informations."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -406,45 +410,45 @@ msgstr ""
"impossible d'utiliser le mode ligne ou les options de modificateur de "
"transfert lors de la visualisation des descripteurs de fichiers"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"impossible d'utiliser le positionnement du curseur lors de la visualisation "
"des descripteurs de fichier"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr ""
"impossible d'utiliser la télécommande lors de la visualisation des "
"descripteurs de fichiers"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr ""
"impossible de transférer des fichiers lorsque vous regardez des descripteurs "
"de fichiers"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "non disponible sur les systèmes sans /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -494,35 +498,39 @@ msgstr "yzafpnum kMGTPEZY"
msgid "yzafpnum KMGTPEZY"
msgstr "yzafpnum KMGTPEZY"
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "échec de l'allocation de mémoire tampon"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "ne peut pas passer au début de la sortie"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "la fermeture du fichier a échoué"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "la lecture du fichier a échoué"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "échec à statuer sur le fichier de sortie"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "fichiers d'entré et de sortie sont les mêmes"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(aucun)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(stdin)"
@@ -545,7 +553,7 @@ msgstr "O/s"
msgid "b"
msgstr "b"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "O"
@@ -565,7 +573,7 @@ msgstr "taux min/moy/max/écart-type"
msgid "rate not measured"
msgstr "taux non mesuré"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -576,7 +584,7 @@ msgstr "taux non mesuré"
msgid "pid"
msgstr "pid"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -594,51 +602,51 @@ msgstr "SA_SIGINFO non pris en charge sur ce système"
msgid "history structure allocation failed"
msgstr "l'allocation de la structure de l'historique a échoué"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "échec de l'allocation de la liste de fichiers"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "la lecture a échoué"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "avertissement : erreurs de lecture détectées"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "ne peut pas se déplacer dans le fichier"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "n'a pas réussi à dépasser l'erreur"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "erreur de lecture dépassée"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "aucun tampon de transfert alloué"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "La définition de l'intervalle du minuteur a échoué"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "La réinitialisation des intervalles du minuteur a échoué"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "L'allocation de la position de la ligne de la mémoire tampon a échoué"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "l'écriture a échoué"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "l'appel de sélection a échoué"
+86 -78
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2026-04-06 15:34+0000\n"
"Last-Translator: Coral Pink <coral.pink@disr.it>\n"
"Language-Team: Polish <https://translate.codeberg.org/projects/pv/pv/pl/>\n"
@@ -178,8 +178,8 @@ msgstr "pokaż wyjście nawet standardowe wyjście błędu nie jest terminalem"
msgid "use cursor positioning escape sequences"
msgstr "używaj znaków ucieczki do pozycjonowania kursora"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "PLIK"
@@ -195,7 +195,7 @@ msgstr "PRĘDKOŚĆ"
msgid "limit transfer to RATE bytes per second"
msgstr "ogranicz przesyłane dane do PRĘDKOŚĆ bajtów na sekundę"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "BAJTY"
@@ -208,96 +208,100 @@ msgid "never use splice(), always use read/write"
msgstr "nigdy nie używaj splice(), zawsze używaj read/write"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "pomijaj błędy odczytu wejścia"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "pomijaj błędy w blokach po BAJTY bajtów na raz"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "zakończ po przesłaniu --size bajtów"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "wymuś zapis pamięci podręcznej na dysk po każdym zapisie"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr ""
"użyj bezpośredniego wejścia/wyjścia celem pominięcia pamięci podręcznej"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr "próbuj przewinąć zamiast wypisywać zerowe bajty"
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "zignoruj dane wejściowe zamiast wyświetlić je na wyjściu standardowym"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr ""
"zapisz wszystkie dane wejściowe do PLIK przed wyświetleniem ich na wyjściu"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr "PID[:FD]|=NAZWA|@PLIKLISTY"
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "obserwuj plik FD otworzony przez proces PID"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "PID"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "zaktualizuj ustawienia procesu PID"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr "pokaż postęp procesu PID"
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr "uruchom polecenie i monitoruj jego wejście i/lub wyjście standardowe"
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "zapisz ID procesu do PLIK"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "wyświetl te informacje z pomocą i wyjdź"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "wyświetl informacje o wersji i wyjdź"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "zapisz logi debugujące do PLIK"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Sposób użycia: %s [OPCJA] [PLIK]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Łączenie PLIK(ów) lub wejścia standardowego, do wyjścia standardowego z "
"monitorowaniem."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "Wspierane sekwencje formatowania:"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Proszę przesyłać zgłoszenia błędów do %s"
@@ -306,7 +310,7 @@ msgstr "Proszę przesyłać zgłoszenia błędów do %s"
msgid "(input)"
msgstr "(wejście)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr "polecenie do uruchomienia musi zostać określone"
@@ -314,85 +318,85 @@ msgstr "polecenie do uruchomienia musi zostać określone"
msgid "state allocation failed"
msgstr "alokacja stanu programu nie powiodła się"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr "pliki list nie mogą zawierać linii wykorzystujących @"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "oczekiwany proces ID lub para PID:FD"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "niepoprawne ID procesu"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "nie udało się wykonać operacji stat na pliku"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "jest katalogiem"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "nie udało się wygenerować nazwy pliku dla sysfs"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "nie udało się odczytać rozmiaru pliku sysfs"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "nie udało się otworzyć urządzenia blokowego"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "nie udało się ustalić rozmiaru urządzenia blokowego"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "nie udało się zaalokować struktur opcji"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "nie udało się zaalokować struktur opcji argv"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "wartość liczbowa niezrozumiana"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "oczekiwany argument typu liczby całkowitej"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "oczekiwany argument liczbowy"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr "brakująca nazwa pliku"
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr "brakująca nazwa procesu"
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr "niepoprawne określenie monitorowanych stron"
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Spróbuj `%s --help' by uzyskać więcej informacji."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Spróbuj `%s -h' by uzyskać więcej informacji."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -400,45 +404,45 @@ msgstr ""
"nie można użyć trybu zliczania linii lub opcji modyfikujących przesył "
"łącznie z opcją obserwowania deskryptorów plików"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"nie można użyć pozycjonowania kursora łącznie z opcją obserwowania "
"deskryptorów plików"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr ""
"nie można korzystać ze zdalnego sterowania łącznie z obserwowaniem "
"deskryptorów plików"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
"nie można korzystać ze zdalnego odczytu łącznie z obserwowaniem deskryptorów "
"plików"
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "nie można przesyłać plików z opcją obserwowania deskryptorów plików"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "niedostępne na systemach bez /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr "nie można użyć zdalnego sterowania i zdalnego odczytu jednocześnie"
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr "tryb monitorowania nie może być określony z tą opcją"
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr "tryb monitorowania nie może być użyty z store-and-forward"
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr "pliki nie mogą być określone przy użyciu tej opcji"
@@ -487,36 +491,40 @@ msgstr "yzafpnum kMGTPEZY"
msgid "yzafpnum KMGTPEZY"
msgstr "yzafpnum KMGTPEZY"
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "nie udało się zaalokować bufora"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "nie udało się przewinąć wyjścia do początku"
# "Przewidywany czas ukończenia" for ETA is too long
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "nie udało się zamknąć pliku"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "nie udało się odczytać pliku"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "nie udało się wykonać operacji stat na pliku wyjściowym"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "plik wejściowy jest zarazem plikiem wyjściowym"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(brak)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(stdin)"
@@ -539,7 +547,7 @@ msgstr "B/s"
msgid "b"
msgstr "b"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "B"
@@ -559,7 +567,7 @@ msgstr "prędkość min/śr/max/odch"
msgid "rate not measured"
msgstr "prędkość niezmierzona"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -570,7 +578,7 @@ msgstr "prędkość niezmierzona"
msgid "pid"
msgstr "pid"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -588,52 +596,52 @@ msgstr "SA_SIGINFO nie jest wspierane na tym systemie"
msgid "history structure allocation failed"
msgstr "nie udało się zaalokować struktury historii"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "nie udało się zaalokować listy plików"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "błąd odczytu"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "ostrzeżenie: błędy odczytu wykryte"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "pliku nie da się przewijać"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "nie udało się przewinąć za błąd"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "pominięto błąd odczytu"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "brak zaalokowanego bufora transferu"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "nie udało się ustawić interwału czasowego"
# "Przewidywany czas ukończenia" for ETA is too long
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "nie udało się wyczyścić interwału czasowego"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "alokacja buforu pozycji linii nie powiodła się"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "błąd zapisu"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "nie udało się wywołać funkcji select"
+86 -78
View File
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -171,8 +171,8 @@ msgstr "gera dados mesmo que a saída de erro seja redirecionada"
msgid "use cursor positioning escape sequences"
msgstr "utiliza caracteres de escape para posicionar o cursor"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr ""
@@ -188,7 +188,7 @@ msgstr ""
msgid "limit transfer to RATE bytes per second"
msgstr "limita a transferência a RATE bytes por segundo"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr ""
@@ -201,94 +201,98 @@ msgid "never use splice(), always use read/write"
msgstr "nunca use splice(), sempre use read/write"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "ignorar erros de leitura em entrada"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr ""
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "parar após --size bytes terem sido transferidos"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr ""
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr ""
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr ""
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr ""
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "assistir arquivo FD aberto pelo processo PID"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr ""
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "atualizar as configurações do processo PID"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "salvar ID do processo em FILE"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "exibe esta tela de ajuda e termina"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "exibe a versão e termina"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr ""
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Uso: %s [OPÇÕES] [ARQUIVOS]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"Concatena ARQUIVO(s) ou a entrada padrão e grava na saída padrão, com "
"monitoramento."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr ""
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Por favor, reporte quaisquer defeitos para %s"
@@ -297,7 +301,7 @@ msgstr "Por favor, reporte quaisquer defeitos para %s"
msgid "(input)"
msgstr ""
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -305,85 +309,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "alocação de memória de status falhou"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "ID do processo ou par pid:fd esperado"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "ID de processo inválido"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "erro obtendo informações do arquivo"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr ""
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "erro na alocação da estrutura de opções"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "erro na alocação da estrutura de opções argv"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "argumento inteiro esperado"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "argumento numérico esperado"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Tente `%s --help' para maiores informações."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Tente `%s -h' para maiores informações."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -391,41 +395,41 @@ msgstr ""
"não pode usar o modo de linha ou opções de modificador de transferência ao "
"assistir os descritores de arquivo"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"não pode usar o posicionamento do cursor ao observar os descritores de "
"arquivo"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr "não pode usar o controle remoto ao assistir os descritores de arquivo"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "não pode transferir arquivos ao assistir descritores de arquivo"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "não disponível em sistemas sem /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -473,35 +477,39 @@ msgstr ""
msgid "yzafpnum KMGTPEZY"
msgstr ""
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "erro alocando o buffer"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "não pode mover para o início da produção"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "erro fechando o arquivo"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "erro lendo o arquivo"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "erro obtendo informações do arquivo de saída"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "os arquivos de entrada e saída são o mesmo"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr ""
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr ""
@@ -524,7 +532,7 @@ msgstr "B/s"
msgid "b"
msgstr ""
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr ""
@@ -544,7 +552,7 @@ msgstr ""
msgid "rate not measured"
msgstr ""
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -555,7 +563,7 @@ msgstr ""
msgid "pid"
msgstr ""
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -573,51 +581,51 @@ msgstr "SA_SIGINFO não suportado neste sistema"
msgid "history structure allocation failed"
msgstr ""
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr ""
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "erro de leitura"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "aviso: erros de leitura detectados"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "não pode mover dentro do arquivo"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "não pode ir além do erro"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "ignorado erro de leitura"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr ""
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr ""
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr ""
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr ""
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "erro de gravação"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "erro na chamada da função select"
+86 -78
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2025-01-15 19:08+0000\n"
"Last-Translator: 0ko <0ko@users.noreply.translate.codeberg.org>\n"
"Language-Team: Russian <https://translate.codeberg.org/projects/pv/pv/ru/>\n"
@@ -170,8 +170,8 @@ msgid "use cursor positioning escape sequences"
msgstr ""
"использовать символьные последовательности для позиционирования курсора"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "ФАЙЛ"
@@ -187,7 +187,7 @@ msgstr "СКОР"
msgid "limit transfer to RATE bytes per second"
msgstr "ограничить скорость передачи до СКОР байт/сек"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "БАЙТ"
@@ -200,92 +200,96 @@ msgid "never use splice(), always use read/write"
msgstr "использовать чтение/запись вместо splice()"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "пропустить ошибки чтения во вводе"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "пропускать ошибки в <БАЙТ> блоках за раз"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "остановить после передачи --size байт"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "сбрасывать кеш на диск каждый раз"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "использовать прямой ввод/вывод для обхода кеша"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "отбрасывать ввод вместо записи в вывод"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr "записывать весь ввод в ФАЙЛ прежде, чем отправлять на вывод"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "следить за FD файла, открытого процессом ИДпр"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "ИДпр"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "обновить настройки ИДпр процесса"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "сохранить ИД процесса в ФАЙЛ"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "показать справку и завершить работу"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "показать версию программы и завершить работу"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "вести запись отладочного журнала в ФАЙЛ"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Использование: %s [ОПЦИИ] [ФАЙЛ]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "Поддерживаемые последовательности:"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Сообщайте о проблемах на: %s"
@@ -294,7 +298,7 @@ msgstr "Сообщайте о проблемах на: %s"
msgid "(input)"
msgstr "(ввод)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -302,123 +306,123 @@ msgstr ""
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "ожидался ИД процесса или пара ИДпр:ДФ"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "неправильный ИД процесса"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "не удалось получить информацию о файле"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "является каталогом"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "не удалось создать имя файла sysfs"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "не удалось узнать размер файла sysfs"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "не удалось открыть блочное устройство"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "не удалось определить размер блочного устройства"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "не удалось выделить память для структуры опций"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "не удалось выделить память для структуры опций argv"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "число не распознано"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "ожидалось целое число"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "ожидалось число"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Выполните `%s --help' для получения подробностей."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Выполните `%s -h' для получения подробностей."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr "удалённое управление невозможно при отслеживании дескрипторов файлов"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "передача файлов невозможна при отслеживании дескрипторов файлов"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "невозможно на системах без /proc/self/fdinfo"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -468,35 +472,39 @@ msgstr ""
msgid "yzafpnum KMGTPEZY"
msgstr ""
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "не удалось выделить память для буфера"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr ""
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "не удалось закрыть файл"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "не удалось прочесть файл"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "не удалось получить информацию о выходном файле"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "пути исходного и выходного файлов одинаковы"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(нет)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(стд. ввод)"
@@ -519,7 +527,7 @@ msgstr "байт/с"
msgid "b"
msgstr "бит"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "байт"
@@ -539,7 +547,7 @@ msgstr "скор. мин/сред/макс/дев"
msgid "rate not measured"
msgstr "скорость не изменяется"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -550,7 +558,7 @@ msgstr "скорость не изменяется"
msgid "pid"
msgstr "ИДпр"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -568,51 +576,51 @@ msgstr "Этой системой не поддерживается SA_SIGINFO"
msgid "history structure allocation failed"
msgstr "не удалось выделить память для структуры истории"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "не удалось выделить память для списка файлов"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "чтение не удалось"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "внимание: замечены ошибки чтения"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr ""
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr ""
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr ""
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "не выделена память для буфера передачи"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "не удалось задать измеритель временного промежутка"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "не удалось очистить измеритель временного промежутка"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr ""
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "запись не удалась"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "запрос выборки не удался"
+86 -78
View File
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pv 1.8.14\n"
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-05-01 19:34+0100\n"
"POT-Creation-Date: 2026-05-03 19:24+0100\n"
"PO-Revision-Date: 2025-10-05 20:09+0000\n"
"Last-Translator: Oğuz Ersen <ersen@noreply.codeberg.org>\n"
"Language-Team: Turkish <https://translate.codeberg.org/projects/pv/pv/tr/>\n"
@@ -169,8 +169,8 @@ msgstr "standart hata bir terminal olmasa bile çıktı yazdır"
msgid "use cursor positioning escape sequences"
msgstr "imleç konumlandırma kaçış dizilerini kullan"
#: src/main/help.c:391 src/main/help.c:424 src/main/help.c:443
#: src/main/help.c:453
#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446
#: src/main/help.c:456
msgid "FILE"
msgstr "DOSYA"
@@ -186,7 +186,7 @@ msgstr "ORAN"
msgid "limit transfer to RATE bytes per second"
msgstr "aktarımı saniye başına ORAN bayt ile sınırlandırın"
#: src/main/help.c:397 src/main/help.c:406
#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409
msgid "BYTES"
msgstr "BAYTLAR"
@@ -199,93 +199,97 @@ msgid "never use splice(), always use read/write"
msgstr "splice() kullanma, her zaman read/write kullan"
#: src/main/help.c:404
msgid "set the pipe buffer size to BYTES"
msgstr ""
#: src/main/help.c:407
msgid "skip read errors in input"
msgstr "girdideki okuma hatalarını atla"
#: src/main/help.c:407
#: src/main/help.c:410
msgid "skip errors in BYTES blocks at a time"
msgstr "BAYTLAR blokları halinde hataları atla"
#: src/main/help.c:410
#: src/main/help.c:413
msgid "stop after --size bytes have been transferred"
msgstr "--size bayt transfer edildikten sonra dur"
#: src/main/help.c:413
#: src/main/help.c:416
msgid "flush cache to disk after every write"
msgstr "her yazmadan sonra önbelleği diske boşalt"
#: src/main/help.c:416
#: src/main/help.c:419
msgid "use direct I/O to bypass cache"
msgstr "Önbelleği atlamak için doğrudan I/O kullan"
#: src/main/help.c:419
#: src/main/help.c:422
msgid "try to seek instead of writing null bytes"
msgstr ""
#: src/main/help.c:422
#: src/main/help.c:425
msgid "discard input instead of writing to output"
msgstr "Girdiyi çıktıya yazmak yerine yok say"
#: src/main/help.c:425
#: src/main/help.c:428
msgid "write all input to FILE before writing to output"
msgstr "çıktıya yazmadan önce tüm girdiyi DOSYA'ya yaz"
#: src/main/help.c:428
#: src/main/help.c:431
msgid "PID[:FD]|=NAME|@LISTFILE"
msgstr ""
#: src/main/help.c:429
#: src/main/help.c:432
msgid "watch file FD opened by process PID"
msgstr "FD izleme dosyası PID işlemi tarafından açıldı"
#: src/main/help.c:432 src/main/help.c:435
#: src/main/help.c:435 src/main/help.c:438
msgid "PID"
msgstr "PID"
#: src/main/help.c:433
#: src/main/help.c:436
msgid "update settings of process PID"
msgstr "süreç PID ayarlarını güncelle"
#: src/main/help.c:436
#: src/main/help.c:439
msgid "show progress of process PID"
msgstr ""
#: src/main/help.c:440
#: src/main/help.c:443
msgid "run a command and monitor its standard input, output, or both"
msgstr ""
#: src/main/help.c:444
#: src/main/help.c:447
msgid "save process ID in FILE"
msgstr "FILE'da işlem kimliğini (ID) kaydet"
#: src/main/help.c:447
#: src/main/help.c:450
msgid "show this help and exit"
msgstr "bu yardımı göster ve çık"
#: src/main/help.c:450
#: src/main/help.c:453
msgid "show version information and exit"
msgstr "sürüm bilgilerini göster ve çık"
#: src/main/help.c:454
#: src/main/help.c:457
msgid "write debug logs to FILE"
msgstr "Hata ayıklama kayıtlarını DOSYA'ya yaz"
#: src/main/help.c:480
#: src/main/help.c:483
#, c-format
msgid "Usage: %s [OPTION] [FILE]..."
msgstr "Kullanım şekli: %s [AYAR] [DOSYA]..."
#: src/main/help.c:491
#: src/main/help.c:494
msgid ""
"Concatenate FILE(s), or standard input, to standard output, with monitoring."
msgstr ""
"İzleme ile DOSYA(lar)ı veya standart girdiyi standart çıktı ile birleştirin."
#: src/main/help.c:633
#: src/main/help.c:636
msgid "Supported format sequences:"
msgstr "Desteklenen biçim dizileri:"
#: src/main/help.c:647
#: src/main/help.c:650
#, c-format
msgid "Please report any bugs to: %s"
msgstr "Lütfen hataları şu adrese bildirin: %s"
@@ -294,7 +298,7 @@ msgstr "Lütfen hataları şu adrese bildirin: %s"
msgid "(input)"
msgstr "(giriş)"
#: src/main/main.c:381 src/main/options.c:1341
#: src/main/main.c:381 src/main/options.c:1348
msgid "a command to run must be specified"
msgstr ""
@@ -302,85 +306,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "durum tahsisi başarısız oldu"
#: src/main/options.c:412
#: src/main/options.c:415
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:902
#: src/main/options.c:435 src/main/options.c:437 src/main/options.c:907
msgid "process ID or pid:fd pair expected"
msgstr "süreç kimliği (ID) veya pid:fd çifti bekleniyor"
#: src/main/options.c:443 src/main/options.c:445 src/main/options.c:909
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:914
msgid "invalid process ID"
msgstr "geçersiz süreç kimliği (ID)"
#: src/main/options.c:532 src/pv/file.c:344
#: src/main/options.c:535 src/pv/file.c:411
msgid "failed to stat file"
msgstr "dosya statüsünde başarısız oldu"
#: src/main/options.c:575
#: src/main/options.c:578
msgid "is a directory"
msgstr "bir dizindir"
#: src/main/options.c:604
#: src/main/options.c:607
msgid "failed to generate sysfs filename"
msgstr "sysfs dosya adı oluşturulamadı"
#: src/main/options.c:625
#: src/main/options.c:628
msgid "failed to read sysfs size file"
msgstr "sysfs boyut dosyası okunamadı"
#: src/main/options.c:644
#: src/main/options.c:647
msgid "failed to open block device"
msgstr "blok aygıtı açılamadı"
#: src/main/options.c:653
#: src/main/options.c:656
msgid "failed to determine size of block device"
msgstr "blok aygıtının boyutu belirlenemedi"
#: src/main/options.c:760
#: src/main/options.c:764
msgid "option structure allocation failed"
msgstr "seçenek yapısı tahsisi başarısız oldu"
#: src/main/options.c:780
#: src/main/options.c:784
msgid "option structure argv allocation failed"
msgstr "seçenek yapısı argv tahsisi başarısız oldu"
#: src/main/options.c:830
#: src/main/options.c:835
msgid "numeric value not understood"
msgstr "sayısal değer anlaşılmadı"
#: src/main/options.c:844
#: src/main/options.c:849
msgid "integer argument expected"
msgstr "tamsayı bağımsız değişkeni bekleniyor"
#: src/main/options.c:854
#: src/main/options.c:859
msgid "numeric argument expected"
msgstr "sayısal bağımsız değişken bekleniyor"
#: src/main/options.c:865
#: src/main/options.c:870
msgid "missing filename"
msgstr ""
#: src/main/options.c:891
#: src/main/options.c:896
msgid "missing process name"
msgstr ""
#: src/main/options.c:1164
#: src/main/options.c:1171
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1186
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Daha fazla bilgi için `%s --help' seçeneğini deneyin."
#: src/main/options.c:1181
#: src/main/options.c:1188
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Daha fazla bilgi için `%s -h' seçeneğini deneyin."
#: src/main/options.c:1213
#: src/main/options.c:1220
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -388,39 +392,39 @@ msgstr ""
"dosya tanımlayıcılarını izlerken satır modu veya aktarım değiştirici "
"seçeneklerini kullanamaz"
#: src/main/options.c:1221
#: src/main/options.c:1228
msgid "cannot use cursor positioning when watching file descriptors"
msgstr "dosya tanımlayıcılarını izlerken imleç konumlandırmayı kullanamaz"
#: src/main/options.c:1229
#: src/main/options.c:1236
msgid "cannot use remote control when watching file descriptors"
msgstr "dosya tanımlayıcılarını izlerken uzaktan kumandayı kullanamaz"
#: src/main/options.c:1237
#: src/main/options.c:1244
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1245
#: src/main/options.c:1252
msgid "cannot transfer files when watching file descriptors"
msgstr "dosya tanımlayıcıları izlenirken dosya aktarılamıyor"
#: src/main/options.c:1269
#: src/main/options.c:1276
msgid "not available on systems without /proc/self/fdinfo"
msgstr "/proc/self/fdinfo olmayan sistemlerde kullanılamaz"
#: src/main/options.c:1280
#: src/main/options.c:1287
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1307
#: src/main/options.c:1314
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1319
#: src/main/options.c:1326
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1330
#: src/main/options.c:1337
msgid "files cannot be specified with this option"
msgstr ""
@@ -469,35 +473,39 @@ msgstr "yzafpnum kMGTPEZY"
msgid "yzafpnum KMGTPEZY"
msgstr "yzafpnum KMGTPEZY"
#: src/pv/display.c:1082 src/pv/state.c:904 src/pv/transfer.c:1154
#: src/pv/display.c:1082 src/pv/state.c:931 src/pv/transfer.c:1226
msgid "buffer allocation failed"
msgstr "arabellek tahsisi başarısız oldu"
#: src/pv/file.c:156
#: src/pv/file.c:81
msgid "/dev/null is not usable"
msgstr ""
#: src/pv/file.c:217
msgid "failed to seek to start of output"
msgstr "çıktının başlangıcına ulaşılamadı"
#: src/pv/file.c:305
#: src/pv/file.c:372
msgid "failed to close file"
msgstr "dosya kapatılamadı"
#: src/pv/file.c:337
#: src/pv/file.c:404
msgid "failed to read file"
msgstr "dosya okunamadı"
#: src/pv/file.c:351
#: src/pv/file.c:418
msgid "failed to stat output file"
msgstr "çıktı dosyası stat edilemedi"
#: src/pv/file.c:372
#: src/pv/file.c:439
msgid "input file is output file"
msgstr "girdi dosyası çıktı dosyasıdır"
#: src/pv/file.c:427
#: src/pv/file.c:578
msgid "(none)"
msgstr "(yok)"
#: src/pv/file.c:429
#: src/pv/file.c:580
msgid "(stdin)"
msgstr "(stdin)"
@@ -520,7 +528,7 @@ msgstr "B/s"
msgid "b"
msgstr "b"
#: src/pv/format/bytes.c:39 src/pv/transfer.c:622
#: src/pv/format/bytes.c:39 src/pv/transfer.c:694
msgid "B"
msgstr "B"
@@ -540,7 +548,7 @@ msgstr "oran min/ortalama/maks/standart sapma"
msgid "rate not measured"
msgstr "oran ölçülmedi"
#: src/pv/loop.c:1012 src/pv/loop.c:1028 src/pv/loop.c:1046 src/pv/remote.c:91
#: src/pv/loop.c:1051 src/pv/loop.c:1067 src/pv/loop.c:1085 src/pv/remote.c:91
#: src/pv/remote.c:184 src/pv/remote.c:531 src/pv/remote.c:577
#: src/pv/watchpid.c:123 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:158 src/pv/watchpid.c:194
@@ -551,7 +559,7 @@ msgstr "oran ölçülmedi"
msgid "pid"
msgstr "pid"
#: src/pv/loop.c:1046 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/loop.c:1085 src/pv/watchpid.c:132 src/pv/watchpid.c:142
#: src/pv/watchpid.c:151 src/pv/watchpid.c:160 src/pv/watchpid.c:268
#: src/pv/watchpid.c:277 src/pv/watchpid.c:288
msgid "fd"
@@ -569,51 +577,51 @@ msgstr "SA_SIGINFO bu sistemde desteklenmiyor"
msgid "history structure allocation failed"
msgstr "geçmiş yapısı tahsisi başarısız oldu"
#: src/pv/state.c:856 src/pv/state.c:868
#: src/pv/state.c:883 src/pv/state.c:895
msgid "file list allocation failed"
msgstr "dosya listesi tahsisi başarısız oldu"
#: src/pv/transfer.c:501
#: src/pv/transfer.c:573
msgid "read failed"
msgstr "okuma başarısız"
#: src/pv/transfer.c:516
#: src/pv/transfer.c:588
msgid "warning: read errors detected"
msgstr "uyarı: okuma hataları tespit edildi"
#: src/pv/transfer.c:528
#: src/pv/transfer.c:600
msgid "file is not seekable"
msgstr "dosya aranabilir değil"
#: src/pv/transfer.c:605
#: src/pv/transfer.c:677
msgid "failed to seek past error"
msgstr "geçmiş hatayı aramakta başarısız oldu"
#: src/pv/transfer.c:621
#: src/pv/transfer.c:693
msgid "skipped past read error"
msgstr "geçmiş okuma hatası atlandı"
#: src/pv/transfer.c:668
#: src/pv/transfer.c:740
msgid "no transfer buffer allocated"
msgstr "aktarım arabelleği ayrılmamış"
#: src/pv/transfer.c:756
#: src/pv/transfer.c:828
msgid "failed to set interval timer"
msgstr "aralık zamanlayıcısı ayarlanamadı"
#: src/pv/transfer.c:782
#: src/pv/transfer.c:854
msgid "failed to clear interval timer"
msgstr "aralık zamanlayıcısı temizlenemedi"
#: src/pv/transfer.c:829
#: src/pv/transfer.c:901
msgid "line position buffer allocation failed"
msgstr "satır konumu arabellek tahsisi başarısız oldu"
#: src/pv/transfer.c:1018
#: src/pv/transfer.c:1090
msgid "write failed"
msgstr "yazma başarısız"
#: src/pv/transfer.c:1254
#: src/pv/transfer.c:1326
msgid "select call failed"
msgstr "seçme çağrısı başarısız oldu"