Update message positions.

This commit is contained in:
Andrew Wood
2026-04-11 15:52:28 +01:00
parent e0f091384f
commit e82aa71f26
10 changed files with 310 additions and 310 deletions
+31 -31
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -293,7 +293,7 @@ msgstr "Prosím, hlašte veškeré chyby na: %s"
msgid "(input)"
msgstr "(vstup)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -301,85 +301,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "selhala alokace stavu"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "očekáváno ID procesu nebo dvojice PID:DS"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "neplatné ID procesu"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "nebylo možné zjistit informace o souboru"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "je adresář"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "selhalo vytváření jména pro soubor v sysfs"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "selhalo čtení velikosti souboru v sysfs"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "selhalo otevření blokového zařízení"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "selhalo zjištění velikosti blokového zařízení"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "selhala alokace struktury pro volby"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "selhala alokace struktury pro argv"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "očekáván celočíselný argument"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "očekáván číselný argument"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Zkuste `%s --help' pro více informací."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Zkuste `%s --h' pro více informací."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -387,39 +387,39 @@ msgstr ""
"při sledování deskriptorů souborů nelze použít řádkový mód nebo volby pro "
"modifikaci přenosu"
#: src/main/options.c:1219
#: src/main/options.c:1245
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:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
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:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "není dostupné na systémech bez /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -311,7 +311,7 @@ msgstr "Bitte senden Sie Fehlerberichte an %s"
msgid "(input)"
msgstr "(eingabe)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -319,85 +319,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "Speicherzuweisung für `state' fehlgeschlagen"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "Prozess-ID oder PID:FD-Paar erwartet"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "ungültige Prozess-ID"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "konnte Dateiinformationen nicht lesen"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "ist ein Verzeichnis"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "konnte Sysfs-Dateinamen nicht erzeugen"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "konnte Größe der Sysfs-Datei nicht lesen"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "konnte Blockgerät nicht öffnen"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "konnte Größe des Blockgeräts nicht ermitteln"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "Speicherzuweisung für `option' fehlgeschlagen"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "Speicherzuweisung für `argv' der Option fehlgeschlagen"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "numerischen Wert nicht verstanden"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "Ganzzahliges Argument erwartet"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "numerisches Argument erwartet"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "`%s --help' zeigt weitere Informationen an."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "`%s -h' zeigt weitere Informationen an."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -405,44 +405,44 @@ msgstr ""
"Beim Beobachten von Dateideskriptoren können keine Optionen für den "
"Zeilenmodus oder den Übertragungsmodifikator verwendet werden"
#: src/main/options.c:1219
#: src/main/options.c:1245
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren kann Cursor-Positionierung nicht "
"verwendet werden"
#: src/main/options.c:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren können Dateien nicht übertragen werden"
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "Nicht verfügbar auf Systemen ohne /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+0100\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -287,7 +287,7 @@ msgstr ""
msgid "(input)"
msgstr ""
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -295,123 +295,123 @@ msgstr ""
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr ""
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr ""
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr ""
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr ""
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr ""
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr ""
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr ""
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr ""
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:1219
#: src/main/options.c:1245
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:1228
#: src/main/options.c:1254
msgid "cannot use remote control when watching file descriptors"
msgstr ""
#: src/main/options.c:1237
#: src/main/options.c:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr ""
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr ""
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
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-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -295,7 +295,7 @@ msgstr "Ilmoita ongelmista: %s"
msgid "(input)"
msgstr "(syöte)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -303,85 +303,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "tilan allokointi epäonnistui"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr "Listatiedostot eivät saa sisältää @-rivejä"
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "prosessitunnusta tai pid:fd-paria odotetaan"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "virheellinen prosessin ID"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "tiedoston tilastointi epäonnistui"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "on hakemisto"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "sysfs-tiedostonimen luominen epäonnistui"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "sysfs-kokotiedoston lukeminen epäonnistui"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "lohkolaitteen avaaminen epäonnistui"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "lohkolaitteen koon päättely epäonnistui"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "vaihtoehtorakenteen allokointi epäonnistui"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "vaihtoehtorakenteen argv:n allokointi epäonnistui"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "numeerista arvoa ei ymmärretty"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "kokonaislukuargumenttia odotetaan"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "numeerista argumenttia odotetaan"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr "puuttuva tiedostonimi"
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr "puuttuva prosessinimi"
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Suorita `%s --help' saadaksesi lisätietoja."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Suorita `%s -h' saadaksesi lisätietoja."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -389,40 +389,40 @@ msgstr ""
"rivitilaa tai siirtomuokkausvaihtoehtoja ei voi käyttää tiedostokuvauksia "
"tarkasteltaessa"
#: src/main/options.c:1219
#: src/main/options.c:1245
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"kohdistimen sijoittelua ei voi käyttää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr "etäkyselyä ei voi käyttää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr "tiedostoja ei voi siirtää tiedostokuvauksia tarkasteltaessa"
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "ei saatavilla järjestelmissä, joissa ei ole /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr "etäohjausta ja etäkyselyä ei voi käyttää yhdessä"
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr "tiedostoja ei voi määrittää tämän vaihtoehdon kanssa"
+31 -31
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -312,7 +312,7 @@ msgstr "SVP rapporter tous bogues à %s"
msgid "(input)"
msgstr "(entrée)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -320,85 +320,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "échec de l'allocation de mémoire de condition"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "ID de processus ou paire pid:fd attendue"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "ID de processus non valide"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "échec à statuer sur le fichier"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "est un répertoire"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "échec de génération du nom de fichier sysfs"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "échec de la lecture de la taille du fichier sysfs"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "échec de l'ouverture du périphérique de bloc"
#: src/main/options.c:647
#: src/main/options.c:673
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:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "l'allocation pour la structure d'une option a échoué"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "l'allocation pour la structure de l'option argv a échoué"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "valeur numérique non comprise"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "Valeur entière attendue"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "Valeur numérique attendue"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Essayez `%s --help' pour plus d'informations."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Essayez `%s -h' pour plus d'informations."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -406,45 +406,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:1219
#: src/main/options.c:1245
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:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
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:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "non disponible sur les systèmes sans /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
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-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -291,7 +291,7 @@ msgstr ""
msgid "(input)"
msgstr ""
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -299,123 +299,123 @@ msgstr ""
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr ""
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr ""
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr ""
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr ""
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr ""
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr ""
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr ""
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr ""
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr ""
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr ""
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:1219
#: src/main/options.c:1245
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:1228
#: src/main/options.c:1254
msgid "cannot use remote control when watching file descriptors"
msgstr ""
#: src/main/options.c:1237
#: src/main/options.c:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr ""
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr ""
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
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-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -306,7 +306,7 @@ msgstr "Proszę przesyłać zgłoszenia błędów do %s"
msgid "(input)"
msgstr "(wejście)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr "polecenie do uruchomienia musi zostać określone"
@@ -314,85 +314,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:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr "pliki list nie mogą zawierać linii wykorzystujących @"
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "oczekiwany proces ID lub para PID:FD"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "niepoprawne ID procesu"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "nie udało się wykonać operacji stat na pliku"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "jest katalogiem"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "nie udało się wygenerować nazwy pliku dla sysfs"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "nie udało się odczytać rozmiaru pliku sysfs"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "nie udało się otworzyć urządzenia blokowego"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "nie udało się ustalić rozmiaru urządzenia blokowego"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "nie udało się zaalokować struktur opcji"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "nie udało się zaalokować struktur opcji argv"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "wartość liczbowa niezrozumiana"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "oczekiwany argument typu liczby całkowitej"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "oczekiwany argument liczbowy"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr "brakująca nazwa pliku"
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr "brakująca nazwa procesu"
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr "niepoprawne określenie monitorowanych stron"
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Spróbuj `%s --help' by uzyskać więcej informacji."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Spróbuj `%s -h' by uzyskać więcej informacji."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -400,45 +400,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:1219
#: src/main/options.c:1245
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:1228
#: src/main/options.c:1254
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:1263
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:1246
#: src/main/options.c:1272
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:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "niedostępne na systemach bez /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
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:1310
#: src/main/options.c:1336
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:1323
#: src/main/options.c:1349
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:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr "pliki nie mogą być określone przy użyciu tej opcji"
+31 -31
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-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -297,7 +297,7 @@ msgstr "Por favor, reporte quaisquer defeitos para %s"
msgid "(input)"
msgstr ""
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -305,85 +305,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "alocação de memória de status falhou"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "ID do processo ou par pid:fd esperado"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "ID de processo inválido"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "erro obtendo informações do arquivo"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr ""
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "erro na alocação da estrutura de opções"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "erro na alocação da estrutura de opções argv"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "argumento inteiro esperado"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "argumento numérico esperado"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Tente `%s --help' para maiores informações."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Tente `%s -h' para maiores informações."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -391,41 +391,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:1219
#: src/main/options.c:1245
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:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr "não pode transferir arquivos ao assistir descritores de arquivo"
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "não disponível em sistemas sem /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2026-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -294,7 +294,7 @@ msgstr "Сообщайте о проблемах на: %s"
msgid "(input)"
msgstr "(ввод)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -302,123 +302,123 @@ msgstr ""
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "ожидался ИД процесса или пара ИДпр:ДФ"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "неправильный ИД процесса"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "не удалось получить информацию о файле"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "является каталогом"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "не удалось создать имя файла sysfs"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "не удалось узнать размер файла sysfs"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "не удалось открыть блочное устройство"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "не удалось определить размер блочного устройства"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "не удалось выделить память для структуры опций"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "не удалось выделить память для структуры опций argv"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "число не распознано"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "ожидалось целое число"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "ожидалось число"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Выполните `%s --help' для получения подробностей."
#: src/main/options.c:1179
#: src/main/options.c:1205
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Выполните `%s -h' для получения подробностей."
#: src/main/options.c:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:1219
#: src/main/options.c:1245
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:1228
#: src/main/options.c:1254
msgid "cannot use remote control when watching file descriptors"
msgstr "удалённое управление невозможно при отслеживании дескрипторов файлов"
#: src/main/options.c:1237
#: src/main/options.c:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr "передача файлов невозможна при отслеживании дескрипторов файлов"
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "невозможно на системах без /proc/self/fdinfo"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""
+31 -31
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-04-11 13:39+0100\n"
"POT-Creation-Date: 2026-04-11 15:52+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"
@@ -294,7 +294,7 @@ msgstr "Lütfen hataları şu adrese bildirin: %s"
msgid "(input)"
msgstr "(giriş)"
#: src/main/main.c:387 src/main/options.c:1346
#: src/main/main.c:387 src/main/options.c:1372
msgid "a command to run must be specified"
msgstr ""
@@ -302,85 +302,85 @@ msgstr ""
msgid "state allocation failed"
msgstr "durum tahsisi başarısız oldu"
#: src/main/options.c:399
#: src/main/options.c:425
msgid "list files may not contain @ lines"
msgstr ""
#: src/main/options.c:420 src/main/options.c:422 src/main/options.c:899
#: src/main/options.c:446 src/main/options.c:448 src/main/options.c:925
msgid "process ID or pid:fd pair expected"
msgstr "süreç kimliği (ID) veya pid:fd çifti bekleniyor"
#: src/main/options.c:432 src/main/options.c:434 src/main/options.c:906
#: src/main/options.c:458 src/main/options.c:460 src/main/options.c:932
msgid "invalid process ID"
msgstr "geçersiz süreç kimliği (ID)"
#: src/main/options.c:522 src/pv/file.c:342
#: src/main/options.c:548 src/pv/file.c:342
msgid "failed to stat file"
msgstr "dosya statüsünde başarısız oldu"
#: src/main/options.c:565
#: src/main/options.c:591
msgid "is a directory"
msgstr "bir dizindir"
#: src/main/options.c:595
#: src/main/options.c:621
msgid "failed to generate sysfs filename"
msgstr "sysfs dosya adı oluşturulamadı"
#: src/main/options.c:617
#: src/main/options.c:643
msgid "failed to read sysfs size file"
msgstr "sysfs boyut dosyası okunamadı"
#: src/main/options.c:637
#: src/main/options.c:663
msgid "failed to open block device"
msgstr "blok aygıtı açılamadı"
#: src/main/options.c:647
#: src/main/options.c:673
msgid "failed to determine size of block device"
msgstr "blok aygıtının boyutu belirlenemedi"
#: src/main/options.c:752
#: src/main/options.c:778
msgid "option structure allocation failed"
msgstr "seçenek yapısı tahsisi başarısız oldu"
#: src/main/options.c:770
#: src/main/options.c:796
msgid "option structure argv allocation failed"
msgstr "seçenek yapısı argv tahsisi başarısız oldu"
#: src/main/options.c:821
#: src/main/options.c:847
msgid "numeric value not understood"
msgstr "sayısal değer anlaşılmadı"
#: src/main/options.c:836
#: src/main/options.c:862
msgid "integer argument expected"
msgstr "tamsayı bağımsız değişkeni bekleniyor"
#: src/main/options.c:847
#: src/main/options.c:873
msgid "numeric argument expected"
msgstr "sayısal bağımsız değişken bekleniyor"
#: src/main/options.c:859
#: src/main/options.c:885
msgid "missing filename"
msgstr ""
#: src/main/options.c:887
#: src/main/options.c:913
msgid "missing process name"
msgstr ""
#: src/main/options.c:1162
#: src/main/options.c:1188
msgid "invalid side specification"
msgstr ""
#: src/main/options.c:1177
#: src/main/options.c:1203
#, 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:1179
#: src/main/options.c:1205
#, 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:1210
#: src/main/options.c:1236
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -388,39 +388,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:1219
#: src/main/options.c:1245
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:1228
#: src/main/options.c:1254
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:1263
msgid "cannot use remote query when watching file descriptors"
msgstr ""
#: src/main/options.c:1246
#: src/main/options.c:1272
msgid "cannot transfer files when watching file descriptors"
msgstr "dosya tanımlayıcıları izlenirken dosya aktarılamıyor"
#: src/main/options.c:1271
#: src/main/options.c:1297
msgid "not available on systems without /proc/self/fdinfo"
msgstr "/proc/self/fdinfo olmayan sistemlerde kullanılamaz"
#: src/main/options.c:1283
#: src/main/options.c:1309
msgid "cannot use remote control and remote query together"
msgstr ""
#: src/main/options.c:1310
#: src/main/options.c:1336
msgid "monitor mode cannot be specified with this option"
msgstr ""
#: src/main/options.c:1323
#: src/main/options.c:1349
msgid "monitor mode cannot be used with store-and-forward"
msgstr ""
#: src/main/options.c:1335
#: src/main/options.c:1361
msgid "files cannot be specified with this option"
msgstr ""