diff --git a/po/cs.po b/po/cs.po index 76b3e75..76db912 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n" -"POT-Creation-Date: 2026-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2024-10-13 20:43+0000\n" "Last-Translator: mmatous \n" "Language-Team: Czech \n" @@ -157,138 +157,142 @@ msgid "also send progress to SPEC" msgstr "" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "po dokončení vypiš údaje o přenosu" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "vypisuj výstup i pokud standardní chybový výstup není terminál" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "pozicuj kurzor pomocí řídících znaků" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "SOUBOR" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "zapiš výstup do SOUBORu namísto standardního výstupu" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "RYCH" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "BAJT" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "použij vyrovnávací pamět BAJT bajtů" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "nepoužívej splice(), vždy použij read/write" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "ignoruj chyby při čtení vstupu" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "přeskakuj chyby v blocích BAJTů naráz" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "zastav po přenosu --size bajtů" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "po každém zápisu vyprázdni cache na disk" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "použij přímý V/V k obejítí cache" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "zahoď vstup namísto zápisu na výstup" -#: src/main/help.c:428 +#: src/main/help.c:431 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:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "sleduj soubor DS otevřený procesem PID" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "PID" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "aktualizuj nastavení procesu PID" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "ulož id procesu do SOUBORu" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "ukaž pomoc a skonči" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "ukaž informace o verzi a skonči" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "zapiš ladící záznamy do SOUBORu" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Použití: %s [VOLBY] [SOUBOR]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Prosím, hlašte veškeré chyby na: %s" @@ -297,13 +301,13 @@ msgstr "Prosím, hlašte veškeré chyby na: %s" msgid "(input)" msgstr "(vstup)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "chyba přidělování paměti" @@ -312,49 +316,49 @@ msgstr "chyba přidělování paměti" msgid "list files may not contain @ lines" msgstr "" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "očekáváno ID procesu nebo dvojice PID:DS" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "neplatné ID procesu" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "očekáván celočíselný argument" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "očekáván číselný argument" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Zkuste `%s --help' pro více informací." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Zkuste `%s --h' pro více informací." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -362,39 +366,39 @@ msgstr "" "při sledování deskriptorů souborů nelze použít řádkový mód nebo volby pro " "modifikaci přenosu" -#: src/main/options.c:1235 +#: src/main/options.c:1239 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:1243 +#: src/main/options.c:1247 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:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 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:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "není dostupné na systémech bez /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "" diff --git a/po/de.po b/po/de.po index b110f6c..253891e 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n" -"POT-Creation-Date: 2026-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2025-01-14 20:39+0000\n" "Last-Translator: Benny \n" "Language-Team: German \n" @@ -173,142 +173,146 @@ msgid "also send progress to SPEC" msgstr "Fortschritt auch an SPEC senden" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "Übertragungsstatistiken am Ende ausgeben" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "" "Ausgabe auch dann erzwingen, wenn der Fehlerausgabe-Kanal kein Terminal ist" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "benutze Escape-Sequenzen zur Cursor-Positionierung" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "DATEI" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "schreibe die Ausgabe in DATEI statt in die Standardausgabe" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "RATE" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "BYTES" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "benutze einen Puffer in der Größe von BYTES" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "anstelle von splice() immer read/write benutzen" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "benutze einen Pipe-Puffer in der Größe von BYTES" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "Lesefehler in der Eingabe nicht beachten" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "bei Fehlern BYTES am Stück überspringen" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "anhalten, nachdem --size Bytes übertragen wurden" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "schreibe den Cache nach jedem Schreibvorgang auf die Festplatte" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "verwende direkte E/A, um den Cache zu umgehen" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "ausgabelöcher anstelle von Nullbytes" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "verwirf die Eingabe anstatt in die Ausgabe zu schreiben" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "Ausgabe nach FILE schrieben bevor sie ausgegeben wird" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "PID[:FD]|=NAME|@LISTENDATEI" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "die vom Prozess PID geöffnete Datei FD beobachten" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "PID" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "Einstellungen der Prozess-PID updaten" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "den Fortschritt des PID-Prozesses darstellen" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" "Ein Programm ausführen und dessen Standardeingabe, -ausgabe oder beides " "überwachen" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "Prozess-ID in DATEI speichern" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "zeige diese Hilfe und beende" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "zeige Versionsinformationen und beende" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "schreibe Debug-Protokolle in DATEI" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Aufruf: %s [OPTION] [DATEI]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "unterstützte Formate:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Bitte senden Sie Fehlerberichte an %s" @@ -317,13 +321,13 @@ msgstr "Bitte senden Sie Fehlerberichte an %s" msgid "(input)" msgstr "(eingabe)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "es muss ein auszuführendes Programm angegeben werden" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "Fehler bei der Speicheranforderung" @@ -332,49 +336,49 @@ msgstr "Fehler bei der Speicheranforderung" msgid "list files may not contain @ lines" msgstr "Listendateien dürfen keine „@“-Zeilen enthalten" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "Prozess-ID oder PID:FD-Paar erwartet" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "ungültige Prozess-ID" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "numerischen Wert nicht verstanden" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "Ganzzahliges Argument erwartet" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "numerisches Argument erwartet" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "fehlender Dateiname" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "fehlender Prozessname" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "ungültige Seitenspezifikation" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "„%s --help“ zeigt weitere Informationen an." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "„%s -h“ zeigt weitere Informationen an." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -382,48 +386,48 @@ msgstr "" "Beim Beobachten von Dateideskriptoren können keine Optionen für den " "Zeilenmodus oder den Übertragungsmodifikator verwendet werden" -#: src/main/options.c:1235 +#: src/main/options.c:1239 msgid "cannot use cursor positioning when watching file descriptors" msgstr "" "Beim Beobachten von Dateideskriptoren kann Cursor-Positionierung nicht " "verwendet werden" -#: src/main/options.c:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "" "Beim Beobachten von Dateideskriptoren kann die Fernbedienung nicht verwenden " "werden" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" "Remote-Abfragen können beim Überwachen von Dateideskriptoren nicht verwendet " "werden" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "" "Beim Beobachten von Dateideskriptoren können Dateien nicht übertragen werden" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "Nicht verfügbar auf Systemen ohne /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" "Fernsteuerung und Fernabfrage können nicht gleichzeitig verwendet werden" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "Der Monitormodus kann mit dieser Option nicht angegeben werden" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" "Der Monitormodus kann nicht mit Speichern-und-Weiterleiten verwendet werden" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "mit dieser Option können keine Dateien angegeben werden" diff --git a/po/fi.po b/po/fi.po index d209edb..e7bf6e5 100644 --- a/po/fi.po +++ b/po/fi.po @@ -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-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2026-03-24 23:25+0000\n" "Last-Translator: Ricky-Tigg \n" "Language-Team: Finnish \n" @@ -158,139 +158,143 @@ msgid "also send progress to SPEC" msgstr "lähetä edistyminen myös SPECille" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "tulosta siirtotilastot lopussa" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "tuloste, vaikka vakiovirhe ei olisikaan päätelaite" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "käytä kohdistimen sijoittelun esc-sekvenssiä" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "TIEDOSTO" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "kirjoita tuloste tiedostoon TIEDOSTO oletustulosteen (stdout) sijaan" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "NOPEUS" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "TAVUT" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "käytä puskuria, jonka koko on TAVUT" -#: src/main/help.c:401 +#: src/main/help.c:404 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 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "ohita lukuvirheet syötteessä" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "ohita virheet TAVUT:ssa lohkoissa kerrallaan" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "lopeta kun --size tavua on siirretty" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "tyhjennä välimuisti levylle jokaisen kirjoituksen jälkeen" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "käytä suoraa syötettä/lähtöä välimuistin ohittamiseen" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "yritä etsiä tyhjätavujen kirjoittamisen sijaan" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "hylkää syöte tulosteeseen kirjoittamisen sijaan" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "" "kirjoita kaikki syöte tiedostoon TIEDOSTO ennen tulosteeseen kirjoittamista" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "PID[:FD]|=NIMI|@LISTATIEDOSTO" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "tarkkaile tiedostoa FD, jonka prosessi PID avasi" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "päivitä prosessin PID-asetukset" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "näytä prosessin PID:n edistyminen" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "tallenna prosessitunnus TIEDOSTO:on" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "näytä tämä ohje ja lopeta" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "näytä versiotiedot ja lopeta" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "kirjoita vianjäljityslokit tiedostoon TIEDOSTO" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Käyttö: %s [VALINTA] [TIEDOSTO]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "Tuetut muotosekvenssit:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Ilmoita ongelmista: %s" @@ -299,13 +303,13 @@ msgstr "Ilmoita ongelmista: %s" msgid "(input)" msgstr "(syöte)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "muistinvarausvirhe" @@ -314,49 +318,49 @@ msgstr "muistinvarausvirhe" msgid "list files may not contain @ lines" msgstr "Listatiedostot eivät saa sisältää @-rivejä" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "prosessitunnusta tai pid:fd-paria odotetaan" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "virheellinen prosessin ID" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "numeerista arvoa ei ymmärretty" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "kokonaislukuargumenttia odotetaan" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "numeerista argumenttia odotetaan" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "puuttuva tiedostonimi" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "puuttuva prosessinimi" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Suorita `%s --help' saadaksesi lisätietoja." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Suorita `%s -h' saadaksesi lisätietoja." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -364,40 +368,40 @@ msgstr "" "rivitilaa tai siirtomuokkausvaihtoehtoja ei voi käyttää tiedostokuvauksia " "tarkasteltaessa" -#: src/main/options.c:1235 +#: src/main/options.c:1239 msgid "cannot use cursor positioning when watching file descriptors" msgstr "" "kohdistimen sijoittelua ei voi käyttää tiedostokuvauksia tarkasteltaessa" -#: src/main/options.c:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "etäohjausta ei voi käyttää tiedostokuvauksia tarkasteltaessa" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "etäkyselyä ei voi käyttää tiedostokuvauksia tarkasteltaessa" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "tiedostoja ei voi siirtää tiedostokuvauksia tarkasteltaessa" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "ei saatavilla järjestelmissä, joissa ei ole /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "etäohjausta ja etäkyselyä ei voi käyttää yhdessä" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "tiedostoja ei voi määrittää tämän vaihtoehdon kanssa" diff --git a/po/fr.po b/po/fr.po index 30d07f2..f479976 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n" -"POT-Creation-Date: 2026-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2026-05-18 20:38+0000\n" "Last-Translator: a-j-wood \n" "Language-Team: French \n" @@ -174,142 +174,146 @@ msgid "also send progress to SPEC" msgstr "aussi envoyer la progression à SPÉCIFICATION" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "afficher les statistiques de transfert à la fin" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "" "imprimer vers la sortie d'erreur standard même si ce n'est pas un terminal" -#: src/main/help.c:388 +#: src/main/help.c:391 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:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "FICHIER" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "écrire la sortie dans FICHIER au lieu de la sortie standard" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "TAUX" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "OCTETS" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "utiliser une mémoire tampon de OCTETS octets" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "ne jamais utiliser splice(), toujours utiliser read/write" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "définir la taille du tampon de mémoire du tube à OCTETS octets" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "ignorer les erreurs de lecture dans l'entrée" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "ignorer les erreurs dans OCTETS blocs à la fois" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "arrêter après le transfert de --size octets" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "vider le cache sur le disque après chaque écriture" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "utiliser les E/S directes pour contourner le cache" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "écrire des trous dans le fichier au lieu d'octets nuls" -#: src/main/help.c:425 +#: src/main/help.c:428 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:428 +#: src/main/help.c:431 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:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "PID[:FD]|=NOM|@FICHIER" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "surveiller le fichier FD ouvert par le processus PID" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "PID" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "mettre à jour la configuration du processus PID" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "afficher la progression du processus PID" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" "exécuter une commande et surveiller son entrée standard, sa sortie ou les " "deux" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "enregistrer l'ID de processus dans FICHIER" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "afficher cette aide puis quitter" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "afficher la version puis quitter" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "écrire les journaux de déboggage vers FICHIER" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Utilisation : %s [OPTIONS] [FICHIER]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "Séquences de formatage supportées :" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "SVP rapporter tous bogues à %s" @@ -318,13 +322,13 @@ msgstr "SVP rapporter tous bogues à %s" msgid "(input)" msgstr "(entrée)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "une commande à exécuter doit être spécifiée" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "échec d'allocation mémoire" @@ -333,49 +337,49 @@ msgstr "échec d'allocation mémoire" msgid "list files may not contain @ lines" msgstr "les fichiers de liste ne peuvent pas contenir de lignes « @ »" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "ID de processus ou paire pid:fd attendue" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "ID de processus non valide" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "valeur numérique non comprise" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "valeur entière attendue" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "valeur numérique attendue" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "nom de fichier manquant" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "nom de processus manquant" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "côté inacceptable" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Essayez `%s --help' pour plus d'informations." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Essayez `%s -h' pour plus d'informations." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -383,50 +387,50 @@ 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:1235 +#: src/main/options.c:1239 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:1243 +#: src/main/options.c:1247 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:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" "impossible d'utiliser une requête distante lorsque vous regardez des " "descripteurs de fichiers" -#: src/main/options.c:1259 +#: src/main/options.c:1263 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:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "non disponible sur les systèmes sans /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" "impossible d'utiliser simultanément le contrôle à distance et " "l'interrogation à distance" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "impossible d'utiliser mode moniteur avec cette option" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" "impossible d'utiliser mode moniteur avec le stockage et la retransmission" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "les fichiers ne peuvent pas être spécifiés avec cette option" diff --git a/po/it.po b/po/it.po index d001c5d..e7b91e8 100644 --- a/po/it.po +++ b/po/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: pv 1.11.0\n" "Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n" -"POT-Creation-Date: 2026-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2026-08-01 13:59+0100\n" "Last-Translator: a-j-wood \n" "Language-Team: Italian \n" @@ -156,137 +156,141 @@ msgid "also send progress to SPEC" msgstr "" #: src/main/help.c:382 -msgid "output transfer statistics at the end" +msgid "set terminal progress state with OSC 9;4 (ConEmu)" msgstr "" #: src/main/help.c:385 -msgid "output even if standard error is not a terminal" +msgid "output transfer statistics at the end" msgstr "" #: src/main/help.c:388 +msgid "output even if standard error is not a terminal" +msgstr "" + +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "" -#: src/main/help.c:395 +#: src/main/help.c:398 msgid "limit transfer to RATE bytes per second" msgstr "" -#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "" -#: src/main/help.c:494 +#: src/main/help.c:497 msgid "" "Concatenate FILE(s), or standard input, to standard output, with monitoring." msgstr "" -#: src/main/help.c:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "" @@ -295,13 +299,13 @@ msgstr "" msgid "(input)" msgstr "" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "" @@ -310,87 +314,87 @@ msgstr "" msgid "list files may not contain @ lines" msgstr "" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "" -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "" -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" msgstr "" -#: src/main/options.c:1235 +#: src/main/options.c:1239 msgid "cannot use cursor positioning when watching file descriptors" msgstr "" -#: src/main/options.c:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "" diff --git a/po/ka.po b/po/ka.po index 0f5a9f1..5342ac5 100644 --- a/po/ka.po +++ b/po/ka.po @@ -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-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2026-05-16 19:25+0000\n" "Last-Translator: a-j-wood \n" "Language-Team: Georgian \n" @@ -160,139 +160,143 @@ msgid "also send progress to SPEC" msgstr "ასევე გაუგზავნეთ პროგრესი ႱႮႤႺႨႴႨႩႠ-ს" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "სტატისტიკის ჩვენება ბოლოს" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "გამომავალი მაშინაც კი, თუ სტანდარტული შეცდომა ტერმინალი არ არის" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "კურსორის პოზიციონირება ტერმინალის კოდებით" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "ႴႠႨႪႨ" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "ჩაწერეთ გამომავალი ႴႠႨႪႨ-ში სტანდარტული გამომავალის ნაცვლად" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "ႱႨႹႵႠႰႤ" -#: src/main/help.c:395 +#: src/main/help.c:398 msgid "limit transfer to RATE bytes per second" msgstr "სიჩქარის შეზღუდვა წამში ႱႨႹႵႠႰႤ ბაიტამდე" -#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "ႡႠႨႲႤႡႨ" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "გამოიყენეთ ႡႠႨႲႤႡႨ ბუფერის ზომა" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "არასდროს გამოიყენოთ splice(), ყოველთვის გამოიყენეთ წაკითხვა/ჩაწერა" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "მილის ბუფერის ზომა დააყენეთ ႡႠႨႲႤႡႨ ბაიტზე" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "შეყვანის შეცდომების გამოტოვება" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "შეცდომების გამოტოვება ႡႠႨႲႤႡႨ ბაიტის ბლოკებში" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "შეჩერება --size ბაიტების გადატანის შემდეგ" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "დისკის ჩაწერის ქეშის გასუფთავება ყოველი ჩაწერის შემდეგ" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "ქეშის გვერდის ავლით პირდაპირი შეყვანის/გამოყვანის გამოყენებით" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "დატოვეთ ხვრელები გამომავალში ნულოვანი ბაიტების ჩაწერის ნაცვლად" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "შეყვანის გაუქმება გამოსავალში ჩაწერის ნაცვლად" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "ყველა შემავალი მონაცემი ႴႠႨႪႨ-ში ჩაწერეთ გამოსავალში ჩაწერამდე" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "ႮႨႣ[:ႴႠ]|=ႱႠႾႤႪႨ|@ႴႠႨႪႨ" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "ფაილის აღწერის ყურება ႴႠ გახსნილია ႮႨႣ პროცესის მიერ" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "ႮႨႣ" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "პროცესის ႮႨႣ-ის პარამეტრების განახლება" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "პროცესის ႮႨႣ პროგრესის ჩვენება" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" "ბრძანების გაშვება და მისი სტანდარტული შეყვანის, გამომავალი ან ორივეს " "მონიტორინგი" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "პროცესის იდენტიფიკატორის შენახვა ႴႠႨႪႨ-ში" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "აჩვენეთ ეს დახმარება და გადით" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "ვერსიის ინფორმაციის ჩვენება და გასვლა" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "გამართვის ჟურნალების ႴႠႨႪႨ-ში ჩაწერა" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "გამოყენება: %s [ႠႰႹႤႥႠ] [ႴႠႨႪႨ]..." -#: src/main/help.c:494 +#: src/main/help.c:497 msgid "" "Concatenate FILE(s), or standard input, to standard output, with monitoring." msgstr "შეყვანის ფაილების გადატანა გამოსავალზე მონიტორინგით." -#: src/main/help.c:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "მხარდაჭერილი ფორმატის თანმიმდევრობები:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "ნებისმიერი შეცდომის შესახებ, გთხოვთ, შეატყობინოთ შემდეგ მისამართზე: %s" @@ -301,13 +305,13 @@ msgstr "ნებისმიერი შეცდომის შესახ msgid "(input)" msgstr "(შეყვანა)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "შესასრულებელი ბრძანება უნდა იყოს მითითებული" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "მეხსიერების გამოყოფის შეცდომა" @@ -316,87 +320,87 @@ msgstr "მეხსიერების გამოყოფის შეც msgid "list files may not contain @ lines" msgstr "სიის ფაილები არ შეიძლება შეიცავდეს \"@\" ხაზებს" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "ფაილის სახელი აკლია" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "დამატებითი ინფორმაციისთვის სცადეთ `%s --help'." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "დამატებითი ინფორმაციისთვის სცადეთ `%s -h'." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" msgstr "" -#: src/main/options.c:1235 +#: src/main/options.c:1239 msgid "cannot use cursor positioning when watching file descriptors" msgstr "" -#: src/main/options.c:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "" diff --git a/po/pl.po b/po/pl.po index 2378814..4306e77 100644 --- a/po/pl.po +++ b/po/pl.po @@ -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-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2026-05-18 20:38+0000\n" "Last-Translator: a-j-wood \n" "Language-Team: Polish \n" @@ -167,141 +167,145 @@ msgid "also send progress to SPEC" msgstr "wysyłaj postęp również do SPEC" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "wyświetl na końcu statystyki transferu" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "pokaż wyjście nawet standardowe wyjście błędu nie jest terminalem" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "używaj znaków ucieczki do pozycjonowania kursora" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "PLIK" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "zapisz wyjście do PLIK zamiast do wyjścia standardowego" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "PRĘDKOŚĆ" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "BAJTY" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "użyj bufora o rozmiarze BAJTY" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "nigdy nie używaj splice(), zawsze używaj read/write" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "użyj bufora potokowego o rozmiarze BAJTY" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "pomijaj błędy odczytu wejścia" -#: src/main/help.c:410 +#: src/main/help.c:413 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:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "zakończ po przesłaniu --size bajtów" -#: src/main/help.c:416 +#: src/main/help.c:419 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:419 +#: src/main/help.c:422 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:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "próbuj przewinąć zamiast wypisywać zerowe bajty" -#: src/main/help.c:425 +#: src/main/help.c:428 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:428 +#: src/main/help.c:431 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:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "PID[:FD]|=NAZWA|@PLIKLISTY" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "obserwuj plik FD otworzony przez proces PID" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "PID" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "zaktualizuj ustawienia procesu PID" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "pokaż postęp procesu PID" -#: src/main/help.c:443 +#: src/main/help.c:446 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:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "zapisz ID procesu do PLIK" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "wyświetl te informacje z pomocą i wyjdź" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "wyświetl informacje o wersji i wyjdź" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "zapisz logi debugujące do PLIK" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Sposób użycia: %s [OPCJA] [PLIK]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "Wspierane sekwencje formatowania:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Proszę przesyłać zgłoszenia błędów do %s" @@ -310,13 +314,13 @@ 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:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "polecenie do uruchomienia musi zostać określone" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "błąd przydziału pamięci" @@ -325,49 +329,49 @@ msgstr "błąd przydziału pamięci" msgid "list files may not contain @ lines" msgstr "pliki list nie mogą zawierać linii wykorzystujących @" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "oczekiwany proces ID lub para PID:FD" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "niepoprawne ID procesu" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "wartość liczbowa niezrozumiana" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "oczekiwany argument typu liczby całkowitej" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "oczekiwany argument liczbowy" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "brakująca nazwa pliku" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "brakująca nazwa procesu" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "niepoprawne określenie monitorowanych stron" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Spróbuj `%s --help' by uzyskać więcej informacji." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Spróbuj `%s -h' by uzyskać więcej informacji." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -375,45 +379,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:1235 +#: src/main/options.c:1239 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:1243 +#: src/main/options.c:1247 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:1251 +#: src/main/options.c:1255 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:1259 +#: src/main/options.c:1263 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:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "niedostępne na systemach bez /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 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:1321 +#: src/main/options.c:1325 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:1333 +#: src/main/options.c:1337 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:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "pliki nie mogą być określone przy użyciu tej opcji" diff --git a/po/pt.po b/po/pt.po index ad154b0..b9a4e67 100644 --- a/po/pt.po +++ b/po/pt.po @@ -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-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -160,139 +160,143 @@ msgid "also send progress to SPEC" msgstr "" #: src/main/help.c:382 -msgid "output transfer statistics at the end" +msgid "set terminal progress state with OSC 9;4 (ConEmu)" msgstr "" #: src/main/help.c:385 +msgid "output transfer statistics at the end" +msgstr "" + +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "gera dados mesmo que a saída de erro seja redirecionada" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "utiliza caracteres de escape para posicionar o cursor" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "use um tamanho de buffer de BYTES" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "nunca use splice(), sempre use read/write" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "ignorar erros de leitura em entrada" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "parar após --size bytes terem sido transferidos" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "assistir arquivo FD aberto pelo processo PID" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "atualizar as configurações do processo PID" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "salvar ID do processo em FILE" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "exibe esta tela de ajuda e termina" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "exibe a versão e termina" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Uso: %s [OPÇÕES] [ARQUIVOS]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Por favor, reporte quaisquer defeitos para %s" @@ -301,13 +305,13 @@ msgstr "Por favor, reporte quaisquer defeitos para %s" msgid "(input)" msgstr "" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "falha de alocação de memória" @@ -316,49 +320,49 @@ msgstr "falha de alocação de memória" msgid "list files may not contain @ lines" msgstr "" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "ID do processo ou par pid:fd esperado" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "ID de processo inválido" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "argumento inteiro esperado" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "argumento numérico esperado" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Tente `%s --help' para maiores informações." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Tente `%s -h' para maiores informações." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -366,41 +370,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:1235 +#: src/main/options.c:1239 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:1243 +#: src/main/options.c:1247 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:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "não pode transferir arquivos ao assistir descritores de arquivo" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "não disponível em sistemas sem /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "" diff --git a/po/ru.po b/po/ru.po index 7c6fa93..f7fde75 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n" -"POT-Creation-Date: 2026-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+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 \n" @@ -158,138 +158,142 @@ msgid "also send progress to SPEC" msgstr "" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "после завершения показать статистику" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "вевести, даже если стд. ошибка не является терминалом" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "" "использовать символьные последовательности для позиционирования курсора" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "ФАЙЛ" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "направить вывод в ФАЙЛ вместо стд. вывода" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "СКОР" -#: src/main/help.c:395 +#: src/main/help.c:398 msgid "limit transfer to RATE bytes per second" msgstr "ограничить скорость передачи до СКОР байт/сек" -#: src/main/help.c:397 src/main/help.c:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "БАЙТ" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "использовать буфер размера БАЙТ" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "использовать чтение/запись вместо splice()" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "пропустить ошибки чтения во вводе" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "пропускать ошибки в <БАЙТ> блоках за раз" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "остановить после передачи --size байт" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "сбрасывать кеш на диск каждый раз" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "использовать прямой ввод/вывод для обхода кеша" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "отбрасывать ввод вместо записи в вывод" -#: src/main/help.c:428 +#: src/main/help.c:431 msgid "write all input to FILE before writing to output" msgstr "записывать весь ввод в ФАЙЛ прежде, чем отправлять на вывод" -#: src/main/help.c:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "следить за FD файла, открытого процессом ИДпр" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "ИДпр" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "обновить настройки ИДпр процесса" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "сохранить ИД процесса в ФАЙЛ" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "показать справку и завершить работу" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "показать версию программы и завершить работу" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "вести запись отладочного журнала в ФАЙЛ" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Использование: %s [ОПЦИИ] [ФАЙЛ]..." -#: src/main/help.c:494 +#: src/main/help.c:497 msgid "" "Concatenate FILE(s), or standard input, to standard output, with monitoring." msgstr "" -#: src/main/help.c:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "Поддерживаемые последовательности:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Сообщайте о проблемах на: %s" @@ -298,13 +302,13 @@ msgstr "Сообщайте о проблемах на: %s" msgid "(input)" msgstr "(ввод)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "ошибка выделения памяти" @@ -313,87 +317,87 @@ msgstr "ошибка выделения памяти" msgid "list files may not contain @ lines" msgstr "" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "ожидался ИД процесса или пара ИДпр:ДФ" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "неправильный ИД процесса" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "число не распознано" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "ожидалось целое число" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "ожидалось число" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, c-format msgid "Try `%s --help' for more information." msgstr "Выполните `%s --help' для получения подробностей." -#: src/main/options.c:1195 +#: src/main/options.c:1199 #, c-format msgid "Try `%s -h' for more information." msgstr "Выполните `%s -h' для получения подробностей." -#: src/main/options.c:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" msgstr "" -#: src/main/options.c:1235 +#: src/main/options.c:1239 msgid "cannot use cursor positioning when watching file descriptors" msgstr "" -#: src/main/options.c:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "удалённое управление невозможно при отслеживании дескрипторов файлов" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "передача файлов невозможна при отслеживании дескрипторов файлов" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "невозможно на системах без /proc/self/fdinfo" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr "" diff --git a/po/tr.po b/po/tr.po index 6af6c97..c2ef421 100644 --- a/po/tr.po +++ b/po/tr.po @@ -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-08-01 14:00+0100\n" +"POT-Creation-Date: 2026-08-01 14:53+0100\n" "PO-Revision-Date: 2025-10-05 20:09+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: Turkish \n" @@ -158,138 +158,142 @@ msgid "also send progress to SPEC" msgstr "ilerlemeyi BELİRT ögesine de gönder" #: src/main/help.c:382 +msgid "set terminal progress state with OSC 9;4 (ConEmu)" +msgstr "" + +#: src/main/help.c:385 msgid "output transfer statistics at the end" msgstr "transfer istatistiklerini sonda göster" -#: src/main/help.c:385 +#: src/main/help.c:388 msgid "output even if standard error is not a terminal" msgstr "standart hata bir terminal olmasa bile çıktı yazdır" -#: src/main/help.c:388 +#: src/main/help.c:391 msgid "use cursor positioning escape sequences" msgstr "imleç konumlandırma kaçış dizilerini kullan" -#: src/main/help.c:391 src/main/help.c:427 src/main/help.c:446 -#: src/main/help.c:456 +#: src/main/help.c:394 src/main/help.c:430 src/main/help.c:449 +#: src/main/help.c:459 msgid "FILE" msgstr "DOSYA" -#: src/main/help.c:392 +#: src/main/help.c:395 msgid "write output to FILE instead of stdout" msgstr "çıktıyı stdout yerine DOSYA'ya yaz" -#: src/main/help.c:394 +#: src/main/help.c:397 msgid "RATE" msgstr "ORAN" -#: src/main/help.c:395 +#: src/main/help.c:398 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:403 src/main/help.c:409 +#: src/main/help.c:400 src/main/help.c:406 src/main/help.c:412 msgid "BYTES" msgstr "BAYTLAR" -#: src/main/help.c:398 +#: src/main/help.c:401 msgid "use a buffer size of BYTES" msgstr "BAYTLAR tampon boyutu kullanın" -#: src/main/help.c:401 +#: src/main/help.c:404 msgid "never use splice(), always use read/write" msgstr "splice() kullanma, her zaman read/write kullan" -#: src/main/help.c:404 +#: src/main/help.c:407 msgid "set the pipe buffer size to BYTES" msgstr "" -#: src/main/help.c:407 +#: src/main/help.c:410 msgid "skip read errors in input" msgstr "girdideki okuma hatalarını atla" -#: src/main/help.c:410 +#: src/main/help.c:413 msgid "skip errors in BYTES blocks at a time" msgstr "BAYTLAR blokları halinde hataları atla" -#: src/main/help.c:413 +#: src/main/help.c:416 msgid "stop after --size bytes have been transferred" msgstr "--size bayt transfer edildikten sonra dur" -#: src/main/help.c:416 +#: src/main/help.c:419 msgid "flush cache to disk after every write" msgstr "her yazmadan sonra önbelleği diske boşalt" -#: src/main/help.c:419 +#: src/main/help.c:422 msgid "use direct I/O to bypass cache" msgstr "Önbelleği atlamak için doğrudan I/O kullan" -#: src/main/help.c:422 +#: src/main/help.c:425 msgid "try to seek instead of writing null bytes" msgstr "" -#: src/main/help.c:425 +#: src/main/help.c:428 msgid "discard input instead of writing to output" msgstr "Girdiyi çıktıya yazmak yerine yok say" -#: src/main/help.c:428 +#: src/main/help.c:431 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:431 +#: src/main/help.c:434 msgid "PID[:FD]|=NAME|@LISTFILE" msgstr "" -#: src/main/help.c:432 +#: src/main/help.c:435 msgid "watch file FD opened by process PID" msgstr "FD izleme dosyası PID işlemi tarafından açıldı" -#: src/main/help.c:435 src/main/help.c:438 +#: src/main/help.c:438 src/main/help.c:441 msgid "PID" msgstr "PID" -#: src/main/help.c:436 +#: src/main/help.c:439 msgid "update settings of process PID" msgstr "süreç PID ayarlarını güncelle" -#: src/main/help.c:439 +#: src/main/help.c:442 msgid "show progress of process PID" msgstr "" -#: src/main/help.c:443 +#: src/main/help.c:446 msgid "run a command and monitor its standard input, output, or both" msgstr "" -#: src/main/help.c:447 +#: src/main/help.c:450 msgid "save process ID in FILE" msgstr "FILE'da işlem kimliğini (ID) kaydet" -#: src/main/help.c:450 +#: src/main/help.c:453 msgid "show this help and exit" msgstr "bu yardımı göster ve çık" -#: src/main/help.c:453 +#: src/main/help.c:456 msgid "show version information and exit" msgstr "sürüm bilgilerini göster ve çık" -#: src/main/help.c:457 +#: src/main/help.c:460 msgid "write debug logs to FILE" msgstr "Hata ayıklama kayıtlarını DOSYA'ya yaz" -#: src/main/help.c:483 +#: src/main/help.c:486 #, c-format msgid "Usage: %s [OPTION] [FILE]..." msgstr "Kullanım şekli: %s [AYAR] [DOSYA]..." -#: src/main/help.c:494 +#: src/main/help.c:497 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:636 +#: src/main/help.c:639 msgid "Supported format sequences:" msgstr "Desteklenen biçim dizileri:" -#: src/main/help.c:650 +#: src/main/help.c:653 #, c-format msgid "Please report any bugs to: %s" msgstr "Lütfen hataları şu adrese bildirin: %s" @@ -298,13 +302,13 @@ msgstr "Lütfen hataları şu adrese bildirin: %s" msgid "(input)" msgstr "(giriş)" -#: src/main/main.c:381 src/main/options.c:1355 +#: src/main/main.c:381 src/main/options.c:1359 msgid "a command to run must be specified" msgstr "" -#: src/main/main.c:704 src/main/options.c:756 src/main/options.c:776 -#: src/pv/display.c:1083 src/pv/state.c:45 src/pv/state.c:897 -#: src/pv/state.c:909 src/pv/state.c:945 src/pv/transfer.c:1335 +#: src/main/main.c:704 src/main/options.c:757 src/main/options.c:777 +#: src/pv/display.c:1086 src/pv/state.c:45 src/pv/state.c:902 +#: src/pv/state.c:914 src/pv/state.c:950 src/pv/transfer.c:1335 #: src/pv/transfer.c:1451 src/pv/transfer.c:1778 msgid "memory allocation failure" msgstr "bellek ayırma başarısız" @@ -313,49 +317,49 @@ msgstr "bellek ayırma başarısız" msgid "list files may not contain @ lines" msgstr "" -#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:900 +#: src/main/options.c:438 src/main/options.c:440 src/main/options.c:901 msgid "process ID or pid:fd pair expected" msgstr "süreç kimliği (ID) veya pid:fd çifti bekleniyor" -#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:907 +#: src/main/options.c:449 src/main/options.c:451 src/main/options.c:908 msgid "invalid process ID" msgstr "geçersiz süreç kimliği (ID)" -#: src/main/options.c:828 +#: src/main/options.c:829 msgid "numeric value not understood" msgstr "sayısal değer anlaşılmadı" -#: src/main/options.c:842 +#: src/main/options.c:843 msgid "integer argument expected" msgstr "tamsayı bağımsız değişkeni bekleniyor" -#: src/main/options.c:852 +#: src/main/options.c:853 msgid "numeric argument expected" msgstr "sayısal bağımsız değişken bekleniyor" -#: src/main/options.c:863 +#: src/main/options.c:864 msgid "missing filename" msgstr "" -#: src/main/options.c:889 +#: src/main/options.c:890 msgid "missing process name" msgstr "" -#: src/main/options.c:1178 +#: src/main/options.c:1182 msgid "invalid side specification" msgstr "" -#: src/main/options.c:1193 +#: src/main/options.c:1197 #, 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:1195 +#: src/main/options.c:1199 #, 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:1227 +#: src/main/options.c:1231 msgid "" "cannot use line mode or transfer modifier options when watching file " "descriptors" @@ -363,39 +367,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:1235 +#: src/main/options.c:1239 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:1243 +#: src/main/options.c:1247 msgid "cannot use remote control when watching file descriptors" msgstr "dosya tanımlayıcılarını izlerken uzaktan kumandayı kullanamaz" -#: src/main/options.c:1251 +#: src/main/options.c:1255 msgid "cannot use remote query when watching file descriptors" msgstr "" -#: src/main/options.c:1259 +#: src/main/options.c:1263 msgid "cannot transfer files when watching file descriptors" msgstr "dosya tanımlayıcıları izlenirken dosya aktarılamıyor" -#: src/main/options.c:1283 +#: src/main/options.c:1287 msgid "not available on systems without /proc/self/fdinfo" msgstr "/proc/self/fdinfo olmayan sistemlerde kullanılamaz" -#: src/main/options.c:1294 +#: src/main/options.c:1298 msgid "cannot use remote control and remote query together" msgstr "" -#: src/main/options.c:1321 +#: src/main/options.c:1325 msgid "monitor mode cannot be specified with this option" msgstr "" -#: src/main/options.c:1333 +#: src/main/options.c:1337 msgid "monitor mode cannot be used with store-and-forward" msgstr "" -#: src/main/options.c:1344 +#: src/main/options.c:1348 msgid "files cannot be specified with this option" msgstr ""