Position updates, two new strings, one old message removed.

This commit is contained in:
Andrew Wood
2025-09-23 05:39:43 +01:00
parent 22bf08f8e4
commit 05a72bf75e
8 changed files with 293 additions and 211 deletions
+37 -26
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+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"
@@ -285,69 +285,69 @@ msgstr "(vstup)"
msgid "state allocation failed"
msgstr "selhala alokace stavu"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "nebylo možné zjistit informace o souboru"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "je adresář"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "selhalo vytváření jména pro soubor v sysfs"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "selhalo čtení velikosti souboru v sysfs"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "selhalo otevření blokového zařízení"
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr "selhalo zjištění velikosti blokového zařízení"
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "selhala alokace struktury pro volby"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "selhala alokace struktury pro argv"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "očekáván celočíselný argument"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "očekáván číselný argument"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "očekáváno ID procesu nebo dvojice PID:DS"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "neplatné ID procesu"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Zkuste `%s --help' pro více informací."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Zkuste `%s --h' pro více informací."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -355,19 +355,15 @@ msgstr ""
"při sledování deskriptorů souborů nelze použít řádkový mód nebo volby pro "
"modifikaci přenosu"
#: src/main/options.c:742
#: src/main/options.c:783
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:751
#: src/main/options.c:792
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:760
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:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "není dostupné na systémech bez /proc/self/fdinfo"
@@ -490,7 +486,7 @@ msgstr "rychlost min/avg/max/std"
msgid "rate not measured"
msgstr "rychlost neměřena"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -502,10 +498,22 @@ msgstr "pid"
msgid "history structure allocation failed"
msgstr "selhala alokace struktury historie"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "selhala alokace seznamu souborů"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "selhala alokace seznamu souborů"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "selhala alokace seznamu souborů"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "čtení selhalo"
@@ -558,3 +566,6 @@ msgstr "ds"
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "není obyčejný soubor nebo blokové zařízení"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr "při sledování deskriptorů souborů nelze použít přenos souborů"
+39 -27
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+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"
@@ -303,69 +303,69 @@ msgstr "(eingabe)"
msgid "state allocation failed"
msgstr "Speicherzuweisung für `state' fehlgeschlagen"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "konnte Dateiinformationen nicht lesen"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "ist ein Verzeichnis"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "konnte Sysfs-Dateinamen nicht erzeugen"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "konnte Größe der Sysfs-Datei nicht lesen"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "konnte Blockgerät nicht öffnen"
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr "konnte Größe des Blockgeräts nicht ermitteln"
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "Speicherzuweisung für `option' fehlgeschlagen"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "Speicherzuweisung für `argv' der Option fehlgeschlagen"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr "numerischen Wert nicht verstanden"
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "Ganzzahliges Argument erwartet"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "numerisches Argument erwartet"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "Prozess-ID oder PID:FD-Paar erwartet"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "ungültige Prozess-ID"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "`%s --help' zeigt weitere Informationen an."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "`%s -h' zeigt weitere Informationen an."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -373,24 +373,19 @@ msgstr ""
"Beim Beobachten von Dateideskriptoren können keine Optionen für den "
"Zeilenmodus oder den Übertragungsmodifikator verwendet werden"
#: src/main/options.c:742
#: src/main/options.c:783
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren kann Cursor-Positionierung nicht "
"verwendet werden"
#: src/main/options.c:751
#: src/main/options.c:792
msgid "cannot use remote control when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren kann die Fernbedienung nicht verwenden "
"werden"
#: src/main/options.c:760
msgid "cannot transfer files when watching file descriptors"
msgstr ""
"Beim Beobachten von Dateideskriptoren können Dateien nicht übertragen werden"
#: src/main/options.c:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "Nicht verfügbar auf Systemen ohne /proc/self/fdinfo"
@@ -513,7 +508,7 @@ msgstr "Rate min/mittel/max/abweichung"
msgid "rate not measured"
msgstr "Übertragungsrate nicht gemessen"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -525,10 +520,22 @@ msgstr "pid"
msgid "history structure allocation failed"
msgstr "Speicherzuweisung für `history' fehlgeschlagen"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "Speicherzuweisung für die Dateiliste fehlgeschlagen"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "Speicherzuweisung für die Dateiliste fehlgeschlagen"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "Speicherzuweisung für die Dateiliste fehlgeschlagen"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "read-Aufruf fehlgeschlagen"
@@ -581,3 +588,8 @@ msgstr "fd"
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "ist weder eine normale Datei noch ein Blockgerät"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr ""
#~ "Beim Beobachten von Dateideskriptoren können Dateien nicht übertragen "
#~ "werden"
+30 -26
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+0100\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -279,87 +279,83 @@ msgstr ""
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr ""
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr ""
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr ""
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr ""
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr ""
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr ""
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr ""
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr ""
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr ""
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr ""
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:742
#: src/main/options.c:783
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:751
#: src/main/options.c:792
msgid "cannot use remote control when watching file descriptors"
msgstr ""
#: src/main/options.c:760
msgid "cannot transfer files when watching file descriptors"
msgstr ""
#: src/main/options.c:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr ""
@@ -482,7 +478,7 @@ msgstr ""
msgid "rate not measured"
msgstr ""
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -494,10 +490,18 @@ msgstr ""
msgid "history structure allocation failed"
msgstr ""
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr ""
#: src/pv/state.c:729
msgid "process list allocation failed"
msgstr ""
#: src/pv/state.c:737
msgid "file descriptor list allocation failed"
msgstr ""
#: src/pv/transfer.c:463
msgid "read failed"
msgstr ""
+39 -28
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+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"
@@ -304,69 +304,69 @@ msgstr "(entrée)"
msgid "state allocation failed"
msgstr "échec de l'allocation de mémoire de condition"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "échec à statuer sur le fichier"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "est un répertoire"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "échec de génération du nom de fichier sysfs"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "échec de la lecture de la taille du fichier sysfs"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "échec de l'ouverture du périphérique de bloc"
#: src/main/options.c:241
#: src/main/options.c:279
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:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "l'allocation pour la structure d'une option a échoué"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "l'allocation pour la structure de l'option argv a échoué"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr "valeur numérique non comprise"
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "Valeur entière attendue"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "Valeur numérique attendue"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "ID de processus ou paire pid:fd attendue"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "ID de processus non valide"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Essayez `%s --help' pour plus d'informations."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Essayez `%s -h' pour plus d'informations."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -374,25 +374,19 @@ 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:742
#: src/main/options.c:783
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:751
#: src/main/options.c:792
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:760
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:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "non disponible sur les systèmes sans /proc/self/fdinfo"
@@ -517,7 +511,7 @@ msgstr "taux min/moy/max/écart-type"
msgid "rate not measured"
msgstr "taux non mesuré"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -529,10 +523,22 @@ msgstr "pid"
msgid "history structure allocation failed"
msgstr "l'allocation de la structure de l'historique a échoué"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "échec de l'allocation de la liste de fichiers"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "échec de l'allocation de la liste de fichiers"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "échec de l'allocation de la liste de fichiers"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "la lecture a échoué"
@@ -586,5 +592,10 @@ msgstr "fd"
msgid "not a regular file or block device"
msgstr "pas un fichier ordinaire ou un périphérique de bloc"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr ""
#~ "impossible de transférer des fichiers lorsque vous regardez des "
#~ "descripteurs de fichiers"
#~ msgid "failed to set alarm signal handler"
#~ msgstr "échec de la définition du gestionnaire de signal d'alarme"
+37 -26
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: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+0100\n"
"PO-Revision-Date: 2025-01-15 19:08+0000\n"
"Last-Translator: coralpink <coralpink@users.noreply.translate.codeberg.org>\n"
"Language-Team: Polish <https://translate.codeberg.org/projects/pv/pv/pl/>\n"
@@ -298,69 +298,69 @@ msgstr "(wejście)"
msgid "state allocation failed"
msgstr "alokacja stanu programu nie powiodła się"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "nie udało się wykonać operacji stat na pliku"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "jest katalogiem"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "nie udało się wygenerować nazwy pliku dla sysfs"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "nie udało się odczytać rozmiaru pliku sysfs"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "nie udało się otworzyć urządzenia blokowego"
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr "nie udało się ustalić rozmiaru urządzenia blokowego"
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "nie udało się zaalokować struktur opcji"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "nie udało się zaalokować struktur opcji argv"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr "wartość liczbowa niezrozumiana"
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "oczekiwany argument typu liczby całkowitej"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "oczekiwany argument liczbowy"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "oczekiwany proces ID lub para PID:FD"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "niepoprawne ID procesu"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Spróbuj `%s --help' by uzyskać więcej informacji."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Spróbuj `%s -h' by uzyskać więcej informacji."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -368,23 +368,19 @@ 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:742
#: src/main/options.c:783
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:751
#: src/main/options.c:792
msgid "cannot use remote control when watching file descriptors"
msgstr ""
"nie można użyć opcji zaktualizowania ustawień procesu łącznie z opcją "
"obserwowania deskryptorów plików"
#: src/main/options.c:760
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:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "niedostępne na systemach bez /proc/self/fdinfo"
@@ -509,7 +505,7 @@ msgstr "prędkość min/śr/max/odch"
msgid "rate not measured"
msgstr "prędkość niezmierzona"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -521,10 +517,22 @@ msgstr "pid"
msgid "history structure allocation failed"
msgstr "nie udało się zaalokować struktury historii"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "nie udało się zaalokować listy plików"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "nie udało się zaalokować listy plików"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "nie udało się zaalokować listy plików"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "błąd odczytu"
@@ -578,3 +586,6 @@ msgstr "fd"
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "plik nie jest plikiem regularnym lub urządzeniem blokowym"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr "nie można przesyłać plików z opcją obserwowania deskryptorów plików"
+37 -26
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: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+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"
@@ -289,69 +289,69 @@ msgstr ""
msgid "state allocation failed"
msgstr "alocação de memória de status falhou"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "erro obtendo informações do arquivo"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr ""
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr ""
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr ""
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr ""
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr ""
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "erro na alocação da estrutura de opções"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "erro na alocação da estrutura de opções argv"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "argumento inteiro esperado"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "argumento numérico esperado"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "ID do processo ou par pid:fd esperado"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "ID de processo inválido"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Tente `%s --help' para maiores informações."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Tente `%s -h' para maiores informações."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -359,21 +359,17 @@ 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:742
#: src/main/options.c:783
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:751
#: src/main/options.c:792
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:760
msgid "cannot transfer files when watching file descriptors"
msgstr "não pode transferir arquivos ao assistir descritores de arquivo"
#: src/main/options.c:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "não disponível em sistemas sem /proc/self/fdinfo"
@@ -496,7 +492,7 @@ msgstr ""
msgid "rate not measured"
msgstr ""
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -508,10 +504,22 @@ msgstr ""
msgid "history structure allocation failed"
msgstr ""
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr ""
#: src/pv/state.c:729
#, fuzzy
#| msgid "state allocation failed"
msgid "process list allocation failed"
msgstr "alocação de memória de status falhou"
#: src/pv/state.c:737
#, fuzzy
#| msgid "state allocation failed"
msgid "file descriptor list allocation failed"
msgstr "alocação de memória de status falhou"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "erro de leitura"
@@ -564,3 +572,6 @@ msgstr ""
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "não é um arquivo regular ou dispositivo de bloqueio"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr "não pode transferir arquivos ao assistir descritores de arquivo"
+37 -26
View File
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://codeberg.org/ivarch/pv/issues\n"
"POT-Creation-Date: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+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"
@@ -286,87 +286,83 @@ msgstr "(ввод)"
msgid "state allocation failed"
msgstr ""
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "не удалось получить информацию о файле"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "является каталогом"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "не удалось создать имя файла sysfs"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "не удалось узнать размер файла sysfs"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "не удалось открыть блочное устройство"
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr "не удалось определить размер блочного устройства"
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "не удалось выделить память для структуры опций"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "не удалось выделить память для структуры опций argv"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr "число не распознано"
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "ожидалось целое число"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "ожидалось число"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "ожидался ИД процесса или пара ИДпр:ДФ"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "неправильный ИД процесса"
#: src/main/options.c:700
#: src/main/options.c:741
#, c-format
msgid "Try `%s --help' for more information."
msgstr "Выполните `%s --help' для получения подробностей."
#: src/main/options.c:702
#: src/main/options.c:743
#, c-format
msgid "Try `%s -h' for more information."
msgstr "Выполните `%s -h' для получения подробностей."
#: src/main/options.c:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
msgstr ""
#: src/main/options.c:742
#: src/main/options.c:783
msgid "cannot use cursor positioning when watching file descriptors"
msgstr ""
#: src/main/options.c:751
#: src/main/options.c:792
msgid "cannot use remote control when watching file descriptors"
msgstr "удалённое управление невозможно при отслеживании дескрипторов файлов"
#: src/main/options.c:760
msgid "cannot transfer files when watching file descriptors"
msgstr "передача файлов невозможна при отслеживании дескрипторов файлов"
#: src/main/options.c:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "невозможно на системах без /proc/self/fdinfo"
@@ -491,7 +487,7 @@ msgstr "скор. мин/сред/макс/дев"
msgid "rate not measured"
msgstr "скорость не изменяется"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -503,10 +499,22 @@ msgstr "ИДпр"
msgid "history structure allocation failed"
msgstr "не удалось выделить память для структуры истории"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "не удалось выделить память для списка файлов"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "не удалось выделить память для списка файлов"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "не удалось выделить память для списка файлов"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "чтение не удалось"
@@ -559,3 +567,6 @@ msgstr "дф"
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "не является обычным файлом или блочным устройством"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr "передача файлов невозможна при отслеживании дескрипторов файлов"
+37 -26
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: 2025-09-14 16:41+0100\n"
"POT-Creation-Date: 2025-09-23 05:37+0100\n"
"PO-Revision-Date: 2024-10-12 23:51+0000\n"
"Last-Translator: a-j-wood <a-j-wood@users.noreply.translate.codeberg.org>\n"
"Language-Team: Turkish <https://translate.codeberg.org/projects/pv/pv/tr/>\n"
@@ -286,69 +286,69 @@ msgstr "(giriş)"
msgid "state allocation failed"
msgstr "durum tahsisi başarısız oldu"
#: src/main/options.c:146 src/pv/file.c:342
#: src/main/options.c:184 src/pv/file.c:342
msgid "failed to stat file"
msgstr "dosya statüsünde başarısız oldu"
#: src/main/options.c:160
#: src/main/options.c:198
msgid "is a directory"
msgstr "bir dizindir"
#: src/main/options.c:189
#: src/main/options.c:227
msgid "failed to generate sysfs filename"
msgstr "sysfs dosya adı oluşturulamadı"
#: src/main/options.c:211
#: src/main/options.c:249
msgid "failed to read sysfs size file"
msgstr "sysfs boyut dosyası okunamadı"
#: src/main/options.c:231
#: src/main/options.c:269
msgid "failed to open block device"
msgstr "blok aygıtı açılamadı"
#: src/main/options.c:241
#: src/main/options.c:279
msgid "failed to determine size of block device"
msgstr "blok aygıtının boyutu belirlenemedi"
#: src/main/options.c:347
#: src/main/options.c:385
msgid "option structure allocation failed"
msgstr "seçenek yapısı tahsisi başarısız oldu"
#: src/main/options.c:366
#: src/main/options.c:404
msgid "option structure argv allocation failed"
msgstr "seçenek yapısı argv tahsisi başarısız oldu"
#: src/main/options.c:419
#: src/main/options.c:456
msgid "numeric value not understood"
msgstr ""
#: src/main/options.c:437
#: src/main/options.c:474
msgid "integer argument expected"
msgstr "tamsayı bağımsız değişkeni bekleniyor"
#: src/main/options.c:449
#: src/main/options.c:486
msgid "numeric argument expected"
msgstr "sayısal bağımsız değişken bekleniyor"
#: src/main/options.c:460
#: src/main/options.c:497 src/main/options.c:806
msgid "process ID or pid:fd pair expected"
msgstr "süreç kimliği (ID) veya pid:fd çifti bekleniyor"
#: src/main/options.c:467
#: src/main/options.c:504 src/main/options.c:814
msgid "invalid process ID"
msgstr "geçersiz süreç kimliği (ID)"
#: src/main/options.c:700
#: src/main/options.c:741
#, 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:702
#: src/main/options.c:743
#, 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:733
#: src/main/options.c:774
msgid ""
"cannot use line mode or transfer modifier options when watching file "
"descriptors"
@@ -356,19 +356,15 @@ msgstr ""
"dosya tanımlayıcılarını izlerken satır modu veya aktarım değiştirici "
"seçeneklerini kullanamaz"
#: src/main/options.c:742
#: src/main/options.c:783
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:751
#: src/main/options.c:792
msgid "cannot use remote control when watching file descriptors"
msgstr "dosya tanımlayıcılarını izlerken uzaktan kumandayı kullanamaz"
#: src/main/options.c:760
msgid "cannot transfer files when watching file descriptors"
msgstr "dosya tanımlayıcıları izlenirken dosya aktarılamıyor"
#: src/main/options.c:775
#: src/main/options.c:836
msgid "not available on systems without /proc/self/fdinfo"
msgstr "/proc/self/fdinfo olmayan sistemlerde kullanılamaz"
@@ -492,7 +488,7 @@ msgstr "oran min/ortalama/maks/standart sapma"
msgid "rate not measured"
msgstr "oran ölçülmedi"
#: src/pv/loop.c:783 src/pv/loop.c:842 src/pv/loop.c:893 src/pv/watchpid.c:99
#: src/pv/loop.c:797 src/pv/loop.c:856 src/pv/loop.c:907 src/pv/watchpid.c:99
#: src/pv/watchpid.c:108 src/pv/watchpid.c:119 src/pv/watchpid.c:127
#: src/pv/watchpid.c:164 src/pv/watchpid.c:183 src/pv/watchpid.c:191
#: src/pv/watchpid.c:201 src/pv/watchpid.c:299 src/pv/watchpid.c:307
@@ -504,10 +500,22 @@ msgstr "pid"
msgid "history structure allocation failed"
msgstr "geçmiş yapısı tahsisi başarısız oldu"
#: src/pv/state.c:686 src/pv/state.c:698
#: src/pv/state.c:684 src/pv/state.c:696
msgid "file list allocation failed"
msgstr "dosya listesi tahsisi başarısız oldu"
#: src/pv/state.c:729
#, fuzzy
#| msgid "file list allocation failed"
msgid "process list allocation failed"
msgstr "dosya listesi tahsisi başarısız oldu"
#: src/pv/state.c:737
#, fuzzy
#| msgid "file list allocation failed"
msgid "file descriptor list allocation failed"
msgstr "dosya listesi tahsisi başarısız oldu"
#: src/pv/transfer.c:463
msgid "read failed"
msgstr "okuma başarısız"
@@ -560,3 +568,6 @@ msgstr "fd"
#: src/pv/watchpid.c:129 src/pv/watchpid.c:203
msgid "not a regular file or block device"
msgstr "normal bir dosya veya blok aygıtı değil"
#~ msgid "cannot transfer files when watching file descriptors"
#~ msgstr "dosya tanımlayıcıları izlenirken dosya aktarılamıyor"