blob: 529a45285571a1481c2a4378ed271923c8532aee [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.
Dark Ravenc4755342011-01-26 18:54:25 -05003# Dark Raven <drdarkraven@gmail.com>, 2009, 2010, 2011
Theodore Ts'of722c132009-04-21 22:09:01 -04004#
5#. The strings in e2fsck's problem.c can be very hard to translate,
6#. since the strings are expanded in two different ways. First of all,
7#. there is an @-expansion, where strings like "@i" are expanded to
8#. "inode", and so on. In order to make it easier for translators, the
9#. e2fsprogs po template file has been enhanced with comments that show
10#. the @-expansion, for the strings in the problem.c file.
11#.
12#. Translators are free to use the @-expansion facility if they so
13#. choose, by providing translations for strings in e2fsck/message.c.
14#. These translation can completely replace an expansion; for example,
15#. if "bblock" (which indicated that "@b" would be expanded to "block")
16#. is translated as "ddatenverlust", then "@d" will be expanded to
17#. "datenverlust". Alternatively, translators can simply not use the
18#. @-expansion facility at all.
19#.
20#. The second expansion which is done for e2fsck's problem.c messages is
21#. a dynamic %-expansion, which expands %i as an inode number, and so
22#. on. A table of these expansions can be found below. Note that
23#. %-expressions that begin with "%D" and "%I" are two-character
24#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040025#. ownership field (inode->i_uid). Also the "%B" expansion is special:
26#. it can expand to either the string "indirect block" (possibly preceded
27#. by the word "double" or "triple"), or the string "block #" immediately
28#. followed by an integer indicating a block sequence number.
Theodore Ts'of722c132009-04-21 22:09:01 -040029#.
30#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040031#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'of722c132009-04-21 22:09:01 -040032#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040052#. %It <str> file type
Theodore Ts'of722c132009-04-21 22:09:01 -040053#. %j <ino2> inode number
54#. %m <com_err error message>
55#. %N <num>
56#. %p ext2fs_get_pathname of directory <ino>
57#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
58#. the containing directory. (If dirent is NULL
59#. then return the pathname of directory <ino2>)
60#. %q ext2fs_get_pathname of directory <dir>
61#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
62#. the containing directory.
63#. %s <str> miscellaneous string
64#. %S backup superblock
65#. %X <num> hexadecimal format
66#.
67msgid ""
68msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -050069"Project-Id-Version: e2fsprogs-1.41.14\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040070"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040071"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Dark Ravenc4755342011-01-26 18:54:25 -050072"PO-Revision-Date: 2011-01-26 21:53+0800\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040073"Last-Translator: Dark Raven <drdarkraven@gmail.com>\n"
Dark Raven3be22a82010-04-19 16:59:03 -040074"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040075"Language: zh_CN\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040076"MIME-Version: 1.0\n"
77"Content-Type: text/plain; charset=UTF-8\n"
78"Content-Transfer-Encoding: 8bit\n"
Dark Raven3be22a82010-04-19 16:59:03 -040079"X-Poedit-Language: Chinese\n"
80"X-Poedit-Country: CHINA\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040081
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040082#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'of722c132009-04-21 22:09:01 -040083#, c-format
84msgid "Bad block %u out of range; ignored.\n"
85msgstr "坏块%u超出范围;忽略.\n"
86
Eric Sandeen032eafe2012-07-28 17:48:36 -040087#: e2fsck/badblocks.c:46
Theodore Ts'of722c132009-04-21 22:09:01 -040088msgid "while sanity checking the bad blocks inode"
Dark Ravenc4755342011-01-26 18:54:25 -050089msgstr "在对坏块inode进行一致性检验是"
Theodore Ts'of722c132009-04-21 22:09:01 -040090
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -040092msgid "while reading the bad blocks inode"
93msgstr "当读取坏块inode时"
94
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040095#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
96#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -040097#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
98#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040099#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'of722c132009-04-21 22:09:01 -0400100#, c-format
101msgid "while trying to open %s"
102msgstr "当尝试打开 %s 时"
103
Eric Sandeen032eafe2012-07-28 17:48:36 -0400104#: e2fsck/badblocks.c:83
Dark Raven3be22a82010-04-19 16:59:03 -0400105#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400106msgid "while trying popen '%s'"
107msgstr "当尝试对 '%s' 进行popen时"
108
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400109#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -0400110msgid "while reading in list of bad blocks from file"
111msgstr "当从文件中读取坏块表时"
112
Eric Sandeen032eafe2012-07-28 17:48:36 -0400113#: e2fsck/badblocks.c:105
Theodore Ts'of722c132009-04-21 22:09:01 -0400114msgid "while updating bad block inode"
115msgstr "当更新坏块inode时"
116
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400117#: e2fsck/badblocks.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400118#, c-format
119msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
120msgstr "警告:在坏块inode中发现非法的块%u. 清除.\n"
121
Eric Sandeen032eafe2012-07-28 17:48:36 -0400122#: e2fsck/ehandler.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400123#, fuzzy, c-format
124msgid "Error reading block %lu (%s) while %s. "
125msgstr "读取块 %lu (%s) 错误 , %s. "
126
Eric Sandeen032eafe2012-07-28 17:48:36 -0400127#: e2fsck/ehandler.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400128#, c-format
129msgid "Error reading block %lu (%s). "
130msgstr "读取块 %lu (%s) 错误"
131
Eric Sandeen032eafe2012-07-28 17:48:36 -0400132#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'of722c132009-04-21 22:09:01 -0400133msgid "Ignore error"
134msgstr "忽略错误"
135
Eric Sandeen032eafe2012-07-28 17:48:36 -0400136#: e2fsck/ehandler.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400137msgid "Force rewrite"
138msgstr "强制覆盖"
139
Eric Sandeen032eafe2012-07-28 17:48:36 -0400140#: e2fsck/ehandler.c:104
Theodore Ts'of722c132009-04-21 22:09:01 -0400141#, fuzzy, c-format
142msgid "Error writing block %lu (%s) while %s. "
143msgstr "写块 %lu (%s) 出错 , %s. "
144
Eric Sandeen032eafe2012-07-28 17:48:36 -0400145#: e2fsck/ehandler.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -0400146#, c-format
147msgid "Error writing block %lu (%s). "
148msgstr "写块 %lu (%s) 出错. "
149
Eric Sandeen032eafe2012-07-28 17:48:36 -0400150#: e2fsck/emptydir.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400151msgid "empty dirblocks"
Dark Raven3be22a82010-04-19 16:59:03 -0400152msgstr "空的dir块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400155msgid "empty dir map"
156msgstr "空ACL映射"
157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400159#, c-format
160msgid "Empty directory block %u (#%d) in inode %u\n"
161msgstr "空目录块 %u (#%d),于 inode %u 中\n"
162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400163#: e2fsck/extend.c:22
Theodore Ts'of722c132009-04-21 22:09:01 -0400164#, c-format
165msgid "%s: %s filename nblocks blocksize\n"
166msgstr ""
167
Eric Sandeen032eafe2012-07-28 17:48:36 -0400168#: e2fsck/extend.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400169#, c-format
170msgid "Illegal number of blocks!\n"
171msgstr "非法的块数量!\n"
172
Eric Sandeen032eafe2012-07-28 17:48:36 -0400173#: e2fsck/extend.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -0400174#, c-format
175msgid "Couldn't allocate block buffer (size=%d)\n"
176msgstr "无法分配块缓存 (大小=%d)\n"
177
Eric Sandeen032eafe2012-07-28 17:48:36 -0400178#: e2fsck/flushb.c:35
Dark Raven3be22a82010-04-19 16:59:03 -0400179#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400180msgid "Usage: %s disk\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400181msgstr "用法: %s disk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400182
Eric Sandeen032eafe2012-07-28 17:48:36 -0400183#: e2fsck/flushb.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400184#, c-format
185msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
186msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
187
Eric Sandeen032eafe2012-07-28 17:48:36 -0400188#: e2fsck/iscan.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400189#, c-format
190msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
191msgstr "用法: %s [-F] [-I inode_buffer_blocks] device\n"
192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400193#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'of722c132009-04-21 22:09:01 -0400194#, fuzzy, c-format
195msgid "while opening %s for flushing"
196msgstr "当为刷新打开“%s”时"
197
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400198#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'of722c132009-04-21 22:09:01 -0400199#, fuzzy, c-format
200msgid "while trying to flush %s"
201msgstr "当尝试刷新 %s 时"
202
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400203#: e2fsck/iscan.c:110
204#, fuzzy, c-format
205msgid "while trying to open '%s'"
206msgstr "当尝试打开 %s 时"
207
208#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'of722c132009-04-21 22:09:01 -0400209msgid "while opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500210msgstr "在打开inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400211
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400212#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'of722c132009-04-21 22:09:01 -0400213msgid "while getting next inode"
214msgstr "当获取下一个inode时"
215
Eric Sandeen032eafe2012-07-28 17:48:36 -0400216#: e2fsck/iscan.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400217#, c-format
218msgid "%u inodes scanned.\n"
219msgstr "%u 个 inode 被扫描.\n"
220
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400221#: e2fsck/journal.c:525
Theodore Ts'of722c132009-04-21 22:09:01 -0400222msgid "reading journal superblock\n"
223msgstr "读取日志超级块\n"
224
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400225#: e2fsck/journal.c:582
Theodore Ts'of722c132009-04-21 22:09:01 -0400226#, c-format
227msgid "%s: no valid journal superblock found\n"
228msgstr "%s: 没有发现日志超级块\n"
229
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400230#: e2fsck/journal.c:591
Dark Raven3be22a82010-04-19 16:59:03 -0400231#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400232msgid "%s: journal too short\n"
233msgstr "%s: 日志过短\n"
234
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400235#: e2fsck/journal.c:882
Theodore Ts'of722c132009-04-21 22:09:01 -0400236#, c-format
237msgid "%s: recovering journal\n"
238msgstr "%s: 正在修复日志\n"
239
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400240#: e2fsck/journal.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -0400241#, c-format
242msgid "%s: won't do journal recovery while read-only\n"
243msgstr "%s: 使用只读模式时不会进行日志修复\n"
244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400245#: e2fsck/journal.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -0400246#, c-format
247msgid "while trying to re-open %s"
Dark Ravenc4755342011-01-26 18:54:25 -0500248msgstr "在尝试重新打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400249
Eric Sandeen032eafe2012-07-28 17:48:36 -0400250#: e2fsck/message.c:113
Theodore Ts'of722c132009-04-21 22:09:01 -0400251msgid "aextended attribute"
252msgstr "a扩展属性"
253
Eric Sandeen032eafe2012-07-28 17:48:36 -0400254#: e2fsck/message.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400255msgid "Aerror allocating"
256msgstr "A分配出错"
257
Eric Sandeen032eafe2012-07-28 17:48:36 -0400258#: e2fsck/message.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400259msgid "bblock"
260msgstr "b块"
261
Eric Sandeen032eafe2012-07-28 17:48:36 -0400262#: e2fsck/message.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400263msgid "Bbitmap"
264msgstr "B位图"
265
Eric Sandeen032eafe2012-07-28 17:48:36 -0400266#: e2fsck/message.c:117
Theodore Ts'of722c132009-04-21 22:09:01 -0400267msgid "ccompress"
268msgstr "c压缩"
269
Eric Sandeen032eafe2012-07-28 17:48:36 -0400270#: e2fsck/message.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -0400271msgid "Cconflicts with some other fs @b"
272msgstr "C与其他文件系统@b冲突"
273
Eric Sandeen032eafe2012-07-28 17:48:36 -0400274#: e2fsck/message.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400275msgid "ddirectory"
276msgstr "d目录"
277
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400278#: e2fsck/message.c:120
279msgid "Ddeleted"
280msgstr "D删除"
281
282#: e2fsck/message.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -0400283msgid "eentry"
284msgstr "e入口"
285
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400286#: e2fsck/message.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400287msgid "E@e '%Dn' in %p (%i)"
Dark Ravenc4755342011-01-26 18:54:25 -0500288msgstr "E在 %p (%i) 中的@e '%Dn'"
Theodore Ts'of722c132009-04-21 22:09:01 -0400289
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400290#: e2fsck/message.c:123
Theodore Ts'of722c132009-04-21 22:09:01 -0400291msgid "ffilesystem"
292msgstr "f文件系统"
293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400294#: e2fsck/message.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -0400295msgid "Ffor @i %i (%Q) is"
296msgstr ""
297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400298#: e2fsck/message.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400299msgid "ggroup"
300msgstr "g簇"
301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400302#: e2fsck/message.c:126
Theodore Ts'of722c132009-04-21 22:09:01 -0400303msgid "hHTREE @d @i"
304msgstr "hHTREE@d@i"
305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400306#: e2fsck/message.c:127
307msgid "iinode"
308msgstr "iinode"
309
310#: e2fsck/message.c:128
311msgid "Iillegal"
312msgstr "I非法的"
313
314#: e2fsck/message.c:129
315msgid "jjournal"
316msgstr "j日志"
317
Eric Sandeen032eafe2012-07-28 17:48:36 -0400318#: e2fsck/message.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -0400319msgid "llost+found"
320msgstr "llost+found"
321
Eric Sandeen032eafe2012-07-28 17:48:36 -0400322#: e2fsck/message.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400323msgid "Lis a link"
324msgstr "L是一个链接"
325
Eric Sandeen032eafe2012-07-28 17:48:36 -0400326#: e2fsck/message.c:132
Theodore Ts'of722c132009-04-21 22:09:01 -0400327msgid "mmultiply-claimed"
328msgstr ""
329
Eric Sandeen032eafe2012-07-28 17:48:36 -0400330#: e2fsck/message.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400331msgid "ninvalid"
332msgstr "n无效的"
333
Eric Sandeen032eafe2012-07-28 17:48:36 -0400334#: e2fsck/message.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -0400335msgid "oorphaned"
336msgstr "孤立的"
337
Eric Sandeen032eafe2012-07-28 17:48:36 -0400338#: e2fsck/message.c:135
Theodore Ts'of722c132009-04-21 22:09:01 -0400339msgid "pproblem in"
340msgstr "问题出于"
341
Eric Sandeen032eafe2012-07-28 17:48:36 -0400342#: e2fsck/message.c:136
343msgid "qquota"
344msgstr ""
345
346#: e2fsck/message.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400347msgid "rroot @i"
348msgstr "r根@i"
349
Eric Sandeen032eafe2012-07-28 17:48:36 -0400350#: e2fsck/message.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400351msgid "sshould be"
352msgstr "s应为"
353
Eric Sandeen032eafe2012-07-28 17:48:36 -0400354#: e2fsck/message.c:139
Theodore Ts'of722c132009-04-21 22:09:01 -0400355msgid "Ssuper@b"
356msgstr "S超级@b"
357
Eric Sandeen032eafe2012-07-28 17:48:36 -0400358#: e2fsck/message.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400359msgid "uunattached"
360msgstr ""
361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -0400363msgid "vdevice"
364msgstr "v设备"
365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -0400367#, fuzzy
368msgid "xextent"
369msgstr "x程度"
370
Eric Sandeen032eafe2012-07-28 17:48:36 -0400371#: e2fsck/message.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400372msgid "zzero-length"
373msgstr "z零长度"
374
Eric Sandeen032eafe2012-07-28 17:48:36 -0400375#: e2fsck/message.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -0400376msgid "<The NULL inode>"
377msgstr "<空的 inode>"
378
Eric Sandeen032eafe2012-07-28 17:48:36 -0400379#: e2fsck/message.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400380msgid "<The bad blocks inode>"
381msgstr "<坏块 inode>"
382
Dark Raven3be22a82010-04-19 16:59:03 -0400383#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400384#, fuzzy
385msgid "<The user quota inode>"
386msgstr "<日志 inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400387
Dark Raven3be22a82010-04-19 16:59:03 -0400388#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400389#, fuzzy
390msgid "<The group quota inode>"
Dark Ravenc4755342011-01-26 18:54:25 -0500391msgstr "<组描述符inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400392
Dark Raven3be22a82010-04-19 16:59:03 -0400393#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400394msgid "<The boot loader inode>"
395msgstr "<启动器 inode>"
396
397#: e2fsck/message.c:160
398msgid "<The undelete directory inode>"
399msgstr "<未删除的目录 inode>"
400
401#: e2fsck/message.c:161
402msgid "<The group descriptor inode>"
403msgstr "<组描述符inode>"
404
405#: e2fsck/message.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400406msgid "<The journal inode>"
407msgstr "<日志 inode>"
408
Eric Sandeen032eafe2012-07-28 17:48:36 -0400409#: e2fsck/message.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -0400410msgid "<Reserved inode 9>"
411msgstr "<保留的 inode 9>"
412
Eric Sandeen032eafe2012-07-28 17:48:36 -0400413#: e2fsck/message.c:164
Theodore Ts'of722c132009-04-21 22:09:01 -0400414msgid "<Reserved inode 10>"
415msgstr "<保留的 inode 10>"
416
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400417#: e2fsck/message.c:334
Theodore Ts'of722c132009-04-21 22:09:01 -0400418msgid "regular file"
419msgstr "一般文件"
420
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400421#: e2fsck/message.c:336
Theodore Ts'of722c132009-04-21 22:09:01 -0400422msgid "directory"
423msgstr "文件夹"
424
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400425#: e2fsck/message.c:338
Theodore Ts'of722c132009-04-21 22:09:01 -0400426msgid "character device"
427msgstr "字符设备"
428
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400429#: e2fsck/message.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -0400430msgid "block device"
431msgstr "块设备"
432
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400433#: e2fsck/message.c:342
Theodore Ts'of722c132009-04-21 22:09:01 -0400434msgid "named pipe"
435msgstr "命名管道"
436
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400437#: e2fsck/message.c:344
Theodore Ts'of722c132009-04-21 22:09:01 -0400438msgid "symbolic link"
439msgstr "符号链接"
440
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400441#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -0400442msgid "socket"
443msgstr "套接字"
444
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400445#: e2fsck/message.c:348
Dark Raven3be22a82010-04-19 16:59:03 -0400446#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400447msgid "unknown file type with mode 0%o"
448msgstr "模式为 0%o 的未知文件类型"
449
Eric Sandeen032eafe2012-07-28 17:48:36 -0400450#: e2fsck/message.c:423
Dark Raven3be22a82010-04-19 16:59:03 -0400451msgid "indirect block"
452msgstr ""
453
Eric Sandeen032eafe2012-07-28 17:48:36 -0400454#: e2fsck/message.c:425
Dark Raven3be22a82010-04-19 16:59:03 -0400455msgid "double indirect block"
456msgstr ""
457
Eric Sandeen032eafe2012-07-28 17:48:36 -0400458#: e2fsck/message.c:427
Dark Raven3be22a82010-04-19 16:59:03 -0400459msgid "triple indirect block"
460msgstr ""
461
Eric Sandeen032eafe2012-07-28 17:48:36 -0400462#: e2fsck/message.c:429
Dark Raven3be22a82010-04-19 16:59:03 -0400463msgid "translator block"
464msgstr ""
465
Eric Sandeen032eafe2012-07-28 17:48:36 -0400466#: e2fsck/message.c:431
Dark Raven3be22a82010-04-19 16:59:03 -0400467msgid "block #"
468msgstr "块 #"
469
Eric Sandeen032eafe2012-07-28 17:48:36 -0400470#: e2fsck/pass1b.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -0400471msgid "multiply claimed inode map"
472msgstr ""
473
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400474#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Eric Sandeen032eafe2012-07-28 17:48:36 -0400475#, fuzzy, c-format
476msgid "internal error: can't find dup_blk for %llu\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500477msgstr "内部错误: 无法找到 %u 的 duo_blk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400478
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400479#: e2fsck/pass1b.c:821
Theodore Ts'of722c132009-04-21 22:09:01 -0400480msgid "returned from clone_file_block"
Dark Ravenc4755342011-01-26 18:54:25 -0500481msgstr "从 clone_file_block 中返回"
Theodore Ts'of722c132009-04-21 22:09:01 -0400482
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400483#: e2fsck/pass1b.c:843
Eric Sandeen032eafe2012-07-28 17:48:36 -0400484#, fuzzy, c-format
485msgid "internal error: couldn't lookup EA block record for %llu"
Dark Ravenc4755342011-01-26 18:54:25 -0500486msgstr "内部错误: 无法找到 %u 的EA块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400487
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400488#: e2fsck/pass1b.c:855
Theodore Ts'of722c132009-04-21 22:09:01 -0400489#, c-format
490msgid "internal error: couldn't lookup EA inode record for %u"
Dark Ravenc4755342011-01-26 18:54:25 -0500491msgstr "内部错误: 无法找到 %u 的EA节点记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400492
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400493#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -0400494msgid "reading directory block"
495msgstr "正在读取目录块"
496
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400497#: e2fsck/pass1.c:598
Theodore Ts'of722c132009-04-21 22:09:01 -0400498msgid "in-use inode map"
499msgstr "使用中的inode映射"
500
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400501#: e2fsck/pass1.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -0400502msgid "directory inode map"
503msgstr "目录inode映射"
504
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400505#: e2fsck/pass1.c:619
Theodore Ts'of722c132009-04-21 22:09:01 -0400506msgid "regular file inode map"
507msgstr "普通文件inode映射"
508
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400509#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'of722c132009-04-21 22:09:01 -0400510msgid "in-use block map"
511msgstr "使用中的块映射"
512
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400513#: e2fsck/pass1.c:693
Theodore Ts'of722c132009-04-21 22:09:01 -0400514msgid "opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500515msgstr "打开inode扫描中"
Theodore Ts'of722c132009-04-21 22:09:01 -0400516
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400517#: e2fsck/pass1.c:727
Theodore Ts'of722c132009-04-21 22:09:01 -0400518msgid "getting next inode from scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500519msgstr "正在获取扫描中的下一个inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400520
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400521#: e2fsck/pass1.c:1243
Theodore Ts'of722c132009-04-21 22:09:01 -0400522msgid "Pass 1"
523msgstr "第1步"
524
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400525#: e2fsck/pass1.c:1300
Dark Raven3be22a82010-04-19 16:59:03 -0400526#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400527msgid "reading indirect blocks of inode %u"
Dark Raven3be22a82010-04-19 16:59:03 -0400528msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400529
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400530#: e2fsck/pass1.c:1350
Theodore Ts'of722c132009-04-21 22:09:01 -0400531msgid "bad inode map"
Dark Ravenc4755342011-01-26 18:54:25 -0500532msgstr "错误的inode映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400533
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400534#: e2fsck/pass1.c:1373
Theodore Ts'of722c132009-04-21 22:09:01 -0400535msgid "inode in bad block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500536msgstr "错误块映射中的inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400537
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400538#: e2fsck/pass1.c:1393
Theodore Ts'of722c132009-04-21 22:09:01 -0400539msgid "imagic inode map"
Dark Raven3be22a82010-04-19 16:59:03 -0400540msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400541
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400542#: e2fsck/pass1.c:1420
Theodore Ts'of722c132009-04-21 22:09:01 -0400543msgid "multiply claimed block map"
544msgstr ""
545
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400546#: e2fsck/pass1.c:1531
Theodore Ts'of722c132009-04-21 22:09:01 -0400547msgid "ext attr block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500548msgstr "ext attr 块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400549
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400550#: e2fsck/pass1.c:2315
Theodore Ts'of722c132009-04-21 22:09:01 -0400551#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400552msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400553msgstr ""
554
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400555#: e2fsck/pass1.c:2678
Theodore Ts'of722c132009-04-21 22:09:01 -0400556msgid "block bitmap"
557msgstr "块位图"
558
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400559#: e2fsck/pass1.c:2684
Theodore Ts'of722c132009-04-21 22:09:01 -0400560msgid "inode bitmap"
561msgstr "inode 位图"
562
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400563#: e2fsck/pass1.c:2690
Theodore Ts'of722c132009-04-21 22:09:01 -0400564msgid "inode table"
565msgstr "inode表"
566
Eric Sandeen032eafe2012-07-28 17:48:36 -0400567#: e2fsck/pass2.c:283
Theodore Ts'of722c132009-04-21 22:09:01 -0400568msgid "Pass 2"
569msgstr "第2步"
570
Eric Sandeen032eafe2012-07-28 17:48:36 -0400571#: e2fsck/pass2.c:805
Theodore Ts'of722c132009-04-21 22:09:01 -0400572msgid "Can not continue."
573msgstr "无法继续."
574
Eric Sandeen032eafe2012-07-28 17:48:36 -0400575#: e2fsck/pass3.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -0400576msgid "inode done bitmap"
577msgstr ""
578
Eric Sandeen032eafe2012-07-28 17:48:36 -0400579#: e2fsck/pass3.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400580msgid "Peak memory"
Dark Raven3be22a82010-04-19 16:59:03 -0400581msgstr "内存峰值"
Theodore Ts'of722c132009-04-21 22:09:01 -0400582
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400583#: e2fsck/pass3.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400584msgid "Pass 3"
585msgstr "第3步"
586
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400587#: e2fsck/pass3.c:323
Theodore Ts'of722c132009-04-21 22:09:01 -0400588msgid "inode loop detection bitmap"
589msgstr ""
590
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400591#: e2fsck/pass4.c:196
Theodore Ts'of722c132009-04-21 22:09:01 -0400592msgid "Pass 4"
593msgstr "第4步"
594
Eric Sandeen032eafe2012-07-28 17:48:36 -0400595#: e2fsck/pass5.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -0400596msgid "Pass 5"
597msgstr "第5步"
598
Eric Sandeen032eafe2012-07-28 17:48:36 -0400599#: e2fsck/problem.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -0400600#, fuzzy
601msgid "(no prompt)"
602msgstr "(没有提示)"
603
Eric Sandeen032eafe2012-07-28 17:48:36 -0400604#: e2fsck/problem.c:52
Theodore Ts'of722c132009-04-21 22:09:01 -0400605msgid "Fix"
606msgstr "处理"
607
Eric Sandeen032eafe2012-07-28 17:48:36 -0400608#: e2fsck/problem.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -0400609msgid "Clear"
610msgstr "清除"
611
Eric Sandeen032eafe2012-07-28 17:48:36 -0400612#: e2fsck/problem.c:54
Theodore Ts'of722c132009-04-21 22:09:01 -0400613msgid "Relocate"
614msgstr "重定位"
615
Eric Sandeen032eafe2012-07-28 17:48:36 -0400616#: e2fsck/problem.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400617msgid "Allocate"
618msgstr "分配"
619
Eric Sandeen032eafe2012-07-28 17:48:36 -0400620#: e2fsck/problem.c:56
Theodore Ts'of722c132009-04-21 22:09:01 -0400621msgid "Expand"
622msgstr "扩充"
623
Eric Sandeen032eafe2012-07-28 17:48:36 -0400624#: e2fsck/problem.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400625msgid "Connect to /lost+found"
626msgstr "连接到 /lost+found"
627
Eric Sandeen032eafe2012-07-28 17:48:36 -0400628#: e2fsck/problem.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400629msgid "Create"
630msgstr "创建"
631
Eric Sandeen032eafe2012-07-28 17:48:36 -0400632#: e2fsck/problem.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -0400633msgid "Salvage"
634msgstr "修复"
635
Eric Sandeen032eafe2012-07-28 17:48:36 -0400636#: e2fsck/problem.c:60
Theodore Ts'of722c132009-04-21 22:09:01 -0400637msgid "Truncate"
638msgstr "截断"
639
Eric Sandeen032eafe2012-07-28 17:48:36 -0400640#: e2fsck/problem.c:61
Theodore Ts'of722c132009-04-21 22:09:01 -0400641msgid "Clear inode"
Dark Raven3be22a82010-04-19 16:59:03 -0400642msgstr "清空inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400643
Eric Sandeen032eafe2012-07-28 17:48:36 -0400644#: e2fsck/problem.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400645msgid "Abort"
646msgstr "中断"
647
Eric Sandeen032eafe2012-07-28 17:48:36 -0400648#: e2fsck/problem.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -0400649msgid "Split"
Dark Ravenc4755342011-01-26 18:54:25 -0500650msgstr "分裂"
Theodore Ts'of722c132009-04-21 22:09:01 -0400651
Eric Sandeen032eafe2012-07-28 17:48:36 -0400652#: e2fsck/problem.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400653msgid "Continue"
654msgstr "继续"
655
Eric Sandeen032eafe2012-07-28 17:48:36 -0400656#: e2fsck/problem.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -0400657msgid "Clone multiply-claimed blocks"
658msgstr ""
659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -0400661msgid "Delete file"
662msgstr "删除文件"
663
Eric Sandeen032eafe2012-07-28 17:48:36 -0400664#: e2fsck/problem.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400665#, fuzzy
666msgid "Suppress messages"
667msgstr "不显示消息"
668
Eric Sandeen032eafe2012-07-28 17:48:36 -0400669#: e2fsck/problem.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -0400670msgid "Unlink"
671msgstr "解除链接"
672
Eric Sandeen032eafe2012-07-28 17:48:36 -0400673#: e2fsck/problem.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -0400674msgid "Clear HTree index"
Dark Ravenc4755342011-01-26 18:54:25 -0500675msgstr "清空 HTree 索引"
Theodore Ts'of722c132009-04-21 22:09:01 -0400676
Eric Sandeen032eafe2012-07-28 17:48:36 -0400677#: e2fsck/problem.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -0400678msgid "Recreate"
679msgstr "重建"
680
Eric Sandeen032eafe2012-07-28 17:48:36 -0400681#: e2fsck/problem.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -0400682msgid "(NONE)"
683msgstr "(空)"
684
Eric Sandeen032eafe2012-07-28 17:48:36 -0400685#: e2fsck/problem.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -0400686msgid "FIXED"
687msgstr "已处理"
688
Eric Sandeen032eafe2012-07-28 17:48:36 -0400689#: e2fsck/problem.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400690msgid "CLEARED"
691msgstr "已清除"
692
Eric Sandeen032eafe2012-07-28 17:48:36 -0400693#: e2fsck/problem.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -0400694msgid "RELOCATED"
695msgstr "已重定位"
696
Eric Sandeen032eafe2012-07-28 17:48:36 -0400697#: e2fsck/problem.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -0400698msgid "ALLOCATED"
699msgstr "已分配"
700
Eric Sandeen032eafe2012-07-28 17:48:36 -0400701#: e2fsck/problem.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -0400702msgid "EXPANDED"
703msgstr "已扩充"
704
Eric Sandeen032eafe2012-07-28 17:48:36 -0400705#: e2fsck/problem.c:85
Theodore Ts'of722c132009-04-21 22:09:01 -0400706msgid "RECONNECTED"
707msgstr "已重新连接"
708
Eric Sandeen032eafe2012-07-28 17:48:36 -0400709#: e2fsck/problem.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400710msgid "CREATED"
711msgstr "已创建"
712
Eric Sandeen032eafe2012-07-28 17:48:36 -0400713#: e2fsck/problem.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -0400714msgid "SALVAGED"
715msgstr "已修复"
716
Eric Sandeen032eafe2012-07-28 17:48:36 -0400717#: e2fsck/problem.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -0400718msgid "TRUNCATED"
Dark Raven3be22a82010-04-19 16:59:03 -0400719msgstr "已截断"
Theodore Ts'of722c132009-04-21 22:09:01 -0400720
Eric Sandeen032eafe2012-07-28 17:48:36 -0400721#: e2fsck/problem.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -0400722#, fuzzy
723msgid "INODE CLEARED"
724msgstr "INODE 已清除"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -0400727msgid "ABORTED"
728msgstr "已中断"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -0400731#, fuzzy
732msgid "SPLIT"
733msgstr "分裂"
734
Eric Sandeen032eafe2012-07-28 17:48:36 -0400735#: e2fsck/problem.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -0400736msgid "CONTINUING"
737msgstr "继续"
738
Eric Sandeen032eafe2012-07-28 17:48:36 -0400739#: e2fsck/problem.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -0400740msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
741msgstr ""
742
Eric Sandeen032eafe2012-07-28 17:48:36 -0400743#: e2fsck/problem.c:94
Theodore Ts'of722c132009-04-21 22:09:01 -0400744msgid "FILE DELETED"
745msgstr "文件已删除"
746
Eric Sandeen032eafe2012-07-28 17:48:36 -0400747#: e2fsck/problem.c:95
Theodore Ts'of722c132009-04-21 22:09:01 -0400748msgid "SUPPRESSED"
749msgstr "禁止"
750
Eric Sandeen032eafe2012-07-28 17:48:36 -0400751#: e2fsck/problem.c:96
Theodore Ts'of722c132009-04-21 22:09:01 -0400752msgid "UNLINKED"
Dark Ravenc4755342011-01-26 18:54:25 -0500753msgstr "已Unlink"
Theodore Ts'of722c132009-04-21 22:09:01 -0400754
Eric Sandeen032eafe2012-07-28 17:48:36 -0400755#: e2fsck/problem.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -0400756msgid "HTREE INDEX CLEARED"
Dark Ravenc4755342011-01-26 18:54:25 -0500757msgstr "HTREE索引已清除"
Theodore Ts'of722c132009-04-21 22:09:01 -0400758
Eric Sandeen032eafe2012-07-28 17:48:36 -0400759#: e2fsck/problem.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400760msgid "WILL RECREATE"
761msgstr "将会重建"
762
763#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400764#: e2fsck/problem.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -0400765msgid "@b @B for @g %g is not in @g. (@b %b)\n"
766msgstr ""
767
768#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400769#: e2fsck/problem.c:111
Theodore Ts'of722c132009-04-21 22:09:01 -0400770msgid "@i @B for @g %g is not in @g. (@b %b)\n"
771msgstr ""
772
773#. @-expanded: inode table for group %g is not in group. (block %b)\n
774#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400775#: e2fsck/problem.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400776msgid ""
777"@i table for @g %g is not in @g. (@b %b)\n"
778"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
779msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500780"@g%g的@i表不在@g中。 (@b %b)\n"
781"警告:可能造成严重的数据丢失。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400782
783#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400784#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
785#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400786#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
787#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400788#. @-expanded: e2fsck -b 8193 <device>\n
789#. @-expanded: or\n
790#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400791#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400792#: e2fsck/problem.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400793msgid ""
794"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400795"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
796"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400797"@f (and not swap or ufs or something else), then the @S\n"
798"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799" e2fsck -b 8193 <@v>\n"
800" or\n"
801" e2fsck -b 32768 <@v>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400802"\n"
803msgstr ""
804
805#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
806#. @-expanded: The physical size of the device is %c blocks\n
807#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400808#: e2fsck/problem.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400809msgid ""
810"The @f size (according to the @S) is %b @bs\n"
811"The physical size of the @v is %c @bs\n"
812"Either the @S or the partition table is likely to be corrupt!\n"
813msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500814"@f的大小 (依据@S) 为 %b @b\n"
815"而@v的物理大小为 %c @b\n"
816"@S或分区表可能已被损坏!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400817
818#. @-expanded: superblock block_size = %b, fragsize = %c.\n
819#. @-expanded: This version of e2fsck does not support fragment sizes different\n
820#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400821#: e2fsck/problem.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400822msgid ""
823"@S @b_size = %b, fragsize = %c.\n"
824"This version of e2fsck does not support fragment sizes different\n"
825"from the @b size.\n"
826msgstr ""
827
828#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400829#: e2fsck/problem.c:147
Theodore Ts'of722c132009-04-21 22:09:01 -0400830msgid "@S @bs_per_group = %b, should have been %c\n"
831msgstr ""
832
833#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400834#: e2fsck/problem.c:152
Theodore Ts'of722c132009-04-21 22:09:01 -0400835msgid "@S first_data_@b = %b, should have been %c\n"
836msgstr ""
837
838#. @-expanded: filesystem did not have a UUID; generating one.\n
839#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400840#: e2fsck/problem.c:157
Theodore Ts'of722c132009-04-21 22:09:01 -0400841msgid ""
842"@f did not have a UUID; generating one.\n"
843"\n"
844msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500845"@f缺少UUID;正在生成一个。\n"
846"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400847
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400848#: e2fsck/problem.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400849#, c-format
850msgid ""
851"Note: if several inode or block bitmap blocks or part\n"
852"of the inode table require relocation, you may wish to try\n"
853"running e2fsck with the '-b %S' option first. The problem\n"
854"may lie only with the primary block group descriptors, and\n"
855"the backup block group descriptors may be OK.\n"
856"\n"
857msgstr ""
858
859#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400860#: e2fsck/problem.c:171
Theodore Ts'of722c132009-04-21 22:09:01 -0400861msgid "Corruption found in @S. (%s = %N).\n"
862msgstr "在@S中发现错误. (%s = %N).\n"
863
864#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400865#: e2fsck/problem.c:176
Theodore Ts'of722c132009-04-21 22:09:01 -0400866#, c-format
867msgid "Error determining size of the physical @v: %m\n"
868msgstr "决定物理@v的大小出错 %m\n"
869
870#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400871#: e2fsck/problem.c:181
Theodore Ts'of722c132009-04-21 22:09:01 -0400872msgid "@i count in @S is %i, @s %j.\n"
873msgstr "@S中的@i计数为 %i,@s %j.\n"
874
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400875#: e2fsck/problem.c:185
Theodore Ts'of722c132009-04-21 22:09:01 -0400876msgid "The Hurd does not support the filetype feature.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500877msgstr "Hurd系统不支持filetype功能。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400878
Theodore Ts'o930e2812009-06-29 15:08:12 -0400879#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400880#: e2fsck/problem.c:190
Dark Raven3be22a82010-04-19 16:59:03 -0400881#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400882msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400883msgstr "@S包含@n ext3 @j(@i %i).\n"
884
885#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400886#: e2fsck/problem.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -0400887msgid "External @j has multiple @f users (unsupported).\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500888msgstr "外部@j同时有多个@f使用 (不支持)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400889
890#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400891#: e2fsck/problem.c:200
Theodore Ts'of722c132009-04-21 22:09:01 -0400892msgid "Can't find external @j\n"
893msgstr "无法找到外部@j\n"
894
895#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400896#: e2fsck/problem.c:205
Theodore Ts'of722c132009-04-21 22:09:01 -0400897msgid "External @j has bad @S\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500898msgstr "外部@j有错误的@S\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400899
900#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400901#: e2fsck/problem.c:210
Theodore Ts'of722c132009-04-21 22:09:01 -0400902msgid "External @j does not support this @f\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500903msgstr "外部@j不支持此@f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400904
Theodore Ts'o930e2812009-06-29 15:08:12 -0400905#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400906#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
907#. @-expanded: format.\n
908#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400909#: e2fsck/problem.c:215
Theodore Ts'of722c132009-04-21 22:09:01 -0400910msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -0400911"@f @j @S is unknown type %N (unsupported).\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400912"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
913"format.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400914"It is also possible the @j @S is corrupt.\n"
915msgstr ""
916
Theodore Ts'o930e2812009-06-29 15:08:12 -0400917#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400918#: e2fsck/problem.c:223
Theodore Ts'o930e2812009-06-29 15:08:12 -0400919msgid "@j @S is corrupt.\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400920msgstr "@j@S已损坏.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400921
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400922#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400923#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400924#, fuzzy
925msgid "@S has_@j flag is clear, but a @j is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500926msgstr "@S没有has_journal标志,但是存在一个@j %s。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400927
Theodore Ts'o930e2812009-06-29 15:08:12 -0400928#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400929#: e2fsck/problem.c:233
Theodore Ts'o930e2812009-06-29 15:08:12 -0400930msgid "@S needs_recovery flag is set, but no @j is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500931msgstr "@S有needs_recovery标志,但是没有@j存在。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400932
Theodore Ts'o930e2812009-06-29 15:08:12 -0400933#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400934#: e2fsck/problem.c:238
Theodore Ts'o930e2812009-06-29 15:08:12 -0400935msgid "@S needs_recovery flag is clear, but @j has data.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500936msgstr "@S没有needs_recovery标志,但是@j中没有数据。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400937
938#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400939#: e2fsck/problem.c:243
Theodore Ts'of722c132009-04-21 22:09:01 -0400940#, fuzzy
941msgid "Clear @j"
942msgstr "清除@j"
943
Theodore Ts'o930e2812009-06-29 15:08:12 -0400944#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400945#: e2fsck/problem.c:248 e2fsck/problem.c:702
Theodore Ts'o930e2812009-06-29 15:08:12 -0400946msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'of722c132009-04-21 22:09:01 -0400947msgstr ""
948
949#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400950#: e2fsck/problem.c:253
Theodore Ts'of722c132009-04-21 22:09:01 -0400951msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
952msgstr ""
953
Dark Raven3be22a82010-04-19 16:59:03 -0400954#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400955#: e2fsck/problem.c:258
Dark Raven3be22a82010-04-19 16:59:03 -0400956msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400957msgstr ""
958
Dark Raven3be22a82010-04-19 16:59:03 -0400959#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400960#: e2fsck/problem.c:263
Dark Raven3be22a82010-04-19 16:59:03 -0400961msgid "Already cleared %B (%b) found in @o @i %i.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500962msgstr "已经清除在@o@i %i中的%B (%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400963
964#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400965#: e2fsck/problem.c:268
Theodore Ts'of722c132009-04-21 22:09:01 -0400966#, c-format
967msgid "@I @o @i %i in @S.\n"
968msgstr "@S中有@I@o@i %i.\n"
969
970#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400971#: e2fsck/problem.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -0400972#, c-format
973msgid "@I @i %i in @o @i list.\n"
974msgstr ""
975
Theodore Ts'o930e2812009-06-29 15:08:12 -0400976#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400977#: e2fsck/problem.c:278
Theodore Ts'o930e2812009-06-29 15:08:12 -0400978msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400979msgstr ""
980
Theodore Ts'o930e2812009-06-29 15:08:12 -0400981#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400982#: e2fsck/problem.c:283
Theodore Ts'o930e2812009-06-29 15:08:12 -0400983msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400984msgstr ""
985
986#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400987#: e2fsck/problem.c:288
Theodore Ts'of722c132009-04-21 22:09:01 -0400988msgid "@j version not supported by this e2fsck.\n"
989msgstr "e2fsck不支持此@j版本.\n"
990
991#. @-expanded: Moving journal from /%s to hidden inode.\n
992#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400993#: e2fsck/problem.c:293
Theodore Ts'of722c132009-04-21 22:09:01 -0400994#, c-format
995msgid ""
996"Moving @j from /%s to hidden @i.\n"
997"\n"
998msgstr ""
999
1000#. @-expanded: Error moving journal: %m\n
1001#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001002#: e2fsck/problem.c:298
Dark Raven3be22a82010-04-19 16:59:03 -04001003#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001004msgid ""
1005"Error moving @j: %m\n"
1006"\n"
1007msgstr ""
1008"移动@j出错: %m\n"
1009"\n"
1010
1011#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1012#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1013#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001014#: e2fsck/problem.c:303
Theodore Ts'of722c132009-04-21 22:09:01 -04001015msgid ""
1016"Found @n V2 @j @S fields (from V1 @j).\n"
1017"Clearing fields beyond the V1 @j @S...\n"
1018"\n"
1019msgstr ""
1020
Theodore Ts'o930e2812009-06-29 15:08:12 -04001021#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001022#: e2fsck/problem.c:309
Theodore Ts'o930e2812009-06-29 15:08:12 -04001023#, fuzzy
1024msgid "Run @j anyway"
1025msgstr "强制@j"
1026
1027#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001028#: e2fsck/problem.c:314
Theodore Ts'o930e2812009-06-29 15:08:12 -04001029msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1030msgstr ""
1031
Theodore Ts'of722c132009-04-21 22:09:01 -04001032#. @-expanded: Backing up journal inode block information.\n
1033#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001034#: e2fsck/problem.c:319
Theodore Ts'of722c132009-04-21 22:09:01 -04001035msgid ""
1036"Backing up @j @i @b information.\n"
1037"\n"
1038msgstr ""
1039
1040#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1041#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001042#: e2fsck/problem.c:324
Theodore Ts'of722c132009-04-21 22:09:01 -04001043msgid ""
1044"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1045"is %N; @s zero. "
1046msgstr ""
1047
1048#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001049#: e2fsck/problem.c:330
Theodore Ts'of722c132009-04-21 22:09:01 -04001050msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1051msgstr ""
1052
1053#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001054#: e2fsck/problem.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -04001055msgid "Resize @i not valid. "
1056msgstr ""
1057
Dark Raven3be22a82010-04-19 16:59:03 -04001058#. @-expanded: superblock last mount time (%t,\n
1059#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001060#: e2fsck/problem.c:340
Dark Raven3be22a82010-04-19 16:59:03 -04001061msgid ""
1062"@S last mount time (%t,\n"
1063"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001064msgstr ""
1065
Dark Raven3be22a82010-04-19 16:59:03 -04001066#. @-expanded: superblock last write time (%t,\n
1067#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001068#: e2fsck/problem.c:345
Dark Raven3be22a82010-04-19 16:59:03 -04001069msgid ""
1070"@S last write time (%t,\n"
1071"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001072msgstr ""
1073
1074#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001075#: e2fsck/problem.c:349
Theodore Ts'of722c132009-04-21 22:09:01 -04001076#, c-format
1077msgid "@S hint for external superblock @s %X. "
1078msgstr ""
1079
1080#. @-expanded: Adding dirhash hint to filesystem.\n
1081#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001082#: e2fsck/problem.c:354
Theodore Ts'of722c132009-04-21 22:09:01 -04001083msgid ""
1084"Adding dirhash hint to @f.\n"
1085"\n"
1086msgstr ""
1087
Eric Sandeen032eafe2012-07-28 17:48:36 -04001088#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001089#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001090msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001091msgstr ""
1092
1093#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001094#: e2fsck/problem.c:364
Theodore Ts'of722c132009-04-21 22:09:01 -04001095#, c-format
1096msgid "@g descriptor %g marked uninitialized without feature set.\n"
1097msgstr ""
1098
Theodore Ts'of722c132009-04-21 22:09:01 -04001099#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001100#: e2fsck/problem.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04001101msgid "@g descriptor %g has invalid unused inodes count %b. "
1102msgstr ""
1103
1104#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001105#: e2fsck/problem.c:374
Theodore Ts'of722c132009-04-21 22:09:01 -04001106msgid "Last @g @b @B uninitialized. "
1107msgstr "最后一个@g的@b@B未初始化. "
1108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001109#: e2fsck/problem.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04001110#, c-format
1111msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1112msgstr ""
1113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001114#: e2fsck/problem.c:383
Theodore Ts'o930e2812009-06-29 15:08:12 -04001115msgid "The test_fs flag is set (and ext4 is available). "
1116msgstr ""
1117
Dark Raven3be22a82010-04-19 16:59:03 -04001118#. @-expanded: superblock last mount time is in the future.\n
1119#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1120#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001121#: e2fsck/problem.c:388
Dark Raven3be22a82010-04-19 16:59:03 -04001122msgid ""
1123"@S last mount time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001124"\t(by less than a day, probably due to the hardware clock being incorrectly "
1125"set) "
Dark Raven3be22a82010-04-19 16:59:03 -04001126msgstr ""
1127
1128#. @-expanded: superblock last write time is in the future.\n
1129#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1130#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001131#: e2fsck/problem.c:394
Dark Raven3be22a82010-04-19 16:59:03 -04001132msgid ""
1133"@S last write time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001134"\t(by less than a day, probably due to the hardware clock being incorrectly "
1135"set). "
Dark Raven3be22a82010-04-19 16:59:03 -04001136msgstr ""
1137
1138#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001139#: e2fsck/problem.c:400
Dark Raven3be22a82010-04-19 16:59:03 -04001140msgid "One or more @b @g descriptor checksums are invalid. "
1141msgstr ""
1142
Eric Sandeen032eafe2012-07-28 17:48:36 -04001143#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001144#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001145msgid "Setting free @is count to %j (was %i)\n"
1146msgstr ""
1147
1148#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001149#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001150msgid "Setting free @bs count to %c (was %b)\n"
1151msgstr ""
1152
1153#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001154#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001155msgid "Making @q @i %i (%Q) hidden.\n"
1156msgstr ""
1157
1158#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001159#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001160#, fuzzy
1161msgid "@S has invalid MMP block. "
1162msgstr "无效的块大小 - %s"
1163
1164#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001165#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001166msgid "@S has invalid MMP magic. "
1167msgstr ""
1168
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001169#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001170#, c-format
1171msgid "ext2fs_open2: %m\n"
1172msgstr ""
1173
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001174#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001175#, c-format
1176msgid "ext2fs_check_desc: %m\n"
1177msgstr ""
1178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001179#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001180#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001181msgid "@S 64bit filesystems needs extents to access the whole disk. "
1182msgstr ""
1183
1184#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1185#: e2fsck/problem.c:447
Theodore Ts'of722c132009-04-21 22:09:01 -04001186msgid "Pass 1: Checking @is, @bs, and sizes\n"
1187msgstr "第一步: 检查@i,@b,和大小\n"
1188
1189#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001190#: e2fsck/problem.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04001191msgid "@r is not a @d. "
1192msgstr "@r不是一个@d. "
1193
1194#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001195#: e2fsck/problem.c:456
Theodore Ts'of722c132009-04-21 22:09:01 -04001196msgid "@r has dtime set (probably due to old mke2fs). "
1197msgstr ""
1198
1199#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001200#: e2fsck/problem.c:461
Theodore Ts'of722c132009-04-21 22:09:01 -04001201msgid "Reserved @i %i (%Q) has @n mode. "
1202msgstr "保留的@i %i (%Q) 的模式无效. "
1203
1204#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001205#: e2fsck/problem.c:466
Theodore Ts'of722c132009-04-21 22:09:01 -04001206#, c-format
1207msgid "@D @i %i has zero dtime. "
1208msgstr ""
1209
1210#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001211#: e2fsck/problem.c:471
Theodore Ts'of722c132009-04-21 22:09:01 -04001212#, c-format
1213msgid "@i %i is in use, but has dtime set. "
1214msgstr ""
1215
1216#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001217#: e2fsck/problem.c:476
Theodore Ts'of722c132009-04-21 22:09:01 -04001218#, c-format
1219msgid "@i %i is a @z @d. "
1220msgstr ""
1221
1222#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001223#: e2fsck/problem.c:481
Theodore Ts'of722c132009-04-21 22:09:01 -04001224msgid "@g %g's @b @B at %b @C.\n"
1225msgstr ""
1226
1227#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001228#: e2fsck/problem.c:486
Theodore Ts'of722c132009-04-21 22:09:01 -04001229msgid "@g %g's @i @B at %b @C.\n"
1230msgstr ""
1231
1232#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001233#: e2fsck/problem.c:491
Theodore Ts'of722c132009-04-21 22:09:01 -04001234msgid "@g %g's @i table at %b @C.\n"
1235msgstr ""
1236
1237#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001238#: e2fsck/problem.c:496
Theodore Ts'of722c132009-04-21 22:09:01 -04001239msgid "@g %g's @b @B (%b) is bad. "
1240msgstr ""
1241
1242#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#: e2fsck/problem.c:501
Theodore Ts'of722c132009-04-21 22:09:01 -04001244msgid "@g %g's @i @B (%b) is bad. "
1245msgstr ""
1246
1247#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001248#: e2fsck/problem.c:506
Theodore Ts'of722c132009-04-21 22:09:01 -04001249msgid "@i %i, i_size is %Is, @s %N. "
1250msgstr ""
1251
1252#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001253#: e2fsck/problem.c:511
Theodore Ts'of722c132009-04-21 22:09:01 -04001254msgid "@i %i, i_@bs is %Ib, @s %N. "
1255msgstr ""
1256
Dark Raven3be22a82010-04-19 16:59:03 -04001257#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001258#: e2fsck/problem.c:516
Dark Raven3be22a82010-04-19 16:59:03 -04001259msgid "@I %B (%b) in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001260msgstr ""
1261
Dark Raven3be22a82010-04-19 16:59:03 -04001262#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001263#: e2fsck/problem.c:521
Dark Raven3be22a82010-04-19 16:59:03 -04001264msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001265msgstr ""
1266
1267#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001268#: e2fsck/problem.c:526
Theodore Ts'of722c132009-04-21 22:09:01 -04001269#, c-format
1270msgid "@i %i has illegal @b(s). "
1271msgstr "@i %i 中包含非法@b. "
1272
1273#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001274#: e2fsck/problem.c:531
Dark Raven3be22a82010-04-19 16:59:03 -04001275#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001276msgid "Too many illegal @bs in @i %i.\n"
1277msgstr "@i %i 中包含了过多的非法@b.\n"
1278
Dark Raven3be22a82010-04-19 16:59:03 -04001279#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001280#: e2fsck/problem.c:536
Dark Raven3be22a82010-04-19 16:59:03 -04001281msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001282msgstr ""
1283
1284#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001285#: e2fsck/problem.c:541
Theodore Ts'of722c132009-04-21 22:09:01 -04001286msgid "Bad @b @i has illegal @b(s). "
1287msgstr ""
1288
1289#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001290#: e2fsck/problem.c:546
Theodore Ts'of722c132009-04-21 22:09:01 -04001291msgid "Duplicate or bad @b in use!\n"
1292msgstr ""
1293
1294#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001295#: e2fsck/problem.c:551
Theodore Ts'of722c132009-04-21 22:09:01 -04001296msgid "Bad @b %b used as bad @b @i indirect @b. "
1297msgstr ""
1298
1299#. @-expanded: \n
1300#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1301#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1302#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001303#: e2fsck/problem.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04001304msgid ""
1305"\n"
1306"The bad @b @i has probably been corrupted. You probably\n"
1307"should stop now and run e2fsck -c to scan for bad blocks\n"
1308"in the @f.\n"
1309msgstr ""
1310
1311#. @-expanded: \n
1312#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001313#: e2fsck/problem.c:563
Theodore Ts'of722c132009-04-21 22:09:01 -04001314msgid ""
1315"\n"
1316"If the @b is really bad, the @f can not be fixed.\n"
1317msgstr ""
1318
1319#. @-expanded: You can remove this block from the bad block list and hope\n
1320#. @-expanded: that the block is really OK. But there are no guarantees.\n
1321#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001322#: e2fsck/problem.c:568
Theodore Ts'of722c132009-04-21 22:09:01 -04001323msgid ""
1324"You can remove this @b from the bad @b list and hope\n"
1325"that the @b is really OK. But there are no guarantees.\n"
1326"\n"
1327msgstr ""
1328
1329#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001330#: e2fsck/problem.c:574
Theodore Ts'of722c132009-04-21 22:09:01 -04001331msgid "The primary @S (%b) is on the bad @b list.\n"
1332msgstr ""
1333
1334#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001335#: e2fsck/problem.c:579
Theodore Ts'of722c132009-04-21 22:09:01 -04001336msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1337msgstr ""
1338
1339#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001340#: e2fsck/problem.c:585
Theodore Ts'of722c132009-04-21 22:09:01 -04001341msgid "Warning: Group %g's @S (%b) is bad.\n"
1342msgstr ""
1343
1344#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001345#: e2fsck/problem.c:590
Theodore Ts'of722c132009-04-21 22:09:01 -04001346msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1347msgstr ""
1348
1349#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001350#: e2fsck/problem.c:596
Theodore Ts'of722c132009-04-21 22:09:01 -04001351msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1352msgstr ""
1353
1354#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001355#: e2fsck/problem.c:602
Theodore Ts'of722c132009-04-21 22:09:01 -04001356msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1357msgstr ""
1358
1359#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001360#: e2fsck/problem.c:607
Theodore Ts'of722c132009-04-21 22:09:01 -04001361#, c-format
1362msgid "@A @b buffer for relocating %s\n"
1363msgstr ""
1364
1365#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001366#: e2fsck/problem.c:612
Theodore Ts'of722c132009-04-21 22:09:01 -04001367msgid "Relocating @g %g's %s from %b to %c...\n"
1368msgstr ""
1369
1370#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001371#: e2fsck/problem.c:617
Theodore Ts'of722c132009-04-21 22:09:01 -04001372#, c-format
1373msgid "Relocating @g %g's %s to %c...\n"
1374msgstr ""
1375
1376#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001377#: e2fsck/problem.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04001378msgid "Warning: could not read @b %b of %s: %m\n"
1379msgstr "警告: 无法从%s中读取@b %b: %m\n"
1380
1381#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001382#: e2fsck/problem.c:627
Theodore Ts'of722c132009-04-21 22:09:01 -04001383msgid "Warning: could not write @b %b for %s: %m\n"
1384msgstr "警告: 无法向%s中写入@b %b: %m\n"
1385
1386#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001387#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'of722c132009-04-21 22:09:01 -04001388msgid "@A @i @B (%N): %m\n"
1389msgstr ""
1390
1391#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001392#: e2fsck/problem.c:637
Theodore Ts'of722c132009-04-21 22:09:01 -04001393msgid "@A @b @B (%N): %m\n"
1394msgstr ""
1395
1396#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001397#: e2fsck/problem.c:642
Theodore Ts'of722c132009-04-21 22:09:01 -04001398#, c-format
1399msgid "@A icount link information: %m\n"
1400msgstr ""
1401
1402#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001403#: e2fsck/problem.c:647
Theodore Ts'of722c132009-04-21 22:09:01 -04001404#, c-format
1405msgid "@A @d @b array: %m\n"
1406msgstr "分配@d@b数组时出错: %m\n"
1407
1408#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001409#: e2fsck/problem.c:652
Theodore Ts'of722c132009-04-21 22:09:01 -04001410#, c-format
1411msgid "Error while scanning @is (%i): %m\n"
1412msgstr ""
1413
1414#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001415#: e2fsck/problem.c:657
Theodore Ts'of722c132009-04-21 22:09:01 -04001416#, c-format
1417msgid "Error while iterating over @bs in @i %i: %m\n"
1418msgstr ""
1419
1420#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001421#: e2fsck/problem.c:662
Theodore Ts'of722c132009-04-21 22:09:01 -04001422msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1423msgstr ""
1424
1425#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001426#: e2fsck/problem.c:667
Theodore Ts'of722c132009-04-21 22:09:01 -04001427msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1428msgstr ""
1429
1430#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001431#: e2fsck/problem.c:673
Theodore Ts'of722c132009-04-21 22:09:01 -04001432#, c-format
1433msgid "Error reading @i %i: %m\n"
1434msgstr "读取@i %i出错: %m\n"
1435
1436#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001437#: e2fsck/problem.c:681
Theodore Ts'of722c132009-04-21 22:09:01 -04001438#, c-format
1439msgid "@i %i has imagic flag set. "
1440msgstr ""
1441
1442#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1443#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001444#: e2fsck/problem.c:686
Theodore Ts'of722c132009-04-21 22:09:01 -04001445#, c-format
1446msgid ""
1447"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1448"or append-only flag set. "
1449msgstr ""
1450
1451#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001452#: e2fsck/problem.c:692
Theodore Ts'of722c132009-04-21 22:09:01 -04001453#, c-format
1454msgid "@i %i has @cion flag set on @f without @cion support. "
1455msgstr ""
1456
1457#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001458#: e2fsck/problem.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04001459#, c-format
1460msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1461msgstr ""
1462
1463#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001464#: e2fsck/problem.c:707
Theodore Ts'of722c132009-04-21 22:09:01 -04001465msgid "@j @i is not in use, but contains data. "
1466msgstr ""
1467
1468#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001469#: e2fsck/problem.c:712
Theodore Ts'of722c132009-04-21 22:09:01 -04001470msgid "@j is not regular file. "
1471msgstr "@j不是普通文件. "
1472
1473#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001474#: e2fsck/problem.c:717
Theodore Ts'of722c132009-04-21 22:09:01 -04001475#, c-format
1476msgid "@i %i was part of the @o @i list. "
1477msgstr ""
1478
1479#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001480#: e2fsck/problem.c:723
Theodore Ts'of722c132009-04-21 22:09:01 -04001481msgid "@is that were part of a corrupted orphan linked list found. "
1482msgstr ""
1483
1484#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001485#: e2fsck/problem.c:728
Theodore Ts'of722c132009-04-21 22:09:01 -04001486msgid "@A refcount structure (%N): %m\n"
1487msgstr ""
1488
1489#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001490#: e2fsck/problem.c:733
Theodore Ts'of722c132009-04-21 22:09:01 -04001491msgid "Error reading @a @b %b for @i %i. "
1492msgstr ""
1493
1494#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001495#: e2fsck/problem.c:738
Theodore Ts'of722c132009-04-21 22:09:01 -04001496msgid "@i %i has a bad @a @b %b. "
1497msgstr ""
1498
1499#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001500#: e2fsck/problem.c:743
Theodore Ts'of722c132009-04-21 22:09:01 -04001501msgid "Error reading @a @b %b (%m). "
1502msgstr ""
1503
Dark Raven3be22a82010-04-19 16:59:03 -04001504#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001505#: e2fsck/problem.c:748
Dark Raven3be22a82010-04-19 16:59:03 -04001506msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001507msgstr ""
1508
1509#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001510#: e2fsck/problem.c:753
Theodore Ts'of722c132009-04-21 22:09:01 -04001511msgid "Error writing @a @b %b (%m). "
1512msgstr ""
1513
1514#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001515#: e2fsck/problem.c:758
Theodore Ts'of722c132009-04-21 22:09:01 -04001516msgid "@a @b %b has h_@bs > 1. "
1517msgstr ""
1518
1519#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001520#: e2fsck/problem.c:763
Theodore Ts'of722c132009-04-21 22:09:01 -04001521msgid "@A @a @b %b. "
1522msgstr ""
1523
1524#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001525#: e2fsck/problem.c:768
Theodore Ts'of722c132009-04-21 22:09:01 -04001526msgid "@a @b %b is corrupt (allocation collision). "
1527msgstr ""
1528
1529#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001530#: e2fsck/problem.c:773
Theodore Ts'of722c132009-04-21 22:09:01 -04001531msgid "@a @b %b is corrupt (@n name). "
1532msgstr ""
1533
1534#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001535#: e2fsck/problem.c:778
Theodore Ts'of722c132009-04-21 22:09:01 -04001536msgid "@a @b %b is corrupt (@n value). "
1537msgstr ""
1538
1539#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001540#: e2fsck/problem.c:783
Theodore Ts'of722c132009-04-21 22:09:01 -04001541#, c-format
1542msgid "@i %i is too big. "
1543msgstr "@i %i 过大. "
1544
Dark Raven3be22a82010-04-19 16:59:03 -04001545#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001546#: e2fsck/problem.c:787
Dark Raven3be22a82010-04-19 16:59:03 -04001547msgid "%B (%b) causes @d to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001548msgstr ""
1549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001550#: e2fsck/problem.c:792
Dark Raven3be22a82010-04-19 16:59:03 -04001551msgid "%B (%b) causes file to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001552msgstr ""
1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001554#: e2fsck/problem.c:797
Dark Raven3be22a82010-04-19 16:59:03 -04001555msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001556msgstr ""
1557
1558#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001559#: e2fsck/problem.c:802
Theodore Ts'of722c132009-04-21 22:09:01 -04001560#, c-format
1561msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1562msgstr ""
1563
1564#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001565#: e2fsck/problem.c:807
Theodore Ts'of722c132009-04-21 22:09:01 -04001566#, c-format
1567msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1568msgstr ""
1569
1570#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001571#: e2fsck/problem.c:812
Theodore Ts'of722c132009-04-21 22:09:01 -04001572#, c-format
1573msgid "@h %i has an @n root node.\n"
1574msgstr ""
1575
1576#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001577#: e2fsck/problem.c:817
Theodore Ts'of722c132009-04-21 22:09:01 -04001578msgid "@h %i has an unsupported hash version (%N)\n"
1579msgstr ""
1580
1581#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001582#: e2fsck/problem.c:822
Theodore Ts'of722c132009-04-21 22:09:01 -04001583#, c-format
1584msgid "@h %i uses an incompatible htree root node flag.\n"
1585msgstr ""
1586
1587#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001588#: e2fsck/problem.c:827
Theodore Ts'of722c132009-04-21 22:09:01 -04001589msgid "@h %i has a tree depth (%N) which is too big\n"
1590msgstr ""
1591
1592#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1593#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001594#: e2fsck/problem.c:832
Theodore Ts'of722c132009-04-21 22:09:01 -04001595msgid ""
1596"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1597"@f metadata. "
1598msgstr ""
1599
1600#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001601#: e2fsck/problem.c:838
Theodore Ts'of722c132009-04-21 22:09:01 -04001602#, c-format
1603msgid "Resize @i (re)creation failed: %m."
1604msgstr ""
1605
1606#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001607#: e2fsck/problem.c:843
Theodore Ts'of722c132009-04-21 22:09:01 -04001608msgid "@i %i has a extra size (%IS) which is @n\n"
1609msgstr ""
1610
1611#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001612#: e2fsck/problem.c:848
Theodore Ts'of722c132009-04-21 22:09:01 -04001613msgid "@a in @i %i has a namelen (%N) which is @n\n"
1614msgstr ""
1615
Theodore Ts'of722c132009-04-21 22:09:01 -04001616#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001617#: e2fsck/problem.c:853
Theodore Ts'of722c132009-04-21 22:09:01 -04001618msgid "@a in @i %i has a value offset (%N) which is @n\n"
1619msgstr ""
1620
1621#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001622#: e2fsck/problem.c:858
Theodore Ts'of722c132009-04-21 22:09:01 -04001623msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1624msgstr ""
1625
Theodore Ts'o930e2812009-06-29 15:08:12 -04001626#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001627#: e2fsck/problem.c:863
Theodore Ts'o930e2812009-06-29 15:08:12 -04001628msgid "@a in @i %i has a value size (%N) which is @n\n"
1629msgstr ""
1630
Theodore Ts'of722c132009-04-21 22:09:01 -04001631#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001632#: e2fsck/problem.c:868
Theodore Ts'of722c132009-04-21 22:09:01 -04001633msgid "@a in @i %i has a hash (%N) which is @n\n"
1634msgstr ""
1635
1636#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001637#: e2fsck/problem.c:873
Theodore Ts'of722c132009-04-21 22:09:01 -04001638msgid "@i %i is a %It but it looks like it is really a directory.\n"
1639msgstr ""
1640
1641#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001642#: e2fsck/problem.c:878
Theodore Ts'of722c132009-04-21 22:09:01 -04001643#, c-format
1644msgid "Error while reading over @x tree in @i %i: %m\n"
1645msgstr ""
1646
Theodore Ts'o930e2812009-06-29 15:08:12 -04001647#. @-expanded: Failed to iterate extents in inode %i\n
1648#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001649#: e2fsck/problem.c:883
Theodore Ts'o930e2812009-06-29 15:08:12 -04001650msgid ""
1651"Failed to iterate extents in @i %i\n"
1652"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001653msgstr ""
1654
1655#. @-expanded: inode %i has an invalid extent\n
1656#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001657#: e2fsck/problem.c:889
Theodore Ts'of722c132009-04-21 22:09:01 -04001658msgid ""
1659"@i %i has an @n extent\n"
1660"\t(logical @b %c, @n physical @b %b, len %N)\n"
1661msgstr ""
1662
1663#. @-expanded: inode %i has an invalid extent\n
1664#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001665#: e2fsck/problem.c:894
Theodore Ts'of722c132009-04-21 22:09:01 -04001666msgid ""
1667"@i %i has an @n extent\n"
1668"\t(logical @b %c, physical @b %b, @n len %N)\n"
1669msgstr ""
1670
1671#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001672#: e2fsck/problem.c:899
Theodore Ts'of722c132009-04-21 22:09:01 -04001673#, c-format
1674msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1675msgstr ""
1676
1677#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001678#: e2fsck/problem.c:904
Theodore Ts'of722c132009-04-21 22:09:01 -04001679#, c-format
1680msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1681msgstr ""
1682
1683#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001684#: e2fsck/problem.c:909
Theodore Ts'of722c132009-04-21 22:09:01 -04001685#, c-format
1686msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1687msgstr ""
1688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001689#: e2fsck/problem.c:914
Theodore Ts'of722c132009-04-21 22:09:01 -04001690#, c-format
1691msgid "Fast symlink %i has EXTENT_FL set. "
1692msgstr ""
1693
1694#. @-expanded: inode %i has out of order extents\n
1695#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001696#: e2fsck/problem.c:919
Theodore Ts'of722c132009-04-21 22:09:01 -04001697msgid ""
1698"@i %i has out of order extents\n"
1699"\t(@n logical @b %c, physical @b %b, len %N)\n"
1700msgstr ""
1701
Theodore Ts'o930e2812009-06-29 15:08:12 -04001702#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001703#: e2fsck/problem.c:923
Theodore Ts'o930e2812009-06-29 15:08:12 -04001704msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1705msgstr ""
1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04001707#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001708#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001709#, fuzzy, c-format
1710msgid "Error converting subcluster @b @B: %m\n"
1711msgstr "创建根@d (%s) 时出错: %m\n"
1712
1713#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001714#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001715#, fuzzy
1716msgid "@q @i is not regular file. "
1717msgstr "@j不是普通文件. "
1718
1719#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001720#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001721msgid "@q @i is not in use, but contains data. "
1722msgstr ""
1723
1724#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001725#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001726msgid "@q @i is visible to the user. "
1727msgstr ""
1728
1729#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001730#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001731#, fuzzy
1732msgid "The bad @b @i looks @n. "
1733msgstr "<坏块 inode>"
1734
1735#. @-expanded: inode %i has zero length extent\n
1736#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001737#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001738msgid ""
1739"@i %i has zero length extent\n"
1740"\t(@n logical @b %c, physical @b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001741msgstr ""
1742
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001743#. @-expanded: Interior extent node level %N of inode %i:\n
1744#. @-expanded: Logical start %b does not match logical start %c at next level.
1745#: e2fsck/problem.c:960
1746msgid ""
1747"Interior @x node level %N of @i %i:\n"
1748"Logical start %b does not match logical start %c at next level. "
1749msgstr ""
1750
1751#. @-expanded: inode %i, end of extent exceeds allowed value\n
1752#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1753#: e2fsck/problem.c:966
1754msgid ""
1755"@i %i, end of extent exceeds allowed value\n"
1756"\t(logical @b %c, physical @b %b, len %N)\n"
1757msgstr ""
1758
Theodore Ts'of722c132009-04-21 22:09:01 -04001759#. @-expanded: \n
1760#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1761#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001762#: e2fsck/problem.c:974
Theodore Ts'of722c132009-04-21 22:09:01 -04001763msgid ""
1764"\n"
1765"Running additional passes to resolve @bs claimed by more than one @i...\n"
1766"Pass 1B: Rescanning for @m @bs\n"
1767msgstr ""
1768
1769#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001770#: e2fsck/problem.c:980
Theodore Ts'of722c132009-04-21 22:09:01 -04001771#, c-format
1772msgid "@m @b(s) in @i %i:"
1773msgstr ""
1774
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001775#: e2fsck/problem.c:995
Theodore Ts'of722c132009-04-21 22:09:01 -04001776#, c-format
1777msgid "Error while scanning inodes (%i): %m\n"
1778msgstr ""
1779
1780#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001781#: e2fsck/problem.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04001782#, c-format
1783msgid "@A @i @B (@i_dup_map): %m\n"
1784msgstr ""
1785
1786#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001787#: e2fsck/problem.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04001788#, c-format
1789msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1790msgstr ""
1791
1792#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001793#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'of722c132009-04-21 22:09:01 -04001794msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1795msgstr ""
1796
1797#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001798#: e2fsck/problem.c:1015
Theodore Ts'of722c132009-04-21 22:09:01 -04001799msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1800msgstr ""
1801
1802#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001803#: e2fsck/problem.c:1021
Theodore Ts'of722c132009-04-21 22:09:01 -04001804msgid "Pass 1D: Reconciling @m @bs\n"
1805msgstr ""
1806
1807#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Dark Raven3be22a82010-04-19 16:59:03 -04001808#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001809#: e2fsck/problem.c:1026
Theodore Ts'of722c132009-04-21 22:09:01 -04001810msgid ""
1811"File %Q (@i #%i, mod time %IM) \n"
Dark Raven3be22a82010-04-19 16:59:03 -04001812" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001813msgstr ""
1814
1815#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001816#: e2fsck/problem.c:1032
Theodore Ts'of722c132009-04-21 22:09:01 -04001817msgid "\t%Q (@i #%i, mod time %IM)\n"
1818msgstr ""
1819
1820#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001821#: e2fsck/problem.c:1037
Theodore Ts'of722c132009-04-21 22:09:01 -04001822msgid "\t<@f metadata>\n"
1823msgstr "\t<@f元数据>\n"
1824
1825#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1826#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001827#: e2fsck/problem.c:1042
Theodore Ts'of722c132009-04-21 22:09:01 -04001828msgid ""
1829"(There are %N @is containing @m @bs.)\n"
1830"\n"
1831msgstr ""
1832
1833#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1834#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001835#: e2fsck/problem.c:1047
Theodore Ts'of722c132009-04-21 22:09:01 -04001836msgid ""
1837"@m @bs already reassigned or cloned.\n"
1838"\n"
1839msgstr ""
1840
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001841#: e2fsck/problem.c:1060
Theodore Ts'of722c132009-04-21 22:09:01 -04001842#, c-format
1843msgid "Couldn't clone file: %m\n"
1844msgstr ""
1845
1846#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001847#: e2fsck/problem.c:1066
Theodore Ts'of722c132009-04-21 22:09:01 -04001848msgid "Pass 2: Checking @d structure\n"
1849msgstr "第二步: 检查目录结构\n"
1850
1851#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001852#: e2fsck/problem.c:1071
Theodore Ts'of722c132009-04-21 22:09:01 -04001853#, c-format
1854msgid "@n @i number for '.' in @d @i %i.\n"
1855msgstr ""
1856
1857#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001858#: e2fsck/problem.c:1076
Theodore Ts'of722c132009-04-21 22:09:01 -04001859msgid "@E has @n @i #: %Di.\n"
1860msgstr ""
1861
1862#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001863#: e2fsck/problem.c:1081
Theodore Ts'of722c132009-04-21 22:09:01 -04001864msgid "@E has @D/unused @i %Di. "
1865msgstr ""
1866
1867#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001868#: e2fsck/problem.c:1086
Theodore Ts'of722c132009-04-21 22:09:01 -04001869msgid "@E @L to '.' "
1870msgstr ""
1871
1872#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001873#: e2fsck/problem.c:1091
Theodore Ts'of722c132009-04-21 22:09:01 -04001874msgid "@E points to @i (%Di) located in a bad @b.\n"
1875msgstr ""
1876
1877#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001878#: e2fsck/problem.c:1096
Theodore Ts'of722c132009-04-21 22:09:01 -04001879msgid "@E @L to @d %P (%Di).\n"
1880msgstr ""
1881
1882#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001883#: e2fsck/problem.c:1101
Theodore Ts'of722c132009-04-21 22:09:01 -04001884msgid "@E @L to the @r.\n"
1885msgstr ""
1886
1887#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001888#: e2fsck/problem.c:1106
Theodore Ts'of722c132009-04-21 22:09:01 -04001889msgid "@E has illegal characters in its name.\n"
1890msgstr ""
1891
1892#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001893#: e2fsck/problem.c:1111
Theodore Ts'of722c132009-04-21 22:09:01 -04001894#, c-format
1895msgid "Missing '.' in @d @i %i.\n"
1896msgstr "@d@i %i 中缺少 '.'.\n"
1897
1898#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001899#: e2fsck/problem.c:1116
Theodore Ts'of722c132009-04-21 22:09:01 -04001900#, c-format
1901msgid "Missing '..' in @d @i %i.\n"
1902msgstr "@d@i %i 中缺少 '..'.\n"
1903
1904#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001905#: e2fsck/problem.c:1121
Theodore Ts'of722c132009-04-21 22:09:01 -04001906msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1907msgstr ""
1908
1909#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001910#: e2fsck/problem.c:1126
Theodore Ts'of722c132009-04-21 22:09:01 -04001911msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1912msgstr ""
1913
1914#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001915#: e2fsck/problem.c:1131
Theodore Ts'of722c132009-04-21 22:09:01 -04001916msgid "i_faddr @F %IF, @s zero.\n"
1917msgstr ""
1918
1919#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001920#: e2fsck/problem.c:1136
Theodore Ts'of722c132009-04-21 22:09:01 -04001921msgid "i_file_acl @F %If, @s zero.\n"
1922msgstr ""
1923
1924#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001925#: e2fsck/problem.c:1141
Theodore Ts'of722c132009-04-21 22:09:01 -04001926msgid "i_dir_acl @F %Id, @s zero.\n"
1927msgstr ""
1928
1929#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001930#: e2fsck/problem.c:1146
Theodore Ts'of722c132009-04-21 22:09:01 -04001931msgid "i_frag @F %N, @s zero.\n"
1932msgstr ""
1933
1934#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001935#: e2fsck/problem.c:1151
Theodore Ts'of722c132009-04-21 22:09:01 -04001936msgid "i_fsize @F %N, @s zero.\n"
1937msgstr ""
1938
1939#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001940#: e2fsck/problem.c:1156
Theodore Ts'of722c132009-04-21 22:09:01 -04001941msgid "@i %i (%Q) has @n mode (%Im).\n"
1942msgstr "@i %i (%Q) 有@n模式 (%Im).\n"
1943
Dark Raven3be22a82010-04-19 16:59:03 -04001944#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001945#: e2fsck/problem.c:1161
Dark Raven3be22a82010-04-19 16:59:03 -04001946msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001947msgstr "@d@i %i, 第 %B @b, 偏移量 %N: @d损坏\n"
1948
Dark Raven3be22a82010-04-19 16:59:03 -04001949#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001950#: e2fsck/problem.c:1166
Dark Raven3be22a82010-04-19 16:59:03 -04001951msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001952msgstr "@d@i %i, 第 %B @b, 偏移量 %N: 文件名过长\n"
1953
Dark Raven3be22a82010-04-19 16:59:03 -04001954#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001955#: e2fsck/problem.c:1171
Dark Raven3be22a82010-04-19 16:59:03 -04001956msgid "@d @i %i has an unallocated %B. "
1957msgstr "@d@i %i 中含有未分配的@b #%B. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001958
1959#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001960#: e2fsck/problem.c:1176
Theodore Ts'of722c132009-04-21 22:09:01 -04001961#, c-format
1962msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1963msgstr "@d@i %i 中的 '.' @d@e 没有以NULL终止\n"
1964
1965#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001966#: e2fsck/problem.c:1181
Theodore Ts'of722c132009-04-21 22:09:01 -04001967#, c-format
1968msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1969msgstr "@d@i %i 中的 '..' @d@e 没有以NULL终止\n"
1970
1971#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001972#: e2fsck/problem.c:1186
Theodore Ts'of722c132009-04-21 22:09:01 -04001973msgid "@i %i (%Q) is an @I character @v.\n"
1974msgstr ""
1975
1976#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001977#: e2fsck/problem.c:1191
Theodore Ts'of722c132009-04-21 22:09:01 -04001978msgid "@i %i (%Q) is an @I @b @v.\n"
1979msgstr ""
1980
1981#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001982#: e2fsck/problem.c:1196
Theodore Ts'of722c132009-04-21 22:09:01 -04001983msgid "@E is duplicate '.' @e.\n"
1984msgstr ""
1985
1986#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001987#: e2fsck/problem.c:1201
Theodore Ts'of722c132009-04-21 22:09:01 -04001988msgid "@E is duplicate '..' @e.\n"
1989msgstr ""
1990
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001991#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'of722c132009-04-21 22:09:01 -04001992#, c-format
1993msgid "Internal error: couldn't find dir_info for %i.\n"
1994msgstr ""
1995
1996#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001997#: e2fsck/problem.c:1211
Theodore Ts'of722c132009-04-21 22:09:01 -04001998msgid "@E has rec_len of %Dr, @s %N.\n"
1999msgstr ""
2000
2001#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002002#: e2fsck/problem.c:1216
Theodore Ts'of722c132009-04-21 22:09:01 -04002003#, c-format
2004msgid "@A icount structure: %m\n"
2005msgstr ""
2006
2007#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002008#: e2fsck/problem.c:1221
Theodore Ts'of722c132009-04-21 22:09:01 -04002009#, c-format
2010msgid "Error iterating over @d @bs: %m\n"
2011msgstr ""
2012
2013#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002014#: e2fsck/problem.c:1226
Theodore Ts'of722c132009-04-21 22:09:01 -04002015msgid "Error reading @d @b %b (@i %i): %m\n"
2016msgstr ""
2017
2018#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002019#: e2fsck/problem.c:1231
Theodore Ts'of722c132009-04-21 22:09:01 -04002020msgid "Error writing @d @b %b (@i %i): %m\n"
2021msgstr ""
2022
2023#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002024#: e2fsck/problem.c:1236
Theodore Ts'of722c132009-04-21 22:09:01 -04002025#, c-format
2026msgid "@A new @d @b for @i %i (%s): %m\n"
2027msgstr ""
2028
2029#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002030#: e2fsck/problem.c:1241
Theodore Ts'of722c132009-04-21 22:09:01 -04002031#, c-format
2032msgid "Error deallocating @i %i: %m\n"
2033msgstr ""
2034
2035#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002036#: e2fsck/problem.c:1246
Theodore Ts'of722c132009-04-21 22:09:01 -04002037#, c-format
2038msgid "@d @e for '.' in %p (%i) is big.\n"
2039msgstr ""
2040
2041#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002042#: e2fsck/problem.c:1251
Theodore Ts'of722c132009-04-21 22:09:01 -04002043msgid "@i %i (%Q) is an @I FIFO.\n"
2044msgstr ""
2045
2046#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002047#: e2fsck/problem.c:1256
Theodore Ts'of722c132009-04-21 22:09:01 -04002048msgid "@i %i (%Q) is an @I socket.\n"
2049msgstr ""
2050
2051#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002052#: e2fsck/problem.c:1261
Theodore Ts'of722c132009-04-21 22:09:01 -04002053msgid "Setting filetype for @E to %N.\n"
2054msgstr ""
2055
2056#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002057#: e2fsck/problem.c:1266
Theodore Ts'of722c132009-04-21 22:09:01 -04002058msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2059msgstr ""
2060
2061#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002062#: e2fsck/problem.c:1271
Theodore Ts'of722c132009-04-21 22:09:01 -04002063msgid "@E has filetype set.\n"
2064msgstr ""
2065
2066#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002067#: e2fsck/problem.c:1276
Theodore Ts'of722c132009-04-21 22:09:01 -04002068msgid "@E has a @z name.\n"
2069msgstr ""
2070
2071#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002072#: e2fsck/problem.c:1281
Theodore Ts'of722c132009-04-21 22:09:01 -04002073msgid "Symlink %Q (@i #%i) is @n.\n"
2074msgstr ""
2075
2076#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002077#: e2fsck/problem.c:1286
Theodore Ts'of722c132009-04-21 22:09:01 -04002078msgid "@a @b @F @n (%If).\n"
2079msgstr ""
2080
2081#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002082#: e2fsck/problem.c:1291
Theodore Ts'of722c132009-04-21 22:09:01 -04002083msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2084msgstr ""
2085
Dark Raven3be22a82010-04-19 16:59:03 -04002086#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002087#: e2fsck/problem.c:1296
Dark Raven3be22a82010-04-19 16:59:03 -04002088msgid "@p @h %d: %B not referenced\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002089msgstr ""
2090
Dark Raven3be22a82010-04-19 16:59:03 -04002091#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002092#: e2fsck/problem.c:1301
Dark Raven3be22a82010-04-19 16:59:03 -04002093msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002094msgstr ""
2095
Dark Raven3be22a82010-04-19 16:59:03 -04002096#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002097#: e2fsck/problem.c:1306
Dark Raven3be22a82010-04-19 16:59:03 -04002098msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002099msgstr ""
2100
Dark Raven3be22a82010-04-19 16:59:03 -04002101#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002102#: e2fsck/problem.c:1311
Dark Raven3be22a82010-04-19 16:59:03 -04002103msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002104msgstr ""
2105
2106#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002107#: e2fsck/problem.c:1316
Theodore Ts'of722c132009-04-21 22:09:01 -04002108msgid "@n @h %d (%q). "
2109msgstr ""
2110
2111#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002112#: e2fsck/problem.c:1320
Theodore Ts'of722c132009-04-21 22:09:01 -04002113msgid "@p @h %d (%q): bad @b number %b.\n"
2114msgstr ""
2115
2116#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002117#: e2fsck/problem.c:1330
Theodore Ts'of722c132009-04-21 22:09:01 -04002118#, c-format
2119msgid "@p @h %d: root node is @n\n"
2120msgstr "@p@h %d:根结点@n\n"
2121
Dark Raven3be22a82010-04-19 16:59:03 -04002122#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002123#: e2fsck/problem.c:1335
Dark Raven3be22a82010-04-19 16:59:03 -04002124msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002125msgstr ""
2126
Dark Raven3be22a82010-04-19 16:59:03 -04002127#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002128#: e2fsck/problem.c:1340
Dark Raven3be22a82010-04-19 16:59:03 -04002129msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002130msgstr ""
2131
Dark Raven3be22a82010-04-19 16:59:03 -04002132#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002133#: e2fsck/problem.c:1345
Dark Raven3be22a82010-04-19 16:59:03 -04002134msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002135msgstr ""
2136
Dark Raven3be22a82010-04-19 16:59:03 -04002137#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002138#: e2fsck/problem.c:1350
Dark Raven3be22a82010-04-19 16:59:03 -04002139msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002140msgstr ""
2141
2142#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002143#: e2fsck/problem.c:1355
Theodore Ts'of722c132009-04-21 22:09:01 -04002144msgid "Duplicate @E found. "
2145msgstr ""
2146
2147#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2148#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002149#: e2fsck/problem.c:1360
Theodore Ts'of722c132009-04-21 22:09:01 -04002150#, no-c-format
2151msgid ""
2152"@E has a non-unique filename.\n"
2153"Rename to %s"
2154msgstr ""
2155
2156#. @-expanded: Duplicate entry '%Dn' found.\n
2157#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2158#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002159#: e2fsck/problem.c:1365
Theodore Ts'of722c132009-04-21 22:09:01 -04002160msgid ""
2161"Duplicate @e '%Dn' found.\n"
2162"\tMarking %p (%i) to be rebuilt.\n"
2163"\n"
2164msgstr ""
2165
2166#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002167#: e2fsck/problem.c:1370
Theodore Ts'of722c132009-04-21 22:09:01 -04002168msgid "i_blocks_hi @F %N, @s zero.\n"
2169msgstr ""
2170
2171#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002172#: e2fsck/problem.c:1375
Theodore Ts'of722c132009-04-21 22:09:01 -04002173msgid "Unexpected @b in @h %d (%q).\n"
2174msgstr ""
2175
Theodore Ts'o930e2812009-06-29 15:08:12 -04002176#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002177#: e2fsck/problem.c:1379
Theodore Ts'o930e2812009-06-29 15:08:12 -04002178msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002179msgstr ""
2180
Theodore Ts'o930e2812009-06-29 15:08:12 -04002181#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002182#: e2fsck/problem.c:1384
Theodore Ts'o930e2812009-06-29 15:08:12 -04002183msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2184msgstr ""
2185
2186#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002187#: e2fsck/problem.c:1389
Theodore Ts'o930e2812009-06-29 15:08:12 -04002188msgid "i_file_acl_hi @F %N, @s zero.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002189msgstr ""
2190
2191#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002192#: e2fsck/problem.c:1396
Theodore Ts'of722c132009-04-21 22:09:01 -04002193msgid "Pass 3: Checking @d connectivity\n"
2194msgstr "第3步: 检查目录连接性\n"
2195
2196#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002197#: e2fsck/problem.c:1401
Theodore Ts'of722c132009-04-21 22:09:01 -04002198msgid "@r not allocated. "
2199msgstr ""
2200
2201#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002202#: e2fsck/problem.c:1406
Theodore Ts'of722c132009-04-21 22:09:01 -04002203msgid "No room in @l @d. "
2204msgstr "@l@d中没有空间. "
2205
2206#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002207#: e2fsck/problem.c:1411
Theodore Ts'of722c132009-04-21 22:09:01 -04002208#, c-format
2209msgid "Unconnected @d @i %i (%p)\n"
2210msgstr ""
2211
2212#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002213#: e2fsck/problem.c:1416
Theodore Ts'of722c132009-04-21 22:09:01 -04002214msgid "/@l not found. "
2215msgstr "/@l未找到."
2216
2217#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002218#: e2fsck/problem.c:1421
Theodore Ts'of722c132009-04-21 22:09:01 -04002219msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2220msgstr ""
2221
2222#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002223#: e2fsck/problem.c:1426
Theodore Ts'of722c132009-04-21 22:09:01 -04002224msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2225msgstr ""
2226
2227#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002228#: e2fsck/problem.c:1431
Theodore Ts'of722c132009-04-21 22:09:01 -04002229#, c-format
2230msgid "Could not expand /@l: %m\n"
2231msgstr ""
2232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002233#: e2fsck/problem.c:1436
Theodore Ts'of722c132009-04-21 22:09:01 -04002234#, c-format
2235msgid "Could not reconnect %i: %m\n"
2236msgstr ""
2237
2238#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002239#: e2fsck/problem.c:1441
Theodore Ts'of722c132009-04-21 22:09:01 -04002240#, c-format
2241msgid "Error while trying to find /@l: %m\n"
2242msgstr "尝试找到/@l时出错: %m\n"
2243
2244#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002245#: e2fsck/problem.c:1446
Theodore Ts'of722c132009-04-21 22:09:01 -04002246#, c-format
2247msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2248msgstr ""
2249
2250#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002251#: e2fsck/problem.c:1451
Theodore Ts'of722c132009-04-21 22:09:01 -04002252#, c-format
2253msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2254msgstr ""
2255
2256#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002257#: e2fsck/problem.c:1456
Theodore Ts'of722c132009-04-21 22:09:01 -04002258#, c-format
2259msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2260msgstr ""
2261
2262#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002263#: e2fsck/problem.c:1461
Theodore Ts'of722c132009-04-21 22:09:01 -04002264#, c-format
2265msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2266msgstr ""
2267
2268#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002269#: e2fsck/problem.c:1466
Theodore Ts'of722c132009-04-21 22:09:01 -04002270#, c-format
2271msgid "Error while adjusting @i count on @i %i\n"
2272msgstr ""
2273
2274#. @-expanded: Couldn't fix parent of inode %i: %m\n
2275#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002276#: e2fsck/problem.c:1471
Theodore Ts'of722c132009-04-21 22:09:01 -04002277#, c-format
2278msgid ""
2279"Couldn't fix parent of @i %i: %m\n"
2280"\n"
2281msgstr ""
2282
2283#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2284#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002285#: e2fsck/problem.c:1476
Theodore Ts'of722c132009-04-21 22:09:01 -04002286#, c-format
2287msgid ""
2288"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2289"\n"
2290msgstr ""
2291
2292#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002293#: e2fsck/problem.c:1486
Theodore Ts'of722c132009-04-21 22:09:01 -04002294#, c-format
2295msgid "Error creating root @d (%s): %m\n"
2296msgstr "创建根@d (%s) 时出错: %m\n"
2297
2298#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002299#: e2fsck/problem.c:1491
Theodore Ts'of722c132009-04-21 22:09:01 -04002300#, c-format
2301msgid "Error creating /@l @d (%s): %m\n"
2302msgstr ""
2303
2304#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002305#: e2fsck/problem.c:1496
Theodore Ts'of722c132009-04-21 22:09:01 -04002306msgid "@r is not a @d; aborting.\n"
2307msgstr "@r不是一个@d; 中止.\n"
2308
2309#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002310#: e2fsck/problem.c:1501
Theodore Ts'of722c132009-04-21 22:09:01 -04002311msgid "Cannot proceed without a @r.\n"
2312msgstr ""
2313
2314#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002315#: e2fsck/problem.c:1511
Theodore Ts'of722c132009-04-21 22:09:01 -04002316#, c-format
2317msgid "/@l is not a @d (ino=%i)\n"
2318msgstr ""
2319
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002320#: e2fsck/problem.c:1518
Theodore Ts'of722c132009-04-21 22:09:01 -04002321msgid "Pass 3A: Optimizing directories\n"
2322msgstr ""
2323
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002324#: e2fsck/problem.c:1523
Theodore Ts'of722c132009-04-21 22:09:01 -04002325#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002326msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002327msgstr ""
2328
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002329#: e2fsck/problem.c:1528
Theodore Ts'o930e2812009-06-29 15:08:12 -04002330msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002331msgstr ""
2332
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002333#: e2fsck/problem.c:1533
Dark Raven3be22a82010-04-19 16:59:03 -04002334msgid "Optimizing directories: "
2335msgstr "正在优化目录: "
2336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002337#: e2fsck/problem.c:1550
Theodore Ts'of722c132009-04-21 22:09:01 -04002338msgid "Pass 4: Checking reference counts\n"
2339msgstr ""
2340
2341#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002342#: e2fsck/problem.c:1555
Theodore Ts'of722c132009-04-21 22:09:01 -04002343#, c-format
2344msgid "@u @z @i %i. "
2345msgstr ""
2346
2347#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002348#: e2fsck/problem.c:1560
Theodore Ts'of722c132009-04-21 22:09:01 -04002349#, c-format
2350msgid "@u @i %i\n"
2351msgstr ""
2352
2353#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002354#: e2fsck/problem.c:1565
Theodore Ts'of722c132009-04-21 22:09:01 -04002355msgid "@i %i ref count is %Il, @s %N. "
2356msgstr ""
2357
2358#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2359#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2360#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002361#: e2fsck/problem.c:1569
Theodore Ts'of722c132009-04-21 22:09:01 -04002362msgid ""
2363"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2364"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2365"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2366msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04002367"警告:E2FSCK中的程序错误!\n"
2368"\t或者是某个笨蛋(你)正在检查一个被挂载的(活动的)文件系统.\n"
2369"@i_link_info[%i] 为 %N, @i.i_links_count 为 %Il.它们应该是相同的!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002370
2371#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002372#: e2fsck/problem.c:1579
Theodore Ts'of722c132009-04-21 22:09:01 -04002373msgid "Pass 5: Checking @g summary information\n"
2374msgstr "第5步: 检查@g概要信息\n"
2375
2376#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002377#: e2fsck/problem.c:1584
Theodore Ts'of722c132009-04-21 22:09:01 -04002378msgid "Padding at end of @i @B is not set. "
2379msgstr ""
2380
2381#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002382#: e2fsck/problem.c:1589
Theodore Ts'of722c132009-04-21 22:09:01 -04002383msgid "Padding at end of @b @B is not set. "
2384msgstr ""
2385
2386#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002387#: e2fsck/problem.c:1594
Theodore Ts'of722c132009-04-21 22:09:01 -04002388msgid "@b @B differences: "
2389msgstr "@b@B差异: "
2390
2391#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002392#: e2fsck/problem.c:1614
Theodore Ts'of722c132009-04-21 22:09:01 -04002393msgid "@i @B differences: "
2394msgstr "@i@B差异: "
2395
2396#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002397#: e2fsck/problem.c:1634
Theodore Ts'of722c132009-04-21 22:09:01 -04002398msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2399msgstr ""
2400
2401#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002402#: e2fsck/problem.c:1639
Theodore Ts'of722c132009-04-21 22:09:01 -04002403msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2404msgstr ""
2405
2406#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002407#: e2fsck/problem.c:1644
Theodore Ts'of722c132009-04-21 22:09:01 -04002408msgid "Free @is count wrong (%i, counted=%j).\n"
2409msgstr ""
2410
2411#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002412#: e2fsck/problem.c:1649
Theodore Ts'of722c132009-04-21 22:09:01 -04002413msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2414msgstr ""
2415
2416#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002417#: e2fsck/problem.c:1654
Theodore Ts'of722c132009-04-21 22:09:01 -04002418msgid "Free @bs count wrong (%b, counted=%c).\n"
2419msgstr ""
2420
2421#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2422#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002423#: e2fsck/problem.c:1659
Eric Sandeen032eafe2012-07-28 17:48:36 -04002424msgid ""
2425"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2426"endpoints (%i, %j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002427msgstr ""
2428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002429#: e2fsck/problem.c:1665
Theodore Ts'of722c132009-04-21 22:09:01 -04002430msgid "Internal error: fudging end of bitmap (%N)\n"
2431msgstr ""
2432
2433#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002434#: e2fsck/problem.c:1670
Theodore Ts'of722c132009-04-21 22:09:01 -04002435#, c-format
2436msgid "Error copying in replacement @i @B: %m\n"
2437msgstr ""
2438
2439#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002440#: e2fsck/problem.c:1675
Theodore Ts'of722c132009-04-21 22:09:01 -04002441#, c-format
2442msgid "Error copying in replacement @b @B: %m\n"
2443msgstr ""
2444
Theodore Ts'of722c132009-04-21 22:09:01 -04002445#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002446#: e2fsck/problem.c:1700
Theodore Ts'of722c132009-04-21 22:09:01 -04002447#, c-format
2448msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2449msgstr ""
2450
2451#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002452#: e2fsck/problem.c:1705
Theodore Ts'of722c132009-04-21 22:09:01 -04002453#, c-format
2454msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2455msgstr ""
2456
Theodore Ts'o930e2812009-06-29 15:08:12 -04002457#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002458#: e2fsck/problem.c:1712
Theodore Ts'o930e2812009-06-29 15:08:12 -04002459msgid "Recreate @j"
Dark Raven3be22a82010-04-19 16:59:03 -04002460msgstr "重建@j"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002462#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002463msgid "Update quota info for quota type %N"
2464msgstr ""
2465
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002466#: e2fsck/problem.c:1836
Theodore Ts'of722c132009-04-21 22:09:01 -04002467#, c-format
2468msgid "Unhandled error code (0x%x)!\n"
2469msgstr ""
2470
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002471#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'of722c132009-04-21 22:09:01 -04002472msgid "IGNORED"
2473msgstr "已忽略"
2474
Eric Sandeen032eafe2012-07-28 17:48:36 -04002475#: e2fsck/scantest.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -04002476#, c-format
2477msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2478msgstr ""
2479
Eric Sandeen032eafe2012-07-28 17:48:36 -04002480#: e2fsck/scantest.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -04002481#, c-format
2482msgid "size of inode=%d\n"
2483msgstr "inode大小=%d\n"
2484
Eric Sandeen032eafe2012-07-28 17:48:36 -04002485#: e2fsck/scantest.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04002486msgid "while starting inode scan"
2487msgstr ""
2488
Eric Sandeen032eafe2012-07-28 17:48:36 -04002489#: e2fsck/scantest.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002490msgid "while doing inode scan"
2491msgstr ""
2492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002493#: e2fsck/super.c:190
Theodore Ts'of722c132009-04-21 22:09:01 -04002494#, c-format
2495msgid "while calling ext2fs_block_iterate for inode %d"
2496msgstr ""
2497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002498#: e2fsck/super.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04002499#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002500msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'of722c132009-04-21 22:09:01 -04002501msgstr ""
2502
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002503#: e2fsck/super.c:274
Theodore Ts'of722c132009-04-21 22:09:01 -04002504msgid "Truncating"
2505msgstr "正在截断"
2506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002507#: e2fsck/super.c:275
Theodore Ts'of722c132009-04-21 22:09:01 -04002508msgid "Clearing"
2509msgstr "正在清除"
2510
Eric Sandeen032eafe2012-07-28 17:48:36 -04002511#: e2fsck/unix.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04002512#, c-format
2513msgid ""
2514"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2515"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2516"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2517"\t\t[-E extended-options] device\n"
2518msgstr ""
2519
Eric Sandeen032eafe2012-07-28 17:48:36 -04002520#: e2fsck/unix.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -04002521msgid ""
2522"\n"
2523"Emergency help:\n"
2524" -p Automatic repair (no questions)\n"
2525" -n Make no changes to the filesystem\n"
2526" -y Assume \"yes\" to all questions\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002527" -c Check for bad blocks and add them to the badblock "
2528"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002529" -f Force checking even if filesystem is marked clean\n"
2530msgstr ""
2531
Eric Sandeen032eafe2012-07-28 17:48:36 -04002532#: e2fsck/unix.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04002533msgid ""
2534" -v Be verbose\n"
2535" -b superblock Use alternative superblock\n"
2536" -B blocksize Force blocksize when looking for superblock\n"
2537" -j external_journal Set location of the external journal\n"
2538" -l bad_blocks_file Add to badblocks list\n"
2539" -L bad_blocks_file Set badblocks list\n"
2540msgstr ""
2541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002542#: e2fsck/unix.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -04002543#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002544msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002545msgstr ""
2546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002547#: e2fsck/unix.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -04002548#, fuzzy, c-format
2549msgid ""
2550"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002551"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002552msgid_plural ""
2553"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002554"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002555msgstr[0] "%u 个 inode 被扫描.\n"
2556msgstr[1] "%u 个 inode 被扫描.\n"
2557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002558#: e2fsck/unix.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002559#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002560msgid "%12u non-contiguous file (%0d.%d%%)\n"
2561msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002562msgstr[0] ""
2563msgstr[1] ""
2564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002565#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002566#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002567msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2568msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002569msgstr[0] ""
2570msgstr[1] ""
2571
2572#: e2fsck/unix.c:171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002573#, c-format
2574msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2575msgstr ""
2576
2577#: e2fsck/unix.c:179
2578msgid " Extent depth histogram: "
2579msgstr ""
2580
2581#: e2fsck/unix.c:188
2582#, c-format
2583msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2584msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2585msgstr[0] ""
2586msgstr[1] ""
2587
2588#: e2fsck/unix.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04002589#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002590msgid "%12u bad block\n"
2591msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002592msgstr[0] "b块"
2593msgstr[1] "b块"
2594
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002595#: e2fsck/unix.c:194
Eric Sandeen032eafe2012-07-28 17:48:36 -04002596#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002597msgid "%12u large file\n"
2598msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002599msgstr[0] "一般文件"
2600msgstr[1] "一般文件"
2601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002602#: e2fsck/unix.c:196
Eric Sandeen032eafe2012-07-28 17:48:36 -04002603#, fuzzy, c-format
2604msgid ""
2605"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002606"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002607msgid_plural ""
2608"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002609"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002610msgstr[0] "一般文件"
2611msgstr[1] "一般文件"
2612
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002613#: e2fsck/unix.c:198
Eric Sandeen032eafe2012-07-28 17:48:36 -04002614#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002615msgid "%12u directory\n"
2616msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002617msgstr[0] "文件夹"
2618msgstr[1] "文件夹"
2619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002620#: e2fsck/unix.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04002621#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002622msgid "%12u character device file\n"
2623msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002624msgstr[0] "字符设备"
2625msgstr[1] "字符设备"
2626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002627#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002628#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002629msgid "%12u block device file\n"
2630msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002631msgstr[0] "块设备"
2632msgstr[1] "块设备"
2633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002634#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04002635#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002636msgid "%12u fifo\n"
2637msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002638msgstr[0] ""
2639msgstr[1] ""
2640
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002641#: e2fsck/unix.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04002642#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002643msgid "%12u link\n"
2644msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002645msgstr[0] ""
2646msgstr[1] ""
2647
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002648#: e2fsck/unix.c:209
Eric Sandeen032eafe2012-07-28 17:48:36 -04002649#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002650msgid "%12u symbolic link"
2651msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002652msgstr[0] "符号链接"
2653msgstr[1] "符号链接"
2654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002655#: e2fsck/unix.c:211
Eric Sandeen032eafe2012-07-28 17:48:36 -04002656#, fuzzy, c-format
2657msgid " (%u fast symbolic link)\n"
2658msgid_plural " (%u fast symbolic links)\n"
2659msgstr[0] "符号链接"
2660msgstr[1] "符号链接"
2661
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002662#: e2fsck/unix.c:215
Eric Sandeen032eafe2012-07-28 17:48:36 -04002663#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002664msgid "%12u socket\n"
2665msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002666msgstr[0] "套接字"
2667msgstr[1] "套接字"
2668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002669#: e2fsck/unix.c:219
2670#, fuzzy, c-format
2671msgid "%12u file\n"
2672msgid_plural "%12u files\n"
2673msgstr[0] "一般文件"
2674msgstr[1] "一般文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002675
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002676#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002677#: resize/main.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04002678#, c-format
2679msgid "while determining whether %s is mounted."
2680msgstr ""
2681
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002682#: e2fsck/unix.c:253
Eric Sandeen032eafe2012-07-28 17:48:36 -04002683#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002684msgid "Warning! %s is mounted.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002685msgstr "警告! %s已挂载.\n"
2686
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002687#: e2fsck/unix.c:256
2688#, fuzzy, c-format
2689msgid "Warning! %s is in use.\n"
2690msgstr "警告! %s已挂载.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002691
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002692#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002693#, fuzzy, c-format
2694msgid "%s is mounted.\n"
2695msgstr "%s 已挂载."
2696
2697#: e2fsck/unix.c:264
2698#, fuzzy, c-format
2699msgid "%s is in use.\n"
2700msgstr "%s 已挂载."
2701
2702#: e2fsck/unix.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04002703msgid ""
2704"Cannot continue, aborting.\n"
2705"\n"
2706msgstr "无法继续, 中止.\n"
2707
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002708#: e2fsck/unix.c:268
Theodore Ts'of722c132009-04-21 22:09:01 -04002709msgid ""
2710"\n"
2711"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002712"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2713"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002714"\n"
2715msgstr ""
2716
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002717#: e2fsck/unix.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04002718msgid "Do you really want to continue"
2719msgstr "你真的想要要继续"
2720
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002721#: e2fsck/unix.c:275
Theodore Ts'of722c132009-04-21 22:09:01 -04002722msgid "check aborted.\n"
2723msgstr "检查被中止\n"
2724
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002725#: e2fsck/unix.c:368
Theodore Ts'of722c132009-04-21 22:09:01 -04002726msgid " contains a file system with errors"
2727msgstr ""
2728
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002729#: e2fsck/unix.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04002730msgid " was not cleanly unmounted"
2731msgstr ""
2732
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002733#: e2fsck/unix.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04002734msgid " primary superblock features different from backup"
2735msgstr ""
2736
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002737#: e2fsck/unix.c:376
Theodore Ts'of722c132009-04-21 22:09:01 -04002738#, c-format
2739msgid " has been mounted %u times without being checked"
2740msgstr ""
2741
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002742#: e2fsck/unix.c:383
Theodore Ts'of722c132009-04-21 22:09:01 -04002743msgid " has filesystem last checked time in the future"
2744msgstr ""
2745
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002746#: e2fsck/unix.c:389
Theodore Ts'of722c132009-04-21 22:09:01 -04002747#, c-format
2748msgid " has gone %u days without being checked"
2749msgstr ""
2750
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002751#: e2fsck/unix.c:398
Theodore Ts'of722c132009-04-21 22:09:01 -04002752msgid ", check forced.\n"
2753msgstr ", 强制检查.\n"
2754
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002755#: e2fsck/unix.c:431
Theodore Ts'of722c132009-04-21 22:09:01 -04002756#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002757msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'of722c132009-04-21 22:09:01 -04002758msgstr ""
2759
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002760#: e2fsck/unix.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04002761msgid " (check deferred; on battery)"
2762msgstr ""
2763
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002764#: e2fsck/unix.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04002765msgid " (check after next mount)"
2766msgstr "(将于下次挂载时进行检查)"
2767
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002768#: e2fsck/unix.c:456
Theodore Ts'of722c132009-04-21 22:09:01 -04002769#, c-format
2770msgid " (check in %ld mounts)"
2771msgstr ""
2772
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002773#: e2fsck/unix.c:606
Theodore Ts'of722c132009-04-21 22:09:01 -04002774#, c-format
2775msgid "ERROR: Couldn't open /dev/null (%s)\n"
2776msgstr ""
2777
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002778#: e2fsck/unix.c:675
Theodore Ts'of722c132009-04-21 22:09:01 -04002779msgid "Invalid EA version.\n"
2780msgstr "无效的EA版本号.\n"
2781
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002782#: e2fsck/unix.c:702
Theodore Ts'of722c132009-04-21 22:09:01 -04002783#, c-format
2784msgid "Unknown extended option: %s\n"
2785msgstr ""
2786
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002787#: e2fsck/unix.c:727
Theodore Ts'of722c132009-04-21 22:09:01 -04002788#, c-format
2789msgid ""
2790"Syntax error in e2fsck config file (%s, line #%d)\n"
2791"\t%s\n"
2792msgstr ""
2793"e2fsck 配置文件中语法错误(%s, 行 #%d)\n"
2794"\t%s\n"
2795
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002796#: e2fsck/unix.c:797
Theodore Ts'of722c132009-04-21 22:09:01 -04002797#, c-format
2798msgid "Error validating file descriptor %d: %s\n"
2799msgstr ""
2800
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002801#: e2fsck/unix.c:801
Theodore Ts'of722c132009-04-21 22:09:01 -04002802msgid "Invalid completion information file descriptor"
2803msgstr ""
2804
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002805#: e2fsck/unix.c:816
Theodore Ts'of722c132009-04-21 22:09:01 -04002806msgid "Only one of the options -p/-a, -n or -y may be specified."
2807msgstr ""
2808
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002809#: e2fsck/unix.c:837
Theodore Ts'of722c132009-04-21 22:09:01 -04002810#, c-format
2811msgid "The -t option is not supported on this version of e2fsck.\n"
2812msgstr ""
2813
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002814#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002815#: misc/tune2fs.c:1159
Theodore Ts'of722c132009-04-21 22:09:01 -04002816#, c-format
2817msgid "Unable to resolve '%s'"
2818msgstr ""
2819
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002820#: e2fsck/unix.c:921
Dark Ravenc4755342011-01-26 18:54:25 -05002821msgid "The -n and -D options are incompatible."
2822msgstr ""
2823
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002824#: e2fsck/unix.c:926
Dark Ravenc4755342011-01-26 18:54:25 -05002825msgid "The -n and -c options are incompatible."
2826msgstr ""
2827
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002828#: e2fsck/unix.c:931
Dark Ravenc4755342011-01-26 18:54:25 -05002829msgid "The -n and -l/-L options are incompatible."
2830msgstr ""
2831
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002832#: e2fsck/unix.c:985
Theodore Ts'of722c132009-04-21 22:09:01 -04002833msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2834msgstr ""
2835
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002836#: e2fsck/unix.c:1032
Theodore Ts'of722c132009-04-21 22:09:01 -04002837#, c-format
2838msgid ""
2839"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2840"\n"
2841msgstr ""
2842
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002843#: e2fsck/unix.c:1041
Theodore Ts'of722c132009-04-21 22:09:01 -04002844#, c-format
2845msgid ""
2846"\n"
2847"Invalid non-numeric argument to -%c (\"%s\")\n"
2848"\n"
2849msgstr ""
2850
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002851#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04002852#, c-format
2853msgid ""
2854"MMP interval is %u seconds and total wait time is %u seconds. Please "
2855"wait...\n"
2856msgstr ""
2857
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002858#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04002859#, fuzzy
2860msgid "while checking MMP block"
2861msgstr "在对坏块inode进行一致性检验是"
2862
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002863#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04002864msgid ""
2865"If you are sure the filesystem is not in use on any node, run:\n"
2866"'tune2fs -f -E clear_mmp {device}'\n"
2867msgstr ""
2868
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002869#: e2fsck/unix.c:1207
Theodore Ts'of722c132009-04-21 22:09:01 -04002870msgid "Error: ext2fs library version out of date!\n"
2871msgstr "错误: ext2fs库版本过旧!\n"
2872
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002873#: e2fsck/unix.c:1214
Theodore Ts'of722c132009-04-21 22:09:01 -04002874msgid "while trying to initialize program"
2875msgstr ""
2876
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002877#: e2fsck/unix.c:1237
Dark Raven3be22a82010-04-19 16:59:03 -04002878#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002879msgid "\tUsing %s, %s\n"
Dark Raven3be22a82010-04-19 16:59:03 -04002880msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002881
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002882#: e2fsck/unix.c:1249
Theodore Ts'of722c132009-04-21 22:09:01 -04002883msgid "need terminal for interactive repairs"
2884msgstr ""
2885
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002886#: e2fsck/unix.c:1303
Dark Raven31a48472009-05-25 22:45:42 -04002887#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002888msgid "%s: %s trying backup blocks...\n"
Dark Raven31a48472009-05-25 22:45:42 -04002889msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002890
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002891#: e2fsck/unix.c:1305
Theodore Ts'of722c132009-04-21 22:09:01 -04002892msgid "Superblock invalid,"
Dark Raven31a48472009-05-25 22:45:42 -04002893msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04002894
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002895#: e2fsck/unix.c:1306
Theodore Ts'of722c132009-04-21 22:09:01 -04002896msgid "Group descriptors look bad..."
2897msgstr ""
2898
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002899#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04002900#, fuzzy, c-format
2901msgid "%s: %s while using the backup blocks"
2902msgstr "当读取坏块inode时"
2903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002904#: e2fsck/unix.c:1320
Dark Raven3be22a82010-04-19 16:59:03 -04002905#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002906msgid "%s: going back to original superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04002907msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04002908
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002909#: e2fsck/unix.c:1349
Theodore Ts'of722c132009-04-21 22:09:01 -04002910msgid ""
2911"The filesystem revision is apparently too high for this version of e2fsck.\n"
2912"(Or the filesystem superblock is corrupt)\n"
2913"\n"
2914msgstr ""
2915
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002916#: e2fsck/unix.c:1356
Theodore Ts'of722c132009-04-21 22:09:01 -04002917msgid "Could this be a zero-length partition?\n"
2918msgstr ""
2919
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002920#: e2fsck/unix.c:1358
Theodore Ts'of722c132009-04-21 22:09:01 -04002921#, c-format
2922msgid "You must have %s access to the filesystem or be root\n"
2923msgstr ""
2924
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002925#: e2fsck/unix.c:1364
Theodore Ts'of722c132009-04-21 22:09:01 -04002926msgid "Possibly non-existent or swap device?\n"
2927msgstr ""
2928
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002929#: e2fsck/unix.c:1366
Theodore Ts'of722c132009-04-21 22:09:01 -04002930msgid "Filesystem mounted or opened exclusively by another program?\n"
2931msgstr ""
2932
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002933#: e2fsck/unix.c:1370
Dark Ravenc4755342011-01-26 18:54:25 -05002934msgid "Possibly non-existent device?\n"
2935msgstr ""
2936
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002937#: e2fsck/unix.c:1373
Theodore Ts'of722c132009-04-21 22:09:01 -04002938msgid ""
2939"Disk write-protected; use the -n option to do a read-only\n"
2940"check of the device.\n"
2941msgstr ""
2942
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002943#: e2fsck/unix.c:1437
Theodore Ts'of722c132009-04-21 22:09:01 -04002944msgid "Get a newer version of e2fsck!"
2945msgstr ""
2946
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002947#: e2fsck/unix.c:1480
Theodore Ts'of722c132009-04-21 22:09:01 -04002948#, c-format
Dark Raven3be22a82010-04-19 16:59:03 -04002949msgid "while checking ext3 journal for %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04002950msgstr ""
2951
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002952#: e2fsck/unix.c:1492
Eric Sandeen032eafe2012-07-28 17:48:36 -04002953msgid ""
2954"Warning: skipping journal recovery because doing a read-only filesystem "
2955"check.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002956msgstr ""
2957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002958#: e2fsck/unix.c:1504
Theodore Ts'of722c132009-04-21 22:09:01 -04002959#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04002960msgid "unable to set superblock flags on %s\n"
2961msgstr ""
2962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002963#: e2fsck/unix.c:1511
Theodore Ts'o296b9d62010-06-07 12:25:11 -04002964#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002965msgid "while recovering ext3 journal of %s"
2966msgstr ""
2967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002968#: e2fsck/unix.c:1534
Theodore Ts'of722c132009-04-21 22:09:01 -04002969#, c-format
2970msgid "%s has unsupported feature(s):"
2971msgstr ""
2972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002973#: e2fsck/unix.c:1549
Eric Sandeen032eafe2012-07-28 17:48:36 -04002974#, c-format
2975msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002976msgstr ""
2977
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002978#: e2fsck/unix.c:1555
Theodore Ts'of722c132009-04-21 22:09:01 -04002979#, c-format
2980msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002981"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002982"\tbut filesystem %s has HTREE directories.\n"
2983msgstr ""
2984
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002985#: e2fsck/unix.c:1607
Eric Sandeen032eafe2012-07-28 17:48:36 -04002986#, fuzzy, c-format
2987msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002988msgstr "当读取坏块inode时"
2989
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002990#: e2fsck/unix.c:1610
Theodore Ts'of722c132009-04-21 22:09:01 -04002991msgid "This doesn't bode well, but we'll try to go on...\n"
2992msgstr ""
2993
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002994#: e2fsck/unix.c:1651
Dark Raven3be22a82010-04-19 16:59:03 -04002995#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002996msgid "Creating journal (%d blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04002997msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002998
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002999#: e2fsck/unix.c:1661
Theodore Ts'of722c132009-04-21 22:09:01 -04003000msgid " Done.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003001msgstr "完成.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003002
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003003#: e2fsck/unix.c:1663
Theodore Ts'of722c132009-04-21 22:09:01 -04003004msgid ""
3005"\n"
3006"*** journal has been re-created - filesystem is now ext3 again ***\n"
3007msgstr ""
3008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003009#: e2fsck/unix.c:1687
Theodore Ts'of722c132009-04-21 22:09:01 -04003010msgid "Restarting e2fsck from the beginning...\n"
3011msgstr "正在从头开始e2fsck...\n"
3012
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003013#: e2fsck/unix.c:1691
Theodore Ts'of722c132009-04-21 22:09:01 -04003014msgid "while resetting context"
3015msgstr ""
3016
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003017#: e2fsck/unix.c:1698
Theodore Ts'of722c132009-04-21 22:09:01 -04003018#, c-format
3019msgid "%s: e2fsck canceled.\n"
3020msgstr "%s: e2fsck被取消.\n"
3021
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003022#: e2fsck/unix.c:1703
Theodore Ts'of722c132009-04-21 22:09:01 -04003023msgid "aborted"
3024msgstr "已中止"
3025
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003026#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -04003027#, c-format
3028msgid ""
3029"\n"
3030"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3031msgstr ""
3032"\n"
3033"%s: ***** 文件系统已修改 *****\n"
3034
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003035#: e2fsck/unix.c:1719
Theodore Ts'of722c132009-04-21 22:09:01 -04003036#, c-format
3037msgid "%s: ***** REBOOT LINUX *****\n"
3038msgstr "%s: ***** 重新启动 LINUX *****\n"
3039
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003040#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'of722c132009-04-21 22:09:01 -04003041#, c-format
3042msgid ""
3043"\n"
3044"%s: ********** WARNING: Filesystem still has errors **********\n"
3045"\n"
3046msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003047"\n"
3048"%s: ********** 警告: 文件系统上仍有错误 **********\n"
3049"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003050
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003051#: e2fsck/unix.c:1767
Theodore Ts'of722c132009-04-21 22:09:01 -04003052msgid "while setting block group checksum info"
3053msgstr ""
3054
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003055#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04003056msgid "yY"
3057msgstr "yY"
3058
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003059#: e2fsck/util.c:191
Theodore Ts'of722c132009-04-21 22:09:01 -04003060msgid "nN"
3061msgstr "nN"
3062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003063#: e2fsck/util.c:205
Theodore Ts'of722c132009-04-21 22:09:01 -04003064msgid "<y>"
3065msgstr "<y>"
3066
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003067#: e2fsck/util.c:207
Theodore Ts'of722c132009-04-21 22:09:01 -04003068msgid "<n>"
3069msgstr "<n>"
3070
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003071#: e2fsck/util.c:209
Theodore Ts'of722c132009-04-21 22:09:01 -04003072msgid " (y/n)"
3073msgstr " (y/n)"
3074
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003075#: e2fsck/util.c:223
Theodore Ts'of722c132009-04-21 22:09:01 -04003076msgid "cancelled!\n"
3077msgstr "已取消!\n"
3078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003079#: e2fsck/util.c:238
Theodore Ts'of722c132009-04-21 22:09:01 -04003080msgid "yes\n"
3081msgstr "是\n"
3082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003083#: e2fsck/util.c:240
Theodore Ts'of722c132009-04-21 22:09:01 -04003084msgid "no\n"
3085msgstr "否\n"
3086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003087#: e2fsck/util.c:250
Dark Raven3be22a82010-04-19 16:59:03 -04003088#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003089msgid ""
3090"%s? no\n"
3091"\n"
3092msgstr ""
3093"%s? 否\n"
3094"\n"
3095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003096#: e2fsck/util.c:254
Theodore Ts'of722c132009-04-21 22:09:01 -04003097#, c-format
3098msgid ""
3099"%s? yes\n"
3100"\n"
3101msgstr ""
3102"%s? 是\n"
3103"\n"
3104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003105#: e2fsck/util.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04003106msgid "yes"
3107msgstr "yes"
3108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003109#: e2fsck/util.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04003110msgid "no"
3111msgstr "no"
3112
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003113#: e2fsck/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04003114#, c-format
3115msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3116msgstr ""
3117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003118#: e2fsck/util.c:278
Theodore Ts'of722c132009-04-21 22:09:01 -04003119msgid "reading inode and block bitmaps"
3120msgstr ""
3121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003122#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003123#, c-format
3124msgid "while retrying to read bitmaps for %s"
3125msgstr ""
3126
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003127#: e2fsck/util.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04003128msgid "writing block and inode bitmaps"
3129msgstr ""
3130
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003131#: e2fsck/util.c:303
Theodore Ts'of722c132009-04-21 22:09:01 -04003132#, c-format
3133msgid "while rewriting block and inode bitmaps for %s"
3134msgstr ""
3135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003136#: e2fsck/util.c:315
Theodore Ts'of722c132009-04-21 22:09:01 -04003137#, c-format
3138msgid ""
3139"\n"
3140"\n"
3141"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3142"\t(i.e., without -a or -p options)\n"
3143msgstr ""
3144
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003145#: e2fsck/util.c:396
Dark Raven3be22a82010-04-19 16:59:03 -04003146#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003147msgid "Memory used: %luk/%luk (%luk/%luk), "
Dark Raven3be22a82010-04-19 16:59:03 -04003148msgstr "内存使用量: %luk/%luk (%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003149
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003150#: e2fsck/util.c:400
Dark Raven3be22a82010-04-19 16:59:03 -04003151#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003152msgid "Memory used: %lu, "
Dark Raven3be22a82010-04-19 16:59:03 -04003153msgstr "内存用量: %lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003154
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003155#: e2fsck/util.c:407
Dark Raven31a48472009-05-25 22:45:42 -04003156#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003157msgid "time: %5.2f/%5.2f/%5.2f\n"
3158msgstr "时间: %5.2f/%5.2f/%5.2f\n"
3159
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003160#: e2fsck/util.c:412
Theodore Ts'of722c132009-04-21 22:09:01 -04003161#, c-format
3162msgid "elapsed time: %6.3f\n"
3163msgstr ""
3164
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003165#: e2fsck/util.c:447 e2fsck/util.c:461
Dark Raven3be22a82010-04-19 16:59:03 -04003166#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003167msgid "while reading inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003168msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003169
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003170#: e2fsck/util.c:475 e2fsck/util.c:488
Dark Raven3be22a82010-04-19 16:59:03 -04003171#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003172msgid "while writing inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003173msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003175#: e2fsck/util.c:637
Theodore Ts'of722c132009-04-21 22:09:01 -04003176msgid "while allocating zeroizing buffer"
3177msgstr ""
3178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003179#: e2fsck/util.c:785
Eric Sandeen032eafe2012-07-28 17:48:36 -04003180msgid ""
3181"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3182"running.\n"
3183msgstr ""
3184
3185#: misc/badblocks.c:69
3186#, fuzzy
3187msgid "done \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003188msgstr "完成 \n"
3189
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003190#: misc/badblocks.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -04003191#, c-format
3192msgid ""
3193"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003194" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3195"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003196" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3197" device [last_block [first_block]]\n"
3198msgstr ""
3199
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003200#: misc/badblocks.c:103
Theodore Ts'of722c132009-04-21 22:09:01 -04003201#, c-format
3202msgid ""
3203"%s: The -n and -w options are mutually exclusive.\n"
3204"\n"
3205msgstr ""
3206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003207#: misc/badblocks.c:218
Theodore Ts'o930e2812009-06-29 15:08:12 -04003208#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003209msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003210msgstr ""
3211
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003212#: misc/badblocks.c:323
Theodore Ts'of722c132009-04-21 22:09:01 -04003213msgid "Testing with random pattern: "
3214msgstr ""
3215
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003216#: misc/badblocks.c:341
Theodore Ts'of722c132009-04-21 22:09:01 -04003217msgid "Testing with pattern 0x"
3218msgstr ""
3219
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003220#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'of722c132009-04-21 22:09:01 -04003221msgid "during seek"
3222msgstr ""
3223
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003224#: misc/badblocks.c:384
Theodore Ts'of722c132009-04-21 22:09:01 -04003225#, c-format
3226msgid "Weird value (%ld) in do_read\n"
3227msgstr ""
3228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003229#: misc/badblocks.c:471
Theodore Ts'of722c132009-04-21 22:09:01 -04003230msgid "during ext2fs_sync_device"
3231msgstr ""
3232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003233#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'of722c132009-04-21 22:09:01 -04003234msgid "while beginning bad block list iteration"
3235msgstr ""
3236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003237#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'of722c132009-04-21 22:09:01 -04003238msgid "while allocating buffers"
3239msgstr ""
3240
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003241#: misc/badblocks.c:510
Theodore Ts'of722c132009-04-21 22:09:01 -04003242#, c-format
3243msgid "Checking blocks %lu to %lu\n"
3244msgstr "正在检查从 %lu 到 %lu的块\n"
3245
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003246#: misc/badblocks.c:515
Theodore Ts'of722c132009-04-21 22:09:01 -04003247msgid "Checking for bad blocks in read-only mode\n"
3248msgstr ""
3249
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003250#: misc/badblocks.c:524
Theodore Ts'of722c132009-04-21 22:09:01 -04003251msgid "Checking for bad blocks (read-only test): "
3252msgstr ""
3253
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003254#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3255#: misc/badblocks.c:827
Theodore Ts'of722c132009-04-21 22:09:01 -04003256msgid "Too many bad blocks, aborting test\n"
3257msgstr ""
3258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003259#: misc/badblocks.c:613
Theodore Ts'of722c132009-04-21 22:09:01 -04003260msgid "Checking for bad blocks in read-write mode\n"
3261msgstr ""
3262
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003263#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'of722c132009-04-21 22:09:01 -04003264#, c-format
3265msgid "From block %lu to %lu\n"
3266msgstr ""
3267
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003268#: misc/badblocks.c:670
Theodore Ts'of722c132009-04-21 22:09:01 -04003269msgid "Reading and comparing: "
3270msgstr "正在读取并比较: "
3271
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003272#: misc/badblocks.c:776
Theodore Ts'of722c132009-04-21 22:09:01 -04003273msgid "Checking for bad blocks in non-destructive read-write mode\n"
3274msgstr ""
3275
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003276#: misc/badblocks.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -04003277msgid "Checking for bad blocks (non-destructive read-write test)\n"
3278msgstr ""
3279
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003280#: misc/badblocks.c:789
Theodore Ts'of722c132009-04-21 22:09:01 -04003281msgid ""
3282"\n"
3283"Interrupt caught, cleaning up\n"
3284msgstr ""
3285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003286#: misc/badblocks.c:872
Theodore Ts'of722c132009-04-21 22:09:01 -04003287#, c-format
3288msgid "during test data write, block %lu"
3289msgstr ""
3290
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003291#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'of722c132009-04-21 22:09:01 -04003292#, c-format
3293msgid "%s is mounted; "
3294msgstr "%s 已经挂载;"
3295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003296#: misc/badblocks.c:995
Theodore Ts'of722c132009-04-21 22:09:01 -04003297msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3298msgstr ""
3299
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003300#: misc/badblocks.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04003301msgid "it's not safe to run badblocks!\n"
3302msgstr ""
3303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003304#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'of722c132009-04-21 22:09:01 -04003305#, c-format
3306msgid "%s is apparently in use by the system; "
3307msgstr ""
3308
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003309#: misc/badblocks.c:1008
Theodore Ts'of722c132009-04-21 22:09:01 -04003310msgid "badblocks forced anyway.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003311msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003312
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003313#: misc/badblocks.c:1028
Theodore Ts'of722c132009-04-21 22:09:01 -04003314#, c-format
3315msgid "invalid %s - %s"
3316msgstr "无效的%s - %s"
3317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003318#: misc/badblocks.c:1139
Theodore Ts'of722c132009-04-21 22:09:01 -04003319#, c-format
3320msgid "can't allocate memory for test_pattern - %s"
3321msgstr ""
3322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003323#: misc/badblocks.c:1169
Theodore Ts'of722c132009-04-21 22:09:01 -04003324msgid "Maximum of one test_pattern may be specified in read-only mode"
3325msgstr ""
3326
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003327#: misc/badblocks.c:1175
Theodore Ts'of722c132009-04-21 22:09:01 -04003328msgid "Random test_pattern is not allowed in read-only mode"
3329msgstr ""
3330
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003331#: misc/badblocks.c:1189
Theodore Ts'of722c132009-04-21 22:09:01 -04003332msgid ""
3333"Couldn't determine device size; you must specify\n"
3334"the size manually\n"
3335msgstr ""
3336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003337#: misc/badblocks.c:1195
Theodore Ts'of722c132009-04-21 22:09:01 -04003338msgid "while trying to determine device size"
3339msgstr ""
3340
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003341#: misc/badblocks.c:1200
Theodore Ts'of722c132009-04-21 22:09:01 -04003342msgid "last block"
3343msgstr "最后一个块"
3344
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003345#: misc/badblocks.c:1206
Theodore Ts'of722c132009-04-21 22:09:01 -04003346msgid "first block"
3347msgstr "第一个块"
3348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003349#: misc/badblocks.c:1209
Theodore Ts'of722c132009-04-21 22:09:01 -04003350#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003351msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003352msgstr ""
3353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003354#: misc/badblocks.c:1216
3355#, c-format
3356msgid "invalid end block (%llu): must be 32-bit value"
3357msgstr ""
3358
3359#: misc/badblocks.c:1272
Theodore Ts'of722c132009-04-21 22:09:01 -04003360msgid "while creating in-memory bad blocks list"
3361msgstr ""
3362
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003363#: misc/badblocks.c:1281
3364msgid "input file - bad format"
3365msgstr ""
3366
3367#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'of722c132009-04-21 22:09:01 -04003368msgid "while adding to in-memory bad block list"
3369msgstr ""
3370
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003371#: misc/badblocks.c:1323
Theodore Ts'of722c132009-04-21 22:09:01 -04003372#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003373msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003374msgstr ""
3375
Eric Sandeen032eafe2012-07-28 17:48:36 -04003376#: misc/chattr.c:86
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003377#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003378msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003379msgstr "用法: %s [-RVadlv] [files...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003381#: misc/chattr.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -04003382#, c-format
3383msgid "bad version - %s\n"
3384msgstr "错误的版本 - %s\n"
3385
Eric Sandeen032eafe2012-07-28 17:48:36 -04003386#: misc/chattr.c:201 misc/lsattr.c:116
Dark Raven3be22a82010-04-19 16:59:03 -04003387#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003388msgid "while trying to stat %s"
3389msgstr "当尝试对%s进行stat调用时"
3390
Eric Sandeen032eafe2012-07-28 17:48:36 -04003391#: misc/chattr.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -04003392#, c-format
3393msgid "while reading flags on %s"
3394msgstr ""
3395
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003396#: misc/chattr.c:213 misc/chattr.c:225
Theodore Ts'o930e2812009-06-29 15:08:12 -04003397#, c-format
3398msgid "Flags of %s set as "
3399msgstr "%s的标志被设为 "
3400
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003401#: misc/chattr.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04003402#, c-format
3403msgid "while setting flags on %s"
3404msgstr ""
3405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003406#: misc/chattr.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04003407#, c-format
3408msgid "Version of %s set as %lu\n"
3409msgstr ""
3410
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003411#: misc/chattr.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -04003412#, c-format
3413msgid "while setting version on %s"
3414msgstr ""
3415
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003416#: misc/chattr.c:267
Theodore Ts'of722c132009-04-21 22:09:01 -04003417msgid "Couldn't allocate path variable in chattr_dir_proc"
3418msgstr ""
3419
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003420#: misc/chattr.c:307
Theodore Ts'of722c132009-04-21 22:09:01 -04003421msgid "= is incompatible with - and +\n"
3422msgstr ""
3423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003424#: misc/chattr.c:315
Theodore Ts'of722c132009-04-21 22:09:01 -04003425msgid "Must use '-v', =, - or +\n"
3426msgstr ""
3427
Eric Sandeen032eafe2012-07-28 17:48:36 -04003428#: misc/dumpe2fs.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -04003429#, c-format
Dark Raven3be22a82010-04-19 16:59:03 -04003430msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003431msgstr ""
3432
Eric Sandeen032eafe2012-07-28 17:48:36 -04003433#: misc/dumpe2fs.c:159
3434#, fuzzy
3435msgid "blocks"
3436msgstr "b块"
3437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003438#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003439msgid "clusters"
3440msgstr ""
3441
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003442#: misc/dumpe2fs.c:197
Theodore Ts'of722c132009-04-21 22:09:01 -04003443#, c-format
3444msgid "Group %lu: (Blocks "
3445msgstr ""
3446
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003447#: misc/dumpe2fs.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04003448#, fuzzy, c-format
3449msgid " Checksum 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003450msgstr " 校验和 0x%04x,%d个未使用的inode\n"
3451
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003452#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003453#, c-format
3454msgid " (EXPECTED 0x%04x)"
3455msgstr ""
3456
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003457#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003458#, fuzzy, c-format
3459msgid ", unused inodes %u\n"
3460msgstr ", %u个未使用的inodes\n"
3461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003462#: misc/dumpe2fs.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003463#, c-format
3464msgid " %s superblock at "
3465msgstr ""
3466
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003467#: misc/dumpe2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -04003468msgid "Primary"
3469msgstr "主"
3470
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003471#: misc/dumpe2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -04003472msgid "Backup"
3473msgstr "备份"
3474
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003475#: misc/dumpe2fs.c:218
3476#, fuzzy
Theodore Ts'of722c132009-04-21 22:09:01 -04003477msgid ", Group descriptors at "
3478msgstr ", 组描述符位于 "
3479
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003480#: misc/dumpe2fs.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -04003481msgid ""
3482"\n"
3483" Reserved GDT blocks at "
3484msgstr ""
3485"\n"
3486" 保留的GDT块位于 "
3487
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003488#: misc/dumpe2fs.c:229
Theodore Ts'of722c132009-04-21 22:09:01 -04003489msgid " Group descriptor at "
3490msgstr ""
3491
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003492#: misc/dumpe2fs.c:235
Theodore Ts'of722c132009-04-21 22:09:01 -04003493msgid " Block bitmap at "
3494msgstr ""
3495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003496#: misc/dumpe2fs.c:239
Theodore Ts'of722c132009-04-21 22:09:01 -04003497msgid ", Inode bitmap at "
3498msgstr ""
3499
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003500#: misc/dumpe2fs.c:243
Theodore Ts'of722c132009-04-21 22:09:01 -04003501msgid ""
3502"\n"
3503" Inode table at "
3504msgstr ""
3505"\n"
3506" Inode表位于 "
3507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003508#: misc/dumpe2fs.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04003509#, c-format
3510msgid ""
3511"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003512" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04003513msgstr ""
3514
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003515#: misc/dumpe2fs.c:256
Theodore Ts'of722c132009-04-21 22:09:01 -04003516#, c-format
3517msgid ", %u unused inodes\n"
3518msgstr ", %u个未使用的inodes\n"
3519
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003520#: misc/dumpe2fs.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04003521msgid " Free blocks: "
3522msgstr " 可用块数: "
3523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003524#: misc/dumpe2fs.c:274
Theodore Ts'of722c132009-04-21 22:09:01 -04003525msgid " Free inodes: "
3526msgstr " 可用inode数: "
3527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003528#: misc/dumpe2fs.c:310
Theodore Ts'of722c132009-04-21 22:09:01 -04003529msgid "while printing bad block list"
3530msgstr ""
3531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003532#: misc/dumpe2fs.c:316
Theodore Ts'of722c132009-04-21 22:09:01 -04003533#, c-format
3534msgid "Bad blocks: %u"
3535msgstr "坏块数: %u"
3536
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003537#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'of722c132009-04-21 22:09:01 -04003538msgid "while reading journal inode"
3539msgstr ""
3540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003541#: misc/dumpe2fs.c:351
Dark Raven3be22a82010-04-19 16:59:03 -04003542msgid "while opening journal inode"
3543msgstr ""
3544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003545#: misc/dumpe2fs.c:357
Dark Raven3be22a82010-04-19 16:59:03 -04003546msgid "while reading journal super block"
3547msgstr ""
3548
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003549#: misc/dumpe2fs.c:364
3550#, fuzzy
3551msgid "Journal superblock magic number invalid!\n"
3552msgstr "日志超级块未找到!\n"
3553
3554#: misc/dumpe2fs.c:367
3555#, fuzzy
Dark Raven3be22a82010-04-19 16:59:03 -04003556msgid "Journal features: "
3557msgstr "日志使用者: %s\n"
3558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003559#: misc/dumpe2fs.c:380
Theodore Ts'of722c132009-04-21 22:09:01 -04003560msgid "Journal size: "
3561msgstr "日志大小: "
3562
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003563#: misc/dumpe2fs.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04003564#, c-format
3565msgid ""
3566"Journal length: %u\n"
3567"Journal sequence: 0x%08x\n"
3568"Journal start: %u\n"
3569msgstr ""
3570
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003571#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003572#, fuzzy, c-format
3573msgid "Journal errno: %d\n"
3574msgstr "日志使用者: %s\n"
3575
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003576#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'of722c132009-04-21 22:09:01 -04003577msgid "while reading journal superblock"
3578msgstr ""
3579
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003580#: misc/dumpe2fs.c:423
Theodore Ts'of722c132009-04-21 22:09:01 -04003581msgid "Couldn't find journal superblock magic numbers"
3582msgstr ""
3583
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003584#: misc/dumpe2fs.c:427
Theodore Ts'of722c132009-04-21 22:09:01 -04003585#, c-format
3586msgid ""
3587"\n"
3588"Journal block size: %u\n"
3589"Journal length: %u\n"
3590"Journal first block: %u\n"
3591"Journal sequence: 0x%08x\n"
3592"Journal start: %u\n"
3593"Journal number of users: %u\n"
3594msgstr ""
3595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003596#: misc/dumpe2fs.c:440
Dark Raven31a48472009-05-25 22:45:42 -04003597#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003598msgid "Journal users: %s\n"
3599msgstr "日志使用者: %s\n"
3600
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003601#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'of722c132009-04-21 22:09:01 -04003602msgid "Couldn't allocate memory to parse options!\n"
3603msgstr ""
3604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003605#: misc/dumpe2fs.c:482
Theodore Ts'of722c132009-04-21 22:09:01 -04003606#, c-format
3607msgid "Invalid superblock parameter: %s\n"
3608msgstr ""
3609
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003610#: misc/dumpe2fs.c:497
Theodore Ts'of722c132009-04-21 22:09:01 -04003611#, c-format
3612msgid "Invalid blocksize parameter: %s\n"
3613msgstr ""
3614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003615#: misc/dumpe2fs.c:508
Theodore Ts'of722c132009-04-21 22:09:01 -04003616#, c-format
3617msgid ""
3618"\n"
3619"Bad extended option(s) specified: %s\n"
3620"\n"
3621"Extended options are separated by commas, and may take an argument which\n"
3622"\tis set off by an equals ('=') sign.\n"
3623"\n"
3624"Valid extended options are:\n"
3625"\tsuperblock=<superblock number>\n"
3626"\tblocksize=<blocksize>\n"
3627msgstr ""
3628
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003629#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Dark Raven3be22a82010-04-19 16:59:03 -04003630#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003631msgid "\tUsing %s\n"
3632msgstr "\t使用 %s\n"
3633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003634#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3635#: resize/main.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04003636msgid "Couldn't find valid filesystem superblock.\n"
3637msgstr "找不到有效的文件系统超级块.\n"
3638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003639#: misc/dumpe2fs.c:632
Theodore Ts'of722c132009-04-21 22:09:01 -04003640#, c-format
3641msgid ""
3642"\n"
3643"%s: %s: error reading bitmaps: %s\n"
3644msgstr ""
3645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003646#: misc/e2image.c:101
Theodore Ts'of722c132009-04-21 22:09:01 -04003647#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003648msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003649msgstr ""
3650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003651#: misc/e2image.c:103
Eric Sandeen032eafe2012-07-28 17:48:36 -04003652#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003653msgid " %s -I device image-file\n"
3654msgstr ""
3655
3656#: misc/e2image.c:104
3657#, c-format
3658msgid ""
3659" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3660"[ dest_fs ]\n"
3661msgstr ""
3662
3663#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3664#: misc/e2image.c:1178
3665#, fuzzy
3666msgid "while allocating buffer"
3667msgstr "A分配出错"
3668
3669#: misc/e2image.c:174
3670#, fuzzy, c-format
3671msgid "Writing block %llu\n"
3672msgstr "正在检查从 %lu 到 %lu的块\n"
3673
3674#: misc/e2image.c:188
3675#, fuzzy, c-format
3676msgid "error writing block %llu"
3677msgstr "写块 %lu (%s) 出错. "
3678
3679#: misc/e2image.c:191
3680msgid "error in generic_write()"
3681msgstr ""
3682
3683#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003684msgid "Error: header size is bigger than wrt_size\n"
3685msgstr ""
3686
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003687#: misc/e2image.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003688msgid "Couldn't allocate header buffer\n"
3689msgstr ""
3690
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003691#: misc/e2image.c:241
Theodore Ts'of722c132009-04-21 22:09:01 -04003692msgid "while writing superblock"
3693msgstr ""
3694
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003695#: misc/e2image.c:250
Theodore Ts'of722c132009-04-21 22:09:01 -04003696msgid "while writing inode table"
3697msgstr ""
3698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003699#: misc/e2image.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04003700msgid "while writing block bitmap"
3701msgstr ""
3702
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003703#: misc/e2image.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04003704msgid "while writing inode bitmap"
3705msgstr ""
3706
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003707#: misc/e2image.c:502
3708#, fuzzy, c-format
3709msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3710msgstr "空目录块 %u (#%d),于 inode %u 中\n"
3711
3712#: misc/e2image.c:514
3713#, fuzzy, c-format
3714msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3715msgstr "空目录块 %u (#%d),于 inode %u 中\n"
3716
3717#: misc/e2image.c:555
3718#, c-format
3719msgid "%llu / %llu blocks (%d%%)"
3720msgstr ""
3721
3722#: misc/e2image.c:586 misc/e2image.c:626
3723msgid "Copying "
3724msgstr ""
3725
3726#: misc/e2image.c:623
3727msgid ""
3728"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3729msgstr ""
3730
3731#: misc/e2image.c:649
3732#, c-format
3733msgid " %s remaining at %.2f MB/s"
3734msgstr ""
3735
3736#: misc/e2image.c:661 misc/e2image.c:1188
3737#, fuzzy, c-format
3738msgid "error reading block %llu"
3739msgstr "读取块 %lu (%s) 错误"
3740
3741#: misc/e2image.c:715
3742#, c-format
3743msgid "Copied %llu / %llu blocks (%d%%) in %s "
3744msgstr ""
3745
3746#: misc/e2image.c:719
3747#, c-format
3748msgid "at %.2f MB/s"
3749msgstr ""
3750
3751#: misc/e2image.c:755
3752#, fuzzy
3753msgid "while allocating l1 table"
3754msgstr "正在写入inode表: "
3755
3756#: misc/e2image.c:800
3757msgid "while allocating l2 cache"
3758msgstr ""
3759
3760#: misc/e2image.c:823
3761msgid ""
3762"Warning: There are still tables in the cache while putting the cache, data "
3763"will be lost so the image may not be valid.\n"
3764msgstr ""
3765
3766#: misc/e2image.c:1145
3767msgid "while allocating ext2_qcow2_image"
3768msgstr ""
3769
3770#: misc/e2image.c:1152
3771msgid "while initializing ext2_qcow2_image"
3772msgstr ""
3773
3774#: misc/e2image.c:1211 misc/e2image.c:1229
3775msgid "Programming error: multiple sequential refcount blocks created!\n"
3776msgstr ""
3777
3778#: misc/e2image.c:1269
3779#, fuzzy
3780msgid "while allocating block bitmap"
3781msgstr "当读取位图时"
3782
3783#: misc/e2image.c:1278
3784#, fuzzy
3785msgid "while allocating scramble block bitmap"
3786msgstr "错误块映射中的inode"
3787
3788#: misc/e2image.c:1285
3789#, fuzzy
3790msgid "Scanning inodes...\n"
3791msgstr "正在扫描inode表"
3792
3793#: misc/e2image.c:1297
3794#, fuzzy
3795msgid "Can't allocate block buffer"
3796msgstr "无法分配块缓存 (大小=%d)\n"
3797
3798#: misc/e2image.c:1336 misc/e2image.c:1350
3799#, fuzzy, c-format
3800msgid "while iterating over inode %u"
3801msgstr "当获取下一个inode时"
3802
3803#: misc/e2image.c:1381
3804msgid "Raw and qcow2 images cannot be installed"
3805msgstr ""
3806
3807#: misc/e2image.c:1403
3808#, fuzzy
3809msgid "error reading bitmaps"
3810msgstr "当读取位图时"
3811
3812#: misc/e2image.c:1415
3813#, fuzzy
3814msgid "while opening device file"
3815msgstr "在打开inode扫描时"
3816
3817#: misc/e2image.c:1426
3818#, fuzzy
3819msgid "while restoring the image table"
3820msgstr "当读取坏块inode时"
3821
3822#: misc/e2image.c:1523
3823msgid "-a option can only be used with raw or QCOW2 images."
3824msgstr ""
3825
3826#: misc/e2image.c:1529
3827msgid "Offsets are only allowed with raw images."
3828msgstr ""
3829
3830#: misc/e2image.c:1534
3831msgid "Move mode is only allowed with raw images."
3832msgstr ""
3833
3834#: misc/e2image.c:1539
3835msgid "Move mode requires all data mode."
3836msgstr ""
3837
3838#: misc/e2image.c:1549
3839msgid "checking if mounted"
3840msgstr ""
3841
3842#: misc/e2image.c:1556
3843msgid ""
3844"\n"
3845"Running e2image on a R/W mounted filesystem can result in an\n"
3846"inconsistent image which will not be useful for debugging purposes.\n"
3847"Use -f option if you really want to do that.\n"
3848msgstr ""
3849
3850#: misc/e2image.c:1608
3851msgid "QCOW2 image can not be written to the stdout!\n"
3852msgstr ""
3853
3854#: misc/e2image.c:1614
3855msgid "Can not stat output\n"
3856msgstr ""
3857
3858#: misc/e2image.c:1624
3859#, c-format
3860msgid "Image (%s) is compressed\n"
3861msgstr ""
3862
3863#: misc/e2image.c:1627
3864#, c-format
3865msgid "Image (%s) is encrypted\n"
3866msgstr ""
3867
3868#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04003869#, c-format
3870msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3871msgstr ""
3872
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003873#: misc/e2image.c:1639
3874#, fuzzy
3875msgid "The -c option only supported in raw mode\n"
3876msgstr "-o只能被指定一次"
3877
3878#: misc/e2image.c:1644
3879msgid "The -c option not supported when writing to stdout\n"
3880msgstr ""
3881
3882#: misc/e2image.c:1651
3883msgid "while allocating check_buf"
3884msgstr ""
3885
3886#: misc/e2image.c:1657
3887#, fuzzy
3888msgid "The -p option only supported in raw mode\n"
3889msgstr "-o只能被指定一次"
3890
3891#: misc/e2image.c:1667
3892#, c-format
3893msgid "%d blocks already contained the data to be copied\n"
3894msgstr ""
3895
Eric Sandeen032eafe2012-07-28 17:48:36 -04003896#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04003897#, c-format
3898msgid "e2label: cannot open %s\n"
3899msgstr "e2label: 无法打开 %s\n"
3900
Eric Sandeen032eafe2012-07-28 17:48:36 -04003901#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04003902#, c-format
3903msgid "e2label: cannot seek to superblock\n"
3904msgstr ""
3905
Eric Sandeen032eafe2012-07-28 17:48:36 -04003906#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04003907#, c-format
3908msgid "e2label: error reading superblock\n"
3909msgstr "e2label: 读取superblock出错\n"
3910
Eric Sandeen032eafe2012-07-28 17:48:36 -04003911#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04003912#, c-format
3913msgid "e2label: not an ext2 filesystem\n"
3914msgstr "e2label: 不是一个ex2文件系统\n"
3915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003916#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'of722c132009-04-21 22:09:01 -04003917#, c-format
3918msgid "Warning: label too long, truncating.\n"
3919msgstr ""
3920
Eric Sandeen032eafe2012-07-28 17:48:36 -04003921#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04003922#, c-format
3923msgid "e2label: cannot seek to superblock again\n"
3924msgstr ""
3925
Eric Sandeen032eafe2012-07-28 17:48:36 -04003926#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04003927#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003928msgid "e2label: error writing superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003929msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003930
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003931#: misc/e2label.c:117 misc/tune2fs.c:838
Dark Raven3be22a82010-04-19 16:59:03 -04003932#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003933msgid "Usage: e2label device [newlabel]\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003934msgstr "用法: e2label device [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003935
Eric Sandeen032eafe2012-07-28 17:48:36 -04003936#: misc/e2undo.c:36
Theodore Ts'of722c132009-04-21 22:09:01 -04003937#, c-format
3938msgid "Usage: %s <transaction file> <filesystem>\n"
3939msgstr ""
3940
3941#: misc/e2undo.c:52
3942msgid "Failed to read the file system data \n"
3943msgstr ""
3944
Eric Sandeen032eafe2012-07-28 17:48:36 -04003945#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'of722c132009-04-21 22:09:01 -04003946#, c-format
3947msgid "Failed tdb_fetch %s\n"
3948msgstr "tdb_fetch %s 失败\n"
3949
3950#: misc/e2undo.c:70
3951#, c-format
3952msgid "The file system Mount time didn't match %u\n"
3953msgstr ""
3954
3955#: misc/e2undo.c:89
3956msgid "The file system UUID didn't match \n"
3957msgstr ""
3958
Eric Sandeen032eafe2012-07-28 17:48:36 -04003959#: misc/e2undo.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -04003960#, c-format
3961msgid "Failed tdb_open %s\n"
3962msgstr "tdb_open %s 失败\n"
3963
Eric Sandeen032eafe2012-07-28 17:48:36 -04003964#: misc/e2undo.c:169
Theodore Ts'of722c132009-04-21 22:09:01 -04003965#, c-format
3966msgid "Error while determining whether %s is mounted.\n"
3967msgstr ""
3968
Eric Sandeen032eafe2012-07-28 17:48:36 -04003969#: misc/e2undo.c:175
Theodore Ts'of722c132009-04-21 22:09:01 -04003970msgid "e2undo should only be run on unmounted file system\n"
3971msgstr ""
3972
Eric Sandeen032eafe2012-07-28 17:48:36 -04003973#: misc/e2undo.c:184
Theodore Ts'of722c132009-04-21 22:09:01 -04003974#, c-format
3975msgid "Failed to open %s\n"
3976msgstr "打开%s失败\n"
3977
Eric Sandeen032eafe2012-07-28 17:48:36 -04003978#: misc/e2undo.c:210
Theodore Ts'of722c132009-04-21 22:09:01 -04003979#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003980msgid "Replayed transaction of size %zd at location %llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003981msgstr ""
3982
Eric Sandeen032eafe2012-07-28 17:48:36 -04003983#: misc/e2undo.c:216
Theodore Ts'of722c132009-04-21 22:09:01 -04003984#, c-format
3985msgid "Failed write %s\n"
3986msgstr "写入%s失败\n"
3987
Theodore Ts'o930e2812009-06-29 15:08:12 -04003988#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04003989#, c-format
3990msgid "WARNING: couldn't open %s: %s\n"
3991msgstr ""
3992
Theodore Ts'o930e2812009-06-29 15:08:12 -04003993#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04003994#, c-format
3995msgid "WARNING: bad format on line %d of %s\n"
3996msgstr ""
3997
Eric Sandeen032eafe2012-07-28 17:48:36 -04003998#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04003999msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004000"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004001"\tfield. I will kludge around things for you, but you\n"
4002"\tshould fix your /etc/fstab file as soon as you can.\n"
4003"\n"
4004msgstr ""
4005
Eric Sandeen032eafe2012-07-28 17:48:36 -04004006#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04004007#, c-format
4008msgid "fsck: %s: not found\n"
4009msgstr ""
4010
Eric Sandeen032eafe2012-07-28 17:48:36 -04004011#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04004012#, c-format
4013msgid "%s: wait: No more child process?!?\n"
4014msgstr ""
4015
Eric Sandeen032eafe2012-07-28 17:48:36 -04004016#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04004017#, c-format
4018msgid "Warning... %s for device %s exited with signal %d.\n"
4019msgstr ""
4020
Eric Sandeen032eafe2012-07-28 17:48:36 -04004021#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04004022#, c-format
4023msgid "%s %s: status is %x, should never happen.\n"
4024msgstr ""
4025
Eric Sandeen032eafe2012-07-28 17:48:36 -04004026#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004027#, c-format
4028msgid "Finished with %s (exit status %d)\n"
4029msgstr ""
4030
Eric Sandeen032eafe2012-07-28 17:48:36 -04004031#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04004032#, c-format
4033msgid "%s: Error %d while executing fsck.%s for %s\n"
4034msgstr ""
4035
Eric Sandeen032eafe2012-07-28 17:48:36 -04004036#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04004037msgid ""
4038"Either all or none of the filesystem types passed to -t must be prefixed\n"
4039"with 'no' or '!'.\n"
4040msgstr ""
4041
Eric Sandeen032eafe2012-07-28 17:48:36 -04004042#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04004043msgid "Couldn't allocate memory for filesystem types\n"
4044msgstr ""
4045
Eric Sandeen032eafe2012-07-28 17:48:36 -04004046#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04004047#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004048msgid ""
4049"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4050"number\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004051msgstr ""
4052
Eric Sandeen032eafe2012-07-28 17:48:36 -04004053#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04004054#, c-format
4055msgid "fsck: cannot check %s: fsck.%s not found\n"
4056msgstr ""
4057
Eric Sandeen032eafe2012-07-28 17:48:36 -04004058#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04004059msgid "Checking all file systems.\n"
4060msgstr "正在检查所有文件系统.\n"
4061
Eric Sandeen032eafe2012-07-28 17:48:36 -04004062#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04004063#, c-format
4064msgid "--waiting-- (pass %d)\n"
4065msgstr "--请稍候-- (完成 %d)\n"
4066
Eric Sandeen032eafe2012-07-28 17:48:36 -04004067#: misc/fsck.c:1078
4068msgid ""
4069"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4070msgstr ""
4071"用法: Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] "
4072"[filesys ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004073
Eric Sandeen032eafe2012-07-28 17:48:36 -04004074#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04004075#, c-format
4076msgid "%s: too many devices\n"
4077msgstr "%s: 设备过多\n"
4078
Eric Sandeen032eafe2012-07-28 17:48:36 -04004079#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04004080#, c-format
4081msgid "%s: too many arguments\n"
4082msgstr "%s: 参数过多\n"
4083
Eric Sandeen032eafe2012-07-28 17:48:36 -04004084#: misc/lsattr.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04004085#, c-format
4086msgid "Usage: %s [-RVadlv] [files...]\n"
4087msgstr "用法: %s [-RVadlv] [files...]\n"
4088
Eric Sandeen032eafe2012-07-28 17:48:36 -04004089#: misc/lsattr.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04004090#, c-format
4091msgid "While reading flags on %s"
4092msgstr ""
4093
Eric Sandeen032eafe2012-07-28 17:48:36 -04004094#: misc/lsattr.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -04004095#, c-format
4096msgid "While reading version on %s"
4097msgstr ""
4098
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004099#: misc/mke2fs.c:123
Theodore Ts'of722c132009-04-21 22:09:01 -04004100#, c-format
4101msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004102"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004103"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004104"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004105"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4106"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4107"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004108"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4109"count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004110msgstr ""
4111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004112#: misc/mke2fs.c:252
Theodore Ts'of722c132009-04-21 22:09:01 -04004113#, c-format
4114msgid "Running command: %s\n"
4115msgstr "正在执行命令: %s\n"
4116
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004117#: misc/mke2fs.c:256
Dark Raven31a48472009-05-25 22:45:42 -04004118#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004119msgid "while trying to run '%s'"
4120msgstr "当尝试运行 '%s' 时"
4121
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004122#: misc/mke2fs.c:263
Theodore Ts'of722c132009-04-21 22:09:01 -04004123msgid "while processing list of bad blocks from program"
4124msgstr ""
4125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004126#: misc/mke2fs.c:290
Theodore Ts'of722c132009-04-21 22:09:01 -04004127#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004128msgid "Block %d in primary superblock/group descriptor area bad.\n"
4129msgstr ""
4130
4131#: misc/mke2fs.c:292
4132#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004133msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4134msgstr ""
4135
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004136#: misc/mke2fs.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04004137msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04004138msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004139
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004140#: misc/mke2fs.c:315
Theodore Ts'of722c132009-04-21 22:09:01 -04004141#, c-format
4142msgid ""
4143"Warning: the backup superblock/group descriptors at block %u contain\n"
4144"\tbad blocks.\n"
4145"\n"
4146msgstr ""
4147
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004148#: misc/mke2fs.c:334
Theodore Ts'of722c132009-04-21 22:09:01 -04004149msgid "while marking bad blocks as used"
4150msgstr ""
4151
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004152#: misc/mke2fs.c:386
Theodore Ts'of722c132009-04-21 22:09:01 -04004153msgid "Writing inode tables: "
4154msgstr "正在写入inode表: "
4155
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004156#: misc/mke2fs.c:407
Theodore Ts'of722c132009-04-21 22:09:01 -04004157#, c-format
4158msgid ""
4159"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004160"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004161msgstr ""
4162
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004163#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004164msgid "done \n"
4165msgstr "完成 \n"
4166
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004167#: misc/mke2fs.c:432
Theodore Ts'of722c132009-04-21 22:09:01 -04004168msgid "while creating root dir"
4169msgstr ""
4170
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004171#: misc/mke2fs.c:439
Theodore Ts'of722c132009-04-21 22:09:01 -04004172msgid "while reading root inode"
4173msgstr "当读取坏块inode时"
4174
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004175#: misc/mke2fs.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04004176msgid "while setting root inode ownership"
4177msgstr ""
4178
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004179#: misc/mke2fs.c:469
Theodore Ts'of722c132009-04-21 22:09:01 -04004180msgid "while creating /lost+found"
4181msgstr ""
4182
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004183#: misc/mke2fs.c:476
Theodore Ts'of722c132009-04-21 22:09:01 -04004184msgid "while looking up /lost+found"
4185msgstr ""
4186
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004187#: misc/mke2fs.c:489
Theodore Ts'of722c132009-04-21 22:09:01 -04004188msgid "while expanding /lost+found"
4189msgstr ""
4190
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004191#: misc/mke2fs.c:504
Theodore Ts'of722c132009-04-21 22:09:01 -04004192msgid "while setting bad block inode"
4193msgstr ""
4194
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004195#: misc/mke2fs.c:531
Theodore Ts'of722c132009-04-21 22:09:01 -04004196#, c-format
4197msgid "Out of memory erasing sectors %d-%d\n"
4198msgstr ""
4199
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004200#: misc/mke2fs.c:541
Theodore Ts'of722c132009-04-21 22:09:01 -04004201#, c-format
4202msgid "Warning: could not read block 0: %s\n"
4203msgstr ""
4204
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004205#: misc/mke2fs.c:557
Theodore Ts'of722c132009-04-21 22:09:01 -04004206#, c-format
4207msgid "Warning: could not erase sector %d: %s\n"
4208msgstr ""
4209
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004210#: misc/mke2fs.c:573
Theodore Ts'of722c132009-04-21 22:09:01 -04004211msgid "while initializing journal superblock"
4212msgstr ""
4213
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004214#: misc/mke2fs.c:581
Theodore Ts'of722c132009-04-21 22:09:01 -04004215msgid "Zeroing journal device: "
4216msgstr "正在将日志设备清零: "
4217
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004218#: misc/mke2fs.c:593
Theodore Ts'of722c132009-04-21 22:09:01 -04004219#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004220msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04004221msgstr ""
4222
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004223#: misc/mke2fs.c:611
Theodore Ts'of722c132009-04-21 22:09:01 -04004224msgid "while writing journal superblock"
4225msgstr ""
4226
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004227#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004228#, c-format
4229msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4230msgstr ""
4231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004232#: misc/mke2fs.c:634
Eric Sandeen032eafe2012-07-28 17:48:36 -04004233#, fuzzy, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004234msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004235"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004236"\n"
4237msgstr ""
4238"警告: %u 块未使用.\n"
4239"\n"
4240
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004241#: misc/mke2fs.c:639
Theodore Ts'of722c132009-04-21 22:09:01 -04004242#, c-format
4243msgid "Filesystem label=%s\n"
4244msgstr "文件系统标签=%s\n"
4245
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004246#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004247#, fuzzy, c-format
4248msgid "OS type: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004249msgstr "操作系统:"
4250
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004251#: misc/mke2fs.c:644
Theodore Ts'of722c132009-04-21 22:09:01 -04004252#, c-format
4253msgid "Block size=%u (log=%u)\n"
4254msgstr "块大小=%u (log=%u)\n"
4255
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004256#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004257#, fuzzy, c-format
4258msgid "Cluster size=%u (log=%u)\n"
4259msgstr "块大小=%u (log=%u)\n"
4260
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004261#: misc/mke2fs.c:652
Theodore Ts'of722c132009-04-21 22:09:01 -04004262#, c-format
4263msgid "Fragment size=%u (log=%u)\n"
4264msgstr "分块大小=%u (log=%u)\n"
4265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004266#: misc/mke2fs.c:654
Dark Raven3be22a82010-04-19 16:59:03 -04004267#, c-format
4268msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4269msgstr ""
4270
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004271#: misc/mke2fs.c:656
Theodore Ts'of722c132009-04-21 22:09:01 -04004272#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004273msgid "%u inodes, %llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004274msgstr ""
4275
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004276#: misc/mke2fs.c:658
Theodore Ts'of722c132009-04-21 22:09:01 -04004277#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004278msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004279msgstr ""
4280
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004281#: misc/mke2fs.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004282#, c-format
4283msgid "First data block=%u\n"
4284msgstr "第一个数据块=%u\n"
4285
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004286#: misc/mke2fs.c:663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004287#, c-format
4288msgid "Root directory owner=%u:%u\n"
4289msgstr ""
4290
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004291#: misc/mke2fs.c:665
Theodore Ts'of722c132009-04-21 22:09:01 -04004292#, c-format
4293msgid "Maximum filesystem blocks=%lu\n"
4294msgstr ""
4295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004296#: misc/mke2fs.c:669
Theodore Ts'of722c132009-04-21 22:09:01 -04004297#, c-format
4298msgid "%u block groups\n"
4299msgstr ""
4300
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004301#: misc/mke2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04004302#, c-format
4303msgid "%u block group\n"
4304msgstr ""
4305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004306#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004307#, c-format
4308msgid "%u blocks per group, %u clusters per group\n"
4309msgstr ""
4310
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004311#: misc/mke2fs.c:677
Theodore Ts'of722c132009-04-21 22:09:01 -04004312#, c-format
4313msgid "%u blocks per group, %u fragments per group\n"
4314msgstr ""
4315
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004316#: misc/mke2fs.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04004317#, c-format
4318msgid "%u inodes per group\n"
4319msgstr ""
4320
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004321#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004322#, fuzzy, c-format
4323msgid "Filesystem UUID: %s\n"
4324msgstr "文件系统标签=%s\n"
4325
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004326#: misc/mke2fs.c:689
Theodore Ts'of722c132009-04-21 22:09:01 -04004327msgid "Superblock backups stored on blocks: "
4328msgstr ""
4329
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004330#: misc/mke2fs.c:766
Theodore Ts'of722c132009-04-21 22:09:01 -04004331#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004332msgid "%s requires '-O 64bit'\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004333msgstr ""
4334
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004335#: misc/mke2fs.c:772
Theodore Ts'of722c132009-04-21 22:09:01 -04004336#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004337msgid "'%s' must be before 'resize=%u'\n"
4338msgstr ""
4339
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004340#: misc/mke2fs.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004341#, fuzzy, c-format
4342msgid "Invalid desc_size: '%s'\n"
4343msgstr "无效的新大小:%s\n"
4344
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004345#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004346#, fuzzy, c-format
4347msgid "Invalid offset: %s\n"
4348msgstr "无效的新大小:%s\n"
4349
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004350#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004351#, fuzzy, c-format
4352msgid "Invalid mmp_update_interval: %s\n"
4353msgstr "设置了无效的挂载选项: %s\n"
4354
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004355#: misc/mke2fs.c:826
4356#, fuzzy, c-format
4357msgid "Invalid # of backup superblocks: %s\n"
4358msgstr "无效的新大小:%s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004359
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004360#: misc/mke2fs.c:848
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004361#, c-format
4362msgid "Invalid stride parameter: %s\n"
4363msgstr ""
4364
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004365#: misc/mke2fs.c:863
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004366#, c-format
4367msgid "Invalid stripe-width parameter: %s\n"
4368msgstr ""
4369
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004370#: misc/mke2fs.c:886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004371#, c-format
4372msgid "Invalid resize parameter: %s\n"
4373msgstr ""
4374
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004375#: misc/mke2fs.c:893
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004376msgid "The resize maximum must be greater than the filesystem size.\n"
4377msgstr ""
4378
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004379#: misc/mke2fs.c:917
Theodore Ts'of722c132009-04-21 22:09:01 -04004380msgid "On-line resizing not supported with revision 0 filesystems\n"
4381msgstr ""
4382
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004383#: misc/mke2fs.c:944 misc/mke2fs.c:953
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004384#, fuzzy, c-format
4385msgid "Invalid root_owner: '%s'\n"
4386msgstr "设置了无效的挂载选项: %s\n"
4387
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004388#: misc/mke2fs.c:978
Eric Sandeen032eafe2012-07-28 17:48:36 -04004389#, fuzzy, c-format
4390msgid "Invalid quotatype parameter: %s\n"
4391msgstr "设置了无效的挂载选项: %s\n"
4392
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004393#: misc/mke2fs.c:989
Theodore Ts'of722c132009-04-21 22:09:01 -04004394#, c-format
4395msgid ""
4396"\n"
4397"Bad option(s) specified: %s\n"
4398"\n"
4399"Extended options are separated by commas, and may take an argument which\n"
4400"\tis set off by an equals ('=') sign.\n"
4401"\n"
4402"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004403"\tmmp_update_interval=<interval>\n"
4404"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004405"\tstride=<RAID per-disk data chunk in blocks>\n"
4406"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004407"\toffset=<offset to create the file system>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004408"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004409"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004410"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004411"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004412"\troot_uid=<uid of root directory>\n"
4413"\troot_gid=<gid of root directory>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004414"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004415"\tdiscard\n"
4416"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004417"\tquotatype=<usr OR grp>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004418"\n"
4419msgstr ""
4420
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004421#: misc/mke2fs.c:1015
Theodore Ts'of722c132009-04-21 22:09:01 -04004422#, c-format
4423msgid ""
4424"\n"
4425"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4426"\n"
4427msgstr ""
4428
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004429#: misc/mke2fs.c:1055
Theodore Ts'of722c132009-04-21 22:09:01 -04004430#, c-format
4431msgid ""
4432"Syntax error in mke2fs config file (%s, line #%d)\n"
4433"\t%s\n"
4434msgstr ""
4435
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004436#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'of722c132009-04-21 22:09:01 -04004437#, c-format
4438msgid "Invalid filesystem option set: %s\n"
4439msgstr "设置了无效的文件系统选项: %s\n"
4440
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004441#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004442#, c-format
4443msgid "Invalid mount option set: %s\n"
4444msgstr "设置了无效的挂载选项: %s\n"
4445
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004446#: misc/mke2fs.c:1220
Theodore Ts'of722c132009-04-21 22:09:01 -04004447#, c-format
4448msgid ""
4449"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004450"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004451msgstr ""
4452
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004453#: misc/mke2fs.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04004454msgid ""
4455"You probably need to install an updated mke2fs.conf file.\n"
4456"\n"
4457msgstr ""
4458
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004459#: misc/mke2fs.c:1228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004460#, fuzzy
Dark Ravenc4755342011-01-26 18:54:25 -05004461msgid "Aborting...\n"
4462msgstr "正在终止...\n"
4463
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004464#: misc/mke2fs.c:1269
Dark Ravenc4755342011-01-26 18:54:25 -05004465#, c-format
4466msgid ""
4467"\n"
4468"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4469"\n"
4470msgstr ""
4471
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004472#: misc/mke2fs.c:1449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004473#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004474msgid "Couldn't allocate memory for new PATH.\n"
4475msgstr "无法为tdb文件名分配内存\n"
4476
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004477#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004478#, c-format
4479msgid "Couldn't init profile successfully (error: %ld).\n"
4480msgstr ""
4481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004482#: misc/mke2fs.c:1523
Theodore Ts'of722c132009-04-21 22:09:01 -04004483#, c-format
4484msgid "invalid block size - %s"
4485msgstr "无效的块大小 - %s"
4486
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004487#: misc/mke2fs.c:1527
Theodore Ts'of722c132009-04-21 22:09:01 -04004488#, c-format
4489msgid "Warning: blocksize %d not usable on most systems.\n"
4490msgstr ""
4491
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004492#: misc/mke2fs.c:1543
Eric Sandeen032eafe2012-07-28 17:48:36 -04004493#, fuzzy, c-format
4494msgid "invalid cluster size - %s"
4495msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004496
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004497#: misc/mke2fs.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004498msgid "'-R' is deprecated, use '-E' instead"
4499msgstr ""
4500
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004501#: misc/mke2fs.c:1565
Theodore Ts'of722c132009-04-21 22:09:01 -04004502msgid "Illegal number for blocks per group"
4503msgstr ""
4504
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004505#: misc/mke2fs.c:1570
Theodore Ts'of722c132009-04-21 22:09:01 -04004506msgid "blocks per group must be multiple of 8"
4507msgstr ""
4508
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004509#: misc/mke2fs.c:1578
Theodore Ts'of722c132009-04-21 22:09:01 -04004510msgid "Illegal number for flex_bg size"
4511msgstr ""
4512
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004513#: misc/mke2fs.c:1584
Theodore Ts'of722c132009-04-21 22:09:01 -04004514msgid "flex_bg size must be a power of 2"
4515msgstr "flex_bg 大小必须是2的次方"
4516
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004517#: misc/mke2fs.c:1589
4518#, fuzzy, c-format
4519msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4520msgstr "flex_bg 大小必须是2的次方"
4521
4522#: misc/mke2fs.c:1600
Theodore Ts'of722c132009-04-21 22:09:01 -04004523#, c-format
4524msgid "invalid inode ratio %s (min %d/max %d)"
4525msgstr ""
4526
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004527#: misc/mke2fs.c:1610
Dark Ravenc4755342011-01-26 18:54:25 -05004528#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004529msgid "invalid inode size - %s"
4530msgstr "无效的inode大小 - %s"
4531
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004532#: misc/mke2fs.c:1623
Eric Sandeen032eafe2012-07-28 17:48:36 -04004533msgid ""
4534"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4535"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004536msgstr ""
4537
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004538#: misc/mke2fs.c:1634
Theodore Ts'of722c132009-04-21 22:09:01 -04004539msgid "in malloc for bad_blocks_filename"
4540msgstr ""
4541
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004542#: misc/mke2fs.c:1647
Theodore Ts'of722c132009-04-21 22:09:01 -04004543#, c-format
4544msgid "invalid reserved blocks percent - %s"
4545msgstr ""
4546
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004547#: misc/mke2fs.c:1662
Theodore Ts'of722c132009-04-21 22:09:01 -04004548#, c-format
4549msgid "bad num inodes - %s"
4550msgstr ""
4551
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004552#: misc/mke2fs.c:1679
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004553#, c-format
4554msgid "bad revision level - %s"
4555msgstr ""
4556
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004557#: misc/mke2fs.c:1684
4558#, fuzzy, c-format
4559msgid "while trying to create revision %d"
4560msgstr "当尝试调整%s的大小时"
4561
4562#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04004563#, fuzzy
4564msgid "The -t option may only be used once"
4565msgstr "-o只能被指定一次"
4566
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004567#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04004568#, fuzzy
4569msgid "The -T option may only be used once"
4570msgstr "-o只能被指定一次"
4571
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004572#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'of722c132009-04-21 22:09:01 -04004573#, c-format
4574msgid "while trying to open journal device %s\n"
4575msgstr ""
4576
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004577#: misc/mke2fs.c:1765
Theodore Ts'of722c132009-04-21 22:09:01 -04004578#, c-format
4579msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4580msgstr ""
4581
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004582#: misc/mke2fs.c:1771
Dark Raven3be22a82010-04-19 16:59:03 -04004583#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004584msgid "Using journal device's blocksize: %d\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004585msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004586
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004587#: misc/mke2fs.c:1782
Dark Ravenc4755342011-01-26 18:54:25 -05004588#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004589msgid "invalid blocks '%s' on device '%s'"
Dark Ravenc4755342011-01-26 18:54:25 -05004590msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004591
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004592#: misc/mke2fs.c:1802
Theodore Ts'of722c132009-04-21 22:09:01 -04004593msgid "filesystem"
4594msgstr "文件系统"
4595
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004596#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04004597msgid "while trying to determine filesystem size"
4598msgstr ""
4599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004600#: misc/mke2fs.c:1821
Theodore Ts'of722c132009-04-21 22:09:01 -04004601msgid ""
4602"Couldn't determine device size; you must specify\n"
4603"the size of the filesystem\n"
4604msgstr ""
4605
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004606#: misc/mke2fs.c:1828
Theodore Ts'of722c132009-04-21 22:09:01 -04004607msgid ""
4608"Device size reported to be zero. Invalid partition specified, or\n"
4609"\tpartition table wasn't reread after running fdisk, due to\n"
4610"\ta modified partition being busy and in use. You may need to reboot\n"
4611"\tto re-read your partition table.\n"
4612msgstr ""
4613
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004614#: misc/mke2fs.c:1845
Theodore Ts'of722c132009-04-21 22:09:01 -04004615msgid "Filesystem larger than apparent device size."
4616msgstr ""
4617
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004618#: misc/mke2fs.c:1865
Theodore Ts'of722c132009-04-21 22:09:01 -04004619msgid "Failed to parse fs types list\n"
4620msgstr ""
4621
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004622#: misc/mke2fs.c:1906
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004623msgid "while trying to determine hardware sector size"
4624msgstr ""
4625
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004626#: misc/mke2fs.c:1912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004627#, fuzzy
4628msgid "while trying to determine physical sector size"
4629msgstr "当尝试对%s进行stat调用时"
4630
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004631#: misc/mke2fs.c:1944
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004632msgid "while setting blocksize; too small for device\n"
4633msgstr ""
4634
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004635#: misc/mke2fs.c:1949
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004636#, c-format
4637msgid ""
4638"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4639msgstr ""
4640
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004641#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04004642#, c-format
4643msgid ""
4644"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4645"\tin 32 bits using a blocksize of %d.\n"
4646msgstr ""
4647
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004648#: misc/mke2fs.c:1989
Theodore Ts'of722c132009-04-21 22:09:01 -04004649msgid "fs_types for mke2fs.conf resolution: "
4650msgstr ""
4651
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004652#: misc/mke2fs.c:1996
Theodore Ts'of722c132009-04-21 22:09:01 -04004653msgid "Filesystem features not supported with revision 0 filesystems\n"
4654msgstr ""
4655
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004656#: misc/mke2fs.c:2004
Theodore Ts'of722c132009-04-21 22:09:01 -04004657msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4658msgstr ""
4659
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004660#: misc/mke2fs.c:2016
Theodore Ts'of722c132009-04-21 22:09:01 -04004661msgid "Journals not supported with revision 0 filesystems\n"
4662msgstr ""
4663
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004664#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04004665#, fuzzy, c-format
4666msgid "invalid reserved blocks percent - %lf"
4667msgstr "无效的块大小 - %s"
4668
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004669#: misc/mke2fs.c:2047
Theodore Ts'of722c132009-04-21 22:09:01 -04004670msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004671"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4672"rectify.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004673msgstr ""
4674
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004675#: misc/mke2fs.c:2067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004676msgid "The cluster size may not be smaller than the block size.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004677msgstr ""
4678
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004679#: misc/mke2fs.c:2073
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004680msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04004681msgstr ""
4682
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004683#: misc/mke2fs.c:2092
Dark Raven3be22a82010-04-19 16:59:03 -04004684#, c-format
4685msgid "warning: Unable to get device geometry for %s\n"
4686msgstr ""
4687
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004688#: misc/mke2fs.c:2095
Dark Raven3be22a82010-04-19 16:59:03 -04004689#, c-format
4690msgid "%s alignment is offset by %lu bytes.\n"
4691msgstr ""
4692
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004693#: misc/mke2fs.c:2097
Eric Sandeen032eafe2012-07-28 17:48:36 -04004694#, c-format
4695msgid ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004696"This may result in very poor performance, (re)-partitioning suggested.\n"
4697msgstr ""
4698
4699#: misc/mke2fs.c:2118
4700#, c-format
4701msgid "%d-byte blocks too big for system (max %d)"
4702msgstr ""
4703
4704#: misc/mke2fs.c:2122
4705#, c-format
4706msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004707"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4708msgstr ""
4709
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004710#: misc/mke2fs.c:2178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004711msgid "Can't support bigalloc feature without extents feature"
4712msgstr ""
4713
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004714#: misc/mke2fs.c:2185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004715msgid ""
4716"The resize_inode and meta_bg features are not compatible.\n"
4717"They can not be both enabled simultaneously.\n"
4718msgstr ""
4719
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004720#: misc/mke2fs.c:2194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004721msgid ""
4722"\n"
4723"Warning: the bigalloc feature is still under development\n"
4724"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4725"\n"
4726msgstr ""
4727
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004728#: misc/mke2fs.c:2205
Eric Sandeen032eafe2012-07-28 17:48:36 -04004729msgid "reserved online resize blocks not supported on non-sparse filesystem"
4730msgstr ""
4731
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004732#: misc/mke2fs.c:2214
Eric Sandeen032eafe2012-07-28 17:48:36 -04004733msgid "blocks per group count out of range"
4734msgstr ""
4735
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004736#: misc/mke2fs.c:2238
Eric Sandeen032eafe2012-07-28 17:48:36 -04004737msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4738msgstr ""
4739
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004740#: misc/mke2fs.c:2250
Eric Sandeen032eafe2012-07-28 17:48:36 -04004741#, c-format
4742msgid "invalid inode size %d (min %d/max %d)"
4743msgstr ""
4744
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004745#: misc/mke2fs.c:2268
Eric Sandeen032eafe2012-07-28 17:48:36 -04004746#, c-format
4747msgid "too many inodes (%llu), raise inode ratio?"
4748msgstr ""
4749
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004750#: misc/mke2fs.c:2275
Eric Sandeen032eafe2012-07-28 17:48:36 -04004751#, c-format
4752msgid "too many inodes (%llu), specify < 2^32 inodes"
4753msgstr ""
4754
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004755#: misc/mke2fs.c:2289
Eric Sandeen032eafe2012-07-28 17:48:36 -04004756#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004757msgid ""
4758"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004759"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004760"\tor lower inode count (-N).\n"
4761msgstr ""
4762
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004763#: misc/mke2fs.c:2416
Theodore Ts'of722c132009-04-21 22:09:01 -04004764#, c-format
4765msgid ""
4766"Overwriting existing filesystem; this can be undone using the command:\n"
4767" e2undo %s %s\n"
4768"\n"
4769msgstr ""
4770
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004771#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04004772#, fuzzy
4773msgid "while trying to setup undo file\n"
4774msgstr "当尝试对%s进行stat调用时"
4775
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004776#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04004777#, fuzzy
4778msgid "Discarding device blocks: "
4779msgstr "正在读取目录块"
4780
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004781#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04004782msgid "failed - "
Dark Raven3be22a82010-04-19 16:59:03 -04004783msgstr ""
4784
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004785#: misc/mke2fs.c:2594
Theodore Ts'of722c132009-04-21 22:09:01 -04004786msgid "while setting up superblock"
4787msgstr ""
4788
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004789#: misc/mke2fs.c:2610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004790msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004791msgstr ""
4792
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004793#: misc/mke2fs.c:2698
Theodore Ts'of722c132009-04-21 22:09:01 -04004794#, c-format
4795msgid "unknown os - %s"
4796msgstr "未知操作系统 - %s"
4797
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004798#: misc/mke2fs.c:2750
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004799#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004800msgid "Allocating group tables: "
4801msgstr "正在写入inode表: "
4802
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004803#: misc/mke2fs.c:2758
Theodore Ts'of722c132009-04-21 22:09:01 -04004804msgid "while trying to allocate filesystem tables"
4805msgstr ""
4806
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004807#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04004808msgid ""
4809"\n"
4810"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04004811msgstr ""
4812
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004813#: misc/mke2fs.c:2810
Eric Sandeen032eafe2012-07-28 17:48:36 -04004814#, c-format
4815msgid "while zeroing block %llu at end of filesystem"
4816msgstr ""
4817
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004818#: misc/mke2fs.c:2824
Theodore Ts'of722c132009-04-21 22:09:01 -04004819msgid "while reserving blocks for online resize"
4820msgstr ""
4821
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004822#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04004823msgid "journal"
4824msgstr "日志"
4825
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004826#: misc/mke2fs.c:2848
Theodore Ts'of722c132009-04-21 22:09:01 -04004827#, c-format
4828msgid "Adding journal to device %s: "
4829msgstr ""
4830
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004831#: misc/mke2fs.c:2855
Theodore Ts'of722c132009-04-21 22:09:01 -04004832#, c-format
4833msgid ""
4834"\n"
4835"\twhile trying to add journal to device %s"
4836msgstr ""
4837
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004838#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'of722c132009-04-21 22:09:01 -04004839msgid "done\n"
4840msgstr "完成\n"
4841
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004842#: misc/mke2fs.c:2867
Theodore Ts'o930e2812009-06-29 15:08:12 -04004843msgid "Skipping journal creation in super-only mode\n"
4844msgstr ""
4845
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004846#: misc/mke2fs.c:2878
Dark Raven3be22a82010-04-19 16:59:03 -04004847#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004848msgid "Creating journal (%u blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04004849msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004850
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004851#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04004852msgid ""
4853"\n"
4854"\twhile trying to create journal"
4855msgstr ""
4856
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004857#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04004858msgid ""
4859"\n"
4860"Error while enabling multiple mount protection feature."
4861msgstr ""
4862
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004863#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04004864#, c-format
4865msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4866msgstr ""
4867
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004868#: misc/mke2fs.c:2921
Theodore Ts'of722c132009-04-21 22:09:01 -04004869msgid "Writing superblocks and filesystem accounting information: "
4870msgstr ""
4871
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004872#: misc/mke2fs.c:2928
Theodore Ts'of722c132009-04-21 22:09:01 -04004873msgid ""
4874"\n"
4875"Warning, had trouble writing out superblocks."
4876msgstr ""
4877
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004878#: misc/mke2fs.c:2930
Theodore Ts'of722c132009-04-21 22:09:01 -04004879msgid ""
4880"done\n"
4881"\n"
4882msgstr ""
4883"完成\n"
4884"\n"
4885
Eric Sandeen032eafe2012-07-28 17:48:36 -04004886#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04004887msgid "Usage: mklost+found\n"
4888msgstr "用法: mklost+found\n"
4889
Eric Sandeen032eafe2012-07-28 17:48:36 -04004890#: misc/partinfo.c:41
Theodore Ts'of722c132009-04-21 22:09:01 -04004891#, c-format
4892msgid ""
4893"Usage: %s device...\n"
4894"\n"
4895"Prints out the partition information for each given device.\n"
4896"For example: %s /dev/hda\n"
4897"\n"
4898msgstr ""
4899"用法: %s device...\n"
4900"\n"
4901"输出每个给定设备的分区信息.\n"
4902"例如: %s /dev/hda\n"
4903"\n"
4904
Eric Sandeen032eafe2012-07-28 17:48:36 -04004905#: misc/partinfo.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -04004906#, c-format
4907msgid "Cannot open %s: %s"
4908msgstr "无法打开 %s: %s"
4909
Eric Sandeen032eafe2012-07-28 17:48:36 -04004910#: misc/partinfo.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -04004911#, c-format
4912msgid "Cannot get geometry of %s: %s"
4913msgstr ""
4914
Eric Sandeen032eafe2012-07-28 17:48:36 -04004915#: misc/partinfo.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -04004916#, c-format
4917msgid "Cannot get size of %s: %s"
4918msgstr "无法获得 %s 的大小: %s"
4919
Eric Sandeen032eafe2012-07-28 17:48:36 -04004920#: misc/partinfo.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04004921#, c-format
4922msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4923msgstr ""
4924
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004925#: misc/tune2fs.c:112
Theodore Ts'of722c132009-04-21 22:09:01 -04004926msgid "Please run e2fsck on the filesystem.\n"
4927msgstr "请在这个文件系统上运行 e2fsck.\n"
4928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004929#: misc/tune2fs.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -04004930#, c-format
4931msgid ""
4932"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4933"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004934"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4935"mmp_update_interval]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004936"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4937"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004938"\t[-Q quota_options]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004939"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4940"\t[ -I new_inode_size ] device\n"
4941msgstr ""
4942
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004943#: misc/tune2fs.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04004944msgid "while trying to open external journal"
4945msgstr ""
4946
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004947#: misc/tune2fs.c:222
Dark Raven3be22a82010-04-19 16:59:03 -04004948#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004949msgid "%s is not a journal device.\n"
4950msgstr "%s 不是一个日志设备.\n"
4951
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004952#: misc/tune2fs.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -04004953msgid "Journal superblock not found!\n"
4954msgstr "日志超级块未找到!\n"
4955
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004956#: misc/tune2fs.c:248
Theodore Ts'of722c132009-04-21 22:09:01 -04004957msgid "Filesystem's UUID not found on journal device.\n"
4958msgstr ""
4959
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004960#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004961msgid ""
4962"Cannot locate journal device. It was NOT removed\n"
4963"Use -f option to remove missing journal device.\n"
4964msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004965
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004966#: misc/tune2fs.c:277
Theodore Ts'of722c132009-04-21 22:09:01 -04004967msgid "Journal removed\n"
4968msgstr "日志已删除\n"
4969
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004970#: misc/tune2fs.c:321
Theodore Ts'of722c132009-04-21 22:09:01 -04004971msgid "while reading bitmaps"
4972msgstr "当读取位图时"
4973
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004974#: misc/tune2fs.c:329
Theodore Ts'of722c132009-04-21 22:09:01 -04004975msgid "while clearing journal inode"
4976msgstr "当读取坏块inode时"
4977
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004978#: misc/tune2fs.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04004979msgid "while writing journal inode"
4980msgstr ""
4981
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004982#: misc/tune2fs.c:372 misc/tune2fs.c:385
Dark Ravenc4755342011-01-26 18:54:25 -05004983msgid "(and reboot afterwards!)\n"
4984msgstr "(并且过后重启!)\n"
4985
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004986#: misc/tune2fs.c:419
Theodore Ts'of722c132009-04-21 22:09:01 -04004987#, c-format
4988msgid "Clearing filesystem feature '%s' not supported.\n"
4989msgstr ""
4990
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004991#: misc/tune2fs.c:425
Theodore Ts'of722c132009-04-21 22:09:01 -04004992#, c-format
4993msgid "Setting filesystem feature '%s' not supported.\n"
4994msgstr ""
4995
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004996#: misc/tune2fs.c:434
Theodore Ts'of722c132009-04-21 22:09:01 -04004997msgid ""
4998"The has_journal feature may only be cleared when the filesystem is\n"
4999"unmounted or mounted read-only.\n"
5000msgstr ""
5001
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005002#: misc/tune2fs.c:443
Theodore Ts'of722c132009-04-21 22:09:01 -04005003msgid ""
5004"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5005"the has_journal flag.\n"
5006msgstr ""
5007
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005008#: misc/tune2fs.c:462
5009msgid ""
5010"Setting filesystem feature 'sparse_super' not supported\n"
5011"for filesystems with the meta_bg feature enabled.\n"
5012msgstr ""
5013
5014#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005015msgid ""
5016"The multiple mount protection feature can't\n"
5017"be set if the filesystem is mounted or\n"
5018"read-only.\n"
5019msgstr ""
5020
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005021#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005022#, c-format
5023msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5024msgstr ""
5025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005026#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005027msgid ""
5028"The multiple mount protection feature cannot\n"
5029"be disabled if the filesystem is readonly.\n"
5030msgstr ""
5031
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005032#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005033#, fuzzy
5034msgid "Error while reading bitmaps\n"
5035msgstr "当读取位图时"
5036
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005037#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005038#, c-format
5039msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5040msgstr ""
5041
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005042#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005043#, fuzzy
5044msgid "while reading MMP block."
5045msgstr "当读取坏块inode时"
5046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005047#: misc/tune2fs.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04005048msgid ""
5049"Clearing the flex_bg flag would cause the the filesystem to be\n"
5050"inconsistent.\n"
5051msgstr ""
5052
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005053#: misc/tune2fs.c:567
Theodore Ts'of722c132009-04-21 22:09:01 -04005054msgid ""
5055"The huge_file feature may only be cleared when the filesystem is\n"
5056"unmounted or mounted read-only.\n"
5057msgstr ""
5058
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005059#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005060msgid ""
5061"\n"
5062"Warning: '^quota' option overrides '-Q'arguments.\n"
5063msgstr ""
5064
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005065#: misc/tune2fs.c:672
Theodore Ts'of722c132009-04-21 22:09:01 -04005066msgid "The filesystem already has a journal.\n"
5067msgstr ""
5068
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005069#: misc/tune2fs.c:692
Theodore Ts'of722c132009-04-21 22:09:01 -04005070#, c-format
5071msgid ""
5072"\n"
5073"\twhile trying to open journal on %s\n"
5074msgstr ""
5075
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005076#: misc/tune2fs.c:696
Theodore Ts'of722c132009-04-21 22:09:01 -04005077#, c-format
5078msgid "Creating journal on device %s: "
5079msgstr ""
5080
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005081#: misc/tune2fs.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04005082#, c-format
5083msgid "while adding filesystem to journal on %s"
5084msgstr ""
5085
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005086#: misc/tune2fs.c:710
Theodore Ts'of722c132009-04-21 22:09:01 -04005087msgid "Creating journal inode: "
5088msgstr ""
5089
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005090#: misc/tune2fs.c:724
Theodore Ts'of722c132009-04-21 22:09:01 -04005091msgid ""
5092"\n"
5093"\twhile trying to create journal file"
5094msgstr ""
5095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005096#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005097#, fuzzy
5098msgid "Couldn't allocate memory to parse quota options!\n"
5099msgstr "无法为tdb文件名分配内存\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005101#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005102msgid ""
5103"\n"
5104"Bad quota options specified.\n"
5105"\n"
5106"Following valid quota options are available (pass by separating with "
5107"comma):\n"
5108"\t[^]usrquota\n"
5109"\t[^]grpquota\n"
5110"\n"
5111"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005112msgstr ""
5113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005114#: misc/tune2fs.c:881
Dark Raven3be22a82010-04-19 16:59:03 -04005115#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005116msgid "Couldn't parse date/time specifier: %s"
5117msgstr ""
5118
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005119#: misc/tune2fs.c:909 misc/tune2fs.c:922
Eric Sandeen032eafe2012-07-28 17:48:36 -04005120#, c-format
5121msgid "bad mounts count - %s"
5122msgstr "错误挂载计数 - %s"
5123
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005124#: misc/tune2fs.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04005125#, c-format
5126msgid "bad error behavior - %s"
5127msgstr ""
5128
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005129#: misc/tune2fs.c:965
Eric Sandeen032eafe2012-07-28 17:48:36 -04005130#, c-format
5131msgid "bad gid/group name - %s"
5132msgstr ""
5133
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005134#: misc/tune2fs.c:998
Eric Sandeen032eafe2012-07-28 17:48:36 -04005135#, c-format
5136msgid "bad interval - %s"
5137msgstr ""
5138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005139#: misc/tune2fs.c:1027
Eric Sandeen032eafe2012-07-28 17:48:36 -04005140#, c-format
5141msgid "bad reserved block ratio - %s"
5142msgstr ""
5143
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005144#: misc/tune2fs.c:1042
Eric Sandeen032eafe2012-07-28 17:48:36 -04005145msgid "-o may only be specified once"
5146msgstr "-o只能被指定一次"
5147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005148#: misc/tune2fs.c:1051
Eric Sandeen032eafe2012-07-28 17:48:36 -04005149msgid "-O may only be specified once"
5150msgstr "-O只能被指定一次"
5151
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005152#: misc/tune2fs.c:1068
Eric Sandeen032eafe2012-07-28 17:48:36 -04005153#, c-format
5154msgid "bad reserved blocks count - %s"
5155msgstr ""
5156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005157#: misc/tune2fs.c:1097
Eric Sandeen032eafe2012-07-28 17:48:36 -04005158#, c-format
5159msgid "bad uid/user name - %s"
5160msgstr ""
5161
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005162#: misc/tune2fs.c:1114
Eric Sandeen032eafe2012-07-28 17:48:36 -04005163#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005164msgid "bad inode size - %s"
5165msgstr "无效的inode大小 - %s"
5166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005167#: misc/tune2fs.c:1121
Theodore Ts'of722c132009-04-21 22:09:01 -04005168#, c-format
5169msgid "Inode size must be a power of two- %s"
5170msgstr "Inode 大小必须是2的次方- %s"
5171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005172#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005173#, c-format
5174msgid "mmp_update_interval too big: %lu\n"
5175msgstr ""
5176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005177#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005178#, c-format
5179msgid "Setting multiple mount protection update interval to %lu second\n"
5180msgid_plural ""
5181"Setting multiple mount protection update interval to %lu seconds\n"
5182msgstr[0] ""
5183msgstr[1] ""
5184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005185#: misc/tune2fs.c:1243
Theodore Ts'of722c132009-04-21 22:09:01 -04005186#, c-format
5187msgid "Invalid RAID stride: %s\n"
5188msgstr ""
5189
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005190#: misc/tune2fs.c:1258
Theodore Ts'of722c132009-04-21 22:09:01 -04005191#, c-format
5192msgid "Invalid RAID stripe-width: %s\n"
5193msgstr ""
5194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005195#: misc/tune2fs.c:1273
Theodore Ts'of722c132009-04-21 22:09:01 -04005196#, c-format
5197msgid "Invalid hash algorithm: %s\n"
5198msgstr ""
5199
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005200#: misc/tune2fs.c:1279
Theodore Ts'of722c132009-04-21 22:09:01 -04005201#, c-format
5202msgid "Setting default hash algorithm to %s (%d)\n"
5203msgstr ""
5204
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005205#: misc/tune2fs.c:1298
Theodore Ts'of722c132009-04-21 22:09:01 -04005206msgid ""
5207"\n"
5208"Bad options specified.\n"
5209"\n"
5210"Extended options are separated by commas, and may take an argument which\n"
5211"\tis set off by an equals ('=') sign.\n"
5212"\n"
5213"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005214"\tclear_mmp\n"
5215"\thash_alg=<hash algorithm>\n"
5216"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005217"\tstride=<RAID per-disk chunk size in blocks>\n"
5218"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005219"\ttest_fs\n"
5220"\t^test_fs\n"
5221msgstr ""
5222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005223#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005224#, fuzzy
5225msgid "Failed to read inode bitmap\n"
5226msgstr "当读取位图时"
5227
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005228#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005229#, fuzzy
5230msgid "Failed to read block bitmap\n"
5231msgstr "错误块映射中的inode"
5232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005233#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'of722c132009-04-21 22:09:01 -04005234msgid "blocks to be moved"
5235msgstr ""
5236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005237#: misc/tune2fs.c:1789
Dark Raven3be22a82010-04-19 16:59:03 -04005238msgid "Failed to allocate block bitmap when increasing inode size\n"
5239msgstr ""
5240
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005241#: misc/tune2fs.c:1795
Dark Raven3be22a82010-04-19 16:59:03 -04005242msgid "Not enough space to increase inode size \n"
5243msgstr ""
5244
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005245#: misc/tune2fs.c:1800
Dark Raven3be22a82010-04-19 16:59:03 -04005246msgid "Failed to relocate blocks during inode resize \n"
5247msgstr ""
5248
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005249#: misc/tune2fs.c:1832
Dark Raven3be22a82010-04-19 16:59:03 -04005250msgid ""
5251"Error in resizing the inode size.\n"
5252"Run e2undo to undo the file system changes. \n"
5253msgstr ""
5254
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005255#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005256msgid "Couldn't allocate memory for tdb filename\n"
5257msgstr "无法为tdb文件名分配内存\n"
5258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005259#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005260#, c-format
5261msgid "while trying to delete %s"
5262msgstr "当尝试删除 %s 时"
5263
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005264#: misc/tune2fs.c:1888
Dark Raven3be22a82010-04-19 16:59:03 -04005265#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005266msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04005267"To undo the tune2fs operation please run the command\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005268" e2undo %s %s\n"
5269"\n"
5270msgstr ""
Dark Raven3be22a82010-04-19 16:59:03 -04005271"要撤销这次 tune2fs 操作请运行命令:\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005272" e2undo %s %s\n"
5273"\n"
5274
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005275#: misc/tune2fs.c:1957
Eric Sandeen032eafe2012-07-28 17:48:36 -04005276#, c-format
5277msgid ""
5278"MMP block magic is bad. Try to fix it by running:\n"
5279"'e2fsck -f %s'\n"
5280msgstr ""
5281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005282#: misc/tune2fs.c:1975
Dark Raven3be22a82010-04-19 16:59:03 -04005283#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04005284msgid "The inode size is already %lu\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005285msgstr "inode大小已经是 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005287#: misc/tune2fs.c:1982
5288msgid "Shrinking inode size is not supported\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005289msgstr ""
5290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005291#: misc/tune2fs.c:1987
5292#, fuzzy, c-format
5293msgid "Invalid inode size %lu (max %d)\n"
5294msgstr "无效的inode大小 - %s"
5295
5296#: misc/tune2fs.c:2034
Theodore Ts'of722c132009-04-21 22:09:01 -04005297#, c-format
5298msgid "Setting maximal mount count to %d\n"
5299msgstr ""
5300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005301#: misc/tune2fs.c:2040
Theodore Ts'of722c132009-04-21 22:09:01 -04005302#, c-format
5303msgid "Setting current mount count to %d\n"
5304msgstr ""
5305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005306#: misc/tune2fs.c:2045
Theodore Ts'of722c132009-04-21 22:09:01 -04005307#, c-format
5308msgid "Setting error behavior to %d\n"
5309msgstr ""
5310
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005311#: misc/tune2fs.c:2050
Theodore Ts'of722c132009-04-21 22:09:01 -04005312#, c-format
5313msgid "Setting reserved blocks gid to %lu\n"
5314msgstr ""
5315
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005316#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005317#, fuzzy, c-format
5318msgid "interval between checks is too big (%lu)"
5319msgstr "保留块的数量太大 (%lu)"
5320
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005321#: misc/tune2fs.c:2062
Theodore Ts'of722c132009-04-21 22:09:01 -04005322#, c-format
5323msgid "Setting interval between checks to %lu seconds\n"
5324msgstr ""
5325
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005326#: misc/tune2fs.c:2069
Eric Sandeen032eafe2012-07-28 17:48:36 -04005327#, fuzzy, c-format
5328msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005329msgstr "保留块的数量太大 (%lu)"
5330
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005331#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005332#, fuzzy, c-format
5333msgid "reserved blocks count is too big (%llu)"
5334msgstr "保留块的数量太大 (%lu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005335
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005336#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005337#, fuzzy, c-format
5338msgid "Setting reserved blocks count to %llu\n"
5339msgstr "保留块的数量太大 (%lu)"
5340
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005341#: misc/tune2fs.c:2088
Theodore Ts'of722c132009-04-21 22:09:01 -04005342msgid ""
5343"\n"
5344"The filesystem already has sparse superblocks.\n"
5345msgstr ""
5346
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005347#: misc/tune2fs.c:2092
5348msgid ""
5349"\n"
5350"Setting the sparse superblock flag not supported\n"
5351"for filesystems with the meta_bg feature enabled.\n"
5352msgstr ""
5353
5354#: misc/tune2fs.c:2103
Theodore Ts'of722c132009-04-21 22:09:01 -04005355#, c-format
5356msgid ""
5357"\n"
5358"Sparse superblock flag set. %s"
5359msgstr ""
5360
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005361#: misc/tune2fs.c:2108
Theodore Ts'of722c132009-04-21 22:09:01 -04005362msgid ""
5363"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005364"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005365msgstr ""
5366
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005367#: misc/tune2fs.c:2116
Theodore Ts'of722c132009-04-21 22:09:01 -04005368#, c-format
5369msgid "Setting time filesystem last checked to %s\n"
5370msgstr ""
5371
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005372#: misc/tune2fs.c:2122
Theodore Ts'of722c132009-04-21 22:09:01 -04005373#, c-format
5374msgid "Setting reserved blocks uid to %lu\n"
5375msgstr ""
5376
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005377#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005378msgid "Error in using clear_mmp. It must be used with -f\n"
5379msgstr ""
5380
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005381#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005382msgid ""
5383"The quota feature may only be changed when the filesystem is unmounted.\n"
5384msgstr ""
5385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005386#: misc/tune2fs.c:2191
5387msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5388msgstr ""
5389
5390#: misc/tune2fs.c:2219
Theodore Ts'of722c132009-04-21 22:09:01 -04005391msgid "Invalid UUID format\n"
5392msgstr "无效的 UUID 格式\n"
5393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005394#: misc/tune2fs.c:2232
Theodore Ts'of722c132009-04-21 22:09:01 -04005395msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5396msgstr ""
5397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005398#: misc/tune2fs.c:2240
Theodore Ts'o930e2812009-06-29 15:08:12 -04005399msgid ""
5400"Changing the inode size not supported for filesystems with the flex_bg\n"
5401"feature enabled.\n"
5402msgstr ""
5403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005404#: misc/tune2fs.c:2253
Theodore Ts'of722c132009-04-21 22:09:01 -04005405#, c-format
5406msgid "Setting inode size %lu\n"
5407msgstr "正在将inode大小设置为 %lu\n"
5408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005409#: misc/tune2fs.c:2256
5410#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005411msgid "Failed to change inode size\n"
5412msgstr "打开%s失败\n"
5413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005414#: misc/tune2fs.c:2267
Theodore Ts'of722c132009-04-21 22:09:01 -04005415#, c-format
5416msgid "Setting stride size to %d\n"
5417msgstr ""
5418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005419#: misc/tune2fs.c:2272
Theodore Ts'of722c132009-04-21 22:09:01 -04005420#, c-format
5421msgid "Setting stripe width to %d\n"
5422msgstr ""
5423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005424#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04005425#, c-format
5426msgid "Setting extended default mount options to '%s'\n"
5427msgstr ""
5428
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005429#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005430msgid "<proceeding>\n"
5431msgstr ""
5432
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005433#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005434#, fuzzy, c-format
5435msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5436msgstr "无论如何也要继续? (y,n) "
5437
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005438#: misc/util.c:101
Theodore Ts'of722c132009-04-21 22:09:01 -04005439msgid "Proceed anyway? (y,n) "
5440msgstr "无论如何也要继续? (y,n) "
5441
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005442#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005443#, fuzzy, c-format
5444msgid "\tlast mounted on %s on %s"
5445msgstr "错误挂载计数 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005446
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005447#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005448#, fuzzy, c-format
5449msgid "\tlast mounted on %s"
5450msgstr "错误挂载计数 - %s"
5451
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005452#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005453#, c-format
5454msgid "\tcreated on %s"
5455msgstr ""
5456
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005457#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005458#, c-format
5459msgid "\tlast modified on %s"
5460msgstr ""
5461
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005462#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005463#, c-format
5464msgid "Found a %s partition table in %s\n"
5465msgstr ""
5466
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005467#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005468#, fuzzy, c-format
5469msgid "Creating regular file %s\n"
5470msgstr "一般文件"
5471
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005472#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005473#, fuzzy, c-format
5474msgid "Could not open %s: %s\n"
5475msgstr "无法打开 %s: %s"
5476
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005477#: misc/util.c:211
Theodore Ts'of722c132009-04-21 22:09:01 -04005478msgid ""
5479"\n"
5480"The device apparently does not exist; did you specify it correctly?\n"
5481msgstr ""
5482
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005483#: misc/util.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04005484#, fuzzy, c-format
5485msgid "%s is not a block special device.\n"
5486msgstr "错误:%s 不是块设备\n"
5487
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005488#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005489#, c-format
5490msgid "%s contains a %s file system labelled '%s'\n"
5491msgstr ""
5492
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005493#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005494#, fuzzy, c-format
5495msgid "%s contains a %s file system\n"
5496msgstr "正在检查所有文件系统.\n"
5497
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005498#: misc/util.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04005499#, c-format
5500msgid "%s is entire device, not just one partition!\n"
5501msgstr ""
5502
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005503#: misc/util.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04005504msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5505msgstr ""
5506
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005507#: misc/util.c:323
Theodore Ts'of722c132009-04-21 22:09:01 -04005508#, c-format
5509msgid "will not make a %s here!\n"
5510msgstr ""
5511
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005512#: misc/util.c:330
Theodore Ts'of722c132009-04-21 22:09:01 -04005513msgid "mke2fs forced anyway.\n"
5514msgstr "mke2fs 强制执行.\n"
5515
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005516#: misc/util.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04005517msgid "Couldn't allocate memory to parse journal options!\n"
5518msgstr ""
5519
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005520#: misc/util.c:371
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005521#, c-format
5522msgid ""
5523"\n"
5524"Could not find journal device matching %s\n"
5525msgstr ""
5526
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005527#: misc/util.c:398
Theodore Ts'of722c132009-04-21 22:09:01 -04005528msgid ""
5529"\n"
5530"Bad journal options specified.\n"
5531"\n"
5532"Journal options are separated by commas, and may take an argument which\n"
5533"\tis set off by an equals ('=') sign.\n"
5534"\n"
5535"Valid journal options are:\n"
5536"\tsize=<journal size in megabytes>\n"
5537"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005538"\tlocation=<journal location>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005539"\n"
5540"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5541"\n"
5542msgstr ""
5543
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005544#: misc/util.c:429
Theodore Ts'of722c132009-04-21 22:09:01 -04005545msgid ""
5546"\n"
5547"Filesystem too small for a journal\n"
5548msgstr ""
5549"\n"
5550"文件系统小得无法记录日志\n"
5551
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005552#: misc/util.c:436
Theodore Ts'of722c132009-04-21 22:09:01 -04005553#, c-format
5554msgid ""
5555"\n"
5556"The requested journal size is %d blocks; it must be\n"
5557"between 1024 and 10240000 blocks. Aborting.\n"
5558msgstr ""
5559
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005560#: misc/util.c:444
Theodore Ts'of722c132009-04-21 22:09:01 -04005561msgid ""
5562"\n"
5563"Journal size too big for filesystem.\n"
5564msgstr ""
5565
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005566#: misc/util.c:458
Theodore Ts'of722c132009-04-21 22:09:01 -04005567#, c-format
5568msgid ""
5569"This filesystem will be automatically checked every %d mounts or\n"
5570"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5571msgstr ""
5572
Eric Sandeen032eafe2012-07-28 17:48:36 -04005573#: misc/uuidd.c:48
5574#, c-format
5575msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5576msgstr ""
5577
5578#: misc/uuidd.c:50
5579#, c-format
5580msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5581msgstr ""
5582
5583#: misc/uuidd.c:52
5584#, c-format
5585msgid " %s -k\n"
5586msgstr ""
5587
5588#: misc/uuidd.c:154
5589#, fuzzy
5590msgid "bad arguments"
5591msgstr "%s: 参数过多\n"
5592
5593#: misc/uuidd.c:172
5594msgid "connect"
5595msgstr ""
5596
5597#: misc/uuidd.c:191
5598msgid "write"
5599msgstr ""
5600
5601#: misc/uuidd.c:199
5602msgid "read count"
5603msgstr ""
5604
5605#: misc/uuidd.c:205
5606#, fuzzy
5607msgid "bad response length"
5608msgstr "无效的后缀长度"
5609
5610#: misc/uuidd.c:270
5611#, c-format
5612msgid "uuidd daemon already running at pid %s\n"
5613msgstr ""
5614
5615#: misc/uuidd.c:278
5616#, c-format
5617msgid "Couldn't create unix stream socket: %s"
5618msgstr ""
5619
5620#: misc/uuidd.c:307
5621#, c-format
5622msgid "Couldn't bind unix socket %s: %s\n"
5623msgstr ""
5624
5625#: misc/uuidd.c:315
5626#, c-format
5627msgid "Couldn't listen on unix socket %s: %s\n"
5628msgstr ""
5629
5630#: misc/uuidd.c:353
5631#, fuzzy, c-format
5632msgid "Error reading from client, len = %d\n"
5633msgstr "读取@i %i出错: %m\n"
5634
5635#: misc/uuidd.c:361
5636#, c-format
5637msgid "operation %d, incoming num = %d\n"
5638msgstr ""
5639
5640#: misc/uuidd.c:380
5641#, c-format
5642msgid "Generated time UUID: %s\n"
5643msgstr ""
5644
5645#: misc/uuidd.c:390
5646#, c-format
5647msgid "Generated random UUID: %s\n"
5648msgstr ""
5649
5650#: misc/uuidd.c:399
5651#, c-format
5652msgid "Generated time UUID %s and subsequent UUID\n"
5653msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5654msgstr[0] ""
5655msgstr[1] ""
5656
5657#: misc/uuidd.c:420
5658#, c-format
5659msgid "Generated %d UUID's:\n"
5660msgstr ""
5661
5662#: misc/uuidd.c:432
5663#, fuzzy, c-format
5664msgid "Invalid operation %d\n"
5665msgstr "无效的EA版本号.\n"
5666
5667#: misc/uuidd.c:476 misc/uuidd.c:498
5668#, c-format
5669msgid "Bad number: %s\n"
5670msgstr ""
5671
5672#: misc/uuidd.c:533 misc/uuidd.c:562
5673#, fuzzy, c-format
5674msgid "Error calling uuidd daemon (%s): %s\n"
5675msgstr "创建根@d (%s) 时出错: %m\n"
5676
5677#: misc/uuidd.c:543
5678#, c-format
5679msgid "%s and subsequent UUID\n"
5680msgid_plural "%s and subsequent %d UUIDs\n"
5681msgstr[0] ""
5682msgstr[1] ""
5683
5684#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04005685msgid "List of UUID's:\n"
5686msgstr ""
5687
5688#: misc/uuidd.c:568
5689#, c-format
5690msgid "Unexpected reply length from server %d\n"
5691msgstr ""
5692
5693#: misc/uuidd.c:585
5694#, c-format
5695msgid "Couldn't kill uuidd running at pid %d: %s\n"
5696msgstr ""
5697
5698#: misc/uuidd.c:591
5699#, c-format
5700msgid "Killed uuidd running at pid %d\n"
5701msgstr ""
5702
5703#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04005704#, c-format
5705msgid "Usage: %s [-r] [-t]\n"
5706msgstr "用法: %s [-r] [-t]\n"
5707
Eric Sandeen032eafe2012-07-28 17:48:36 -04005708#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04005709msgid "# Extent dump:\n"
5710msgstr ""
5711
Eric Sandeen032eafe2012-07-28 17:48:36 -04005712#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04005713#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005714msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005715msgstr ""
5716
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005717#: resize/main.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -04005718#, c-format
5719msgid ""
5720"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5721"\n"
5722msgstr ""
5723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005724#: resize/main.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -04005725msgid "Extending the inode table"
5726msgstr "正在扩充inode表"
5727
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005728#: resize/main.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -04005729msgid "Relocating blocks"
5730msgstr "正在重定位块"
5731
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005732#: resize/main.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04005733msgid "Scanning inode table"
5734msgstr "正在扫描inode表"
5735
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005736#: resize/main.c:75
Theodore Ts'of722c132009-04-21 22:09:01 -04005737msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04005738msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04005739
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005740#: resize/main.c:78
Theodore Ts'of722c132009-04-21 22:09:01 -04005741msgid "Moving inode table"
5742msgstr "移动inode表"
5743
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005744#: resize/main.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -04005745msgid "Unknown pass?!?"
5746msgstr "未知步骤?!?"
5747
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005748#: resize/main.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04005749#, c-format
5750msgid "Begin pass %d (max = %lu)\n"
5751msgstr ""
5752
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005753#: resize/main.c:155
5754msgid ""
5755"\n"
5756"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
5757"your own risk! Use the force option if you want to go ahead anyway.\n"
5758"\n"
5759msgstr ""
5760
5761#: resize/main.c:272
Theodore Ts'of722c132009-04-21 22:09:01 -04005762#, c-format
5763msgid "while opening %s"
5764msgstr "打开%s时"
5765
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005766#: resize/main.c:280
Dark Raven31a48472009-05-25 22:45:42 -04005767#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005768msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04005769msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04005770
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005771#: resize/main.c:327
Theodore Ts'of722c132009-04-21 22:09:01 -04005772#, c-format
5773msgid ""
5774"Please run 'e2fsck -f %s' first.\n"
5775"\n"
5776msgstr ""
5777"请先运行 'e2fsck -f %s'.\n"
5778"\n"
5779
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005780#: resize/main.c:346
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005781#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005782msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005783msgstr ""
5784
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005785#: resize/main.c:382
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005786#, c-format
5787msgid "Invalid new size: %s\n"
5788msgstr "无效的新大小:%s\n"
5789
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005790#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04005791msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005792msgstr ""
5793
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005794#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04005795#, c-format
5796msgid "New size smaller than minimum (%llu)\n"
5797msgstr ""
5798
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005799#: resize/main.c:412
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005800#, fuzzy
5801msgid "Invalid stride length"
5802msgstr "无效的后缀长度"
5803
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005804#: resize/main.c:436
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005805#, c-format
5806msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005807"The containing partition (or device) is only %llu (%dk) blocks.\n"
5808"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005809"\n"
5810msgstr ""
5811
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005812#: resize/main.c:443
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005813#, c-format
5814msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005815"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005816"\n"
5817msgstr ""
5818
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005819#: resize/main.c:452
Dark Raven3be22a82010-04-19 16:59:03 -04005820#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005821msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005822msgstr ""
5823
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005824#: resize/main.c:461
Dark Raven31a48472009-05-25 22:45:42 -04005825#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005826msgid "while trying to resize %s"
5827msgstr "当尝试调整%s的大小时"
5828
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005829#: resize/main.c:464
Dark Raven3be22a82010-04-19 16:59:03 -04005830#, c-format
5831msgid ""
5832"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5833"after the aborted resize operation.\n"
5834msgstr ""
5835
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005836#: resize/main.c:470
Theodore Ts'of722c132009-04-21 22:09:01 -04005837#, c-format
5838msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005839"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005840"\n"
5841msgstr ""
5842
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005843#: resize/main.c:485
Dark Raven3be22a82010-04-19 16:59:03 -04005844#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04005845msgid "while trying to truncate %s"
5846msgstr "当尝试对%s进行stat调用时"
5847
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005848#: resize/online.c:82
5849#, fuzzy
5850msgid "kernel does not support online resize with sparse_super2"
5851msgstr "内核不支持在线(online)调整大小"
5852
5853#: resize/online.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04005854#, c-format
5855msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5856msgstr ""
5857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005858#: resize/online.c:91
Dark Ravenc4755342011-01-26 18:54:25 -05005859msgid "On-line shrinking not supported"
Theodore Ts'of722c132009-04-21 22:09:01 -04005860msgstr ""
5861
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005862#: resize/online.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -04005863msgid "Filesystem does not support online resizing"
5864msgstr "文件系统不支持在线(online)调整大小"
5865
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005866#: resize/online.c:125
5867msgid "Not enough reserved gdt blocks for resizing"
Theodore Ts'of722c132009-04-21 22:09:01 -04005868msgstr ""
5869
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005870#: resize/online.c:132
Eric Sandeen032eafe2012-07-28 17:48:36 -04005871#, fuzzy
5872msgid "Kernel does not support resizing a file system this large"
5873msgstr "内核不支持在线(online)调整大小"
5874
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005875#: resize/online.c:140
5876#, c-format
5877msgid "while trying to open mountpoint %s"
5878msgstr ""
5879
5880#: resize/online.c:145
5881#, c-format
5882msgid "Old resize interface requested.\n"
5883msgstr ""
5884
5885#: resize/online.c:164 resize/online.c:181
5886msgid "Permission denied to resize filesystem"
5887msgstr "没有调整文件系统大小的权限"
5888
5889#: resize/online.c:167 resize/online.c:187
5890msgid "While checking for on-line resizing support"
5891msgstr "当检查在线文件系统大小调整支持时"
5892
5893#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04005894msgid "Kernel does not support online resizing"
5895msgstr "内核不支持在线(online)调整大小"
5896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005897#: resize/online.c:223
Theodore Ts'of722c132009-04-21 22:09:01 -04005898#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005899msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005900msgstr ""
5901
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005902#: resize/online.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04005903msgid "While trying to extend the last group"
5904msgstr ""
5905
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005906#: resize/online.c:287
Theodore Ts'of722c132009-04-21 22:09:01 -04005907#, c-format
5908msgid "While trying to add group #%d"
5909msgstr ""
5910
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005911#: resize/online.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04005912#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005913msgid ""
5914"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5915"this system.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005916msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小.\n"
5917
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005918#: resize/resize2fs.c:402
Theodore Ts'of722c132009-04-21 22:09:01 -04005919#, c-format
5920msgid "inodes (%llu) must be less than %u"
5921msgstr ""
5922
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005923#: resize/resize2fs.c:685
Theodore Ts'of722c132009-04-21 22:09:01 -04005924msgid "reserved blocks"
5925msgstr "保留的块"
5926
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005927#: resize/resize2fs.c:930
Theodore Ts'of722c132009-04-21 22:09:01 -04005928msgid "meta-data blocks"
5929msgstr "元数据块"
5930
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005931#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
5932#, fuzzy
5933msgid "new meta blocks"
5934msgstr "元数据块"
5935
5936#: resize/resize2fs.c:2046
5937msgid "Should never happen! No sb in last super_sparse bg?\n"
5938msgstr ""
5939
5940#: resize/resize2fs.c:2051
5941msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
5942msgstr ""
5943
5944#: resize/resize2fs.c:2129
Theodore Ts'of722c132009-04-21 22:09:01 -04005945msgid "Should never happen: resize inode corrupt!\n"
5946msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04005947
Eric Sandeen032eafe2012-07-28 17:48:36 -04005948#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005949msgid "EXT2FS Library version 1.42.10"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005950msgstr ""
5951
5952#: lib/ext2fs/ext2_err.c:12
5953msgid "Wrong magic number for ext2_filsys structure"
5954msgstr ""
5955
5956#: lib/ext2fs/ext2_err.c:13
5957msgid "Wrong magic number for badblocks_list structure"
5958msgstr ""
5959
5960#: lib/ext2fs/ext2_err.c:14
5961msgid "Wrong magic number for badblocks_iterate structure"
5962msgstr ""
5963
5964#: lib/ext2fs/ext2_err.c:15
5965msgid "Wrong magic number for inode_scan structure"
5966msgstr ""
5967
5968#: lib/ext2fs/ext2_err.c:16
5969msgid "Wrong magic number for io_channel structure"
5970msgstr ""
5971
5972#: lib/ext2fs/ext2_err.c:17
5973msgid "Wrong magic number for unix io_channel structure"
5974msgstr ""
5975
5976#: lib/ext2fs/ext2_err.c:18
5977msgid "Wrong magic number for io_manager structure"
5978msgstr ""
5979
5980#: lib/ext2fs/ext2_err.c:19
5981msgid "Wrong magic number for block_bitmap structure"
5982msgstr ""
5983
5984#: lib/ext2fs/ext2_err.c:20
5985msgid "Wrong magic number for inode_bitmap structure"
5986msgstr ""
5987
5988#: lib/ext2fs/ext2_err.c:21
5989msgid "Wrong magic number for generic_bitmap structure"
5990msgstr ""
5991
5992#: lib/ext2fs/ext2_err.c:22
5993msgid "Wrong magic number for test io_channel structure"
5994msgstr ""
5995
5996#: lib/ext2fs/ext2_err.c:23
5997msgid "Wrong magic number for directory block list structure"
5998msgstr ""
5999
6000#: lib/ext2fs/ext2_err.c:24
6001msgid "Wrong magic number for icount structure"
6002msgstr ""
6003
6004#: lib/ext2fs/ext2_err.c:25
6005msgid "Wrong magic number for Powerquest io_channel structure"
6006msgstr ""
6007
6008#: lib/ext2fs/ext2_err.c:26
6009msgid "Wrong magic number for ext2 file structure"
6010msgstr ""
6011
6012#: lib/ext2fs/ext2_err.c:27
6013msgid "Wrong magic number for Ext2 Image Header"
6014msgstr ""
6015
6016#: lib/ext2fs/ext2_err.c:28
6017msgid "Wrong magic number for inode io_channel structure"
6018msgstr ""
6019
6020#: lib/ext2fs/ext2_err.c:29
6021msgid "Wrong magic number for ext4 extent handle"
6022msgstr ""
6023
6024#: lib/ext2fs/ext2_err.c:30
6025#, fuzzy
6026msgid "Bad magic number in super-block"
6027msgstr "读取日志超级块\n"
6028
6029#: lib/ext2fs/ext2_err.c:31
6030msgid "Filesystem revision too high"
6031msgstr ""
6032
6033#: lib/ext2fs/ext2_err.c:32
6034msgid "Attempt to write to filesystem opened read-only"
6035msgstr ""
6036
6037#: lib/ext2fs/ext2_err.c:33
6038#, fuzzy
6039msgid "Can't read group descriptors"
6040msgstr ", 组描述符位于 "
6041
6042#: lib/ext2fs/ext2_err.c:34
6043#, fuzzy
6044msgid "Can't write group descriptors"
6045msgstr ", 组描述符位于 "
6046
6047#: lib/ext2fs/ext2_err.c:35
6048msgid "Corrupt group descriptor: bad block for block bitmap"
6049msgstr ""
6050
6051#: lib/ext2fs/ext2_err.c:36
6052msgid "Corrupt group descriptor: bad block for inode bitmap"
6053msgstr ""
6054
6055#: lib/ext2fs/ext2_err.c:37
6056msgid "Corrupt group descriptor: bad block for inode table"
6057msgstr ""
6058
6059#: lib/ext2fs/ext2_err.c:38
6060#, fuzzy
6061msgid "Can't write an inode bitmap"
6062msgstr "inode 位图"
6063
6064#: lib/ext2fs/ext2_err.c:39
6065#, fuzzy
6066msgid "Can't read an inode bitmap"
6067msgstr "inode 位图"
6068
6069#: lib/ext2fs/ext2_err.c:40
6070#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006071msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006072msgstr "块位图"
6073
6074#: lib/ext2fs/ext2_err.c:41
6075#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006076msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006077msgstr "块位图"
6078
6079#: lib/ext2fs/ext2_err.c:42
6080#, fuzzy
6081msgid "Can't write an inode table"
6082msgstr "正在扫描inode表"
6083
6084#: lib/ext2fs/ext2_err.c:43
6085#, fuzzy
6086msgid "Can't read an inode table"
6087msgstr "正在扫描inode表"
6088
6089#: lib/ext2fs/ext2_err.c:44
6090msgid "Can't read next inode"
6091msgstr ""
6092
6093#: lib/ext2fs/ext2_err.c:45
6094msgid "Filesystem has unexpected block size"
6095msgstr ""
6096
6097#: lib/ext2fs/ext2_err.c:46
6098msgid "EXT2 directory corrupted"
6099msgstr ""
6100
6101#: lib/ext2fs/ext2_err.c:47
6102msgid "Attempt to read block from filesystem resulted in short read"
6103msgstr ""
6104
6105#: lib/ext2fs/ext2_err.c:48
6106msgid "Attempt to write block to filesystem resulted in short write"
6107msgstr ""
6108
6109#: lib/ext2fs/ext2_err.c:49
6110msgid "No free space in the directory"
6111msgstr ""
6112
6113#: lib/ext2fs/ext2_err.c:50
6114#, fuzzy
6115msgid "Inode bitmap not loaded"
6116msgstr "inode 位图"
6117
6118#: lib/ext2fs/ext2_err.c:51
6119#, fuzzy
6120msgid "Block bitmap not loaded"
6121msgstr "块位图"
6122
6123#: lib/ext2fs/ext2_err.c:52
6124#, fuzzy
6125msgid "Illegal inode number"
6126msgstr "非法的块数量!\n"
6127
6128#: lib/ext2fs/ext2_err.c:53
6129#, fuzzy
6130msgid "Illegal block number"
6131msgstr "非法的块数量!\n"
6132
6133#: lib/ext2fs/ext2_err.c:54
6134msgid "Internal error in ext2fs_expand_dir"
6135msgstr ""
6136
6137#: lib/ext2fs/ext2_err.c:55
6138msgid "Not enough space to build proposed filesystem"
6139msgstr ""
6140
6141#: lib/ext2fs/ext2_err.c:56
6142msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6143msgstr ""
6144
6145#: lib/ext2fs/ext2_err.c:57
6146msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6147msgstr ""
6148
6149#: lib/ext2fs/ext2_err.c:58
6150msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6151msgstr ""
6152
6153#: lib/ext2fs/ext2_err.c:59
6154msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6155msgstr ""
6156
6157#: lib/ext2fs/ext2_err.c:60
6158msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6159msgstr ""
6160
6161#: lib/ext2fs/ext2_err.c:61
6162msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6163msgstr ""
6164
6165#: lib/ext2fs/ext2_err.c:62
6166msgid "Attempt to fudge end of block bitmap past the real end"
6167msgstr ""
6168
6169#: lib/ext2fs/ext2_err.c:63
6170msgid "Attempt to fudge end of inode bitmap past the real end"
6171msgstr ""
6172
6173#: lib/ext2fs/ext2_err.c:64
6174#, fuzzy
6175msgid "Illegal indirect block found"
6176msgstr "正在读取目录块"
6177
6178#: lib/ext2fs/ext2_err.c:65
6179msgid "Illegal doubly indirect block found"
6180msgstr ""
6181
6182#: lib/ext2fs/ext2_err.c:66
6183msgid "Illegal triply indirect block found"
6184msgstr ""
6185
6186#: lib/ext2fs/ext2_err.c:67
6187msgid "Block bitmaps are not the same"
6188msgstr ""
6189
6190#: lib/ext2fs/ext2_err.c:68
6191msgid "Inode bitmaps are not the same"
6192msgstr ""
6193
6194#: lib/ext2fs/ext2_err.c:69
6195msgid "Illegal or malformed device name"
6196msgstr ""
6197
6198#: lib/ext2fs/ext2_err.c:70
6199msgid "A block group is missing an inode table"
6200msgstr ""
6201
6202#: lib/ext2fs/ext2_err.c:71
6203msgid "The ext2 superblock is corrupt"
6204msgstr ""
6205
6206#: lib/ext2fs/ext2_err.c:72
6207msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6208msgstr ""
6209
6210#: lib/ext2fs/ext2_err.c:73
6211msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6212msgstr ""
6213
6214#: lib/ext2fs/ext2_err.c:74
6215msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6216msgstr ""
6217
6218#: lib/ext2fs/ext2_err.c:75
6219msgid "Too many symbolic links encountered."
6220msgstr ""
6221
6222#: lib/ext2fs/ext2_err.c:76
6223msgid "The callback function will not handle this case"
6224msgstr ""
6225
6226#: lib/ext2fs/ext2_err.c:77
6227msgid "The inode is from a bad block in the inode table"
6228msgstr ""
6229
6230#: lib/ext2fs/ext2_err.c:78
6231#, fuzzy
6232msgid "Filesystem has unsupported feature(s)"
6233msgstr "文件系统不支持在线(online)调整大小"
6234
6235#: lib/ext2fs/ext2_err.c:79
6236#, fuzzy
6237msgid "Filesystem has unsupported read-only feature(s)"
6238msgstr "文件系统不支持在线(online)调整大小"
6239
6240#: lib/ext2fs/ext2_err.c:80
6241msgid "IO Channel failed to seek on read or write"
6242msgstr ""
6243
6244#: lib/ext2fs/ext2_err.c:81
6245#, fuzzy
6246msgid "Memory allocation failed"
6247msgstr "A分配出错"
6248
6249#: lib/ext2fs/ext2_err.c:82
6250msgid "Invalid argument passed to ext2 library"
6251msgstr ""
6252
6253#: lib/ext2fs/ext2_err.c:83
6254#, fuzzy
6255msgid "Could not allocate block in ext2 filesystem"
6256msgstr "无法分配块缓存 (大小=%d)\n"
6257
6258#: lib/ext2fs/ext2_err.c:84
6259#, fuzzy
6260msgid "Could not allocate inode in ext2 filesystem"
6261msgstr "e2label: 不是一个ex2文件系统\n"
6262
6263#: lib/ext2fs/ext2_err.c:85
6264msgid "Ext2 inode is not a directory"
6265msgstr ""
6266
6267#: lib/ext2fs/ext2_err.c:86
6268msgid "Too many references in table"
6269msgstr ""
6270
6271#: lib/ext2fs/ext2_err.c:87
6272msgid "File not found by ext2_lookup"
6273msgstr ""
6274
6275#: lib/ext2fs/ext2_err.c:88
6276msgid "File open read-only"
6277msgstr ""
6278
6279#: lib/ext2fs/ext2_err.c:89
6280#, fuzzy
6281msgid "Ext2 directory block not found"
6282msgstr "空目录块 %u (#%d),于 inode %u 中\n"
6283
6284#: lib/ext2fs/ext2_err.c:90
6285msgid "Ext2 directory already exists"
6286msgstr ""
6287
6288#: lib/ext2fs/ext2_err.c:91
6289msgid "Unimplemented ext2 library function"
6290msgstr ""
6291
6292#: lib/ext2fs/ext2_err.c:92
6293msgid "User cancel requested"
6294msgstr ""
6295
6296#: lib/ext2fs/ext2_err.c:93
6297msgid "Ext2 file too big"
6298msgstr ""
6299
6300#: lib/ext2fs/ext2_err.c:94
6301msgid "Supplied journal device not a block device"
6302msgstr ""
6303
6304#: lib/ext2fs/ext2_err.c:95
6305#, fuzzy
6306msgid "Journal superblock not found"
6307msgstr "日志超级块未找到!\n"
6308
6309#: lib/ext2fs/ext2_err.c:96
6310msgid "Journal must be at least 1024 blocks"
6311msgstr ""
6312
6313#: lib/ext2fs/ext2_err.c:97
6314msgid "Unsupported journal version"
6315msgstr ""
6316
6317#: lib/ext2fs/ext2_err.c:98
6318msgid "Error loading external journal"
6319msgstr ""
6320
6321#: lib/ext2fs/ext2_err.c:99
6322#, fuzzy
6323msgid "Journal not found"
6324msgstr "日志超级块未找到!\n"
6325
6326#: lib/ext2fs/ext2_err.c:100
6327msgid "Directory hash unsupported"
6328msgstr ""
6329
6330#: lib/ext2fs/ext2_err.c:101
6331#, fuzzy
6332msgid "Illegal extended attribute block number"
6333msgstr "a扩展属性"
6334
6335#: lib/ext2fs/ext2_err.c:102
6336msgid "Cannot create filesystem with requested number of inodes"
6337msgstr ""
6338
6339#: lib/ext2fs/ext2_err.c:103
6340msgid "E2image snapshot not in use"
6341msgstr ""
6342
6343#: lib/ext2fs/ext2_err.c:104
6344#, fuzzy
6345msgid "Too many reserved group descriptor blocks"
6346msgstr "<组描述符inode>"
6347
6348#: lib/ext2fs/ext2_err.c:105
6349msgid "Resize inode is corrupt"
6350msgstr ""
6351
6352#: lib/ext2fs/ext2_err.c:106
6353msgid "Tried to set block bmap with missing indirect block"
6354msgstr ""
6355
6356#: lib/ext2fs/ext2_err.c:107
6357msgid "TDB: Success"
6358msgstr ""
6359
6360#: lib/ext2fs/ext2_err.c:108
6361msgid "TDB: Corrupt database"
6362msgstr ""
6363
6364#: lib/ext2fs/ext2_err.c:109
6365msgid "TDB: IO Error"
6366msgstr ""
6367
6368#: lib/ext2fs/ext2_err.c:110
6369msgid "TDB: Locking error"
6370msgstr ""
6371
6372#: lib/ext2fs/ext2_err.c:111
6373msgid "TDB: Out of memory"
6374msgstr ""
6375
6376#: lib/ext2fs/ext2_err.c:112
6377msgid "TDB: Record exists"
6378msgstr ""
6379
6380#: lib/ext2fs/ext2_err.c:113
6381msgid "TDB: Lock exists on other keys"
6382msgstr ""
6383
6384#: lib/ext2fs/ext2_err.c:114
6385msgid "TDB: Invalid parameter"
6386msgstr ""
6387
6388#: lib/ext2fs/ext2_err.c:115
6389msgid "TDB: Record does not exist"
6390msgstr ""
6391
6392#: lib/ext2fs/ext2_err.c:116
6393msgid "TDB: Write not permitted"
6394msgstr ""
6395
6396#: lib/ext2fs/ext2_err.c:117
6397msgid "Ext2fs directory block list is empty"
6398msgstr ""
6399
6400#: lib/ext2fs/ext2_err.c:118
6401msgid "Attempt to modify a block mapping via a read-only block iterator"
6402msgstr ""
6403
6404#: lib/ext2fs/ext2_err.c:119
6405msgid "Wrong magic number for ext4 extent saved path"
6406msgstr ""
6407
6408#: lib/ext2fs/ext2_err.c:120
6409msgid "Wrong magic number for 64-bit generic bitmap"
6410msgstr ""
6411
6412#: lib/ext2fs/ext2_err.c:121
6413msgid "Wrong magic number for 64-bit block bitmap"
6414msgstr ""
6415
6416#: lib/ext2fs/ext2_err.c:122
6417msgid "Wrong magic number for 64-bit inode bitmap"
6418msgstr ""
6419
6420#: lib/ext2fs/ext2_err.c:123
6421msgid "Wrong magic number --- RESERVED_13"
6422msgstr ""
6423
6424#: lib/ext2fs/ext2_err.c:124
6425msgid "Wrong magic number --- RESERVED_14"
6426msgstr ""
6427
6428#: lib/ext2fs/ext2_err.c:125
6429msgid "Wrong magic number --- RESERVED_15"
6430msgstr ""
6431
6432#: lib/ext2fs/ext2_err.c:126
6433msgid "Wrong magic number --- RESERVED_16"
6434msgstr ""
6435
6436#: lib/ext2fs/ext2_err.c:127
6437msgid "Wrong magic number --- RESERVED_17"
6438msgstr ""
6439
6440#: lib/ext2fs/ext2_err.c:128
6441msgid "Wrong magic number --- RESERVED_18"
6442msgstr ""
6443
6444#: lib/ext2fs/ext2_err.c:129
6445msgid "Wrong magic number --- RESERVED_19"
6446msgstr ""
6447
6448#: lib/ext2fs/ext2_err.c:130
6449msgid "Corrupt extent header"
6450msgstr ""
6451
6452#: lib/ext2fs/ext2_err.c:131
6453msgid "Corrupt extent index"
6454msgstr ""
6455
6456#: lib/ext2fs/ext2_err.c:132
6457msgid "Corrupt extent"
6458msgstr ""
6459
6460#: lib/ext2fs/ext2_err.c:133
6461msgid "No free space in extent map"
6462msgstr ""
6463
6464#: lib/ext2fs/ext2_err.c:134
6465msgid "Inode does not use extents"
6466msgstr ""
6467
6468#: lib/ext2fs/ext2_err.c:135
6469#, fuzzy
6470msgid "No 'next' extent"
6471msgstr "x程度"
6472
6473#: lib/ext2fs/ext2_err.c:136
6474msgid "No 'previous' extent"
6475msgstr ""
6476
6477#: lib/ext2fs/ext2_err.c:137
6478msgid "No 'up' extent"
6479msgstr ""
6480
6481#: lib/ext2fs/ext2_err.c:138
6482msgid "No 'down' extent"
6483msgstr ""
6484
6485#: lib/ext2fs/ext2_err.c:139
6486msgid "No current node"
6487msgstr ""
6488
6489#: lib/ext2fs/ext2_err.c:140
6490msgid "Ext2fs operation not supported"
6491msgstr ""
6492
6493#: lib/ext2fs/ext2_err.c:141
6494msgid "No room to insert extent in node"
6495msgstr ""
6496
6497#: lib/ext2fs/ext2_err.c:142
6498msgid "Splitting would result in empty node"
6499msgstr ""
6500
6501#: lib/ext2fs/ext2_err.c:143
6502#, fuzzy
6503msgid "Extent not found"
6504msgstr "/@l未找到."
6505
6506#: lib/ext2fs/ext2_err.c:144
6507msgid "Operation not supported for inodes containing extents"
6508msgstr ""
6509
6510#: lib/ext2fs/ext2_err.c:145
6511msgid "Extent length is invalid"
6512msgstr ""
6513
6514#: lib/ext2fs/ext2_err.c:146
6515msgid "I/O Channel does not support 64-bit block numbers"
6516msgstr ""
6517
6518#: lib/ext2fs/ext2_err.c:147
6519msgid "Can't check if filesystem is mounted due to missing mtab file"
6520msgstr ""
6521
6522#: lib/ext2fs/ext2_err.c:148
6523msgid "Filesystem too large to use legacy bitmaps"
6524msgstr ""
6525
6526#: lib/ext2fs/ext2_err.c:149
6527msgid "MMP: invalid magic number"
6528msgstr ""
6529
6530#: lib/ext2fs/ext2_err.c:150
6531msgid "MMP: device currently active"
6532msgstr ""
6533
6534#: lib/ext2fs/ext2_err.c:151
6535msgid "MMP: fsck being run"
6536msgstr ""
6537
6538#: lib/ext2fs/ext2_err.c:152
6539msgid "MMP: block number beyond filesystem range"
6540msgstr ""
6541
6542#: lib/ext2fs/ext2_err.c:153
6543msgid "MMP: undergoing an unknown operation"
6544msgstr ""
6545
6546#: lib/ext2fs/ext2_err.c:154
6547msgid "MMP: filesystem still in use"
6548msgstr ""
6549
6550#: lib/ext2fs/ext2_err.c:155
6551msgid "MMP: open with O_DIRECT failed"
6552msgstr ""
6553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006554#: lib/ext2fs/ext2_err.c:156
6555#, fuzzy
6556msgid "Block group descriptor size incorrect"
6557msgstr "<组描述符inode>"
6558
6559#: lib/ext2fs/ext2_err.c:157
6560msgid "Inode checksum does not match inode"
6561msgstr ""
6562
6563#: lib/ext2fs/ext2_err.c:158
6564msgid "Inode bitmap checksum does not match bitmap"
6565msgstr ""
6566
6567#: lib/ext2fs/ext2_err.c:159
6568msgid "Extent block checksum does not match extent block"
6569msgstr ""
6570
6571#: lib/ext2fs/ext2_err.c:160
6572msgid "Directory block does not have space for checksum"
6573msgstr ""
6574
6575#: lib/ext2fs/ext2_err.c:161
6576msgid "Directory block checksum does not match directory block"
6577msgstr ""
6578
6579#: lib/ext2fs/ext2_err.c:162
6580msgid "Extended attribute block checksum does not match block"
6581msgstr ""
6582
6583#: lib/ext2fs/ext2_err.c:163
6584msgid "Superblock checksum does not match superblock"
6585msgstr ""
6586
6587#: lib/ext2fs/ext2_err.c:164
6588msgid "Unknown checksum algorithm"
6589msgstr ""
6590
6591#: lib/ext2fs/ext2_err.c:165
6592msgid "MMP block checksum does not match MMP block"
6593msgstr ""
6594
6595#: lib/ext2fs/ext2_err.c:166
6596msgid "Ext2 file already exists"
6597msgstr ""
6598
Eric Sandeen032eafe2012-07-28 17:48:36 -04006599#: e2fsck/prof_err.c:11
6600msgid "Profile version 0.0"
6601msgstr ""
6602
6603#: e2fsck/prof_err.c:12
6604msgid "Bad magic value in profile_node"
6605msgstr ""
6606
6607#: e2fsck/prof_err.c:13
6608msgid "Profile section not found"
6609msgstr ""
6610
6611#: e2fsck/prof_err.c:14
6612#, fuzzy
6613msgid "Profile relation not found"
6614msgstr "当读取坏块inode时"
6615
6616#: e2fsck/prof_err.c:15
6617msgid "Attempt to add a relation to node which is not a section"
6618msgstr ""
6619
6620#: e2fsck/prof_err.c:16
6621msgid "A profile section header has a non-zero value"
6622msgstr ""
6623
6624#: e2fsck/prof_err.c:17
6625msgid "Bad linked list in profile structures"
6626msgstr ""
6627
6628#: e2fsck/prof_err.c:18
6629msgid "Bad group level in profile structures"
6630msgstr ""
6631
6632#: e2fsck/prof_err.c:19
6633msgid "Bad parent pointer in profile structures"
6634msgstr ""
6635
6636#: e2fsck/prof_err.c:20
6637msgid "Bad magic value in profile iterator"
6638msgstr ""
6639
6640#: e2fsck/prof_err.c:21
6641msgid "Can't set value on section node"
6642msgstr ""
6643
6644#: e2fsck/prof_err.c:22
6645msgid "Invalid argument passed to profile library"
6646msgstr ""
6647
6648#: e2fsck/prof_err.c:23
6649msgid "Attempt to modify read-only profile"
6650msgstr ""
6651
6652#: e2fsck/prof_err.c:24
6653msgid "Profile section header not at top level"
6654msgstr ""
6655
6656#: e2fsck/prof_err.c:25
6657msgid "Syntax error in profile section header"
6658msgstr ""
6659
6660#: e2fsck/prof_err.c:26
6661msgid "Syntax error in profile relation"
6662msgstr ""
6663
6664#: e2fsck/prof_err.c:27
6665msgid "Extra closing brace in profile"
6666msgstr ""
6667
6668#: e2fsck/prof_err.c:28
6669msgid "Missing open brace in profile"
6670msgstr ""
6671
6672#: e2fsck/prof_err.c:29
6673msgid "Bad magic value in profile_t"
6674msgstr ""
6675
6676#: e2fsck/prof_err.c:30
6677msgid "Bad magic value in profile_section_t"
6678msgstr ""
6679
6680#: e2fsck/prof_err.c:31
6681msgid "Iteration through all top level section not supported"
6682msgstr ""
6683
6684#: e2fsck/prof_err.c:32
6685#, fuzzy
6686msgid "Invalid profile_section object"
6687msgstr "设置了无效的文件系统选项: %s\n"
6688
6689#: e2fsck/prof_err.c:33
6690msgid "No more sections"
6691msgstr ""
6692
6693#: e2fsck/prof_err.c:34
6694msgid "Bad nameset passed to query routine"
6695msgstr ""
6696
6697#: e2fsck/prof_err.c:35
6698msgid "No profile file open"
6699msgstr ""
6700
6701#: e2fsck/prof_err.c:36
6702msgid "Bad magic value in profile_file_t"
6703msgstr ""
6704
6705#: e2fsck/prof_err.c:37
6706msgid "Couldn't open profile file"
6707msgstr ""
6708
6709#: e2fsck/prof_err.c:38
6710msgid "Section already exists"
6711msgstr ""
6712
6713#: e2fsck/prof_err.c:39
6714msgid "Invalid boolean value"
6715msgstr ""
6716
6717#: e2fsck/prof_err.c:40
6718#, fuzzy
6719msgid "Invalid integer value"
6720msgstr "无效的后缀长度"
6721
6722#: e2fsck/prof_err.c:41
6723msgid "Bad magic value in profile_file_data_t"
6724msgstr ""
6725
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006726#~ msgid "Could not stat %s --- %s\n"
6727#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
6728
Eric Sandeen032eafe2012-07-28 17:48:36 -04006729#~ msgid "<The ACL index inode>"
6730#~ msgstr "<ACL 索引 inode>"
6731
6732#~ msgid "<The ACL data inode>"
6733#~ msgstr "<ACL 数据 inode>"
6734
Eric Sandeen032eafe2012-07-28 17:48:36 -04006735#~ msgid "Journal NOT removed\n"
6736#~ msgstr "日志_没有_被删除\n"
6737
Theodore Ts'o930e2812009-06-29 15:08:12 -04006738#~ msgid "bad block size - %s"
6739#~ msgstr "错误的块大小 - %s"