blob: 77f4a22c2c4ba779e5a74f1a16f0bca0c5b6cb74 [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
25#. ownership field (inode->i_uid).
26#.
27#. %b <blk> block number
28#. %B <blkcount> integer
29#. %c <blk2> block number
30#. %Di <dirent> -> ino inode number
31#. %Dn <dirent> -> name string
32#. %Dr <dirent> -> rec_len
33#. %Dl <dirent> -> name_len
34#. %Dt <dirent> -> filetype
35#. %d <dir> inode number
36#. %g <group> integer
37#. %i <ino> inode number
38#. %Is <inode> -> i_size
39#. %IS <inode> -> i_extra_isize
40#. %Ib <inode> -> i_blocks
41#. %Il <inode> -> i_links_count
42#. %Im <inode> -> i_mode
43#. %IM <inode> -> i_mtime
44#. %IF <inode> -> i_faddr
45#. %If <inode> -> i_file_acl
46#. %Id <inode> -> i_dir_acl
47#. %Iu <inode> -> i_uid
48#. %Ig <inode> -> i_gid
49#. %j <ino2> inode number
50#. %m <com_err error message>
51#. %N <num>
52#. %p ext2fs_get_pathname of directory <ino>
53#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
54#. the containing directory. (If dirent is NULL
55#. then return the pathname of directory <ino2>)
56#. %q ext2fs_get_pathname of directory <dir>
57#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
58#. the containing directory.
59#. %s <str> miscellaneous string
60#. %S backup superblock
61#. %X <num> hexadecimal format
62#.
63msgid ""
64msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -050065"Project-Id-Version: e2fsprogs-1.41.14\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040066"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040067"POT-Creation-Date: 2012-06-12 14:40-0400\n"
Dark Ravenc4755342011-01-26 18:54:25 -050068"PO-Revision-Date: 2011-01-26 21:53+0800\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040069"Last-Translator: Dark Raven <drdarkraven@gmail.com>\n"
Dark Raven3be22a82010-04-19 16:59:03 -040070"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040071"Language: zh_CN\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040072"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=UTF-8\n"
74"Content-Transfer-Encoding: 8bit\n"
Dark Raven3be22a82010-04-19 16:59:03 -040075"X-Poedit-Language: Chinese\n"
76"X-Poedit-Country: CHINA\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040077
Eric Sandeen032eafe2012-07-28 17:48:36 -040078#: e2fsck/badblocks.c:23 misc/mke2fs.c:176
Theodore Ts'of722c132009-04-21 22:09:01 -040079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
81msgstr "坏块%u超出范围;忽略.\n"
82
Eric Sandeen032eafe2012-07-28 17:48:36 -040083#: e2fsck/badblocks.c:46
Theodore Ts'of722c132009-04-21 22:09:01 -040084msgid "while sanity checking the bad blocks inode"
Dark Ravenc4755342011-01-26 18:54:25 -050085msgstr "在对坏块inode进行一致性检验是"
Theodore Ts'of722c132009-04-21 22:09:01 -040086
Eric Sandeen032eafe2012-07-28 17:48:36 -040087#: e2fsck/badblocks.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -040088msgid "while reading the bad blocks inode"
89msgstr "当读取坏块inode时"
90
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
92#: e2fsck/unix.c:1298 e2fsck/unix.c:1386 misc/badblocks.c:1214
93#: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
94#: misc/dumpe2fs.c:588 misc/e2image.c:1189 misc/e2image.c:1307
95#: misc/e2image.c:1320 misc/mke2fs.c:192 misc/tune2fs.c:1907 resize/main.c:303
Theodore Ts'of722c132009-04-21 22:09:01 -040096#, c-format
97msgid "while trying to open %s"
98msgstr "当尝试打开 %s 时"
99
Eric Sandeen032eafe2012-07-28 17:48:36 -0400100#: e2fsck/badblocks.c:83
Dark Raven3be22a82010-04-19 16:59:03 -0400101#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400102msgid "while trying popen '%s'"
103msgstr "当尝试对 '%s' 进行popen时"
104
Eric Sandeen032eafe2012-07-28 17:48:36 -0400105#: e2fsck/badblocks.c:94 misc/mke2fs.c:199
Theodore Ts'of722c132009-04-21 22:09:01 -0400106msgid "while reading in list of bad blocks from file"
107msgstr "当从文件中读取坏块表时"
108
Eric Sandeen032eafe2012-07-28 17:48:36 -0400109#: e2fsck/badblocks.c:105
Theodore Ts'of722c132009-04-21 22:09:01 -0400110msgid "while updating bad block inode"
111msgstr "当更新坏块inode时"
112
Eric Sandeen032eafe2012-07-28 17:48:36 -0400113#: e2fsck/badblocks.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400114#, c-format
115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
116msgstr "警告:在坏块inode中发现非法的块%u. 清除.\n"
117
Eric Sandeen032eafe2012-07-28 17:48:36 -0400118#: e2fsck/ehandler.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400119#, fuzzy, c-format
120msgid "Error reading block %lu (%s) while %s. "
121msgstr "读取块 %lu (%s) 错误 , %s. "
122
Eric Sandeen032eafe2012-07-28 17:48:36 -0400123#: e2fsck/ehandler.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400124#, c-format
125msgid "Error reading block %lu (%s). "
126msgstr "读取块 %lu (%s) 错误"
127
Eric Sandeen032eafe2012-07-28 17:48:36 -0400128#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'of722c132009-04-21 22:09:01 -0400129msgid "Ignore error"
130msgstr "忽略错误"
131
Eric Sandeen032eafe2012-07-28 17:48:36 -0400132#: e2fsck/ehandler.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400133msgid "Force rewrite"
134msgstr "强制覆盖"
135
Eric Sandeen032eafe2012-07-28 17:48:36 -0400136#: e2fsck/ehandler.c:104
Theodore Ts'of722c132009-04-21 22:09:01 -0400137#, fuzzy, c-format
138msgid "Error writing block %lu (%s) while %s. "
139msgstr "写块 %lu (%s) 出错 , %s. "
140
Eric Sandeen032eafe2012-07-28 17:48:36 -0400141#: e2fsck/ehandler.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -0400142#, c-format
143msgid "Error writing block %lu (%s). "
144msgstr "写块 %lu (%s) 出错. "
145
Eric Sandeen032eafe2012-07-28 17:48:36 -0400146#: e2fsck/emptydir.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400147msgid "empty dirblocks"
Dark Raven3be22a82010-04-19 16:59:03 -0400148msgstr "空的dir块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400149
Eric Sandeen032eafe2012-07-28 17:48:36 -0400150#: e2fsck/emptydir.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400151msgid "empty dir map"
152msgstr "空ACL映射"
153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400155#, c-format
156msgid "Empty directory block %u (#%d) in inode %u\n"
157msgstr "空目录块 %u (#%d),于 inode %u 中\n"
158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400159#: e2fsck/extend.c:22
Theodore Ts'of722c132009-04-21 22:09:01 -0400160#, c-format
161msgid "%s: %s filename nblocks blocksize\n"
162msgstr ""
163
Eric Sandeen032eafe2012-07-28 17:48:36 -0400164#: e2fsck/extend.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400165#, c-format
166msgid "Illegal number of blocks!\n"
167msgstr "非法的块数量!\n"
168
Eric Sandeen032eafe2012-07-28 17:48:36 -0400169#: e2fsck/extend.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -0400170#, c-format
171msgid "Couldn't allocate block buffer (size=%d)\n"
172msgstr "无法分配块缓存 (大小=%d)\n"
173
Eric Sandeen032eafe2012-07-28 17:48:36 -0400174#: e2fsck/flushb.c:35
Dark Raven3be22a82010-04-19 16:59:03 -0400175#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400176msgid "Usage: %s disk\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400177msgstr "用法: %s disk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400178
Eric Sandeen032eafe2012-07-28 17:48:36 -0400179#: e2fsck/flushb.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400180#, c-format
181msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
183
Eric Sandeen032eafe2012-07-28 17:48:36 -0400184#: e2fsck/iscan.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400185#, c-format
186msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
187msgstr "用法: %s [-F] [-I inode_buffer_blocks] device\n"
188
Eric Sandeen032eafe2012-07-28 17:48:36 -0400189#: e2fsck/iscan.c:81 e2fsck/unix.c:930
Theodore Ts'of722c132009-04-21 22:09:01 -0400190#, fuzzy, c-format
191msgid "while opening %s for flushing"
192msgstr "当为刷新打开“%s”时"
193
Eric Sandeen032eafe2012-07-28 17:48:36 -0400194#: e2fsck/iscan.c:86 e2fsck/unix.c:936 resize/main.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -0400195#, fuzzy, c-format
196msgid "while trying to flush %s"
197msgstr "当尝试刷新 %s 时"
198
Eric Sandeen032eafe2012-07-28 17:48:36 -0400199#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1084
Theodore Ts'of722c132009-04-21 22:09:01 -0400200msgid "while opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500201msgstr "在打开inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400202
Eric Sandeen032eafe2012-07-28 17:48:36 -0400203#: e2fsck/iscan.c:127 misc/e2image.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -0400204msgid "while getting next inode"
205msgstr "当获取下一个inode时"
206
Eric Sandeen032eafe2012-07-28 17:48:36 -0400207#: e2fsck/iscan.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400208#, c-format
209msgid "%u inodes scanned.\n"
210msgstr "%u 个 inode 被扫描.\n"
211
Eric Sandeen032eafe2012-07-28 17:48:36 -0400212#: e2fsck/journal.c:512
Theodore Ts'of722c132009-04-21 22:09:01 -0400213msgid "reading journal superblock\n"
214msgstr "读取日志超级块\n"
215
Eric Sandeen032eafe2012-07-28 17:48:36 -0400216#: e2fsck/journal.c:569
Theodore Ts'of722c132009-04-21 22:09:01 -0400217#, c-format
218msgid "%s: no valid journal superblock found\n"
219msgstr "%s: 没有发现日志超级块\n"
220
Eric Sandeen032eafe2012-07-28 17:48:36 -0400221#: e2fsck/journal.c:578
Dark Raven3be22a82010-04-19 16:59:03 -0400222#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400223msgid "%s: journal too short\n"
224msgstr "%s: 日志过短\n"
225
Eric Sandeen032eafe2012-07-28 17:48:36 -0400226#: e2fsck/journal.c:870
Theodore Ts'of722c132009-04-21 22:09:01 -0400227#, c-format
228msgid "%s: recovering journal\n"
229msgstr "%s: 正在修复日志\n"
230
Eric Sandeen032eafe2012-07-28 17:48:36 -0400231#: e2fsck/journal.c:872
Theodore Ts'of722c132009-04-21 22:09:01 -0400232#, c-format
233msgid "%s: won't do journal recovery while read-only\n"
234msgstr "%s: 使用只读模式时不会进行日志修复\n"
235
Eric Sandeen032eafe2012-07-28 17:48:36 -0400236#: e2fsck/journal.c:899
Theodore Ts'of722c132009-04-21 22:09:01 -0400237#, c-format
238msgid "while trying to re-open %s"
Dark Ravenc4755342011-01-26 18:54:25 -0500239msgstr "在尝试重新打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400240
Eric Sandeen032eafe2012-07-28 17:48:36 -0400241#: e2fsck/message.c:113
Theodore Ts'of722c132009-04-21 22:09:01 -0400242msgid "aextended attribute"
243msgstr "a扩展属性"
244
Eric Sandeen032eafe2012-07-28 17:48:36 -0400245#: e2fsck/message.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400246msgid "Aerror allocating"
247msgstr "A分配出错"
248
Eric Sandeen032eafe2012-07-28 17:48:36 -0400249#: e2fsck/message.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400250msgid "bblock"
251msgstr "b块"
252
Eric Sandeen032eafe2012-07-28 17:48:36 -0400253#: e2fsck/message.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400254msgid "Bbitmap"
255msgstr "B位图"
256
Eric Sandeen032eafe2012-07-28 17:48:36 -0400257#: e2fsck/message.c:117
Theodore Ts'of722c132009-04-21 22:09:01 -0400258msgid "ccompress"
259msgstr "c压缩"
260
Eric Sandeen032eafe2012-07-28 17:48:36 -0400261#: e2fsck/message.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -0400262msgid "Cconflicts with some other fs @b"
263msgstr "C与其他文件系统@b冲突"
264
Eric Sandeen032eafe2012-07-28 17:48:36 -0400265#: e2fsck/message.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400266msgid "iinode"
267msgstr "iinode"
268
Eric Sandeen032eafe2012-07-28 17:48:36 -0400269#: e2fsck/message.c:120
Theodore Ts'of722c132009-04-21 22:09:01 -0400270msgid "Iillegal"
271msgstr "I非法的"
272
Eric Sandeen032eafe2012-07-28 17:48:36 -0400273#: e2fsck/message.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -0400274msgid "jjournal"
275msgstr "j日志"
276
Eric Sandeen032eafe2012-07-28 17:48:36 -0400277#: e2fsck/message.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400278msgid "Ddeleted"
279msgstr "D删除"
280
Eric Sandeen032eafe2012-07-28 17:48:36 -0400281#: e2fsck/message.c:123
Theodore Ts'of722c132009-04-21 22:09:01 -0400282msgid "ddirectory"
283msgstr "d目录"
284
Eric Sandeen032eafe2012-07-28 17:48:36 -0400285#: e2fsck/message.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -0400286msgid "eentry"
287msgstr "e入口"
288
Eric Sandeen032eafe2012-07-28 17:48:36 -0400289#: e2fsck/message.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400290msgid "E@e '%Dn' in %p (%i)"
Dark Ravenc4755342011-01-26 18:54:25 -0500291msgstr "E在 %p (%i) 中的@e '%Dn'"
Theodore Ts'of722c132009-04-21 22:09:01 -0400292
Eric Sandeen032eafe2012-07-28 17:48:36 -0400293#: e2fsck/message.c:126
Theodore Ts'of722c132009-04-21 22:09:01 -0400294msgid "ffilesystem"
295msgstr "f文件系统"
296
Eric Sandeen032eafe2012-07-28 17:48:36 -0400297#: e2fsck/message.c:127
Theodore Ts'of722c132009-04-21 22:09:01 -0400298msgid "Ffor @i %i (%Q) is"
299msgstr ""
300
Eric Sandeen032eafe2012-07-28 17:48:36 -0400301#: e2fsck/message.c:128
Theodore Ts'of722c132009-04-21 22:09:01 -0400302msgid "ggroup"
303msgstr "g簇"
304
Eric Sandeen032eafe2012-07-28 17:48:36 -0400305#: e2fsck/message.c:129
Theodore Ts'of722c132009-04-21 22:09:01 -0400306msgid "hHTREE @d @i"
307msgstr "hHTREE@d@i"
308
Eric Sandeen032eafe2012-07-28 17:48:36 -0400309#: e2fsck/message.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -0400310msgid "llost+found"
311msgstr "llost+found"
312
Eric Sandeen032eafe2012-07-28 17:48:36 -0400313#: e2fsck/message.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400314msgid "Lis a link"
315msgstr "L是一个链接"
316
Eric Sandeen032eafe2012-07-28 17:48:36 -0400317#: e2fsck/message.c:132
Theodore Ts'of722c132009-04-21 22:09:01 -0400318msgid "mmultiply-claimed"
319msgstr ""
320
Eric Sandeen032eafe2012-07-28 17:48:36 -0400321#: e2fsck/message.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400322msgid "ninvalid"
323msgstr "n无效的"
324
Eric Sandeen032eafe2012-07-28 17:48:36 -0400325#: e2fsck/message.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -0400326msgid "oorphaned"
327msgstr "孤立的"
328
Eric Sandeen032eafe2012-07-28 17:48:36 -0400329#: e2fsck/message.c:135
Theodore Ts'of722c132009-04-21 22:09:01 -0400330msgid "pproblem in"
331msgstr "问题出于"
332
Eric Sandeen032eafe2012-07-28 17:48:36 -0400333#: e2fsck/message.c:136
334msgid "qquota"
335msgstr ""
336
337#: e2fsck/message.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400338msgid "rroot @i"
339msgstr "r根@i"
340
Eric Sandeen032eafe2012-07-28 17:48:36 -0400341#: e2fsck/message.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400342msgid "sshould be"
343msgstr "s应为"
344
Eric Sandeen032eafe2012-07-28 17:48:36 -0400345#: e2fsck/message.c:139
Theodore Ts'of722c132009-04-21 22:09:01 -0400346msgid "Ssuper@b"
347msgstr "S超级@b"
348
Eric Sandeen032eafe2012-07-28 17:48:36 -0400349#: e2fsck/message.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400350msgid "uunattached"
351msgstr ""
352
Eric Sandeen032eafe2012-07-28 17:48:36 -0400353#: e2fsck/message.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -0400354msgid "vdevice"
355msgstr "v设备"
356
Eric Sandeen032eafe2012-07-28 17:48:36 -0400357#: e2fsck/message.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -0400358#, fuzzy
359msgid "xextent"
360msgstr "x程度"
361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400363msgid "zzero-length"
364msgstr "z零长度"
365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -0400367msgid "<The NULL inode>"
368msgstr "<空的 inode>"
369
Eric Sandeen032eafe2012-07-28 17:48:36 -0400370#: e2fsck/message.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400371msgid "<The bad blocks inode>"
372msgstr "<坏块 inode>"
373
Dark Raven3be22a82010-04-19 16:59:03 -0400374#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400375#, fuzzy
376msgid "<The user quota inode>"
377msgstr "<日志 inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400378
Dark Raven3be22a82010-04-19 16:59:03 -0400379#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400380#, fuzzy
381msgid "<The group quota inode>"
Dark Ravenc4755342011-01-26 18:54:25 -0500382msgstr "<组描述符inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400383
Dark Raven3be22a82010-04-19 16:59:03 -0400384#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400385msgid "<The boot loader inode>"
386msgstr "<启动器 inode>"
387
388#: e2fsck/message.c:160
389msgid "<The undelete directory inode>"
390msgstr "<未删除的目录 inode>"
391
392#: e2fsck/message.c:161
393msgid "<The group descriptor inode>"
394msgstr "<组描述符inode>"
395
396#: e2fsck/message.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400397msgid "<The journal inode>"
398msgstr "<日志 inode>"
399
Eric Sandeen032eafe2012-07-28 17:48:36 -0400400#: e2fsck/message.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -0400401msgid "<Reserved inode 9>"
402msgstr "<保留的 inode 9>"
403
Eric Sandeen032eafe2012-07-28 17:48:36 -0400404#: e2fsck/message.c:164
Theodore Ts'of722c132009-04-21 22:09:01 -0400405msgid "<Reserved inode 10>"
406msgstr "<保留的 inode 10>"
407
Eric Sandeen032eafe2012-07-28 17:48:36 -0400408#: e2fsck/message.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -0400409msgid "regular file"
410msgstr "一般文件"
411
Eric Sandeen032eafe2012-07-28 17:48:36 -0400412#: e2fsck/message.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -0400413msgid "directory"
414msgstr "文件夹"
415
Eric Sandeen032eafe2012-07-28 17:48:36 -0400416#: e2fsck/message.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -0400417msgid "character device"
418msgstr "字符设备"
419
Eric Sandeen032eafe2012-07-28 17:48:36 -0400420#: e2fsck/message.c:339
Theodore Ts'of722c132009-04-21 22:09:01 -0400421msgid "block device"
422msgstr "块设备"
423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400424#: e2fsck/message.c:341
Theodore Ts'of722c132009-04-21 22:09:01 -0400425msgid "named pipe"
426msgstr "命名管道"
427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400428#: e2fsck/message.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -0400429msgid "symbolic link"
430msgstr "符号链接"
431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400432#: e2fsck/message.c:345 misc/uuidd.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -0400433msgid "socket"
434msgstr "套接字"
435
Eric Sandeen032eafe2012-07-28 17:48:36 -0400436#: e2fsck/message.c:347
Dark Raven3be22a82010-04-19 16:59:03 -0400437#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400438msgid "unknown file type with mode 0%o"
439msgstr "模式为 0%o 的未知文件类型"
440
Eric Sandeen032eafe2012-07-28 17:48:36 -0400441#: e2fsck/message.c:423
Dark Raven3be22a82010-04-19 16:59:03 -0400442msgid "indirect block"
443msgstr ""
444
Eric Sandeen032eafe2012-07-28 17:48:36 -0400445#: e2fsck/message.c:425
Dark Raven3be22a82010-04-19 16:59:03 -0400446msgid "double indirect block"
447msgstr ""
448
Eric Sandeen032eafe2012-07-28 17:48:36 -0400449#: e2fsck/message.c:427
Dark Raven3be22a82010-04-19 16:59:03 -0400450msgid "triple indirect block"
451msgstr ""
452
Eric Sandeen032eafe2012-07-28 17:48:36 -0400453#: e2fsck/message.c:429
Dark Raven3be22a82010-04-19 16:59:03 -0400454msgid "translator block"
455msgstr ""
456
Eric Sandeen032eafe2012-07-28 17:48:36 -0400457#: e2fsck/message.c:431
Dark Raven3be22a82010-04-19 16:59:03 -0400458msgid "block #"
459msgstr "块 #"
460
Eric Sandeen032eafe2012-07-28 17:48:36 -0400461#: e2fsck/pass1b.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -0400462msgid "multiply claimed inode map"
463msgstr ""
464
Eric Sandeen032eafe2012-07-28 17:48:36 -0400465#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:729
466#, fuzzy, c-format
467msgid "internal error: can't find dup_blk for %llu\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500468msgstr "内部错误: 无法找到 %u 的 duo_blk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400469
Eric Sandeen032eafe2012-07-28 17:48:36 -0400470#: e2fsck/pass1b.c:820
Theodore Ts'of722c132009-04-21 22:09:01 -0400471msgid "returned from clone_file_block"
Dark Ravenc4755342011-01-26 18:54:25 -0500472msgstr "从 clone_file_block 中返回"
Theodore Ts'of722c132009-04-21 22:09:01 -0400473
Eric Sandeen032eafe2012-07-28 17:48:36 -0400474#: e2fsck/pass1b.c:842
475#, fuzzy, c-format
476msgid "internal error: couldn't lookup EA block record for %llu"
Dark Ravenc4755342011-01-26 18:54:25 -0500477msgstr "内部错误: 无法找到 %u 的EA块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400478
Eric Sandeen032eafe2012-07-28 17:48:36 -0400479#: e2fsck/pass1b.c:854
Theodore Ts'of722c132009-04-21 22:09:01 -0400480#, c-format
481msgid "internal error: couldn't lookup EA inode record for %u"
Dark Ravenc4755342011-01-26 18:54:25 -0500482msgstr "内部错误: 无法找到 %u 的EA节点记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400483
Eric Sandeen032eafe2012-07-28 17:48:36 -0400484#: e2fsck/pass1.c:476 e2fsck/pass2.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -0400485msgid "reading directory block"
486msgstr "正在读取目录块"
487
Eric Sandeen032eafe2012-07-28 17:48:36 -0400488#: e2fsck/pass1.c:599
Theodore Ts'of722c132009-04-21 22:09:01 -0400489msgid "in-use inode map"
490msgstr "使用中的inode映射"
491
Eric Sandeen032eafe2012-07-28 17:48:36 -0400492#: e2fsck/pass1.c:610
Theodore Ts'of722c132009-04-21 22:09:01 -0400493msgid "directory inode map"
494msgstr "目录inode映射"
495
Eric Sandeen032eafe2012-07-28 17:48:36 -0400496#: e2fsck/pass1.c:620
Theodore Ts'of722c132009-04-21 22:09:01 -0400497msgid "regular file inode map"
498msgstr "普通文件inode映射"
499
Eric Sandeen032eafe2012-07-28 17:48:36 -0400500#: e2fsck/pass1.c:629
Theodore Ts'of722c132009-04-21 22:09:01 -0400501msgid "in-use block map"
502msgstr "使用中的块映射"
503
Eric Sandeen032eafe2012-07-28 17:48:36 -0400504#: e2fsck/pass1.c:696
Theodore Ts'of722c132009-04-21 22:09:01 -0400505msgid "opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500506msgstr "打开inode扫描中"
Theodore Ts'of722c132009-04-21 22:09:01 -0400507
Eric Sandeen032eafe2012-07-28 17:48:36 -0400508#: e2fsck/pass1.c:730
Theodore Ts'of722c132009-04-21 22:09:01 -0400509msgid "getting next inode from scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500510msgstr "正在获取扫描中的下一个inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400511
Eric Sandeen032eafe2012-07-28 17:48:36 -0400512#: e2fsck/pass1.c:1240
Theodore Ts'of722c132009-04-21 22:09:01 -0400513msgid "Pass 1"
514msgstr "第1步"
515
Eric Sandeen032eafe2012-07-28 17:48:36 -0400516#: e2fsck/pass1.c:1297
Dark Raven3be22a82010-04-19 16:59:03 -0400517#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400518msgid "reading indirect blocks of inode %u"
Dark Raven3be22a82010-04-19 16:59:03 -0400519msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400520
Eric Sandeen032eafe2012-07-28 17:48:36 -0400521#: e2fsck/pass1.c:1347
Theodore Ts'of722c132009-04-21 22:09:01 -0400522msgid "bad inode map"
Dark Ravenc4755342011-01-26 18:54:25 -0500523msgstr "错误的inode映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400524
Eric Sandeen032eafe2012-07-28 17:48:36 -0400525#: e2fsck/pass1.c:1370
Theodore Ts'of722c132009-04-21 22:09:01 -0400526msgid "inode in bad block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500527msgstr "错误块映射中的inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400528
Eric Sandeen032eafe2012-07-28 17:48:36 -0400529#: e2fsck/pass1.c:1390
Theodore Ts'of722c132009-04-21 22:09:01 -0400530msgid "imagic inode map"
Dark Raven3be22a82010-04-19 16:59:03 -0400531msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400532
Eric Sandeen032eafe2012-07-28 17:48:36 -0400533#: e2fsck/pass1.c:1417
Theodore Ts'of722c132009-04-21 22:09:01 -0400534msgid "multiply claimed block map"
535msgstr ""
536
Eric Sandeen032eafe2012-07-28 17:48:36 -0400537#: e2fsck/pass1.c:1518
Theodore Ts'of722c132009-04-21 22:09:01 -0400538msgid "ext attr block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500539msgstr "ext attr 块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400540
Eric Sandeen032eafe2012-07-28 17:48:36 -0400541#: e2fsck/pass1.c:2266
Theodore Ts'of722c132009-04-21 22:09:01 -0400542#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400543msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400544msgstr ""
545
Eric Sandeen032eafe2012-07-28 17:48:36 -0400546#: e2fsck/pass1.c:2627
Theodore Ts'of722c132009-04-21 22:09:01 -0400547msgid "block bitmap"
548msgstr "块位图"
549
Eric Sandeen032eafe2012-07-28 17:48:36 -0400550#: e2fsck/pass1.c:2633
Theodore Ts'of722c132009-04-21 22:09:01 -0400551msgid "inode bitmap"
552msgstr "inode 位图"
553
Eric Sandeen032eafe2012-07-28 17:48:36 -0400554#: e2fsck/pass1.c:2639
Theodore Ts'of722c132009-04-21 22:09:01 -0400555msgid "inode table"
556msgstr "inode表"
557
Eric Sandeen032eafe2012-07-28 17:48:36 -0400558#: e2fsck/pass2.c:283
Theodore Ts'of722c132009-04-21 22:09:01 -0400559msgid "Pass 2"
560msgstr "第2步"
561
Eric Sandeen032eafe2012-07-28 17:48:36 -0400562#: e2fsck/pass2.c:805
Theodore Ts'of722c132009-04-21 22:09:01 -0400563msgid "Can not continue."
564msgstr "无法继续."
565
Eric Sandeen032eafe2012-07-28 17:48:36 -0400566#: e2fsck/pass3.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -0400567msgid "inode done bitmap"
568msgstr ""
569
Eric Sandeen032eafe2012-07-28 17:48:36 -0400570#: e2fsck/pass3.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400571msgid "Peak memory"
Dark Raven3be22a82010-04-19 16:59:03 -0400572msgstr "内存峰值"
Theodore Ts'of722c132009-04-21 22:09:01 -0400573
Eric Sandeen032eafe2012-07-28 17:48:36 -0400574#: e2fsck/pass3.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400575msgid "Pass 3"
576msgstr "第3步"
577
Eric Sandeen032eafe2012-07-28 17:48:36 -0400578#: e2fsck/pass3.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -0400579msgid "inode loop detection bitmap"
580msgstr ""
581
Eric Sandeen032eafe2012-07-28 17:48:36 -0400582#: e2fsck/pass4.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -0400583msgid "Pass 4"
584msgstr "第4步"
585
Eric Sandeen032eafe2012-07-28 17:48:36 -0400586#: e2fsck/pass5.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -0400587msgid "Pass 5"
588msgstr "第5步"
589
Eric Sandeen032eafe2012-07-28 17:48:36 -0400590#: e2fsck/problem.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -0400591#, fuzzy
592msgid "(no prompt)"
593msgstr "(没有提示)"
594
Eric Sandeen032eafe2012-07-28 17:48:36 -0400595#: e2fsck/problem.c:52
Theodore Ts'of722c132009-04-21 22:09:01 -0400596msgid "Fix"
597msgstr "处理"
598
Eric Sandeen032eafe2012-07-28 17:48:36 -0400599#: e2fsck/problem.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -0400600msgid "Clear"
601msgstr "清除"
602
Eric Sandeen032eafe2012-07-28 17:48:36 -0400603#: e2fsck/problem.c:54
Theodore Ts'of722c132009-04-21 22:09:01 -0400604msgid "Relocate"
605msgstr "重定位"
606
Eric Sandeen032eafe2012-07-28 17:48:36 -0400607#: e2fsck/problem.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400608msgid "Allocate"
609msgstr "分配"
610
Eric Sandeen032eafe2012-07-28 17:48:36 -0400611#: e2fsck/problem.c:56
Theodore Ts'of722c132009-04-21 22:09:01 -0400612msgid "Expand"
613msgstr "扩充"
614
Eric Sandeen032eafe2012-07-28 17:48:36 -0400615#: e2fsck/problem.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400616msgid "Connect to /lost+found"
617msgstr "连接到 /lost+found"
618
Eric Sandeen032eafe2012-07-28 17:48:36 -0400619#: e2fsck/problem.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400620msgid "Create"
621msgstr "创建"
622
Eric Sandeen032eafe2012-07-28 17:48:36 -0400623#: e2fsck/problem.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -0400624msgid "Salvage"
625msgstr "修复"
626
Eric Sandeen032eafe2012-07-28 17:48:36 -0400627#: e2fsck/problem.c:60
Theodore Ts'of722c132009-04-21 22:09:01 -0400628msgid "Truncate"
629msgstr "截断"
630
Eric Sandeen032eafe2012-07-28 17:48:36 -0400631#: e2fsck/problem.c:61
Theodore Ts'of722c132009-04-21 22:09:01 -0400632msgid "Clear inode"
Dark Raven3be22a82010-04-19 16:59:03 -0400633msgstr "清空inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400634
Eric Sandeen032eafe2012-07-28 17:48:36 -0400635#: e2fsck/problem.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400636msgid "Abort"
637msgstr "中断"
638
Eric Sandeen032eafe2012-07-28 17:48:36 -0400639#: e2fsck/problem.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -0400640msgid "Split"
Dark Ravenc4755342011-01-26 18:54:25 -0500641msgstr "分裂"
Theodore Ts'of722c132009-04-21 22:09:01 -0400642
Eric Sandeen032eafe2012-07-28 17:48:36 -0400643#: e2fsck/problem.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400644msgid "Continue"
645msgstr "继续"
646
Eric Sandeen032eafe2012-07-28 17:48:36 -0400647#: e2fsck/problem.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -0400648msgid "Clone multiply-claimed blocks"
649msgstr ""
650
Eric Sandeen032eafe2012-07-28 17:48:36 -0400651#: e2fsck/problem.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -0400652msgid "Delete file"
653msgstr "删除文件"
654
Eric Sandeen032eafe2012-07-28 17:48:36 -0400655#: e2fsck/problem.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400656#, fuzzy
657msgid "Suppress messages"
658msgstr "不显示消息"
659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -0400661msgid "Unlink"
662msgstr "解除链接"
663
Eric Sandeen032eafe2012-07-28 17:48:36 -0400664#: e2fsck/problem.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -0400665msgid "Clear HTree index"
Dark Ravenc4755342011-01-26 18:54:25 -0500666msgstr "清空 HTree 索引"
Theodore Ts'of722c132009-04-21 22:09:01 -0400667
Eric Sandeen032eafe2012-07-28 17:48:36 -0400668#: e2fsck/problem.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -0400669msgid "Recreate"
670msgstr "重建"
671
Eric Sandeen032eafe2012-07-28 17:48:36 -0400672#: e2fsck/problem.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -0400673msgid "(NONE)"
674msgstr "(空)"
675
Eric Sandeen032eafe2012-07-28 17:48:36 -0400676#: e2fsck/problem.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -0400677msgid "FIXED"
678msgstr "已处理"
679
Eric Sandeen032eafe2012-07-28 17:48:36 -0400680#: e2fsck/problem.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400681msgid "CLEARED"
682msgstr "已清除"
683
Eric Sandeen032eafe2012-07-28 17:48:36 -0400684#: e2fsck/problem.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -0400685msgid "RELOCATED"
686msgstr "已重定位"
687
Eric Sandeen032eafe2012-07-28 17:48:36 -0400688#: e2fsck/problem.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -0400689msgid "ALLOCATED"
690msgstr "已分配"
691
Eric Sandeen032eafe2012-07-28 17:48:36 -0400692#: e2fsck/problem.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -0400693msgid "EXPANDED"
694msgstr "已扩充"
695
Eric Sandeen032eafe2012-07-28 17:48:36 -0400696#: e2fsck/problem.c:85
Theodore Ts'of722c132009-04-21 22:09:01 -0400697msgid "RECONNECTED"
698msgstr "已重新连接"
699
Eric Sandeen032eafe2012-07-28 17:48:36 -0400700#: e2fsck/problem.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400701msgid "CREATED"
702msgstr "已创建"
703
Eric Sandeen032eafe2012-07-28 17:48:36 -0400704#: e2fsck/problem.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -0400705msgid "SALVAGED"
706msgstr "已修复"
707
Eric Sandeen032eafe2012-07-28 17:48:36 -0400708#: e2fsck/problem.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -0400709msgid "TRUNCATED"
Dark Raven3be22a82010-04-19 16:59:03 -0400710msgstr "已截断"
Theodore Ts'of722c132009-04-21 22:09:01 -0400711
Eric Sandeen032eafe2012-07-28 17:48:36 -0400712#: e2fsck/problem.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -0400713#, fuzzy
714msgid "INODE CLEARED"
715msgstr "INODE 已清除"
716
Eric Sandeen032eafe2012-07-28 17:48:36 -0400717#: e2fsck/problem.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -0400718msgid "ABORTED"
719msgstr "已中断"
720
Eric Sandeen032eafe2012-07-28 17:48:36 -0400721#: e2fsck/problem.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -0400722#, fuzzy
723msgid "SPLIT"
724msgstr "分裂"
725
Eric Sandeen032eafe2012-07-28 17:48:36 -0400726#: e2fsck/problem.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -0400727msgid "CONTINUING"
728msgstr "继续"
729
Eric Sandeen032eafe2012-07-28 17:48:36 -0400730#: e2fsck/problem.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -0400731msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
732msgstr ""
733
Eric Sandeen032eafe2012-07-28 17:48:36 -0400734#: e2fsck/problem.c:94
Theodore Ts'of722c132009-04-21 22:09:01 -0400735msgid "FILE DELETED"
736msgstr "文件已删除"
737
Eric Sandeen032eafe2012-07-28 17:48:36 -0400738#: e2fsck/problem.c:95
Theodore Ts'of722c132009-04-21 22:09:01 -0400739msgid "SUPPRESSED"
740msgstr "禁止"
741
Eric Sandeen032eafe2012-07-28 17:48:36 -0400742#: e2fsck/problem.c:96
Theodore Ts'of722c132009-04-21 22:09:01 -0400743msgid "UNLINKED"
Dark Ravenc4755342011-01-26 18:54:25 -0500744msgstr "已Unlink"
Theodore Ts'of722c132009-04-21 22:09:01 -0400745
Eric Sandeen032eafe2012-07-28 17:48:36 -0400746#: e2fsck/problem.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -0400747msgid "HTREE INDEX CLEARED"
Dark Ravenc4755342011-01-26 18:54:25 -0500748msgstr "HTREE索引已清除"
Theodore Ts'of722c132009-04-21 22:09:01 -0400749
Eric Sandeen032eafe2012-07-28 17:48:36 -0400750#: e2fsck/problem.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400751msgid "WILL RECREATE"
752msgstr "将会重建"
753
754#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400755#: e2fsck/problem.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -0400756msgid "@b @B for @g %g is not in @g. (@b %b)\n"
757msgstr ""
758
759#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400760#: e2fsck/problem.c:111
Theodore Ts'of722c132009-04-21 22:09:01 -0400761msgid "@i @B for @g %g is not in @g. (@b %b)\n"
762msgstr ""
763
764#. @-expanded: inode table for group %g is not in group. (block %b)\n
765#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400766#: e2fsck/problem.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400767msgid ""
768"@i table for @g %g is not in @g. (@b %b)\n"
769"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
770msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500771"@g%g的@i表不在@g中。 (@b %b)\n"
772"警告:可能造成严重的数据丢失。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400773
774#. @-expanded: \n
775#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
776#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
777#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
778#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
779#. @-expanded: e2fsck -b %S <device>\n
780#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400781#: e2fsck/problem.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400782#, c-format
783msgid ""
784"\n"
785"The @S could not be read or does not describe a correct ext2\n"
786"@f. If the @v is valid and it really contains an ext2\n"
787"@f (and not swap or ufs or something else), then the @S\n"
788"is corrupt, and you might try running e2fsck with an alternate @S:\n"
789" e2fsck -b %S <@v>\n"
790"\n"
791msgstr ""
792
793#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
794#. @-expanded: The physical size of the device is %c blocks\n
795#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400796#: e2fsck/problem.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400797msgid ""
798"The @f size (according to the @S) is %b @bs\n"
799"The physical size of the @v is %c @bs\n"
800"Either the @S or the partition table is likely to be corrupt!\n"
801msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500802"@f的大小 (依据@S) 为 %b @b\n"
803"而@v的物理大小为 %c @b\n"
804"@S或分区表可能已被损坏!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400805
806#. @-expanded: superblock block_size = %b, fragsize = %c.\n
807#. @-expanded: This version of e2fsck does not support fragment sizes different\n
808#. @-expanded: from the block size.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400809#: e2fsck/problem.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400810msgid ""
811"@S @b_size = %b, fragsize = %c.\n"
812"This version of e2fsck does not support fragment sizes different\n"
813"from the @b size.\n"
814msgstr ""
815
816#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400817#: e2fsck/problem.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -0400818msgid "@S @bs_per_group = %b, should have been %c\n"
819msgstr ""
820
821#. @-expanded: superblock first_data_block = %b, should have been %c\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400822#: e2fsck/problem.c:150
Theodore Ts'of722c132009-04-21 22:09:01 -0400823msgid "@S first_data_@b = %b, should have been %c\n"
824msgstr ""
825
826#. @-expanded: filesystem did not have a UUID; generating one.\n
827#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400828#: e2fsck/problem.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400829msgid ""
830"@f did not have a UUID; generating one.\n"
831"\n"
832msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500833"@f缺少UUID;正在生成一个。\n"
834"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400835
Eric Sandeen032eafe2012-07-28 17:48:36 -0400836#: e2fsck/problem.c:160
Theodore Ts'of722c132009-04-21 22:09:01 -0400837#, c-format
838msgid ""
839"Note: if several inode or block bitmap blocks or part\n"
840"of the inode table require relocation, you may wish to try\n"
841"running e2fsck with the '-b %S' option first. The problem\n"
842"may lie only with the primary block group descriptors, and\n"
843"the backup block group descriptors may be OK.\n"
844"\n"
845msgstr ""
846
847#. @-expanded: Corruption found in superblock. (%s = %N).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400848#: e2fsck/problem.c:169
Theodore Ts'of722c132009-04-21 22:09:01 -0400849msgid "Corruption found in @S. (%s = %N).\n"
850msgstr "在@S中发现错误. (%s = %N).\n"
851
852#. @-expanded: Error determining size of the physical device: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400853#: e2fsck/problem.c:174
Theodore Ts'of722c132009-04-21 22:09:01 -0400854#, c-format
855msgid "Error determining size of the physical @v: %m\n"
856msgstr "决定物理@v的大小出错 %m\n"
857
858#. @-expanded: inode count in superblock is %i, should be %j.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400859#: e2fsck/problem.c:179
Theodore Ts'of722c132009-04-21 22:09:01 -0400860msgid "@i count in @S is %i, @s %j.\n"
861msgstr "@S中的@i计数为 %i,@s %j.\n"
862
Eric Sandeen032eafe2012-07-28 17:48:36 -0400863#: e2fsck/problem.c:183
Theodore Ts'of722c132009-04-21 22:09:01 -0400864msgid "The Hurd does not support the filetype feature.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500865msgstr "Hurd系统不支持filetype功能。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400866
Theodore Ts'o930e2812009-06-29 15:08:12 -0400867#. @-expanded: superblock has an invalid journal (inode %i).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400868#: e2fsck/problem.c:188
Dark Raven3be22a82010-04-19 16:59:03 -0400869#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400870msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400871msgstr "@S包含@n ext3 @j(@i %i).\n"
872
873#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400874#: e2fsck/problem.c:193
Theodore Ts'of722c132009-04-21 22:09:01 -0400875msgid "External @j has multiple @f users (unsupported).\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500876msgstr "外部@j同时有多个@f使用 (不支持)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400877
878#. @-expanded: Can't find external journal\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400879#: e2fsck/problem.c:198
Theodore Ts'of722c132009-04-21 22:09:01 -0400880msgid "Can't find external @j\n"
881msgstr "无法找到外部@j\n"
882
883#. @-expanded: External journal has bad superblock\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400884#: e2fsck/problem.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -0400885msgid "External @j has bad @S\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500886msgstr "外部@j有错误的@S\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400887
888#. @-expanded: External journal does not support this filesystem\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400889#: e2fsck/problem.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -0400890msgid "External @j does not support this @f\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500891msgstr "外部@j不支持此@f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400892
Theodore Ts'o930e2812009-06-29 15:08:12 -0400893#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400894#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
895#. @-expanded: format.\n
896#. @-expanded: It is also possible the journal superblock is corrupt.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400897#: e2fsck/problem.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -0400898msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -0400899"@f @j @S is unknown type %N (unsupported).\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400900"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
901"format.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400902"It is also possible the @j @S is corrupt.\n"
903msgstr ""
904
Theodore Ts'o930e2812009-06-29 15:08:12 -0400905#. @-expanded: journal superblock is corrupt.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400906#: e2fsck/problem.c:221
Theodore Ts'o930e2812009-06-29 15:08:12 -0400907msgid "@j @S is corrupt.\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400908msgstr "@j@S已损坏.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400909
Theodore Ts'o930e2812009-06-29 15:08:12 -0400910#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400911#: e2fsck/problem.c:226
Theodore Ts'of722c132009-04-21 22:09:01 -0400912#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400913msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500914msgstr "@S没有has_journal标志,但是存在一个@j %s。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400915
Theodore Ts'o930e2812009-06-29 15:08:12 -0400916#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400917#: e2fsck/problem.c:231
Theodore Ts'o930e2812009-06-29 15:08:12 -0400918msgid "@S needs_recovery flag is set, but no @j is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500919msgstr "@S有needs_recovery标志,但是没有@j存在。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400920
Theodore Ts'o930e2812009-06-29 15:08:12 -0400921#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400922#: e2fsck/problem.c:236
Theodore Ts'o930e2812009-06-29 15:08:12 -0400923msgid "@S needs_recovery flag is clear, but @j has data.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500924msgstr "@S没有needs_recovery标志,但是@j中没有数据。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400925
926#. @-expanded: Clear journal
Eric Sandeen032eafe2012-07-28 17:48:36 -0400927#: e2fsck/problem.c:241
Theodore Ts'of722c132009-04-21 22:09:01 -0400928#, fuzzy
929msgid "Clear @j"
930msgstr "清除@j"
931
Theodore Ts'o930e2812009-06-29 15:08:12 -0400932#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Eric Sandeen032eafe2012-07-28 17:48:36 -0400933#: e2fsck/problem.c:246 e2fsck/problem.c:695
Theodore Ts'o930e2812009-06-29 15:08:12 -0400934msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'of722c132009-04-21 22:09:01 -0400935msgstr ""
936
937#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400938#: e2fsck/problem.c:251
Theodore Ts'of722c132009-04-21 22:09:01 -0400939msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
940msgstr ""
941
Dark Raven3be22a82010-04-19 16:59:03 -0400942#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400943#: e2fsck/problem.c:256
Dark Raven3be22a82010-04-19 16:59:03 -0400944msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400945msgstr ""
946
Dark Raven3be22a82010-04-19 16:59:03 -0400947#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400948#: e2fsck/problem.c:261
Dark Raven3be22a82010-04-19 16:59:03 -0400949msgid "Already cleared %B (%b) found in @o @i %i.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500950msgstr "已经清除在@o@i %i中的%B (%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400951
952#. @-expanded: illegal orphaned inode %i in superblock.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400953#: e2fsck/problem.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -0400954#, c-format
955msgid "@I @o @i %i in @S.\n"
956msgstr "@S中有@I@o@i %i.\n"
957
958#. @-expanded: illegal inode %i in orphaned inode list.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400959#: e2fsck/problem.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -0400960#, c-format
961msgid "@I @i %i in @o @i list.\n"
962msgstr ""
963
Theodore Ts'o930e2812009-06-29 15:08:12 -0400964#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400965#: e2fsck/problem.c:276
Theodore Ts'o930e2812009-06-29 15:08:12 -0400966msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400967msgstr ""
968
Theodore Ts'o930e2812009-06-29 15:08:12 -0400969#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400970#: e2fsck/problem.c:281
Theodore Ts'o930e2812009-06-29 15:08:12 -0400971msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400972msgstr ""
973
974#. @-expanded: journal version not supported by this e2fsck.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400975#: e2fsck/problem.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -0400976msgid "@j version not supported by this e2fsck.\n"
977msgstr "e2fsck不支持此@j版本.\n"
978
979#. @-expanded: Moving journal from /%s to hidden inode.\n
980#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400981#: e2fsck/problem.c:291
Theodore Ts'of722c132009-04-21 22:09:01 -0400982#, c-format
983msgid ""
984"Moving @j from /%s to hidden @i.\n"
985"\n"
986msgstr ""
987
988#. @-expanded: Error moving journal: %m\n
989#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400990#: e2fsck/problem.c:296
Dark Raven3be22a82010-04-19 16:59:03 -0400991#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400992msgid ""
993"Error moving @j: %m\n"
994"\n"
995msgstr ""
996"移动@j出错: %m\n"
997"\n"
998
999#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1000#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1001#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001002#: e2fsck/problem.c:301
Theodore Ts'of722c132009-04-21 22:09:01 -04001003msgid ""
1004"Found @n V2 @j @S fields (from V1 @j).\n"
1005"Clearing fields beyond the V1 @j @S...\n"
1006"\n"
1007msgstr ""
1008
Theodore Ts'o930e2812009-06-29 15:08:12 -04001009#. @-expanded: Run journal anyway
Eric Sandeen032eafe2012-07-28 17:48:36 -04001010#: e2fsck/problem.c:307
Theodore Ts'o930e2812009-06-29 15:08:12 -04001011#, fuzzy
1012msgid "Run @j anyway"
1013msgstr "强制@j"
1014
1015#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001016#: e2fsck/problem.c:312
Theodore Ts'o930e2812009-06-29 15:08:12 -04001017msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1018msgstr ""
1019
Theodore Ts'of722c132009-04-21 22:09:01 -04001020#. @-expanded: Backing up journal inode block information.\n
1021#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001022#: e2fsck/problem.c:317
Theodore Ts'of722c132009-04-21 22:09:01 -04001023msgid ""
1024"Backing up @j @i @b information.\n"
1025"\n"
1026msgstr ""
1027
1028#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1029#. @-expanded: is %N; should be zero.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001030#: e2fsck/problem.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04001031msgid ""
1032"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1033"is %N; @s zero. "
1034msgstr ""
1035
1036#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001037#: e2fsck/problem.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04001038msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1039msgstr ""
1040
1041#. @-expanded: Resize inode not valid.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001042#: e2fsck/problem.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -04001043msgid "Resize @i not valid. "
1044msgstr ""
1045
Dark Raven3be22a82010-04-19 16:59:03 -04001046#. @-expanded: superblock last mount time (%t,\n
1047#. @-expanded: \tnow = %T) is in the future.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001048#: e2fsck/problem.c:338
Dark Raven3be22a82010-04-19 16:59:03 -04001049msgid ""
1050"@S last mount time (%t,\n"
1051"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001052msgstr ""
1053
Dark Raven3be22a82010-04-19 16:59:03 -04001054#. @-expanded: superblock last write time (%t,\n
1055#. @-expanded: \tnow = %T) is in the future.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001056#: e2fsck/problem.c:343
Dark Raven3be22a82010-04-19 16:59:03 -04001057msgid ""
1058"@S last write time (%t,\n"
1059"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001060msgstr ""
1061
1062#. @-expanded: superblock hint for external superblock should be %X.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001063#: e2fsck/problem.c:347
Theodore Ts'of722c132009-04-21 22:09:01 -04001064#, c-format
1065msgid "@S hint for external superblock @s %X. "
1066msgstr ""
1067
1068#. @-expanded: Adding dirhash hint to filesystem.\n
1069#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001070#: e2fsck/problem.c:352
Theodore Ts'of722c132009-04-21 22:09:01 -04001071msgid ""
1072"Adding dirhash hint to @f.\n"
1073"\n"
1074msgstr ""
1075
Eric Sandeen032eafe2012-07-28 17:48:36 -04001076#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1077#: e2fsck/problem.c:357
1078msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001079msgstr ""
1080
1081#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001082#: e2fsck/problem.c:362
Theodore Ts'of722c132009-04-21 22:09:01 -04001083#, c-format
1084msgid "@g descriptor %g marked uninitialized without feature set.\n"
1085msgstr ""
1086
Theodore Ts'of722c132009-04-21 22:09:01 -04001087#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001088#: e2fsck/problem.c:367
Theodore Ts'of722c132009-04-21 22:09:01 -04001089msgid "@g descriptor %g has invalid unused inodes count %b. "
1090msgstr ""
1091
1092#. @-expanded: Last group block bitmap uninitialized.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001093#: e2fsck/problem.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04001094msgid "Last @g @b @B uninitialized. "
1095msgstr "最后一个@g的@b@B未初始化. "
1096
Eric Sandeen032eafe2012-07-28 17:48:36 -04001097#: e2fsck/problem.c:377
Theodore Ts'of722c132009-04-21 22:09:01 -04001098#, c-format
1099msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1100msgstr ""
1101
Eric Sandeen032eafe2012-07-28 17:48:36 -04001102#: e2fsck/problem.c:381
Theodore Ts'o930e2812009-06-29 15:08:12 -04001103msgid "The test_fs flag is set (and ext4 is available). "
1104msgstr ""
1105
Dark Raven3be22a82010-04-19 16:59:03 -04001106#. @-expanded: superblock last mount time is in the future.\n
1107#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1108#. @-expanded: set)
Eric Sandeen032eafe2012-07-28 17:48:36 -04001109#: e2fsck/problem.c:386
Dark Raven3be22a82010-04-19 16:59:03 -04001110msgid ""
1111"@S last mount time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001112"\t(by less than a day, probably due to the hardware clock being incorrectly "
1113"set) "
Dark Raven3be22a82010-04-19 16:59:03 -04001114msgstr ""
1115
1116#. @-expanded: superblock last write time is in the future.\n
1117#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1118#. @-expanded: set).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001119#: e2fsck/problem.c:392
Dark Raven3be22a82010-04-19 16:59:03 -04001120msgid ""
1121"@S last write time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001122"\t(by less than a day, probably due to the hardware clock being incorrectly "
1123"set). "
Dark Raven3be22a82010-04-19 16:59:03 -04001124msgstr ""
1125
1126#. @-expanded: One or more block group descriptor checksums are invalid.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001127#: e2fsck/problem.c:398
Dark Raven3be22a82010-04-19 16:59:03 -04001128msgid "One or more @b @g descriptor checksums are invalid. "
1129msgstr ""
1130
Eric Sandeen032eafe2012-07-28 17:48:36 -04001131#. @-expanded: Setting free inodes count to %j (was %i)\n
1132#: e2fsck/problem.c:403
1133msgid "Setting free @is count to %j (was %i)\n"
1134msgstr ""
1135
1136#. @-expanded: Setting free blocks count to %c (was %b)\n
1137#: e2fsck/problem.c:408
1138msgid "Setting free @bs count to %c (was %b)\n"
1139msgstr ""
1140
1141#. @-expanded: Making quota inode %i (%Q) hidden.\n
1142#: e2fsck/problem.c:413
1143msgid "Making @q @i %i (%Q) hidden.\n"
1144msgstr ""
1145
1146#. @-expanded: superblock has invalid MMP block.
1147#: e2fsck/problem.c:418
1148#, fuzzy
1149msgid "@S has invalid MMP block. "
1150msgstr "无效的块大小 - %s"
1151
1152#. @-expanded: superblock has invalid MMP magic.
1153#: e2fsck/problem.c:423
1154msgid "@S has invalid MMP magic. "
1155msgstr ""
1156
1157#: e2fsck/problem.c:428
1158#, c-format
1159msgid "ext2fs_open2: %m\n"
1160msgstr ""
1161
1162#: e2fsck/problem.c:433
1163#, c-format
1164msgid "ext2fs_check_desc: %m\n"
1165msgstr ""
1166
Theodore Ts'of722c132009-04-21 22:09:01 -04001167#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001168#: e2fsck/problem.c:440
Theodore Ts'of722c132009-04-21 22:09:01 -04001169msgid "Pass 1: Checking @is, @bs, and sizes\n"
1170msgstr "第一步: 检查@i,@b,和大小\n"
1171
1172#. @-expanded: root inode is not a directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001173#: e2fsck/problem.c:444
Theodore Ts'of722c132009-04-21 22:09:01 -04001174msgid "@r is not a @d. "
1175msgstr "@r不是一个@d. "
1176
1177#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001178#: e2fsck/problem.c:449
Theodore Ts'of722c132009-04-21 22:09:01 -04001179msgid "@r has dtime set (probably due to old mke2fs). "
1180msgstr ""
1181
1182#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001183#: e2fsck/problem.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04001184msgid "Reserved @i %i (%Q) has @n mode. "
1185msgstr "保留的@i %i (%Q) 的模式无效. "
1186
1187#. @-expanded: deleted inode %i has zero dtime.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001188#: e2fsck/problem.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04001189#, c-format
1190msgid "@D @i %i has zero dtime. "
1191msgstr ""
1192
1193#. @-expanded: inode %i is in use, but has dtime set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001194#: e2fsck/problem.c:464
Theodore Ts'of722c132009-04-21 22:09:01 -04001195#, c-format
1196msgid "@i %i is in use, but has dtime set. "
1197msgstr ""
1198
1199#. @-expanded: inode %i is a zero-length directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001200#: e2fsck/problem.c:469
Theodore Ts'of722c132009-04-21 22:09:01 -04001201#, c-format
1202msgid "@i %i is a @z @d. "
1203msgstr ""
1204
1205#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001206#: e2fsck/problem.c:474
Theodore Ts'of722c132009-04-21 22:09:01 -04001207msgid "@g %g's @b @B at %b @C.\n"
1208msgstr ""
1209
1210#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001211#: e2fsck/problem.c:479
Theodore Ts'of722c132009-04-21 22:09:01 -04001212msgid "@g %g's @i @B at %b @C.\n"
1213msgstr ""
1214
1215#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001216#: e2fsck/problem.c:484
Theodore Ts'of722c132009-04-21 22:09:01 -04001217msgid "@g %g's @i table at %b @C.\n"
1218msgstr ""
1219
1220#. @-expanded: group %g's block bitmap (%b) is bad.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001221#: e2fsck/problem.c:489
Theodore Ts'of722c132009-04-21 22:09:01 -04001222msgid "@g %g's @b @B (%b) is bad. "
1223msgstr ""
1224
1225#. @-expanded: group %g's inode bitmap (%b) is bad.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001226#: e2fsck/problem.c:494
Theodore Ts'of722c132009-04-21 22:09:01 -04001227msgid "@g %g's @i @B (%b) is bad. "
1228msgstr ""
1229
1230#. @-expanded: inode %i, i_size is %Is, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001231#: e2fsck/problem.c:499
Theodore Ts'of722c132009-04-21 22:09:01 -04001232msgid "@i %i, i_size is %Is, @s %N. "
1233msgstr ""
1234
1235#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001236#: e2fsck/problem.c:504
Theodore Ts'of722c132009-04-21 22:09:01 -04001237msgid "@i %i, i_@bs is %Ib, @s %N. "
1238msgstr ""
1239
Dark Raven3be22a82010-04-19 16:59:03 -04001240#. @-expanded: illegal %B (%b) in inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001241#: e2fsck/problem.c:509
Dark Raven3be22a82010-04-19 16:59:03 -04001242msgid "@I %B (%b) in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001243msgstr ""
1244
Dark Raven3be22a82010-04-19 16:59:03 -04001245#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001246#: e2fsck/problem.c:514
Dark Raven3be22a82010-04-19 16:59:03 -04001247msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001248msgstr ""
1249
1250#. @-expanded: inode %i has illegal block(s).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001251#: e2fsck/problem.c:519
Theodore Ts'of722c132009-04-21 22:09:01 -04001252#, c-format
1253msgid "@i %i has illegal @b(s). "
1254msgstr "@i %i 中包含非法@b. "
1255
1256#. @-expanded: Too many illegal blocks in inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001257#: e2fsck/problem.c:524
Dark Raven3be22a82010-04-19 16:59:03 -04001258#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001259msgid "Too many illegal @bs in @i %i.\n"
1260msgstr "@i %i 中包含了过多的非法@b.\n"
1261
Dark Raven3be22a82010-04-19 16:59:03 -04001262#. @-expanded: illegal %B (%b) in bad block inode.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001263#: e2fsck/problem.c:529
Dark Raven3be22a82010-04-19 16:59:03 -04001264msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001265msgstr ""
1266
1267#. @-expanded: Bad block inode has illegal block(s).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001268#: e2fsck/problem.c:534
Theodore Ts'of722c132009-04-21 22:09:01 -04001269msgid "Bad @b @i has illegal @b(s). "
1270msgstr ""
1271
1272#. @-expanded: Duplicate or bad block in use!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001273#: e2fsck/problem.c:539
Theodore Ts'of722c132009-04-21 22:09:01 -04001274msgid "Duplicate or bad @b in use!\n"
1275msgstr ""
1276
1277#. @-expanded: Bad block %b used as bad block inode indirect block.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001278#: e2fsck/problem.c:544
Theodore Ts'of722c132009-04-21 22:09:01 -04001279msgid "Bad @b %b used as bad @b @i indirect @b. "
1280msgstr ""
1281
1282#. @-expanded: \n
1283#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1284#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1285#. @-expanded: in the filesystem.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001286#: e2fsck/problem.c:549
Theodore Ts'of722c132009-04-21 22:09:01 -04001287msgid ""
1288"\n"
1289"The bad @b @i has probably been corrupted. You probably\n"
1290"should stop now and run e2fsck -c to scan for bad blocks\n"
1291"in the @f.\n"
1292msgstr ""
1293
1294#. @-expanded: \n
1295#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001296#: e2fsck/problem.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04001297msgid ""
1298"\n"
1299"If the @b is really bad, the @f can not be fixed.\n"
1300msgstr ""
1301
1302#. @-expanded: You can remove this block from the bad block list and hope\n
1303#. @-expanded: that the block is really OK. But there are no guarantees.\n
1304#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001305#: e2fsck/problem.c:561
Theodore Ts'of722c132009-04-21 22:09:01 -04001306msgid ""
1307"You can remove this @b from the bad @b list and hope\n"
1308"that the @b is really OK. But there are no guarantees.\n"
1309"\n"
1310msgstr ""
1311
1312#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001313#: e2fsck/problem.c:567
Theodore Ts'of722c132009-04-21 22:09:01 -04001314msgid "The primary @S (%b) is on the bad @b list.\n"
1315msgstr ""
1316
1317#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001318#: e2fsck/problem.c:572
Theodore Ts'of722c132009-04-21 22:09:01 -04001319msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1320msgstr ""
1321
1322#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001323#: e2fsck/problem.c:578
Theodore Ts'of722c132009-04-21 22:09:01 -04001324msgid "Warning: Group %g's @S (%b) is bad.\n"
1325msgstr ""
1326
1327#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001328#: e2fsck/problem.c:583
Theodore Ts'of722c132009-04-21 22:09:01 -04001329msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1330msgstr ""
1331
1332#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001333#: e2fsck/problem.c:589
Theodore Ts'of722c132009-04-21 22:09:01 -04001334msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1335msgstr ""
1336
1337#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001338#: e2fsck/problem.c:595
Theodore Ts'of722c132009-04-21 22:09:01 -04001339msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1340msgstr ""
1341
1342#. @-expanded: error allocating block buffer for relocating %s\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001343#: e2fsck/problem.c:600
Theodore Ts'of722c132009-04-21 22:09:01 -04001344#, c-format
1345msgid "@A @b buffer for relocating %s\n"
1346msgstr ""
1347
1348#. @-expanded: Relocating group %g's %s from %b to %c...\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001349#: e2fsck/problem.c:605
Theodore Ts'of722c132009-04-21 22:09:01 -04001350msgid "Relocating @g %g's %s from %b to %c...\n"
1351msgstr ""
1352
1353#. @-expanded: Relocating group %g's %s to %c...\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001354#: e2fsck/problem.c:610
Theodore Ts'of722c132009-04-21 22:09:01 -04001355#, c-format
1356msgid "Relocating @g %g's %s to %c...\n"
1357msgstr ""
1358
1359#. @-expanded: Warning: could not read block %b of %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001360#: e2fsck/problem.c:615
Theodore Ts'of722c132009-04-21 22:09:01 -04001361msgid "Warning: could not read @b %b of %s: %m\n"
1362msgstr "警告: 无法从%s中读取@b %b: %m\n"
1363
1364#. @-expanded: Warning: could not write block %b for %s: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001365#: e2fsck/problem.c:620
Theodore Ts'of722c132009-04-21 22:09:01 -04001366msgid "Warning: could not write @b %b for %s: %m\n"
1367msgstr "警告: 无法向%s中写入@b %b: %m\n"
1368
1369#. @-expanded: error allocating inode bitmap (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001370#: e2fsck/problem.c:625 e2fsck/problem.c:1460
Theodore Ts'of722c132009-04-21 22:09:01 -04001371msgid "@A @i @B (%N): %m\n"
1372msgstr ""
1373
1374#. @-expanded: error allocating block bitmap (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001375#: e2fsck/problem.c:630
Theodore Ts'of722c132009-04-21 22:09:01 -04001376msgid "@A @b @B (%N): %m\n"
1377msgstr ""
1378
1379#. @-expanded: error allocating icount link information: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001380#: e2fsck/problem.c:635
Theodore Ts'of722c132009-04-21 22:09:01 -04001381#, c-format
1382msgid "@A icount link information: %m\n"
1383msgstr ""
1384
1385#. @-expanded: error allocating directory block array: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001386#: e2fsck/problem.c:640
Theodore Ts'of722c132009-04-21 22:09:01 -04001387#, c-format
1388msgid "@A @d @b array: %m\n"
1389msgstr "分配@d@b数组时出错: %m\n"
1390
1391#. @-expanded: Error while scanning inodes (%i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001392#: e2fsck/problem.c:645
Theodore Ts'of722c132009-04-21 22:09:01 -04001393#, c-format
1394msgid "Error while scanning @is (%i): %m\n"
1395msgstr ""
1396
1397#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001398#: e2fsck/problem.c:650
Theodore Ts'of722c132009-04-21 22:09:01 -04001399#, c-format
1400msgid "Error while iterating over @bs in @i %i: %m\n"
1401msgstr ""
1402
1403#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001404#: e2fsck/problem.c:655
Theodore Ts'of722c132009-04-21 22:09:01 -04001405msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1406msgstr ""
1407
1408#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001409#: e2fsck/problem.c:660
Theodore Ts'of722c132009-04-21 22:09:01 -04001410msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1411msgstr ""
1412
1413#. @-expanded: Error reading inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001414#: e2fsck/problem.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04001415#, c-format
1416msgid "Error reading @i %i: %m\n"
1417msgstr "读取@i %i出错: %m\n"
1418
1419#. @-expanded: inode %i has imagic flag set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001420#: e2fsck/problem.c:674
Theodore Ts'of722c132009-04-21 22:09:01 -04001421#, c-format
1422msgid "@i %i has imagic flag set. "
1423msgstr ""
1424
1425#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1426#. @-expanded: or append-only flag set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001427#: e2fsck/problem.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04001428#, c-format
1429msgid ""
1430"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1431"or append-only flag set. "
1432msgstr ""
1433
1434#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001435#: e2fsck/problem.c:685
Theodore Ts'of722c132009-04-21 22:09:01 -04001436#, c-format
1437msgid "@i %i has @cion flag set on @f without @cion support. "
1438msgstr ""
1439
1440#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001441#: e2fsck/problem.c:690
Theodore Ts'of722c132009-04-21 22:09:01 -04001442#, c-format
1443msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1444msgstr ""
1445
1446#. @-expanded: journal inode is not in use, but contains data.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001447#: e2fsck/problem.c:700
Theodore Ts'of722c132009-04-21 22:09:01 -04001448msgid "@j @i is not in use, but contains data. "
1449msgstr ""
1450
1451#. @-expanded: journal is not regular file.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001452#: e2fsck/problem.c:705
Theodore Ts'of722c132009-04-21 22:09:01 -04001453msgid "@j is not regular file. "
1454msgstr "@j不是普通文件. "
1455
1456#. @-expanded: inode %i was part of the orphaned inode list.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001457#: e2fsck/problem.c:710
Theodore Ts'of722c132009-04-21 22:09:01 -04001458#, c-format
1459msgid "@i %i was part of the @o @i list. "
1460msgstr ""
1461
1462#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001463#: e2fsck/problem.c:716
Theodore Ts'of722c132009-04-21 22:09:01 -04001464msgid "@is that were part of a corrupted orphan linked list found. "
1465msgstr ""
1466
1467#. @-expanded: error allocating refcount structure (%N): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001468#: e2fsck/problem.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04001469msgid "@A refcount structure (%N): %m\n"
1470msgstr ""
1471
1472#. @-expanded: Error reading extended attribute block %b for inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001473#: e2fsck/problem.c:726
Theodore Ts'of722c132009-04-21 22:09:01 -04001474msgid "Error reading @a @b %b for @i %i. "
1475msgstr ""
1476
1477#. @-expanded: inode %i has a bad extended attribute block %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001478#: e2fsck/problem.c:731
Theodore Ts'of722c132009-04-21 22:09:01 -04001479msgid "@i %i has a bad @a @b %b. "
1480msgstr ""
1481
1482#. @-expanded: Error reading extended attribute block %b (%m).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001483#: e2fsck/problem.c:736
Theodore Ts'of722c132009-04-21 22:09:01 -04001484msgid "Error reading @a @b %b (%m). "
1485msgstr ""
1486
Dark Raven3be22a82010-04-19 16:59:03 -04001487#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001488#: e2fsck/problem.c:741
Dark Raven3be22a82010-04-19 16:59:03 -04001489msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001490msgstr ""
1491
1492#. @-expanded: Error writing extended attribute block %b (%m).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001493#: e2fsck/problem.c:746
Theodore Ts'of722c132009-04-21 22:09:01 -04001494msgid "Error writing @a @b %b (%m). "
1495msgstr ""
1496
1497#. @-expanded: extended attribute block %b has h_blocks > 1.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001498#: e2fsck/problem.c:751
Theodore Ts'of722c132009-04-21 22:09:01 -04001499msgid "@a @b %b has h_@bs > 1. "
1500msgstr ""
1501
1502#. @-expanded: error allocating extended attribute block %b.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001503#: e2fsck/problem.c:756
Theodore Ts'of722c132009-04-21 22:09:01 -04001504msgid "@A @a @b %b. "
1505msgstr ""
1506
1507#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001508#: e2fsck/problem.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04001509msgid "@a @b %b is corrupt (allocation collision). "
1510msgstr ""
1511
1512#. @-expanded: extended attribute block %b is corrupt (invalid name).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001513#: e2fsck/problem.c:766
Theodore Ts'of722c132009-04-21 22:09:01 -04001514msgid "@a @b %b is corrupt (@n name). "
1515msgstr ""
1516
1517#. @-expanded: extended attribute block %b is corrupt (invalid value).
Eric Sandeen032eafe2012-07-28 17:48:36 -04001518#: e2fsck/problem.c:771
Theodore Ts'of722c132009-04-21 22:09:01 -04001519msgid "@a @b %b is corrupt (@n value). "
1520msgstr ""
1521
1522#. @-expanded: inode %i is too big.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001523#: e2fsck/problem.c:776
Theodore Ts'of722c132009-04-21 22:09:01 -04001524#, c-format
1525msgid "@i %i is too big. "
1526msgstr "@i %i 过大. "
1527
Dark Raven3be22a82010-04-19 16:59:03 -04001528#. @-expanded: %B (%b) causes directory to be too big.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001529#: e2fsck/problem.c:780
Dark Raven3be22a82010-04-19 16:59:03 -04001530msgid "%B (%b) causes @d to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001531msgstr ""
1532
Eric Sandeen032eafe2012-07-28 17:48:36 -04001533#: e2fsck/problem.c:785
Dark Raven3be22a82010-04-19 16:59:03 -04001534msgid "%B (%b) causes file to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001535msgstr ""
1536
Eric Sandeen032eafe2012-07-28 17:48:36 -04001537#: e2fsck/problem.c:790
Dark Raven3be22a82010-04-19 16:59:03 -04001538msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001539msgstr ""
1540
1541#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001542#: e2fsck/problem.c:795
Theodore Ts'of722c132009-04-21 22:09:01 -04001543#, c-format
1544msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1545msgstr ""
1546
1547#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001548#: e2fsck/problem.c:800
Theodore Ts'of722c132009-04-21 22:09:01 -04001549#, c-format
1550msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1551msgstr ""
1552
1553#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001554#: e2fsck/problem.c:805
Theodore Ts'of722c132009-04-21 22:09:01 -04001555#, c-format
1556msgid "@h %i has an @n root node.\n"
1557msgstr ""
1558
1559#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001560#: e2fsck/problem.c:810
Theodore Ts'of722c132009-04-21 22:09:01 -04001561msgid "@h %i has an unsupported hash version (%N)\n"
1562msgstr ""
1563
1564#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001565#: e2fsck/problem.c:815
Theodore Ts'of722c132009-04-21 22:09:01 -04001566#, c-format
1567msgid "@h %i uses an incompatible htree root node flag.\n"
1568msgstr ""
1569
1570#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001571#: e2fsck/problem.c:820
Theodore Ts'of722c132009-04-21 22:09:01 -04001572msgid "@h %i has a tree depth (%N) which is too big\n"
1573msgstr ""
1574
1575#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1576#. @-expanded: filesystem metadata.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001577#: e2fsck/problem.c:825
Theodore Ts'of722c132009-04-21 22:09:01 -04001578msgid ""
1579"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1580"@f metadata. "
1581msgstr ""
1582
1583#. @-expanded: Resize inode (re)creation failed: %m.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001584#: e2fsck/problem.c:831
Theodore Ts'of722c132009-04-21 22:09:01 -04001585#, c-format
1586msgid "Resize @i (re)creation failed: %m."
1587msgstr ""
1588
1589#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001590#: e2fsck/problem.c:836
Theodore Ts'of722c132009-04-21 22:09:01 -04001591msgid "@i %i has a extra size (%IS) which is @n\n"
1592msgstr ""
1593
1594#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001595#: e2fsck/problem.c:841
Theodore Ts'of722c132009-04-21 22:09:01 -04001596msgid "@a in @i %i has a namelen (%N) which is @n\n"
1597msgstr ""
1598
Theodore Ts'of722c132009-04-21 22:09:01 -04001599#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001600#: e2fsck/problem.c:846
Theodore Ts'of722c132009-04-21 22:09:01 -04001601msgid "@a in @i %i has a value offset (%N) which is @n\n"
1602msgstr ""
1603
1604#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001605#: e2fsck/problem.c:851
Theodore Ts'of722c132009-04-21 22:09:01 -04001606msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1607msgstr ""
1608
Theodore Ts'o930e2812009-06-29 15:08:12 -04001609#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001610#: e2fsck/problem.c:856
Theodore Ts'o930e2812009-06-29 15:08:12 -04001611msgid "@a in @i %i has a value size (%N) which is @n\n"
1612msgstr ""
1613
Theodore Ts'of722c132009-04-21 22:09:01 -04001614#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001615#: e2fsck/problem.c:861
Theodore Ts'of722c132009-04-21 22:09:01 -04001616msgid "@a in @i %i has a hash (%N) which is @n\n"
1617msgstr ""
1618
1619#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001620#: e2fsck/problem.c:866
Theodore Ts'of722c132009-04-21 22:09:01 -04001621msgid "@i %i is a %It but it looks like it is really a directory.\n"
1622msgstr ""
1623
1624#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001625#: e2fsck/problem.c:871
Theodore Ts'of722c132009-04-21 22:09:01 -04001626#, c-format
1627msgid "Error while reading over @x tree in @i %i: %m\n"
1628msgstr ""
1629
Theodore Ts'o930e2812009-06-29 15:08:12 -04001630#. @-expanded: Failed to iterate extents in inode %i\n
1631#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001632#: e2fsck/problem.c:876
Theodore Ts'o930e2812009-06-29 15:08:12 -04001633msgid ""
1634"Failed to iterate extents in @i %i\n"
1635"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001636msgstr ""
1637
1638#. @-expanded: inode %i has an invalid extent\n
1639#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001640#: e2fsck/problem.c:882
Theodore Ts'of722c132009-04-21 22:09:01 -04001641msgid ""
1642"@i %i has an @n extent\n"
1643"\t(logical @b %c, @n physical @b %b, len %N)\n"
1644msgstr ""
1645
1646#. @-expanded: inode %i has an invalid extent\n
1647#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001648#: e2fsck/problem.c:887
Theodore Ts'of722c132009-04-21 22:09:01 -04001649msgid ""
1650"@i %i has an @n extent\n"
1651"\t(logical @b %c, physical @b %b, @n len %N)\n"
1652msgstr ""
1653
1654#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001655#: e2fsck/problem.c:892
Theodore Ts'of722c132009-04-21 22:09:01 -04001656#, c-format
1657msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1658msgstr ""
1659
1660#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001661#: e2fsck/problem.c:897
Theodore Ts'of722c132009-04-21 22:09:01 -04001662#, c-format
1663msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1664msgstr ""
1665
1666#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001667#: e2fsck/problem.c:902
Theodore Ts'of722c132009-04-21 22:09:01 -04001668#, c-format
1669msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1670msgstr ""
1671
Eric Sandeen032eafe2012-07-28 17:48:36 -04001672#: e2fsck/problem.c:907
Theodore Ts'of722c132009-04-21 22:09:01 -04001673#, c-format
1674msgid "Fast symlink %i has EXTENT_FL set. "
1675msgstr ""
1676
1677#. @-expanded: inode %i has out of order extents\n
1678#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001679#: e2fsck/problem.c:912
Theodore Ts'of722c132009-04-21 22:09:01 -04001680msgid ""
1681"@i %i has out of order extents\n"
1682"\t(@n logical @b %c, physical @b %b, len %N)\n"
1683msgstr ""
1684
Theodore Ts'o930e2812009-06-29 15:08:12 -04001685#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001686#: e2fsck/problem.c:916
Theodore Ts'o930e2812009-06-29 15:08:12 -04001687msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1688msgstr ""
1689
Eric Sandeen032eafe2012-07-28 17:48:36 -04001690#. @-expanded: Error converting subcluster block bitmap: %m\n
1691#: e2fsck/problem.c:921
1692#, fuzzy, c-format
1693msgid "Error converting subcluster @b @B: %m\n"
1694msgstr "创建根@d (%s) 时出错: %m\n"
1695
1696#. @-expanded: quota inode is not regular file.
1697#: e2fsck/problem.c:926
1698#, fuzzy
1699msgid "@q @i is not regular file. "
1700msgstr "@j不是普通文件. "
1701
1702#. @-expanded: quota inode is not in use, but contains data.
1703#: e2fsck/problem.c:931
1704msgid "@q @i is not in use, but contains data. "
1705msgstr ""
1706
1707#. @-expanded: quota inode is visible to the user.
1708#: e2fsck/problem.c:936
1709msgid "@q @i is visible to the user. "
1710msgstr ""
1711
1712#. @-expanded: The bad block inode looks invalid.
1713#: e2fsck/problem.c:941
1714#, fuzzy
1715msgid "The bad @b @i looks @n. "
1716msgstr "<坏块 inode>"
1717
1718#. @-expanded: inode %i has zero length extent\n
1719#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1720#: e2fsck/problem.c:946
1721msgid ""
1722"@i %i has zero length extent\n"
1723"\t(@n logical @b %c, physical @b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001724msgstr ""
1725
Theodore Ts'of722c132009-04-21 22:09:01 -04001726#. @-expanded: \n
1727#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1728#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001729#: e2fsck/problem.c:953
Theodore Ts'of722c132009-04-21 22:09:01 -04001730msgid ""
1731"\n"
1732"Running additional passes to resolve @bs claimed by more than one @i...\n"
1733"Pass 1B: Rescanning for @m @bs\n"
1734msgstr ""
1735
1736#. @-expanded: multiply-claimed block(s) in inode %i:
Eric Sandeen032eafe2012-07-28 17:48:36 -04001737#: e2fsck/problem.c:959
Theodore Ts'of722c132009-04-21 22:09:01 -04001738#, c-format
1739msgid "@m @b(s) in @i %i:"
1740msgstr ""
1741
Eric Sandeen032eafe2012-07-28 17:48:36 -04001742#: e2fsck/problem.c:974
Theodore Ts'of722c132009-04-21 22:09:01 -04001743#, c-format
1744msgid "Error while scanning inodes (%i): %m\n"
1745msgstr ""
1746
1747#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001748#: e2fsck/problem.c:979
Theodore Ts'of722c132009-04-21 22:09:01 -04001749#, c-format
1750msgid "@A @i @B (@i_dup_map): %m\n"
1751msgstr ""
1752
1753#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001754#: e2fsck/problem.c:984
Theodore Ts'of722c132009-04-21 22:09:01 -04001755#, c-format
1756msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1757msgstr ""
1758
1759#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001760#: e2fsck/problem.c:989 e2fsck/problem.c:1304
Theodore Ts'of722c132009-04-21 22:09:01 -04001761msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1762msgstr ""
1763
1764#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001765#: e2fsck/problem.c:994
Theodore Ts'of722c132009-04-21 22:09:01 -04001766msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1767msgstr ""
1768
1769#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001770#: e2fsck/problem.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04001771msgid "Pass 1D: Reconciling @m @bs\n"
1772msgstr ""
1773
1774#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Dark Raven3be22a82010-04-19 16:59:03 -04001775#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001776#: e2fsck/problem.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04001777msgid ""
1778"File %Q (@i #%i, mod time %IM) \n"
Dark Raven3be22a82010-04-19 16:59:03 -04001779" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001780msgstr ""
1781
1782#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001783#: e2fsck/problem.c:1011
Theodore Ts'of722c132009-04-21 22:09:01 -04001784msgid "\t%Q (@i #%i, mod time %IM)\n"
1785msgstr ""
1786
1787#. @-expanded: \t<filesystem metadata>\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001788#: e2fsck/problem.c:1016
Theodore Ts'of722c132009-04-21 22:09:01 -04001789msgid "\t<@f metadata>\n"
1790msgstr "\t<@f元数据>\n"
1791
1792#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1793#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001794#: e2fsck/problem.c:1021
Theodore Ts'of722c132009-04-21 22:09:01 -04001795msgid ""
1796"(There are %N @is containing @m @bs.)\n"
1797"\n"
1798msgstr ""
1799
1800#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1801#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001802#: e2fsck/problem.c:1026
Theodore Ts'of722c132009-04-21 22:09:01 -04001803msgid ""
1804"@m @bs already reassigned or cloned.\n"
1805"\n"
1806msgstr ""
1807
Eric Sandeen032eafe2012-07-28 17:48:36 -04001808#: e2fsck/problem.c:1039
Theodore Ts'of722c132009-04-21 22:09:01 -04001809#, c-format
1810msgid "Couldn't clone file: %m\n"
1811msgstr ""
1812
1813#. @-expanded: Pass 2: Checking directory structure\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001814#: e2fsck/problem.c:1045
Theodore Ts'of722c132009-04-21 22:09:01 -04001815msgid "Pass 2: Checking @d structure\n"
1816msgstr "第二步: 检查目录结构\n"
1817
1818#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001819#: e2fsck/problem.c:1050
Theodore Ts'of722c132009-04-21 22:09:01 -04001820#, c-format
1821msgid "@n @i number for '.' in @d @i %i.\n"
1822msgstr ""
1823
1824#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001825#: e2fsck/problem.c:1055
Theodore Ts'of722c132009-04-21 22:09:01 -04001826msgid "@E has @n @i #: %Di.\n"
1827msgstr ""
1828
1829#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001830#: e2fsck/problem.c:1060
Theodore Ts'of722c132009-04-21 22:09:01 -04001831msgid "@E has @D/unused @i %Di. "
1832msgstr ""
1833
1834#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Eric Sandeen032eafe2012-07-28 17:48:36 -04001835#: e2fsck/problem.c:1065
Theodore Ts'of722c132009-04-21 22:09:01 -04001836msgid "@E @L to '.' "
1837msgstr ""
1838
1839#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001840#: e2fsck/problem.c:1070
Theodore Ts'of722c132009-04-21 22:09:01 -04001841msgid "@E points to @i (%Di) located in a bad @b.\n"
1842msgstr ""
1843
1844#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001845#: e2fsck/problem.c:1075
Theodore Ts'of722c132009-04-21 22:09:01 -04001846msgid "@E @L to @d %P (%Di).\n"
1847msgstr ""
1848
1849#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001850#: e2fsck/problem.c:1080
Theodore Ts'of722c132009-04-21 22:09:01 -04001851msgid "@E @L to the @r.\n"
1852msgstr ""
1853
1854#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001855#: e2fsck/problem.c:1085
Theodore Ts'of722c132009-04-21 22:09:01 -04001856msgid "@E has illegal characters in its name.\n"
1857msgstr ""
1858
1859#. @-expanded: Missing '.' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001860#: e2fsck/problem.c:1090
Theodore Ts'of722c132009-04-21 22:09:01 -04001861#, c-format
1862msgid "Missing '.' in @d @i %i.\n"
1863msgstr "@d@i %i 中缺少 '.'.\n"
1864
1865#. @-expanded: Missing '..' in directory inode %i.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001866#: e2fsck/problem.c:1095
Theodore Ts'of722c132009-04-21 22:09:01 -04001867#, c-format
1868msgid "Missing '..' in @d @i %i.\n"
1869msgstr "@d@i %i 中缺少 '..'.\n"
1870
1871#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001872#: e2fsck/problem.c:1100
Theodore Ts'of722c132009-04-21 22:09:01 -04001873msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1874msgstr ""
1875
1876#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001877#: e2fsck/problem.c:1105
Theodore Ts'of722c132009-04-21 22:09:01 -04001878msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1879msgstr ""
1880
1881#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001882#: e2fsck/problem.c:1110
Theodore Ts'of722c132009-04-21 22:09:01 -04001883msgid "i_faddr @F %IF, @s zero.\n"
1884msgstr ""
1885
1886#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001887#: e2fsck/problem.c:1115
Theodore Ts'of722c132009-04-21 22:09:01 -04001888msgid "i_file_acl @F %If, @s zero.\n"
1889msgstr ""
1890
1891#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001892#: e2fsck/problem.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04001893msgid "i_dir_acl @F %Id, @s zero.\n"
1894msgstr ""
1895
1896#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001897#: e2fsck/problem.c:1125
Theodore Ts'of722c132009-04-21 22:09:01 -04001898msgid "i_frag @F %N, @s zero.\n"
1899msgstr ""
1900
1901#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001902#: e2fsck/problem.c:1130
Theodore Ts'of722c132009-04-21 22:09:01 -04001903msgid "i_fsize @F %N, @s zero.\n"
1904msgstr ""
1905
1906#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001907#: e2fsck/problem.c:1135
Theodore Ts'of722c132009-04-21 22:09:01 -04001908msgid "@i %i (%Q) has @n mode (%Im).\n"
1909msgstr "@i %i (%Q) 有@n模式 (%Im).\n"
1910
Dark Raven3be22a82010-04-19 16:59:03 -04001911#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001912#: e2fsck/problem.c:1140
Dark Raven3be22a82010-04-19 16:59:03 -04001913msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001914msgstr "@d@i %i, 第 %B @b, 偏移量 %N: @d损坏\n"
1915
Dark Raven3be22a82010-04-19 16:59:03 -04001916#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001917#: e2fsck/problem.c:1145
Dark Raven3be22a82010-04-19 16:59:03 -04001918msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001919msgstr "@d@i %i, 第 %B @b, 偏移量 %N: 文件名过长\n"
1920
Dark Raven3be22a82010-04-19 16:59:03 -04001921#. @-expanded: directory inode %i has an unallocated %B.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001922#: e2fsck/problem.c:1150
Dark Raven3be22a82010-04-19 16:59:03 -04001923msgid "@d @i %i has an unallocated %B. "
1924msgstr "@d@i %i 中含有未分配的@b #%B. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001925
1926#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001927#: e2fsck/problem.c:1155
Theodore Ts'of722c132009-04-21 22:09:01 -04001928#, c-format
1929msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1930msgstr "@d@i %i 中的 '.' @d@e 没有以NULL终止\n"
1931
1932#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001933#: e2fsck/problem.c:1160
Theodore Ts'of722c132009-04-21 22:09:01 -04001934#, c-format
1935msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1936msgstr "@d@i %i 中的 '..' @d@e 没有以NULL终止\n"
1937
1938#. @-expanded: inode %i (%Q) is an illegal character device.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001939#: e2fsck/problem.c:1165
Theodore Ts'of722c132009-04-21 22:09:01 -04001940msgid "@i %i (%Q) is an @I character @v.\n"
1941msgstr ""
1942
1943#. @-expanded: inode %i (%Q) is an illegal block device.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001944#: e2fsck/problem.c:1170
Theodore Ts'of722c132009-04-21 22:09:01 -04001945msgid "@i %i (%Q) is an @I @b @v.\n"
1946msgstr ""
1947
1948#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001949#: e2fsck/problem.c:1175
Theodore Ts'of722c132009-04-21 22:09:01 -04001950msgid "@E is duplicate '.' @e.\n"
1951msgstr ""
1952
1953#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001954#: e2fsck/problem.c:1180
Theodore Ts'of722c132009-04-21 22:09:01 -04001955msgid "@E is duplicate '..' @e.\n"
1956msgstr ""
1957
Eric Sandeen032eafe2012-07-28 17:48:36 -04001958#: e2fsck/problem.c:1185 e2fsck/problem.c:1485
Theodore Ts'of722c132009-04-21 22:09:01 -04001959#, c-format
1960msgid "Internal error: couldn't find dir_info for %i.\n"
1961msgstr ""
1962
1963#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001964#: e2fsck/problem.c:1190
Theodore Ts'of722c132009-04-21 22:09:01 -04001965msgid "@E has rec_len of %Dr, @s %N.\n"
1966msgstr ""
1967
1968#. @-expanded: error allocating icount structure: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001969#: e2fsck/problem.c:1195
Theodore Ts'of722c132009-04-21 22:09:01 -04001970#, c-format
1971msgid "@A icount structure: %m\n"
1972msgstr ""
1973
1974#. @-expanded: Error iterating over directory blocks: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001975#: e2fsck/problem.c:1200
Theodore Ts'of722c132009-04-21 22:09:01 -04001976#, c-format
1977msgid "Error iterating over @d @bs: %m\n"
1978msgstr ""
1979
1980#. @-expanded: Error reading directory block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001981#: e2fsck/problem.c:1205
Theodore Ts'of722c132009-04-21 22:09:01 -04001982msgid "Error reading @d @b %b (@i %i): %m\n"
1983msgstr ""
1984
1985#. @-expanded: Error writing directory block %b (inode %i): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001986#: e2fsck/problem.c:1210
Theodore Ts'of722c132009-04-21 22:09:01 -04001987msgid "Error writing @d @b %b (@i %i): %m\n"
1988msgstr ""
1989
1990#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001991#: e2fsck/problem.c:1215
Theodore Ts'of722c132009-04-21 22:09:01 -04001992#, c-format
1993msgid "@A new @d @b for @i %i (%s): %m\n"
1994msgstr ""
1995
1996#. @-expanded: Error deallocating inode %i: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001997#: e2fsck/problem.c:1220
Theodore Ts'of722c132009-04-21 22:09:01 -04001998#, c-format
1999msgid "Error deallocating @i %i: %m\n"
2000msgstr ""
2001
2002#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002003#: e2fsck/problem.c:1225
Theodore Ts'of722c132009-04-21 22:09:01 -04002004#, c-format
2005msgid "@d @e for '.' in %p (%i) is big.\n"
2006msgstr ""
2007
2008#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002009#: e2fsck/problem.c:1230
Theodore Ts'of722c132009-04-21 22:09:01 -04002010msgid "@i %i (%Q) is an @I FIFO.\n"
2011msgstr ""
2012
2013#. @-expanded: inode %i (%Q) is an illegal socket.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002014#: e2fsck/problem.c:1235
Theodore Ts'of722c132009-04-21 22:09:01 -04002015msgid "@i %i (%Q) is an @I socket.\n"
2016msgstr ""
2017
2018#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002019#: e2fsck/problem.c:1240
Theodore Ts'of722c132009-04-21 22:09:01 -04002020msgid "Setting filetype for @E to %N.\n"
2021msgstr ""
2022
2023#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002024#: e2fsck/problem.c:1245
Theodore Ts'of722c132009-04-21 22:09:01 -04002025msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2026msgstr ""
2027
2028#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002029#: e2fsck/problem.c:1250
Theodore Ts'of722c132009-04-21 22:09:01 -04002030msgid "@E has filetype set.\n"
2031msgstr ""
2032
2033#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002034#: e2fsck/problem.c:1255
Theodore Ts'of722c132009-04-21 22:09:01 -04002035msgid "@E has a @z name.\n"
2036msgstr ""
2037
2038#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002039#: e2fsck/problem.c:1260
Theodore Ts'of722c132009-04-21 22:09:01 -04002040msgid "Symlink %Q (@i #%i) is @n.\n"
2041msgstr ""
2042
2043#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002044#: e2fsck/problem.c:1265
Theodore Ts'of722c132009-04-21 22:09:01 -04002045msgid "@a @b @F @n (%If).\n"
2046msgstr ""
2047
2048#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002049#: e2fsck/problem.c:1270
Theodore Ts'of722c132009-04-21 22:09:01 -04002050msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2051msgstr ""
2052
Dark Raven3be22a82010-04-19 16:59:03 -04002053#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002054#: e2fsck/problem.c:1275
Dark Raven3be22a82010-04-19 16:59:03 -04002055msgid "@p @h %d: %B not referenced\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002056msgstr ""
2057
Dark Raven3be22a82010-04-19 16:59:03 -04002058#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002059#: e2fsck/problem.c:1280
Dark Raven3be22a82010-04-19 16:59:03 -04002060msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002061msgstr ""
2062
Dark Raven3be22a82010-04-19 16:59:03 -04002063#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002064#: e2fsck/problem.c:1285
Dark Raven3be22a82010-04-19 16:59:03 -04002065msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002066msgstr ""
2067
Dark Raven3be22a82010-04-19 16:59:03 -04002068#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002069#: e2fsck/problem.c:1290
Dark Raven3be22a82010-04-19 16:59:03 -04002070msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002071msgstr ""
2072
2073#. @-expanded: invalid HTREE directory inode %d (%q).
Eric Sandeen032eafe2012-07-28 17:48:36 -04002074#: e2fsck/problem.c:1295
Theodore Ts'of722c132009-04-21 22:09:01 -04002075msgid "@n @h %d (%q). "
2076msgstr ""
2077
2078#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002079#: e2fsck/problem.c:1299
Theodore Ts'of722c132009-04-21 22:09:01 -04002080msgid "@p @h %d (%q): bad @b number %b.\n"
2081msgstr ""
2082
2083#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002084#: e2fsck/problem.c:1309
Theodore Ts'of722c132009-04-21 22:09:01 -04002085#, c-format
2086msgid "@p @h %d: root node is @n\n"
2087msgstr "@p@h %d:根结点@n\n"
2088
Dark Raven3be22a82010-04-19 16:59:03 -04002089#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002090#: e2fsck/problem.c:1314
Dark Raven3be22a82010-04-19 16:59:03 -04002091msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002092msgstr ""
2093
Dark Raven3be22a82010-04-19 16:59:03 -04002094#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002095#: e2fsck/problem.c:1319
Dark Raven3be22a82010-04-19 16:59:03 -04002096msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002097msgstr ""
2098
Dark Raven3be22a82010-04-19 16:59:03 -04002099#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002100#: e2fsck/problem.c:1324
Dark Raven3be22a82010-04-19 16:59:03 -04002101msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002102msgstr ""
2103
Dark Raven3be22a82010-04-19 16:59:03 -04002104#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002105#: e2fsck/problem.c:1329
Dark Raven3be22a82010-04-19 16:59:03 -04002106msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002107msgstr ""
2108
2109#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002110#: e2fsck/problem.c:1334
Theodore Ts'of722c132009-04-21 22:09:01 -04002111msgid "Duplicate @E found. "
2112msgstr ""
2113
2114#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2115#. @-expanded: Rename to %s
Eric Sandeen032eafe2012-07-28 17:48:36 -04002116#: e2fsck/problem.c:1339
Theodore Ts'of722c132009-04-21 22:09:01 -04002117#, no-c-format
2118msgid ""
2119"@E has a non-unique filename.\n"
2120"Rename to %s"
2121msgstr ""
2122
2123#. @-expanded: Duplicate entry '%Dn' found.\n
2124#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2125#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002126#: e2fsck/problem.c:1344
Theodore Ts'of722c132009-04-21 22:09:01 -04002127msgid ""
2128"Duplicate @e '%Dn' found.\n"
2129"\tMarking %p (%i) to be rebuilt.\n"
2130"\n"
2131msgstr ""
2132
2133#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002134#: e2fsck/problem.c:1349
Theodore Ts'of722c132009-04-21 22:09:01 -04002135msgid "i_blocks_hi @F %N, @s zero.\n"
2136msgstr ""
2137
2138#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002139#: e2fsck/problem.c:1354
Theodore Ts'of722c132009-04-21 22:09:01 -04002140msgid "Unexpected @b in @h %d (%q).\n"
2141msgstr ""
2142
Theodore Ts'o930e2812009-06-29 15:08:12 -04002143#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002144#: e2fsck/problem.c:1358
Theodore Ts'o930e2812009-06-29 15:08:12 -04002145msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002146msgstr ""
2147
Theodore Ts'o930e2812009-06-29 15:08:12 -04002148#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002149#: e2fsck/problem.c:1363
Theodore Ts'o930e2812009-06-29 15:08:12 -04002150msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2151msgstr ""
2152
2153#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002154#: e2fsck/problem.c:1368
Theodore Ts'o930e2812009-06-29 15:08:12 -04002155msgid "i_file_acl_hi @F %N, @s zero.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002156msgstr ""
2157
2158#. @-expanded: Pass 3: Checking directory connectivity\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002159#: e2fsck/problem.c:1375
Theodore Ts'of722c132009-04-21 22:09:01 -04002160msgid "Pass 3: Checking @d connectivity\n"
2161msgstr "第3步: 检查目录连接性\n"
2162
2163#. @-expanded: root inode not allocated.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002164#: e2fsck/problem.c:1380
Theodore Ts'of722c132009-04-21 22:09:01 -04002165msgid "@r not allocated. "
2166msgstr ""
2167
2168#. @-expanded: No room in lost+found directory.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002169#: e2fsck/problem.c:1385
Theodore Ts'of722c132009-04-21 22:09:01 -04002170msgid "No room in @l @d. "
2171msgstr "@l@d中没有空间. "
2172
2173#. @-expanded: Unconnected directory inode %i (%p)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002174#: e2fsck/problem.c:1390
Theodore Ts'of722c132009-04-21 22:09:01 -04002175#, c-format
2176msgid "Unconnected @d @i %i (%p)\n"
2177msgstr ""
2178
2179#. @-expanded: /lost+found not found.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002180#: e2fsck/problem.c:1395
Theodore Ts'of722c132009-04-21 22:09:01 -04002181msgid "/@l not found. "
2182msgstr "/@l未找到."
2183
2184#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002185#: e2fsck/problem.c:1400
Theodore Ts'of722c132009-04-21 22:09:01 -04002186msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2187msgstr ""
2188
2189#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002190#: e2fsck/problem.c:1405
Theodore Ts'of722c132009-04-21 22:09:01 -04002191msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2192msgstr ""
2193
2194#. @-expanded: Could not expand /lost+found: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002195#: e2fsck/problem.c:1410
Theodore Ts'of722c132009-04-21 22:09:01 -04002196#, c-format
2197msgid "Could not expand /@l: %m\n"
2198msgstr ""
2199
Eric Sandeen032eafe2012-07-28 17:48:36 -04002200#: e2fsck/problem.c:1415
Theodore Ts'of722c132009-04-21 22:09:01 -04002201#, c-format
2202msgid "Could not reconnect %i: %m\n"
2203msgstr ""
2204
2205#. @-expanded: Error while trying to find /lost+found: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002206#: e2fsck/problem.c:1420
Theodore Ts'of722c132009-04-21 22:09:01 -04002207#, c-format
2208msgid "Error while trying to find /@l: %m\n"
2209msgstr "尝试找到/@l时出错: %m\n"
2210
2211#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002212#: e2fsck/problem.c:1425
Theodore Ts'of722c132009-04-21 22:09:01 -04002213#, c-format
2214msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2215msgstr ""
2216
2217#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002218#: e2fsck/problem.c:1430
Theodore Ts'of722c132009-04-21 22:09:01 -04002219#, c-format
2220msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2221msgstr ""
2222
2223#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002224#: e2fsck/problem.c:1435
Theodore Ts'of722c132009-04-21 22:09:01 -04002225#, c-format
2226msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2227msgstr ""
2228
2229#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002230#: e2fsck/problem.c:1440
Theodore Ts'of722c132009-04-21 22:09:01 -04002231#, c-format
2232msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2233msgstr ""
2234
2235#. @-expanded: Error while adjusting inode count on inode %i\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002236#: e2fsck/problem.c:1445
Theodore Ts'of722c132009-04-21 22:09:01 -04002237#, c-format
2238msgid "Error while adjusting @i count on @i %i\n"
2239msgstr ""
2240
2241#. @-expanded: Couldn't fix parent of inode %i: %m\n
2242#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002243#: e2fsck/problem.c:1450
Theodore Ts'of722c132009-04-21 22:09:01 -04002244#, c-format
2245msgid ""
2246"Couldn't fix parent of @i %i: %m\n"
2247"\n"
2248msgstr ""
2249
2250#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2251#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002252#: e2fsck/problem.c:1455
Theodore Ts'of722c132009-04-21 22:09:01 -04002253#, c-format
2254msgid ""
2255"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2256"\n"
2257msgstr ""
2258
2259#. @-expanded: Error creating root directory (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002260#: e2fsck/problem.c:1465
Theodore Ts'of722c132009-04-21 22:09:01 -04002261#, c-format
2262msgid "Error creating root @d (%s): %m\n"
2263msgstr "创建根@d (%s) 时出错: %m\n"
2264
2265#. @-expanded: Error creating /lost+found directory (%s): %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002266#: e2fsck/problem.c:1470
Theodore Ts'of722c132009-04-21 22:09:01 -04002267#, c-format
2268msgid "Error creating /@l @d (%s): %m\n"
2269msgstr ""
2270
2271#. @-expanded: root inode is not a directory; aborting.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002272#: e2fsck/problem.c:1475
Theodore Ts'of722c132009-04-21 22:09:01 -04002273msgid "@r is not a @d; aborting.\n"
2274msgstr "@r不是一个@d; 中止.\n"
2275
2276#. @-expanded: Cannot proceed without a root inode.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002277#: e2fsck/problem.c:1480
Theodore Ts'of722c132009-04-21 22:09:01 -04002278msgid "Cannot proceed without a @r.\n"
2279msgstr ""
2280
2281#. @-expanded: /lost+found is not a directory (ino=%i)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002282#: e2fsck/problem.c:1490
Theodore Ts'of722c132009-04-21 22:09:01 -04002283#, c-format
2284msgid "/@l is not a @d (ino=%i)\n"
2285msgstr ""
2286
Eric Sandeen032eafe2012-07-28 17:48:36 -04002287#: e2fsck/problem.c:1497
Theodore Ts'of722c132009-04-21 22:09:01 -04002288msgid "Pass 3A: Optimizing directories\n"
2289msgstr ""
2290
Eric Sandeen032eafe2012-07-28 17:48:36 -04002291#: e2fsck/problem.c:1502
Theodore Ts'of722c132009-04-21 22:09:01 -04002292#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002293msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002294msgstr ""
2295
Eric Sandeen032eafe2012-07-28 17:48:36 -04002296#: e2fsck/problem.c:1507
Theodore Ts'o930e2812009-06-29 15:08:12 -04002297msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002298msgstr ""
2299
Eric Sandeen032eafe2012-07-28 17:48:36 -04002300#: e2fsck/problem.c:1512
Dark Raven3be22a82010-04-19 16:59:03 -04002301msgid "Optimizing directories: "
2302msgstr "正在优化目录: "
2303
Eric Sandeen032eafe2012-07-28 17:48:36 -04002304#: e2fsck/problem.c:1529
Theodore Ts'of722c132009-04-21 22:09:01 -04002305msgid "Pass 4: Checking reference counts\n"
2306msgstr ""
2307
2308#. @-expanded: unattached zero-length inode %i.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002309#: e2fsck/problem.c:1534
Theodore Ts'of722c132009-04-21 22:09:01 -04002310#, c-format
2311msgid "@u @z @i %i. "
2312msgstr ""
2313
2314#. @-expanded: unattached inode %i\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002315#: e2fsck/problem.c:1539
Theodore Ts'of722c132009-04-21 22:09:01 -04002316#, c-format
2317msgid "@u @i %i\n"
2318msgstr ""
2319
2320#. @-expanded: inode %i ref count is %Il, should be %N.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002321#: e2fsck/problem.c:1544
Theodore Ts'of722c132009-04-21 22:09:01 -04002322msgid "@i %i ref count is %Il, @s %N. "
2323msgstr ""
2324
2325#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2326#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2327#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002328#: e2fsck/problem.c:1548
Theodore Ts'of722c132009-04-21 22:09:01 -04002329msgid ""
2330"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2331"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2332"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2333msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04002334"警告:E2FSCK中的程序错误!\n"
2335"\t或者是某个笨蛋(你)正在检查一个被挂载的(活动的)文件系统.\n"
2336"@i_link_info[%i] 为 %N, @i.i_links_count 为 %Il.它们应该是相同的!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002337
2338#. @-expanded: Pass 5: Checking group summary information\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002339#: e2fsck/problem.c:1558
Theodore Ts'of722c132009-04-21 22:09:01 -04002340msgid "Pass 5: Checking @g summary information\n"
2341msgstr "第5步: 检查@g概要信息\n"
2342
2343#. @-expanded: Padding at end of inode bitmap is not set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002344#: e2fsck/problem.c:1563
Theodore Ts'of722c132009-04-21 22:09:01 -04002345msgid "Padding at end of @i @B is not set. "
2346msgstr ""
2347
2348#. @-expanded: Padding at end of block bitmap is not set.
Eric Sandeen032eafe2012-07-28 17:48:36 -04002349#: e2fsck/problem.c:1568
Theodore Ts'of722c132009-04-21 22:09:01 -04002350msgid "Padding at end of @b @B is not set. "
2351msgstr ""
2352
2353#. @-expanded: block bitmap differences:
Eric Sandeen032eafe2012-07-28 17:48:36 -04002354#: e2fsck/problem.c:1573
Theodore Ts'of722c132009-04-21 22:09:01 -04002355msgid "@b @B differences: "
2356msgstr "@b@B差异: "
2357
2358#. @-expanded: inode bitmap differences:
Eric Sandeen032eafe2012-07-28 17:48:36 -04002359#: e2fsck/problem.c:1593
Theodore Ts'of722c132009-04-21 22:09:01 -04002360msgid "@i @B differences: "
2361msgstr "@i@B差异: "
2362
2363#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002364#: e2fsck/problem.c:1613
Theodore Ts'of722c132009-04-21 22:09:01 -04002365msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2366msgstr ""
2367
2368#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002369#: e2fsck/problem.c:1618
Theodore Ts'of722c132009-04-21 22:09:01 -04002370msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2371msgstr ""
2372
2373#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002374#: e2fsck/problem.c:1623
Theodore Ts'of722c132009-04-21 22:09:01 -04002375msgid "Free @is count wrong (%i, counted=%j).\n"
2376msgstr ""
2377
2378#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002379#: e2fsck/problem.c:1628
Theodore Ts'of722c132009-04-21 22:09:01 -04002380msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2381msgstr ""
2382
2383#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002384#: e2fsck/problem.c:1633
Theodore Ts'of722c132009-04-21 22:09:01 -04002385msgid "Free @bs count wrong (%b, counted=%c).\n"
2386msgstr ""
2387
2388#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2389#. @-expanded: endpoints (%i, %j)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002390#: e2fsck/problem.c:1638
2391msgid ""
2392"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2393"endpoints (%i, %j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002394msgstr ""
2395
Eric Sandeen032eafe2012-07-28 17:48:36 -04002396#: e2fsck/problem.c:1644
Theodore Ts'of722c132009-04-21 22:09:01 -04002397msgid "Internal error: fudging end of bitmap (%N)\n"
2398msgstr ""
2399
2400#. @-expanded: Error copying in replacement inode bitmap: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002401#: e2fsck/problem.c:1649
Theodore Ts'of722c132009-04-21 22:09:01 -04002402#, c-format
2403msgid "Error copying in replacement @i @B: %m\n"
2404msgstr ""
2405
2406#. @-expanded: Error copying in replacement block bitmap: %m\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002407#: e2fsck/problem.c:1654
Theodore Ts'of722c132009-04-21 22:09:01 -04002408#, c-format
2409msgid "Error copying in replacement @b @B: %m\n"
2410msgstr ""
2411
Theodore Ts'of722c132009-04-21 22:09:01 -04002412#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002413#: e2fsck/problem.c:1679
Theodore Ts'of722c132009-04-21 22:09:01 -04002414#, c-format
2415msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2416msgstr ""
2417
2418#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Eric Sandeen032eafe2012-07-28 17:48:36 -04002419#: e2fsck/problem.c:1684
Theodore Ts'of722c132009-04-21 22:09:01 -04002420#, c-format
2421msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2422msgstr ""
2423
Theodore Ts'o930e2812009-06-29 15:08:12 -04002424#. @-expanded: Recreate journal
Eric Sandeen032eafe2012-07-28 17:48:36 -04002425#: e2fsck/problem.c:1691
Theodore Ts'o930e2812009-06-29 15:08:12 -04002426msgid "Recreate @j"
Dark Raven3be22a82010-04-19 16:59:03 -04002427msgstr "重建@j"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002428
Eric Sandeen032eafe2012-07-28 17:48:36 -04002429#: e2fsck/problem.c:1696
2430msgid "Update quota info for quota type %N"
2431msgstr ""
2432
2433#: e2fsck/problem.c:1815
Theodore Ts'of722c132009-04-21 22:09:01 -04002434#, c-format
2435msgid "Unhandled error code (0x%x)!\n"
2436msgstr ""
2437
Eric Sandeen032eafe2012-07-28 17:48:36 -04002438#: e2fsck/problem.c:1940 e2fsck/problem.c:1944
Theodore Ts'of722c132009-04-21 22:09:01 -04002439msgid "IGNORED"
2440msgstr "已忽略"
2441
Eric Sandeen032eafe2012-07-28 17:48:36 -04002442#: e2fsck/scantest.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -04002443#, c-format
2444msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2445msgstr ""
2446
Eric Sandeen032eafe2012-07-28 17:48:36 -04002447#: e2fsck/scantest.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -04002448#, c-format
2449msgid "size of inode=%d\n"
2450msgstr "inode大小=%d\n"
2451
Eric Sandeen032eafe2012-07-28 17:48:36 -04002452#: e2fsck/scantest.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04002453msgid "while starting inode scan"
2454msgstr ""
2455
Eric Sandeen032eafe2012-07-28 17:48:36 -04002456#: e2fsck/scantest.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002457msgid "while doing inode scan"
2458msgstr ""
2459
Eric Sandeen032eafe2012-07-28 17:48:36 -04002460#: e2fsck/super.c:188
Theodore Ts'of722c132009-04-21 22:09:01 -04002461#, c-format
2462msgid "while calling ext2fs_block_iterate for inode %d"
2463msgstr ""
2464
Eric Sandeen032eafe2012-07-28 17:48:36 -04002465#: e2fsck/super.c:211
Theodore Ts'of722c132009-04-21 22:09:01 -04002466#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002467msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'of722c132009-04-21 22:09:01 -04002468msgstr ""
2469
Eric Sandeen032eafe2012-07-28 17:48:36 -04002470#: e2fsck/super.c:272
Theodore Ts'of722c132009-04-21 22:09:01 -04002471msgid "Truncating"
2472msgstr "正在截断"
2473
Eric Sandeen032eafe2012-07-28 17:48:36 -04002474#: e2fsck/super.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04002475msgid "Clearing"
2476msgstr "正在清除"
2477
Eric Sandeen032eafe2012-07-28 17:48:36 -04002478#: e2fsck/unix.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04002479#, c-format
2480msgid ""
2481"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2482"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2483"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2484"\t\t[-E extended-options] device\n"
2485msgstr ""
2486
Eric Sandeen032eafe2012-07-28 17:48:36 -04002487#: e2fsck/unix.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -04002488#, c-format
2489msgid ""
2490"\n"
2491"Emergency help:\n"
2492" -p Automatic repair (no questions)\n"
2493" -n Make no changes to the filesystem\n"
2494" -y Assume \"yes\" to all questions\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002495" -c Check for bad blocks and add them to the badblock "
2496"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002497" -f Force checking even if filesystem is marked clean\n"
2498msgstr ""
2499
Eric Sandeen032eafe2012-07-28 17:48:36 -04002500#: e2fsck/unix.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04002501#, c-format
2502msgid ""
2503" -v Be verbose\n"
2504" -b superblock Use alternative superblock\n"
2505" -B blocksize Force blocksize when looking for superblock\n"
2506" -j external_journal Set location of the external journal\n"
2507" -l bad_blocks_file Add to badblocks list\n"
2508" -L bad_blocks_file Set badblocks list\n"
2509msgstr ""
2510
Eric Sandeen032eafe2012-07-28 17:48:36 -04002511#: e2fsck/unix.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002512#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002513msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002514msgstr ""
2515
Eric Sandeen032eafe2012-07-28 17:48:36 -04002516#: e2fsck/unix.c:137
2517#, fuzzy, c-format
2518msgid ""
2519"\n"
2520"%8u inode used (%2.2f%%)\n"
2521msgid_plural ""
2522"\n"
2523"%8u inodes used (%2.2f%%)\n"
2524msgstr[0] "%u 个 inode 被扫描.\n"
2525msgstr[1] "%u 个 inode 被扫描.\n"
2526
2527#: e2fsck/unix.c:141
2528#, c-format
2529msgid "%8u non-contiguous file (%0d.%d%%)\n"
2530msgid_plural "%8u non-contiguous files (%0d.%d%%)\n"
2531msgstr[0] ""
2532msgstr[1] ""
2533
2534#: e2fsck/unix.c:146
2535#, c-format
2536msgid "%8u non-contiguous directory (%0d.%d%%)\n"
2537msgid_plural "%8u non-contiguous directories (%0d.%d%%)\n"
2538msgstr[0] ""
2539msgstr[1] ""
2540
2541#: e2fsck/unix.c:151
Theodore Ts'of722c132009-04-21 22:09:01 -04002542#, c-format
2543msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2544msgstr ""
2545
Eric Sandeen032eafe2012-07-28 17:48:36 -04002546#: e2fsck/unix.c:159
Theodore Ts'of722c132009-04-21 22:09:01 -04002547msgid " Extent depth histogram: "
2548msgstr ""
2549
Eric Sandeen032eafe2012-07-28 17:48:36 -04002550#: e2fsck/unix.c:168
2551#, c-format
2552msgid "%8llu block used (%2.2f%%)\n"
2553msgid_plural "%8llu blocks used (%2.2f%%)\n"
2554msgstr[0] ""
2555msgstr[1] ""
2556
2557#: e2fsck/unix.c:171
2558#, fuzzy, c-format
2559msgid "%8u bad block\n"
2560msgid_plural "%8u bad blocks\n"
2561msgstr[0] "b块"
2562msgstr[1] "b块"
2563
2564#: e2fsck/unix.c:173
2565#, fuzzy, c-format
2566msgid "%8u large file\n"
2567msgid_plural "%8u large files\n"
2568msgstr[0] "一般文件"
2569msgstr[1] "一般文件"
2570
2571#: e2fsck/unix.c:175
2572#, fuzzy, c-format
2573msgid ""
2574"\n"
2575"%8u regular file\n"
2576msgid_plural ""
2577"\n"
2578"%8u regular files\n"
2579msgstr[0] "一般文件"
2580msgstr[1] "一般文件"
2581
2582#: e2fsck/unix.c:177
2583#, fuzzy, c-format
2584msgid "%8u directory\n"
2585msgid_plural "%8u directories\n"
2586msgstr[0] "文件夹"
2587msgstr[1] "文件夹"
2588
2589#: e2fsck/unix.c:179
2590#, fuzzy, c-format
2591msgid "%8u character device file\n"
2592msgid_plural "%8u character device files\n"
2593msgstr[0] "字符设备"
2594msgstr[1] "字符设备"
2595
2596#: e2fsck/unix.c:182
2597#, fuzzy, c-format
2598msgid "%8u block device file\n"
2599msgid_plural "%8u block device files\n"
2600msgstr[0] "块设备"
2601msgstr[1] "块设备"
2602
2603#: e2fsck/unix.c:184
2604#, c-format
2605msgid "%8u fifo\n"
2606msgid_plural "%8u fifos\n"
2607msgstr[0] ""
2608msgstr[1] ""
2609
2610#: e2fsck/unix.c:186
2611#, c-format
2612msgid "%8u link\n"
2613msgid_plural "%8u links\n"
2614msgstr[0] ""
2615msgstr[1] ""
2616
2617#: e2fsck/unix.c:189
2618#, fuzzy, c-format
2619msgid "%8u symbolic link"
2620msgid_plural "%8u symbolic links"
2621msgstr[0] "符号链接"
2622msgstr[1] "符号链接"
2623
2624#: e2fsck/unix.c:191
2625#, fuzzy, c-format
2626msgid " (%u fast symbolic link)\n"
2627msgid_plural " (%u fast symbolic links)\n"
2628msgstr[0] "符号链接"
2629msgstr[1] "符号链接"
2630
2631#: e2fsck/unix.c:195
2632#, fuzzy, c-format
2633msgid "%8u socket\n"
2634msgid_plural "%8u sockets\n"
2635msgstr[0] "套接字"
2636msgstr[1] "套接字"
2637
2638#: e2fsck/unix.c:198
2639#, c-format
2640msgid "%8u file\n"
2641msgid_plural "%8u files\n"
2642msgstr[0] ""
2643msgstr[1] ""
2644
2645#: e2fsck/unix.c:212 misc/badblocks.c:983 misc/tune2fs.c:1979 misc/util.c:147
2646#: resize/main.c:247
Theodore Ts'of722c132009-04-21 22:09:01 -04002647#, c-format
2648msgid "while determining whether %s is mounted."
2649msgstr ""
2650
Eric Sandeen032eafe2012-07-28 17:48:36 -04002651#: e2fsck/unix.c:230
2652#, fuzzy, c-format
2653msgid "Warning! %s is %s.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002654msgstr "警告! %s已挂载.\n"
2655
Eric Sandeen032eafe2012-07-28 17:48:36 -04002656#: e2fsck/unix.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -04002657#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002658msgid "%s is %s.\n"
2659msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002660
Eric Sandeen032eafe2012-07-28 17:48:36 -04002661#: e2fsck/unix.c:240
Theodore Ts'of722c132009-04-21 22:09:01 -04002662msgid ""
2663"Cannot continue, aborting.\n"
2664"\n"
2665msgstr "无法继续, 中止.\n"
2666
Eric Sandeen032eafe2012-07-28 17:48:36 -04002667#: e2fsck/unix.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04002668msgid ""
2669"\n"
2670"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002671"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2672"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002673"\n"
2674msgstr ""
2675
Eric Sandeen032eafe2012-07-28 17:48:36 -04002676#: e2fsck/unix.c:247
Theodore Ts'of722c132009-04-21 22:09:01 -04002677msgid "Do you really want to continue"
2678msgstr "你真的想要要继续"
2679
Eric Sandeen032eafe2012-07-28 17:48:36 -04002680#: e2fsck/unix.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04002681#, c-format
2682msgid "check aborted.\n"
2683msgstr "检查被中止\n"
2684
Eric Sandeen032eafe2012-07-28 17:48:36 -04002685#: e2fsck/unix.c:339
Theodore Ts'of722c132009-04-21 22:09:01 -04002686msgid " contains a file system with errors"
2687msgstr ""
2688
Eric Sandeen032eafe2012-07-28 17:48:36 -04002689#: e2fsck/unix.c:341
Theodore Ts'of722c132009-04-21 22:09:01 -04002690msgid " was not cleanly unmounted"
2691msgstr ""
2692
Eric Sandeen032eafe2012-07-28 17:48:36 -04002693#: e2fsck/unix.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04002694msgid " primary superblock features different from backup"
2695msgstr ""
2696
Eric Sandeen032eafe2012-07-28 17:48:36 -04002697#: e2fsck/unix.c:347
Theodore Ts'of722c132009-04-21 22:09:01 -04002698#, c-format
2699msgid " has been mounted %u times without being checked"
2700msgstr ""
2701
Eric Sandeen032eafe2012-07-28 17:48:36 -04002702#: e2fsck/unix.c:354
Theodore Ts'of722c132009-04-21 22:09:01 -04002703msgid " has filesystem last checked time in the future"
2704msgstr ""
2705
Eric Sandeen032eafe2012-07-28 17:48:36 -04002706#: e2fsck/unix.c:360
Theodore Ts'of722c132009-04-21 22:09:01 -04002707#, c-format
2708msgid " has gone %u days without being checked"
2709msgstr ""
2710
Eric Sandeen032eafe2012-07-28 17:48:36 -04002711#: e2fsck/unix.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04002712msgid ", check forced.\n"
2713msgstr ", 强制检查.\n"
2714
Eric Sandeen032eafe2012-07-28 17:48:36 -04002715#: e2fsck/unix.c:402
Theodore Ts'of722c132009-04-21 22:09:01 -04002716#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002717msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'of722c132009-04-21 22:09:01 -04002718msgstr ""
2719
Eric Sandeen032eafe2012-07-28 17:48:36 -04002720#: e2fsck/unix.c:421
Theodore Ts'of722c132009-04-21 22:09:01 -04002721msgid " (check deferred; on battery)"
2722msgstr ""
2723
Eric Sandeen032eafe2012-07-28 17:48:36 -04002724#: e2fsck/unix.c:424
Theodore Ts'of722c132009-04-21 22:09:01 -04002725msgid " (check after next mount)"
2726msgstr "(将于下次挂载时进行检查)"
2727
Eric Sandeen032eafe2012-07-28 17:48:36 -04002728#: e2fsck/unix.c:426
Theodore Ts'of722c132009-04-21 22:09:01 -04002729#, c-format
2730msgid " (check in %ld mounts)"
2731msgstr ""
2732
Eric Sandeen032eafe2012-07-28 17:48:36 -04002733#: e2fsck/unix.c:576
Theodore Ts'of722c132009-04-21 22:09:01 -04002734#, c-format
2735msgid "ERROR: Couldn't open /dev/null (%s)\n"
2736msgstr ""
2737
Eric Sandeen032eafe2012-07-28 17:48:36 -04002738#: e2fsck/unix.c:645
Dark Raven3be22a82010-04-19 16:59:03 -04002739#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002740msgid "Invalid EA version.\n"
2741msgstr "无效的EA版本号.\n"
2742
Eric Sandeen032eafe2012-07-28 17:48:36 -04002743#: e2fsck/unix.c:672
Theodore Ts'of722c132009-04-21 22:09:01 -04002744#, c-format
2745msgid "Unknown extended option: %s\n"
2746msgstr ""
2747
Eric Sandeen032eafe2012-07-28 17:48:36 -04002748#: e2fsck/unix.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04002749#, c-format
2750msgid ""
2751"Syntax error in e2fsck config file (%s, line #%d)\n"
2752"\t%s\n"
2753msgstr ""
2754"e2fsck 配置文件中语法错误(%s, 行 #%d)\n"
2755"\t%s\n"
2756
Eric Sandeen032eafe2012-07-28 17:48:36 -04002757#: e2fsck/unix.c:766
Theodore Ts'of722c132009-04-21 22:09:01 -04002758#, c-format
2759msgid "Error validating file descriptor %d: %s\n"
2760msgstr ""
2761
Eric Sandeen032eafe2012-07-28 17:48:36 -04002762#: e2fsck/unix.c:770
Theodore Ts'of722c132009-04-21 22:09:01 -04002763msgid "Invalid completion information file descriptor"
2764msgstr ""
2765
Eric Sandeen032eafe2012-07-28 17:48:36 -04002766#: e2fsck/unix.c:785
Theodore Ts'of722c132009-04-21 22:09:01 -04002767msgid "Only one of the options -p/-a, -n or -y may be specified."
2768msgstr ""
2769
Eric Sandeen032eafe2012-07-28 17:48:36 -04002770#: e2fsck/unix.c:806
Theodore Ts'of722c132009-04-21 22:09:01 -04002771#, c-format
2772msgid "The -t option is not supported on this version of e2fsck.\n"
2773msgstr ""
2774
Eric Sandeen032eafe2012-07-28 17:48:36 -04002775#: e2fsck/unix.c:837 e2fsck/unix.c:909 misc/tune2fs.c:811 misc/tune2fs.c:1100
2776#: misc/tune2fs.c:1118
Theodore Ts'of722c132009-04-21 22:09:01 -04002777#, c-format
2778msgid "Unable to resolve '%s'"
2779msgstr ""
2780
Eric Sandeen032eafe2012-07-28 17:48:36 -04002781#: e2fsck/unix.c:888
Dark Ravenc4755342011-01-26 18:54:25 -05002782msgid "The -n and -D options are incompatible."
2783msgstr ""
2784
Eric Sandeen032eafe2012-07-28 17:48:36 -04002785#: e2fsck/unix.c:893
Dark Ravenc4755342011-01-26 18:54:25 -05002786msgid "The -n and -c options are incompatible."
2787msgstr ""
2788
Eric Sandeen032eafe2012-07-28 17:48:36 -04002789#: e2fsck/unix.c:898
Dark Ravenc4755342011-01-26 18:54:25 -05002790msgid "The -n and -l/-L options are incompatible."
2791msgstr ""
2792
Eric Sandeen032eafe2012-07-28 17:48:36 -04002793#: e2fsck/unix.c:943
Theodore Ts'of722c132009-04-21 22:09:01 -04002794#, c-format
2795msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2796msgstr ""
2797
Eric Sandeen032eafe2012-07-28 17:48:36 -04002798#: e2fsck/unix.c:991
Theodore Ts'of722c132009-04-21 22:09:01 -04002799#, c-format
2800msgid ""
2801"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2802"\n"
2803msgstr ""
2804
Eric Sandeen032eafe2012-07-28 17:48:36 -04002805#: e2fsck/unix.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04002806#, c-format
2807msgid ""
2808"\n"
2809"Invalid non-numeric argument to -%c (\"%s\")\n"
2810"\n"
2811msgstr ""
2812
Eric Sandeen032eafe2012-07-28 17:48:36 -04002813#: e2fsck/unix.c:1089
2814#, c-format
2815msgid ""
2816"MMP interval is %u seconds and total wait time is %u seconds. Please "
2817"wait...\n"
2818msgstr ""
2819
2820#: e2fsck/unix.c:1106 e2fsck/unix.c:1111
2821#, fuzzy
2822msgid "while checking MMP block"
2823msgstr "在对坏块inode进行一致性检验是"
2824
2825#: e2fsck/unix.c:1113 misc/tune2fs.c:1912
2826msgid ""
2827"If you are sure the filesystem is not in use on any node, run:\n"
2828"'tune2fs -f -E clear_mmp {device}'\n"
2829msgstr ""
2830
2831#: e2fsck/unix.c:1163
Theodore Ts'of722c132009-04-21 22:09:01 -04002832#, c-format
2833msgid "Error: ext2fs library version out of date!\n"
2834msgstr "错误: ext2fs库版本过旧!\n"
2835
Eric Sandeen032eafe2012-07-28 17:48:36 -04002836#: e2fsck/unix.c:1171
Theodore Ts'of722c132009-04-21 22:09:01 -04002837msgid "while trying to initialize program"
2838msgstr ""
2839
Eric Sandeen032eafe2012-07-28 17:48:36 -04002840#: e2fsck/unix.c:1194
Dark Raven3be22a82010-04-19 16:59:03 -04002841#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002842msgid "\tUsing %s, %s\n"
Dark Raven3be22a82010-04-19 16:59:03 -04002843msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002844
Eric Sandeen032eafe2012-07-28 17:48:36 -04002845#: e2fsck/unix.c:1206
Theodore Ts'of722c132009-04-21 22:09:01 -04002846msgid "need terminal for interactive repairs"
2847msgstr ""
2848
Eric Sandeen032eafe2012-07-28 17:48:36 -04002849#: e2fsck/unix.c:1256
Dark Raven31a48472009-05-25 22:45:42 -04002850#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002851msgid "%s: %s trying backup blocks...\n"
Dark Raven31a48472009-05-25 22:45:42 -04002852msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002853
Eric Sandeen032eafe2012-07-28 17:48:36 -04002854#: e2fsck/unix.c:1258
Theodore Ts'of722c132009-04-21 22:09:01 -04002855msgid "Superblock invalid,"
Dark Raven31a48472009-05-25 22:45:42 -04002856msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04002857
Eric Sandeen032eafe2012-07-28 17:48:36 -04002858#: e2fsck/unix.c:1259
Theodore Ts'of722c132009-04-21 22:09:01 -04002859msgid "Group descriptors look bad..."
2860msgstr ""
2861
Eric Sandeen032eafe2012-07-28 17:48:36 -04002862#: e2fsck/unix.c:1269
2863#, fuzzy, c-format
2864msgid "%s: %s while using the backup blocks"
2865msgstr "当读取坏块inode时"
2866
2867#: e2fsck/unix.c:1273
Dark Raven3be22a82010-04-19 16:59:03 -04002868#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002869msgid "%s: going back to original superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04002870msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04002871
Eric Sandeen032eafe2012-07-28 17:48:36 -04002872#: e2fsck/unix.c:1301
Theodore Ts'of722c132009-04-21 22:09:01 -04002873msgid ""
2874"The filesystem revision is apparently too high for this version of e2fsck.\n"
2875"(Or the filesystem superblock is corrupt)\n"
2876"\n"
2877msgstr ""
2878
Eric Sandeen032eafe2012-07-28 17:48:36 -04002879#: e2fsck/unix.c:1307
Theodore Ts'of722c132009-04-21 22:09:01 -04002880msgid "Could this be a zero-length partition?\n"
2881msgstr ""
2882
Eric Sandeen032eafe2012-07-28 17:48:36 -04002883#: e2fsck/unix.c:1310
Theodore Ts'of722c132009-04-21 22:09:01 -04002884#, c-format
2885msgid "You must have %s access to the filesystem or be root\n"
2886msgstr ""
2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04002888#: e2fsck/unix.c:1315
Theodore Ts'of722c132009-04-21 22:09:01 -04002889msgid "Possibly non-existent or swap device?\n"
2890msgstr ""
2891
Eric Sandeen032eafe2012-07-28 17:48:36 -04002892#: e2fsck/unix.c:1318
Theodore Ts'of722c132009-04-21 22:09:01 -04002893msgid "Filesystem mounted or opened exclusively by another program?\n"
2894msgstr ""
2895
Eric Sandeen032eafe2012-07-28 17:48:36 -04002896#: e2fsck/unix.c:1321
Dark Ravenc4755342011-01-26 18:54:25 -05002897msgid "Possibly non-existent device?\n"
2898msgstr ""
2899
Eric Sandeen032eafe2012-07-28 17:48:36 -04002900#: e2fsck/unix.c:1324
Theodore Ts'of722c132009-04-21 22:09:01 -04002901msgid ""
2902"Disk write-protected; use the -n option to do a read-only\n"
2903"check of the device.\n"
2904msgstr ""
2905
Eric Sandeen032eafe2012-07-28 17:48:36 -04002906#: e2fsck/unix.c:1389
Theodore Ts'of722c132009-04-21 22:09:01 -04002907msgid "Get a newer version of e2fsck!"
2908msgstr ""
2909
Eric Sandeen032eafe2012-07-28 17:48:36 -04002910#: e2fsck/unix.c:1437
Theodore Ts'of722c132009-04-21 22:09:01 -04002911#, c-format
Dark Raven3be22a82010-04-19 16:59:03 -04002912msgid "while checking ext3 journal for %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04002913msgstr ""
2914
Eric Sandeen032eafe2012-07-28 17:48:36 -04002915#: e2fsck/unix.c:1448
2916msgid ""
2917"Warning: skipping journal recovery because doing a read-only filesystem "
2918"check.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002919msgstr ""
2920
Eric Sandeen032eafe2012-07-28 17:48:36 -04002921#: e2fsck/unix.c:1461
Theodore Ts'of722c132009-04-21 22:09:01 -04002922#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04002923msgid "unable to set superblock flags on %s\n"
2924msgstr ""
2925
Eric Sandeen032eafe2012-07-28 17:48:36 -04002926#: e2fsck/unix.c:1467
Theodore Ts'o296b9d62010-06-07 12:25:11 -04002927#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002928msgid "while recovering ext3 journal of %s"
2929msgstr ""
2930
Eric Sandeen032eafe2012-07-28 17:48:36 -04002931#: e2fsck/unix.c:1492
Theodore Ts'of722c132009-04-21 22:09:01 -04002932#, c-format
2933msgid "%s has unsupported feature(s):"
2934msgstr ""
2935
Eric Sandeen032eafe2012-07-28 17:48:36 -04002936#: e2fsck/unix.c:1507
2937#, c-format
2938msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002939msgstr ""
2940
Eric Sandeen032eafe2012-07-28 17:48:36 -04002941#: e2fsck/unix.c:1513
Theodore Ts'of722c132009-04-21 22:09:01 -04002942#, c-format
2943msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04002944"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002945"\tbut filesystem %s has HTREE directories.\n"
2946msgstr ""
2947
Eric Sandeen032eafe2012-07-28 17:48:36 -04002948#: e2fsck/unix.c:1565
2949#, fuzzy, c-format
2950msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002951msgstr "当读取坏块inode时"
2952
Eric Sandeen032eafe2012-07-28 17:48:36 -04002953#: e2fsck/unix.c:1568
Theodore Ts'of722c132009-04-21 22:09:01 -04002954msgid "This doesn't bode well, but we'll try to go on...\n"
2955msgstr ""
2956
Eric Sandeen032eafe2012-07-28 17:48:36 -04002957#: e2fsck/unix.c:1609
Dark Raven3be22a82010-04-19 16:59:03 -04002958#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04002959msgid "Creating journal (%d blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04002960msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04002961
Eric Sandeen032eafe2012-07-28 17:48:36 -04002962#: e2fsck/unix.c:1619
Theodore Ts'of722c132009-04-21 22:09:01 -04002963msgid " Done.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04002964msgstr "完成.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002965
Eric Sandeen032eafe2012-07-28 17:48:36 -04002966#: e2fsck/unix.c:1620
Theodore Ts'of722c132009-04-21 22:09:01 -04002967msgid ""
2968"\n"
2969"*** journal has been re-created - filesystem is now ext3 again ***\n"
2970msgstr ""
2971
Eric Sandeen032eafe2012-07-28 17:48:36 -04002972#: e2fsck/unix.c:1643
Theodore Ts'of722c132009-04-21 22:09:01 -04002973msgid "Restarting e2fsck from the beginning...\n"
2974msgstr "正在从头开始e2fsck...\n"
2975
Eric Sandeen032eafe2012-07-28 17:48:36 -04002976#: e2fsck/unix.c:1647
Theodore Ts'of722c132009-04-21 22:09:01 -04002977msgid "while resetting context"
2978msgstr ""
2979
Eric Sandeen032eafe2012-07-28 17:48:36 -04002980#: e2fsck/unix.c:1654
Theodore Ts'of722c132009-04-21 22:09:01 -04002981#, c-format
2982msgid "%s: e2fsck canceled.\n"
2983msgstr "%s: e2fsck被取消.\n"
2984
Eric Sandeen032eafe2012-07-28 17:48:36 -04002985#: e2fsck/unix.c:1659
Theodore Ts'of722c132009-04-21 22:09:01 -04002986msgid "aborted"
2987msgstr "已中止"
2988
Eric Sandeen032eafe2012-07-28 17:48:36 -04002989#: e2fsck/unix.c:1671 e2fsck/util.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -04002990#, c-format
2991msgid ""
2992"\n"
2993"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2994msgstr ""
2995"\n"
2996"%s: ***** 文件系统已修改 *****\n"
2997
Eric Sandeen032eafe2012-07-28 17:48:36 -04002998#: e2fsck/unix.c:1675
Theodore Ts'of722c132009-04-21 22:09:01 -04002999#, c-format
3000msgid "%s: ***** REBOOT LINUX *****\n"
3001msgstr "%s: ***** 重新启动 LINUX *****\n"
3002
Eric Sandeen032eafe2012-07-28 17:48:36 -04003003#: e2fsck/unix.c:1683 e2fsck/util.c:73
Theodore Ts'of722c132009-04-21 22:09:01 -04003004#, c-format
3005msgid ""
3006"\n"
3007"%s: ********** WARNING: Filesystem still has errors **********\n"
3008"\n"
3009msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003010"\n"
3011"%s: ********** 警告: 文件系统上仍有错误 **********\n"
3012"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003013
Eric Sandeen032eafe2012-07-28 17:48:36 -04003014#: e2fsck/unix.c:1723
Theodore Ts'of722c132009-04-21 22:09:01 -04003015msgid "while setting block group checksum info"
3016msgstr ""
3017
Eric Sandeen032eafe2012-07-28 17:48:36 -04003018#: e2fsck/util.c:189 misc/util.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -04003019msgid "yY"
3020msgstr "yY"
3021
Eric Sandeen032eafe2012-07-28 17:48:36 -04003022#: e2fsck/util.c:190
Theodore Ts'of722c132009-04-21 22:09:01 -04003023msgid "nN"
3024msgstr "nN"
3025
Eric Sandeen032eafe2012-07-28 17:48:36 -04003026#: e2fsck/util.c:204
Theodore Ts'of722c132009-04-21 22:09:01 -04003027msgid "<y>"
3028msgstr "<y>"
3029
Eric Sandeen032eafe2012-07-28 17:48:36 -04003030#: e2fsck/util.c:206
Theodore Ts'of722c132009-04-21 22:09:01 -04003031msgid "<n>"
3032msgstr "<n>"
3033
Eric Sandeen032eafe2012-07-28 17:48:36 -04003034#: e2fsck/util.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -04003035msgid " (y/n)"
3036msgstr " (y/n)"
3037
Eric Sandeen032eafe2012-07-28 17:48:36 -04003038#: e2fsck/util.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -04003039msgid "cancelled!\n"
3040msgstr "已取消!\n"
3041
Eric Sandeen032eafe2012-07-28 17:48:36 -04003042#: e2fsck/util.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -04003043msgid "yes\n"
3044msgstr "是\n"
3045
Eric Sandeen032eafe2012-07-28 17:48:36 -04003046#: e2fsck/util.c:239
Theodore Ts'of722c132009-04-21 22:09:01 -04003047msgid "no\n"
3048msgstr "否\n"
3049
Eric Sandeen032eafe2012-07-28 17:48:36 -04003050#: e2fsck/util.c:249
Dark Raven3be22a82010-04-19 16:59:03 -04003051#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003052msgid ""
3053"%s? no\n"
3054"\n"
3055msgstr ""
3056"%s? 否\n"
3057"\n"
3058
Eric Sandeen032eafe2012-07-28 17:48:36 -04003059#: e2fsck/util.c:253
Theodore Ts'of722c132009-04-21 22:09:01 -04003060#, c-format
3061msgid ""
3062"%s? yes\n"
3063"\n"
3064msgstr ""
3065"%s? 是\n"
3066"\n"
3067
Eric Sandeen032eafe2012-07-28 17:48:36 -04003068#: e2fsck/util.c:257
Theodore Ts'of722c132009-04-21 22:09:01 -04003069msgid "yes"
3070msgstr "yes"
3071
Eric Sandeen032eafe2012-07-28 17:48:36 -04003072#: e2fsck/util.c:257
Theodore Ts'of722c132009-04-21 22:09:01 -04003073msgid "no"
3074msgstr "no"
3075
Eric Sandeen032eafe2012-07-28 17:48:36 -04003076#: e2fsck/util.c:272
Theodore Ts'of722c132009-04-21 22:09:01 -04003077#, c-format
3078msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3079msgstr ""
3080
Eric Sandeen032eafe2012-07-28 17:48:36 -04003081#: e2fsck/util.c:277
Theodore Ts'of722c132009-04-21 22:09:01 -04003082msgid "reading inode and block bitmaps"
3083msgstr ""
3084
Eric Sandeen032eafe2012-07-28 17:48:36 -04003085#: e2fsck/util.c:285
Theodore Ts'of722c132009-04-21 22:09:01 -04003086#, c-format
3087msgid "while retrying to read bitmaps for %s"
3088msgstr ""
3089
Eric Sandeen032eafe2012-07-28 17:48:36 -04003090#: e2fsck/util.c:297
Theodore Ts'of722c132009-04-21 22:09:01 -04003091msgid "writing block and inode bitmaps"
3092msgstr ""
3093
Eric Sandeen032eafe2012-07-28 17:48:36 -04003094#: e2fsck/util.c:302
Theodore Ts'of722c132009-04-21 22:09:01 -04003095#, c-format
3096msgid "while rewriting block and inode bitmaps for %s"
3097msgstr ""
3098
Eric Sandeen032eafe2012-07-28 17:48:36 -04003099#: e2fsck/util.c:314
Theodore Ts'of722c132009-04-21 22:09:01 -04003100#, c-format
3101msgid ""
3102"\n"
3103"\n"
3104"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3105"\t(i.e., without -a or -p options)\n"
3106msgstr ""
3107
Eric Sandeen032eafe2012-07-28 17:48:36 -04003108#: e2fsck/util.c:395
Dark Raven3be22a82010-04-19 16:59:03 -04003109#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003110msgid "Memory used: %luk/%luk (%luk/%luk), "
Dark Raven3be22a82010-04-19 16:59:03 -04003111msgstr "内存使用量: %luk/%luk (%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003112
Eric Sandeen032eafe2012-07-28 17:48:36 -04003113#: e2fsck/util.c:399
Dark Raven3be22a82010-04-19 16:59:03 -04003114#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003115msgid "Memory used: %lu, "
Dark Raven3be22a82010-04-19 16:59:03 -04003116msgstr "内存用量: %lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003117
Eric Sandeen032eafe2012-07-28 17:48:36 -04003118#: e2fsck/util.c:406
Dark Raven31a48472009-05-25 22:45:42 -04003119#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003120msgid "time: %5.2f/%5.2f/%5.2f\n"
3121msgstr "时间: %5.2f/%5.2f/%5.2f\n"
3122
Eric Sandeen032eafe2012-07-28 17:48:36 -04003123#: e2fsck/util.c:411
Theodore Ts'of722c132009-04-21 22:09:01 -04003124#, c-format
3125msgid "elapsed time: %6.3f\n"
3126msgstr ""
3127
Eric Sandeen032eafe2012-07-28 17:48:36 -04003128#: e2fsck/util.c:446 e2fsck/util.c:460
Dark Raven3be22a82010-04-19 16:59:03 -04003129#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003130msgid "while reading inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003131msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003133#: e2fsck/util.c:474 e2fsck/util.c:487
Dark Raven3be22a82010-04-19 16:59:03 -04003134#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003135msgid "while writing inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003136msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003137
Eric Sandeen032eafe2012-07-28 17:48:36 -04003138#: e2fsck/util.c:636
Theodore Ts'of722c132009-04-21 22:09:01 -04003139msgid "while allocating zeroizing buffer"
3140msgstr ""
3141
Eric Sandeen032eafe2012-07-28 17:48:36 -04003142#: e2fsck/util.c:788
3143msgid ""
3144"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3145"running.\n"
3146msgstr ""
3147
3148#: misc/badblocks.c:69
3149#, fuzzy
3150msgid "done \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003151msgstr "完成 \n"
3152
Eric Sandeen032eafe2012-07-28 17:48:36 -04003153#: misc/badblocks.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -04003154#, c-format
3155msgid ""
3156"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003157" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3158"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003159" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3160" device [last_block [first_block]]\n"
3161msgstr ""
3162
Eric Sandeen032eafe2012-07-28 17:48:36 -04003163#: misc/badblocks.c:104
Theodore Ts'of722c132009-04-21 22:09:01 -04003164#, c-format
3165msgid ""
3166"%s: The -n and -w options are mutually exclusive.\n"
3167"\n"
3168msgstr ""
3169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003170#: misc/badblocks.c:219
Theodore Ts'o930e2812009-06-29 15:08:12 -04003171#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003172msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003173msgstr ""
3174
Eric Sandeen032eafe2012-07-28 17:48:36 -04003175#: misc/badblocks.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04003176msgid "Testing with random pattern: "
3177msgstr ""
3178
Eric Sandeen032eafe2012-07-28 17:48:36 -04003179#: misc/badblocks.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04003180msgid "Testing with pattern 0x"
3181msgstr ""
3182
Eric Sandeen032eafe2012-07-28 17:48:36 -04003183#: misc/badblocks.c:372 misc/badblocks.c:445
Theodore Ts'of722c132009-04-21 22:09:01 -04003184msgid "during seek"
3185msgstr ""
3186
Eric Sandeen032eafe2012-07-28 17:48:36 -04003187#: misc/badblocks.c:383
Theodore Ts'of722c132009-04-21 22:09:01 -04003188#, c-format
3189msgid "Weird value (%ld) in do_read\n"
3190msgstr ""
3191
Eric Sandeen032eafe2012-07-28 17:48:36 -04003192#: misc/badblocks.c:469
Theodore Ts'of722c132009-04-21 22:09:01 -04003193msgid "during ext2fs_sync_device"
3194msgstr ""
3195
Eric Sandeen032eafe2012-07-28 17:48:36 -04003196#: misc/badblocks.c:489 misc/badblocks.c:749
Theodore Ts'of722c132009-04-21 22:09:01 -04003197msgid "while beginning bad block list iteration"
3198msgstr ""
3199
Eric Sandeen032eafe2012-07-28 17:48:36 -04003200#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
Theodore Ts'of722c132009-04-21 22:09:01 -04003201msgid "while allocating buffers"
3202msgstr ""
3203
Eric Sandeen032eafe2012-07-28 17:48:36 -04003204#: misc/badblocks.c:507
Theodore Ts'of722c132009-04-21 22:09:01 -04003205#, c-format
3206msgid "Checking blocks %lu to %lu\n"
3207msgstr "正在检查从 %lu 到 %lu的块\n"
3208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003209#: misc/badblocks.c:512
Theodore Ts'of722c132009-04-21 22:09:01 -04003210msgid "Checking for bad blocks in read-only mode\n"
3211msgstr ""
3212
Eric Sandeen032eafe2012-07-28 17:48:36 -04003213#: misc/badblocks.c:521
Theodore Ts'of722c132009-04-21 22:09:01 -04003214msgid "Checking for bad blocks (read-only test): "
3215msgstr ""
3216
Eric Sandeen032eafe2012-07-28 17:48:36 -04003217#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3218#: misc/badblocks.c:822
Theodore Ts'of722c132009-04-21 22:09:01 -04003219msgid "Too many bad blocks, aborting test\n"
3220msgstr ""
3221
Eric Sandeen032eafe2012-07-28 17:48:36 -04003222#: misc/badblocks.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04003223msgid "Checking for bad blocks in read-write mode\n"
3224msgstr ""
3225
Eric Sandeen032eafe2012-07-28 17:48:36 -04003226#: misc/badblocks.c:611 misc/badblocks.c:772
Theodore Ts'of722c132009-04-21 22:09:01 -04003227#, c-format
3228msgid "From block %lu to %lu\n"
3229msgstr ""
3230
Eric Sandeen032eafe2012-07-28 17:48:36 -04003231#: misc/badblocks.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04003232msgid "Reading and comparing: "
3233msgstr "正在读取并比较: "
3234
Eric Sandeen032eafe2012-07-28 17:48:36 -04003235#: misc/badblocks.c:771
Theodore Ts'of722c132009-04-21 22:09:01 -04003236msgid "Checking for bad blocks in non-destructive read-write mode\n"
3237msgstr ""
3238
Eric Sandeen032eafe2012-07-28 17:48:36 -04003239#: misc/badblocks.c:777
Theodore Ts'of722c132009-04-21 22:09:01 -04003240msgid "Checking for bad blocks (non-destructive read-write test)\n"
3241msgstr ""
3242
Eric Sandeen032eafe2012-07-28 17:48:36 -04003243#: misc/badblocks.c:784
Theodore Ts'of722c132009-04-21 22:09:01 -04003244msgid ""
3245"\n"
3246"Interrupt caught, cleaning up\n"
3247msgstr ""
3248
Eric Sandeen032eafe2012-07-28 17:48:36 -04003249#: misc/badblocks.c:867
Theodore Ts'of722c132009-04-21 22:09:01 -04003250#, c-format
3251msgid "during test data write, block %lu"
3252msgstr ""
3253
Eric Sandeen032eafe2012-07-28 17:48:36 -04003254#: misc/badblocks.c:988 misc/util.c:152
Theodore Ts'of722c132009-04-21 22:09:01 -04003255#, c-format
3256msgid "%s is mounted; "
3257msgstr "%s 已经挂载;"
3258
Eric Sandeen032eafe2012-07-28 17:48:36 -04003259#: misc/badblocks.c:990
Theodore Ts'of722c132009-04-21 22:09:01 -04003260msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3261msgstr ""
3262
Eric Sandeen032eafe2012-07-28 17:48:36 -04003263#: misc/badblocks.c:995
Theodore Ts'of722c132009-04-21 22:09:01 -04003264msgid "it's not safe to run badblocks!\n"
3265msgstr ""
3266
Eric Sandeen032eafe2012-07-28 17:48:36 -04003267#: misc/badblocks.c:1000 misc/util.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -04003268#, c-format
3269msgid "%s is apparently in use by the system; "
3270msgstr ""
3271
Eric Sandeen032eafe2012-07-28 17:48:36 -04003272#: misc/badblocks.c:1003
Theodore Ts'of722c132009-04-21 22:09:01 -04003273msgid "badblocks forced anyway.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003274msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003275
Eric Sandeen032eafe2012-07-28 17:48:36 -04003276#: misc/badblocks.c:1023
Theodore Ts'of722c132009-04-21 22:09:01 -04003277#, c-format
3278msgid "invalid %s - %s"
3279msgstr "无效的%s - %s"
3280
Eric Sandeen032eafe2012-07-28 17:48:36 -04003281#: misc/badblocks.c:1133
Theodore Ts'of722c132009-04-21 22:09:01 -04003282#, c-format
3283msgid "can't allocate memory for test_pattern - %s"
3284msgstr ""
3285
Eric Sandeen032eafe2012-07-28 17:48:36 -04003286#: misc/badblocks.c:1163
Theodore Ts'of722c132009-04-21 22:09:01 -04003287msgid "Maximum of one test_pattern may be specified in read-only mode"
3288msgstr ""
3289
Eric Sandeen032eafe2012-07-28 17:48:36 -04003290#: misc/badblocks.c:1169
Theodore Ts'of722c132009-04-21 22:09:01 -04003291msgid "Random test_pattern is not allowed in read-only mode"
3292msgstr ""
3293
Eric Sandeen032eafe2012-07-28 17:48:36 -04003294#: misc/badblocks.c:1183
Theodore Ts'of722c132009-04-21 22:09:01 -04003295msgid ""
3296"Couldn't determine device size; you must specify\n"
3297"the size manually\n"
3298msgstr ""
3299
Eric Sandeen032eafe2012-07-28 17:48:36 -04003300#: misc/badblocks.c:1189
Theodore Ts'of722c132009-04-21 22:09:01 -04003301msgid "while trying to determine device size"
3302msgstr ""
3303
Eric Sandeen032eafe2012-07-28 17:48:36 -04003304#: misc/badblocks.c:1194
Theodore Ts'of722c132009-04-21 22:09:01 -04003305msgid "last block"
3306msgstr "最后一个块"
3307
Eric Sandeen032eafe2012-07-28 17:48:36 -04003308#: misc/badblocks.c:1200
Theodore Ts'of722c132009-04-21 22:09:01 -04003309msgid "first block"
3310msgstr "第一个块"
3311
Eric Sandeen032eafe2012-07-28 17:48:36 -04003312#: misc/badblocks.c:1203
Theodore Ts'of722c132009-04-21 22:09:01 -04003313#, c-format
3314msgid "invalid starting block (%lu): must be less than %lu"
3315msgstr ""
3316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003317#: misc/badblocks.c:1259
Theodore Ts'of722c132009-04-21 22:09:01 -04003318msgid "while creating in-memory bad blocks list"
3319msgstr ""
3320
Eric Sandeen032eafe2012-07-28 17:48:36 -04003321#: misc/badblocks.c:1274
Theodore Ts'of722c132009-04-21 22:09:01 -04003322msgid "while adding to in-memory bad block list"
3323msgstr ""
3324
Eric Sandeen032eafe2012-07-28 17:48:36 -04003325#: misc/badblocks.c:1298
Theodore Ts'of722c132009-04-21 22:09:01 -04003326#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003327msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003328msgstr ""
3329
Eric Sandeen032eafe2012-07-28 17:48:36 -04003330#: misc/chattr.c:86
Dark Raven3be22a82010-04-19 16:59:03 -04003331#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003332msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003333msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003334
Eric Sandeen032eafe2012-07-28 17:48:36 -04003335#: misc/chattr.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -04003336#, c-format
3337msgid "bad version - %s\n"
3338msgstr "错误的版本 - %s\n"
3339
Eric Sandeen032eafe2012-07-28 17:48:36 -04003340#: misc/chattr.c:201 misc/lsattr.c:116
Dark Raven3be22a82010-04-19 16:59:03 -04003341#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003342msgid "while trying to stat %s"
3343msgstr "当尝试对%s进行stat调用时"
3344
Eric Sandeen032eafe2012-07-28 17:48:36 -04003345#: misc/chattr.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -04003346#, c-format
3347msgid "while reading flags on %s"
3348msgstr ""
3349
Eric Sandeen032eafe2012-07-28 17:48:36 -04003350#: misc/chattr.c:217 misc/chattr.c:236
Theodore Ts'o930e2812009-06-29 15:08:12 -04003351#, c-format
3352msgid "Clearing extent flag not supported on %s"
3353msgstr ""
3354
Eric Sandeen032eafe2012-07-28 17:48:36 -04003355#: misc/chattr.c:222 misc/chattr.c:241
Theodore Ts'o930e2812009-06-29 15:08:12 -04003356#, c-format
3357msgid "Flags of %s set as "
3358msgstr "%s的标志被设为 "
3359
Eric Sandeen032eafe2012-07-28 17:48:36 -04003360#: misc/chattr.c:250
Theodore Ts'of722c132009-04-21 22:09:01 -04003361#, c-format
3362msgid "while setting flags on %s"
3363msgstr ""
3364
Eric Sandeen032eafe2012-07-28 17:48:36 -04003365#: misc/chattr.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04003366#, c-format
3367msgid "Version of %s set as %lu\n"
3368msgstr ""
3369
Eric Sandeen032eafe2012-07-28 17:48:36 -04003370#: misc/chattr.c:262
Theodore Ts'of722c132009-04-21 22:09:01 -04003371#, c-format
3372msgid "while setting version on %s"
3373msgstr ""
3374
Eric Sandeen032eafe2012-07-28 17:48:36 -04003375#: misc/chattr.c:282
Theodore Ts'of722c132009-04-21 22:09:01 -04003376#, c-format
3377msgid "Couldn't allocate path variable in chattr_dir_proc"
3378msgstr ""
3379
Eric Sandeen032eafe2012-07-28 17:48:36 -04003380#: misc/chattr.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04003381msgid "= is incompatible with - and +\n"
3382msgstr ""
3383
Eric Sandeen032eafe2012-07-28 17:48:36 -04003384#: misc/chattr.c:330
Theodore Ts'of722c132009-04-21 22:09:01 -04003385msgid "Must use '-v', =, - or +\n"
3386msgstr ""
3387
Eric Sandeen032eafe2012-07-28 17:48:36 -04003388#: misc/dumpe2fs.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -04003389#, c-format
Dark Raven3be22a82010-04-19 16:59:03 -04003390msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003391msgstr ""
3392
Eric Sandeen032eafe2012-07-28 17:48:36 -04003393#: misc/dumpe2fs.c:159
3394#, fuzzy
3395msgid "blocks"
3396msgstr "b块"
3397
3398#: misc/dumpe2fs.c:168
3399msgid "clusters"
3400msgstr ""
3401
3402#: misc/dumpe2fs.c:196
Theodore Ts'of722c132009-04-21 22:09:01 -04003403#, c-format
3404msgid "Group %lu: (Blocks "
3405msgstr ""
3406
Eric Sandeen032eafe2012-07-28 17:48:36 -04003407#: misc/dumpe2fs.c:204
3408#, fuzzy, c-format
3409msgid " Checksum 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003410msgstr " 校验和 0x%04x,%d个未使用的inode\n"
3411
Eric Sandeen032eafe2012-07-28 17:48:36 -04003412#: misc/dumpe2fs.c:206
3413#, c-format
3414msgid " (EXPECTED 0x%04x)"
3415msgstr ""
3416
3417#: misc/dumpe2fs.c:207
3418#, fuzzy, c-format
3419msgid ", unused inodes %u\n"
3420msgstr ", %u个未使用的inodes\n"
3421
3422#: misc/dumpe2fs.c:212
Theodore Ts'of722c132009-04-21 22:09:01 -04003423#, c-format
3424msgid " %s superblock at "
3425msgstr ""
3426
Eric Sandeen032eafe2012-07-28 17:48:36 -04003427#: misc/dumpe2fs.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003428msgid "Primary"
3429msgstr "主"
3430
Eric Sandeen032eafe2012-07-28 17:48:36 -04003431#: misc/dumpe2fs.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003432msgid "Backup"
3433msgstr "备份"
3434
Eric Sandeen032eafe2012-07-28 17:48:36 -04003435#: misc/dumpe2fs.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04003436#, fuzzy, c-format
3437msgid ", Group descriptors at "
3438msgstr ", 组描述符位于 "
3439
Eric Sandeen032eafe2012-07-28 17:48:36 -04003440#: misc/dumpe2fs.c:221
Theodore Ts'of722c132009-04-21 22:09:01 -04003441#, c-format
3442msgid ""
3443"\n"
3444" Reserved GDT blocks at "
3445msgstr ""
3446"\n"
3447" 保留的GDT块位于 "
3448
Eric Sandeen032eafe2012-07-28 17:48:36 -04003449#: misc/dumpe2fs.c:228
Theodore Ts'of722c132009-04-21 22:09:01 -04003450#, c-format
3451msgid " Group descriptor at "
3452msgstr ""
3453
Eric Sandeen032eafe2012-07-28 17:48:36 -04003454#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04003455msgid " Block bitmap at "
3456msgstr ""
3457
Eric Sandeen032eafe2012-07-28 17:48:36 -04003458#: misc/dumpe2fs.c:238
Theodore Ts'of722c132009-04-21 22:09:01 -04003459msgid ", Inode bitmap at "
3460msgstr ""
3461
Eric Sandeen032eafe2012-07-28 17:48:36 -04003462#: misc/dumpe2fs.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04003463msgid ""
3464"\n"
3465" Inode table at "
3466msgstr ""
3467"\n"
3468" Inode表位于 "
3469
Eric Sandeen032eafe2012-07-28 17:48:36 -04003470#: misc/dumpe2fs.c:248
Theodore Ts'of722c132009-04-21 22:09:01 -04003471#, c-format
3472msgid ""
3473"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003474" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04003475msgstr ""
3476
Eric Sandeen032eafe2012-07-28 17:48:36 -04003477#: misc/dumpe2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04003478#, c-format
3479msgid ", %u unused inodes\n"
3480msgstr ", %u个未使用的inodes\n"
3481
Eric Sandeen032eafe2012-07-28 17:48:36 -04003482#: misc/dumpe2fs.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04003483msgid " Free blocks: "
3484msgstr " 可用块数: "
3485
Eric Sandeen032eafe2012-07-28 17:48:36 -04003486#: misc/dumpe2fs.c:269
Theodore Ts'of722c132009-04-21 22:09:01 -04003487msgid " Free inodes: "
3488msgstr " 可用inode数: "
3489
Eric Sandeen032eafe2012-07-28 17:48:36 -04003490#: misc/dumpe2fs.c:300
Theodore Ts'of722c132009-04-21 22:09:01 -04003491msgid "while printing bad block list"
3492msgstr ""
3493
Eric Sandeen032eafe2012-07-28 17:48:36 -04003494#: misc/dumpe2fs.c:306
Theodore Ts'of722c132009-04-21 22:09:01 -04003495#, c-format
3496msgid "Bad blocks: %u"
3497msgstr "坏块数: %u"
3498
Eric Sandeen032eafe2012-07-28 17:48:36 -04003499#: misc/dumpe2fs.c:333 misc/tune2fs.c:302
Theodore Ts'of722c132009-04-21 22:09:01 -04003500msgid "while reading journal inode"
3501msgstr ""
3502
Eric Sandeen032eafe2012-07-28 17:48:36 -04003503#: misc/dumpe2fs.c:339
Dark Raven3be22a82010-04-19 16:59:03 -04003504msgid "while opening journal inode"
3505msgstr ""
3506
Eric Sandeen032eafe2012-07-28 17:48:36 -04003507#: misc/dumpe2fs.c:345
Dark Raven3be22a82010-04-19 16:59:03 -04003508msgid "while reading journal super block"
3509msgstr ""
3510
Eric Sandeen032eafe2012-07-28 17:48:36 -04003511#: misc/dumpe2fs.c:355
Dark Raven3be22a82010-04-19 16:59:03 -04003512#, fuzzy, c-format
3513msgid "Journal features: "
3514msgstr "日志使用者: %s\n"
3515
Eric Sandeen032eafe2012-07-28 17:48:36 -04003516#: misc/dumpe2fs.c:368
Theodore Ts'of722c132009-04-21 22:09:01 -04003517msgid "Journal size: "
3518msgstr "日志大小: "
3519
Eric Sandeen032eafe2012-07-28 17:48:36 -04003520#: misc/dumpe2fs.c:379
Dark Raven3be22a82010-04-19 16:59:03 -04003521#, c-format
3522msgid ""
3523"Journal length: %u\n"
3524"Journal sequence: 0x%08x\n"
3525"Journal start: %u\n"
3526msgstr ""
3527
Eric Sandeen032eafe2012-07-28 17:48:36 -04003528#: misc/dumpe2fs.c:386
3529#, fuzzy, c-format
3530msgid "Journal errno: %d\n"
3531msgstr "日志使用者: %s\n"
3532
3533#: misc/dumpe2fs.c:401 misc/tune2fs.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -04003534msgid "while reading journal superblock"
3535msgstr ""
3536
Eric Sandeen032eafe2012-07-28 17:48:36 -04003537#: misc/dumpe2fs.c:409
Theodore Ts'of722c132009-04-21 22:09:01 -04003538msgid "Couldn't find journal superblock magic numbers"
3539msgstr ""
3540
Eric Sandeen032eafe2012-07-28 17:48:36 -04003541#: misc/dumpe2fs.c:413
Theodore Ts'of722c132009-04-21 22:09:01 -04003542#, c-format
3543msgid ""
3544"\n"
3545"Journal block size: %u\n"
3546"Journal length: %u\n"
3547"Journal first block: %u\n"
3548"Journal sequence: 0x%08x\n"
3549"Journal start: %u\n"
3550"Journal number of users: %u\n"
3551msgstr ""
3552
Eric Sandeen032eafe2012-07-28 17:48:36 -04003553#: misc/dumpe2fs.c:426
Dark Raven31a48472009-05-25 22:45:42 -04003554#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003555msgid "Journal users: %s\n"
3556msgstr "日志使用者: %s\n"
3557
Eric Sandeen032eafe2012-07-28 17:48:36 -04003558#: misc/dumpe2fs.c:442 misc/mke2fs.c:662 misc/tune2fs.c:1137
Theodore Ts'of722c132009-04-21 22:09:01 -04003559#, c-format
3560msgid "Couldn't allocate memory to parse options!\n"
3561msgstr ""
3562
Eric Sandeen032eafe2012-07-28 17:48:36 -04003563#: misc/dumpe2fs.c:468
Theodore Ts'of722c132009-04-21 22:09:01 -04003564#, c-format
3565msgid "Invalid superblock parameter: %s\n"
3566msgstr ""
3567
Eric Sandeen032eafe2012-07-28 17:48:36 -04003568#: misc/dumpe2fs.c:483
Theodore Ts'of722c132009-04-21 22:09:01 -04003569#, c-format
3570msgid "Invalid blocksize parameter: %s\n"
3571msgstr ""
3572
Eric Sandeen032eafe2012-07-28 17:48:36 -04003573#: misc/dumpe2fs.c:494
Theodore Ts'of722c132009-04-21 22:09:01 -04003574#, c-format
3575msgid ""
3576"\n"
3577"Bad extended option(s) specified: %s\n"
3578"\n"
3579"Extended options are separated by commas, and may take an argument which\n"
3580"\tis set off by an equals ('=') sign.\n"
3581"\n"
3582"Valid extended options are:\n"
3583"\tsuperblock=<superblock number>\n"
3584"\tblocksize=<blocksize>\n"
3585msgstr ""
3586
Eric Sandeen032eafe2012-07-28 17:48:36 -04003587#: misc/dumpe2fs.c:554 misc/mke2fs.c:1525
Dark Raven3be22a82010-04-19 16:59:03 -04003588#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003589msgid "\tUsing %s\n"
3590msgstr "\t使用 %s\n"
3591
Eric Sandeen032eafe2012-07-28 17:48:36 -04003592#: misc/dumpe2fs.c:590 misc/e2image.c:1309 misc/tune2fs.c:1923
3593#: resize/main.c:305
Theodore Ts'of722c132009-04-21 22:09:01 -04003594#, c-format
3595msgid "Couldn't find valid filesystem superblock.\n"
3596msgstr "找不到有效的文件系统超级块.\n"
3597
Eric Sandeen032eafe2012-07-28 17:48:36 -04003598#: misc/dumpe2fs.c:618
Theodore Ts'of722c132009-04-21 22:09:01 -04003599#, c-format
3600msgid ""
3601"\n"
3602"%s: %s: error reading bitmaps: %s\n"
3603msgstr ""
3604
Eric Sandeen032eafe2012-07-28 17:48:36 -04003605#: misc/e2image.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04003606#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003607msgid "Usage: %s [-rsIQ] device image_file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003608msgstr ""
3609
Eric Sandeen032eafe2012-07-28 17:48:36 -04003610#: misc/e2image.c:135
3611#, c-format
3612msgid "Error: header size is bigger than wrt_size\n"
3613msgstr ""
3614
3615#: misc/e2image.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -04003616msgid "Couldn't allocate header buffer\n"
3617msgstr ""
3618
Eric Sandeen032eafe2012-07-28 17:48:36 -04003619#: misc/e2image.c:171
Theodore Ts'of722c132009-04-21 22:09:01 -04003620msgid "while writing superblock"
3621msgstr ""
3622
Eric Sandeen032eafe2012-07-28 17:48:36 -04003623#: misc/e2image.c:179
Theodore Ts'of722c132009-04-21 22:09:01 -04003624msgid "while writing inode table"
3625msgstr ""
3626
Eric Sandeen032eafe2012-07-28 17:48:36 -04003627#: misc/e2image.c:186
Theodore Ts'of722c132009-04-21 22:09:01 -04003628msgid "while writing block bitmap"
3629msgstr ""
3630
Eric Sandeen032eafe2012-07-28 17:48:36 -04003631#: misc/e2image.c:193
Theodore Ts'of722c132009-04-21 22:09:01 -04003632msgid "while writing inode bitmap"
3633msgstr ""
3634
Eric Sandeen032eafe2012-07-28 17:48:36 -04003635#: misc/e2image.c:1341
3636#, c-format
3637msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3638msgstr ""
3639
3640#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04003641#, c-format
3642msgid "e2label: cannot open %s\n"
3643msgstr "e2label: 无法打开 %s\n"
3644
Eric Sandeen032eafe2012-07-28 17:48:36 -04003645#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04003646#, c-format
3647msgid "e2label: cannot seek to superblock\n"
3648msgstr ""
3649
Eric Sandeen032eafe2012-07-28 17:48:36 -04003650#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04003651#, c-format
3652msgid "e2label: error reading superblock\n"
3653msgstr "e2label: 读取superblock出错\n"
3654
Eric Sandeen032eafe2012-07-28 17:48:36 -04003655#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04003656#, c-format
3657msgid "e2label: not an ext2 filesystem\n"
3658msgstr "e2label: 不是一个ex2文件系统\n"
3659
Eric Sandeen032eafe2012-07-28 17:48:36 -04003660#: misc/e2label.c:97 misc/tune2fs.c:2074
Theodore Ts'of722c132009-04-21 22:09:01 -04003661#, c-format
3662msgid "Warning: label too long, truncating.\n"
3663msgstr ""
3664
Eric Sandeen032eafe2012-07-28 17:48:36 -04003665#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04003666#, c-format
3667msgid "e2label: cannot seek to superblock again\n"
3668msgstr ""
3669
Eric Sandeen032eafe2012-07-28 17:48:36 -04003670#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04003671#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003672msgid "e2label: error writing superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003673msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003674
Eric Sandeen032eafe2012-07-28 17:48:36 -04003675#: misc/e2label.c:117 misc/tune2fs.c:803
Dark Raven3be22a82010-04-19 16:59:03 -04003676#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003677msgid "Usage: e2label device [newlabel]\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003678msgstr "用法: e2label device [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003679
Eric Sandeen032eafe2012-07-28 17:48:36 -04003680#: misc/e2undo.c:36
Theodore Ts'of722c132009-04-21 22:09:01 -04003681#, c-format
3682msgid "Usage: %s <transaction file> <filesystem>\n"
3683msgstr ""
3684
3685#: misc/e2undo.c:52
3686msgid "Failed to read the file system data \n"
3687msgstr ""
3688
Eric Sandeen032eafe2012-07-28 17:48:36 -04003689#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'of722c132009-04-21 22:09:01 -04003690#, c-format
3691msgid "Failed tdb_fetch %s\n"
3692msgstr "tdb_fetch %s 失败\n"
3693
3694#: misc/e2undo.c:70
3695#, c-format
3696msgid "The file system Mount time didn't match %u\n"
3697msgstr ""
3698
3699#: misc/e2undo.c:89
3700msgid "The file system UUID didn't match \n"
3701msgstr ""
3702
Eric Sandeen032eafe2012-07-28 17:48:36 -04003703#: misc/e2undo.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -04003704#, c-format
3705msgid "Failed tdb_open %s\n"
3706msgstr "tdb_open %s 失败\n"
3707
Eric Sandeen032eafe2012-07-28 17:48:36 -04003708#: misc/e2undo.c:169
Theodore Ts'of722c132009-04-21 22:09:01 -04003709#, c-format
3710msgid "Error while determining whether %s is mounted.\n"
3711msgstr ""
3712
Eric Sandeen032eafe2012-07-28 17:48:36 -04003713#: misc/e2undo.c:175
Theodore Ts'of722c132009-04-21 22:09:01 -04003714msgid "e2undo should only be run on unmounted file system\n"
3715msgstr ""
3716
Eric Sandeen032eafe2012-07-28 17:48:36 -04003717#: misc/e2undo.c:184
Theodore Ts'of722c132009-04-21 22:09:01 -04003718#, c-format
3719msgid "Failed to open %s\n"
3720msgstr "打开%s失败\n"
3721
Eric Sandeen032eafe2012-07-28 17:48:36 -04003722#: misc/e2undo.c:210
Theodore Ts'of722c132009-04-21 22:09:01 -04003723#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003724msgid "Replayed transaction of size %zd at location %llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003725msgstr ""
3726
Eric Sandeen032eafe2012-07-28 17:48:36 -04003727#: misc/e2undo.c:216
Theodore Ts'of722c132009-04-21 22:09:01 -04003728#, c-format
3729msgid "Failed write %s\n"
3730msgstr "写入%s失败\n"
3731
Theodore Ts'o930e2812009-06-29 15:08:12 -04003732#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04003733#, c-format
3734msgid "WARNING: couldn't open %s: %s\n"
3735msgstr ""
3736
Theodore Ts'o930e2812009-06-29 15:08:12 -04003737#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04003738#, c-format
3739msgid "WARNING: bad format on line %d of %s\n"
3740msgstr ""
3741
Eric Sandeen032eafe2012-07-28 17:48:36 -04003742#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04003743msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003744"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003745"\tfield. I will kludge around things for you, but you\n"
3746"\tshould fix your /etc/fstab file as soon as you can.\n"
3747"\n"
3748msgstr ""
3749
Eric Sandeen032eafe2012-07-28 17:48:36 -04003750#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04003751#, c-format
3752msgid "fsck: %s: not found\n"
3753msgstr ""
3754
Eric Sandeen032eafe2012-07-28 17:48:36 -04003755#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04003756#, c-format
3757msgid "%s: wait: No more child process?!?\n"
3758msgstr ""
3759
Eric Sandeen032eafe2012-07-28 17:48:36 -04003760#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04003761#, c-format
3762msgid "Warning... %s for device %s exited with signal %d.\n"
3763msgstr ""
3764
Eric Sandeen032eafe2012-07-28 17:48:36 -04003765#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04003766#, c-format
3767msgid "%s %s: status is %x, should never happen.\n"
3768msgstr ""
3769
Eric Sandeen032eafe2012-07-28 17:48:36 -04003770#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04003771#, c-format
3772msgid "Finished with %s (exit status %d)\n"
3773msgstr ""
3774
Eric Sandeen032eafe2012-07-28 17:48:36 -04003775#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04003776#, c-format
3777msgid "%s: Error %d while executing fsck.%s for %s\n"
3778msgstr ""
3779
Eric Sandeen032eafe2012-07-28 17:48:36 -04003780#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04003781msgid ""
3782"Either all or none of the filesystem types passed to -t must be prefixed\n"
3783"with 'no' or '!'.\n"
3784msgstr ""
3785
Eric Sandeen032eafe2012-07-28 17:48:36 -04003786#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04003787msgid "Couldn't allocate memory for filesystem types\n"
3788msgstr ""
3789
Eric Sandeen032eafe2012-07-28 17:48:36 -04003790#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04003791#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003792msgid ""
3793"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3794"number\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003795msgstr ""
3796
Eric Sandeen032eafe2012-07-28 17:48:36 -04003797#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04003798#, c-format
3799msgid "fsck: cannot check %s: fsck.%s not found\n"
3800msgstr ""
3801
Eric Sandeen032eafe2012-07-28 17:48:36 -04003802#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04003803msgid "Checking all file systems.\n"
3804msgstr "正在检查所有文件系统.\n"
3805
Eric Sandeen032eafe2012-07-28 17:48:36 -04003806#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04003807#, c-format
3808msgid "--waiting-- (pass %d)\n"
3809msgstr "--请稍候-- (完成 %d)\n"
3810
Eric Sandeen032eafe2012-07-28 17:48:36 -04003811#: misc/fsck.c:1078
3812msgid ""
3813"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3814msgstr ""
3815"用法: Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] "
3816"[filesys ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003817
Eric Sandeen032eafe2012-07-28 17:48:36 -04003818#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04003819#, c-format
3820msgid "%s: too many devices\n"
3821msgstr "%s: 设备过多\n"
3822
Eric Sandeen032eafe2012-07-28 17:48:36 -04003823#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04003824#, c-format
3825msgid "%s: too many arguments\n"
3826msgstr "%s: 参数过多\n"
3827
Eric Sandeen032eafe2012-07-28 17:48:36 -04003828#: misc/lsattr.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04003829#, c-format
3830msgid "Usage: %s [-RVadlv] [files...]\n"
3831msgstr "用法: %s [-RVadlv] [files...]\n"
3832
Eric Sandeen032eafe2012-07-28 17:48:36 -04003833#: misc/lsattr.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04003834#, c-format
3835msgid "While reading flags on %s"
3836msgstr ""
3837
Eric Sandeen032eafe2012-07-28 17:48:36 -04003838#: misc/lsattr.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -04003839#, c-format
3840msgid "While reading version on %s"
3841msgstr ""
3842
Eric Sandeen032eafe2012-07-28 17:48:36 -04003843#: misc/mke2fs.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -04003844#, c-format
3845msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003846"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003847"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003848"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003849"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3850"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3851"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003852"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
3853"count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003854msgstr ""
3855
Eric Sandeen032eafe2012-07-28 17:48:36 -04003856#: misc/mke2fs.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04003857#, c-format
3858msgid "Running command: %s\n"
3859msgstr "正在执行命令: %s\n"
3860
Eric Sandeen032eafe2012-07-28 17:48:36 -04003861#: misc/mke2fs.c:221
Dark Raven31a48472009-05-25 22:45:42 -04003862#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003863msgid "while trying to run '%s'"
3864msgstr "当尝试运行 '%s' 时"
3865
Eric Sandeen032eafe2012-07-28 17:48:36 -04003866#: misc/mke2fs.c:228
Theodore Ts'of722c132009-04-21 22:09:01 -04003867msgid "while processing list of bad blocks from program"
3868msgstr ""
3869
Eric Sandeen032eafe2012-07-28 17:48:36 -04003870#: misc/mke2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04003871#, c-format
3872msgid "Block %d in primary superblock/group descriptor area bad.\n"
3873msgstr ""
3874
Eric Sandeen032eafe2012-07-28 17:48:36 -04003875#: misc/mke2fs.c:257
Theodore Ts'of722c132009-04-21 22:09:01 -04003876#, c-format
3877msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3878msgstr ""
3879
Eric Sandeen032eafe2012-07-28 17:48:36 -04003880#: misc/mke2fs.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04003881msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04003882msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003883
Eric Sandeen032eafe2012-07-28 17:48:36 -04003884#: misc/mke2fs.c:280
Theodore Ts'of722c132009-04-21 22:09:01 -04003885#, c-format
3886msgid ""
3887"Warning: the backup superblock/group descriptors at block %u contain\n"
3888"\tbad blocks.\n"
3889"\n"
3890msgstr ""
3891
Eric Sandeen032eafe2012-07-28 17:48:36 -04003892#: misc/mke2fs.c:299
Theodore Ts'of722c132009-04-21 22:09:01 -04003893msgid "while marking bad blocks as used"
3894msgstr ""
3895
Eric Sandeen032eafe2012-07-28 17:48:36 -04003896#: misc/mke2fs.c:316
Theodore Ts'of722c132009-04-21 22:09:01 -04003897msgid "Writing inode tables: "
3898msgstr "正在写入inode表: "
3899
Eric Sandeen032eafe2012-07-28 17:48:36 -04003900#: misc/mke2fs.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04003901#, c-format
3902msgid ""
3903"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003904"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003905msgstr ""
3906
Eric Sandeen032eafe2012-07-28 17:48:36 -04003907#: misc/mke2fs.c:351 misc/mke2fs.c:2175 misc/mke2fs.c:2429
3908#, c-format
3909msgid "done \n"
3910msgstr "完成 \n"
3911
3912#: misc/mke2fs.c:362
Theodore Ts'of722c132009-04-21 22:09:01 -04003913msgid "while creating root dir"
3914msgstr ""
3915
Eric Sandeen032eafe2012-07-28 17:48:36 -04003916#: misc/mke2fs.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04003917msgid "while reading root inode"
3918msgstr "当读取坏块inode时"
3919
Eric Sandeen032eafe2012-07-28 17:48:36 -04003920#: misc/mke2fs.c:383
Theodore Ts'of722c132009-04-21 22:09:01 -04003921msgid "while setting root inode ownership"
3922msgstr ""
3923
Eric Sandeen032eafe2012-07-28 17:48:36 -04003924#: misc/mke2fs.c:401
Theodore Ts'of722c132009-04-21 22:09:01 -04003925msgid "while creating /lost+found"
3926msgstr ""
3927
Eric Sandeen032eafe2012-07-28 17:48:36 -04003928#: misc/mke2fs.c:408
Theodore Ts'of722c132009-04-21 22:09:01 -04003929msgid "while looking up /lost+found"
3930msgstr ""
3931
Eric Sandeen032eafe2012-07-28 17:48:36 -04003932#: misc/mke2fs.c:421
Theodore Ts'of722c132009-04-21 22:09:01 -04003933msgid "while expanding /lost+found"
3934msgstr ""
3935
Eric Sandeen032eafe2012-07-28 17:48:36 -04003936#: misc/mke2fs.c:436
Theodore Ts'of722c132009-04-21 22:09:01 -04003937msgid "while setting bad block inode"
3938msgstr ""
3939
Eric Sandeen032eafe2012-07-28 17:48:36 -04003940#: misc/mke2fs.c:463
Theodore Ts'of722c132009-04-21 22:09:01 -04003941#, c-format
3942msgid "Out of memory erasing sectors %d-%d\n"
3943msgstr ""
3944
Eric Sandeen032eafe2012-07-28 17:48:36 -04003945#: misc/mke2fs.c:473
Theodore Ts'of722c132009-04-21 22:09:01 -04003946#, c-format
3947msgid "Warning: could not read block 0: %s\n"
3948msgstr ""
3949
Eric Sandeen032eafe2012-07-28 17:48:36 -04003950#: misc/mke2fs.c:489
Theodore Ts'of722c132009-04-21 22:09:01 -04003951#, c-format
3952msgid "Warning: could not erase sector %d: %s\n"
3953msgstr ""
3954
Eric Sandeen032eafe2012-07-28 17:48:36 -04003955#: misc/mke2fs.c:505
Theodore Ts'of722c132009-04-21 22:09:01 -04003956msgid "while initializing journal superblock"
3957msgstr ""
3958
Eric Sandeen032eafe2012-07-28 17:48:36 -04003959#: misc/mke2fs.c:513
Theodore Ts'of722c132009-04-21 22:09:01 -04003960msgid "Zeroing journal device: "
3961msgstr "正在将日志设备清零: "
3962
Eric Sandeen032eafe2012-07-28 17:48:36 -04003963#: misc/mke2fs.c:525
Theodore Ts'of722c132009-04-21 22:09:01 -04003964#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003965msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003966msgstr ""
3967
Eric Sandeen032eafe2012-07-28 17:48:36 -04003968#: misc/mke2fs.c:543
Theodore Ts'of722c132009-04-21 22:09:01 -04003969msgid "while writing journal superblock"
3970msgstr ""
3971
Eric Sandeen032eafe2012-07-28 17:48:36 -04003972#: misc/mke2fs.c:558
3973#, fuzzy, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003974msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003975"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003976"\n"
3977msgstr ""
3978"警告: %u 块未使用.\n"
3979"\n"
3980
Eric Sandeen032eafe2012-07-28 17:48:36 -04003981#: misc/mke2fs.c:563
Theodore Ts'of722c132009-04-21 22:09:01 -04003982#, c-format
3983msgid "Filesystem label=%s\n"
3984msgstr "文件系统标签=%s\n"
3985
Eric Sandeen032eafe2012-07-28 17:48:36 -04003986#: misc/mke2fs.c:566
3987#, fuzzy, c-format
3988msgid "OS type: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003989msgstr "操作系统:"
3990
Eric Sandeen032eafe2012-07-28 17:48:36 -04003991#: misc/mke2fs.c:568
Theodore Ts'of722c132009-04-21 22:09:01 -04003992#, c-format
3993msgid "Block size=%u (log=%u)\n"
3994msgstr "块大小=%u (log=%u)\n"
3995
Eric Sandeen032eafe2012-07-28 17:48:36 -04003996#: misc/mke2fs.c:572
3997#, fuzzy, c-format
3998msgid "Cluster size=%u (log=%u)\n"
3999msgstr "块大小=%u (log=%u)\n"
4000
4001#: misc/mke2fs.c:576
Theodore Ts'of722c132009-04-21 22:09:01 -04004002#, c-format
4003msgid "Fragment size=%u (log=%u)\n"
4004msgstr "分块大小=%u (log=%u)\n"
4005
Eric Sandeen032eafe2012-07-28 17:48:36 -04004006#: misc/mke2fs.c:578
Dark Raven3be22a82010-04-19 16:59:03 -04004007#, c-format
4008msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4009msgstr ""
4010
Eric Sandeen032eafe2012-07-28 17:48:36 -04004011#: misc/mke2fs.c:580
Theodore Ts'of722c132009-04-21 22:09:01 -04004012#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004013msgid "%u inodes, %llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004014msgstr ""
4015
Eric Sandeen032eafe2012-07-28 17:48:36 -04004016#: misc/mke2fs.c:582
Theodore Ts'of722c132009-04-21 22:09:01 -04004017#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004018msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004019msgstr ""
4020
Eric Sandeen032eafe2012-07-28 17:48:36 -04004021#: misc/mke2fs.c:585
Theodore Ts'of722c132009-04-21 22:09:01 -04004022#, c-format
4023msgid "First data block=%u\n"
4024msgstr "第一个数据块=%u\n"
4025
Eric Sandeen032eafe2012-07-28 17:48:36 -04004026#: misc/mke2fs.c:587
Theodore Ts'of722c132009-04-21 22:09:01 -04004027#, c-format
4028msgid "Maximum filesystem blocks=%lu\n"
4029msgstr ""
4030
Eric Sandeen032eafe2012-07-28 17:48:36 -04004031#: misc/mke2fs.c:591
Theodore Ts'of722c132009-04-21 22:09:01 -04004032#, c-format
4033msgid "%u block groups\n"
4034msgstr ""
4035
Eric Sandeen032eafe2012-07-28 17:48:36 -04004036#: misc/mke2fs.c:593
Theodore Ts'of722c132009-04-21 22:09:01 -04004037#, c-format
4038msgid "%u block group\n"
4039msgstr ""
4040
Eric Sandeen032eafe2012-07-28 17:48:36 -04004041#: misc/mke2fs.c:596
4042#, c-format
4043msgid "%u blocks per group, %u clusters per group\n"
4044msgstr ""
4045
4046#: misc/mke2fs.c:599
Theodore Ts'of722c132009-04-21 22:09:01 -04004047#, c-format
4048msgid "%u blocks per group, %u fragments per group\n"
4049msgstr ""
4050
Eric Sandeen032eafe2012-07-28 17:48:36 -04004051#: misc/mke2fs.c:601
Theodore Ts'of722c132009-04-21 22:09:01 -04004052#, c-format
4053msgid "%u inodes per group\n"
4054msgstr ""
4055
Eric Sandeen032eafe2012-07-28 17:48:36 -04004056#: misc/mke2fs.c:608
Theodore Ts'of722c132009-04-21 22:09:01 -04004057#, c-format
4058msgid "Superblock backups stored on blocks: "
4059msgstr ""
4060
Eric Sandeen032eafe2012-07-28 17:48:36 -04004061#: misc/mke2fs.c:687 misc/tune2fs.c:1165
4062#, fuzzy, c-format
4063msgid "Invalid mmp_update_interval: %s\n"
4064msgstr "设置了无效的挂载选项: %s\n"
4065
4066#: misc/mke2fs.c:701
Theodore Ts'of722c132009-04-21 22:09:01 -04004067#, c-format
4068msgid "Invalid stride parameter: %s\n"
4069msgstr ""
4070
Eric Sandeen032eafe2012-07-28 17:48:36 -04004071#: misc/mke2fs.c:716
Theodore Ts'of722c132009-04-21 22:09:01 -04004072#, c-format
4073msgid "Invalid stripe-width parameter: %s\n"
4074msgstr ""
4075
Eric Sandeen032eafe2012-07-28 17:48:36 -04004076#: misc/mke2fs.c:739
Theodore Ts'of722c132009-04-21 22:09:01 -04004077#, c-format
4078msgid "Invalid resize parameter: %s\n"
4079msgstr ""
4080
Eric Sandeen032eafe2012-07-28 17:48:36 -04004081#: misc/mke2fs.c:746
Theodore Ts'of722c132009-04-21 22:09:01 -04004082#, c-format
4083msgid "The resize maximum must be greater than the filesystem size.\n"
4084msgstr ""
4085
Eric Sandeen032eafe2012-07-28 17:48:36 -04004086#: misc/mke2fs.c:770
Theodore Ts'of722c132009-04-21 22:09:01 -04004087#, c-format
4088msgid "On-line resizing not supported with revision 0 filesystems\n"
4089msgstr ""
4090
Eric Sandeen032eafe2012-07-28 17:48:36 -04004091#: misc/mke2fs.c:808
4092#, fuzzy, c-format
4093msgid "Invalid quotatype parameter: %s\n"
4094msgstr "设置了无效的挂载选项: %s\n"
4095
Dark Ravenc4755342011-01-26 18:54:25 -05004096#: misc/mke2fs.c:819
Theodore Ts'of722c132009-04-21 22:09:01 -04004097#, c-format
4098msgid ""
4099"\n"
4100"Bad option(s) specified: %s\n"
4101"\n"
4102"Extended options are separated by commas, and may take an argument which\n"
4103"\tis set off by an equals ('=') sign.\n"
4104"\n"
4105"Valid extended options are:\n"
4106"\tstride=<RAID per-disk data chunk in blocks>\n"
4107"\tstripe-width=<RAID stride * data disks in blocks>\n"
4108"\tresize=<resize maximum size in blocks>\n"
4109"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004110"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004111"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004112"\tdiscard\n"
4113"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004114"\tquotatype=<usr OR grp>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004115"\n"
4116msgstr ""
4117
Eric Sandeen032eafe2012-07-28 17:48:36 -04004118#: misc/mke2fs.c:839
Theodore Ts'of722c132009-04-21 22:09:01 -04004119#, c-format
4120msgid ""
4121"\n"
4122"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4123"\n"
4124msgstr ""
4125
Eric Sandeen032eafe2012-07-28 17:48:36 -04004126#: misc/mke2fs.c:878
Theodore Ts'of722c132009-04-21 22:09:01 -04004127#, c-format
4128msgid ""
4129"Syntax error in mke2fs config file (%s, line #%d)\n"
4130"\t%s\n"
4131msgstr ""
4132
Eric Sandeen032eafe2012-07-28 17:48:36 -04004133#: misc/mke2fs.c:891 misc/tune2fs.c:393
Theodore Ts'of722c132009-04-21 22:09:01 -04004134#, c-format
4135msgid "Invalid filesystem option set: %s\n"
4136msgstr "设置了无效的文件系统选项: %s\n"
4137
Eric Sandeen032eafe2012-07-28 17:48:36 -04004138#: misc/mke2fs.c:903 misc/tune2fs.c:345
4139#, c-format
4140msgid "Invalid mount option set: %s\n"
4141msgstr "设置了无效的挂载选项: %s\n"
4142
4143#: misc/mke2fs.c:1043
Theodore Ts'of722c132009-04-21 22:09:01 -04004144#, c-format
4145msgid ""
4146"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004147"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004148msgstr ""
4149
Eric Sandeen032eafe2012-07-28 17:48:36 -04004150#: misc/mke2fs.c:1047
Theodore Ts'of722c132009-04-21 22:09:01 -04004151#, c-format
4152msgid ""
4153"You probably need to install an updated mke2fs.conf file.\n"
4154"\n"
4155msgstr ""
4156
Eric Sandeen032eafe2012-07-28 17:48:36 -04004157#: misc/mke2fs.c:1051
Dark Ravenc4755342011-01-26 18:54:25 -05004158#, fuzzy, c-format
4159msgid "Aborting...\n"
4160msgstr "正在终止...\n"
4161
Eric Sandeen032eafe2012-07-28 17:48:36 -04004162#: misc/mke2fs.c:1091
Dark Ravenc4755342011-01-26 18:54:25 -05004163#, c-format
4164msgid ""
4165"\n"
4166"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4167"\n"
4168msgstr ""
4169
Eric Sandeen032eafe2012-07-28 17:48:36 -04004170#: misc/mke2fs.c:1249
4171#, fuzzy, c-format
4172msgid "Couldn't allocate memory for new PATH.\n"
4173msgstr "无法为tdb文件名分配内存\n"
4174
4175#: misc/mke2fs.c:1290
4176#, c-format
4177msgid "Couldn't init profile successfully (error: %ld).\n"
4178msgstr ""
4179
4180#: misc/mke2fs.c:1330
Theodore Ts'of722c132009-04-21 22:09:01 -04004181#, c-format
4182msgid "invalid block size - %s"
4183msgstr "无效的块大小 - %s"
4184
Eric Sandeen032eafe2012-07-28 17:48:36 -04004185#: misc/mke2fs.c:1334
Theodore Ts'of722c132009-04-21 22:09:01 -04004186#, c-format
4187msgid "Warning: blocksize %d not usable on most systems.\n"
4188msgstr ""
4189
Eric Sandeen032eafe2012-07-28 17:48:36 -04004190#: misc/mke2fs.c:1350
4191#, fuzzy, c-format
4192msgid "invalid cluster size - %s"
4193msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004194
Eric Sandeen032eafe2012-07-28 17:48:36 -04004195#: misc/mke2fs.c:1362
Theodore Ts'of722c132009-04-21 22:09:01 -04004196msgid "Illegal number for blocks per group"
4197msgstr ""
4198
Eric Sandeen032eafe2012-07-28 17:48:36 -04004199#: misc/mke2fs.c:1367
Theodore Ts'of722c132009-04-21 22:09:01 -04004200msgid "blocks per group must be multiple of 8"
4201msgstr ""
4202
Eric Sandeen032eafe2012-07-28 17:48:36 -04004203#: misc/mke2fs.c:1375
Theodore Ts'of722c132009-04-21 22:09:01 -04004204msgid "Illegal number for flex_bg size"
4205msgstr ""
4206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004207#: misc/mke2fs.c:1381
Theodore Ts'of722c132009-04-21 22:09:01 -04004208msgid "flex_bg size must be a power of 2"
4209msgstr "flex_bg 大小必须是2的次方"
4210
Eric Sandeen032eafe2012-07-28 17:48:36 -04004211#: misc/mke2fs.c:1391
Theodore Ts'of722c132009-04-21 22:09:01 -04004212#, c-format
4213msgid "invalid inode ratio %s (min %d/max %d)"
4214msgstr ""
4215
Eric Sandeen032eafe2012-07-28 17:48:36 -04004216#: misc/mke2fs.c:1401
Dark Ravenc4755342011-01-26 18:54:25 -05004217#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004218msgid ""
4219"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4220"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05004221msgstr ""
4222
Eric Sandeen032eafe2012-07-28 17:48:36 -04004223#: misc/mke2fs.c:1415
Theodore Ts'of722c132009-04-21 22:09:01 -04004224msgid "in malloc for bad_blocks_filename"
4225msgstr ""
4226
Eric Sandeen032eafe2012-07-28 17:48:36 -04004227#: misc/mke2fs.c:1425
Theodore Ts'of722c132009-04-21 22:09:01 -04004228#, c-format
4229msgid "invalid reserved blocks percent - %s"
4230msgstr ""
4231
Eric Sandeen032eafe2012-07-28 17:48:36 -04004232#: misc/mke2fs.c:1443
Theodore Ts'of722c132009-04-21 22:09:01 -04004233#, c-format
4234msgid "bad revision level - %s"
4235msgstr ""
4236
Eric Sandeen032eafe2012-07-28 17:48:36 -04004237#: misc/mke2fs.c:1455
Theodore Ts'of722c132009-04-21 22:09:01 -04004238#, c-format
4239msgid "invalid inode size - %s"
4240msgstr "无效的inode大小 - %s"
4241
Eric Sandeen032eafe2012-07-28 17:48:36 -04004242#: misc/mke2fs.c:1475
Theodore Ts'of722c132009-04-21 22:09:01 -04004243#, c-format
4244msgid "bad num inodes - %s"
4245msgstr ""
4246
Eric Sandeen032eafe2012-07-28 17:48:36 -04004247#: misc/mke2fs.c:1492
4248#, fuzzy
4249msgid "The -t option may only be used once"
4250msgstr "-o只能被指定一次"
4251
4252#: misc/mke2fs.c:1500
4253#, fuzzy
4254msgid "The -T option may only be used once"
4255msgstr "-o只能被指定一次"
4256
4257#: misc/mke2fs.c:1550 misc/mke2fs.c:2508
Theodore Ts'of722c132009-04-21 22:09:01 -04004258#, c-format
4259msgid "while trying to open journal device %s\n"
4260msgstr ""
4261
Eric Sandeen032eafe2012-07-28 17:48:36 -04004262#: misc/mke2fs.c:1556
Theodore Ts'of722c132009-04-21 22:09:01 -04004263#, c-format
4264msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4265msgstr ""
4266
Eric Sandeen032eafe2012-07-28 17:48:36 -04004267#: misc/mke2fs.c:1562
Dark Raven3be22a82010-04-19 16:59:03 -04004268#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004269msgid "Using journal device's blocksize: %d\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004270msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004271
Eric Sandeen032eafe2012-07-28 17:48:36 -04004272#: misc/mke2fs.c:1573
Dark Ravenc4755342011-01-26 18:54:25 -05004273#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004274msgid "invalid blocks '%s' on device '%s'"
Dark Ravenc4755342011-01-26 18:54:25 -05004275msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004276
Eric Sandeen032eafe2012-07-28 17:48:36 -04004277#: misc/mke2fs.c:1583
Theodore Ts'of722c132009-04-21 22:09:01 -04004278msgid "filesystem"
4279msgstr "文件系统"
4280
Eric Sandeen032eafe2012-07-28 17:48:36 -04004281#: misc/mke2fs.c:1596 resize/main.c:374
Theodore Ts'of722c132009-04-21 22:09:01 -04004282msgid "while trying to determine filesystem size"
4283msgstr ""
4284
Eric Sandeen032eafe2012-07-28 17:48:36 -04004285#: misc/mke2fs.c:1602
Theodore Ts'of722c132009-04-21 22:09:01 -04004286msgid ""
4287"Couldn't determine device size; you must specify\n"
4288"the size of the filesystem\n"
4289msgstr ""
4290
Eric Sandeen032eafe2012-07-28 17:48:36 -04004291#: misc/mke2fs.c:1609
Theodore Ts'of722c132009-04-21 22:09:01 -04004292msgid ""
4293"Device size reported to be zero. Invalid partition specified, or\n"
4294"\tpartition table wasn't reread after running fdisk, due to\n"
4295"\ta modified partition being busy and in use. You may need to reboot\n"
4296"\tto re-read your partition table.\n"
4297msgstr ""
4298
Eric Sandeen032eafe2012-07-28 17:48:36 -04004299#: misc/mke2fs.c:1626
Theodore Ts'of722c132009-04-21 22:09:01 -04004300msgid "Filesystem larger than apparent device size."
4301msgstr ""
4302
Eric Sandeen032eafe2012-07-28 17:48:36 -04004303#: misc/mke2fs.c:1646
Theodore Ts'of722c132009-04-21 22:09:01 -04004304#, c-format
4305msgid "Failed to parse fs types list\n"
4306msgstr ""
4307
Eric Sandeen032eafe2012-07-28 17:48:36 -04004308#: misc/mke2fs.c:1700
4309#, c-format
4310msgid ""
4311"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4312"\tin 32 bits using a blocksize of %d.\n"
4313msgstr ""
4314
4315#: misc/mke2fs.c:1716
Theodore Ts'of722c132009-04-21 22:09:01 -04004316msgid "fs_types for mke2fs.conf resolution: "
4317msgstr ""
4318
Eric Sandeen032eafe2012-07-28 17:48:36 -04004319#: misc/mke2fs.c:1723
Theodore Ts'of722c132009-04-21 22:09:01 -04004320#, c-format
4321msgid "Filesystem features not supported with revision 0 filesystems\n"
4322msgstr ""
4323
Eric Sandeen032eafe2012-07-28 17:48:36 -04004324#: misc/mke2fs.c:1730
Theodore Ts'of722c132009-04-21 22:09:01 -04004325#, c-format
4326msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4327msgstr ""
4328
Eric Sandeen032eafe2012-07-28 17:48:36 -04004329#: misc/mke2fs.c:1742
Theodore Ts'of722c132009-04-21 22:09:01 -04004330#, c-format
4331msgid "Journals not supported with revision 0 filesystems\n"
4332msgstr ""
4333
Eric Sandeen032eafe2012-07-28 17:48:36 -04004334#: misc/mke2fs.c:1756
4335#, fuzzy, c-format
4336msgid "invalid reserved blocks percent - %lf"
4337msgstr "无效的块大小 - %s"
4338
4339#: misc/mke2fs.c:1772
Theodore Ts'of722c132009-04-21 22:09:01 -04004340#, c-format
4341msgid ""
4342"The resize_inode and meta_bg features are not compatible.\n"
4343"They can not be both enabled simultaneously.\n"
4344msgstr ""
4345
Eric Sandeen032eafe2012-07-28 17:48:36 -04004346#: misc/mke2fs.c:1789
Theodore Ts'of722c132009-04-21 22:09:01 -04004347msgid "while trying to determine hardware sector size"
4348msgstr ""
4349
Eric Sandeen032eafe2012-07-28 17:48:36 -04004350#: misc/mke2fs.c:1795
Theodore Ts'o296b9d62010-06-07 12:25:11 -04004351#, fuzzy
4352msgid "while trying to determine physical sector size"
4353msgstr "当尝试对%s进行stat调用时"
4354
Eric Sandeen032eafe2012-07-28 17:48:36 -04004355#: misc/mke2fs.c:1828
Theodore Ts'o296b9d62010-06-07 12:25:11 -04004356msgid "while setting blocksize; too small for device\n"
4357msgstr ""
4358
Eric Sandeen032eafe2012-07-28 17:48:36 -04004359#: misc/mke2fs.c:1833
Theodore Ts'o296b9d62010-06-07 12:25:11 -04004360#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004361msgid ""
4362"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04004363msgstr ""
4364
Eric Sandeen032eafe2012-07-28 17:48:36 -04004365#: misc/mke2fs.c:1864
Dark Raven3be22a82010-04-19 16:59:03 -04004366#, c-format
4367msgid "warning: Unable to get device geometry for %s\n"
4368msgstr ""
4369
Eric Sandeen032eafe2012-07-28 17:48:36 -04004370#: misc/mke2fs.c:1867
Dark Raven3be22a82010-04-19 16:59:03 -04004371#, c-format
4372msgid "%s alignment is offset by %lu bytes.\n"
4373msgstr ""
4374
Eric Sandeen032eafe2012-07-28 17:48:36 -04004375#: misc/mke2fs.c:1869
Dark Raven3be22a82010-04-19 16:59:03 -04004376#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004377msgid ""
4378"This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004379msgstr ""
4380
Dark Ravenc4755342011-01-26 18:54:25 -05004381#: misc/mke2fs.c:1880
Theodore Ts'of722c132009-04-21 22:09:01 -04004382#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004383msgid "%d-byte blocks too big for system (max %d)"
4384msgstr ""
4385
4386#: misc/mke2fs.c:1884
4387#, c-format
4388msgid ""
4389"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4390msgstr ""
4391
4392#: misc/mke2fs.c:1920
4393msgid "reserved online resize blocks not supported on non-sparse filesystem"
4394msgstr ""
4395
4396#: misc/mke2fs.c:1929
4397msgid "blocks per group count out of range"
4398msgstr ""
4399
4400#: misc/mke2fs.c:1944
4401msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4402msgstr ""
4403
4404#: misc/mke2fs.c:1956
4405#, c-format
4406msgid "invalid inode size %d (min %d/max %d)"
4407msgstr ""
4408
4409#: misc/mke2fs.c:1974
4410#, c-format
4411msgid "too many inodes (%llu), raise inode ratio?"
4412msgstr ""
4413
4414#: misc/mke2fs.c:1981
4415#, c-format
4416msgid "too many inodes (%llu), specify < 2^32 inodes"
4417msgstr ""
4418
4419#: misc/mke2fs.c:1995
4420#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004421msgid ""
4422"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004423"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004424"\tor lower inode count (-N).\n"
4425msgstr ""
4426
Eric Sandeen032eafe2012-07-28 17:48:36 -04004427#: misc/mke2fs.c:2114
Theodore Ts'of722c132009-04-21 22:09:01 -04004428#, c-format
4429msgid ""
4430"Overwriting existing filesystem; this can be undone using the command:\n"
4431" e2undo %s %s\n"
4432"\n"
4433msgstr ""
4434
Eric Sandeen032eafe2012-07-28 17:48:36 -04004435#: misc/mke2fs.c:2128
4436#, fuzzy
4437msgid "while trying to setup undo file\n"
4438msgstr "当尝试对%s进行stat调用时"
4439
4440#: misc/mke2fs.c:2154
4441#, fuzzy
4442msgid "Discarding device blocks: "
4443msgstr "正在读取目录块"
4444
4445#: misc/mke2fs.c:2170
4446msgid "failed - "
Dark Raven3be22a82010-04-19 16:59:03 -04004447msgstr ""
4448
Eric Sandeen032eafe2012-07-28 17:48:36 -04004449#: misc/mke2fs.c:2277
Theodore Ts'of722c132009-04-21 22:09:01 -04004450msgid "while setting up superblock"
4451msgstr ""
4452
Eric Sandeen032eafe2012-07-28 17:48:36 -04004453#: misc/mke2fs.c:2286
Dark Ravenc4755342011-01-26 18:54:25 -05004454#, c-format
4455msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4456msgstr ""
4457
Eric Sandeen032eafe2012-07-28 17:48:36 -04004458#: misc/mke2fs.c:2369
Theodore Ts'of722c132009-04-21 22:09:01 -04004459#, c-format
4460msgid "unknown os - %s"
4461msgstr "未知操作系统 - %s"
4462
Eric Sandeen032eafe2012-07-28 17:48:36 -04004463#: misc/mke2fs.c:2421
4464#, fuzzy, c-format
4465msgid "Allocating group tables: "
4466msgstr "正在写入inode表: "
4467
4468#: misc/mke2fs.c:2425
Theodore Ts'of722c132009-04-21 22:09:01 -04004469msgid "while trying to allocate filesystem tables"
4470msgstr ""
4471
Eric Sandeen032eafe2012-07-28 17:48:36 -04004472#: misc/mke2fs.c:2434
4473msgid ""
4474"\n"
4475"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04004476msgstr ""
4477
Eric Sandeen032eafe2012-07-28 17:48:36 -04004478#: misc/mke2fs.c:2477
4479#, c-format
4480msgid "while zeroing block %llu at end of filesystem"
4481msgstr ""
4482
4483#: misc/mke2fs.c:2490
Theodore Ts'of722c132009-04-21 22:09:01 -04004484msgid "while reserving blocks for online resize"
4485msgstr ""
4486
Eric Sandeen032eafe2012-07-28 17:48:36 -04004487#: misc/mke2fs.c:2501 misc/tune2fs.c:640
Theodore Ts'of722c132009-04-21 22:09:01 -04004488msgid "journal"
4489msgstr "日志"
4490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004491#: misc/mke2fs.c:2513
Theodore Ts'of722c132009-04-21 22:09:01 -04004492#, c-format
4493msgid "Adding journal to device %s: "
4494msgstr ""
4495
Eric Sandeen032eafe2012-07-28 17:48:36 -04004496#: misc/mke2fs.c:2520
Theodore Ts'of722c132009-04-21 22:09:01 -04004497#, c-format
4498msgid ""
4499"\n"
4500"\twhile trying to add journal to device %s"
4501msgstr ""
4502
Eric Sandeen032eafe2012-07-28 17:48:36 -04004503#: misc/mke2fs.c:2525 misc/mke2fs.c:2557 misc/tune2fs.c:669 misc/tune2fs.c:683
Theodore Ts'of722c132009-04-21 22:09:01 -04004504#, c-format
4505msgid "done\n"
4506msgstr "完成\n"
4507
Eric Sandeen032eafe2012-07-28 17:48:36 -04004508#: misc/mke2fs.c:2534
Theodore Ts'o930e2812009-06-29 15:08:12 -04004509#, c-format
4510msgid "Skipping journal creation in super-only mode\n"
4511msgstr ""
4512
Eric Sandeen032eafe2012-07-28 17:48:36 -04004513#: misc/mke2fs.c:2545
Dark Raven3be22a82010-04-19 16:59:03 -04004514#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004515msgid "Creating journal (%u blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04004516msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004517
Eric Sandeen032eafe2012-07-28 17:48:36 -04004518#: misc/mke2fs.c:2553
4519msgid ""
4520"\n"
4521"\twhile trying to create journal"
4522msgstr ""
4523
4524#: misc/mke2fs.c:2564 misc/tune2fs.c:446
4525#, c-format
4526msgid ""
4527"\n"
4528"Error while enabling multiple mount protection feature."
4529msgstr ""
4530
4531#: misc/mke2fs.c:2569
4532#, c-format
4533msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4534msgstr ""
4535
4536#: misc/mke2fs.c:2582
Theodore Ts'of722c132009-04-21 22:09:01 -04004537#, c-format
4538msgid "Writing superblocks and filesystem accounting information: "
4539msgstr ""
4540
Eric Sandeen032eafe2012-07-28 17:48:36 -04004541#: misc/mke2fs.c:2589
Theodore Ts'of722c132009-04-21 22:09:01 -04004542#, c-format
4543msgid ""
4544"\n"
4545"Warning, had trouble writing out superblocks."
4546msgstr ""
4547
Eric Sandeen032eafe2012-07-28 17:48:36 -04004548#: misc/mke2fs.c:2591
Theodore Ts'of722c132009-04-21 22:09:01 -04004549#, c-format
4550msgid ""
4551"done\n"
4552"\n"
4553msgstr ""
4554"完成\n"
4555"\n"
4556
Eric Sandeen032eafe2012-07-28 17:48:36 -04004557#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04004558#, c-format
4559msgid "Usage: mklost+found\n"
4560msgstr "用法: mklost+found\n"
4561
Eric Sandeen032eafe2012-07-28 17:48:36 -04004562#: misc/partinfo.c:41
Theodore Ts'of722c132009-04-21 22:09:01 -04004563#, c-format
4564msgid ""
4565"Usage: %s device...\n"
4566"\n"
4567"Prints out the partition information for each given device.\n"
4568"For example: %s /dev/hda\n"
4569"\n"
4570msgstr ""
4571"用法: %s device...\n"
4572"\n"
4573"输出每个给定设备的分区信息.\n"
4574"例如: %s /dev/hda\n"
4575"\n"
4576
Eric Sandeen032eafe2012-07-28 17:48:36 -04004577#: misc/partinfo.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -04004578#, c-format
4579msgid "Cannot open %s: %s"
4580msgstr "无法打开 %s: %s"
4581
Eric Sandeen032eafe2012-07-28 17:48:36 -04004582#: misc/partinfo.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -04004583#, c-format
4584msgid "Cannot get geometry of %s: %s"
4585msgstr ""
4586
Eric Sandeen032eafe2012-07-28 17:48:36 -04004587#: misc/partinfo.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -04004588#, c-format
4589msgid "Cannot get size of %s: %s"
4590msgstr "无法获得 %s 的大小: %s"
4591
Eric Sandeen032eafe2012-07-28 17:48:36 -04004592#: misc/partinfo.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04004593#, c-format
4594msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4595msgstr ""
4596
Eric Sandeen032eafe2012-07-28 17:48:36 -04004597#: misc/tune2fs.c:107
Theodore Ts'of722c132009-04-21 22:09:01 -04004598msgid "Please run e2fsck on the filesystem.\n"
4599msgstr "请在这个文件系统上运行 e2fsck.\n"
4600
Eric Sandeen032eafe2012-07-28 17:48:36 -04004601#: misc/tune2fs.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -04004602#, c-format
4603msgid ""
4604"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4605"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004606"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4607"mmp_update_interval]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004608"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4609"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4610"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4611"\t[ -I new_inode_size ] device\n"
4612msgstr ""
4613
Eric Sandeen032eafe2012-07-28 17:48:36 -04004614#: misc/tune2fs.c:205
Theodore Ts'of722c132009-04-21 22:09:01 -04004615msgid "while trying to open external journal"
4616msgstr ""
4617
Eric Sandeen032eafe2012-07-28 17:48:36 -04004618#: misc/tune2fs.c:210
Dark Raven3be22a82010-04-19 16:59:03 -04004619#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004620msgid "%s is not a journal device.\n"
4621msgstr "%s 不是一个日志设备.\n"
4622
Eric Sandeen032eafe2012-07-28 17:48:36 -04004623#: misc/tune2fs.c:225
Theodore Ts'of722c132009-04-21 22:09:01 -04004624msgid "Journal superblock not found!\n"
4625msgstr "日志超级块未找到!\n"
4626
Eric Sandeen032eafe2012-07-28 17:48:36 -04004627#: misc/tune2fs.c:236
Theodore Ts'of722c132009-04-21 22:09:01 -04004628msgid "Filesystem's UUID not found on journal device.\n"
4629msgstr ""
4630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004631#: misc/tune2fs.c:257
4632msgid ""
4633"Cannot locate journal device. It was NOT removed\n"
4634"Use -f option to remove missing journal device.\n"
4635msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004636
Eric Sandeen032eafe2012-07-28 17:48:36 -04004637#: misc/tune2fs.c:265
Theodore Ts'of722c132009-04-21 22:09:01 -04004638msgid "Journal removed\n"
4639msgstr "日志已删除\n"
4640
Eric Sandeen032eafe2012-07-28 17:48:36 -04004641#: misc/tune2fs.c:309
Theodore Ts'of722c132009-04-21 22:09:01 -04004642msgid "while reading bitmaps"
4643msgstr "当读取位图时"
4644
Eric Sandeen032eafe2012-07-28 17:48:36 -04004645#: misc/tune2fs.c:317
Theodore Ts'of722c132009-04-21 22:09:01 -04004646msgid "while clearing journal inode"
4647msgstr "当读取坏块inode时"
4648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004649#: misc/tune2fs.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04004650msgid "while writing journal inode"
4651msgstr ""
4652
Eric Sandeen032eafe2012-07-28 17:48:36 -04004653#: misc/tune2fs.c:363
Dark Ravenc4755342011-01-26 18:54:25 -05004654#, c-format
4655msgid "(and reboot afterwards!)\n"
4656msgstr "(并且过后重启!)\n"
4657
Eric Sandeen032eafe2012-07-28 17:48:36 -04004658#: misc/tune2fs.c:396
Theodore Ts'of722c132009-04-21 22:09:01 -04004659#, c-format
4660msgid "Clearing filesystem feature '%s' not supported.\n"
4661msgstr ""
4662
Eric Sandeen032eafe2012-07-28 17:48:36 -04004663#: misc/tune2fs.c:402
Theodore Ts'of722c132009-04-21 22:09:01 -04004664#, c-format
4665msgid "Setting filesystem feature '%s' not supported.\n"
4666msgstr ""
4667
Eric Sandeen032eafe2012-07-28 17:48:36 -04004668#: misc/tune2fs.c:411
Theodore Ts'of722c132009-04-21 22:09:01 -04004669msgid ""
4670"The has_journal feature may only be cleared when the filesystem is\n"
4671"unmounted or mounted read-only.\n"
4672msgstr ""
4673
Eric Sandeen032eafe2012-07-28 17:48:36 -04004674#: misc/tune2fs.c:419
Theodore Ts'of722c132009-04-21 22:09:01 -04004675msgid ""
4676"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4677"the has_journal flag.\n"
4678msgstr ""
4679
Eric Sandeen032eafe2012-07-28 17:48:36 -04004680#: misc/tune2fs.c:438
4681msgid ""
4682"The multiple mount protection feature can't\n"
4683"be set if the filesystem is mounted or\n"
4684"read-only.\n"
4685msgstr ""
4686
4687#: misc/tune2fs.c:456
4688#, c-format
4689msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4690msgstr ""
4691
4692#: misc/tune2fs.c:465
4693msgid ""
4694"The multiple mount protection feature cannot\n"
4695"be disabled if the filesystem is readonly.\n"
4696msgstr ""
4697
4698#: misc/tune2fs.c:473
4699#, fuzzy
4700msgid "Error while reading bitmaps\n"
4701msgstr "当读取位图时"
4702
4703#: misc/tune2fs.c:482
4704#, c-format
4705msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4706msgstr ""
4707
4708#: misc/tune2fs.c:487
4709#, fuzzy
4710msgid "while reading MMP block."
4711msgstr "当读取坏块inode时"
4712
4713#: misc/tune2fs.c:519
Theodore Ts'of722c132009-04-21 22:09:01 -04004714msgid ""
4715"Clearing the flex_bg flag would cause the the filesystem to be\n"
4716"inconsistent.\n"
4717msgstr ""
4718
Eric Sandeen032eafe2012-07-28 17:48:36 -04004719#: misc/tune2fs.c:530
Theodore Ts'of722c132009-04-21 22:09:01 -04004720msgid ""
4721"The huge_file feature may only be cleared when the filesystem is\n"
4722"unmounted or mounted read-only.\n"
4723msgstr ""
4724
Eric Sandeen032eafe2012-07-28 17:48:36 -04004725#: misc/tune2fs.c:590
4726msgid ""
4727"\n"
4728"Warning: '^quota' option overrides '-Q'arguments.\n"
4729msgstr ""
4730
4731#: misc/tune2fs.c:635
Theodore Ts'of722c132009-04-21 22:09:01 -04004732msgid "The filesystem already has a journal.\n"
4733msgstr ""
4734
Eric Sandeen032eafe2012-07-28 17:48:36 -04004735#: misc/tune2fs.c:653
Theodore Ts'of722c132009-04-21 22:09:01 -04004736#, c-format
4737msgid ""
4738"\n"
4739"\twhile trying to open journal on %s\n"
4740msgstr ""
4741
Eric Sandeen032eafe2012-07-28 17:48:36 -04004742#: misc/tune2fs.c:657
Theodore Ts'of722c132009-04-21 22:09:01 -04004743#, c-format
4744msgid "Creating journal on device %s: "
4745msgstr ""
4746
Eric Sandeen032eafe2012-07-28 17:48:36 -04004747#: misc/tune2fs.c:665
Theodore Ts'of722c132009-04-21 22:09:01 -04004748#, c-format
4749msgid "while adding filesystem to journal on %s"
4750msgstr ""
4751
Eric Sandeen032eafe2012-07-28 17:48:36 -04004752#: misc/tune2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04004753msgid "Creating journal inode: "
4754msgstr ""
4755
Eric Sandeen032eafe2012-07-28 17:48:36 -04004756#: misc/tune2fs.c:680
Theodore Ts'of722c132009-04-21 22:09:01 -04004757msgid ""
4758"\n"
4759"\twhile trying to create journal file"
4760msgstr ""
4761
Eric Sandeen032eafe2012-07-28 17:48:36 -04004762#: misc/tune2fs.c:763
4763#, fuzzy
4764msgid "Couldn't allocate memory to parse quota options!\n"
4765msgstr "无法为tdb文件名分配内存\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004766
Eric Sandeen032eafe2012-07-28 17:48:36 -04004767#: misc/tune2fs.c:785
4768msgid ""
4769"\n"
4770"Bad quota options specified.\n"
4771"\n"
4772"Following valid quota options are available (pass by separating with "
4773"comma):\n"
4774"\t[^]usrquota\n"
4775"\t[^]grpquota\n"
4776"\n"
4777"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004778msgstr ""
4779
Dark Ravenc4755342011-01-26 18:54:25 -05004780#: misc/tune2fs.c:846
Dark Raven3be22a82010-04-19 16:59:03 -04004781#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004782msgid "Couldn't parse date/time specifier: %s"
4783msgstr ""
4784
4785#: misc/tune2fs.c:870 misc/tune2fs.c:883
4786#, c-format
4787msgid "bad mounts count - %s"
4788msgstr "错误挂载计数 - %s"
4789
4790#: misc/tune2fs.c:899
4791#, c-format
4792msgid "bad error behavior - %s"
4793msgstr ""
4794
4795#: misc/tune2fs.c:926
4796#, c-format
4797msgid "bad gid/group name - %s"
4798msgstr ""
4799
4800#: misc/tune2fs.c:959
4801#, c-format
4802msgid "bad interval - %s"
4803msgstr ""
4804
4805#: misc/tune2fs.c:988
4806#, c-format
4807msgid "bad reserved block ratio - %s"
4808msgstr ""
4809
4810#: misc/tune2fs.c:1003
4811msgid "-o may only be specified once"
4812msgstr "-o只能被指定一次"
4813
4814#: misc/tune2fs.c:1012
4815msgid "-O may only be specified once"
4816msgstr "-O只能被指定一次"
4817
4818#: misc/tune2fs.c:1027
4819#, c-format
4820msgid "bad reserved blocks count - %s"
4821msgstr ""
4822
4823#: misc/tune2fs.c:1056
4824#, c-format
4825msgid "bad uid/user name - %s"
4826msgstr ""
4827
4828#: misc/tune2fs.c:1073
4829#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004830msgid "bad inode size - %s"
4831msgstr "无效的inode大小 - %s"
4832
Eric Sandeen032eafe2012-07-28 17:48:36 -04004833#: misc/tune2fs.c:1080
Theodore Ts'of722c132009-04-21 22:09:01 -04004834#, c-format
4835msgid "Inode size must be a power of two- %s"
4836msgstr "Inode 大小必须是2的次方- %s"
4837
Eric Sandeen032eafe2012-07-28 17:48:36 -04004838#: misc/tune2fs.c:1174
4839#, c-format
4840msgid "mmp_update_interval too big: %lu\n"
4841msgstr ""
4842
4843#: misc/tune2fs.c:1179
4844#, c-format
4845msgid "Setting multiple mount protection update interval to %lu second\n"
4846msgid_plural ""
4847"Setting multiple mount protection update interval to %lu seconds\n"
4848msgstr[0] ""
4849msgstr[1] ""
4850
4851#: misc/tune2fs.c:1202
Theodore Ts'of722c132009-04-21 22:09:01 -04004852#, c-format
4853msgid "Invalid RAID stride: %s\n"
4854msgstr ""
4855
Eric Sandeen032eafe2012-07-28 17:48:36 -04004856#: misc/tune2fs.c:1217
Theodore Ts'of722c132009-04-21 22:09:01 -04004857#, c-format
4858msgid "Invalid RAID stripe-width: %s\n"
4859msgstr ""
4860
Eric Sandeen032eafe2012-07-28 17:48:36 -04004861#: misc/tune2fs.c:1232
Theodore Ts'of722c132009-04-21 22:09:01 -04004862#, c-format
4863msgid "Invalid hash algorithm: %s\n"
4864msgstr ""
4865
Eric Sandeen032eafe2012-07-28 17:48:36 -04004866#: misc/tune2fs.c:1238
Theodore Ts'of722c132009-04-21 22:09:01 -04004867#, c-format
4868msgid "Setting default hash algorithm to %s (%d)\n"
4869msgstr ""
4870
Eric Sandeen032eafe2012-07-28 17:48:36 -04004871#: misc/tune2fs.c:1257
Theodore Ts'of722c132009-04-21 22:09:01 -04004872#, c-format
4873msgid ""
4874"\n"
4875"Bad options specified.\n"
4876"\n"
4877"Extended options are separated by commas, and may take an argument which\n"
4878"\tis set off by an equals ('=') sign.\n"
4879"\n"
4880"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004881"\tclear_mmp\n"
4882"\thash_alg=<hash algorithm>\n"
4883"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004884"\tstride=<RAID per-disk chunk size in blocks>\n"
4885"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004886"\ttest_fs\n"
4887"\t^test_fs\n"
4888msgstr ""
4889
Eric Sandeen032eafe2012-07-28 17:48:36 -04004890#: misc/tune2fs.c:1723
4891#, fuzzy
4892msgid "Failed to read inode bitmap\n"
4893msgstr "当读取位图时"
4894
4895#: misc/tune2fs.c:1728
4896#, fuzzy
4897msgid "Failed to read block bitmap\n"
4898msgstr "错误块映射中的inode"
4899
4900#: misc/tune2fs.c:1745 resize/resize2fs.c:784
Theodore Ts'of722c132009-04-21 22:09:01 -04004901msgid "blocks to be moved"
4902msgstr ""
4903
Eric Sandeen032eafe2012-07-28 17:48:36 -04004904#: misc/tune2fs.c:1748
Dark Raven3be22a82010-04-19 16:59:03 -04004905msgid "Failed to allocate block bitmap when increasing inode size\n"
4906msgstr ""
4907
Eric Sandeen032eafe2012-07-28 17:48:36 -04004908#: misc/tune2fs.c:1754
Dark Raven3be22a82010-04-19 16:59:03 -04004909msgid "Not enough space to increase inode size \n"
4910msgstr ""
4911
Eric Sandeen032eafe2012-07-28 17:48:36 -04004912#: misc/tune2fs.c:1759
Dark Raven3be22a82010-04-19 16:59:03 -04004913msgid "Failed to relocate blocks during inode resize \n"
4914msgstr ""
4915
Eric Sandeen032eafe2012-07-28 17:48:36 -04004916#: misc/tune2fs.c:1791
Dark Raven3be22a82010-04-19 16:59:03 -04004917msgid ""
4918"Error in resizing the inode size.\n"
4919"Run e2undo to undo the file system changes. \n"
4920msgstr ""
4921
Eric Sandeen032eafe2012-07-28 17:48:36 -04004922#: misc/tune2fs.c:1818
4923msgid "Couldn't allocate memory for tdb filename\n"
4924msgstr "无法为tdb文件名分配内存\n"
4925
4926#: misc/tune2fs.c:1840
4927#, c-format
4928msgid "while trying to delete %s"
4929msgstr "当尝试删除 %s 时"
4930
4931#: misc/tune2fs.c:1850
Dark Raven3be22a82010-04-19 16:59:03 -04004932#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004933msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04004934"To undo the tune2fs operation please run the command\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004935" e2undo %s %s\n"
4936"\n"
4937msgstr ""
Dark Raven3be22a82010-04-19 16:59:03 -04004938"要撤销这次 tune2fs 操作请运行命令:\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004939" e2undo %s %s\n"
4940"\n"
4941
Eric Sandeen032eafe2012-07-28 17:48:36 -04004942#: misc/tune2fs.c:1919
4943#, c-format
4944msgid ""
4945"MMP block magic is bad. Try to fix it by running:\n"
4946"'e2fsck -f %s'\n"
4947msgstr ""
4948
4949#: misc/tune2fs.c:1937
Dark Raven3be22a82010-04-19 16:59:03 -04004950#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04004951msgid "The inode size is already %lu\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004952msgstr "inode大小已经是 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004953
Eric Sandeen032eafe2012-07-28 17:48:36 -04004954#: misc/tune2fs.c:1943
Theodore Ts'of722c132009-04-21 22:09:01 -04004955#, c-format
4956msgid "Shrinking the inode size is not supported\n"
4957msgstr ""
4958
Eric Sandeen032eafe2012-07-28 17:48:36 -04004959#: misc/tune2fs.c:1990
Theodore Ts'of722c132009-04-21 22:09:01 -04004960#, c-format
4961msgid "Setting maximal mount count to %d\n"
4962msgstr ""
4963
Eric Sandeen032eafe2012-07-28 17:48:36 -04004964#: misc/tune2fs.c:1996
Theodore Ts'of722c132009-04-21 22:09:01 -04004965#, c-format
4966msgid "Setting current mount count to %d\n"
4967msgstr ""
4968
Eric Sandeen032eafe2012-07-28 17:48:36 -04004969#: misc/tune2fs.c:2001
Theodore Ts'of722c132009-04-21 22:09:01 -04004970#, c-format
4971msgid "Setting error behavior to %d\n"
4972msgstr ""
4973
Eric Sandeen032eafe2012-07-28 17:48:36 -04004974#: misc/tune2fs.c:2006
Theodore Ts'of722c132009-04-21 22:09:01 -04004975#, c-format
4976msgid "Setting reserved blocks gid to %lu\n"
4977msgstr ""
4978
Eric Sandeen032eafe2012-07-28 17:48:36 -04004979#: misc/tune2fs.c:2011
4980#, fuzzy, c-format
4981msgid "interval between checks is too big (%lu)"
4982msgstr "保留块的数量太大 (%lu)"
4983
4984#: misc/tune2fs.c:2018
Theodore Ts'of722c132009-04-21 22:09:01 -04004985#, c-format
4986msgid "Setting interval between checks to %lu seconds\n"
4987msgstr ""
4988
Eric Sandeen032eafe2012-07-28 17:48:36 -04004989#: misc/tune2fs.c:2025
4990#, fuzzy, c-format
4991msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004992msgstr "保留块的数量太大 (%lu)"
4993
Eric Sandeen032eafe2012-07-28 17:48:36 -04004994#: misc/tune2fs.c:2031
4995#, fuzzy, c-format
4996msgid "reserved blocks count is too big (%llu)"
4997msgstr "保留块的数量太大 (%lu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04004998
Eric Sandeen032eafe2012-07-28 17:48:36 -04004999#: misc/tune2fs.c:2038
5000#, fuzzy, c-format
5001msgid "Setting reserved blocks count to %llu\n"
5002msgstr "保留块的数量太大 (%lu)"
5003
5004#: misc/tune2fs.c:2044
Theodore Ts'of722c132009-04-21 22:09:01 -04005005msgid ""
5006"\n"
5007"The filesystem already has sparse superblocks.\n"
5008msgstr ""
5009
Eric Sandeen032eafe2012-07-28 17:48:36 -04005010#: misc/tune2fs.c:2051
Theodore Ts'of722c132009-04-21 22:09:01 -04005011#, c-format
5012msgid ""
5013"\n"
5014"Sparse superblock flag set. %s"
5015msgstr ""
5016
Eric Sandeen032eafe2012-07-28 17:48:36 -04005017#: misc/tune2fs.c:2056
Theodore Ts'of722c132009-04-21 22:09:01 -04005018msgid ""
5019"\n"
5020"Clearing the sparse superflag not supported.\n"
5021msgstr ""
5022
Eric Sandeen032eafe2012-07-28 17:48:36 -04005023#: misc/tune2fs.c:2064
Theodore Ts'of722c132009-04-21 22:09:01 -04005024#, c-format
5025msgid "Setting time filesystem last checked to %s\n"
5026msgstr ""
5027
Eric Sandeen032eafe2012-07-28 17:48:36 -04005028#: misc/tune2fs.c:2070
Theodore Ts'of722c132009-04-21 22:09:01 -04005029#, c-format
5030msgid "Setting reserved blocks uid to %lu\n"
5031msgstr ""
5032
Eric Sandeen032eafe2012-07-28 17:48:36 -04005033#: misc/tune2fs.c:2102
5034msgid "Error in using clear_mmp. It must be used with -f\n"
5035msgstr ""
5036
5037#: misc/tune2fs.c:2120
5038msgid ""
5039"The quota feature may only be changed when the filesystem is unmounted.\n"
5040msgstr ""
5041
5042#: misc/tune2fs.c:2153
Theodore Ts'of722c132009-04-21 22:09:01 -04005043msgid "Invalid UUID format\n"
5044msgstr "无效的 UUID 格式\n"
5045
Eric Sandeen032eafe2012-07-28 17:48:36 -04005046#: misc/tune2fs.c:2166
Theodore Ts'of722c132009-04-21 22:09:01 -04005047msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5048msgstr ""
5049
Eric Sandeen032eafe2012-07-28 17:48:36 -04005050#: misc/tune2fs.c:2174
Theodore Ts'o930e2812009-06-29 15:08:12 -04005051msgid ""
5052"Changing the inode size not supported for filesystems with the flex_bg\n"
5053"feature enabled.\n"
5054msgstr ""
5055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005056#: misc/tune2fs.c:2187
Theodore Ts'of722c132009-04-21 22:09:01 -04005057#, c-format
5058msgid "Setting inode size %lu\n"
5059msgstr "正在将inode大小设置为 %lu\n"
5060
Eric Sandeen032eafe2012-07-28 17:48:36 -04005061#: misc/tune2fs.c:2190
5062#, fuzzy, c-format
5063msgid "Failed to change inode size\n"
5064msgstr "打开%s失败\n"
5065
5066#: misc/tune2fs.c:2201
Theodore Ts'of722c132009-04-21 22:09:01 -04005067#, c-format
5068msgid "Setting stride size to %d\n"
5069msgstr ""
5070
Eric Sandeen032eafe2012-07-28 17:48:36 -04005071#: misc/tune2fs.c:2206
Theodore Ts'of722c132009-04-21 22:09:01 -04005072#, c-format
5073msgid "Setting stripe width to %d\n"
5074msgstr ""
5075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005076#: misc/tune2fs.c:2213
5077#, c-format
5078msgid "Setting extended default mount options to '%s'\n"
5079msgstr ""
5080
5081#: misc/util.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04005082msgid "Proceed anyway? (y,n) "
5083msgstr "无论如何也要继续? (y,n) "
5084
Eric Sandeen032eafe2012-07-28 17:48:36 -04005085#: misc/util.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -04005086#, c-format
5087msgid "Could not stat %s --- %s\n"
5088msgstr "无法对 %s 进行 stat 调用 --- %s\n"
5089
Eric Sandeen032eafe2012-07-28 17:48:36 -04005090#: misc/util.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -04005091msgid ""
5092"\n"
5093"The device apparently does not exist; did you specify it correctly?\n"
5094msgstr ""
5095
Eric Sandeen032eafe2012-07-28 17:48:36 -04005096#: misc/util.c:103
Theodore Ts'of722c132009-04-21 22:09:01 -04005097#, fuzzy, c-format
5098msgid "%s is not a block special device.\n"
5099msgstr "错误:%s 不是块设备\n"
5100
Eric Sandeen032eafe2012-07-28 17:48:36 -04005101#: misc/util.c:132
Theodore Ts'of722c132009-04-21 22:09:01 -04005102#, c-format
5103msgid "%s is entire device, not just one partition!\n"
5104msgstr ""
5105
Eric Sandeen032eafe2012-07-28 17:48:36 -04005106#: misc/util.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -04005107msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5108msgstr ""
5109
Eric Sandeen032eafe2012-07-28 17:48:36 -04005110#: misc/util.c:159
Theodore Ts'of722c132009-04-21 22:09:01 -04005111#, c-format
5112msgid "will not make a %s here!\n"
5113msgstr ""
5114
Eric Sandeen032eafe2012-07-28 17:48:36 -04005115#: misc/util.c:166
Theodore Ts'of722c132009-04-21 22:09:01 -04005116msgid "mke2fs forced anyway.\n"
5117msgstr "mke2fs 强制执行.\n"
5118
Eric Sandeen032eafe2012-07-28 17:48:36 -04005119#: misc/util.c:182
Theodore Ts'of722c132009-04-21 22:09:01 -04005120msgid "Couldn't allocate memory to parse journal options!\n"
5121msgstr ""
5122
Eric Sandeen032eafe2012-07-28 17:48:36 -04005123#: misc/util.c:207
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005124#, c-format
5125msgid ""
5126"\n"
5127"Could not find journal device matching %s\n"
5128msgstr ""
5129
Eric Sandeen032eafe2012-07-28 17:48:36 -04005130#: misc/util.c:228
Theodore Ts'of722c132009-04-21 22:09:01 -04005131msgid ""
5132"\n"
5133"Bad journal options specified.\n"
5134"\n"
5135"Journal options are separated by commas, and may take an argument which\n"
5136"\tis set off by an equals ('=') sign.\n"
5137"\n"
5138"Valid journal options are:\n"
5139"\tsize=<journal size in megabytes>\n"
5140"\tdevice=<journal device>\n"
5141"\n"
5142"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5143"\n"
5144msgstr ""
5145
Eric Sandeen032eafe2012-07-28 17:48:36 -04005146#: misc/util.c:258
Theodore Ts'of722c132009-04-21 22:09:01 -04005147msgid ""
5148"\n"
5149"Filesystem too small for a journal\n"
5150msgstr ""
5151"\n"
5152"文件系统小得无法记录日志\n"
5153
Eric Sandeen032eafe2012-07-28 17:48:36 -04005154#: misc/util.c:265
Theodore Ts'of722c132009-04-21 22:09:01 -04005155#, c-format
5156msgid ""
5157"\n"
5158"The requested journal size is %d blocks; it must be\n"
5159"between 1024 and 10240000 blocks. Aborting.\n"
5160msgstr ""
5161
Eric Sandeen032eafe2012-07-28 17:48:36 -04005162#: misc/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04005163msgid ""
5164"\n"
5165"Journal size too big for filesystem.\n"
5166msgstr ""
5167
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005168#: misc/util.c:287
Theodore Ts'of722c132009-04-21 22:09:01 -04005169#, c-format
5170msgid ""
5171"This filesystem will be automatically checked every %d mounts or\n"
5172"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5173msgstr ""
5174
Eric Sandeen032eafe2012-07-28 17:48:36 -04005175#: misc/uuidd.c:48
5176#, c-format
5177msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5178msgstr ""
5179
5180#: misc/uuidd.c:50
5181#, c-format
5182msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5183msgstr ""
5184
5185#: misc/uuidd.c:52
5186#, c-format
5187msgid " %s -k\n"
5188msgstr ""
5189
5190#: misc/uuidd.c:154
5191#, fuzzy
5192msgid "bad arguments"
5193msgstr "%s: 参数过多\n"
5194
5195#: misc/uuidd.c:172
5196msgid "connect"
5197msgstr ""
5198
5199#: misc/uuidd.c:191
5200msgid "write"
5201msgstr ""
5202
5203#: misc/uuidd.c:199
5204msgid "read count"
5205msgstr ""
5206
5207#: misc/uuidd.c:205
5208#, fuzzy
5209msgid "bad response length"
5210msgstr "无效的后缀长度"
5211
5212#: misc/uuidd.c:270
5213#, c-format
5214msgid "uuidd daemon already running at pid %s\n"
5215msgstr ""
5216
5217#: misc/uuidd.c:278
5218#, c-format
5219msgid "Couldn't create unix stream socket: %s"
5220msgstr ""
5221
5222#: misc/uuidd.c:307
5223#, c-format
5224msgid "Couldn't bind unix socket %s: %s\n"
5225msgstr ""
5226
5227#: misc/uuidd.c:315
5228#, c-format
5229msgid "Couldn't listen on unix socket %s: %s\n"
5230msgstr ""
5231
5232#: misc/uuidd.c:353
5233#, fuzzy, c-format
5234msgid "Error reading from client, len = %d\n"
5235msgstr "读取@i %i出错: %m\n"
5236
5237#: misc/uuidd.c:361
5238#, c-format
5239msgid "operation %d, incoming num = %d\n"
5240msgstr ""
5241
5242#: misc/uuidd.c:380
5243#, c-format
5244msgid "Generated time UUID: %s\n"
5245msgstr ""
5246
5247#: misc/uuidd.c:390
5248#, c-format
5249msgid "Generated random UUID: %s\n"
5250msgstr ""
5251
5252#: misc/uuidd.c:399
5253#, c-format
5254msgid "Generated time UUID %s and subsequent UUID\n"
5255msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5256msgstr[0] ""
5257msgstr[1] ""
5258
5259#: misc/uuidd.c:420
5260#, c-format
5261msgid "Generated %d UUID's:\n"
5262msgstr ""
5263
5264#: misc/uuidd.c:432
5265#, fuzzy, c-format
5266msgid "Invalid operation %d\n"
5267msgstr "无效的EA版本号.\n"
5268
5269#: misc/uuidd.c:476 misc/uuidd.c:498
5270#, c-format
5271msgid "Bad number: %s\n"
5272msgstr ""
5273
5274#: misc/uuidd.c:533 misc/uuidd.c:562
5275#, fuzzy, c-format
5276msgid "Error calling uuidd daemon (%s): %s\n"
5277msgstr "创建根@d (%s) 时出错: %m\n"
5278
5279#: misc/uuidd.c:543
5280#, c-format
5281msgid "%s and subsequent UUID\n"
5282msgid_plural "%s and subsequent %d UUIDs\n"
5283msgstr[0] ""
5284msgstr[1] ""
5285
5286#: misc/uuidd.c:547
5287#, c-format
5288msgid "List of UUID's:\n"
5289msgstr ""
5290
5291#: misc/uuidd.c:568
5292#, c-format
5293msgid "Unexpected reply length from server %d\n"
5294msgstr ""
5295
5296#: misc/uuidd.c:585
5297#, c-format
5298msgid "Couldn't kill uuidd running at pid %d: %s\n"
5299msgstr ""
5300
5301#: misc/uuidd.c:591
5302#, c-format
5303msgid "Killed uuidd running at pid %d\n"
5304msgstr ""
5305
5306#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04005307#, c-format
5308msgid "Usage: %s [-r] [-t]\n"
5309msgstr "用法: %s [-r] [-t]\n"
5310
Eric Sandeen032eafe2012-07-28 17:48:36 -04005311#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04005312msgid "# Extent dump:\n"
5313msgstr ""
5314
Eric Sandeen032eafe2012-07-28 17:48:36 -04005315#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04005316#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005317msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005318msgstr ""
5319
Eric Sandeen032eafe2012-07-28 17:48:36 -04005320#: resize/main.c:43
Theodore Ts'of722c132009-04-21 22:09:01 -04005321#, c-format
5322msgid ""
5323"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5324"\n"
5325msgstr ""
5326
Eric Sandeen032eafe2012-07-28 17:48:36 -04005327#: resize/main.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -04005328msgid "Extending the inode table"
5329msgstr "正在扩充inode表"
5330
Eric Sandeen032eafe2012-07-28 17:48:36 -04005331#: resize/main.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04005332msgid "Relocating blocks"
5333msgstr "正在重定位块"
5334
Eric Sandeen032eafe2012-07-28 17:48:36 -04005335#: resize/main.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04005336msgid "Scanning inode table"
5337msgstr "正在扫描inode表"
5338
Eric Sandeen032eafe2012-07-28 17:48:36 -04005339#: resize/main.c:74
Theodore Ts'of722c132009-04-21 22:09:01 -04005340msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04005341msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04005342
Eric Sandeen032eafe2012-07-28 17:48:36 -04005343#: resize/main.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04005344msgid "Moving inode table"
5345msgstr "移动inode表"
5346
Eric Sandeen032eafe2012-07-28 17:48:36 -04005347#: resize/main.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -04005348msgid "Unknown pass?!?"
5349msgstr "未知步骤?!?"
5350
Eric Sandeen032eafe2012-07-28 17:48:36 -04005351#: resize/main.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -04005352#, c-format
5353msgid "Begin pass %d (max = %lu)\n"
5354msgstr ""
5355
Eric Sandeen032eafe2012-07-28 17:48:36 -04005356#: resize/main.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04005357#, c-format
5358msgid "while opening %s"
5359msgstr "打开%s时"
5360
Eric Sandeen032eafe2012-07-28 17:48:36 -04005361#: resize/main.c:267
Dark Raven31a48472009-05-25 22:45:42 -04005362#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005363msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04005364msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04005365
Eric Sandeen032eafe2012-07-28 17:48:36 -04005366#: resize/main.c:331
Theodore Ts'of722c132009-04-21 22:09:01 -04005367#, c-format
5368msgid ""
5369"%s: The combination of flex_bg and\n"
5370"\t!resize_inode features is not supported by resize2fs.\n"
5371msgstr ""
5372
Eric Sandeen032eafe2012-07-28 17:48:36 -04005373#: resize/main.c:344 resize/main.c:452
Theodore Ts'of722c132009-04-21 22:09:01 -04005374#, c-format
5375msgid ""
5376"Please run 'e2fsck -f %s' first.\n"
5377"\n"
5378msgstr ""
5379"请先运行 'e2fsck -f %s'.\n"
5380"\n"
5381
Eric Sandeen032eafe2012-07-28 17:48:36 -04005382#: resize/main.c:348
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005383#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005384msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005385msgstr ""
5386
Eric Sandeen032eafe2012-07-28 17:48:36 -04005387#: resize/main.c:384
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005388#, c-format
5389msgid "Invalid new size: %s\n"
5390msgstr "无效的新大小:%s\n"
5391
Eric Sandeen032eafe2012-07-28 17:48:36 -04005392#: resize/main.c:392
5393msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005394msgstr ""
5395
Eric Sandeen032eafe2012-07-28 17:48:36 -04005396#: resize/main.c:404
5397#, c-format
5398msgid "New size smaller than minimum (%llu)\n"
5399msgstr ""
5400
5401#: resize/main.c:410
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005402#, fuzzy
5403msgid "Invalid stride length"
5404msgstr "无效的后缀长度"
5405
Eric Sandeen032eafe2012-07-28 17:48:36 -04005406#: resize/main.c:434
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005407#, c-format
5408msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005409"The containing partition (or device) is only %llu (%dk) blocks.\n"
5410"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005411"\n"
5412msgstr ""
5413
Eric Sandeen032eafe2012-07-28 17:48:36 -04005414#: resize/main.c:441
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005415#, c-format
5416msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005417"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005418"\n"
5419msgstr ""
5420
Eric Sandeen032eafe2012-07-28 17:48:36 -04005421#: resize/main.c:456
Dark Raven3be22a82010-04-19 16:59:03 -04005422#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005423msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005424msgstr ""
5425
Eric Sandeen032eafe2012-07-28 17:48:36 -04005426#: resize/main.c:465
Dark Raven31a48472009-05-25 22:45:42 -04005427#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005428msgid "while trying to resize %s"
5429msgstr "当尝试调整%s的大小时"
5430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005431#: resize/main.c:468
Dark Raven3be22a82010-04-19 16:59:03 -04005432#, c-format
5433msgid ""
5434"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5435"after the aborted resize operation.\n"
5436msgstr ""
5437
Eric Sandeen032eafe2012-07-28 17:48:36 -04005438#: resize/main.c:474
Theodore Ts'of722c132009-04-21 22:09:01 -04005439#, c-format
5440msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005441"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005442"\n"
5443msgstr ""
5444
Eric Sandeen032eafe2012-07-28 17:48:36 -04005445#: resize/main.c:489
Dark Raven3be22a82010-04-19 16:59:03 -04005446#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04005447msgid "while trying to truncate %s"
5448msgstr "当尝试对%s进行stat调用时"
5449
Eric Sandeen032eafe2012-07-28 17:48:36 -04005450#: resize/online.c:40
Theodore Ts'of722c132009-04-21 22:09:01 -04005451#, c-format
5452msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5453msgstr ""
5454
Eric Sandeen032eafe2012-07-28 17:48:36 -04005455#: resize/online.c:44
Dark Ravenc4755342011-01-26 18:54:25 -05005456msgid "On-line shrinking not supported"
Theodore Ts'of722c132009-04-21 22:09:01 -04005457msgstr ""
5458
Eric Sandeen032eafe2012-07-28 17:48:36 -04005459#: resize/online.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04005460msgid "Filesystem does not support online resizing"
5461msgstr "文件系统不支持在线(online)调整大小"
5462
Eric Sandeen032eafe2012-07-28 17:48:36 -04005463#: resize/online.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -04005464#, c-format
5465msgid "while trying to open mountpoint %s"
5466msgstr ""
5467
Eric Sandeen032eafe2012-07-28 17:48:36 -04005468#: resize/online.c:92 resize/online.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -04005469msgid "Permission denied to resize filesystem"
5470msgstr "没有调整文件系统大小的权限"
5471
Eric Sandeen032eafe2012-07-28 17:48:36 -04005472#: resize/online.c:95 resize/online.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -04005473msgid "While checking for on-line resizing support"
5474msgstr "当检查在线文件系统大小调整支持时"
5475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005476#: resize/online.c:107
5477#, fuzzy
5478msgid "Kernel does not support resizing a file system this large"
5479msgstr "内核不支持在线(online)调整大小"
5480
5481#: resize/online.c:119
5482msgid "Kernel does not support online resizing"
5483msgstr "内核不支持在线(online)调整大小"
5484
5485#: resize/online.c:152
Theodore Ts'of722c132009-04-21 22:09:01 -04005486#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005487msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005488msgstr ""
5489
Eric Sandeen032eafe2012-07-28 17:48:36 -04005490#: resize/online.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -04005491msgid "While trying to extend the last group"
5492msgstr ""
5493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005494#: resize/online.c:216
Theodore Ts'of722c132009-04-21 22:09:01 -04005495#, c-format
5496msgid "While trying to add group #%d"
5497msgstr ""
5498
Eric Sandeen032eafe2012-07-28 17:48:36 -04005499#: resize/online.c:227
Theodore Ts'of722c132009-04-21 22:09:01 -04005500#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005501msgid ""
5502"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5503"this system.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005504msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小.\n"
5505
Eric Sandeen032eafe2012-07-28 17:48:36 -04005506#: resize/resize2fs.c:348
Theodore Ts'of722c132009-04-21 22:09:01 -04005507#, c-format
5508msgid "inodes (%llu) must be less than %u"
5509msgstr ""
5510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005511#: resize/resize2fs.c:576
Theodore Ts'of722c132009-04-21 22:09:01 -04005512msgid "reserved blocks"
5513msgstr "保留的块"
5514
Eric Sandeen032eafe2012-07-28 17:48:36 -04005515#: resize/resize2fs.c:789
Theodore Ts'of722c132009-04-21 22:09:01 -04005516msgid "meta-data blocks"
5517msgstr "元数据块"
5518
Eric Sandeen032eafe2012-07-28 17:48:36 -04005519#: resize/resize2fs.c:1735
Theodore Ts'of722c132009-04-21 22:09:01 -04005520#, c-format
5521msgid "Should never happen: resize inode corrupt!\n"
5522msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04005523
Eric Sandeen032eafe2012-07-28 17:48:36 -04005524#: lib/ext2fs/ext2_err.c:11
5525msgid "EXT2FS Library version 1.42.4"
5526msgstr ""
5527
5528#: lib/ext2fs/ext2_err.c:12
5529msgid "Wrong magic number for ext2_filsys structure"
5530msgstr ""
5531
5532#: lib/ext2fs/ext2_err.c:13
5533msgid "Wrong magic number for badblocks_list structure"
5534msgstr ""
5535
5536#: lib/ext2fs/ext2_err.c:14
5537msgid "Wrong magic number for badblocks_iterate structure"
5538msgstr ""
5539
5540#: lib/ext2fs/ext2_err.c:15
5541msgid "Wrong magic number for inode_scan structure"
5542msgstr ""
5543
5544#: lib/ext2fs/ext2_err.c:16
5545msgid "Wrong magic number for io_channel structure"
5546msgstr ""
5547
5548#: lib/ext2fs/ext2_err.c:17
5549msgid "Wrong magic number for unix io_channel structure"
5550msgstr ""
5551
5552#: lib/ext2fs/ext2_err.c:18
5553msgid "Wrong magic number for io_manager structure"
5554msgstr ""
5555
5556#: lib/ext2fs/ext2_err.c:19
5557msgid "Wrong magic number for block_bitmap structure"
5558msgstr ""
5559
5560#: lib/ext2fs/ext2_err.c:20
5561msgid "Wrong magic number for inode_bitmap structure"
5562msgstr ""
5563
5564#: lib/ext2fs/ext2_err.c:21
5565msgid "Wrong magic number for generic_bitmap structure"
5566msgstr ""
5567
5568#: lib/ext2fs/ext2_err.c:22
5569msgid "Wrong magic number for test io_channel structure"
5570msgstr ""
5571
5572#: lib/ext2fs/ext2_err.c:23
5573msgid "Wrong magic number for directory block list structure"
5574msgstr ""
5575
5576#: lib/ext2fs/ext2_err.c:24
5577msgid "Wrong magic number for icount structure"
5578msgstr ""
5579
5580#: lib/ext2fs/ext2_err.c:25
5581msgid "Wrong magic number for Powerquest io_channel structure"
5582msgstr ""
5583
5584#: lib/ext2fs/ext2_err.c:26
5585msgid "Wrong magic number for ext2 file structure"
5586msgstr ""
5587
5588#: lib/ext2fs/ext2_err.c:27
5589msgid "Wrong magic number for Ext2 Image Header"
5590msgstr ""
5591
5592#: lib/ext2fs/ext2_err.c:28
5593msgid "Wrong magic number for inode io_channel structure"
5594msgstr ""
5595
5596#: lib/ext2fs/ext2_err.c:29
5597msgid "Wrong magic number for ext4 extent handle"
5598msgstr ""
5599
5600#: lib/ext2fs/ext2_err.c:30
5601#, fuzzy
5602msgid "Bad magic number in super-block"
5603msgstr "读取日志超级块\n"
5604
5605#: lib/ext2fs/ext2_err.c:31
5606msgid "Filesystem revision too high"
5607msgstr ""
5608
5609#: lib/ext2fs/ext2_err.c:32
5610msgid "Attempt to write to filesystem opened read-only"
5611msgstr ""
5612
5613#: lib/ext2fs/ext2_err.c:33
5614#, fuzzy
5615msgid "Can't read group descriptors"
5616msgstr ", 组描述符位于 "
5617
5618#: lib/ext2fs/ext2_err.c:34
5619#, fuzzy
5620msgid "Can't write group descriptors"
5621msgstr ", 组描述符位于 "
5622
5623#: lib/ext2fs/ext2_err.c:35
5624msgid "Corrupt group descriptor: bad block for block bitmap"
5625msgstr ""
5626
5627#: lib/ext2fs/ext2_err.c:36
5628msgid "Corrupt group descriptor: bad block for inode bitmap"
5629msgstr ""
5630
5631#: lib/ext2fs/ext2_err.c:37
5632msgid "Corrupt group descriptor: bad block for inode table"
5633msgstr ""
5634
5635#: lib/ext2fs/ext2_err.c:38
5636#, fuzzy
5637msgid "Can't write an inode bitmap"
5638msgstr "inode 位图"
5639
5640#: lib/ext2fs/ext2_err.c:39
5641#, fuzzy
5642msgid "Can't read an inode bitmap"
5643msgstr "inode 位图"
5644
5645#: lib/ext2fs/ext2_err.c:40
5646#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04005647msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005648msgstr "块位图"
5649
5650#: lib/ext2fs/ext2_err.c:41
5651#, fuzzy
5652msgid "Can't read an block bitmap"
5653msgstr "块位图"
5654
5655#: lib/ext2fs/ext2_err.c:42
5656#, fuzzy
5657msgid "Can't write an inode table"
5658msgstr "正在扫描inode表"
5659
5660#: lib/ext2fs/ext2_err.c:43
5661#, fuzzy
5662msgid "Can't read an inode table"
5663msgstr "正在扫描inode表"
5664
5665#: lib/ext2fs/ext2_err.c:44
5666msgid "Can't read next inode"
5667msgstr ""
5668
5669#: lib/ext2fs/ext2_err.c:45
5670msgid "Filesystem has unexpected block size"
5671msgstr ""
5672
5673#: lib/ext2fs/ext2_err.c:46
5674msgid "EXT2 directory corrupted"
5675msgstr ""
5676
5677#: lib/ext2fs/ext2_err.c:47
5678msgid "Attempt to read block from filesystem resulted in short read"
5679msgstr ""
5680
5681#: lib/ext2fs/ext2_err.c:48
5682msgid "Attempt to write block to filesystem resulted in short write"
5683msgstr ""
5684
5685#: lib/ext2fs/ext2_err.c:49
5686msgid "No free space in the directory"
5687msgstr ""
5688
5689#: lib/ext2fs/ext2_err.c:50
5690#, fuzzy
5691msgid "Inode bitmap not loaded"
5692msgstr "inode 位图"
5693
5694#: lib/ext2fs/ext2_err.c:51
5695#, fuzzy
5696msgid "Block bitmap not loaded"
5697msgstr "块位图"
5698
5699#: lib/ext2fs/ext2_err.c:52
5700#, fuzzy
5701msgid "Illegal inode number"
5702msgstr "非法的块数量!\n"
5703
5704#: lib/ext2fs/ext2_err.c:53
5705#, fuzzy
5706msgid "Illegal block number"
5707msgstr "非法的块数量!\n"
5708
5709#: lib/ext2fs/ext2_err.c:54
5710msgid "Internal error in ext2fs_expand_dir"
5711msgstr ""
5712
5713#: lib/ext2fs/ext2_err.c:55
5714msgid "Not enough space to build proposed filesystem"
5715msgstr ""
5716
5717#: lib/ext2fs/ext2_err.c:56
5718msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5719msgstr ""
5720
5721#: lib/ext2fs/ext2_err.c:57
5722msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5723msgstr ""
5724
5725#: lib/ext2fs/ext2_err.c:58
5726msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5727msgstr ""
5728
5729#: lib/ext2fs/ext2_err.c:59
5730msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5731msgstr ""
5732
5733#: lib/ext2fs/ext2_err.c:60
5734msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5735msgstr ""
5736
5737#: lib/ext2fs/ext2_err.c:61
5738msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5739msgstr ""
5740
5741#: lib/ext2fs/ext2_err.c:62
5742msgid "Attempt to fudge end of block bitmap past the real end"
5743msgstr ""
5744
5745#: lib/ext2fs/ext2_err.c:63
5746msgid "Attempt to fudge end of inode bitmap past the real end"
5747msgstr ""
5748
5749#: lib/ext2fs/ext2_err.c:64
5750#, fuzzy
5751msgid "Illegal indirect block found"
5752msgstr "正在读取目录块"
5753
5754#: lib/ext2fs/ext2_err.c:65
5755msgid "Illegal doubly indirect block found"
5756msgstr ""
5757
5758#: lib/ext2fs/ext2_err.c:66
5759msgid "Illegal triply indirect block found"
5760msgstr ""
5761
5762#: lib/ext2fs/ext2_err.c:67
5763msgid "Block bitmaps are not the same"
5764msgstr ""
5765
5766#: lib/ext2fs/ext2_err.c:68
5767msgid "Inode bitmaps are not the same"
5768msgstr ""
5769
5770#: lib/ext2fs/ext2_err.c:69
5771msgid "Illegal or malformed device name"
5772msgstr ""
5773
5774#: lib/ext2fs/ext2_err.c:70
5775msgid "A block group is missing an inode table"
5776msgstr ""
5777
5778#: lib/ext2fs/ext2_err.c:71
5779msgid "The ext2 superblock is corrupt"
5780msgstr ""
5781
5782#: lib/ext2fs/ext2_err.c:72
5783msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5784msgstr ""
5785
5786#: lib/ext2fs/ext2_err.c:73
5787msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5788msgstr ""
5789
5790#: lib/ext2fs/ext2_err.c:74
5791msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5792msgstr ""
5793
5794#: lib/ext2fs/ext2_err.c:75
5795msgid "Too many symbolic links encountered."
5796msgstr ""
5797
5798#: lib/ext2fs/ext2_err.c:76
5799msgid "The callback function will not handle this case"
5800msgstr ""
5801
5802#: lib/ext2fs/ext2_err.c:77
5803msgid "The inode is from a bad block in the inode table"
5804msgstr ""
5805
5806#: lib/ext2fs/ext2_err.c:78
5807#, fuzzy
5808msgid "Filesystem has unsupported feature(s)"
5809msgstr "文件系统不支持在线(online)调整大小"
5810
5811#: lib/ext2fs/ext2_err.c:79
5812#, fuzzy
5813msgid "Filesystem has unsupported read-only feature(s)"
5814msgstr "文件系统不支持在线(online)调整大小"
5815
5816#: lib/ext2fs/ext2_err.c:80
5817msgid "IO Channel failed to seek on read or write"
5818msgstr ""
5819
5820#: lib/ext2fs/ext2_err.c:81
5821#, fuzzy
5822msgid "Memory allocation failed"
5823msgstr "A分配出错"
5824
5825#: lib/ext2fs/ext2_err.c:82
5826msgid "Invalid argument passed to ext2 library"
5827msgstr ""
5828
5829#: lib/ext2fs/ext2_err.c:83
5830#, fuzzy
5831msgid "Could not allocate block in ext2 filesystem"
5832msgstr "无法分配块缓存 (大小=%d)\n"
5833
5834#: lib/ext2fs/ext2_err.c:84
5835#, fuzzy
5836msgid "Could not allocate inode in ext2 filesystem"
5837msgstr "e2label: 不是一个ex2文件系统\n"
5838
5839#: lib/ext2fs/ext2_err.c:85
5840msgid "Ext2 inode is not a directory"
5841msgstr ""
5842
5843#: lib/ext2fs/ext2_err.c:86
5844msgid "Too many references in table"
5845msgstr ""
5846
5847#: lib/ext2fs/ext2_err.c:87
5848msgid "File not found by ext2_lookup"
5849msgstr ""
5850
5851#: lib/ext2fs/ext2_err.c:88
5852msgid "File open read-only"
5853msgstr ""
5854
5855#: lib/ext2fs/ext2_err.c:89
5856#, fuzzy
5857msgid "Ext2 directory block not found"
5858msgstr "空目录块 %u (#%d),于 inode %u 中\n"
5859
5860#: lib/ext2fs/ext2_err.c:90
5861msgid "Ext2 directory already exists"
5862msgstr ""
5863
5864#: lib/ext2fs/ext2_err.c:91
5865msgid "Unimplemented ext2 library function"
5866msgstr ""
5867
5868#: lib/ext2fs/ext2_err.c:92
5869msgid "User cancel requested"
5870msgstr ""
5871
5872#: lib/ext2fs/ext2_err.c:93
5873msgid "Ext2 file too big"
5874msgstr ""
5875
5876#: lib/ext2fs/ext2_err.c:94
5877msgid "Supplied journal device not a block device"
5878msgstr ""
5879
5880#: lib/ext2fs/ext2_err.c:95
5881#, fuzzy
5882msgid "Journal superblock not found"
5883msgstr "日志超级块未找到!\n"
5884
5885#: lib/ext2fs/ext2_err.c:96
5886msgid "Journal must be at least 1024 blocks"
5887msgstr ""
5888
5889#: lib/ext2fs/ext2_err.c:97
5890msgid "Unsupported journal version"
5891msgstr ""
5892
5893#: lib/ext2fs/ext2_err.c:98
5894msgid "Error loading external journal"
5895msgstr ""
5896
5897#: lib/ext2fs/ext2_err.c:99
5898#, fuzzy
5899msgid "Journal not found"
5900msgstr "日志超级块未找到!\n"
5901
5902#: lib/ext2fs/ext2_err.c:100
5903msgid "Directory hash unsupported"
5904msgstr ""
5905
5906#: lib/ext2fs/ext2_err.c:101
5907#, fuzzy
5908msgid "Illegal extended attribute block number"
5909msgstr "a扩展属性"
5910
5911#: lib/ext2fs/ext2_err.c:102
5912msgid "Cannot create filesystem with requested number of inodes"
5913msgstr ""
5914
5915#: lib/ext2fs/ext2_err.c:103
5916msgid "E2image snapshot not in use"
5917msgstr ""
5918
5919#: lib/ext2fs/ext2_err.c:104
5920#, fuzzy
5921msgid "Too many reserved group descriptor blocks"
5922msgstr "<组描述符inode>"
5923
5924#: lib/ext2fs/ext2_err.c:105
5925msgid "Resize inode is corrupt"
5926msgstr ""
5927
5928#: lib/ext2fs/ext2_err.c:106
5929msgid "Tried to set block bmap with missing indirect block"
5930msgstr ""
5931
5932#: lib/ext2fs/ext2_err.c:107
5933msgid "TDB: Success"
5934msgstr ""
5935
5936#: lib/ext2fs/ext2_err.c:108
5937msgid "TDB: Corrupt database"
5938msgstr ""
5939
5940#: lib/ext2fs/ext2_err.c:109
5941msgid "TDB: IO Error"
5942msgstr ""
5943
5944#: lib/ext2fs/ext2_err.c:110
5945msgid "TDB: Locking error"
5946msgstr ""
5947
5948#: lib/ext2fs/ext2_err.c:111
5949msgid "TDB: Out of memory"
5950msgstr ""
5951
5952#: lib/ext2fs/ext2_err.c:112
5953msgid "TDB: Record exists"
5954msgstr ""
5955
5956#: lib/ext2fs/ext2_err.c:113
5957msgid "TDB: Lock exists on other keys"
5958msgstr ""
5959
5960#: lib/ext2fs/ext2_err.c:114
5961msgid "TDB: Invalid parameter"
5962msgstr ""
5963
5964#: lib/ext2fs/ext2_err.c:115
5965msgid "TDB: Record does not exist"
5966msgstr ""
5967
5968#: lib/ext2fs/ext2_err.c:116
5969msgid "TDB: Write not permitted"
5970msgstr ""
5971
5972#: lib/ext2fs/ext2_err.c:117
5973msgid "Ext2fs directory block list is empty"
5974msgstr ""
5975
5976#: lib/ext2fs/ext2_err.c:118
5977msgid "Attempt to modify a block mapping via a read-only block iterator"
5978msgstr ""
5979
5980#: lib/ext2fs/ext2_err.c:119
5981msgid "Wrong magic number for ext4 extent saved path"
5982msgstr ""
5983
5984#: lib/ext2fs/ext2_err.c:120
5985msgid "Wrong magic number for 64-bit generic bitmap"
5986msgstr ""
5987
5988#: lib/ext2fs/ext2_err.c:121
5989msgid "Wrong magic number for 64-bit block bitmap"
5990msgstr ""
5991
5992#: lib/ext2fs/ext2_err.c:122
5993msgid "Wrong magic number for 64-bit inode bitmap"
5994msgstr ""
5995
5996#: lib/ext2fs/ext2_err.c:123
5997msgid "Wrong magic number --- RESERVED_13"
5998msgstr ""
5999
6000#: lib/ext2fs/ext2_err.c:124
6001msgid "Wrong magic number --- RESERVED_14"
6002msgstr ""
6003
6004#: lib/ext2fs/ext2_err.c:125
6005msgid "Wrong magic number --- RESERVED_15"
6006msgstr ""
6007
6008#: lib/ext2fs/ext2_err.c:126
6009msgid "Wrong magic number --- RESERVED_16"
6010msgstr ""
6011
6012#: lib/ext2fs/ext2_err.c:127
6013msgid "Wrong magic number --- RESERVED_17"
6014msgstr ""
6015
6016#: lib/ext2fs/ext2_err.c:128
6017msgid "Wrong magic number --- RESERVED_18"
6018msgstr ""
6019
6020#: lib/ext2fs/ext2_err.c:129
6021msgid "Wrong magic number --- RESERVED_19"
6022msgstr ""
6023
6024#: lib/ext2fs/ext2_err.c:130
6025msgid "Corrupt extent header"
6026msgstr ""
6027
6028#: lib/ext2fs/ext2_err.c:131
6029msgid "Corrupt extent index"
6030msgstr ""
6031
6032#: lib/ext2fs/ext2_err.c:132
6033msgid "Corrupt extent"
6034msgstr ""
6035
6036#: lib/ext2fs/ext2_err.c:133
6037msgid "No free space in extent map"
6038msgstr ""
6039
6040#: lib/ext2fs/ext2_err.c:134
6041msgid "Inode does not use extents"
6042msgstr ""
6043
6044#: lib/ext2fs/ext2_err.c:135
6045#, fuzzy
6046msgid "No 'next' extent"
6047msgstr "x程度"
6048
6049#: lib/ext2fs/ext2_err.c:136
6050msgid "No 'previous' extent"
6051msgstr ""
6052
6053#: lib/ext2fs/ext2_err.c:137
6054msgid "No 'up' extent"
6055msgstr ""
6056
6057#: lib/ext2fs/ext2_err.c:138
6058msgid "No 'down' extent"
6059msgstr ""
6060
6061#: lib/ext2fs/ext2_err.c:139
6062msgid "No current node"
6063msgstr ""
6064
6065#: lib/ext2fs/ext2_err.c:140
6066msgid "Ext2fs operation not supported"
6067msgstr ""
6068
6069#: lib/ext2fs/ext2_err.c:141
6070msgid "No room to insert extent in node"
6071msgstr ""
6072
6073#: lib/ext2fs/ext2_err.c:142
6074msgid "Splitting would result in empty node"
6075msgstr ""
6076
6077#: lib/ext2fs/ext2_err.c:143
6078#, fuzzy
6079msgid "Extent not found"
6080msgstr "/@l未找到."
6081
6082#: lib/ext2fs/ext2_err.c:144
6083msgid "Operation not supported for inodes containing extents"
6084msgstr ""
6085
6086#: lib/ext2fs/ext2_err.c:145
6087msgid "Extent length is invalid"
6088msgstr ""
6089
6090#: lib/ext2fs/ext2_err.c:146
6091msgid "I/O Channel does not support 64-bit block numbers"
6092msgstr ""
6093
6094#: lib/ext2fs/ext2_err.c:147
6095msgid "Can't check if filesystem is mounted due to missing mtab file"
6096msgstr ""
6097
6098#: lib/ext2fs/ext2_err.c:148
6099msgid "Filesystem too large to use legacy bitmaps"
6100msgstr ""
6101
6102#: lib/ext2fs/ext2_err.c:149
6103msgid "MMP: invalid magic number"
6104msgstr ""
6105
6106#: lib/ext2fs/ext2_err.c:150
6107msgid "MMP: device currently active"
6108msgstr ""
6109
6110#: lib/ext2fs/ext2_err.c:151
6111msgid "MMP: fsck being run"
6112msgstr ""
6113
6114#: lib/ext2fs/ext2_err.c:152
6115msgid "MMP: block number beyond filesystem range"
6116msgstr ""
6117
6118#: lib/ext2fs/ext2_err.c:153
6119msgid "MMP: undergoing an unknown operation"
6120msgstr ""
6121
6122#: lib/ext2fs/ext2_err.c:154
6123msgid "MMP: filesystem still in use"
6124msgstr ""
6125
6126#: lib/ext2fs/ext2_err.c:155
6127msgid "MMP: open with O_DIRECT failed"
6128msgstr ""
6129
6130#: e2fsck/prof_err.c:11
6131msgid "Profile version 0.0"
6132msgstr ""
6133
6134#: e2fsck/prof_err.c:12
6135msgid "Bad magic value in profile_node"
6136msgstr ""
6137
6138#: e2fsck/prof_err.c:13
6139msgid "Profile section not found"
6140msgstr ""
6141
6142#: e2fsck/prof_err.c:14
6143#, fuzzy
6144msgid "Profile relation not found"
6145msgstr "当读取坏块inode时"
6146
6147#: e2fsck/prof_err.c:15
6148msgid "Attempt to add a relation to node which is not a section"
6149msgstr ""
6150
6151#: e2fsck/prof_err.c:16
6152msgid "A profile section header has a non-zero value"
6153msgstr ""
6154
6155#: e2fsck/prof_err.c:17
6156msgid "Bad linked list in profile structures"
6157msgstr ""
6158
6159#: e2fsck/prof_err.c:18
6160msgid "Bad group level in profile structures"
6161msgstr ""
6162
6163#: e2fsck/prof_err.c:19
6164msgid "Bad parent pointer in profile structures"
6165msgstr ""
6166
6167#: e2fsck/prof_err.c:20
6168msgid "Bad magic value in profile iterator"
6169msgstr ""
6170
6171#: e2fsck/prof_err.c:21
6172msgid "Can't set value on section node"
6173msgstr ""
6174
6175#: e2fsck/prof_err.c:22
6176msgid "Invalid argument passed to profile library"
6177msgstr ""
6178
6179#: e2fsck/prof_err.c:23
6180msgid "Attempt to modify read-only profile"
6181msgstr ""
6182
6183#: e2fsck/prof_err.c:24
6184msgid "Profile section header not at top level"
6185msgstr ""
6186
6187#: e2fsck/prof_err.c:25
6188msgid "Syntax error in profile section header"
6189msgstr ""
6190
6191#: e2fsck/prof_err.c:26
6192msgid "Syntax error in profile relation"
6193msgstr ""
6194
6195#: e2fsck/prof_err.c:27
6196msgid "Extra closing brace in profile"
6197msgstr ""
6198
6199#: e2fsck/prof_err.c:28
6200msgid "Missing open brace in profile"
6201msgstr ""
6202
6203#: e2fsck/prof_err.c:29
6204msgid "Bad magic value in profile_t"
6205msgstr ""
6206
6207#: e2fsck/prof_err.c:30
6208msgid "Bad magic value in profile_section_t"
6209msgstr ""
6210
6211#: e2fsck/prof_err.c:31
6212msgid "Iteration through all top level section not supported"
6213msgstr ""
6214
6215#: e2fsck/prof_err.c:32
6216#, fuzzy
6217msgid "Invalid profile_section object"
6218msgstr "设置了无效的文件系统选项: %s\n"
6219
6220#: e2fsck/prof_err.c:33
6221msgid "No more sections"
6222msgstr ""
6223
6224#: e2fsck/prof_err.c:34
6225msgid "Bad nameset passed to query routine"
6226msgstr ""
6227
6228#: e2fsck/prof_err.c:35
6229msgid "No profile file open"
6230msgstr ""
6231
6232#: e2fsck/prof_err.c:36
6233msgid "Bad magic value in profile_file_t"
6234msgstr ""
6235
6236#: e2fsck/prof_err.c:37
6237msgid "Couldn't open profile file"
6238msgstr ""
6239
6240#: e2fsck/prof_err.c:38
6241msgid "Section already exists"
6242msgstr ""
6243
6244#: e2fsck/prof_err.c:39
6245msgid "Invalid boolean value"
6246msgstr ""
6247
6248#: e2fsck/prof_err.c:40
6249#, fuzzy
6250msgid "Invalid integer value"
6251msgstr "无效的后缀长度"
6252
6253#: e2fsck/prof_err.c:41
6254msgid "Bad magic value in profile_file_data_t"
6255msgstr ""
6256
6257#~ msgid "<The ACL index inode>"
6258#~ msgstr "<ACL 索引 inode>"
6259
6260#~ msgid "<The ACL data inode>"
6261#~ msgstr "<ACL 数据 inode>"
6262
6263#~ msgid "%s is mounted. "
6264#~ msgstr "%s 已挂载."
6265
6266#~ msgid "Journal NOT removed\n"
6267#~ msgstr "日志_没有_被删除\n"
6268
Theodore Ts'o930e2812009-06-29 15:08:12 -04006269#~ msgid "bad block size - %s"
6270#~ msgstr "错误的块大小 - %s"