blob: 1b010c4206a657fa1840307f73a7580394959481 [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'o4baef0a2016-05-12 01:01:46 -040071"POT-Creation-Date: 2016-05-12 00:59-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
Theodore Ts'o4baef0a2016-05-12 01:01:46 -040098#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
99#: misc/mke2fs.c:230 misc/tune2fs.c:2668 misc/tune2fs.c:2762 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'o4baef0a2016-05-12 01:01:46 -0400240#: e2fsck/journal.c:966 misc/fuse2fs.c:3776
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'o4baef0a2016-05-12 01:01:46 -0400535#: e2fsck/pass1.c:1989
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'o4baef0a2016-05-12 01:01:46 -0400540#: e2fsck/pass1.c:2039
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'o4baef0a2016-05-12 01:01:46 -0400544#: e2fsck/pass1.c:2079
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'o4baef0a2016-05-12 01:01:46 -0400548#: e2fsck/pass1.c:2099
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'o4baef0a2016-05-12 01:01:46 -0400552#: e2fsck/pass1.c:2126
Theodore Ts'of722c132009-04-21 22:09:01 -0400553msgid "multiply claimed block map"
554msgstr ""
555
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400556#: e2fsck/pass1.c:2240
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'o4baef0a2016-05-12 01:01:46 -0400560#: e2fsck/pass1.c:3407
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'o4baef0a2016-05-12 01:01:46 -0400565#: e2fsck/pass1.c:3822
Theodore Ts'of722c132009-04-21 22:09:01 -0400566msgid "block bitmap"
567msgstr "块位图"
568
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400569#: e2fsck/pass1.c:3828
Theodore Ts'of722c132009-04-21 22:09:01 -0400570msgid "inode bitmap"
571msgstr "inode 位图"
572
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400573#: e2fsck/pass1.c:3834
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'o4baef0a2016-05-12 01:01:46 -04002834#: e2fsck/unix.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04002835#, c-format
2836msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002837"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002838"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002839"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002840msgstr ""
2841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002842#: e2fsck/unix.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -04002843msgid ""
2844"\n"
2845"Emergency help:\n"
2846" -p Automatic repair (no questions)\n"
2847" -n Make no changes to the filesystem\n"
2848" -y Assume \"yes\" to all questions\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002849" -c Check for bad blocks and add them to the badblock "
2850"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002851" -f Force checking even if filesystem is marked clean\n"
2852msgstr ""
2853
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002854#: e2fsck/unix.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -04002855msgid ""
2856" -v Be verbose\n"
2857" -b superblock Use alternative superblock\n"
2858" -B blocksize Force blocksize when looking for superblock\n"
2859" -j external_journal Set location of the external journal\n"
2860" -l bad_blocks_file Add to badblocks list\n"
2861" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002862" -z undo_file Create an undo file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002863msgstr ""
2864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002865#: e2fsck/unix.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04002866#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002867msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002868msgstr ""
2869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002870#: e2fsck/unix.c:160
Eric Sandeen032eafe2012-07-28 17:48:36 -04002871#, fuzzy, c-format
2872msgid ""
2873"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002874"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002875msgid_plural ""
2876"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002877"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002878msgstr[0] "%u 个 inode 被扫描.\n"
2879msgstr[1] "%u 个 inode 被扫描.\n"
2880
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002881#: e2fsck/unix.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -04002882#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002883msgid "%12u non-contiguous file (%0d.%d%%)\n"
2884msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002885msgstr[0] ""
2886msgstr[1] ""
2887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002888#: e2fsck/unix.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04002889#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002890msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2891msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002892msgstr[0] ""
2893msgstr[1] ""
2894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002895#: e2fsck/unix.c:174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002896#, c-format
2897msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2898msgstr ""
2899
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002900#: e2fsck/unix.c:182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002901msgid " Extent depth histogram: "
2902msgstr ""
2903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002904#: e2fsck/unix.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002905#, c-format
2906msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2907msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2908msgstr[0] ""
2909msgstr[1] ""
2910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002911#: e2fsck/unix.c:195
Eric Sandeen032eafe2012-07-28 17:48:36 -04002912#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002913msgid "%12u bad block\n"
2914msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002915msgstr[0] "b块"
2916msgstr[1] "b块"
2917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002918#: e2fsck/unix.c:197
Eric Sandeen032eafe2012-07-28 17:48:36 -04002919#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002920msgid "%12u large file\n"
2921msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002922msgstr[0] "一般文件"
2923msgstr[1] "一般文件"
2924
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002925#: e2fsck/unix.c:199
Eric Sandeen032eafe2012-07-28 17:48:36 -04002926#, fuzzy, c-format
2927msgid ""
2928"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002929"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002930msgid_plural ""
2931"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002932"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002933msgstr[0] "一般文件"
2934msgstr[1] "一般文件"
2935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002936#: e2fsck/unix.c:201
Eric Sandeen032eafe2012-07-28 17:48:36 -04002937#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002938msgid "%12u directory\n"
2939msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002940msgstr[0] "文件夹"
2941msgstr[1] "文件夹"
2942
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002943#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002944#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002945msgid "%12u character device file\n"
2946msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002947msgstr[0] "字符设备"
2948msgstr[1] "字符设备"
2949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002950#: e2fsck/unix.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04002951#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002952msgid "%12u block device file\n"
2953msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002954msgstr[0] "块设备"
2955msgstr[1] "块设备"
2956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002957#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04002958#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002959msgid "%12u fifo\n"
2960msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002961msgstr[0] ""
2962msgstr[1] ""
2963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002964#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04002965#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002966msgid "%12u link\n"
2967msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002968msgstr[0] ""
2969msgstr[1] ""
2970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002971#: e2fsck/unix.c:212
Eric Sandeen032eafe2012-07-28 17:48:36 -04002972#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002973msgid "%12u symbolic link"
2974msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002975msgstr[0] "符号链接"
2976msgstr[1] "符号链接"
2977
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002978#: e2fsck/unix.c:214
Eric Sandeen032eafe2012-07-28 17:48:36 -04002979#, fuzzy, c-format
2980msgid " (%u fast symbolic link)\n"
2981msgid_plural " (%u fast symbolic links)\n"
2982msgstr[0] "符号链接"
2983msgstr[1] "符号链接"
2984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002985#: e2fsck/unix.c:218
Eric Sandeen032eafe2012-07-28 17:48:36 -04002986#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002987msgid "%12u socket\n"
2988msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002989msgstr[0] "套接字"
2990msgstr[1] "套接字"
2991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002992#: e2fsck/unix.c:222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002993#, fuzzy, c-format
2994msgid "%12u file\n"
2995msgid_plural "%12u files\n"
2996msgstr[0] "一般文件"
2997msgstr[1] "一般文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002998
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002999#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2853 misc/util.c:126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003000#: resize/main.c:352
Theodore Ts'of722c132009-04-21 22:09:01 -04003001#, c-format
3002msgid "while determining whether %s is mounted."
3003msgstr ""
3004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003005#: e2fsck/unix.c:256
Eric Sandeen032eafe2012-07-28 17:48:36 -04003006#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003007msgid "Warning! %s is mounted.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003008msgstr "警告! %s已挂载.\n"
3009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003010#: e2fsck/unix.c:259
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003011#, fuzzy, c-format
3012msgid "Warning! %s is in use.\n"
3013msgstr "警告! %s已挂载.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003015#: e2fsck/unix.c:265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003016#, fuzzy, c-format
3017msgid "%s is mounted.\n"
3018msgstr "%s 已挂载."
3019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003020#: e2fsck/unix.c:267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003021#, fuzzy, c-format
3022msgid "%s is in use.\n"
3023msgstr "%s 已挂载."
3024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003025#: e2fsck/unix.c:269
Theodore Ts'of722c132009-04-21 22:09:01 -04003026msgid ""
3027"Cannot continue, aborting.\n"
3028"\n"
3029msgstr "无法继续, 中止.\n"
3030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003031#: e2fsck/unix.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04003032msgid ""
3033"\n"
3034"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003035"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3036"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003037"\n"
3038msgstr ""
3039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003040#: e2fsck/unix.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04003041msgid "Do you really want to continue"
3042msgstr "你真的想要要继续"
3043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003044#: e2fsck/unix.c:278
Theodore Ts'of722c132009-04-21 22:09:01 -04003045msgid "check aborted.\n"
3046msgstr "检查被中止\n"
3047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003048#: e2fsck/unix.c:371
Theodore Ts'of722c132009-04-21 22:09:01 -04003049msgid " contains a file system with errors"
3050msgstr ""
3051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003052#: e2fsck/unix.c:373
Theodore Ts'of722c132009-04-21 22:09:01 -04003053msgid " was not cleanly unmounted"
3054msgstr ""
3055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003056#: e2fsck/unix.c:375
Theodore Ts'of722c132009-04-21 22:09:01 -04003057msgid " primary superblock features different from backup"
3058msgstr ""
3059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003060#: e2fsck/unix.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04003061#, c-format
3062msgid " has been mounted %u times without being checked"
3063msgstr ""
3064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003065#: e2fsck/unix.c:386
Theodore Ts'of722c132009-04-21 22:09:01 -04003066msgid " has filesystem last checked time in the future"
3067msgstr ""
3068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003069#: e2fsck/unix.c:392
Theodore Ts'of722c132009-04-21 22:09:01 -04003070#, c-format
3071msgid " has gone %u days without being checked"
3072msgstr ""
3073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003074#: e2fsck/unix.c:401
Theodore Ts'of722c132009-04-21 22:09:01 -04003075msgid ", check forced.\n"
3076msgstr ", 强制检查.\n"
3077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003078#: e2fsck/unix.c:434
Theodore Ts'of722c132009-04-21 22:09:01 -04003079#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003080msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'of722c132009-04-21 22:09:01 -04003081msgstr ""
3082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003083#: e2fsck/unix.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04003084msgid " (check deferred; on battery)"
3085msgstr ""
3086
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003087#: e2fsck/unix.c:457
Theodore Ts'of722c132009-04-21 22:09:01 -04003088msgid " (check after next mount)"
3089msgstr "(将于下次挂载时进行检查)"
3090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003091#: e2fsck/unix.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04003092#, c-format
3093msgid " (check in %ld mounts)"
3094msgstr ""
3095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003096#: e2fsck/unix.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04003097#, c-format
3098msgid "ERROR: Couldn't open /dev/null (%s)\n"
3099msgstr ""
3100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003101#: e2fsck/unix.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04003102msgid "Invalid EA version.\n"
3103msgstr "无效的EA版本号.\n"
3104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003105#: e2fsck/unix.c:692
3106msgid "Invalid readahead buffer size.\n"
3107msgstr ""
3108
3109#: e2fsck/unix.c:725
Theodore Ts'of722c132009-04-21 22:09:01 -04003110#, c-format
3111msgid "Unknown extended option: %s\n"
3112msgstr ""
3113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003114#: e2fsck/unix.c:752
Theodore Ts'of722c132009-04-21 22:09:01 -04003115#, c-format
3116msgid ""
3117"Syntax error in e2fsck config file (%s, line #%d)\n"
3118"\t%s\n"
3119msgstr ""
3120"e2fsck 配置文件中语法错误(%s, 行 #%d)\n"
3121"\t%s\n"
3122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003123#: e2fsck/unix.c:825
Theodore Ts'of722c132009-04-21 22:09:01 -04003124#, c-format
3125msgid "Error validating file descriptor %d: %s\n"
3126msgstr ""
3127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003128#: e2fsck/unix.c:829
Theodore Ts'of722c132009-04-21 22:09:01 -04003129msgid "Invalid completion information file descriptor"
3130msgstr ""
3131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003132#: e2fsck/unix.c:844
Theodore Ts'of722c132009-04-21 22:09:01 -04003133msgid "Only one of the options -p/-a, -n or -y may be specified."
3134msgstr ""
3135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003136#: e2fsck/unix.c:865
Theodore Ts'of722c132009-04-21 22:09:01 -04003137#, c-format
3138msgid "The -t option is not supported on this version of e2fsck.\n"
3139msgstr ""
3140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003141#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003142#: misc/tune2fs.c:1572 misc/tune2fs.c:1868 misc/tune2fs.c:1886
Theodore Ts'of722c132009-04-21 22:09:01 -04003143#, c-format
3144msgid "Unable to resolve '%s'"
3145msgstr ""
3146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003147#: e2fsck/unix.c:952
Dark Ravenc4755342011-01-26 18:54:25 -05003148msgid "The -n and -D options are incompatible."
3149msgstr ""
3150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003151#: e2fsck/unix.c:957
Dark Ravenc4755342011-01-26 18:54:25 -05003152msgid "The -n and -c options are incompatible."
3153msgstr ""
3154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003155#: e2fsck/unix.c:962
Dark Ravenc4755342011-01-26 18:54:25 -05003156msgid "The -n and -l/-L options are incompatible."
3157msgstr ""
3158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003159#: e2fsck/unix.c:986
3160msgid "The -D and -E fixes_only options are incompatible."
3161msgstr ""
3162
3163#: e2fsck/unix.c:992
3164msgid "The -E bmap2extent and fixes_only options are incompatible."
3165msgstr ""
3166
3167#: e2fsck/unix.c:1046
Theodore Ts'of722c132009-04-21 22:09:01 -04003168msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3169msgstr ""
3170
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003171#: e2fsck/unix.c:1093
Theodore Ts'of722c132009-04-21 22:09:01 -04003172#, c-format
3173msgid ""
3174"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3175"\n"
3176msgstr ""
3177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003178#: e2fsck/unix.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -04003179#, c-format
3180msgid ""
3181"\n"
3182"Invalid non-numeric argument to -%c (\"%s\")\n"
3183"\n"
3184msgstr ""
3185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003186#: e2fsck/unix.c:1193
Eric Sandeen032eafe2012-07-28 17:48:36 -04003187#, c-format
3188msgid ""
3189"MMP interval is %u seconds and total wait time is %u seconds. Please "
3190"wait...\n"
3191msgstr ""
3192
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003193#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04003194#, fuzzy
3195msgid "while checking MMP block"
3196msgstr "在对坏块inode进行一致性检验是"
3197
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003198#: e2fsck/unix.c:1217 misc/tune2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04003199msgid ""
3200"If you are sure the filesystem is not in use on any node, run:\n"
3201"'tune2fs -f -E clear_mmp {device}'\n"
3202msgstr ""
3203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003204#: e2fsck/unix.c:1232
3205#, fuzzy
3206msgid "while reading MMP block"
3207msgstr "当读取坏块inode时"
3208
3209#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003210#: misc/mke2fs.c:2535 misc/mke2fs.c:2586 misc/tune2fs.c:2585
3211#: misc/tune2fs.c:2630 resize/main.c:186 resize/main.c:231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003212#, c-format
3213msgid ""
3214"Overwriting existing filesystem; this can be undone using the command:\n"
3215" e2undo %s %s\n"
3216"\n"
3217msgstr ""
3218
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003219#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2575 misc/tune2fs.c:2619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003220#: resize/main.c:220
3221#, c-format
3222msgid "while trying to delete %s"
3223msgstr "当尝试删除 %s 时"
3224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003225#: e2fsck/unix.c:1319 misc/mke2fs.c:2601 resize/main.c:241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003226#, fuzzy
3227msgid "while trying to setup undo file\n"
3228msgstr "当尝试对%s进行stat调用时"
3229
3230#: e2fsck/unix.c:1363
Theodore Ts'of722c132009-04-21 22:09:01 -04003231msgid "Error: ext2fs library version out of date!\n"
3232msgstr "错误: ext2fs库版本过旧!\n"
3233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003234#: e2fsck/unix.c:1370
Theodore Ts'of722c132009-04-21 22:09:01 -04003235msgid "while trying to initialize program"
3236msgstr ""
3237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003238#: e2fsck/unix.c:1393
Dark Raven3be22a82010-04-19 16:59:03 -04003239#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003240msgid "\tUsing %s, %s\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003241msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003243#: e2fsck/unix.c:1405
Theodore Ts'of722c132009-04-21 22:09:01 -04003244msgid "need terminal for interactive repairs"
3245msgstr ""
3246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003247#: e2fsck/unix.c:1466
Dark Raven31a48472009-05-25 22:45:42 -04003248#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003249msgid "%s: %s trying backup blocks...\n"
Dark Raven31a48472009-05-25 22:45:42 -04003250msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003252#: e2fsck/unix.c:1468
Theodore Ts'of722c132009-04-21 22:09:01 -04003253msgid "Superblock invalid,"
Dark Raven31a48472009-05-25 22:45:42 -04003254msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04003255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003256#: e2fsck/unix.c:1469
Theodore Ts'of722c132009-04-21 22:09:01 -04003257msgid "Group descriptors look bad..."
3258msgstr ""
3259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003260#: e2fsck/unix.c:1479
Eric Sandeen032eafe2012-07-28 17:48:36 -04003261#, fuzzy, c-format
3262msgid "%s: %s while using the backup blocks"
3263msgstr "当读取坏块inode时"
3264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: e2fsck/unix.c:1483
Dark Raven3be22a82010-04-19 16:59:03 -04003266#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003267msgid "%s: going back to original superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003268msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04003269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003270#: e2fsck/unix.c:1512
Theodore Ts'of722c132009-04-21 22:09:01 -04003271msgid ""
3272"The filesystem revision is apparently too high for this version of e2fsck.\n"
3273"(Or the filesystem superblock is corrupt)\n"
3274"\n"
3275msgstr ""
3276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003277#: e2fsck/unix.c:1519
Theodore Ts'of722c132009-04-21 22:09:01 -04003278msgid "Could this be a zero-length partition?\n"
3279msgstr ""
3280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003281#: e2fsck/unix.c:1521
Theodore Ts'of722c132009-04-21 22:09:01 -04003282#, c-format
3283msgid "You must have %s access to the filesystem or be root\n"
3284msgstr ""
3285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003286#: e2fsck/unix.c:1527
Theodore Ts'of722c132009-04-21 22:09:01 -04003287msgid "Possibly non-existent or swap device?\n"
3288msgstr ""
3289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003290#: e2fsck/unix.c:1529
Theodore Ts'of722c132009-04-21 22:09:01 -04003291msgid "Filesystem mounted or opened exclusively by another program?\n"
3292msgstr ""
3293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003294#: e2fsck/unix.c:1533
Dark Ravenc4755342011-01-26 18:54:25 -05003295msgid "Possibly non-existent device?\n"
3296msgstr ""
3297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003298#: e2fsck/unix.c:1536
Theodore Ts'of722c132009-04-21 22:09:01 -04003299msgid ""
3300"Disk write-protected; use the -n option to do a read-only\n"
3301"check of the device.\n"
3302msgstr ""
3303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003304#: e2fsck/unix.c:1604
Theodore Ts'of722c132009-04-21 22:09:01 -04003305msgid "Get a newer version of e2fsck!"
3306msgstr ""
3307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003308#: e2fsck/unix.c:1648
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003309#, fuzzy, c-format
3310msgid "while checking journal for %s"
3311msgstr "当读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003313#: e2fsck/unix.c:1661
Eric Sandeen032eafe2012-07-28 17:48:36 -04003314msgid ""
3315"Warning: skipping journal recovery because doing a read-only filesystem "
3316"check.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003317msgstr ""
3318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003319#: e2fsck/unix.c:1673
Theodore Ts'of722c132009-04-21 22:09:01 -04003320#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003321msgid "unable to set superblock flags on %s\n"
3322msgstr ""
3323
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003324#: e2fsck/unix.c:1679
3325#, fuzzy, c-format
3326msgid "Journal checksum error found in %s\n"
3327msgstr "日志超级块未找到!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003328
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003329#: e2fsck/unix.c:1683
3330#, fuzzy, c-format
3331msgid "Journal corrupted in %s\n"
3332msgstr "日志已删除\n"
3333
3334#: e2fsck/unix.c:1687
3335#, fuzzy, c-format
3336msgid "while recovering journal of %s"
3337msgstr "当读取坏块inode时"
3338
3339#: e2fsck/unix.c:1709
Theodore Ts'of722c132009-04-21 22:09:01 -04003340#, c-format
3341msgid "%s has unsupported feature(s):"
3342msgstr ""
3343
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003344#: e2fsck/unix.c:1768
Eric Sandeen032eafe2012-07-28 17:48:36 -04003345#, fuzzy, c-format
3346msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003347msgstr "当读取坏块inode时"
3348
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003349#: e2fsck/unix.c:1771
Theodore Ts'of722c132009-04-21 22:09:01 -04003350msgid "This doesn't bode well, but we'll try to go on...\n"
3351msgstr ""
3352
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003353#: e2fsck/unix.c:1811
Dark Raven3be22a82010-04-19 16:59:03 -04003354#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003355msgid "Creating journal (%d blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04003356msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003357
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003358#: e2fsck/unix.c:1821
Theodore Ts'of722c132009-04-21 22:09:01 -04003359msgid " Done.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003360msgstr "完成.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003361
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003362#: e2fsck/unix.c:1823
Theodore Ts'of722c132009-04-21 22:09:01 -04003363msgid ""
3364"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003365"*** journal has been regenerated ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003366msgstr ""
3367
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003368#: e2fsck/unix.c:1829
Theodore Ts'obd386982015-05-17 20:34:58 -04003369msgid "aborted"
3370msgstr "已中止"
3371
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003372#: e2fsck/unix.c:1831
Theodore Ts'of722c132009-04-21 22:09:01 -04003373#, c-format
3374msgid "%s: e2fsck canceled.\n"
3375msgstr "%s: e2fsck被取消.\n"
3376
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003377#: e2fsck/unix.c:1853
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003378msgid "Restarting e2fsck from the beginning...\n"
3379msgstr "正在从头开始e2fsck...\n"
3380
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003381#: e2fsck/unix.c:1857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003382msgid "while resetting context"
3383msgstr ""
3384
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003385#: e2fsck/unix.c:1901 e2fsck/util.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04003386#, c-format
3387msgid ""
3388"\n"
3389"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3390msgstr ""
3391"\n"
3392"%s: ***** 文件系统已修改 *****\n"
3393
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003394#: e2fsck/unix.c:1905
3395#, fuzzy, c-format
3396msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003397msgstr "%s: ***** 重新启动 LINUX *****\n"
3398
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003399#: e2fsck/unix.c:1913 e2fsck/util.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04003400#, c-format
3401msgid ""
3402"\n"
3403"%s: ********** WARNING: Filesystem still has errors **********\n"
3404"\n"
3405msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003406"\n"
3407"%s: ********** 警告: 文件系统上仍有错误 **********\n"
3408"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003410#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -04003411msgid "yY"
3412msgstr "yY"
3413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003414#: e2fsck/util.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -04003415msgid "nN"
3416msgstr "nN"
3417
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003418#: e2fsck/util.c:196
3419msgid "aA"
3420msgstr ""
3421
3422#: e2fsck/util.c:197
3423msgid " ('a' enables 'yes' to all) "
3424msgstr ""
3425
3426#: e2fsck/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003427msgid "<y>"
3428msgstr "<y>"
3429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003430#: e2fsck/util.c:215
Theodore Ts'of722c132009-04-21 22:09:01 -04003431msgid "<n>"
3432msgstr "<n>"
3433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003434#: e2fsck/util.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04003435msgid " (y/n)"
3436msgstr " (y/n)"
3437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003438#: e2fsck/util.c:240
Theodore Ts'of722c132009-04-21 22:09:01 -04003439msgid "cancelled!\n"
3440msgstr "已取消!\n"
3441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003442#: e2fsck/util.c:264
3443msgid "yes to all\n"
3444msgstr ""
3445
3446#: e2fsck/util.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04003447msgid "yes\n"
3448msgstr "是\n"
3449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003450#: e2fsck/util.c:268
Theodore Ts'of722c132009-04-21 22:09:01 -04003451msgid "no\n"
3452msgstr "否\n"
3453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003454#: e2fsck/util.c:278
Dark Raven3be22a82010-04-19 16:59:03 -04003455#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003456msgid ""
3457"%s? no\n"
3458"\n"
3459msgstr ""
3460"%s? 否\n"
3461"\n"
3462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003463#: e2fsck/util.c:282
Theodore Ts'of722c132009-04-21 22:09:01 -04003464#, c-format
3465msgid ""
3466"%s? yes\n"
3467"\n"
3468msgstr ""
3469"%s? 是\n"
3470"\n"
3471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003472#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003473msgid "yes"
3474msgstr "yes"
3475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003476#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003477msgid "no"
3478msgstr "no"
3479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003480#: e2fsck/util.c:302
Theodore Ts'of722c132009-04-21 22:09:01 -04003481#, c-format
3482msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3483msgstr ""
3484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003485#: e2fsck/util.c:307
Theodore Ts'of722c132009-04-21 22:09:01 -04003486msgid "reading inode and block bitmaps"
3487msgstr ""
3488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003489#: e2fsck/util.c:319
Theodore Ts'of722c132009-04-21 22:09:01 -04003490#, c-format
3491msgid "while retrying to read bitmaps for %s"
3492msgstr ""
3493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003494#: e2fsck/util.c:331
Theodore Ts'of722c132009-04-21 22:09:01 -04003495msgid "writing block and inode bitmaps"
3496msgstr ""
3497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003498#: e2fsck/util.c:336
Theodore Ts'of722c132009-04-21 22:09:01 -04003499#, c-format
3500msgid "while rewriting block and inode bitmaps for %s"
3501msgstr ""
3502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003503#: e2fsck/util.c:348
Theodore Ts'of722c132009-04-21 22:09:01 -04003504#, c-format
3505msgid ""
3506"\n"
3507"\n"
3508"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3509"\t(i.e., without -a or -p options)\n"
3510msgstr ""
3511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003512#: e2fsck/util.c:429
Dark Raven3be22a82010-04-19 16:59:03 -04003513#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003514msgid "Memory used: %luk/%luk (%luk/%luk), "
Dark Raven3be22a82010-04-19 16:59:03 -04003515msgstr "内存使用量: %luk/%luk (%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003517#: e2fsck/util.c:433
Dark Raven3be22a82010-04-19 16:59:03 -04003518#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003519msgid "Memory used: %lu, "
Dark Raven3be22a82010-04-19 16:59:03 -04003520msgstr "内存用量: %lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003522#: e2fsck/util.c:440
Dark Raven31a48472009-05-25 22:45:42 -04003523#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003524msgid "time: %5.2f/%5.2f/%5.2f\n"
3525msgstr "时间: %5.2f/%5.2f/%5.2f\n"
3526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003527#: e2fsck/util.c:445
Theodore Ts'of722c132009-04-21 22:09:01 -04003528#, c-format
3529msgid "elapsed time: %6.3f\n"
3530msgstr ""
3531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003532#: e2fsck/util.c:480 e2fsck/util.c:494
Dark Raven3be22a82010-04-19 16:59:03 -04003533#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003534msgid "while reading inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003535msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003537#: e2fsck/util.c:508 e2fsck/util.c:521
Dark Raven3be22a82010-04-19 16:59:03 -04003538#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003539msgid "while writing inode %lu in %s"
Dark Raven3be22a82010-04-19 16:59:03 -04003540msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003542#: e2fsck/util.c:765
Eric Sandeen032eafe2012-07-28 17:48:36 -04003543msgid ""
3544"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3545"running.\n"
3546msgstr ""
3547
Theodore Ts'obd386982015-05-17 20:34:58 -04003548#: misc/badblocks.c:72
Eric Sandeen032eafe2012-07-28 17:48:36 -04003549#, fuzzy
3550msgid "done \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003551msgstr "完成 \n"
3552
Theodore Ts'obd386982015-05-17 20:34:58 -04003553#: misc/badblocks.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -04003554#, c-format
3555msgid ""
3556"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003557" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3558"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003559" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3560" device [last_block [first_block]]\n"
3561msgstr ""
3562
Theodore Ts'obd386982015-05-17 20:34:58 -04003563#: misc/badblocks.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04003564#, c-format
3565msgid ""
3566"%s: The -n and -w options are mutually exclusive.\n"
3567"\n"
3568msgstr ""
3569
Theodore Ts'obd386982015-05-17 20:34:58 -04003570#: misc/badblocks.c:223
Theodore Ts'o930e2812009-06-29 15:08:12 -04003571#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003572msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003573msgstr ""
3574
Theodore Ts'obd386982015-05-17 20:34:58 -04003575#: misc/badblocks.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04003576msgid "Testing with random pattern: "
3577msgstr ""
3578
Theodore Ts'obd386982015-05-17 20:34:58 -04003579#: misc/badblocks.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04003580msgid "Testing with pattern 0x"
3581msgstr ""
3582
Theodore Ts'obd386982015-05-17 20:34:58 -04003583#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04003584msgid "during seek"
3585msgstr ""
3586
Theodore Ts'obd386982015-05-17 20:34:58 -04003587#: misc/badblocks.c:389
Theodore Ts'of722c132009-04-21 22:09:01 -04003588#, c-format
3589msgid "Weird value (%ld) in do_read\n"
3590msgstr ""
3591
Theodore Ts'obd386982015-05-17 20:34:58 -04003592#: misc/badblocks.c:476
Theodore Ts'of722c132009-04-21 22:09:01 -04003593msgid "during ext2fs_sync_device"
3594msgstr ""
3595
Theodore Ts'obd386982015-05-17 20:34:58 -04003596#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'of722c132009-04-21 22:09:01 -04003597msgid "while beginning bad block list iteration"
3598msgstr ""
3599
Theodore Ts'obd386982015-05-17 20:34:58 -04003600#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'of722c132009-04-21 22:09:01 -04003601msgid "while allocating buffers"
3602msgstr ""
3603
Theodore Ts'obd386982015-05-17 20:34:58 -04003604#: misc/badblocks.c:515
Theodore Ts'of722c132009-04-21 22:09:01 -04003605#, c-format
3606msgid "Checking blocks %lu to %lu\n"
3607msgstr "正在检查从 %lu 到 %lu的块\n"
3608
Theodore Ts'obd386982015-05-17 20:34:58 -04003609#: misc/badblocks.c:520
Theodore Ts'of722c132009-04-21 22:09:01 -04003610msgid "Checking for bad blocks in read-only mode\n"
3611msgstr ""
3612
Theodore Ts'obd386982015-05-17 20:34:58 -04003613#: misc/badblocks.c:529
Theodore Ts'of722c132009-04-21 22:09:01 -04003614msgid "Checking for bad blocks (read-only test): "
3615msgstr ""
3616
Theodore Ts'obd386982015-05-17 20:34:58 -04003617#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3618#: misc/badblocks.c:832
Theodore Ts'of722c132009-04-21 22:09:01 -04003619msgid "Too many bad blocks, aborting test\n"
3620msgstr ""
3621
Theodore Ts'obd386982015-05-17 20:34:58 -04003622#: misc/badblocks.c:618
Theodore Ts'of722c132009-04-21 22:09:01 -04003623msgid "Checking for bad blocks in read-write mode\n"
3624msgstr ""
3625
Theodore Ts'obd386982015-05-17 20:34:58 -04003626#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -04003627#, c-format
3628msgid "From block %lu to %lu\n"
3629msgstr ""
3630
Theodore Ts'obd386982015-05-17 20:34:58 -04003631#: misc/badblocks.c:675
Theodore Ts'of722c132009-04-21 22:09:01 -04003632msgid "Reading and comparing: "
3633msgstr "正在读取并比较: "
3634
Theodore Ts'obd386982015-05-17 20:34:58 -04003635#: misc/badblocks.c:781
Theodore Ts'of722c132009-04-21 22:09:01 -04003636msgid "Checking for bad blocks in non-destructive read-write mode\n"
3637msgstr ""
3638
Theodore Ts'obd386982015-05-17 20:34:58 -04003639#: misc/badblocks.c:787
Theodore Ts'of722c132009-04-21 22:09:01 -04003640msgid "Checking for bad blocks (non-destructive read-write test)\n"
3641msgstr ""
3642
Theodore Ts'obd386982015-05-17 20:34:58 -04003643#: misc/badblocks.c:794
Theodore Ts'of722c132009-04-21 22:09:01 -04003644msgid ""
3645"\n"
3646"Interrupt caught, cleaning up\n"
3647msgstr ""
3648
Theodore Ts'obd386982015-05-17 20:34:58 -04003649#: misc/badblocks.c:877
Theodore Ts'of722c132009-04-21 22:09:01 -04003650#, c-format
3651msgid "during test data write, block %lu"
3652msgstr ""
3653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003654#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -04003655#, c-format
3656msgid "%s is mounted; "
3657msgstr "%s 已经挂载;"
3658
Theodore Ts'obd386982015-05-17 20:34:58 -04003659#: misc/badblocks.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04003660msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3661msgstr ""
3662
Theodore Ts'obd386982015-05-17 20:34:58 -04003663#: misc/badblocks.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04003664msgid "it's not safe to run badblocks!\n"
3665msgstr ""
3666
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003667#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -04003668#, c-format
3669msgid "%s is apparently in use by the system; "
3670msgstr ""
3671
Theodore Ts'obd386982015-05-17 20:34:58 -04003672#: misc/badblocks.c:1013
Theodore Ts'of722c132009-04-21 22:09:01 -04003673msgid "badblocks forced anyway.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04003674msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04003675
Theodore Ts'obd386982015-05-17 20:34:58 -04003676#: misc/badblocks.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -04003677#, c-format
3678msgid "invalid %s - %s"
3679msgstr "无效的%s - %s"
3680
Theodore Ts'obd386982015-05-17 20:34:58 -04003681#: misc/badblocks.c:1127
3682#, c-format
3683msgid "Too big max bad blocks count %u - maximum is %u"
3684msgstr ""
3685
3686#: misc/badblocks.c:1154
Theodore Ts'of722c132009-04-21 22:09:01 -04003687#, c-format
3688msgid "can't allocate memory for test_pattern - %s"
3689msgstr ""
3690
Theodore Ts'obd386982015-05-17 20:34:58 -04003691#: misc/badblocks.c:1184
Theodore Ts'of722c132009-04-21 22:09:01 -04003692msgid "Maximum of one test_pattern may be specified in read-only mode"
3693msgstr ""
3694
Theodore Ts'obd386982015-05-17 20:34:58 -04003695#: misc/badblocks.c:1190
Theodore Ts'of722c132009-04-21 22:09:01 -04003696msgid "Random test_pattern is not allowed in read-only mode"
3697msgstr ""
3698
Theodore Ts'obd386982015-05-17 20:34:58 -04003699#: misc/badblocks.c:1204
Theodore Ts'of722c132009-04-21 22:09:01 -04003700msgid ""
3701"Couldn't determine device size; you must specify\n"
3702"the size manually\n"
3703msgstr ""
3704
Theodore Ts'obd386982015-05-17 20:34:58 -04003705#: misc/badblocks.c:1210
Theodore Ts'of722c132009-04-21 22:09:01 -04003706msgid "while trying to determine device size"
3707msgstr ""
3708
Theodore Ts'obd386982015-05-17 20:34:58 -04003709#: misc/badblocks.c:1215
Theodore Ts'of722c132009-04-21 22:09:01 -04003710msgid "last block"
3711msgstr "最后一个块"
3712
Theodore Ts'obd386982015-05-17 20:34:58 -04003713#: misc/badblocks.c:1221
Theodore Ts'of722c132009-04-21 22:09:01 -04003714msgid "first block"
3715msgstr "第一个块"
3716
Theodore Ts'obd386982015-05-17 20:34:58 -04003717#: misc/badblocks.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04003718#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003719msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003720msgstr ""
3721
Theodore Ts'obd386982015-05-17 20:34:58 -04003722#: misc/badblocks.c:1231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003723#, c-format
3724msgid "invalid end block (%llu): must be 32-bit value"
3725msgstr ""
3726
Theodore Ts'obd386982015-05-17 20:34:58 -04003727#: misc/badblocks.c:1287
Theodore Ts'of722c132009-04-21 22:09:01 -04003728msgid "while creating in-memory bad blocks list"
3729msgstr ""
3730
Theodore Ts'obd386982015-05-17 20:34:58 -04003731#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003732msgid "input file - bad format"
3733msgstr ""
3734
Theodore Ts'obd386982015-05-17 20:34:58 -04003735#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'of722c132009-04-21 22:09:01 -04003736msgid "while adding to in-memory bad block list"
3737msgstr ""
3738
Theodore Ts'obd386982015-05-17 20:34:58 -04003739#: misc/badblocks.c:1338
Theodore Ts'of722c132009-04-21 22:09:01 -04003740#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003741msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003742msgstr ""
3743
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003744#: misc/chattr.c:89
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003745#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003746msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003747msgstr "用法: %s [-RVadlv] [files...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003749#: misc/chattr.c:159
3750#, fuzzy, c-format
3751msgid "bad project - %s\n"
3752msgstr "错误的版本 - %s\n"
3753
3754#: misc/chattr.c:173
Theodore Ts'of722c132009-04-21 22:09:01 -04003755#, c-format
3756msgid "bad version - %s\n"
3757msgstr "错误的版本 - %s\n"
3758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003759#: misc/chattr.c:219 misc/lsattr.c:127
Dark Raven3be22a82010-04-19 16:59:03 -04003760#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003761msgid "while trying to stat %s"
3762msgstr "当尝试对%s进行stat调用时"
3763
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003764#: misc/chattr.c:226
Theodore Ts'of722c132009-04-21 22:09:01 -04003765#, c-format
3766msgid "while reading flags on %s"
3767msgstr ""
3768
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003769#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'o930e2812009-06-29 15:08:12 -04003770#, c-format
3771msgid "Flags of %s set as "
3772msgstr "%s的标志被设为 "
3773
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003774#: misc/chattr.c:252
Theodore Ts'of722c132009-04-21 22:09:01 -04003775#, c-format
3776msgid "while setting flags on %s"
3777msgstr ""
3778
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003779#: misc/chattr.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04003780#, c-format
3781msgid "Version of %s set as %lu\n"
3782msgstr ""
3783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003784#: misc/chattr.c:264
Theodore Ts'of722c132009-04-21 22:09:01 -04003785#, c-format
3786msgid "while setting version on %s"
3787msgstr ""
3788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003789#: misc/chattr.c:271
3790#, fuzzy, c-format
3791msgid "Project of %s set as %lu\n"
3792msgstr "%s的标志被设为 "
3793
3794#: misc/chattr.c:275
3795#, fuzzy, c-format
3796msgid "while setting project on %s"
3797msgstr "当尝试打开 %s 时"
3798
3799#: misc/chattr.c:297
Theodore Ts'of722c132009-04-21 22:09:01 -04003800msgid "Couldn't allocate path variable in chattr_dir_proc"
3801msgstr ""
3802
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003803#: misc/chattr.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04003804msgid "= is incompatible with - and +\n"
3805msgstr ""
3806
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003807#: misc/chattr.c:345
Theodore Ts'of722c132009-04-21 22:09:01 -04003808msgid "Must use '-v', =, - or +\n"
3809msgstr ""
3810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003811#: misc/create_inode.c:70 misc/create_inode.c:109
3812#, fuzzy, c-format
3813msgid "while reading inode %u"
3814msgstr "当读取坏块inode时"
3815
3816#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3817#: misc/create_inode.c:374
3818#, fuzzy
3819msgid "while expanding directory"
3820msgstr "正在读取目录块"
3821
3822#: misc/create_inode.c:87
3823#, fuzzy, c-format
3824msgid "while linking \"%s\""
3825msgstr "打开%s时"
3826
3827#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3828#, fuzzy, c-format
3829msgid "while writing inode %u"
3830msgstr "当获取下一个inode时"
3831
3832#: misc/create_inode.c:139 misc/create_inode.c:163
3833#, fuzzy, c-format
3834msgid "while listing attributes of \"%s\""
3835msgstr "当尝试对%s进行stat调用时"
3836
3837#: misc/create_inode.c:150
3838#, fuzzy, c-format
3839msgid "while opening inode %u"
3840msgstr "在打开inode扫描时"
3841
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003842#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003843#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3844#: misc/mke2fs.c:353
3845#, fuzzy
3846msgid "while allocating memory"
3847msgstr "A分配出错"
3848
3849#: misc/create_inode.c:176 misc/create_inode.c:192
3850#, fuzzy, c-format
3851msgid "while reading attribute \"%s\" of \"%s\""
3852msgstr "当尝试对%s进行stat调用时"
3853
3854#: misc/create_inode.c:201
3855#, fuzzy, c-format
3856msgid "while writing attribute \"%s\" to inode %u"
3857msgstr "当获取下一个inode时"
3858
3859#: misc/create_inode.c:211
3860#, fuzzy, c-format
3861msgid "while closing inode %u"
3862msgstr "在打开inode扫描时"
3863
3864#: misc/create_inode.c:259
3865#, fuzzy, c-format
3866msgid "while allocating inode \"%s\""
3867msgstr "A分配出错"
3868
3869#: misc/create_inode.c:278
3870#, fuzzy, c-format
3871msgid "while creating inode \"%s\""
3872msgstr "当获取下一个inode时"
3873
3874#: misc/create_inode.c:343
3875#, fuzzy, c-format
3876msgid "while creating symlink \"%s\""
3877msgstr "当读取位图时"
3878
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003879#: misc/create_inode.c:361 misc/create_inode.c:836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003880#, fuzzy, c-format
3881msgid "while looking up \"%s\""
3882msgstr "打开%s时"
3883
3884#: misc/create_inode.c:381
3885#, fuzzy, c-format
3886msgid "while creating directory \"%s\""
3887msgstr "正在读取目录块"
3888
3889#: misc/create_inode.c:608
3890#, fuzzy, c-format
3891msgid "while opening \"%s\" to copy"
3892msgstr "打开%s时"
3893
3894#: misc/create_inode.c:700
Theodore Ts'of722c132009-04-21 22:09:01 -04003895#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003896msgid "while changing working directory to \"%s\""
3897msgstr ""
3898
3899#: misc/create_inode.c:708
3900#, fuzzy, c-format
3901msgid "while opening directory \"%s\""
3902msgstr "打开%s时"
3903
3904#: misc/create_inode.c:718
3905#, fuzzy, c-format
3906msgid "while lstat \"%s\""
3907msgstr "当尝试对%s进行stat调用时"
3908
3909#: misc/create_inode.c:751
3910#, fuzzy, c-format
3911msgid "while creating special file \"%s\""
3912msgstr "一般文件"
3913
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003914#: misc/create_inode.c:760
3915#, fuzzy
3916msgid "malloc failed"
3917msgstr "A分配出错"
3918
3919#: misc/create_inode.c:768
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003920#, fuzzy, c-format
3921msgid "while trying to read link \"%s\""
3922msgstr "当尝试调整%s的大小时"
3923
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003924#: misc/create_inode.c:774
3925msgid "symlink increased in size between lstat() and readlink()"
3926msgstr ""
3927
3928#: misc/create_inode.c:785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003929#, fuzzy, c-format
3930msgid "while writing symlink\"%s\""
3931msgstr "当尝试调整%s的大小时"
3932
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003933#: misc/create_inode.c:795
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003934#, fuzzy, c-format
3935msgid "while writing file \"%s\""
3936msgstr "当尝试刷新 %s 时"
3937
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003938#: misc/create_inode.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003939#, fuzzy, c-format
3940msgid "while making dir \"%s\""
3941msgstr "打开%s时"
3942
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003943#: misc/create_inode.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003944#, fuzzy
3945msgid "while changing directory"
3946msgstr "正在读取目录块"
3947
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003948#: misc/create_inode.c:831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003949#, c-format
3950msgid "ignoring entry \"%s\""
3951msgstr ""
3952
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003953#: misc/create_inode.c:844
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003954#, fuzzy, c-format
3955msgid "while setting inode for \"%s\""
3956msgstr "获取%s的stat信息时出错。"
3957
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003958#: misc/create_inode.c:851
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003959#, fuzzy, c-format
3960msgid "while setting xattrs for \"%s\""
3961msgstr "获取%s的stat信息时出错。"
3962
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003963#: misc/create_inode.c:869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003964#, fuzzy
3965msgid "while saving inode data"
3966msgstr "在打开inode扫描时"
3967
3968#: misc/dumpe2fs.c:56
3969#, c-format
3970msgid ""
3971"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003972msgstr ""
3973
Eric Sandeen032eafe2012-07-28 17:48:36 -04003974#: misc/dumpe2fs.c:159
3975#, fuzzy
3976msgid "blocks"
3977msgstr "b块"
3978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003979#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04003980msgid "clusters"
3981msgstr ""
3982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003983#: misc/dumpe2fs.c:219
Theodore Ts'of722c132009-04-21 22:09:01 -04003984#, c-format
3985msgid "Group %lu: (Blocks "
3986msgstr ""
3987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003988#: misc/dumpe2fs.c:226
Eric Sandeen032eafe2012-07-28 17:48:36 -04003989#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003990msgid " csum 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003991msgstr " 校验和 0x%04x,%d个未使用的inode\n"
3992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003993#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04003994#, c-format
3995msgid " (EXPECTED 0x%04x)"
3996msgstr ""
3997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003998#: misc/dumpe2fs.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04003999#, c-format
4000msgid " %s superblock at "
4001msgstr ""
4002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004003#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004004msgid "Primary"
4005msgstr "主"
4006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004007#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004008msgid "Backup"
4009msgstr "备份"
4010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011#: misc/dumpe2fs.c:238
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004012#, fuzzy
Theodore Ts'of722c132009-04-21 22:09:01 -04004013msgid ", Group descriptors at "
4014msgstr ", 组描述符位于 "
4015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016#: misc/dumpe2fs.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04004017msgid ""
4018"\n"
4019" Reserved GDT blocks at "
4020msgstr ""
4021"\n"
4022" 保留的GDT块位于 "
4023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004024#: misc/dumpe2fs.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04004025msgid " Group descriptor at "
4026msgstr ""
4027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004028#: misc/dumpe2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004029msgid " Block bitmap at "
4030msgstr ""
4031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004032#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4033#, fuzzy, c-format
4034msgid ", csum 0x%08x"
4035msgstr " 校验和 0x%04x,%d个未使用的inode\n"
4036
4037#: misc/dumpe2fs.c:263
4038msgid ","
Theodore Ts'of722c132009-04-21 22:09:01 -04004039msgstr ""
4040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004041#: misc/dumpe2fs.c:265
4042msgid ""
4043"\n"
4044" "
4045msgstr ""
4046
4047#: misc/dumpe2fs.c:266
4048#, fuzzy
4049msgid " Inode bitmap at "
4050msgstr "inode 位图"
4051
4052#: misc/dumpe2fs.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04004053msgid ""
4054"\n"
4055" Inode table at "
4056msgstr ""
4057"\n"
4058" Inode表位于 "
4059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004060#: misc/dumpe2fs.c:279
Theodore Ts'of722c132009-04-21 22:09:01 -04004061#, c-format
4062msgid ""
4063"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004064" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004065msgstr ""
4066
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004067#: misc/dumpe2fs.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04004068#, c-format
4069msgid ", %u unused inodes\n"
4070msgstr ", %u个未使用的inodes\n"
4071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072#: misc/dumpe2fs.c:289
Theodore Ts'of722c132009-04-21 22:09:01 -04004073msgid " Free blocks: "
4074msgstr " 可用块数: "
4075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004076#: misc/dumpe2fs.c:304
Theodore Ts'of722c132009-04-21 22:09:01 -04004077msgid " Free inodes: "
4078msgstr " 可用inode数: "
4079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004080#: misc/dumpe2fs.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04004081msgid "while printing bad block list"
4082msgstr ""
4083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004084#: misc/dumpe2fs.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04004085#, c-format
4086msgid "Bad blocks: %u"
4087msgstr "坏块数: %u"
4088
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004089#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'of722c132009-04-21 22:09:01 -04004090msgid "while reading journal inode"
4091msgstr ""
4092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093#: misc/dumpe2fs.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04004094msgid "while opening journal inode"
4095msgstr ""
4096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004097#: misc/dumpe2fs.c:397
Dark Raven3be22a82010-04-19 16:59:03 -04004098msgid "while reading journal super block"
4099msgstr ""
4100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004101#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004102#, fuzzy
4103msgid "Journal superblock magic number invalid!\n"
4104msgstr "日志超级块未找到!\n"
4105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004106#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004107#, fuzzy
Dark Raven3be22a82010-04-19 16:59:03 -04004108msgid "Journal features: "
4109msgstr "日志使用者: %s\n"
4110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004111#: misc/dumpe2fs.c:420
Theodore Ts'of722c132009-04-21 22:09:01 -04004112msgid "Journal size: "
4113msgstr "日志大小: "
4114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004115#: misc/dumpe2fs.c:430
Dark Raven3be22a82010-04-19 16:59:03 -04004116#, c-format
4117msgid ""
4118"Journal length: %u\n"
4119"Journal sequence: 0x%08x\n"
4120"Journal start: %u\n"
4121msgstr ""
4122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004123#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4124msgid "Journal checksum type: crc32\n"
4125msgstr ""
4126
4127#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4128#, c-format
4129msgid ""
4130"Journal checksum type: %s\n"
4131"Journal checksum: 0x%08x\n"
4132msgstr ""
4133
4134#: misc/dumpe2fs.c:448
Eric Sandeen032eafe2012-07-28 17:48:36 -04004135#, fuzzy, c-format
4136msgid "Journal errno: %d\n"
4137msgstr "日志使用者: %s\n"
4138
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004139#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'of722c132009-04-21 22:09:01 -04004140msgid "while reading journal superblock"
4141msgstr ""
4142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004143#: misc/dumpe2fs.c:474
Theodore Ts'of722c132009-04-21 22:09:01 -04004144msgid "Couldn't find journal superblock magic numbers"
4145msgstr ""
4146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004147#: misc/dumpe2fs.c:501
Theodore Ts'of722c132009-04-21 22:09:01 -04004148#, c-format
4149msgid ""
4150"\n"
4151"Journal block size: %u\n"
4152"Journal length: %u\n"
4153"Journal first block: %u\n"
4154"Journal sequence: 0x%08x\n"
4155"Journal start: %u\n"
4156"Journal number of users: %u\n"
4157msgstr ""
4158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004159#: misc/dumpe2fs.c:514
Dark Raven31a48472009-05-25 22:45:42 -04004160#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004161msgid "Journal users: %s\n"
4162msgstr "日志使用者: %s\n"
4163
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004164#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1905
Theodore Ts'of722c132009-04-21 22:09:01 -04004165msgid "Couldn't allocate memory to parse options!\n"
4166msgstr ""
4167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004168#: misc/dumpe2fs.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04004169#, c-format
4170msgid "Invalid superblock parameter: %s\n"
4171msgstr ""
4172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004173#: misc/dumpe2fs.c:571
Theodore Ts'of722c132009-04-21 22:09:01 -04004174#, c-format
4175msgid "Invalid blocksize parameter: %s\n"
4176msgstr ""
4177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004178#: misc/dumpe2fs.c:582
Theodore Ts'of722c132009-04-21 22:09:01 -04004179#, c-format
4180msgid ""
4181"\n"
4182"Bad extended option(s) specified: %s\n"
4183"\n"
4184"Extended options are separated by commas, and may take an argument which\n"
4185"\tis set off by an equals ('=') sign.\n"
4186"\n"
4187"Valid extended options are:\n"
4188"\tsuperblock=<superblock number>\n"
4189"\tblocksize=<blocksize>\n"
4190msgstr ""
4191
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004192#: misc/dumpe2fs.c:646 misc/mke2fs.c:1810
Dark Raven3be22a82010-04-19 16:59:03 -04004193#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004194msgid "\tUsing %s\n"
4195msgstr "\t使用 %s\n"
4196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004197#: misc/dumpe2fs.c:686
4198msgid ""
4199"\n"
4200"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4201"\n"
4202msgstr ""
4203
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004204#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004205#: resize/main.c:414
Theodore Ts'of722c132009-04-21 22:09:01 -04004206msgid "Couldn't find valid filesystem superblock.\n"
4207msgstr "找不到有效的文件系统超级块.\n"
4208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004209#: misc/dumpe2fs.c:726
4210msgid ""
4211"\n"
4212"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4213"\n"
4214msgstr ""
4215
4216#: misc/dumpe2fs.c:730
Theodore Ts'of722c132009-04-21 22:09:01 -04004217#, c-format
4218msgid ""
4219"\n"
4220"%s: %s: error reading bitmaps: %s\n"
4221msgstr ""
4222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004223#: misc/e2image.c:106
Theodore Ts'of722c132009-04-21 22:09:01 -04004224#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004225msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004226msgstr ""
4227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004228#: misc/e2image.c:108
Eric Sandeen032eafe2012-07-28 17:48:36 -04004229#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004230msgid " %s -I device image-file\n"
4231msgstr ""
4232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004233#: misc/e2image.c:109
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004234#, c-format
4235msgid ""
4236" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4237"[ dest_fs ]\n"
4238msgstr ""
4239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004240#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004241#, fuzzy
4242msgid "while allocating buffer"
4243msgstr "A分配出错"
4244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/e2image.c:179
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004246#, fuzzy, c-format
4247msgid "Writing block %llu\n"
4248msgstr "正在检查从 %lu 到 %lu的块\n"
4249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004250#: misc/e2image.c:193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004251#, fuzzy, c-format
4252msgid "error writing block %llu"
4253msgstr "写块 %lu (%s) 出错. "
4254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004255#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004256msgid "error in generic_write()"
4257msgstr ""
4258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004259#: misc/e2image.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04004260msgid "Error: header size is bigger than wrt_size\n"
4261msgstr ""
4262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004263#: misc/e2image.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -04004264msgid "Couldn't allocate header buffer\n"
4265msgstr ""
4266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004267#: misc/e2image.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -04004268msgid "while writing superblock"
4269msgstr ""
4270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004271#: misc/e2image.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004272msgid "while writing inode table"
4273msgstr ""
4274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004275#: misc/e2image.c:263
Theodore Ts'of722c132009-04-21 22:09:01 -04004276msgid "while writing block bitmap"
4277msgstr ""
4278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004279#: misc/e2image.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04004280msgid "while writing inode bitmap"
4281msgstr ""
4282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004283#: misc/e2image.c:505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004284#, fuzzy, c-format
4285msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4286msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004288#: misc/e2image.c:517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004289#, fuzzy, c-format
4290msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4291msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004293#: misc/e2image.c:558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004294#, c-format
4295msgid "%llu / %llu blocks (%d%%)"
4296msgstr ""
4297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004298#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004299msgid "Copying "
4300msgstr ""
4301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004302#: misc/e2image.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004303msgid ""
4304"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4305msgstr ""
4306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004307#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004308#, c-format
4309msgid " %s remaining at %.2f MB/s"
4310msgstr ""
4311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004312#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004313#, fuzzy, c-format
4314msgid "error reading block %llu"
4315msgstr "读取块 %lu (%s) 错误"
4316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004317#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004318#, c-format
4319msgid "Copied %llu / %llu blocks (%d%%) in %s "
4320msgstr ""
4321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004322#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004323#, c-format
4324msgid "at %.2f MB/s"
4325msgstr ""
4326
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004327#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004328#, fuzzy
4329msgid "while allocating l1 table"
4330msgstr "正在写入inode表: "
4331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004332#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004333msgid "while allocating l2 cache"
4334msgstr ""
4335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004336#: misc/e2image.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004337msgid ""
4338"Warning: There are still tables in the cache while putting the cache, data "
4339"will be lost so the image may not be valid.\n"
4340msgstr ""
4341
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004342#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004343msgid "while allocating ext2_qcow2_image"
4344msgstr ""
4345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004346#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004347msgid "while initializing ext2_qcow2_image"
4348msgstr ""
4349
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004350#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004351msgid "Programming error: multiple sequential refcount blocks created!\n"
4352msgstr ""
4353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004354#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004355#, fuzzy
4356msgid "while allocating block bitmap"
4357msgstr "当读取位图时"
4358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004359#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004360#, fuzzy
4361msgid "while allocating scramble block bitmap"
4362msgstr "错误块映射中的inode"
4363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004364#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004365#, fuzzy
4366msgid "Scanning inodes...\n"
4367msgstr "正在扫描inode表"
4368
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004369#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004370#, fuzzy
4371msgid "Can't allocate block buffer"
4372msgstr "无法分配块缓存 (大小=%d)\n"
4373
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004374#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004375#, fuzzy, c-format
4376msgid "while iterating over inode %u"
4377msgstr "当获取下一个inode时"
4378
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004379#: misc/e2image.c:1385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004380msgid "Raw and qcow2 images cannot be installed"
4381msgstr ""
4382
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004383#: misc/e2image.c:1407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004384#, fuzzy
4385msgid "error reading bitmaps"
4386msgstr "当读取位图时"
4387
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004388#: misc/e2image.c:1419
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004389#, fuzzy
4390msgid "while opening device file"
4391msgstr "在打开inode扫描时"
4392
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004393#: misc/e2image.c:1430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004394#, fuzzy
4395msgid "while restoring the image table"
4396msgstr "当读取坏块inode时"
4397
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004398#: misc/e2image.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004399msgid "-a option can only be used with raw or QCOW2 images."
4400msgstr ""
4401
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004402#: misc/e2image.c:1533
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004403msgid "Offsets are only allowed with raw images."
4404msgstr ""
4405
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004406#: misc/e2image.c:1538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004407msgid "Move mode is only allowed with raw images."
4408msgstr ""
4409
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004410#: misc/e2image.c:1543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004411msgid "Move mode requires all data mode."
4412msgstr ""
4413
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004414#: misc/e2image.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004415msgid "checking if mounted"
4416msgstr ""
4417
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004418#: misc/e2image.c:1560
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004419msgid ""
4420"\n"
4421"Running e2image on a R/W mounted filesystem can result in an\n"
4422"inconsistent image which will not be useful for debugging purposes.\n"
4423"Use -f option if you really want to do that.\n"
4424msgstr ""
4425
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004426#: misc/e2image.c:1614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004427msgid "QCOW2 image can not be written to the stdout!\n"
4428msgstr ""
4429
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004430#: misc/e2image.c:1620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004431msgid "Can not stat output\n"
4432msgstr ""
4433
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004434#: misc/e2image.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004435#, c-format
4436msgid "Image (%s) is compressed\n"
4437msgstr ""
4438
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004439#: misc/e2image.c:1633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004440#, c-format
4441msgid "Image (%s) is encrypted\n"
4442msgstr ""
4443
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004444#: misc/e2image.c:1636
Eric Sandeen032eafe2012-07-28 17:48:36 -04004445#, c-format
4446msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4447msgstr ""
4448
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004449#: misc/e2image.c:1645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004450#, fuzzy
4451msgid "The -c option only supported in raw mode\n"
4452msgstr "-o只能被指定一次"
4453
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004454#: misc/e2image.c:1650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004455msgid "The -c option not supported when writing to stdout\n"
4456msgstr ""
4457
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004458#: misc/e2image.c:1657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004459msgid "while allocating check_buf"
4460msgstr ""
4461
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004462#: misc/e2image.c:1663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004463#, fuzzy
4464msgid "The -p option only supported in raw mode\n"
4465msgstr "-o只能被指定一次"
4466
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004467#: misc/e2image.c:1673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004468#, c-format
4469msgid "%d blocks already contained the data to be copied\n"
4470msgstr ""
4471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004472#: misc/e2initrd_helper.c:68
4473#, fuzzy, c-format
4474msgid "Usage: %s -r device\n"
4475msgstr "用法: %s disk\n"
4476
Eric Sandeen032eafe2012-07-28 17:48:36 -04004477#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04004478#, c-format
4479msgid "e2label: cannot open %s\n"
4480msgstr "e2label: 无法打开 %s\n"
4481
Eric Sandeen032eafe2012-07-28 17:48:36 -04004482#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04004483#, c-format
4484msgid "e2label: cannot seek to superblock\n"
4485msgstr ""
4486
Eric Sandeen032eafe2012-07-28 17:48:36 -04004487#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04004488#, c-format
4489msgid "e2label: error reading superblock\n"
4490msgstr "e2label: 读取superblock出错\n"
4491
Eric Sandeen032eafe2012-07-28 17:48:36 -04004492#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04004493#, c-format
4494msgid "e2label: not an ext2 filesystem\n"
4495msgstr "e2label: 不是一个ex2文件系统\n"
4496
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004497#: misc/e2label.c:97 misc/tune2fs.c:2953
Theodore Ts'of722c132009-04-21 22:09:01 -04004498#, c-format
4499msgid "Warning: label too long, truncating.\n"
4500msgstr ""
4501
Eric Sandeen032eafe2012-07-28 17:48:36 -04004502#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04004503#, c-format
4504msgid "e2label: cannot seek to superblock again\n"
4505msgstr ""
4506
Eric Sandeen032eafe2012-07-28 17:48:36 -04004507#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04004508#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004509msgid "e2label: error writing superblock\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004510msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004511
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004512#: misc/e2label.c:117 misc/tune2fs.c:1564
Dark Raven3be22a82010-04-19 16:59:03 -04004513#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004514msgid "Usage: e2label device [newlabel]\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004515msgstr "用法: e2label device [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004517#: misc/e2undo.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04004518#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004519msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004520msgstr ""
4521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004522#: misc/e2undo.c:131
4523msgid "The file system superblock doesn't match the undo file.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004524msgstr ""
4525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004526#: misc/e2undo.c:134
4527msgid "UUID does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004528msgstr ""
4529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004530#: misc/e2undo.c:136
4531msgid "Last mount time does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004532msgstr ""
4533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004534#: misc/e2undo.c:138
4535msgid "Last write time does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004536msgstr ""
4537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004538#: misc/e2undo.c:140
4539msgid "Lifetime write counter does not match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004540msgstr ""
4541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004542#: misc/e2undo.c:154
4543#, fuzzy
4544msgid "while reading filesystem superblock."
4545msgstr "当读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004547#: misc/e2undo.c:170
4548#, fuzzy
4549msgid "while fetching superblock"
4550msgstr "在对坏块inode进行一致性检验是"
4551
4552#: misc/e2undo.c:183
Theodore Ts'of722c132009-04-21 22:09:01 -04004553#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004554msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004555msgstr ""
4556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004557#: misc/e2undo.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -04004558#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004559msgid "Will not write to an undo file while replaying it.\n"
4560msgstr ""
4561
4562#: misc/e2undo.c:344
4563#, fuzzy, c-format
4564msgid "while opening undo file `%s'\n"
4565msgstr "在打开inode扫描时"
4566
4567#: misc/e2undo.c:351
4568#, fuzzy
4569msgid "while reading undo file"
4570msgstr "当读取坏块inode时"
4571
4572#: misc/e2undo.c:356
4573#, fuzzy, c-format
4574msgid "%s: Not an undo file.\n"
4575msgstr "%s: 设备过多\n"
4576
4577#: misc/e2undo.c:367
4578#, c-format
4579msgid "%s: Header checksum doesn't match.\n"
4580msgstr ""
4581
4582#: misc/e2undo.c:374
4583#, c-format
4584msgid "%s: Corrupt undo file header.\n"
4585msgstr ""
4586
4587#: misc/e2undo.c:378
4588#, c-format
4589msgid "%s: Undo block size too large.\n"
4590msgstr ""
4591
4592#: misc/e2undo.c:383
4593#, fuzzy, c-format
4594msgid "%s: Undo block size too small.\n"
4595msgstr "错误的块大小 - %s"
4596
4597#: misc/e2undo.c:392
4598#, c-format
4599msgid "%s: Unknown undo file feature set.\n"
4600msgstr ""
4601
4602#: misc/e2undo.c:400
4603#, c-format
4604msgid "Error while determining whether %s is mounted."
4605msgstr ""
4606
4607#: misc/e2undo.c:406
4608msgid "e2undo should only be run on unmounted filesystems"
4609msgstr ""
4610
4611#: misc/e2undo.c:422
4612#, fuzzy, c-format
4613msgid "while opening `%s'"
4614msgstr "打开%s时"
4615
4616#: misc/e2undo.c:461
4617#, fuzzy
4618msgid "while reading keys"
4619msgstr "当读取位图时"
4620
4621#: misc/e2undo.c:473
4622#, c-format
4623msgid "%s: wrong key magic at %llu\n"
4624msgstr ""
4625
4626#: misc/e2undo.c:483
4627#, c-format
4628msgid "%s: key block checksum error at %llu.\n"
4629msgstr ""
4630
4631#: misc/e2undo.c:506
4632#, c-format
4633msgid "%s: block %llu is too long."
4634msgstr ""
4635
4636#: misc/e2undo.c:518 misc/e2undo.c:554
4637#, fuzzy, c-format
4638msgid "while fetching block %llu."
4639msgstr "正在检查从 %lu 到 %lu的块\n"
4640
4641#: misc/e2undo.c:530
4642#, c-format
4643msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4644msgstr ""
4645
4646#: misc/e2undo.c:569
4647#, fuzzy, c-format
4648msgid "while writing block %llu."
4649msgstr "写块 %lu (%s) 出错. "
4650
4651#: misc/e2undo.c:575
4652#, c-format
4653msgid "Undo file corruption; run e2fsck NOW!\n"
4654msgstr ""
4655
4656#: misc/e2undo.c:577
4657#, c-format
4658msgid "IO error during replay; run e2fsck NOW!\n"
4659msgstr ""
4660
4661#: misc/e2undo.c:580
4662#, c-format
4663msgid "Incomplete undo record; run e2fsck.\n"
4664msgstr ""
4665
4666#: misc/findsuper.c:110
4667#, c-format
4668msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4669msgstr ""
4670
4671#: misc/findsuper.c:155
4672#, c-format
4673msgid "skipbytes should be a number, not %s\n"
4674msgstr ""
4675
4676#: misc/findsuper.c:162
4677#, c-format
4678msgid "skipbytes must be a multiple of the sector size\n"
4679msgstr ""
4680
4681#: misc/findsuper.c:169
4682#, c-format
4683msgid "startkb should be a number, not %s\n"
4684msgstr ""
4685
4686#: misc/findsuper.c:175
4687#, c-format
4688msgid "startkb should be positive, not %llu\n"
4689msgstr ""
4690
4691#: misc/findsuper.c:186
4692#, c-format
4693msgid "starting at %llu, with %u byte increments\n"
4694msgstr ""
4695
4696#: misc/findsuper.c:188
4697#, c-format
4698msgid ""
4699"[*] probably superblock written in the ext3 journal superblock,\n"
4700"\tso start/end/grp wrong\n"
4701msgstr ""
4702
4703#: misc/findsuper.c:190
4704#, c-format
4705msgid ""
4706"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4707"mount_time sb_uuid label\n"
4708msgstr ""
4709
4710#: misc/findsuper.c:264
4711#, c-format
4712msgid ""
4713"\n"
4714"%11Lu: finished with errno %d\n"
4715msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04004716
Theodore Ts'o930e2812009-06-29 15:08:12 -04004717#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04004718#, c-format
4719msgid "WARNING: couldn't open %s: %s\n"
4720msgstr ""
4721
Theodore Ts'o930e2812009-06-29 15:08:12 -04004722#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04004723#, c-format
4724msgid "WARNING: bad format on line %d of %s\n"
4725msgstr ""
4726
Eric Sandeen032eafe2012-07-28 17:48:36 -04004727#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04004728msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004729"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004730"\tfield. I will kludge around things for you, but you\n"
4731"\tshould fix your /etc/fstab file as soon as you can.\n"
4732"\n"
4733msgstr ""
4734
Eric Sandeen032eafe2012-07-28 17:48:36 -04004735#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04004736#, c-format
4737msgid "fsck: %s: not found\n"
4738msgstr ""
4739
Eric Sandeen032eafe2012-07-28 17:48:36 -04004740#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04004741#, c-format
4742msgid "%s: wait: No more child process?!?\n"
4743msgstr ""
4744
Eric Sandeen032eafe2012-07-28 17:48:36 -04004745#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04004746#, c-format
4747msgid "Warning... %s for device %s exited with signal %d.\n"
4748msgstr ""
4749
Eric Sandeen032eafe2012-07-28 17:48:36 -04004750#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04004751#, c-format
4752msgid "%s %s: status is %x, should never happen.\n"
4753msgstr ""
4754
Eric Sandeen032eafe2012-07-28 17:48:36 -04004755#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004756#, c-format
4757msgid "Finished with %s (exit status %d)\n"
4758msgstr ""
4759
Eric Sandeen032eafe2012-07-28 17:48:36 -04004760#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04004761#, c-format
4762msgid "%s: Error %d while executing fsck.%s for %s\n"
4763msgstr ""
4764
Eric Sandeen032eafe2012-07-28 17:48:36 -04004765#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04004766msgid ""
4767"Either all or none of the filesystem types passed to -t must be prefixed\n"
4768"with 'no' or '!'.\n"
4769msgstr ""
4770
Eric Sandeen032eafe2012-07-28 17:48:36 -04004771#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04004772msgid "Couldn't allocate memory for filesystem types\n"
4773msgstr ""
4774
Eric Sandeen032eafe2012-07-28 17:48:36 -04004775#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04004776#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004777msgid ""
4778"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4779"number\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004780msgstr ""
4781
Eric Sandeen032eafe2012-07-28 17:48:36 -04004782#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04004783#, c-format
4784msgid "fsck: cannot check %s: fsck.%s not found\n"
4785msgstr ""
4786
Eric Sandeen032eafe2012-07-28 17:48:36 -04004787#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04004788msgid "Checking all file systems.\n"
4789msgstr "正在检查所有文件系统.\n"
4790
Eric Sandeen032eafe2012-07-28 17:48:36 -04004791#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04004792#, c-format
4793msgid "--waiting-- (pass %d)\n"
4794msgstr "--请稍候-- (完成 %d)\n"
4795
Eric Sandeen032eafe2012-07-28 17:48:36 -04004796#: misc/fsck.c:1078
4797msgid ""
4798"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4799msgstr ""
4800"用法: Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] "
4801"[filesys ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004802
Eric Sandeen032eafe2012-07-28 17:48:36 -04004803#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04004804#, c-format
4805msgid "%s: too many devices\n"
4806msgstr "%s: 设备过多\n"
4807
Eric Sandeen032eafe2012-07-28 17:48:36 -04004808#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04004809#, c-format
4810msgid "%s: too many arguments\n"
4811msgstr "%s: 参数过多\n"
4812
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004813#: misc/fuse2fs.c:3730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004814msgid "Mounting read-only.\n"
4815msgstr ""
4816
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004817#: misc/fuse2fs.c:3754
Theodore Ts'of722c132009-04-21 22:09:01 -04004818#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004819msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4820msgstr ""
4821
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004822#: misc/fuse2fs.c:3766 misc/fuse2fs.c:3779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004823#, c-format
4824msgid "%s: %s.\n"
4825msgstr ""
4826
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004827#: misc/fuse2fs.c:3767 misc/fuse2fs.c:3781 misc/tune2fs.c:3182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004828#, fuzzy, c-format
4829msgid "Please run e2fsck -fy %s.\n"
4830msgstr ""
4831"请先运行 'e2fsck -f %s'.\n"
4832"\n"
4833
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004834#: misc/fuse2fs.c:3788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004835msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4836msgstr ""
4837
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004838#: misc/fuse2fs.c:3796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004839#, c-format
4840msgid "%s: Writing to the journal is not supported.\n"
4841msgstr ""
4842
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004843#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004844msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4845msgstr ""
4846
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004847#: misc/fuse2fs.c:3815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004848msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4849msgstr ""
4850
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004851#: misc/fuse2fs.c:3820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004852msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4853msgstr ""
4854
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004855#: misc/fuse2fs.c:3824
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004856msgid "Orphans detected; running e2fsck is recommended.\n"
4857msgstr ""
4858
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004859#: misc/fuse2fs.c:3828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004860msgid "Errors detected; running e2fsck is required.\n"
4861msgstr ""
4862
4863#: misc/lsattr.c:75
4864#, fuzzy, c-format
4865msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004866msgstr "用法: %s [-RVadlv] [files...]\n"
4867
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004868#: misc/lsattr.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04004869#, c-format
4870msgid "While reading flags on %s"
4871msgstr ""
4872
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004873#: misc/lsattr.c:93
4874#, fuzzy, c-format
4875msgid "While reading project on %s"
4876msgstr "当读取坏块inode时"
4877
4878#: misc/lsattr.c:102
Theodore Ts'of722c132009-04-21 22:09:01 -04004879#, c-format
4880msgid "While reading version on %s"
4881msgstr ""
4882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004883#: misc/mke2fs.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -04004884#, c-format
4885msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004886"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004887"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004888"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004889"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4890"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4891"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004892"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4893"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004894"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004895msgstr ""
4896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004897#: misc/mke2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004898#, c-format
4899msgid "Running command: %s\n"
4900msgstr "正在执行命令: %s\n"
4901
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004902#: misc/mke2fs.c:259
Dark Raven31a48472009-05-25 22:45:42 -04004903#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004904msgid "while trying to run '%s'"
4905msgstr "当尝试运行 '%s' 时"
4906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004907#: misc/mke2fs.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04004908msgid "while processing list of bad blocks from program"
4909msgstr ""
4910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004911#: misc/mke2fs.c:293
Theodore Ts'of722c132009-04-21 22:09:01 -04004912#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004913msgid "Block %d in primary superblock/group descriptor area bad.\n"
4914msgstr ""
4915
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004916#: misc/mke2fs.c:295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004917#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004918msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4919msgstr ""
4920
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004921#: misc/mke2fs.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04004922msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04004923msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004924
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004925#: misc/mke2fs.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04004926#, c-format
4927msgid ""
4928"Warning: the backup superblock/group descriptors at block %u contain\n"
4929"\tbad blocks.\n"
4930"\n"
4931msgstr ""
4932
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004933#: misc/mke2fs.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04004934msgid "while marking bad blocks as used"
4935msgstr ""
4936
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004937#: misc/mke2fs.c:408
Theodore Ts'of722c132009-04-21 22:09:01 -04004938msgid "Writing inode tables: "
4939msgstr "正在写入inode表: "
4940
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004941#: misc/mke2fs.c:430
Theodore Ts'of722c132009-04-21 22:09:01 -04004942#, c-format
4943msgid ""
4944"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004945"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004946msgstr ""
4947
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004948#: misc/mke2fs.c:444 misc/mke2fs.c:2648 misc/mke2fs.c:3013
Eric Sandeen032eafe2012-07-28 17:48:36 -04004949msgid "done \n"
4950msgstr "完成 \n"
4951
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004952#: misc/mke2fs.c:460
Theodore Ts'of722c132009-04-21 22:09:01 -04004953msgid "while creating root dir"
4954msgstr ""
4955
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004956#: misc/mke2fs.c:467
Theodore Ts'of722c132009-04-21 22:09:01 -04004957msgid "while reading root inode"
4958msgstr "当读取坏块inode时"
4959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004960#: misc/mke2fs.c:479
Theodore Ts'of722c132009-04-21 22:09:01 -04004961msgid "while setting root inode ownership"
4962msgstr ""
4963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004964#: misc/mke2fs.c:497
Theodore Ts'of722c132009-04-21 22:09:01 -04004965msgid "while creating /lost+found"
4966msgstr ""
4967
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004968#: misc/mke2fs.c:504
Theodore Ts'of722c132009-04-21 22:09:01 -04004969msgid "while looking up /lost+found"
4970msgstr ""
4971
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004972#: misc/mke2fs.c:517
Theodore Ts'of722c132009-04-21 22:09:01 -04004973msgid "while expanding /lost+found"
4974msgstr ""
4975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004976#: misc/mke2fs.c:532
Theodore Ts'of722c132009-04-21 22:09:01 -04004977msgid "while setting bad block inode"
4978msgstr ""
4979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004980#: misc/mke2fs.c:559
Theodore Ts'of722c132009-04-21 22:09:01 -04004981#, c-format
4982msgid "Out of memory erasing sectors %d-%d\n"
4983msgstr ""
4984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004985#: misc/mke2fs.c:569
Theodore Ts'of722c132009-04-21 22:09:01 -04004986#, c-format
4987msgid "Warning: could not read block 0: %s\n"
4988msgstr ""
4989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004990#: misc/mke2fs.c:585
Theodore Ts'of722c132009-04-21 22:09:01 -04004991#, c-format
4992msgid "Warning: could not erase sector %d: %s\n"
4993msgstr ""
4994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004995#: misc/mke2fs.c:601
Theodore Ts'of722c132009-04-21 22:09:01 -04004996msgid "while initializing journal superblock"
4997msgstr ""
4998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004999#: misc/mke2fs.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04005000msgid "Zeroing journal device: "
5001msgstr "正在将日志设备清零: "
5002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005003#: misc/mke2fs.c:621
Theodore Ts'of722c132009-04-21 22:09:01 -04005004#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005005msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005006msgstr ""
5007
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005008#: misc/mke2fs.c:638
Theodore Ts'of722c132009-04-21 22:09:01 -04005009msgid "while writing journal superblock"
5010msgstr ""
5011
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005012#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005013#, c-format
5014msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5015msgstr ""
5016
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005017#: misc/mke2fs.c:661
Eric Sandeen032eafe2012-07-28 17:48:36 -04005018#, fuzzy, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005019msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005020"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005021"\n"
5022msgstr ""
5023"警告: %u 块未使用.\n"
5024"\n"
5025
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005026#: misc/mke2fs.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04005027#, c-format
5028msgid "Filesystem label=%s\n"
5029msgstr "文件系统标签=%s\n"
5030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005031#: misc/mke2fs.c:669
Eric Sandeen032eafe2012-07-28 17:48:36 -04005032#, fuzzy, c-format
5033msgid "OS type: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005034msgstr "操作系统:"
5035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005036#: misc/mke2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04005037#, c-format
5038msgid "Block size=%u (log=%u)\n"
5039msgstr "块大小=%u (log=%u)\n"
5040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005041#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04005042#, fuzzy, c-format
5043msgid "Cluster size=%u (log=%u)\n"
5044msgstr "块大小=%u (log=%u)\n"
5045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005046#: misc/mke2fs.c:678
Theodore Ts'of722c132009-04-21 22:09:01 -04005047#, c-format
5048msgid "Fragment size=%u (log=%u)\n"
5049msgstr "分块大小=%u (log=%u)\n"
5050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051#: misc/mke2fs.c:680
Dark Raven3be22a82010-04-19 16:59:03 -04005052#, c-format
5053msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5054msgstr ""
5055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005056#: misc/mke2fs.c:682
Theodore Ts'of722c132009-04-21 22:09:01 -04005057#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005058msgid "%u inodes, %llu blocks\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005059msgstr ""
5060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005061#: misc/mke2fs.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04005062#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005063msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005064msgstr ""
5065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005066#: misc/mke2fs.c:687
Theodore Ts'of722c132009-04-21 22:09:01 -04005067#, c-format
5068msgid "First data block=%u\n"
5069msgstr "第一个数据块=%u\n"
5070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005071#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005072#, c-format
5073msgid "Root directory owner=%u:%u\n"
5074msgstr ""
5075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005076#: misc/mke2fs.c:691
Theodore Ts'of722c132009-04-21 22:09:01 -04005077#, c-format
5078msgid "Maximum filesystem blocks=%lu\n"
5079msgstr ""
5080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005081#: misc/mke2fs.c:695
Theodore Ts'of722c132009-04-21 22:09:01 -04005082#, c-format
5083msgid "%u block groups\n"
5084msgstr ""
5085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005086#: misc/mke2fs.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04005087#, c-format
5088msgid "%u block group\n"
5089msgstr ""
5090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005091#: misc/mke2fs.c:699
Eric Sandeen032eafe2012-07-28 17:48:36 -04005092#, c-format
5093msgid "%u blocks per group, %u clusters per group\n"
5094msgstr ""
5095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005096#: misc/mke2fs.c:702
Theodore Ts'of722c132009-04-21 22:09:01 -04005097#, c-format
5098msgid "%u blocks per group, %u fragments per group\n"
5099msgstr ""
5100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005101#: misc/mke2fs.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04005102#, c-format
5103msgid "%u inodes per group\n"
5104msgstr ""
5105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005106#: misc/mke2fs.c:713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005107#, fuzzy, c-format
5108msgid "Filesystem UUID: %s\n"
5109msgstr "文件系统标签=%s\n"
5110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005111#: misc/mke2fs.c:714
Theodore Ts'of722c132009-04-21 22:09:01 -04005112msgid "Superblock backups stored on blocks: "
5113msgstr ""
5114
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005115#: misc/mke2fs.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005116#, c-format
5117msgid "%s requires '-O 64bit'\n"
5118msgstr ""
5119
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005120#: misc/mke2fs.c:814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005121#, c-format
5122msgid "'%s' must be before 'resize=%u'\n"
5123msgstr ""
5124
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005125#: misc/mke2fs.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005126#, fuzzy, c-format
5127msgid "Invalid desc_size: '%s'\n"
5128msgstr "无效的新大小:%s\n"
5129
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005130#: misc/mke2fs.c:840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005131#, fuzzy, c-format
5132msgid "Invalid offset: %s\n"
5133msgstr "无效的新大小:%s\n"
5134
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005135#: misc/mke2fs.c:854 misc/tune2fs.c:1933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005136#, fuzzy, c-format
5137msgid "Invalid mmp_update_interval: %s\n"
5138msgstr "设置了无效的挂载选项: %s\n"
5139
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005140#: misc/mke2fs.c:868
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005141#, fuzzy, c-format
5142msgid "Invalid # of backup superblocks: %s\n"
5143msgstr "无效的新大小:%s\n"
5144
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005145#: misc/mke2fs.c:890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005146#, c-format
5147msgid "Invalid stride parameter: %s\n"
5148msgstr ""
5149
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005150#: misc/mke2fs.c:905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005151#, c-format
5152msgid "Invalid stripe-width parameter: %s\n"
5153msgstr ""
5154
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005155#: misc/mke2fs.c:928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005156#, c-format
5157msgid "Invalid resize parameter: %s\n"
5158msgstr ""
5159
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005160#: misc/mke2fs.c:935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005161msgid "The resize maximum must be greater than the filesystem size.\n"
5162msgstr ""
5163
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005164#: misc/mke2fs.c:959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005165msgid "On-line resizing not supported with revision 0 filesystems\n"
5166msgstr ""
5167
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005168#: misc/mke2fs.c:985 misc/mke2fs.c:994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005169#, fuzzy, c-format
5170msgid "Invalid root_owner: '%s'\n"
5171msgstr "设置了无效的挂载选项: %s\n"
5172
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005173#: misc/mke2fs.c:1034
Theodore Ts'of722c132009-04-21 22:09:01 -04005174#, c-format
5175msgid ""
5176"\n"
5177"Bad option(s) specified: %s\n"
5178"\n"
5179"Extended options are separated by commas, and may take an argument which\n"
5180"\tis set off by an equals ('=') sign.\n"
5181"\n"
5182"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005183"\tmmp_update_interval=<interval>\n"
5184"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005185"\tstride=<RAID per-disk data chunk in blocks>\n"
5186"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005187"\toffset=<offset to create the file system>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005188"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005189"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005190"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005191"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005192"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005193"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005194"\tdiscard\n"
5195"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005196"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005197"\n"
5198msgstr ""
5199
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005200#: misc/mke2fs.c:1059
Theodore Ts'of722c132009-04-21 22:09:01 -04005201#, c-format
5202msgid ""
5203"\n"
5204"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5205"\n"
5206msgstr ""
5207
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005208#: misc/mke2fs.c:1101
Theodore Ts'of722c132009-04-21 22:09:01 -04005209#, c-format
5210msgid ""
5211"Syntax error in mke2fs config file (%s, line #%d)\n"
5212"\t%s\n"
5213msgstr ""
5214
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005215#: misc/mke2fs.c:1114 misc/tune2fs.c:1007
Theodore Ts'of722c132009-04-21 22:09:01 -04005216#, c-format
5217msgid "Invalid filesystem option set: %s\n"
5218msgstr "设置了无效的文件系统选项: %s\n"
5219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005220#: misc/mke2fs.c:1126 misc/tune2fs.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04005221#, c-format
5222msgid "Invalid mount option set: %s\n"
5223msgstr "设置了无效的挂载选项: %s\n"
5224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005225#: misc/mke2fs.c:1262
Theodore Ts'of722c132009-04-21 22:09:01 -04005226#, c-format
5227msgid ""
5228"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005229"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005230msgstr ""
5231
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005232#: misc/mke2fs.c:1266
Theodore Ts'of722c132009-04-21 22:09:01 -04005233msgid ""
5234"You probably need to install an updated mke2fs.conf file.\n"
5235"\n"
5236msgstr ""
5237
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005238#: misc/mke2fs.c:1270
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005239#, fuzzy
Dark Ravenc4755342011-01-26 18:54:25 -05005240msgid "Aborting...\n"
5241msgstr "正在终止...\n"
5242
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005243#: misc/mke2fs.c:1311
Dark Ravenc4755342011-01-26 18:54:25 -05005244#, c-format
5245msgid ""
5246"\n"
5247"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5248"\n"
5249msgstr ""
5250
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005251#: misc/mke2fs.c:1493
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005252#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005253msgid "Couldn't allocate memory for new PATH.\n"
5254msgstr "无法为tdb文件名分配内存\n"
5255
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005256#: misc/mke2fs.c:1534
Eric Sandeen032eafe2012-07-28 17:48:36 -04005257#, c-format
5258msgid "Couldn't init profile successfully (error: %ld).\n"
5259msgstr ""
5260
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005261#: misc/mke2fs.c:1567
Theodore Ts'of722c132009-04-21 22:09:01 -04005262#, c-format
5263msgid "invalid block size - %s"
5264msgstr "无效的块大小 - %s"
5265
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005266#: misc/mke2fs.c:1571
Theodore Ts'of722c132009-04-21 22:09:01 -04005267#, c-format
5268msgid "Warning: blocksize %d not usable on most systems.\n"
5269msgstr ""
5270
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005271#: misc/mke2fs.c:1587
Eric Sandeen032eafe2012-07-28 17:48:36 -04005272#, fuzzy, c-format
5273msgid "invalid cluster size - %s"
5274msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005275
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005276#: misc/mke2fs.c:1600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005277msgid "'-R' is deprecated, use '-E' instead"
5278msgstr ""
5279
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005280#: misc/mke2fs.c:1614 misc/tune2fs.c:1661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005281#, c-format
5282msgid "bad error behavior - %s"
5283msgstr ""
5284
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005285#: misc/mke2fs.c:1626
Theodore Ts'of722c132009-04-21 22:09:01 -04005286msgid "Illegal number for blocks per group"
5287msgstr ""
5288
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005289#: misc/mke2fs.c:1631
Theodore Ts'of722c132009-04-21 22:09:01 -04005290msgid "blocks per group must be multiple of 8"
5291msgstr ""
5292
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005293#: misc/mke2fs.c:1639
Theodore Ts'of722c132009-04-21 22:09:01 -04005294msgid "Illegal number for flex_bg size"
5295msgstr ""
5296
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005297#: misc/mke2fs.c:1645
Theodore Ts'of722c132009-04-21 22:09:01 -04005298msgid "flex_bg size must be a power of 2"
5299msgstr "flex_bg 大小必须是2的次方"
5300
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005301#: misc/mke2fs.c:1650
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005302#, fuzzy, c-format
5303msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5304msgstr "flex_bg 大小必须是2的次方"
5305
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005306#: misc/mke2fs.c:1660
Theodore Ts'of722c132009-04-21 22:09:01 -04005307#, c-format
5308msgid "invalid inode ratio %s (min %d/max %d)"
5309msgstr ""
5310
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005311#: misc/mke2fs.c:1670
Dark Ravenc4755342011-01-26 18:54:25 -05005312#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005313msgid "invalid inode size - %s"
5314msgstr "无效的inode大小 - %s"
5315
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005316#: misc/mke2fs.c:1683
Eric Sandeen032eafe2012-07-28 17:48:36 -04005317msgid ""
5318"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5319"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005320msgstr ""
5321
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005322#: misc/mke2fs.c:1694
Theodore Ts'of722c132009-04-21 22:09:01 -04005323msgid "in malloc for bad_blocks_filename"
5324msgstr ""
5325
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005326#: misc/mke2fs.c:1707
Theodore Ts'of722c132009-04-21 22:09:01 -04005327#, c-format
5328msgid "invalid reserved blocks percent - %s"
5329msgstr ""
5330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005331#: misc/mke2fs.c:1722
Theodore Ts'of722c132009-04-21 22:09:01 -04005332#, c-format
5333msgid "bad num inodes - %s"
5334msgstr ""
5335
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005336#: misc/mke2fs.c:1735
5337#, fuzzy
5338msgid "while allocating fs_feature string"
5339msgstr "A分配出错"
5340
5341#: misc/mke2fs.c:1752
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005342#, c-format
5343msgid "bad revision level - %s"
5344msgstr ""
5345
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005346#: misc/mke2fs.c:1757
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005347#, fuzzy, c-format
5348msgid "while trying to create revision %d"
5349msgstr "当尝试调整%s的大小时"
5350
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005351#: misc/mke2fs.c:1771
Eric Sandeen032eafe2012-07-28 17:48:36 -04005352#, fuzzy
5353msgid "The -t option may only be used once"
5354msgstr "-o只能被指定一次"
5355
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005356#: misc/mke2fs.c:1779
Eric Sandeen032eafe2012-07-28 17:48:36 -04005357#, fuzzy
5358msgid "The -T option may only be used once"
5359msgstr "-o只能被指定一次"
5360
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005361#: misc/mke2fs.c:1835 misc/mke2fs.c:3097
Theodore Ts'of722c132009-04-21 22:09:01 -04005362#, c-format
5363msgid "while trying to open journal device %s\n"
5364msgstr ""
5365
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005366#: misc/mke2fs.c:1841
Theodore Ts'of722c132009-04-21 22:09:01 -04005367#, c-format
5368msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5369msgstr ""
5370
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005371#: misc/mke2fs.c:1847
Dark Raven3be22a82010-04-19 16:59:03 -04005372#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005373msgid "Using journal device's blocksize: %d\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005374msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005375
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005376#: misc/mke2fs.c:1858
Dark Ravenc4755342011-01-26 18:54:25 -05005377#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005378msgid "invalid blocks '%s' on device '%s'"
Dark Ravenc4755342011-01-26 18:54:25 -05005379msgstr "无效的块大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005380
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005381#: misc/mke2fs.c:1880
Theodore Ts'of722c132009-04-21 22:09:01 -04005382msgid "filesystem"
5383msgstr "文件系统"
5384
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005385#: misc/mke2fs.c:1894 resize/main.c:490
Theodore Ts'of722c132009-04-21 22:09:01 -04005386msgid "while trying to determine filesystem size"
5387msgstr ""
5388
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005389#: misc/mke2fs.c:1900
Theodore Ts'of722c132009-04-21 22:09:01 -04005390msgid ""
5391"Couldn't determine device size; you must specify\n"
5392"the size of the filesystem\n"
5393msgstr ""
5394
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005395#: misc/mke2fs.c:1907
Theodore Ts'of722c132009-04-21 22:09:01 -04005396msgid ""
5397"Device size reported to be zero. Invalid partition specified, or\n"
5398"\tpartition table wasn't reread after running fdisk, due to\n"
5399"\ta modified partition being busy and in use. You may need to reboot\n"
5400"\tto re-read your partition table.\n"
5401msgstr ""
5402
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005403#: misc/mke2fs.c:1924
Theodore Ts'of722c132009-04-21 22:09:01 -04005404msgid "Filesystem larger than apparent device size."
5405msgstr ""
5406
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005407#: misc/mke2fs.c:1944
Theodore Ts'of722c132009-04-21 22:09:01 -04005408msgid "Failed to parse fs types list\n"
5409msgstr ""
5410
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005411#: misc/mke2fs.c:1992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005412#, fuzzy
5413msgid "The HURD does not support the filetype feature.\n"
5414msgstr "Hurd系统不支持filetype功能。\n"
5415
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005416#: misc/mke2fs.c:1997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005417#, fuzzy
5418msgid "The HURD does not support the huge_file feature.\n"
5419msgstr "Hurd系统不支持filetype功能。\n"
5420
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005421#: misc/mke2fs.c:2002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005422#, fuzzy
5423msgid "The HURD does not support the metadata_csum feature.\n"
5424msgstr "Hurd系统不支持filetype功能。\n"
5425
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005426#: misc/mke2fs.c:2012
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005427msgid "while trying to determine hardware sector size"
5428msgstr ""
5429
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005430#: misc/mke2fs.c:2018
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005431#, fuzzy
5432msgid "while trying to determine physical sector size"
5433msgstr "当尝试对%s进行stat调用时"
5434
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005435#: misc/mke2fs.c:2050
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005436msgid "while setting blocksize; too small for device\n"
5437msgstr ""
5438
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005439#: misc/mke2fs.c:2055
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005440#, c-format
5441msgid ""
5442"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5443msgstr ""
5444
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005445#: misc/mke2fs.c:2079
Eric Sandeen032eafe2012-07-28 17:48:36 -04005446#, c-format
5447msgid ""
5448"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5449"\tin 32 bits using a blocksize of %d.\n"
5450msgstr ""
5451
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005452#: misc/mke2fs.c:2095
Theodore Ts'of722c132009-04-21 22:09:01 -04005453msgid "fs_types for mke2fs.conf resolution: "
5454msgstr ""
5455
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005456#: misc/mke2fs.c:2102
Theodore Ts'of722c132009-04-21 22:09:01 -04005457msgid "Filesystem features not supported with revision 0 filesystems\n"
5458msgstr ""
5459
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005460#: misc/mke2fs.c:2110
Theodore Ts'of722c132009-04-21 22:09:01 -04005461msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5462msgstr ""
5463
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005464#: misc/mke2fs.c:2120
Theodore Ts'of722c132009-04-21 22:09:01 -04005465msgid "Journals not supported with revision 0 filesystems\n"
5466msgstr ""
5467
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005468#: misc/mke2fs.c:2133
Eric Sandeen032eafe2012-07-28 17:48:36 -04005469#, fuzzy, c-format
5470msgid "invalid reserved blocks percent - %lf"
5471msgstr "无效的块大小 - %s"
5472
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005473#: misc/mke2fs.c:2150
Theodore Ts'of722c132009-04-21 22:09:01 -04005474msgid ""
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005475"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5476"rectify.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005477msgstr ""
5478
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005479#: misc/mke2fs.c:2170
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005480msgid "The cluster size may not be smaller than the block size.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005481msgstr ""
5482
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005483#: misc/mke2fs.c:2176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005484msgid "specifying a cluster size requires the bigalloc feature"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005485msgstr ""
5486
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005487#: misc/mke2fs.c:2196
Dark Raven3be22a82010-04-19 16:59:03 -04005488#, c-format
5489msgid "warning: Unable to get device geometry for %s\n"
5490msgstr ""
5491
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005492#: misc/mke2fs.c:2199
Dark Raven3be22a82010-04-19 16:59:03 -04005493#, c-format
5494msgid "%s alignment is offset by %lu bytes.\n"
5495msgstr ""
5496
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005497#: misc/mke2fs.c:2201
Eric Sandeen032eafe2012-07-28 17:48:36 -04005498#, c-format
5499msgid ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005500"This may result in very poor performance, (re)-partitioning suggested.\n"
5501msgstr ""
5502
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005503#: misc/mke2fs.c:2222
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005504#, c-format
5505msgid "%d-byte blocks too big for system (max %d)"
5506msgstr ""
5507
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005508#: misc/mke2fs.c:2226
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005509#, c-format
5510msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005511"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5512msgstr ""
5513
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005514#: misc/mke2fs.c:2234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005515#, c-format
5516msgid ""
5517"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5518"and journal checksum features.\n"
5519msgstr ""
5520
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005521#: misc/mke2fs.c:2289
5522#, c-format
5523msgid ""
5524"\n"
5525"Warning: offset specified without an explicit file system size.\n"
5526"Creating a file system with %llu blocks but this might\n"
5527"not be what you want.\n"
5528"\n"
5529msgstr ""
5530
5531#: misc/mke2fs.c:2306
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005532msgid "Can't support bigalloc feature without extents feature"
5533msgstr ""
5534
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005535#: misc/mke2fs.c:2313
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005536msgid ""
5537"The resize_inode and meta_bg features are not compatible.\n"
5538"They can not be both enabled simultaneously.\n"
5539msgstr ""
5540
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005541#: misc/mke2fs.c:2321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005542msgid ""
5543"\n"
5544"Warning: the bigalloc feature is still under development\n"
5545"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5546"\n"
5547msgstr ""
5548
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005549#: misc/mke2fs.c:2333
Eric Sandeen032eafe2012-07-28 17:48:36 -04005550msgid "reserved online resize blocks not supported on non-sparse filesystem"
5551msgstr ""
5552
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005553#: misc/mke2fs.c:2342
Eric Sandeen032eafe2012-07-28 17:48:36 -04005554msgid "blocks per group count out of range"
5555msgstr ""
5556
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005557#: misc/mke2fs.c:2364
Eric Sandeen032eafe2012-07-28 17:48:36 -04005558msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5559msgstr ""
5560
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005561#: misc/mke2fs.c:2376
Eric Sandeen032eafe2012-07-28 17:48:36 -04005562#, c-format
5563msgid "invalid inode size %d (min %d/max %d)"
5564msgstr ""
5565
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005566#: misc/mke2fs.c:2391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005567#, c-format
5568msgid "%d byte inodes are too small for inline data; specify larger size"
5569msgstr ""
5570
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005571#: misc/mke2fs.c:2404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005572#, c-format
5573msgid "%d byte inodes are too small for project quota; specify larger size"
5574msgstr ""
5575
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005576#: misc/mke2fs.c:2419
Eric Sandeen032eafe2012-07-28 17:48:36 -04005577#, c-format
5578msgid "too many inodes (%llu), raise inode ratio?"
5579msgstr ""
5580
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005581#: misc/mke2fs.c:2426
Eric Sandeen032eafe2012-07-28 17:48:36 -04005582#, c-format
5583msgid "too many inodes (%llu), specify < 2^32 inodes"
5584msgstr ""
5585
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005586#: misc/mke2fs.c:2440
Eric Sandeen032eafe2012-07-28 17:48:36 -04005587#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005588msgid ""
5589"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005590"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005591"\tor lower inode count (-N).\n"
5592msgstr ""
5593
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005594#: misc/mke2fs.c:2627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005595#, fuzzy
5596msgid "Discarding device blocks: "
5597msgstr "正在读取目录块"
5598
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005599#: misc/mke2fs.c:2643
Eric Sandeen032eafe2012-07-28 17:48:36 -04005600msgid "failed - "
Dark Raven3be22a82010-04-19 16:59:03 -04005601msgstr ""
5602
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005603#: misc/mke2fs.c:2723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005604#, c-format
5605msgid "bad error behavior in profile - %s"
5606msgstr ""
5607
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005608#: misc/mke2fs.c:2797
Theodore Ts'of722c132009-04-21 22:09:01 -04005609msgid "while setting up superblock"
5610msgstr ""
5611
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005612#: misc/mke2fs.c:2813
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005613msgid ""
5614"Extents are not enabled. The file extent tree can be checksummed, whereas "
5615"block maps cannot. Not enabling extents reduces the coverage of metadata "
5616"checksumming. Pass -O extents to rectify.\n"
5617msgstr ""
5618
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005619#: misc/mke2fs.c:2820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005620msgid ""
5621"64-bit filesystem support is not enabled. The larger fields afforded by "
5622"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5623msgstr ""
5624
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005625#: misc/mke2fs.c:2828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005626msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5627msgstr ""
5628
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005629#: misc/mke2fs.c:2852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005630msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005631msgstr ""
5632
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005633#: misc/mke2fs.c:2938
Theodore Ts'of722c132009-04-21 22:09:01 -04005634#, c-format
5635msgid "unknown os - %s"
5636msgstr "未知操作系统 - %s"
5637
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005638#: misc/mke2fs.c:3001
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005639#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005640msgid "Allocating group tables: "
5641msgstr "正在写入inode表: "
5642
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005643#: misc/mke2fs.c:3009
Theodore Ts'of722c132009-04-21 22:09:01 -04005644msgid "while trying to allocate filesystem tables"
5645msgstr ""
5646
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005647#: misc/mke2fs.c:3018
Eric Sandeen032eafe2012-07-28 17:48:36 -04005648msgid ""
5649"\n"
5650"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04005651msgstr ""
5652
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005653#: misc/mke2fs.c:3024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005654#, c-format
5655msgid "%s may be further corrupted by superblock rewrite\n"
5656msgstr ""
5657
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005658#: misc/mke2fs.c:3065
Eric Sandeen032eafe2012-07-28 17:48:36 -04005659#, c-format
5660msgid "while zeroing block %llu at end of filesystem"
5661msgstr ""
5662
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005663#: misc/mke2fs.c:3078
Theodore Ts'of722c132009-04-21 22:09:01 -04005664msgid "while reserving blocks for online resize"
5665msgstr ""
5666
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005667#: misc/mke2fs.c:3090 misc/tune2fs.c:1415
Theodore Ts'of722c132009-04-21 22:09:01 -04005668msgid "journal"
5669msgstr "日志"
5670
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005671#: misc/mke2fs.c:3102
Theodore Ts'of722c132009-04-21 22:09:01 -04005672#, c-format
5673msgid "Adding journal to device %s: "
5674msgstr ""
5675
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005676#: misc/mke2fs.c:3109
Theodore Ts'of722c132009-04-21 22:09:01 -04005677#, c-format
5678msgid ""
5679"\n"
5680"\twhile trying to add journal to device %s"
5681msgstr ""
5682
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005683#: misc/mke2fs.c:3114 misc/mke2fs.c:3143 misc/mke2fs.c:3183
5684#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'of722c132009-04-21 22:09:01 -04005685msgid "done\n"
5686msgstr "完成\n"
5687
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005688#: misc/mke2fs.c:3120
Theodore Ts'o930e2812009-06-29 15:08:12 -04005689msgid "Skipping journal creation in super-only mode\n"
5690msgstr ""
5691
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005692#: misc/mke2fs.c:3130
Dark Raven3be22a82010-04-19 16:59:03 -04005693#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005694msgid "Creating journal (%u blocks): "
Dark Raven3be22a82010-04-19 16:59:03 -04005695msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005696
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005697#: misc/mke2fs.c:3139
Eric Sandeen032eafe2012-07-28 17:48:36 -04005698msgid ""
5699"\n"
5700"\twhile trying to create journal"
5701msgstr ""
5702
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005703#: misc/mke2fs.c:3151 misc/tune2fs.c:1072
Eric Sandeen032eafe2012-07-28 17:48:36 -04005704msgid ""
5705"\n"
5706"Error while enabling multiple mount protection feature."
5707msgstr ""
5708
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005709#: misc/mke2fs.c:3156
Eric Sandeen032eafe2012-07-28 17:48:36 -04005710#, c-format
5711msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5712msgstr ""
5713
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005714#: misc/mke2fs.c:3174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005715msgid "Copying files into the device: "
5716msgstr ""
5717
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005718#: misc/mke2fs.c:3180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005719#, fuzzy
5720msgid "while populating file system"
5721msgstr "正在写入inode表: "
5722
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005723#: misc/mke2fs.c:3187
Theodore Ts'of722c132009-04-21 22:09:01 -04005724msgid "Writing superblocks and filesystem accounting information: "
5725msgstr ""
5726
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005727#: misc/mke2fs.c:3194
Theodore Ts'of722c132009-04-21 22:09:01 -04005728msgid ""
5729"\n"
5730"Warning, had trouble writing out superblocks."
5731msgstr ""
5732
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005733#: misc/mke2fs.c:3196
Theodore Ts'of722c132009-04-21 22:09:01 -04005734msgid ""
5735"done\n"
5736"\n"
5737msgstr ""
5738"完成\n"
5739"\n"
5740
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005741#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005742#, c-format
5743msgid ""
5744"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5745msgstr ""
5746
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005747#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005748msgid "Huge files will be zero'ed\n"
5749msgstr ""
5750
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005751#: misc/mk_hugefiles.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005752#, fuzzy, c-format
5753msgid "Creating %lu huge file(s) "
5754msgstr "一般文件"
5755
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005756#: misc/mk_hugefiles.c:494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005757#, fuzzy, c-format
5758msgid "with %llu blocks each"
5759msgstr ""
5760"警告: %u 块未使用.\n"
5761"\n"
5762
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005763#: misc/mk_hugefiles.c:505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005764#, fuzzy, c-format
5765msgid "while creating huge file %lu"
5766msgstr "当获取下一个inode时"
5767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005768#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04005769msgid "Usage: mklost+found\n"
5770msgstr "用法: mklost+found\n"
5771
Eric Sandeen032eafe2012-07-28 17:48:36 -04005772#: misc/partinfo.c:41
Theodore Ts'of722c132009-04-21 22:09:01 -04005773#, c-format
5774msgid ""
5775"Usage: %s device...\n"
5776"\n"
5777"Prints out the partition information for each given device.\n"
5778"For example: %s /dev/hda\n"
5779"\n"
5780msgstr ""
5781"用法: %s device...\n"
5782"\n"
5783"输出每个给定设备的分区信息.\n"
5784"例如: %s /dev/hda\n"
5785"\n"
5786
Eric Sandeen032eafe2012-07-28 17:48:36 -04005787#: misc/partinfo.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -04005788#, c-format
5789msgid "Cannot open %s: %s"
5790msgstr "无法打开 %s: %s"
5791
Eric Sandeen032eafe2012-07-28 17:48:36 -04005792#: misc/partinfo.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -04005793#, c-format
5794msgid "Cannot get geometry of %s: %s"
5795msgstr ""
5796
Eric Sandeen032eafe2012-07-28 17:48:36 -04005797#: misc/partinfo.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -04005798#, c-format
5799msgid "Cannot get size of %s: %s"
5800msgstr "无法获得 %s 的大小: %s"
5801
Eric Sandeen032eafe2012-07-28 17:48:36 -04005802#: misc/partinfo.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04005803#, c-format
5804msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5805msgstr ""
5806
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005807#: misc/tune2fs.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04005808msgid "Please run e2fsck on the filesystem.\n"
5809msgstr "请在这个文件系统上运行 e2fsck.\n"
5810
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005811#: misc/tune2fs.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005812#, fuzzy
5813msgid "Please run e2fsck -D on the filesystem.\n"
5814msgstr "请在这个文件系统上运行 e2fsck.\n"
5815
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005816#: misc/tune2fs.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04005817#, c-format
5818msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005819"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005820"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005821"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5822"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5823"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5824"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005825"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005826"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005827msgstr ""
5828
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005829#: misc/tune2fs.c:218
Theodore Ts'obd386982015-05-17 20:34:58 -04005830msgid "Journal superblock not found!\n"
5831msgstr "日志超级块未找到!\n"
5832
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005833#: misc/tune2fs.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04005834msgid "while trying to open external journal"
5835msgstr ""
5836
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005837#: misc/tune2fs.c:282 misc/tune2fs.c:2676
Dark Raven3be22a82010-04-19 16:59:03 -04005838#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005839msgid "%s is not a journal device.\n"
5840msgstr "%s 不是一个日志设备.\n"
5841
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005842#: misc/tune2fs.c:292 misc/tune2fs.c:2687
Theodore Ts'of722c132009-04-21 22:09:01 -04005843msgid "Filesystem's UUID not found on journal device.\n"
5844msgstr ""
5845
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005846#: misc/tune2fs.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04005847msgid ""
5848"Cannot locate journal device. It was NOT removed\n"
5849"Use -f option to remove missing journal device.\n"
5850msgstr ""
Theodore Ts'of722c132009-04-21 22:09:01 -04005851
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005852#: misc/tune2fs.c:325
Theodore Ts'of722c132009-04-21 22:09:01 -04005853msgid "Journal removed\n"
5854msgstr "日志已删除\n"
5855
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005856#: misc/tune2fs.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04005857msgid "while reading bitmaps"
5858msgstr "当读取位图时"
5859
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005860#: misc/tune2fs.c:377
Theodore Ts'of722c132009-04-21 22:09:01 -04005861msgid "while clearing journal inode"
5862msgstr "当读取坏块inode时"
5863
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005864#: misc/tune2fs.c:388
Theodore Ts'of722c132009-04-21 22:09:01 -04005865msgid "while writing journal inode"
5866msgstr ""
5867
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005868#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Dark Ravenc4755342011-01-26 18:54:25 -05005869msgid "(and reboot afterwards!)\n"
5870msgstr "(并且过后重启!)\n"
5871
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005872#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005873#, c-format
5874msgid "After running e2fsck, please run `resize2fs %s %s"
5875msgstr ""
5876
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005877#: misc/tune2fs.c:479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005878#, fuzzy, c-format
5879msgid "Please run `resize2fs %s %s"
5880msgstr ""
5881"请先运行 'e2fsck -f %s'.\n"
5882"\n"
5883
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005884#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005885#, c-format
5886msgid " -z \"%s\""
5887msgstr ""
5888
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005889#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005890#, c-format
5891msgid "' to enable 64-bit mode.\n"
5892msgstr ""
5893
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005894#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005895#, c-format
5896msgid "' to disable 64-bit mode.\n"
5897msgstr ""
5898
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005899#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005900msgid ""
5901"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5902" This requires Linux >= v4.4.\n"
5903msgstr ""
5904
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005905#: misc/tune2fs.c:1010
Theodore Ts'of722c132009-04-21 22:09:01 -04005906#, c-format
5907msgid "Clearing filesystem feature '%s' not supported.\n"
5908msgstr ""
5909
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005910#: misc/tune2fs.c:1016
Theodore Ts'of722c132009-04-21 22:09:01 -04005911#, c-format
5912msgid "Setting filesystem feature '%s' not supported.\n"
5913msgstr ""
5914
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005915#: misc/tune2fs.c:1025
Theodore Ts'of722c132009-04-21 22:09:01 -04005916msgid ""
5917"The has_journal feature may only be cleared when the filesystem is\n"
5918"unmounted or mounted read-only.\n"
5919msgstr ""
5920
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005921#: misc/tune2fs.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -04005922msgid ""
5923"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5924"the has_journal flag.\n"
5925msgstr ""
5926
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005927#: misc/tune2fs.c:1051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005928msgid ""
5929"Setting filesystem feature 'sparse_super' not supported\n"
5930"for filesystems with the meta_bg feature enabled.\n"
5931msgstr ""
5932
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005933#: misc/tune2fs.c:1064
Eric Sandeen032eafe2012-07-28 17:48:36 -04005934msgid ""
5935"The multiple mount protection feature can't\n"
5936"be set if the filesystem is mounted or\n"
5937"read-only.\n"
5938msgstr ""
5939
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005940#: misc/tune2fs.c:1082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005941#, c-format
5942msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5943msgstr ""
5944
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005945#: misc/tune2fs.c:1091
Eric Sandeen032eafe2012-07-28 17:48:36 -04005946msgid ""
5947"The multiple mount protection feature cannot\n"
5948"be disabled if the filesystem is readonly.\n"
5949msgstr ""
5950
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005951#: misc/tune2fs.c:1099
Eric Sandeen032eafe2012-07-28 17:48:36 -04005952#, fuzzy
5953msgid "Error while reading bitmaps\n"
5954msgstr "当读取位图时"
5955
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005956#: misc/tune2fs.c:1108
Eric Sandeen032eafe2012-07-28 17:48:36 -04005957#, c-format
5958msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5959msgstr ""
5960
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005961#: misc/tune2fs.c:1113
Eric Sandeen032eafe2012-07-28 17:48:36 -04005962#, fuzzy
5963msgid "while reading MMP block."
5964msgstr "当读取坏块inode时"
5965
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005966#: misc/tune2fs.c:1145
Theodore Ts'of722c132009-04-21 22:09:01 -04005967msgid ""
5968"Clearing the flex_bg flag would cause the the filesystem to be\n"
5969"inconsistent.\n"
5970msgstr ""
5971
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005972#: misc/tune2fs.c:1156
Theodore Ts'of722c132009-04-21 22:09:01 -04005973msgid ""
5974"The huge_file feature may only be cleared when the filesystem is\n"
5975"unmounted or mounted read-only.\n"
5976msgstr ""
5977
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005978#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005979msgid "Enabling checksums could take some time."
5980msgstr ""
5981
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005982#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005983msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5984msgstr ""
5985
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005986#: misc/tune2fs.c:1175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005987msgid ""
5988"Extents are not enabled. The file extent tree can be checksummed, whereas "
5989"block maps cannot. Not enabling extents reduces the coverage of metadata "
5990"checksumming. Re-run with -O extent to rectify.\n"
5991msgstr ""
5992
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005993#: misc/tune2fs.c:1182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005994msgid ""
5995"64-bit filesystem support is not enabled. The larger fields afforded by "
5996"this feature enable full-strength checksumming. Run resize2fs -b to "
5997"rectify.\n"
5998msgstr ""
5999
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006000#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006001msgid "Disabling checksums could take some time."
6002msgstr ""
6003
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006004#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006005msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6006msgstr ""
6007
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006008#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006009#, c-format
6010msgid "Cannot enable 64-bit mode while mounted!\n"
6011msgstr ""
6012
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006013#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006014#, c-format
6015msgid "Cannot disable 64-bit mode while mounted!\n"
6016msgstr ""
6017
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006018#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006019msgid ""
6020"\n"
6021"Warning: enabled project without quota together\n"
6022msgstr ""
6023
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006024#: misc/tune2fs.c:1326
Eric Sandeen032eafe2012-07-28 17:48:36 -04006025msgid ""
6026"\n"
6027"Warning: '^quota' option overrides '-Q'arguments.\n"
6028msgstr ""
6029
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006030#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006031msgid ""
6032"Setting feature 'metadata_csum_seed' is only supported\n"
6033"on filesystems with the metadata_csum feature enabled.\n"
6034msgstr ""
6035
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006036#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006037msgid ""
6038"UUID has changed since enabling metadata_csum. Filesystem must be "
6039"unmounted \n"
6040"to safely rewrite all metadata to match the new UUID.\n"
6041msgstr ""
6042
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006043#: misc/tune2fs.c:1408
Theodore Ts'of722c132009-04-21 22:09:01 -04006044msgid "The filesystem already has a journal.\n"
6045msgstr ""
6046
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006047#: misc/tune2fs.c:1428
Theodore Ts'of722c132009-04-21 22:09:01 -04006048#, c-format
6049msgid ""
6050"\n"
6051"\twhile trying to open journal on %s\n"
6052msgstr ""
6053
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006054#: misc/tune2fs.c:1432
Theodore Ts'of722c132009-04-21 22:09:01 -04006055#, c-format
6056msgid "Creating journal on device %s: "
6057msgstr ""
6058
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006059#: misc/tune2fs.c:1440
Theodore Ts'of722c132009-04-21 22:09:01 -04006060#, c-format
6061msgid "while adding filesystem to journal on %s"
6062msgstr ""
6063
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006064#: misc/tune2fs.c:1446
Theodore Ts'of722c132009-04-21 22:09:01 -04006065msgid "Creating journal inode: "
6066msgstr ""
6067
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006068#: misc/tune2fs.c:1460
Theodore Ts'of722c132009-04-21 22:09:01 -04006069msgid ""
6070"\n"
6071"\twhile trying to create journal file"
6072msgstr ""
6073
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006074#: misc/tune2fs.c:1549
Eric Sandeen032eafe2012-07-28 17:48:36 -04006075msgid ""
6076"\n"
6077"Bad quota options specified.\n"
6078"\n"
6079"Following valid quota options are available (pass by separating with "
6080"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006081"\t[^]usr[quota]\n"
6082"\t[^]grp[quota]\n"
6083"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006084"\n"
6085"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006086msgstr ""
6087
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006088#: misc/tune2fs.c:1607
Dark Raven3be22a82010-04-19 16:59:03 -04006089#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006090msgid "Couldn't parse date/time specifier: %s"
6091msgstr ""
6092
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006093#: misc/tune2fs.c:1632 misc/tune2fs.c:1645
Eric Sandeen032eafe2012-07-28 17:48:36 -04006094#, c-format
6095msgid "bad mounts count - %s"
6096msgstr "错误挂载计数 - %s"
6097
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006098#: misc/tune2fs.c:1688
Eric Sandeen032eafe2012-07-28 17:48:36 -04006099#, c-format
6100msgid "bad gid/group name - %s"
6101msgstr ""
6102
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006103#: misc/tune2fs.c:1721
Eric Sandeen032eafe2012-07-28 17:48:36 -04006104#, c-format
6105msgid "bad interval - %s"
6106msgstr ""
6107
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006108#: misc/tune2fs.c:1750
Eric Sandeen032eafe2012-07-28 17:48:36 -04006109#, c-format
6110msgid "bad reserved block ratio - %s"
6111msgstr ""
6112
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006113#: misc/tune2fs.c:1765
Eric Sandeen032eafe2012-07-28 17:48:36 -04006114msgid "-o may only be specified once"
6115msgstr "-o只能被指定一次"
6116
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006117#: misc/tune2fs.c:1774
Eric Sandeen032eafe2012-07-28 17:48:36 -04006118msgid "-O may only be specified once"
6119msgstr "-O只能被指定一次"
6120
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006121#: misc/tune2fs.c:1792
Eric Sandeen032eafe2012-07-28 17:48:36 -04006122#, c-format
6123msgid "bad reserved blocks count - %s"
6124msgstr ""
6125
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006126#: misc/tune2fs.c:1821
Eric Sandeen032eafe2012-07-28 17:48:36 -04006127#, c-format
6128msgid "bad uid/user name - %s"
6129msgstr ""
6130
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006131#: misc/tune2fs.c:1838
Eric Sandeen032eafe2012-07-28 17:48:36 -04006132#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006133msgid "bad inode size - %s"
6134msgstr "无效的inode大小 - %s"
6135
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006136#: misc/tune2fs.c:1845
Theodore Ts'of722c132009-04-21 22:09:01 -04006137#, c-format
6138msgid "Inode size must be a power of two- %s"
6139msgstr "Inode 大小必须是2的次方- %s"
6140
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006141#: misc/tune2fs.c:1942
Eric Sandeen032eafe2012-07-28 17:48:36 -04006142#, c-format
6143msgid "mmp_update_interval too big: %lu\n"
6144msgstr ""
6145
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006146#: misc/tune2fs.c:1947
Eric Sandeen032eafe2012-07-28 17:48:36 -04006147#, c-format
6148msgid "Setting multiple mount protection update interval to %lu second\n"
6149msgid_plural ""
6150"Setting multiple mount protection update interval to %lu seconds\n"
6151msgstr[0] ""
6152msgstr[1] ""
6153
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006154#: misc/tune2fs.c:1970
Theodore Ts'of722c132009-04-21 22:09:01 -04006155#, c-format
6156msgid "Invalid RAID stride: %s\n"
6157msgstr ""
6158
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006159#: misc/tune2fs.c:1985
Theodore Ts'of722c132009-04-21 22:09:01 -04006160#, c-format
6161msgid "Invalid RAID stripe-width: %s\n"
6162msgstr ""
6163
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006164#: misc/tune2fs.c:2000
Theodore Ts'of722c132009-04-21 22:09:01 -04006165#, c-format
6166msgid "Invalid hash algorithm: %s\n"
6167msgstr ""
6168
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006169#: misc/tune2fs.c:2006
Theodore Ts'of722c132009-04-21 22:09:01 -04006170#, c-format
6171msgid "Setting default hash algorithm to %s (%d)\n"
6172msgstr ""
6173
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006174#: misc/tune2fs.c:2025
Theodore Ts'of722c132009-04-21 22:09:01 -04006175msgid ""
6176"\n"
6177"Bad options specified.\n"
6178"\n"
6179"Extended options are separated by commas, and may take an argument which\n"
6180"\tis set off by an equals ('=') sign.\n"
6181"\n"
6182"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006183"\tclear_mmp\n"
6184"\thash_alg=<hash algorithm>\n"
6185"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006186"\tstride=<RAID per-disk chunk size in blocks>\n"
6187"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006188"\ttest_fs\n"
6189"\t^test_fs\n"
6190msgstr ""
6191
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006192#: misc/tune2fs.c:2494
Eric Sandeen032eafe2012-07-28 17:48:36 -04006193#, fuzzy
6194msgid "Failed to read inode bitmap\n"
6195msgstr "当读取位图时"
6196
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006197#: misc/tune2fs.c:2499
Eric Sandeen032eafe2012-07-28 17:48:36 -04006198#, fuzzy
6199msgid "Failed to read block bitmap\n"
6200msgstr "错误块映射中的inode"
6201
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006202#: misc/tune2fs.c:2516 resize/resize2fs.c:1275
Theodore Ts'of722c132009-04-21 22:09:01 -04006203msgid "blocks to be moved"
6204msgstr ""
6205
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006206#: misc/tune2fs.c:2519
Dark Raven3be22a82010-04-19 16:59:03 -04006207msgid "Failed to allocate block bitmap when increasing inode size\n"
6208msgstr ""
6209
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006210#: misc/tune2fs.c:2525
Dark Raven3be22a82010-04-19 16:59:03 -04006211msgid "Not enough space to increase inode size \n"
6212msgstr ""
6213
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006214#: misc/tune2fs.c:2530
Dark Raven3be22a82010-04-19 16:59:03 -04006215msgid "Failed to relocate blocks during inode resize \n"
6216msgstr ""
6217
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006218#: misc/tune2fs.c:2562
Dark Raven3be22a82010-04-19 16:59:03 -04006219msgid ""
6220"Error in resizing the inode size.\n"
6221"Run e2undo to undo the file system changes. \n"
6222msgstr ""
6223
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006224#: misc/tune2fs.c:2774
Eric Sandeen032eafe2012-07-28 17:48:36 -04006225#, c-format
6226msgid ""
6227"MMP block magic is bad. Try to fix it by running:\n"
6228"'e2fsck -f %s'\n"
6229msgstr ""
6230
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006231#: misc/tune2fs.c:2786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#, fuzzy
6233msgid "Cannot modify a journal device.\n"
6234msgstr "%s 不是一个日志设备.\n"
6235
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006236#: misc/tune2fs.c:2799
Dark Raven3be22a82010-04-19 16:59:03 -04006237#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006238msgid "The inode size is already %lu\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006239msgstr "inode大小已经是 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006240
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006241#: misc/tune2fs.c:2806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006242msgid "Shrinking inode size is not supported\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006243msgstr ""
6244
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006245#: misc/tune2fs.c:2811
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006246#, fuzzy, c-format
6247msgid "Invalid inode size %lu (max %d)\n"
6248msgstr "无效的inode大小 - %s"
6249
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006250#: misc/tune2fs.c:2817
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006251msgid "Resizing inodes could take some time."
6252msgstr ""
6253
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006254#: misc/tune2fs.c:2864
Theodore Ts'of722c132009-04-21 22:09:01 -04006255#, c-format
6256msgid "Setting maximal mount count to %d\n"
6257msgstr ""
6258
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006259#: misc/tune2fs.c:2870
Theodore Ts'of722c132009-04-21 22:09:01 -04006260#, c-format
6261msgid "Setting current mount count to %d\n"
6262msgstr ""
6263
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006264#: misc/tune2fs.c:2875
Theodore Ts'of722c132009-04-21 22:09:01 -04006265#, c-format
6266msgid "Setting error behavior to %d\n"
6267msgstr ""
6268
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006269#: misc/tune2fs.c:2880
Theodore Ts'of722c132009-04-21 22:09:01 -04006270#, c-format
6271msgid "Setting reserved blocks gid to %lu\n"
6272msgstr ""
6273
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006274#: misc/tune2fs.c:2885
Eric Sandeen032eafe2012-07-28 17:48:36 -04006275#, fuzzy, c-format
6276msgid "interval between checks is too big (%lu)"
6277msgstr "保留块的数量太大 (%lu)"
6278
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006279#: misc/tune2fs.c:2892
Theodore Ts'of722c132009-04-21 22:09:01 -04006280#, c-format
6281msgid "Setting interval between checks to %lu seconds\n"
6282msgstr ""
6283
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006284#: misc/tune2fs.c:2899
Eric Sandeen032eafe2012-07-28 17:48:36 -04006285#, fuzzy, c-format
6286msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006287msgstr "保留块的数量太大 (%lu)"
6288
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006289#: misc/tune2fs.c:2905
Eric Sandeen032eafe2012-07-28 17:48:36 -04006290#, fuzzy, c-format
6291msgid "reserved blocks count is too big (%llu)"
6292msgstr "保留块的数量太大 (%lu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04006293
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006294#: misc/tune2fs.c:2912
Eric Sandeen032eafe2012-07-28 17:48:36 -04006295#, fuzzy, c-format
6296msgid "Setting reserved blocks count to %llu\n"
6297msgstr "保留块的数量太大 (%lu)"
6298
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006299#: misc/tune2fs.c:2917
Theodore Ts'of722c132009-04-21 22:09:01 -04006300msgid ""
6301"\n"
6302"The filesystem already has sparse superblocks.\n"
6303msgstr ""
6304
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006305#: misc/tune2fs.c:2920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006306msgid ""
6307"\n"
6308"Setting the sparse superblock flag not supported\n"
6309"for filesystems with the meta_bg feature enabled.\n"
6310msgstr ""
6311
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006312#: misc/tune2fs.c:2930
Theodore Ts'of722c132009-04-21 22:09:01 -04006313#, c-format
6314msgid ""
6315"\n"
6316"Sparse superblock flag set. %s"
6317msgstr ""
6318
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006319#: misc/tune2fs.c:2935
Theodore Ts'of722c132009-04-21 22:09:01 -04006320msgid ""
6321"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006322"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006323msgstr ""
6324
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006325#: misc/tune2fs.c:2943
Theodore Ts'of722c132009-04-21 22:09:01 -04006326#, c-format
6327msgid "Setting time filesystem last checked to %s\n"
6328msgstr ""
6329
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006330#: misc/tune2fs.c:2949
Theodore Ts'of722c132009-04-21 22:09:01 -04006331#, c-format
6332msgid "Setting reserved blocks uid to %lu\n"
6333msgstr ""
6334
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006335#: misc/tune2fs.c:2981
Eric Sandeen032eafe2012-07-28 17:48:36 -04006336msgid "Error in using clear_mmp. It must be used with -f\n"
6337msgstr ""
6338
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006339#: misc/tune2fs.c:2999
Eric Sandeen032eafe2012-07-28 17:48:36 -04006340msgid ""
6341"The quota feature may only be changed when the filesystem is unmounted.\n"
6342msgstr ""
6343
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006344#: misc/tune2fs.c:3023
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006345msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6346msgstr ""
6347
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006348#: misc/tune2fs.c:3026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006349msgid ""
6350"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6351"and re-run this command.\n"
6352msgstr ""
6353
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006354#: misc/tune2fs.c:3035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006355msgid "Setting UUID on a checksummed filesystem could take some time."
6356msgstr ""
6357
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006358#: misc/tune2fs.c:3060
Theodore Ts'of722c132009-04-21 22:09:01 -04006359msgid "Invalid UUID format\n"
6360msgstr "无效的 UUID 格式\n"
6361
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006362#: misc/tune2fs.c:3076
Theodore Ts'obd386982015-05-17 20:34:58 -04006363#, fuzzy
6364msgid "Need to update journal superblock.\n"
6365msgstr "读取日志超级块\n"
6366
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006367#: misc/tune2fs.c:3101
Theodore Ts'of722c132009-04-21 22:09:01 -04006368msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6369msgstr ""
6370
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006371#: misc/tune2fs.c:3108
Theodore Ts'o930e2812009-06-29 15:08:12 -04006372msgid ""
6373"Changing the inode size not supported for filesystems with the flex_bg\n"
6374"feature enabled.\n"
6375msgstr ""
6376
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006377#: misc/tune2fs.c:3126
Theodore Ts'of722c132009-04-21 22:09:01 -04006378#, c-format
6379msgid "Setting inode size %lu\n"
6380msgstr "正在将inode大小设置为 %lu\n"
6381
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006382#: misc/tune2fs.c:3130
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006383#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04006384msgid "Failed to change inode size\n"
6385msgstr "打开%s失败\n"
6386
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006387#: misc/tune2fs.c:3144
Theodore Ts'of722c132009-04-21 22:09:01 -04006388#, c-format
6389msgid "Setting stride size to %d\n"
6390msgstr ""
6391
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006392#: misc/tune2fs.c:3149
Theodore Ts'of722c132009-04-21 22:09:01 -04006393#, c-format
6394msgid "Setting stripe width to %d\n"
6395msgstr ""
6396
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006397#: misc/tune2fs.c:3156
Eric Sandeen032eafe2012-07-28 17:48:36 -04006398#, c-format
6399msgid "Setting extended default mount options to '%s'\n"
6400msgstr ""
6401
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006402#: misc/tune2fs.c:3167
6403#, c-format
6404msgid ""
6405"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6406"\n"
6407"\te2fsck -E journal_only %s\n"
6408"\n"
6409"then rerun this command. Otherwise, any changes made may be overwritten\n"
6410"by journal recovery.\n"
6411msgstr ""
6412
6413#: misc/tune2fs.c:3178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006414#, fuzzy, c-format
6415msgid "Recovering journal.\n"
6416msgstr "%s: 正在修复日志\n"
6417
6418#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006419msgid "<proceeding>\n"
6420msgstr ""
6421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006422#: misc/util.c:104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006423#, fuzzy, c-format
6424msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6425msgstr "无论如何也要继续? (y,n) "
6426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006427#: misc/util.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04006428msgid "Proceed anyway? (y,n) "
6429msgstr "无论如何也要继续? (y,n) "
6430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006431#: misc/util.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -04006432msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6433msgstr ""
6434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006435#: misc/util.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -04006436#, c-format
6437msgid "will not make a %s here!\n"
6438msgstr ""
6439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006440#: misc/util.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -04006441msgid "mke2fs forced anyway.\n"
6442msgstr "mke2fs 强制执行.\n"
6443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006444#: misc/util.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -04006445msgid "Couldn't allocate memory to parse journal options!\n"
6446msgstr ""
6447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006448#: misc/util.c:186
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006449#, c-format
6450msgid ""
6451"\n"
6452"Could not find journal device matching %s\n"
6453msgstr ""
6454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006455#: misc/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04006456msgid ""
6457"\n"
6458"Bad journal options specified.\n"
6459"\n"
6460"Journal options are separated by commas, and may take an argument which\n"
6461"\tis set off by an equals ('=') sign.\n"
6462"\n"
6463"Valid journal options are:\n"
6464"\tsize=<journal size in megabytes>\n"
6465"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006466"\tlocation=<journal location>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006467"\n"
6468"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6469"\n"
6470msgstr ""
6471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006472#: misc/util.c:244
Theodore Ts'of722c132009-04-21 22:09:01 -04006473msgid ""
6474"\n"
6475"Filesystem too small for a journal\n"
6476msgstr ""
6477"\n"
6478"文件系统小得无法记录日志\n"
6479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006480#: misc/util.c:251
Theodore Ts'of722c132009-04-21 22:09:01 -04006481#, c-format
6482msgid ""
6483"\n"
6484"The requested journal size is %d blocks; it must be\n"
6485"between 1024 and 10240000 blocks. Aborting.\n"
6486msgstr ""
6487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006488#: misc/util.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04006489msgid ""
6490"\n"
6491"Journal size too big for filesystem.\n"
6492msgstr ""
6493
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006494#: misc/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04006495#, c-format
6496msgid ""
6497"This filesystem will be automatically checked every %d mounts or\n"
6498"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6499msgstr ""
6500
Theodore Ts'obd386982015-05-17 20:34:58 -04006501#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04006502#, c-format
6503msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6504msgstr ""
6505
Theodore Ts'obd386982015-05-17 20:34:58 -04006506#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006507#, c-format
6508msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6509msgstr ""
6510
Theodore Ts'obd386982015-05-17 20:34:58 -04006511#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006512#, c-format
6513msgid " %s -k\n"
6514msgstr ""
6515
Theodore Ts'obd386982015-05-17 20:34:58 -04006516#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006517#, fuzzy
6518msgid "bad arguments"
6519msgstr "%s: 参数过多\n"
6520
Theodore Ts'obd386982015-05-17 20:34:58 -04006521#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04006522msgid "connect"
6523msgstr ""
6524
Theodore Ts'obd386982015-05-17 20:34:58 -04006525#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006526msgid "write"
6527msgstr ""
6528
Theodore Ts'obd386982015-05-17 20:34:58 -04006529#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04006530msgid "read count"
6531msgstr ""
6532
Theodore Ts'obd386982015-05-17 20:34:58 -04006533#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006534#, fuzzy
6535msgid "bad response length"
6536msgstr "无效的后缀长度"
6537
Theodore Ts'obd386982015-05-17 20:34:58 -04006538#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04006539#, c-format
6540msgid "uuidd daemon already running at pid %s\n"
6541msgstr ""
6542
Theodore Ts'obd386982015-05-17 20:34:58 -04006543#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006544#, c-format
6545msgid "Couldn't create unix stream socket: %s"
6546msgstr ""
6547
Theodore Ts'obd386982015-05-17 20:34:58 -04006548#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04006549#, c-format
6550msgid "Couldn't bind unix socket %s: %s\n"
6551msgstr ""
6552
Theodore Ts'obd386982015-05-17 20:34:58 -04006553#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006554#, c-format
6555msgid "Couldn't listen on unix socket %s: %s\n"
6556msgstr ""
6557
Theodore Ts'obd386982015-05-17 20:34:58 -04006558#: misc/uuidd.c:354
Eric Sandeen032eafe2012-07-28 17:48:36 -04006559#, fuzzy, c-format
6560msgid "Error reading from client, len = %d\n"
6561msgstr "读取@i %i出错: %m\n"
6562
Theodore Ts'obd386982015-05-17 20:34:58 -04006563#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006564#, c-format
6565msgid "operation %d, incoming num = %d\n"
6566msgstr ""
6567
Theodore Ts'obd386982015-05-17 20:34:58 -04006568#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04006569#, c-format
6570msgid "Generated time UUID: %s\n"
6571msgstr ""
6572
Theodore Ts'obd386982015-05-17 20:34:58 -04006573#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04006574#, c-format
6575msgid "Generated random UUID: %s\n"
6576msgstr ""
6577
Theodore Ts'obd386982015-05-17 20:34:58 -04006578#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04006579#, c-format
6580msgid "Generated time UUID %s and subsequent UUID\n"
6581msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6582msgstr[0] ""
6583msgstr[1] ""
6584
Theodore Ts'obd386982015-05-17 20:34:58 -04006585#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04006586#, c-format
6587msgid "Generated %d UUID's:\n"
6588msgstr ""
6589
Theodore Ts'obd386982015-05-17 20:34:58 -04006590#: misc/uuidd.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04006591#, fuzzy, c-format
6592msgid "Invalid operation %d\n"
6593msgstr "无效的EA版本号.\n"
6594
Theodore Ts'obd386982015-05-17 20:34:58 -04006595#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04006596#, c-format
6597msgid "Bad number: %s\n"
6598msgstr ""
6599
Theodore Ts'obd386982015-05-17 20:34:58 -04006600#: misc/uuidd.c:534 misc/uuidd.c:563
Eric Sandeen032eafe2012-07-28 17:48:36 -04006601#, fuzzy, c-format
6602msgid "Error calling uuidd daemon (%s): %s\n"
6603msgstr "创建根@d (%s) 时出错: %m\n"
6604
Theodore Ts'obd386982015-05-17 20:34:58 -04006605#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04006606#, c-format
6607msgid "%s and subsequent UUID\n"
6608msgid_plural "%s and subsequent %d UUIDs\n"
6609msgstr[0] ""
6610msgstr[1] ""
6611
Theodore Ts'obd386982015-05-17 20:34:58 -04006612#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04006613msgid "List of UUID's:\n"
6614msgstr ""
6615
Theodore Ts'obd386982015-05-17 20:34:58 -04006616#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04006617#, c-format
6618msgid "Unexpected reply length from server %d\n"
6619msgstr ""
6620
Theodore Ts'obd386982015-05-17 20:34:58 -04006621#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04006622#, c-format
6623msgid "Couldn't kill uuidd running at pid %d: %s\n"
6624msgstr ""
6625
Theodore Ts'obd386982015-05-17 20:34:58 -04006626#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04006627#, c-format
6628msgid "Killed uuidd running at pid %d\n"
6629msgstr ""
6630
6631#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04006632#, c-format
6633msgid "Usage: %s [-r] [-t]\n"
6634msgstr "用法: %s [-r] [-t]\n"
6635
Eric Sandeen032eafe2012-07-28 17:48:36 -04006636#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04006637msgid "# Extent dump:\n"
6638msgstr ""
6639
Eric Sandeen032eafe2012-07-28 17:48:36 -04006640#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04006641#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006642msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006643msgstr ""
6644
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006645#: resize/main.c:49
Theodore Ts'of722c132009-04-21 22:09:01 -04006646#, c-format
6647msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006648"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6649"[-z undo_file]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006650"\n"
6651msgstr ""
6652
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006653#: resize/main.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04006654msgid "Extending the inode table"
6655msgstr "正在扩充inode表"
6656
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006657#: resize/main.c:75
Theodore Ts'of722c132009-04-21 22:09:01 -04006658msgid "Relocating blocks"
6659msgstr "正在重定位块"
6660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006661#: resize/main.c:78
Theodore Ts'of722c132009-04-21 22:09:01 -04006662msgid "Scanning inode table"
6663msgstr "正在扫描inode表"
6664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006665#: resize/main.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -04006666msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04006667msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04006668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006669#: resize/main.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04006670msgid "Moving inode table"
6671msgstr "移动inode表"
6672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006673#: resize/main.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04006674msgid "Unknown pass?!?"
6675msgstr "未知步骤?!?"
6676
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006677#: resize/main.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -04006678#, c-format
6679msgid "Begin pass %d (max = %lu)\n"
6680msgstr ""
6681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006682#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006683msgid ""
6684"\n"
6685"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6686"your own risk! Use the force option if you want to go ahead anyway.\n"
6687"\n"
6688msgstr ""
6689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006690#: resize/main.c:364
Theodore Ts'of722c132009-04-21 22:09:01 -04006691#, c-format
6692msgid "while opening %s"
6693msgstr "打开%s时"
6694
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006695#: resize/main.c:372
Dark Raven31a48472009-05-25 22:45:42 -04006696#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006697msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04006698msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04006699
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006700#: resize/main.c:444
Theodore Ts'of722c132009-04-21 22:09:01 -04006701#, c-format
6702msgid ""
6703"Please run 'e2fsck -f %s' first.\n"
6704"\n"
6705msgstr ""
6706"请先运行 'e2fsck -f %s'.\n"
6707"\n"
6708
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006709#: resize/main.c:463
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006710#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006711msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006712msgstr ""
6713
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006714#: resize/main.c:500
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006715#, c-format
6716msgid "Invalid new size: %s\n"
6717msgstr "无效的新大小:%s\n"
6718
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006719#: resize/main.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04006720msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006721msgstr ""
6722
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006723#: resize/main.c:527
Eric Sandeen032eafe2012-07-28 17:48:36 -04006724#, c-format
6725msgid "New size smaller than minimum (%llu)\n"
6726msgstr ""
6727
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006728#: resize/main.c:533
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006729#, fuzzy
6730msgid "Invalid stride length"
6731msgstr "无效的后缀长度"
6732
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006733#: resize/main.c:557
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006734#, c-format
6735msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006736"The containing partition (or device) is only %llu (%dk) blocks.\n"
6737"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006738"\n"
6739msgstr ""
6740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006741#: resize/main.c:564
6742#, c-format
6743msgid "Cannot set and unset 64bit feature.\n"
6744msgstr ""
6745
6746#: resize/main.c:568
6747#, c-format
6748msgid ""
6749"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6750"blocks.\n"
6751msgstr ""
6752
6753#: resize/main.c:574
6754#, c-format
6755msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6756msgstr ""
6757
6758#: resize/main.c:580
6759#, c-format
6760msgid ""
6761"Please enable the extents feature with tune2fs before enabling the 64bit "
6762"feature.\n"
6763msgstr ""
6764
6765#: resize/main.c:586
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006766#, c-format
6767msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006768"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006769"\n"
6770msgstr ""
6771
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006772#: resize/main.c:593
6773#, fuzzy, c-format
6774msgid "The filesystem is already 64-bit.\n"
6775msgstr "inode大小已经是 %lu\n"
6776
6777#: resize/main.c:598
6778#, fuzzy, c-format
6779msgid "The filesystem is already 32-bit.\n"
6780msgstr "inode大小已经是 %lu\n"
6781
6782#: resize/main.c:607
6783#, c-format
6784msgid "Converting the filesystem to 64-bit.\n"
6785msgstr ""
6786
6787#: resize/main.c:609
6788#, c-format
6789msgid "Converting the filesystem to 32-bit.\n"
6790msgstr ""
6791
6792#: resize/main.c:611
Dark Raven3be22a82010-04-19 16:59:03 -04006793#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006794msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006795msgstr ""
6796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006797#: resize/main.c:620
Dark Raven31a48472009-05-25 22:45:42 -04006798#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006799msgid "while trying to resize %s"
6800msgstr "当尝试调整%s的大小时"
6801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006802#: resize/main.c:623
Dark Raven3be22a82010-04-19 16:59:03 -04006803#, c-format
6804msgid ""
6805"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6806"after the aborted resize operation.\n"
6807msgstr ""
6808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006809#: resize/main.c:629
Theodore Ts'of722c132009-04-21 22:09:01 -04006810#, c-format
6811msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006812"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006813"\n"
6814msgstr ""
6815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006816#: resize/main.c:644
Dark Raven3be22a82010-04-19 16:59:03 -04006817#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006818msgid "while trying to truncate %s"
6819msgstr "当尝试对%s进行stat调用时"
6820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006821#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006822#, fuzzy
6823msgid "kernel does not support online resize with sparse_super2"
6824msgstr "内核不支持在线(online)调整大小"
6825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006826#: resize/online.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04006827#, c-format
6828msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6829msgstr ""
6830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006831#: resize/online.c:90
Dark Ravenc4755342011-01-26 18:54:25 -05006832msgid "On-line shrinking not supported"
Theodore Ts'of722c132009-04-21 22:09:01 -04006833msgstr ""
6834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006835#: resize/online.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -04006836msgid "Filesystem does not support online resizing"
6837msgstr "文件系统不支持在线(online)调整大小"
6838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006839#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006840msgid "Not enough reserved gdt blocks for resizing"
Theodore Ts'of722c132009-04-21 22:09:01 -04006841msgstr ""
6842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006843#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04006844#, fuzzy
6845msgid "Kernel does not support resizing a file system this large"
6846msgstr "内核不支持在线(online)调整大小"
6847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006848#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006849#, c-format
6850msgid "while trying to open mountpoint %s"
6851msgstr ""
6852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006853#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006854#, c-format
6855msgid "Old resize interface requested.\n"
6856msgstr ""
6857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006858#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006859msgid "Permission denied to resize filesystem"
6860msgstr "没有调整文件系统大小的权限"
6861
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006862#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006863msgid "While checking for on-line resizing support"
6864msgstr "当检查在线文件系统大小调整支持时"
6865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006866#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04006867msgid "Kernel does not support online resizing"
6868msgstr "内核不支持在线(online)调整大小"
6869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006870#: resize/online.c:220
Theodore Ts'of722c132009-04-21 22:09:01 -04006871#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006872msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006873msgstr ""
6874
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006875#: resize/online.c:230
Theodore Ts'of722c132009-04-21 22:09:01 -04006876msgid "While trying to extend the last group"
6877msgstr ""
6878
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006879#: resize/online.c:284
Theodore Ts'of722c132009-04-21 22:09:01 -04006880#, c-format
6881msgid "While trying to add group #%d"
6882msgstr ""
6883
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006884#: resize/online.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04006885#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006886msgid ""
6887"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6888"this system.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006889msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小.\n"
6890
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006891#: resize/resize2fs.c:759
Theodore Ts'of722c132009-04-21 22:09:01 -04006892#, c-format
6893msgid "inodes (%llu) must be less than %u"
6894msgstr ""
6895
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006896#: resize/resize2fs.c:1037
Theodore Ts'of722c132009-04-21 22:09:01 -04006897msgid "reserved blocks"
6898msgstr "保留的块"
6899
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006900#: resize/resize2fs.c:1280
Theodore Ts'of722c132009-04-21 22:09:01 -04006901msgid "meta-data blocks"
6902msgstr "元数据块"
6903
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006904#: resize/resize2fs.c:1384 resize/resize2fs.c:2316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006905#, fuzzy
6906msgid "new meta blocks"
6907msgstr "元数据块"
6908
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006909#: resize/resize2fs.c:2539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006910msgid "Should never happen! No sb in last super_sparse bg?\n"
6911msgstr ""
6912
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006913#: resize/resize2fs.c:2544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006914msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6915msgstr ""
6916
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006917#: resize/resize2fs.c:2617
Theodore Ts'of722c132009-04-21 22:09:01 -04006918msgid "Should never happen: resize inode corrupt!\n"
6919msgstr ""
Theodore Ts'o930e2812009-06-29 15:08:12 -04006920
Eric Sandeen032eafe2012-07-28 17:48:36 -04006921#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006922msgid "EXT2FS Library version 1.43-WIP"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006923msgstr ""
6924
6925#: lib/ext2fs/ext2_err.c:12
6926msgid "Wrong magic number for ext2_filsys structure"
6927msgstr ""
6928
6929#: lib/ext2fs/ext2_err.c:13
6930msgid "Wrong magic number for badblocks_list structure"
6931msgstr ""
6932
6933#: lib/ext2fs/ext2_err.c:14
6934msgid "Wrong magic number for badblocks_iterate structure"
6935msgstr ""
6936
6937#: lib/ext2fs/ext2_err.c:15
6938msgid "Wrong magic number for inode_scan structure"
6939msgstr ""
6940
6941#: lib/ext2fs/ext2_err.c:16
6942msgid "Wrong magic number for io_channel structure"
6943msgstr ""
6944
6945#: lib/ext2fs/ext2_err.c:17
6946msgid "Wrong magic number for unix io_channel structure"
6947msgstr ""
6948
6949#: lib/ext2fs/ext2_err.c:18
6950msgid "Wrong magic number for io_manager structure"
6951msgstr ""
6952
6953#: lib/ext2fs/ext2_err.c:19
6954msgid "Wrong magic number for block_bitmap structure"
6955msgstr ""
6956
6957#: lib/ext2fs/ext2_err.c:20
6958msgid "Wrong magic number for inode_bitmap structure"
6959msgstr ""
6960
6961#: lib/ext2fs/ext2_err.c:21
6962msgid "Wrong magic number for generic_bitmap structure"
6963msgstr ""
6964
6965#: lib/ext2fs/ext2_err.c:22
6966msgid "Wrong magic number for test io_channel structure"
6967msgstr ""
6968
6969#: lib/ext2fs/ext2_err.c:23
6970msgid "Wrong magic number for directory block list structure"
6971msgstr ""
6972
6973#: lib/ext2fs/ext2_err.c:24
6974msgid "Wrong magic number for icount structure"
6975msgstr ""
6976
6977#: lib/ext2fs/ext2_err.c:25
6978msgid "Wrong magic number for Powerquest io_channel structure"
6979msgstr ""
6980
6981#: lib/ext2fs/ext2_err.c:26
6982msgid "Wrong magic number for ext2 file structure"
6983msgstr ""
6984
6985#: lib/ext2fs/ext2_err.c:27
6986msgid "Wrong magic number for Ext2 Image Header"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:28
6990msgid "Wrong magic number for inode io_channel structure"
6991msgstr ""
6992
6993#: lib/ext2fs/ext2_err.c:29
6994msgid "Wrong magic number for ext4 extent handle"
6995msgstr ""
6996
6997#: lib/ext2fs/ext2_err.c:30
6998#, fuzzy
6999msgid "Bad magic number in super-block"
7000msgstr "读取日志超级块\n"
7001
7002#: lib/ext2fs/ext2_err.c:31
7003msgid "Filesystem revision too high"
7004msgstr ""
7005
7006#: lib/ext2fs/ext2_err.c:32
7007msgid "Attempt to write to filesystem opened read-only"
7008msgstr ""
7009
7010#: lib/ext2fs/ext2_err.c:33
7011#, fuzzy
7012msgid "Can't read group descriptors"
7013msgstr ", 组描述符位于 "
7014
7015#: lib/ext2fs/ext2_err.c:34
7016#, fuzzy
7017msgid "Can't write group descriptors"
7018msgstr ", 组描述符位于 "
7019
7020#: lib/ext2fs/ext2_err.c:35
7021msgid "Corrupt group descriptor: bad block for block bitmap"
7022msgstr ""
7023
7024#: lib/ext2fs/ext2_err.c:36
7025msgid "Corrupt group descriptor: bad block for inode bitmap"
7026msgstr ""
7027
7028#: lib/ext2fs/ext2_err.c:37
7029msgid "Corrupt group descriptor: bad block for inode table"
7030msgstr ""
7031
7032#: lib/ext2fs/ext2_err.c:38
7033#, fuzzy
7034msgid "Can't write an inode bitmap"
7035msgstr "inode 位图"
7036
7037#: lib/ext2fs/ext2_err.c:39
7038#, fuzzy
7039msgid "Can't read an inode bitmap"
7040msgstr "inode 位图"
7041
7042#: lib/ext2fs/ext2_err.c:40
7043#, fuzzy
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007044msgid "Can't write a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007045msgstr "块位图"
7046
7047#: lib/ext2fs/ext2_err.c:41
7048#, fuzzy
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007049msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007050msgstr "块位图"
7051
7052#: lib/ext2fs/ext2_err.c:42
7053#, fuzzy
7054msgid "Can't write an inode table"
7055msgstr "正在扫描inode表"
7056
7057#: lib/ext2fs/ext2_err.c:43
7058#, fuzzy
7059msgid "Can't read an inode table"
7060msgstr "正在扫描inode表"
7061
7062#: lib/ext2fs/ext2_err.c:44
7063msgid "Can't read next inode"
7064msgstr ""
7065
7066#: lib/ext2fs/ext2_err.c:45
7067msgid "Filesystem has unexpected block size"
7068msgstr ""
7069
7070#: lib/ext2fs/ext2_err.c:46
7071msgid "EXT2 directory corrupted"
7072msgstr ""
7073
7074#: lib/ext2fs/ext2_err.c:47
7075msgid "Attempt to read block from filesystem resulted in short read"
7076msgstr ""
7077
7078#: lib/ext2fs/ext2_err.c:48
7079msgid "Attempt to write block to filesystem resulted in short write"
7080msgstr ""
7081
7082#: lib/ext2fs/ext2_err.c:49
7083msgid "No free space in the directory"
7084msgstr ""
7085
7086#: lib/ext2fs/ext2_err.c:50
7087#, fuzzy
7088msgid "Inode bitmap not loaded"
7089msgstr "inode 位图"
7090
7091#: lib/ext2fs/ext2_err.c:51
7092#, fuzzy
7093msgid "Block bitmap not loaded"
7094msgstr "块位图"
7095
7096#: lib/ext2fs/ext2_err.c:52
7097#, fuzzy
7098msgid "Illegal inode number"
7099msgstr "非法的块数量!\n"
7100
7101#: lib/ext2fs/ext2_err.c:53
7102#, fuzzy
7103msgid "Illegal block number"
7104msgstr "非法的块数量!\n"
7105
7106#: lib/ext2fs/ext2_err.c:54
7107msgid "Internal error in ext2fs_expand_dir"
7108msgstr ""
7109
7110#: lib/ext2fs/ext2_err.c:55
7111msgid "Not enough space to build proposed filesystem"
7112msgstr ""
7113
7114#: lib/ext2fs/ext2_err.c:56
7115msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7116msgstr ""
7117
7118#: lib/ext2fs/ext2_err.c:57
7119msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7120msgstr ""
7121
7122#: lib/ext2fs/ext2_err.c:58
7123msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7124msgstr ""
7125
7126#: lib/ext2fs/ext2_err.c:59
7127msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7128msgstr ""
7129
7130#: lib/ext2fs/ext2_err.c:60
7131msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7132msgstr ""
7133
7134#: lib/ext2fs/ext2_err.c:61
7135msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7136msgstr ""
7137
7138#: lib/ext2fs/ext2_err.c:62
7139msgid "Attempt to fudge end of block bitmap past the real end"
7140msgstr ""
7141
7142#: lib/ext2fs/ext2_err.c:63
7143msgid "Attempt to fudge end of inode bitmap past the real end"
7144msgstr ""
7145
7146#: lib/ext2fs/ext2_err.c:64
7147#, fuzzy
7148msgid "Illegal indirect block found"
7149msgstr "正在读取目录块"
7150
7151#: lib/ext2fs/ext2_err.c:65
7152msgid "Illegal doubly indirect block found"
7153msgstr ""
7154
7155#: lib/ext2fs/ext2_err.c:66
7156msgid "Illegal triply indirect block found"
7157msgstr ""
7158
7159#: lib/ext2fs/ext2_err.c:67
7160msgid "Block bitmaps are not the same"
7161msgstr ""
7162
7163#: lib/ext2fs/ext2_err.c:68
7164msgid "Inode bitmaps are not the same"
7165msgstr ""
7166
7167#: lib/ext2fs/ext2_err.c:69
7168msgid "Illegal or malformed device name"
7169msgstr ""
7170
7171#: lib/ext2fs/ext2_err.c:70
7172msgid "A block group is missing an inode table"
7173msgstr ""
7174
7175#: lib/ext2fs/ext2_err.c:71
7176msgid "The ext2 superblock is corrupt"
7177msgstr ""
7178
7179#: lib/ext2fs/ext2_err.c:72
7180msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7181msgstr ""
7182
7183#: lib/ext2fs/ext2_err.c:73
7184msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7185msgstr ""
7186
7187#: lib/ext2fs/ext2_err.c:74
7188msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7189msgstr ""
7190
7191#: lib/ext2fs/ext2_err.c:75
7192msgid "Too many symbolic links encountered."
7193msgstr ""
7194
7195#: lib/ext2fs/ext2_err.c:76
7196msgid "The callback function will not handle this case"
7197msgstr ""
7198
7199#: lib/ext2fs/ext2_err.c:77
7200msgid "The inode is from a bad block in the inode table"
7201msgstr ""
7202
7203#: lib/ext2fs/ext2_err.c:78
7204#, fuzzy
7205msgid "Filesystem has unsupported feature(s)"
7206msgstr "文件系统不支持在线(online)调整大小"
7207
7208#: lib/ext2fs/ext2_err.c:79
7209#, fuzzy
7210msgid "Filesystem has unsupported read-only feature(s)"
7211msgstr "文件系统不支持在线(online)调整大小"
7212
7213#: lib/ext2fs/ext2_err.c:80
7214msgid "IO Channel failed to seek on read or write"
7215msgstr ""
7216
7217#: lib/ext2fs/ext2_err.c:81
7218#, fuzzy
7219msgid "Memory allocation failed"
7220msgstr "A分配出错"
7221
7222#: lib/ext2fs/ext2_err.c:82
7223msgid "Invalid argument passed to ext2 library"
7224msgstr ""
7225
7226#: lib/ext2fs/ext2_err.c:83
7227#, fuzzy
7228msgid "Could not allocate block in ext2 filesystem"
7229msgstr "无法分配块缓存 (大小=%d)\n"
7230
7231#: lib/ext2fs/ext2_err.c:84
7232#, fuzzy
7233msgid "Could not allocate inode in ext2 filesystem"
7234msgstr "e2label: 不是一个ex2文件系统\n"
7235
7236#: lib/ext2fs/ext2_err.c:85
7237msgid "Ext2 inode is not a directory"
7238msgstr ""
7239
7240#: lib/ext2fs/ext2_err.c:86
7241msgid "Too many references in table"
7242msgstr ""
7243
7244#: lib/ext2fs/ext2_err.c:87
7245msgid "File not found by ext2_lookup"
7246msgstr ""
7247
7248#: lib/ext2fs/ext2_err.c:88
7249msgid "File open read-only"
7250msgstr ""
7251
7252#: lib/ext2fs/ext2_err.c:89
7253#, fuzzy
7254msgid "Ext2 directory block not found"
7255msgstr "空目录块 %u (#%d),于 inode %u 中\n"
7256
7257#: lib/ext2fs/ext2_err.c:90
7258msgid "Ext2 directory already exists"
7259msgstr ""
7260
7261#: lib/ext2fs/ext2_err.c:91
7262msgid "Unimplemented ext2 library function"
7263msgstr ""
7264
7265#: lib/ext2fs/ext2_err.c:92
7266msgid "User cancel requested"
7267msgstr ""
7268
7269#: lib/ext2fs/ext2_err.c:93
7270msgid "Ext2 file too big"
7271msgstr ""
7272
7273#: lib/ext2fs/ext2_err.c:94
7274msgid "Supplied journal device not a block device"
7275msgstr ""
7276
7277#: lib/ext2fs/ext2_err.c:95
7278#, fuzzy
7279msgid "Journal superblock not found"
7280msgstr "日志超级块未找到!\n"
7281
7282#: lib/ext2fs/ext2_err.c:96
7283msgid "Journal must be at least 1024 blocks"
7284msgstr ""
7285
7286#: lib/ext2fs/ext2_err.c:97
7287msgid "Unsupported journal version"
7288msgstr ""
7289
7290#: lib/ext2fs/ext2_err.c:98
7291msgid "Error loading external journal"
7292msgstr ""
7293
7294#: lib/ext2fs/ext2_err.c:99
7295#, fuzzy
7296msgid "Journal not found"
7297msgstr "日志超级块未找到!\n"
7298
7299#: lib/ext2fs/ext2_err.c:100
7300msgid "Directory hash unsupported"
7301msgstr ""
7302
7303#: lib/ext2fs/ext2_err.c:101
7304#, fuzzy
7305msgid "Illegal extended attribute block number"
7306msgstr "a扩展属性"
7307
7308#: lib/ext2fs/ext2_err.c:102
7309msgid "Cannot create filesystem with requested number of inodes"
7310msgstr ""
7311
7312#: lib/ext2fs/ext2_err.c:103
7313msgid "E2image snapshot not in use"
7314msgstr ""
7315
7316#: lib/ext2fs/ext2_err.c:104
7317#, fuzzy
7318msgid "Too many reserved group descriptor blocks"
7319msgstr "<组描述符inode>"
7320
7321#: lib/ext2fs/ext2_err.c:105
7322msgid "Resize inode is corrupt"
7323msgstr ""
7324
7325#: lib/ext2fs/ext2_err.c:106
7326msgid "Tried to set block bmap with missing indirect block"
7327msgstr ""
7328
7329#: lib/ext2fs/ext2_err.c:107
7330msgid "TDB: Success"
7331msgstr ""
7332
7333#: lib/ext2fs/ext2_err.c:108
7334msgid "TDB: Corrupt database"
7335msgstr ""
7336
7337#: lib/ext2fs/ext2_err.c:109
7338msgid "TDB: IO Error"
7339msgstr ""
7340
7341#: lib/ext2fs/ext2_err.c:110
7342msgid "TDB: Locking error"
7343msgstr ""
7344
7345#: lib/ext2fs/ext2_err.c:111
7346msgid "TDB: Out of memory"
7347msgstr ""
7348
7349#: lib/ext2fs/ext2_err.c:112
7350msgid "TDB: Record exists"
7351msgstr ""
7352
7353#: lib/ext2fs/ext2_err.c:113
7354msgid "TDB: Lock exists on other keys"
7355msgstr ""
7356
7357#: lib/ext2fs/ext2_err.c:114
7358msgid "TDB: Invalid parameter"
7359msgstr ""
7360
7361#: lib/ext2fs/ext2_err.c:115
7362msgid "TDB: Record does not exist"
7363msgstr ""
7364
7365#: lib/ext2fs/ext2_err.c:116
7366msgid "TDB: Write not permitted"
7367msgstr ""
7368
7369#: lib/ext2fs/ext2_err.c:117
7370msgid "Ext2fs directory block list is empty"
7371msgstr ""
7372
7373#: lib/ext2fs/ext2_err.c:118
7374msgid "Attempt to modify a block mapping via a read-only block iterator"
7375msgstr ""
7376
7377#: lib/ext2fs/ext2_err.c:119
7378msgid "Wrong magic number for ext4 extent saved path"
7379msgstr ""
7380
7381#: lib/ext2fs/ext2_err.c:120
7382msgid "Wrong magic number for 64-bit generic bitmap"
7383msgstr ""
7384
7385#: lib/ext2fs/ext2_err.c:121
7386msgid "Wrong magic number for 64-bit block bitmap"
7387msgstr ""
7388
7389#: lib/ext2fs/ext2_err.c:122
7390msgid "Wrong magic number for 64-bit inode bitmap"
7391msgstr ""
7392
7393#: lib/ext2fs/ext2_err.c:123
7394msgid "Wrong magic number --- RESERVED_13"
7395msgstr ""
7396
7397#: lib/ext2fs/ext2_err.c:124
7398msgid "Wrong magic number --- RESERVED_14"
7399msgstr ""
7400
7401#: lib/ext2fs/ext2_err.c:125
7402msgid "Wrong magic number --- RESERVED_15"
7403msgstr ""
7404
7405#: lib/ext2fs/ext2_err.c:126
7406msgid "Wrong magic number --- RESERVED_16"
7407msgstr ""
7408
7409#: lib/ext2fs/ext2_err.c:127
7410msgid "Wrong magic number --- RESERVED_17"
7411msgstr ""
7412
7413#: lib/ext2fs/ext2_err.c:128
7414msgid "Wrong magic number --- RESERVED_18"
7415msgstr ""
7416
7417#: lib/ext2fs/ext2_err.c:129
7418msgid "Wrong magic number --- RESERVED_19"
7419msgstr ""
7420
7421#: lib/ext2fs/ext2_err.c:130
7422msgid "Corrupt extent header"
7423msgstr ""
7424
7425#: lib/ext2fs/ext2_err.c:131
7426msgid "Corrupt extent index"
7427msgstr ""
7428
7429#: lib/ext2fs/ext2_err.c:132
7430msgid "Corrupt extent"
7431msgstr ""
7432
7433#: lib/ext2fs/ext2_err.c:133
7434msgid "No free space in extent map"
7435msgstr ""
7436
7437#: lib/ext2fs/ext2_err.c:134
7438msgid "Inode does not use extents"
7439msgstr ""
7440
7441#: lib/ext2fs/ext2_err.c:135
7442#, fuzzy
7443msgid "No 'next' extent"
7444msgstr "x程度"
7445
7446#: lib/ext2fs/ext2_err.c:136
7447msgid "No 'previous' extent"
7448msgstr ""
7449
7450#: lib/ext2fs/ext2_err.c:137
7451msgid "No 'up' extent"
7452msgstr ""
7453
7454#: lib/ext2fs/ext2_err.c:138
7455msgid "No 'down' extent"
7456msgstr ""
7457
7458#: lib/ext2fs/ext2_err.c:139
7459msgid "No current node"
7460msgstr ""
7461
7462#: lib/ext2fs/ext2_err.c:140
7463msgid "Ext2fs operation not supported"
7464msgstr ""
7465
7466#: lib/ext2fs/ext2_err.c:141
7467msgid "No room to insert extent in node"
7468msgstr ""
7469
7470#: lib/ext2fs/ext2_err.c:142
7471msgid "Splitting would result in empty node"
7472msgstr ""
7473
7474#: lib/ext2fs/ext2_err.c:143
7475#, fuzzy
7476msgid "Extent not found"
7477msgstr "/@l未找到."
7478
7479#: lib/ext2fs/ext2_err.c:144
7480msgid "Operation not supported for inodes containing extents"
7481msgstr ""
7482
7483#: lib/ext2fs/ext2_err.c:145
7484msgid "Extent length is invalid"
7485msgstr ""
7486
7487#: lib/ext2fs/ext2_err.c:146
7488msgid "I/O Channel does not support 64-bit block numbers"
7489msgstr ""
7490
7491#: lib/ext2fs/ext2_err.c:147
7492msgid "Can't check if filesystem is mounted due to missing mtab file"
7493msgstr ""
7494
7495#: lib/ext2fs/ext2_err.c:148
7496msgid "Filesystem too large to use legacy bitmaps"
7497msgstr ""
7498
7499#: lib/ext2fs/ext2_err.c:149
7500msgid "MMP: invalid magic number"
7501msgstr ""
7502
7503#: lib/ext2fs/ext2_err.c:150
7504msgid "MMP: device currently active"
7505msgstr ""
7506
7507#: lib/ext2fs/ext2_err.c:151
7508msgid "MMP: fsck being run"
7509msgstr ""
7510
7511#: lib/ext2fs/ext2_err.c:152
7512msgid "MMP: block number beyond filesystem range"
7513msgstr ""
7514
7515#: lib/ext2fs/ext2_err.c:153
7516msgid "MMP: undergoing an unknown operation"
7517msgstr ""
7518
7519#: lib/ext2fs/ext2_err.c:154
7520msgid "MMP: filesystem still in use"
7521msgstr ""
7522
7523#: lib/ext2fs/ext2_err.c:155
7524msgid "MMP: open with O_DIRECT failed"
7525msgstr ""
7526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007527#: lib/ext2fs/ext2_err.c:156
7528#, fuzzy
7529msgid "Block group descriptor size incorrect"
7530msgstr "<组描述符inode>"
7531
7532#: lib/ext2fs/ext2_err.c:157
7533msgid "Inode checksum does not match inode"
7534msgstr ""
7535
7536#: lib/ext2fs/ext2_err.c:158
7537msgid "Inode bitmap checksum does not match bitmap"
7538msgstr ""
7539
7540#: lib/ext2fs/ext2_err.c:159
7541msgid "Extent block checksum does not match extent block"
7542msgstr ""
7543
7544#: lib/ext2fs/ext2_err.c:160
7545msgid "Directory block does not have space for checksum"
7546msgstr ""
7547
7548#: lib/ext2fs/ext2_err.c:161
7549msgid "Directory block checksum does not match directory block"
7550msgstr ""
7551
7552#: lib/ext2fs/ext2_err.c:162
7553msgid "Extended attribute block checksum does not match block"
7554msgstr ""
7555
7556#: lib/ext2fs/ext2_err.c:163
7557msgid "Superblock checksum does not match superblock"
7558msgstr ""
7559
7560#: lib/ext2fs/ext2_err.c:164
7561msgid "Unknown checksum algorithm"
7562msgstr ""
7563
7564#: lib/ext2fs/ext2_err.c:165
7565msgid "MMP block checksum does not match MMP block"
7566msgstr ""
7567
7568#: lib/ext2fs/ext2_err.c:166
7569msgid "Ext2 file already exists"
7570msgstr ""
7571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007572#: lib/ext2fs/ext2_err.c:167
7573msgid "Block bitmap checksum does not match bitmap"
7574msgstr ""
7575
7576#: lib/ext2fs/ext2_err.c:168
7577msgid "Cannot iterate data blocks of an inode containing inline data"
7578msgstr ""
7579
7580#: lib/ext2fs/ext2_err.c:169
7581msgid "Extended attribute has an invalid name length"
7582msgstr ""
7583
7584#: lib/ext2fs/ext2_err.c:170
7585msgid "Extended attribute has an invalid value length"
7586msgstr ""
7587
7588#: lib/ext2fs/ext2_err.c:171
7589msgid "Extended attribute has an incorrect hash"
7590msgstr ""
7591
7592#: lib/ext2fs/ext2_err.c:172
7593#, fuzzy
7594msgid "Extended attribute block has a bad header"
7595msgstr "a扩展属性"
7596
7597#: lib/ext2fs/ext2_err.c:173
7598#, fuzzy
7599msgid "Extended attribute key not found"
7600msgstr "a扩展属性"
7601
7602#: lib/ext2fs/ext2_err.c:174
7603msgid "Insufficient space to store extended attribute data"
7604msgstr ""
7605
7606#: lib/ext2fs/ext2_err.c:175
7607msgid "Filesystem is missing ext_attr or inline_data feature"
7608msgstr ""
7609
7610#: lib/ext2fs/ext2_err.c:176
7611msgid "Inode doesn't have inline data"
7612msgstr ""
7613
7614#: lib/ext2fs/ext2_err.c:177
7615msgid "No block for an inode with inline data"
7616msgstr ""
7617
7618#: lib/ext2fs/ext2_err.c:178
7619msgid "No free space in inline data"
7620msgstr ""
7621
7622#: lib/ext2fs/ext2_err.c:179
7623msgid "Wrong magic number for extended attribute structure"
7624msgstr ""
7625
7626#: lib/ext2fs/ext2_err.c:180
7627msgid "Inode seems to contain garbage"
7628msgstr ""
7629
7630#: lib/ext2fs/ext2_err.c:181
7631msgid "Extended attribute has an invalid value offset"
7632msgstr ""
7633
7634#: lib/ext2fs/ext2_err.c:182
7635msgid "Journal flags inconsistent"
7636msgstr ""
7637
7638#: lib/ext2fs/ext2_err.c:183
7639msgid "Undo file corrupt"
7640msgstr ""
7641
7642#: lib/ext2fs/ext2_err.c:184
7643#, fuzzy
7644msgid "Wrong undo file for this filesystem"
7645msgstr "没有调整文件系统大小的权限"
7646
7647#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04007648msgid "Profile version 0.0"
7649msgstr ""
7650
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007651#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04007652msgid "Bad magic value in profile_node"
7653msgstr ""
7654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007655#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04007656msgid "Profile section not found"
7657msgstr ""
7658
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007659#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04007660#, fuzzy
7661msgid "Profile relation not found"
7662msgstr "当读取坏块inode时"
7663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007664#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04007665msgid "Attempt to add a relation to node which is not a section"
7666msgstr ""
7667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007668#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04007669msgid "A profile section header has a non-zero value"
7670msgstr ""
7671
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007672#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04007673msgid "Bad linked list in profile structures"
7674msgstr ""
7675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007676#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04007677msgid "Bad group level in profile structures"
7678msgstr ""
7679
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007680#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04007681msgid "Bad parent pointer in profile structures"
7682msgstr ""
7683
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007684#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04007685msgid "Bad magic value in profile iterator"
7686msgstr ""
7687
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007688#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04007689msgid "Can't set value on section node"
7690msgstr ""
7691
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007692#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04007693msgid "Invalid argument passed to profile library"
7694msgstr ""
7695
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007696#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04007697msgid "Attempt to modify read-only profile"
7698msgstr ""
7699
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007700#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04007701msgid "Profile section header not at top level"
7702msgstr ""
7703
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007704#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04007705msgid "Syntax error in profile section header"
7706msgstr ""
7707
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007708#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04007709msgid "Syntax error in profile relation"
7710msgstr ""
7711
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007712#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04007713msgid "Extra closing brace in profile"
7714msgstr ""
7715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007716#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04007717msgid "Missing open brace in profile"
7718msgstr ""
7719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007720#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04007721msgid "Bad magic value in profile_t"
7722msgstr ""
7723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007724#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04007725msgid "Bad magic value in profile_section_t"
7726msgstr ""
7727
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007728#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04007729msgid "Iteration through all top level section not supported"
7730msgstr ""
7731
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007732#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04007733#, fuzzy
7734msgid "Invalid profile_section object"
7735msgstr "设置了无效的文件系统选项: %s\n"
7736
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007737#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04007738msgid "No more sections"
7739msgstr ""
7740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007741#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04007742msgid "Bad nameset passed to query routine"
7743msgstr ""
7744
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007745#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04007746msgid "No profile file open"
7747msgstr ""
7748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007749#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04007750msgid "Bad magic value in profile_file_t"
7751msgstr ""
7752
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007753#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04007754msgid "Couldn't open profile file"
7755msgstr ""
7756
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007757#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04007758msgid "Section already exists"
7759msgstr ""
7760
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007761#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04007762msgid "Invalid boolean value"
7763msgstr ""
7764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007765#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04007766#, fuzzy
7767msgid "Invalid integer value"
7768msgstr "无效的后缀长度"
7769
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007770#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04007771msgid "Bad magic value in profile_file_data_t"
7772msgstr ""
7773
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007774#: lib/support/plausible.c:103
7775#, fuzzy, c-format
7776msgid "\tlast mounted on %s on %s"
7777msgstr "错误挂载计数 - %s"
7778
7779#: lib/support/plausible.c:106
7780#, fuzzy, c-format
7781msgid "\tlast mounted on %s"
7782msgstr "错误挂载计数 - %s"
7783
7784#: lib/support/plausible.c:109
7785#, c-format
7786msgid "\tcreated on %s"
7787msgstr ""
7788
7789#: lib/support/plausible.c:112
7790#, c-format
7791msgid "\tlast modified on %s"
7792msgstr ""
7793
7794#: lib/support/plausible.c:146
7795#, c-format
7796msgid "Found a %s partition table in %s\n"
7797msgstr ""
7798
7799#: lib/support/plausible.c:176
7800#, c-format
7801msgid "The file %s does not exist and no size was specified.\n"
7802msgstr ""
7803
7804#: lib/support/plausible.c:184
7805#, fuzzy, c-format
7806msgid "Creating regular file %s\n"
7807msgstr "一般文件"
7808
7809#: lib/support/plausible.c:187
7810#, fuzzy, c-format
7811msgid "Could not open %s: %s\n"
7812msgstr "无法打开 %s: %s"
7813
7814#: lib/support/plausible.c:190
7815msgid ""
7816"\n"
7817"The device apparently does not exist; did you specify it correctly?\n"
7818msgstr ""
7819
7820#: lib/support/plausible.c:212
7821#, fuzzy, c-format
7822msgid "%s is not a block special device.\n"
7823msgstr "错误:%s 不是块设备\n"
7824
7825#: lib/support/plausible.c:234
7826#, c-format
7827msgid "%s contains a %s file system labelled '%s'\n"
7828msgstr ""
7829
7830#: lib/support/plausible.c:237
7831#, fuzzy, c-format
7832msgid "%s contains a %s file system\n"
7833msgstr "正在检查所有文件系统.\n"
7834
7835#: lib/support/plausible.c:259
7836#, fuzzy, c-format
7837msgid "%s contains `%s' data\n"
7838msgstr "正在检查所有文件系统.\n"
7839
7840#, fuzzy
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007841#~ msgid "Invalid quotatype parameter: %s\n"
7842#~ msgstr "设置了无效的挂载选项: %s\n"
7843
7844#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007845#~ msgid ", unused inodes %u\n"
7846#~ msgstr ", %u个未使用的inodes\n"
7847
7848#~ msgid "Failed tdb_fetch %s\n"
7849#~ msgstr "tdb_fetch %s 失败\n"
7850
7851#~ msgid "Failed tdb_open %s\n"
7852#~ msgstr "tdb_open %s 失败\n"
7853
7854#~ msgid "Failed to open %s\n"
7855#~ msgstr "打开%s失败\n"
7856
7857#~ msgid "Failed write %s\n"
7858#~ msgstr "写入%s失败\n"
7859
7860#, fuzzy
7861#~ msgid "Couldn't allocate memory to parse quota options!\n"
7862#~ msgstr "无法为tdb文件名分配内存\n"
7863
7864#~ msgid "Couldn't allocate memory for tdb filename\n"
7865#~ msgstr "无法为tdb文件名分配内存\n"
7866
7867#~ msgid ""
7868#~ "To undo the tune2fs operation please run the command\n"
7869#~ " e2undo %s %s\n"
7870#~ "\n"
7871#~ msgstr ""
7872#~ "要撤销这次 tune2fs 操作请运行命令:\n"
7873#~ " e2undo %s %s\n"
7874#~ "\n"
7875
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007876#~ msgid "Could not stat %s --- %s\n"
7877#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
7878
Eric Sandeen032eafe2012-07-28 17:48:36 -04007879#~ msgid "<The ACL index inode>"
7880#~ msgstr "<ACL 索引 inode>"
7881
7882#~ msgid "<The ACL data inode>"
7883#~ msgstr "<ACL 数据 inode>"
7884
Eric Sandeen032eafe2012-07-28 17:48:36 -04007885#~ msgid "Journal NOT removed\n"
7886#~ msgstr "日志_没有_被删除\n"