-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6e5259
commit 8c0f432
Showing
1 changed file
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-05 16:36+0000\n" | ||
"POT-Creation-Date: 2024-03-06 00:40+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -73,173 +73,173 @@ msgstr "" | |
msgid "Unable to determine partitioning scheme in use by {self._file}" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:250 | ||
#: nobodd/disk.py:249 | ||
msgid "Bad GPT signature" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:252 | ||
#: nobodd/disk.py:251 | ||
msgid "Unrecognized GPT version" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:254 | ||
#: nobodd/disk.py:253 | ||
msgid "Bad GPT header size" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:256 | ||
#: nobodd/disk.py:255 | ||
msgid "Bad GPT header CRC32" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:321 | ||
#: nobodd/disk.py:319 | ||
msgid "Bad MBR signature" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:323 | ||
#: nobodd/disk.py:321 | ||
msgid "Bad MBR zero field" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:328 | ||
#: nobodd/disk.py:326 | ||
msgid "Protective MBR; use GPT instead" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:339 | ||
#: nobodd/disk.py:337 | ||
msgid "Bad EBR signature" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:349 | ||
#: nobodd/disk.py:347 | ||
#, python-brace-format | ||
msgid "" | ||
"Second partition in EBR at LBA {logical_offset} is not another EBR or a " | ||
"terminal" | ||
msgstr "" | ||
|
||
#: nobodd/disk.py:362 | ||
#: nobodd/disk.py:360 | ||
msgid "Multiple extended partitions found" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:146 | ||
#: nobodd/fs.py:148 | ||
#, python-brace-format | ||
msgid "{fat_type} sectors per FAT is 0" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:151 | ||
#: nobodd/fs.py:153 | ||
#, python-brace-format | ||
msgid "" | ||
"Max. root entries, {bpb.max_root_entries} creates a root directory region " | ||
"that is not a multiple of sector size, {bpb.bytes_per_sector}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:178 | ||
#: nobodd/fs.py:180 | ||
msgid "File-system claims to be FAT32 but has no FAT32 EBPB" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:192 | ||
#: nobodd/fs.py:194 | ||
#, python-brace-format | ||
msgid "Max. root entries must be 0 for {fat_type}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:196 | ||
#: nobodd/fs.py:198 | ||
#, python-brace-format | ||
msgid "Max. root entries must be non-zero for {fat_type}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:209 | ||
#: nobodd/fs.py:211 | ||
msgid "File-system has the dirty bit set" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:212 | ||
#: nobodd/fs.py:214 | ||
msgid "File-system has the I/O errors bit set" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:436 | ||
#: nobodd/fs.py:438 | ||
msgid "Could not find FAT file-system type or extended boot signature" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:510 nobodd/fs.py:529 | ||
#: nobodd/fs.py:512 nobodd/fs.py:531 | ||
msgid "FAT length is immutable" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:610 nobodd/fs.py:623 nobodd/fs.py:642 | ||
#: nobodd/fs.py:612 nobodd/fs.py:625 nobodd/fs.py:644 | ||
#, python-brace-format | ||
msgid "{offset} out of bounds" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:628 | ||
#: nobodd/fs.py:630 | ||
#, python-brace-format | ||
msgid "{value} is outside range 0x000..0xFFF" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:676 | ||
#: nobodd/fs.py:678 | ||
#, python-brace-format | ||
msgid "{value} is outside range 0x0000..0xFFFF" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:756 | ||
#: nobodd/fs.py:758 | ||
#, python-brace-format | ||
msgid "{value} is outside range 0x00000000..0x0FFFFFFF" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:824 nobodd/fs.py:830 | ||
#: nobodd/fs.py:826 nobodd/fs.py:832 | ||
msgid "FS length is immutable" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:941 | ||
#: nobodd/fs.py:949 | ||
msgid "empty LongFilenameEntry decoded" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:981 | ||
#: nobodd/fs.py:989 | ||
#, python-brace-format | ||
msgid "LongFilenameEntry.first_cluster is non-zero: {head.first_cluster}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:986 | ||
#: nobodd/fs.py:994 | ||
#, python-brace-format | ||
msgid "mismatched LongFilenameEntry.checksum: {checksum} != {head.checksum}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:996 | ||
#: nobodd/fs.py:1004 | ||
msgid "new terminal LongFilenameEntry" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1001 | ||
#: nobodd/fs.py:1009 | ||
msgid "LongFilenameEntry.sequence is zero" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1005 | ||
#: nobodd/fs.py:1013 | ||
#, python-brace-format | ||
msgid "unexpected LongFilenameEntry.sequence: {sequence} != {head.sequence}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1012 | ||
#: nobodd/fs.py:1020 | ||
msgid "more LongFilenameEntry after sequence: 1" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1018 | ||
#: nobodd/fs.py:1026 | ||
#, python-brace-format | ||
msgid "missing LongFilenameEntry after sequence: {sequence}" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1124 | ||
#: nobodd/fs.py:1132 | ||
#, python-brace-format | ||
msgid "{filename} is too long (more than 255 UCS-2 characters)" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1493 | ||
#: nobodd/fs.py:1501 | ||
msgid "non-binary mode {mode!r} not supported" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1558 | ||
#: nobodd/fs.py:1566 | ||
msgid "FatFileSystem containing {self!r} is closed" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1581 | ||
#: nobodd/fs.py:1589 | ||
msgid "no key for entry-less FatFile" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1648 | ||
#: nobodd/fs.py:1656 | ||
msgid "I/O operation on closed file" | ||
msgstr "" | ||
|
||
#: nobodd/fs.py:1774 | ||
#: nobodd/fs.py:1782 | ||
#, python-brace-format | ||
msgid "invalid whence: {whence}" | ||
msgstr "" | ||
|
@@ -505,59 +505,59 @@ msgstr "" | |
msgid "Unable to detect root partition" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:79 | ||
#: nobodd/server.py:80 | ||
msgid "IP does not match" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:114 | ||
#: nobodd/server.py:115 | ||
#, python-brace-format | ||
msgid "inherited fd {fd} is not a socket" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:125 | ||
#: nobodd/server.py:128 | ||
#, python-brace-format | ||
msgid "inherited fd {fd} is not a datagram socket" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:132 | ||
#: nobodd/server.py:136 | ||
#, python-brace-format | ||
msgid "inherited fd {fd} is not an INET or INET6 socket" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:171 | ||
#: nobodd/server.py:185 | ||
#, python-format | ||
msgid "the address on which to listen for connections (default: %(default)s)" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:177 | ||
#: nobodd/server.py:191 | ||
#, python-format | ||
msgid "the port on which to listen for connections (default: %(default)s)" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:188 | ||
#: nobodd/server.py:202 | ||
msgid "" | ||
"can be specified multiple times to define boards which are to be served boot " | ||
"images over TFTP; if PART is omitted the default is 1; if IP is omitted the " | ||
"IP address will not be checked" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:271 | ||
#: nobodd/server.py:285 | ||
msgid "Ready" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:278 | ||
#: nobodd/server.py:292 | ||
msgid "Interrupted" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:282 | ||
#: nobodd/server.py:296 | ||
msgid "Terminated" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:287 | ||
#: nobodd/server.py:300 | ||
msgid "Reloading configuration" | ||
msgstr "" | ||
|
||
#: nobodd/server.py:332 | ||
#: nobodd/server.py:345 | ||
#, python-brace-format | ||
msgid "Expected 1 fd from systemd but got {fds}" | ||
msgstr "" | ||
|
@@ -628,35 +628,35 @@ msgstr "" | |
msgid "%s - DONE - %.1f secs, %d bytes, ~%.1f Kb/s" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:591 | ||
#: nobodd/tftpd.py:602 | ||
msgid "internal error; timeout without send" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:595 | ||
#: nobodd/tftpd.py:606 | ||
#, python-format | ||
msgid "%s - timed out to %s" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:642 | ||
#: nobodd/tftpd.py:653 | ||
#, python-format | ||
msgid "%s - starting server on %s" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:658 | ||
#: nobodd/tftpd.py:669 | ||
#, python-format | ||
msgid "%s - shutting down server on %s" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:665 | ||
#: nobodd/tftpd.py:676 | ||
#, python-brace-format | ||
msgid "failed to shutdown thread for {server.server_address}" | ||
msgstr "" | ||
|
||
#: nobodd/tftpd.py:704 | ||
#: nobodd/tftpd.py:715 | ||
#, python-brace-format | ||
msgid "{filename} is outside {self.server.base_path}" | ||
msgstr "" | ||
|
||
#: nobodd/tools.py:105 nobodd/tools.py:108 | ||
#: nobodd/tools.py:106 nobodd/tools.py:109 | ||
msgid "invalid host and port combination" | ||
msgstr "" |