blob: a7dbb55ddaa4edf4588380a69b3f55f2e4c3949c [file] [log] [blame]
Theodore Ts'of722c132009-04-21 22:09:01 -04001# Chinese (simplified) translation for e2fsprogs.
2# This file is distributed under the same license as the e2fsprogs package.
Tianze Wang57d69272016-08-31 23:14:17 -04003# Dark Raven <drdarkraven@gmail.com>, 2009.
4# zwpwjwtz <zwpwjwtz@126.com>, 2015.
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05005# Mingye Wang (Arthur2e5) <arthur200126@gmail.com>, 2016.
Theodore Ts'of722c132009-04-21 22:09:01 -04006#
7#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040027#. ownership field (inode->i_uid). Also the "%B" expansion is special:
28#. it can expand to either the string "indirect block" (possibly preceded
29#. by the word "double" or "triple"), or the string "block #" immediately
30#. followed by an integer indicating a block sequence number.
Theodore Ts'of722c132009-04-21 22:09:01 -040031#.
32#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040033#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'of722c132009-04-21 22:09:01 -040034#. %c <blk2> block number
35#. %Di <dirent> -> ino inode number
36#. %Dn <dirent> -> name string
37#. %Dr <dirent> -> rec_len
38#. %Dl <dirent> -> name_len
39#. %Dt <dirent> -> filetype
40#. %d <dir> inode number
41#. %g <group> integer
42#. %i <ino> inode number
43#. %Is <inode> -> i_size
44#. %IS <inode> -> i_extra_isize
45#. %Ib <inode> -> i_blocks
46#. %Il <inode> -> i_links_count
47#. %Im <inode> -> i_mode
48#. %IM <inode> -> i_mtime
49#. %IF <inode> -> i_faddr
50#. %If <inode> -> i_file_acl
51#. %Id <inode> -> i_dir_acl
52#. %Iu <inode> -> i_uid
53#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040054#. %It <str> file type
Theodore Ts'of722c132009-04-21 22:09:01 -040055#. %j <ino2> inode number
56#. %m <com_err error message>
57#. %N <num>
58#. %p ext2fs_get_pathname of directory <ino>
59#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
60#. the containing directory. (If dirent is NULL
61#. then return the pathname of directory <ino2>)
62#. %q ext2fs_get_pathname of directory <dir>
63#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
64#. the containing directory.
65#. %s <str> miscellaneous string
66#. %S backup superblock
67#. %X <num> hexadecimal format
68#.
69msgid ""
70msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -040071"Project-Id-Version: e2fsprogs-1.43.1\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040072"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o21725192017-08-23 19:46:04 -040073"POT-Creation-Date: 2017-08-29 01:11-0400\n"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -050074"PO-Revision-Date: 2016-11-24 23:49-0500\n"
75"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@gmail.com>\n"
Dark Raven3be22a82010-04-19 16:59:03 -040076"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040077"Language: zh_CN\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040078"MIME-Version: 1.0\n"
79"Content-Type: text/plain; charset=UTF-8\n"
80"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050081"X-Bugs: Report translation errors to the Language-Team address.\n"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -050082"X-Generator: Poedit 1.8.11\n"
Tianze Wang57d69272016-08-31 23:14:17 -040083"X-Poedit-Bookmarks: -1,591,-1,-1,-1,-1,-1,-1,-1,-1\n"
84"Plural-Forms: nplurals=1; plural=0;\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040086#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -040087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
Tianze Wang57d69272016-08-31 23:14:17 -040089msgstr "坏块 %u 超出范围;已忽略。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040090
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:46
Theodore Ts'of722c132009-04-21 22:09:01 -040092msgid "while sanity checking the bad blocks inode"
Tianze Wang57d69272016-08-31 23:14:17 -040093msgstr "进行坏块inode的健全性检查时"
Theodore Ts'of722c132009-04-21 22:09:01 -040094
Eric Sandeen032eafe2012-07-28 17:48:36 -040095#: e2fsck/badblocks.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -040096msgid "while reading the bad blocks inode"
Tianze Wang57d69272016-08-31 23:14:17 -040097msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -040098
Theodore Ts'o21725192017-08-23 19:46:04 -040099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1533
100#: e2fsck/unix.c:1626 misc/badblocks.c:1251 misc/badblocks.c:1259
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400101#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:593
Theodore Ts'o21725192017-08-23 19:46:04 -0400102#: misc/e2image.c:1401 misc/e2image.c:1585 misc/e2image.c:1606
103#: misc/mke2fs.c:230 misc/tune2fs.c:2726 misc/tune2fs.c:2820 resize/main.c:413
Theodore Ts'of722c132009-04-21 22:09:01 -0400104#, c-format
105msgid "while trying to open %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400106msgstr "尝试打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400107
Eric Sandeen032eafe2012-07-28 17:48:36 -0400108#: e2fsck/badblocks.c:83
Dark Raven3be22a82010-04-19 16:59:03 -0400109#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400110msgid "while trying popen '%s'"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -0500111msgstr "尝试管道执行 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400113#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -0400114msgid "while reading in list of bad blocks from file"
Tianze Wang57d69272016-08-31 23:14:17 -0400115msgstr "从文件中读取坏块表时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400116
Eric Sandeen032eafe2012-07-28 17:48:36 -0400117#: e2fsck/badblocks.c:105
Theodore Ts'of722c132009-04-21 22:09:01 -0400118msgid "while updating bad block inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400119msgstr "更新坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400120
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400121#: e2fsck/badblocks.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400122#, c-format
123msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400124msgstr "警告:在坏块inode中发现非法的块%u。已清除。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400125
Eric Sandeen032eafe2012-07-28 17:48:36 -0400126#: e2fsck/ehandler.c:55
Tianze Wang57d69272016-08-31 23:14:17 -0400127#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400128msgid "Error reading block %lu (%s) while %s. "
Tianze Wang57d69272016-08-31 23:14:17 -0400129msgstr "%3$s 时读取块 %1$lu(%2$s)错误。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400130
Eric Sandeen032eafe2012-07-28 17:48:36 -0400131#: e2fsck/ehandler.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400132#, c-format
133msgid "Error reading block %lu (%s). "
Tianze Wang57d69272016-08-31 23:14:17 -0400134msgstr "读取块 %lu(%s)错误。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400136#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400137msgid "Ignore error"
138msgstr "忽略错误"
139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400140#: e2fsck/ehandler.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400141msgid "Force rewrite"
142msgstr "强制覆盖"
143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400144#: e2fsck/ehandler.c:109
Tianze Wang57d69272016-08-31 23:14:17 -0400145#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400146msgid "Error writing block %lu (%s) while %s. "
Tianze Wang57d69272016-08-31 23:14:17 -0400147msgstr "%3$s 时写入块 %1$lu (%2$s)出错。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400149#: e2fsck/ehandler.c:112
Theodore Ts'of722c132009-04-21 22:09:01 -0400150#, c-format
151msgid "Error writing block %lu (%s). "
Tianze Wang57d69272016-08-31 23:14:17 -0400152msgstr "写块 %lu(%s)出错。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400155msgid "empty dirblocks"
Tianze Wang57d69272016-08-31 23:14:17 -0400156msgstr "空目录块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400159msgid "empty dir map"
160msgstr "空ACL映射"
161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400162#: e2fsck/emptydir.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400163#, c-format
164msgid "Empty directory block %u (#%d) in inode %u\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400165msgstr "空目录块 %u(#%d)于 inode %u 中\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/extend.c:22
Theodore Ts'of722c132009-04-21 22:09:01 -0400168#, c-format
169msgid "%s: %s filename nblocks blocksize\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400170msgstr "%s:%s 文件名 块数 块大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400171
Eric Sandeen032eafe2012-07-28 17:48:36 -0400172#: e2fsck/extend.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400173#, c-format
174msgid "Illegal number of blocks!\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400175msgstr "非法的块数量!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400176
Eric Sandeen032eafe2012-07-28 17:48:36 -0400177#: e2fsck/extend.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -0400178#, c-format
179msgid "Couldn't allocate block buffer (size=%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400180msgstr "无法为块缓存分配内存(大小=%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400182#: e2fsck/extents.c:42
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400183msgid "extent rebuild inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400184msgstr "extent 重建 inode 映射"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400185
Eric Sandeen032eafe2012-07-28 17:48:36 -0400186#: e2fsck/flushb.c:35
Dark Raven3be22a82010-04-19 16:59:03 -0400187#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400188msgid "Usage: %s disk\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400189msgstr "用法:%s 磁盘名\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400190
Eric Sandeen032eafe2012-07-28 17:48:36 -0400191#: e2fsck/flushb.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400192#, c-format
193msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400194msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400195
Eric Sandeen032eafe2012-07-28 17:48:36 -0400196#: e2fsck/iscan.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400197#, c-format
198msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400199msgstr "用法:%s [-F] [-I inode缓冲块] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400200
Theodore Ts'o21725192017-08-23 19:46:04 -0400201#: e2fsck/iscan.c:81 e2fsck/unix.c:1059
Tianze Wang57d69272016-08-31 23:14:17 -0400202#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400203msgid "while opening %s for flushing"
Tianze Wang57d69272016-08-31 23:14:17 -0400204msgstr "打开并刷新 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400205
Theodore Ts'o21725192017-08-23 19:46:04 -0400206#: e2fsck/iscan.c:86 e2fsck/unix.c:1065 resize/main.c:382
Tianze Wang57d69272016-08-31 23:14:17 -0400207#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400208msgid "while trying to flush %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400209msgstr "尝试刷新 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400210
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400211#: e2fsck/iscan.c:110
Tianze Wang57d69272016-08-31 23:14:17 -0400212#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400213msgid "while trying to open '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -0400214msgstr "尝试打开 “%s” 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400215
Theodore Ts'o21725192017-08-23 19:46:04 -0400216#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1294
Theodore Ts'of722c132009-04-21 22:09:01 -0400217msgid "while opening inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400218msgstr "进行inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400219
Theodore Ts'o21725192017-08-23 19:46:04 -0400220#: e2fsck/iscan.c:127 misc/e2image.c:1313
Theodore Ts'of722c132009-04-21 22:09:01 -0400221msgid "while getting next inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400222msgstr "获取下一个inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400223
Eric Sandeen032eafe2012-07-28 17:48:36 -0400224#: e2fsck/iscan.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400225#, c-format
226msgid "%u inodes scanned.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400227msgstr "已扫描 %u 个inode。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400228
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400229#: e2fsck/journal.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -0400230msgid "reading journal superblock\n"
231msgstr "读取日志超级块\n"
232
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400233#: e2fsck/journal.c:667
Theodore Ts'of722c132009-04-21 22:09:01 -0400234#, c-format
235msgid "%s: no valid journal superblock found\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400236msgstr "%s: 没有发现日志超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400237
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400238#: e2fsck/journal.c:676
Dark Raven3be22a82010-04-19 16:59:03 -0400239#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400240msgid "%s: journal too short\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400241msgstr "%s: 日志过短\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400242
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400243#: e2fsck/journal.c:969 misc/fuse2fs.c:3791
Theodore Ts'of722c132009-04-21 22:09:01 -0400244#, c-format
245msgid "%s: recovering journal\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400246msgstr "%s:正在修复日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400247
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400248#: e2fsck/journal.c:971
Theodore Ts'of722c132009-04-21 22:09:01 -0400249#, c-format
250msgid "%s: won't do journal recovery while read-only\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400251msgstr "%s:使用只读模式时不会进行日志修复\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400252
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400253#: e2fsck/journal.c:998
Theodore Ts'of722c132009-04-21 22:09:01 -0400254#, c-format
255msgid "while trying to re-open %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400256msgstr "尝试重新打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400257
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400258#: e2fsck/message.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400259msgid "aextended attribute"
260msgstr "a扩展属性"
261
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400262#: e2fsck/message.c:117
Theodore Ts'of722c132009-04-21 22:09:01 -0400263msgid "Aerror allocating"
264msgstr "A分配出错"
265
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400266#: e2fsck/message.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -0400267msgid "bblock"
268msgstr "b块"
269
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400270#: e2fsck/message.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400271msgid "Bbitmap"
272msgstr "B位图"
273
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400274#: e2fsck/message.c:120
Theodore Ts'of722c132009-04-21 22:09:01 -0400275msgid "ccompress"
276msgstr "c压缩"
277
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400278#: e2fsck/message.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -0400279msgid "Cconflicts with some other fs @b"
280msgstr "C与其他文件系统@b冲突"
281
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400282#: e2fsck/message.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400283msgid "ddirectory"
284msgstr "d目录"
285
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400286#: e2fsck/message.c:123
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400287msgid "Ddeleted"
288msgstr "D删除"
289
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400290#: e2fsck/message.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -0400291msgid "eentry"
Tianze Wang57d69272016-08-31 23:14:17 -0400292msgstr "e项"
Theodore Ts'of722c132009-04-21 22:09:01 -0400293
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400294#: e2fsck/message.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400295msgid "E@e '%Dn' in %p (%i)"
Tianze Wang57d69272016-08-31 23:14:17 -0400296msgstr "E%p(%i)中的@e “%Dn”"
Theodore Ts'of722c132009-04-21 22:09:01 -0400297
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400298#: e2fsck/message.c:126
Theodore Ts'of722c132009-04-21 22:09:01 -0400299msgid "ffilesystem"
300msgstr "f文件系统"
301
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400302#: e2fsck/message.c:127
Theodore Ts'of722c132009-04-21 22:09:01 -0400303msgid "Ffor @i %i (%Q) is"
Tianze Wang57d69272016-08-31 23:14:17 -0400304msgstr "F关于@i %i (%Q)为"
Theodore Ts'of722c132009-04-21 22:09:01 -0400305
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400306#: e2fsck/message.c:128
Theodore Ts'of722c132009-04-21 22:09:01 -0400307msgid "ggroup"
Tianze Wang57d69272016-08-31 23:14:17 -0400308msgstr "g组"
Theodore Ts'of722c132009-04-21 22:09:01 -0400309
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400310#: e2fsck/message.c:129
Theodore Ts'of722c132009-04-21 22:09:01 -0400311msgid "hHTREE @d @i"
312msgstr "hHTREE@d@i"
313
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400314#: e2fsck/message.c:130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400315msgid "iinode"
316msgstr "iinode"
317
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400318#: e2fsck/message.c:131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400319msgid "Iillegal"
320msgstr "I非法的"
321
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400322#: e2fsck/message.c:132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400323msgid "jjournal"
324msgstr "j日志"
325
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400326#: e2fsck/message.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400327msgid "llost+found"
328msgstr "llost+found"
329
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400330#: e2fsck/message.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -0400331msgid "Lis a link"
332msgstr "L是一个链接"
333
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400334#: e2fsck/message.c:135
Theodore Ts'of722c132009-04-21 22:09:01 -0400335msgid "mmultiply-claimed"
Tianze Wang57d69272016-08-31 23:14:17 -0400336msgstr "m重复引用的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400337
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400338#: e2fsck/message.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400339msgid "ninvalid"
340msgstr "n无效的"
341
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400342#: e2fsck/message.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400343msgid "oorphaned"
Tianze Wang57d69272016-08-31 23:14:17 -0400344msgstr "o孤立的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400345
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400346#: e2fsck/message.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400347msgid "pproblem in"
Tianze Wang57d69272016-08-31 23:14:17 -0400348msgstr "p问题出于"
Theodore Ts'of722c132009-04-21 22:09:01 -0400349
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400350#: e2fsck/message.c:139
Eric Sandeen032eafe2012-07-28 17:48:36 -0400351msgid "qquota"
Tianze Wang57d69272016-08-31 23:14:17 -0400352msgstr "q配额"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400353
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400354#: e2fsck/message.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400355msgid "rroot @i"
356msgstr "r根@i"
357
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400358#: e2fsck/message.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -0400359msgid "sshould be"
360msgstr "s应为"
361
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400362#: e2fsck/message.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -0400363msgid "Ssuper@b"
364msgstr "S超级@b"
365
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400366#: e2fsck/message.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400367msgid "uunattached"
Tianze Wang57d69272016-08-31 23:14:17 -0400368msgstr "u独立的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400369
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400370#: e2fsck/message.c:144
Theodore Ts'of722c132009-04-21 22:09:01 -0400371msgid "vdevice"
372msgstr "v设备"
373
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400374#: e2fsck/message.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -0400375msgid "xextent"
Tianze Wang57d69272016-08-31 23:14:17 -0400376msgstr "xextent"
Theodore Ts'of722c132009-04-21 22:09:01 -0400377
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400378#: e2fsck/message.c:146
Theodore Ts'of722c132009-04-21 22:09:01 -0400379msgid "zzero-length"
380msgstr "z零长度"
381
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400382#: e2fsck/message.c:157
Theodore Ts'of722c132009-04-21 22:09:01 -0400383msgid "<The NULL inode>"
384msgstr "<空的 inode>"
385
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400386#: e2fsck/message.c:158
Theodore Ts'of722c132009-04-21 22:09:01 -0400387msgid "<The bad blocks inode>"
388msgstr "<坏块 inode>"
389
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400390#: e2fsck/message.c:160
Eric Sandeen032eafe2012-07-28 17:48:36 -0400391msgid "<The user quota inode>"
Tianze Wang57d69272016-08-31 23:14:17 -0400392msgstr "<用户配额inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400393
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400394#: e2fsck/message.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400395msgid "<The group quota inode>"
Tianze Wang57d69272016-08-31 23:14:17 -0400396msgstr "<组配额inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400397
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400398#: e2fsck/message.c:162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400399msgid "<The boot loader inode>"
400msgstr "<启动器 inode>"
401
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400402#: e2fsck/message.c:163
Eric Sandeen032eafe2012-07-28 17:48:36 -0400403msgid "<The undelete directory inode>"
404msgstr "<未删除的目录 inode>"
405
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400406#: e2fsck/message.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -0400407msgid "<The group descriptor inode>"
408msgstr "<组描述符inode>"
409
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400410#: e2fsck/message.c:165
Theodore Ts'of722c132009-04-21 22:09:01 -0400411msgid "<The journal inode>"
412msgstr "<日志 inode>"
413
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400414#: e2fsck/message.c:166
Theodore Ts'of722c132009-04-21 22:09:01 -0400415msgid "<Reserved inode 9>"
416msgstr "<保留的 inode 9>"
417
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400418#: e2fsck/message.c:167
Theodore Ts'of722c132009-04-21 22:09:01 -0400419msgid "<Reserved inode 10>"
420msgstr "<保留的 inode 10>"
421
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400422#: e2fsck/message.c:336
Theodore Ts'of722c132009-04-21 22:09:01 -0400423msgid "regular file"
424msgstr "一般文件"
425
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400426#: e2fsck/message.c:338
Theodore Ts'of722c132009-04-21 22:09:01 -0400427msgid "directory"
428msgstr "文件夹"
429
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400430#: e2fsck/message.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -0400431msgid "character device"
432msgstr "字符设备"
433
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400434#: e2fsck/message.c:342
Theodore Ts'of722c132009-04-21 22:09:01 -0400435msgid "block device"
436msgstr "块设备"
437
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400438#: e2fsck/message.c:344
Theodore Ts'of722c132009-04-21 22:09:01 -0400439msgid "named pipe"
440msgstr "命名管道"
441
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400442#: e2fsck/message.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -0400443msgid "symbolic link"
444msgstr "符号链接"
445
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400446#: e2fsck/message.c:348 misc/uuidd.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400447msgid "socket"
448msgstr "套接字"
449
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400450#: e2fsck/message.c:350
Dark Raven3be22a82010-04-19 16:59:03 -0400451#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400452msgid "unknown file type with mode 0%o"
453msgstr "模式为 0%o 的未知文件类型"
454
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400455#: e2fsck/message.c:425
Dark Raven3be22a82010-04-19 16:59:03 -0400456msgid "indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400457msgstr "链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400458
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400459#: e2fsck/message.c:427
Dark Raven3be22a82010-04-19 16:59:03 -0400460msgid "double indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400461msgstr "二次链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400462
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400463#: e2fsck/message.c:429
Dark Raven3be22a82010-04-19 16:59:03 -0400464msgid "triple indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400465msgstr "三次链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400466
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400467#: e2fsck/message.c:431
Dark Raven3be22a82010-04-19 16:59:03 -0400468msgid "translator block"
Tianze Wang57d69272016-08-31 23:14:17 -0400469msgstr "翻译块"
Dark Raven3be22a82010-04-19 16:59:03 -0400470
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400471#: e2fsck/message.c:433
Dark Raven3be22a82010-04-19 16:59:03 -0400472msgid "block #"
473msgstr "块 #"
474
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400475#: e2fsck/message.c:509
476msgid "user"
477msgstr ""
478
Theodore Ts'o21725192017-08-23 19:46:04 -0400479#: e2fsck/message.c:512
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400480#, fuzzy
481msgid "group"
482msgstr "g组"
483
Theodore Ts'o21725192017-08-23 19:46:04 -0400484#: e2fsck/message.c:515
485msgid "project"
486msgstr ""
487
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400488#: e2fsck/message.c:518
489#, fuzzy
490msgid "unknown quota type"
491msgstr "未知操作系统 - %s"
492
Eric Sandeen032eafe2012-07-28 17:48:36 -0400493#: e2fsck/pass1b.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -0400494msgid "multiply claimed inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400495msgstr "重叠块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400496
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400497#: e2fsck/pass1b.c:647 e2fsck/pass1b.c:795
Tianze Wang57d69272016-08-31 23:14:17 -0400498#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400499msgid "internal error: can't find dup_blk for %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400500msgstr "内部错误:无法找到 %llu 的dup_blk信息\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400501
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400502#: e2fsck/pass1b.c:905
Theodore Ts'of722c132009-04-21 22:09:01 -0400503msgid "returned from clone_file_block"
Tianze Wang57d69272016-08-31 23:14:17 -0400504msgstr "从clone_file_block返回"
Theodore Ts'of722c132009-04-21 22:09:01 -0400505
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400506#: e2fsck/pass1b.c:929
Tianze Wang57d69272016-08-31 23:14:17 -0400507#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400508msgid "internal error: couldn't lookup EA block record for %llu"
Tianze Wang57d69272016-08-31 23:14:17 -0400509msgstr "内部错误:无法查找 %llu 的EA块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400510
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400511#: e2fsck/pass1b.c:941
Theodore Ts'of722c132009-04-21 22:09:01 -0400512#, c-format
513msgid "internal error: couldn't lookup EA inode record for %u"
Tianze Wang57d69272016-08-31 23:14:17 -0400514msgstr "内部错误:无法查找 %u 的EA inode块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400515
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500516#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'of722c132009-04-21 22:09:01 -0400517msgid "reading directory block"
518msgstr "正在读取目录块"
519
Theodore Ts'o21725192017-08-23 19:46:04 -0400520#: e2fsck/pass1.c:1115
Theodore Ts'of722c132009-04-21 22:09:01 -0400521msgid "in-use inode map"
522msgstr "使用中的inode映射"
523
Theodore Ts'o21725192017-08-23 19:46:04 -0400524#: e2fsck/pass1.c:1126
Theodore Ts'of722c132009-04-21 22:09:01 -0400525msgid "directory inode map"
526msgstr "目录inode映射"
527
Theodore Ts'o21725192017-08-23 19:46:04 -0400528#: e2fsck/pass1.c:1136
Theodore Ts'of722c132009-04-21 22:09:01 -0400529msgid "regular file inode map"
530msgstr "普通文件inode映射"
531
Theodore Ts'o21725192017-08-23 19:46:04 -0400532#: e2fsck/pass1.c:1145 misc/e2image.c:1269
Theodore Ts'of722c132009-04-21 22:09:01 -0400533msgid "in-use block map"
534msgstr "使用中的块映射"
535
Theodore Ts'o21725192017-08-23 19:46:04 -0400536#: e2fsck/pass1.c:1154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400537msgid "metadata block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400538msgstr "元数据块映射"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400539
Theodore Ts'o21725192017-08-23 19:46:04 -0400540#: e2fsck/pass1.c:1216
Theodore Ts'of722c132009-04-21 22:09:01 -0400541msgid "opening inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400542msgstr "开始 inode 扫描"
Theodore Ts'of722c132009-04-21 22:09:01 -0400543
Theodore Ts'o21725192017-08-23 19:46:04 -0400544#: e2fsck/pass1.c:1254
Theodore Ts'of722c132009-04-21 22:09:01 -0400545msgid "getting next inode from scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400546msgstr "从扫描进度中获取下一个 inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400547
Theodore Ts'o21725192017-08-23 19:46:04 -0400548#: e2fsck/pass1.c:1944
Theodore Ts'of722c132009-04-21 22:09:01 -0400549msgid "Pass 1"
Tianze Wang57d69272016-08-31 23:14:17 -0400550msgstr "第 1 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400551
Theodore Ts'o21725192017-08-23 19:46:04 -0400552#: e2fsck/pass1.c:2005
Dark Raven3be22a82010-04-19 16:59:03 -0400553#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400554msgid "reading indirect blocks of inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -0400555msgstr "读取inode为 %u 的链接块时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400556
Theodore Ts'o21725192017-08-23 19:46:04 -0400557#: e2fsck/pass1.c:2055
Theodore Ts'of722c132009-04-21 22:09:01 -0400558msgid "bad inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400559msgstr "坏块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400560
Theodore Ts'o21725192017-08-23 19:46:04 -0400561#: e2fsck/pass1.c:2095
Theodore Ts'of722c132009-04-21 22:09:01 -0400562msgid "inode in bad block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400563msgstr "更新坏块映射时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400564
Theodore Ts'o21725192017-08-23 19:46:04 -0400565#: e2fsck/pass1.c:2115
Theodore Ts'of722c132009-04-21 22:09:01 -0400566msgid "imagic inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400567msgstr "inode的imagic映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400568
Theodore Ts'o21725192017-08-23 19:46:04 -0400569#: e2fsck/pass1.c:2142
Theodore Ts'of722c132009-04-21 22:09:01 -0400570msgid "multiply claimed block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400571msgstr "重叠块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400572
Theodore Ts'o21725192017-08-23 19:46:04 -0400573#: e2fsck/pass1.c:2256
Theodore Ts'of722c132009-04-21 22:09:01 -0400574msgid "ext attr block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400575msgstr "扩展属性块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400576
Theodore Ts'o21725192017-08-23 19:46:04 -0400577#: e2fsck/pass1.c:3427
Theodore Ts'of722c132009-04-21 22:09:01 -0400578#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400579msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400580msgstr "%6lu(%c):应为 %6lu 但实际为 %6lu (块 %lld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400581
Theodore Ts'o21725192017-08-23 19:46:04 -0400582#: e2fsck/pass1.c:3844
Theodore Ts'of722c132009-04-21 22:09:01 -0400583msgid "block bitmap"
584msgstr "块位图"
585
Theodore Ts'o21725192017-08-23 19:46:04 -0400586#: e2fsck/pass1.c:3850
Theodore Ts'of722c132009-04-21 22:09:01 -0400587msgid "inode bitmap"
588msgstr "inode 位图"
589
Theodore Ts'o21725192017-08-23 19:46:04 -0400590#: e2fsck/pass1.c:3856
Theodore Ts'of722c132009-04-21 22:09:01 -0400591msgid "inode table"
592msgstr "inode表"
593
Theodore Ts'o48203a32016-06-08 15:45:26 -0400594#: e2fsck/pass2.c:287
Theodore Ts'of722c132009-04-21 22:09:01 -0400595msgid "Pass 2"
Tianze Wang57d69272016-08-31 23:14:17 -0400596msgstr "第 2 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400597
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500598#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
Theodore Ts'of722c132009-04-21 22:09:01 -0400599msgid "Can not continue."
Tianze Wang57d69272016-08-31 23:14:17 -0400600msgstr "无法继续。"
Theodore Ts'of722c132009-04-21 22:09:01 -0400601
Eric Sandeen032eafe2012-07-28 17:48:36 -0400602#: e2fsck/pass3.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -0400603msgid "inode done bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -0400604msgstr "已完成的inode位图"
Theodore Ts'of722c132009-04-21 22:09:01 -0400605
Eric Sandeen032eafe2012-07-28 17:48:36 -0400606#: e2fsck/pass3.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400607msgid "Peak memory"
Dark Raven3be22a82010-04-19 16:59:03 -0400608msgstr "内存峰值"
Theodore Ts'of722c132009-04-21 22:09:01 -0400609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400610#: e2fsck/pass3.c:149
Theodore Ts'of722c132009-04-21 22:09:01 -0400611msgid "Pass 3"
Tianze Wang57d69272016-08-31 23:14:17 -0400612msgstr "第 3 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400614#: e2fsck/pass3.c:344
Theodore Ts'of722c132009-04-21 22:09:01 -0400615msgid "inode loop detection bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -0400616msgstr "循环inode检测位图"
Theodore Ts'of722c132009-04-21 22:09:01 -0400617
Theodore Ts'o48203a32016-06-08 15:45:26 -0400618#: e2fsck/pass4.c:207
Theodore Ts'of722c132009-04-21 22:09:01 -0400619msgid "Pass 4"
Tianze Wang57d69272016-08-31 23:14:17 -0400620msgstr "第 4 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400621
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400622#: e2fsck/pass5.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400623msgid "Pass 5"
Tianze Wang57d69272016-08-31 23:14:17 -0400624msgstr "第 5 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400626#: e2fsck/pass5.c:104
627msgid "check_inode_bitmap_checksum: Memory allocation error"
Tianze Wang57d69272016-08-31 23:14:17 -0400628msgstr "check_inode_bitmap_checksum:内存分配出错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400629
630#: e2fsck/pass5.c:158
631msgid "check_block_bitmap_checksum: Memory allocation error"
Tianze Wang57d69272016-08-31 23:14:17 -0400632msgstr "check_block_bitmap_checksum:内存分配出错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400633
Eric Sandeen032eafe2012-07-28 17:48:36 -0400634#: e2fsck/problem.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -0400635msgid "(no prompt)"
Tianze Wang57d69272016-08-31 23:14:17 -0400636msgstr "(没有提示)"
Theodore Ts'of722c132009-04-21 22:09:01 -0400637
Eric Sandeen032eafe2012-07-28 17:48:36 -0400638#: e2fsck/problem.c:52
Theodore Ts'of722c132009-04-21 22:09:01 -0400639msgid "Fix"
640msgstr "处理"
641
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -0400643msgid "Clear"
644msgstr "清除"
645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:54
Theodore Ts'of722c132009-04-21 22:09:01 -0400647msgid "Relocate"
648msgstr "重定位"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400651msgid "Allocate"
652msgstr "分配"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:56
Theodore Ts'of722c132009-04-21 22:09:01 -0400655msgid "Expand"
656msgstr "扩充"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400659msgid "Connect to /lost+found"
660msgstr "连接到 /lost+found"
661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400663msgid "Create"
664msgstr "创建"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -0400667msgid "Salvage"
668msgstr "修复"
669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:60
Theodore Ts'of722c132009-04-21 22:09:01 -0400671msgid "Truncate"
672msgstr "截断"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:61
Theodore Ts'of722c132009-04-21 22:09:01 -0400675msgid "Clear inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400676msgstr "清除inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400679msgid "Abort"
680msgstr "中断"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -0400683msgid "Split"
Tianze Wang57d69272016-08-31 23:14:17 -0400684msgstr "分割"
Theodore Ts'of722c132009-04-21 22:09:01 -0400685
Eric Sandeen032eafe2012-07-28 17:48:36 -0400686#: e2fsck/problem.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400687msgid "Continue"
688msgstr "继续"
689
Eric Sandeen032eafe2012-07-28 17:48:36 -0400690#: e2fsck/problem.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -0400691msgid "Clone multiply-claimed blocks"
Tianze Wang57d69272016-08-31 23:14:17 -0400692msgstr "克隆重叠块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400693
Eric Sandeen032eafe2012-07-28 17:48:36 -0400694#: e2fsck/problem.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -0400695msgid "Delete file"
696msgstr "删除文件"
697
Eric Sandeen032eafe2012-07-28 17:48:36 -0400698#: e2fsck/problem.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400699msgid "Suppress messages"
700msgstr "不显示消息"
701
Eric Sandeen032eafe2012-07-28 17:48:36 -0400702#: e2fsck/problem.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -0400703msgid "Unlink"
704msgstr "解除链接"
705
Eric Sandeen032eafe2012-07-28 17:48:36 -0400706#: e2fsck/problem.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -0400707msgid "Clear HTree index"
Tianze Wang57d69272016-08-31 23:14:17 -0400708msgstr "清除HTree索引"
Theodore Ts'of722c132009-04-21 22:09:01 -0400709
Eric Sandeen032eafe2012-07-28 17:48:36 -0400710#: e2fsck/problem.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -0400711msgid "Recreate"
712msgstr "重建"
713
Eric Sandeen032eafe2012-07-28 17:48:36 -0400714#: e2fsck/problem.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -0400715msgid "(NONE)"
Tianze Wang57d69272016-08-31 23:14:17 -0400716msgstr "(空)"
Theodore Ts'of722c132009-04-21 22:09:01 -0400717
Eric Sandeen032eafe2012-07-28 17:48:36 -0400718#: e2fsck/problem.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -0400719msgid "FIXED"
720msgstr "已处理"
721
Eric Sandeen032eafe2012-07-28 17:48:36 -0400722#: e2fsck/problem.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400723msgid "CLEARED"
724msgstr "已清除"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -0400727msgid "RELOCATED"
728msgstr "已重定位"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -0400731msgid "ALLOCATED"
732msgstr "已分配"
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -0400735msgid "EXPANDED"
736msgstr "已扩充"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:85
Theodore Ts'of722c132009-04-21 22:09:01 -0400739msgid "RECONNECTED"
740msgstr "已重新连接"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400743msgid "CREATED"
744msgstr "已创建"
745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -0400747msgid "SALVAGED"
748msgstr "已修复"
749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -0400751msgid "TRUNCATED"
Tianze Wang57d69272016-08-31 23:14:17 -0400752msgstr "截断"
Theodore Ts'of722c132009-04-21 22:09:01 -0400753
Eric Sandeen032eafe2012-07-28 17:48:36 -0400754#: e2fsck/problem.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -0400755msgid "INODE CLEARED"
756msgstr "INODE 已清除"
757
Eric Sandeen032eafe2012-07-28 17:48:36 -0400758#: e2fsck/problem.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -0400759msgid "ABORTED"
760msgstr "已中断"
761
Eric Sandeen032eafe2012-07-28 17:48:36 -0400762#: e2fsck/problem.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -0400763msgid "SPLIT"
Tianze Wang57d69272016-08-31 23:14:17 -0400764msgstr "分割"
Theodore Ts'of722c132009-04-21 22:09:01 -0400765
Eric Sandeen032eafe2012-07-28 17:48:36 -0400766#: e2fsck/problem.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -0400767msgid "CONTINUING"
768msgstr "继续"
769
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -0400771msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Tianze Wang57d69272016-08-31 23:14:17 -0400772msgstr "重叠块已克隆"
Theodore Ts'of722c132009-04-21 22:09:01 -0400773
Eric Sandeen032eafe2012-07-28 17:48:36 -0400774#: e2fsck/problem.c:94
Theodore Ts'of722c132009-04-21 22:09:01 -0400775msgid "FILE DELETED"
776msgstr "文件已删除"
777
Eric Sandeen032eafe2012-07-28 17:48:36 -0400778#: e2fsck/problem.c:95
Theodore Ts'of722c132009-04-21 22:09:01 -0400779msgid "SUPPRESSED"
780msgstr "禁止"
781
Eric Sandeen032eafe2012-07-28 17:48:36 -0400782#: e2fsck/problem.c:96
Theodore Ts'of722c132009-04-21 22:09:01 -0400783msgid "UNLINKED"
Tianze Wang57d69272016-08-31 23:14:17 -0400784msgstr "已解除链接"
Theodore Ts'of722c132009-04-21 22:09:01 -0400785
Eric Sandeen032eafe2012-07-28 17:48:36 -0400786#: e2fsck/problem.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -0400787msgid "HTREE INDEX CLEARED"
Tianze Wang57d69272016-08-31 23:14:17 -0400788msgstr "HTree索引已清除"
Theodore Ts'of722c132009-04-21 22:09:01 -0400789
Eric Sandeen032eafe2012-07-28 17:48:36 -0400790#: e2fsck/problem.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400791msgid "WILL RECREATE"
792msgstr "将会重建"
793
794#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400795#: e2fsck/problem.c:110
Theodore Ts'of722c132009-04-21 22:09:01 -0400796msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400797msgstr "@g %g 的@b@B并不在 @g 中。(@b %b)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400798
799#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400800#: e2fsck/problem.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400801msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400802msgstr "@g %g 的@i@B 并不在 @g 中。(@b %b)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400803
804#. @-expanded: inode table for group %g is not in group. (block %b)\n
805#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400806#: e2fsck/problem.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400807msgid ""
808"@i table for @g %g is not in @g. (@b %b)\n"
809"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
810msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400811"@g %g 的@i表并不在 @g 中。(@b %b)\n"
812"警告:这可能导致严重的数据丢失。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400813
814#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400815#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
816#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400817#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
818#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400819#. @-expanded: e2fsck -b 8193 <device>\n
820#. @-expanded: or\n
821#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400822#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400823#: e2fsck/problem.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400824msgid ""
825"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400826"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
827"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400828"@f (and not swap or ufs or something else), then the @S\n"
829"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400830" e2fsck -b 8193 <@v>\n"
831" or\n"
832" e2fsck -b 32768 <@v>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400833"\n"
834msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400835"\n"
836"@S无法被读取,或它未能正确地描述一个有效的ext2/ext3/ext4@f。\n"
837"如果@v有效并确实为ext2/ext3/ext4@f (而非swap或ufs等格式),\n"
838"这说明@S已经损坏,你可能需要指定备选@S来运行e2fsck:\n"
839" e2fsck -b 8193 <@v>\n"
840" 或\n"
841" e2fsck -b 32768 <@v>\n"
842"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400843
844#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
845#. @-expanded: The physical size of the device is %c blocks\n
846#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400847#: e2fsck/problem.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400848msgid ""
849"The @f size (according to the @S) is %b @bs\n"
850"The physical size of the @v is %c @bs\n"
851"Either the @S or the partition table is likely to be corrupt!\n"
852msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400853"根据@S,@f的大小应为 %b @bs\n"
854"但@v的实际大小是 %c @bs\n"
855"@S或分区表可能已经损坏!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400856
857#. @-expanded: superblock block_size = %b, fragsize = %c.\n
858#. @-expanded: This version of e2fsck does not support fragment sizes different\n
859#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400860#: e2fsck/problem.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400861msgid ""
862"@S @b_size = %b, fragsize = %c.\n"
863"This version of e2fsck does not support fragment sizes different\n"
864"from the @b size.\n"
865msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400866"@S@b大小 = %b,碎片大小 = %c。\n"
867"此版本的e2fsck不允许碎片大小与\n"
868"@b大小不同。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400869
870#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400871#: e2fsck/problem.c:150
Theodore Ts'of722c132009-04-21 22:09:01 -0400872msgid "@S @bs_per_group = %b, should have been %c\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400873msgstr "每组的@S@b数 = %b,应当为 %c。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400874
875#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400876#: e2fsck/problem.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400877msgid "@S first_data_@b = %b, should have been %c\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400878msgstr "@S的第一个数据块 = %b,应当为 %c\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400879
880#. @-expanded: filesystem did not have a UUID; generating one.\n
881#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400882#: e2fsck/problem.c:160
Theodore Ts'of722c132009-04-21 22:09:01 -0400883msgid ""
884"@f did not have a UUID; generating one.\n"
885"\n"
886msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400887"@f没有UUID;正在创建新的UUID。\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500888"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400889
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400890#: e2fsck/problem.c:165
Theodore Ts'of722c132009-04-21 22:09:01 -0400891#, c-format
892msgid ""
893"Note: if several inode or block bitmap blocks or part\n"
894"of the inode table require relocation, you may wish to try\n"
895"running e2fsck with the '-b %S' option first. The problem\n"
896"may lie only with the primary block group descriptors, and\n"
897"the backup block group descriptors may be OK.\n"
898"\n"
899msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400900"注意:如果有数个inode、块位图或inode表\n"
901"需要重定位,你可以用“-b %S”选项运行\n"
902"e2fsck。如果问题出在组描述符的主块,\n"
903"那么可以尝试它们的备份块。\n"
904"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400905
906#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400907#: e2fsck/problem.c:174
Theodore Ts'of722c132009-04-21 22:09:01 -0400908msgid "Corruption found in @S. (%s = %N).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400909msgstr "在@S中发现错误。(%s = %N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400910
911#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400912#: e2fsck/problem.c:179
Theodore Ts'of722c132009-04-21 22:09:01 -0400913#, c-format
914msgid "Error determining size of the physical @v: %m\n"
915msgstr "决定物理@v的大小出错 %m\n"
916
917#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400918#: e2fsck/problem.c:184
Theodore Ts'of722c132009-04-21 22:09:01 -0400919msgid "@i count in @S is %i, @s %j.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400920msgstr "@S中的@i个数为 %i,@s %j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400922#: e2fsck/problem.c:188
Theodore Ts'of722c132009-04-21 22:09:01 -0400923msgid "The Hurd does not support the filetype feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400924msgstr "Hurd内核不支持文件类型\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400925
Theodore Ts'o930e2812009-06-29 15:08:12 -0400926#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400927#: e2fsck/problem.c:193
Dark Raven3be22a82010-04-19 16:59:03 -0400928#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400929msgid "@S has an @n @j (@i %i).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400930msgstr "@S含有一个@n@j(@i %i)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400931
932#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400933#: e2fsck/problem.c:198
Theodore Ts'of722c132009-04-21 22:09:01 -0400934msgid "External @j has multiple @f users (unsupported).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400935msgstr "外部@j含有多个@f用户(不支持此特性)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400936
937#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400938#: e2fsck/problem.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -0400939msgid "Can't find external @j\n"
940msgstr "无法找到外部@j\n"
941
942#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400943#: e2fsck/problem.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -0400944msgid "External @j has bad @S\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400945msgstr "外部@j有坏@S\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400946
947#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400948#: e2fsck/problem.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -0400949msgid "External @j does not support this @f\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500950msgstr "外部@j不支持此@f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400951
Theodore Ts'o930e2812009-06-29 15:08:12 -0400952#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400953#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
954#. @-expanded: format.\n
955#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400956#: e2fsck/problem.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -0400957msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -0400958"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500959"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
960"format.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400961"It is also possible the @j @S is corrupt.\n"
962msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400963"@f@j@S为未知类型 %N(不支持此特性)。\n"
964"可能你的e2fsck版本太低,不支持这种@j的格式。\n"
965"也有可能@j@S已经损坏。\n"
966"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400967
Theodore Ts'o930e2812009-06-29 15:08:12 -0400968#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400969#: e2fsck/problem.c:226
Theodore Ts'o930e2812009-06-29 15:08:12 -0400970msgid "@j @S is corrupt.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400971msgstr "@j@S被损坏。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400973#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400974#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400975msgid "@S has_@j flag is clear, but a @j is present.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400976msgstr "@S不具有has_journal标志,但发现了@j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400977
Theodore Ts'o930e2812009-06-29 15:08:12 -0400978#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400979#: e2fsck/problem.c:236
Theodore Ts'o930e2812009-06-29 15:08:12 -0400980msgid "@S needs_recovery flag is set, but no @j is present.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400981msgstr "@S被设置了needs_recovery标志,但找不到相应的@j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400982
Theodore Ts'o930e2812009-06-29 15:08:12 -0400983#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400984#: e2fsck/problem.c:241
Theodore Ts'o930e2812009-06-29 15:08:12 -0400985msgid "@S needs_recovery flag is clear, but @j has data.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400986msgstr "@S不具有的恢复标志,然而在@j中找到了恢复数据。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400987
988#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400989#: e2fsck/problem.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -0400990msgid "Clear @j"
991msgstr "清除@j"
992
Theodore Ts'o930e2812009-06-29 15:08:12 -0400993#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400994#: e2fsck/problem.c:251 e2fsck/problem.c:751
Theodore Ts'o930e2812009-06-29 15:08:12 -0400995msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Tianze Wang57d69272016-08-31 23:14:17 -0400996msgstr "@f被设置了特性标志,但特性版本号为0。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400997
998#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400999#: e2fsck/problem.c:256
Theodore Ts'of722c132009-04-21 22:09:01 -04001000msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001001msgstr "@s@o@i %i(uid=%lu,gid=%lg,mode=%lm,size=%ls)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001002
Dark Raven3be22a82010-04-19 16:59:03 -04001003#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001004#: e2fsck/problem.c:261
Dark Raven3be22a82010-04-19 16:59:03 -04001005msgid "@I %B (%b) found in @o @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001006msgstr "@o@i %i 中发现 @I %B(%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001007
Dark Raven3be22a82010-04-19 16:59:03 -04001008#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001009#: e2fsck/problem.c:266
Dark Raven3be22a82010-04-19 16:59:03 -04001010msgid "Already cleared %B (%b) found in @o @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001011msgstr "@o@i %i 中发现已清除的 %B(%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001012
1013#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001014#: e2fsck/problem.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04001015#, c-format
1016msgid "@I @o @i %i in @S.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001017msgstr "@S中有@I@o@i %i。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001018
1019#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001020#: e2fsck/problem.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04001021#, c-format
1022msgid "@I @i %i in @o @i list.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001023msgstr "@o@i中发现@I@i %i。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001024
Theodore Ts'o930e2812009-06-29 15:08:12 -04001025#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001026#: e2fsck/problem.c:281
Theodore Ts'o930e2812009-06-29 15:08:12 -04001027msgid "@j @S has an unknown read-only feature flag set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001028msgstr "@j@S被设置了未知的只读属性标签。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001029
Theodore Ts'o930e2812009-06-29 15:08:12 -04001030#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001031#: e2fsck/problem.c:286
Theodore Ts'o930e2812009-06-29 15:08:12 -04001032msgid "@j @S has an unknown incompatible feature flag set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001033msgstr "@j@S被设置了未知的不兼容属性标签。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001034
1035#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001036#: e2fsck/problem.c:291
Theodore Ts'of722c132009-04-21 22:09:01 -04001037msgid "@j version not supported by this e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001038msgstr "e2fsck不支持此@j版本。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001039
1040#. @-expanded: Moving journal from /%s to hidden inode.\n
1041#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001042#: e2fsck/problem.c:296
Theodore Ts'of722c132009-04-21 22:09:01 -04001043#, c-format
1044msgid ""
1045"Moving @j from /%s to hidden @i.\n"
1046"\n"
1047msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001048"将@j从 /%s 移动到隐藏的@i。\n"
1049"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001050
1051#. @-expanded: Error moving journal: %m\n
1052#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001053#: e2fsck/problem.c:301
Dark Raven3be22a82010-04-19 16:59:03 -04001054#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001055msgid ""
1056"Error moving @j: %m\n"
1057"\n"
1058msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001059"移动@j出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001060"\n"
1061
1062#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1063#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1064#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001065#: e2fsck/problem.c:306
Theodore Ts'of722c132009-04-21 22:09:01 -04001066msgid ""
1067"Found @n V2 @j @S fields (from V1 @j).\n"
1068"Clearing fields beyond the V1 @j @S...\n"
1069"\n"
1070msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001071"在V1@j中发现@nV2@j@S区域。\n"
1072"正在清除V1@j@S以外的区域...\n"
1073"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001074
Theodore Ts'o930e2812009-06-29 15:08:12 -04001075#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001076#: e2fsck/problem.c:312
Theodore Ts'o930e2812009-06-29 15:08:12 -04001077msgid "Run @j anyway"
1078msgstr "强制@j"
1079
1080#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001081#: e2fsck/problem.c:317
Theodore Ts'o930e2812009-06-29 15:08:12 -04001082msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001083msgstr "备份@S中未设置恢复标志,继续处理日志。\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001084
Theodore Ts'of722c132009-04-21 22:09:01 -04001085#. @-expanded: Backing up journal inode block information.\n
1086#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001087#: e2fsck/problem.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04001088msgid ""
1089"Backing up @j @i @b information.\n"
1090"\n"
1091msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001092"正在备份@j@i@b的信息。\n"
1093"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001094
1095#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1096#. @-expanded: is %N; should be zero.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001097#: e2fsck/problem.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04001098msgid ""
1099"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1100"is %N; @s zero. "
1101msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001102"@f不支持更改@i大小,故s_reserved_gdt_blocks应为0\n"
1103"(但实际为%N)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001104
1105#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001106#: e2fsck/problem.c:334
Theodore Ts'of722c132009-04-21 22:09:01 -04001107msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Tianze Wang57d69272016-08-31 23:14:17 -04001108msgstr "不支持更改@i大小,但所给的变更值非零。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001109
1110#. @-expanded: Resize inode not valid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001111#: e2fsck/problem.c:339
Theodore Ts'of722c132009-04-21 22:09:01 -04001112msgid "Resize @i not valid. "
Tianze Wang57d69272016-08-31 23:14:17 -04001113msgstr "改变@i大小的值无效。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001114
Dark Raven3be22a82010-04-19 16:59:03 -04001115#. @-expanded: superblock last mount time (%t,\n
1116#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001117#: e2fsck/problem.c:344
Dark Raven3be22a82010-04-19 16:59:03 -04001118msgid ""
1119"@S last mount time (%t,\n"
1120"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001121msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001122"@S上一次的挂载时间(%t,\n"
1123"\t当前:%T)在未来。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001124
Dark Raven3be22a82010-04-19 16:59:03 -04001125#. @-expanded: superblock last write time (%t,\n
1126#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001127#: e2fsck/problem.c:349
Dark Raven3be22a82010-04-19 16:59:03 -04001128msgid ""
1129"@S last write time (%t,\n"
1130"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001131msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001132"@S上一次的写入时间(%t,\n"
1133"\t当前:%T)在未来。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001134
1135#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001136#: e2fsck/problem.c:354
Theodore Ts'of722c132009-04-21 22:09:01 -04001137#, c-format
1138msgid "@S hint for external superblock @s %X. "
Tianze Wang57d69272016-08-31 23:14:17 -04001139msgstr "外部超级块的@S标记@s %X。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001140
1141#. @-expanded: Adding dirhash hint to filesystem.\n
1142#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001143#: e2fsck/problem.c:359
Theodore Ts'of722c132009-04-21 22:09:01 -04001144msgid ""
1145"Adding dirhash hint to @f.\n"
1146"\n"
1147msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001148"正在将dirhash标记添加到@f。\n"
1149"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001150
Eric Sandeen032eafe2012-07-28 17:48:36 -04001151#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001152#: e2fsck/problem.c:364
Eric Sandeen032eafe2012-07-28 17:48:36 -04001153msgid "@g descriptor %g checksum is %04x, should be %04y. "
Tianze Wang57d69272016-08-31 23:14:17 -04001154msgstr "@g描述符 %g 的校验值为%04x,应当为 %04y。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001155
1156#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001157#: e2fsck/problem.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04001158#, c-format
1159msgid "@g descriptor %g marked uninitialized without feature set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001160msgstr "@g描述符 %g被标记为未初始化,并且没有设定特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001161
Theodore Ts'of722c132009-04-21 22:09:01 -04001162#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001163#: e2fsck/problem.c:374
Theodore Ts'of722c132009-04-21 22:09:01 -04001164msgid "@g descriptor %g has invalid unused inodes count %b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001165msgstr "@g描述符 %g 中的未使用inode数 %b 为无效值。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001166
1167#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001168#: e2fsck/problem.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04001169msgid "Last @g @b @B uninitialized. "
Tianze Wang57d69272016-08-31 23:14:17 -04001170msgstr "最后一个@g的@b@B未初始化。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001171
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001172#: e2fsck/problem.c:384
Theodore Ts'of722c132009-04-21 22:09:01 -04001173#, c-format
1174msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001175msgstr "日志事务 %i 损坏,撤销过程已终止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001176
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001177#: e2fsck/problem.c:389
Theodore Ts'o930e2812009-06-29 15:08:12 -04001178msgid "The test_fs flag is set (and ext4 is available). "
Tianze Wang57d69272016-08-31 23:14:17 -04001179msgstr "设置了 test_fs 标志(并且ext4可用)。 "
Theodore Ts'o930e2812009-06-29 15:08:12 -04001180
Dark Raven3be22a82010-04-19 16:59:03 -04001181#. @-expanded: superblock last mount time is in the future.\n
1182#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001183#. @-expanded: set)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001184#: e2fsck/problem.c:394
Dark Raven3be22a82010-04-19 16:59:03 -04001185msgid ""
1186"@S last mount time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001187"\t(by less than a day, probably due to the hardware clock being incorrectly "
1188"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001189msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001190"@S上一次挂载时间在未来。\n"
1191"\t(相差不到一天,可能是硬件时钟设定错误所致)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001192
1193#. @-expanded: superblock last write time is in the future.\n
1194#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001195#. @-expanded: set)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001196#: e2fsck/problem.c:400
Dark Raven3be22a82010-04-19 16:59:03 -04001197msgid ""
1198"@S last write time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001199"\t(by less than a day, probably due to the hardware clock being incorrectly "
1200"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001201msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001202"@S上一次写入时间在未来。\n"
1203"\t(相差不到一天,可能是硬件时钟设定错误所致)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001204
1205#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001206#: e2fsck/problem.c:406
Dark Raven3be22a82010-04-19 16:59:03 -04001207msgid "One or more @b @g descriptor checksums are invalid. "
Tianze Wang57d69272016-08-31 23:14:17 -04001208msgstr "一个或多个@b@g描述符的校验值无效。 "
Dark Raven3be22a82010-04-19 16:59:03 -04001209
Eric Sandeen032eafe2012-07-28 17:48:36 -04001210#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001211#: e2fsck/problem.c:411
Eric Sandeen032eafe2012-07-28 17:48:36 -04001212msgid "Setting free @is count to %j (was %i)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001213msgstr "设置未使用的@i数为 %j(曾为%i)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001214
1215#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001216#: e2fsck/problem.c:416
Eric Sandeen032eafe2012-07-28 17:48:36 -04001217msgid "Setting free @bs count to %c (was %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001218msgstr "设置未使用的@b数为 %c(曾为%b)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001219
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001220#. @-expanded: Hiding %U quota inode %i (%Q).\n
1221#: e2fsck/problem.c:421
1222#, fuzzy
1223msgid "Hiding %U @q @i %i (%Q).\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001224msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001225"将@q@i %i(%Q)标记为隐藏的。\n"
1226"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001227
1228#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001229#: e2fsck/problem.c:426
Eric Sandeen032eafe2012-07-28 17:48:36 -04001230msgid "@S has invalid MMP block. "
Tianze Wang57d69272016-08-31 23:14:17 -04001231msgstr "@S含有无效的MMP块。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001232
1233#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001234#: e2fsck/problem.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -04001235msgid "@S has invalid MMP magic. "
Tianze Wang57d69272016-08-31 23:14:17 -04001236msgstr "@S含有无效的MMP幻数。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001237
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001238#: e2fsck/problem.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04001239#, c-format
1240msgid "ext2fs_open2: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001241msgstr "ext2fs_open2: %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001242
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001243#: e2fsck/problem.c:441
Eric Sandeen032eafe2012-07-28 17:48:36 -04001244#, c-format
1245msgid "ext2fs_check_desc: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001246msgstr "ext2fs_check_desc: %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001248#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1249#. @-expanded: simultaneously.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001250#: e2fsck/problem.c:447
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001251msgid ""
1252"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1253"simultaneously."
1254msgstr ""
1255"@S 的 metadata_csum 特性将取代 uninit_bg 特性,因此不能同时将二者开启。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256
1257#. @-expanded: superblock MMP block checksum does not match MMP block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001258#: e2fsck/problem.c:453
1259#, fuzzy
1260msgid "@S MMP @b checksum does not match MMP @b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001261msgstr "@S MMP块校验值与MMP块自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001262
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001263#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1264#: e2fsck/problem.c:458
1265#, fuzzy
1266msgid "@S 64bit @f needs extents to access the whole disk. "
Tianze Wang57d69272016-08-31 23:14:17 -04001267msgstr "64位文件系统的@S需要extent来访问整个磁盘。 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001268
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001269#: e2fsck/problem.c:463
Theodore Ts'obd386982015-05-17 20:34:58 -04001270msgid "First_meta_bg is too big. (%N, max value %g). "
Tianze Wang57d69272016-08-31 23:14:17 -04001271msgstr "第一个meta_bg太大。(%N,最大值 %g)"
Theodore Ts'obd386982015-05-17 20:34:58 -04001272
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001273#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001274#: e2fsck/problem.c:468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001275msgid "External @j @S checksum does not match @S. "
Tianze Wang57d69272016-08-31 23:14:17 -04001276msgstr "外部@j@S校验值与@S自身不符"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001277
1278#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001279#: e2fsck/problem.c:473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001280msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001281msgstr ""
1282"只有同时开启了@S的 metadata_csum 特性,metadata_csum_seed 特性才有意义。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001283
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001284#: e2fsck/problem.c:478
Theodore Ts'o48203a32016-06-08 15:45:26 -04001285#, c-format
1286msgid "Error initializing quota context in support library: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001287msgstr "初始化支持库中的引用上下文时出错:%m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04001288
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001289#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001290#: e2fsck/problem.c:483
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001291msgid "Bad required extra isize in @S (%N). "
1292msgstr ""
1293
1294#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001295#: e2fsck/problem.c:488
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001296msgid "Bad desired extra isize in @S (%N). "
1297msgstr ""
1298
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001299#. @-expanded: Invalid %U quota inode %i.
1300#: e2fsck/problem.c:493
1301#, fuzzy
1302msgid "Invalid %U @q @i %i. "
1303msgstr "@u@z@i %i。 "
1304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001305#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001306#: e2fsck/problem.c:500
Theodore Ts'of722c132009-04-21 22:09:01 -04001307msgid "Pass 1: Checking @is, @bs, and sizes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001308msgstr "第 1 步:检查@i、@b和大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001309
1310#. @-expanded: root inode is not a directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001311#: e2fsck/problem.c:504
Theodore Ts'of722c132009-04-21 22:09:01 -04001312msgid "@r is not a @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04001313msgstr "@r不是一个@d。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001314
1315#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001316#: e2fsck/problem.c:509
Theodore Ts'of722c132009-04-21 22:09:01 -04001317msgid "@r has dtime set (probably due to old mke2fs). "
Tianze Wang57d69272016-08-31 23:14:17 -04001318msgstr "@r被设置了删除时间(可能由老版本的mke2fs导致)。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001319
1320#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001321#: e2fsck/problem.c:514
Theodore Ts'of722c132009-04-21 22:09:01 -04001322msgid "Reserved @i %i (%Q) has @n mode. "
Tianze Wang57d69272016-08-31 23:14:17 -04001323msgstr "保留的@i %i(%Q)的模式无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001324
1325#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001326#: e2fsck/problem.c:519
Theodore Ts'of722c132009-04-21 22:09:01 -04001327#, c-format
1328msgid "@D @i %i has zero dtime. "
Tianze Wang57d69272016-08-31 23:14:17 -04001329msgstr "@D@i %i 的删除时间为零。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001330
1331#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001332#: e2fsck/problem.c:524
Theodore Ts'of722c132009-04-21 22:09:01 -04001333#, c-format
1334msgid "@i %i is in use, but has dtime set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001335msgstr "使用中的@i %i 被设置了删除时间。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001336
1337#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001338#: e2fsck/problem.c:529
Theodore Ts'of722c132009-04-21 22:09:01 -04001339#, c-format
1340msgid "@i %i is a @z @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04001341msgstr "@i %i 为@z@d。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001342
1343#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001344#: e2fsck/problem.c:534
Theodore Ts'of722c132009-04-21 22:09:01 -04001345msgid "@g %g's @b @B at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001346msgstr "位于 %b 的@g %g的@b@B@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001347
1348#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001349#: e2fsck/problem.c:539
Theodore Ts'of722c132009-04-21 22:09:01 -04001350msgid "@g %g's @i @B at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001351msgstr "位于 %b 的@g %g的@i@B@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001352
1353#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001354#: e2fsck/problem.c:544
Theodore Ts'of722c132009-04-21 22:09:01 -04001355msgid "@g %g's @i table at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001356msgstr "位于 %b 的@g %g的@i表@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001357
1358#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001359#: e2fsck/problem.c:549
Theodore Ts'of722c132009-04-21 22:09:01 -04001360msgid "@g %g's @b @B (%b) is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04001361msgstr "@g %g 的@b@B无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001362
1363#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001364#: e2fsck/problem.c:554
Theodore Ts'of722c132009-04-21 22:09:01 -04001365msgid "@g %g's @i @B (%b) is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04001366msgstr "@g %g 的@i@B无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001367
1368#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001369#: e2fsck/problem.c:559
Theodore Ts'of722c132009-04-21 22:09:01 -04001370msgid "@i %i, i_size is %Is, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001371msgstr "@i %i的大小为 %ls,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001372
1373#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001374#: e2fsck/problem.c:564
Theodore Ts'of722c132009-04-21 22:09:01 -04001375msgid "@i %i, i_@bs is %Ib, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001376msgstr "@i %i的i_blocks为 %ls,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001377
Dark Raven3be22a82010-04-19 16:59:03 -04001378#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001379#: e2fsck/problem.c:569
Dark Raven3be22a82010-04-19 16:59:03 -04001380msgid "@I %B (%b) in @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001381msgstr "@I %B(%b)于@i %i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001382
Dark Raven3be22a82010-04-19 16:59:03 -04001383#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001384#: e2fsck/problem.c:574
Dark Raven3be22a82010-04-19 16:59:03 -04001385msgid "%B (%b) overlaps @f metadata in @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001386msgstr "%B(%b)与@i %i 记录元数据的位置重叠。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001387
1388#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001389#: e2fsck/problem.c:579
Theodore Ts'of722c132009-04-21 22:09:01 -04001390#, c-format
1391msgid "@i %i has illegal @b(s). "
Tianze Wang57d69272016-08-31 23:14:17 -04001392msgstr "@i %i 中包含非法@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001393
1394#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001395#: e2fsck/problem.c:584
Dark Raven3be22a82010-04-19 16:59:03 -04001396#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001397msgid "Too many illegal @bs in @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001398msgstr "@i %i 中包含了过多的非法@b。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001399
Dark Raven3be22a82010-04-19 16:59:03 -04001400#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001401#: e2fsck/problem.c:589
Dark Raven3be22a82010-04-19 16:59:03 -04001402msgid "@I %B (%b) in bad @b @i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001403msgstr "@I %B(%b)于坏@b@i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001404
1405#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001406#: e2fsck/problem.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04001407msgid "Bad @b @i has illegal @b(s). "
Tianze Wang57d69272016-08-31 23:14:17 -04001408msgstr "坏@b@i含有无效的@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001409
1410#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001411#: e2fsck/problem.c:599
Theodore Ts'of722c132009-04-21 22:09:01 -04001412msgid "Duplicate or bad @b in use!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001413msgstr "使用了重复@b或坏@b!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001414
1415#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001416#: e2fsck/problem.c:604
Theodore Ts'of722c132009-04-21 22:09:01 -04001417msgid "Bad @b %b used as bad @b @i indirect @b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001418msgstr "坏@b %b 被用作坏@b@i的链接@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001419
1420#. @-expanded: \n
1421#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1422#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1423#. @-expanded: in the filesystem.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001424#: e2fsck/problem.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04001425msgid ""
1426"\n"
1427"The bad @b @i has probably been corrupted. You probably\n"
1428"should stop now and run e2fsck -c to scan for bad blocks\n"
1429"in the @f.\n"
1430msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001431"\n"
1432"坏@b@i可能已经损坏。你可能需要立刻停止执行此任务,\n"
1433"并运行e2fsck -c来扫描@f中的坏块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001434
1435#. @-expanded: \n
1436#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001437#: e2fsck/problem.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04001438msgid ""
1439"\n"
1440"If the @b is really bad, the @f can not be fixed.\n"
1441msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001442"\n"
1443"如果该@b确实为坏@b,则文件系统将无法被修复。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001444
1445#. @-expanded: You can remove this block from the bad block list and hope\n
1446#. @-expanded: that the block is really OK. But there are no guarantees.\n
1447#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001448#: e2fsck/problem.c:621
Theodore Ts'of722c132009-04-21 22:09:01 -04001449msgid ""
1450"You can remove this @b from the bad @b list and hope\n"
1451"that the @b is really OK. But there are no guarantees.\n"
1452"\n"
1453msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001454"你可以将该@b从坏@b列表中移除,并期望\n"
1455"它能够正常表现。但我们并不提供任何保证。\n"
1456"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001457
1458#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001459#: e2fsck/problem.c:627
Theodore Ts'of722c132009-04-21 22:09:01 -04001460msgid "The primary @S (%b) is on the bad @b list.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001461msgstr "主@S(%b)位于坏@b列表中。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001462
1463#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001464#: e2fsck/problem.c:632
Theodore Ts'of722c132009-04-21 22:09:01 -04001465msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001466msgstr "主@g描述符中的块 %b 位于坏@b列表中\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001467
1468#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001469#: e2fsck/problem.c:638
Theodore Ts'of722c132009-04-21 22:09:01 -04001470msgid "Warning: Group %g's @S (%b) is bad.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001471msgstr "警告:组 %g 的@S(%b)为坏块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001472
1473#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001474#: e2fsck/problem.c:644
Theodore Ts'of722c132009-04-21 22:09:01 -04001475msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1476msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001477"警告:组 %g 描述符的备份含有一个坏@b(%b)。\n"
1478"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001479
1480#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001481#: e2fsck/problem.c:650
Theodore Ts'of722c132009-04-21 22:09:01 -04001482msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001483msgstr "检测到@b #%b 为坏@b,但原因未知(可能是程序错误导致的)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001484
1485#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001486#: e2fsck/problem.c:656
Theodore Ts'of722c132009-04-21 22:09:01 -04001487msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001488msgstr "在@b@g %g 中为 %s 分配 %N 个连续的@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001489
1490#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001491#: e2fsck/problem.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04001492#, c-format
1493msgid "@A @b buffer for relocating %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001494msgstr "重定位 %s 时分配@b缓存出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001495
1496#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001497#: e2fsck/problem.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04001498msgid "Relocating @g %g's %s from %b to %c...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001499msgstr "正在将@g %g 的 %s 从 %b 重定位至 %c...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001500
1501#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001502#: e2fsck/problem.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04001503#, c-format
1504msgid "Relocating @g %g's %s to %c...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001505msgstr "正在将@g %g 的 %s 重定位至 %c...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001506
1507#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001508#: e2fsck/problem.c:676
Theodore Ts'of722c132009-04-21 22:09:01 -04001509msgid "Warning: could not read @b %b of %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001510msgstr "警告:无法从%s中读取@b %b:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001511
1512#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001513#: e2fsck/problem.c:681
Theodore Ts'of722c132009-04-21 22:09:01 -04001514msgid "Warning: could not write @b %b for %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001515msgstr "警告:无法向%s中写入@b %b:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001516
1517#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001518#: e2fsck/problem.c:686 e2fsck/problem.c:1746
Theodore Ts'of722c132009-04-21 22:09:01 -04001519msgid "@A @i @B (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001520msgstr "分配@i@B(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001521
1522#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001523#: e2fsck/problem.c:691
Theodore Ts'of722c132009-04-21 22:09:01 -04001524msgid "@A @b @B (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001525msgstr "分配@b@B(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001526
1527#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001528#: e2fsck/problem.c:696
Theodore Ts'of722c132009-04-21 22:09:01 -04001529#, c-format
1530msgid "@A icount link information: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001531msgstr "分配icount链接信息时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001532
1533#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001534#: e2fsck/problem.c:701
Theodore Ts'of722c132009-04-21 22:09:01 -04001535#, c-format
1536msgid "@A @d @b array: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001537msgstr "分配@d@b数组时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001538
1539#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001540#: e2fsck/problem.c:706
Theodore Ts'of722c132009-04-21 22:09:01 -04001541#, c-format
1542msgid "Error while scanning @is (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001543msgstr "扫描@i(%i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001544
1545#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001546#: e2fsck/problem.c:711
Theodore Ts'of722c132009-04-21 22:09:01 -04001547#, c-format
1548msgid "Error while iterating over @bs in @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001549msgstr "迭代@i %i 中的@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001550
1551#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001552#: e2fsck/problem.c:716
Theodore Ts'of722c132009-04-21 22:09:01 -04001553msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001554msgstr "写入@i计数信息时出错(@i %i,计数=%N):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001555
1556#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001557#: e2fsck/problem.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04001558msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001559msgstr "写入@d@b信息时出错(@i %i,@b %b,数量=%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001560
1561#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001562#: e2fsck/problem.c:727
Theodore Ts'of722c132009-04-21 22:09:01 -04001563#, c-format
1564msgid "Error reading @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001565msgstr "读取@i %i出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001566
1567#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001568#: e2fsck/problem.c:735
Theodore Ts'of722c132009-04-21 22:09:01 -04001569#, c-format
1570msgid "@i %i has imagic flag set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001571msgstr "@i %i 被设置了imagic标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001572
1573#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1574#. @-expanded: or append-only flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001575#: e2fsck/problem.c:740
Theodore Ts'of722c132009-04-21 22:09:01 -04001576#, c-format
1577msgid ""
1578"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1579"or append-only flag set. "
1580msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001581"特殊文件(@v/套接字/队列/ 符号链接)(@i %i)由chattr设置了 i\n"
1582"(保护)或 a(仅追加) 标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001583
Theodore Ts'of722c132009-04-21 22:09:01 -04001584#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001585#: e2fsck/problem.c:746
Theodore Ts'of722c132009-04-21 22:09:01 -04001586#, c-format
1587msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Tianze Wang57d69272016-08-31 23:14:17 -04001588msgstr "特殊文件(@v/套接字/队列)@i %i 为非零大小。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001589
1590#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001591#: e2fsck/problem.c:756
Theodore Ts'of722c132009-04-21 22:09:01 -04001592msgid "@j @i is not in use, but contains data. "
Tianze Wang57d69272016-08-31 23:14:17 -04001593msgstr "@j @i 未被使用,但含有数据。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001594
1595#. @-expanded: journal is not regular file.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001596#: e2fsck/problem.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04001597msgid "@j is not regular file. "
Tianze Wang57d69272016-08-31 23:14:17 -04001598msgstr "@j不是普通文件。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001599
1600#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001601#: e2fsck/problem.c:766
Theodore Ts'of722c132009-04-21 22:09:01 -04001602#, c-format
1603msgid "@i %i was part of the @o @i list. "
Tianze Wang57d69272016-08-31 23:14:17 -04001604msgstr "@i %i 位于@o@i列表中。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001605
1606#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001607#: e2fsck/problem.c:772
Theodore Ts'of722c132009-04-21 22:09:01 -04001608msgid "@is that were part of a corrupted orphan linked list found. "
Tianze Wang57d69272016-08-31 23:14:17 -04001609msgstr "发现了可能属于损坏的孤立链接表的@i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001610
1611#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001612#: e2fsck/problem.c:777
Theodore Ts'of722c132009-04-21 22:09:01 -04001613msgid "@A refcount structure (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001614msgstr "分配refcount结构体(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001615
1616#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001617#: e2fsck/problem.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -04001618msgid "Error reading @a @b %b for @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001619msgstr "读取@i %i 的@a@b %b 时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001620
1621#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001622#: e2fsck/problem.c:787
Theodore Ts'of722c132009-04-21 22:09:01 -04001623msgid "@i %i has a bad @a @b %b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001624msgstr "@i %i 有一个 @a@b %b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001625
1626#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001627#: e2fsck/problem.c:792
Theodore Ts'of722c132009-04-21 22:09:01 -04001628msgid "Error reading @a @b %b (%m). "
Tianze Wang57d69272016-08-31 23:14:17 -04001629msgstr "读取@a@b %b 时出错(%m)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001630
Dark Raven3be22a82010-04-19 16:59:03 -04001631#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001632#: e2fsck/problem.c:797
Dark Raven3be22a82010-04-19 16:59:03 -04001633msgid "@a @b %b has reference count %r, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001634msgstr "@a@b %b 的引用计数为 %r,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001635
1636#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001637#: e2fsck/problem.c:802
Theodore Ts'of722c132009-04-21 22:09:01 -04001638msgid "Error writing @a @b %b (%m). "
Tianze Wang57d69272016-08-31 23:14:17 -04001639msgstr "写入@a@b %b 时出错(%m)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001640
1641#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001642#: e2fsck/problem.c:807
Theodore Ts'of722c132009-04-21 22:09:01 -04001643msgid "@a @b %b has h_@bs > 1. "
Tianze Wang57d69272016-08-31 23:14:17 -04001644msgstr "@a@b %b 的h_blocks >1。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001646#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001647#: e2fsck/problem.c:812
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001648msgid "@A @a region allocation structure. "
Tianze Wang57d69272016-08-31 23:14:17 -04001649msgstr "构建外部属性区域的分配结构体时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001650
1651#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001652#: e2fsck/problem.c:817
Theodore Ts'of722c132009-04-21 22:09:01 -04001653msgid "@a @b %b is corrupt (allocation collision). "
Tianze Wang57d69272016-08-31 23:14:17 -04001654msgstr "@a@b %b 已损坏(分配冲突)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001655
1656#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001657#: e2fsck/problem.c:822
Theodore Ts'of722c132009-04-21 22:09:01 -04001658msgid "@a @b %b is corrupt (@n name). "
Tianze Wang57d69272016-08-31 23:14:17 -04001659msgstr "@a@b %b 已损坏(@n名称)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001660
1661#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001662#: e2fsck/problem.c:827
Theodore Ts'of722c132009-04-21 22:09:01 -04001663msgid "@a @b %b is corrupt (@n value). "
Tianze Wang57d69272016-08-31 23:14:17 -04001664msgstr "@a@b %b 已损坏(@n值)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001665
1666#. @-expanded: inode %i is too big.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001667#: e2fsck/problem.c:832
Theodore Ts'of722c132009-04-21 22:09:01 -04001668#, c-format
1669msgid "@i %i is too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001670msgstr "@i %i 过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001671
Dark Raven3be22a82010-04-19 16:59:03 -04001672#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001673#: e2fsck/problem.c:836
Dark Raven3be22a82010-04-19 16:59:03 -04001674msgid "%B (%b) causes @d to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001675msgstr "%B(%b)造成@d过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001676
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001677#: e2fsck/problem.c:841
Dark Raven3be22a82010-04-19 16:59:03 -04001678msgid "%B (%b) causes file to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001679msgstr "%B(%b)造成文件过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001680
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001681#: e2fsck/problem.c:846
Dark Raven3be22a82010-04-19 16:59:03 -04001682msgid "%B (%b) causes symlink to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001683msgstr "%B(%b)造成符号链接过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001684
1685#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001686#: e2fsck/problem.c:851
Theodore Ts'of722c132009-04-21 22:09:01 -04001687#, c-format
1688msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001689msgstr "@i %i 被设置了INDEX_FL标志,但文件系统不支持htree。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001690
1691#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001692#: e2fsck/problem.c:856
Theodore Ts'of722c132009-04-21 22:09:01 -04001693#, c-format
1694msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001695msgstr "@i %i 被设置了INDEX_FL标志,但它并非目录。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001696
1697#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001698#: e2fsck/problem.c:861
Theodore Ts'of722c132009-04-21 22:09:01 -04001699#, c-format
1700msgid "@h %i has an @n root node.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001701msgstr "@h %i 有一个@n根节点。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001702
1703#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001704#: e2fsck/problem.c:866
Theodore Ts'of722c132009-04-21 22:09:01 -04001705msgid "@h %i has an unsupported hash version (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001706msgstr "@h %i 有一个无效的hash版本(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001707
1708#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001709#: e2fsck/problem.c:871
Theodore Ts'of722c132009-04-21 22:09:01 -04001710#, c-format
1711msgid "@h %i uses an incompatible htree root node flag.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001712msgstr "@h %i 使用了一个不兼容的htree根节点标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001713
1714#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001715#: e2fsck/problem.c:876
Theodore Ts'of722c132009-04-21 22:09:01 -04001716msgid "@h %i has a tree depth (%N) which is too big\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001717msgstr "@h %i 树的深度过大(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001718
1719#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1720#. @-expanded: filesystem metadata.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001721#: e2fsck/problem.c:882
Theodore Ts'of722c132009-04-21 22:09:01 -04001722msgid ""
1723"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1724"@f metadata. "
Tianze Wang57d69272016-08-31 23:14:17 -04001725msgstr "坏@b@i含有一个与@f元数据冲突的连接@b(%b)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001726
1727#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001728#: e2fsck/problem.c:888
Theodore Ts'of722c132009-04-21 22:09:01 -04001729#, c-format
1730msgid "Resize @i (re)creation failed: %m."
Tianze Wang57d69272016-08-31 23:14:17 -04001731msgstr "改变@i大小失败:%m。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001732
1733#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001734#: e2fsck/problem.c:893
Theodore Ts'of722c132009-04-21 22:09:01 -04001735msgid "@i %i has a extra size (%IS) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001736msgstr "@i %i 有一个额外的大小 %lS(@n值)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001737
1738#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001739#: e2fsck/problem.c:898
Theodore Ts'of722c132009-04-21 22:09:01 -04001740msgid "@a in @i %i has a namelen (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001741msgstr "@i %i 中的@a有一个名称长度%lS(@n值)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001742
Theodore Ts'of722c132009-04-21 22:09:01 -04001743#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001744#: e2fsck/problem.c:903
Theodore Ts'of722c132009-04-21 22:09:01 -04001745msgid "@a in @i %i has a value offset (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001746msgstr "@i %i 中的@a含有一个@n的偏移量(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001747
1748#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001749#: e2fsck/problem.c:908
Theodore Ts'of722c132009-04-21 22:09:01 -04001750msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001751msgstr "@i %i 中的@a含有一个@n的数值块(%N),应当为0\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001752
Theodore Ts'o930e2812009-06-29 15:08:12 -04001753#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001754#: e2fsck/problem.c:913
Theodore Ts'o930e2812009-06-29 15:08:12 -04001755msgid "@a in @i %i has a value size (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001756msgstr "@i %i 中的@a含有一个@n的大小(%N)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001757
Theodore Ts'of722c132009-04-21 22:09:01 -04001758#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001759#: e2fsck/problem.c:918
Theodore Ts'of722c132009-04-21 22:09:01 -04001760msgid "@a in @i %i has a hash (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001761msgstr "@i %i 中的@a有一个@nhash值(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001762
1763#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001764#: e2fsck/problem.c:923
Theodore Ts'of722c132009-04-21 22:09:01 -04001765msgid "@i %i is a %It but it looks like it is really a directory.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001766msgstr "@i %i 是一个@lt,但它实际上可能是一个目录。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001767
1768#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001769#: e2fsck/problem.c:928
Theodore Ts'of722c132009-04-21 22:09:01 -04001770#, c-format
1771msgid "Error while reading over @x tree in @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001772msgstr "读取@i %i 中的@x树时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001773
Theodore Ts'o930e2812009-06-29 15:08:12 -04001774#. @-expanded: Failed to iterate extents in inode %i\n
1775#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001776#: e2fsck/problem.c:933
Theodore Ts'o930e2812009-06-29 15:08:12 -04001777msgid ""
1778"Failed to iterate extents in @i %i\n"
1779"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001780msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001781"递归@i %i 中的extent失败\n"
1782"\t(选项 %s,块 %b,lblk %c):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001783
1784#. @-expanded: inode %i has an invalid extent\n
1785#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001786#: e2fsck/problem.c:939
Theodore Ts'of722c132009-04-21 22:09:01 -04001787msgid ""
1788"@i %i has an @n extent\n"
1789"\t(logical @b %c, @n physical @b %b, len %N)\n"
1790msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001791"@i %i 有一个@nextent\n"
1792"\t(逻辑块 %c,@n物理块@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001793
1794#. @-expanded: inode %i has an invalid extent\n
1795#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001796#: e2fsck/problem.c:944
Theodore Ts'of722c132009-04-21 22:09:01 -04001797msgid ""
1798"@i %i has an @n extent\n"
1799"\t(logical @b %c, physical @b %b, @n len %N)\n"
1800msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001801"@i %i 有一个@nextent\n"
1802"\t(逻辑块 %c,物理块@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001803
1804#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001805#: e2fsck/problem.c:949
Theodore Ts'of722c132009-04-21 22:09:01 -04001806#, c-format
1807msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001808msgstr "@i %i 被设置了EXTENTS_FL标志,但文件系统不支持extent。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001809
1810#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001811#: e2fsck/problem.c:954
Theodore Ts'of722c132009-04-21 22:09:01 -04001812#, c-format
1813msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001814msgstr "@i %i 为extent格式,但@S不具有EXTENTS特性\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001815
1816#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001817#: e2fsck/problem.c:959
Theodore Ts'of722c132009-04-21 22:09:01 -04001818#, c-format
1819msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001820msgstr "@i %i 不具有EXTENT_FL标志,但却为EXTENTS格式\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001821
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001822#: e2fsck/problem.c:964
Theodore Ts'of722c132009-04-21 22:09:01 -04001823#, c-format
1824msgid "Fast symlink %i has EXTENT_FL set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001825msgstr "直接符号链接 %i 被设置了EXTENT_FL标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001826
1827#. @-expanded: inode %i has out of order extents\n
1828#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001829#: e2fsck/problem.c:969
Theodore Ts'of722c132009-04-21 22:09:01 -04001830msgid ""
1831"@i %i has out of order extents\n"
1832"\t(@n logical @b %c, physical @b %b, len %N)\n"
1833msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001834"@i %i 含有乱序的extent\n"
1835"\t(@n 逻辑@b %c,物理@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001836
Theodore Ts'o930e2812009-06-29 15:08:12 -04001837#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001838#: e2fsck/problem.c:973
Theodore Ts'o930e2812009-06-29 15:08:12 -04001839msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001840msgstr "@i %i 是一个无效的extent节点(块 %b,lblk %c)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001841
Eric Sandeen032eafe2012-07-28 17:48:36 -04001842#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001843#: e2fsck/problem.c:978
Tianze Wang57d69272016-08-31 23:14:17 -04001844#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04001845msgid "Error converting subcluster @b @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001846msgstr "转换子簇的@d@b时出错:%m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001847
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001848#. @-expanded: quota inode is not a regular file.
1849#: e2fsck/problem.c:983
1850#, fuzzy
1851msgid "@q @i is not a regular file. "
Tianze Wang57d69272016-08-31 23:14:17 -04001852msgstr "@q@i不是普通文件。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001853
1854#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001855#: e2fsck/problem.c:988
Eric Sandeen032eafe2012-07-28 17:48:36 -04001856msgid "@q @i is not in use, but contains data. "
Tianze Wang57d69272016-08-31 23:14:17 -04001857msgstr "@q @i 未被使用,但含有数据。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001858
1859#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001860#: e2fsck/problem.c:993
Eric Sandeen032eafe2012-07-28 17:48:36 -04001861msgid "@q @i is visible to the user. "
Tianze Wang57d69272016-08-31 23:14:17 -04001862msgstr "使用中的@q@i被对用户可见。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001863
1864#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001865#: e2fsck/problem.c:998
Eric Sandeen032eafe2012-07-28 17:48:36 -04001866msgid "The bad @b @i looks @n. "
Tianze Wang57d69272016-08-31 23:14:17 -04001867msgstr "坏@b@i似乎是@n。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001868
1869#. @-expanded: inode %i has zero length extent\n
1870#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001871#: e2fsck/problem.c:1003
Eric Sandeen032eafe2012-07-28 17:48:36 -04001872msgid ""
1873"@i %i has zero length extent\n"
1874"\t(@n logical @b %c, physical @b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001875msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001876"@i %i 含有零长度的extent\n"
1877"\t(@n 逻辑@b %c,物理@b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001878
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001879#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001880#: e2fsck/problem.c:1008
Tianze Wang57d69272016-08-31 23:14:17 -04001881#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001882msgid "@i %i seems to contain garbage. "
Tianze Wang57d69272016-08-31 23:14:17 -04001883msgstr "@i %i 含有无效数据。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001884
1885#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001886#: e2fsck/problem.c:1013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001887#, c-format
1888msgid "@i %i passes checks, but checksum does not match @i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001889msgstr "@i %i 通过检验,但其校验值与自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001890
1891#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001892#: e2fsck/problem.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001893#, c-format
1894msgid "@i %i @a is corrupt (allocation collision). "
Tianze Wang57d69272016-08-31 23:14:17 -04001895msgstr "@i %i @a 已损坏(分配冲突)。 "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001896
1897#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1898#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001899#: e2fsck/problem.c:1026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001900msgid ""
1901"@i %i extent block passes checks, but checksum does not match extent\n"
1902"\t(logical @b %c, physical @b %b, len %N)\n"
1903msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001904"@i %i 外部块通过检验,但其校验值与自身不符\n"
1905"\t(逻辑@b %c,物理@b %b,长度 %N)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001906
1907#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001908#: e2fsck/problem.c:1035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001909msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001910msgstr "@i %i 的@a @b %b 通过检验,但其校验值与自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001911
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001912#. @-expanded: Interior extent node level %N of inode %i:\n
1913#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001914#: e2fsck/problem.c:1040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001915msgid ""
1916"Interior @x node level %N of @i %i:\n"
1917"Logical start %b does not match logical start %c at next level. "
1918msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001919"@i %i 的子@x节点等级 %N:\n"
1920"逻辑起始位点 %b 与下一等级的逻辑起始位点 %c 不匹配。 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001921
1922#. @-expanded: inode %i, end of extent exceeds allowed value\n
1923#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001924#: e2fsck/problem.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001925msgid ""
1926"@i %i, end of extent exceeds allowed value\n"
1927"\t(logical @b %c, physical @b %b, len %N)\n"
1928msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001929"@i %i,extent结尾超过了允许范围\n"
1930"\t(逻辑@b %c,物理块@b %b,长度 %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001931
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001932#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001933#: e2fsck/problem.c:1051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001934#, c-format
1935msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001936msgstr "@i %i 含有内联数据,但@S不具有 INLINE_DATA 特性\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001937
1938#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001939#: e2fsck/problem.c:1056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001940#, c-format
1941msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001942msgstr "@i %i 被设置了 INLINE_DATA_FL 标志,但文件系统不支持内联数据。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001943
1944#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001945#: e2fsck/problem.c:1063
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001946msgid ""
1947"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001948msgstr "@i %i 块 %b 与关键元数据冲突,跳过对块的检查。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001949
Theodore Ts'obd386982015-05-17 20:34:58 -04001950#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001951#: e2fsck/problem.c:1068
Theodore Ts'obd386982015-05-17 20:34:58 -04001952msgid "@d @i %i @b %b should be at @b %c. "
Tianze Wang57d69272016-08-31 23:14:17 -04001953msgstr "@d@i %i @b %b 应为@b %c。 "
Theodore Ts'obd386982015-05-17 20:34:58 -04001954
1955#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001956#: e2fsck/problem.c:1073
Tianze Wang57d69272016-08-31 23:14:17 -04001957#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04001958msgid "@d @i %i has @x marked uninitialized at @b %c. "
Tianze Wang57d69272016-08-31 23:14:17 -04001959msgstr "@d@i %i 含有被标记为未初始化的@x,位于@b %c。 "
Theodore Ts'obd386982015-05-17 20:34:58 -04001960
1961#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1962#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001963#: e2fsck/problem.c:1078
Theodore Ts'obd386982015-05-17 20:34:58 -04001964msgid ""
1965"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1966"Will fix in pass 1B.\n"
1967msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001968"@i %i 逻辑@b %b(物理@b %c)违反了块分配原则。\n"
1969"将会在第 1B 步中进行修复。\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001971#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001972#: e2fsck/problem.c:1083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001973#, c-format
1974msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Tianze Wang57d69272016-08-31 23:14:17 -04001975msgstr "@i %i 被设置了INDEX_DATA_FL标志,但找不到相应的@a。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001976
1977#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1978#. @-expanded: or inline-data flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001979#: e2fsck/problem.c:1089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001980#, c-format
1981msgid ""
1982"Special (@v/socket/fifo) file (@i %i) has extents\n"
1983"or inline-data flag set. "
1984msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001985"特殊文件(@v/套接字/队列)(@i %i)被设置了\n"
1986"extents 或内联数据标志。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001987
1988#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001989#: e2fsck/problem.c:1095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001990#, c-format
1991msgid "@i %i has @x header but inline data flag is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001992msgstr "@i %i 含有@x头部,但被设置了内联数据标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001993
1994#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001995#: e2fsck/problem.c:1100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001996#, c-format
1997msgid "@i %i seems to have inline data but @x flag is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001998msgstr "@i %i 似乎含有内联数据,但被设置了@x标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001999
2000#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002001#: e2fsck/problem.c:1105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002002#, c-format
2003msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002004msgstr "@i %i 似乎含有@b位图,但被设置了内联数据标志和@x标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002005
2006#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002007#: e2fsck/problem.c:1110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002008#, c-format
2009msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002010msgstr "@i %i 含有内联数据且被设置了@x标志,但 i_block 中含有无效数据。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002011
2012#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002013#: e2fsck/problem.c:1115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002014msgid "Bad block list says the bad block list @i is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04002015msgstr "坏块列表中的数据表明,坏块列表@i 已损坏。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016
2017#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002018#: e2fsck/problem.c:1120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002019msgid "@A @x region allocation structure. "
Tianze Wang57d69272016-08-31 23:14:17 -04002020msgstr "构建extent区域的分配结构体时出错。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002021
2022#. @-expanded: inode %i has a duplicate extent mapping\n
2023#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002024#: e2fsck/problem.c:1125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025msgid ""
2026"@i %i has a duplicate @x mapping\n"
2027"\t(logical @b %c, @n physical @b %b, len %N)\n"
2028msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002029"@i %i 含有重复的@x映射\n"
2030"\t(逻辑块 %c,@n物理块@b %b,长度 %N)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002031
2032#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002033#: e2fsck/problem.c:1130
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002034msgid "@A memory for encrypted @d list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002035msgstr "为加密@d列表分配内存时出错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002036
2037#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002038#: e2fsck/problem.c:1135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002039msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002040msgstr "@i %i @x树的深度可以更小(当前为%b;可以 <= %c)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002041
2042#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002043#: e2fsck/problem.c:1140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002044#, c-format
2045msgid "@i %i on bigalloc @f cannot be @b mapped. "
Tianze Wang57d69272016-08-31 23:14:17 -04002046msgstr "位于 bigalloc @f 的@i %i on bigalloc @f 无法被@b映射。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002047
2048#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002049#: e2fsck/problem.c:1145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002050#, c-format
2051msgid "@i %i has corrupt @x header. "
Tianze Wang57d69272016-08-31 23:14:17 -04002052msgstr "@i %i 含有损坏的@x头部。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002053
2054#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002055#: e2fsck/problem.c:1150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002056#, c-format
2057msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002058msgstr "@i %i 的时间戳超过了 2310-04-04,可能应为 1970 年之前。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002059
Theodore Ts'of722c132009-04-21 22:09:01 -04002060#. @-expanded: \n
2061#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2062#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002063#: e2fsck/problem.c:1157
Theodore Ts'of722c132009-04-21 22:09:01 -04002064msgid ""
2065"\n"
2066"Running additional passes to resolve @bs claimed by more than one @i...\n"
2067"Pass 1B: Rescanning for @m @bs\n"
2068msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002069"\n"
2070"执行额外的步骤来处理被多个@i引用的@b...\n"
2071"第 1B 步:重新扫描@m @b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002072
2073#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002074#: e2fsck/problem.c:1163
Theodore Ts'of722c132009-04-21 22:09:01 -04002075#, c-format
2076msgid "@m @b(s) in @i %i:"
Tianze Wang57d69272016-08-31 23:14:17 -04002077msgstr "@m@b位于@i %i:"
Theodore Ts'of722c132009-04-21 22:09:01 -04002078
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002079#: e2fsck/problem.c:1178
Theodore Ts'of722c132009-04-21 22:09:01 -04002080#, c-format
2081msgid "Error while scanning inodes (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002082msgstr "扫描Inode(%i\\)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002083
2084#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002085#: e2fsck/problem.c:1183
Theodore Ts'of722c132009-04-21 22:09:01 -04002086#, c-format
2087msgid "@A @i @B (@i_dup_map): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002088msgstr "分配@i@B时出错(inode_dup_map):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002089
2090#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002091#: e2fsck/problem.c:1188
Theodore Ts'of722c132009-04-21 22:09:01 -04002092#, c-format
2093msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002094msgstr "迭代@i %i中的@b时出错(%s):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002095
2096#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002097#: e2fsck/problem.c:1193 e2fsck/problem.c:1555
Theodore Ts'of722c132009-04-21 22:09:01 -04002098msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002099msgstr "为@aB %b(@i %i)调整refcount时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002100
2101#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002102#: e2fsck/problem.c:1203
Theodore Ts'of722c132009-04-21 22:09:01 -04002103msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002104msgstr "第 1C 步:扫描含有@m@b的目录@i\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002105
2106#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002107#: e2fsck/problem.c:1209
Theodore Ts'of722c132009-04-21 22:09:01 -04002108msgid "Pass 1D: Reconciling @m @bs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002109msgstr "第 1C 步:调整@m@b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002110
2111#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Dark Raven3be22a82010-04-19 16:59:03 -04002112#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002113#: e2fsck/problem.c:1214
Theodore Ts'of722c132009-04-21 22:09:01 -04002114msgid ""
2115"File %Q (@i #%i, mod time %IM) \n"
Dark Raven3be22a82010-04-19 16:59:03 -04002116" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002117msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002118"文件 %Q(@i #%i,修改时间 %IM)\n"
2119"与 %N 个文件共享 %r 个@m@b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002120
2121#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002122#: e2fsck/problem.c:1220
Theodore Ts'of722c132009-04-21 22:09:01 -04002123msgid "\t%Q (@i #%i, mod time %IM)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002124msgstr "\t%Q(@i #%i,修改时间 %IM)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002125
2126#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002127#: e2fsck/problem.c:1225
Theodore Ts'of722c132009-04-21 22:09:01 -04002128msgid "\t<@f metadata>\n"
2129msgstr "\t<@f元数据>\n"
2130
2131#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2132#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002133#: e2fsck/problem.c:1230
Theodore Ts'of722c132009-04-21 22:09:01 -04002134msgid ""
2135"(There are %N @is containing @m @bs.)\n"
2136"\n"
2137msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002138"(共有 %N 含有@m@b的@i)\n"
2139"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002140
2141#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2142#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002143#: e2fsck/problem.c:1235
Theodore Ts'of722c132009-04-21 22:09:01 -04002144msgid ""
2145"@m @bs already reassigned or cloned.\n"
2146"\n"
2147msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002148"@m@b已被重新分配或克隆。\n"
2149"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002150
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002151#: e2fsck/problem.c:1248
Theodore Ts'of722c132009-04-21 22:09:01 -04002152#, c-format
2153msgid "Couldn't clone file: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002154msgstr "无法克隆文件:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002156#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002157#: e2fsck/problem.c:1254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002158msgid "Pass 1E: Optimizing @x trees\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002159msgstr "第 1E 步:优化@x树\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002160
2161#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002162#: e2fsck/problem.c:1259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002163#, c-format
2164msgid "Failed to optimize @x tree %p (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002165msgstr "优化@x树 %p(%i)失败:%m\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002166
2167#. @-expanded: Optimizing extent trees:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002168#: e2fsck/problem.c:1264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002169msgid "Optimizing @x trees: "
Tianze Wang57d69272016-08-31 23:14:17 -04002170msgstr "优化@x树:"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002171
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002172#: e2fsck/problem.c:1279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002173msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002174msgstr "内部错误:extent树的最大深度过大(当前为 %b;应为 %c)。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002175
2176#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002177#: e2fsck/problem.c:1284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002178msgid "@i %i @x tree (at level %b) could be shorter. "
Tianze Wang57d69272016-08-31 23:14:17 -04002179msgstr "@i %i 的@x树(位于第 %b 层)的深度可以更小。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002180
2181#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002182#: e2fsck/problem.c:1289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002183msgid "@i %i @x tree (at level %b) could be narrower. "
Tianze Wang57d69272016-08-31 23:14:17 -04002184msgstr "@i %i 的@x树(位于第 %b 层)可以更窄。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002185
Theodore Ts'of722c132009-04-21 22:09:01 -04002186#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002187#: e2fsck/problem.c:1296
Theodore Ts'of722c132009-04-21 22:09:01 -04002188msgid "Pass 2: Checking @d structure\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002189msgstr "第 2 步:检查目录结构\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002190
2191#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002192#: e2fsck/problem.c:1301
Theodore Ts'of722c132009-04-21 22:09:01 -04002193#, c-format
2194msgid "@n @i number for '.' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002195msgstr "@d@i %i 中“.”的@n@i编号无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002196
2197#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002198#: e2fsck/problem.c:1306
Theodore Ts'of722c132009-04-21 22:09:01 -04002199msgid "@E has @n @i #: %Di.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002200msgstr "@E含有@n@i #:%Di\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002201
2202#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002203#: e2fsck/problem.c:1311
Theodore Ts'of722c132009-04-21 22:09:01 -04002204msgid "@E has @D/unused @i %Di. "
Tianze Wang57d69272016-08-31 23:14:17 -04002205msgstr "@E含有@D或未使用的@ %Di。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002206
2207#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002208#: e2fsck/problem.c:1316
Theodore Ts'of722c132009-04-21 22:09:01 -04002209msgid "@E @L to '.' "
Tianze Wang57d69272016-08-31 23:14:17 -04002210msgstr "@E是一个指向“.”的链接"
Theodore Ts'of722c132009-04-21 22:09:01 -04002211
2212#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002213#: e2fsck/problem.c:1321
Theodore Ts'of722c132009-04-21 22:09:01 -04002214msgid "@E points to @i (%Di) located in a bad @b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002215msgstr "@E指向位于坏@b的@i(%Di)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002216
2217#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002218#: e2fsck/problem.c:1326
Theodore Ts'of722c132009-04-21 22:09:01 -04002219msgid "@E @L to @d %P (%Di).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002220msgstr "@E是一个指向@d %P(%Di)的链接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002221
2222#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002223#: e2fsck/problem.c:1331
Theodore Ts'of722c132009-04-21 22:09:01 -04002224msgid "@E @L to the @r.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002225msgstr "@E是一个指向@r的链接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002226
2227#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002228#: e2fsck/problem.c:1336
Theodore Ts'of722c132009-04-21 22:09:01 -04002229msgid "@E has illegal characters in its name.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002230msgstr "@E的名称中有无效字符。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002231
2232#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002233#: e2fsck/problem.c:1341
Theodore Ts'of722c132009-04-21 22:09:01 -04002234#, c-format
2235msgid "Missing '.' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002236msgstr "@d@i %i 中缺少“.”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002237
2238#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002239#: e2fsck/problem.c:1346
Theodore Ts'of722c132009-04-21 22:09:01 -04002240#, c-format
2241msgid "Missing '..' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002242msgstr "@d@i %i 中缺少“..”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002243
2244#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002245#: e2fsck/problem.c:1351
Theodore Ts'of722c132009-04-21 22:09:01 -04002246msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002247msgstr "@d@i %i 中的第一个@e“%Dn”(@i=%Di)@s“.”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002248
2249#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002250#: e2fsck/problem.c:1356
Theodore Ts'of722c132009-04-21 22:09:01 -04002251msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002252msgstr "@d@i %i 中的第二个@e“%Dn”(@i=%Di)@s“..”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002253
2254#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002255#: e2fsck/problem.c:1361
Theodore Ts'of722c132009-04-21 22:09:01 -04002256msgid "i_faddr @F %IF, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002257msgstr "@i %i (%Q)的i_faddr为 %IF,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002258
2259#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002260#: e2fsck/problem.c:1366
Theodore Ts'of722c132009-04-21 22:09:01 -04002261msgid "i_file_acl @F %If, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002262msgstr "@i %i (%Q)的i_file_acl为 %IF,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002263
2264#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002265#: e2fsck/problem.c:1371
Theodore Ts'of722c132009-04-21 22:09:01 -04002266msgid "i_dir_acl @F %Id, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002267msgstr "@i %i (%Q)的i_dir_acl为 %ld,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002268
2269#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002270#: e2fsck/problem.c:1376
Theodore Ts'of722c132009-04-21 22:09:01 -04002271msgid "i_frag @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002272msgstr "@i %i (%Q)的i_frag为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002273
2274#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002275#: e2fsck/problem.c:1381
Theodore Ts'of722c132009-04-21 22:09:01 -04002276msgid "i_fsize @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002277msgstr "@i %i (%Q)的i_size为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002278
2279#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002280#: e2fsck/problem.c:1386
Theodore Ts'of722c132009-04-21 22:09:01 -04002281msgid "@i %i (%Q) has @n mode (%Im).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002282msgstr "@i %i(%Q)有@n模式 (%Im)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002283
Dark Raven3be22a82010-04-19 16:59:03 -04002284#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002285#: e2fsck/problem.c:1391
Dark Raven3be22a82010-04-19 16:59:03 -04002286msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002287msgstr "@d@i %i,%B,偏移量 %N:@d已损坏\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002288
Dark Raven3be22a82010-04-19 16:59:03 -04002289#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002290#: e2fsck/problem.c:1396
Dark Raven3be22a82010-04-19 16:59:03 -04002291msgid "@d @i %i, %B, offset %N: filename too long\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002292msgstr "@d@i %i,%B,偏移量 %N:文件名过长\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002293
Dark Raven3be22a82010-04-19 16:59:03 -04002294#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002295#: e2fsck/problem.c:1401
Dark Raven3be22a82010-04-19 16:59:03 -04002296msgid "@d @i %i has an unallocated %B. "
Tianze Wang57d69272016-08-31 23:14:17 -04002297msgstr "@d@i %i 含有未分配的 %B。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002298
2299#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002300#: e2fsck/problem.c:1406
Theodore Ts'of722c132009-04-21 22:09:01 -04002301#, c-format
2302msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002303msgstr "@d@i %i 中的“.”@d@e 没有以NULL终止\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002304
2305#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002306#: e2fsck/problem.c:1411
Theodore Ts'of722c132009-04-21 22:09:01 -04002307#, c-format
2308msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002309msgstr "@d@i %i 中的“..”@d@e 没有以NULL终止\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002310
2311#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002312#: e2fsck/problem.c:1416
Theodore Ts'of722c132009-04-21 22:09:01 -04002313msgid "@i %i (%Q) is an @I character @v.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002314msgstr "@i %i(%Q)是一个@I的字符@v。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002315
2316#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002317#: e2fsck/problem.c:1421
Theodore Ts'of722c132009-04-21 22:09:01 -04002318msgid "@i %i (%Q) is an @I @b @v.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002319msgstr "@i %i(%Q)是一个@I的@b@v。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002320
2321#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002322#: e2fsck/problem.c:1426
Theodore Ts'of722c132009-04-21 22:09:01 -04002323msgid "@E is duplicate '.' @e.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002324msgstr "@E为重复的“.”目录@e。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002325
2326#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002327#: e2fsck/problem.c:1431
Theodore Ts'of722c132009-04-21 22:09:01 -04002328msgid "@E is duplicate '..' @e.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002329msgstr "@E为重复的“..”目录@e。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002330
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002331#: e2fsck/problem.c:1436 e2fsck/problem.c:1771
Theodore Ts'of722c132009-04-21 22:09:01 -04002332#, c-format
2333msgid "Internal error: couldn't find dir_info for %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002334msgstr "内部错误:无法找到 %i 的dir_info。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002335
2336#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002337#: e2fsck/problem.c:1441
Theodore Ts'of722c132009-04-21 22:09:01 -04002338msgid "@E has rec_len of %Dr, @s %N.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002339msgstr "@E的rec_len为 %Dr,@s %N。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002340
2341#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002342#: e2fsck/problem.c:1446
Theodore Ts'of722c132009-04-21 22:09:01 -04002343#, c-format
2344msgid "@A icount structure: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002345msgstr "分配icount结构体时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002346
2347#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002348#: e2fsck/problem.c:1451
Theodore Ts'of722c132009-04-21 22:09:01 -04002349#, c-format
2350msgid "Error iterating over @d @bs: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002351msgstr "迭代@d@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002352
2353#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002354#: e2fsck/problem.c:1456
Theodore Ts'of722c132009-04-21 22:09:01 -04002355msgid "Error reading @d @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002356msgstr "读取@d@b %b(@i %i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002357
2358#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002359#: e2fsck/problem.c:1461
Theodore Ts'of722c132009-04-21 22:09:01 -04002360msgid "Error writing @d @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002361msgstr "写入@d@b %b(@i %i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002362
2363#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002364#: e2fsck/problem.c:1466
Theodore Ts'of722c132009-04-21 22:09:01 -04002365#, c-format
2366msgid "@A new @d @b for @i %i (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002367msgstr "为@i %i(%s)分配新@d@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002368
2369#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002370#: e2fsck/problem.c:1471
Theodore Ts'of722c132009-04-21 22:09:01 -04002371#, c-format
2372msgid "Error deallocating @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002373msgstr "取消分配@i %i时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002374
2375#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002376#: e2fsck/problem.c:1476
Theodore Ts'of722c132009-04-21 22:09:01 -04002377#, c-format
2378msgid "@d @e for '.' in %p (%i) is big.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002379msgstr "%p(%i)中“.”的@d@e太大。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002380
2381#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002382#: e2fsck/problem.c:1481
Theodore Ts'of722c132009-04-21 22:09:01 -04002383msgid "@i %i (%Q) is an @I FIFO.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002384msgstr "@i %i(%Q)是一个@I队列。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002385
2386#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002387#: e2fsck/problem.c:1486
Theodore Ts'of722c132009-04-21 22:09:01 -04002388msgid "@i %i (%Q) is an @I socket.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002389msgstr "@i %i(%Q)是一个@I套接字。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002390
2391#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002392#: e2fsck/problem.c:1491
Theodore Ts'of722c132009-04-21 22:09:01 -04002393msgid "Setting filetype for @E to %N.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002394msgstr "将@E的文件类型设置为 %N。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002395
2396#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002397#: e2fsck/problem.c:1496
Theodore Ts'of722c132009-04-21 22:09:01 -04002398msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002399msgstr "@E含有错误的文件类型(%Dt,@s %N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002400
2401#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002402#: e2fsck/problem.c:1501
Theodore Ts'of722c132009-04-21 22:09:01 -04002403msgid "@E has filetype set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002404msgstr "@E被设置了文件类型。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002405
2406#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002407#: e2fsck/problem.c:1506
Theodore Ts'of722c132009-04-21 22:09:01 -04002408msgid "@E has a @z name.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002409msgstr "@E含有长度为零的名称。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002410
2411#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002412#: e2fsck/problem.c:1511
Theodore Ts'of722c132009-04-21 22:09:01 -04002413msgid "Symlink %Q (@i #%i) is @n.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002414msgstr "符号链接 %Q(@i #%i)无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002415
2416#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002417#: e2fsck/problem.c:1516
Theodore Ts'of722c132009-04-21 22:09:01 -04002418msgid "@a @b @F @n (%If).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002419msgstr "@i %i 的@a@b无效(%lf)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002420
2421#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002422#: e2fsck/problem.c:1521
Theodore Ts'of722c132009-04-21 22:09:01 -04002423msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002424msgstr "@f含有大文件,但@S中未设置LARGE_FILE标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002425
Dark Raven3be22a82010-04-19 16:59:03 -04002426#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002427#: e2fsck/problem.c:1526
Dark Raven3be22a82010-04-19 16:59:03 -04002428msgid "@p @h %d: %B not referenced\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002429msgstr "@h %d 中发现问题:%B\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002430
Dark Raven3be22a82010-04-19 16:59:03 -04002431#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002432#: e2fsck/problem.c:1531
Dark Raven3be22a82010-04-19 16:59:03 -04002433msgid "@p @h %d: %B referenced twice\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002434msgstr "@h %d 中发现问题:%B 被引用了两次\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002435
Dark Raven3be22a82010-04-19 16:59:03 -04002436#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002437#: e2fsck/problem.c:1536
Dark Raven3be22a82010-04-19 16:59:03 -04002438msgid "@p @h %d: %B has bad min hash\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002439msgstr "@h %d 中发现问题:%B 含有错误的最小hash值\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002440
Dark Raven3be22a82010-04-19 16:59:03 -04002441#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002442#: e2fsck/problem.c:1541
Dark Raven3be22a82010-04-19 16:59:03 -04002443msgid "@p @h %d: %B has bad max hash\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002444msgstr "@h %d 中发现问题:%B 含有错误的最大hash值\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002445
2446#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002447#: e2fsck/problem.c:1546
Theodore Ts'of722c132009-04-21 22:09:01 -04002448msgid "@n @h %d (%q). "
Tianze Wang57d69272016-08-31 23:14:17 -04002449msgstr "@n@h %d(%q)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002450
2451#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002452#: e2fsck/problem.c:1550
Theodore Ts'of722c132009-04-21 22:09:01 -04002453msgid "@p @h %d (%q): bad @b number %b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002454msgstr "@h %d(%q)中发现问题:@b编号 %b 无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002455
2456#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002457#: e2fsck/problem.c:1560
Theodore Ts'of722c132009-04-21 22:09:01 -04002458#, c-format
2459msgid "@p @h %d: root node is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002460msgstr "@p@h %d:结点@n\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002461
Dark Raven3be22a82010-04-19 16:59:03 -04002462#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002463#: e2fsck/problem.c:1565
Dark Raven3be22a82010-04-19 16:59:03 -04002464msgid "@p @h %d: %B has @n limit (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002465msgstr "@h %d 中发现问题:%B 含有@n限制(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002466
Dark Raven3be22a82010-04-19 16:59:03 -04002467#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002468#: e2fsck/problem.c:1570
Dark Raven3be22a82010-04-19 16:59:03 -04002469msgid "@p @h %d: %B has @n count (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002470msgstr "@h %d 中发现问题:%B 含有@n计数(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002471
Dark Raven3be22a82010-04-19 16:59:03 -04002472#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002473#: e2fsck/problem.c:1575
Dark Raven3be22a82010-04-19 16:59:03 -04002474msgid "@p @h %d: %B has an unordered hash table\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002475msgstr "@h %d 中发现问题:%B 含有未排序的hash表\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002476
Dark Raven3be22a82010-04-19 16:59:03 -04002477#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002478#: e2fsck/problem.c:1580
Dark Raven3be22a82010-04-19 16:59:03 -04002479msgid "@p @h %d: %B has @n depth (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002480msgstr "@h %d 中发现问题:%B 含有@n深度(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002481
2482#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002483#: e2fsck/problem.c:1585
Theodore Ts'of722c132009-04-21 22:09:01 -04002484msgid "Duplicate @E found. "
Tianze Wang57d69272016-08-31 23:14:17 -04002485msgstr "发现%p(%i)中有重复项“%Dn”。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002486
2487#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2488#. @-expanded: Rename to %s
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002489#: e2fsck/problem.c:1590
Theodore Ts'of722c132009-04-21 22:09:01 -04002490#, no-c-format
2491msgid ""
2492"@E has a non-unique filename.\n"
2493"Rename to %s"
2494msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002495"@E含有一个非唯一的文件名。\n"
2496"已重命名为%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04002497
2498#. @-expanded: Duplicate entry '%Dn' found.\n
2499#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2500#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002501#: e2fsck/problem.c:1595
Theodore Ts'of722c132009-04-21 22:09:01 -04002502msgid ""
2503"Duplicate @e '%Dn' found.\n"
2504"\tMarking %p (%i) to be rebuilt.\n"
2505"\n"
2506msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002507"发现了重复的@e”@Dn“。\n"
2508"\t将 %p(%i)标记为需要重建的。\n"
2509"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002510
2511#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002512#: e2fsck/problem.c:1600
Theodore Ts'of722c132009-04-21 22:09:01 -04002513msgid "i_blocks_hi @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002514msgstr "@i %i(%Q)的i_blocks_hi为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002515
2516#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002517#: e2fsck/problem.c:1605
Theodore Ts'of722c132009-04-21 22:09:01 -04002518msgid "Unexpected @b in @h %d (%q).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002519msgstr "@h %d(%q)中有额外的@b。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002520
Theodore Ts'o930e2812009-06-29 15:08:12 -04002521#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002522#: e2fsck/problem.c:1609
Theodore Ts'o930e2812009-06-29 15:08:12 -04002523msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002524msgstr "@E引用了@g %g 中的@i %Di,但该@g被设置了_INODE_UNINIT标志。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002525
Theodore Ts'o930e2812009-06-29 15:08:12 -04002526#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002527#: e2fsck/problem.c:1614
Theodore Ts'o930e2812009-06-29 15:08:12 -04002528msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002529msgstr "@E引用了@g %g 中的@i %Di,但该@i位于未使用inode区。 \n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002530
2531#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002532#: e2fsck/problem.c:1619
Theodore Ts'o930e2812009-06-29 15:08:12 -04002533msgid "i_file_acl_hi @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002534msgstr "@i %i (%Q)的i_file_acl_hi为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002535
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002536#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002537#: e2fsck/problem.c:1624
Tianze Wang57d69272016-08-31 23:14:17 -04002538#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002539msgid "@p @h %d: root node fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002540msgstr "@p@h %d:根结点的校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002541
2542#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002543#: e2fsck/problem.c:1629
Tianze Wang57d69272016-08-31 23:14:17 -04002544#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002545msgid "@p @h %d: internal node fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002546msgstr "@p@h %d:内部结点的校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002547
2548#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002549#: e2fsck/problem.c:1634
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002550msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002551msgstr "@d@i %i,%B,偏移量 %N:@d缺少校验值。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002552
2553#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002554#: e2fsck/problem.c:1639
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002555msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002556msgstr "@d@i %i,%B:@d通过了检验,但校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002557
2558#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002559#: e2fsck/problem.c:1644
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002560msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002561msgstr "内联@d @i %i 的大小(%N)必须为4的整数倍。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002562
2563#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002564#: e2fsck/problem.c:1649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002565#, c-format
2566msgid "Fixing size of inline @d @i %i failed.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002567msgstr "修复内联@d @i %i 的大小失败。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002568
2569#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002570#: e2fsck/problem.c:1654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002571msgid "Encrypted @E is too short.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002572msgstr "加密的@E太短。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002573
Theodore Ts'of722c132009-04-21 22:09:01 -04002574#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002575#: e2fsck/problem.c:1661
Theodore Ts'of722c132009-04-21 22:09:01 -04002576msgid "Pass 3: Checking @d connectivity\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002577msgstr "第 3 步:检查目录连接性\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002578
2579#. @-expanded: root inode not allocated.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002580#: e2fsck/problem.c:1666
Theodore Ts'of722c132009-04-21 22:09:01 -04002581msgid "@r not allocated. "
Tianze Wang57d69272016-08-31 23:14:17 -04002582msgstr "@r未被分配。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002583
2584#. @-expanded: No room in lost+found directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002585#: e2fsck/problem.c:1671
Theodore Ts'of722c132009-04-21 22:09:01 -04002586msgid "No room in @l @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04002587msgstr "@l@d中没有空间。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002588
2589#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002590#: e2fsck/problem.c:1676
Theodore Ts'of722c132009-04-21 22:09:01 -04002591#, c-format
2592msgid "Unconnected @d @i %i (%p)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002593msgstr "未被连接的@d@i %i(%p)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002594
2595#. @-expanded: /lost+found not found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002596#: e2fsck/problem.c:1681
Theodore Ts'of722c132009-04-21 22:09:01 -04002597msgid "/@l not found. "
Tianze Wang57d69272016-08-31 23:14:17 -04002598msgstr "/@l未找到。"
Theodore Ts'of722c132009-04-21 22:09:01 -04002599
2600#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002601#: e2fsck/problem.c:1686
Theodore Ts'of722c132009-04-21 22:09:01 -04002602msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002603msgstr "%Q(%i)中的“..”为 %P(%j),@s %q(%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002604
2605#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002606#: e2fsck/problem.c:1691
Theodore Ts'of722c132009-04-21 22:09:01 -04002607msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002608msgstr "错误或不存在的/@l。无法重新连接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002609
2610#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002611#: e2fsck/problem.c:1696
Theodore Ts'of722c132009-04-21 22:09:01 -04002612#, c-format
2613msgid "Could not expand /@l: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002614msgstr "无法扩充/@l:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002615
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002616#: e2fsck/problem.c:1701
Theodore Ts'of722c132009-04-21 22:09:01 -04002617#, c-format
2618msgid "Could not reconnect %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002619msgstr "无法重新连接%i:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002620
2621#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002622#: e2fsck/problem.c:1706
Theodore Ts'of722c132009-04-21 22:09:01 -04002623#, c-format
2624msgid "Error while trying to find /@l: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002625msgstr "尝试查找/@l时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002626
2627#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002628#: e2fsck/problem.c:1711
Theodore Ts'of722c132009-04-21 22:09:01 -04002629#, c-format
2630msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002631msgstr "ext2fs_new_block:尝试创建/@l@d时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002632
2633#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002634#: e2fsck/problem.c:1716
Theodore Ts'of722c132009-04-21 22:09:01 -04002635#, c-format
2636msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002637msgstr "ext2fs_new_inode:尝试创建/@l@d时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002638
2639#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002640#: e2fsck/problem.c:1721
Theodore Ts'of722c132009-04-21 22:09:01 -04002641#, c-format
2642msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002643msgstr "ext2fs_new_dir_block:创建新的@d@b时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002644
2645#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002646#: e2fsck/problem.c:1726
Theodore Ts'of722c132009-04-21 22:09:01 -04002647#, c-format
2648msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002649msgstr "ext2fs_new_dir_block:为/@l创建新的@d@b时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002650
2651#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002652#: e2fsck/problem.c:1731
Theodore Ts'of722c132009-04-21 22:09:01 -04002653#, c-format
2654msgid "Error while adjusting @i count on @i %i\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002655msgstr "调整@i %i的inode计数时出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002656
2657#. @-expanded: Couldn't fix parent of inode %i: %m\n
2658#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002659#: e2fsck/problem.c:1736
Theodore Ts'of722c132009-04-21 22:09:01 -04002660#, c-format
2661msgid ""
2662"Couldn't fix parent of @i %i: %m\n"
2663"\n"
2664msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002665"无法修改@i %i的父节点:%m\n"
2666"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002667
2668#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2669#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002670#: e2fsck/problem.c:1741
Theodore Ts'of722c132009-04-21 22:09:01 -04002671#, c-format
2672msgid ""
2673"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2674"\n"
2675msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002676"无法修改@i %i的父节点:无法找到其父@d@e\n"
2677"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002678
2679#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002680#: e2fsck/problem.c:1751
Theodore Ts'of722c132009-04-21 22:09:01 -04002681#, c-format
2682msgid "Error creating root @d (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002683msgstr "创建根@d(%s)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002684
2685#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002686#: e2fsck/problem.c:1756
Theodore Ts'of722c132009-04-21 22:09:01 -04002687#, c-format
2688msgid "Error creating /@l @d (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002689msgstr "创建/@l@d(%s)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002690
2691#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002692#: e2fsck/problem.c:1761
Theodore Ts'of722c132009-04-21 22:09:01 -04002693msgid "@r is not a @d; aborting.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002694msgstr "@r不是一个@d;已终止执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002695
2696#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002697#: e2fsck/problem.c:1766
Theodore Ts'of722c132009-04-21 22:09:01 -04002698msgid "Cannot proceed without a @r.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002699msgstr "无法在没有@r的情况下继续。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002700
2701#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002702#: e2fsck/problem.c:1776
Theodore Ts'of722c132009-04-21 22:09:01 -04002703#, c-format
2704msgid "/@l is not a @d (ino=%i)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002705msgstr "/@l 不是一个@d(ino=%i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002707#. @-expanded: /lost+found has inline data\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002708#: e2fsck/problem.c:1781
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002709msgid "/@l has inline data\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002710msgstr "/@l 含有内联数据\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002711
2712#. @-expanded: Cannot allocate space for /lost+found.\n
2713#. @-expanded: Place lost files in root directory instead
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002714#: e2fsck/problem.c:1786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002715msgid ""
2716"Cannot allocate space for /@l.\n"
2717"Place lost files in root directory instead"
2718msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002719"无法为 /@l 分配空间。\n"
2720"请将丢失的文件置于根目录下"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002721
2722#. @-expanded: Insufficient space to recover lost files!\n
2723#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2724#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002725#: e2fsck/problem.c:1791
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002726msgid ""
2727"Insufficient space to recover lost files!\n"
2728"Move data off the @f and re-run e2fsck.\n"
2729"\n"
2730msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002731"没有足够的空间来回复丢失文件!\n"
2732"请将数据从@f中移出,然后重新运行 e2fsck。\n"
2733"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002734
2735#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002736#: e2fsck/problem.c:1796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002737msgid "/@l is encrypted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002738msgstr "/@l 已被加密\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002739
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002740#: e2fsck/problem.c:1803
Theodore Ts'of722c132009-04-21 22:09:01 -04002741msgid "Pass 3A: Optimizing directories\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002742msgstr "第 3A 步:优化目录\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002743
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002744#: e2fsck/problem.c:1808
Theodore Ts'of722c132009-04-21 22:09:01 -04002745#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002746msgid "Failed to create dirs_to_hash iterator: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002747msgstr "创建dirs_to_hash迭代器出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002748
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002749#: e2fsck/problem.c:1813
Theodore Ts'o930e2812009-06-29 15:08:12 -04002750msgid "Failed to optimize directory %q (%d): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002751msgstr "优化目录 %q(%d)失败:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002752
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002753#: e2fsck/problem.c:1818
Dark Raven3be22a82010-04-19 16:59:03 -04002754msgid "Optimizing directories: "
Tianze Wang57d69272016-08-31 23:14:17 -04002755msgstr "优化目录: "
Dark Raven3be22a82010-04-19 16:59:03 -04002756
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002757#: e2fsck/problem.c:1835
Theodore Ts'of722c132009-04-21 22:09:01 -04002758msgid "Pass 4: Checking reference counts\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002759msgstr "第 4 步:检查引用计数\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002760
2761#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002762#: e2fsck/problem.c:1840
Theodore Ts'of722c132009-04-21 22:09:01 -04002763#, c-format
2764msgid "@u @z @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04002765msgstr "@u@z@i %i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002766
2767#. @-expanded: unattached inode %i\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002768#: e2fsck/problem.c:1845
Theodore Ts'of722c132009-04-21 22:09:01 -04002769#, c-format
2770msgid "@u @i %i\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002771msgstr "@u@i %i。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002772
2773#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002774#: e2fsck/problem.c:1850
Theodore Ts'of722c132009-04-21 22:09:01 -04002775msgid "@i %i ref count is %Il, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04002776msgstr "@i %i 的引用计数为 %Il,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002777
2778#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2779#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2780#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002781#: e2fsck/problem.c:1854
Theodore Ts'of722c132009-04-21 22:09:01 -04002782msgid ""
2783"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2784"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2785"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2786msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002787"警告:e2fsck中出现程序错误!\n"
2788"\t或者是(粗心大意的)你正在检查一个被挂载的(活动的)文件系统。\n"
2789"@i_link_info[%i] 为 %N,@i.i_links_count 为 %Il。它们应当相同!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002790
2791#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002792#: e2fsck/problem.c:1864
Theodore Ts'of722c132009-04-21 22:09:01 -04002793msgid "Pass 5: Checking @g summary information\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002794msgstr "第 5 步:检查@g概要信息\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002795
2796#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002797#: e2fsck/problem.c:1869
Theodore Ts'of722c132009-04-21 22:09:01 -04002798msgid "Padding at end of @i @B is not set. "
Tianze Wang57d69272016-08-31 23:14:17 -04002799msgstr "@i@B末尾的填充值未设置。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002800
2801#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002802#: e2fsck/problem.c:1874
Theodore Ts'of722c132009-04-21 22:09:01 -04002803msgid "Padding at end of @b @B is not set. "
Tianze Wang57d69272016-08-31 23:14:17 -04002804msgstr "@b@B末尾的填充值未设置。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002805
2806#. @-expanded: block bitmap differences:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002807#: e2fsck/problem.c:1879
Theodore Ts'of722c132009-04-21 22:09:01 -04002808msgid "@b @B differences: "
Tianze Wang57d69272016-08-31 23:14:17 -04002809msgstr "@b@B的差异: "
Theodore Ts'of722c132009-04-21 22:09:01 -04002810
2811#. @-expanded: inode bitmap differences:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002812#: e2fsck/problem.c:1899
Theodore Ts'of722c132009-04-21 22:09:01 -04002813msgid "@i @B differences: "
Tianze Wang57d69272016-08-31 23:14:17 -04002814msgstr "@i@B的差异: "
Theodore Ts'of722c132009-04-21 22:09:01 -04002815
2816#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002817#: e2fsck/problem.c:1919
Theodore Ts'of722c132009-04-21 22:09:01 -04002818msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002819msgstr "@g #%g的可用@i计数错误(%i,实际为%j)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002820
2821#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002822#: e2fsck/problem.c:1924
Theodore Ts'of722c132009-04-21 22:09:01 -04002823msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002824msgstr "@g #%g的目录计数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002825
2826#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002827#: e2fsck/problem.c:1929
Theodore Ts'of722c132009-04-21 22:09:01 -04002828msgid "Free @is count wrong (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002829msgstr "可用@i数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002830
2831#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002832#: e2fsck/problem.c:1934
Theodore Ts'of722c132009-04-21 22:09:01 -04002833msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002834msgstr "@g #%g的可用@b计数错误(%i,实际为%j)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002835
2836#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002837#: e2fsck/problem.c:1939
Theodore Ts'of722c132009-04-21 22:09:01 -04002838msgid "Free @bs count wrong (%b, counted=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002839msgstr "可用@b数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002840
2841#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2842#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002843#: e2fsck/problem.c:1944
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002844msgid ""
2845"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2846"endpoints (%i, %j)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002847msgstr "程序错误:@f(# %n)@B端点(%b,%c)与计算值(%i,%j)不符\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002848
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002849#: e2fsck/problem.c:1950
Theodore Ts'of722c132009-04-21 22:09:01 -04002850msgid "Internal error: fudging end of bitmap (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002851msgstr "内部错误:虚构的位图端点\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002852
2853#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002854#: e2fsck/problem.c:1955
Theodore Ts'of722c132009-04-21 22:09:01 -04002855#, c-format
2856msgid "Error copying in replacement @i @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002857msgstr "替换@i@B时拷贝错误:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002858
2859#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002860#: e2fsck/problem.c:1960
Theodore Ts'of722c132009-04-21 22:09:01 -04002861#, c-format
2862msgid "Error copying in replacement @b @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002863msgstr "替换@b@B时拷贝错误:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002864
Theodore Ts'of722c132009-04-21 22:09:01 -04002865#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002866#: e2fsck/problem.c:1985
Theodore Ts'of722c132009-04-21 22:09:01 -04002867#, c-format
2868msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002869msgstr "@g %g @b已被使用,但@g被标记为BLOCK_UNINIT\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002870
2871#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002872#: e2fsck/problem.c:1990
Theodore Ts'of722c132009-04-21 22:09:01 -04002873#, c-format
2874msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002875msgstr "@g %g @i已被使用,但@g被标记为INODE_UNINIT\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002876
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002877#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002878#: e2fsck/problem.c:1995
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002879#, c-format
2880msgid "@g %g @i @B does not match checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002881msgstr "@g %g @i @B 与自身校验值不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002882
2883#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002884#: e2fsck/problem.c:2000
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002885#, c-format
2886msgid "@g %g @b @B does not match checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002887msgstr "@g %g @b @B 与自身校验值不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002888
Theodore Ts'o930e2812009-06-29 15:08:12 -04002889#. @-expanded: Recreate journal
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002890#: e2fsck/problem.c:2007
Theodore Ts'o930e2812009-06-29 15:08:12 -04002891msgid "Recreate @j"
Dark Raven3be22a82010-04-19 16:59:03 -04002892msgstr "重建@j"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002893
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002894#: e2fsck/problem.c:2012
Eric Sandeen032eafe2012-07-28 17:48:36 -04002895msgid "Update quota info for quota type %N"
Tianze Wang57d69272016-08-31 23:14:17 -04002896msgstr "更新配额类型 %N 的配额信息"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002897
Theodore Ts'obd386982015-05-17 20:34:58 -04002898#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002899#: e2fsck/problem.c:2017
Tianze Wang57d69272016-08-31 23:14:17 -04002900#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04002901msgid "Error setting @b @g checksum info: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002902msgstr "设置@b@g的校验信息时出错:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002903
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002904#: e2fsck/problem.c:2022
Tianze Wang57d69272016-08-31 23:14:17 -04002905#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04002906msgid "Error writing file system info: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002907msgstr "写入文件系统信息时出错:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002908
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002909#: e2fsck/problem.c:2027
Theodore Ts'obd386982015-05-17 20:34:58 -04002910#, c-format
2911msgid "Error flushing writes to storage device: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002912msgstr "将缓冲写入到存储设备:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002913
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002914#: e2fsck/problem.c:2032
Theodore Ts'o48203a32016-06-08 15:45:26 -04002915msgid "Error writing quota info for quota type %N: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002916msgstr "写入配额类型 %N 的配额信息时出错:%m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04002917
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002918#: e2fsck/problem.c:2153
Theodore Ts'of722c132009-04-21 22:09:01 -04002919#, c-format
2920msgid "Unhandled error code (0x%x)!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002921msgstr "未处理的错误码 (0x%x)!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002922
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002923#: e2fsck/problem.c:2279 e2fsck/problem.c:2283
Theodore Ts'of722c132009-04-21 22:09:01 -04002924msgid "IGNORED"
2925msgstr "已忽略"
2926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002927#: e2fsck/quota.c:33 e2fsck/quota.c:46
2928msgid "in move_quota_inode"
Tianze Wang57d69272016-08-31 23:14:17 -04002929msgstr "于 move_quota_inode 中"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002930
Eric Sandeen032eafe2012-07-28 17:48:36 -04002931#: e2fsck/scantest.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -04002932#, c-format
2933msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002934msgstr "内存用量:%d,持续时间:%6.3f/%6.3f/%6.3f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002935
Eric Sandeen032eafe2012-07-28 17:48:36 -04002936#: e2fsck/scantest.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -04002937#, c-format
2938msgid "size of inode=%d\n"
2939msgstr "inode大小=%d\n"
2940
Eric Sandeen032eafe2012-07-28 17:48:36 -04002941#: e2fsck/scantest.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04002942msgid "while starting inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -04002943msgstr "开始inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002944
Eric Sandeen032eafe2012-07-28 17:48:36 -04002945#: e2fsck/scantest.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002946msgid "while doing inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -04002947msgstr "进行inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002948
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002949#: e2fsck/super.c:190
Theodore Ts'of722c132009-04-21 22:09:01 -04002950#, c-format
2951msgid "while calling ext2fs_block_iterate for inode %d"
Tianze Wang57d69272016-08-31 23:14:17 -04002952msgstr "为inode %d 调用ext2fs_block_iterate时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002953
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002954#: e2fsck/super.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04002955#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002956msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Tianze Wang57d69272016-08-31 23:14:17 -04002957msgstr "为inode %d 调用ext2fs_adjust_ea_refcount2时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002958
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002959#: e2fsck/super.c:274
Theodore Ts'of722c132009-04-21 22:09:01 -04002960msgid "Truncating"
2961msgstr "正在截断"
2962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002963#: e2fsck/super.c:275
Theodore Ts'of722c132009-04-21 22:09:01 -04002964msgid "Clearing"
2965msgstr "正在清除"
2966
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002967#: e2fsck/unix.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04002968#, c-format
2969msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002970"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002971"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002972"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002973msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002974"用法:%s [-panyrcdfktvDFV] [-b 超级块] [-B 块大小]\n"
2975"\t\t[-l|-L 坏块文件] [-C fd] [-j 外部日志]\n"
2976"\t\t[-E 扩展选项] [-z 撤销文件] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002977
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002978#: e2fsck/unix.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -04002979msgid ""
2980"\n"
2981"Emergency help:\n"
2982" -p Automatic repair (no questions)\n"
2983" -n Make no changes to the filesystem\n"
2984" -y Assume \"yes\" to all questions\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002985" -c Check for bad blocks and add them to the badblock "
2986"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002987" -f Force checking even if filesystem is marked clean\n"
2988msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002989"\n"
2990"重要提示:\n"
2991" -p 自动修复(不询问)\n"
2992" -n 不对文件系统做任何更改\n"
2993" -y 对所有询问都回答“是”\n"
2994" -c 检查可能的坏块,并将它们加入坏块列表\n"
2995" -f 强制进行检查,即使文件系统被标记为“没有问题”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002997#: e2fsck/unix.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -04002998msgid ""
2999" -v Be verbose\n"
3000" -b superblock Use alternative superblock\n"
3001" -B blocksize Force blocksize when looking for superblock\n"
3002" -j external_journal Set location of the external journal\n"
3003" -l bad_blocks_file Add to badblocks list\n"
3004" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003005" -z undo_file Create an undo file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003006msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003007" -v 显示更多信息\n"
3008" -b superblock 使用备选超级块\n"
3009" -B blocksize 使用指定块大小来查找超级块\n"
3010" -j external_journal 指定外部日志的位置\n"
3011" -l bad_blocks_file 添加到指定的坏块列表(文件)\n"
3012" -L bad_blocks_file 指定坏块列表(文件)\n"
3013" -z undo_file 创建一个撤销文件\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003015#: e2fsck/unix.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04003016#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003017msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003018msgstr "%s:%u/%u 文件(%0d.%d%% 为非连续的), %llu/%llu 块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003020#: e2fsck/unix.c:160
Tianze Wang57d69272016-08-31 23:14:17 -04003021#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003022msgid ""
3023"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003024"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003025msgid_plural ""
3026"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003027"%12u inodes used (%2.2f%%, out of %u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003028msgstr[0] ""
3029"\n"
3030"%12u 个已使用的inode(%2.2f%%,总共 %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -04003033#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003034msgid "%12u non-contiguous file (%0d.%d%%)\n"
3035msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003036msgstr[0] "%12u 个不连续的文件(%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003037
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003038#: e2fsck/unix.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003039#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003040msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3041msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003042msgstr[0] "%12u 个不连续的目录(%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003044#: e2fsck/unix.c:174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003045#, c-format
3046msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003047msgstr " # 一次/二次/三次链接块数:%u/%u/%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003049#: e2fsck/unix.c:182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003050msgid " Extent depth histogram: "
Tianze Wang57d69272016-08-31 23:14:17 -04003051msgstr " Extent深度直方图: "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003053#: e2fsck/unix.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003054#, c-format
3055msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3056msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003057msgstr[0] "%12llu 个已使用的块(%2.2f%%,总共 %llu)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003058
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003059#: e2fsck/unix.c:195
Tianze Wang57d69272016-08-31 23:14:17 -04003060#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003061msgid "%12u bad block\n"
3062msgid_plural "%12u bad blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003063msgstr[0] "%12u 个坏块\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003065#: e2fsck/unix.c:197
Tianze Wang57d69272016-08-31 23:14:17 -04003066#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003067msgid "%12u large file\n"
3068msgid_plural "%12u large files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003069msgstr[0] "%12u 个大文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003071#: e2fsck/unix.c:199
Tianze Wang57d69272016-08-31 23:14:17 -04003072#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003073msgid ""
3074"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003075"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003076msgid_plural ""
3077"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003078"%12u regular files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003079msgstr[0] ""
3080"\n"
3081"%12u 个普通文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003083#: e2fsck/unix.c:201
Tianze Wang57d69272016-08-31 23:14:17 -04003084#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003085msgid "%12u directory\n"
3086msgid_plural "%12u directories\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003087msgstr[0] "%12u 个文件夹\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003089#: e2fsck/unix.c:203
Tianze Wang57d69272016-08-31 23:14:17 -04003090#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003091msgid "%12u character device file\n"
3092msgid_plural "%12u character device files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003093msgstr[0] "%12u 个字符设备文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003095#: e2fsck/unix.c:206
Tianze Wang57d69272016-08-31 23:14:17 -04003096#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003097msgid "%12u block device file\n"
3098msgid_plural "%12u block device files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003099msgstr[0] "%12u 个块设备文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003101#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003102#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003103msgid "%12u fifo\n"
3104msgid_plural "%12u fifos\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003105msgstr[0] "%12u 个队列文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003107#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04003108#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003109msgid "%12u link\n"
3110msgid_plural "%12u links\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003111msgstr[0] "%12u 个链接\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003113#: e2fsck/unix.c:212
Tianze Wang57d69272016-08-31 23:14:17 -04003114#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003115msgid "%12u symbolic link"
3116msgid_plural "%12u symbolic links"
Tianze Wang57d69272016-08-31 23:14:17 -04003117msgstr[0] "%12u 个符号链接"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003119#: e2fsck/unix.c:214
Tianze Wang57d69272016-08-31 23:14:17 -04003120#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003121msgid " (%u fast symbolic link)\n"
3122msgid_plural " (%u fast symbolic links)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003123msgstr[0] " (%u 个直接符号链接)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003125#: e2fsck/unix.c:218
Tianze Wang57d69272016-08-31 23:14:17 -04003126#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003127msgid "%12u socket\n"
3128msgid_plural "%12u sockets\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003129msgstr[0] "%12u 个套接字文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003130
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003131#: e2fsck/unix.c:222
Tianze Wang57d69272016-08-31 23:14:17 -04003132#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003133msgid "%12u file\n"
3134msgid_plural "%12u files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003135msgstr[0] "%12u 个文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003136
Theodore Ts'o21725192017-08-23 19:46:04 -04003137#: e2fsck/unix.c:235 misc/badblocks.c:1002 misc/tune2fs.c:2911 misc/util.c:126
Theodore Ts'o48203a32016-06-08 15:45:26 -04003138#: resize/main.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04003139#, c-format
3140msgid "while determining whether %s is mounted."
Tianze Wang57d69272016-08-31 23:14:17 -04003141msgstr "确定 %s 是否已挂载时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003142
Tianze Wang57d69272016-08-31 23:14:17 -04003143# Note:The second "%s" represents the current status of the device (defined by the first "%s"), thus it is not necessary to translate the word "is". The second "%s" will serve as the copula as well as the predicative (in Chinese).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003144#: e2fsck/unix.c:256
Tianze Wang57d69272016-08-31 23:14:17 -04003145#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003146msgid "Warning! %s is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003147msgstr "警告! %s已被挂载。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003148
Tianze Wang57d69272016-08-31 23:14:17 -04003149# Note:The second "%s" represents the current status of the device (defined by the first "%s"), thus it is not necessary to translate the word "is". The second "%s" will serve as the copula as well as the predicative (in Chinese).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003150#: e2fsck/unix.c:259
Tianze Wang57d69272016-08-31 23:14:17 -04003151#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003152msgid "Warning! %s is in use.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003153msgstr "警告! %s正被使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003155#: e2fsck/unix.c:265
Tianze Wang57d69272016-08-31 23:14:17 -04003156#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003157msgid "%s is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003158msgstr "%s 已挂载。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003159
Tianze Wang57d69272016-08-31 23:14:17 -04003160# Same as the above.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003161#: e2fsck/unix.c:267
Tianze Wang57d69272016-08-31 23:14:17 -04003162#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003163msgid "%s is in use.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003164msgstr "%s正被使用。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003166#: e2fsck/unix.c:269
Theodore Ts'of722c132009-04-21 22:09:01 -04003167msgid ""
3168"Cannot continue, aborting.\n"
3169"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003170msgstr "无法继续,已中止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04003173msgid ""
3174"\n"
3175"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003176"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3177"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003178"\n"
3179msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003180"\n"
3181"\n"
3182"警告!!!该文件系统已被挂载。如果你继续操作将会\n"
3183"使文件系统遭受 *** 严重损坏 ***!\n"
3184"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003186#: e2fsck/unix.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04003187msgid "Do you really want to continue"
Tianze Wang57d69272016-08-31 23:14:17 -04003188msgstr "你真的想要继续吗"
Theodore Ts'of722c132009-04-21 22:09:01 -04003189
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003190#: e2fsck/unix.c:278
Theodore Ts'of722c132009-04-21 22:09:01 -04003191msgid "check aborted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003192msgstr "检查被中止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003194#: e2fsck/unix.c:371
Theodore Ts'of722c132009-04-21 22:09:01 -04003195msgid " contains a file system with errors"
Tianze Wang57d69272016-08-31 23:14:17 -04003196msgstr " 有一个含有错误的文件系统"
Theodore Ts'of722c132009-04-21 22:09:01 -04003197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003198#: e2fsck/unix.c:373
Theodore Ts'of722c132009-04-21 22:09:01 -04003199msgid " was not cleanly unmounted"
Tianze Wang57d69272016-08-31 23:14:17 -04003200msgstr " 未被彻底卸载"
Theodore Ts'of722c132009-04-21 22:09:01 -04003201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003202#: e2fsck/unix.c:375
Theodore Ts'of722c132009-04-21 22:09:01 -04003203msgid " primary superblock features different from backup"
Tianze Wang57d69272016-08-31 23:14:17 -04003204msgstr " 主超级块与备份超级块有差异"
Theodore Ts'of722c132009-04-21 22:09:01 -04003205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003206#: e2fsck/unix.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04003207#, c-format
3208msgid " has been mounted %u times without being checked"
Tianze Wang57d69272016-08-31 23:14:17 -04003209msgstr " 已被挂载 %u 次,但尚未被检查"
Theodore Ts'of722c132009-04-21 22:09:01 -04003210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003211#: e2fsck/unix.c:386
Theodore Ts'of722c132009-04-21 22:09:01 -04003212msgid " has filesystem last checked time in the future"
Tianze Wang57d69272016-08-31 23:14:17 -04003213msgstr " 上一次检查的时间在未来"
Theodore Ts'of722c132009-04-21 22:09:01 -04003214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003215#: e2fsck/unix.c:392
Theodore Ts'of722c132009-04-21 22:09:01 -04003216#, c-format
3217msgid " has gone %u days without being checked"
Tianze Wang57d69272016-08-31 23:14:17 -04003218msgstr " 已超过 %u 未被检查"
Theodore Ts'of722c132009-04-21 22:09:01 -04003219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003220#: e2fsck/unix.c:401
Theodore Ts'of722c132009-04-21 22:09:01 -04003221msgid ", check forced.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003222msgstr ",强制进行检查。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003224#: e2fsck/unix.c:434
Theodore Ts'of722c132009-04-21 22:09:01 -04003225#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003226msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04003227msgstr "%s:没有问题,%u/%u 文件,%llu/%llu 块"
Theodore Ts'of722c132009-04-21 22:09:01 -04003228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003229#: e2fsck/unix.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04003230msgid " (check deferred; on battery)"
Tianze Wang57d69272016-08-31 23:14:17 -04003231msgstr " (正在使用电池;已推迟检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003233#: e2fsck/unix.c:457
Theodore Ts'of722c132009-04-21 22:09:01 -04003234msgid " (check after next mount)"
Tianze Wang57d69272016-08-31 23:14:17 -04003235msgstr "(将于下次挂载时进行检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003237#: e2fsck/unix.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04003238#, c-format
3239msgid " (check in %ld mounts)"
Tianze Wang57d69272016-08-31 23:14:17 -04003240msgstr " (每挂载 %ld 次就进行检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003242#: e2fsck/unix.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04003243#, c-format
3244msgid "ERROR: Couldn't open /dev/null (%s)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003245msgstr "错误:无法打开/dev/null(%s)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003247#: e2fsck/unix.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04003248msgid "Invalid EA version.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003249msgstr "无效的EA版本号。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003251#: e2fsck/unix.c:692
3252msgid "Invalid readahead buffer size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003253msgstr "预读取缓冲区大小无效。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003254
Theodore Ts'o21725192017-08-23 19:46:04 -04003255#: e2fsck/unix.c:737
Theodore Ts'of722c132009-04-21 22:09:01 -04003256#, c-format
3257msgid "Unknown extended option: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003258msgstr "未知的扩展属性:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003259
Theodore Ts'o21725192017-08-23 19:46:04 -04003260#: e2fsck/unix.c:745
3261#, fuzzy
3262msgid ""
3263"\n"
3264"Extended options are separated by commas, and may take an argument which\n"
3265"is set off by an equals ('=') sign. Valid extended options are:\n"
3266"\n"
3267msgstr ""
3268"\n"
3269"指定了错误的扩展属性:%s\n"
3270"\n"
3271"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
3272"\n"
3273"有效的参数有:\n"
3274"\tsuperblock=<超级块编号>\n"
3275"\tblocksize=<块大小>\n"
3276
3277#: e2fsck/unix.c:749
3278msgid "\tea_ver=<ea_version (1 or 2)>\n"
3279msgstr ""
3280
3281#: e2fsck/unix.c:758
3282#, fuzzy
3283msgid "\treadahead_kb=<buffer size>\n"
3284msgstr "预读取缓冲区大小无效。\n"
3285
3286#: e2fsck/unix.c:768
Theodore Ts'of722c132009-04-21 22:09:01 -04003287#, c-format
3288msgid ""
3289"Syntax error in e2fsck config file (%s, line #%d)\n"
3290"\t%s\n"
3291msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003292"e2fsck 配置文件中语法错误(%s,第 %d 行)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003293"\t%s\n"
3294
Theodore Ts'o21725192017-08-23 19:46:04 -04003295#: e2fsck/unix.c:841
Theodore Ts'of722c132009-04-21 22:09:01 -04003296#, c-format
3297msgid "Error validating file descriptor %d: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003298msgstr "验证文件描述符 %d 时出错:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003299
Theodore Ts'o21725192017-08-23 19:46:04 -04003300#: e2fsck/unix.c:845
Theodore Ts'of722c132009-04-21 22:09:01 -04003301msgid "Invalid completion information file descriptor"
Tianze Wang57d69272016-08-31 23:14:17 -04003302msgstr "无效的文件描述符信息"
Theodore Ts'of722c132009-04-21 22:09:01 -04003303
Theodore Ts'o21725192017-08-23 19:46:04 -04003304#: e2fsck/unix.c:860
Theodore Ts'of722c132009-04-21 22:09:01 -04003305msgid "Only one of the options -p/-a, -n or -y may be specified."
Tianze Wang57d69272016-08-31 23:14:17 -04003306msgstr "只能使用选项 -p/-a、-n 或 -y 其中之一。"
Theodore Ts'of722c132009-04-21 22:09:01 -04003307
Theodore Ts'o21725192017-08-23 19:46:04 -04003308#: e2fsck/unix.c:881
Theodore Ts'of722c132009-04-21 22:09:01 -04003309#, c-format
3310msgid "The -t option is not supported on this version of e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003311msgstr "此版本的e2fsck不支持 -t 选项。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003312
Theodore Ts'o21725192017-08-23 19:46:04 -04003313#: e2fsck/unix.c:912 e2fsck/unix.c:989 misc/e2initrd_helper.c:330
3314#: misc/tune2fs.c:1631 misc/tune2fs.c:1926 misc/tune2fs.c:1944
Theodore Ts'of722c132009-04-21 22:09:01 -04003315#, c-format
3316msgid "Unable to resolve '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04003317msgstr "无法解析“%s”"
Theodore Ts'of722c132009-04-21 22:09:01 -04003318
Theodore Ts'o21725192017-08-23 19:46:04 -04003319#: e2fsck/unix.c:968
Dark Ravenc4755342011-01-26 18:54:25 -05003320msgid "The -n and -D options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003321msgstr "%s:-n 和 -D 选项是互相排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003322
Theodore Ts'o21725192017-08-23 19:46:04 -04003323#: e2fsck/unix.c:973
Dark Ravenc4755342011-01-26 18:54:25 -05003324msgid "The -n and -c options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003325msgstr "%s:-n 和 -c 选项是互相排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003326
Theodore Ts'o21725192017-08-23 19:46:04 -04003327#: e2fsck/unix.c:978
Dark Ravenc4755342011-01-26 18:54:25 -05003328msgid "The -n and -l/-L options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003329msgstr "%s:-n 和 -l/-L 选项是相互排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003330
Theodore Ts'o21725192017-08-23 19:46:04 -04003331#: e2fsck/unix.c:1002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003332msgid "The -D and -E fixes_only options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003333msgstr "-D 和 -E fixes_only 选项是互相排斥的。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003334
Theodore Ts'o21725192017-08-23 19:46:04 -04003335#: e2fsck/unix.c:1008
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003336msgid "The -E bmap2extent and fixes_only options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003337msgstr "-E bmap2extent 和 fixes_only 选项是互相排斥的。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003338
Theodore Ts'o21725192017-08-23 19:46:04 -04003339#: e2fsck/unix.c:1072
Theodore Ts'of722c132009-04-21 22:09:01 -04003340msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003341msgstr "-c 和 -l/-L 选项不能同时使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003342
Theodore Ts'o21725192017-08-23 19:46:04 -04003343#: e2fsck/unix.c:1119
Theodore Ts'of722c132009-04-21 22:09:01 -04003344#, c-format
3345msgid ""
3346"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3347"\n"
3348msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003349"E2FSCK_JBD_DEBUG “%s”不是整数\n"
3350"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003351
Theodore Ts'o21725192017-08-23 19:46:04 -04003352#: e2fsck/unix.c:1128
Theodore Ts'of722c132009-04-21 22:09:01 -04003353#, c-format
3354msgid ""
3355"\n"
3356"Invalid non-numeric argument to -%c (\"%s\")\n"
3357"\n"
3358msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003359"\n"
3360"-%c 接收到无效的非数值参数(“%s”)\n"
3361"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003362
Theodore Ts'o21725192017-08-23 19:46:04 -04003363#: e2fsck/unix.c:1219
Eric Sandeen032eafe2012-07-28 17:48:36 -04003364#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003365msgid ""
3366"MMP interval is %u seconds and total wait time is %u seconds. Please "
3367"wait...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003368msgstr "MMP间隔为 %u 秒,总等候时间为 %u 秒。请稍候...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003369
Theodore Ts'o21725192017-08-23 19:46:04 -04003370#: e2fsck/unix.c:1236 e2fsck/unix.c:1241
Eric Sandeen032eafe2012-07-28 17:48:36 -04003371msgid "while checking MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04003372msgstr "检测 MMP 块时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003373
Theodore Ts'o21725192017-08-23 19:46:04 -04003374#: e2fsck/unix.c:1243 misc/tune2fs.c:2825
Eric Sandeen032eafe2012-07-28 17:48:36 -04003375msgid ""
3376"If you are sure the filesystem is not in use on any node, run:\n"
3377"'tune2fs -f -E clear_mmp {device}'\n"
3378msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003379"如果你确定文件系统并没有挂载到任何节点上,请运行:\n"
3380"“tune2fs -f -E clear_mmp {设备}”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003381
Theodore Ts'o21725192017-08-23 19:46:04 -04003382#: e2fsck/unix.c:1258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003383msgid "while reading MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04003384msgstr "读取 MMP 块时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003385
Theodore Ts'o21725192017-08-23 19:46:04 -04003386#: e2fsck/unix.c:1278 e2fsck/unix.c:1330 misc/e2undo.c:230 misc/e2undo.c:275
3387#: misc/mke2fs.c:2567 misc/mke2fs.c:2618 misc/tune2fs.c:2643
3388#: misc/tune2fs.c:2688 resize/main.c:187 resize/main.c:232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003389#, c-format
3390msgid ""
3391"Overwriting existing filesystem; this can be undone using the command:\n"
3392" e2undo %s %s\n"
3393"\n"
3394msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003395"正在覆盖现有的文件系统;可以用下列命令来撤销该操作:\n"
3396" e2undo %s %s\n"
3397"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003398
Theodore Ts'o21725192017-08-23 19:46:04 -04003399#: e2fsck/unix.c:1319 misc/e2undo.c:264 misc/mke2fs.c:2607 misc/tune2fs.c:2677
Theodore Ts'o48203a32016-06-08 15:45:26 -04003400#: resize/main.c:221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003401#, c-format
3402msgid "while trying to delete %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003403msgstr "尝试删除 %s 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003404
Theodore Ts'o21725192017-08-23 19:46:04 -04003405#: e2fsck/unix.c:1345 misc/mke2fs.c:2633 resize/main.c:242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003406msgid "while trying to setup undo file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003407msgstr "尝试创建撤销记录时\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003408
Theodore Ts'o21725192017-08-23 19:46:04 -04003409#: e2fsck/unix.c:1388
Theodore Ts'of722c132009-04-21 22:09:01 -04003410msgid "Error: ext2fs library version out of date!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003411msgstr "错误:ext2fs库版本过旧!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003412
Theodore Ts'o21725192017-08-23 19:46:04 -04003413#: e2fsck/unix.c:1395
Theodore Ts'of722c132009-04-21 22:09:01 -04003414msgid "while trying to initialize program"
Tianze Wang57d69272016-08-31 23:14:17 -04003415msgstr "尝试初始化程序时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003416
Theodore Ts'o21725192017-08-23 19:46:04 -04003417#: e2fsck/unix.c:1418
Dark Raven3be22a82010-04-19 16:59:03 -04003418#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003419msgid "\tUsing %s, %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003420msgstr "\t使用 %s,%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003421
Theodore Ts'o21725192017-08-23 19:46:04 -04003422#: e2fsck/unix.c:1430
Theodore Ts'of722c132009-04-21 22:09:01 -04003423msgid "need terminal for interactive repairs"
Tianze Wang57d69272016-08-31 23:14:17 -04003424msgstr "需要在终端中进行交互式修复"
Theodore Ts'of722c132009-04-21 22:09:01 -04003425
Theodore Ts'o21725192017-08-23 19:46:04 -04003426#: e2fsck/unix.c:1491
Dark Raven31a48472009-05-25 22:45:42 -04003427#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003428msgid "%s: %s trying backup blocks...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003429msgstr "%s:%s 尝试备份块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003430
Theodore Ts'o21725192017-08-23 19:46:04 -04003431#: e2fsck/unix.c:1493
Theodore Ts'of722c132009-04-21 22:09:01 -04003432msgid "Superblock invalid,"
Tianze Wang57d69272016-08-31 23:14:17 -04003433msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04003434
Theodore Ts'o21725192017-08-23 19:46:04 -04003435#: e2fsck/unix.c:1494
Theodore Ts'of722c132009-04-21 22:09:01 -04003436msgid "Group descriptors look bad..."
Tianze Wang57d69272016-08-31 23:14:17 -04003437msgstr "组描述符似乎是错误的..."
Theodore Ts'of722c132009-04-21 22:09:01 -04003438
Theodore Ts'o21725192017-08-23 19:46:04 -04003439#: e2fsck/unix.c:1504
Tianze Wang57d69272016-08-31 23:14:17 -04003440#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003441msgid "%s: %s while using the backup blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04003442msgstr "%s:尝试备份块时 %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003443
Theodore Ts'o21725192017-08-23 19:46:04 -04003444#: e2fsck/unix.c:1508
Dark Raven3be22a82010-04-19 16:59:03 -04003445#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003446msgid "%s: going back to original superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003447msgstr "%s:回到原先的超级块\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003448
Theodore Ts'o21725192017-08-23 19:46:04 -04003449#: e2fsck/unix.c:1537
Theodore Ts'of722c132009-04-21 22:09:01 -04003450msgid ""
3451"The filesystem revision is apparently too high for this version of e2fsck.\n"
3452"(Or the filesystem superblock is corrupt)\n"
3453"\n"
3454msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003455"文件系统的版本高于此e2fsck所支持的版本。\n"
3456"(也有可能超级块已损坏)\n"
3457"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003458
Theodore Ts'o21725192017-08-23 19:46:04 -04003459#: e2fsck/unix.c:1544
Theodore Ts'of722c132009-04-21 22:09:01 -04003460msgid "Could this be a zero-length partition?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003461msgstr "分区长度为零吗?\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003462
Theodore Ts'o21725192017-08-23 19:46:04 -04003463#: e2fsck/unix.c:1546
Theodore Ts'of722c132009-04-21 22:09:01 -04003464#, c-format
3465msgid "You must have %s access to the filesystem or be root\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003466msgstr "你必须具有对该文件系统的 %s 权限,或者为root\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003467
Theodore Ts'o21725192017-08-23 19:46:04 -04003468#: e2fsck/unix.c:1552
Theodore Ts'of722c132009-04-21 22:09:01 -04003469msgid "Possibly non-existent or swap device?\n"
3470msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003471"可能为swap分区,或该设备不存在?\n"
3472"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003473
Theodore Ts'o21725192017-08-23 19:46:04 -04003474#: e2fsck/unix.c:1554
Theodore Ts'of722c132009-04-21 22:09:01 -04003475msgid "Filesystem mounted or opened exclusively by another program?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003476msgstr "文件系统可能已挂载,或正被其他程序独占使用?\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003477
Theodore Ts'o21725192017-08-23 19:46:04 -04003478#: e2fsck/unix.c:1558
Dark Ravenc4755342011-01-26 18:54:25 -05003479msgid "Possibly non-existent device?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003480msgstr "可能该设备不存在?\n"
Dark Ravenc4755342011-01-26 18:54:25 -05003481
Theodore Ts'o21725192017-08-23 19:46:04 -04003482#: e2fsck/unix.c:1561
Theodore Ts'of722c132009-04-21 22:09:01 -04003483msgid ""
3484"Disk write-protected; use the -n option to do a read-only\n"
3485"check of the device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003486msgstr "磁盘写保护;请使用 -n 选项进行只读检查。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003487
Theodore Ts'o21725192017-08-23 19:46:04 -04003488#: e2fsck/unix.c:1629
Theodore Ts'of722c132009-04-21 22:09:01 -04003489msgid "Get a newer version of e2fsck!"
Tianze Wang57d69272016-08-31 23:14:17 -04003490msgstr "请获取新版本的e2fsck!"
Theodore Ts'of722c132009-04-21 22:09:01 -04003491
Theodore Ts'o21725192017-08-23 19:46:04 -04003492#: e2fsck/unix.c:1673
Tianze Wang57d69272016-08-31 23:14:17 -04003493#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003494msgid "while checking journal for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003495msgstr "检查 %s 的日志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003496
Theodore Ts'o21725192017-08-23 19:46:04 -04003497#: e2fsck/unix.c:1676
Theodore Ts'o48203a32016-06-08 15:45:26 -04003498msgid "Cannot proceed with file system check"
Tianze Wang57d69272016-08-31 23:14:17 -04003499msgstr "无法在系统检查时进行"
Theodore Ts'o48203a32016-06-08 15:45:26 -04003500
Theodore Ts'o21725192017-08-23 19:46:04 -04003501#: e2fsck/unix.c:1687
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003502msgid ""
3503"Warning: skipping journal recovery because doing a read-only filesystem "
3504"check.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003505msgstr "警告:由于只读系统检查,跳过日志恢复流程。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003506
Theodore Ts'o21725192017-08-23 19:46:04 -04003507#: e2fsck/unix.c:1699
Theodore Ts'of722c132009-04-21 22:09:01 -04003508#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003509msgid "unable to set superblock flags on %s\n"
3510msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003511"无法设置 %s 的超级块标志。\n"
3512"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003513
Theodore Ts'o21725192017-08-23 19:46:04 -04003514#: e2fsck/unix.c:1705
Tianze Wang57d69272016-08-31 23:14:17 -04003515#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003516msgid "Journal checksum error found in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003517msgstr "在 %s 中发现日志校验值错误\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003518
Theodore Ts'o21725192017-08-23 19:46:04 -04003519#: e2fsck/unix.c:1709
Tianze Wang57d69272016-08-31 23:14:17 -04003520#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003521msgid "Journal corrupted in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003522msgstr "%s 中的日志已损坏\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003523
Theodore Ts'o21725192017-08-23 19:46:04 -04003524#: e2fsck/unix.c:1713
Tianze Wang57d69272016-08-31 23:14:17 -04003525#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003526msgid "while recovering journal of %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003527msgstr "恢复 %s 的日志时"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003528
Theodore Ts'o21725192017-08-23 19:46:04 -04003529#: e2fsck/unix.c:1735
Theodore Ts'of722c132009-04-21 22:09:01 -04003530#, c-format
3531msgid "%s has unsupported feature(s):"
Tianze Wang57d69272016-08-31 23:14:17 -04003532msgstr "%s 有不被支持的特性:"
Theodore Ts'of722c132009-04-21 22:09:01 -04003533
Theodore Ts'o21725192017-08-23 19:46:04 -04003534#: e2fsck/unix.c:1794
Tianze Wang57d69272016-08-31 23:14:17 -04003535#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003536msgid "%s: %s while reading bad blocks inode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003537msgstr "%s:读取坏块inode时%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003538
Theodore Ts'o21725192017-08-23 19:46:04 -04003539#: e2fsck/unix.c:1797
Theodore Ts'of722c132009-04-21 22:09:01 -04003540msgid "This doesn't bode well, but we'll try to go on...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003541msgstr "这并不是一个好预兆,然而我们将继续进行...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003542
Theodore Ts'o21725192017-08-23 19:46:04 -04003543#: e2fsck/unix.c:1837
Dark Raven3be22a82010-04-19 16:59:03 -04003544#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003545msgid "Creating journal (%d blocks): "
Tianze Wang57d69272016-08-31 23:14:17 -04003546msgstr "创建日志(%d 个块):"
Theodore Ts'of722c132009-04-21 22:09:01 -04003547
Theodore Ts'o21725192017-08-23 19:46:04 -04003548#: e2fsck/unix.c:1847
Theodore Ts'of722c132009-04-21 22:09:01 -04003549msgid " Done.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003550msgstr "完毕。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003551
Theodore Ts'o21725192017-08-23 19:46:04 -04003552#: e2fsck/unix.c:1849
Theodore Ts'of722c132009-04-21 22:09:01 -04003553msgid ""
3554"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003555"*** journal has been regenerated ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003556msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003557"\n"
3558"*** 日志已被重建 ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003559
Theodore Ts'o21725192017-08-23 19:46:04 -04003560#: e2fsck/unix.c:1855
Theodore Ts'obd386982015-05-17 20:34:58 -04003561msgid "aborted"
3562msgstr "已中止"
3563
Theodore Ts'o21725192017-08-23 19:46:04 -04003564#: e2fsck/unix.c:1857
Theodore Ts'of722c132009-04-21 22:09:01 -04003565#, c-format
3566msgid "%s: e2fsck canceled.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003567msgstr "%s:e2fsck被取消。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003568
Theodore Ts'o21725192017-08-23 19:46:04 -04003569#: e2fsck/unix.c:1884
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003570msgid "Restarting e2fsck from the beginning...\n"
3571msgstr "正在从头开始e2fsck...\n"
3572
Theodore Ts'o21725192017-08-23 19:46:04 -04003573#: e2fsck/unix.c:1888
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003574msgid "while resetting context"
Tianze Wang57d69272016-08-31 23:14:17 -04003575msgstr "重置上下文时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003576
Theodore Ts'o21725192017-08-23 19:46:04 -04003577#: e2fsck/unix.c:1939
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003578#, fuzzy, c-format
3579msgid ""
3580"\n"
3581"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3582msgstr ""
3583"\n"
3584"%s:***** 文件系统已修改 *****\n"
3585
Theodore Ts'o21725192017-08-23 19:46:04 -04003586#: e2fsck/unix.c:1941
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003587#, fuzzy, c-format
3588msgid "%s: File system was modified.\n"
3589msgstr "文件系统已损坏"
3590
Theodore Ts'o21725192017-08-23 19:46:04 -04003591#: e2fsck/unix.c:1945 e2fsck/util.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04003592#, c-format
3593msgid ""
3594"\n"
3595"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3596msgstr ""
3597"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003598"%s:***** 文件系统已修改 *****\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003599
Theodore Ts'o21725192017-08-23 19:46:04 -04003600#: e2fsck/unix.c:1950
Tianze Wang57d69272016-08-31 23:14:17 -04003601#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003602msgid "%s: ***** REBOOT SYSTEM *****\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003603msgstr "%s:***** 请重新启动系统 *****\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003604
Theodore Ts'o21725192017-08-23 19:46:04 -04003605#: e2fsck/unix.c:1958 e2fsck/util.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04003606#, c-format
3607msgid ""
3608"\n"
3609"%s: ********** WARNING: Filesystem still has errors **********\n"
3610"\n"
3611msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003612"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003613"%s:********** 警告:文件系统上仍有错误 **********\n"
Dark Raven31a48472009-05-25 22:45:42 -04003614"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003615
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003616#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -04003617msgid "yY"
3618msgstr "yY"
3619
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003620#: e2fsck/util.c:197
Theodore Ts'of722c132009-04-21 22:09:01 -04003621msgid "nN"
3622msgstr "nN"
3623
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003624#: e2fsck/util.c:198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003625msgid "aA"
Tianze Wang57d69272016-08-31 23:14:17 -04003626msgstr "aA"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003627
Theodore Ts'o21725192017-08-23 19:46:04 -04003628#: e2fsck/util.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003629msgid " ('a' enables 'yes' to all) "
Tianze Wang57d69272016-08-31 23:14:17 -04003630msgstr "(“a” 表示全部回答“yes”) "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003631
Theodore Ts'o21725192017-08-23 19:46:04 -04003632#: e2fsck/util.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -04003633msgid "<y>"
3634msgstr "<y>"
3635
Theodore Ts'o21725192017-08-23 19:46:04 -04003636#: e2fsck/util.c:220
Theodore Ts'of722c132009-04-21 22:09:01 -04003637msgid "<n>"
3638msgstr "<n>"
3639
Theodore Ts'o21725192017-08-23 19:46:04 -04003640#: e2fsck/util.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -04003641msgid " (y/n)"
Tianze Wang57d69272016-08-31 23:14:17 -04003642msgstr " (y/n)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003643
Theodore Ts'o21725192017-08-23 19:46:04 -04003644#: e2fsck/util.c:245
Theodore Ts'of722c132009-04-21 22:09:01 -04003645msgid "cancelled!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003646msgstr "已取消!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003647
Theodore Ts'o21725192017-08-23 19:46:04 -04003648#: e2fsck/util.c:278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003649msgid "yes to all\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003650msgstr "全部回答“yes”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003651
Theodore Ts'o21725192017-08-23 19:46:04 -04003652#: e2fsck/util.c:280
Theodore Ts'of722c132009-04-21 22:09:01 -04003653msgid "yes\n"
3654msgstr "是\n"
3655
Theodore Ts'o21725192017-08-23 19:46:04 -04003656#: e2fsck/util.c:282
Theodore Ts'of722c132009-04-21 22:09:01 -04003657msgid "no\n"
3658msgstr "否\n"
3659
Theodore Ts'o21725192017-08-23 19:46:04 -04003660#: e2fsck/util.c:292
Dark Raven3be22a82010-04-19 16:59:03 -04003661#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003662msgid ""
3663"%s? no\n"
3664"\n"
3665msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003666"%s? no\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003667"\n"
3668
Theodore Ts'o21725192017-08-23 19:46:04 -04003669#: e2fsck/util.c:296
Theodore Ts'of722c132009-04-21 22:09:01 -04003670#, c-format
3671msgid ""
3672"%s? yes\n"
3673"\n"
3674msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003675"%s? yes\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003676"\n"
3677
Theodore Ts'o21725192017-08-23 19:46:04 -04003678#: e2fsck/util.c:300
Theodore Ts'of722c132009-04-21 22:09:01 -04003679msgid "yes"
3680msgstr "yes"
3681
Theodore Ts'o21725192017-08-23 19:46:04 -04003682#: e2fsck/util.c:300
Theodore Ts'of722c132009-04-21 22:09:01 -04003683msgid "no"
3684msgstr "no"
3685
Theodore Ts'o21725192017-08-23 19:46:04 -04003686#: e2fsck/util.c:316
Theodore Ts'of722c132009-04-21 22:09:01 -04003687#, c-format
3688msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003689msgstr "e2fsck_read_bitmaps:%s 含有非法的位图块"
Theodore Ts'of722c132009-04-21 22:09:01 -04003690
Theodore Ts'o21725192017-08-23 19:46:04 -04003691#: e2fsck/util.c:321
Theodore Ts'of722c132009-04-21 22:09:01 -04003692msgid "reading inode and block bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04003693msgstr "读取inode和块位图"
Theodore Ts'of722c132009-04-21 22:09:01 -04003694
Theodore Ts'o21725192017-08-23 19:46:04 -04003695#: e2fsck/util.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -04003696#, c-format
3697msgid "while retrying to read bitmaps for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003698msgstr "重新尝试读取 %s 的位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003699
Theodore Ts'o21725192017-08-23 19:46:04 -04003700#: e2fsck/util.c:345
Theodore Ts'of722c132009-04-21 22:09:01 -04003701msgid "writing block and inode bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04003702msgstr "写入块和inode位图"
Theodore Ts'of722c132009-04-21 22:09:01 -04003703
Theodore Ts'o21725192017-08-23 19:46:04 -04003704#: e2fsck/util.c:350
Theodore Ts'of722c132009-04-21 22:09:01 -04003705#, c-format
3706msgid "while rewriting block and inode bitmaps for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003707msgstr "重写 %s 的block和inode位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003708
Theodore Ts'o21725192017-08-23 19:46:04 -04003709#: e2fsck/util.c:362
Theodore Ts'of722c132009-04-21 22:09:01 -04003710#, c-format
3711msgid ""
3712"\n"
3713"\n"
3714"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3715"\t(i.e., without -a or -p options)\n"
3716msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003717"\n"
3718"\n"
3719"%s:未预期的不一致性;请手动运行fsck\n"
3720"\t(即不使用 -a 或 -p 选项)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003721
Theodore Ts'o21725192017-08-23 19:46:04 -04003722#: e2fsck/util.c:443
Dark Raven3be22a82010-04-19 16:59:03 -04003723#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003724msgid "Memory used: %luk/%luk (%luk/%luk), "
Tianze Wang57d69272016-08-31 23:14:17 -04003725msgstr "内存使用量:%luk/%luk(%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003726
Theodore Ts'o21725192017-08-23 19:46:04 -04003727#: e2fsck/util.c:447
Dark Raven3be22a82010-04-19 16:59:03 -04003728#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003729msgid "Memory used: %lu, "
Tianze Wang57d69272016-08-31 23:14:17 -04003730msgstr "已使用内存:%lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003731
Theodore Ts'o21725192017-08-23 19:46:04 -04003732#: e2fsck/util.c:454
Dark Raven31a48472009-05-25 22:45:42 -04003733#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003734msgid "time: %5.2f/%5.2f/%5.2f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003735msgstr "时间:%5.2f/%5.2f/%5.2f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003736
Theodore Ts'o21725192017-08-23 19:46:04 -04003737#: e2fsck/util.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04003738#, c-format
3739msgid "elapsed time: %6.3f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003740msgstr "持续时间:%6.3f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003741
Theodore Ts'o21725192017-08-23 19:46:04 -04003742#: e2fsck/util.c:494 e2fsck/util.c:508
Dark Raven3be22a82010-04-19 16:59:03 -04003743#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003744msgid "while reading inode %lu in %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003745msgstr "读取 %2$s 中的inode %1$lu 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003746
Theodore Ts'o21725192017-08-23 19:46:04 -04003747#: e2fsck/util.c:522 e2fsck/util.c:535
Dark Raven3be22a82010-04-19 16:59:03 -04003748#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003749msgid "while writing inode %lu in %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003750msgstr "写入 %2$s 中的inode %1$lu 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003751
Theodore Ts'o21725192017-08-23 19:46:04 -04003752#: e2fsck/util.c:779
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003753msgid ""
3754"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3755"running.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003756msgstr "未预期的不连续性:文件系统在运行fsck时被修改。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003757
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003758#: misc/badblocks.c:75
Eric Sandeen032eafe2012-07-28 17:48:36 -04003759msgid "done \n"
Tianze Wang57d69272016-08-31 23:14:17 -04003760msgstr "已完成 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003761
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003762#: misc/badblocks.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04003763#, c-format
3764msgid ""
3765"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003766" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3767"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003768" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3769" device [last_block [first_block]]\n"
3770msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003771"用法:%s [-b 块大小] [-i 输入文件] [-o 输出文件] [-svwnf]\n"
3772" [-c 立即块数] [-d 读取延迟因子] [-e 最大坏块数]\n"
3773" [-p 需要通过测试的块数] [-t 测试模式 [-t 测试模式 [...]]]\n"
3774" 设备 [末块 [首块]]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003775
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003776#: misc/badblocks.c:111
Theodore Ts'of722c132009-04-21 22:09:01 -04003777#, c-format
3778msgid ""
3779"%s: The -n and -w options are mutually exclusive.\n"
3780"\n"
3781msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003782"%s:-n 和 -w 选项是相互排斥的。\n"
3783"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003784
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003785#: misc/badblocks.c:229
Theodore Ts'o930e2812009-06-29 15:08:12 -04003786#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003787msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003788msgstr "进度 %6.2f%%,用时 %s。(%d/%d/%d 个错误)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003789
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003790#: misc/badblocks.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04003791msgid "Testing with random pattern: "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003792msgstr "现在测试随机模式:"
Theodore Ts'of722c132009-04-21 22:09:01 -04003793
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003794# upstream bug but whatever
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003795#: misc/badblocks.c:355
Theodore Ts'of722c132009-04-21 22:09:01 -04003796msgid "Testing with pattern 0x"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003797msgstr "现在测试模式 0x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003798
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003799#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'of722c132009-04-21 22:09:01 -04003800msgid "during seek"
Tianze Wang57d69272016-08-31 23:14:17 -04003801msgstr "定位过程中"
Theodore Ts'of722c132009-04-21 22:09:01 -04003802
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003803#: misc/badblocks.c:398
Theodore Ts'of722c132009-04-21 22:09:01 -04003804#, c-format
3805msgid "Weird value (%ld) in do_read\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003806msgstr "do_read中遇到异常值(%ld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003807
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003808#: misc/badblocks.c:485
Theodore Ts'of722c132009-04-21 22:09:01 -04003809msgid "during ext2fs_sync_device"
Tianze Wang57d69272016-08-31 23:14:17 -04003810msgstr "执行ext2fs_sync_device时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003811
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003812#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'of722c132009-04-21 22:09:01 -04003813msgid "while beginning bad block list iteration"
Tianze Wang57d69272016-08-31 23:14:17 -04003814msgstr "迭代坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003815
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003816#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'of722c132009-04-21 22:09:01 -04003817msgid "while allocating buffers"
Tianze Wang57d69272016-08-31 23:14:17 -04003818msgstr "分配缓冲区时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003819
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003820#: misc/badblocks.c:524
Theodore Ts'of722c132009-04-21 22:09:01 -04003821#, c-format
3822msgid "Checking blocks %lu to %lu\n"
3823msgstr "正在检查从 %lu 到 %lu的块\n"
3824
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003825#: misc/badblocks.c:529
Theodore Ts'of722c132009-04-21 22:09:01 -04003826msgid "Checking for bad blocks in read-only mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003827msgstr "在只读模式中检查坏块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003828
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003829#: misc/badblocks.c:538
Theodore Ts'of722c132009-04-21 22:09:01 -04003830msgid "Checking for bad blocks (read-only test): "
Tianze Wang57d69272016-08-31 23:14:17 -04003831msgstr "检查坏块(只读测试): "
Theodore Ts'of722c132009-04-21 22:09:01 -04003832
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003833#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3834#: misc/badblocks.c:841
Theodore Ts'of722c132009-04-21 22:09:01 -04003835msgid "Too many bad blocks, aborting test\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003836msgstr "坏块太多,终止测试\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003837
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003838#: misc/badblocks.c:627
Theodore Ts'of722c132009-04-21 22:09:01 -04003839msgid "Checking for bad blocks in read-write mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003840msgstr "在读写模式中检查坏块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003841
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003842#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'of722c132009-04-21 22:09:01 -04003843#, c-format
3844msgid "From block %lu to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003845msgstr "从块 %lu 至 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003846
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003847#: misc/badblocks.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04003848msgid "Reading and comparing: "
Tianze Wang57d69272016-08-31 23:14:17 -04003849msgstr "正在读取并比较: "
Theodore Ts'of722c132009-04-21 22:09:01 -04003850
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003851#: misc/badblocks.c:790
Theodore Ts'of722c132009-04-21 22:09:01 -04003852msgid "Checking for bad blocks in non-destructive read-write mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003853msgstr "使用非破坏性读写模式进行坏块检验\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003854
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003855#: misc/badblocks.c:796
Theodore Ts'of722c132009-04-21 22:09:01 -04003856msgid "Checking for bad blocks (non-destructive read-write test)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003857msgstr "正在检验坏块(非破坏性读写测试)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003858
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003859#: misc/badblocks.c:803
Theodore Ts'of722c132009-04-21 22:09:01 -04003860msgid ""
3861"\n"
3862"Interrupt caught, cleaning up\n"
3863msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003864"\n"
3865"收到中断通知,正在进行后续清理工作\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003866
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003867#: misc/badblocks.c:886
Theodore Ts'of722c132009-04-21 22:09:01 -04003868#, c-format
3869msgid "during test data write, block %lu"
Tianze Wang57d69272016-08-31 23:14:17 -04003870msgstr "正在测试数据写入,位于块 %lu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003871
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003872#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -04003873#, c-format
3874msgid "%s is mounted; "
Tianze Wang57d69272016-08-31 23:14:17 -04003875msgstr "%s 已经挂载; "
Theodore Ts'of722c132009-04-21 22:09:01 -04003876
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003877#: misc/badblocks.c:1009
Theodore Ts'of722c132009-04-21 22:09:01 -04003878msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003879msgstr "强制进行坏块处理。期望/etc/mtab中反映的并非真实情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003880
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003881#: misc/badblocks.c:1014
Theodore Ts'of722c132009-04-21 22:09:01 -04003882msgid "it's not safe to run badblocks!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003883msgstr "进行坏块处理有风险!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003884
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003885#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -04003886#, c-format
3887msgid "%s is apparently in use by the system; "
Tianze Wang57d69272016-08-31 23:14:17 -04003888msgstr "%s 显然正被系统使用; "
Theodore Ts'of722c132009-04-21 22:09:01 -04003889
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003890#: misc/badblocks.c:1022
Theodore Ts'of722c132009-04-21 22:09:01 -04003891msgid "badblocks forced anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003892msgstr "强制进行坏块检验。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003893
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003894#: misc/badblocks.c:1042
Theodore Ts'of722c132009-04-21 22:09:01 -04003895#, c-format
3896msgid "invalid %s - %s"
3897msgstr "无效的%s - %s"
3898
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003899#: misc/badblocks.c:1136
Theodore Ts'obd386982015-05-17 20:34:58 -04003900#, c-format
3901msgid "Too big max bad blocks count %u - maximum is %u"
Tianze Wang57d69272016-08-31 23:14:17 -04003902msgstr "最大坏块数(%u)过大 - 最大值为 %u"
Theodore Ts'obd386982015-05-17 20:34:58 -04003903
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003904#: misc/badblocks.c:1163
Theodore Ts'of722c132009-04-21 22:09:01 -04003905#, c-format
3906msgid "can't allocate memory for test_pattern - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003907msgstr "无法使用测试模式分配内存 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04003908
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003909#: misc/badblocks.c:1193
Theodore Ts'of722c132009-04-21 22:09:01 -04003910msgid "Maximum of one test_pattern may be specified in read-only mode"
Tianze Wang57d69272016-08-31 23:14:17 -04003911msgstr "只读测试中最多只能指定一种测试模式"
Theodore Ts'of722c132009-04-21 22:09:01 -04003912
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003913#: misc/badblocks.c:1199
Theodore Ts'of722c132009-04-21 22:09:01 -04003914msgid "Random test_pattern is not allowed in read-only mode"
Tianze Wang57d69272016-08-31 23:14:17 -04003915msgstr "只读测试中不允许使用随机测试模式"
Theodore Ts'of722c132009-04-21 22:09:01 -04003916
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003917#: misc/badblocks.c:1213
Theodore Ts'of722c132009-04-21 22:09:01 -04003918msgid ""
3919"Couldn't determine device size; you must specify\n"
3920"the size manually\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003921msgstr "无法确定设备大小;你必须手动指定大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003922
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003923#: misc/badblocks.c:1219
Theodore Ts'of722c132009-04-21 22:09:01 -04003924msgid "while trying to determine device size"
Tianze Wang57d69272016-08-31 23:14:17 -04003925msgstr "尝试确定设备大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003926
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003927#: misc/badblocks.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04003928msgid "last block"
3929msgstr "最后一个块"
3930
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003931#: misc/badblocks.c:1230
Theodore Ts'of722c132009-04-21 22:09:01 -04003932msgid "first block"
3933msgstr "第一个块"
3934
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003935#: misc/badblocks.c:1233
Theodore Ts'of722c132009-04-21 22:09:01 -04003936#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003937msgid "invalid starting block (%llu): must be less than %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04003938msgstr "起始块(%llu)无效:必须小于 %llu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003939
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003940#: misc/badblocks.c:1240
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003941#, c-format
3942msgid "invalid end block (%llu): must be 32-bit value"
Tianze Wang57d69272016-08-31 23:14:17 -04003943msgstr "起始块(%llu)无效:必须为32位数"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003944
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003945#: misc/badblocks.c:1296
Theodore Ts'of722c132009-04-21 22:09:01 -04003946msgid "while creating in-memory bad blocks list"
Tianze Wang57d69272016-08-31 23:14:17 -04003947msgstr "在内存中创建坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003948
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003949#: misc/badblocks.c:1305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003950msgid "input file - bad format"
Tianze Wang57d69272016-08-31 23:14:17 -04003951msgstr "输入文件 - 格式错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003952
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003953#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'of722c132009-04-21 22:09:01 -04003954msgid "while adding to in-memory bad block list"
Tianze Wang57d69272016-08-31 23:14:17 -04003955msgstr "向内存中的坏块列表中添加记录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003956
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003957#: misc/badblocks.c:1347
Theodore Ts'of722c132009-04-21 22:09:01 -04003958#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003959msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003960msgstr "此步已完成,发现了 %u 个坏块。(%d/%d/%d 个错误)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003962#: misc/chattr.c:89
Tianze Wang57d69272016-08-31 23:14:17 -04003963#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003964msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003965msgstr "用法:%s [-pRVf] [-+=aAcCdDeijPsStTu] [-v 版本] 文件...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003967#: misc/chattr.c:159
Tianze Wang57d69272016-08-31 23:14:17 -04003968#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003969msgid "bad project - %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003970msgstr "项目错误 - %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003971
3972#: misc/chattr.c:173
Theodore Ts'of722c132009-04-21 22:09:01 -04003973#, c-format
3974msgid "bad version - %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003975msgstr "版本错误 - %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003977#: misc/chattr.c:219 misc/lsattr.c:127
Dark Raven3be22a82010-04-19 16:59:03 -04003978#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003979msgid "while trying to stat %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003980msgstr "尝试对%s进行stat调用时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003981
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003982#: misc/chattr.c:226
Theodore Ts'of722c132009-04-21 22:09:01 -04003983#, c-format
3984msgid "while reading flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003985msgstr "读取 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003987#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'o930e2812009-06-29 15:08:12 -04003988#, c-format
3989msgid "Flags of %s set as "
3990msgstr "%s的标志被设为 "
3991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003992#: misc/chattr.c:252
Theodore Ts'of722c132009-04-21 22:09:01 -04003993#, c-format
3994msgid "while setting flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003995msgstr "设置 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003997#: misc/chattr.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04003998#, c-format
3999msgid "Version of %s set as %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004000msgstr "%s 的版本被设置为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004002#: misc/chattr.c:264
Theodore Ts'of722c132009-04-21 22:09:01 -04004003#, c-format
4004msgid "while setting version on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04004005msgstr "设置 %s 的版本时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004007#: misc/chattr.c:271
Tianze Wang57d69272016-08-31 23:14:17 -04004008#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004009msgid "Project of %s set as %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004010msgstr "%s 的项目被设置为 %lu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011
4012#: misc/chattr.c:275
Tianze Wang57d69272016-08-31 23:14:17 -04004013#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004014msgid "while setting project on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04004015msgstr "设置 %s 的项目时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016
4017#: misc/chattr.c:297
Theodore Ts'of722c132009-04-21 22:09:01 -04004018msgid "Couldn't allocate path variable in chattr_dir_proc"
Tianze Wang57d69272016-08-31 23:14:17 -04004019msgstr "无法在chattr_dir_proc中为路径变量分配内存"
Theodore Ts'of722c132009-04-21 22:09:01 -04004020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004021#: misc/chattr.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04004022msgid "= is incompatible with - and +\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004023msgstr "= 与 - / + 选项不相容\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004025#: misc/chattr.c:345
Theodore Ts'of722c132009-04-21 22:09:01 -04004026msgid "Must use '-v', =, - or +\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004027msgstr "必须使用“-v”、=、- 或 + 其中之一\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004028
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004029#: misc/create_inode.c:74 misc/create_inode.c:113
Tianze Wang57d69272016-08-31 23:14:17 -04004030#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004031msgid "while reading inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004032msgstr "读取 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004033
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004034#: misc/create_inode.c:84 misc/create_inode.c:276 misc/create_inode.c:340
4035#: misc/create_inode.c:378
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036msgid "while expanding directory"
Tianze Wang57d69272016-08-31 23:14:17 -04004037msgstr "扩充目录时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004038
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004039#: misc/create_inode.c:91
Tianze Wang57d69272016-08-31 23:14:17 -04004040#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004041msgid "while linking \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004042msgstr "链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004043
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004044#: misc/create_inode.c:99 misc/create_inode.c:126 misc/create_inode.c:310
Tianze Wang57d69272016-08-31 23:14:17 -04004045#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004046msgid "while writing inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004047msgstr "写入 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004048
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004049#: misc/create_inode.c:143 misc/create_inode.c:167
Tianze Wang57d69272016-08-31 23:14:17 -04004050#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004051msgid "while listing attributes of \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004052msgstr "尝试列出“%s”的属性时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004053
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004054#: misc/create_inode.c:154
Tianze Wang57d69272016-08-31 23:14:17 -04004055#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004056msgid "while opening inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004057msgstr "打开 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004058
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004059#: misc/create_inode.c:160 misc/create_inode.c:187 misc/create_inode.c:909
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004060#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004061#: misc/mke2fs.c:353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004062msgid "while allocating memory"
Tianze Wang57d69272016-08-31 23:14:17 -04004063msgstr "分配内存时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004064
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004065#: misc/create_inode.c:180 misc/create_inode.c:196
Tianze Wang57d69272016-08-31 23:14:17 -04004066#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004067msgid "while reading attribute \"%s\" of \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004068msgstr "读取 %s 的“%s”标志时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004069
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004070#: misc/create_inode.c:205
Tianze Wang57d69272016-08-31 23:14:17 -04004071#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072msgid "while writing attribute \"%s\" to inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004073msgstr "写入标志“%s”到 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004074
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004075#: misc/create_inode.c:215
Tianze Wang57d69272016-08-31 23:14:17 -04004076#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004077msgid "while closing inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004078msgstr "关闭 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004079
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004080#: misc/create_inode.c:263
Tianze Wang57d69272016-08-31 23:14:17 -04004081#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004082msgid "while allocating inode \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004083msgstr "分配 inode“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004084
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004085#: misc/create_inode.c:282
Tianze Wang57d69272016-08-31 23:14:17 -04004086#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004087msgid "while creating inode \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004088msgstr "创建 inode “%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004089
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004090#: misc/create_inode.c:347
Tianze Wang57d69272016-08-31 23:14:17 -04004091#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004092msgid "while creating symlink \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004093msgstr "创建符号链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004094
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004095#: misc/create_inode.c:365 misc/create_inode.c:842
Tianze Wang57d69272016-08-31 23:14:17 -04004096#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004097msgid "while looking up \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004098msgstr "查找“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004099
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004100#: misc/create_inode.c:385
Tianze Wang57d69272016-08-31 23:14:17 -04004101#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004102msgid "while creating directory \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004103msgstr "创建目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004104
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004105#: misc/create_inode.c:613
Tianze Wang57d69272016-08-31 23:14:17 -04004106#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004107msgid "while opening \"%s\" to copy"
Tianze Wang57d69272016-08-31 23:14:17 -04004108msgstr "打开“%s”并拷贝时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004109
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004110#: misc/create_inode.c:705
Theodore Ts'of722c132009-04-21 22:09:01 -04004111#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004112msgid "while changing working directory to \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004113msgstr "改变工作目录为“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004114
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004115#: misc/create_inode.c:713
Tianze Wang57d69272016-08-31 23:14:17 -04004116#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004117msgid "while opening directory \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004118msgstr "打开目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004119
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004120#: misc/create_inode.c:723
Tianze Wang57d69272016-08-31 23:14:17 -04004121#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004122msgid "while lstat \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004123msgstr "对“%s”进行lstat调用时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004124
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004125#: misc/create_inode.c:756
Tianze Wang57d69272016-08-31 23:14:17 -04004126#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004127msgid "while creating special file \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004128msgstr "创建特殊文件“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004129
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004130#: misc/create_inode.c:765
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004131msgid "malloc failed"
Tianze Wang57d69272016-08-31 23:14:17 -04004132msgstr "内存分配失败"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004133
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004134#: misc/create_inode.c:773
Tianze Wang57d69272016-08-31 23:14:17 -04004135#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004136msgid "while trying to read link \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004137msgstr "尝试读取链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004138
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004139#: misc/create_inode.c:780
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004140msgid "symlink increased in size between lstat() and readlink()"
Tianze Wang57d69272016-08-31 23:14:17 -04004141msgstr "在执行 lstat() 和 readlink() 期间,符号链接的大小发生改变"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004142
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004143#: misc/create_inode.c:791
Tianze Wang57d69272016-08-31 23:14:17 -04004144#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004145msgid "while writing symlink\"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004146msgstr "写入符号链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004147
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004148#: misc/create_inode.c:801
Tianze Wang57d69272016-08-31 23:14:17 -04004149#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004150msgid "while writing file \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004151msgstr "写入文件“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004152
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004153#: misc/create_inode.c:814
Tianze Wang57d69272016-08-31 23:14:17 -04004154#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004155msgid "while making dir \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004156msgstr "创建目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004157
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004158#: misc/create_inode.c:831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004159msgid "while changing directory"
Tianze Wang57d69272016-08-31 23:14:17 -04004160msgstr "改变目录时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004161
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004162#: misc/create_inode.c:837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004163#, c-format
4164msgid "ignoring entry \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004165msgstr "忽略项“%s”"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004166
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004167#: misc/create_inode.c:850
Tianze Wang57d69272016-08-31 23:14:17 -04004168#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004169msgid "while setting inode for \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004170msgstr "为“%s”设置 inode 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004171
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004172#: misc/create_inode.c:857
Tianze Wang57d69272016-08-31 23:14:17 -04004173#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174msgid "while setting xattrs for \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004175msgstr "设置“%s”的 xattrs 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004176
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004177#: misc/create_inode.c:875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004178msgid "while saving inode data"
Tianze Wang57d69272016-08-31 23:14:17 -04004179msgstr "保存 inode 数据时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004180
4181#: misc/dumpe2fs.c:56
4182#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004183msgid ""
4184"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4185msgstr ""
4186"用法:%s [-bfghixV] [-o superblock=<超级块编号>] [-o blocksize=<块大小>] 设"
4187"备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004188
Eric Sandeen032eafe2012-07-28 17:48:36 -04004189#: misc/dumpe2fs.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -04004190msgid "blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04004191msgstr "块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004192
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004193#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004194msgid "clusters"
Tianze Wang57d69272016-08-31 23:14:17 -04004195msgstr "簇"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004197#: misc/dumpe2fs.c:219
Theodore Ts'of722c132009-04-21 22:09:01 -04004198#, c-format
4199msgid "Group %lu: (Blocks "
Tianze Wang57d69272016-08-31 23:14:17 -04004200msgstr "组 %lu:(块 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004202#: misc/dumpe2fs.c:226
Tianze Wang57d69272016-08-31 23:14:17 -04004203#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004204msgid " csum 0x%04x"
Tianze Wang57d69272016-08-31 23:14:17 -04004205msgstr " 校验值 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04004206
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004207#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04004208#, c-format
4209msgid " (EXPECTED 0x%04x)"
Tianze Wang57d69272016-08-31 23:14:17 -04004210msgstr " (应为 0x%04x)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004211
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004212#: misc/dumpe2fs.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04004213#, c-format
4214msgid " %s superblock at "
Tianze Wang57d69272016-08-31 23:14:17 -04004215msgstr " %s 超级块位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004217#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004218msgid "Primary"
4219msgstr "主"
4220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004221#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004222msgid "Backup"
4223msgstr "备份"
4224
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004225#: misc/dumpe2fs.c:238
Theodore Ts'of722c132009-04-21 22:09:01 -04004226msgid ", Group descriptors at "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004227msgstr ",组描述符位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004229#: misc/dumpe2fs.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04004230msgid ""
4231"\n"
4232" Reserved GDT blocks at "
4233msgstr ""
4234"\n"
4235" 保留的GDT块位于 "
4236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004237#: misc/dumpe2fs.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04004238msgid " Group descriptor at "
Tianze Wang57d69272016-08-31 23:14:17 -04004239msgstr " 组描述符位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004241#: misc/dumpe2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004242msgid " Block bitmap at "
Tianze Wang57d69272016-08-31 23:14:17 -04004243msgstr " 块位图位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Tianze Wang57d69272016-08-31 23:14:17 -04004246#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004247msgid ", csum 0x%08x"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004248msgstr ",校验值 0x%08x"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249
4250#: misc/dumpe2fs.c:263
4251msgid ","
Tianze Wang57d69272016-08-31 23:14:17 -04004252msgstr ","
Theodore Ts'of722c132009-04-21 22:09:01 -04004253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004254#: misc/dumpe2fs.c:265
4255msgid ""
4256"\n"
4257" "
4258msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004259"\n"
4260" "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004261
4262#: misc/dumpe2fs.c:266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004263msgid " Inode bitmap at "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004264msgstr " Inode 位图位于 "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004265
4266#: misc/dumpe2fs.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04004267msgid ""
4268"\n"
4269" Inode table at "
4270msgstr ""
4271"\n"
4272" Inode表位于 "
4273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004274#: misc/dumpe2fs.c:279
Theodore Ts'of722c132009-04-21 22:09:01 -04004275#, c-format
4276msgid ""
4277"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004278" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004279msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004280"\n"
4281" %u 个可用 %s,%u 个可用inode,%u 个目录 %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004283#: misc/dumpe2fs.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04004284#, c-format
4285msgid ", %u unused inodes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004286msgstr ",%u个未使用的inodes\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004288#: misc/dumpe2fs.c:289
Theodore Ts'of722c132009-04-21 22:09:01 -04004289msgid " Free blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04004290msgstr " 可用块数: "
Theodore Ts'of722c132009-04-21 22:09:01 -04004291
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004292#: misc/dumpe2fs.c:304
Theodore Ts'of722c132009-04-21 22:09:01 -04004293msgid " Free inodes: "
Tianze Wang57d69272016-08-31 23:14:17 -04004294msgstr " 可用inode数: "
Theodore Ts'of722c132009-04-21 22:09:01 -04004295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004296#: misc/dumpe2fs.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04004297msgid "while printing bad block list"
Tianze Wang57d69272016-08-31 23:14:17 -04004298msgstr "输出坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004299
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004300#: misc/dumpe2fs.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04004301#, c-format
4302msgid "Bad blocks: %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004303msgstr "坏块数:%u"
Theodore Ts'of722c132009-04-21 22:09:01 -04004304
Theodore Ts'o21725192017-08-23 19:46:04 -04004305#: misc/dumpe2fs.c:373 misc/tune2fs.c:365
Theodore Ts'of722c132009-04-21 22:09:01 -04004306msgid "while reading journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04004307msgstr "读取日志inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004308
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004309#: misc/dumpe2fs.c:379
Dark Raven3be22a82010-04-19 16:59:03 -04004310msgid "while opening journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04004311msgstr "打开日志inode时"
Dark Raven3be22a82010-04-19 16:59:03 -04004312
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004313#: misc/dumpe2fs.c:385
Dark Raven3be22a82010-04-19 16:59:03 -04004314msgid "while reading journal super block"
Tianze Wang57d69272016-08-31 23:14:17 -04004315msgstr "读取日志超级块时"
Dark Raven3be22a82010-04-19 16:59:03 -04004316
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004317#: misc/dumpe2fs.c:392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004318msgid "Journal superblock magic number invalid!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004319msgstr "日志超级块的幻数有错!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004320
Theodore Ts'o21725192017-08-23 19:46:04 -04004321#: misc/dumpe2fs.c:409 misc/tune2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -04004322msgid "while reading journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004323msgstr "读取日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004324
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004325#: misc/dumpe2fs.c:417
Theodore Ts'of722c132009-04-21 22:09:01 -04004326msgid "Couldn't find journal superblock magic numbers"
Tianze Wang57d69272016-08-31 23:14:17 -04004327msgstr "无法找到日志超级块的幻数"
Theodore Ts'of722c132009-04-21 22:09:01 -04004328
Theodore Ts'o21725192017-08-23 19:46:04 -04004329#: misc/dumpe2fs.c:434 misc/mke2fs.c:786 misc/tune2fs.c:1963
Theodore Ts'of722c132009-04-21 22:09:01 -04004330msgid "Couldn't allocate memory to parse options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004331msgstr "无法为解析选项获取内存!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004332
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004333#: misc/dumpe2fs.c:460
Theodore Ts'of722c132009-04-21 22:09:01 -04004334#, c-format
4335msgid "Invalid superblock parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004336msgstr "无效的超级块参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004337
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004338#: misc/dumpe2fs.c:475
Theodore Ts'of722c132009-04-21 22:09:01 -04004339#, c-format
4340msgid "Invalid blocksize parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004341msgstr "无效的块大小参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004342
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004343#: misc/dumpe2fs.c:486
Theodore Ts'of722c132009-04-21 22:09:01 -04004344#, c-format
4345msgid ""
4346"\n"
4347"Bad extended option(s) specified: %s\n"
4348"\n"
4349"Extended options are separated by commas, and may take an argument which\n"
4350"\tis set off by an equals ('=') sign.\n"
4351"\n"
4352"Valid extended options are:\n"
4353"\tsuperblock=<superblock number>\n"
4354"\tblocksize=<blocksize>\n"
4355msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004356"\n"
4357"指定了错误的扩展属性:%s\n"
4358"\n"
4359"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
4360"\n"
4361"有效的参数有:\n"
4362"\tsuperblock=<超级块编号>\n"
4363"\tblocksize=<块大小>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004364
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004365#: misc/dumpe2fs.c:550 misc/mke2fs.c:1816
Dark Raven3be22a82010-04-19 16:59:03 -04004366#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004367msgid "\tUsing %s\n"
4368msgstr "\t使用 %s\n"
4369
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004370#: misc/dumpe2fs.c:590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004371msgid ""
4372"\n"
4373"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4374"\n"
4375msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004376"\n"
4377"*** 发现文件系统的校验值有误!请立即运行 e2fsck!\n"
4378"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004379
Theodore Ts'o21725192017-08-23 19:46:04 -04004380#: misc/dumpe2fs.c:595 misc/e2image.c:1587 misc/tune2fs.c:2838
Theodore Ts'o48203a32016-06-08 15:45:26 -04004381#: resize/main.c:415
Theodore Ts'of722c132009-04-21 22:09:01 -04004382msgid "Couldn't find valid filesystem superblock.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004383msgstr "找不到有效的文件系统超级块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004384
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004385#: misc/dumpe2fs.c:630
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004386msgid ""
4387"\n"
4388"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4389"\n"
4390msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004391"\n"
4392"*** 发现位图的校验值有误!请立即运行 e2fsck!\n"
4393"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004394
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004395#: misc/dumpe2fs.c:634
Theodore Ts'of722c132009-04-21 22:09:01 -04004396#, c-format
4397msgid ""
4398"\n"
4399"%s: %s: error reading bitmaps: %s\n"
4400msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004401"\n"
4402"%s:%s:读取位图错误:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004403
Theodore Ts'o21725192017-08-23 19:46:04 -04004404#: misc/e2image.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -04004405#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004406msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004407msgstr "用法:%s [ -r|Q ] [ -fr ] 设备 镜像文件\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004408
Theodore Ts'o21725192017-08-23 19:46:04 -04004409#: misc/e2image.c:109
Eric Sandeen032eafe2012-07-28 17:48:36 -04004410#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004411msgid " %s -I device image-file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004412msgstr " %s -I 设备 镜像文件\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004413
Theodore Ts'o21725192017-08-23 19:46:04 -04004414#: misc/e2image.c:110
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004415#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004416msgid ""
4417" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4418"[ dest_fs ]\n"
4419msgstr ""
4420" %s -ra [ -cfnp ] [ -o 源偏移量 ] [ -O 目标偏移量 ] 源文件系统 [ 目"
4421"标文件系统 ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004422
Theodore Ts'o21725192017-08-23 19:46:04 -04004423#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004424msgid "while allocating buffer"
Tianze Wang57d69272016-08-31 23:14:17 -04004425msgstr "为缓冲区分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004426
Theodore Ts'o21725192017-08-23 19:46:04 -04004427#: misc/e2image.c:180
Tianze Wang57d69272016-08-31 23:14:17 -04004428#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004429msgid "Writing block %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004430msgstr "正在写入到块 %llu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004431
Theodore Ts'o21725192017-08-23 19:46:04 -04004432#: misc/e2image.c:194
Tianze Wang57d69272016-08-31 23:14:17 -04004433#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004434msgid "error writing block %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04004435msgstr "写块 %llu 出错"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004436
Theodore Ts'o21725192017-08-23 19:46:04 -04004437#: misc/e2image.c:197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004438msgid "error in generic_write()"
Tianze Wang57d69272016-08-31 23:14:17 -04004439msgstr "generic_write() 函数出错"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004440
Theodore Ts'o21725192017-08-23 19:46:04 -04004441#: misc/e2image.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04004442msgid "Error: header size is bigger than wrt_size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004443msgstr "错误:头部大小超过wrt_size\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004444
Theodore Ts'o21725192017-08-23 19:46:04 -04004445#: misc/e2image.c:219
Theodore Ts'of722c132009-04-21 22:09:01 -04004446msgid "Couldn't allocate header buffer\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004447msgstr "无法为头缓冲区分配内存\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004448
Theodore Ts'o21725192017-08-23 19:46:04 -04004449#: misc/e2image.c:247
Theodore Ts'of722c132009-04-21 22:09:01 -04004450msgid "while writing superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004451msgstr "写入超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004452
Theodore Ts'o21725192017-08-23 19:46:04 -04004453#: misc/e2image.c:256
Theodore Ts'of722c132009-04-21 22:09:01 -04004454msgid "while writing inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04004455msgstr "写入inode表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004456
Theodore Ts'o21725192017-08-23 19:46:04 -04004457#: misc/e2image.c:264
Theodore Ts'of722c132009-04-21 22:09:01 -04004458msgid "while writing block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004459msgstr "写入块位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004460
Theodore Ts'o21725192017-08-23 19:46:04 -04004461#: misc/e2image.c:272
Theodore Ts'of722c132009-04-21 22:09:01 -04004462msgid "while writing inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004463msgstr "写入inode位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004464
Theodore Ts'o21725192017-08-23 19:46:04 -04004465#: misc/e2image.c:506
Tianze Wang57d69272016-08-31 23:14:17 -04004466#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004467msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004468msgstr "损坏的目录块 %llu:rec_len(%d)错误\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004469
Theodore Ts'o21725192017-08-23 19:46:04 -04004470#: misc/e2image.c:518
Tianze Wang57d69272016-08-31 23:14:17 -04004471#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004472msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004473msgstr "损坏的目录块 %llu:name_len(%d)错误\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004474
Theodore Ts'o21725192017-08-23 19:46:04 -04004475#: misc/e2image.c:559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004476#, c-format
4477msgid "%llu / %llu blocks (%d%%)"
Tianze Wang57d69272016-08-31 23:14:17 -04004478msgstr "%llu / %llu 块(%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004479
Theodore Ts'o21725192017-08-23 19:46:04 -04004480#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004481msgid "Copying "
Tianze Wang57d69272016-08-31 23:14:17 -04004482msgstr "正在拷贝 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004483
Theodore Ts'o21725192017-08-23 19:46:04 -04004484#: misc/e2image.c:627
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004485msgid ""
4486"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004487msgstr "现在终止将会损坏文件系统;如果你确定要终止,请再次进行打断\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004488
Theodore Ts'o21725192017-08-23 19:46:04 -04004489#: misc/e2image.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004490#, c-format
4491msgid " %s remaining at %.2f MB/s"
Tianze Wang57d69272016-08-31 23:14:17 -04004492msgstr " 剩余 %s,速度 %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004493
Theodore Ts'o21725192017-08-23 19:46:04 -04004494#: misc/e2image.c:665 misc/e2image.c:1192
Tianze Wang57d69272016-08-31 23:14:17 -04004495#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004496msgid "error reading block %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04004497msgstr "读取块 %llu 错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004498
Theodore Ts'o21725192017-08-23 19:46:04 -04004499#: misc/e2image.c:719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004500#, c-format
4501msgid "Copied %llu / %llu blocks (%d%%) in %s "
Tianze Wang57d69272016-08-31 23:14:17 -04004502msgstr "已复制 %llu / %llu 块(%d%%),用时 %s "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004503
Theodore Ts'o21725192017-08-23 19:46:04 -04004504#: misc/e2image.c:723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004505#, c-format
4506msgid "at %.2f MB/s"
Tianze Wang57d69272016-08-31 23:14:17 -04004507msgstr "速度 %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004508
Theodore Ts'o21725192017-08-23 19:46:04 -04004509#: misc/e2image.c:759
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004510msgid "while allocating l1 table"
Tianze Wang57d69272016-08-31 23:14:17 -04004511msgstr "分配l1表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004512
Theodore Ts'o21725192017-08-23 19:46:04 -04004513#: misc/e2image.c:804
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004514msgid "while allocating l2 cache"
Tianze Wang57d69272016-08-31 23:14:17 -04004515msgstr "分配l2表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004516
Theodore Ts'o21725192017-08-23 19:46:04 -04004517#: misc/e2image.c:827
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004518msgid ""
4519"Warning: There are still tables in the cache while putting the cache, data "
4520"will be lost so the image may not be valid.\n"
4521msgstr ""
4522"警告:当put缓存时,这些表仍然储存在缓存中,这将导致数据丢失,镜像文件也可能无"
4523"效。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004524
Theodore Ts'o21725192017-08-23 19:46:04 -04004525#: misc/e2image.c:1149
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004526msgid "while allocating ext2_qcow2_image"
Tianze Wang57d69272016-08-31 23:14:17 -04004527msgstr "为ext2_qcow2_image分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004528
Theodore Ts'o21725192017-08-23 19:46:04 -04004529#: misc/e2image.c:1156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004530msgid "while initializing ext2_qcow2_image"
Tianze Wang57d69272016-08-31 23:14:17 -04004531msgstr "初始化ext2_qcow2_image时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004532
Theodore Ts'o21725192017-08-23 19:46:04 -04004533#: misc/e2image.c:1215 misc/e2image.c:1233
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004534msgid "Programming error: multiple sequential refcount blocks created!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004535msgstr "程序错误:创建了多重序列的引用计数块!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004536
Theodore Ts'o21725192017-08-23 19:46:04 -04004537#: misc/e2image.c:1273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004538msgid "while allocating block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004539msgstr "写入块位图时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004540
Theodore Ts'o21725192017-08-23 19:46:04 -04004541#: misc/e2image.c:1282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004542msgid "while allocating scramble block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004543msgstr "写入加扰块位图时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004544
Theodore Ts'o21725192017-08-23 19:46:04 -04004545#: misc/e2image.c:1289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004546msgid "Scanning inodes...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004547msgstr "扫描inode中...\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004548
Theodore Ts'o21725192017-08-23 19:46:04 -04004549#: misc/e2image.c:1301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004550msgid "Can't allocate block buffer"
Tianze Wang57d69272016-08-31 23:14:17 -04004551msgstr "无法为块缓存分配内存"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004552
Theodore Ts'o21725192017-08-23 19:46:04 -04004553#: misc/e2image.c:1340 misc/e2image.c:1354
Tianze Wang57d69272016-08-31 23:14:17 -04004554#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004555msgid "while iterating over inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004556msgstr "获取遍历inode %u 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004557
Theodore Ts'o21725192017-08-23 19:46:04 -04004558#: misc/e2image.c:1386
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004559msgid "Raw and qcow2 images cannot be installed"
Tianze Wang57d69272016-08-31 23:14:17 -04004560msgstr "原始镜像和qcow2镜像无法被安装"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004561
Theodore Ts'o21725192017-08-23 19:46:04 -04004562#: misc/e2image.c:1408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004563msgid "error reading bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04004564msgstr "读取位图时发生错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004565
Theodore Ts'o21725192017-08-23 19:46:04 -04004566#: misc/e2image.c:1420
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004567msgid "while opening device file"
Tianze Wang57d69272016-08-31 23:14:17 -04004568msgstr "打开设备文件时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004569
Theodore Ts'o21725192017-08-23 19:46:04 -04004570#: misc/e2image.c:1431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004571msgid "while restoring the image table"
Tianze Wang57d69272016-08-31 23:14:17 -04004572msgstr "存储镜像表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004573
Theodore Ts'o21725192017-08-23 19:46:04 -04004574#: misc/e2image.c:1528
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004575msgid "-a option can only be used with raw or QCOW2 images."
Tianze Wang57d69272016-08-31 23:14:17 -04004576msgstr "-a 选项只能用于原始或qcow2镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004577
Theodore Ts'o21725192017-08-23 19:46:04 -04004578#: misc/e2image.c:1534
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004579msgid "Offsets are only allowed with raw images."
Tianze Wang57d69272016-08-31 23:14:17 -04004580msgstr "偏移量只能用于原始镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004581
Theodore Ts'o21725192017-08-23 19:46:04 -04004582#: misc/e2image.c:1539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004583msgid "Move mode is only allowed with raw images."
Tianze Wang57d69272016-08-31 23:14:17 -04004584msgstr "移动模式只能用于原始镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004585
Theodore Ts'o21725192017-08-23 19:46:04 -04004586#: misc/e2image.c:1544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004587msgid "Move mode requires all data mode."
Tianze Wang57d69272016-08-31 23:14:17 -04004588msgstr "原始镜像需要完全数据模式。"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004589
Theodore Ts'o21725192017-08-23 19:46:04 -04004590#: misc/e2image.c:1554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004591msgid "checking if mounted"
Tianze Wang57d69272016-08-31 23:14:17 -04004592msgstr "检测其是否已挂载"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004593
Theodore Ts'o21725192017-08-23 19:46:04 -04004594#: misc/e2image.c:1561
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004595msgid ""
4596"\n"
4597"Running e2image on a R/W mounted filesystem can result in an\n"
4598"inconsistent image which will not be useful for debugging purposes.\n"
4599"Use -f option if you really want to do that.\n"
4600msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004601"\n"
4602"对可读写的文件系统上运行e2image可能导致镜像不连续,\n"
4603"这样的镜像也无法用于调试。如果你确实需要这样做,请使用 -f 选项。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004604
Theodore Ts'o21725192017-08-23 19:46:04 -04004605#: misc/e2image.c:1615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004606msgid "QCOW2 image can not be written to the stdout!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004607msgstr "无法写入qcow2镜像到标准输出!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004608
Theodore Ts'o21725192017-08-23 19:46:04 -04004609#: misc/e2image.c:1621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004610msgid "Can not stat output\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004611msgstr "无法对输出进行stat操作\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004612
Theodore Ts'o21725192017-08-23 19:46:04 -04004613#: misc/e2image.c:1631
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004614#, c-format
4615msgid "Image (%s) is compressed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004616msgstr "镜像(%s)已被压缩\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004617
Theodore Ts'o21725192017-08-23 19:46:04 -04004618#: misc/e2image.c:1634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004619#, c-format
4620msgid "Image (%s) is encrypted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004621msgstr "镜像(%s)已被加密\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004622
Theodore Ts'o21725192017-08-23 19:46:04 -04004623#: misc/e2image.c:1637
Eric Sandeen032eafe2012-07-28 17:48:36 -04004624#, c-format
4625msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Tianze Wang57d69272016-08-31 23:14:17 -04004626msgstr "尝试将qcow2镜像(%s)转换为raw镜像(%s)时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004627
Theodore Ts'o21725192017-08-23 19:46:04 -04004628#: misc/e2image.c:1646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004629msgid "The -c option only supported in raw mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004630msgstr "只有原始模式支持 -c 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004631
Theodore Ts'o21725192017-08-23 19:46:04 -04004632#: misc/e2image.c:1651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004633msgid "The -c option not supported when writing to stdout\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004634msgstr "写入到标准输出时无法使用 -c 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004635
Theodore Ts'o21725192017-08-23 19:46:04 -04004636#: misc/e2image.c:1658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004637msgid "while allocating check_buf"
Tianze Wang57d69272016-08-31 23:14:17 -04004638msgstr "为check_buf分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639
Theodore Ts'o21725192017-08-23 19:46:04 -04004640#: misc/e2image.c:1664
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004641msgid "The -p option only supported in raw mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004642msgstr "只有原始模式支持 -p 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004643
Theodore Ts'o21725192017-08-23 19:46:04 -04004644#: misc/e2image.c:1674
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004645#, c-format
4646msgid "%d blocks already contained the data to be copied\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004647msgstr "%d 个块已包含需要被拷贝的数据\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004649#: misc/e2initrd_helper.c:68
Tianze Wang57d69272016-08-31 23:14:17 -04004650#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004651msgid "Usage: %s -r device\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004652msgstr "用法:%s -r 磁盘名\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004653
Eric Sandeen032eafe2012-07-28 17:48:36 -04004654#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04004655#, c-format
4656msgid "e2label: cannot open %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004657msgstr "e2label:无法打开 %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004659#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04004660#, c-format
4661msgid "e2label: cannot seek to superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004662msgstr "e2label:无法定位到superblock\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004663
Eric Sandeen032eafe2012-07-28 17:48:36 -04004664#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04004665#, c-format
4666msgid "e2label: error reading superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004667msgstr "e2label:读取superblock出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004668
Eric Sandeen032eafe2012-07-28 17:48:36 -04004669#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04004670#, c-format
4671msgid "e2label: not an ext2 filesystem\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004672msgstr "e2label:不是一个ex2文件系统\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004673
Theodore Ts'o21725192017-08-23 19:46:04 -04004674#: misc/e2label.c:97 misc/tune2fs.c:3011
Theodore Ts'of722c132009-04-21 22:09:01 -04004675#, c-format
4676msgid "Warning: label too long, truncating.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004677msgstr "警告:卷标太长,已截短。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004678
Eric Sandeen032eafe2012-07-28 17:48:36 -04004679#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04004680#, c-format
4681msgid "e2label: cannot seek to superblock again\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004682msgstr "e2label:无法定位到superblock\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004683
Eric Sandeen032eafe2012-07-28 17:48:36 -04004684#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04004685#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004686msgid "e2label: error writing superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004687msgstr "e2label:写入超级块时出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004688
Theodore Ts'o21725192017-08-23 19:46:04 -04004689#: misc/e2label.c:117 misc/tune2fs.c:1623
Dark Raven3be22a82010-04-19 16:59:03 -04004690#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004691msgid "Usage: e2label device [newlabel]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004692msgstr "用法:e2label 设备 [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004693
Theodore Ts'o48203a32016-06-08 15:45:26 -04004694#: misc/e2undo.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -04004695#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004696msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004697msgstr "用法:%s [-f] [-h] [-n] [-v] <事务文件> <文件系统>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004698
Theodore Ts'o48203a32016-06-08 15:45:26 -04004699#: misc/e2undo.c:143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004700msgid "The file system superblock doesn't match the undo file.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004701msgstr "文件系统的超级块与撤销文件不匹配\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004702
Theodore Ts'o48203a32016-06-08 15:45:26 -04004703#: misc/e2undo.c:146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004704msgid "UUID does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004705msgstr "UUID 不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004706
Theodore Ts'o48203a32016-06-08 15:45:26 -04004707#: misc/e2undo.c:148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004708msgid "Last mount time does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004709msgstr "上一次的挂载时间不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004710
Theodore Ts'o48203a32016-06-08 15:45:26 -04004711#: misc/e2undo.c:150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004712msgid "Last write time does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004713msgstr "上一次的写入时间不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004714
Theodore Ts'o48203a32016-06-08 15:45:26 -04004715#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004716msgid "Lifetime write counter does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004717msgstr "写入计数不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004718
Theodore Ts'o48203a32016-06-08 15:45:26 -04004719#: misc/e2undo.c:166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004720msgid "while reading filesystem superblock."
Tianze Wang57d69272016-08-31 23:14:17 -04004721msgstr "读取文件系统的超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004722
Theodore Ts'o48203a32016-06-08 15:45:26 -04004723#: misc/e2undo.c:182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004724msgid "while fetching superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004725msgstr "获取超级块时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004726
Theodore Ts'o48203a32016-06-08 15:45:26 -04004727#: misc/e2undo.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -04004728#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004729msgid "Undo file superblock checksum doesn't match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004730msgstr "撤销文件的超级块的校验值与超级块自身不符。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004731
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004732#: misc/e2undo.c:334
Tianze Wang57d69272016-08-31 23:14:17 -04004733#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004734msgid "illegal offset - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04004735msgstr "偏移量无效 - %s"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004736
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004737#: misc/e2undo.c:358
Theodore Ts'of722c132009-04-21 22:09:01 -04004738#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004739msgid "Will not write to an undo file while replaying it.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004740msgstr "在进行重做操作时,不会写入到撤销文件。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004741
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004742#: misc/e2undo.c:367
Tianze Wang57d69272016-08-31 23:14:17 -04004743#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004744msgid "while opening undo file `%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004745msgstr "打开撤销文件“%s”时\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004746
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004747#: misc/e2undo.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004748msgid "while reading undo file"
Tianze Wang57d69272016-08-31 23:14:17 -04004749msgstr "读取坏撤销文件时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004750
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004751#: misc/e2undo.c:379
Tianze Wang57d69272016-08-31 23:14:17 -04004752#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004753msgid "%s: Not an undo file.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004754msgstr "%s:不是撤销文件。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004755
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004756#: misc/e2undo.c:390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004757#, c-format
4758msgid "%s: Header checksum doesn't match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004759msgstr "%s:头部校验值与自身不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004760
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004761#: misc/e2undo.c:397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004762#, c-format
4763msgid "%s: Corrupt undo file header.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004764msgstr "%s:撤销文件头损坏。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004765
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004766#: misc/e2undo.c:401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004767#, c-format
4768msgid "%s: Undo block size too large.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004769msgstr "%s:撤销块过小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004770
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004771#: misc/e2undo.c:406
Tianze Wang57d69272016-08-31 23:14:17 -04004772#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004773msgid "%s: Undo block size too small.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004774msgstr "%s:撤销块过大。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004775
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004776#: misc/e2undo.c:419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004777#, c-format
4778msgid "%s: Unknown undo file feature set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004779msgstr "%s:设置了未知的撤销文件属性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004780
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004781#: misc/e2undo.c:427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004782#, c-format
4783msgid "Error while determining whether %s is mounted."
Tianze Wang57d69272016-08-31 23:14:17 -04004784msgstr "确定 %s 是否已挂载时出错。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004785
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004786#: misc/e2undo.c:433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004787msgid "e2undo should only be run on unmounted filesystems"
Tianze Wang57d69272016-08-31 23:14:17 -04004788msgstr "e2undo 只能用于未挂载的文件系统"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004789
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004790#: misc/e2undo.c:449
Tianze Wang57d69272016-08-31 23:14:17 -04004791#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004792msgid "while opening `%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04004793msgstr "打开“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004794
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004795#: misc/e2undo.c:460
Theodore Ts'o48203a32016-06-08 15:45:26 -04004796msgid "specified offset is too large"
Tianze Wang57d69272016-08-31 23:14:17 -04004797msgstr "指定的偏移量太大"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004798
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004799#: misc/e2undo.c:501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004800msgid "while reading keys"
Tianze Wang57d69272016-08-31 23:14:17 -04004801msgstr "读取键时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004802
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004803#: misc/e2undo.c:513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004804#, c-format
4805msgid "%s: wrong key magic at %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004806msgstr "%s:%llu 中的键幻数有错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004807
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004808#: misc/e2undo.c:523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004809#, c-format
4810msgid "%s: key block checksum error at %llu.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004811msgstr "%s:%llu 中的键块的校验值有错。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004812
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004813#: misc/e2undo.c:546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004814#, c-format
4815msgid "%s: block %llu is too long."
Tianze Wang57d69272016-08-31 23:14:17 -04004816msgstr "%s:块 %llu 太长。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004817
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004818#: misc/e2undo.c:558 misc/e2undo.c:594
Tianze Wang57d69272016-08-31 23:14:17 -04004819#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004820msgid "while fetching block %llu."
Tianze Wang57d69272016-08-31 23:14:17 -04004821msgstr "获取块 %llu 时。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004822
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004823#: misc/e2undo.c:570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004824#, c-format
4825msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004826msgstr "文件系统块 %llu 中的校验值有误(undo blk %llu)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004827
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004828#: misc/e2undo.c:609
Tianze Wang57d69272016-08-31 23:14:17 -04004829#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004830msgid "while writing block %llu."
Tianze Wang57d69272016-08-31 23:14:17 -04004831msgstr "写块 %llu 时。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004832
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004833#: misc/e2undo.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004834#, c-format
4835msgid "Undo file corruption; run e2fsck NOW!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004836msgstr "撤销文件损坏;请立即运行 e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004837
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004838#: misc/e2undo.c:617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004839#, c-format
4840msgid "IO error during replay; run e2fsck NOW!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004841msgstr "执行重做操作时出现输入/输出错误;请立即运行 e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004842
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004843#: misc/e2undo.c:620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004844#, c-format
4845msgid "Incomplete undo record; run e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004846msgstr "撤销记录不完整;请运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004847
4848#: misc/findsuper.c:110
4849#, c-format
4850msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004851msgstr "用法:findsuper 设备 [跳过字节数 [起始kb数]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004852
4853#: misc/findsuper.c:155
4854#, c-format
4855msgid "skipbytes should be a number, not %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004856msgstr "“跳过字节数”应当为一个数字,而不是 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004857
4858#: misc/findsuper.c:162
4859#, c-format
4860msgid "skipbytes must be a multiple of the sector size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004861msgstr "“跳过字节数”应当是扇区大小的整数倍\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004862
4863#: misc/findsuper.c:169
4864#, c-format
4865msgid "startkb should be a number, not %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004866msgstr "“起始kb数”应当为一个数字,而不是 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004867
4868#: misc/findsuper.c:175
4869#, c-format
4870msgid "startkb should be positive, not %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004871msgstr "“起始kb数”应当为正数,而不是 %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004872
4873#: misc/findsuper.c:186
4874#, c-format
4875msgid "starting at %llu, with %u byte increments\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004876msgstr "在 %llu 处开始,增量为 %u 字节\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004877
4878#: misc/findsuper.c:188
4879#, c-format
4880msgid ""
4881"[*] probably superblock written in the ext3 journal superblock,\n"
4882"\tso start/end/grp wrong\n"
4883msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004884"[*] ext3 日志中的超级块中可能被写入了文件系统的超级块,\n"
4885"\t因此 start/end/grp 出错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004886
4887#: misc/findsuper.c:190
4888#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004889msgid ""
4890"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4891"mount_time sb_uuid label\n"
4892msgstr ""
4893"偏移字节 起始字节 结束字节 块数 块大小 grp 创建/挂载时"
4894"间 超级块 UUID 标签\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004895
4896#: misc/findsuper.c:264
4897#, c-format
4898msgid ""
4899"\n"
4900"%11Lu: finished with errno %d\n"
4901msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004902"\n"
4903"%11Lu:已结束,错误号为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004904
Theodore Ts'o930e2812009-06-29 15:08:12 -04004905#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04004906#, c-format
4907msgid "WARNING: couldn't open %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004908msgstr "警告:无法打开 %s:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004909
Theodore Ts'o930e2812009-06-29 15:08:12 -04004910#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04004911#, c-format
4912msgid "WARNING: bad format on line %d of %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004913msgstr "警告:%2$s 的第 %1$d 中格式错误\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004914
Eric Sandeen032eafe2012-07-28 17:48:36 -04004915#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04004916msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004917"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004918"\tfield. I will kludge around things for you, but you\n"
4919"\tshould fix your /etc/fstab file as soon as you can.\n"
4920"\n"
4921msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004922"警告:你的/etc/fstab中缺少passno字段。\n"
4923"\t我将会设法完成任务,但你应当尽快修复/etc/fstab。\n"
4924"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004925
Eric Sandeen032eafe2012-07-28 17:48:36 -04004926#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04004927#, c-format
4928msgid "fsck: %s: not found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004929msgstr "fsck:%s:未找到\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004930
Eric Sandeen032eafe2012-07-28 17:48:36 -04004931#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04004932#, c-format
4933msgid "%s: wait: No more child process?!?\n"
4934msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004935"%s:等待中:没有子进程了吗?!?\n"
4936"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004937
Eric Sandeen032eafe2012-07-28 17:48:36 -04004938#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04004939#, c-format
4940msgid "Warning... %s for device %s exited with signal %d.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004941msgstr "警告... 设备%s 的 %s 操作收到 %d 信号后退出。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004942
Eric Sandeen032eafe2012-07-28 17:48:36 -04004943#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04004944#, c-format
4945msgid "%s %s: status is %x, should never happen.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004946msgstr "%s %s:状态为 %x,这不应当发生。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004947
Eric Sandeen032eafe2012-07-28 17:48:36 -04004948#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004949#, c-format
4950msgid "Finished with %s (exit status %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004951msgstr "已完成 %s (退出状态码 %d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004952
Eric Sandeen032eafe2012-07-28 17:48:36 -04004953#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04004954#, c-format
4955msgid "%s: Error %d while executing fsck.%s for %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004956msgstr "%1$s:执行fsck.%3$s %4$s 时出错, 退出状态码 %2$d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004957
Eric Sandeen032eafe2012-07-28 17:48:36 -04004958#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04004959msgid ""
4960"Either all or none of the filesystem types passed to -t must be prefixed\n"
4961"with 'no' or '!'.\n"
4962msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004963"所有通过 -t 选项指定的文件系统类型必须都含有(或都不含有)\n"
4964"“no”或“!”前缀。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004965
Eric Sandeen032eafe2012-07-28 17:48:36 -04004966#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04004967msgid "Couldn't allocate memory for filesystem types\n"
4968msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004969"无法为创建指定文件系统类型分配内存\n"
4970"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004971
Eric Sandeen032eafe2012-07-28 17:48:36 -04004972#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04004973#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004974msgid ""
4975"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4976"number\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004977msgstr "%s:跳过/etc/fstab中的错误行:传递给fsck非零值的bind挂载项\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004978
Eric Sandeen032eafe2012-07-28 17:48:36 -04004979#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04004980#, c-format
4981msgid "fsck: cannot check %s: fsck.%s not found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004982msgstr "fsck:无法检查 %s:找不到fsck.%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004983
Eric Sandeen032eafe2012-07-28 17:48:36 -04004984#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04004985msgid "Checking all file systems.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004986msgstr "正在检查所有文件系统。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004987
Eric Sandeen032eafe2012-07-28 17:48:36 -04004988#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04004989#, c-format
4990msgid "--waiting-- (pass %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004991msgstr "--请稍候-- (第 %d 步)n\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004992
Eric Sandeen032eafe2012-07-28 17:48:36 -04004993#: misc/fsck.c:1078
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004994msgid ""
4995"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4996msgstr ""
4997"用法:fsck [-AMNPRTV] [ -C [ fd ] ] [-t 文件系统类型] [文件系统选项] [文件系"
4998"统 ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004999
Eric Sandeen032eafe2012-07-28 17:48:36 -04005000#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04005001#, c-format
5002msgid "%s: too many devices\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005003msgstr "%s:设备过多\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005004
Eric Sandeen032eafe2012-07-28 17:48:36 -04005005#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04005006#, c-format
5007msgid "%s: too many arguments\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005008msgstr "%s:参数过多\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005009
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005010#: misc/fuse2fs.c:3745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005011msgid "Mounting read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005012msgstr "以只读模式挂载。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005013
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005014#: misc/fuse2fs.c:3769
Theodore Ts'of722c132009-04-21 22:09:01 -04005015#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005016msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005017msgstr "%s:允许用户分配所有块。这样做很危险!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005018
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005019#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005020#, c-format
5021msgid "%s: %s.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005022msgstr "%s:%s。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005023
Theodore Ts'o21725192017-08-23 19:46:04 -04005024#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3240
Tianze Wang57d69272016-08-31 23:14:17 -04005025#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005026msgid "Please run e2fsck -fy %s.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005027msgstr "请先运行“e2fsck -fy %s”。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005028
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005029#: misc/fuse2fs.c:3803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005030msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005031msgstr "日志需要恢复;请运行“e2fsck -E journal_only”。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005032
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005033#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005034#, c-format
5035msgid "%s: Writing to the journal is not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005036msgstr "%s:不支持写入日志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005037
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005038#: misc/fuse2fs.c:3826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005039msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005040msgstr "警告:正在挂载未经检查的文件系统,建议您先运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005041
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005042#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005043msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5044msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005045"警告:尝试挂载次数超过最大值,建议您运行 e2fsck。\n"
5046"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005047
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005048#: misc/fuse2fs.c:3835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005049msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005050msgstr "警告:检查超时,建议您运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005052#: misc/fuse2fs.c:3839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005053msgid "Orphans detected; running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005054msgstr "检测到孤立块;建议您运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005055
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005056#: misc/fuse2fs.c:3843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005057msgid "Errors detected; running e2fsck is required.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005058msgstr "检测到错误;请运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005059
5060#: misc/lsattr.c:75
Tianze Wang57d69272016-08-31 23:14:17 -04005061#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005062msgid "Usage: %s [-RVadlpv] [files...]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005063msgstr "用法:%s [-RVadlpv] [文件...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005065#: misc/lsattr.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04005066#, c-format
5067msgid "While reading flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005068msgstr "读取 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005070#: misc/lsattr.c:93
Tianze Wang57d69272016-08-31 23:14:17 -04005071#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005072msgid "While reading project on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005073msgstr "读取 %s 的项目时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005074
5075#: misc/lsattr.c:102
Theodore Ts'of722c132009-04-21 22:09:01 -04005076#, c-format
5077msgid "While reading version on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005078msgstr "设置 %s 的版本时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005080#: misc/mke2fs.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -04005081#, c-format
5082msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005083"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005084"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005085"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005086"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5087"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5088"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005089"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5090"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005091"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005092msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005093"用法:%s [-c|-l 文件名] [-b 块大小] [-C 簇大小]\n"
5094"\t[-i 每inode的字节数] [-I inode大小] [-J 日志选项]\n"
5095"\t[-G 弹性组大小] [-N inode数] [-d 根目录]\n"
5096"\t[-m 保留块所占百分比] [-o 创始系统名]\n"
5097"\t[-g 每组的块数] [-L 卷标] [-M 上一次挂载点]\n"
5098"\t[-O 特性[,...]] [-r 文件系统版本] [-E 扩展选项[,...]]\n"
5099"\t[-t 文件系统类型] [-T 用法类型] [-U UUID] [-e 错误行为][-z 撤销文件]\n"
5100"\t[-jnqvDFKSV] 设备 [块数]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005102#: misc/mke2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04005103#, c-format
5104msgid "Running command: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005105msgstr "正在执行命令:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005107#: misc/mke2fs.c:259
Dark Raven31a48472009-05-25 22:45:42 -04005108#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005109msgid "while trying to run '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04005110msgstr "尝试运行“%s”时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005112#: misc/mke2fs.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04005113msgid "while processing list of bad blocks from program"
Tianze Wang57d69272016-08-31 23:14:17 -04005114msgstr "处理从badblocks获取的坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005116#: misc/mke2fs.c:293
Theodore Ts'of722c132009-04-21 22:09:01 -04005117#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005118msgid "Block %d in primary superblock/group descriptor area bad.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005119msgstr "主超级块/组描述符中的块 %d 为坏块。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005121#: misc/mke2fs.c:295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005122#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005123msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005124msgstr "若要创建文件系统,块 %u 至 %u 必须为好块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005126#: misc/mke2fs.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04005127msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04005128msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005130#: misc/mke2fs.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04005131#, c-format
5132msgid ""
5133"Warning: the backup superblock/group descriptors at block %u contain\n"
5134"\tbad blocks.\n"
5135"\n"
5136msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005137"警告:备份超级块/组描述符中发现坏块(%u)\n"
5138"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005140#: misc/mke2fs.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04005141msgid "while marking bad blocks as used"
Tianze Wang57d69272016-08-31 23:14:17 -04005142msgstr "将坏块标记为已使用的"
Theodore Ts'of722c132009-04-21 22:09:01 -04005143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005144#: misc/mke2fs.c:408
Theodore Ts'of722c132009-04-21 22:09:01 -04005145msgid "Writing inode tables: "
Tianze Wang57d69272016-08-31 23:14:17 -04005146msgstr "正在写入inode表: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005148#: misc/mke2fs.c:430
Theodore Ts'of722c132009-04-21 22:09:01 -04005149#, c-format
5150msgid ""
5151"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005152"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005153msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005154"\n"
5155"无法写入 %d 个块到起始于%llu的inode表:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005156
Theodore Ts'o21725192017-08-23 19:46:04 -04005157#: misc/mke2fs.c:444 misc/mke2fs.c:2680 misc/mke2fs.c:3063
Eric Sandeen032eafe2012-07-28 17:48:36 -04005158msgid "done \n"
5159msgstr "完成 \n"
5160
Theodore Ts'o48203a32016-06-08 15:45:26 -04005161#: misc/mke2fs.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04005162msgid "while creating root dir"
Tianze Wang57d69272016-08-31 23:14:17 -04005163msgstr "创建根目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005164
Theodore Ts'o48203a32016-06-08 15:45:26 -04005165#: misc/mke2fs.c:466
Theodore Ts'of722c132009-04-21 22:09:01 -04005166msgid "while reading root inode"
Tianze Wang57d69272016-08-31 23:14:17 -04005167msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005168
Theodore Ts'o48203a32016-06-08 15:45:26 -04005169#: misc/mke2fs.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04005170msgid "while setting root inode ownership"
Tianze Wang57d69272016-08-31 23:14:17 -04005171msgstr "设置根目录的所有者时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005172
Theodore Ts'o48203a32016-06-08 15:45:26 -04005173#: misc/mke2fs.c:496
Theodore Ts'of722c132009-04-21 22:09:01 -04005174msgid "while creating /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005175msgstr "创建/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005176
Theodore Ts'o48203a32016-06-08 15:45:26 -04005177#: misc/mke2fs.c:503
Theodore Ts'of722c132009-04-21 22:09:01 -04005178msgid "while looking up /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005179msgstr "查找/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005180
Theodore Ts'o48203a32016-06-08 15:45:26 -04005181#: misc/mke2fs.c:516
Theodore Ts'of722c132009-04-21 22:09:01 -04005182msgid "while expanding /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005183msgstr "扩充/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005184
Theodore Ts'o48203a32016-06-08 15:45:26 -04005185#: misc/mke2fs.c:531
Theodore Ts'of722c132009-04-21 22:09:01 -04005186msgid "while setting bad block inode"
Tianze Wang57d69272016-08-31 23:14:17 -04005187msgstr "设置坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005188
Theodore Ts'o48203a32016-06-08 15:45:26 -04005189#: misc/mke2fs.c:558
Theodore Ts'of722c132009-04-21 22:09:01 -04005190#, c-format
5191msgid "Out of memory erasing sectors %d-%d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005192msgstr "擦除扇区 %d-%d 时内存耗尽\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005193
Theodore Ts'o48203a32016-06-08 15:45:26 -04005194#: misc/mke2fs.c:568
Theodore Ts'of722c132009-04-21 22:09:01 -04005195#, c-format
5196msgid "Warning: could not read block 0: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005197msgstr "警告:无法读取块 0:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005198
Theodore Ts'o48203a32016-06-08 15:45:26 -04005199#: misc/mke2fs.c:584
Theodore Ts'of722c132009-04-21 22:09:01 -04005200#, c-format
5201msgid "Warning: could not erase sector %d: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005202msgstr "警告:无法擦除块 %d:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005203
Theodore Ts'o48203a32016-06-08 15:45:26 -04005204#: misc/mke2fs.c:600
Theodore Ts'of722c132009-04-21 22:09:01 -04005205msgid "while initializing journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005206msgstr "初始化日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005207
Theodore Ts'o48203a32016-06-08 15:45:26 -04005208#: misc/mke2fs.c:608
Theodore Ts'of722c132009-04-21 22:09:01 -04005209msgid "Zeroing journal device: "
Tianze Wang57d69272016-08-31 23:14:17 -04005210msgstr "正在对日志设备填零: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005211
Theodore Ts'o48203a32016-06-08 15:45:26 -04005212#: misc/mke2fs.c:620
Theodore Ts'of722c132009-04-21 22:09:01 -04005213#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005214msgid "while zeroing journal device (block %llu, count %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005215msgstr "对日志设备填零时(块 %llu,计数 %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005216
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005217#: misc/mke2fs.c:638
Theodore Ts'of722c132009-04-21 22:09:01 -04005218msgid "while writing journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005219msgstr "写入日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005220
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005221#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005222#, c-format
5223msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005224msgstr "创建含有 %llu 个块(每块 %dk)和 %u 个inode的文件系统\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005225
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005226#: misc/mke2fs.c:661
Tianze Wang57d69272016-08-31 23:14:17 -04005227#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005228msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005229"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005230"\n"
5231msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005232"警告:%llu 块未使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005233"\n"
5234
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005235#: misc/mke2fs.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04005236#, c-format
5237msgid "Filesystem label=%s\n"
5238msgstr "文件系统标签=%s\n"
5239
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005240#: misc/mke2fs.c:669
Tianze Wang57d69272016-08-31 23:14:17 -04005241#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005242msgid "OS type: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005243msgstr "操作系统: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005244
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005245#: misc/mke2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04005246#, c-format
5247msgid "Block size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005248msgstr "块大小=%u(log=%u)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005249
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005250#: misc/mke2fs.c:674
Tianze Wang57d69272016-08-31 23:14:17 -04005251#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005252msgid "Cluster size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005253msgstr "簇大小=%u(log=%u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005254
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005255#: misc/mke2fs.c:678
Theodore Ts'of722c132009-04-21 22:09:01 -04005256#, c-format
5257msgid "Fragment size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005258msgstr "分块大小=%u(log=%u)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005259
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005260#: misc/mke2fs.c:680
Dark Raven3be22a82010-04-19 16:59:03 -04005261#, c-format
5262msgid "Stride=%u blocks, Stripe width=%u blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005263msgstr "步长=%u 块,带宽=%u 块\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005264
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005265#: misc/mke2fs.c:682
Theodore Ts'of722c132009-04-21 22:09:01 -04005266#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005267msgid "%u inodes, %llu blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005268msgstr "%u 个inode,%llu 个块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005269
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005270#: misc/mke2fs.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04005271#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005272msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005273msgstr "%llu 个块(%2.2f%%)为超级用户保留\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005274
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005275#: misc/mke2fs.c:687
Theodore Ts'of722c132009-04-21 22:09:01 -04005276#, c-format
5277msgid "First data block=%u\n"
5278msgstr "第一个数据块=%u\n"
5279
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005280#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005281#, c-format
5282msgid "Root directory owner=%u:%u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005283msgstr "根目录的所有者=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005284
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005285#: misc/mke2fs.c:691
Theodore Ts'of722c132009-04-21 22:09:01 -04005286#, c-format
5287msgid "Maximum filesystem blocks=%lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005288msgstr "文件系统块的最大值=%lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005289
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005290#: misc/mke2fs.c:695
Theodore Ts'of722c132009-04-21 22:09:01 -04005291#, c-format
5292msgid "%u block groups\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005293msgstr "%u 个块组\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005294
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005295#: misc/mke2fs.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04005296#, c-format
5297msgid "%u block group\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005298msgstr "%u 个块组\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005299
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005300#: misc/mke2fs.c:699
Eric Sandeen032eafe2012-07-28 17:48:36 -04005301#, c-format
5302msgid "%u blocks per group, %u clusters per group\n"
5303msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005304"每组 %u 个块,%u 个簇\n"
5305"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005306
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005307#: misc/mke2fs.c:702
Theodore Ts'of722c132009-04-21 22:09:01 -04005308#, c-format
5309msgid "%u blocks per group, %u fragments per group\n"
5310msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005311"每组 %u 个块,%u 个碎片\n"
5312"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005313
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005314#: misc/mke2fs.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04005315#, c-format
5316msgid "%u inodes per group\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005317msgstr "每组 %u 个inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005318
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005319#: misc/mke2fs.c:713
Tianze Wang57d69272016-08-31 23:14:17 -04005320#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005321msgid "Filesystem UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005322msgstr "文件系统UUID:%s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005323
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005324#: misc/mke2fs.c:714
Theodore Ts'of722c132009-04-21 22:09:01 -04005325msgid "Superblock backups stored on blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04005326msgstr "超级块的备份存储于下列块: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005327
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005328#: misc/mke2fs.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005329#, c-format
5330msgid "%s requires '-O 64bit'\n"
5331msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005332"%s 需要“-O 64bit”选项\n"
5333"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005334
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005335#: misc/mke2fs.c:814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005336#, c-format
5337msgid "'%s' must be before 'resize=%u'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005338msgstr "“%s”选项必须位于“resize=%u”之前\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005339
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005340#: misc/mke2fs.c:827
Tianze Wang57d69272016-08-31 23:14:17 -04005341#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005342msgid "Invalid desc_size: '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005343msgstr "desc_size值无效:“%s”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005344
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005345#: misc/mke2fs.c:840
Tianze Wang57d69272016-08-31 23:14:17 -04005346#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005347msgid "Invalid offset: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005348msgstr "无效的偏移量: %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005349
Theodore Ts'o21725192017-08-23 19:46:04 -04005350#: misc/mke2fs.c:854 misc/tune2fs.c:1991
Tianze Wang57d69272016-08-31 23:14:17 -04005351#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005352msgid "Invalid mmp_update_interval: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005353msgstr "无效mmp更新间隔:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005354
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005355#: misc/mke2fs.c:868
Tianze Wang57d69272016-08-31 23:14:17 -04005356#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005357msgid "Invalid # of backup superblocks: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005358msgstr "备份超级块编号无效:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005359
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005360#: misc/mke2fs.c:890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005361#, c-format
5362msgid "Invalid stride parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005363msgstr "无效的步长参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005364
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005365#: misc/mke2fs.c:905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005366#, c-format
5367msgid "Invalid stripe-width parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005368msgstr "无效的带宽参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005369
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005370#: misc/mke2fs.c:928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005371#, c-format
5372msgid "Invalid resize parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005373msgstr "无效的改变大小参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005374
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005375#: misc/mke2fs.c:935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005376msgid "The resize maximum must be greater than the filesystem size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005377msgstr "所需改变的大小必须大于当前文件系统的大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005378
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005379#: misc/mke2fs.c:959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005380msgid "On-line resizing not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005381msgstr "版本为0的文件系统不支持在线改变大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005382
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005383#: misc/mke2fs.c:985 misc/mke2fs.c:994
Tianze Wang57d69272016-08-31 23:14:17 -04005384#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005385msgid "Invalid root_owner: '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005386msgstr "无效的根目录所有者:“%s”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005387
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005388#: misc/mke2fs.c:1035
Theodore Ts'of722c132009-04-21 22:09:01 -04005389#, c-format
5390msgid ""
5391"\n"
5392"Bad option(s) specified: %s\n"
5393"\n"
5394"Extended options are separated by commas, and may take an argument which\n"
5395"\tis set off by an equals ('=') sign.\n"
5396"\n"
5397"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005398"\tmmp_update_interval=<interval>\n"
5399"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005400"\tstride=<RAID per-disk data chunk in blocks>\n"
5401"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005402"\toffset=<offset to create the file system>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005403"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005404"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005405"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005406"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005407"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005408"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005409"\tdiscard\n"
5410"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005411"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005412"\n"
5413msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005414"\n"
5415"指定了错误的选项:%s\n"
5416"\n"
5417"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
5418"\n"
5419"有效的扩展选项有:\n"
5420"\tmmp_update_interval=<间隔>\n"
5421"\tnum_backup_sb=<0|1|2>\n"
5422"\tstride=<RAID 每个磁盘的数据块数(步长)>\n"
5423"\tstripe-width=<步长 × RAID 磁盘数(带宽)>\n"
5424"\toffset=<文件系统的偏移量>\n"
5425"\tresize=<调整块大小时的最大值>\n"
5426"\tpacked_meta_blocks=<0(禁用)或 1(启用)>\n"
5427"\tlazy_itable_init=<0(禁用)或 1(启用)>\n"
5428"\tlazy_journal_init=<0(禁用)或 1(启用)>\n"
5429"\troot_owner=<根目录的uid>:<根目录的gid>\n"
5430"\ttest_fs\n"
5431"\tdiscard\n"
5432"\tnodiscard\n"
5433"\tquotatype=<要启用的配额类型>\n"
5434"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005435
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005436#: misc/mke2fs.c:1060
Theodore Ts'of722c132009-04-21 22:09:01 -04005437#, c-format
5438msgid ""
5439"\n"
5440"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5441"\n"
5442msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005443"\n"
5444"警告:RAID带宽 %u 不是步长 %u 的偶数倍。\n"
5445"\n"
5446"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005447
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005448#: misc/mke2fs.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -04005449#, c-format
5450msgid ""
5451"Syntax error in mke2fs config file (%s, line #%d)\n"
5452"\t%s\n"
5453msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005454"mke2fs配置文件中有语法错误(%s,第 %d 行)\n"
5455"\t%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005456
Theodore Ts'o21725192017-08-23 19:46:04 -04005457#: misc/mke2fs.c:1115 misc/tune2fs.c:1012
Theodore Ts'of722c132009-04-21 22:09:01 -04005458#, c-format
5459msgid "Invalid filesystem option set: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005460msgstr "设置了无效的文件系统选项:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005461
Theodore Ts'o21725192017-08-23 19:46:04 -04005462#: misc/mke2fs.c:1127 misc/tune2fs.c:409
Eric Sandeen032eafe2012-07-28 17:48:36 -04005463#, c-format
5464msgid "Invalid mount option set: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005465msgstr "设置了无效的挂载选项:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005466
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005467#: misc/mke2fs.c:1263
Theodore Ts'of722c132009-04-21 22:09:01 -04005468#, c-format
5469msgid ""
5470"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005471"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005472msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005473"\n"
5474"你的mke2fs.conf文件中没有定义类型 %s 的文件系统。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005475
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005476#: misc/mke2fs.c:1267
Theodore Ts'of722c132009-04-21 22:09:01 -04005477msgid ""
5478"You probably need to install an updated mke2fs.conf file.\n"
5479"\n"
5480msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005481"你可能需要升级mke2fs.conf文件。\n"
5482"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005483
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005484#: misc/mke2fs.c:1271
Dark Ravenc4755342011-01-26 18:54:25 -05005485msgid "Aborting...\n"
5486msgstr "正在终止...\n"
5487
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005488#: misc/mke2fs.c:1312
Dark Ravenc4755342011-01-26 18:54:25 -05005489#, c-format
5490msgid ""
5491"\n"
5492"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5493"\n"
5494msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005495"\n"
5496"警告:mke2fs.conf中未定义文件系统类型 %s\n"
5497"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005498
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005499#: misc/mke2fs.c:1494
Eric Sandeen032eafe2012-07-28 17:48:36 -04005500msgid "Couldn't allocate memory for new PATH.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005501msgstr "无法为新路径分配内存。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005502
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005503#: misc/mke2fs.c:1535
Eric Sandeen032eafe2012-07-28 17:48:36 -04005504#, c-format
5505msgid "Couldn't init profile successfully (error: %ld).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005506msgstr "无法成功初始化配置(错误:%ld)。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005507
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005508#: misc/mke2fs.c:1568
Theodore Ts'of722c132009-04-21 22:09:01 -04005509#, c-format
5510msgid "invalid block size - %s"
5511msgstr "无效的块大小 - %s"
5512
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005513#: misc/mke2fs.c:1572
Theodore Ts'of722c132009-04-21 22:09:01 -04005514#, c-format
5515msgid "Warning: blocksize %d not usable on most systems.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005516msgstr "警告:块大小 %d 在很多系统中不可用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005517
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005518#: misc/mke2fs.c:1588
Tianze Wang57d69272016-08-31 23:14:17 -04005519#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005520msgid "invalid cluster size - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005521msgstr "无效的簇大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005522
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005523#: misc/mke2fs.c:1601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005524msgid "'-R' is deprecated, use '-E' instead"
Tianze Wang57d69272016-08-31 23:14:17 -04005525msgstr "“-R” 选项已被废弃,请使用“-E”选项"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005526
Theodore Ts'o21725192017-08-23 19:46:04 -04005527#: misc/mke2fs.c:1615 misc/tune2fs.c:1720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005528#, c-format
5529msgid "bad error behavior - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005530msgstr "出错行为有误 - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005531
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005532#: misc/mke2fs.c:1627
Theodore Ts'of722c132009-04-21 22:09:01 -04005533msgid "Illegal number for blocks per group"
Tianze Wang57d69272016-08-31 23:14:17 -04005534msgstr "非法的每组块数"
Theodore Ts'of722c132009-04-21 22:09:01 -04005535
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005536#: misc/mke2fs.c:1632
Theodore Ts'of722c132009-04-21 22:09:01 -04005537msgid "blocks per group must be multiple of 8"
Tianze Wang57d69272016-08-31 23:14:17 -04005538msgstr "每组块数必须是8的倍数"
Theodore Ts'of722c132009-04-21 22:09:01 -04005539
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005540#: misc/mke2fs.c:1640
Theodore Ts'of722c132009-04-21 22:09:01 -04005541msgid "Illegal number for flex_bg size"
Tianze Wang57d69272016-08-31 23:14:17 -04005542msgstr "非法的弹性组大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04005543
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005544#: misc/mke2fs.c:1646
Theodore Ts'of722c132009-04-21 22:09:01 -04005545msgid "flex_bg size must be a power of 2"
Tianze Wang57d69272016-08-31 23:14:17 -04005546msgstr "弹性组的大小必须是2的次方"
Theodore Ts'of722c132009-04-21 22:09:01 -04005547
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005548#: misc/mke2fs.c:1651
Tianze Wang57d69272016-08-31 23:14:17 -04005549#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005550msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Tianze Wang57d69272016-08-31 23:14:17 -04005551msgstr "弹性组的大小(%lu)必须小于等于2^31"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005552
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005553#: misc/mke2fs.c:1661
Theodore Ts'of722c132009-04-21 22:09:01 -04005554#, c-format
5555msgid "invalid inode ratio %s (min %d/max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005556msgstr "无效的inode比 %s(最小 %d /最大 %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005557
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005558#: misc/mke2fs.c:1671
Dark Ravenc4755342011-01-26 18:54:25 -05005559#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005560msgid "invalid inode size - %s"
5561msgstr "无效的inode大小 - %s"
5562
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005563#: misc/mke2fs.c:1684
5564msgid ""
5565"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5566"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005567msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005568"警告:-K 选项已被废弃,今后也不应当被使用。请使用扩展选项\n"
5569"“-E nodiscard”作为替代!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005570
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005571#: misc/mke2fs.c:1695
Theodore Ts'of722c132009-04-21 22:09:01 -04005572msgid "in malloc for bad_blocks_filename"
Tianze Wang57d69272016-08-31 23:14:17 -04005573msgstr "为bad_blocks_filename分配内存时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005574
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005575#: misc/mke2fs.c:1704
Theodore Ts'o48203a32016-06-08 15:45:26 -04005576#, c-format
5577msgid ""
5578"Warning: label too long; will be truncated to '%s'\n"
5579"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005580msgstr "警告:卷标太长,已截短为“%s”\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005581
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005582#: misc/mke2fs.c:1713
Theodore Ts'of722c132009-04-21 22:09:01 -04005583#, c-format
5584msgid "invalid reserved blocks percent - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005585msgstr "无效的保留块百分比 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005586
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005587#: misc/mke2fs.c:1728
Theodore Ts'of722c132009-04-21 22:09:01 -04005588#, c-format
5589msgid "bad num inodes - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005590msgstr "错误的inode数 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005591
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005592#: misc/mke2fs.c:1741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005593msgid "while allocating fs_feature string"
Tianze Wang57d69272016-08-31 23:14:17 -04005594msgstr "分配 fs_feature 字符串时"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005595
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005596#: misc/mke2fs.c:1758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005597#, c-format
5598msgid "bad revision level - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005599msgstr "错误的版本号 - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005600
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005601#: misc/mke2fs.c:1763
Tianze Wang57d69272016-08-31 23:14:17 -04005602#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005603msgid "while trying to create revision %d"
Tianze Wang57d69272016-08-31 23:14:17 -04005604msgstr "尝试创建版本 %d 时"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005605
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005606#: misc/mke2fs.c:1777
Eric Sandeen032eafe2012-07-28 17:48:36 -04005607msgid "The -t option may only be used once"
Tianze Wang57d69272016-08-31 23:14:17 -04005608msgstr "-t 选项只能被指定一次"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005609
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005610#: misc/mke2fs.c:1785
Eric Sandeen032eafe2012-07-28 17:48:36 -04005611msgid "The -T option may only be used once"
Tianze Wang57d69272016-08-31 23:14:17 -04005612msgstr "-T 选项只能被指定一次"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005613
Theodore Ts'o21725192017-08-23 19:46:04 -04005614#: misc/mke2fs.c:1841 misc/mke2fs.c:3147
Theodore Ts'of722c132009-04-21 22:09:01 -04005615#, c-format
5616msgid "while trying to open journal device %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005617msgstr "尝试打开日志设备 %s 时\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005618
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005619#: misc/mke2fs.c:1847
Theodore Ts'of722c132009-04-21 22:09:01 -04005620#, c-format
5621msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005622msgstr "日志设备的块大小(%d)不能低于最小的块大小 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005623
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005624#: misc/mke2fs.c:1853
Dark Raven3be22a82010-04-19 16:59:03 -04005625#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005626msgid "Using journal device's blocksize: %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005627msgstr "根据日志设备确定块大小:%d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005628
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005629#: misc/mke2fs.c:1864
Tianze Wang57d69272016-08-31 23:14:17 -04005630#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005631msgid "invalid blocks '%s' on device '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04005632msgstr "无效的块数“%s”于设备“%s”"
Theodore Ts'of722c132009-04-21 22:09:01 -04005633
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005634#: misc/mke2fs.c:1888
Theodore Ts'of722c132009-04-21 22:09:01 -04005635msgid "filesystem"
5636msgstr "文件系统"
5637
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04005638#: misc/mke2fs.c:1901 resize/main.c:495
Theodore Ts'of722c132009-04-21 22:09:01 -04005639msgid "while trying to determine filesystem size"
Tianze Wang57d69272016-08-31 23:14:17 -04005640msgstr "尝试确定文件系统大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005641
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005642#: misc/mke2fs.c:1907
Theodore Ts'of722c132009-04-21 22:09:01 -04005643msgid ""
5644"Couldn't determine device size; you must specify\n"
5645"the size of the filesystem\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005646msgstr "无法确定设备大小;你必须手动指定大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005647
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005648#: misc/mke2fs.c:1914
Theodore Ts'of722c132009-04-21 22:09:01 -04005649msgid ""
5650"Device size reported to be zero. Invalid partition specified, or\n"
5651"\tpartition table wasn't reread after running fdisk, due to\n"
5652"\ta modified partition being busy and in use. You may need to reboot\n"
5653"\tto re-read your partition table.\n"
5654msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005655"设备大小为零。可能是指定了无效的设备,或是分区表在\n"
5656"\t执行fdisk后未被重新加载(分区正被占用)导致的。\n"
5657"\t你可能需要重启后重新读取分区表。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005658
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005659#: misc/mke2fs.c:1931
Theodore Ts'of722c132009-04-21 22:09:01 -04005660msgid "Filesystem larger than apparent device size."
Tianze Wang57d69272016-08-31 23:14:17 -04005661msgstr "文件系统大小超过设备的实际大小。"
Theodore Ts'of722c132009-04-21 22:09:01 -04005662
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005663#: misc/mke2fs.c:1951
Theodore Ts'of722c132009-04-21 22:09:01 -04005664msgid "Failed to parse fs types list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005665msgstr "解析文件系统类型列表失败\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005666
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005667#: misc/mke2fs.c:1999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005668msgid "The HURD does not support the filetype feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005669msgstr "HURD 不支持文件类型。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005670
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005671#: misc/mke2fs.c:2004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005672msgid "The HURD does not support the huge_file feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005673msgstr "HURD 不支持大文件特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005674
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005675#: misc/mke2fs.c:2009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005676msgid "The HURD does not support the metadata_csum feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005677msgstr "HURD 不支持元数据校验值特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005678
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005679#: misc/mke2fs.c:2019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005680msgid "while trying to determine hardware sector size"
Tianze Wang57d69272016-08-31 23:14:17 -04005681msgstr "尝试确定硬件扇区大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005682
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005683#: misc/mke2fs.c:2025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005684msgid "while trying to determine physical sector size"
Tianze Wang57d69272016-08-31 23:14:17 -04005685msgstr "尝试确定物理扇区大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005686
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005687#: misc/mke2fs.c:2057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005688msgid "while setting blocksize; too small for device\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005689msgstr "设置块大小时;对于设备来说太小\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005690
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005691#: misc/mke2fs.c:2062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005692#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005693msgid ""
5694"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005695msgstr "警告:指定的块大小 %d 小于设备物理扇区大小%d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005696
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005697#: misc/mke2fs.c:2086
Eric Sandeen032eafe2012-07-28 17:48:36 -04005698#, c-format
5699msgid ""
5700"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5701"\tin 32 bits using a blocksize of %d.\n"
5702msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005703"%1$s:设备 %3$s 的尺寸(0x%2$llx 个块)太大,无法用32位数表示\n"
5704"\t改为使用 %4$d 的块大小。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005705
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005706#: misc/mke2fs.c:2098
5707#, fuzzy, c-format
5708msgid ""
5709"%s: Size of device (0x%llx blocks) %s too big to create\n"
5710"\ta filesystem using a blocksize of %d.\n"
5711msgstr ""
5712"%1$s:设备 %3$s 的尺寸(0x%2$llx 个块)太大,无法用32位数表示\n"
5713"\t改为使用 %4$d 的块大小。\n"
5714
5715#: misc/mke2fs.c:2120
Theodore Ts'of722c132009-04-21 22:09:01 -04005716msgid "fs_types for mke2fs.conf resolution: "
Tianze Wang57d69272016-08-31 23:14:17 -04005717msgstr "mke2fs.conf中有关文件系统类型的解释: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005718
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005719#: misc/mke2fs.c:2127
Theodore Ts'of722c132009-04-21 22:09:01 -04005720msgid "Filesystem features not supported with revision 0 filesystems\n"
5721msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005722"版本为0的文件系统不支持这些特性\n"
5723"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005724
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005725#: misc/mke2fs.c:2135
Theodore Ts'of722c132009-04-21 22:09:01 -04005726msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005727msgstr "版本为0的文件系统不支持分散式超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005728
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005729#: misc/mke2fs.c:2145
Theodore Ts'of722c132009-04-21 22:09:01 -04005730msgid "Journals not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005731msgstr "版本为0的文件系统不支持日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005732
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005733#: misc/mke2fs.c:2158
Tianze Wang57d69272016-08-31 23:14:17 -04005734#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005735msgid "invalid reserved blocks percent - %lf"
Tianze Wang57d69272016-08-31 23:14:17 -04005736msgstr "无效的保留块百分比 - %lf"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005737
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005738#: misc/mke2fs.c:2175
5739msgid ""
5740"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5741"rectify.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005742msgstr "64位系统必须启用extent特性。请使用“-O extents”选项来修正。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005743
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005744#: misc/mke2fs.c:2195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005745msgid "The cluster size may not be smaller than the block size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005746msgstr "簇大小不能小于块大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005747
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005748#: misc/mke2fs.c:2201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005749msgid "specifying a cluster size requires the bigalloc feature"
Tianze Wang57d69272016-08-31 23:14:17 -04005750msgstr "指定簇大小需要启用bigalloc特性"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005751
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005752#: misc/mke2fs.c:2221
Dark Raven3be22a82010-04-19 16:59:03 -04005753#, c-format
5754msgid "warning: Unable to get device geometry for %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005755msgstr "警告:无法获取 %s 的设备布局\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005756
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005757#: misc/mke2fs.c:2224
Dark Raven3be22a82010-04-19 16:59:03 -04005758#, c-format
5759msgid "%s alignment is offset by %lu bytes.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005760msgstr "%s 未对齐,偏移了 %lu 个字节。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005761
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005762#: misc/mke2fs.c:2226
Eric Sandeen032eafe2012-07-28 17:48:36 -04005763#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005764msgid ""
5765"This may result in very poor performance, (re)-partitioning suggested.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005766msgstr "这可能导致性能下降,建议重新进行分区。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005767
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005768#: misc/mke2fs.c:2247
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005769#, c-format
5770msgid "%d-byte blocks too big for system (max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005771msgstr "%d字节的块对于系统来说太大(最大为 %d)"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005772
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005773#: misc/mke2fs.c:2251
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005774#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005775msgid ""
5776"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005777msgstr "警告:%d字节的块对于系统来说太大(最大为 %d),但仍然强制进行操作\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005778
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005779#: misc/mke2fs.c:2259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005780#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005781msgid ""
5782"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5783"and journal checksum features.\n"
5784msgstr ""
5785"建议:使用 3.18 以上的 Linux 内核以提高元数据稳定性,以及使用日志校验值特"
5786"性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005787
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005788#: misc/mke2fs.c:2314
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005789#, c-format
5790msgid ""
5791"\n"
5792"Warning: offset specified without an explicit file system size.\n"
5793"Creating a file system with %llu blocks but this might\n"
5794"not be what you want.\n"
5795"\n"
5796msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005797"\n"
5798"警告:指定了偏移量,但没有指定文件系统大小。\n"
5799"将创建含有 %llu 个块的文件系统,这可能与您的预期不服。\n"
5800"\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005801
Theodore Ts'o21725192017-08-23 19:46:04 -04005802#: misc/mke2fs.c:2329
5803#, fuzzy, c-format
5804msgid "%d byte inodes are too small for project quota"
5805msgstr "%d 字节的 inode 对于项目配额来说太小;请指定一个更大的值"
5806
5807#: misc/mke2fs.c:2351
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005808msgid "Can't support bigalloc feature without extents feature"
Tianze Wang57d69272016-08-31 23:14:17 -04005809msgstr "无法在缺乏extent特性的情况下支持bigalloc特性"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005810
Theodore Ts'o21725192017-08-23 19:46:04 -04005811#: misc/mke2fs.c:2358
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005812msgid ""
5813"The resize_inode and meta_bg features are not compatible.\n"
5814"They can not be both enabled simultaneously.\n"
5815msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005816"resize_inode 和 meta_bg 特性不兼容。\n"
5817"无法同时启用它们。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005818
Theodore Ts'o21725192017-08-23 19:46:04 -04005819#: misc/mke2fs.c:2366
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005820msgid ""
5821"\n"
5822"Warning: the bigalloc feature is still under development\n"
5823"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5824"\n"
5825msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005826"\n"
5827"警告:bigalloc特性仍然在开发中\n"
5828"更多详情请参见 https://ext4.wiki.kernel.org/index.php/Bigalloc\n"
5829"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005830
Theodore Ts'o21725192017-08-23 19:46:04 -04005831#: misc/mke2fs.c:2378
Eric Sandeen032eafe2012-07-28 17:48:36 -04005832msgid "reserved online resize blocks not supported on non-sparse filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04005833msgstr "非分散式文件系统不支持为在线调整大小设置保留块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005834
Theodore Ts'o21725192017-08-23 19:46:04 -04005835#: misc/mke2fs.c:2387
Eric Sandeen032eafe2012-07-28 17:48:36 -04005836msgid "blocks per group count out of range"
Tianze Wang57d69272016-08-31 23:14:17 -04005837msgstr "每组块数超过允许范围"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005838
Theodore Ts'o21725192017-08-23 19:46:04 -04005839#: misc/mke2fs.c:2409
Eric Sandeen032eafe2012-07-28 17:48:36 -04005840msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Tianze Wang57d69272016-08-31 23:14:17 -04005841msgstr "弹性组特性未启用,所以无法指定弹性组尺寸"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005842
Theodore Ts'o21725192017-08-23 19:46:04 -04005843#: misc/mke2fs.c:2421
Eric Sandeen032eafe2012-07-28 17:48:36 -04005844#, c-format
5845msgid "invalid inode size %d (min %d/max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005846msgstr "无效的inode大小 %d(最小 %d /最大 %d)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005847
Theodore Ts'o21725192017-08-23 19:46:04 -04005848#: misc/mke2fs.c:2436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005849#, c-format
5850msgid "%d byte inodes are too small for inline data; specify larger size"
Tianze Wang57d69272016-08-31 23:14:17 -04005851msgstr "%d 字节的 inode 对于内联数据来说太小;请指定一个更大的值"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005852
Theodore Ts'o21725192017-08-23 19:46:04 -04005853#: misc/mke2fs.c:2451
Eric Sandeen032eafe2012-07-28 17:48:36 -04005854#, c-format
5855msgid "too many inodes (%llu), raise inode ratio?"
Tianze Wang57d69272016-08-31 23:14:17 -04005856msgstr "inode太多(%llu),是否提高inode比?"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005857
Theodore Ts'o21725192017-08-23 19:46:04 -04005858#: misc/mke2fs.c:2458
Eric Sandeen032eafe2012-07-28 17:48:36 -04005859#, c-format
5860msgid "too many inodes (%llu), specify < 2^32 inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04005861msgstr "inode数量太多(%llu),请指定小于 2^32 的inode数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005862
Theodore Ts'o21725192017-08-23 19:46:04 -04005863#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005864#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005865msgid ""
5866"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005867"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005868"\tor lower inode count (-N).\n"
5869msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005870"inode大小(%u)×inode数(%u)对于含有 %llu 个块\n"
5871"\t的系统来说太大,请指定更高的inode比(使用 -i 选项)\n"
5872"\t或更少的inode数(-N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005873
Theodore Ts'o21725192017-08-23 19:46:04 -04005874#: misc/mke2fs.c:2659
Eric Sandeen032eafe2012-07-28 17:48:36 -04005875msgid "Discarding device blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04005876msgstr "丢弃设备块: "
Eric Sandeen032eafe2012-07-28 17:48:36 -04005877
Theodore Ts'o21725192017-08-23 19:46:04 -04005878#: misc/mke2fs.c:2675
Eric Sandeen032eafe2012-07-28 17:48:36 -04005879msgid "failed - "
Tianze Wang57d69272016-08-31 23:14:17 -04005880msgstr "已失败 - "
Dark Raven3be22a82010-04-19 16:59:03 -04005881
Theodore Ts'o21725192017-08-23 19:46:04 -04005882#: misc/mke2fs.c:2734
Theodore Ts'o48203a32016-06-08 15:45:26 -04005883msgid "while initializing quota context"
Tianze Wang57d69272016-08-31 23:14:17 -04005884msgstr "初始化配额上下文时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005885
Theodore Ts'o21725192017-08-23 19:46:04 -04005886#: misc/mke2fs.c:2741
Theodore Ts'o48203a32016-06-08 15:45:26 -04005887msgid "while writing quota inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04005888msgstr "写入配额 inode 时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005889
Theodore Ts'o21725192017-08-23 19:46:04 -04005890#: misc/mke2fs.c:2766
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005891#, c-format
5892msgid "bad error behavior in profile - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005893msgstr "配置中的出错行为有误 - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005894
Theodore Ts'o21725192017-08-23 19:46:04 -04005895#: misc/mke2fs.c:2840
Theodore Ts'of722c132009-04-21 22:09:01 -04005896msgid "while setting up superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005897msgstr "设置superblock时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005898
Theodore Ts'o21725192017-08-23 19:46:04 -04005899#: misc/mke2fs.c:2856
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005900msgid ""
5901"Extents are not enabled. The file extent tree can be checksummed, whereas "
5902"block maps cannot. Not enabling extents reduces the coverage of metadata "
5903"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005904msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005905"未启用 extent 特性,所以仅对文件 extent 树进行校验,而不会对块位图进行校验。"
5906"不启用 extent 将降低元数据校验值的覆盖范围。可以使用参数“-O extents”来进行纠"
5907"正。\n"
5908
Theodore Ts'o21725192017-08-23 19:46:04 -04005909#: misc/mke2fs.c:2863
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005910msgid ""
5911"64-bit filesystem support is not enabled. The larger fields afforded by "
5912"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5913msgstr ""
5914"未启用 64 位文件系统支持,将无法使用更大的字段来进行更完整的校验。可以使用参"
5915"数“-O 64bit”来进行纠正。\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005916"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005917
Theodore Ts'o21725192017-08-23 19:46:04 -04005918#: misc/mke2fs.c:2871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005919msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005920msgstr "启用 metadata_csum_seed 特性需要同时启用 metadata_csum 特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005921
Theodore Ts'o21725192017-08-23 19:46:04 -04005922#: misc/mke2fs.c:2895
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005923msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005924msgstr "舍弃成功,将会返回0值 - 跳过擦除inode表\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005925
Theodore Ts'o21725192017-08-23 19:46:04 -04005926#: misc/mke2fs.c:2988
Theodore Ts'of722c132009-04-21 22:09:01 -04005927#, c-format
5928msgid "unknown os - %s"
5929msgstr "未知操作系统 - %s"
5930
Theodore Ts'o21725192017-08-23 19:46:04 -04005931#: misc/mke2fs.c:3051
Eric Sandeen032eafe2012-07-28 17:48:36 -04005932msgid "Allocating group tables: "
Tianze Wang57d69272016-08-31 23:14:17 -04005933msgstr "正在分配组表: "
Eric Sandeen032eafe2012-07-28 17:48:36 -04005934
Theodore Ts'o21725192017-08-23 19:46:04 -04005935#: misc/mke2fs.c:3059
Theodore Ts'of722c132009-04-21 22:09:01 -04005936msgid "while trying to allocate filesystem tables"
Tianze Wang57d69272016-08-31 23:14:17 -04005937msgstr "尝试分配文件系统表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005938
Theodore Ts'o21725192017-08-23 19:46:04 -04005939#: misc/mke2fs.c:3068
Eric Sandeen032eafe2012-07-28 17:48:36 -04005940msgid ""
5941"\n"
5942"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04005943msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005944"\n"
5945"\t转换子簇位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005946
Theodore Ts'o21725192017-08-23 19:46:04 -04005947#: misc/mke2fs.c:3074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005948#, c-format
5949msgid "%s may be further corrupted by superblock rewrite\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005950msgstr "%s 可能因超级块被改写而损\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005951
Theodore Ts'o21725192017-08-23 19:46:04 -04005952#: misc/mke2fs.c:3115
Eric Sandeen032eafe2012-07-28 17:48:36 -04005953#, c-format
5954msgid "while zeroing block %llu at end of filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04005955msgstr "对文件系统末尾的块 %llu 填零时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005956
Theodore Ts'o21725192017-08-23 19:46:04 -04005957#: misc/mke2fs.c:3128
Theodore Ts'of722c132009-04-21 22:09:01 -04005958msgid "while reserving blocks for online resize"
Tianze Wang57d69272016-08-31 23:14:17 -04005959msgstr "为在线改变大小保留块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005960
Theodore Ts'o21725192017-08-23 19:46:04 -04005961#: misc/mke2fs.c:3140 misc/tune2fs.c:1428
Theodore Ts'of722c132009-04-21 22:09:01 -04005962msgid "journal"
5963msgstr "日志"
5964
Theodore Ts'o21725192017-08-23 19:46:04 -04005965#: misc/mke2fs.c:3152
Theodore Ts'of722c132009-04-21 22:09:01 -04005966#, c-format
5967msgid "Adding journal to device %s: "
Tianze Wang57d69272016-08-31 23:14:17 -04005968msgstr "将日志添加到设备 %s: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005969
Theodore Ts'o21725192017-08-23 19:46:04 -04005970#: misc/mke2fs.c:3159
Theodore Ts'of722c132009-04-21 22:09:01 -04005971#, c-format
5972msgid ""
5973"\n"
5974"\twhile trying to add journal to device %s"
5975msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005976"\n"
5977"尝试将日志添加到设备 %s时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005978
Theodore Ts'o21725192017-08-23 19:46:04 -04005979#: misc/mke2fs.c:3164 misc/mke2fs.c:3193 misc/mke2fs.c:3231
5980#: misc/mk_hugefiles.c:596 misc/tune2fs.c:1457 misc/tune2fs.c:1476
Theodore Ts'of722c132009-04-21 22:09:01 -04005981msgid "done\n"
5982msgstr "完成\n"
5983
Theodore Ts'o21725192017-08-23 19:46:04 -04005984#: misc/mke2fs.c:3170
Theodore Ts'o930e2812009-06-29 15:08:12 -04005985msgid "Skipping journal creation in super-only mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005986msgstr "跳过创建日志的步骤(唯超级块模式)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04005987
Theodore Ts'o21725192017-08-23 19:46:04 -04005988#: misc/mke2fs.c:3180
Dark Raven3be22a82010-04-19 16:59:03 -04005989#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005990msgid "Creating journal (%u blocks): "
Tianze Wang57d69272016-08-31 23:14:17 -04005991msgstr "创建日志(%u 个块)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005992
Theodore Ts'o21725192017-08-23 19:46:04 -04005993#: misc/mke2fs.c:3189
Eric Sandeen032eafe2012-07-28 17:48:36 -04005994msgid ""
5995"\n"
5996"\twhile trying to create journal"
5997msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005998"\n"
5999"\t尝试创建日志时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006000
Theodore Ts'o21725192017-08-23 19:46:04 -04006001#: misc/mke2fs.c:3201 misc/tune2fs.c:1077
Eric Sandeen032eafe2012-07-28 17:48:36 -04006002msgid ""
6003"\n"
6004"Error while enabling multiple mount protection feature."
6005msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006006"\n"
6007"启用MMP特性失败。"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006008
Theodore Ts'o21725192017-08-23 19:46:04 -04006009#: misc/mke2fs.c:3206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006010#, c-format
6011msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006012msgstr "MMP(多重挂载保护)已被启用,更新间隔为 %d 秒。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006013
Theodore Ts'o21725192017-08-23 19:46:04 -04006014#: misc/mke2fs.c:3222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006015msgid "Copying files into the device: "
Tianze Wang57d69272016-08-31 23:14:17 -04006016msgstr "将文件复制到设备:"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006017
Theodore Ts'o21725192017-08-23 19:46:04 -04006018#: misc/mke2fs.c:3228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006019msgid "while populating file system"
Tianze Wang57d69272016-08-31 23:14:17 -04006020msgstr "于填充文件系统时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006021
Theodore Ts'o21725192017-08-23 19:46:04 -04006022#: misc/mke2fs.c:3235
Theodore Ts'of722c132009-04-21 22:09:01 -04006023msgid "Writing superblocks and filesystem accounting information: "
Tianze Wang57d69272016-08-31 23:14:17 -04006024msgstr "写入超级块和文件系统账户统计信息: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006025
Theodore Ts'o21725192017-08-23 19:46:04 -04006026#: misc/mke2fs.c:3242
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006027#, fuzzy
Theodore Ts'of722c132009-04-21 22:09:01 -04006028msgid ""
6029"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006030"Warning, had trouble writing out superblocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006031msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006032"\n"
6033"警告:写入超级块时遇到问题"
Theodore Ts'of722c132009-04-21 22:09:01 -04006034
Theodore Ts'o21725192017-08-23 19:46:04 -04006035#: misc/mke2fs.c:3244
Theodore Ts'of722c132009-04-21 22:09:01 -04006036msgid ""
6037"done\n"
6038"\n"
6039msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006040"已完成\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006041"\n"
6042
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006043#: misc/mk_hugefiles.c:337
6044#, fuzzy, c-format
6045msgid "while zeroing block %llu for hugefile"
6046msgstr "对文件系统末尾的块 %llu 填零时"
6047
6048#: misc/mk_hugefiles.c:512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006049#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006050msgid ""
6051"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006052msgstr "分区偏移量 %llu(%uk)块与簇大小 %u 不相容。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006053
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006054#: misc/mk_hugefiles.c:579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006055msgid "Huge files will be zero'ed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006056msgstr "将对大文件填零\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006057
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006058#: misc/mk_hugefiles.c:580
Tianze Wang57d69272016-08-31 23:14:17 -04006059#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006060msgid "Creating %lu huge file(s) "
Tianze Wang57d69272016-08-31 23:14:17 -04006061msgstr "创建 %lu 个大文件"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006062
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006063#: misc/mk_hugefiles.c:582
Tianze Wang57d69272016-08-31 23:14:17 -04006064#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006065msgid "with %llu blocks each"
Tianze Wang57d69272016-08-31 23:14:17 -04006066msgstr "每个使用 %llu 个块"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006067
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006068#: misc/mk_hugefiles.c:591
Tianze Wang57d69272016-08-31 23:14:17 -04006069#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006070msgid "while creating huge file %lu"
Tianze Wang57d69272016-08-31 23:14:17 -04006071msgstr "创建大文件 %lu 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006072
Eric Sandeen032eafe2012-07-28 17:48:36 -04006073#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04006074msgid "Usage: mklost+found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006075msgstr "用法:mklost+found\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006076
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006077#: misc/partinfo.c:43
Theodore Ts'of722c132009-04-21 22:09:01 -04006078#, c-format
6079msgid ""
6080"Usage: %s device...\n"
6081"\n"
6082"Prints out the partition information for each given device.\n"
6083"For example: %s /dev/hda\n"
6084"\n"
6085msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006086"用法:%s 设备...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006087"\n"
6088"输出每个给定设备的分区信息.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006089"例如:%s /dev/hda\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006090"\n"
6091
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006092#: misc/partinfo.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -04006093#, c-format
6094msgid "Cannot open %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006095msgstr "无法打开 %s:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006096
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006097#: misc/partinfo.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -04006098#, c-format
6099msgid "Cannot get geometry of %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006100msgstr "无法获取 %s 的布局:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006101
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006102#: misc/partinfo.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -04006103#, c-format
6104msgid "Cannot get size of %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006105msgstr "无法获得 %s 的大小:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006106
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006107#: misc/partinfo.c:73
Theodore Ts'of722c132009-04-21 22:09:01 -04006108#, c-format
6109msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006110msgstr "%s:磁头=%3d 扇区=%3d 柱面=%4d 起始=%8d 大小=%8lu 终止=%8d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006111
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006112#: misc/tune2fs.c:119
Theodore Ts'o21725192017-08-23 19:46:04 -04006113msgid ""
6114"\n"
6115"This operation requires a freshly checked filesystem.\n"
6116msgstr ""
6117
6118#: misc/tune2fs.c:121
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006119#, fuzzy
6120msgid "Please run e2fsck -f on the filesystem.\n"
6121msgstr "请在这个文件系统上运行 e2fsck -D。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006122
Theodore Ts'o21725192017-08-23 19:46:04 -04006123#: misc/tune2fs.c:123
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006124#, fuzzy
6125msgid "Please run e2fsck -fD on the filesystem.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006126msgstr "请在这个文件系统上运行 e2fsck -D。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006127
Theodore Ts'o21725192017-08-23 19:46:04 -04006128#: misc/tune2fs.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -04006129#, c-format
6130msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006131"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006132"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006133"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6134"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6135"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6136"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006137"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006138"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006139msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006140"用法:%s [-c 最大挂载次数] [-e 出错行为] [-f] [-g 组]\n"
6141"\t[-i 间隔[d|m|w]] [-j] [-J 日志选项] [-l]\n"
6142"\t[-m 保留块所占百分比] [-o [^]挂载选项[,...]]\n"
6143"\t[-p MMP更新间隔] [-r 保留块数] [-u 用户]\n"
6144"\t[-C 挂载次数] [-L 卷标][-M 上一次挂载点]\n"
6145"\t[-O [^]特性[,...]] [-Q 配额选项]\n"
6146"\t[-E 扩展选项[,...]] [-T 上一次检查时间] [-U UUID]\n"
6147"\t[ -I 新的inode大小] [-z 撤销文件] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006148
Theodore Ts'o21725192017-08-23 19:46:04 -04006149#: misc/tune2fs.c:221
Theodore Ts'obd386982015-05-17 20:34:58 -04006150msgid "Journal superblock not found!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006151msgstr "日志超级块未找到!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006152
Theodore Ts'o21725192017-08-23 19:46:04 -04006153#: misc/tune2fs.c:279
Theodore Ts'of722c132009-04-21 22:09:01 -04006154msgid "while trying to open external journal"
Tianze Wang57d69272016-08-31 23:14:17 -04006155msgstr "尝试打开外部日志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006156
Theodore Ts'o21725192017-08-23 19:46:04 -04006157#: misc/tune2fs.c:285 misc/tune2fs.c:2734
Dark Raven3be22a82010-04-19 16:59:03 -04006158#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006159msgid "%s is not a journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006160msgstr "%s 不是日志设备。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006161
Theodore Ts'o21725192017-08-23 19:46:04 -04006162#: misc/tune2fs.c:295 misc/tune2fs.c:2745
Theodore Ts'of722c132009-04-21 22:09:01 -04006163msgid "Filesystem's UUID not found on journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006164msgstr "日志设备中未找到文件系统的UUID。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006165
Theodore Ts'o21725192017-08-23 19:46:04 -04006166#: misc/tune2fs.c:319
Eric Sandeen032eafe2012-07-28 17:48:36 -04006167msgid ""
6168"Cannot locate journal device. It was NOT removed\n"
6169"Use -f option to remove missing journal device.\n"
6170msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006171"无法定位日志设备。设备未被移除\n"
6172"请使用 -f 选项来移除丢失的日志设备。\n"
6173"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006174
Theodore Ts'o21725192017-08-23 19:46:04 -04006175#: misc/tune2fs.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04006176msgid "Journal removed\n"
6177msgstr "日志已删除\n"
6178
Theodore Ts'o21725192017-08-23 19:46:04 -04006179#: misc/tune2fs.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04006180msgid "while reading bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04006181msgstr "读取位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006182
Theodore Ts'o21725192017-08-23 19:46:04 -04006183#: misc/tune2fs.c:380
Theodore Ts'of722c132009-04-21 22:09:01 -04006184msgid "while clearing journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04006185msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006186
Theodore Ts'o21725192017-08-23 19:46:04 -04006187#: misc/tune2fs.c:391
Theodore Ts'of722c132009-04-21 22:09:01 -04006188msgid "while writing journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04006189msgstr "写入日志inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006190
Theodore Ts'o21725192017-08-23 19:46:04 -04006191#: misc/tune2fs.c:427 misc/tune2fs.c:450 misc/tune2fs.c:463
Dark Ravenc4755342011-01-26 18:54:25 -05006192msgid "(and reboot afterwards!)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006193msgstr "(并且过后重启!)\n"
Dark Ravenc4755342011-01-26 18:54:25 -05006194
Theodore Ts'o21725192017-08-23 19:46:04 -04006195#: misc/tune2fs.c:481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006196#, c-format
6197msgid "After running e2fsck, please run `resize2fs %s %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006198msgstr "在运行 e2fsck 后,请运行“resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006199
Theodore Ts'o21725192017-08-23 19:46:04 -04006200#: misc/tune2fs.c:484
Tianze Wang57d69272016-08-31 23:14:17 -04006201#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006202msgid "Please run `resize2fs %s %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006203msgstr "请运行“resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006204
Theodore Ts'o21725192017-08-23 19:46:04 -04006205#: misc/tune2fs.c:488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006206#, c-format
6207msgid " -z \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04006208msgstr " -z \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006209
Theodore Ts'o21725192017-08-23 19:46:04 -04006210#: misc/tune2fs.c:490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006211#, c-format
6212msgid "' to enable 64-bit mode.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006213msgstr "”来启用 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006214
Theodore Ts'o21725192017-08-23 19:46:04 -04006215#: misc/tune2fs.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006216#, c-format
6217msgid "' to disable 64-bit mode.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006218msgstr "”来禁用 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006219
Theodore Ts'o21725192017-08-23 19:46:04 -04006220#: misc/tune2fs.c:979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006221msgid ""
6222"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6223" This requires Linux >= v4.4.\n"
6224msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006225"警告:无法确定内核是否支持 metadata_csum_seed 特性。\n"
6226" 该特性仅被 4.4 以上的 Linux 内核支持。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006227
Theodore Ts'o21725192017-08-23 19:46:04 -04006228#: misc/tune2fs.c:1015
Theodore Ts'of722c132009-04-21 22:09:01 -04006229#, c-format
6230msgid "Clearing filesystem feature '%s' not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006231msgstr "移除不被支持的文件系统特性“%s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006232
Theodore Ts'o21725192017-08-23 19:46:04 -04006233#: misc/tune2fs.c:1021
Theodore Ts'of722c132009-04-21 22:09:01 -04006234#, c-format
6235msgid "Setting filesystem feature '%s' not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006236msgstr "设置不被支持的文件系统特性“%s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006237
Theodore Ts'o21725192017-08-23 19:46:04 -04006238#: misc/tune2fs.c:1030
Theodore Ts'of722c132009-04-21 22:09:01 -04006239msgid ""
6240"The has_journal feature may only be cleared when the filesystem is\n"
6241"unmounted or mounted read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006242msgstr "只有当文件系统被卸载,或以只读模式挂载时才能移除其has_journal特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006243
Theodore Ts'o21725192017-08-23 19:46:04 -04006244#: misc/tune2fs.c:1038
Theodore Ts'of722c132009-04-21 22:09:01 -04006245msgid ""
6246"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6247"the has_journal flag.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006248msgstr "发现needs_recovery标志。请在移除has_journal特性前运行e2fsck。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006249
Theodore Ts'o21725192017-08-23 19:46:04 -04006250#: misc/tune2fs.c:1056
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006251msgid ""
6252"Setting filesystem feature 'sparse_super' not supported\n"
6253"for filesystems with the meta_bg feature enabled.\n"
6254msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006255"启用了meta_bg特性的文件系统不支持“sparse_super”\n"
6256"特性。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006257
Theodore Ts'o21725192017-08-23 19:46:04 -04006258#: misc/tune2fs.c:1069
Eric Sandeen032eafe2012-07-28 17:48:36 -04006259msgid ""
6260"The multiple mount protection feature can't\n"
6261"be set if the filesystem is mounted or\n"
6262"read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006263msgstr "文件系统被挂载或为只读属性时无法设置MMP特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006264
Theodore Ts'o21725192017-08-23 19:46:04 -04006265#: misc/tune2fs.c:1087
Eric Sandeen032eafe2012-07-28 17:48:36 -04006266#, c-format
6267msgid "Multiple mount protection has been enabled with update interval %ds.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006268msgstr "MMP(多重挂载保护)已被启用,更新间隔为 %ds。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006269
Theodore Ts'o21725192017-08-23 19:46:04 -04006270#: misc/tune2fs.c:1096
Eric Sandeen032eafe2012-07-28 17:48:36 -04006271msgid ""
6272"The multiple mount protection feature cannot\n"
6273"be disabled if the filesystem is readonly.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006274msgstr "文件系统为只读状态时无法禁用MMP特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006275
Theodore Ts'o21725192017-08-23 19:46:04 -04006276#: misc/tune2fs.c:1104
Eric Sandeen032eafe2012-07-28 17:48:36 -04006277msgid "Error while reading bitmaps\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006278msgstr "读取位图时发生错误\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006279
Theodore Ts'o21725192017-08-23 19:46:04 -04006280#: misc/tune2fs.c:1113
Eric Sandeen032eafe2012-07-28 17:48:36 -04006281#, c-format
6282msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006283msgstr "MMP块的幻数不匹配。期望值:%x,实际:%x\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006284
Theodore Ts'o21725192017-08-23 19:46:04 -04006285#: misc/tune2fs.c:1118
Eric Sandeen032eafe2012-07-28 17:48:36 -04006286msgid "while reading MMP block."
Tianze Wang57d69272016-08-31 23:14:17 -04006287msgstr "读取MMP块时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006288
Theodore Ts'o21725192017-08-23 19:46:04 -04006289#: misc/tune2fs.c:1150
Theodore Ts'of722c132009-04-21 22:09:01 -04006290msgid ""
6291"Clearing the flex_bg flag would cause the the filesystem to be\n"
6292"inconsistent.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006293msgstr "清除弹性组标志将会导致文件系统出现前后不一致的情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006294
Theodore Ts'o21725192017-08-23 19:46:04 -04006295#: misc/tune2fs.c:1161
Theodore Ts'of722c132009-04-21 22:09:01 -04006296msgid ""
6297"The huge_file feature may only be cleared when the filesystem is\n"
6298"unmounted or mounted read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006299msgstr "只有当文件系统被卸载,或以只读模式挂载时才能移除其huge_file特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006300
Theodore Ts'o21725192017-08-23 19:46:04 -04006301#: misc/tune2fs.c:1172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006302msgid "Enabling checksums could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006303msgstr "启用校验值需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006304
Theodore Ts'o21725192017-08-23 19:46:04 -04006305#: misc/tune2fs.c:1174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006306msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006307msgstr "无法在已挂载的文件系统上启用元数据校验特性!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006308
Theodore Ts'o21725192017-08-23 19:46:04 -04006309#: misc/tune2fs.c:1180
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006310msgid ""
6311"Extents are not enabled. The file extent tree can be checksummed, whereas "
6312"block maps cannot. Not enabling extents reduces the coverage of metadata "
6313"checksumming. Re-run with -O extent to rectify.\n"
6314msgstr ""
6315"未启用 extent 特性,所以仅对文件 extent 树进行校验,而不会对块位图进行校验。"
6316"不启用 extent 将降低元数据校验值的覆盖范围。可以加上参数“-O extents”重新运行"
6317"来纠正这一问题。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006318
Theodore Ts'o21725192017-08-23 19:46:04 -04006319#: misc/tune2fs.c:1187
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006320msgid ""
6321"64-bit filesystem support is not enabled. The larger fields afforded by "
6322"this feature enable full-strength checksumming. Run resize2fs -b to "
6323"rectify.\n"
6324msgstr ""
6325"未启用 64 位文件系统支持,将无法使用更大的字段来进行更完整的校验。可以运"
6326"行“resize2fs -b”来纠正这一问题。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006327
Theodore Ts'o21725192017-08-23 19:46:04 -04006328#: misc/tune2fs.c:1213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006329msgid "Disabling checksums could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006330msgstr "禁用校验值需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006331
Theodore Ts'o21725192017-08-23 19:46:04 -04006332#: misc/tune2fs.c:1215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006333msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006334msgstr "无法在已挂载的文件系统上禁用元数据校验特性!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006335
Theodore Ts'o21725192017-08-23 19:46:04 -04006336#: misc/tune2fs.c:1278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006337#, c-format
6338msgid "Cannot enable 64-bit mode while mounted!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006339msgstr "无法在已挂载的文件系统上启用 64 位模式!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006340
Theodore Ts'o21725192017-08-23 19:46:04 -04006341#: misc/tune2fs.c:1288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006342#, c-format
6343msgid "Cannot disable 64-bit mode while mounted!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006344msgstr "无法在已挂载的文件系统上禁用 64 位模式!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006345
Theodore Ts'o21725192017-08-23 19:46:04 -04006346#: misc/tune2fs.c:1318
6347#, c-format
6348msgid "Cannot enable project feature; inode size too small.\n"
6349msgstr ""
6350
6351#: misc/tune2fs.c:1339
Eric Sandeen032eafe2012-07-28 17:48:36 -04006352msgid ""
6353"\n"
6354"Warning: '^quota' option overrides '-Q'arguments.\n"
6355msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006356"\n"
6357"警告:“^quota”选项将覆盖“-Q”的参数。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006358
Theodore Ts'o21725192017-08-23 19:46:04 -04006359#: misc/tune2fs.c:1357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006360msgid ""
6361"Setting feature 'metadata_csum_seed' is only supported\n"
6362"on filesystems with the metadata_csum feature enabled.\n"
6363msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006364"只有在启用了元数据校验值特性的文件系统才支持\n"
6365"“metadata_csum_seed”特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006366
Theodore Ts'o21725192017-08-23 19:46:04 -04006367#: misc/tune2fs.c:1375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006368msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006369"UUID has changed since enabling metadata_csum. Filesystem must be "
6370"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006371"to safely rewrite all metadata to match the new UUID.\n"
6372msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006373"启用元数据校验值特性后UUID被改变。必须卸载文件系统并安全改写所有元数据,以"
6374"便\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006375"与新的 UUID 相匹配。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006376
Theodore Ts'o21725192017-08-23 19:46:04 -04006377#: misc/tune2fs.c:1421
Theodore Ts'of722c132009-04-21 22:09:01 -04006378msgid "The filesystem already has a journal.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006379msgstr "文件系统已有日志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006380
Theodore Ts'o21725192017-08-23 19:46:04 -04006381#: misc/tune2fs.c:1441
Theodore Ts'of722c132009-04-21 22:09:01 -04006382#, c-format
6383msgid ""
6384"\n"
6385"\twhile trying to open journal on %s\n"
6386msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006387"\n"
6388"\t尝试打开位于 %s 的日志时\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006389
Theodore Ts'o21725192017-08-23 19:46:04 -04006390#: misc/tune2fs.c:1445
Theodore Ts'of722c132009-04-21 22:09:01 -04006391#, c-format
6392msgid "Creating journal on device %s: "
Tianze Wang57d69272016-08-31 23:14:17 -04006393msgstr "在设备 %s 上创建日志: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006394
Theodore Ts'o21725192017-08-23 19:46:04 -04006395#: misc/tune2fs.c:1453
Theodore Ts'of722c132009-04-21 22:09:01 -04006396#, c-format
6397msgid "while adding filesystem to journal on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006398msgstr "将文件系统添加到 %s 上的日志"
Theodore Ts'of722c132009-04-21 22:09:01 -04006399
Theodore Ts'o21725192017-08-23 19:46:04 -04006400#: misc/tune2fs.c:1459
Theodore Ts'of722c132009-04-21 22:09:01 -04006401msgid "Creating journal inode: "
Tianze Wang57d69272016-08-31 23:14:17 -04006402msgstr "创建日志inode: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006403
Theodore Ts'o21725192017-08-23 19:46:04 -04006404#: misc/tune2fs.c:1473
Theodore Ts'of722c132009-04-21 22:09:01 -04006405msgid ""
6406"\n"
6407"\twhile trying to create journal file"
6408msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006409"\n"
6410"\t尝试创建日志文件时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006411
Theodore Ts'o21725192017-08-23 19:46:04 -04006412#: misc/tune2fs.c:1511
6413#, c-format
6414msgid "Cannot enable project quota; inode size too small.\n"
6415msgstr ""
6416
6417#: misc/tune2fs.c:1524
Theodore Ts'o48203a32016-06-08 15:45:26 -04006418msgid "while initializing quota context in support library"
Tianze Wang57d69272016-08-31 23:14:17 -04006419msgstr "初始化支持库中的引用上下文时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006420
Theodore Ts'o21725192017-08-23 19:46:04 -04006421#: misc/tune2fs.c:1539
Tianze Wang57d69272016-08-31 23:14:17 -04006422#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006423msgid "while updating quota limits (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006424msgstr "更新配额限制(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006425
Theodore Ts'o21725192017-08-23 19:46:04 -04006426#: misc/tune2fs.c:1547
Tianze Wang57d69272016-08-31 23:14:17 -04006427#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006428msgid "while writing quota file (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006429msgstr "写入配额文件(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006430
Theodore Ts'o21725192017-08-23 19:46:04 -04006431#: misc/tune2fs.c:1565
Tianze Wang57d69272016-08-31 23:14:17 -04006432#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006433msgid "while removing quota file (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006434msgstr "移除配额文件(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006435
Theodore Ts'o21725192017-08-23 19:46:04 -04006436#: misc/tune2fs.c:1608
Eric Sandeen032eafe2012-07-28 17:48:36 -04006437msgid ""
6438"\n"
6439"Bad quota options specified.\n"
6440"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006441"Following valid quota options are available (pass by separating with "
6442"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006443"\t[^]usr[quota]\n"
6444"\t[^]grp[quota]\n"
6445"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006446"\n"
6447"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006448msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006449"\n"
6450"指定了错误的配额选项。\n"
6451"\n"
6452"可以使用下列配额选项(通过逗号分割):\n"
6453"\t[^]usr[quota\n"
6454"\t[^]grp[quota\n"
6455"\t[^]prj[quota]\n"
6456"\n"
6457"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006458
Theodore Ts'o21725192017-08-23 19:46:04 -04006459#: misc/tune2fs.c:1666
Dark Raven3be22a82010-04-19 16:59:03 -04006460#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006461msgid "Couldn't parse date/time specifier: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006462msgstr "无法解析日期/时间描述符:%s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006463
Theodore Ts'o21725192017-08-23 19:46:04 -04006464#: misc/tune2fs.c:1691 misc/tune2fs.c:1704
Eric Sandeen032eafe2012-07-28 17:48:36 -04006465#, c-format
6466msgid "bad mounts count - %s"
6467msgstr "错误挂载计数 - %s"
6468
Theodore Ts'o21725192017-08-23 19:46:04 -04006469#: misc/tune2fs.c:1747
Eric Sandeen032eafe2012-07-28 17:48:36 -04006470#, c-format
6471msgid "bad gid/group name - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006472msgstr "错误的gid/组名 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006473
Theodore Ts'o21725192017-08-23 19:46:04 -04006474#: misc/tune2fs.c:1780
Eric Sandeen032eafe2012-07-28 17:48:36 -04006475#, c-format
6476msgid "bad interval - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006477msgstr "错误的间隔 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006478
Theodore Ts'o21725192017-08-23 19:46:04 -04006479#: misc/tune2fs.c:1809
Eric Sandeen032eafe2012-07-28 17:48:36 -04006480#, c-format
6481msgid "bad reserved block ratio - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006482msgstr "错误的保留块比 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006483
Theodore Ts'o21725192017-08-23 19:46:04 -04006484#: misc/tune2fs.c:1824
Eric Sandeen032eafe2012-07-28 17:48:36 -04006485msgid "-o may only be specified once"
6486msgstr "-o只能被指定一次"
6487
Theodore Ts'o21725192017-08-23 19:46:04 -04006488#: misc/tune2fs.c:1833
Eric Sandeen032eafe2012-07-28 17:48:36 -04006489msgid "-O may only be specified once"
6490msgstr "-O只能被指定一次"
6491
Theodore Ts'o21725192017-08-23 19:46:04 -04006492#: misc/tune2fs.c:1850
Eric Sandeen032eafe2012-07-28 17:48:36 -04006493#, c-format
6494msgid "bad reserved blocks count - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006495msgstr "错误的保留块数 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006496
Theodore Ts'o21725192017-08-23 19:46:04 -04006497#: misc/tune2fs.c:1879
Eric Sandeen032eafe2012-07-28 17:48:36 -04006498#, c-format
6499msgid "bad uid/user name - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006500msgstr "错误的uid/用户名 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006501
Theodore Ts'o21725192017-08-23 19:46:04 -04006502#: misc/tune2fs.c:1896
Eric Sandeen032eafe2012-07-28 17:48:36 -04006503#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006504msgid "bad inode size - %s"
6505msgstr "无效的inode大小 - %s"
6506
Theodore Ts'o21725192017-08-23 19:46:04 -04006507#: misc/tune2fs.c:1903
Theodore Ts'of722c132009-04-21 22:09:01 -04006508#, c-format
6509msgid "Inode size must be a power of two- %s"
6510msgstr "Inode 大小必须是2的次方- %s"
6511
Theodore Ts'o21725192017-08-23 19:46:04 -04006512#: misc/tune2fs.c:2000
Eric Sandeen032eafe2012-07-28 17:48:36 -04006513#, c-format
6514msgid "mmp_update_interval too big: %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006515msgstr "MMP更新间隔太长:%lu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006516
Theodore Ts'o21725192017-08-23 19:46:04 -04006517#: misc/tune2fs.c:2005
Eric Sandeen032eafe2012-07-28 17:48:36 -04006518#, c-format
6519msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006520msgid_plural ""
6521"Setting multiple mount protection update interval to %lu seconds\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006522msgstr[0] "设置MMP更新间隔为 %lu 秒\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006523
Theodore Ts'o21725192017-08-23 19:46:04 -04006524#: misc/tune2fs.c:2028
Theodore Ts'of722c132009-04-21 22:09:01 -04006525#, c-format
6526msgid "Invalid RAID stride: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006527msgstr "无效的RAID带宽:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006528
Theodore Ts'o21725192017-08-23 19:46:04 -04006529#: misc/tune2fs.c:2043
Theodore Ts'of722c132009-04-21 22:09:01 -04006530#, c-format
6531msgid "Invalid RAID stripe-width: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006532msgstr "无效的带宽参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006533
Theodore Ts'o21725192017-08-23 19:46:04 -04006534#: misc/tune2fs.c:2058
Theodore Ts'of722c132009-04-21 22:09:01 -04006535#, c-format
6536msgid "Invalid hash algorithm: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006537msgstr "无效的hash算法:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006538
Theodore Ts'o21725192017-08-23 19:46:04 -04006539#: misc/tune2fs.c:2064
Theodore Ts'of722c132009-04-21 22:09:01 -04006540#, c-format
6541msgid "Setting default hash algorithm to %s (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006542msgstr "将默认hash算法设置为 %s (%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006543
Theodore Ts'o21725192017-08-23 19:46:04 -04006544#: misc/tune2fs.c:2083
Theodore Ts'of722c132009-04-21 22:09:01 -04006545msgid ""
6546"\n"
6547"Bad options specified.\n"
6548"\n"
6549"Extended options are separated by commas, and may take an argument which\n"
6550"\tis set off by an equals ('=') sign.\n"
6551"\n"
6552"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006553"\tclear_mmp\n"
6554"\thash_alg=<hash algorithm>\n"
6555"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006556"\tstride=<RAID per-disk chunk size in blocks>\n"
6557"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006558"\ttest_fs\n"
6559"\t^test_fs\n"
6560msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006561"\n"
6562"指定了错误的选项。\n"
6563"\n"
6564"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
6565"\n"
6566"有效的扩展选项有:\n"
6567"\tclear_mmp\n"
6568"\thash_alg=<hash算法>\n"
6569"\tstride=<RAID 每个磁盘的数据块数(步长)>\n"
6570"\tstripe-width=<步长 × RAID 磁盘数(带宽)>\n"
6571"\thash_alg=<hash算法>\n"
6572"\ttest_fs\n"
6573"\t^test_fs\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006574
Theodore Ts'o21725192017-08-23 19:46:04 -04006575#: misc/tune2fs.c:2552
Eric Sandeen032eafe2012-07-28 17:48:36 -04006576msgid "Failed to read inode bitmap\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006577msgstr "读取inode位图失败\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006578
Theodore Ts'o21725192017-08-23 19:46:04 -04006579#: misc/tune2fs.c:2557
Eric Sandeen032eafe2012-07-28 17:48:36 -04006580msgid "Failed to read block bitmap\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006581msgstr "读取块位图失败\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006582
Theodore Ts'o21725192017-08-23 19:46:04 -04006583#: misc/tune2fs.c:2574 resize/resize2fs.c:1276
Theodore Ts'of722c132009-04-21 22:09:01 -04006584msgid "blocks to be moved"
Tianze Wang57d69272016-08-31 23:14:17 -04006585msgstr "需要移动的块"
Theodore Ts'of722c132009-04-21 22:09:01 -04006586
Theodore Ts'o21725192017-08-23 19:46:04 -04006587#: misc/tune2fs.c:2577
Dark Raven3be22a82010-04-19 16:59:03 -04006588msgid "Failed to allocate block bitmap when increasing inode size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006589msgstr "增加inode大小时为分配块位图失败\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006590
Theodore Ts'o21725192017-08-23 19:46:04 -04006591#: misc/tune2fs.c:2583
Dark Raven3be22a82010-04-19 16:59:03 -04006592msgid "Not enough space to increase inode size \n"
Tianze Wang57d69272016-08-31 23:14:17 -04006593msgstr "没有足够的空间用于增加inode大小\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006594
Theodore Ts'o21725192017-08-23 19:46:04 -04006595#: misc/tune2fs.c:2588
Dark Raven3be22a82010-04-19 16:59:03 -04006596msgid "Failed to relocate blocks during inode resize \n"
Tianze Wang57d69272016-08-31 23:14:17 -04006597msgstr "改变块大小时重定位块失败 \n"
Dark Raven3be22a82010-04-19 16:59:03 -04006598
Theodore Ts'o21725192017-08-23 19:46:04 -04006599#: misc/tune2fs.c:2620
Dark Raven3be22a82010-04-19 16:59:03 -04006600msgid ""
6601"Error in resizing the inode size.\n"
6602"Run e2undo to undo the file system changes. \n"
6603msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006604"改变inode大小时出错。\n"
6605"请运行e2undo来撤销对文件系统的更改。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006606
Theodore Ts'o21725192017-08-23 19:46:04 -04006607#: misc/tune2fs.c:2832
Eric Sandeen032eafe2012-07-28 17:48:36 -04006608#, c-format
6609msgid ""
6610"MMP block magic is bad. Try to fix it by running:\n"
6611"'e2fsck -f %s'\n"
6612msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006613"MMP块幻数错误。请尝试运行一下命令来修复:\n"
6614"“e2fsck -f %s”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006615
Theodore Ts'o21725192017-08-23 19:46:04 -04006616#: misc/tune2fs.c:2844
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006617msgid "Cannot modify a journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006618msgstr "无法修改日志设备。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006619
Theodore Ts'o21725192017-08-23 19:46:04 -04006620#: misc/tune2fs.c:2857
Dark Raven3be22a82010-04-19 16:59:03 -04006621#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006622msgid "The inode size is already %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006623msgstr "inode大小已经为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006624
Theodore Ts'o21725192017-08-23 19:46:04 -04006625#: misc/tune2fs.c:2864
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006626msgid "Shrinking inode size is not supported\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006627msgstr "不支持缩小inode大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006628
Theodore Ts'o21725192017-08-23 19:46:04 -04006629#: misc/tune2fs.c:2869
Tianze Wang57d69272016-08-31 23:14:17 -04006630#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006631msgid "Invalid inode size %lu (max %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006632msgstr "无效的inode大小 %lu(最大 %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006633
Theodore Ts'o21725192017-08-23 19:46:04 -04006634#: misc/tune2fs.c:2875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006635msgid "Resizing inodes could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006636msgstr "改变 inode 大小需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006637
Theodore Ts'o21725192017-08-23 19:46:04 -04006638#: misc/tune2fs.c:2922
Theodore Ts'of722c132009-04-21 22:09:01 -04006639#, c-format
6640msgid "Setting maximal mount count to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006641msgstr "设置最大挂载次数为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006642
Theodore Ts'o21725192017-08-23 19:46:04 -04006643#: misc/tune2fs.c:2928
Theodore Ts'of722c132009-04-21 22:09:01 -04006644#, c-format
6645msgid "Setting current mount count to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006646msgstr "设置当前挂载次数为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006647
Theodore Ts'o21725192017-08-23 19:46:04 -04006648#: misc/tune2fs.c:2933
Theodore Ts'of722c132009-04-21 22:09:01 -04006649#, c-format
6650msgid "Setting error behavior to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006651msgstr "将出错行为设置为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006652
Theodore Ts'o21725192017-08-23 19:46:04 -04006653#: misc/tune2fs.c:2938
Theodore Ts'of722c132009-04-21 22:09:01 -04006654#, c-format
6655msgid "Setting reserved blocks gid to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006656msgstr "设置保留块的gid为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006657
Theodore Ts'o21725192017-08-23 19:46:04 -04006658#: misc/tune2fs.c:2943
Tianze Wang57d69272016-08-31 23:14:17 -04006659#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006660msgid "interval between checks is too big (%lu)"
Tianze Wang57d69272016-08-31 23:14:17 -04006661msgstr "检查间隔太长(%lu)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006662
Theodore Ts'o21725192017-08-23 19:46:04 -04006663#: misc/tune2fs.c:2950
Theodore Ts'of722c132009-04-21 22:09:01 -04006664#, c-format
6665msgid "Setting interval between checks to %lu seconds\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006666msgstr "将检查间隔设置为 %lu 秒\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006667
Theodore Ts'o21725192017-08-23 19:46:04 -04006668#: misc/tune2fs.c:2957
Tianze Wang57d69272016-08-31 23:14:17 -04006669#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006670msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006671msgstr "将保留块所占百分比设置为 %g%%(%llu 个块)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006672
Theodore Ts'o21725192017-08-23 19:46:04 -04006673#: misc/tune2fs.c:2963
Tianze Wang57d69272016-08-31 23:14:17 -04006674#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006675msgid "reserved blocks count is too big (%llu)"
Tianze Wang57d69272016-08-31 23:14:17 -04006676msgstr "保留块的数量太大(%llu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04006677
Theodore Ts'o21725192017-08-23 19:46:04 -04006678#: misc/tune2fs.c:2970
Tianze Wang57d69272016-08-31 23:14:17 -04006679#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006680msgid "Setting reserved blocks count to %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006681msgstr "设置保留块数为 %llu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006682
Theodore Ts'o21725192017-08-23 19:46:04 -04006683#: misc/tune2fs.c:2975
Theodore Ts'of722c132009-04-21 22:09:01 -04006684msgid ""
6685"\n"
6686"The filesystem already has sparse superblocks.\n"
6687msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006688"\n"
6689"文件系统已经含有分散式超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006690
Theodore Ts'o21725192017-08-23 19:46:04 -04006691#: misc/tune2fs.c:2978
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006692msgid ""
6693"\n"
6694"Setting the sparse superblock flag not supported\n"
6695"for filesystems with the meta_bg feature enabled.\n"
6696msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006697"\n"
6698"启用了meta_bg特性的文件系统不支持设置分散式\n"
6699"超级块标志。\n"
6700"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006701
Theodore Ts'o21725192017-08-23 19:46:04 -04006702#: misc/tune2fs.c:2988
Theodore Ts'of722c132009-04-21 22:09:01 -04006703#, c-format
6704msgid ""
6705"\n"
6706"Sparse superblock flag set. %s"
6707msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006708"\n"
6709"已设置分散式超级块标志。 %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006710
Theodore Ts'o21725192017-08-23 19:46:04 -04006711#: misc/tune2fs.c:2993
Theodore Ts'of722c132009-04-21 22:09:01 -04006712msgid ""
6713"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006714"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006715msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006716"\n"
6717"移除不被支持的分散式超级块标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006718
Theodore Ts'o21725192017-08-23 19:46:04 -04006719#: misc/tune2fs.c:3001
Theodore Ts'of722c132009-04-21 22:09:01 -04006720#, c-format
6721msgid "Setting time filesystem last checked to %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006722msgstr "设置上一次检查的时间为 %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006723
Theodore Ts'o21725192017-08-23 19:46:04 -04006724#: misc/tune2fs.c:3007
Theodore Ts'of722c132009-04-21 22:09:01 -04006725#, c-format
6726msgid "Setting reserved blocks uid to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006727msgstr "设置保留块的uid为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006728
Theodore Ts'o21725192017-08-23 19:46:04 -04006729#: misc/tune2fs.c:3039
Eric Sandeen032eafe2012-07-28 17:48:36 -04006730msgid "Error in using clear_mmp. It must be used with -f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006731msgstr "clear_mmp选项使用错误,必须和 -f 选项一起使用\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006732
Theodore Ts'o21725192017-08-23 19:46:04 -04006733#: misc/tune2fs.c:3057
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006734msgid ""
6735"The quota feature may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006736msgstr "只有当文件系统被卸载时才能修改配额特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006737
Theodore Ts'o21725192017-08-23 19:46:04 -04006738#: misc/tune2fs.c:3081
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006739msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006740msgstr "只有当文件系统被卸载时才能改变UUID。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006741
Theodore Ts'o21725192017-08-23 19:46:04 -04006742#: misc/tune2fs.c:3084
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006743msgid ""
6744"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6745"and re-run this command.\n"
6746msgstr ""
6747"若您仅使用 Linux 4.4 以上的内核,请运行“tune2fs -O metadata_csum_seed”,然后"
6748"重新运行此命了。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006749
Theodore Ts'o21725192017-08-23 19:46:04 -04006750#: misc/tune2fs.c:3093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006751msgid "Setting UUID on a checksummed filesystem could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006752msgstr "在启用了校验值的文件系统上设置 UUID 需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006753
Theodore Ts'o21725192017-08-23 19:46:04 -04006754#: misc/tune2fs.c:3118
Theodore Ts'of722c132009-04-21 22:09:01 -04006755msgid "Invalid UUID format\n"
6756msgstr "无效的 UUID 格式\n"
6757
Theodore Ts'o21725192017-08-23 19:46:04 -04006758#: misc/tune2fs.c:3134
Theodore Ts'obd386982015-05-17 20:34:58 -04006759msgid "Need to update journal superblock.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006760msgstr "需要更新日志超级块。\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006761
Theodore Ts'o21725192017-08-23 19:46:04 -04006762#: misc/tune2fs.c:3159
Theodore Ts'of722c132009-04-21 22:09:01 -04006763msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006764msgstr "只有当文件系统被卸载时才能改变inode大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006765
Theodore Ts'o21725192017-08-23 19:46:04 -04006766#: misc/tune2fs.c:3166
Theodore Ts'o930e2812009-06-29 15:08:12 -04006767msgid ""
6768"Changing the inode size not supported for filesystems with the flex_bg\n"
6769"feature enabled.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006770msgstr "启用了弹性组特性的文件系统不支持改变inode大小\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04006771
Theodore Ts'o21725192017-08-23 19:46:04 -04006772#: misc/tune2fs.c:3184
Theodore Ts'of722c132009-04-21 22:09:01 -04006773#, c-format
6774msgid "Setting inode size %lu\n"
6775msgstr "正在将inode大小设置为 %lu\n"
6776
Theodore Ts'o21725192017-08-23 19:46:04 -04006777#: misc/tune2fs.c:3188
Eric Sandeen032eafe2012-07-28 17:48:36 -04006778msgid "Failed to change inode size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006779msgstr "改变inode大小失败 \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006780
Theodore Ts'o21725192017-08-23 19:46:04 -04006781#: misc/tune2fs.c:3202
Theodore Ts'of722c132009-04-21 22:09:01 -04006782#, c-format
6783msgid "Setting stride size to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006784msgstr "设置步长为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006785
Theodore Ts'o21725192017-08-23 19:46:04 -04006786#: misc/tune2fs.c:3207
Theodore Ts'of722c132009-04-21 22:09:01 -04006787#, c-format
6788msgid "Setting stripe width to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006789msgstr "设置带宽为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006790
Theodore Ts'o21725192017-08-23 19:46:04 -04006791#: misc/tune2fs.c:3214
Eric Sandeen032eafe2012-07-28 17:48:36 -04006792#, c-format
6793msgid "Setting extended default mount options to '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006794msgstr "设置默认挂载的扩展选项为 “%s”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006795
Theodore Ts'o21725192017-08-23 19:46:04 -04006796#: misc/tune2fs.c:3225
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006797#, c-format
6798msgid ""
6799"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6800"\n"
6801"\te2fsck -E journal_only %s\n"
6802"\n"
6803"then rerun this command. Otherwise, any changes made may be overwritten\n"
6804"by journal recovery.\n"
6805msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006806"警告:日志存在错误。您可能需要重做日志,如:\n"
6807"\n"
6808"e2fsck -E journal_only %s\n"
6809"\n"
6810"然后重新运行本命令。否则,任何所做更改都可能被日志恢复操作所覆盖。\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006811
Theodore Ts'o21725192017-08-23 19:46:04 -04006812#: misc/tune2fs.c:3236
Tianze Wang57d69272016-08-31 23:14:17 -04006813#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006814msgid "Recovering journal.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006815msgstr "正在修复日志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006816
6817#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006818msgid "<proceeding>\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006819msgstr "<处理中>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006821#: misc/util.c:104
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006822#, fuzzy, c-format
Theodore Ts'o21725192017-08-23 19:46:04 -04006823msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006824msgstr "无论如何也要继续(或等待 %d 秒)?(y,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006826#: misc/util.c:108
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006827#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006828msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04006829msgstr "无论如何也要继续?(y,n) "
Theodore Ts'of722c132009-04-21 22:09:01 -04006830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006831#: misc/util.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -04006832msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006833msgstr "强制执行mke2fs。期望/etc/mtab中反映的并非真实情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006835#: misc/util.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -04006836#, c-format
6837msgid "will not make a %s here!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006838msgstr "取消建立 %s !\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006840#: misc/util.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -04006841msgid "mke2fs forced anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006842msgstr "mke2fs 强制执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006844#: misc/util.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -04006845msgid "Couldn't allocate memory to parse journal options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006846msgstr "无法为解析日志选项获取内存!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006848#: misc/util.c:186
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006849#, c-format
6850msgid ""
6851"\n"
6852"Could not find journal device matching %s\n"
6853msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006854"\n"
6855"无法找到匹配 %s 的日志设备\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006856
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006857#: misc/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04006858msgid ""
6859"\n"
6860"Bad journal options specified.\n"
6861"\n"
6862"Journal options are separated by commas, and may take an argument which\n"
6863"\tis set off by an equals ('=') sign.\n"
6864"\n"
6865"Valid journal options are:\n"
6866"\tsize=<journal size in megabytes>\n"
6867"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006868"\tlocation=<journal location>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006869"\n"
6870"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6871"\n"
6872msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006873"\n"
6874"给定的日志选项有误。\n"
6875"\n"
6876"日志选项由逗号分隔,有些还需要通过等号(“=”)传递参数。\n"
6877"\n"
6878"有效的日志选项为:\n"
6879"\tsize=<日志大小(MB)>\n"
6880"\tdevice=<日志设备>\n"
6881"\tlocation=<日志所在位置>\n"
6882"\n"
6883"\n"
6884"日志尺寸必须介于1024至10240000个块之间(块的大小由文件系统决定)。\n"
6885"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006886
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006887#: misc/util.c:244
Theodore Ts'of722c132009-04-21 22:09:01 -04006888msgid ""
6889"\n"
6890"Filesystem too small for a journal\n"
6891msgstr ""
6892"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006893"文件系统太小,无法容纳日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006895#: misc/util.c:251
Theodore Ts'of722c132009-04-21 22:09:01 -04006896#, c-format
6897msgid ""
6898"\n"
6899"The requested journal size is %d blocks; it must be\n"
6900"between 1024 and 10240000 blocks. Aborting.\n"
6901msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006902"\n"
6903"给定的日志大小为 %d 个块;但该值必须\n"
6904"介于1024至10240000块之间。终止执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006906#: misc/util.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04006907msgid ""
6908"\n"
6909"Journal size too big for filesystem.\n"
6910msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006911"\n"
6912"日志大小超过文件系统自身。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006914#: misc/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04006915#, c-format
6916msgid ""
6917"This filesystem will be automatically checked every %d mounts or\n"
6918"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6919msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006920"该文件系统在每挂载%d次或每隔%g天都会进行自动检查。\n"
6921"使用tune2fs -c 或-i选项来覆盖这一特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006922
Theodore Ts'obd386982015-05-17 20:34:58 -04006923#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04006924#, c-format
6925msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006926msgstr "用法:%s [-d] [-p pid文件] [-s 套接字路径] [-T 超时时长]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006927
Theodore Ts'obd386982015-05-17 20:34:58 -04006928#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006929#, c-format
6930msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006931msgstr " %s [-r|t] [-n 数量] [-s 套接字路径]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006932
Theodore Ts'obd386982015-05-17 20:34:58 -04006933#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006934#, c-format
6935msgid " %s -k\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006936msgstr " %s -k\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006937
Theodore Ts'obd386982015-05-17 20:34:58 -04006938#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006939msgid "bad arguments"
Tianze Wang57d69272016-08-31 23:14:17 -04006940msgstr "参数错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006941
Theodore Ts'obd386982015-05-17 20:34:58 -04006942#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04006943msgid "connect"
Tianze Wang57d69272016-08-31 23:14:17 -04006944msgstr "连接"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006945
Theodore Ts'obd386982015-05-17 20:34:58 -04006946#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006947msgid "write"
Tianze Wang57d69272016-08-31 23:14:17 -04006948msgstr "写入"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006949
Theodore Ts'obd386982015-05-17 20:34:58 -04006950#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04006951msgid "read count"
Tianze Wang57d69272016-08-31 23:14:17 -04006952msgstr "读取计数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006953
Theodore Ts'obd386982015-05-17 20:34:58 -04006954#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006955msgid "bad response length"
Tianze Wang57d69272016-08-31 23:14:17 -04006956msgstr "错误的响应长度"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006957
Theodore Ts'obd386982015-05-17 20:34:58 -04006958#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04006959#, c-format
6960msgid "uuidd daemon already running at pid %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006961msgstr "uuidd守护进程已经在运行,pid %s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006962
Theodore Ts'obd386982015-05-17 20:34:58 -04006963#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006964#, c-format
6965msgid "Couldn't create unix stream socket: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006966msgstr "无法创建unix流套接字:%s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006967
Theodore Ts'obd386982015-05-17 20:34:58 -04006968#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04006969#, c-format
6970msgid "Couldn't bind unix socket %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006971msgstr "无法绑定unix套接字%s:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006972
Theodore Ts'obd386982015-05-17 20:34:58 -04006973#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006974#, c-format
6975msgid "Couldn't listen on unix socket %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006976msgstr "无法监听unix套接字%s:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006977
Theodore Ts'obd386982015-05-17 20:34:58 -04006978#: misc/uuidd.c:354
Tianze Wang57d69272016-08-31 23:14:17 -04006979#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006980msgid "Error reading from client, len = %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006981msgstr "读取客户端内容出错,内容长度 = %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006982
Theodore Ts'obd386982015-05-17 20:34:58 -04006983#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006984#, c-format
6985msgid "operation %d, incoming num = %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006986msgstr "操作 %d,传入值 = %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006987
Theodore Ts'obd386982015-05-17 20:34:58 -04006988#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04006989#, c-format
6990msgid "Generated time UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006991msgstr "已生成时间UUID:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006992
Theodore Ts'obd386982015-05-17 20:34:58 -04006993#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04006994#, c-format
6995msgid "Generated random UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006996msgstr "已生成随机数UUID:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006997
Theodore Ts'obd386982015-05-17 20:34:58 -04006998#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04006999#, c-format
7000msgid "Generated time UUID %s and subsequent UUID\n"
7001msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007002msgstr[0] "已生成时间UUID %s 和 %d 个后续的UUID\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007003
Theodore Ts'obd386982015-05-17 20:34:58 -04007004#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04007005#, c-format
7006msgid "Generated %d UUID's:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007007msgstr "已生成 %d 个UUID:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007008
Theodore Ts'obd386982015-05-17 20:34:58 -04007009#: misc/uuidd.c:433
Tianze Wang57d69272016-08-31 23:14:17 -04007010#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007011msgid "Invalid operation %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007012msgstr "操作 %d 无效\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007013
Theodore Ts'obd386982015-05-17 20:34:58 -04007014#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04007015#, c-format
7016msgid "Bad number: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007017msgstr "错误的数量:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007018
Theodore Ts'obd386982015-05-17 20:34:58 -04007019#: misc/uuidd.c:534 misc/uuidd.c:563
Tianze Wang57d69272016-08-31 23:14:17 -04007020#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007021msgid "Error calling uuidd daemon (%s): %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007022msgstr "调用uuidd守护进程(%s)时出错:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007023
Theodore Ts'obd386982015-05-17 20:34:58 -04007024#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04007025#, c-format
7026msgid "%s and subsequent UUID\n"
7027msgid_plural "%s and subsequent %d UUIDs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007028msgstr[0] "%s 和后续 %d 个UUID\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007029
Theodore Ts'obd386982015-05-17 20:34:58 -04007030#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04007031msgid "List of UUID's:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007032msgstr "UUID列表:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007033
Theodore Ts'obd386982015-05-17 20:34:58 -04007034#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04007035#, c-format
7036msgid "Unexpected reply length from server %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007037msgstr "服务器 %d 返回了长度异常的内容\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007038
Theodore Ts'obd386982015-05-17 20:34:58 -04007039#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04007040#, c-format
7041msgid "Couldn't kill uuidd running at pid %d: %s\n"
7042msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007043"无法杀死pid为 %d 的uuidd进程:%s\n"
7044"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007045
Theodore Ts'obd386982015-05-17 20:34:58 -04007046#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04007047#, c-format
7048msgid "Killed uuidd running at pid %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007049msgstr "已杀死pid为 %d 的uuidd进程\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007050
7051#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04007052#, c-format
7053msgid "Usage: %s [-r] [-t]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007054msgstr "用法:%s [-r] [-t]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007055
Eric Sandeen032eafe2012-07-28 17:48:36 -04007056#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04007057msgid "# Extent dump:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007058msgstr "# Extent转储:\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007059
Eric Sandeen032eafe2012-07-28 17:48:36 -04007060#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04007061#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007062msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007063msgstr "#\t数量=%llu,大小=%llu,指针=%llu,按序=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007065#: resize/main.c:49
Theodore Ts'of722c132009-04-21 22:09:01 -04007066#, c-format
7067msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007068"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7069"[-z undo_file]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007070"\n"
7071msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007072"用法:%s [-d 调试标志] [-f] [-F] [-M] [-P] [-p] 设备 [-b|-s|新大小] [-z 撤销"
7073"文件]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007074"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007076#: resize/main.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04007077msgid "Extending the inode table"
7078msgstr "正在扩充inode表"
7079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007080#: resize/main.c:75
Theodore Ts'of722c132009-04-21 22:09:01 -04007081msgid "Relocating blocks"
7082msgstr "正在重定位块"
7083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007084#: resize/main.c:78
Theodore Ts'of722c132009-04-21 22:09:01 -04007085msgid "Scanning inode table"
7086msgstr "正在扫描inode表"
7087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007088#: resize/main.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -04007089msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04007090msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04007091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007092#: resize/main.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04007093msgid "Moving inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007094msgstr "正在移动inode表"
Theodore Ts'of722c132009-04-21 22:09:01 -04007095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007096#: resize/main.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04007097msgid "Unknown pass?!?"
Tianze Wang57d69272016-08-31 23:14:17 -04007098msgstr "其他步骤"
Theodore Ts'of722c132009-04-21 22:09:01 -04007099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007100#: resize/main.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -04007101#, c-format
7102msgid "Begin pass %d (max = %lu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007103msgstr "开始第 %d 步(共 %lu 步)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007105#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007106msgid ""
7107"\n"
7108"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7109"your own risk! Use the force option if you want to go ahead anyway.\n"
7110"\n"
7111msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007112"\n"
7113"改变bigalloc文件系统的大小尚未被充分测试。你需要承担可能的风险!\n"
7114"如果你希望继续,请使用强制选项。\n"
7115"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007116
Theodore Ts'o48203a32016-06-08 15:45:26 -04007117#: resize/main.c:365
Theodore Ts'of722c132009-04-21 22:09:01 -04007118#, c-format
7119msgid "while opening %s"
7120msgstr "打开%s时"
7121
Theodore Ts'o48203a32016-06-08 15:45:26 -04007122#: resize/main.c:373
Dark Raven31a48472009-05-25 22:45:42 -04007123#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04007124msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04007125msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04007126
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007127#: resize/main.c:449
Theodore Ts'of722c132009-04-21 22:09:01 -04007128#, c-format
7129msgid ""
7130"Please run 'e2fsck -f %s' first.\n"
7131"\n"
7132msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007133"请先运行“e2fsck -f %s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007134"\n"
7135
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007136#: resize/main.c:468
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007137#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007138msgid "Estimated minimum size of the filesystem: %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007139msgstr "预计文件系统的最小尺寸:%llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007140
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007141#: resize/main.c:505
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007142#, c-format
7143msgid "Invalid new size: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007144msgstr "无效的新大小: %s\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007145
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007146#: resize/main.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04007147msgid "New size too large to be expressed in 32 bits\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007148msgstr "新大小太大,无法用32位数表示\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007149
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007150#: resize/main.c:532
Eric Sandeen032eafe2012-07-28 17:48:36 -04007151#, c-format
7152msgid "New size smaller than minimum (%llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007153msgstr "新大小不能低于此最小值:%llu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007154
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007155#: resize/main.c:538
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007156msgid "Invalid stride length"
Tianze Wang57d69272016-08-31 23:14:17 -04007157msgstr "无效的步长度"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007158
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007159#: resize/main.c:562
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007160#, c-format
7161msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007162"The containing partition (or device) is only %llu (%dk) blocks.\n"
7163"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007164"\n"
7165msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007166"指定的分区(或设备)仅有 %llu 个块(每块为 %dk),\n"
7167"但你却指定新大小为 %llu 个块。\n"
7168"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007169
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007170#: resize/main.c:569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007171#, c-format
7172msgid "Cannot set and unset 64bit feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007173msgstr "无法设置/取消设置 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007174
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007175#: resize/main.c:573
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007176#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007177msgid ""
7178"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7179"blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007180msgstr "无法在含有超过 2^32 个块的文件系统上改变 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007181
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007182#: resize/main.c:579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007183#, c-format
7184msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007185msgstr "无法在已挂载的文件系统上改变 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007186
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007187#: resize/main.c:585
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007188#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007189msgid ""
7190"Please enable the extents feature with tune2fs before enabling the 64bit "
7191"feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007192msgstr "在启用 64 位特性前,请先执行 tune2fs 来启用 extent。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007193
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007194#: resize/main.c:591
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007195#, c-format
7196msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007197"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007198"\n"
7199msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007200"文件系统已经为 %llu 个块(每块 %dk)。无需进一步处理!\n"
7201"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007202
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007203#: resize/main.c:598
Tianze Wang57d69272016-08-31 23:14:17 -04007204#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007205msgid "The filesystem is already 64-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007206msgstr "文件系统已经为 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007207
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007208#: resize/main.c:603
Tianze Wang57d69272016-08-31 23:14:17 -04007209#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007210msgid "The filesystem is already 32-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007211msgstr "文件系统已经为 32 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007212
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007213#: resize/main.c:612
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007214#, c-format
7215msgid "Converting the filesystem to 64-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007216msgstr "将文件系统转换为 64 位。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007217
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007218#: resize/main.c:614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007219#, c-format
7220msgid "Converting the filesystem to 32-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007221msgstr "将文件系统转换为 32 位。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007222
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007223#: resize/main.c:616
Dark Raven3be22a82010-04-19 16:59:03 -04007224#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007225msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007226msgstr "将 %s 上的文件系统调整为 %llu 个块(每块 %dk)。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04007227
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007228#: resize/main.c:625
Dark Raven31a48472009-05-25 22:45:42 -04007229#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04007230msgid "while trying to resize %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007231msgstr "尝试调整%s的大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007232
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007233#: resize/main.c:628
Dark Raven3be22a82010-04-19 16:59:03 -04007234#, c-format
7235msgid ""
7236"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7237"after the aborted resize operation.\n"
7238msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007239"请在终止调整操作后运行“e2fsck -fy %s”\n"
7240"来修复文件系统。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04007241
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007242#: resize/main.c:634
Theodore Ts'of722c132009-04-21 22:09:01 -04007243#, c-format
7244msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007245"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007246"\n"
7247msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007248"%s 上的文件系统现在为 %llu 个块(每块 %dk)。\n"
7249"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007250
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04007251#: resize/main.c:649
Dark Raven3be22a82010-04-19 16:59:03 -04007252#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04007253msgid "while trying to truncate %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007254msgstr "尝试截断 %s 时"
Theodore Ts'o930e2812009-06-29 15:08:12 -04007255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007256#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007257msgid "kernel does not support online resize with sparse_super2"
Tianze Wang57d69272016-08-31 23:14:17 -04007258msgstr "内核不支持在线调整启用了sparse_super2特性的文件系统的大小"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007260#: resize/online.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04007261#, c-format
7262msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7263msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007264"%s 上的文件系统已被挂载于 %s;需要进行在线调整大小\n"
7265"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007267#: resize/online.c:90
Dark Ravenc4755342011-01-26 18:54:25 -05007268msgid "On-line shrinking not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04007269msgstr "不支持在线缩小块"
Theodore Ts'of722c132009-04-21 22:09:01 -04007270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007271#: resize/online.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -04007272msgid "Filesystem does not support online resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007273msgstr "文件系统不支持在线调整大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04007274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007275#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007276msgid "Not enough reserved gdt blocks for resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007277msgstr "没有足够的保留gdt块用于改变文件系统大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04007278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007279#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04007280msgid "Kernel does not support resizing a file system this large"
Tianze Wang57d69272016-08-31 23:14:17 -04007281msgstr "内核不支持调整如此之大的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007283#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007284#, c-format
7285msgid "while trying to open mountpoint %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007286msgstr "尝试打开挂载点 %s 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007288#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007289#, c-format
7290msgid "Old resize interface requested.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007291msgstr "使用旧版本的改变大小操作接口。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007293#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007294msgid "Permission denied to resize filesystem"
7295msgstr "没有调整文件系统大小的权限"
7296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007297#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007298msgid "While checking for on-line resizing support"
Tianze Wang57d69272016-08-31 23:14:17 -04007299msgstr "检查是否支持在线调整文件系统大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007301#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04007302msgid "Kernel does not support online resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007303msgstr "内核不支持在线调整大小"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007305#: resize/online.c:220
Theodore Ts'of722c132009-04-21 22:09:01 -04007306#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007307msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007308msgstr "在线调整 %s 的大小为 %llu 块(每块为 %dk)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007310#: resize/online.c:230
Theodore Ts'of722c132009-04-21 22:09:01 -04007311msgid "While trying to extend the last group"
Tianze Wang57d69272016-08-31 23:14:17 -04007312msgstr "尝试扩展最后一个组时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007314#: resize/online.c:284
Theodore Ts'of722c132009-04-21 22:09:01 -04007315#, c-format
7316msgid "While trying to add group #%d"
Tianze Wang57d69272016-08-31 23:14:17 -04007317msgstr "尝试添加组 #%d 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007319#: resize/online.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04007320#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007321msgid ""
7322"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7323"this system.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007324msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007325
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007326#: resize/resize2fs.c:759
Theodore Ts'of722c132009-04-21 22:09:01 -04007327#, c-format
7328msgid "inodes (%llu) must be less than %u"
Tianze Wang57d69272016-08-31 23:14:17 -04007329msgstr "inode数(%llu)必须小于 %u32"
Theodore Ts'of722c132009-04-21 22:09:01 -04007330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007331#: resize/resize2fs.c:1037
Theodore Ts'of722c132009-04-21 22:09:01 -04007332msgid "reserved blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007333msgstr "保留块"
Theodore Ts'of722c132009-04-21 22:09:01 -04007334
Theodore Ts'o48203a32016-06-08 15:45:26 -04007335#: resize/resize2fs.c:1281
Theodore Ts'of722c132009-04-21 22:09:01 -04007336msgid "meta-data blocks"
7337msgstr "元数据块"
7338
Theodore Ts'o48203a32016-06-08 15:45:26 -04007339#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007340msgid "new meta blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007341msgstr "新的元数据块"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007342
Theodore Ts'o48203a32016-06-08 15:45:26 -04007343#: resize/resize2fs.c:2540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007344msgid "Should never happen! No sb in last super_sparse bg?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007345msgstr "不应当出现的情况:最后一个分散式超级块块组中没有超级块!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007346
Theodore Ts'o48203a32016-06-08 15:45:26 -04007347#: resize/resize2fs.c:2545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007348msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007349msgstr "不应当出现的情况:分散式超级块块组中有未预期的old_desc!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007350
Theodore Ts'o48203a32016-06-08 15:45:26 -04007351#: resize/resize2fs.c:2618
Theodore Ts'of722c132009-04-21 22:09:01 -04007352msgid "Should never happen: resize inode corrupt!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007353msgstr "不应出现的错误:改变inode大小时发现有数据损坏!\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04007354
Eric Sandeen032eafe2012-07-28 17:48:36 -04007355#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007356#, fuzzy
Theodore Ts'o21725192017-08-23 19:46:04 -04007357msgid "EXT2FS Library version 1.43.6"
Tianze Wang57d69272016-08-31 23:14:17 -04007358msgstr "EXT2FS 库版本 1.43"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007359
7360#: lib/ext2fs/ext2_err.c:12
7361msgid "Wrong magic number for ext2_filsys structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007362msgstr "ext2_filsys结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007363
7364#: lib/ext2fs/ext2_err.c:13
7365msgid "Wrong magic number for badblocks_list structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007366msgstr "badblocks_list结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007367
7368#: lib/ext2fs/ext2_err.c:14
7369msgid "Wrong magic number for badblocks_iterate structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007370msgstr "badblocks_iterate结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007371
7372#: lib/ext2fs/ext2_err.c:15
7373msgid "Wrong magic number for inode_scan structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007374msgstr "inode_scan结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007375
7376#: lib/ext2fs/ext2_err.c:16
7377msgid "Wrong magic number for io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007378msgstr "io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007379
7380#: lib/ext2fs/ext2_err.c:17
7381msgid "Wrong magic number for unix io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007382msgstr "unix io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007383
7384#: lib/ext2fs/ext2_err.c:18
7385msgid "Wrong magic number for io_manager structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007386msgstr "io_manager结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007387
7388#: lib/ext2fs/ext2_err.c:19
7389msgid "Wrong magic number for block_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007390msgstr "block_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007391
7392#: lib/ext2fs/ext2_err.c:20
7393msgid "Wrong magic number for inode_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007394msgstr "inode_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007395
7396#: lib/ext2fs/ext2_err.c:21
7397msgid "Wrong magic number for generic_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007398msgstr "generic_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007399
7400#: lib/ext2fs/ext2_err.c:22
7401msgid "Wrong magic number for test io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007402msgstr "测试io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007403
7404#: lib/ext2fs/ext2_err.c:23
7405msgid "Wrong magic number for directory block list structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007406msgstr "目录块列表结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007407
7408#: lib/ext2fs/ext2_err.c:24
7409msgid "Wrong magic number for icount structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007410msgstr "icount结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007411
7412#: lib/ext2fs/ext2_err.c:25
7413msgid "Wrong magic number for Powerquest io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007414msgstr "Powerquest io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007415
7416#: lib/ext2fs/ext2_err.c:26
7417msgid "Wrong magic number for ext2 file structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007418msgstr "ext2文件结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007419
7420#: lib/ext2fs/ext2_err.c:27
7421msgid "Wrong magic number for Ext2 Image Header"
Tianze Wang57d69272016-08-31 23:14:17 -04007422msgstr "ext2镜像头中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007423
7424#: lib/ext2fs/ext2_err.c:28
7425msgid "Wrong magic number for inode io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007426msgstr "inode io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007427
7428#: lib/ext2fs/ext2_err.c:29
7429msgid "Wrong magic number for ext4 extent handle"
Tianze Wang57d69272016-08-31 23:14:17 -04007430msgstr "ext4 extent句柄中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007431
7432#: lib/ext2fs/ext2_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04007433msgid "Bad magic number in super-block"
Tianze Wang57d69272016-08-31 23:14:17 -04007434msgstr "超级块中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007435
7436#: lib/ext2fs/ext2_err.c:31
7437msgid "Filesystem revision too high"
Tianze Wang57d69272016-08-31 23:14:17 -04007438msgstr "文件系统版本太高"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007439
7440#: lib/ext2fs/ext2_err.c:32
7441msgid "Attempt to write to filesystem opened read-only"
Tianze Wang57d69272016-08-31 23:14:17 -04007442msgstr "尝试写入到只读的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007443
7444#: lib/ext2fs/ext2_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04007445msgid "Can't read group descriptors"
Tianze Wang57d69272016-08-31 23:14:17 -04007446msgstr "无法读取组描述符"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007447
7448#: lib/ext2fs/ext2_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04007449msgid "Can't write group descriptors"
Tianze Wang57d69272016-08-31 23:14:17 -04007450msgstr "无法写入组描述符"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007451
7452#: lib/ext2fs/ext2_err.c:35
7453msgid "Corrupt group descriptor: bad block for block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007454msgstr "组描述符损坏:块位图中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007455
7456#: lib/ext2fs/ext2_err.c:36
7457msgid "Corrupt group descriptor: bad block for inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007458msgstr "组描述符损坏:inode位图中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007459
7460#: lib/ext2fs/ext2_err.c:37
7461msgid "Corrupt group descriptor: bad block for inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007462msgstr "组描述符损坏:inode表中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007463
7464#: lib/ext2fs/ext2_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04007465msgid "Can't write an inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007466msgstr "无法写入inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007467
7468#: lib/ext2fs/ext2_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04007469msgid "Can't read an inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007470msgstr "无法读取inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007471
7472#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007473msgid "Can't write a block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007474msgstr "无法写入块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007475
7476#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007477msgid "Can't read a block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007478msgstr "无法读取块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007479
7480#: lib/ext2fs/ext2_err.c:42
Eric Sandeen032eafe2012-07-28 17:48:36 -04007481msgid "Can't write an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007482msgstr "无法写入inode表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007483
7484#: lib/ext2fs/ext2_err.c:43
Eric Sandeen032eafe2012-07-28 17:48:36 -04007485msgid "Can't read an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007486msgstr "无法读取inode表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007487
7488#: lib/ext2fs/ext2_err.c:44
7489msgid "Can't read next inode"
Tianze Wang57d69272016-08-31 23:14:17 -04007490msgstr "无法读取下一个inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007491
7492#: lib/ext2fs/ext2_err.c:45
7493msgid "Filesystem has unexpected block size"
Tianze Wang57d69272016-08-31 23:14:17 -04007494msgstr "文件系统的块大小异常"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007495
7496#: lib/ext2fs/ext2_err.c:46
7497msgid "EXT2 directory corrupted"
Tianze Wang57d69272016-08-31 23:14:17 -04007498msgstr "EXT2目录损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007499
7500#: lib/ext2fs/ext2_err.c:47
7501msgid "Attempt to read block from filesystem resulted in short read"
Tianze Wang57d69272016-08-31 23:14:17 -04007502msgstr "尝试读取文件系统块的操作过早结束"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007503
7504#: lib/ext2fs/ext2_err.c:48
7505msgid "Attempt to write block to filesystem resulted in short write"
Tianze Wang57d69272016-08-31 23:14:17 -04007506msgstr "尝试x文件系统块的操作过早结束"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007507
7508#: lib/ext2fs/ext2_err.c:49
7509msgid "No free space in the directory"
Tianze Wang57d69272016-08-31 23:14:17 -04007510msgstr "目录中没有可用空间"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007511
7512#: lib/ext2fs/ext2_err.c:50
Eric Sandeen032eafe2012-07-28 17:48:36 -04007513msgid "Inode bitmap not loaded"
Tianze Wang57d69272016-08-31 23:14:17 -04007514msgstr "未加载inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007515
7516#: lib/ext2fs/ext2_err.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04007517msgid "Block bitmap not loaded"
Tianze Wang57d69272016-08-31 23:14:17 -04007518msgstr "未加载块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007519
7520#: lib/ext2fs/ext2_err.c:52
Eric Sandeen032eafe2012-07-28 17:48:36 -04007521msgid "Illegal inode number"
Tianze Wang57d69272016-08-31 23:14:17 -04007522msgstr "非法的inode数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007523
7524#: lib/ext2fs/ext2_err.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04007525msgid "Illegal block number"
Tianze Wang57d69272016-08-31 23:14:17 -04007526msgstr "非法的块数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007527
7528#: lib/ext2fs/ext2_err.c:54
7529msgid "Internal error in ext2fs_expand_dir"
Tianze Wang57d69272016-08-31 23:14:17 -04007530msgstr "ext2fs_expand_dir中出现内部错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007531
7532#: lib/ext2fs/ext2_err.c:55
7533msgid "Not enough space to build proposed filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007534msgstr "没有足够的空间用于建立指定的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007535
7536#: lib/ext2fs/ext2_err.c:56
7537msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007538msgstr "传递给ext2fs_mark_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007539
7540#: lib/ext2fs/ext2_err.c:57
7541msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007542msgstr "传递给ext2fs_unmark_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007543
7544#: lib/ext2fs/ext2_err.c:58
7545msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007546msgstr "传递给ext2fs_test_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007547
7548#: lib/ext2fs/ext2_err.c:59
7549msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007550msgstr "传递给ext2fs_mark_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007551
7552#: lib/ext2fs/ext2_err.c:60
7553msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007554msgstr "传递给ext2fs_unmark_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007555
7556#: lib/ext2fs/ext2_err.c:61
7557msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007558msgstr "传递给ext2fs_test_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007559
7560#: lib/ext2fs/ext2_err.c:62
7561msgid "Attempt to fudge end of block bitmap past the real end"
Tianze Wang57d69272016-08-31 23:14:17 -04007562msgstr "尝试填充块位图尾部时超过了真实边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007563
7564#: lib/ext2fs/ext2_err.c:63
7565msgid "Attempt to fudge end of inode bitmap past the real end"
Tianze Wang57d69272016-08-31 23:14:17 -04007566msgstr "尝试填充inode位图尾部时超过了真实边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007567
7568#: lib/ext2fs/ext2_err.c:64
Eric Sandeen032eafe2012-07-28 17:48:36 -04007569msgid "Illegal indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007570msgstr "发现非法的链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007571
7572#: lib/ext2fs/ext2_err.c:65
7573msgid "Illegal doubly indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007574msgstr "发现了非法的二次链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007575
7576#: lib/ext2fs/ext2_err.c:66
7577msgid "Illegal triply indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007578msgstr "发现非法的三次链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007579
7580#: lib/ext2fs/ext2_err.c:67
7581msgid "Block bitmaps are not the same"
Tianze Wang57d69272016-08-31 23:14:17 -04007582msgstr "块位图不相同"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007583
7584#: lib/ext2fs/ext2_err.c:68
7585msgid "Inode bitmaps are not the same"
Tianze Wang57d69272016-08-31 23:14:17 -04007586msgstr "inode位图不相同"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007587
7588#: lib/ext2fs/ext2_err.c:69
7589msgid "Illegal or malformed device name"
Tianze Wang57d69272016-08-31 23:14:17 -04007590msgstr "设备名非法或格式错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007591
7592#: lib/ext2fs/ext2_err.c:70
7593msgid "A block group is missing an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007594msgstr "Inode表中缺少一个块组"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007595
7596#: lib/ext2fs/ext2_err.c:71
7597msgid "The ext2 superblock is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04007598msgstr "ext2超级块损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007599
7600#: lib/ext2fs/ext2_err.c:72
7601msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007602msgstr "传递给ext2fs_mark_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007603
7604#: lib/ext2fs/ext2_err.c:73
7605msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007606msgstr "传递给ext2fs_unmark_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007607
7608#: lib/ext2fs/ext2_err.c:74
7609msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007610msgstr "传递给ext2fs_test_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007611
7612#: lib/ext2fs/ext2_err.c:75
7613msgid "Too many symbolic links encountered."
Tianze Wang57d69272016-08-31 23:14:17 -04007614msgstr "发现了过多的符号链接。"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007615
7616#: lib/ext2fs/ext2_err.c:76
7617msgid "The callback function will not handle this case"
Tianze Wang57d69272016-08-31 23:14:17 -04007618msgstr "回调函数将不会处理这个情况"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007619
7620#: lib/ext2fs/ext2_err.c:77
7621msgid "The inode is from a bad block in the inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007622msgstr "该inode来自inode表中的一个坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007623
7624#: lib/ext2fs/ext2_err.c:78
Eric Sandeen032eafe2012-07-28 17:48:36 -04007625msgid "Filesystem has unsupported feature(s)"
Tianze Wang57d69272016-08-31 23:14:17 -04007626msgstr "文件系统有不被支持的特性"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007627
7628#: lib/ext2fs/ext2_err.c:79
Eric Sandeen032eafe2012-07-28 17:48:36 -04007629msgid "Filesystem has unsupported read-only feature(s)"
Tianze Wang57d69272016-08-31 23:14:17 -04007630msgstr "文件系统有不被支持的只读特性"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007631
7632#: lib/ext2fs/ext2_err.c:80
7633msgid "IO Channel failed to seek on read or write"
Tianze Wang57d69272016-08-31 23:14:17 -04007634msgstr "I/O通道定位读取/写入位置时失败"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007635
7636#: lib/ext2fs/ext2_err.c:81
Eric Sandeen032eafe2012-07-28 17:48:36 -04007637msgid "Memory allocation failed"
Tianze Wang57d69272016-08-31 23:14:17 -04007638msgstr "内存分配出错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007639
7640#: lib/ext2fs/ext2_err.c:82
7641msgid "Invalid argument passed to ext2 library"
Tianze Wang57d69272016-08-31 23:14:17 -04007642msgstr "传给了ext2库无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007643
7644#: lib/ext2fs/ext2_err.c:83
Eric Sandeen032eafe2012-07-28 17:48:36 -04007645msgid "Could not allocate block in ext2 filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007646msgstr "无法为ext2文件系统分配块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007647
7648#: lib/ext2fs/ext2_err.c:84
Eric Sandeen032eafe2012-07-28 17:48:36 -04007649msgid "Could not allocate inode in ext2 filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007650msgstr "无法为ext2文件系统分配inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007651
7652#: lib/ext2fs/ext2_err.c:85
7653msgid "Ext2 inode is not a directory"
Tianze Wang57d69272016-08-31 23:14:17 -04007654msgstr "ext2 inode不为目录"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007655
7656#: lib/ext2fs/ext2_err.c:86
7657msgid "Too many references in table"
Tianze Wang57d69272016-08-31 23:14:17 -04007658msgstr "表中有太多的引用"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007659
7660#: lib/ext2fs/ext2_err.c:87
7661msgid "File not found by ext2_lookup"
Tianze Wang57d69272016-08-31 23:14:17 -04007662msgstr "ext2_lookup未发现文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007663
7664#: lib/ext2fs/ext2_err.c:88
7665msgid "File open read-only"
Tianze Wang57d69272016-08-31 23:14:17 -04007666msgstr "文件以只读模式打开"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007667
7668#: lib/ext2fs/ext2_err.c:89
Eric Sandeen032eafe2012-07-28 17:48:36 -04007669msgid "Ext2 directory block not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007670msgstr "未找到ext2目录块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007671
7672#: lib/ext2fs/ext2_err.c:90
7673msgid "Ext2 directory already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007674msgstr "ext2目录块已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007675
7676#: lib/ext2fs/ext2_err.c:91
7677msgid "Unimplemented ext2 library function"
Tianze Wang57d69272016-08-31 23:14:17 -04007678msgstr "未实现的ext2库函数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007679
7680#: lib/ext2fs/ext2_err.c:92
7681msgid "User cancel requested"
Tianze Wang57d69272016-08-31 23:14:17 -04007682msgstr "用户取消了操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007683
7684#: lib/ext2fs/ext2_err.c:93
7685msgid "Ext2 file too big"
Tianze Wang57d69272016-08-31 23:14:17 -04007686msgstr "ext2文件太大"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007687
7688#: lib/ext2fs/ext2_err.c:94
7689msgid "Supplied journal device not a block device"
Tianze Wang57d69272016-08-31 23:14:17 -04007690msgstr "指定的日志设备不是块设备"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007691
7692#: lib/ext2fs/ext2_err.c:95
Eric Sandeen032eafe2012-07-28 17:48:36 -04007693msgid "Journal superblock not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007694msgstr "日志超级块未找到"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007695
7696#: lib/ext2fs/ext2_err.c:96
7697msgid "Journal must be at least 1024 blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007698msgstr "日志大小至少为1024个块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007699
7700#: lib/ext2fs/ext2_err.c:97
7701msgid "Unsupported journal version"
Tianze Wang57d69272016-08-31 23:14:17 -04007702msgstr "不支持的日志版本"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007703
7704#: lib/ext2fs/ext2_err.c:98
7705msgid "Error loading external journal"
Tianze Wang57d69272016-08-31 23:14:17 -04007706msgstr "尝试打开外部日志时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007707
7708#: lib/ext2fs/ext2_err.c:99
Eric Sandeen032eafe2012-07-28 17:48:36 -04007709msgid "Journal not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007710msgstr "日志未找到"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007711
7712#: lib/ext2fs/ext2_err.c:100
7713msgid "Directory hash unsupported"
Tianze Wang57d69272016-08-31 23:14:17 -04007714msgstr "不支持目录hash"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007715
7716#: lib/ext2fs/ext2_err.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04007717msgid "Illegal extended attribute block number"
Tianze Wang57d69272016-08-31 23:14:17 -04007718msgstr "非法的扩展属性块号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007719
7720#: lib/ext2fs/ext2_err.c:102
7721msgid "Cannot create filesystem with requested number of inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04007722msgstr "无法创建含有指定inode数的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007723
7724#: lib/ext2fs/ext2_err.c:103
7725msgid "E2image snapshot not in use"
Tianze Wang57d69272016-08-31 23:14:17 -04007726msgstr "未使用e2image快照"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007727
7728#: lib/ext2fs/ext2_err.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04007729msgid "Too many reserved group descriptor blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007730msgstr "组描述符的保留块太多"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007731
7732#: lib/ext2fs/ext2_err.c:105
7733msgid "Resize inode is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04007734msgstr "改变inode大小时有数据损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007735
7736#: lib/ext2fs/ext2_err.c:106
7737msgid "Tried to set block bmap with missing indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -04007738msgstr "尝试在块位图中设置丢失的链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007739
7740#: lib/ext2fs/ext2_err.c:107
7741msgid "TDB: Success"
Tianze Wang57d69272016-08-31 23:14:17 -04007742msgstr "TDB:成功"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007743
7744#: lib/ext2fs/ext2_err.c:108
7745msgid "TDB: Corrupt database"
Tianze Wang57d69272016-08-31 23:14:17 -04007746msgstr "TDB:数据库损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007747
7748#: lib/ext2fs/ext2_err.c:109
7749msgid "TDB: IO Error"
Tianze Wang57d69272016-08-31 23:14:17 -04007750msgstr "TDB:I/O错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007751
7752#: lib/ext2fs/ext2_err.c:110
7753msgid "TDB: Locking error"
Tianze Wang57d69272016-08-31 23:14:17 -04007754msgstr "TDB:锁定错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007755
7756#: lib/ext2fs/ext2_err.c:111
7757msgid "TDB: Out of memory"
Tianze Wang57d69272016-08-31 23:14:17 -04007758msgstr "TDB:内存耗尽"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007759
7760#: lib/ext2fs/ext2_err.c:112
7761msgid "TDB: Record exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007762msgstr "TDB:记录已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007763
7764#: lib/ext2fs/ext2_err.c:113
7765msgid "TDB: Lock exists on other keys"
Tianze Wang57d69272016-08-31 23:14:17 -04007766msgstr "TDB:锁已存在于其他键"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007767
7768#: lib/ext2fs/ext2_err.c:114
7769msgid "TDB: Invalid parameter"
Tianze Wang57d69272016-08-31 23:14:17 -04007770msgstr "TDB:无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007771
7772#: lib/ext2fs/ext2_err.c:115
7773msgid "TDB: Record does not exist"
Tianze Wang57d69272016-08-31 23:14:17 -04007774msgstr "TDB:记录不存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007775
7776#: lib/ext2fs/ext2_err.c:116
7777msgid "TDB: Write not permitted"
Tianze Wang57d69272016-08-31 23:14:17 -04007778msgstr "TDB:不允许写入"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007779
7780#: lib/ext2fs/ext2_err.c:117
7781msgid "Ext2fs directory block list is empty"
Tianze Wang57d69272016-08-31 23:14:17 -04007782msgstr "ext2文件系统目录块列表为空"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007783
7784#: lib/ext2fs/ext2_err.c:118
7785msgid "Attempt to modify a block mapping via a read-only block iterator"
Tianze Wang57d69272016-08-31 23:14:17 -04007786msgstr "企图通过只读的块迭代器修改块映射"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007787
7788#: lib/ext2fs/ext2_err.c:119
7789msgid "Wrong magic number for ext4 extent saved path"
Tianze Wang57d69272016-08-31 23:14:17 -04007790msgstr "ext4 extent保存路径的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007791
7792#: lib/ext2fs/ext2_err.c:120
7793msgid "Wrong magic number for 64-bit generic bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007794msgstr "64位通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007795
7796#: lib/ext2fs/ext2_err.c:121
7797msgid "Wrong magic number for 64-bit block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007798msgstr "64位块通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007799
7800#: lib/ext2fs/ext2_err.c:122
7801msgid "Wrong magic number for 64-bit inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007802msgstr "64位inode通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007803
7804#: lib/ext2fs/ext2_err.c:123
7805msgid "Wrong magic number --- RESERVED_13"
Tianze Wang57d69272016-08-31 23:14:17 -04007806msgstr "幻数错误(保留编号:13)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007807
7808#: lib/ext2fs/ext2_err.c:124
7809msgid "Wrong magic number --- RESERVED_14"
Tianze Wang57d69272016-08-31 23:14:17 -04007810msgstr "幻数错误(保留编号:14)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007811
7812#: lib/ext2fs/ext2_err.c:125
7813msgid "Wrong magic number --- RESERVED_15"
Tianze Wang57d69272016-08-31 23:14:17 -04007814msgstr "幻数错误(保留编号:15)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007815
7816#: lib/ext2fs/ext2_err.c:126
7817msgid "Wrong magic number --- RESERVED_16"
Tianze Wang57d69272016-08-31 23:14:17 -04007818msgstr "幻数错误(保留编号:16)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007819
7820#: lib/ext2fs/ext2_err.c:127
7821msgid "Wrong magic number --- RESERVED_17"
Tianze Wang57d69272016-08-31 23:14:17 -04007822msgstr "幻数错误(保留编号:17)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007823
7824#: lib/ext2fs/ext2_err.c:128
7825msgid "Wrong magic number --- RESERVED_18"
Tianze Wang57d69272016-08-31 23:14:17 -04007826msgstr "幻数错误(保留编号:18)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007827
7828#: lib/ext2fs/ext2_err.c:129
7829msgid "Wrong magic number --- RESERVED_19"
Tianze Wang57d69272016-08-31 23:14:17 -04007830msgstr "幻数错误(保留编号:19)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007831
7832#: lib/ext2fs/ext2_err.c:130
7833msgid "Corrupt extent header"
Tianze Wang57d69272016-08-31 23:14:17 -04007834msgstr "extent头损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007835
7836#: lib/ext2fs/ext2_err.c:131
7837msgid "Corrupt extent index"
Tianze Wang57d69272016-08-31 23:14:17 -04007838msgstr "extent索引损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007839
7840#: lib/ext2fs/ext2_err.c:132
7841msgid "Corrupt extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007842msgstr "extent损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007843
7844#: lib/ext2fs/ext2_err.c:133
7845msgid "No free space in extent map"
Tianze Wang57d69272016-08-31 23:14:17 -04007846msgstr "extent映射中没有可用空间"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007847
7848#: lib/ext2fs/ext2_err.c:134
7849msgid "Inode does not use extents"
Tianze Wang57d69272016-08-31 23:14:17 -04007850msgstr "inode未使用extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007851
7852#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04007853msgid "No 'next' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007854msgstr "找不到“后一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007855
7856#: lib/ext2fs/ext2_err.c:136
7857msgid "No 'previous' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007858msgstr "找不到“前一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007859
7860#: lib/ext2fs/ext2_err.c:137
7861msgid "No 'up' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007862msgstr "找不到“上一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007863
7864#: lib/ext2fs/ext2_err.c:138
7865msgid "No 'down' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007866msgstr "找不到“下一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007867
7868#: lib/ext2fs/ext2_err.c:139
7869msgid "No current node"
Tianze Wang57d69272016-08-31 23:14:17 -04007870msgstr "当前节点不存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007871
7872#: lib/ext2fs/ext2_err.c:140
7873msgid "Ext2fs operation not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04007874msgstr "ext2文件系统操作不支持"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007875
7876#: lib/ext2fs/ext2_err.c:141
7877msgid "No room to insert extent in node"
Tianze Wang57d69272016-08-31 23:14:17 -04007878msgstr "没有足够空间用于插入extent到节点"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007879
7880#: lib/ext2fs/ext2_err.c:142
7881msgid "Splitting would result in empty node"
Tianze Wang57d69272016-08-31 23:14:17 -04007882msgstr "分割操作将导致空节点产生"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007883
7884#: lib/ext2fs/ext2_err.c:143
Eric Sandeen032eafe2012-07-28 17:48:36 -04007885msgid "Extent not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007886msgstr "未找到extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007887
7888#: lib/ext2fs/ext2_err.c:144
7889msgid "Operation not supported for inodes containing extents"
Tianze Wang57d69272016-08-31 23:14:17 -04007890msgstr "含有extent的inode不支持此操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007891
7892#: lib/ext2fs/ext2_err.c:145
7893msgid "Extent length is invalid"
Tianze Wang57d69272016-08-31 23:14:17 -04007894msgstr "extent长度无效"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007895
7896#: lib/ext2fs/ext2_err.c:146
7897msgid "I/O Channel does not support 64-bit block numbers"
Tianze Wang57d69272016-08-31 23:14:17 -04007898msgstr "I/O通道不支持64位表示的块数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007899
7900#: lib/ext2fs/ext2_err.c:147
7901msgid "Can't check if filesystem is mounted due to missing mtab file"
Tianze Wang57d69272016-08-31 23:14:17 -04007902msgstr "由于mtab文件缺失,无法检验文件系统是否已挂载"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007903
7904#: lib/ext2fs/ext2_err.c:148
7905msgid "Filesystem too large to use legacy bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04007906msgstr "文件系统太大,无法使用传统位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007907
7908#: lib/ext2fs/ext2_err.c:149
7909msgid "MMP: invalid magic number"
Tianze Wang57d69272016-08-31 23:14:17 -04007910msgstr "MMP:无效的幻数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007911
7912#: lib/ext2fs/ext2_err.c:150
7913msgid "MMP: device currently active"
Tianze Wang57d69272016-08-31 23:14:17 -04007914msgstr "MMP:设备当前为活动状态"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007915
7916#: lib/ext2fs/ext2_err.c:151
7917msgid "MMP: fsck being run"
Tianze Wang57d69272016-08-31 23:14:17 -04007918msgstr "MMP:fsck正在运行"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007919
7920#: lib/ext2fs/ext2_err.c:152
7921msgid "MMP: block number beyond filesystem range"
Tianze Wang57d69272016-08-31 23:14:17 -04007922msgstr "MMP:块编号超出文件系统边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007923
7924#: lib/ext2fs/ext2_err.c:153
7925msgid "MMP: undergoing an unknown operation"
Tianze Wang57d69272016-08-31 23:14:17 -04007926msgstr "MMP:正在进行未知的操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007927
7928#: lib/ext2fs/ext2_err.c:154
7929msgid "MMP: filesystem still in use"
Tianze Wang57d69272016-08-31 23:14:17 -04007930msgstr "MMP:文件系统正在被使用"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007931
7932#: lib/ext2fs/ext2_err.c:155
7933msgid "MMP: open with O_DIRECT failed"
Tianze Wang57d69272016-08-31 23:14:17 -04007934msgstr "MMP:使用O_DIRECT标志打开失败"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007935
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007936#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007937msgid "Block group descriptor size incorrect"
Tianze Wang57d69272016-08-31 23:14:17 -04007938msgstr "块组描述符大小错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007939
7940#: lib/ext2fs/ext2_err.c:157
7941msgid "Inode checksum does not match inode"
Tianze Wang57d69272016-08-31 23:14:17 -04007942msgstr "inode校验值与inode自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007943
7944#: lib/ext2fs/ext2_err.c:158
7945msgid "Inode bitmap checksum does not match bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007946msgstr "inode位图校验值与位图自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007947
7948#: lib/ext2fs/ext2_err.c:159
7949msgid "Extent block checksum does not match extent block"
Tianze Wang57d69272016-08-31 23:14:17 -04007950msgstr "extent块校验值与extent块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007951
7952#: lib/ext2fs/ext2_err.c:160
7953msgid "Directory block does not have space for checksum"
Tianze Wang57d69272016-08-31 23:14:17 -04007954msgstr "目录块中没有用于存储校验值的空间"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007955
7956#: lib/ext2fs/ext2_err.c:161
7957msgid "Directory block checksum does not match directory block"
Tianze Wang57d69272016-08-31 23:14:17 -04007958msgstr "目录块校验值与目录块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007959
7960#: lib/ext2fs/ext2_err.c:162
7961msgid "Extended attribute block checksum does not match block"
Tianze Wang57d69272016-08-31 23:14:17 -04007962msgstr "扩展属性块校验值与属性块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007963
7964#: lib/ext2fs/ext2_err.c:163
7965msgid "Superblock checksum does not match superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04007966msgstr "i超级块校验值与超级块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007967
7968#: lib/ext2fs/ext2_err.c:164
7969msgid "Unknown checksum algorithm"
Tianze Wang57d69272016-08-31 23:14:17 -04007970msgstr "位置的校验值算法"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007971
7972#: lib/ext2fs/ext2_err.c:165
7973msgid "MMP block checksum does not match MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04007974msgstr "MMP块校验值与MMP块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007975
7976#: lib/ext2fs/ext2_err.c:166
7977msgid "Ext2 file already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007978msgstr "ext2文件已存在"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007980#: lib/ext2fs/ext2_err.c:167
7981msgid "Block bitmap checksum does not match bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007982msgstr "块位图校验值与位图自身不符"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007983
7984#: lib/ext2fs/ext2_err.c:168
7985msgid "Cannot iterate data blocks of an inode containing inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04007986msgstr "无法对含有内联数据的 inode 中的数据块进行迭代"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007987
7988#: lib/ext2fs/ext2_err.c:169
7989msgid "Extended attribute has an invalid name length"
Tianze Wang57d69272016-08-31 23:14:17 -04007990msgstr "扩展属性名的长度无效"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007991
7992#: lib/ext2fs/ext2_err.c:170
7993msgid "Extended attribute has an invalid value length"
Tianze Wang57d69272016-08-31 23:14:17 -04007994msgstr "扩展属性名的值无效"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007995
7996#: lib/ext2fs/ext2_err.c:171
7997msgid "Extended attribute has an incorrect hash"
Tianze Wang57d69272016-08-31 23:14:17 -04007998msgstr "扩展属性块的校验值错误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007999
8000#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008001msgid "Extended attribute block has a bad header"
Tianze Wang57d69272016-08-31 23:14:17 -04008002msgstr "扩展属性块的头部有误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008003
8004#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008005msgid "Extended attribute key not found"
Tianze Wang57d69272016-08-31 23:14:17 -04008006msgstr "找不到扩展属性的键"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008007
8008#: lib/ext2fs/ext2_err.c:174
8009msgid "Insufficient space to store extended attribute data"
Tianze Wang57d69272016-08-31 23:14:17 -04008010msgstr "用于存储扩增属性数据的空间不足"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008011
8012#: lib/ext2fs/ext2_err.c:175
8013msgid "Filesystem is missing ext_attr or inline_data feature"
Tianze Wang57d69272016-08-31 23:14:17 -04008014msgstr "文件系统缺少 ext_attr 或 inline_data feature 特性"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008015
8016#: lib/ext2fs/ext2_err.c:176
8017msgid "Inode doesn't have inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04008018msgstr "Inode 中不含内联数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008019
8020#: lib/ext2fs/ext2_err.c:177
8021msgid "No block for an inode with inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04008022msgstr "含有内联数据的 inode 不含块"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008023
8024#: lib/ext2fs/ext2_err.c:178
8025msgid "No free space in inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04008026msgstr "没有足够空间用于存储内联数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008027
8028#: lib/ext2fs/ext2_err.c:179
8029msgid "Wrong magic number for extended attribute structure"
Tianze Wang57d69272016-08-31 23:14:17 -04008030msgstr "扩增属性结构体中的幻数有错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008031
8032#: lib/ext2fs/ext2_err.c:180
8033msgid "Inode seems to contain garbage"
Tianze Wang57d69272016-08-31 23:14:17 -04008034msgstr "Inode 中含有无效数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008035
8036#: lib/ext2fs/ext2_err.c:181
8037msgid "Extended attribute has an invalid value offset"
Tianze Wang57d69272016-08-31 23:14:17 -04008038msgstr "扩增属性中含有无效的偏移量"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008039
8040#: lib/ext2fs/ext2_err.c:182
8041msgid "Journal flags inconsistent"
Tianze Wang57d69272016-08-31 23:14:17 -04008042msgstr "日志标志不一致"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008043
8044#: lib/ext2fs/ext2_err.c:183
8045msgid "Undo file corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04008046msgstr "撤销文件损坏"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008047
8048#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008049msgid "Wrong undo file for this filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04008050msgstr "此文件系统的撤销文件有误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008051
Theodore Ts'o48203a32016-06-08 15:45:26 -04008052#: lib/ext2fs/ext2_err.c:185
8053msgid "File system is corrupted"
Tianze Wang57d69272016-08-31 23:14:17 -04008054msgstr "文件系统已损坏"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008055
8056#: lib/ext2fs/ext2_err.c:186
8057msgid "Bad CRC detected in file system"
Tianze Wang57d69272016-08-31 23:14:17 -04008058msgstr "在文件系统中检测到错误的 CRC 值"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008059
8060#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04008061msgid "The journal superblock is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04008062msgstr "日志超级块已损坏"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008063
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008064#: lib/ext2fs/ext2_err.c:188
8065#, fuzzy
8066msgid "Inode is corrupted"
8067msgstr "改变inode大小时有数据损坏"
8068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008069#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04008070msgid "Profile version 0.0"
Tianze Wang57d69272016-08-31 23:14:17 -04008071msgstr "配置版本 0.0"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008073#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04008074msgid "Bad magic value in profile_node"
Tianze Wang57d69272016-08-31 23:14:17 -04008075msgstr "profile_node中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008077#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04008078msgid "Profile section not found"
Tianze Wang57d69272016-08-31 23:14:17 -04008079msgstr "未找到配置区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008081#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04008082msgid "Profile relation not found"
Tianze Wang57d69272016-08-31 23:14:17 -04008083msgstr "未找到配置关系"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008085#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04008086msgid "Attempt to add a relation to node which is not a section"
Tianze Wang57d69272016-08-31 23:14:17 -04008087msgstr "企图将关联添加到非区段的node"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008089#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04008090msgid "A profile section header has a non-zero value"
Tianze Wang57d69272016-08-31 23:14:17 -04008091msgstr "某个配置区段的头部含有非零值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008093#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04008094msgid "Bad linked list in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008095msgstr "配置结构体中有错误的链表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008097#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04008098msgid "Bad group level in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008099msgstr "配置结构体中有错误的组级别"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008101#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04008102msgid "Bad parent pointer in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008103msgstr "配置结构体中有错误的父指针"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008105#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04008106msgid "Bad magic value in profile iterator"
Tianze Wang57d69272016-08-31 23:14:17 -04008107msgstr "配置迭代器中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008109#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04008110msgid "Can't set value on section node"
Tianze Wang57d69272016-08-31 23:14:17 -04008111msgstr "无法设置区段节点"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008113#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04008114msgid "Invalid argument passed to profile library"
Tianze Wang57d69272016-08-31 23:14:17 -04008115msgstr "传给了配置库无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008117#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04008118msgid "Attempt to modify read-only profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008119msgstr "企图修改该只读的配置"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008121#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04008122msgid "Profile section header not at top level"
Tianze Wang57d69272016-08-31 23:14:17 -04008123msgstr "配置区段头部不处于顶级"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008125#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04008126msgid "Syntax error in profile section header"
Tianze Wang57d69272016-08-31 23:14:17 -04008127msgstr "配置区段头部中有语法错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008129#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04008130msgid "Syntax error in profile relation"
Tianze Wang57d69272016-08-31 23:14:17 -04008131msgstr "配置关系中有语法错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008133#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04008134msgid "Extra closing brace in profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008135msgstr "配置中发现额外的右括号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008137#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04008138msgid "Missing open brace in profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008139msgstr "配置中缺少左括号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008141#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04008142msgid "Bad magic value in profile_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008143msgstr "profile_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008145#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04008146msgid "Bad magic value in profile_section_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008147msgstr "profile_section_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008149#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04008150msgid "Iteration through all top level section not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04008151msgstr "不支持迭代所有顶级区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008153#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04008154msgid "Invalid profile_section object"
Tianze Wang57d69272016-08-31 23:14:17 -04008155msgstr "无效的配置区段对象"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008157#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04008158msgid "No more sections"
Tianze Wang57d69272016-08-31 23:14:17 -04008159msgstr "没有更多的区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008161#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04008162msgid "Bad nameset passed to query routine"
Tianze Wang57d69272016-08-31 23:14:17 -04008163msgstr "传给了查询程序错误的名称集"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008165#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04008166msgid "No profile file open"
Tianze Wang57d69272016-08-31 23:14:17 -04008167msgstr "未打开任何配置文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008169#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04008170msgid "Bad magic value in profile_file_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008171msgstr "profile_file_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008173#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04008174msgid "Couldn't open profile file"
Tianze Wang57d69272016-08-31 23:14:17 -04008175msgstr "无法打开配置文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008177#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04008178msgid "Section already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04008179msgstr "区段已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008181#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04008182msgid "Invalid boolean value"
Tianze Wang57d69272016-08-31 23:14:17 -04008183msgstr "无效的布尔值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008185#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04008186msgid "Invalid integer value"
Tianze Wang57d69272016-08-31 23:14:17 -04008187msgstr "无效的整数值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008189#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04008190msgid "Bad magic value in profile_file_data_t"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05008191msgstr "profile_file_data_t中的幻数有误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008192
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008193#: lib/support/plausible.c:118
Tianze Wang57d69272016-08-31 23:14:17 -04008194#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008195msgid "\tlast mounted on %s on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008196msgstr "\t上一次挂载于 %s, 时间 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008197
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008198#: lib/support/plausible.c:121
Tianze Wang57d69272016-08-31 23:14:17 -04008199#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008200msgid "\tlast mounted on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008201msgstr "\t上一次挂载于%s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008202
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008203#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008204#, c-format
8205msgid "\tcreated on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008206msgstr "\t创建于 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008207
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008208#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008209#, c-format
8210msgid "\tlast modified on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008211msgstr "\t上一次修改于 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008212
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008213#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008214#, c-format
8215msgid "Found a %s partition table in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008216msgstr "在 %s 中发现一个 %s 分区表\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008217
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008218#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008219#, c-format
8220msgid "The file %s does not exist and no size was specified.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008221msgstr "文件 %s 不存在,也没有指定大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008222
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008223#: lib/support/plausible.c:199
Tianze Wang57d69272016-08-31 23:14:17 -04008224#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008225msgid "Creating regular file %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008226msgstr "创建一般文件 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008227
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008228#: lib/support/plausible.c:202
Tianze Wang57d69272016-08-31 23:14:17 -04008229#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008230msgid "Could not open %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008231msgstr "无法打开 %s:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008232
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008233#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008234msgid ""
8235"\n"
8236"The device apparently does not exist; did you specify it correctly?\n"
8237msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04008238"\n"
8239"设备不存在。请确认所给设备名是否正确。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008240
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008241#: lib/support/plausible.c:227
Tianze Wang57d69272016-08-31 23:14:17 -04008242#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008243msgid "%s is not a block special device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008244msgstr "错误:%s 不是块设备。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008245
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008246#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008247#, c-format
8248msgid "%s contains a %s file system labelled '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008249msgstr "%1$s 有一个标签为“%3$s”的 %2$s 文件系统\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008250
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008251#: lib/support/plausible.c:252
Tianze Wang57d69272016-08-31 23:14:17 -04008252#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008253msgid "%s contains a %s file system\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008254msgstr " %s 有一个 %s 文件系统\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008255
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008256#: lib/support/plausible.c:276
Tianze Wang57d69272016-08-31 23:14:17 -04008257#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008258msgid "%s contains `%s' data\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008259msgstr ""
8260" %s 含有“%s”数据\n"
8261"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008262
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008263#~ msgid "Journal features: "
8264#~ msgstr "日志特性:: "
8265
8266#~ msgid "Journal size: "
8267#~ msgstr "日志大小: "
8268
8269#~ msgid ""
8270#~ "Journal length: %u\n"
8271#~ "Journal sequence: 0x%08x\n"
8272#~ "Journal start: %u\n"
8273#~ msgstr ""
8274#~ "日志长度: %u\n"
8275#~ "日志序列: 0x%08x\n"
8276#~ "日志起始于: %u\n"
8277
8278#~ msgid "Journal checksum type: crc32\n"
8279#~ msgstr "日志校验值类型: crc32\n"
8280
8281#~ msgid ""
8282#~ "Journal checksum type: %s\n"
8283#~ "Journal checksum: 0x%08x\n"
8284#~ msgstr ""
8285#~ "日志校验值类型: %s\n"
8286#~ "日志校验值: 0x%08x\n"
8287
8288#~ msgid "Journal errno: %d\n"
8289#~ msgstr "日志错误码: %d\n"
8290
8291#~ msgid ""
8292#~ "\n"
8293#~ "Journal block size: %u\n"
8294#~ "Journal length: %u\n"
8295#~ "Journal first block: %u\n"
8296#~ "Journal sequence: 0x%08x\n"
8297#~ "Journal start: %u\n"
8298#~ "Journal number of users: %u\n"
8299#~ msgstr ""
8300#~ "\n"
8301#~ "日志块大小: %u\n"
8302#~ "日志块长度: %u\n"
8303#~ "日志块首块: %u\n"
8304#~ "日志序列: 0x%08x\n"
8305#~ "日志起始于: %u\n"
8306#~ "用户日志数: %u\n"
8307
8308#~ msgid "Journal users: %s\n"
8309#~ msgstr "日志使用者: %s\n"
8310
Theodore Ts'o21725192017-08-23 19:46:04 -04008311#~ msgid "Please run e2fsck on the filesystem.\n"
8312#~ msgstr "请在这个文件系统上运行 e2fsck。\n"
8313
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008314#~ msgid ""
8315#~ "\n"
8316#~ "Warning: enabled project without quota together\n"
8317#~ msgstr ""
8318#~ "\n"
8319#~ "警告:启用项目的同时没有同时启用配额\n"
8320
Tianze Wang57d69272016-08-31 23:14:17 -04008321#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8322#~ msgstr "@i %i 由chattr设置了c(@c)标志,但@f不支持@c。 "
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04008323
Tianze Wang57d69272016-08-31 23:14:17 -04008324#~ msgid "@A @a @b %b. "
8325#~ msgstr "分配@a@b %b时出错。 "
8326
8327#~ msgid "%s: warning: compression support is experimental.\n"
8328#~ msgstr "%s:警告:压缩支持是实验性的。\n"
8329
8330#~ msgid ""
8331#~ "%s: e2fsck not compiled with HTREE support,\n"
8332#~ "\tbut filesystem %s has HTREE directories.\n"
8333#~ msgstr ""
8334#~ "%s:编译e2fsck时未添加HTREE支持,\n"
8335#~ "\t但文件系统 %s 含有HTREE目录。\n"
8336
8337#~ msgid "while allocating zeroizing buffer"
8338#~ msgstr "为(填零的)缓冲区分配内存时"
8339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008340#~ msgid ", unused inodes %u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008341#~ msgstr ",%u个未使用的inodes\n"
8342
8343#~ msgid "Failed to read the file system data \n"
8344#~ msgstr "读取文件系统数据失败\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008345
8346#~ msgid "Failed tdb_fetch %s\n"
8347#~ msgstr "tdb_fetch %s 失败\n"
8348
Tianze Wang57d69272016-08-31 23:14:17 -04008349#~ msgid "The file system UUID didn't match \n"
8350#~ msgstr "文件系统的UUID不匹配 \n"
8351
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008352#~ msgid "Failed tdb_open %s\n"
8353#~ msgstr "tdb_open %s 失败\n"
8354
8355#~ msgid "Failed to open %s\n"
8356#~ msgstr "打开%s失败\n"
8357
Tianze Wang57d69272016-08-31 23:14:17 -04008358#~ msgid "Replayed transaction of size %zd at location %llu\n"
8359#~ msgstr ""
8360#~ "根据大小为 %zd 的事务记录撤销位于 %llu 的操作\n"
8361#~ "\n"
8362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008363#~ msgid "Failed write %s\n"
8364#~ msgstr "写入%s失败\n"
8365
Tianze Wang57d69272016-08-31 23:14:17 -04008366#~ msgid "Invalid quotatype parameter: %s\n"
8367#~ msgstr "无效的配额类型参数:%s\n"
8368
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008369#~ msgid "Couldn't allocate memory to parse quota options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008370#~ msgstr "无法为解析配额选项获取内存!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008371
8372#~ msgid "Couldn't allocate memory for tdb filename\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008373#~ msgstr "无法为处理tdb文件名分配内存\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008374
8375#~ msgid ""
8376#~ "To undo the tune2fs operation please run the command\n"
8377#~ " e2undo %s %s\n"
8378#~ "\n"
8379#~ msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04008380#~ "要撤销 tune2fs 操作请运行命令:\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008381#~ " e2undo %s %s\n"
8382#~ "\n"
8383
Tianze Wang57d69272016-08-31 23:14:17 -04008384#~ msgid "%s is entire device, not just one partition!\n"
8385#~ msgstr "%s 为整个设备,而非单个分区!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008386
Eric Sandeen032eafe2012-07-28 17:48:36 -04008387#~ msgid "<The ACL index inode>"
8388#~ msgstr "<ACL 索引 inode>"
8389
8390#~ msgid "<The ACL data inode>"
8391#~ msgstr "<ACL 数据 inode>"
8392
Eric Sandeen032eafe2012-07-28 17:48:36 -04008393#~ msgid "Journal NOT removed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008394#~ msgstr "日志未删除\n"
8395
8396#~ msgid "Could not stat %s --- %s\n"
8397#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
8398
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008399#~ msgid ""
8400#~ "\b\b\b\b\b\b\b\bCopied %llu / %llu blocks (%llu%%) in %s at %.2f MB/"
8401#~ "s \n"
8402#~ msgstr ""
8403#~ "\b\b\b\b\b\b\b\b已复制 %llu / %llu 块(%llu%%),用时 %s,速度 %.2f MB/"
8404#~ "s \n"
Tianze Wang57d69272016-08-31 23:14:17 -04008405
8406#~ msgid ""
8407#~ "\n"
8408#~ "Warning: the quota feature is still under development\n"
8409#~ "See https://ext4.wiki.kernel.org/index.php/Quota for more information\n"
8410#~ "\n"
8411#~ msgstr ""
8412#~ "\n"
8413#~ "警告:配额特性仍然在开发中\n"
8414#~ "更多详情请参见 https://ext4.wiki.kernel.org/index.php/Quota\n"
8415#~ "\n"
8416
8417#~ msgid "Clearing extent flag not supported on %s"
8418#~ msgstr "移除 %s 中不被支持的extent标志"
8419
8420#~ msgid ""
8421#~ "%s: The combination of flex_bg and\n"
8422#~ "\t!resize_inode features is not supported by resize2fs.\n"
8423#~ msgstr "%s:resize2fs不支持同时使用弹性组和固定inode大小特性。\n"
8424
8425#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
8426#~ msgstr "@g %g @b@B未初始化,但@i@B已被使用。\n"
8427
8428#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8429#~ msgstr "@i %i 不应被设定EOFBLOCKS_FL标志(大小 %ls,lblk %r)\n"
8430
8431#~ msgid "Couldn't determine journal size"
8432#~ msgstr "无法确定日志大小"
8433
8434#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8435#~ msgstr "#\t\t %llu -> %llu(%llu)\n"
8436
8437#~ msgid "Missing indirect block not present"
8438#~ msgstr "未找到丢失的链接块"
8439
8440#~ msgid "short write (only %d bytes) for writing image header"
8441#~ msgstr "写入镜像头部的数据过少(只有 %d 字节)"
8442
8443#~ msgid "invalid fragment size - %s"
8444#~ msgstr "无效的碎片尺寸 - %s"
8445
8446#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8447#~ msgstr "警告:不支持碎片管理。已忽略 -f 选项\n"
8448
8449#~ msgid "Calling BLKDISCARD from %llu to %llu "
8450#~ msgstr "对块 %llu 至 %llu 执行BLKDISCARD操作"
8451
8452#~ msgid "succeeded.\n"
8453#~ msgstr "成功。\n"
8454
8455#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
8456#~ msgstr "@S不具有has_journal标志,但ext3日志 %s 具有。\n"
8457
8458#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
8459#~ msgstr "将日志重建为ext3文件系统格式吗?\n"