blob: b5d81c0db91e71a936ebf251150b6eb2b39b9cd7 [file] [log] [blame]
Theodore Ts'of722c132009-04-21 22:09:01 -04001# Chinese (simplified) translation for e2fsprogs.
2# This file is distributed under the same license as the e2fsprogs package.
Dark Ravenc4755342011-01-26 18:54:25 -05003# Dark Raven <drdarkraven@gmail.com>, 2009, 2010, 2011
Theodore Ts'of722c132009-04-21 22:09:01 -04004#
5#. The strings in e2fsck's problem.c can be very hard to translate,
6#. since the strings are expanded in two different ways. First of all,
7#. there is an @-expansion, where strings like "@i" are expanded to
8#. "inode", and so on. In order to make it easier for translators, the
9#. e2fsprogs po template file has been enhanced with comments that show
10#. the @-expansion, for the strings in the problem.c file.
11#.
12#. Translators are free to use the @-expansion facility if they so
13#. choose, by providing translations for strings in e2fsck/message.c.
14#. These translation can completely replace an expansion; for example,
15#. if "bblock" (which indicated that "@b" would be expanded to "block")
16#. is translated as "ddatenverlust", then "@d" will be expanded to
17#. "datenverlust". Alternatively, translators can simply not use the
18#. @-expansion facility at all.
19#.
20#. The second expansion which is done for e2fsck's problem.c messages is
21#. a dynamic %-expansion, which expands %i as an inode number, and so
22#. on. A table of these expansions can be found below. Note that
23#. %-expressions that begin with "%D" and "%I" are two-character
24#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040025#. ownership field (inode->i_uid). Also the "%B" expansion is special:
26#. it can expand to either the string "indirect block" (possibly preceded
27#. by the word "double" or "triple"), or the string "block #" immediately
28#. followed by an integer indicating a block sequence number.
Theodore Ts'of722c132009-04-21 22:09:01 -040029#.
30#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040031#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'of722c132009-04-21 22:09:01 -040032#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040052#. %It <str> file type
Theodore Ts'of722c132009-04-21 22:09:01 -040053#. %j <ino2> inode number
54#. %m <com_err error message>
55#. %N <num>
56#. %p ext2fs_get_pathname of directory <ino>
57#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
58#. the containing directory. (If dirent is NULL
59#. then return the pathname of directory <ino2>)
60#. %q ext2fs_get_pathname of directory <dir>
61#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
62#. the containing directory.
63#. %s <str> miscellaneous string
64#. %S backup superblock
65#. %X <num> hexadecimal format
66#.
67msgid ""
68msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -050069"Project-Id-Version: e2fsprogs-1.41.14\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040070"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040071"POT-Creation-Date: 2016-03-15 01:48-0400\n"
Dark Ravenc4755342011-01-26 18:54:25 -050072"PO-Revision-Date: 2011-01-26 21:53+0800\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040073"Last-Translator: Dark Raven <drdarkraven@gmail.com>\n"
Dark Raven3be22a82010-04-19 16:59:03 -040074"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040075"Language: zh_CN\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040076"MIME-Version: 1.0\n"
77"Content-Type: text/plain; charset=UTF-8\n"
78"Content-Transfer-Encoding: 8bit\n"
Dark Raven3be22a82010-04-19 16:59:03 -040079"X-Poedit-Language: Chinese\n"
80"X-Poedit-Country: CHINA\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040081
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040082#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -040083#, c-format
84msgid "Bad block %u out of range; ignored.\n"
85msgstr "坏块%u超出范围;忽略.\n"
86
Eric Sandeen032eafe2012-07-28 17:48:36 -040087#: e2fsck/badblocks.c:46
Theodore Ts'of722c132009-04-21 22:09:01 -040088msgid "while sanity checking the bad blocks inode"
Dark Ravenc4755342011-01-26 18:54:25 -050089msgstr "在对坏块inode进行一致性检验是"
Theodore Ts'of722c132009-04-21 22:09:01 -040090
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -040092msgid "while reading the bad blocks inode"
93msgstr "当读取坏块inode时"
94
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040095#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
96#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
97#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
98#: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
99#: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
Theodore Ts'of722c132009-04-21 22:09:01 -0400100#, c-format
101msgid "while trying to open %s"
102msgstr "当尝试打开 %s 时"
103
Eric Sandeen032eafe2012-07-28 17:48:36 -0400104#: e2fsck/badblocks.c:83
Dark Raven3be22a82010-04-19 16:59:03 -0400105#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400106msgid "while trying popen '%s'"
107msgstr "当尝试对 '%s' 进行popen时"
108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400109#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -0400110msgid "while reading in list of bad blocks from file"
111msgstr "当从文件中读取坏块表时"
112
Eric Sandeen032eafe2012-07-28 17:48:36 -0400113#: e2fsck/badblocks.c:105
Theodore Ts'of722c132009-04-21 22:09:01 -0400114msgid "while updating bad block inode"
115msgstr "当更新坏块inode时"
116
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400117#: e2fsck/badblocks.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400118#, c-format
119msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
120msgstr "警告:在坏块inode中发现非法的块%u. 清除.\n"
121
Eric Sandeen032eafe2012-07-28 17:48:36 -0400122#: e2fsck/ehandler.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400123#, fuzzy, c-format
124msgid "Error reading block %lu (%s) while %s. "
125msgstr "读取块 %lu (%s) 错误 , %s. "
126
Eric Sandeen032eafe2012-07-28 17:48:36 -0400127#: e2fsck/ehandler.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400128#, c-format
129msgid "Error reading block %lu (%s). "
130msgstr "读取块 %lu (%s) 错误"
131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400132#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400133msgid "Ignore error"
134msgstr "忽略错误"
135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400136#: e2fsck/ehandler.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400137msgid "Force rewrite"
138msgstr "强制覆盖"
139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400140#: e2fsck/ehandler.c:109
Theodore Ts'of722c132009-04-21 22:09:01 -0400141#, fuzzy, c-format
142msgid "Error writing block %lu (%s) while %s. "
143msgstr "写块 %lu (%s) 出错 , %s. "
144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400145#: e2fsck/ehandler.c:112
Theodore Ts'of722c132009-04-21 22:09:01 -0400146#, c-format
147msgid "Error writing block %lu (%s). "
148msgstr "写块 %lu (%s) 出错. "
149
Eric Sandeen032eafe2012-07-28 17:48:36 -0400150#: e2fsck/emptydir.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400151msgid "empty dirblocks"
Dark Raven3be22a82010-04-19 16:59:03 -0400152msgstr "空的dir块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400155msgid "empty dir map"
156msgstr "空ACL映射"
157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400159#, c-format
160msgid "Empty directory block %u (#%d) in inode %u\n"
161msgstr "空目录块 %u (#%d),于 inode %u 中\n"
162
Eric Sandeen032eafe2012-07-28 17:48:36 -0400163#: e2fsck/extend.c:22
Theodore Ts'of722c132009-04-21 22:09:01 -0400164#, c-format
165msgid "%s: %s filename nblocks blocksize\n"
166msgstr ""
167
Eric Sandeen032eafe2012-07-28 17:48:36 -0400168#: e2fsck/extend.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400169#, c-format
170msgid "Illegal number of blocks!\n"
171msgstr "非法的块数量!\n"
172
Eric Sandeen032eafe2012-07-28 17:48:36 -0400173#: e2fsck/extend.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -0400174#, c-format
175msgid "Couldn't allocate block buffer (size=%d)\n"
176msgstr "无法分配块缓存 (大小=%d)\n"
177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400178#: e2fsck/extents.c:42
179#, fuzzy
180msgid "extent rebuild inode map"
181msgstr "普通文件inode映射"
182
Eric Sandeen032eafe2012-07-28 17:48:36 -0400183#: e2fsck/flushb.c:35
Dark Raven3be22a82010-04-19 16:59:03 -0400184#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400185msgid "Usage: %s disk\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400186msgstr "用法: %s disk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400187
Eric Sandeen032eafe2012-07-28 17:48:36 -0400188#: e2fsck/flushb.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400189#, c-format
190msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
191msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
192
Eric Sandeen032eafe2012-07-28 17:48:36 -0400193#: e2fsck/iscan.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400194#, c-format
195msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
196msgstr "用法: %s [-F] [-I inode_buffer_blocks] device\n"
197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400198#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -0400199#, fuzzy, c-format
200msgid "while opening %s for flushing"
201msgstr "当为刷新打开“%s”时"
202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400203#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Theodore Ts'of722c132009-04-21 22:09:01 -0400204#, fuzzy, c-format
205msgid "while trying to flush %s"
206msgstr "当尝试刷新 %s 时"
207
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400208#: e2fsck/iscan.c:110
209#, fuzzy, c-format
210msgid "while trying to open '%s'"
211msgstr "当尝试打开 %s 时"
212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400213#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'of722c132009-04-21 22:09:01 -0400214msgid "while opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500215msgstr "在打开inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400217#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'of722c132009-04-21 22:09:01 -0400218msgid "while getting next inode"
219msgstr "当获取下一个inode时"
220
Eric Sandeen032eafe2012-07-28 17:48:36 -0400221#: e2fsck/iscan.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400222#, c-format
223msgid "%u inodes scanned.\n"
224msgstr "%u 个 inode 被扫描.\n"
225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400226#: e2fsck/journal.c:593
Theodore Ts'of722c132009-04-21 22:09:01 -0400227msgid "reading journal superblock\n"
228msgstr "读取日志超级块\n"
229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400230#: e2fsck/journal.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -0400231#, c-format
232msgid "%s: no valid journal superblock found\n"
233msgstr "%s: 没有发现日志超级块\n"
234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400235#: e2fsck/journal.c:675
Dark Raven3be22a82010-04-19 16:59:03 -0400236#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400237msgid "%s: journal too short\n"
238msgstr "%s: 日志过短\n"
239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400240#: e2fsck/journal.c:966 misc/fuse2fs.c:3773
Theodore Ts'of722c132009-04-21 22:09:01 -0400241#, c-format
242msgid "%s: recovering journal\n"
243msgstr "%s: 正在修复日志\n"
244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400245#: e2fsck/journal.c:968
Theodore Ts'of722c132009-04-21 22:09:01 -0400246#, c-format
247msgid "%s: won't do journal recovery while read-only\n"
248msgstr "%s: 使用只读模式时不会进行日志修复\n"
249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400250#: e2fsck/journal.c:995
Theodore Ts'of722c132009-04-21 22:09:01 -0400251#, c-format
252msgid "while trying to re-open %s"
Dark Ravenc4755342011-01-26 18:54:25 -0500253msgstr "在尝试重新打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400254
Eric Sandeen032eafe2012-07-28 17:48:36 -0400255#: e2fsck/message.c:113
Theodore Ts'of722c132009-04-21 22:09:01 -0400256msgid "aextended attribute"
257msgstr "a扩展属性"
258
Eric Sandeen032eafe2012-07-28 17:48:36 -0400259#: e2fsck/message.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400260msgid "Aerror allocating"
261msgstr "A分配出错"
262
Eric Sandeen032eafe2012-07-28 17:48:36 -0400263#: e2fsck/message.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400264msgid "bblock"
265msgstr "b块"
266
Eric Sandeen032eafe2012-07-28 17:48:36 -0400267#: e2fsck/message.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400268msgid "Bbitmap"
269msgstr "B位图"
270
Eric Sandeen032eafe2012-07-28 17:48:36 -0400271#: e2fsck/message.c:117
Theodore Ts'of722c132009-04-21 22:09:01 -0400272msgid "ccompress"
273msgstr "c压缩"
274
Eric Sandeen032eafe2012-07-28 17:48:36 -0400275#: e2fsck/message.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -0400276msgid "Cconflicts with some other fs @b"
277msgstr "C与其他文件系统@b冲突"
278
Eric Sandeen032eafe2012-07-28 17:48:36 -0400279#: e2fsck/message.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400280msgid "ddirectory"
281msgstr "d目录"
282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400283#: e2fsck/message.c:120
284msgid "Ddeleted"
285msgstr "D删除"
286
287#: e2fsck/message.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -0400288msgid "eentry"
289msgstr "e入口"
290
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400291#: e2fsck/message.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400292msgid "E@e '%Dn' in %p (%i)"
Dark Ravenc4755342011-01-26 18:54:25 -0500293msgstr "E在 %p (%i) 中的@e '%Dn'"
Theodore Ts'of722c132009-04-21 22:09:01 -0400294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295#: e2fsck/message.c:123
Theodore Ts'of722c132009-04-21 22:09:01 -0400296msgid "ffilesystem"
297msgstr "f文件系统"
298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400299#: e2fsck/message.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -0400300msgid "Ffor @i %i (%Q) is"
301msgstr ""
302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400303#: e2fsck/message.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400304msgid "ggroup"
305msgstr "g簇"
306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400307#: e2fsck/message.c:126
Theodore Ts'of722c132009-04-21 22:09:01 -0400308msgid "hHTREE @d @i"
309msgstr "hHTREE@d@i"
310
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400311#: e2fsck/message.c:127
312msgid "iinode"
313msgstr "iinode"
314
315#: e2fsck/message.c:128
316msgid "Iillegal"
317msgstr "I非法的"
318
319#: e2fsck/message.c:129
320msgid "jjournal"
321msgstr "j日志"
322
Eric Sandeen032eafe2012-07-28 17:48:36 -0400323#: e2fsck/message.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -0400324msgid "llost+found"
325msgstr "llost+found"
326
Eric Sandeen032eafe2012-07-28 17:48:36 -0400327#: e2fsck/message.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400328msgid "Lis a link"
329msgstr "L是一个链接"
330
Eric Sandeen032eafe2012-07-28 17:48:36 -0400331#: e2fsck/message.c:132
Theodore Ts'of722c132009-04-21 22:09:01 -0400332msgid "mmultiply-claimed"
333msgstr ""
334
Eric Sandeen032eafe2012-07-28 17:48:36 -0400335#: e2fsck/message.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400336msgid "ninvalid"
337msgstr "n无效的"
338
Eric Sandeen032eafe2012-07-28 17:48:36 -0400339#: e2fsck/message.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -0400340msgid "oorphaned"
341msgstr "孤立的"
342
Eric Sandeen032eafe2012-07-28 17:48:36 -0400343#: e2fsck/message.c:135
Theodore Ts'of722c132009-04-21 22:09:01 -0400344msgid "pproblem in"
345msgstr "问题出于"
346
Eric Sandeen032eafe2012-07-28 17:48:36 -0400347#: e2fsck/message.c:136
348msgid "qquota"
349msgstr ""
350
351#: e2fsck/message.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400352msgid "rroot @i"
353msgstr "r根@i"
354
Eric Sandeen032eafe2012-07-28 17:48:36 -0400355#: e2fsck/message.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400356msgid "sshould be"
357msgstr "s应为"
358
Eric Sandeen032eafe2012-07-28 17:48:36 -0400359#: e2fsck/message.c:139
Theodore Ts'of722c132009-04-21 22:09:01 -0400360msgid "Ssuper@b"
361msgstr "S超级@b"
362
Eric Sandeen032eafe2012-07-28 17:48:36 -0400363#: e2fsck/message.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400364msgid "uunattached"
365msgstr ""
366
Eric Sandeen032eafe2012-07-28 17:48:36 -0400367#: e2fsck/message.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -0400368msgid "vdevice"
369msgstr "v设备"
370
Eric Sandeen032eafe2012-07-28 17:48:36 -0400371#: e2fsck/message.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -0400372#, fuzzy
373msgid "xextent"
374msgstr "x程度"
375
Eric Sandeen032eafe2012-07-28 17:48:36 -0400376#: e2fsck/message.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400377msgid "zzero-length"
378msgstr "z零长度"
379
Eric Sandeen032eafe2012-07-28 17:48:36 -0400380#: e2fsck/message.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -0400381msgid "<The NULL inode>"
382msgstr "<空的 inode>"
383
Eric Sandeen032eafe2012-07-28 17:48:36 -0400384#: e2fsck/message.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400385msgid "<The bad blocks inode>"
386msgstr "<坏块 inode>"
387
Dark Raven3be22a82010-04-19 16:59:03 -0400388#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400389#, fuzzy
390msgid "<The user quota inode>"
391msgstr "<日志 inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400392
Dark Raven3be22a82010-04-19 16:59:03 -0400393#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400394#, fuzzy
395msgid "<The group quota inode>"
Dark Ravenc4755342011-01-26 18:54:25 -0500396msgstr "<组描述符inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400397
Dark Raven3be22a82010-04-19 16:59:03 -0400398#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400399msgid "<The boot loader inode>"
400msgstr "<启动器 inode>"
401
402#: e2fsck/message.c:160
403msgid "<The undelete directory inode>"
404msgstr "<未删除的目录 inode>"
405
406#: e2fsck/message.c:161
407msgid "<The group descriptor inode>"
408msgstr "<组描述符inode>"
409
410#: e2fsck/message.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400411msgid "<The journal inode>"
412msgstr "<日志 inode>"
413
Eric Sandeen032eafe2012-07-28 17:48:36 -0400414#: e2fsck/message.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -0400415msgid "<Reserved inode 9>"
416msgstr "<保留的 inode 9>"
417
Eric Sandeen032eafe2012-07-28 17:48:36 -0400418#: e2fsck/message.c:164
Theodore Ts'of722c132009-04-21 22:09:01 -0400419msgid "<Reserved inode 10>"
420msgstr "<保留的 inode 10>"
421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400422#: e2fsck/message.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -0400423msgid "regular file"
424msgstr "一般文件"
425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400426#: e2fsck/message.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -0400427msgid "directory"
428msgstr "文件夹"
429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400430#: e2fsck/message.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -0400431msgid "character device"
432msgstr "字符设备"
433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400434#: e2fsck/message.c:339
Theodore Ts'of722c132009-04-21 22:09:01 -0400435msgid "block device"
436msgstr "块设备"
437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400438#: e2fsck/message.c:341
Theodore Ts'of722c132009-04-21 22:09:01 -0400439msgid "named pipe"
440msgstr "命名管道"
441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400442#: e2fsck/message.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -0400443msgid "symbolic link"
444msgstr "符号链接"
445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400446#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400447msgid "socket"
448msgstr "套接字"
449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400450#: e2fsck/message.c:347
Dark Raven3be22a82010-04-19 16:59:03 -0400451#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400452msgid "unknown file type with mode 0%o"
453msgstr "模式为 0%o 的未知文件类型"
454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400455#: e2fsck/message.c:422
Dark Raven3be22a82010-04-19 16:59:03 -0400456msgid "indirect block"
457msgstr ""
458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400459#: e2fsck/message.c:424
Dark Raven3be22a82010-04-19 16:59:03 -0400460msgid "double indirect block"
461msgstr ""
462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400463#: e2fsck/message.c:426
Dark Raven3be22a82010-04-19 16:59:03 -0400464msgid "triple indirect block"
465msgstr ""
466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400467#: e2fsck/message.c:428
Dark Raven3be22a82010-04-19 16:59:03 -0400468msgid "translator block"
469msgstr ""
470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400471#: e2fsck/message.c:430
Dark Raven3be22a82010-04-19 16:59:03 -0400472msgid "block #"
473msgstr "块 #"
474
Eric Sandeen032eafe2012-07-28 17:48:36 -0400475#: e2fsck/pass1b.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -0400476msgid "multiply claimed inode map"
477msgstr ""
478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400479#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Eric Sandeen032eafe2012-07-28 17:48:36 -0400480#, fuzzy, c-format
481msgid "internal error: can't find dup_blk for %llu\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500482msgstr "内部错误: 无法找到 %u 的 duo_blk\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400484#: e2fsck/pass1b.c:897
Theodore Ts'of722c132009-04-21 22:09:01 -0400485msgid "returned from clone_file_block"
Dark Ravenc4755342011-01-26 18:54:25 -0500486msgstr "从 clone_file_block 中返回"
Theodore Ts'of722c132009-04-21 22:09:01 -0400487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400488#: e2fsck/pass1b.c:919
Eric Sandeen032eafe2012-07-28 17:48:36 -0400489#, fuzzy, c-format
490msgid "internal error: couldn't lookup EA block record for %llu"
Dark Ravenc4755342011-01-26 18:54:25 -0500491msgstr "内部错误: 无法找到 %u 的EA块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400493#: e2fsck/pass1b.c:931
Theodore Ts'of722c132009-04-21 22:09:01 -0400494#, c-format
495msgid "internal error: couldn't lookup EA inode record for %u"
Dark Ravenc4755342011-01-26 18:54:25 -0500496msgstr "内部错误: 无法找到 %u 的EA节点记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400498#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'of722c132009-04-21 22:09:01 -0400499msgid "reading directory block"
500msgstr "正在读取目录块"
501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400502#: e2fsck/pass1.c:1099
Theodore Ts'of722c132009-04-21 22:09:01 -0400503msgid "in-use inode map"
504msgstr "使用中的inode映射"
505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400506#: e2fsck/pass1.c:1110
Theodore Ts'of722c132009-04-21 22:09:01 -0400507msgid "directory inode map"
508msgstr "目录inode映射"
509
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400510#: e2fsck/pass1.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -0400511msgid "regular file inode map"
512msgstr "普通文件inode映射"
513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400514#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'of722c132009-04-21 22:09:01 -0400515msgid "in-use block map"
516msgstr "使用中的块映射"
517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400518#: e2fsck/pass1.c:1138
519#, fuzzy
520msgid "metadata block map"
521msgstr "元数据块"
522
523#: e2fsck/pass1.c:1204
Theodore Ts'of722c132009-04-21 22:09:01 -0400524msgid "opening inode scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500525msgstr "打开inode扫描中"
Theodore Ts'of722c132009-04-21 22:09:01 -0400526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400527#: e2fsck/pass1.c:1242
Theodore Ts'of722c132009-04-21 22:09:01 -0400528msgid "getting next inode from scan"
Dark Ravenc4755342011-01-26 18:54:25 -0500529msgstr "正在获取扫描中的下一个inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400531#: e2fsck/pass1.c:1928
Theodore Ts'of722c132009-04-21 22:09:01 -0400532msgid "Pass 1"
533msgstr "第1步"
534
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400535#: e2fsck/pass1.c:1988
Dark Raven3be22a82010-04-19 16:59:03 -0400536#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400537msgid "reading indirect blocks of inode %u"
Dark Raven3be22a82010-04-19 16:59:03 -0400538msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400540#: e2fsck/pass1.c:2038
Theodore Ts'of722c132009-04-21 22:09:01 -0400541msgid "bad inode map"
Dark Ravenc4755342011-01-26 18:54:25 -0500542msgstr "错误的inode映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400544#: e2fsck/pass1.c:2078
Theodore Ts'of722c132009-04-21 22:09:01 -0400545msgid "inode in bad block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500546msgstr "错误块映射中的inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400548#: e2fsck/pass1.c:2098
Theodore Ts'of722c132009-04-21 22:09:01 -0400549msgid "imagic inode map"
Dark Raven3be22a82010-04-19 16:59:03 -0400550msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -0400551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400552#: e2fsck/pass1.c:2125
Theodore Ts'of722c132009-04-21 22:09:01 -0400553msgid "multiply claimed block map"
554msgstr ""
555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400556#: e2fsck/pass1.c:2239
Theodore Ts'of722c132009-04-21 22:09:01 -0400557msgid "ext attr block map"
Dark Ravenc4755342011-01-26 18:54:25 -0500558msgstr "ext attr 块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400559
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400560#: e2fsck/pass1.c:3406
Theodore Ts'of722c132009-04-21 22:09:01 -0400561#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400562msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400563msgstr ""
564
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400565#: e2fsck/pass1.c:3821
Theodore Ts'of722c132009-04-21 22:09:01 -0400566msgid "block bitmap"
567msgstr "块位图"
568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400569#: e2fsck/pass1.c:3827
Theodore Ts'of722c132009-04-21 22:09:01 -0400570msgid "inode bitmap"
571msgstr "inode 位图"
572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400573#: e2fsck/pass1.c:3833
Theodore Ts'of722c132009-04-21 22:09:01 -0400574msgid "inode table"
575msgstr "inode表"
576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400577#: e2fsck/pass2.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -0400578msgid "Pass 2"
579msgstr "第2步"
580
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400581#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Theodore Ts'of722c132009-04-21 22:09:01 -0400582msgid "Can not continue."
583msgstr "无法继续."
584
Eric Sandeen032eafe2012-07-28 17:48:36 -0400585#: e2fsck/pass3.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -0400586msgid "inode done bitmap"
587msgstr ""
588
Eric Sandeen032eafe2012-07-28 17:48:36 -0400589#: e2fsck/pass3.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400590msgid "Peak memory"
Dark Raven3be22a82010-04-19 16:59:03 -0400591msgstr "内存峰值"
Theodore Ts'of722c132009-04-21 22:09:01 -0400592
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400593#: e2fsck/pass3.c:149
Theodore Ts'of722c132009-04-21 22:09:01 -0400594msgid "Pass 3"
595msgstr "第3步"
596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400597#: e2fsck/pass3.c:344
Theodore Ts'of722c132009-04-21 22:09:01 -0400598msgid "inode loop detection bitmap"
599msgstr ""
600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400601#: e2fsck/pass4.c:206
Theodore Ts'of722c132009-04-21 22:09:01 -0400602msgid "Pass 4"
603msgstr "第4步"
604
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400605#: e2fsck/pass5.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400606msgid "Pass 5"
607msgstr "第5步"
608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400609#: e2fsck/pass5.c:104
610msgid "check_inode_bitmap_checksum: Memory allocation error"
611msgstr ""
612
613#: e2fsck/pass5.c:158
614msgid "check_block_bitmap_checksum: Memory allocation error"
615msgstr ""
616
Eric Sandeen032eafe2012-07-28 17:48:36 -0400617#: e2fsck/problem.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -0400618#, fuzzy
619msgid "(no prompt)"
620msgstr "(没有提示)"
621
Eric Sandeen032eafe2012-07-28 17:48:36 -0400622#: e2fsck/problem.c:52
Theodore Ts'of722c132009-04-21 22:09:01 -0400623msgid "Fix"
624msgstr "处理"
625
Eric Sandeen032eafe2012-07-28 17:48:36 -0400626#: e2fsck/problem.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -0400627msgid "Clear"
628msgstr "清除"
629
Eric Sandeen032eafe2012-07-28 17:48:36 -0400630#: e2fsck/problem.c:54
Theodore Ts'of722c132009-04-21 22:09:01 -0400631msgid "Relocate"
632msgstr "重定位"
633
Eric Sandeen032eafe2012-07-28 17:48:36 -0400634#: e2fsck/problem.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400635msgid "Allocate"
636msgstr "分配"
637
Eric Sandeen032eafe2012-07-28 17:48:36 -0400638#: e2fsck/problem.c:56
Theodore Ts'of722c132009-04-21 22:09:01 -0400639msgid "Expand"
640msgstr "扩充"
641
Eric Sandeen032eafe2012-07-28 17:48:36 -0400642#: e2fsck/problem.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400643msgid "Connect to /lost+found"
644msgstr "连接到 /lost+found"
645
Eric Sandeen032eafe2012-07-28 17:48:36 -0400646#: e2fsck/problem.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400647msgid "Create"
648msgstr "创建"
649
Eric Sandeen032eafe2012-07-28 17:48:36 -0400650#: e2fsck/problem.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -0400651msgid "Salvage"
652msgstr "修复"
653
Eric Sandeen032eafe2012-07-28 17:48:36 -0400654#: e2fsck/problem.c:60
Theodore Ts'of722c132009-04-21 22:09:01 -0400655msgid "Truncate"
656msgstr "截断"
657
Eric Sandeen032eafe2012-07-28 17:48:36 -0400658#: e2fsck/problem.c:61
Theodore Ts'of722c132009-04-21 22:09:01 -0400659msgid "Clear inode"
Dark Raven3be22a82010-04-19 16:59:03 -0400660msgstr "清空inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400661
Eric Sandeen032eafe2012-07-28 17:48:36 -0400662#: e2fsck/problem.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400663msgid "Abort"
664msgstr "中断"
665
Eric Sandeen032eafe2012-07-28 17:48:36 -0400666#: e2fsck/problem.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -0400667msgid "Split"
Dark Ravenc4755342011-01-26 18:54:25 -0500668msgstr "分裂"
Theodore Ts'of722c132009-04-21 22:09:01 -0400669
Eric Sandeen032eafe2012-07-28 17:48:36 -0400670#: e2fsck/problem.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400671msgid "Continue"
672msgstr "继续"
673
Eric Sandeen032eafe2012-07-28 17:48:36 -0400674#: e2fsck/problem.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -0400675msgid "Clone multiply-claimed blocks"
676msgstr ""
677
Eric Sandeen032eafe2012-07-28 17:48:36 -0400678#: e2fsck/problem.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -0400679msgid "Delete file"
680msgstr "删除文件"
681
Eric Sandeen032eafe2012-07-28 17:48:36 -0400682#: e2fsck/problem.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400683#, fuzzy
684msgid "Suppress messages"
685msgstr "不显示消息"
686
Eric Sandeen032eafe2012-07-28 17:48:36 -0400687#: e2fsck/problem.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -0400688msgid "Unlink"
689msgstr "解除链接"
690
Eric Sandeen032eafe2012-07-28 17:48:36 -0400691#: e2fsck/problem.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -0400692msgid "Clear HTree index"
Dark Ravenc4755342011-01-26 18:54:25 -0500693msgstr "清空 HTree 索引"
Theodore Ts'of722c132009-04-21 22:09:01 -0400694
Eric Sandeen032eafe2012-07-28 17:48:36 -0400695#: e2fsck/problem.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -0400696msgid "Recreate"
697msgstr "重建"
698
Eric Sandeen032eafe2012-07-28 17:48:36 -0400699#: e2fsck/problem.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -0400700msgid "(NONE)"
701msgstr "(空)"
702
Eric Sandeen032eafe2012-07-28 17:48:36 -0400703#: e2fsck/problem.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -0400704msgid "FIXED"
705msgstr "已处理"
706
Eric Sandeen032eafe2012-07-28 17:48:36 -0400707#: e2fsck/problem.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400708msgid "CLEARED"
709msgstr "已清除"
710
Eric Sandeen032eafe2012-07-28 17:48:36 -0400711#: e2fsck/problem.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -0400712msgid "RELOCATED"
713msgstr "已重定位"
714
Eric Sandeen032eafe2012-07-28 17:48:36 -0400715#: e2fsck/problem.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -0400716msgid "ALLOCATED"
717msgstr "已分配"
718
Eric Sandeen032eafe2012-07-28 17:48:36 -0400719#: e2fsck/problem.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -0400720msgid "EXPANDED"
721msgstr "已扩充"
722
Eric Sandeen032eafe2012-07-28 17:48:36 -0400723#: e2fsck/problem.c:85
Theodore Ts'of722c132009-04-21 22:09:01 -0400724msgid "RECONNECTED"
725msgstr "已重新连接"
726
Eric Sandeen032eafe2012-07-28 17:48:36 -0400727#: e2fsck/problem.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400728msgid "CREATED"
729msgstr "已创建"
730
Eric Sandeen032eafe2012-07-28 17:48:36 -0400731#: e2fsck/problem.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -0400732msgid "SALVAGED"
733msgstr "已修复"
734
Eric Sandeen032eafe2012-07-28 17:48:36 -0400735#: e2fsck/problem.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -0400736msgid "TRUNCATED"
Dark Raven3be22a82010-04-19 16:59:03 -0400737msgstr "已截断"
Theodore Ts'of722c132009-04-21 22:09:01 -0400738
Eric Sandeen032eafe2012-07-28 17:48:36 -0400739#: e2fsck/problem.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -0400740#, fuzzy
741msgid "INODE CLEARED"
742msgstr "INODE 已清除"
743
Eric Sandeen032eafe2012-07-28 17:48:36 -0400744#: e2fsck/problem.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -0400745msgid "ABORTED"
746msgstr "已中断"
747
Eric Sandeen032eafe2012-07-28 17:48:36 -0400748#: e2fsck/problem.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -0400749#, fuzzy
750msgid "SPLIT"
751msgstr "分裂"
752
Eric Sandeen032eafe2012-07-28 17:48:36 -0400753#: e2fsck/problem.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -0400754msgid "CONTINUING"
755msgstr "继续"
756
Eric Sandeen032eafe2012-07-28 17:48:36 -0400757#: e2fsck/problem.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -0400758msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
759msgstr ""
760
Eric Sandeen032eafe2012-07-28 17:48:36 -0400761#: e2fsck/problem.c:94
Theodore Ts'of722c132009-04-21 22:09:01 -0400762msgid "FILE DELETED"
763msgstr "文件已删除"
764
Eric Sandeen032eafe2012-07-28 17:48:36 -0400765#: e2fsck/problem.c:95
Theodore Ts'of722c132009-04-21 22:09:01 -0400766msgid "SUPPRESSED"
767msgstr "禁止"
768
Eric Sandeen032eafe2012-07-28 17:48:36 -0400769#: e2fsck/problem.c:96
Theodore Ts'of722c132009-04-21 22:09:01 -0400770msgid "UNLINKED"
Dark Ravenc4755342011-01-26 18:54:25 -0500771msgstr "已Unlink"
Theodore Ts'of722c132009-04-21 22:09:01 -0400772
Eric Sandeen032eafe2012-07-28 17:48:36 -0400773#: e2fsck/problem.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -0400774msgid "HTREE INDEX CLEARED"
Dark Ravenc4755342011-01-26 18:54:25 -0500775msgstr "HTREE索引已清除"
Theodore Ts'of722c132009-04-21 22:09:01 -0400776
Eric Sandeen032eafe2012-07-28 17:48:36 -0400777#: e2fsck/problem.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400778msgid "WILL RECREATE"
779msgstr "将会重建"
780
781#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400782#: e2fsck/problem.c:110
Theodore Ts'of722c132009-04-21 22:09:01 -0400783msgid "@b @B for @g %g is not in @g. (@b %b)\n"
784msgstr ""
785
786#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400787#: e2fsck/problem.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400788msgid "@i @B for @g %g is not in @g. (@b %b)\n"
789msgstr ""
790
791#. @-expanded: inode table for group %g is not in group. (block %b)\n
792#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400793#: e2fsck/problem.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400794msgid ""
795"@i table for @g %g is not in @g. (@b %b)\n"
796"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
797msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500798"@g%g的@i表不在@g中。 (@b %b)\n"
799"警告:可能造成严重的数据丢失。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400800
801#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400802#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
803#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400804#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
805#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400806#. @-expanded: e2fsck -b 8193 <device>\n
807#. @-expanded: or\n
808#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400809#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400810#: e2fsck/problem.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400811msgid ""
812"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400813"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
814"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400815"@f (and not swap or ufs or something else), then the @S\n"
816"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400817" e2fsck -b 8193 <@v>\n"
818" or\n"
819" e2fsck -b 32768 <@v>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400820"\n"
821msgstr ""
822
823#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
824#. @-expanded: The physical size of the device is %c blocks\n
825#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400826#: e2fsck/problem.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400827msgid ""
828"The @f size (according to the @S) is %b @bs\n"
829"The physical size of the @v is %c @bs\n"
830"Either the @S or the partition table is likely to be corrupt!\n"
831msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500832"@f的大小 (依据@S) 为 %b @b\n"
833"而@v的物理大小为 %c @b\n"
834"@S或分区表可能已被损坏!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400835
836#. @-expanded: superblock block_size = %b, fragsize = %c.\n
837#. @-expanded: This version of e2fsck does not support fragment sizes different\n
838#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400839#: e2fsck/problem.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400840msgid ""
841"@S @b_size = %b, fragsize = %c.\n"
842"This version of e2fsck does not support fragment sizes different\n"
843"from the @b size.\n"
844msgstr ""
845
846#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400847#: e2fsck/problem.c:150
Theodore Ts'of722c132009-04-21 22:09:01 -0400848msgid "@S @bs_per_group = %b, should have been %c\n"
849msgstr ""
850
851#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400852#: e2fsck/problem.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400853msgid "@S first_data_@b = %b, should have been %c\n"
854msgstr ""
855
856#. @-expanded: filesystem did not have a UUID; generating one.\n
857#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400858#: e2fsck/problem.c:160
Theodore Ts'of722c132009-04-21 22:09:01 -0400859msgid ""
860"@f did not have a UUID; generating one.\n"
861"\n"
862msgstr ""
Dark Ravenc4755342011-01-26 18:54:25 -0500863"@f缺少UUID;正在生成一个。\n"
864"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400866#: e2fsck/problem.c:165
Theodore Ts'of722c132009-04-21 22:09:01 -0400867#, c-format
868msgid ""
869"Note: if several inode or block bitmap blocks or part\n"
870"of the inode table require relocation, you may wish to try\n"
871"running e2fsck with the '-b %S' option first. The problem\n"
872"may lie only with the primary block group descriptors, and\n"
873"the backup block group descriptors may be OK.\n"
874"\n"
875msgstr ""
876
877#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400878#: e2fsck/problem.c:174
Theodore Ts'of722c132009-04-21 22:09:01 -0400879msgid "Corruption found in @S. (%s = %N).\n"
880msgstr "在@S中发现错误. (%s = %N).\n"
881
882#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400883#: e2fsck/problem.c:179
Theodore Ts'of722c132009-04-21 22:09:01 -0400884#, c-format
885msgid "Error determining size of the physical @v: %m\n"
886msgstr "决定物理@v的大小出错 %m\n"
887
888#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400889#: e2fsck/problem.c:184
Theodore Ts'of722c132009-04-21 22:09:01 -0400890msgid "@i count in @S is %i, @s %j.\n"
891msgstr "@S中的@i计数为 %i,@s %j.\n"
892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400893#: e2fsck/problem.c:188
Theodore Ts'of722c132009-04-21 22:09:01 -0400894msgid "The Hurd does not support the filetype feature.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500895msgstr "Hurd系统不支持filetype功能。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400896
Theodore Ts'o930e2812009-06-29 15:08:12 -0400897#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400898#: e2fsck/problem.c:193
Dark Raven3be22a82010-04-19 16:59:03 -0400899#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400900msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400901msgstr "@S包含@n ext3 @j(@i %i).\n"
902
903#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400904#: e2fsck/problem.c:198
Theodore Ts'of722c132009-04-21 22:09:01 -0400905msgid "External @j has multiple @f users (unsupported).\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500906msgstr "外部@j同时有多个@f使用 (不支持)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400907
908#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400909#: e2fsck/problem.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -0400910msgid "Can't find external @j\n"
911msgstr "无法找到外部@j\n"
912
913#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400914#: e2fsck/problem.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -0400915msgid "External @j has bad @S\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500916msgstr "外部@j有错误的@S\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400917
918#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400919#: e2fsck/problem.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -0400920msgid "External @j does not support this @f\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500921msgstr "外部@j不支持此@f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400922
Theodore Ts'o930e2812009-06-29 15:08:12 -0400923#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400924#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
925#. @-expanded: format.\n
926#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400927#: e2fsck/problem.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -0400928msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -0400929"@f @j @S is unknown type %N (unsupported).\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400930"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
931"format.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400932"It is also possible the @j @S is corrupt.\n"
933msgstr ""
934
Theodore Ts'o930e2812009-06-29 15:08:12 -0400935#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400936#: e2fsck/problem.c:226
Theodore Ts'o930e2812009-06-29 15:08:12 -0400937msgid "@j @S is corrupt.\n"
Dark Raven3be22a82010-04-19 16:59:03 -0400938msgstr "@j@S已损坏.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400939
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400940#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400941#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400942#, fuzzy
943msgid "@S has_@j flag is clear, but a @j is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500944msgstr "@S没有has_journal标志,但是存在一个@j %s。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400945
Theodore Ts'o930e2812009-06-29 15:08:12 -0400946#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400947#: e2fsck/problem.c:236
Theodore Ts'o930e2812009-06-29 15:08:12 -0400948msgid "@S needs_recovery flag is set, but no @j is present.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500949msgstr "@S有needs_recovery标志,但是没有@j存在。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400950
Theodore Ts'o930e2812009-06-29 15:08:12 -0400951#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400952#: e2fsck/problem.c:241
Theodore Ts'o930e2812009-06-29 15:08:12 -0400953msgid "@S needs_recovery flag is clear, but @j has data.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500954msgstr "@S没有needs_recovery标志,但是@j中没有数据。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400955
956#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400957#: e2fsck/problem.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -0400958#, fuzzy
959msgid "Clear @j"
960msgstr "清除@j"
961
Theodore Ts'o930e2812009-06-29 15:08:12 -0400962#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400963#: e2fsck/problem.c:251 e2fsck/problem.c:729
Theodore Ts'o930e2812009-06-29 15:08:12 -0400964msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'of722c132009-04-21 22:09:01 -0400965msgstr ""
966
967#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400968#: e2fsck/problem.c:256
Theodore Ts'of722c132009-04-21 22:09:01 -0400969msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
970msgstr ""
971
Dark Raven3be22a82010-04-19 16:59:03 -0400972#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400973#: e2fsck/problem.c:261
Dark Raven3be22a82010-04-19 16:59:03 -0400974msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400975msgstr ""
976
Dark Raven3be22a82010-04-19 16:59:03 -0400977#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400978#: e2fsck/problem.c:266
Dark Raven3be22a82010-04-19 16:59:03 -0400979msgid "Already cleared %B (%b) found in @o @i %i.\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500980msgstr "已经清除在@o@i %i中的%B (%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400981
982#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400983#: e2fsck/problem.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -0400984#, c-format
985msgid "@I @o @i %i in @S.\n"
986msgstr "@S中有@I@o@i %i.\n"
987
988#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400989#: e2fsck/problem.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -0400990#, c-format
991msgid "@I @i %i in @o @i list.\n"
992msgstr ""
993
Theodore Ts'o930e2812009-06-29 15:08:12 -0400994#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400995#: e2fsck/problem.c:281
Theodore Ts'o930e2812009-06-29 15:08:12 -0400996msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400997msgstr ""
998
Theodore Ts'o930e2812009-06-29 15:08:12 -0400999#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001000#: e2fsck/problem.c:286
Theodore Ts'o930e2812009-06-29 15:08:12 -04001001msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001002msgstr ""
1003
1004#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001005#: e2fsck/problem.c:291
Theodore Ts'of722c132009-04-21 22:09:01 -04001006msgid "@j version not supported by this e2fsck.\n"
1007msgstr "e2fsck不支持此@j版本.\n"
1008
1009#. @-expanded: Moving journal from /%s to hidden inode.\n
1010#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001011#: e2fsck/problem.c:296
Theodore Ts'of722c132009-04-21 22:09:01 -04001012#, c-format
1013msgid ""
1014"Moving @j from /%s to hidden @i.\n"
1015"\n"
1016msgstr ""
1017
1018#. @-expanded: Error moving journal: %m\n
1019#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001020#: e2fsck/problem.c:301
Dark Raven3be22a82010-04-19 16:59:03 -04001021#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001022msgid ""
1023"Error moving @j: %m\n"
1024"\n"
1025msgstr ""
1026"移动@j出错: %m\n"
1027"\n"
1028
1029#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1030#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1031#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001032#: e2fsck/problem.c:306
Theodore Ts'of722c132009-04-21 22:09:01 -04001033msgid ""
1034"Found @n V2 @j @S fields (from V1 @j).\n"
1035"Clearing fields beyond the V1 @j @S...\n"
1036"\n"
1037msgstr ""
1038
Theodore Ts'o930e2812009-06-29 15:08:12 -04001039#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001040#: e2fsck/problem.c:312
Theodore Ts'o930e2812009-06-29 15:08:12 -04001041#, fuzzy
1042msgid "Run @j anyway"
1043msgstr "强制@j"
1044
1045#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001046#: e2fsck/problem.c:317
Theodore Ts'o930e2812009-06-29 15:08:12 -04001047msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1048msgstr ""
1049
Theodore Ts'of722c132009-04-21 22:09:01 -04001050#. @-expanded: Backing up journal inode block information.\n
1051#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001052#: e2fsck/problem.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04001053msgid ""
1054"Backing up @j @i @b information.\n"
1055"\n"
1056msgstr ""
1057
1058#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1059#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001060#: e2fsck/problem.c:327
Theodore Ts'of722c132009-04-21 22:09:01 -04001061msgid ""
1062"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1063"is %N; @s zero. "
1064msgstr ""
1065
1066#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001067#: e2fsck/problem.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -04001068msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1069msgstr ""
1070
1071#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001072#: e2fsck/problem.c:338
Theodore Ts'of722c132009-04-21 22:09:01 -04001073msgid "Resize @i not valid. "
1074msgstr ""
1075
Dark Raven3be22a82010-04-19 16:59:03 -04001076#. @-expanded: superblock last mount time (%t,\n
1077#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001078#: e2fsck/problem.c:343
Dark Raven3be22a82010-04-19 16:59:03 -04001079msgid ""
1080"@S last mount time (%t,\n"
1081"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001082msgstr ""
1083
Dark Raven3be22a82010-04-19 16:59:03 -04001084#. @-expanded: superblock last write time (%t,\n
1085#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001086#: e2fsck/problem.c:348
Dark Raven3be22a82010-04-19 16:59:03 -04001087msgid ""
1088"@S last write time (%t,\n"
1089"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001090msgstr ""
1091
1092#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001093#: e2fsck/problem.c:352
Theodore Ts'of722c132009-04-21 22:09:01 -04001094#, c-format
1095msgid "@S hint for external superblock @s %X. "
1096msgstr ""
1097
1098#. @-expanded: Adding dirhash hint to filesystem.\n
1099#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001100#: e2fsck/problem.c:357
Theodore Ts'of722c132009-04-21 22:09:01 -04001101msgid ""
1102"Adding dirhash hint to @f.\n"
1103"\n"
1104msgstr ""
1105
Eric Sandeen032eafe2012-07-28 17:48:36 -04001106#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001107#: e2fsck/problem.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04001108msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001109msgstr ""
1110
1111#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001112#: e2fsck/problem.c:367
Theodore Ts'of722c132009-04-21 22:09:01 -04001113#, c-format
1114msgid "@g descriptor %g marked uninitialized without feature set.\n"
1115msgstr ""
1116
Theodore Ts'of722c132009-04-21 22:09:01 -04001117#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001118#: e2fsck/problem.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04001119msgid "@g descriptor %g has invalid unused inodes count %b. "
1120msgstr ""
1121
1122#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001123#: e2fsck/problem.c:377
Theodore Ts'of722c132009-04-21 22:09:01 -04001124msgid "Last @g @b @B uninitialized. "
1125msgstr "最后一个@g的@b@B未初始化. "
1126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001127#: e2fsck/problem.c:382
Theodore Ts'of722c132009-04-21 22:09:01 -04001128#, c-format
1129msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1130msgstr ""
1131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001132#: e2fsck/problem.c:386
Theodore Ts'o930e2812009-06-29 15:08:12 -04001133msgid "The test_fs flag is set (and ext4 is available). "
1134msgstr ""
1135
Dark Raven3be22a82010-04-19 16:59:03 -04001136#. @-expanded: superblock last mount time is in the future.\n
1137#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001138#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001139#: e2fsck/problem.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04001140msgid ""
1141"@S last mount time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001142"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001143"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001144msgstr ""
1145
1146#. @-expanded: superblock last write time is in the future.\n
1147#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001148#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001149#: e2fsck/problem.c:397
Dark Raven3be22a82010-04-19 16:59:03 -04001150msgid ""
1151"@S last write time is in the future.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001152"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001153"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001154msgstr ""
1155
1156#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001157#: e2fsck/problem.c:403
Dark Raven3be22a82010-04-19 16:59:03 -04001158msgid "One or more @b @g descriptor checksums are invalid. "
1159msgstr ""
1160
Eric Sandeen032eafe2012-07-28 17:48:36 -04001161#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001162#: e2fsck/problem.c:408
Eric Sandeen032eafe2012-07-28 17:48:36 -04001163msgid "Setting free @is count to %j (was %i)\n"
1164msgstr ""
1165
1166#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001167#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001168msgid "Setting free @bs count to %c (was %b)\n"
1169msgstr ""
1170
1171#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001172#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001173msgid "Making @q @i %i (%Q) hidden.\n"
1174msgstr ""
1175
1176#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001177#: e2fsck/problem.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -04001178#, fuzzy
1179msgid "@S has invalid MMP block. "
1180msgstr "无效的块大小 - %s"
1181
1182#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001183#: e2fsck/problem.c:428
Eric Sandeen032eafe2012-07-28 17:48:36 -04001184msgid "@S has invalid MMP magic. "
1185msgstr ""
1186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001187#: e2fsck/problem.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04001188#, c-format
1189msgid "ext2fs_open2: %m\n"
1190msgstr ""
1191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001192#: e2fsck/problem.c:438
Eric Sandeen032eafe2012-07-28 17:48:36 -04001193#, c-format
1194msgid "ext2fs_check_desc: %m\n"
1195msgstr ""
1196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001197#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1198#. @-expanded: simultaneously.
1199#: e2fsck/problem.c:446
1200msgid ""
1201"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1202"simultaneously."
1203msgstr ""
1204
1205#. @-expanded: superblock MMP block checksum does not match MMP block.
1206#: e2fsck/problem.c:452
1207msgid "@S MMP block checksum does not match MMP block. "
1208msgstr ""
1209
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001210#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001211#: e2fsck/problem.c:457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001212msgid "@S 64bit filesystems needs extents to access the whole disk. "
1213msgstr ""
1214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001215#: e2fsck/problem.c:462
Theodore Ts'obd386982015-05-17 20:34:58 -04001216msgid "First_meta_bg is too big. (%N, max value %g). "
1217msgstr ""
1218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001219#. @-expanded: External journal superblock checksum does not match superblock.
1220#: e2fsck/problem.c:467
1221#, fuzzy
1222msgid "External @j @S checksum does not match @S. "
1223msgstr "外部@j不支持此@f\n"
1224
1225#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1226#: e2fsck/problem.c:472
1227msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1228msgstr ""
1229
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001230#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001231#: e2fsck/problem.c:479
Theodore Ts'of722c132009-04-21 22:09:01 -04001232msgid "Pass 1: Checking @is, @bs, and sizes\n"
1233msgstr "第一步: 检查@i,@b,和大小\n"
1234
1235#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001236#: e2fsck/problem.c:483
Theodore Ts'of722c132009-04-21 22:09:01 -04001237msgid "@r is not a @d. "
1238msgstr "@r不是一个@d. "
1239
1240#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001241#: e2fsck/problem.c:488
Theodore Ts'of722c132009-04-21 22:09:01 -04001242msgid "@r has dtime set (probably due to old mke2fs). "
1243msgstr ""
1244
1245#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001246#: e2fsck/problem.c:493
Theodore Ts'of722c132009-04-21 22:09:01 -04001247msgid "Reserved @i %i (%Q) has @n mode. "
1248msgstr "保留的@i %i (%Q) 的模式无效. "
1249
1250#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001251#: e2fsck/problem.c:498
Theodore Ts'of722c132009-04-21 22:09:01 -04001252#, c-format
1253msgid "@D @i %i has zero dtime. "
1254msgstr ""
1255
1256#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001257#: e2fsck/problem.c:503
Theodore Ts'of722c132009-04-21 22:09:01 -04001258#, c-format
1259msgid "@i %i is in use, but has dtime set. "
1260msgstr ""
1261
1262#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001263#: e2fsck/problem.c:508
Theodore Ts'of722c132009-04-21 22:09:01 -04001264#, c-format
1265msgid "@i %i is a @z @d. "
1266msgstr ""
1267
1268#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001269#: e2fsck/problem.c:513
Theodore Ts'of722c132009-04-21 22:09:01 -04001270msgid "@g %g's @b @B at %b @C.\n"
1271msgstr ""
1272
1273#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001274#: e2fsck/problem.c:518
Theodore Ts'of722c132009-04-21 22:09:01 -04001275msgid "@g %g's @i @B at %b @C.\n"
1276msgstr ""
1277
1278#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001279#: e2fsck/problem.c:523
Theodore Ts'of722c132009-04-21 22:09:01 -04001280msgid "@g %g's @i table at %b @C.\n"
1281msgstr ""
1282
1283#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001284#: e2fsck/problem.c:528
Theodore Ts'of722c132009-04-21 22:09:01 -04001285msgid "@g %g's @b @B (%b) is bad. "
1286msgstr ""
1287
1288#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001289#: e2fsck/problem.c:533
Theodore Ts'of722c132009-04-21 22:09:01 -04001290msgid "@g %g's @i @B (%b) is bad. "
1291msgstr ""
1292
1293#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001294#: e2fsck/problem.c:538
Theodore Ts'of722c132009-04-21 22:09:01 -04001295msgid "@i %i, i_size is %Is, @s %N. "
1296msgstr ""
1297
1298#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001299#: e2fsck/problem.c:543
Theodore Ts'of722c132009-04-21 22:09:01 -04001300msgid "@i %i, i_@bs is %Ib, @s %N. "
1301msgstr ""
1302
Dark Raven3be22a82010-04-19 16:59:03 -04001303#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001304#: e2fsck/problem.c:548
Dark Raven3be22a82010-04-19 16:59:03 -04001305msgid "@I %B (%b) in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001306msgstr ""
1307
Dark Raven3be22a82010-04-19 16:59:03 -04001308#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001309#: e2fsck/problem.c:553
Dark Raven3be22a82010-04-19 16:59:03 -04001310msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001311msgstr ""
1312
1313#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001314#: e2fsck/problem.c:558
Theodore Ts'of722c132009-04-21 22:09:01 -04001315#, c-format
1316msgid "@i %i has illegal @b(s). "
1317msgstr "@i %i 中包含非法@b. "
1318
1319#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001320#: e2fsck/problem.c:563
Dark Raven3be22a82010-04-19 16:59:03 -04001321#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001322msgid "Too many illegal @bs in @i %i.\n"
1323msgstr "@i %i 中包含了过多的非法@b.\n"
1324
Dark Raven3be22a82010-04-19 16:59:03 -04001325#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001326#: e2fsck/problem.c:568
Dark Raven3be22a82010-04-19 16:59:03 -04001327msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001328msgstr ""
1329
1330#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001331#: e2fsck/problem.c:573
Theodore Ts'of722c132009-04-21 22:09:01 -04001332msgid "Bad @b @i has illegal @b(s). "
1333msgstr ""
1334
1335#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001336#: e2fsck/problem.c:578
Theodore Ts'of722c132009-04-21 22:09:01 -04001337msgid "Duplicate or bad @b in use!\n"
1338msgstr ""
1339
1340#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001341#: e2fsck/problem.c:583
Theodore Ts'of722c132009-04-21 22:09:01 -04001342msgid "Bad @b %b used as bad @b @i indirect @b. "
1343msgstr ""
1344
1345#. @-expanded: \n
1346#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1347#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1348#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001349#: e2fsck/problem.c:588
Theodore Ts'of722c132009-04-21 22:09:01 -04001350msgid ""
1351"\n"
1352"The bad @b @i has probably been corrupted. You probably\n"
1353"should stop now and run e2fsck -c to scan for bad blocks\n"
1354"in the @f.\n"
1355msgstr ""
1356
1357#. @-expanded: \n
1358#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001359#: e2fsck/problem.c:595
Theodore Ts'of722c132009-04-21 22:09:01 -04001360msgid ""
1361"\n"
1362"If the @b is really bad, the @f can not be fixed.\n"
1363msgstr ""
1364
1365#. @-expanded: You can remove this block from the bad block list and hope\n
1366#. @-expanded: that the block is really OK. But there are no guarantees.\n
1367#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001368#: e2fsck/problem.c:600
Theodore Ts'of722c132009-04-21 22:09:01 -04001369msgid ""
1370"You can remove this @b from the bad @b list and hope\n"
1371"that the @b is really OK. But there are no guarantees.\n"
1372"\n"
1373msgstr ""
1374
1375#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001376#: e2fsck/problem.c:606
Theodore Ts'of722c132009-04-21 22:09:01 -04001377msgid "The primary @S (%b) is on the bad @b list.\n"
1378msgstr ""
1379
1380#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001381#: e2fsck/problem.c:611
Theodore Ts'of722c132009-04-21 22:09:01 -04001382msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1383msgstr ""
1384
1385#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001386#: e2fsck/problem.c:617
Theodore Ts'of722c132009-04-21 22:09:01 -04001387msgid "Warning: Group %g's @S (%b) is bad.\n"
1388msgstr ""
1389
1390#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001391#: e2fsck/problem.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04001392msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1393msgstr ""
1394
1395#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001396#: e2fsck/problem.c:628
Theodore Ts'of722c132009-04-21 22:09:01 -04001397msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1398msgstr ""
1399
1400#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001401#: e2fsck/problem.c:634
Theodore Ts'of722c132009-04-21 22:09:01 -04001402msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1403msgstr ""
1404
1405#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001406#: e2fsck/problem.c:639
Theodore Ts'of722c132009-04-21 22:09:01 -04001407#, c-format
1408msgid "@A @b buffer for relocating %s\n"
1409msgstr ""
1410
1411#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001412#: e2fsck/problem.c:644
Theodore Ts'of722c132009-04-21 22:09:01 -04001413msgid "Relocating @g %g's %s from %b to %c...\n"
1414msgstr ""
1415
1416#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001417#: e2fsck/problem.c:649
Theodore Ts'of722c132009-04-21 22:09:01 -04001418#, c-format
1419msgid "Relocating @g %g's %s to %c...\n"
1420msgstr ""
1421
1422#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001423#: e2fsck/problem.c:654
Theodore Ts'of722c132009-04-21 22:09:01 -04001424msgid "Warning: could not read @b %b of %s: %m\n"
1425msgstr "警告: 无法从%s中读取@b %b: %m\n"
1426
1427#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001428#: e2fsck/problem.c:659
Theodore Ts'of722c132009-04-21 22:09:01 -04001429msgid "Warning: could not write @b %b for %s: %m\n"
1430msgstr "警告: 无法向%s中写入@b %b: %m\n"
1431
1432#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001433#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'of722c132009-04-21 22:09:01 -04001434msgid "@A @i @B (%N): %m\n"
1435msgstr ""
1436
1437#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001438#: e2fsck/problem.c:669
Theodore Ts'of722c132009-04-21 22:09:01 -04001439msgid "@A @b @B (%N): %m\n"
1440msgstr ""
1441
1442#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001443#: e2fsck/problem.c:674
Theodore Ts'of722c132009-04-21 22:09:01 -04001444#, c-format
1445msgid "@A icount link information: %m\n"
1446msgstr ""
1447
1448#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001449#: e2fsck/problem.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04001450#, c-format
1451msgid "@A @d @b array: %m\n"
1452msgstr "分配@d@b数组时出错: %m\n"
1453
1454#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001455#: e2fsck/problem.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04001456#, c-format
1457msgid "Error while scanning @is (%i): %m\n"
1458msgstr ""
1459
1460#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001461#: e2fsck/problem.c:689
Theodore Ts'of722c132009-04-21 22:09:01 -04001462#, c-format
1463msgid "Error while iterating over @bs in @i %i: %m\n"
1464msgstr ""
1465
1466#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001467#: e2fsck/problem.c:694
Theodore Ts'of722c132009-04-21 22:09:01 -04001468msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1469msgstr ""
1470
1471#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001472#: e2fsck/problem.c:699
Theodore Ts'of722c132009-04-21 22:09:01 -04001473msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1474msgstr ""
1475
1476#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001477#: e2fsck/problem.c:705
Theodore Ts'of722c132009-04-21 22:09:01 -04001478#, c-format
1479msgid "Error reading @i %i: %m\n"
1480msgstr "读取@i %i出错: %m\n"
1481
1482#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001483#: e2fsck/problem.c:713
Theodore Ts'of722c132009-04-21 22:09:01 -04001484#, c-format
1485msgid "@i %i has imagic flag set. "
1486msgstr ""
1487
1488#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1489#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001490#: e2fsck/problem.c:718
Theodore Ts'of722c132009-04-21 22:09:01 -04001491#, c-format
1492msgid ""
1493"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1494"or append-only flag set. "
1495msgstr ""
1496
Theodore Ts'of722c132009-04-21 22:09:01 -04001497#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001498#: e2fsck/problem.c:724
Theodore Ts'of722c132009-04-21 22:09:01 -04001499#, c-format
1500msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1501msgstr ""
1502
1503#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001504#: e2fsck/problem.c:734
Theodore Ts'of722c132009-04-21 22:09:01 -04001505msgid "@j @i is not in use, but contains data. "
1506msgstr ""
1507
1508#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001509#: e2fsck/problem.c:739
Theodore Ts'of722c132009-04-21 22:09:01 -04001510msgid "@j is not regular file. "
1511msgstr "@j不是普通文件. "
1512
1513#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001514#: e2fsck/problem.c:744
Theodore Ts'of722c132009-04-21 22:09:01 -04001515#, c-format
1516msgid "@i %i was part of the @o @i list. "
1517msgstr ""
1518
1519#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001520#: e2fsck/problem.c:750
Theodore Ts'of722c132009-04-21 22:09:01 -04001521msgid "@is that were part of a corrupted orphan linked list found. "
1522msgstr ""
1523
1524#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001525#: e2fsck/problem.c:755
Theodore Ts'of722c132009-04-21 22:09:01 -04001526msgid "@A refcount structure (%N): %m\n"
1527msgstr ""
1528
1529#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001530#: e2fsck/problem.c:760
Theodore Ts'of722c132009-04-21 22:09:01 -04001531msgid "Error reading @a @b %b for @i %i. "
1532msgstr ""
1533
1534#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001535#: e2fsck/problem.c:765
Theodore Ts'of722c132009-04-21 22:09:01 -04001536msgid "@i %i has a bad @a @b %b. "
1537msgstr ""
1538
1539#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001540#: e2fsck/problem.c:770
Theodore Ts'of722c132009-04-21 22:09:01 -04001541msgid "Error reading @a @b %b (%m). "
1542msgstr ""
1543
Dark Raven3be22a82010-04-19 16:59:03 -04001544#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001545#: e2fsck/problem.c:775
Dark Raven3be22a82010-04-19 16:59:03 -04001546msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001547msgstr ""
1548
1549#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001550#: e2fsck/problem.c:780
Theodore Ts'of722c132009-04-21 22:09:01 -04001551msgid "Error writing @a @b %b (%m). "
1552msgstr ""
1553
1554#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001555#: e2fsck/problem.c:785
Theodore Ts'of722c132009-04-21 22:09:01 -04001556msgid "@a @b %b has h_@bs > 1. "
1557msgstr ""
1558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001559#. @-expanded: error allocating extended attribute region allocation structure.
1560#: e2fsck/problem.c:790
1561msgid "@A @a region allocation structure. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001562msgstr ""
1563
1564#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001565#: e2fsck/problem.c:795
Theodore Ts'of722c132009-04-21 22:09:01 -04001566msgid "@a @b %b is corrupt (allocation collision). "
1567msgstr ""
1568
1569#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001570#: e2fsck/problem.c:800
Theodore Ts'of722c132009-04-21 22:09:01 -04001571msgid "@a @b %b is corrupt (@n name). "
1572msgstr ""
1573
1574#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001575#: e2fsck/problem.c:805
Theodore Ts'of722c132009-04-21 22:09:01 -04001576msgid "@a @b %b is corrupt (@n value). "
1577msgstr ""
1578
1579#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001580#: e2fsck/problem.c:810
Theodore Ts'of722c132009-04-21 22:09:01 -04001581#, c-format
1582msgid "@i %i is too big. "
1583msgstr "@i %i 过大. "
1584
Dark Raven3be22a82010-04-19 16:59:03 -04001585#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001586#: e2fsck/problem.c:814
Dark Raven3be22a82010-04-19 16:59:03 -04001587msgid "%B (%b) causes @d to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001588msgstr ""
1589
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001590#: e2fsck/problem.c:819
Dark Raven3be22a82010-04-19 16:59:03 -04001591msgid "%B (%b) causes file to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001592msgstr ""
1593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001594#: e2fsck/problem.c:824
Dark Raven3be22a82010-04-19 16:59:03 -04001595msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'of722c132009-04-21 22:09:01 -04001596msgstr ""
1597
1598#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001599#: e2fsck/problem.c:829
Theodore Ts'of722c132009-04-21 22:09:01 -04001600#, c-format
1601msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1602msgstr ""
1603
1604#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001605#: e2fsck/problem.c:834
Theodore Ts'of722c132009-04-21 22:09:01 -04001606#, c-format
1607msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1608msgstr ""
1609
1610#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001611#: e2fsck/problem.c:839
Theodore Ts'of722c132009-04-21 22:09:01 -04001612#, c-format
1613msgid "@h %i has an @n root node.\n"
1614msgstr ""
1615
1616#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001617#: e2fsck/problem.c:844
Theodore Ts'of722c132009-04-21 22:09:01 -04001618msgid "@h %i has an unsupported hash version (%N)\n"
1619msgstr ""
1620
1621#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001622#: e2fsck/problem.c:849
Theodore Ts'of722c132009-04-21 22:09:01 -04001623#, c-format
1624msgid "@h %i uses an incompatible htree root node flag.\n"
1625msgstr ""
1626
1627#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001628#: e2fsck/problem.c:854
Theodore Ts'of722c132009-04-21 22:09:01 -04001629msgid "@h %i has a tree depth (%N) which is too big\n"
1630msgstr ""
1631
1632#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1633#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001634#: e2fsck/problem.c:859
Theodore Ts'of722c132009-04-21 22:09:01 -04001635msgid ""
1636"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1637"@f metadata. "
1638msgstr ""
1639
1640#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001641#: e2fsck/problem.c:865
Theodore Ts'of722c132009-04-21 22:09:01 -04001642#, c-format
1643msgid "Resize @i (re)creation failed: %m."
1644msgstr ""
1645
1646#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001647#: e2fsck/problem.c:870
Theodore Ts'of722c132009-04-21 22:09:01 -04001648msgid "@i %i has a extra size (%IS) which is @n\n"
1649msgstr ""
1650
1651#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001652#: e2fsck/problem.c:875
Theodore Ts'of722c132009-04-21 22:09:01 -04001653msgid "@a in @i %i has a namelen (%N) which is @n\n"
1654msgstr ""
1655
Theodore Ts'of722c132009-04-21 22:09:01 -04001656#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001657#: e2fsck/problem.c:880
Theodore Ts'of722c132009-04-21 22:09:01 -04001658msgid "@a in @i %i has a value offset (%N) which is @n\n"
1659msgstr ""
1660
1661#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001662#: e2fsck/problem.c:885
Theodore Ts'of722c132009-04-21 22:09:01 -04001663msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1664msgstr ""
1665
Theodore Ts'o930e2812009-06-29 15:08:12 -04001666#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001667#: e2fsck/problem.c:890
Theodore Ts'o930e2812009-06-29 15:08:12 -04001668msgid "@a in @i %i has a value size (%N) which is @n\n"
1669msgstr ""
1670
Theodore Ts'of722c132009-04-21 22:09:01 -04001671#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001672#: e2fsck/problem.c:895
Theodore Ts'of722c132009-04-21 22:09:01 -04001673msgid "@a in @i %i has a hash (%N) which is @n\n"
1674msgstr ""
1675
1676#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001677#: e2fsck/problem.c:900
Theodore Ts'of722c132009-04-21 22:09:01 -04001678msgid "@i %i is a %It but it looks like it is really a directory.\n"
1679msgstr ""
1680
1681#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001682#: e2fsck/problem.c:905
Theodore Ts'of722c132009-04-21 22:09:01 -04001683#, c-format
1684msgid "Error while reading over @x tree in @i %i: %m\n"
1685msgstr ""
1686
Theodore Ts'o930e2812009-06-29 15:08:12 -04001687#. @-expanded: Failed to iterate extents in inode %i\n
1688#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001689#: e2fsck/problem.c:910
Theodore Ts'o930e2812009-06-29 15:08:12 -04001690msgid ""
1691"Failed to iterate extents in @i %i\n"
1692"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001693msgstr ""
1694
1695#. @-expanded: inode %i has an invalid extent\n
1696#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001697#: e2fsck/problem.c:916
Theodore Ts'of722c132009-04-21 22:09:01 -04001698msgid ""
1699"@i %i has an @n extent\n"
1700"\t(logical @b %c, @n physical @b %b, len %N)\n"
1701msgstr ""
1702
1703#. @-expanded: inode %i has an invalid extent\n
1704#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001705#: e2fsck/problem.c:921
Theodore Ts'of722c132009-04-21 22:09:01 -04001706msgid ""
1707"@i %i has an @n extent\n"
1708"\t(logical @b %c, physical @b %b, @n len %N)\n"
1709msgstr ""
1710
1711#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001712#: e2fsck/problem.c:926
Theodore Ts'of722c132009-04-21 22:09:01 -04001713#, c-format
1714msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1715msgstr ""
1716
1717#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001718#: e2fsck/problem.c:931
Theodore Ts'of722c132009-04-21 22:09:01 -04001719#, c-format
1720msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1721msgstr ""
1722
1723#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001724#: e2fsck/problem.c:936
Theodore Ts'of722c132009-04-21 22:09:01 -04001725#, c-format
1726msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1727msgstr ""
1728
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001729#: e2fsck/problem.c:941
Theodore Ts'of722c132009-04-21 22:09:01 -04001730#, c-format
1731msgid "Fast symlink %i has EXTENT_FL set. "
1732msgstr ""
1733
1734#. @-expanded: inode %i has out of order extents\n
1735#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001736#: e2fsck/problem.c:946
Theodore Ts'of722c132009-04-21 22:09:01 -04001737msgid ""
1738"@i %i has out of order extents\n"
1739"\t(@n logical @b %c, physical @b %b, len %N)\n"
1740msgstr ""
1741
Theodore Ts'o930e2812009-06-29 15:08:12 -04001742#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001743#: e2fsck/problem.c:950
Theodore Ts'o930e2812009-06-29 15:08:12 -04001744msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1745msgstr ""
1746
Eric Sandeen032eafe2012-07-28 17:48:36 -04001747#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001748#: e2fsck/problem.c:955
Eric Sandeen032eafe2012-07-28 17:48:36 -04001749#, fuzzy, c-format
1750msgid "Error converting subcluster @b @B: %m\n"
1751msgstr "创建根@d (%s) 时出错: %m\n"
1752
1753#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001754#: e2fsck/problem.c:960
Eric Sandeen032eafe2012-07-28 17:48:36 -04001755#, fuzzy
1756msgid "@q @i is not regular file. "
1757msgstr "@j不是普通文件. "
1758
1759#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001760#: e2fsck/problem.c:965
Eric Sandeen032eafe2012-07-28 17:48:36 -04001761msgid "@q @i is not in use, but contains data. "
1762msgstr ""
1763
1764#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001765#: e2fsck/problem.c:970
Eric Sandeen032eafe2012-07-28 17:48:36 -04001766msgid "@q @i is visible to the user. "
1767msgstr ""
1768
1769#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001770#: e2fsck/problem.c:975
Eric Sandeen032eafe2012-07-28 17:48:36 -04001771#, fuzzy
1772msgid "The bad @b @i looks @n. "
1773msgstr "<坏块 inode>"
1774
1775#. @-expanded: inode %i has zero length extent\n
1776#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001777#: e2fsck/problem.c:980
Eric Sandeen032eafe2012-07-28 17:48:36 -04001778msgid ""
1779"@i %i has zero length extent\n"
1780"\t(@n logical @b %c, physical @b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001781msgstr ""
1782
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001783#. @-expanded: inode %i seems to contain garbage.
1784#: e2fsck/problem.c:985
1785#, fuzzy, c-format
1786msgid "@i %i seems to contain garbage. "
1787msgstr "@i %i 过大. "
1788
1789#. @-expanded: inode %i passes checks, but checksum does not match inode.
1790#: e2fsck/problem.c:990
1791#, c-format
1792msgid "@i %i passes checks, but checksum does not match @i. "
1793msgstr ""
1794
1795#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1796#: e2fsck/problem.c:995
1797#, c-format
1798msgid "@i %i @a is corrupt (allocation collision). "
1799msgstr ""
1800
1801#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1802#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1803#: e2fsck/problem.c:1003
1804msgid ""
1805"@i %i extent block passes checks, but checksum does not match extent\n"
1806"\t(logical @b %c, physical @b %b, len %N)\n"
1807msgstr ""
1808
1809#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1810#: e2fsck/problem.c:1012
1811msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1812msgstr ""
1813
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001814#. @-expanded: Interior extent node level %N of inode %i:\n
1815#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001816#: e2fsck/problem.c:1019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001817msgid ""
1818"Interior @x node level %N of @i %i:\n"
1819"Logical start %b does not match logical start %c at next level. "
1820msgstr ""
1821
1822#. @-expanded: inode %i, end of extent exceeds allowed value\n
1823#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001824#: e2fsck/problem.c:1025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001825msgid ""
1826"@i %i, end of extent exceeds allowed value\n"
1827"\t(logical @b %c, physical @b %b, len %N)\n"
1828msgstr ""
1829
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001830#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1831#: e2fsck/problem.c:1030
1832#, c-format
1833msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1834msgstr ""
1835
1836#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1837#: e2fsck/problem.c:1035
1838#, c-format
1839msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1840msgstr ""
1841
1842#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1843#: e2fsck/problem.c:1043
1844msgid ""
1845"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1846msgstr ""
1847
Theodore Ts'obd386982015-05-17 20:34:58 -04001848#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001849#: e2fsck/problem.c:1048
Theodore Ts'obd386982015-05-17 20:34:58 -04001850msgid "@d @i %i @b %b should be at @b %c. "
1851msgstr ""
1852
1853#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001854#: e2fsck/problem.c:1053
Theodore Ts'obd386982015-05-17 20:34:58 -04001855#, fuzzy, c-format
1856msgid "@d @i %i has @x marked uninitialized at @b %c. "
1857msgstr "@d@i %i 中含有未分配的@b #%B. "
1858
1859#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1860#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001861#: e2fsck/problem.c:1058
Theodore Ts'obd386982015-05-17 20:34:58 -04001862msgid ""
1863"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1864"Will fix in pass 1B.\n"
1865msgstr ""
1866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001867#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1868#: e2fsck/problem.c:1063
1869#, c-format
1870msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1871msgstr ""
1872
1873#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1874#. @-expanded: or inline-data flag set.
1875#: e2fsck/problem.c:1068
1876#, c-format
1877msgid ""
1878"Special (@v/socket/fifo) file (@i %i) has extents\n"
1879"or inline-data flag set. "
1880msgstr ""
1881
1882#. @-expanded: inode %i has extent header but inline data flag is set.\n
1883#: e2fsck/problem.c:1074
1884#, c-format
1885msgid "@i %i has @x header but inline data flag is set.\n"
1886msgstr ""
1887
1888#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1889#: e2fsck/problem.c:1079
1890#, c-format
1891msgid "@i %i seems to have inline data but @x flag is set.\n"
1892msgstr ""
1893
1894#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1895#: e2fsck/problem.c:1084
1896#, c-format
1897msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1898msgstr ""
1899
1900#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1901#: e2fsck/problem.c:1089
1902#, c-format
1903msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1904msgstr ""
1905
1906#. @-expanded: Bad block list says the bad block list inode is bad.
1907#: e2fsck/problem.c:1094
1908msgid "Bad block list says the bad block list @i is bad. "
1909msgstr ""
1910
1911#. @-expanded: error allocating extent region allocation structure.
1912#: e2fsck/problem.c:1099
1913msgid "@A @x region allocation structure. "
1914msgstr ""
1915
1916#. @-expanded: inode %i has a duplicate extent mapping\n
1917#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1918#: e2fsck/problem.c:1104
1919msgid ""
1920"@i %i has a duplicate @x mapping\n"
1921"\t(logical @b %c, @n physical @b %b, len %N)\n"
1922msgstr ""
1923
1924#. @-expanded: error allocating memory for encrypted directory list\n
1925#: e2fsck/problem.c:1109
1926msgid "@A memory for encrypted @d list\n"
1927msgstr ""
1928
1929#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1930#: e2fsck/problem.c:1114
1931msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1932msgstr ""
1933
1934#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1935#: e2fsck/problem.c:1119
1936#, c-format
1937msgid "@i %i on bigalloc @f cannot be @b mapped. "
1938msgstr ""
1939
1940#. @-expanded: inode %i has corrupt extent header.
1941#: e2fsck/problem.c:1124
1942#, c-format
1943msgid "@i %i has corrupt @x header. "
1944msgstr ""
1945
1946#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1947#: e2fsck/problem.c:1129
1948#, c-format
1949msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1950msgstr ""
1951
Theodore Ts'of722c132009-04-21 22:09:01 -04001952#. @-expanded: \n
1953#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1954#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001955#: e2fsck/problem.c:1136
Theodore Ts'of722c132009-04-21 22:09:01 -04001956msgid ""
1957"\n"
1958"Running additional passes to resolve @bs claimed by more than one @i...\n"
1959"Pass 1B: Rescanning for @m @bs\n"
1960msgstr ""
1961
1962#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001963#: e2fsck/problem.c:1142
Theodore Ts'of722c132009-04-21 22:09:01 -04001964#, c-format
1965msgid "@m @b(s) in @i %i:"
1966msgstr ""
1967
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001968#: e2fsck/problem.c:1157
Theodore Ts'of722c132009-04-21 22:09:01 -04001969#, c-format
1970msgid "Error while scanning inodes (%i): %m\n"
1971msgstr ""
1972
1973#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001974#: e2fsck/problem.c:1162
Theodore Ts'of722c132009-04-21 22:09:01 -04001975#, c-format
1976msgid "@A @i @B (@i_dup_map): %m\n"
1977msgstr ""
1978
1979#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001980#: e2fsck/problem.c:1167
Theodore Ts'of722c132009-04-21 22:09:01 -04001981#, c-format
1982msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1983msgstr ""
1984
1985#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001986#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'of722c132009-04-21 22:09:01 -04001987msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1988msgstr ""
1989
1990#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001991#: e2fsck/problem.c:1182
Theodore Ts'of722c132009-04-21 22:09:01 -04001992msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1993msgstr ""
1994
1995#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001996#: e2fsck/problem.c:1188
Theodore Ts'of722c132009-04-21 22:09:01 -04001997msgid "Pass 1D: Reconciling @m @bs\n"
1998msgstr ""
1999
2000#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Dark Raven3be22a82010-04-19 16:59:03 -04002001#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002002#: e2fsck/problem.c:1193
Theodore Ts'of722c132009-04-21 22:09:01 -04002003msgid ""
2004"File %Q (@i #%i, mod time %IM) \n"
Dark Raven3be22a82010-04-19 16:59:03 -04002005" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002006msgstr ""
2007
2008#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002009#: e2fsck/problem.c:1199
Theodore Ts'of722c132009-04-21 22:09:01 -04002010msgid "\t%Q (@i #%i, mod time %IM)\n"
2011msgstr ""
2012
2013#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002014#: e2fsck/problem.c:1204
Theodore Ts'of722c132009-04-21 22:09:01 -04002015msgid "\t<@f metadata>\n"
2016msgstr "\t<@f元数据>\n"
2017
2018#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2019#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002020#: e2fsck/problem.c:1209
Theodore Ts'of722c132009-04-21 22:09:01 -04002021msgid ""
2022"(There are %N @is containing @m @bs.)\n"
2023"\n"
2024msgstr ""
2025
2026#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2027#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002028#: e2fsck/problem.c:1214
Theodore Ts'of722c132009-04-21 22:09:01 -04002029msgid ""
2030"@m @bs already reassigned or cloned.\n"
2031"\n"
2032msgstr ""
2033
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002034#: e2fsck/problem.c:1227
Theodore Ts'of722c132009-04-21 22:09:01 -04002035#, c-format
2036msgid "Couldn't clone file: %m\n"
2037msgstr ""
2038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002039#. @-expanded: Pass 1E: Optimizing extent trees\n
2040#: e2fsck/problem.c:1233
2041msgid "Pass 1E: Optimizing @x trees\n"
2042msgstr ""
2043
2044#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2045#: e2fsck/problem.c:1238
2046#, c-format
2047msgid "Failed to optimize @x tree %p (%i): %m\n"
2048msgstr ""
2049
2050#. @-expanded: Optimizing extent trees:
2051#: e2fsck/problem.c:1243
2052#, fuzzy
2053msgid "Optimizing @x trees: "
2054msgstr "正在优化目录: "
2055
2056#: e2fsck/problem.c:1258
2057msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2058msgstr ""
2059
2060#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2061#: e2fsck/problem.c:1263
2062msgid "@i %i @x tree (at level %b) could be shorter. "
2063msgstr ""
2064
2065#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2066#: e2fsck/problem.c:1268
2067msgid "@i %i @x tree (at level %b) could be narrower. "
2068msgstr ""
2069
Theodore Ts'of722c132009-04-21 22:09:01 -04002070#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002071#: e2fsck/problem.c:1275
Theodore Ts'of722c132009-04-21 22:09:01 -04002072msgid "Pass 2: Checking @d structure\n"
2073msgstr "第二步: 检查目录结构\n"
2074
2075#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002076#: e2fsck/problem.c:1280
Theodore Ts'of722c132009-04-21 22:09:01 -04002077#, c-format
2078msgid "@n @i number for '.' in @d @i %i.\n"
2079msgstr ""
2080
2081#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002082#: e2fsck/problem.c:1285
Theodore Ts'of722c132009-04-21 22:09:01 -04002083msgid "@E has @n @i #: %Di.\n"
2084msgstr ""
2085
2086#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002087#: e2fsck/problem.c:1290
Theodore Ts'of722c132009-04-21 22:09:01 -04002088msgid "@E has @D/unused @i %Di. "
2089msgstr ""
2090
2091#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002092#: e2fsck/problem.c:1295
Theodore Ts'of722c132009-04-21 22:09:01 -04002093msgid "@E @L to '.' "
2094msgstr ""
2095
2096#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002097#: e2fsck/problem.c:1300
Theodore Ts'of722c132009-04-21 22:09:01 -04002098msgid "@E points to @i (%Di) located in a bad @b.\n"
2099msgstr ""
2100
2101#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002102#: e2fsck/problem.c:1305
Theodore Ts'of722c132009-04-21 22:09:01 -04002103msgid "@E @L to @d %P (%Di).\n"
2104msgstr ""
2105
2106#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002107#: e2fsck/problem.c:1310
Theodore Ts'of722c132009-04-21 22:09:01 -04002108msgid "@E @L to the @r.\n"
2109msgstr ""
2110
2111#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002112#: e2fsck/problem.c:1315
Theodore Ts'of722c132009-04-21 22:09:01 -04002113msgid "@E has illegal characters in its name.\n"
2114msgstr ""
2115
2116#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002117#: e2fsck/problem.c:1320
Theodore Ts'of722c132009-04-21 22:09:01 -04002118#, c-format
2119msgid "Missing '.' in @d @i %i.\n"
2120msgstr "@d@i %i 中缺少 '.'.\n"
2121
2122#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002123#: e2fsck/problem.c:1325
Theodore Ts'of722c132009-04-21 22:09:01 -04002124#, c-format
2125msgid "Missing '..' in @d @i %i.\n"
2126msgstr "@d@i %i 中缺少 '..'.\n"
2127
2128#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002129#: e2fsck/problem.c:1330
Theodore Ts'of722c132009-04-21 22:09:01 -04002130msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2131msgstr ""
2132
2133#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002134#: e2fsck/problem.c:1335
Theodore Ts'of722c132009-04-21 22:09:01 -04002135msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2136msgstr ""
2137
2138#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002139#: e2fsck/problem.c:1340
Theodore Ts'of722c132009-04-21 22:09:01 -04002140msgid "i_faddr @F %IF, @s zero.\n"
2141msgstr ""
2142
2143#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002144#: e2fsck/problem.c:1345
Theodore Ts'of722c132009-04-21 22:09:01 -04002145msgid "i_file_acl @F %If, @s zero.\n"
2146msgstr ""
2147
2148#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002149#: e2fsck/problem.c:1350
Theodore Ts'of722c132009-04-21 22:09:01 -04002150msgid "i_dir_acl @F %Id, @s zero.\n"
2151msgstr ""
2152
2153#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002154#: e2fsck/problem.c:1355
Theodore Ts'of722c132009-04-21 22:09:01 -04002155msgid "i_frag @F %N, @s zero.\n"
2156msgstr ""
2157
2158#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002159#: e2fsck/problem.c:1360
Theodore Ts'of722c132009-04-21 22:09:01 -04002160msgid "i_fsize @F %N, @s zero.\n"
2161msgstr ""
2162
2163#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002164#: e2fsck/problem.c:1365
Theodore Ts'of722c132009-04-21 22:09:01 -04002165msgid "@i %i (%Q) has @n mode (%Im).\n"
2166msgstr "@i %i (%Q) 有@n模式 (%Im).\n"
2167
Dark Raven3be22a82010-04-19 16:59:03 -04002168#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002169#: e2fsck/problem.c:1370
Dark Raven3be22a82010-04-19 16:59:03 -04002170msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002171msgstr "@d@i %i, 第 %B @b, 偏移量 %N: @d损坏\n"
2172
Dark Raven3be22a82010-04-19 16:59:03 -04002173#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002174#: e2fsck/problem.c:1375
Dark Raven3be22a82010-04-19 16:59:03 -04002175msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002176msgstr "@d@i %i, 第 %B @b, 偏移量 %N: 文件名过长\n"
2177
Dark Raven3be22a82010-04-19 16:59:03 -04002178#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002179#: e2fsck/problem.c:1380
Dark Raven3be22a82010-04-19 16:59:03 -04002180msgid "@d @i %i has an unallocated %B. "
2181msgstr "@d@i %i 中含有未分配的@b #%B. "
Theodore Ts'of722c132009-04-21 22:09:01 -04002182
2183#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002184#: e2fsck/problem.c:1385
Theodore Ts'of722c132009-04-21 22:09:01 -04002185#, c-format
2186msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2187msgstr "@d@i %i 中的 '.' @d@e 没有以NULL终止\n"
2188
2189#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002190#: e2fsck/problem.c:1390
Theodore Ts'of722c132009-04-21 22:09:01 -04002191#, c-format
2192msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2193msgstr "@d@i %i 中的 '..' @d@e 没有以NULL终止\n"
2194
2195#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002196#: e2fsck/problem.c:1395
Theodore Ts'of722c132009-04-21 22:09:01 -04002197msgid "@i %i (%Q) is an @I character @v.\n"
2198msgstr ""
2199
2200#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002201#: e2fsck/problem.c:1400
Theodore Ts'of722c132009-04-21 22:09:01 -04002202msgid "@i %i (%Q) is an @I @b @v.\n"
2203msgstr ""
2204
2205#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002206#: e2fsck/problem.c:1405
Theodore Ts'of722c132009-04-21 22:09:01 -04002207msgid "@E is duplicate '.' @e.\n"
2208msgstr ""
2209
2210#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002211#: e2fsck/problem.c:1410
Theodore Ts'of722c132009-04-21 22:09:01 -04002212msgid "@E is duplicate '..' @e.\n"
2213msgstr ""
2214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002215#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'of722c132009-04-21 22:09:01 -04002216#, c-format
2217msgid "Internal error: couldn't find dir_info for %i.\n"
2218msgstr ""
2219
2220#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002221#: e2fsck/problem.c:1420
Theodore Ts'of722c132009-04-21 22:09:01 -04002222msgid "@E has rec_len of %Dr, @s %N.\n"
2223msgstr ""
2224
2225#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002226#: e2fsck/problem.c:1425
Theodore Ts'of722c132009-04-21 22:09:01 -04002227#, c-format
2228msgid "@A icount structure: %m\n"
2229msgstr ""
2230
2231#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002232#: e2fsck/problem.c:1430
Theodore Ts'of722c132009-04-21 22:09:01 -04002233#, c-format
2234msgid "Error iterating over @d @bs: %m\n"
2235msgstr ""
2236
2237#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002238#: e2fsck/problem.c:1435
Theodore Ts'of722c132009-04-21 22:09:01 -04002239msgid "Error reading @d @b %b (@i %i): %m\n"
2240msgstr ""
2241
2242#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002243#: e2fsck/problem.c:1440
Theodore Ts'of722c132009-04-21 22:09:01 -04002244msgid "Error writing @d @b %b (@i %i): %m\n"
2245msgstr ""
2246
2247#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002248#: e2fsck/problem.c:1445
Theodore Ts'of722c132009-04-21 22:09:01 -04002249#, c-format
2250msgid "@A new @d @b for @i %i (%s): %m\n"
2251msgstr ""
2252
2253#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002254#: e2fsck/problem.c:1450
Theodore Ts'of722c132009-04-21 22:09:01 -04002255#, c-format
2256msgid "Error deallocating @i %i: %m\n"
2257msgstr ""
2258
2259#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002260#: e2fsck/problem.c:1455
Theodore Ts'of722c132009-04-21 22:09:01 -04002261#, c-format
2262msgid "@d @e for '.' in %p (%i) is big.\n"
2263msgstr ""
2264
2265#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002266#: e2fsck/problem.c:1460
Theodore Ts'of722c132009-04-21 22:09:01 -04002267msgid "@i %i (%Q) is an @I FIFO.\n"
2268msgstr ""
2269
2270#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002271#: e2fsck/problem.c:1465
Theodore Ts'of722c132009-04-21 22:09:01 -04002272msgid "@i %i (%Q) is an @I socket.\n"
2273msgstr ""
2274
2275#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002276#: e2fsck/problem.c:1470
Theodore Ts'of722c132009-04-21 22:09:01 -04002277msgid "Setting filetype for @E to %N.\n"
2278msgstr ""
2279
2280#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002281#: e2fsck/problem.c:1475
Theodore Ts'of722c132009-04-21 22:09:01 -04002282msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2283msgstr ""
2284
2285#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002286#: e2fsck/problem.c:1480
Theodore Ts'of722c132009-04-21 22:09:01 -04002287msgid "@E has filetype set.\n"
2288msgstr ""
2289
2290#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002291#: e2fsck/problem.c:1485
Theodore Ts'of722c132009-04-21 22:09:01 -04002292msgid "@E has a @z name.\n"
2293msgstr ""
2294
2295#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002296#: e2fsck/problem.c:1490
Theodore Ts'of722c132009-04-21 22:09:01 -04002297msgid "Symlink %Q (@i #%i) is @n.\n"
2298msgstr ""
2299
2300#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002301#: e2fsck/problem.c:1495
Theodore Ts'of722c132009-04-21 22:09:01 -04002302msgid "@a @b @F @n (%If).\n"
2303msgstr ""
2304
2305#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002306#: e2fsck/problem.c:1500
Theodore Ts'of722c132009-04-21 22:09:01 -04002307msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2308msgstr ""
2309
Dark Raven3be22a82010-04-19 16:59:03 -04002310#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002311#: e2fsck/problem.c:1505
Dark Raven3be22a82010-04-19 16:59:03 -04002312msgid "@p @h %d: %B not referenced\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002313msgstr ""
2314
Dark Raven3be22a82010-04-19 16:59:03 -04002315#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002316#: e2fsck/problem.c:1510
Dark Raven3be22a82010-04-19 16:59:03 -04002317msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002318msgstr ""
2319
Dark Raven3be22a82010-04-19 16:59:03 -04002320#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002321#: e2fsck/problem.c:1515
Dark Raven3be22a82010-04-19 16:59:03 -04002322msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002323msgstr ""
2324
Dark Raven3be22a82010-04-19 16:59:03 -04002325#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002326#: e2fsck/problem.c:1520
Dark Raven3be22a82010-04-19 16:59:03 -04002327msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002328msgstr ""
2329
2330#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002331#: e2fsck/problem.c:1525
Theodore Ts'of722c132009-04-21 22:09:01 -04002332msgid "@n @h %d (%q). "
2333msgstr ""
2334
2335#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002336#: e2fsck/problem.c:1529
Theodore Ts'of722c132009-04-21 22:09:01 -04002337msgid "@p @h %d (%q): bad @b number %b.\n"
2338msgstr ""
2339
2340#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002341#: e2fsck/problem.c:1539
Theodore Ts'of722c132009-04-21 22:09:01 -04002342#, c-format
2343msgid "@p @h %d: root node is @n\n"
2344msgstr "@p@h %d:根结点@n\n"
2345
Dark Raven3be22a82010-04-19 16:59:03 -04002346#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002347#: e2fsck/problem.c:1544
Dark Raven3be22a82010-04-19 16:59:03 -04002348msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002349msgstr ""
2350
Dark Raven3be22a82010-04-19 16:59:03 -04002351#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002352#: e2fsck/problem.c:1549
Dark Raven3be22a82010-04-19 16:59:03 -04002353msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002354msgstr ""
2355
Dark Raven3be22a82010-04-19 16:59:03 -04002356#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002357#: e2fsck/problem.c:1554
Dark Raven3be22a82010-04-19 16:59:03 -04002358msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002359msgstr ""
2360
Dark Raven3be22a82010-04-19 16:59:03 -04002361#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002362#: e2fsck/problem.c:1559
Dark Raven3be22a82010-04-19 16:59:03 -04002363msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002364msgstr ""
2365
2366#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002367#: e2fsck/problem.c:1564
Theodore Ts'of722c132009-04-21 22:09:01 -04002368msgid "Duplicate @E found. "
2369msgstr ""
2370
2371#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2372#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002373#: e2fsck/problem.c:1569
Theodore Ts'of722c132009-04-21 22:09:01 -04002374#, no-c-format
2375msgid ""
2376"@E has a non-unique filename.\n"
2377"Rename to %s"
2378msgstr ""
2379
2380#. @-expanded: Duplicate entry '%Dn' found.\n
2381#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2382#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002383#: e2fsck/problem.c:1574
Theodore Ts'of722c132009-04-21 22:09:01 -04002384msgid ""
2385"Duplicate @e '%Dn' found.\n"
2386"\tMarking %p (%i) to be rebuilt.\n"
2387"\n"
2388msgstr ""
2389
2390#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002391#: e2fsck/problem.c:1579
Theodore Ts'of722c132009-04-21 22:09:01 -04002392msgid "i_blocks_hi @F %N, @s zero.\n"
2393msgstr ""
2394
2395#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002396#: e2fsck/problem.c:1584
Theodore Ts'of722c132009-04-21 22:09:01 -04002397msgid "Unexpected @b in @h %d (%q).\n"
2398msgstr ""
2399
Theodore Ts'o930e2812009-06-29 15:08:12 -04002400#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002401#: e2fsck/problem.c:1588
Theodore Ts'o930e2812009-06-29 15:08:12 -04002402msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002403msgstr ""
2404
Theodore Ts'o930e2812009-06-29 15:08:12 -04002405#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002406#: e2fsck/problem.c:1593
Theodore Ts'o930e2812009-06-29 15:08:12 -04002407msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2408msgstr ""
2409
2410#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002411#: e2fsck/problem.c:1598
Theodore Ts'o930e2812009-06-29 15:08:12 -04002412msgid "i_file_acl_hi @F %N, @s zero.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002413msgstr ""
2414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002415#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2416#: e2fsck/problem.c:1603
2417#, fuzzy, c-format
2418msgid "@p @h %d: root node fails checksum.\n"
2419msgstr "@p@h %d:根结点@n\n"
2420
2421#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2422#: e2fsck/problem.c:1608
2423#, fuzzy, c-format
2424msgid "@p @h %d: internal node fails checksum.\n"
2425msgstr "@p@h %d:根结点@n\n"
2426
2427#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2428#: e2fsck/problem.c:1613
2429#, fuzzy
2430msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2431msgstr "@d@i %i, 第 %B @b, 偏移量 %N: @d损坏\n"
2432
2433#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2434#: e2fsck/problem.c:1618
2435msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2436msgstr ""
2437
2438#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2439#: e2fsck/problem.c:1623
2440msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2441msgstr ""
2442
2443#. @-expanded: Fixing size of inline directory inode %i failed.\n
2444#: e2fsck/problem.c:1628
2445#, c-format
2446msgid "Fixing size of inline @d @i %i failed.\n"
2447msgstr ""
2448
2449#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2450#: e2fsck/problem.c:1633
2451msgid "Encrypted @E is too short.\n"
2452msgstr ""
2453
Theodore Ts'of722c132009-04-21 22:09:01 -04002454#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002455#: e2fsck/problem.c:1640
Theodore Ts'of722c132009-04-21 22:09:01 -04002456msgid "Pass 3: Checking @d connectivity\n"
2457msgstr "第3步: 检查目录连接性\n"
2458
2459#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002460#: e2fsck/problem.c:1645
Theodore Ts'of722c132009-04-21 22:09:01 -04002461msgid "@r not allocated. "
2462msgstr ""
2463
2464#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002465#: e2fsck/problem.c:1650
Theodore Ts'of722c132009-04-21 22:09:01 -04002466msgid "No room in @l @d. "
2467msgstr "@l@d中没有空间. "
2468
2469#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002470#: e2fsck/problem.c:1655
Theodore Ts'of722c132009-04-21 22:09:01 -04002471#, c-format
2472msgid "Unconnected @d @i %i (%p)\n"
2473msgstr ""
2474
2475#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002476#: e2fsck/problem.c:1660
Theodore Ts'of722c132009-04-21 22:09:01 -04002477msgid "/@l not found. "
2478msgstr "/@l未找到."
2479
2480#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002481#: e2fsck/problem.c:1665
Theodore Ts'of722c132009-04-21 22:09:01 -04002482msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2483msgstr ""
2484
2485#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002486#: e2fsck/problem.c:1670
Theodore Ts'of722c132009-04-21 22:09:01 -04002487msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2488msgstr ""
2489
2490#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002491#: e2fsck/problem.c:1675
Theodore Ts'of722c132009-04-21 22:09:01 -04002492#, c-format
2493msgid "Could not expand /@l: %m\n"
2494msgstr ""
2495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002496#: e2fsck/problem.c:1680
Theodore Ts'of722c132009-04-21 22:09:01 -04002497#, c-format
2498msgid "Could not reconnect %i: %m\n"
2499msgstr ""
2500
2501#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002502#: e2fsck/problem.c:1685
Theodore Ts'of722c132009-04-21 22:09:01 -04002503#, c-format
2504msgid "Error while trying to find /@l: %m\n"
2505msgstr "尝试找到/@l时出错: %m\n"
2506
2507#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002508#: e2fsck/problem.c:1690
Theodore Ts'of722c132009-04-21 22:09:01 -04002509#, c-format
2510msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2511msgstr ""
2512
2513#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002514#: e2fsck/problem.c:1695
Theodore Ts'of722c132009-04-21 22:09:01 -04002515#, c-format
2516msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2517msgstr ""
2518
2519#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002520#: e2fsck/problem.c:1700
Theodore Ts'of722c132009-04-21 22:09:01 -04002521#, c-format
2522msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2523msgstr ""
2524
2525#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002526#: e2fsck/problem.c:1705
Theodore Ts'of722c132009-04-21 22:09:01 -04002527#, c-format
2528msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2529msgstr ""
2530
2531#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002532#: e2fsck/problem.c:1710
Theodore Ts'of722c132009-04-21 22:09:01 -04002533#, c-format
2534msgid "Error while adjusting @i count on @i %i\n"
2535msgstr ""
2536
2537#. @-expanded: Couldn't fix parent of inode %i: %m\n
2538#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002539#: e2fsck/problem.c:1715
Theodore Ts'of722c132009-04-21 22:09:01 -04002540#, c-format
2541msgid ""
2542"Couldn't fix parent of @i %i: %m\n"
2543"\n"
2544msgstr ""
2545
2546#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2547#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002548#: e2fsck/problem.c:1720
Theodore Ts'of722c132009-04-21 22:09:01 -04002549#, c-format
2550msgid ""
2551"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2552"\n"
2553msgstr ""
2554
2555#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002556#: e2fsck/problem.c:1730
Theodore Ts'of722c132009-04-21 22:09:01 -04002557#, c-format
2558msgid "Error creating root @d (%s): %m\n"
2559msgstr "创建根@d (%s) 时出错: %m\n"
2560
2561#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002562#: e2fsck/problem.c:1735
Theodore Ts'of722c132009-04-21 22:09:01 -04002563#, c-format
2564msgid "Error creating /@l @d (%s): %m\n"
2565msgstr ""
2566
2567#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002568#: e2fsck/problem.c:1740
Theodore Ts'of722c132009-04-21 22:09:01 -04002569msgid "@r is not a @d; aborting.\n"
2570msgstr "@r不是一个@d; 中止.\n"
2571
2572#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002573#: e2fsck/problem.c:1745
Theodore Ts'of722c132009-04-21 22:09:01 -04002574msgid "Cannot proceed without a @r.\n"
2575msgstr ""
2576
2577#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002578#: e2fsck/problem.c:1755
Theodore Ts'of722c132009-04-21 22:09:01 -04002579#, c-format
2580msgid "/@l is not a @d (ino=%i)\n"
2581msgstr ""
2582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002583#. @-expanded: /lost+found has inline data\n
2584#: e2fsck/problem.c:1760
2585msgid "/@l has inline data\n"
2586msgstr ""
2587
2588#. @-expanded: Cannot allocate space for /lost+found.\n
2589#. @-expanded: Place lost files in root directory instead
2590#: e2fsck/problem.c:1765
2591msgid ""
2592"Cannot allocate space for /@l.\n"
2593"Place lost files in root directory instead"
2594msgstr ""
2595
2596#. @-expanded: Insufficient space to recover lost files!\n
2597#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2598#. @-expanded: \n
2599#: e2fsck/problem.c:1770
2600msgid ""
2601"Insufficient space to recover lost files!\n"
2602"Move data off the @f and re-run e2fsck.\n"
2603"\n"
2604msgstr ""
2605
2606#. @-expanded: /lost+found is encrypted\n
2607#: e2fsck/problem.c:1775
2608msgid "/@l is encrypted\n"
2609msgstr ""
2610
2611#: e2fsck/problem.c:1782
Theodore Ts'of722c132009-04-21 22:09:01 -04002612msgid "Pass 3A: Optimizing directories\n"
2613msgstr ""
2614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002615#: e2fsck/problem.c:1787
Theodore Ts'of722c132009-04-21 22:09:01 -04002616#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002617msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002618msgstr ""
2619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002620#: e2fsck/problem.c:1792
Theodore Ts'o930e2812009-06-29 15:08:12 -04002621msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002622msgstr ""
2623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002624#: e2fsck/problem.c:1797
Dark Raven3be22a82010-04-19 16:59:03 -04002625msgid "Optimizing directories: "
2626msgstr "正在优化目录: "
2627
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002628#: e2fsck/problem.c:1814
Theodore Ts'of722c132009-04-21 22:09:01 -04002629msgid "Pass 4: Checking reference counts\n"
2630msgstr ""
2631
2632#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002633#: e2fsck/problem.c:1819
Theodore Ts'of722c132009-04-21 22:09:01 -04002634#, c-format
2635msgid "@u @z @i %i. "
2636msgstr ""
2637
2638#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002639#: e2fsck/problem.c:1824
Theodore Ts'of722c132009-04-21 22:09:01 -04002640#, c-format
2641msgid "@u @i %i\n"
2642msgstr ""
2643
2644#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002645#: e2fsck/problem.c:1829
Theodore Ts'of722c132009-04-21 22:09:01 -04002646msgid "@i %i ref count is %Il, @s %N. "
2647msgstr ""
2648
2649#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2650#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2651#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002652#: e2fsck/problem.c:1833
Theodore Ts'of722c132009-04-21 22:09:01 -04002653msgid ""
2654"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2655"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2656"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2657msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04002658"警告:E2FSCK中的程序错误!\n"
2659"\t或者是某个笨蛋(你)正在检查一个被挂载的(活动的)文件系统.\n"
2660"@i_link_info[%i] 为 %N, @i.i_links_count 为 %Il.它们应该是相同的!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002661
2662#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002663#: e2fsck/problem.c:1843
Theodore Ts'of722c132009-04-21 22:09:01 -04002664msgid "Pass 5: Checking @g summary information\n"
2665msgstr "第5步: 检查@g概要信息\n"
2666
2667#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002668#: e2fsck/problem.c:1848
Theodore Ts'of722c132009-04-21 22:09:01 -04002669msgid "Padding at end of @i @B is not set. "
2670msgstr ""
2671
2672#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002673#: e2fsck/problem.c:1853
Theodore Ts'of722c132009-04-21 22:09:01 -04002674msgid "Padding at end of @b @B is not set. "
2675msgstr ""
2676
2677#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002678#: e2fsck/problem.c:1858
Theodore Ts'of722c132009-04-21 22:09:01 -04002679msgid "@b @B differences: "
2680msgstr "@b@B差异: "
2681
2682#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002683#: e2fsck/problem.c:1878
Theodore Ts'of722c132009-04-21 22:09:01 -04002684msgid "@i @B differences: "
2685msgstr "@i@B差异: "
2686
2687#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002688#: e2fsck/problem.c:1898
Theodore Ts'of722c132009-04-21 22:09:01 -04002689msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2690msgstr ""
2691
2692#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002693#: e2fsck/problem.c:1903
Theodore Ts'of722c132009-04-21 22:09:01 -04002694msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2695msgstr ""
2696
2697#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002698#: e2fsck/problem.c:1908
Theodore Ts'of722c132009-04-21 22:09:01 -04002699msgid "Free @is count wrong (%i, counted=%j).\n"
2700msgstr ""
2701
2702#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002703#: e2fsck/problem.c:1913
Theodore Ts'of722c132009-04-21 22:09:01 -04002704msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2705msgstr ""
2706
2707#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002708#: e2fsck/problem.c:1918
Theodore Ts'of722c132009-04-21 22:09:01 -04002709msgid "Free @bs count wrong (%b, counted=%c).\n"
2710msgstr ""
2711
2712#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2713#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002714#: e2fsck/problem.c:1923
Eric Sandeen032eafe2012-07-28 17:48:36 -04002715msgid ""
2716"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2717"endpoints (%i, %j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002718msgstr ""
2719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002720#: e2fsck/problem.c:1929
Theodore Ts'of722c132009-04-21 22:09:01 -04002721msgid "Internal error: fudging end of bitmap (%N)\n"
2722msgstr ""
2723
2724#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002725#: e2fsck/problem.c:1934
Theodore Ts'of722c132009-04-21 22:09:01 -04002726#, c-format
2727msgid "Error copying in replacement @i @B: %m\n"
2728msgstr ""
2729
2730#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002731#: e2fsck/problem.c:1939
Theodore Ts'of722c132009-04-21 22:09:01 -04002732#, c-format
2733msgid "Error copying in replacement @b @B: %m\n"
2734msgstr ""
2735
Theodore Ts'of722c132009-04-21 22:09:01 -04002736#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002737#: e2fsck/problem.c:1964
Theodore Ts'of722c132009-04-21 22:09:01 -04002738#, c-format
2739msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2740msgstr ""
2741
2742#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002743#: e2fsck/problem.c:1969
Theodore Ts'of722c132009-04-21 22:09:01 -04002744#, c-format
2745msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2746msgstr ""
2747
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002748#. @-expanded: group %g inode bitmap does not match checksum.\n
2749#: e2fsck/problem.c:1974
2750#, c-format
2751msgid "@g %g @i @B does not match checksum.\n"
2752msgstr ""
2753
2754#. @-expanded: group %g block bitmap does not match checksum.\n
2755#: e2fsck/problem.c:1979
2756#, c-format
2757msgid "@g %g @b @B does not match checksum.\n"
2758msgstr ""
2759
Theodore Ts'o930e2812009-06-29 15:08:12 -04002760#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002761#: e2fsck/problem.c:1986
Theodore Ts'o930e2812009-06-29 15:08:12 -04002762msgid "Recreate @j"
Dark Raven3be22a82010-04-19 16:59:03 -04002763msgstr "重建@j"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002765#: e2fsck/problem.c:1991
Eric Sandeen032eafe2012-07-28 17:48:36 -04002766msgid "Update quota info for quota type %N"
2767msgstr ""
2768
Theodore Ts'obd386982015-05-17 20:34:58 -04002769#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002770#: e2fsck/problem.c:1996
Theodore Ts'obd386982015-05-17 20:34:58 -04002771#, fuzzy, c-format
2772msgid "Error setting @b @g checksum info: %m\n"
2773msgstr "读取@i %i出错: %m\n"
2774
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002775#: e2fsck/problem.c:2001
Theodore Ts'obd386982015-05-17 20:34:58 -04002776#, fuzzy, c-format
2777msgid "Error writing file system info: %m\n"
2778msgstr "读取@i %i出错: %m\n"
2779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002780#: e2fsck/problem.c:2006
Theodore Ts'obd386982015-05-17 20:34:58 -04002781#, c-format
2782msgid "Error flushing writes to storage device: %m\n"
2783msgstr ""
2784
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002785#: e2fsck/problem.c:2127
Theodore Ts'of722c132009-04-21 22:09:01 -04002786#, c-format
2787msgid "Unhandled error code (0x%x)!\n"
2788msgstr ""
2789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002790#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'of722c132009-04-21 22:09:01 -04002791msgid "IGNORED"
2792msgstr "已忽略"
2793
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002794#: e2fsck/quota.c:33 e2fsck/quota.c:46
2795msgid "in move_quota_inode"
2796msgstr ""
2797
Eric Sandeen032eafe2012-07-28 17:48:36 -04002798#: e2fsck/scantest.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -04002799#, c-format
2800msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2801msgstr ""
2802
Eric Sandeen032eafe2012-07-28 17:48:36 -04002803#: e2fsck/scantest.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -04002804#, c-format
2805msgid "size of inode=%d\n"
2806msgstr "inode大小=%d\n"
2807
Eric Sandeen032eafe2012-07-28 17:48:36 -04002808#: e2fsck/scantest.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04002809msgid "while starting inode scan"
2810msgstr ""
2811
Eric Sandeen032eafe2012-07-28 17:48:36 -04002812#: e2fsck/scantest.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002813msgid "while doing inode scan"
2814msgstr ""
2815
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002816#: e2fsck/super.c:190
Theodore Ts'of722c132009-04-21 22:09:01 -04002817#, c-format
2818msgid "while calling ext2fs_block_iterate for inode %d"
2819msgstr ""
2820
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002821#: e2fsck/super.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04002822#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002823msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'of722c132009-04-21 22:09:01 -04002824msgstr ""
2825
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002826#: e2fsck/super.c:274
Theodore Ts'of722c132009-04-21 22:09:01 -04002827msgid "Truncating"
2828msgstr "正在截断"
2829
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002830#: e2fsck/super.c:275
Theodore Ts'of722c132009-04-21 22:09:01 -04002831msgid "Clearing"
2832msgstr "正在清除"
2833
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002834#: e2fsck/unix.c:76
Theodore Ts'of722c132009-04-21 22:09:01 -04002835#, c-format
2836msgid ""
2837"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2838"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2839"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002840"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002841msgstr ""
2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002843#: e2fsck/unix.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -04002844msgid ""
2845"\n"
2846"Emergency help:\n"
2847" -p Automatic repair (no questions)\n"
2848" -n Make no changes to the filesystem\n"
2849" -y Assume \"yes\" to all questions\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002850" -c Check for bad blocks and add them to the badblock "
2851"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002852" -f Force checking even if filesystem is marked clean\n"
2853msgstr ""
2854
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002855#: e2fsck/unix.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -04002856msgid ""
2857" -v Be verbose\n"
2858" -b superblock Use alternative superblock\n"
2859" -B blocksize Force blocksize when looking for superblock\n"
2860" -j external_journal Set location of the external journal\n"
2861" -l bad_blocks_file Add to badblocks list\n"
2862" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002863" -z undo_file Create an undo file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002864msgstr ""
2865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002866#: e2fsck/unix.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04002867#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002868msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002869msgstr ""
2870
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002871#: e2fsck/unix.c:160
Eric Sandeen032eafe2012-07-28 17:48:36 -04002872#, fuzzy, c-format
2873msgid ""
2874"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002875"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002876msgid_plural ""
2877"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002878"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002879msgstr[0] "%u 个 inode 被扫描.\n"
2880msgstr[1] "%u 个 inode 被扫描.\n"
2881
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002882#: e2fsck/unix.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -04002883#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002884msgid "%12u non-contiguous file (%0d.%d%%)\n"
2885msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002886msgstr[0] ""
2887msgstr[1] ""
2888
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002889#: e2fsck/unix.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04002890#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002891msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2892msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002893msgstr[0] ""
2894msgstr[1] ""
2895
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002896#: e2fsck/unix.c:174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002897#, c-format
2898msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2899msgstr ""
2900
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002901#: e2fsck/unix.c:182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002902msgid " Extent depth histogram: "
2903msgstr ""
2904
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002905#: e2fsck/unix.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002906#, c-format
2907msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2908msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2909msgstr[0] ""
2910msgstr[1] ""
2911
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002912#: e2fsck/unix.c:195
Eric Sandeen032eafe2012-07-28 17:48:36 -04002913#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002914msgid "%12u bad block\n"
2915msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002916msgstr[0] "b块"
2917msgstr[1] "b块"
2918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002919#: e2fsck/unix.c:197
Eric Sandeen032eafe2012-07-28 17:48:36 -04002920#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002921msgid "%12u large file\n"
2922msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002923msgstr[0] "一般文件"
2924msgstr[1] "一般文件"
2925
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002926#: e2fsck/unix.c:199
Eric Sandeen032eafe2012-07-28 17:48:36 -04002927#, fuzzy, c-format
2928msgid ""
2929"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002930"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002931msgid_plural ""
2932"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002933"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002934msgstr[0] "一般文件"
2935msgstr[1] "一般文件"
2936
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002937#: e2fsck/unix.c:201
Eric Sandeen032eafe2012-07-28 17:48:36 -04002938#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002939msgid "%12u directory\n"
2940msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002941msgstr[0] "文件夹"
2942msgstr[1] "文件夹"
2943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002944#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002945#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002946msgid "%12u character device file\n"
2947msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002948msgstr[0] "字符设备"
2949msgstr[1] "字符设备"
2950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002951#: e2fsck/unix.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04002952#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002953msgid "%12u block device file\n"
2954msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002955msgstr[0] "块设备"
2956msgstr[1] "块设备"
2957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002958#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04002959#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002960msgid "%12u fifo\n"
2961msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002962msgstr[0] ""
2963msgstr[1] ""
2964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002965#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04002966#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002967msgid "%12u link\n"
2968msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002969msgstr[0] ""
2970msgstr[1] ""
2971
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002972#: e2fsck/unix.c:212
Eric Sandeen032eafe2012-07-28 17:48:36 -04002973#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002974msgid "%12u symbolic link"
2975msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002976msgstr[0] "符号链接"
2977msgstr[1] "符号链接"
2978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002979#: e2fsck/unix.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04002980#, fuzzy, c-format
2981msgid " (%u fast symbolic link)\n"
2982msgid_plural " (%u fast symbolic links)\n"
2983msgstr[0] "符号链接"
2984msgstr[1] "符号链接"
2985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002986#: e2fsck/unix.c:218
Eric Sandeen032eafe2012-07-28 17:48:36 -04002987#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002988msgid "%12u socket\n"
2989msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002990msgstr[0] "套接字"
2991msgstr[1] "套接字"
2992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002993#: e2fsck/unix.c:222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002994#, fuzzy, c-format
2995msgid "%12u file\n"
2996msgid_plural "%12u files\n"
2997msgstr[0] "一般文件"
2998msgstr[1] "一般文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003000#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
3001#: resize/main.c:352
Theodore Ts'of722c132009-04-21 22:09:01 -04003002#, c-format
3003msgid "while determining whether %s is mounted."
3004msgstr ""
3005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003006#: e2fsck/unix.c:256
Eric Sandeen032eafe2012-07-28 17:48:36 -04003007#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003008msgid "Warning! %s is mounted.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003009msgstr "警告! %s已挂载.\n"
3010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003011#: e2fsck/unix.c:259
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003012#, fuzzy, c-format
3013msgid "Warning! %s is in use.\n"
3014msgstr "警告! %s已挂载.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003016#: e2fsck/unix.c:265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003017#, fuzzy, c-format
3018msgid "%s is mounted.\n"
3019msgstr "%s 已挂载."
3020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003021#: e2fsck/unix.c:267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003022#, fuzzy, c-format
3023msgid "%s is in use.\n"
3024msgstr "%s 已挂载."
3025
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003026#: e2fsck/unix.c:269
Theodore Ts'of722c132009-04-21 22:09:01 -04003027msgid ""
3028"Cannot continue, aborting.\n"
3029"\n"
3030msgstr "无法继续, 中止.\n"
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04003033msgid ""
3034"\n"
3035"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003036"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3037"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003038"\n"
3039msgstr ""
3040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003041#: e2fsck/unix.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04003042msgid "Do you really want to continue"
3043msgstr "你真的想要要继续"
3044
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003045#: e2fsck/unix.c:278
Theodore Ts'of722c132009-04-21 22:09:01 -04003046msgid "check aborted.\n"
3047msgstr "检查被中止\n"
3048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003049#: e2fsck/unix.c:371
Theodore Ts'of722c132009-04-21 22:09:01 -04003050msgid " contains a file system with errors"
3051msgstr ""
3052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003053#: e2fsck/unix.c:373
Theodore Ts'of722c132009-04-21 22:09:01 -04003054msgid " was not cleanly unmounted"
3055msgstr ""
3056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003057#: e2fsck/unix.c:375
Theodore Ts'of722c132009-04-21 22:09:01 -04003058msgid " primary superblock features different from backup"
3059msgstr ""
3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003061#: e2fsck/unix.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04003062#, c-format
3063msgid " has been mounted %u times without being checked"
3064msgstr ""
3065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003066#: e2fsck/unix.c:386
Theodore Ts'of722c132009-04-21 22:09:01 -04003067msgid " has filesystem last checked time in the future"
3068msgstr ""
3069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003070#: e2fsck/unix.c:392
Theodore Ts'of722c132009-04-21 22:09:01 -04003071#, c-format
3072msgid " has gone %u days without being checked"
3073msgstr ""
3074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003075#: e2fsck/unix.c:401
Theodore Ts'of722c132009-04-21 22:09:01 -04003076msgid ", check forced.\n"
3077msgstr ", 强制检查.\n"
3078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003079#: e2fsck/unix.c:434
Theodore Ts'of722c132009-04-21 22:09:01 -04003080#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003081msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'of722c132009-04-21 22:09:01 -04003082msgstr ""
3083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003084#: e2fsck/unix.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04003085msgid " (check deferred; on battery)"
3086msgstr ""
3087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003088#: e2fsck/unix.c:457
Theodore Ts'of722c132009-04-21 22:09:01 -04003089msgid " (check after next mount)"
3090msgstr "(将于下次挂载时进行检查)"
3091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003092#: e2fsck/unix.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04003093#, c-format
3094msgid " (check in %ld mounts)"
3095msgstr ""
3096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003097#: e2fsck/unix.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04003098#, c-format
3099msgid "ERROR: Couldn't open /dev/null (%s)\n"
3100msgstr ""
3101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003102#: e2fsck/unix.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04003103msgid "Invalid EA version.\n"
3104msgstr "无效的EA版本号.\n"
3105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003106#: e2fsck/unix.c:692
3107msgid "Invalid readahead buffer size.\n"
3108msgstr ""
3109
3110#: e2fsck/unix.c:725
Theodore Ts'of722c132009-04-21 22:09:01 -04003111#, c-format
3112msgid "Unknown extended option: %s\n"
3113msgstr ""
3114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003115#: e2fsck/unix.c:752
Theodore Ts'of722c132009-04-21 22:09:01 -04003116#, c-format
3117msgid ""
3118"Syntax error in e2fsck config file (%s, line #%d)\n"
3119"\t%s\n"
3120msgstr ""
3121"e2fsck 配置文件中语法错误(%s, 行 #%d)\n"
3122"\t%s\n"
3123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003124#: e2fsck/unix.c:825
Theodore Ts'of722c132009-04-21 22:09:01 -04003125#, c-format
3126msgid "Error validating file descriptor %d: %s\n"
3127msgstr ""
3128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003129#: e2fsck/unix.c:829
Theodore Ts'of722c132009-04-21 22:09:01 -04003130msgid "Invalid completion information file descriptor"
3131msgstr ""
3132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003133#: e2fsck/unix.c:844
Theodore Ts'of722c132009-04-21 22:09:01 -04003134msgid "Only one of the options -p/-a, -n or -y may be specified."
3135msgstr ""
3136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003137#: e2fsck/unix.c:865
Theodore Ts'of722c132009-04-21 22:09:01 -04003138#, c-format
3139msgid "The -t option is not supported on this version of e2fsck.\n"
3140msgstr ""
3141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003142#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3143#: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
Theodore Ts'of722c132009-04-21 22:09:01 -04003144#, c-format
3145msgid "Unable to resolve '%s'"
3146msgstr ""
3147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003148#: e2fsck/unix.c:952
Dark Ravenc4755342011-01-26 18:54:25 -05003149msgid "The -n and -D options are incompatible."
3150msgstr ""
3151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003152#: e2fsck/unix.c:957
Dark Ravenc4755342011-01-26 18:54:25 -05003153msgid "The -n and -c options are incompatible."
3154msgstr ""
3155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003156#: e2fsck/unix.c:962
Dark Ravenc4755342011-01-26 18:54:25 -05003157msgid "The -n and -l/-L options are incompatible."
3158msgstr ""
3159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003160#: e2fsck/unix.c:986
3161msgid "The -D and -E fixes_only options are incompatible."
3162msgstr ""
3163
3164#: e2fsck/unix.c:992
3165msgid "The -E bmap2extent and fixes_only options are incompatible."
3166msgstr ""
3167
3168#: e2fsck/unix.c:1046
Theodore Ts'of722c132009-04-21 22:09:01 -04003169msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3170msgstr ""
3171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:1093
Theodore Ts'of722c132009-04-21 22:09:01 -04003173#, c-format
3174msgid ""
3175"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3176"\n"
3177msgstr ""
3178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003179#: e2fsck/unix.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -04003180#, c-format
3181msgid ""
3182"\n"
3183"Invalid non-numeric argument to -%c (\"%s\")\n"
3184"\n"
3185msgstr ""
3186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003187#: e2fsck/unix.c:1193
Eric Sandeen032eafe2012-07-28 17:48:36 -04003188#, c-format
3189msgid ""
3190"MMP interval is %u seconds and total wait time is %u seconds. Please "
3191"wait...\n"
3192msgstr ""
3193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003194#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04003195#, fuzzy
3196msgid "while checking MMP block"
3197msgstr "在对坏块inode进行一致性检验是"
3198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003199#: e2fsck/unix.c:1217 misc/tune2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04003200msgid ""
3201"If you are sure the filesystem is not in use on any node, run:\n"
3202"'tune2fs -f -E clear_mmp {device}'\n"
3203msgstr ""
3204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003205#: e2fsck/unix.c:1232
3206#, fuzzy
3207msgid "while reading MMP block"
3208msgstr "当读取坏块inode时"
3209
3210#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3211#: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3212#: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3213#, c-format
3214msgid ""
3215"Overwriting existing filesystem; this can be undone using the command:\n"
3216" e2undo %s %s\n"
3217"\n"
3218msgstr ""
3219
3220#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3221#: resize/main.c:220
3222#, c-format
3223msgid "while trying to delete %s"
3224msgstr "当尝试删除 %s 时"
3225
3226#: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3227#, fuzzy
3228msgid "while trying to setup undo file\n"
3229msgstr "当尝试对%s进行stat调用时"
3230
3231#: e2fsck/unix.c:1363
Theodore Ts'of722c132009-04-21 22:09:01 -04003232msgid "Error: ext2fs library version out of date!\n"
3233msgstr "错误: ext2fs库版本过旧!\n"
3234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003235#: e2fsck/unix.c:1370
Theodore Ts'of722c132009-04-21 22:09:01 -04003236msgid "while trying to initialize program"
3237msgstr ""
3238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003239#: e2fsck/unix.c:1393
Dark Raven3be22a82010-04-19 16:59:03 -04003240#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003241msgid "\tUsing %s, %s\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003242msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003244#: e2fsck/unix.c:1405
Theodore Ts'of722c132009-04-21 22:09:01 -04003245msgid "need terminal for interactive repairs"
3246msgstr ""
3247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003248#: e2fsck/unix.c:1466
Dark Raven31a48472009-05-25 22:45:42 -04003249#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003250msgid "%s: %s trying backup blocks...\n"
Dark Raven31a48472009-05-25 22:45:42 -04003251msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003253#: e2fsck/unix.c:1468
Theodore Ts'of722c132009-04-21 22:09:01 -04003254msgid "Superblock invalid,"
Dark Raven31a48472009-05-25 22:45:42 -04003255msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04003256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003257#: e2fsck/unix.c:1469
Theodore Ts'of722c132009-04-21 22:09:01 -04003258msgid "Group descriptors look bad..."
3259msgstr ""
3260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003261#: e2fsck/unix.c:1479
Eric Sandeen032eafe2012-07-28 17:48:36 -04003262#, fuzzy, c-format
3263msgid "%s: %s while using the backup blocks"
3264msgstr "当读取坏块inode时"
3265
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003266#: e2fsck/unix.c:1483
Dark Raven3be22a82010-04-19 16:59:03 -04003267#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003268msgid "%s: going back to original superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003269msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04003270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003271#: e2fsck/unix.c:1512
Theodore Ts'of722c132009-04-21 22:09:01 -04003272msgid ""
3273"The filesystem revision is apparently too high for this version of e2fsck.\n"
3274"(Or the filesystem superblock is corrupt)\n"
3275"\n"
3276msgstr ""
3277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003278#: e2fsck/unix.c:1519
Theodore Ts'of722c132009-04-21 22:09:01 -04003279msgid "Could this be a zero-length partition?\n"
3280msgstr ""
3281
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003282#: e2fsck/unix.c:1521
Theodore Ts'of722c132009-04-21 22:09:01 -04003283#, c-format
3284msgid "You must have %s access to the filesystem or be root\n"
3285msgstr ""
3286
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003287#: e2fsck/unix.c:1527
Theodore Ts'of722c132009-04-21 22:09:01 -04003288msgid "Possibly non-existent or swap device?\n"
3289msgstr ""
3290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003291#: e2fsck/unix.c:1529
Theodore Ts'of722c132009-04-21 22:09:01 -04003292msgid "Filesystem mounted or opened exclusively by another program?\n"
3293msgstr ""
3294
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003295#: e2fsck/unix.c:1533
Dark Ravenc4755342011-01-26 18:54:25 -05003296msgid "Possibly non-existent device?\n"
3297msgstr ""
3298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003299#: e2fsck/unix.c:1536
Theodore Ts'of722c132009-04-21 22:09:01 -04003300msgid ""
3301"Disk write-protected; use the -n option to do a read-only\n"
3302"check of the device.\n"
3303msgstr ""
3304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003305#: e2fsck/unix.c:1604
Theodore Ts'of722c132009-04-21 22:09:01 -04003306msgid "Get a newer version of e2fsck!"
3307msgstr ""
3308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003309#: e2fsck/unix.c:1648
Theodore Ts'of722c132009-04-21 22:09:01 -04003310#, c-format
Dark Raven3be22a82010-04-19 16:59:03 -04003311msgid "while checking ext3 journal for %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04003312msgstr ""
3313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003314#: e2fsck/unix.c:1661
Eric Sandeen032eafe2012-07-28 17:48:36 -04003315msgid ""
3316"Warning: skipping journal recovery because doing a read-only filesystem "
3317"check.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003318msgstr ""
3319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003320#: e2fsck/unix.c:1673
Theodore Ts'of722c132009-04-21 22:09:01 -04003321#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003322msgid "unable to set superblock flags on %s\n"
3323msgstr ""
3324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:1680
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003326#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003327msgid "while recovering ext3 journal of %s"
3328msgstr ""
3329
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003330#: e2fsck/unix.c:1703
Theodore Ts'of722c132009-04-21 22:09:01 -04003331#, c-format
3332msgid "%s has unsupported feature(s):"
3333msgstr ""
3334
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003335#: e2fsck/unix.c:1762
Eric Sandeen032eafe2012-07-28 17:48:36 -04003336#, fuzzy, c-format
3337msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003338msgstr "当读取坏块inode时"
3339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003340#: e2fsck/unix.c:1765
Theodore Ts'of722c132009-04-21 22:09:01 -04003341msgid "This doesn't bode well, but we'll try to go on...\n"
3342msgstr ""
3343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003344#: e2fsck/unix.c:1805
Dark Raven3be22a82010-04-19 16:59:03 -04003345#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003346msgid "Creating journal (%d blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04003347msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003349#: e2fsck/unix.c:1815
Theodore Ts'of722c132009-04-21 22:09:01 -04003350msgid " Done.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003351msgstr "完成.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003353#: e2fsck/unix.c:1817
Theodore Ts'of722c132009-04-21 22:09:01 -04003354msgid ""
3355"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003356"*** journal has been regenerated ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003357msgstr ""
3358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003359#: e2fsck/unix.c:1823
Theodore Ts'obd386982015-05-17 20:34:58 -04003360msgid "aborted"
3361msgstr "已中止"
3362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003363#: e2fsck/unix.c:1825
Theodore Ts'of722c132009-04-21 22:09:01 -04003364#, c-format
3365msgid "%s: e2fsck canceled.\n"
3366msgstr "%s: e2fsck被取消.\n"
3367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003368#: e2fsck/unix.c:1847
3369msgid "Restarting e2fsck from the beginning...\n"
3370msgstr "正在从头开始e2fsck...\n"
3371
3372#: e2fsck/unix.c:1851
3373msgid "while resetting context"
3374msgstr ""
3375
3376#: e2fsck/unix.c:1895 e2fsck/util.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04003377#, c-format
3378msgid ""
3379"\n"
3380"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3381msgstr ""
3382"\n"
3383"%s: ***** 文件系统已修改 *****\n"
3384
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003385#: e2fsck/unix.c:1899
Theodore Ts'of722c132009-04-21 22:09:01 -04003386#, c-format
3387msgid "%s: ***** REBOOT LINUX *****\n"
3388msgstr "%s: ***** 重新启动 LINUX *****\n"
3389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003390#: e2fsck/unix.c:1907 e2fsck/util.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04003391#, c-format
3392msgid ""
3393"\n"
3394"%s: ********** WARNING: Filesystem still has errors **********\n"
3395"\n"
3396msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003397"\n"
3398"%s: ********** 警告: 文件系统上仍有错误 **********\n"
3399"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003400
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003401#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -04003402msgid "yY"
3403msgstr "yY"
3404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003405#: e2fsck/util.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -04003406msgid "nN"
3407msgstr "nN"
3408
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003409#: e2fsck/util.c:196
3410msgid "aA"
3411msgstr ""
3412
3413#: e2fsck/util.c:197
3414msgid " ('a' enables 'yes' to all) "
3415msgstr ""
3416
3417#: e2fsck/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003418msgid "<y>"
3419msgstr "<y>"
3420
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003421#: e2fsck/util.c:215
Theodore Ts'of722c132009-04-21 22:09:01 -04003422msgid "<n>"
3423msgstr "<n>"
3424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003425#: e2fsck/util.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04003426msgid " (y/n)"
3427msgstr " (y/n)"
3428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003429#: e2fsck/util.c:240
Theodore Ts'of722c132009-04-21 22:09:01 -04003430msgid "cancelled!\n"
3431msgstr "已取消!\n"
3432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003433#: e2fsck/util.c:264
3434msgid "yes to all\n"
3435msgstr ""
3436
3437#: e2fsck/util.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04003438msgid "yes\n"
3439msgstr "是\n"
3440
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003441#: e2fsck/util.c:268
Theodore Ts'of722c132009-04-21 22:09:01 -04003442msgid "no\n"
3443msgstr "否\n"
3444
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003445#: e2fsck/util.c:278
Dark Raven3be22a82010-04-19 16:59:03 -04003446#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003447msgid ""
3448"%s? no\n"
3449"\n"
3450msgstr ""
3451"%s? 否\n"
3452"\n"
3453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003454#: e2fsck/util.c:282
Theodore Ts'of722c132009-04-21 22:09:01 -04003455#, c-format
3456msgid ""
3457"%s? yes\n"
3458"\n"
3459msgstr ""
3460"%s? 是\n"
3461"\n"
3462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003463#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003464msgid "yes"
3465msgstr "yes"
3466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003467#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003468msgid "no"
3469msgstr "no"
3470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003471#: e2fsck/util.c:302
Theodore Ts'of722c132009-04-21 22:09:01 -04003472#, c-format
3473msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3474msgstr ""
3475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003476#: e2fsck/util.c:307
Theodore Ts'of722c132009-04-21 22:09:01 -04003477msgid "reading inode and block bitmaps"
3478msgstr ""
3479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003480#: e2fsck/util.c:319
Theodore Ts'of722c132009-04-21 22:09:01 -04003481#, c-format
3482msgid "while retrying to read bitmaps for %s"
3483msgstr ""
3484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003485#: e2fsck/util.c:331
Theodore Ts'of722c132009-04-21 22:09:01 -04003486msgid "writing block and inode bitmaps"
3487msgstr ""
3488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003489#: e2fsck/util.c:336
Theodore Ts'of722c132009-04-21 22:09:01 -04003490#, c-format
3491msgid "while rewriting block and inode bitmaps for %s"
3492msgstr ""
3493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003494#: e2fsck/util.c:348
Theodore Ts'of722c132009-04-21 22:09:01 -04003495#, c-format
3496msgid ""
3497"\n"
3498"\n"
3499"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3500"\t(i.e., without -a or -p options)\n"
3501msgstr ""
3502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003503#: e2fsck/util.c:429
Dark Raven3be22a82010-04-19 16:59:03 -04003504#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003505msgid "Memory used: %luk/%luk (%luk/%luk), "
Dark Raven3be22a82010-04-19 16:59:03 -04003506msgstr "内存使用量: %luk/%luk (%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003508#: e2fsck/util.c:433
Dark Raven3be22a82010-04-19 16:59:03 -04003509#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003510msgid "Memory used: %lu, "
Dark Raven3be22a82010-04-19 16:59:03 -04003511msgstr "内存用量: %lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003513#: e2fsck/util.c:440
Dark Raven31a48472009-05-25 22:45:42 -04003514#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003515msgid "time: %5.2f/%5.2f/%5.2f\n"
3516msgstr "时间: %5.2f/%5.2f/%5.2f\n"
3517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003518#: e2fsck/util.c:445
Theodore Ts'of722c132009-04-21 22:09:01 -04003519#, c-format
3520msgid "elapsed time: %6.3f\n"
3521msgstr ""
3522
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003523#: e2fsck/util.c:480 e2fsck/util.c:494
Dark Raven3be22a82010-04-19 16:59:03 -04003524#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003525msgid "while reading inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003526msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003527
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003528#: e2fsck/util.c:508 e2fsck/util.c:521
Dark Raven3be22a82010-04-19 16:59:03 -04003529#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003530msgid "while writing inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003531msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003533#: e2fsck/util.c:765
Eric Sandeen032eafe2012-07-28 17:48:36 -04003534msgid ""
3535"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3536"running.\n"
3537msgstr ""
3538
Theodore Ts'obd386982015-05-17 20:34:58 -04003539#: misc/badblocks.c:72
Eric Sandeen032eafe2012-07-28 17:48:36 -04003540#, fuzzy
3541msgid "done \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003542msgstr "完成 \n"
3543
Theodore Ts'obd386982015-05-17 20:34:58 -04003544#: misc/badblocks.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -04003545#, c-format
3546msgid ""
3547"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003548" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3549"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003550" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3551" device [last_block [first_block]]\n"
3552msgstr ""
3553
Theodore Ts'obd386982015-05-17 20:34:58 -04003554#: misc/badblocks.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04003555#, c-format
3556msgid ""
3557"%s: The -n and -w options are mutually exclusive.\n"
3558"\n"
3559msgstr ""
3560
Theodore Ts'obd386982015-05-17 20:34:58 -04003561#: misc/badblocks.c:223
Theodore Ts'o930e2812009-06-29 15:08:12 -04003562#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003563msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003564msgstr ""
3565
Theodore Ts'obd386982015-05-17 20:34:58 -04003566#: misc/badblocks.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04003567msgid "Testing with random pattern: "
3568msgstr ""
3569
Theodore Ts'obd386982015-05-17 20:34:58 -04003570#: misc/badblocks.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04003571msgid "Testing with pattern 0x"
3572msgstr ""
3573
Theodore Ts'obd386982015-05-17 20:34:58 -04003574#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04003575msgid "during seek"
3576msgstr ""
3577
Theodore Ts'obd386982015-05-17 20:34:58 -04003578#: misc/badblocks.c:389
Theodore Ts'of722c132009-04-21 22:09:01 -04003579#, c-format
3580msgid "Weird value (%ld) in do_read\n"
3581msgstr ""
3582
Theodore Ts'obd386982015-05-17 20:34:58 -04003583#: misc/badblocks.c:476
Theodore Ts'of722c132009-04-21 22:09:01 -04003584msgid "during ext2fs_sync_device"
3585msgstr ""
3586
Theodore Ts'obd386982015-05-17 20:34:58 -04003587#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'of722c132009-04-21 22:09:01 -04003588msgid "while beginning bad block list iteration"
3589msgstr ""
3590
Theodore Ts'obd386982015-05-17 20:34:58 -04003591#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'of722c132009-04-21 22:09:01 -04003592msgid "while allocating buffers"
3593msgstr ""
3594
Theodore Ts'obd386982015-05-17 20:34:58 -04003595#: misc/badblocks.c:515
Theodore Ts'of722c132009-04-21 22:09:01 -04003596#, c-format
3597msgid "Checking blocks %lu to %lu\n"
3598msgstr "正在检查从 %lu 到 %lu的块\n"
3599
Theodore Ts'obd386982015-05-17 20:34:58 -04003600#: misc/badblocks.c:520
Theodore Ts'of722c132009-04-21 22:09:01 -04003601msgid "Checking for bad blocks in read-only mode\n"
3602msgstr ""
3603
Theodore Ts'obd386982015-05-17 20:34:58 -04003604#: misc/badblocks.c:529
Theodore Ts'of722c132009-04-21 22:09:01 -04003605msgid "Checking for bad blocks (read-only test): "
3606msgstr ""
3607
Theodore Ts'obd386982015-05-17 20:34:58 -04003608#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3609#: misc/badblocks.c:832
Theodore Ts'of722c132009-04-21 22:09:01 -04003610msgid "Too many bad blocks, aborting test\n"
3611msgstr ""
3612
Theodore Ts'obd386982015-05-17 20:34:58 -04003613#: misc/badblocks.c:618
Theodore Ts'of722c132009-04-21 22:09:01 -04003614msgid "Checking for bad blocks in read-write mode\n"
3615msgstr ""
3616
Theodore Ts'obd386982015-05-17 20:34:58 -04003617#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -04003618#, c-format
3619msgid "From block %lu to %lu\n"
3620msgstr ""
3621
Theodore Ts'obd386982015-05-17 20:34:58 -04003622#: misc/badblocks.c:675
Theodore Ts'of722c132009-04-21 22:09:01 -04003623msgid "Reading and comparing: "
3624msgstr "正在读取并比较: "
3625
Theodore Ts'obd386982015-05-17 20:34:58 -04003626#: misc/badblocks.c:781
Theodore Ts'of722c132009-04-21 22:09:01 -04003627msgid "Checking for bad blocks in non-destructive read-write mode\n"
3628msgstr ""
3629
Theodore Ts'obd386982015-05-17 20:34:58 -04003630#: misc/badblocks.c:787
Theodore Ts'of722c132009-04-21 22:09:01 -04003631msgid "Checking for bad blocks (non-destructive read-write test)\n"
3632msgstr ""
3633
Theodore Ts'obd386982015-05-17 20:34:58 -04003634#: misc/badblocks.c:794
Theodore Ts'of722c132009-04-21 22:09:01 -04003635msgid ""
3636"\n"
3637"Interrupt caught, cleaning up\n"
3638msgstr ""
3639
Theodore Ts'obd386982015-05-17 20:34:58 -04003640#: misc/badblocks.c:877
Theodore Ts'of722c132009-04-21 22:09:01 -04003641#, c-format
3642msgid "during test data write, block %lu"
3643msgstr ""
3644
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003645#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -04003646#, c-format
3647msgid "%s is mounted; "
3648msgstr "%s 已经挂载;"
3649
Theodore Ts'obd386982015-05-17 20:34:58 -04003650#: misc/badblocks.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04003651msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3652msgstr ""
3653
Theodore Ts'obd386982015-05-17 20:34:58 -04003654#: misc/badblocks.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04003655msgid "it's not safe to run badblocks!\n"
3656msgstr ""
3657
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003658#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -04003659#, c-format
3660msgid "%s is apparently in use by the system; "
3661msgstr ""
3662
Theodore Ts'obd386982015-05-17 20:34:58 -04003663#: misc/badblocks.c:1013
Theodore Ts'of722c132009-04-21 22:09:01 -04003664msgid "badblocks forced anyway.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003665msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003666
Theodore Ts'obd386982015-05-17 20:34:58 -04003667#: misc/badblocks.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -04003668#, c-format
3669msgid "invalid %s - %s"
3670msgstr "无效的%s - %s"
3671
Theodore Ts'obd386982015-05-17 20:34:58 -04003672#: misc/badblocks.c:1127
3673#, c-format
3674msgid "Too big max bad blocks count %u - maximum is %u"
3675msgstr ""
3676
3677#: misc/badblocks.c:1154
Theodore Ts'of722c132009-04-21 22:09:01 -04003678#, c-format
3679msgid "can't allocate memory for test_pattern - %s"
3680msgstr ""
3681
Theodore Ts'obd386982015-05-17 20:34:58 -04003682#: misc/badblocks.c:1184
Theodore Ts'of722c132009-04-21 22:09:01 -04003683msgid "Maximum of one test_pattern may be specified in read-only mode"
3684msgstr ""
3685
Theodore Ts'obd386982015-05-17 20:34:58 -04003686#: misc/badblocks.c:1190
Theodore Ts'of722c132009-04-21 22:09:01 -04003687msgid "Random test_pattern is not allowed in read-only mode"
3688msgstr ""
3689
Theodore Ts'obd386982015-05-17 20:34:58 -04003690#: misc/badblocks.c:1204
Theodore Ts'of722c132009-04-21 22:09:01 -04003691msgid ""
3692"Couldn't determine device size; you must specify\n"
3693"the size manually\n"
3694msgstr ""
3695
Theodore Ts'obd386982015-05-17 20:34:58 -04003696#: misc/badblocks.c:1210
Theodore Ts'of722c132009-04-21 22:09:01 -04003697msgid "while trying to determine device size"
3698msgstr ""
3699
Theodore Ts'obd386982015-05-17 20:34:58 -04003700#: misc/badblocks.c:1215
Theodore Ts'of722c132009-04-21 22:09:01 -04003701msgid "last block"
3702msgstr "最后一个块"
3703
Theodore Ts'obd386982015-05-17 20:34:58 -04003704#: misc/badblocks.c:1221
Theodore Ts'of722c132009-04-21 22:09:01 -04003705msgid "first block"
3706msgstr "第一个块"
3707
Theodore Ts'obd386982015-05-17 20:34:58 -04003708#: misc/badblocks.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04003709#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003710msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003711msgstr ""
3712
Theodore Ts'obd386982015-05-17 20:34:58 -04003713#: misc/badblocks.c:1231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003714#, c-format
3715msgid "invalid end block (%llu): must be 32-bit value"
3716msgstr ""
3717
Theodore Ts'obd386982015-05-17 20:34:58 -04003718#: misc/badblocks.c:1287
Theodore Ts'of722c132009-04-21 22:09:01 -04003719msgid "while creating in-memory bad blocks list"
3720msgstr ""
3721
Theodore Ts'obd386982015-05-17 20:34:58 -04003722#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003723msgid "input file - bad format"
3724msgstr ""
3725
Theodore Ts'obd386982015-05-17 20:34:58 -04003726#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'of722c132009-04-21 22:09:01 -04003727msgid "while adding to in-memory bad block list"
3728msgstr ""
3729
Theodore Ts'obd386982015-05-17 20:34:58 -04003730#: misc/badblocks.c:1338
Theodore Ts'of722c132009-04-21 22:09:01 -04003731#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003732msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003733msgstr ""
3734
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003735#: misc/chattr.c:89
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003736#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003737msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003738msgstr "用法: %s [-RVadlv] [files...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003740#: misc/chattr.c:159
3741#, fuzzy, c-format
3742msgid "bad project - %s\n"
3743msgstr "错误的版本 - %s\n"
3744
3745#: misc/chattr.c:173
Theodore Ts'of722c132009-04-21 22:09:01 -04003746#, c-format
3747msgid "bad version - %s\n"
3748msgstr "错误的版本 - %s\n"
3749
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003750#: misc/chattr.c:219 misc/lsattr.c:127
Dark Raven3be22a82010-04-19 16:59:03 -04003751#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003752msgid "while trying to stat %s"
3753msgstr "当尝试对%s进行stat调用时"
3754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003755#: misc/chattr.c:226
Theodore Ts'of722c132009-04-21 22:09:01 -04003756#, c-format
3757msgid "while reading flags on %s"
3758msgstr ""
3759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003760#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'o930e2812009-06-29 15:08:12 -04003761#, c-format
3762msgid "Flags of %s set as "
3763msgstr "%s的标志被设为 "
3764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003765#: misc/chattr.c:252
Theodore Ts'of722c132009-04-21 22:09:01 -04003766#, c-format
3767msgid "while setting flags on %s"
3768msgstr ""
3769
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003770#: misc/chattr.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04003771#, c-format
3772msgid "Version of %s set as %lu\n"
3773msgstr ""
3774
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003775#: misc/chattr.c:264
Theodore Ts'of722c132009-04-21 22:09:01 -04003776#, c-format
3777msgid "while setting version on %s"
3778msgstr ""
3779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003780#: misc/chattr.c:271
3781#, fuzzy, c-format
3782msgid "Project of %s set as %lu\n"
3783msgstr "%s的标志被设为 "
3784
3785#: misc/chattr.c:275
3786#, fuzzy, c-format
3787msgid "while setting project on %s"
3788msgstr "当尝试打开 %s 时"
3789
3790#: misc/chattr.c:297
Theodore Ts'of722c132009-04-21 22:09:01 -04003791msgid "Couldn't allocate path variable in chattr_dir_proc"
3792msgstr ""
3793
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003794#: misc/chattr.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04003795msgid "= is incompatible with - and +\n"
3796msgstr ""
3797
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003798#: misc/chattr.c:345
Theodore Ts'of722c132009-04-21 22:09:01 -04003799msgid "Must use '-v', =, - or +\n"
3800msgstr ""
3801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003802#: misc/create_inode.c:70 misc/create_inode.c:109
3803#, fuzzy, c-format
3804msgid "while reading inode %u"
3805msgstr "当读取坏块inode时"
3806
3807#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3808#: misc/create_inode.c:374
3809#, fuzzy
3810msgid "while expanding directory"
3811msgstr "正在读取目录块"
3812
3813#: misc/create_inode.c:87
3814#, fuzzy, c-format
3815msgid "while linking \"%s\""
3816msgstr "打开%s时"
3817
3818#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3819#, fuzzy, c-format
3820msgid "while writing inode %u"
3821msgstr "当获取下一个inode时"
3822
3823#: misc/create_inode.c:139 misc/create_inode.c:163
3824#, fuzzy, c-format
3825msgid "while listing attributes of \"%s\""
3826msgstr "当尝试对%s进行stat调用时"
3827
3828#: misc/create_inode.c:150
3829#, fuzzy, c-format
3830msgid "while opening inode %u"
3831msgstr "在打开inode扫描时"
3832
3833#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
3834#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3835#: misc/mke2fs.c:353
3836#, fuzzy
3837msgid "while allocating memory"
3838msgstr "A分配出错"
3839
3840#: misc/create_inode.c:176 misc/create_inode.c:192
3841#, fuzzy, c-format
3842msgid "while reading attribute \"%s\" of \"%s\""
3843msgstr "当尝试对%s进行stat调用时"
3844
3845#: misc/create_inode.c:201
3846#, fuzzy, c-format
3847msgid "while writing attribute \"%s\" to inode %u"
3848msgstr "当获取下一个inode时"
3849
3850#: misc/create_inode.c:211
3851#, fuzzy, c-format
3852msgid "while closing inode %u"
3853msgstr "在打开inode扫描时"
3854
3855#: misc/create_inode.c:259
3856#, fuzzy, c-format
3857msgid "while allocating inode \"%s\""
3858msgstr "A分配出错"
3859
3860#: misc/create_inode.c:278
3861#, fuzzy, c-format
3862msgid "while creating inode \"%s\""
3863msgstr "当获取下一个inode时"
3864
3865#: misc/create_inode.c:343
3866#, fuzzy, c-format
3867msgid "while creating symlink \"%s\""
3868msgstr "当读取位图时"
3869
3870#: misc/create_inode.c:361 misc/create_inode.c:822
3871#, fuzzy, c-format
3872msgid "while looking up \"%s\""
3873msgstr "打开%s时"
3874
3875#: misc/create_inode.c:381
3876#, fuzzy, c-format
3877msgid "while creating directory \"%s\""
3878msgstr "正在读取目录块"
3879
3880#: misc/create_inode.c:608
3881#, fuzzy, c-format
3882msgid "while opening \"%s\" to copy"
3883msgstr "打开%s时"
3884
3885#: misc/create_inode.c:700
Theodore Ts'of722c132009-04-21 22:09:01 -04003886#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003887msgid "while changing working directory to \"%s\""
3888msgstr ""
3889
3890#: misc/create_inode.c:708
3891#, fuzzy, c-format
3892msgid "while opening directory \"%s\""
3893msgstr "打开%s时"
3894
3895#: misc/create_inode.c:718
3896#, fuzzy, c-format
3897msgid "while lstat \"%s\""
3898msgstr "当尝试对%s进行stat调用时"
3899
3900#: misc/create_inode.c:751
3901#, fuzzy, c-format
3902msgid "while creating special file \"%s\""
3903msgstr "一般文件"
3904
3905#: misc/create_inode.c:762
3906#, fuzzy, c-format
3907msgid "while trying to read link \"%s\""
3908msgstr "当尝试调整%s的大小时"
3909
3910#: misc/create_inode.c:771
3911#, fuzzy, c-format
3912msgid "while writing symlink\"%s\""
3913msgstr "当尝试调整%s的大小时"
3914
3915#: misc/create_inode.c:781
3916#, fuzzy, c-format
3917msgid "while writing file \"%s\""
3918msgstr "当尝试刷新 %s 时"
3919
3920#: misc/create_inode.c:794
3921#, fuzzy, c-format
3922msgid "while making dir \"%s\""
3923msgstr "打开%s时"
3924
3925#: misc/create_inode.c:811
3926#, fuzzy
3927msgid "while changing directory"
3928msgstr "正在读取目录块"
3929
3930#: misc/create_inode.c:817
3931#, c-format
3932msgid "ignoring entry \"%s\""
3933msgstr ""
3934
3935#: misc/create_inode.c:830
3936#, fuzzy, c-format
3937msgid "while setting inode for \"%s\""
3938msgstr "获取%s的stat信息时出错。"
3939
3940#: misc/create_inode.c:837
3941#, fuzzy, c-format
3942msgid "while setting xattrs for \"%s\""
3943msgstr "获取%s的stat信息时出错。"
3944
3945#: misc/create_inode.c:855
3946#, fuzzy
3947msgid "while saving inode data"
3948msgstr "在打开inode扫描时"
3949
3950#: misc/dumpe2fs.c:56
3951#, c-format
3952msgid ""
3953"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003954msgstr ""
3955
Eric Sandeen032eafe2012-07-28 17:48:36 -04003956#: misc/dumpe2fs.c:159
3957#, fuzzy
3958msgid "blocks"
3959msgstr "b块"
3960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003961#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04003962msgid "clusters"
3963msgstr ""
3964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003965#: misc/dumpe2fs.c:219
Theodore Ts'of722c132009-04-21 22:09:01 -04003966#, c-format
3967msgid "Group %lu: (Blocks "
3968msgstr ""
3969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003970#: misc/dumpe2fs.c:226
Eric Sandeen032eafe2012-07-28 17:48:36 -04003971#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003972msgid " csum 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003973msgstr " 校验和 0x%04x,%d个未使用的inode\n"
3974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003975#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04003976#, c-format
3977msgid " (EXPECTED 0x%04x)"
3978msgstr ""
3979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003980#: misc/dumpe2fs.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04003981#, c-format
3982msgid " %s superblock at "
3983msgstr ""
3984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003985#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04003986msgid "Primary"
3987msgstr "主"
3988
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003989#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04003990msgid "Backup"
3991msgstr "备份"
3992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003993#: misc/dumpe2fs.c:238
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003994#, fuzzy
Theodore Ts'of722c132009-04-21 22:09:01 -04003995msgid ", Group descriptors at "
3996msgstr ", 组描述符位于 "
3997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003998#: misc/dumpe2fs.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04003999msgid ""
4000"\n"
4001" Reserved GDT blocks at "
4002msgstr ""
4003"\n"
4004" 保留的GDT块位于 "
4005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004006#: misc/dumpe2fs.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04004007msgid " Group descriptor at "
4008msgstr ""
4009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004010#: misc/dumpe2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004011msgid " Block bitmap at "
4012msgstr ""
4013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004014#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4015#, fuzzy, c-format
4016msgid ", csum 0x%08x"
4017msgstr " 校验和 0x%04x,%d个未使用的inode\n"
4018
4019#: misc/dumpe2fs.c:263
4020msgid ","
Theodore Ts'of722c132009-04-21 22:09:01 -04004021msgstr ""
4022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004023#: misc/dumpe2fs.c:265
4024msgid ""
4025"\n"
4026" "
4027msgstr ""
4028
4029#: misc/dumpe2fs.c:266
4030#, fuzzy
4031msgid " Inode bitmap at "
4032msgstr "inode 位图"
4033
4034#: misc/dumpe2fs.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04004035msgid ""
4036"\n"
4037" Inode table at "
4038msgstr ""
4039"\n"
4040" Inode表位于 "
4041
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004042#: misc/dumpe2fs.c:279
Theodore Ts'of722c132009-04-21 22:09:01 -04004043#, c-format
4044msgid ""
4045"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004046" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004047msgstr ""
4048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004049#: misc/dumpe2fs.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04004050#, c-format
4051msgid ", %u unused inodes\n"
4052msgstr ", %u个未使用的inodes\n"
4053
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004054#: misc/dumpe2fs.c:289
Theodore Ts'of722c132009-04-21 22:09:01 -04004055msgid " Free blocks: "
4056msgstr " 可用块数: "
4057
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004058#: misc/dumpe2fs.c:304
Theodore Ts'of722c132009-04-21 22:09:01 -04004059msgid " Free inodes: "
4060msgstr " 可用inode数: "
4061
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004062#: misc/dumpe2fs.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04004063msgid "while printing bad block list"
4064msgstr ""
4065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004066#: misc/dumpe2fs.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04004067#, c-format
4068msgid "Bad blocks: %u"
4069msgstr "坏块数: %u"
4070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004071#: misc/dumpe2fs.c:385 misc/tune2fs.c:357
Theodore Ts'of722c132009-04-21 22:09:01 -04004072msgid "while reading journal inode"
4073msgstr ""
4074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004075#: misc/dumpe2fs.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04004076msgid "while opening journal inode"
4077msgstr ""
4078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004079#: misc/dumpe2fs.c:397
Dark Raven3be22a82010-04-19 16:59:03 -04004080msgid "while reading journal super block"
4081msgstr ""
4082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004083#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004084#, fuzzy
4085msgid "Journal superblock magic number invalid!\n"
4086msgstr "日志超级块未找到!\n"
4087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004088#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004089#, fuzzy
Dark Raven3be22a82010-04-19 16:59:03 -04004090msgid "Journal features: "
4091msgstr "日志使用者: %s\n"
4092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093#: misc/dumpe2fs.c:420
Theodore Ts'of722c132009-04-21 22:09:01 -04004094msgid "Journal size: "
4095msgstr "日志大小: "
4096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004097#: misc/dumpe2fs.c:430
Dark Raven3be22a82010-04-19 16:59:03 -04004098#, c-format
4099msgid ""
4100"Journal length: %u\n"
4101"Journal sequence: 0x%08x\n"
4102"Journal start: %u\n"
4103msgstr ""
4104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004105#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4106msgid "Journal checksum type: crc32\n"
4107msgstr ""
4108
4109#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4110#, c-format
4111msgid ""
4112"Journal checksum type: %s\n"
4113"Journal checksum: 0x%08x\n"
4114msgstr ""
4115
4116#: misc/dumpe2fs.c:448
Eric Sandeen032eafe2012-07-28 17:48:36 -04004117#, fuzzy, c-format
4118msgid "Journal errno: %d\n"
4119msgstr "日志使用者: %s\n"
4120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004121#: misc/dumpe2fs.c:466 misc/tune2fs.c:206
Theodore Ts'of722c132009-04-21 22:09:01 -04004122msgid "while reading journal superblock"
4123msgstr ""
4124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004125#: misc/dumpe2fs.c:474
Theodore Ts'of722c132009-04-21 22:09:01 -04004126msgid "Couldn't find journal superblock magic numbers"
4127msgstr ""
4128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004129#: misc/dumpe2fs.c:501
Theodore Ts'of722c132009-04-21 22:09:01 -04004130#, c-format
4131msgid ""
4132"\n"
4133"Journal block size: %u\n"
4134"Journal length: %u\n"
4135"Journal first block: %u\n"
4136"Journal sequence: 0x%08x\n"
4137"Journal start: %u\n"
4138"Journal number of users: %u\n"
4139msgstr ""
4140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004141#: misc/dumpe2fs.c:514
Dark Raven31a48472009-05-25 22:45:42 -04004142#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004143msgid "Journal users: %s\n"
4144msgstr "日志使用者: %s\n"
4145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004146#: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
Theodore Ts'of722c132009-04-21 22:09:01 -04004147msgid "Couldn't allocate memory to parse options!\n"
4148msgstr ""
4149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004150#: misc/dumpe2fs.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04004151#, c-format
4152msgid "Invalid superblock parameter: %s\n"
4153msgstr ""
4154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004155#: misc/dumpe2fs.c:571
Theodore Ts'of722c132009-04-21 22:09:01 -04004156#, c-format
4157msgid "Invalid blocksize parameter: %s\n"
4158msgstr ""
4159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004160#: misc/dumpe2fs.c:582
Theodore Ts'of722c132009-04-21 22:09:01 -04004161#, c-format
4162msgid ""
4163"\n"
4164"Bad extended option(s) specified: %s\n"
4165"\n"
4166"Extended options are separated by commas, and may take an argument which\n"
4167"\tis set off by an equals ('=') sign.\n"
4168"\n"
4169"Valid extended options are:\n"
4170"\tsuperblock=<superblock number>\n"
4171"\tblocksize=<blocksize>\n"
4172msgstr ""
4173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174#: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
Dark Raven3be22a82010-04-19 16:59:03 -04004175#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004176msgid "\tUsing %s\n"
4177msgstr "\t使用 %s\n"
4178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004179#: misc/dumpe2fs.c:686
4180msgid ""
4181"\n"
4182"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4183"\n"
4184msgstr ""
4185
4186#: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4187#: resize/main.c:414
Theodore Ts'of722c132009-04-21 22:09:01 -04004188msgid "Couldn't find valid filesystem superblock.\n"
4189msgstr "找不到有效的文件系统超级块.\n"
4190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004191#: misc/dumpe2fs.c:726
4192msgid ""
4193"\n"
4194"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4195"\n"
4196msgstr ""
4197
4198#: misc/dumpe2fs.c:730
Theodore Ts'of722c132009-04-21 22:09:01 -04004199#, c-format
4200msgid ""
4201"\n"
4202"%s: %s: error reading bitmaps: %s\n"
4203msgstr ""
4204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004205#: misc/e2image.c:106
Theodore Ts'of722c132009-04-21 22:09:01 -04004206#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004207msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004208msgstr ""
4209
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004210#: misc/e2image.c:108
Eric Sandeen032eafe2012-07-28 17:48:36 -04004211#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004212msgid " %s -I device image-file\n"
4213msgstr ""
4214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004215#: misc/e2image.c:109
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004216#, c-format
4217msgid ""
4218" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4219"[ dest_fs ]\n"
4220msgstr ""
4221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004222#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004223#, fuzzy
4224msgid "while allocating buffer"
4225msgstr "A分配出错"
4226
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004227#: misc/e2image.c:179
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004228#, fuzzy, c-format
4229msgid "Writing block %llu\n"
4230msgstr "正在检查从 %lu 到 %lu的块\n"
4231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004232#: misc/e2image.c:193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004233#, fuzzy, c-format
4234msgid "error writing block %llu"
4235msgstr "写块 %lu (%s) 出错. "
4236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004237#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004238msgid "error in generic_write()"
4239msgstr ""
4240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004241#: misc/e2image.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04004242msgid "Error: header size is bigger than wrt_size\n"
4243msgstr ""
4244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/e2image.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -04004246msgid "Couldn't allocate header buffer\n"
4247msgstr ""
4248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#: misc/e2image.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -04004250msgid "while writing superblock"
4251msgstr ""
4252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004253#: misc/e2image.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004254msgid "while writing inode table"
4255msgstr ""
4256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004257#: misc/e2image.c:263
Theodore Ts'of722c132009-04-21 22:09:01 -04004258msgid "while writing block bitmap"
4259msgstr ""
4260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004261#: misc/e2image.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04004262msgid "while writing inode bitmap"
4263msgstr ""
4264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004265#: misc/e2image.c:505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004266#, fuzzy, c-format
4267msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4268msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004270#: misc/e2image.c:517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004271#, fuzzy, c-format
4272msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4273msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004275#: misc/e2image.c:558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004276#, c-format
4277msgid "%llu / %llu blocks (%d%%)"
4278msgstr ""
4279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004280#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004281msgid "Copying "
4282msgstr ""
4283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004284#: misc/e2image.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004285msgid ""
4286"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4287msgstr ""
4288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004290#, c-format
4291msgid " %s remaining at %.2f MB/s"
4292msgstr ""
4293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004295#, fuzzy, c-format
4296msgid "error reading block %llu"
4297msgstr "读取块 %lu (%s) 错误"
4298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004299#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004300#, c-format
4301msgid "Copied %llu / %llu blocks (%d%%) in %s "
4302msgstr ""
4303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004304#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004305#, c-format
4306msgid "at %.2f MB/s"
4307msgstr ""
4308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004309#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004310#, fuzzy
4311msgid "while allocating l1 table"
4312msgstr "正在写入inode表: "
4313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004314#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004315msgid "while allocating l2 cache"
4316msgstr ""
4317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004318#: misc/e2image.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004319msgid ""
4320"Warning: There are still tables in the cache while putting the cache, data "
4321"will be lost so the image may not be valid.\n"
4322msgstr ""
4323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004324#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004325msgid "while allocating ext2_qcow2_image"
4326msgstr ""
4327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004328#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004329msgid "while initializing ext2_qcow2_image"
4330msgstr ""
4331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004332#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004333msgid "Programming error: multiple sequential refcount blocks created!\n"
4334msgstr ""
4335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004336#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004337#, fuzzy
4338msgid "while allocating block bitmap"
4339msgstr "当读取位图时"
4340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004341#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004342#, fuzzy
4343msgid "while allocating scramble block bitmap"
4344msgstr "错误块映射中的inode"
4345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004346#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004347#, fuzzy
4348msgid "Scanning inodes...\n"
4349msgstr "正在扫描inode表"
4350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004351#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004352#, fuzzy
4353msgid "Can't allocate block buffer"
4354msgstr "无法分配块缓存 (大小=%d)\n"
4355
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004356#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004357#, fuzzy, c-format
4358msgid "while iterating over inode %u"
4359msgstr "当获取下一个inode时"
4360
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004361#: misc/e2image.c:1384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004362msgid "Raw and qcow2 images cannot be installed"
4363msgstr ""
4364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004365#: misc/e2image.c:1406
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004366#, fuzzy
4367msgid "error reading bitmaps"
4368msgstr "当读取位图时"
4369
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004370#: misc/e2image.c:1418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004371#, fuzzy
4372msgid "while opening device file"
4373msgstr "在打开inode扫描时"
4374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004375#: misc/e2image.c:1429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004376#, fuzzy
4377msgid "while restoring the image table"
4378msgstr "当读取坏块inode时"
4379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004380#: misc/e2image.c:1526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004381msgid "-a option can only be used with raw or QCOW2 images."
4382msgstr ""
4383
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004384#: misc/e2image.c:1532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004385msgid "Offsets are only allowed with raw images."
4386msgstr ""
4387
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004388#: misc/e2image.c:1537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004389msgid "Move mode is only allowed with raw images."
4390msgstr ""
4391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004392#: misc/e2image.c:1542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004393msgid "Move mode requires all data mode."
4394msgstr ""
4395
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004396#: misc/e2image.c:1552
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004397msgid "checking if mounted"
4398msgstr ""
4399
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004400#: misc/e2image.c:1559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004401msgid ""
4402"\n"
4403"Running e2image on a R/W mounted filesystem can result in an\n"
4404"inconsistent image which will not be useful for debugging purposes.\n"
4405"Use -f option if you really want to do that.\n"
4406msgstr ""
4407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004408#: misc/e2image.c:1613
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004409msgid "QCOW2 image can not be written to the stdout!\n"
4410msgstr ""
4411
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004412#: misc/e2image.c:1619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004413msgid "Can not stat output\n"
4414msgstr ""
4415
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004416#: misc/e2image.c:1629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004417#, c-format
4418msgid "Image (%s) is compressed\n"
4419msgstr ""
4420
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004421#: misc/e2image.c:1632
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004422#, c-format
4423msgid "Image (%s) is encrypted\n"
4424msgstr ""
4425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004426#: misc/e2image.c:1635
Eric Sandeen032eafe2012-07-28 17:48:36 -04004427#, c-format
4428msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4429msgstr ""
4430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004431#: misc/e2image.c:1644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004432#, fuzzy
4433msgid "The -c option only supported in raw mode\n"
4434msgstr "-o只能被指定一次"
4435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004436#: misc/e2image.c:1649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004437msgid "The -c option not supported when writing to stdout\n"
4438msgstr ""
4439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004440#: misc/e2image.c:1656
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004441msgid "while allocating check_buf"
4442msgstr ""
4443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004444#: misc/e2image.c:1662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004445#, fuzzy
4446msgid "The -p option only supported in raw mode\n"
4447msgstr "-o只能被指定一次"
4448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004449#: misc/e2image.c:1672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004450#, c-format
4451msgid "%d blocks already contained the data to be copied\n"
4452msgstr ""
4453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004454#: misc/e2initrd_helper.c:68
4455#, fuzzy, c-format
4456msgid "Usage: %s -r device\n"
4457msgstr "用法: %s disk\n"
4458
Eric Sandeen032eafe2012-07-28 17:48:36 -04004459#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04004460#, c-format
4461msgid "e2label: cannot open %s\n"
4462msgstr "e2label: 无法打开 %s\n"
4463
Eric Sandeen032eafe2012-07-28 17:48:36 -04004464#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04004465#, c-format
4466msgid "e2label: cannot seek to superblock\n"
4467msgstr ""
4468
Eric Sandeen032eafe2012-07-28 17:48:36 -04004469#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04004470#, c-format
4471msgid "e2label: error reading superblock\n"
4472msgstr "e2label: 读取superblock出错\n"
4473
Eric Sandeen032eafe2012-07-28 17:48:36 -04004474#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04004475#, c-format
4476msgid "e2label: not an ext2 filesystem\n"
4477msgstr "e2label: 不是一个ex2文件系统\n"
4478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004479#: misc/e2label.c:97 misc/tune2fs.c:2948
Theodore Ts'of722c132009-04-21 22:09:01 -04004480#, c-format
4481msgid "Warning: label too long, truncating.\n"
4482msgstr ""
4483
Eric Sandeen032eafe2012-07-28 17:48:36 -04004484#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04004485#, c-format
4486msgid "e2label: cannot seek to superblock again\n"
4487msgstr ""
4488
Eric Sandeen032eafe2012-07-28 17:48:36 -04004489#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04004490#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004491msgid "e2label: error writing superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004492msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004494#: misc/e2label.c:117 misc/tune2fs.c:1559
Dark Raven3be22a82010-04-19 16:59:03 -04004495#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004496msgid "Usage: e2label device [newlabel]\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004497msgstr "用法: e2label device [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004499#: misc/e2undo.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04004500#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004501msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004502msgstr ""
4503
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004504#: misc/e2undo.c:131
4505msgid "The file system superblock doesn't match the undo file.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004506msgstr ""
4507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004508#: misc/e2undo.c:134
4509msgid "UUID does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004510msgstr ""
4511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004512#: misc/e2undo.c:136
4513msgid "Last mount time does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004514msgstr ""
4515
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004516#: misc/e2undo.c:138
4517msgid "Last write time does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004518msgstr ""
4519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004520#: misc/e2undo.c:140
4521msgid "Lifetime write counter does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004522msgstr ""
4523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004524#: misc/e2undo.c:154
4525#, fuzzy
4526msgid "while reading filesystem superblock."
4527msgstr "当读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004529#: misc/e2undo.c:170
4530#, fuzzy
4531msgid "while fetching superblock"
4532msgstr "在对坏块inode进行一致性检验是"
4533
4534#: misc/e2undo.c:183
Theodore Ts'of722c132009-04-21 22:09:01 -04004535#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004536msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004537msgstr ""
4538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004539#: misc/e2undo.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -04004540#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004541msgid "Will not write to an undo file while replaying it.\n"
4542msgstr ""
4543
4544#: misc/e2undo.c:344
4545#, fuzzy, c-format
4546msgid "while opening undo file `%s'\n"
4547msgstr "在打开inode扫描时"
4548
4549#: misc/e2undo.c:351
4550#, fuzzy
4551msgid "while reading undo file"
4552msgstr "当读取坏块inode时"
4553
4554#: misc/e2undo.c:356
4555#, fuzzy, c-format
4556msgid "%s: Not an undo file.\n"
4557msgstr "%s: 设备过多\n"
4558
4559#: misc/e2undo.c:367
4560#, c-format
4561msgid "%s: Header checksum doesn't match.\n"
4562msgstr ""
4563
4564#: misc/e2undo.c:374
4565#, c-format
4566msgid "%s: Corrupt undo file header.\n"
4567msgstr ""
4568
4569#: misc/e2undo.c:378
4570#, c-format
4571msgid "%s: Undo block size too large.\n"
4572msgstr ""
4573
4574#: misc/e2undo.c:383
4575#, fuzzy, c-format
4576msgid "%s: Undo block size too small.\n"
4577msgstr "错误的块大小 - %s"
4578
4579#: misc/e2undo.c:392
4580#, c-format
4581msgid "%s: Unknown undo file feature set.\n"
4582msgstr ""
4583
4584#: misc/e2undo.c:400
4585#, c-format
4586msgid "Error while determining whether %s is mounted."
4587msgstr ""
4588
4589#: misc/e2undo.c:406
4590msgid "e2undo should only be run on unmounted filesystems"
4591msgstr ""
4592
4593#: misc/e2undo.c:422
4594#, fuzzy, c-format
4595msgid "while opening `%s'"
4596msgstr "打开%s时"
4597
4598#: misc/e2undo.c:461
4599#, fuzzy
4600msgid "while reading keys"
4601msgstr "当读取位图时"
4602
4603#: misc/e2undo.c:473
4604#, c-format
4605msgid "%s: wrong key magic at %llu\n"
4606msgstr ""
4607
4608#: misc/e2undo.c:483
4609#, c-format
4610msgid "%s: key block checksum error at %llu.\n"
4611msgstr ""
4612
4613#: misc/e2undo.c:506
4614#, c-format
4615msgid "%s: block %llu is too long."
4616msgstr ""
4617
4618#: misc/e2undo.c:518 misc/e2undo.c:554
4619#, fuzzy, c-format
4620msgid "while fetching block %llu."
4621msgstr "正在检查从 %lu 到 %lu的块\n"
4622
4623#: misc/e2undo.c:530
4624#, c-format
4625msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4626msgstr ""
4627
4628#: misc/e2undo.c:569
4629#, fuzzy, c-format
4630msgid "while writing block %llu."
4631msgstr "写块 %lu (%s) 出错. "
4632
4633#: misc/e2undo.c:575
4634#, c-format
4635msgid "Undo file corruption; run e2fsck NOW!\n"
4636msgstr ""
4637
4638#: misc/e2undo.c:577
4639#, c-format
4640msgid "IO error during replay; run e2fsck NOW!\n"
4641msgstr ""
4642
4643#: misc/e2undo.c:580
4644#, c-format
4645msgid "Incomplete undo record; run e2fsck.\n"
4646msgstr ""
4647
4648#: misc/findsuper.c:110
4649#, c-format
4650msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4651msgstr ""
4652
4653#: misc/findsuper.c:155
4654#, c-format
4655msgid "skipbytes should be a number, not %s\n"
4656msgstr ""
4657
4658#: misc/findsuper.c:162
4659#, c-format
4660msgid "skipbytes must be a multiple of the sector size\n"
4661msgstr ""
4662
4663#: misc/findsuper.c:169
4664#, c-format
4665msgid "startkb should be a number, not %s\n"
4666msgstr ""
4667
4668#: misc/findsuper.c:175
4669#, c-format
4670msgid "startkb should be positive, not %llu\n"
4671msgstr ""
4672
4673#: misc/findsuper.c:186
4674#, c-format
4675msgid "starting at %llu, with %u byte increments\n"
4676msgstr ""
4677
4678#: misc/findsuper.c:188
4679#, c-format
4680msgid ""
4681"[*] probably superblock written in the ext3 journal superblock,\n"
4682"\tso start/end/grp wrong\n"
4683msgstr ""
4684
4685#: misc/findsuper.c:190
4686#, c-format
4687msgid ""
4688"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4689"mount_time sb_uuid label\n"
4690msgstr ""
4691
4692#: misc/findsuper.c:264
4693#, c-format
4694msgid ""
4695"\n"
4696"%11Lu: finished with errno %d\n"
4697msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004698
Theodore Ts'o930e2812009-06-29 15:08:12 -04004699#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04004700#, c-format
4701msgid "WARNING: couldn't open %s: %s\n"
4702msgstr ""
4703
Theodore Ts'o930e2812009-06-29 15:08:12 -04004704#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04004705#, c-format
4706msgid "WARNING: bad format on line %d of %s\n"
4707msgstr ""
4708
Eric Sandeen032eafe2012-07-28 17:48:36 -04004709#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04004710msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004711"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004712"\tfield. I will kludge around things for you, but you\n"
4713"\tshould fix your /etc/fstab file as soon as you can.\n"
4714"\n"
4715msgstr ""
4716
Eric Sandeen032eafe2012-07-28 17:48:36 -04004717#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04004718#, c-format
4719msgid "fsck: %s: not found\n"
4720msgstr ""
4721
Eric Sandeen032eafe2012-07-28 17:48:36 -04004722#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04004723#, c-format
4724msgid "%s: wait: No more child process?!?\n"
4725msgstr ""
4726
Eric Sandeen032eafe2012-07-28 17:48:36 -04004727#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04004728#, c-format
4729msgid "Warning... %s for device %s exited with signal %d.\n"
4730msgstr ""
4731
Eric Sandeen032eafe2012-07-28 17:48:36 -04004732#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04004733#, c-format
4734msgid "%s %s: status is %x, should never happen.\n"
4735msgstr ""
4736
Eric Sandeen032eafe2012-07-28 17:48:36 -04004737#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004738#, c-format
4739msgid "Finished with %s (exit status %d)\n"
4740msgstr ""
4741
Eric Sandeen032eafe2012-07-28 17:48:36 -04004742#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04004743#, c-format
4744msgid "%s: Error %d while executing fsck.%s for %s\n"
4745msgstr ""
4746
Eric Sandeen032eafe2012-07-28 17:48:36 -04004747#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04004748msgid ""
4749"Either all or none of the filesystem types passed to -t must be prefixed\n"
4750"with 'no' or '!'.\n"
4751msgstr ""
4752
Eric Sandeen032eafe2012-07-28 17:48:36 -04004753#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04004754msgid "Couldn't allocate memory for filesystem types\n"
4755msgstr ""
4756
Eric Sandeen032eafe2012-07-28 17:48:36 -04004757#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04004758#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004759msgid ""
4760"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4761"number\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004762msgstr ""
4763
Eric Sandeen032eafe2012-07-28 17:48:36 -04004764#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04004765#, c-format
4766msgid "fsck: cannot check %s: fsck.%s not found\n"
4767msgstr ""
4768
Eric Sandeen032eafe2012-07-28 17:48:36 -04004769#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04004770msgid "Checking all file systems.\n"
4771msgstr "正在检查所有文件系统.\n"
4772
Eric Sandeen032eafe2012-07-28 17:48:36 -04004773#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04004774#, c-format
4775msgid "--waiting-- (pass %d)\n"
4776msgstr "--请稍候-- (完成 %d)\n"
4777
Eric Sandeen032eafe2012-07-28 17:48:36 -04004778#: misc/fsck.c:1078
4779msgid ""
4780"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4781msgstr ""
4782"用法: Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] "
4783"[filesys ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004784
Eric Sandeen032eafe2012-07-28 17:48:36 -04004785#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04004786#, c-format
4787msgid "%s: too many devices\n"
4788msgstr "%s: 设备过多\n"
4789
Eric Sandeen032eafe2012-07-28 17:48:36 -04004790#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04004791#, c-format
4792msgid "%s: too many arguments\n"
4793msgstr "%s: 参数过多\n"
4794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004795#: misc/fuse2fs.c:3727
4796msgid "Mounting read-only.\n"
4797msgstr ""
4798
4799#: misc/fuse2fs.c:3751
Theodore Ts'of722c132009-04-21 22:09:01 -04004800#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004801msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4802msgstr ""
4803
4804#: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
4805#, c-format
4806msgid "%s: %s.\n"
4807msgstr ""
4808
4809#: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
4810#, fuzzy, c-format
4811msgid "Please run e2fsck -fy %s.\n"
4812msgstr ""
4813"请先运行 'e2fsck -f %s'.\n"
4814"\n"
4815
4816#: misc/fuse2fs.c:3785
4817msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4818msgstr ""
4819
4820#: misc/fuse2fs.c:3793
4821#, c-format
4822msgid "%s: Writing to the journal is not supported.\n"
4823msgstr ""
4824
4825#: misc/fuse2fs.c:3808
4826msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4827msgstr ""
4828
4829#: misc/fuse2fs.c:3812
4830msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4831msgstr ""
4832
4833#: misc/fuse2fs.c:3817
4834msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4835msgstr ""
4836
4837#: misc/fuse2fs.c:3821
4838msgid "Orphans detected; running e2fsck is recommended.\n"
4839msgstr ""
4840
4841#: misc/fuse2fs.c:3825
4842msgid "Errors detected; running e2fsck is required.\n"
4843msgstr ""
4844
4845#: misc/lsattr.c:75
4846#, fuzzy, c-format
4847msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004848msgstr "用法: %s [-RVadlv] [files...]\n"
4849
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004850#: misc/lsattr.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04004851#, c-format
4852msgid "While reading flags on %s"
4853msgstr ""
4854
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004855#: misc/lsattr.c:93
4856#, fuzzy, c-format
4857msgid "While reading project on %s"
4858msgstr "当读取坏块inode时"
4859
4860#: misc/lsattr.c:102
Theodore Ts'of722c132009-04-21 22:09:01 -04004861#, c-format
4862msgid "While reading version on %s"
4863msgstr ""
4864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004865#: misc/mke2fs.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -04004866#, c-format
4867msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004868"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004869"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004870"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004871"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4872"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4873"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004874"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4875"undo_file]\n"
4876"\t[-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004877msgstr ""
4878
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004879#: misc/mke2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004880#, c-format
4881msgid "Running command: %s\n"
4882msgstr "正在执行命令: %s\n"
4883
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004884#: misc/mke2fs.c:259
Dark Raven31a48472009-05-25 22:45:42 -04004885#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004886msgid "while trying to run '%s'"
4887msgstr "当尝试运行 '%s' 时"
4888
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004889#: misc/mke2fs.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04004890msgid "while processing list of bad blocks from program"
4891msgstr ""
4892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004893#: misc/mke2fs.c:293
Theodore Ts'of722c132009-04-21 22:09:01 -04004894#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004895msgid "Block %d in primary superblock/group descriptor area bad.\n"
4896msgstr ""
4897
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004898#: misc/mke2fs.c:295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004899#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004900msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4901msgstr ""
4902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004903#: misc/mke2fs.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04004904msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04004905msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004907#: misc/mke2fs.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04004908#, c-format
4909msgid ""
4910"Warning: the backup superblock/group descriptors at block %u contain\n"
4911"\tbad blocks.\n"
4912"\n"
4913msgstr ""
4914
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004915#: misc/mke2fs.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04004916msgid "while marking bad blocks as used"
4917msgstr ""
4918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004919#: misc/mke2fs.c:408
Theodore Ts'of722c132009-04-21 22:09:01 -04004920msgid "Writing inode tables: "
4921msgstr "正在写入inode表: "
4922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004923#: misc/mke2fs.c:430
Theodore Ts'of722c132009-04-21 22:09:01 -04004924#, c-format
4925msgid ""
4926"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004927"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004928msgstr ""
4929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004930#: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
Eric Sandeen032eafe2012-07-28 17:48:36 -04004931msgid "done \n"
4932msgstr "完成 \n"
4933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004934#: misc/mke2fs.c:460
Theodore Ts'of722c132009-04-21 22:09:01 -04004935msgid "while creating root dir"
4936msgstr ""
4937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004938#: misc/mke2fs.c:467
Theodore Ts'of722c132009-04-21 22:09:01 -04004939msgid "while reading root inode"
4940msgstr "当读取坏块inode时"
4941
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004942#: misc/mke2fs.c:479
Theodore Ts'of722c132009-04-21 22:09:01 -04004943msgid "while setting root inode ownership"
4944msgstr ""
4945
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004946#: misc/mke2fs.c:497
Theodore Ts'of722c132009-04-21 22:09:01 -04004947msgid "while creating /lost+found"
4948msgstr ""
4949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004950#: misc/mke2fs.c:504
Theodore Ts'of722c132009-04-21 22:09:01 -04004951msgid "while looking up /lost+found"
4952msgstr ""
4953
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004954#: misc/mke2fs.c:517
Theodore Ts'of722c132009-04-21 22:09:01 -04004955msgid "while expanding /lost+found"
4956msgstr ""
4957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004958#: misc/mke2fs.c:532
Theodore Ts'of722c132009-04-21 22:09:01 -04004959msgid "while setting bad block inode"
4960msgstr ""
4961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004962#: misc/mke2fs.c:559
Theodore Ts'of722c132009-04-21 22:09:01 -04004963#, c-format
4964msgid "Out of memory erasing sectors %d-%d\n"
4965msgstr ""
4966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004967#: misc/mke2fs.c:569
Theodore Ts'of722c132009-04-21 22:09:01 -04004968#, c-format
4969msgid "Warning: could not read block 0: %s\n"
4970msgstr ""
4971
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004972#: misc/mke2fs.c:585
Theodore Ts'of722c132009-04-21 22:09:01 -04004973#, c-format
4974msgid "Warning: could not erase sector %d: %s\n"
4975msgstr ""
4976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004977#: misc/mke2fs.c:601
Theodore Ts'of722c132009-04-21 22:09:01 -04004978msgid "while initializing journal superblock"
4979msgstr ""
4980
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004981#: misc/mke2fs.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04004982msgid "Zeroing journal device: "
4983msgstr "正在将日志设备清零: "
4984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004985#: misc/mke2fs.c:621
Theodore Ts'of722c132009-04-21 22:09:01 -04004986#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004987msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04004988msgstr ""
4989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004990#: misc/mke2fs.c:638
Theodore Ts'of722c132009-04-21 22:09:01 -04004991msgid "while writing journal superblock"
4992msgstr ""
4993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004994#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004995#, c-format
4996msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4997msgstr ""
4998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004999#: misc/mke2fs.c:661
Eric Sandeen032eafe2012-07-28 17:48:36 -04005000#, fuzzy, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005001msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005002"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005003"\n"
5004msgstr ""
5005"警告: %u 块未使用.\n"
5006"\n"
5007
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005008#: misc/mke2fs.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04005009#, c-format
5010msgid "Filesystem label=%s\n"
5011msgstr "文件系统标签=%s\n"
5012
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005013#: misc/mke2fs.c:669
Eric Sandeen032eafe2012-07-28 17:48:36 -04005014#, fuzzy, c-format
5015msgid "OS type: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005016msgstr "操作系统:"
5017
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005018#: misc/mke2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04005019#, c-format
5020msgid "Block size=%u (log=%u)\n"
5021msgstr "块大小=%u (log=%u)\n"
5022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005023#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04005024#, fuzzy, c-format
5025msgid "Cluster size=%u (log=%u)\n"
5026msgstr "块大小=%u (log=%u)\n"
5027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005028#: misc/mke2fs.c:678
Theodore Ts'of722c132009-04-21 22:09:01 -04005029#, c-format
5030msgid "Fragment size=%u (log=%u)\n"
5031msgstr "分块大小=%u (log=%u)\n"
5032
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005033#: misc/mke2fs.c:680
Dark Raven3be22a82010-04-19 16:59:03 -04005034#, c-format
5035msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5036msgstr ""
5037
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005038#: misc/mke2fs.c:682
Theodore Ts'of722c132009-04-21 22:09:01 -04005039#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005040msgid "%u inodes, %llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005041msgstr ""
5042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005043#: misc/mke2fs.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04005044#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005045msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005046msgstr ""
5047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005048#: misc/mke2fs.c:687
Theodore Ts'of722c132009-04-21 22:09:01 -04005049#, c-format
5050msgid "First data block=%u\n"
5051msgstr "第一个数据块=%u\n"
5052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005053#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005054#, c-format
5055msgid "Root directory owner=%u:%u\n"
5056msgstr ""
5057
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005058#: misc/mke2fs.c:691
Theodore Ts'of722c132009-04-21 22:09:01 -04005059#, c-format
5060msgid "Maximum filesystem blocks=%lu\n"
5061msgstr ""
5062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005063#: misc/mke2fs.c:695
Theodore Ts'of722c132009-04-21 22:09:01 -04005064#, c-format
5065msgid "%u block groups\n"
5066msgstr ""
5067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005068#: misc/mke2fs.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04005069#, c-format
5070msgid "%u block group\n"
5071msgstr ""
5072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005073#: misc/mke2fs.c:699
Eric Sandeen032eafe2012-07-28 17:48:36 -04005074#, c-format
5075msgid "%u blocks per group, %u clusters per group\n"
5076msgstr ""
5077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005078#: misc/mke2fs.c:702
Theodore Ts'of722c132009-04-21 22:09:01 -04005079#, c-format
5080msgid "%u blocks per group, %u fragments per group\n"
5081msgstr ""
5082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005083#: misc/mke2fs.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04005084#, c-format
5085msgid "%u inodes per group\n"
5086msgstr ""
5087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005088#: misc/mke2fs.c:713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005089#, fuzzy, c-format
5090msgid "Filesystem UUID: %s\n"
5091msgstr "文件系统标签=%s\n"
5092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005093#: misc/mke2fs.c:714
Theodore Ts'of722c132009-04-21 22:09:01 -04005094msgid "Superblock backups stored on blocks: "
5095msgstr ""
5096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005097#: misc/mke2fs.c:783
Eric Sandeen032eafe2012-07-28 17:48:36 -04005098#, fuzzy, c-format
5099msgid "Invalid quotatype parameter: %s\n"
5100msgstr "设置了无效的挂载选项: %s\n"
5101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005102#: misc/mke2fs.c:825
5103#, c-format
5104msgid "%s requires '-O 64bit'\n"
5105msgstr ""
5106
5107#: misc/mke2fs.c:831
5108#, c-format
5109msgid "'%s' must be before 'resize=%u'\n"
5110msgstr ""
5111
5112#: misc/mke2fs.c:844
5113#, fuzzy, c-format
5114msgid "Invalid desc_size: '%s'\n"
5115msgstr "无效的新大小:%s\n"
5116
5117#: misc/mke2fs.c:857
5118#, fuzzy, c-format
5119msgid "Invalid offset: %s\n"
5120msgstr "无效的新大小:%s\n"
5121
5122#: misc/mke2fs.c:871 misc/tune2fs.c:1928
5123#, fuzzy, c-format
5124msgid "Invalid mmp_update_interval: %s\n"
5125msgstr "设置了无效的挂载选项: %s\n"
5126
5127#: misc/mke2fs.c:885
5128#, fuzzy, c-format
5129msgid "Invalid # of backup superblocks: %s\n"
5130msgstr "无效的新大小:%s\n"
5131
5132#: misc/mke2fs.c:907
5133#, c-format
5134msgid "Invalid stride parameter: %s\n"
5135msgstr ""
5136
5137#: misc/mke2fs.c:922
5138#, c-format
5139msgid "Invalid stripe-width parameter: %s\n"
5140msgstr ""
5141
5142#: misc/mke2fs.c:945
5143#, c-format
5144msgid "Invalid resize parameter: %s\n"
5145msgstr ""
5146
5147#: misc/mke2fs.c:952
5148msgid "The resize maximum must be greater than the filesystem size.\n"
5149msgstr ""
5150
5151#: misc/mke2fs.c:976
5152msgid "On-line resizing not supported with revision 0 filesystems\n"
5153msgstr ""
5154
5155#: misc/mke2fs.c:1002 misc/mke2fs.c:1011
5156#, fuzzy, c-format
5157msgid "Invalid root_owner: '%s'\n"
5158msgstr "设置了无效的挂载选项: %s\n"
5159
5160#: misc/mke2fs.c:1042
Theodore Ts'of722c132009-04-21 22:09:01 -04005161#, c-format
5162msgid ""
5163"\n"
5164"Bad option(s) specified: %s\n"
5165"\n"
5166"Extended options are separated by commas, and may take an argument which\n"
5167"\tis set off by an equals ('=') sign.\n"
5168"\n"
5169"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005170"\tmmp_update_interval=<interval>\n"
5171"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005172"\tstride=<RAID per-disk data chunk in blocks>\n"
5173"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005174"\toffset=<offset to create the file system>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005175"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005176"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005177"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005178"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005179"\troot_uid=<uid of root directory>\n"
5180"\troot_gid=<gid of root directory>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005181"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005182"\tdiscard\n"
5183"\tnodiscard\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005184"\tquotatype=<usr OR grp>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005185"\n"
5186msgstr ""
5187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005188#: misc/mke2fs.c:1068
Theodore Ts'of722c132009-04-21 22:09:01 -04005189#, c-format
5190msgid ""
5191"\n"
5192"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5193"\n"
5194msgstr ""
5195
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005196#: misc/mke2fs.c:1110
Theodore Ts'of722c132009-04-21 22:09:01 -04005197#, c-format
5198msgid ""
5199"Syntax error in mke2fs config file (%s, line #%d)\n"
5200"\t%s\n"
5201msgstr ""
5202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203#: misc/mke2fs.c:1123 misc/tune2fs.c:1002
Theodore Ts'of722c132009-04-21 22:09:01 -04005204#, c-format
5205msgid "Invalid filesystem option set: %s\n"
5206msgstr "设置了无效的文件系统选项: %s\n"
5207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005208#: misc/mke2fs.c:1135 misc/tune2fs.c:401
Eric Sandeen032eafe2012-07-28 17:48:36 -04005209#, c-format
5210msgid "Invalid mount option set: %s\n"
5211msgstr "设置了无效的挂载选项: %s\n"
5212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005213#: misc/mke2fs.c:1271
Theodore Ts'of722c132009-04-21 22:09:01 -04005214#, c-format
5215msgid ""
5216"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005217"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005218msgstr ""
5219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005220#: misc/mke2fs.c:1275
Theodore Ts'of722c132009-04-21 22:09:01 -04005221msgid ""
5222"You probably need to install an updated mke2fs.conf file.\n"
5223"\n"
5224msgstr ""
5225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005226#: misc/mke2fs.c:1279
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005227#, fuzzy
Dark Ravenc4755342011-01-26 18:54:25 -05005228msgid "Aborting...\n"
5229msgstr "正在终止...\n"
5230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005231#: misc/mke2fs.c:1320
Dark Ravenc4755342011-01-26 18:54:25 -05005232#, c-format
5233msgid ""
5234"\n"
5235"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5236"\n"
5237msgstr ""
5238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005239#: misc/mke2fs.c:1500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005240#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005241msgid "Couldn't allocate memory for new PATH.\n"
5242msgstr "无法为tdb文件名分配内存\n"
5243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005244#: misc/mke2fs.c:1541
Eric Sandeen032eafe2012-07-28 17:48:36 -04005245#, c-format
5246msgid "Couldn't init profile successfully (error: %ld).\n"
5247msgstr ""
5248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005249#: misc/mke2fs.c:1574
Theodore Ts'of722c132009-04-21 22:09:01 -04005250#, c-format
5251msgid "invalid block size - %s"
5252msgstr "无效的块大小 - %s"
5253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005254#: misc/mke2fs.c:1578
Theodore Ts'of722c132009-04-21 22:09:01 -04005255#, c-format
5256msgid "Warning: blocksize %d not usable on most systems.\n"
5257msgstr ""
5258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005259#: misc/mke2fs.c:1594
Eric Sandeen032eafe2012-07-28 17:48:36 -04005260#, fuzzy, c-format
5261msgid "invalid cluster size - %s"
5262msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005263
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005264#: misc/mke2fs.c:1607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005265msgid "'-R' is deprecated, use '-E' instead"
5266msgstr ""
5267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005268#: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5269#, c-format
5270msgid "bad error behavior - %s"
5271msgstr ""
5272
5273#: misc/mke2fs.c:1633
Theodore Ts'of722c132009-04-21 22:09:01 -04005274msgid "Illegal number for blocks per group"
5275msgstr ""
5276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005277#: misc/mke2fs.c:1638
Theodore Ts'of722c132009-04-21 22:09:01 -04005278msgid "blocks per group must be multiple of 8"
5279msgstr ""
5280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005281#: misc/mke2fs.c:1646
Theodore Ts'of722c132009-04-21 22:09:01 -04005282msgid "Illegal number for flex_bg size"
5283msgstr ""
5284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005285#: misc/mke2fs.c:1652
Theodore Ts'of722c132009-04-21 22:09:01 -04005286msgid "flex_bg size must be a power of 2"
5287msgstr "flex_bg 大小必须是2的次方"
5288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005289#: misc/mke2fs.c:1657
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005290#, fuzzy, c-format
5291msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5292msgstr "flex_bg 大小必须是2的次方"
5293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005294#: misc/mke2fs.c:1667
Theodore Ts'of722c132009-04-21 22:09:01 -04005295#, c-format
5296msgid "invalid inode ratio %s (min %d/max %d)"
5297msgstr ""
5298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005299#: misc/mke2fs.c:1677
Dark Ravenc4755342011-01-26 18:54:25 -05005300#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005301msgid "invalid inode size - %s"
5302msgstr "无效的inode大小 - %s"
5303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005304#: misc/mke2fs.c:1690
Eric Sandeen032eafe2012-07-28 17:48:36 -04005305msgid ""
5306"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5307"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005308msgstr ""
5309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005310#: misc/mke2fs.c:1701
Theodore Ts'of722c132009-04-21 22:09:01 -04005311msgid "in malloc for bad_blocks_filename"
5312msgstr ""
5313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005314#: misc/mke2fs.c:1714
Theodore Ts'of722c132009-04-21 22:09:01 -04005315#, c-format
5316msgid "invalid reserved blocks percent - %s"
5317msgstr ""
5318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005319#: misc/mke2fs.c:1729
Theodore Ts'of722c132009-04-21 22:09:01 -04005320#, c-format
5321msgid "bad num inodes - %s"
5322msgstr ""
5323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005324#: misc/mke2fs.c:1746
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005325#, c-format
5326msgid "bad revision level - %s"
5327msgstr ""
5328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005329#: misc/mke2fs.c:1751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005330#, fuzzy, c-format
5331msgid "while trying to create revision %d"
5332msgstr "当尝试调整%s的大小时"
5333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005334#: misc/mke2fs.c:1765
Eric Sandeen032eafe2012-07-28 17:48:36 -04005335#, fuzzy
5336msgid "The -t option may only be used once"
5337msgstr "-o只能被指定一次"
5338
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005339#: misc/mke2fs.c:1773
Eric Sandeen032eafe2012-07-28 17:48:36 -04005340#, fuzzy
5341msgid "The -T option may only be used once"
5342msgstr "-o只能被指定一次"
5343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005344#: misc/mke2fs.c:1829 misc/mke2fs.c:3077
Theodore Ts'of722c132009-04-21 22:09:01 -04005345#, c-format
5346msgid "while trying to open journal device %s\n"
5347msgstr ""
5348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005349#: misc/mke2fs.c:1835
Theodore Ts'of722c132009-04-21 22:09:01 -04005350#, c-format
5351msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5352msgstr ""
5353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005354#: misc/mke2fs.c:1841
Dark Raven3be22a82010-04-19 16:59:03 -04005355#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005356msgid "Using journal device's blocksize: %d\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005357msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005359#: misc/mke2fs.c:1852
Dark Ravenc4755342011-01-26 18:54:25 -05005360#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005361msgid "invalid blocks '%s' on device '%s'"
Dark Ravenc4755342011-01-26 18:54:25 -05005362msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005364#: misc/mke2fs.c:1874
Theodore Ts'of722c132009-04-21 22:09:01 -04005365msgid "filesystem"
5366msgstr "文件系统"
5367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005368#: misc/mke2fs.c:1887 resize/main.c:490
Theodore Ts'of722c132009-04-21 22:09:01 -04005369msgid "while trying to determine filesystem size"
5370msgstr ""
5371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005372#: misc/mke2fs.c:1893
Theodore Ts'of722c132009-04-21 22:09:01 -04005373msgid ""
5374"Couldn't determine device size; you must specify\n"
5375"the size of the filesystem\n"
5376msgstr ""
5377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005378#: misc/mke2fs.c:1900
Theodore Ts'of722c132009-04-21 22:09:01 -04005379msgid ""
5380"Device size reported to be zero. Invalid partition specified, or\n"
5381"\tpartition table wasn't reread after running fdisk, due to\n"
5382"\ta modified partition being busy and in use. You may need to reboot\n"
5383"\tto re-read your partition table.\n"
5384msgstr ""
5385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005386#: misc/mke2fs.c:1917
Theodore Ts'of722c132009-04-21 22:09:01 -04005387msgid "Filesystem larger than apparent device size."
5388msgstr ""
5389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005390#: misc/mke2fs.c:1937
Theodore Ts'of722c132009-04-21 22:09:01 -04005391msgid "Failed to parse fs types list\n"
5392msgstr ""
5393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005394#: misc/mke2fs.c:1984
5395#, fuzzy
5396msgid "The HURD does not support the filetype feature.\n"
5397msgstr "Hurd系统不支持filetype功能。\n"
5398
5399#: misc/mke2fs.c:1989
5400#, fuzzy
5401msgid "The HURD does not support the huge_file feature.\n"
5402msgstr "Hurd系统不支持filetype功能。\n"
5403
5404#: misc/mke2fs.c:1994
5405#, fuzzy
5406msgid "The HURD does not support the metadata_csum feature.\n"
5407msgstr "Hurd系统不支持filetype功能。\n"
5408
5409#: misc/mke2fs.c:2004
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005410msgid "while trying to determine hardware sector size"
5411msgstr ""
5412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005413#: misc/mke2fs.c:2010
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005414#, fuzzy
5415msgid "while trying to determine physical sector size"
5416msgstr "当尝试对%s进行stat调用时"
5417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005418#: misc/mke2fs.c:2042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005419msgid "while setting blocksize; too small for device\n"
5420msgstr ""
5421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005422#: misc/mke2fs.c:2047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005423#, c-format
5424msgid ""
5425"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5426msgstr ""
5427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005428#: misc/mke2fs.c:2071
Eric Sandeen032eafe2012-07-28 17:48:36 -04005429#, c-format
5430msgid ""
5431"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5432"\tin 32 bits using a blocksize of %d.\n"
5433msgstr ""
5434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005435#: misc/mke2fs.c:2087
Theodore Ts'of722c132009-04-21 22:09:01 -04005436msgid "fs_types for mke2fs.conf resolution: "
5437msgstr ""
5438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005439#: misc/mke2fs.c:2094
Theodore Ts'of722c132009-04-21 22:09:01 -04005440msgid "Filesystem features not supported with revision 0 filesystems\n"
5441msgstr ""
5442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005443#: misc/mke2fs.c:2102
Theodore Ts'of722c132009-04-21 22:09:01 -04005444msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5445msgstr ""
5446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005447#: misc/mke2fs.c:2112
Theodore Ts'of722c132009-04-21 22:09:01 -04005448msgid "Journals not supported with revision 0 filesystems\n"
5449msgstr ""
5450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005451#: misc/mke2fs.c:2125
Eric Sandeen032eafe2012-07-28 17:48:36 -04005452#, fuzzy, c-format
5453msgid "invalid reserved blocks percent - %lf"
5454msgstr "无效的块大小 - %s"
5455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005456#: misc/mke2fs.c:2142
Theodore Ts'of722c132009-04-21 22:09:01 -04005457msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005458"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5459"rectify.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005460msgstr ""
5461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005462#: misc/mke2fs.c:2162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005463msgid "The cluster size may not be smaller than the block size.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005464msgstr ""
5465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005466#: misc/mke2fs.c:2168
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005467msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005468msgstr ""
5469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005470#: misc/mke2fs.c:2188
Dark Raven3be22a82010-04-19 16:59:03 -04005471#, c-format
5472msgid "warning: Unable to get device geometry for %s\n"
5473msgstr ""
5474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005475#: misc/mke2fs.c:2191
Dark Raven3be22a82010-04-19 16:59:03 -04005476#, c-format
5477msgid "%s alignment is offset by %lu bytes.\n"
5478msgstr ""
5479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005480#: misc/mke2fs.c:2193
Eric Sandeen032eafe2012-07-28 17:48:36 -04005481#, c-format
5482msgid ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005483"This may result in very poor performance, (re)-partitioning suggested.\n"
5484msgstr ""
5485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005486#: misc/mke2fs.c:2214
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005487#, c-format
5488msgid "%d-byte blocks too big for system (max %d)"
5489msgstr ""
5490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005491#: misc/mke2fs.c:2218
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005492#, c-format
5493msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005494"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5495msgstr ""
5496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005497#: misc/mke2fs.c:2226
5498#, c-format
5499msgid ""
5500"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5501"and journal checksum features.\n"
5502msgstr ""
5503
5504#: misc/mke2fs.c:2286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005505msgid "Can't support bigalloc feature without extents feature"
5506msgstr ""
5507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005508#: misc/mke2fs.c:2293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005509msgid ""
5510"The resize_inode and meta_bg features are not compatible.\n"
5511"They can not be both enabled simultaneously.\n"
5512msgstr ""
5513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005514#: misc/mke2fs.c:2301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005515msgid ""
5516"\n"
5517"Warning: the bigalloc feature is still under development\n"
5518"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5519"\n"
5520msgstr ""
5521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005522#: misc/mke2fs.c:2313
Eric Sandeen032eafe2012-07-28 17:48:36 -04005523msgid "reserved online resize blocks not supported on non-sparse filesystem"
5524msgstr ""
5525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005526#: misc/mke2fs.c:2322
Eric Sandeen032eafe2012-07-28 17:48:36 -04005527msgid "blocks per group count out of range"
5528msgstr ""
5529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005530#: misc/mke2fs.c:2344
Eric Sandeen032eafe2012-07-28 17:48:36 -04005531msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5532msgstr ""
5533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005534#: misc/mke2fs.c:2356
Eric Sandeen032eafe2012-07-28 17:48:36 -04005535#, c-format
5536msgid "invalid inode size %d (min %d/max %d)"
5537msgstr ""
5538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005539#: misc/mke2fs.c:2371
5540#, c-format
5541msgid "%d byte inodes are too small for inline data; specify larger size"
5542msgstr ""
5543
5544#: misc/mke2fs.c:2384
5545#, c-format
5546msgid "%d byte inodes are too small for project quota; specify larger size"
5547msgstr ""
5548
5549#: misc/mke2fs.c:2399
Eric Sandeen032eafe2012-07-28 17:48:36 -04005550#, c-format
5551msgid "too many inodes (%llu), raise inode ratio?"
5552msgstr ""
5553
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005554#: misc/mke2fs.c:2406
Eric Sandeen032eafe2012-07-28 17:48:36 -04005555#, c-format
5556msgid "too many inodes (%llu), specify < 2^32 inodes"
5557msgstr ""
5558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005559#: misc/mke2fs.c:2420
Eric Sandeen032eafe2012-07-28 17:48:36 -04005560#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005561msgid ""
5562"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005563"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005564"\tor lower inode count (-N).\n"
5565msgstr ""
5566
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005567#: misc/mke2fs.c:2607
Eric Sandeen032eafe2012-07-28 17:48:36 -04005568#, fuzzy
5569msgid "Discarding device blocks: "
5570msgstr "正在读取目录块"
5571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005572#: misc/mke2fs.c:2623
Eric Sandeen032eafe2012-07-28 17:48:36 -04005573msgid "failed - "
Dark Raven3be22a82010-04-19 16:59:03 -04005574msgstr ""
5575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005576#: misc/mke2fs.c:2703
5577#, c-format
5578msgid "bad error behavior in profile - %s"
5579msgstr ""
5580
5581#: misc/mke2fs.c:2777
Theodore Ts'of722c132009-04-21 22:09:01 -04005582msgid "while setting up superblock"
5583msgstr ""
5584
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005585#: misc/mke2fs.c:2793
5586msgid ""
5587"Extents are not enabled. The file extent tree can be checksummed, whereas "
5588"block maps cannot. Not enabling extents reduces the coverage of metadata "
5589"checksumming. Pass -O extents to rectify.\n"
5590msgstr ""
5591
5592#: misc/mke2fs.c:2800
5593msgid ""
5594"64-bit filesystem support is not enabled. The larger fields afforded by "
5595"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5596msgstr ""
5597
5598#: misc/mke2fs.c:2808
5599msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5600msgstr ""
5601
5602#: misc/mke2fs.c:2824
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005603msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005604msgstr ""
5605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005606#: misc/mke2fs.c:2918
Theodore Ts'of722c132009-04-21 22:09:01 -04005607#, c-format
5608msgid "unknown os - %s"
5609msgstr "未知操作系统 - %s"
5610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005611#: misc/mke2fs.c:2981
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005612#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005613msgid "Allocating group tables: "
5614msgstr "正在写入inode表: "
5615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005616#: misc/mke2fs.c:2989
Theodore Ts'of722c132009-04-21 22:09:01 -04005617msgid "while trying to allocate filesystem tables"
5618msgstr ""
5619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005620#: misc/mke2fs.c:2998
Eric Sandeen032eafe2012-07-28 17:48:36 -04005621msgid ""
5622"\n"
5623"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04005624msgstr ""
5625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005626#: misc/mke2fs.c:3004
5627#, c-format
5628msgid "%s may be further corrupted by superblock rewrite\n"
5629msgstr ""
5630
5631#: misc/mke2fs.c:3045
Eric Sandeen032eafe2012-07-28 17:48:36 -04005632#, c-format
5633msgid "while zeroing block %llu at end of filesystem"
5634msgstr ""
5635
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005636#: misc/mke2fs.c:3058
Theodore Ts'of722c132009-04-21 22:09:01 -04005637msgid "while reserving blocks for online resize"
5638msgstr ""
5639
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005640#: misc/mke2fs.c:3070 misc/tune2fs.c:1410
Theodore Ts'of722c132009-04-21 22:09:01 -04005641msgid "journal"
5642msgstr "日志"
5643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005644#: misc/mke2fs.c:3082
Theodore Ts'of722c132009-04-21 22:09:01 -04005645#, c-format
5646msgid "Adding journal to device %s: "
5647msgstr ""
5648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005649#: misc/mke2fs.c:3089
Theodore Ts'of722c132009-04-21 22:09:01 -04005650#, c-format
5651msgid ""
5652"\n"
5653"\twhile trying to add journal to device %s"
5654msgstr ""
5655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005656#: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5657#: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
Theodore Ts'of722c132009-04-21 22:09:01 -04005658msgid "done\n"
5659msgstr "完成\n"
5660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005661#: misc/mke2fs.c:3100
Theodore Ts'o930e2812009-06-29 15:08:12 -04005662msgid "Skipping journal creation in super-only mode\n"
5663msgstr ""
5664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005665#: misc/mke2fs.c:3110
Dark Raven3be22a82010-04-19 16:59:03 -04005666#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005667msgid "Creating journal (%u blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04005668msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005670#: misc/mke2fs.c:3119
Eric Sandeen032eafe2012-07-28 17:48:36 -04005671msgid ""
5672"\n"
5673"\twhile trying to create journal"
5674msgstr ""
5675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005676#: misc/mke2fs.c:3131 misc/tune2fs.c:1067
Eric Sandeen032eafe2012-07-28 17:48:36 -04005677msgid ""
5678"\n"
5679"Error while enabling multiple mount protection feature."
5680msgstr ""
5681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005682#: misc/mke2fs.c:3136
Eric Sandeen032eafe2012-07-28 17:48:36 -04005683#, c-format
5684msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5685msgstr ""
5686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005687#: misc/mke2fs.c:3154
5688msgid "Copying files into the device: "
5689msgstr ""
5690
5691#: misc/mke2fs.c:3160
5692#, fuzzy
5693msgid "while populating file system"
5694msgstr "正在写入inode表: "
5695
5696#: misc/mke2fs.c:3167
Theodore Ts'of722c132009-04-21 22:09:01 -04005697msgid "Writing superblocks and filesystem accounting information: "
5698msgstr ""
5699
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005700#: misc/mke2fs.c:3174
Theodore Ts'of722c132009-04-21 22:09:01 -04005701msgid ""
5702"\n"
5703"Warning, had trouble writing out superblocks."
5704msgstr ""
5705
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005706#: misc/mke2fs.c:3176
Theodore Ts'of722c132009-04-21 22:09:01 -04005707msgid ""
5708"done\n"
5709"\n"
5710msgstr ""
5711"完成\n"
5712"\n"
5713
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005714#: misc/mk_hugefiles.c:423
5715#, c-format
5716msgid ""
5717"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5718msgstr ""
5719
5720#: misc/mk_hugefiles.c:490
5721msgid "Huge files will be zero'ed\n"
5722msgstr ""
5723
5724#: misc/mk_hugefiles.c:491
5725#, fuzzy, c-format
5726msgid "Creating %lu huge file(s) "
5727msgstr "一般文件"
5728
5729#: misc/mk_hugefiles.c:493
5730#, fuzzy, c-format
5731msgid "with %llu blocks each"
5732msgstr ""
5733"警告: %u 块未使用.\n"
5734"\n"
5735
5736#: misc/mk_hugefiles.c:504
5737#, fuzzy, c-format
5738msgid "while creating huge file %lu"
5739msgstr "当获取下一个inode时"
5740
Eric Sandeen032eafe2012-07-28 17:48:36 -04005741#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04005742msgid "Usage: mklost+found\n"
5743msgstr "用法: mklost+found\n"
5744
Eric Sandeen032eafe2012-07-28 17:48:36 -04005745#: misc/partinfo.c:41
Theodore Ts'of722c132009-04-21 22:09:01 -04005746#, c-format
5747msgid ""
5748"Usage: %s device...\n"
5749"\n"
5750"Prints out the partition information for each given device.\n"
5751"For example: %s /dev/hda\n"
5752"\n"
5753msgstr ""
5754"用法: %s device...\n"
5755"\n"
5756"输出每个给定设备的分区信息.\n"
5757"例如: %s /dev/hda\n"
5758"\n"
5759
Eric Sandeen032eafe2012-07-28 17:48:36 -04005760#: misc/partinfo.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -04005761#, c-format
5762msgid "Cannot open %s: %s"
5763msgstr "无法打开 %s: %s"
5764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005765#: misc/partinfo.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -04005766#, c-format
5767msgid "Cannot get geometry of %s: %s"
5768msgstr ""
5769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005770#: misc/partinfo.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -04005771#, c-format
5772msgid "Cannot get size of %s: %s"
5773msgstr "无法获得 %s 的大小: %s"
5774
Eric Sandeen032eafe2012-07-28 17:48:36 -04005775#: misc/partinfo.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04005776#, c-format
5777msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5778msgstr ""
5779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005780#: misc/tune2fs.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -04005781msgid "Please run e2fsck on the filesystem.\n"
5782msgstr "请在这个文件系统上运行 e2fsck.\n"
5783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005784#: misc/tune2fs.c:120
5785#, fuzzy
5786msgid "Please run e2fsck -D on the filesystem.\n"
5787msgstr "请在这个文件系统上运行 e2fsck.\n"
5788
5789#: misc/tune2fs.c:129
Theodore Ts'of722c132009-04-21 22:09:01 -04005790#, c-format
5791msgid ""
5792"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
5793"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005794"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5795"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5796"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5797"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005798"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005799"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005800msgstr ""
5801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005802#: misc/tune2fs.c:213
Theodore Ts'obd386982015-05-17 20:34:58 -04005803msgid "Journal superblock not found!\n"
5804msgstr "日志超级块未找到!\n"
5805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005806#: misc/tune2fs.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04005807msgid "while trying to open external journal"
5808msgstr ""
5809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005810#: misc/tune2fs.c:277 misc/tune2fs.c:2671
Dark Raven3be22a82010-04-19 16:59:03 -04005811#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005812msgid "%s is not a journal device.\n"
5813msgstr "%s 不是一个日志设备.\n"
5814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005815#: misc/tune2fs.c:287 misc/tune2fs.c:2682
Theodore Ts'of722c132009-04-21 22:09:01 -04005816msgid "Filesystem's UUID not found on journal device.\n"
5817msgstr ""
5818
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005819#: misc/tune2fs.c:311
Eric Sandeen032eafe2012-07-28 17:48:36 -04005820msgid ""
5821"Cannot locate journal device. It was NOT removed\n"
5822"Use -f option to remove missing journal device.\n"
5823msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005824
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005825#: misc/tune2fs.c:320
Theodore Ts'of722c132009-04-21 22:09:01 -04005826msgid "Journal removed\n"
5827msgstr "日志已删除\n"
5828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005829#: misc/tune2fs.c:364
Theodore Ts'of722c132009-04-21 22:09:01 -04005830msgid "while reading bitmaps"
5831msgstr "当读取位图时"
5832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005833#: misc/tune2fs.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04005834msgid "while clearing journal inode"
5835msgstr "当读取坏块inode时"
5836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005837#: misc/tune2fs.c:383
Theodore Ts'of722c132009-04-21 22:09:01 -04005838msgid "while writing journal inode"
5839msgstr ""
5840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005841#: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
Dark Ravenc4755342011-01-26 18:54:25 -05005842msgid "(and reboot afterwards!)\n"
5843msgstr "(并且过后重启!)\n"
5844
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005845#: misc/tune2fs.c:471
5846#, c-format
5847msgid "After running e2fsck, please run `resize2fs %s %s"
5848msgstr ""
5849
5850#: misc/tune2fs.c:474
5851#, fuzzy, c-format
5852msgid "Please run `resize2fs %s %s"
5853msgstr ""
5854"请先运行 'e2fsck -f %s'.\n"
5855"\n"
5856
5857#: misc/tune2fs.c:478
5858#, c-format
5859msgid " -z \"%s\""
5860msgstr ""
5861
5862#: misc/tune2fs.c:480
5863#, c-format
5864msgid "' to enable 64-bit mode.\n"
5865msgstr ""
5866
5867#: misc/tune2fs.c:482
5868#, c-format
5869msgid "' to disable 64-bit mode.\n"
5870msgstr ""
5871
5872#: misc/tune2fs.c:969
5873msgid ""
5874"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5875" This requires Linux >= v4.4.\n"
5876msgstr ""
5877
5878#: misc/tune2fs.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04005879#, c-format
5880msgid "Clearing filesystem feature '%s' not supported.\n"
5881msgstr ""
5882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005883#: misc/tune2fs.c:1011
Theodore Ts'of722c132009-04-21 22:09:01 -04005884#, c-format
5885msgid "Setting filesystem feature '%s' not supported.\n"
5886msgstr ""
5887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005888#: misc/tune2fs.c:1020
Theodore Ts'of722c132009-04-21 22:09:01 -04005889msgid ""
5890"The has_journal feature may only be cleared when the filesystem is\n"
5891"unmounted or mounted read-only.\n"
5892msgstr ""
5893
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005894#: misc/tune2fs.c:1028
Theodore Ts'of722c132009-04-21 22:09:01 -04005895msgid ""
5896"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5897"the has_journal flag.\n"
5898msgstr ""
5899
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005900#: misc/tune2fs.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005901msgid ""
5902"Setting filesystem feature 'sparse_super' not supported\n"
5903"for filesystems with the meta_bg feature enabled.\n"
5904msgstr ""
5905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005906#: misc/tune2fs.c:1059
Eric Sandeen032eafe2012-07-28 17:48:36 -04005907msgid ""
5908"The multiple mount protection feature can't\n"
5909"be set if the filesystem is mounted or\n"
5910"read-only.\n"
5911msgstr ""
5912
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005913#: misc/tune2fs.c:1077
Eric Sandeen032eafe2012-07-28 17:48:36 -04005914#, c-format
5915msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5916msgstr ""
5917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005918#: misc/tune2fs.c:1086
Eric Sandeen032eafe2012-07-28 17:48:36 -04005919msgid ""
5920"The multiple mount protection feature cannot\n"
5921"be disabled if the filesystem is readonly.\n"
5922msgstr ""
5923
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005924#: misc/tune2fs.c:1094
Eric Sandeen032eafe2012-07-28 17:48:36 -04005925#, fuzzy
5926msgid "Error while reading bitmaps\n"
5927msgstr "当读取位图时"
5928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005929#: misc/tune2fs.c:1103
Eric Sandeen032eafe2012-07-28 17:48:36 -04005930#, c-format
5931msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5932msgstr ""
5933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005934#: misc/tune2fs.c:1108
Eric Sandeen032eafe2012-07-28 17:48:36 -04005935#, fuzzy
5936msgid "while reading MMP block."
5937msgstr "当读取坏块inode时"
5938
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005939#: misc/tune2fs.c:1140
Theodore Ts'of722c132009-04-21 22:09:01 -04005940msgid ""
5941"Clearing the flex_bg flag would cause the the filesystem to be\n"
5942"inconsistent.\n"
5943msgstr ""
5944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005945#: misc/tune2fs.c:1151
Theodore Ts'of722c132009-04-21 22:09:01 -04005946msgid ""
5947"The huge_file feature may only be cleared when the filesystem is\n"
5948"unmounted or mounted read-only.\n"
5949msgstr ""
5950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005951#: misc/tune2fs.c:1162
5952msgid "Enabling checksums could take some time."
5953msgstr ""
5954
5955#: misc/tune2fs.c:1164
5956msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5957msgstr ""
5958
5959#: misc/tune2fs.c:1170
5960msgid ""
5961"Extents are not enabled. The file extent tree can be checksummed, whereas "
5962"block maps cannot. Not enabling extents reduces the coverage of metadata "
5963"checksumming. Re-run with -O extent to rectify.\n"
5964msgstr ""
5965
5966#: misc/tune2fs.c:1177
5967msgid ""
5968"64-bit filesystem support is not enabled. The larger fields afforded by "
5969"this feature enable full-strength checksumming. Run resize2fs -b to "
5970"rectify.\n"
5971msgstr ""
5972
5973#: misc/tune2fs.c:1203
5974msgid "Disabling checksums could take some time."
5975msgstr ""
5976
5977#: misc/tune2fs.c:1205
5978msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5979msgstr ""
5980
5981#: misc/tune2fs.c:1268
5982#, c-format
5983msgid "Cannot enable 64-bit mode while mounted!\n"
5984msgstr ""
5985
5986#: misc/tune2fs.c:1278
5987#, c-format
5988msgid "Cannot disable 64-bit mode while mounted!\n"
5989msgstr ""
5990
5991#: misc/tune2fs.c:1308
5992msgid ""
5993"\n"
5994"Warning: enabled project without quota together\n"
5995msgstr ""
5996
5997#: misc/tune2fs.c:1321
Eric Sandeen032eafe2012-07-28 17:48:36 -04005998msgid ""
5999"\n"
6000"Warning: '^quota' option overrides '-Q'arguments.\n"
6001msgstr ""
6002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006003#: misc/tune2fs.c:1339
6004msgid ""
6005"Setting feature 'metadata_csum_seed' is only supported\n"
6006"on filesystems with the metadata_csum feature enabled.\n"
6007msgstr ""
6008
6009#: misc/tune2fs.c:1357
6010msgid ""
6011"UUID has changed since enabling metadata_csum. Filesystem must be "
6012"unmounted \n"
6013"to safely rewrite all metadata to match the new UUID.\n"
6014msgstr ""
6015
6016#: misc/tune2fs.c:1403
Theodore Ts'of722c132009-04-21 22:09:01 -04006017msgid "The filesystem already has a journal.\n"
6018msgstr ""
6019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006020#: misc/tune2fs.c:1423
Theodore Ts'of722c132009-04-21 22:09:01 -04006021#, c-format
6022msgid ""
6023"\n"
6024"\twhile trying to open journal on %s\n"
6025msgstr ""
6026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006027#: misc/tune2fs.c:1427
Theodore Ts'of722c132009-04-21 22:09:01 -04006028#, c-format
6029msgid "Creating journal on device %s: "
6030msgstr ""
6031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006032#: misc/tune2fs.c:1435
Theodore Ts'of722c132009-04-21 22:09:01 -04006033#, c-format
6034msgid "while adding filesystem to journal on %s"
6035msgstr ""
6036
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006037#: misc/tune2fs.c:1441
Theodore Ts'of722c132009-04-21 22:09:01 -04006038msgid "Creating journal inode: "
6039msgstr ""
6040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006041#: misc/tune2fs.c:1455
Theodore Ts'of722c132009-04-21 22:09:01 -04006042msgid ""
6043"\n"
6044"\twhile trying to create journal file"
6045msgstr ""
6046
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006047#: misc/tune2fs.c:1544
Eric Sandeen032eafe2012-07-28 17:48:36 -04006048msgid ""
6049"\n"
6050"Bad quota options specified.\n"
6051"\n"
6052"Following valid quota options are available (pass by separating with "
6053"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006054"\t[^]usr[quota]\n"
6055"\t[^]grp[quota]\n"
6056"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006057"\n"
6058"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006059msgstr ""
6060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006061#: misc/tune2fs.c:1602
Dark Raven3be22a82010-04-19 16:59:03 -04006062#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006063msgid "Couldn't parse date/time specifier: %s"
6064msgstr ""
6065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006066#: misc/tune2fs.c:1627 misc/tune2fs.c:1640
Eric Sandeen032eafe2012-07-28 17:48:36 -04006067#, c-format
6068msgid "bad mounts count - %s"
6069msgstr "错误挂载计数 - %s"
6070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006071#: misc/tune2fs.c:1683
Eric Sandeen032eafe2012-07-28 17:48:36 -04006072#, c-format
6073msgid "bad gid/group name - %s"
6074msgstr ""
6075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006076#: misc/tune2fs.c:1716
Eric Sandeen032eafe2012-07-28 17:48:36 -04006077#, c-format
6078msgid "bad interval - %s"
6079msgstr ""
6080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006081#: misc/tune2fs.c:1745
Eric Sandeen032eafe2012-07-28 17:48:36 -04006082#, c-format
6083msgid "bad reserved block ratio - %s"
6084msgstr ""
6085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006086#: misc/tune2fs.c:1760
Eric Sandeen032eafe2012-07-28 17:48:36 -04006087msgid "-o may only be specified once"
6088msgstr "-o只能被指定一次"
6089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006090#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04006091msgid "-O may only be specified once"
6092msgstr "-O只能被指定一次"
6093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006094#: misc/tune2fs.c:1787
Eric Sandeen032eafe2012-07-28 17:48:36 -04006095#, c-format
6096msgid "bad reserved blocks count - %s"
6097msgstr ""
6098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006099#: misc/tune2fs.c:1816
Eric Sandeen032eafe2012-07-28 17:48:36 -04006100#, c-format
6101msgid "bad uid/user name - %s"
6102msgstr ""
6103
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006104#: misc/tune2fs.c:1833
Eric Sandeen032eafe2012-07-28 17:48:36 -04006105#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006106msgid "bad inode size - %s"
6107msgstr "无效的inode大小 - %s"
6108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006109#: misc/tune2fs.c:1840
Theodore Ts'of722c132009-04-21 22:09:01 -04006110#, c-format
6111msgid "Inode size must be a power of two- %s"
6112msgstr "Inode 大小必须是2的次方- %s"
6113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006114#: misc/tune2fs.c:1937
Eric Sandeen032eafe2012-07-28 17:48:36 -04006115#, c-format
6116msgid "mmp_update_interval too big: %lu\n"
6117msgstr ""
6118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006119#: misc/tune2fs.c:1942
Eric Sandeen032eafe2012-07-28 17:48:36 -04006120#, c-format
6121msgid "Setting multiple mount protection update interval to %lu second\n"
6122msgid_plural ""
6123"Setting multiple mount protection update interval to %lu seconds\n"
6124msgstr[0] ""
6125msgstr[1] ""
6126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006127#: misc/tune2fs.c:1965
Theodore Ts'of722c132009-04-21 22:09:01 -04006128#, c-format
6129msgid "Invalid RAID stride: %s\n"
6130msgstr ""
6131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006132#: misc/tune2fs.c:1980
Theodore Ts'of722c132009-04-21 22:09:01 -04006133#, c-format
6134msgid "Invalid RAID stripe-width: %s\n"
6135msgstr ""
6136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006137#: misc/tune2fs.c:1995
Theodore Ts'of722c132009-04-21 22:09:01 -04006138#, c-format
6139msgid "Invalid hash algorithm: %s\n"
6140msgstr ""
6141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006142#: misc/tune2fs.c:2001
Theodore Ts'of722c132009-04-21 22:09:01 -04006143#, c-format
6144msgid "Setting default hash algorithm to %s (%d)\n"
6145msgstr ""
6146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006147#: misc/tune2fs.c:2020
Theodore Ts'of722c132009-04-21 22:09:01 -04006148msgid ""
6149"\n"
6150"Bad options specified.\n"
6151"\n"
6152"Extended options are separated by commas, and may take an argument which\n"
6153"\tis set off by an equals ('=') sign.\n"
6154"\n"
6155"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006156"\tclear_mmp\n"
6157"\thash_alg=<hash algorithm>\n"
6158"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006159"\tstride=<RAID per-disk chunk size in blocks>\n"
6160"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006161"\ttest_fs\n"
6162"\t^test_fs\n"
6163msgstr ""
6164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006165#: misc/tune2fs.c:2489
Eric Sandeen032eafe2012-07-28 17:48:36 -04006166#, fuzzy
6167msgid "Failed to read inode bitmap\n"
6168msgstr "当读取位图时"
6169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006170#: misc/tune2fs.c:2494
Eric Sandeen032eafe2012-07-28 17:48:36 -04006171#, fuzzy
6172msgid "Failed to read block bitmap\n"
6173msgstr "错误块映射中的inode"
6174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006175#: misc/tune2fs.c:2511 resize/resize2fs.c:1264
Theodore Ts'of722c132009-04-21 22:09:01 -04006176msgid "blocks to be moved"
6177msgstr ""
6178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006179#: misc/tune2fs.c:2514
Dark Raven3be22a82010-04-19 16:59:03 -04006180msgid "Failed to allocate block bitmap when increasing inode size\n"
6181msgstr ""
6182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006183#: misc/tune2fs.c:2520
Dark Raven3be22a82010-04-19 16:59:03 -04006184msgid "Not enough space to increase inode size \n"
6185msgstr ""
6186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006187#: misc/tune2fs.c:2525
Dark Raven3be22a82010-04-19 16:59:03 -04006188msgid "Failed to relocate blocks during inode resize \n"
6189msgstr ""
6190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006191#: misc/tune2fs.c:2557
Dark Raven3be22a82010-04-19 16:59:03 -04006192msgid ""
6193"Error in resizing the inode size.\n"
6194"Run e2undo to undo the file system changes. \n"
6195msgstr ""
6196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006197#: misc/tune2fs.c:2769
Eric Sandeen032eafe2012-07-28 17:48:36 -04006198#, c-format
6199msgid ""
6200"MMP block magic is bad. Try to fix it by running:\n"
6201"'e2fsck -f %s'\n"
6202msgstr ""
6203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006204#: misc/tune2fs.c:2781
6205#, fuzzy
6206msgid "Cannot modify a journal device.\n"
6207msgstr "%s 不是一个日志设备.\n"
6208
6209#: misc/tune2fs.c:2794
Dark Raven3be22a82010-04-19 16:59:03 -04006210#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006211msgid "The inode size is already %lu\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006212msgstr "inode大小已经是 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006214#: misc/tune2fs.c:2801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006215msgid "Shrinking inode size is not supported\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006216msgstr ""
6217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006218#: misc/tune2fs.c:2806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006219#, fuzzy, c-format
6220msgid "Invalid inode size %lu (max %d)\n"
6221msgstr "无效的inode大小 - %s"
6222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006223#: misc/tune2fs.c:2812
6224msgid "Resizing inodes could take some time."
6225msgstr ""
6226
6227#: misc/tune2fs.c:2859
Theodore Ts'of722c132009-04-21 22:09:01 -04006228#, c-format
6229msgid "Setting maximal mount count to %d\n"
6230msgstr ""
6231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#: misc/tune2fs.c:2865
Theodore Ts'of722c132009-04-21 22:09:01 -04006233#, c-format
6234msgid "Setting current mount count to %d\n"
6235msgstr ""
6236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006237#: misc/tune2fs.c:2870
Theodore Ts'of722c132009-04-21 22:09:01 -04006238#, c-format
6239msgid "Setting error behavior to %d\n"
6240msgstr ""
6241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006242#: misc/tune2fs.c:2875
Theodore Ts'of722c132009-04-21 22:09:01 -04006243#, c-format
6244msgid "Setting reserved blocks gid to %lu\n"
6245msgstr ""
6246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006247#: misc/tune2fs.c:2880
Eric Sandeen032eafe2012-07-28 17:48:36 -04006248#, fuzzy, c-format
6249msgid "interval between checks is too big (%lu)"
6250msgstr "保留块的数量太大 (%lu)"
6251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006252#: misc/tune2fs.c:2887
Theodore Ts'of722c132009-04-21 22:09:01 -04006253#, c-format
6254msgid "Setting interval between checks to %lu seconds\n"
6255msgstr ""
6256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006257#: misc/tune2fs.c:2894
Eric Sandeen032eafe2012-07-28 17:48:36 -04006258#, fuzzy, c-format
6259msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006260msgstr "保留块的数量太大 (%lu)"
6261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006262#: misc/tune2fs.c:2900
Eric Sandeen032eafe2012-07-28 17:48:36 -04006263#, fuzzy, c-format
6264msgid "reserved blocks count is too big (%llu)"
6265msgstr "保留块的数量太大 (%lu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04006266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006267#: misc/tune2fs.c:2907
Eric Sandeen032eafe2012-07-28 17:48:36 -04006268#, fuzzy, c-format
6269msgid "Setting reserved blocks count to %llu\n"
6270msgstr "保留块的数量太大 (%lu)"
6271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006272#: misc/tune2fs.c:2912
Theodore Ts'of722c132009-04-21 22:09:01 -04006273msgid ""
6274"\n"
6275"The filesystem already has sparse superblocks.\n"
6276msgstr ""
6277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006278#: misc/tune2fs.c:2915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006279msgid ""
6280"\n"
6281"Setting the sparse superblock flag not supported\n"
6282"for filesystems with the meta_bg feature enabled.\n"
6283msgstr ""
6284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006285#: misc/tune2fs.c:2925
Theodore Ts'of722c132009-04-21 22:09:01 -04006286#, c-format
6287msgid ""
6288"\n"
6289"Sparse superblock flag set. %s"
6290msgstr ""
6291
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006292#: misc/tune2fs.c:2930
Theodore Ts'of722c132009-04-21 22:09:01 -04006293msgid ""
6294"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006295"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006296msgstr ""
6297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006298#: misc/tune2fs.c:2938
Theodore Ts'of722c132009-04-21 22:09:01 -04006299#, c-format
6300msgid "Setting time filesystem last checked to %s\n"
6301msgstr ""
6302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006303#: misc/tune2fs.c:2944
Theodore Ts'of722c132009-04-21 22:09:01 -04006304#, c-format
6305msgid "Setting reserved blocks uid to %lu\n"
6306msgstr ""
6307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006308#: misc/tune2fs.c:2976
Eric Sandeen032eafe2012-07-28 17:48:36 -04006309msgid "Error in using clear_mmp. It must be used with -f\n"
6310msgstr ""
6311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006312#: misc/tune2fs.c:2994
Eric Sandeen032eafe2012-07-28 17:48:36 -04006313msgid ""
6314"The quota feature may only be changed when the filesystem is unmounted.\n"
6315msgstr ""
6316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006317#: misc/tune2fs.c:3018
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006318msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6319msgstr ""
6320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006321#: misc/tune2fs.c:3021
6322msgid ""
6323"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6324"and re-run this command.\n"
6325msgstr ""
6326
6327#: misc/tune2fs.c:3030
6328msgid "Setting UUID on a checksummed filesystem could take some time."
6329msgstr ""
6330
6331#: misc/tune2fs.c:3055
Theodore Ts'of722c132009-04-21 22:09:01 -04006332msgid "Invalid UUID format\n"
6333msgstr "无效的 UUID 格式\n"
6334
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006335#: misc/tune2fs.c:3071
Theodore Ts'obd386982015-05-17 20:34:58 -04006336#, fuzzy
6337msgid "Need to update journal superblock.\n"
6338msgstr "读取日志超级块\n"
6339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006340#: misc/tune2fs.c:3096
Theodore Ts'of722c132009-04-21 22:09:01 -04006341msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6342msgstr ""
6343
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006344#: misc/tune2fs.c:3103
Theodore Ts'o930e2812009-06-29 15:08:12 -04006345msgid ""
6346"Changing the inode size not supported for filesystems with the flex_bg\n"
6347"feature enabled.\n"
6348msgstr ""
6349
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006350#: misc/tune2fs.c:3121
Theodore Ts'of722c132009-04-21 22:09:01 -04006351#, c-format
6352msgid "Setting inode size %lu\n"
6353msgstr "正在将inode大小设置为 %lu\n"
6354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006355#: misc/tune2fs.c:3125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006356#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04006357msgid "Failed to change inode size\n"
6358msgstr "打开%s失败\n"
6359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006360#: misc/tune2fs.c:3139
Theodore Ts'of722c132009-04-21 22:09:01 -04006361#, c-format
6362msgid "Setting stride size to %d\n"
6363msgstr ""
6364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006365#: misc/tune2fs.c:3144
Theodore Ts'of722c132009-04-21 22:09:01 -04006366#, c-format
6367msgid "Setting stripe width to %d\n"
6368msgstr ""
6369
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006370#: misc/tune2fs.c:3151
Eric Sandeen032eafe2012-07-28 17:48:36 -04006371#, c-format
6372msgid "Setting extended default mount options to '%s'\n"
6373msgstr ""
6374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006375#: misc/tune2fs.c:3161
6376#, fuzzy, c-format
6377msgid "Recovering journal.\n"
6378msgstr "%s: 正在修复日志\n"
6379
6380#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006381msgid "<proceeding>\n"
6382msgstr ""
6383
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006384#: misc/util.c:104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006385#, fuzzy, c-format
6386msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6387msgstr "无论如何也要继续? (y,n) "
6388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006389#: misc/util.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04006390msgid "Proceed anyway? (y,n) "
6391msgstr "无论如何也要继续? (y,n) "
6392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006393#: misc/util.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -04006394msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6395msgstr ""
6396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006397#: misc/util.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -04006398#, c-format
6399msgid "will not make a %s here!\n"
6400msgstr ""
6401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006402#: misc/util.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -04006403msgid "mke2fs forced anyway.\n"
6404msgstr "mke2fs 强制执行.\n"
6405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006406#: misc/util.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -04006407msgid "Couldn't allocate memory to parse journal options!\n"
6408msgstr ""
6409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006410#: misc/util.c:186
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006411#, c-format
6412msgid ""
6413"\n"
6414"Could not find journal device matching %s\n"
6415msgstr ""
6416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006417#: misc/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04006418msgid ""
6419"\n"
6420"Bad journal options specified.\n"
6421"\n"
6422"Journal options are separated by commas, and may take an argument which\n"
6423"\tis set off by an equals ('=') sign.\n"
6424"\n"
6425"Valid journal options are:\n"
6426"\tsize=<journal size in megabytes>\n"
6427"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006428"\tlocation=<journal location>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006429"\n"
6430"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6431"\n"
6432msgstr ""
6433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006434#: misc/util.c:244
Theodore Ts'of722c132009-04-21 22:09:01 -04006435msgid ""
6436"\n"
6437"Filesystem too small for a journal\n"
6438msgstr ""
6439"\n"
6440"文件系统小得无法记录日志\n"
6441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006442#: misc/util.c:251
Theodore Ts'of722c132009-04-21 22:09:01 -04006443#, c-format
6444msgid ""
6445"\n"
6446"The requested journal size is %d blocks; it must be\n"
6447"between 1024 and 10240000 blocks. Aborting.\n"
6448msgstr ""
6449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006450#: misc/util.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04006451msgid ""
6452"\n"
6453"Journal size too big for filesystem.\n"
6454msgstr ""
6455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006456#: misc/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04006457#, c-format
6458msgid ""
6459"This filesystem will be automatically checked every %d mounts or\n"
6460"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6461msgstr ""
6462
Theodore Ts'obd386982015-05-17 20:34:58 -04006463#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04006464#, c-format
6465msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6466msgstr ""
6467
Theodore Ts'obd386982015-05-17 20:34:58 -04006468#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006469#, c-format
6470msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6471msgstr ""
6472
Theodore Ts'obd386982015-05-17 20:34:58 -04006473#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006474#, c-format
6475msgid " %s -k\n"
6476msgstr ""
6477
Theodore Ts'obd386982015-05-17 20:34:58 -04006478#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006479#, fuzzy
6480msgid "bad arguments"
6481msgstr "%s: 参数过多\n"
6482
Theodore Ts'obd386982015-05-17 20:34:58 -04006483#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04006484msgid "connect"
6485msgstr ""
6486
Theodore Ts'obd386982015-05-17 20:34:58 -04006487#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006488msgid "write"
6489msgstr ""
6490
Theodore Ts'obd386982015-05-17 20:34:58 -04006491#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04006492msgid "read count"
6493msgstr ""
6494
Theodore Ts'obd386982015-05-17 20:34:58 -04006495#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006496#, fuzzy
6497msgid "bad response length"
6498msgstr "无效的后缀长度"
6499
Theodore Ts'obd386982015-05-17 20:34:58 -04006500#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04006501#, c-format
6502msgid "uuidd daemon already running at pid %s\n"
6503msgstr ""
6504
Theodore Ts'obd386982015-05-17 20:34:58 -04006505#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006506#, c-format
6507msgid "Couldn't create unix stream socket: %s"
6508msgstr ""
6509
Theodore Ts'obd386982015-05-17 20:34:58 -04006510#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04006511#, c-format
6512msgid "Couldn't bind unix socket %s: %s\n"
6513msgstr ""
6514
Theodore Ts'obd386982015-05-17 20:34:58 -04006515#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006516#, c-format
6517msgid "Couldn't listen on unix socket %s: %s\n"
6518msgstr ""
6519
Theodore Ts'obd386982015-05-17 20:34:58 -04006520#: misc/uuidd.c:354
Eric Sandeen032eafe2012-07-28 17:48:36 -04006521#, fuzzy, c-format
6522msgid "Error reading from client, len = %d\n"
6523msgstr "读取@i %i出错: %m\n"
6524
Theodore Ts'obd386982015-05-17 20:34:58 -04006525#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006526#, c-format
6527msgid "operation %d, incoming num = %d\n"
6528msgstr ""
6529
Theodore Ts'obd386982015-05-17 20:34:58 -04006530#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04006531#, c-format
6532msgid "Generated time UUID: %s\n"
6533msgstr ""
6534
Theodore Ts'obd386982015-05-17 20:34:58 -04006535#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04006536#, c-format
6537msgid "Generated random UUID: %s\n"
6538msgstr ""
6539
Theodore Ts'obd386982015-05-17 20:34:58 -04006540#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04006541#, c-format
6542msgid "Generated time UUID %s and subsequent UUID\n"
6543msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6544msgstr[0] ""
6545msgstr[1] ""
6546
Theodore Ts'obd386982015-05-17 20:34:58 -04006547#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04006548#, c-format
6549msgid "Generated %d UUID's:\n"
6550msgstr ""
6551
Theodore Ts'obd386982015-05-17 20:34:58 -04006552#: misc/uuidd.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04006553#, fuzzy, c-format
6554msgid "Invalid operation %d\n"
6555msgstr "无效的EA版本号.\n"
6556
Theodore Ts'obd386982015-05-17 20:34:58 -04006557#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04006558#, c-format
6559msgid "Bad number: %s\n"
6560msgstr ""
6561
Theodore Ts'obd386982015-05-17 20:34:58 -04006562#: misc/uuidd.c:534 misc/uuidd.c:563
Eric Sandeen032eafe2012-07-28 17:48:36 -04006563#, fuzzy, c-format
6564msgid "Error calling uuidd daemon (%s): %s\n"
6565msgstr "创建根@d (%s) 时出错: %m\n"
6566
Theodore Ts'obd386982015-05-17 20:34:58 -04006567#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04006568#, c-format
6569msgid "%s and subsequent UUID\n"
6570msgid_plural "%s and subsequent %d UUIDs\n"
6571msgstr[0] ""
6572msgstr[1] ""
6573
Theodore Ts'obd386982015-05-17 20:34:58 -04006574#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04006575msgid "List of UUID's:\n"
6576msgstr ""
6577
Theodore Ts'obd386982015-05-17 20:34:58 -04006578#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04006579#, c-format
6580msgid "Unexpected reply length from server %d\n"
6581msgstr ""
6582
Theodore Ts'obd386982015-05-17 20:34:58 -04006583#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04006584#, c-format
6585msgid "Couldn't kill uuidd running at pid %d: %s\n"
6586msgstr ""
6587
Theodore Ts'obd386982015-05-17 20:34:58 -04006588#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04006589#, c-format
6590msgid "Killed uuidd running at pid %d\n"
6591msgstr ""
6592
6593#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04006594#, c-format
6595msgid "Usage: %s [-r] [-t]\n"
6596msgstr "用法: %s [-r] [-t]\n"
6597
Eric Sandeen032eafe2012-07-28 17:48:36 -04006598#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04006599msgid "# Extent dump:\n"
6600msgstr ""
6601
Eric Sandeen032eafe2012-07-28 17:48:36 -04006602#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04006603#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006604msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006605msgstr ""
6606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006607#: resize/main.c:49
Theodore Ts'of722c132009-04-21 22:09:01 -04006608#, c-format
6609msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006610"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6611"[-z undo_file]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006612"\n"
6613msgstr ""
6614
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006615#: resize/main.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04006616msgid "Extending the inode table"
6617msgstr "正在扩充inode表"
6618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006619#: resize/main.c:75
Theodore Ts'of722c132009-04-21 22:09:01 -04006620msgid "Relocating blocks"
6621msgstr "正在重定位块"
6622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006623#: resize/main.c:78
Theodore Ts'of722c132009-04-21 22:09:01 -04006624msgid "Scanning inode table"
6625msgstr "正在扫描inode表"
6626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006627#: resize/main.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -04006628msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04006629msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04006630
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006631#: resize/main.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04006632msgid "Moving inode table"
6633msgstr "移动inode表"
6634
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006635#: resize/main.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04006636msgid "Unknown pass?!?"
6637msgstr "未知步骤?!?"
6638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006639#: resize/main.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -04006640#, c-format
6641msgid "Begin pass %d (max = %lu)\n"
6642msgstr ""
6643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006644#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006645msgid ""
6646"\n"
6647"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6648"your own risk! Use the force option if you want to go ahead anyway.\n"
6649"\n"
6650msgstr ""
6651
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006652#: resize/main.c:364
Theodore Ts'of722c132009-04-21 22:09:01 -04006653#, c-format
6654msgid "while opening %s"
6655msgstr "打开%s时"
6656
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006657#: resize/main.c:372
Dark Raven31a48472009-05-25 22:45:42 -04006658#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006659msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04006660msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04006661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006662#: resize/main.c:444
Theodore Ts'of722c132009-04-21 22:09:01 -04006663#, c-format
6664msgid ""
6665"Please run 'e2fsck -f %s' first.\n"
6666"\n"
6667msgstr ""
6668"请先运行 'e2fsck -f %s'.\n"
6669"\n"
6670
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006671#: resize/main.c:463
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006672#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006673msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006674msgstr ""
6675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006676#: resize/main.c:500
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006677#, c-format
6678msgid "Invalid new size: %s\n"
6679msgstr "无效的新大小:%s\n"
6680
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006681#: resize/main.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04006682msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006683msgstr ""
6684
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006685#: resize/main.c:527
Eric Sandeen032eafe2012-07-28 17:48:36 -04006686#, c-format
6687msgid "New size smaller than minimum (%llu)\n"
6688msgstr ""
6689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006690#: resize/main.c:533
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006691#, fuzzy
6692msgid "Invalid stride length"
6693msgstr "无效的后缀长度"
6694
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006695#: resize/main.c:557
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006696#, c-format
6697msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006698"The containing partition (or device) is only %llu (%dk) blocks.\n"
6699"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006700"\n"
6701msgstr ""
6702
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006703#: resize/main.c:564
6704#, c-format
6705msgid "Cannot set and unset 64bit feature.\n"
6706msgstr ""
6707
6708#: resize/main.c:568
6709#, c-format
6710msgid ""
6711"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6712"blocks.\n"
6713msgstr ""
6714
6715#: resize/main.c:574
6716#, c-format
6717msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6718msgstr ""
6719
6720#: resize/main.c:580
6721#, c-format
6722msgid ""
6723"Please enable the extents feature with tune2fs before enabling the 64bit "
6724"feature.\n"
6725msgstr ""
6726
6727#: resize/main.c:586
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006728#, c-format
6729msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006730"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006731"\n"
6732msgstr ""
6733
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006734#: resize/main.c:593
6735#, fuzzy, c-format
6736msgid "The filesystem is already 64-bit.\n"
6737msgstr "inode大小已经是 %lu\n"
6738
6739#: resize/main.c:598
6740#, fuzzy, c-format
6741msgid "The filesystem is already 32-bit.\n"
6742msgstr "inode大小已经是 %lu\n"
6743
6744#: resize/main.c:607
6745#, c-format
6746msgid "Converting the filesystem to 64-bit.\n"
6747msgstr ""
6748
6749#: resize/main.c:609
6750#, c-format
6751msgid "Converting the filesystem to 32-bit.\n"
6752msgstr ""
6753
6754#: resize/main.c:611
Dark Raven3be22a82010-04-19 16:59:03 -04006755#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006756msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006757msgstr ""
6758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006759#: resize/main.c:620
Dark Raven31a48472009-05-25 22:45:42 -04006760#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006761msgid "while trying to resize %s"
6762msgstr "当尝试调整%s的大小时"
6763
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006764#: resize/main.c:623
Dark Raven3be22a82010-04-19 16:59:03 -04006765#, c-format
6766msgid ""
6767"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6768"after the aborted resize operation.\n"
6769msgstr ""
6770
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006771#: resize/main.c:629
Theodore Ts'of722c132009-04-21 22:09:01 -04006772#, c-format
6773msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006774"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006775"\n"
6776msgstr ""
6777
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006778#: resize/main.c:644
Dark Raven3be22a82010-04-19 16:59:03 -04006779#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006780msgid "while trying to truncate %s"
6781msgstr "当尝试对%s进行stat调用时"
6782
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006783#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006784#, fuzzy
6785msgid "kernel does not support online resize with sparse_super2"
6786msgstr "内核不支持在线(online)调整大小"
6787
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006788#: resize/online.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04006789#, c-format
6790msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6791msgstr ""
6792
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006793#: resize/online.c:90
Dark Ravenc4755342011-01-26 18:54:25 -05006794msgid "On-line shrinking not supported"
Theodore Ts'of722c132009-04-21 22:09:01 -04006795msgstr ""
6796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006797#: resize/online.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -04006798msgid "Filesystem does not support online resizing"
6799msgstr "文件系统不支持在线(online)调整大小"
6800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006801#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006802msgid "Not enough reserved gdt blocks for resizing"
Theodore Ts'of722c132009-04-21 22:09:01 -04006803msgstr ""
6804
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006805#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04006806#, fuzzy
6807msgid "Kernel does not support resizing a file system this large"
6808msgstr "内核不支持在线(online)调整大小"
6809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006810#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006811#, c-format
6812msgid "while trying to open mountpoint %s"
6813msgstr ""
6814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006815#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006816#, c-format
6817msgid "Old resize interface requested.\n"
6818msgstr ""
6819
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006820#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006821msgid "Permission denied to resize filesystem"
6822msgstr "没有调整文件系统大小的权限"
6823
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006824#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006825msgid "While checking for on-line resizing support"
6826msgstr "当检查在线文件系统大小调整支持时"
6827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006828#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04006829msgid "Kernel does not support online resizing"
6830msgstr "内核不支持在线(online)调整大小"
6831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006832#: resize/online.c:220
Theodore Ts'of722c132009-04-21 22:09:01 -04006833#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006834msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006835msgstr ""
6836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006837#: resize/online.c:230
Theodore Ts'of722c132009-04-21 22:09:01 -04006838msgid "While trying to extend the last group"
6839msgstr ""
6840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006841#: resize/online.c:284
Theodore Ts'of722c132009-04-21 22:09:01 -04006842#, c-format
6843msgid "While trying to add group #%d"
6844msgstr ""
6845
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006846#: resize/online.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04006847#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006848msgid ""
6849"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6850"this system.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006851msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小.\n"
6852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006853#: resize/resize2fs.c:747
Theodore Ts'of722c132009-04-21 22:09:01 -04006854#, c-format
6855msgid "inodes (%llu) must be less than %u"
6856msgstr ""
6857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006858#: resize/resize2fs.c:1026
Theodore Ts'of722c132009-04-21 22:09:01 -04006859msgid "reserved blocks"
6860msgstr "保留的块"
6861
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006862#: resize/resize2fs.c:1269
Theodore Ts'of722c132009-04-21 22:09:01 -04006863msgid "meta-data blocks"
6864msgstr "元数据块"
6865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006866#: resize/resize2fs.c:1373 resize/resize2fs.c:2305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006867#, fuzzy
6868msgid "new meta blocks"
6869msgstr "元数据块"
6870
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006871#: resize/resize2fs.c:2525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006872msgid "Should never happen! No sb in last super_sparse bg?\n"
6873msgstr ""
6874
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006875#: resize/resize2fs.c:2530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006876msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6877msgstr ""
6878
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006879#: resize/resize2fs.c:2603
Theodore Ts'of722c132009-04-21 22:09:01 -04006880msgid "Should never happen: resize inode corrupt!\n"
6881msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04006882
Eric Sandeen032eafe2012-07-28 17:48:36 -04006883#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006884msgid "EXT2FS Library version 1.43-WIP"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006885msgstr ""
6886
6887#: lib/ext2fs/ext2_err.c:12
6888msgid "Wrong magic number for ext2_filsys structure"
6889msgstr ""
6890
6891#: lib/ext2fs/ext2_err.c:13
6892msgid "Wrong magic number for badblocks_list structure"
6893msgstr ""
6894
6895#: lib/ext2fs/ext2_err.c:14
6896msgid "Wrong magic number for badblocks_iterate structure"
6897msgstr ""
6898
6899#: lib/ext2fs/ext2_err.c:15
6900msgid "Wrong magic number for inode_scan structure"
6901msgstr ""
6902
6903#: lib/ext2fs/ext2_err.c:16
6904msgid "Wrong magic number for io_channel structure"
6905msgstr ""
6906
6907#: lib/ext2fs/ext2_err.c:17
6908msgid "Wrong magic number for unix io_channel structure"
6909msgstr ""
6910
6911#: lib/ext2fs/ext2_err.c:18
6912msgid "Wrong magic number for io_manager structure"
6913msgstr ""
6914
6915#: lib/ext2fs/ext2_err.c:19
6916msgid "Wrong magic number for block_bitmap structure"
6917msgstr ""
6918
6919#: lib/ext2fs/ext2_err.c:20
6920msgid "Wrong magic number for inode_bitmap structure"
6921msgstr ""
6922
6923#: lib/ext2fs/ext2_err.c:21
6924msgid "Wrong magic number for generic_bitmap structure"
6925msgstr ""
6926
6927#: lib/ext2fs/ext2_err.c:22
6928msgid "Wrong magic number for test io_channel structure"
6929msgstr ""
6930
6931#: lib/ext2fs/ext2_err.c:23
6932msgid "Wrong magic number for directory block list structure"
6933msgstr ""
6934
6935#: lib/ext2fs/ext2_err.c:24
6936msgid "Wrong magic number for icount structure"
6937msgstr ""
6938
6939#: lib/ext2fs/ext2_err.c:25
6940msgid "Wrong magic number for Powerquest io_channel structure"
6941msgstr ""
6942
6943#: lib/ext2fs/ext2_err.c:26
6944msgid "Wrong magic number for ext2 file structure"
6945msgstr ""
6946
6947#: lib/ext2fs/ext2_err.c:27
6948msgid "Wrong magic number for Ext2 Image Header"
6949msgstr ""
6950
6951#: lib/ext2fs/ext2_err.c:28
6952msgid "Wrong magic number for inode io_channel structure"
6953msgstr ""
6954
6955#: lib/ext2fs/ext2_err.c:29
6956msgid "Wrong magic number for ext4 extent handle"
6957msgstr ""
6958
6959#: lib/ext2fs/ext2_err.c:30
6960#, fuzzy
6961msgid "Bad magic number in super-block"
6962msgstr "读取日志超级块\n"
6963
6964#: lib/ext2fs/ext2_err.c:31
6965msgid "Filesystem revision too high"
6966msgstr ""
6967
6968#: lib/ext2fs/ext2_err.c:32
6969msgid "Attempt to write to filesystem opened read-only"
6970msgstr ""
6971
6972#: lib/ext2fs/ext2_err.c:33
6973#, fuzzy
6974msgid "Can't read group descriptors"
6975msgstr ", 组描述符位于 "
6976
6977#: lib/ext2fs/ext2_err.c:34
6978#, fuzzy
6979msgid "Can't write group descriptors"
6980msgstr ", 组描述符位于 "
6981
6982#: lib/ext2fs/ext2_err.c:35
6983msgid "Corrupt group descriptor: bad block for block bitmap"
6984msgstr ""
6985
6986#: lib/ext2fs/ext2_err.c:36
6987msgid "Corrupt group descriptor: bad block for inode bitmap"
6988msgstr ""
6989
6990#: lib/ext2fs/ext2_err.c:37
6991msgid "Corrupt group descriptor: bad block for inode table"
6992msgstr ""
6993
6994#: lib/ext2fs/ext2_err.c:38
6995#, fuzzy
6996msgid "Can't write an inode bitmap"
6997msgstr "inode 位图"
6998
6999#: lib/ext2fs/ext2_err.c:39
7000#, fuzzy
7001msgid "Can't read an inode bitmap"
7002msgstr "inode 位图"
7003
7004#: lib/ext2fs/ext2_err.c:40
7005#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007006msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007007msgstr "块位图"
7008
7009#: lib/ext2fs/ext2_err.c:41
7010#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007011msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007012msgstr "块位图"
7013
7014#: lib/ext2fs/ext2_err.c:42
7015#, fuzzy
7016msgid "Can't write an inode table"
7017msgstr "正在扫描inode表"
7018
7019#: lib/ext2fs/ext2_err.c:43
7020#, fuzzy
7021msgid "Can't read an inode table"
7022msgstr "正在扫描inode表"
7023
7024#: lib/ext2fs/ext2_err.c:44
7025msgid "Can't read next inode"
7026msgstr ""
7027
7028#: lib/ext2fs/ext2_err.c:45
7029msgid "Filesystem has unexpected block size"
7030msgstr ""
7031
7032#: lib/ext2fs/ext2_err.c:46
7033msgid "EXT2 directory corrupted"
7034msgstr ""
7035
7036#: lib/ext2fs/ext2_err.c:47
7037msgid "Attempt to read block from filesystem resulted in short read"
7038msgstr ""
7039
7040#: lib/ext2fs/ext2_err.c:48
7041msgid "Attempt to write block to filesystem resulted in short write"
7042msgstr ""
7043
7044#: lib/ext2fs/ext2_err.c:49
7045msgid "No free space in the directory"
7046msgstr ""
7047
7048#: lib/ext2fs/ext2_err.c:50
7049#, fuzzy
7050msgid "Inode bitmap not loaded"
7051msgstr "inode 位图"
7052
7053#: lib/ext2fs/ext2_err.c:51
7054#, fuzzy
7055msgid "Block bitmap not loaded"
7056msgstr "块位图"
7057
7058#: lib/ext2fs/ext2_err.c:52
7059#, fuzzy
7060msgid "Illegal inode number"
7061msgstr "非法的块数量!\n"
7062
7063#: lib/ext2fs/ext2_err.c:53
7064#, fuzzy
7065msgid "Illegal block number"
7066msgstr "非法的块数量!\n"
7067
7068#: lib/ext2fs/ext2_err.c:54
7069msgid "Internal error in ext2fs_expand_dir"
7070msgstr ""
7071
7072#: lib/ext2fs/ext2_err.c:55
7073msgid "Not enough space to build proposed filesystem"
7074msgstr ""
7075
7076#: lib/ext2fs/ext2_err.c:56
7077msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7078msgstr ""
7079
7080#: lib/ext2fs/ext2_err.c:57
7081msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7082msgstr ""
7083
7084#: lib/ext2fs/ext2_err.c:58
7085msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7086msgstr ""
7087
7088#: lib/ext2fs/ext2_err.c:59
7089msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7090msgstr ""
7091
7092#: lib/ext2fs/ext2_err.c:60
7093msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7094msgstr ""
7095
7096#: lib/ext2fs/ext2_err.c:61
7097msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7098msgstr ""
7099
7100#: lib/ext2fs/ext2_err.c:62
7101msgid "Attempt to fudge end of block bitmap past the real end"
7102msgstr ""
7103
7104#: lib/ext2fs/ext2_err.c:63
7105msgid "Attempt to fudge end of inode bitmap past the real end"
7106msgstr ""
7107
7108#: lib/ext2fs/ext2_err.c:64
7109#, fuzzy
7110msgid "Illegal indirect block found"
7111msgstr "正在读取目录块"
7112
7113#: lib/ext2fs/ext2_err.c:65
7114msgid "Illegal doubly indirect block found"
7115msgstr ""
7116
7117#: lib/ext2fs/ext2_err.c:66
7118msgid "Illegal triply indirect block found"
7119msgstr ""
7120
7121#: lib/ext2fs/ext2_err.c:67
7122msgid "Block bitmaps are not the same"
7123msgstr ""
7124
7125#: lib/ext2fs/ext2_err.c:68
7126msgid "Inode bitmaps are not the same"
7127msgstr ""
7128
7129#: lib/ext2fs/ext2_err.c:69
7130msgid "Illegal or malformed device name"
7131msgstr ""
7132
7133#: lib/ext2fs/ext2_err.c:70
7134msgid "A block group is missing an inode table"
7135msgstr ""
7136
7137#: lib/ext2fs/ext2_err.c:71
7138msgid "The ext2 superblock is corrupt"
7139msgstr ""
7140
7141#: lib/ext2fs/ext2_err.c:72
7142msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7143msgstr ""
7144
7145#: lib/ext2fs/ext2_err.c:73
7146msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7147msgstr ""
7148
7149#: lib/ext2fs/ext2_err.c:74
7150msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7151msgstr ""
7152
7153#: lib/ext2fs/ext2_err.c:75
7154msgid "Too many symbolic links encountered."
7155msgstr ""
7156
7157#: lib/ext2fs/ext2_err.c:76
7158msgid "The callback function will not handle this case"
7159msgstr ""
7160
7161#: lib/ext2fs/ext2_err.c:77
7162msgid "The inode is from a bad block in the inode table"
7163msgstr ""
7164
7165#: lib/ext2fs/ext2_err.c:78
7166#, fuzzy
7167msgid "Filesystem has unsupported feature(s)"
7168msgstr "文件系统不支持在线(online)调整大小"
7169
7170#: lib/ext2fs/ext2_err.c:79
7171#, fuzzy
7172msgid "Filesystem has unsupported read-only feature(s)"
7173msgstr "文件系统不支持在线(online)调整大小"
7174
7175#: lib/ext2fs/ext2_err.c:80
7176msgid "IO Channel failed to seek on read or write"
7177msgstr ""
7178
7179#: lib/ext2fs/ext2_err.c:81
7180#, fuzzy
7181msgid "Memory allocation failed"
7182msgstr "A分配出错"
7183
7184#: lib/ext2fs/ext2_err.c:82
7185msgid "Invalid argument passed to ext2 library"
7186msgstr ""
7187
7188#: lib/ext2fs/ext2_err.c:83
7189#, fuzzy
7190msgid "Could not allocate block in ext2 filesystem"
7191msgstr "无法分配块缓存 (大小=%d)\n"
7192
7193#: lib/ext2fs/ext2_err.c:84
7194#, fuzzy
7195msgid "Could not allocate inode in ext2 filesystem"
7196msgstr "e2label: 不是一个ex2文件系统\n"
7197
7198#: lib/ext2fs/ext2_err.c:85
7199msgid "Ext2 inode is not a directory"
7200msgstr ""
7201
7202#: lib/ext2fs/ext2_err.c:86
7203msgid "Too many references in table"
7204msgstr ""
7205
7206#: lib/ext2fs/ext2_err.c:87
7207msgid "File not found by ext2_lookup"
7208msgstr ""
7209
7210#: lib/ext2fs/ext2_err.c:88
7211msgid "File open read-only"
7212msgstr ""
7213
7214#: lib/ext2fs/ext2_err.c:89
7215#, fuzzy
7216msgid "Ext2 directory block not found"
7217msgstr "空目录块 %u (#%d),于 inode %u 中\n"
7218
7219#: lib/ext2fs/ext2_err.c:90
7220msgid "Ext2 directory already exists"
7221msgstr ""
7222
7223#: lib/ext2fs/ext2_err.c:91
7224msgid "Unimplemented ext2 library function"
7225msgstr ""
7226
7227#: lib/ext2fs/ext2_err.c:92
7228msgid "User cancel requested"
7229msgstr ""
7230
7231#: lib/ext2fs/ext2_err.c:93
7232msgid "Ext2 file too big"
7233msgstr ""
7234
7235#: lib/ext2fs/ext2_err.c:94
7236msgid "Supplied journal device not a block device"
7237msgstr ""
7238
7239#: lib/ext2fs/ext2_err.c:95
7240#, fuzzy
7241msgid "Journal superblock not found"
7242msgstr "日志超级块未找到!\n"
7243
7244#: lib/ext2fs/ext2_err.c:96
7245msgid "Journal must be at least 1024 blocks"
7246msgstr ""
7247
7248#: lib/ext2fs/ext2_err.c:97
7249msgid "Unsupported journal version"
7250msgstr ""
7251
7252#: lib/ext2fs/ext2_err.c:98
7253msgid "Error loading external journal"
7254msgstr ""
7255
7256#: lib/ext2fs/ext2_err.c:99
7257#, fuzzy
7258msgid "Journal not found"
7259msgstr "日志超级块未找到!\n"
7260
7261#: lib/ext2fs/ext2_err.c:100
7262msgid "Directory hash unsupported"
7263msgstr ""
7264
7265#: lib/ext2fs/ext2_err.c:101
7266#, fuzzy
7267msgid "Illegal extended attribute block number"
7268msgstr "a扩展属性"
7269
7270#: lib/ext2fs/ext2_err.c:102
7271msgid "Cannot create filesystem with requested number of inodes"
7272msgstr ""
7273
7274#: lib/ext2fs/ext2_err.c:103
7275msgid "E2image snapshot not in use"
7276msgstr ""
7277
7278#: lib/ext2fs/ext2_err.c:104
7279#, fuzzy
7280msgid "Too many reserved group descriptor blocks"
7281msgstr "<组描述符inode>"
7282
7283#: lib/ext2fs/ext2_err.c:105
7284msgid "Resize inode is corrupt"
7285msgstr ""
7286
7287#: lib/ext2fs/ext2_err.c:106
7288msgid "Tried to set block bmap with missing indirect block"
7289msgstr ""
7290
7291#: lib/ext2fs/ext2_err.c:107
7292msgid "TDB: Success"
7293msgstr ""
7294
7295#: lib/ext2fs/ext2_err.c:108
7296msgid "TDB: Corrupt database"
7297msgstr ""
7298
7299#: lib/ext2fs/ext2_err.c:109
7300msgid "TDB: IO Error"
7301msgstr ""
7302
7303#: lib/ext2fs/ext2_err.c:110
7304msgid "TDB: Locking error"
7305msgstr ""
7306
7307#: lib/ext2fs/ext2_err.c:111
7308msgid "TDB: Out of memory"
7309msgstr ""
7310
7311#: lib/ext2fs/ext2_err.c:112
7312msgid "TDB: Record exists"
7313msgstr ""
7314
7315#: lib/ext2fs/ext2_err.c:113
7316msgid "TDB: Lock exists on other keys"
7317msgstr ""
7318
7319#: lib/ext2fs/ext2_err.c:114
7320msgid "TDB: Invalid parameter"
7321msgstr ""
7322
7323#: lib/ext2fs/ext2_err.c:115
7324msgid "TDB: Record does not exist"
7325msgstr ""
7326
7327#: lib/ext2fs/ext2_err.c:116
7328msgid "TDB: Write not permitted"
7329msgstr ""
7330
7331#: lib/ext2fs/ext2_err.c:117
7332msgid "Ext2fs directory block list is empty"
7333msgstr ""
7334
7335#: lib/ext2fs/ext2_err.c:118
7336msgid "Attempt to modify a block mapping via a read-only block iterator"
7337msgstr ""
7338
7339#: lib/ext2fs/ext2_err.c:119
7340msgid "Wrong magic number for ext4 extent saved path"
7341msgstr ""
7342
7343#: lib/ext2fs/ext2_err.c:120
7344msgid "Wrong magic number for 64-bit generic bitmap"
7345msgstr ""
7346
7347#: lib/ext2fs/ext2_err.c:121
7348msgid "Wrong magic number for 64-bit block bitmap"
7349msgstr ""
7350
7351#: lib/ext2fs/ext2_err.c:122
7352msgid "Wrong magic number for 64-bit inode bitmap"
7353msgstr ""
7354
7355#: lib/ext2fs/ext2_err.c:123
7356msgid "Wrong magic number --- RESERVED_13"
7357msgstr ""
7358
7359#: lib/ext2fs/ext2_err.c:124
7360msgid "Wrong magic number --- RESERVED_14"
7361msgstr ""
7362
7363#: lib/ext2fs/ext2_err.c:125
7364msgid "Wrong magic number --- RESERVED_15"
7365msgstr ""
7366
7367#: lib/ext2fs/ext2_err.c:126
7368msgid "Wrong magic number --- RESERVED_16"
7369msgstr ""
7370
7371#: lib/ext2fs/ext2_err.c:127
7372msgid "Wrong magic number --- RESERVED_17"
7373msgstr ""
7374
7375#: lib/ext2fs/ext2_err.c:128
7376msgid "Wrong magic number --- RESERVED_18"
7377msgstr ""
7378
7379#: lib/ext2fs/ext2_err.c:129
7380msgid "Wrong magic number --- RESERVED_19"
7381msgstr ""
7382
7383#: lib/ext2fs/ext2_err.c:130
7384msgid "Corrupt extent header"
7385msgstr ""
7386
7387#: lib/ext2fs/ext2_err.c:131
7388msgid "Corrupt extent index"
7389msgstr ""
7390
7391#: lib/ext2fs/ext2_err.c:132
7392msgid "Corrupt extent"
7393msgstr ""
7394
7395#: lib/ext2fs/ext2_err.c:133
7396msgid "No free space in extent map"
7397msgstr ""
7398
7399#: lib/ext2fs/ext2_err.c:134
7400msgid "Inode does not use extents"
7401msgstr ""
7402
7403#: lib/ext2fs/ext2_err.c:135
7404#, fuzzy
7405msgid "No 'next' extent"
7406msgstr "x程度"
7407
7408#: lib/ext2fs/ext2_err.c:136
7409msgid "No 'previous' extent"
7410msgstr ""
7411
7412#: lib/ext2fs/ext2_err.c:137
7413msgid "No 'up' extent"
7414msgstr ""
7415
7416#: lib/ext2fs/ext2_err.c:138
7417msgid "No 'down' extent"
7418msgstr ""
7419
7420#: lib/ext2fs/ext2_err.c:139
7421msgid "No current node"
7422msgstr ""
7423
7424#: lib/ext2fs/ext2_err.c:140
7425msgid "Ext2fs operation not supported"
7426msgstr ""
7427
7428#: lib/ext2fs/ext2_err.c:141
7429msgid "No room to insert extent in node"
7430msgstr ""
7431
7432#: lib/ext2fs/ext2_err.c:142
7433msgid "Splitting would result in empty node"
7434msgstr ""
7435
7436#: lib/ext2fs/ext2_err.c:143
7437#, fuzzy
7438msgid "Extent not found"
7439msgstr "/@l未找到."
7440
7441#: lib/ext2fs/ext2_err.c:144
7442msgid "Operation not supported for inodes containing extents"
7443msgstr ""
7444
7445#: lib/ext2fs/ext2_err.c:145
7446msgid "Extent length is invalid"
7447msgstr ""
7448
7449#: lib/ext2fs/ext2_err.c:146
7450msgid "I/O Channel does not support 64-bit block numbers"
7451msgstr ""
7452
7453#: lib/ext2fs/ext2_err.c:147
7454msgid "Can't check if filesystem is mounted due to missing mtab file"
7455msgstr ""
7456
7457#: lib/ext2fs/ext2_err.c:148
7458msgid "Filesystem too large to use legacy bitmaps"
7459msgstr ""
7460
7461#: lib/ext2fs/ext2_err.c:149
7462msgid "MMP: invalid magic number"
7463msgstr ""
7464
7465#: lib/ext2fs/ext2_err.c:150
7466msgid "MMP: device currently active"
7467msgstr ""
7468
7469#: lib/ext2fs/ext2_err.c:151
7470msgid "MMP: fsck being run"
7471msgstr ""
7472
7473#: lib/ext2fs/ext2_err.c:152
7474msgid "MMP: block number beyond filesystem range"
7475msgstr ""
7476
7477#: lib/ext2fs/ext2_err.c:153
7478msgid "MMP: undergoing an unknown operation"
7479msgstr ""
7480
7481#: lib/ext2fs/ext2_err.c:154
7482msgid "MMP: filesystem still in use"
7483msgstr ""
7484
7485#: lib/ext2fs/ext2_err.c:155
7486msgid "MMP: open with O_DIRECT failed"
7487msgstr ""
7488
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007489#: lib/ext2fs/ext2_err.c:156
7490#, fuzzy
7491msgid "Block group descriptor size incorrect"
7492msgstr "<组描述符inode>"
7493
7494#: lib/ext2fs/ext2_err.c:157
7495msgid "Inode checksum does not match inode"
7496msgstr ""
7497
7498#: lib/ext2fs/ext2_err.c:158
7499msgid "Inode bitmap checksum does not match bitmap"
7500msgstr ""
7501
7502#: lib/ext2fs/ext2_err.c:159
7503msgid "Extent block checksum does not match extent block"
7504msgstr ""
7505
7506#: lib/ext2fs/ext2_err.c:160
7507msgid "Directory block does not have space for checksum"
7508msgstr ""
7509
7510#: lib/ext2fs/ext2_err.c:161
7511msgid "Directory block checksum does not match directory block"
7512msgstr ""
7513
7514#: lib/ext2fs/ext2_err.c:162
7515msgid "Extended attribute block checksum does not match block"
7516msgstr ""
7517
7518#: lib/ext2fs/ext2_err.c:163
7519msgid "Superblock checksum does not match superblock"
7520msgstr ""
7521
7522#: lib/ext2fs/ext2_err.c:164
7523msgid "Unknown checksum algorithm"
7524msgstr ""
7525
7526#: lib/ext2fs/ext2_err.c:165
7527msgid "MMP block checksum does not match MMP block"
7528msgstr ""
7529
7530#: lib/ext2fs/ext2_err.c:166
7531msgid "Ext2 file already exists"
7532msgstr ""
7533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007534#: lib/ext2fs/ext2_err.c:167
7535msgid "Block bitmap checksum does not match bitmap"
7536msgstr ""
7537
7538#: lib/ext2fs/ext2_err.c:168
7539msgid "Cannot iterate data blocks of an inode containing inline data"
7540msgstr ""
7541
7542#: lib/ext2fs/ext2_err.c:169
7543msgid "Extended attribute has an invalid name length"
7544msgstr ""
7545
7546#: lib/ext2fs/ext2_err.c:170
7547msgid "Extended attribute has an invalid value length"
7548msgstr ""
7549
7550#: lib/ext2fs/ext2_err.c:171
7551msgid "Extended attribute has an incorrect hash"
7552msgstr ""
7553
7554#: lib/ext2fs/ext2_err.c:172
7555#, fuzzy
7556msgid "Extended attribute block has a bad header"
7557msgstr "a扩展属性"
7558
7559#: lib/ext2fs/ext2_err.c:173
7560#, fuzzy
7561msgid "Extended attribute key not found"
7562msgstr "a扩展属性"
7563
7564#: lib/ext2fs/ext2_err.c:174
7565msgid "Insufficient space to store extended attribute data"
7566msgstr ""
7567
7568#: lib/ext2fs/ext2_err.c:175
7569msgid "Filesystem is missing ext_attr or inline_data feature"
7570msgstr ""
7571
7572#: lib/ext2fs/ext2_err.c:176
7573msgid "Inode doesn't have inline data"
7574msgstr ""
7575
7576#: lib/ext2fs/ext2_err.c:177
7577msgid "No block for an inode with inline data"
7578msgstr ""
7579
7580#: lib/ext2fs/ext2_err.c:178
7581msgid "No free space in inline data"
7582msgstr ""
7583
7584#: lib/ext2fs/ext2_err.c:179
7585msgid "Wrong magic number for extended attribute structure"
7586msgstr ""
7587
7588#: lib/ext2fs/ext2_err.c:180
7589msgid "Inode seems to contain garbage"
7590msgstr ""
7591
7592#: lib/ext2fs/ext2_err.c:181
7593msgid "Extended attribute has an invalid value offset"
7594msgstr ""
7595
7596#: lib/ext2fs/ext2_err.c:182
7597msgid "Journal flags inconsistent"
7598msgstr ""
7599
7600#: lib/ext2fs/ext2_err.c:183
7601msgid "Undo file corrupt"
7602msgstr ""
7603
7604#: lib/ext2fs/ext2_err.c:184
7605#, fuzzy
7606msgid "Wrong undo file for this filesystem"
7607msgstr "没有调整文件系统大小的权限"
7608
7609#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04007610msgid "Profile version 0.0"
7611msgstr ""
7612
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007613#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04007614msgid "Bad magic value in profile_node"
7615msgstr ""
7616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007617#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04007618msgid "Profile section not found"
7619msgstr ""
7620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007621#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04007622#, fuzzy
7623msgid "Profile relation not found"
7624msgstr "当读取坏块inode时"
7625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007626#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04007627msgid "Attempt to add a relation to node which is not a section"
7628msgstr ""
7629
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007630#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04007631msgid "A profile section header has a non-zero value"
7632msgstr ""
7633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007634#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04007635msgid "Bad linked list in profile structures"
7636msgstr ""
7637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007638#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04007639msgid "Bad group level in profile structures"
7640msgstr ""
7641
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007642#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04007643msgid "Bad parent pointer in profile structures"
7644msgstr ""
7645
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007646#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04007647msgid "Bad magic value in profile iterator"
7648msgstr ""
7649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007650#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04007651msgid "Can't set value on section node"
7652msgstr ""
7653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007654#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04007655msgid "Invalid argument passed to profile library"
7656msgstr ""
7657
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007658#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04007659msgid "Attempt to modify read-only profile"
7660msgstr ""
7661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007662#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04007663msgid "Profile section header not at top level"
7664msgstr ""
7665
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007666#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04007667msgid "Syntax error in profile section header"
7668msgstr ""
7669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007670#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04007671msgid "Syntax error in profile relation"
7672msgstr ""
7673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007674#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04007675msgid "Extra closing brace in profile"
7676msgstr ""
7677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007678#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04007679msgid "Missing open brace in profile"
7680msgstr ""
7681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007682#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04007683msgid "Bad magic value in profile_t"
7684msgstr ""
7685
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007686#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04007687msgid "Bad magic value in profile_section_t"
7688msgstr ""
7689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007690#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04007691msgid "Iteration through all top level section not supported"
7692msgstr ""
7693
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007694#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04007695#, fuzzy
7696msgid "Invalid profile_section object"
7697msgstr "设置了无效的文件系统选项: %s\n"
7698
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007699#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04007700msgid "No more sections"
7701msgstr ""
7702
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007703#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04007704msgid "Bad nameset passed to query routine"
7705msgstr ""
7706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007707#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04007708msgid "No profile file open"
7709msgstr ""
7710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007711#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04007712msgid "Bad magic value in profile_file_t"
7713msgstr ""
7714
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007715#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04007716msgid "Couldn't open profile file"
7717msgstr ""
7718
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007719#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04007720msgid "Section already exists"
7721msgstr ""
7722
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007723#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04007724msgid "Invalid boolean value"
7725msgstr ""
7726
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007727#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04007728#, fuzzy
7729msgid "Invalid integer value"
7730msgstr "无效的后缀长度"
7731
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007732#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04007733msgid "Bad magic value in profile_file_data_t"
7734msgstr ""
7735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007736#: lib/support/plausible.c:103
7737#, fuzzy, c-format
7738msgid "\tlast mounted on %s on %s"
7739msgstr "错误挂载计数 - %s"
7740
7741#: lib/support/plausible.c:106
7742#, fuzzy, c-format
7743msgid "\tlast mounted on %s"
7744msgstr "错误挂载计数 - %s"
7745
7746#: lib/support/plausible.c:109
7747#, c-format
7748msgid "\tcreated on %s"
7749msgstr ""
7750
7751#: lib/support/plausible.c:112
7752#, c-format
7753msgid "\tlast modified on %s"
7754msgstr ""
7755
7756#: lib/support/plausible.c:146
7757#, c-format
7758msgid "Found a %s partition table in %s\n"
7759msgstr ""
7760
7761#: lib/support/plausible.c:176
7762#, c-format
7763msgid "The file %s does not exist and no size was specified.\n"
7764msgstr ""
7765
7766#: lib/support/plausible.c:184
7767#, fuzzy, c-format
7768msgid "Creating regular file %s\n"
7769msgstr "一般文件"
7770
7771#: lib/support/plausible.c:187
7772#, fuzzy, c-format
7773msgid "Could not open %s: %s\n"
7774msgstr "无法打开 %s: %s"
7775
7776#: lib/support/plausible.c:190
7777msgid ""
7778"\n"
7779"The device apparently does not exist; did you specify it correctly?\n"
7780msgstr ""
7781
7782#: lib/support/plausible.c:212
7783#, fuzzy, c-format
7784msgid "%s is not a block special device.\n"
7785msgstr "错误:%s 不是块设备\n"
7786
7787#: lib/support/plausible.c:234
7788#, c-format
7789msgid "%s contains a %s file system labelled '%s'\n"
7790msgstr ""
7791
7792#: lib/support/plausible.c:237
7793#, fuzzy, c-format
7794msgid "%s contains a %s file system\n"
7795msgstr "正在检查所有文件系统.\n"
7796
7797#: lib/support/plausible.c:259
7798#, fuzzy, c-format
7799msgid "%s contains `%s' data\n"
7800msgstr "正在检查所有文件系统.\n"
7801
7802#, fuzzy
7803#~ msgid ", unused inodes %u\n"
7804#~ msgstr ", %u个未使用的inodes\n"
7805
7806#~ msgid "Failed tdb_fetch %s\n"
7807#~ msgstr "tdb_fetch %s 失败\n"
7808
7809#~ msgid "Failed tdb_open %s\n"
7810#~ msgstr "tdb_open %s 失败\n"
7811
7812#~ msgid "Failed to open %s\n"
7813#~ msgstr "打开%s失败\n"
7814
7815#~ msgid "Failed write %s\n"
7816#~ msgstr "写入%s失败\n"
7817
7818#, fuzzy
7819#~ msgid "Couldn't allocate memory to parse quota options!\n"
7820#~ msgstr "无法为tdb文件名分配内存\n"
7821
7822#~ msgid "Couldn't allocate memory for tdb filename\n"
7823#~ msgstr "无法为tdb文件名分配内存\n"
7824
7825#~ msgid ""
7826#~ "To undo the tune2fs operation please run the command\n"
7827#~ " e2undo %s %s\n"
7828#~ "\n"
7829#~ msgstr ""
7830#~ "要撤销这次 tune2fs 操作请运行命令:\n"
7831#~ " e2undo %s %s\n"
7832#~ "\n"
7833
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007834#~ msgid "Could not stat %s --- %s\n"
7835#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
7836
Eric Sandeen032eafe2012-07-28 17:48:36 -04007837#~ msgid "<The ACL index inode>"
7838#~ msgstr "<ACL 索引 inode>"
7839
7840#~ msgid "<The ACL data inode>"
7841#~ msgstr "<ACL 数据 inode>"
7842
Eric Sandeen032eafe2012-07-28 17:48:36 -04007843#~ msgid "Journal NOT removed\n"
7844#~ msgstr "日志_没有_被删除\n"