]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - po/zh_CN.po
Update e2fsprogs translation template file
[thirdparty/e2fsprogs.git] / po / zh_CN.po
CommitLineData
f722c134
TT
1# Chinese (simplified) translation for e2fsprogs.
2# This file is distributed under the same license as the e2fsprogs package.
c475534c 3# Dark Raven <drdarkraven@gmail.com>, 2009, 2010, 2011
f722c134
TT
4#
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
cd75fb04
TT
25#. 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.
f722c134
TT
29#.
30#. %b <blk> block number
cd75fb04 31#. %B "indirect block" | "block #"<blkcount> string | string+integer
f722c134
TT
32#. %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
cd75fb04 52#. %It <str> file type
f722c134
TT
53#. %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 ""
c475534c 69"Project-Id-Version: e2fsprogs-1.41.14\n"
f722c134 70"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
4baef0a2 71"POT-Creation-Date: 2016-05-12 00:59-0400\n"
c475534c 72"PO-Revision-Date: 2011-01-26 21:53+0800\n"
f722c134 73"Last-Translator: Dark Raven <drdarkraven@gmail.com>\n"
3be22a81 74"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
032eafee 75"Language: zh_CN\n"
f722c134
TT
76"MIME-Version: 1.0\n"
77"Content-Type: text/plain; charset=UTF-8\n"
78"Content-Transfer-Encoding: 8bit\n"
3be22a81
DR
79"X-Poedit-Language: Chinese\n"
80"X-Poedit-Country: CHINA\n"
f722c134 81
9e78ef72 82#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
f722c134
TT
83#, c-format
84msgid "Bad block %u out of range; ignored.\n"
85msgstr "坏块%u超出范围;忽略.\n"
86
032eafee 87#: e2fsck/badblocks.c:46
f722c134 88msgid "while sanity checking the bad blocks inode"
c475534c 89msgstr "在对坏块inode进行一致性检验是"
f722c134 90
032eafee 91#: e2fsck/badblocks.c:58
f722c134
TT
92msgid "while reading the bad blocks inode"
93msgstr "当读取坏块inode时"
94
9e78ef72
TT
95#: 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
4baef0a2
TT
98#: 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
f722c134
TT
100#, c-format
101msgid "while trying to open %s"
102msgstr "当尝试打开 %s 时"
103
032eafee 104#: e2fsck/badblocks.c:83
3be22a81 105#, c-format
f722c134
TT
106msgid "while trying popen '%s'"
107msgstr "当尝试对 '%s' 进行popen时"
108
9e78ef72 109#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
f722c134
TT
110msgid "while reading in list of bad blocks from file"
111msgstr "当从文件中读取坏块表时"
112
032eafee 113#: e2fsck/badblocks.c:105
f722c134
TT
114msgid "while updating bad block inode"
115msgstr "当更新坏块inode时"
116
196b59c8 117#: e2fsck/badblocks.c:133
f722c134
TT
118#, c-format
119msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
120msgstr "警告:在坏块inode中发现非法的块%u. 清除.\n"
121
032eafee 122#: e2fsck/ehandler.c:55
f722c134
TT
123#, fuzzy, c-format
124msgid "Error reading block %lu (%s) while %s. "
125msgstr "读取块 %lu (%s) 错误 , %s. "
126
032eafee 127#: e2fsck/ehandler.c:58
f722c134
TT
128#, c-format
129msgid "Error reading block %lu (%s). "
130msgstr "读取块 %lu (%s) 错误"
131
9e78ef72 132#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
f722c134
TT
133msgid "Ignore error"
134msgstr "忽略错误"
135
9e78ef72 136#: e2fsck/ehandler.c:67
f722c134
TT
137msgid "Force rewrite"
138msgstr "强制覆盖"
139
9e78ef72 140#: e2fsck/ehandler.c:109
f722c134
TT
141#, fuzzy, c-format
142msgid "Error writing block %lu (%s) while %s. "
143msgstr "写块 %lu (%s) 出错 , %s. "
144
9e78ef72 145#: e2fsck/ehandler.c:112
f722c134
TT
146#, c-format
147msgid "Error writing block %lu (%s). "
148msgstr "写块 %lu (%s) 出错. "
149
032eafee 150#: e2fsck/emptydir.c:57
f722c134 151msgid "empty dirblocks"
3be22a81 152msgstr "空的dir块"
f722c134 153
032eafee 154#: e2fsck/emptydir.c:62
f722c134
TT
155msgid "empty dir map"
156msgstr "空ACL映射"
157
032eafee 158#: e2fsck/emptydir.c:98
f722c134
TT
159#, c-format
160msgid "Empty directory block %u (#%d) in inode %u\n"
161msgstr "空目录块 %u (#%d),于 inode %u 中\n"
162
032eafee 163#: e2fsck/extend.c:22
f722c134
TT
164#, c-format
165msgid "%s: %s filename nblocks blocksize\n"
166msgstr ""
167
032eafee 168#: e2fsck/extend.c:44
f722c134
TT
169#, c-format
170msgid "Illegal number of blocks!\n"
171msgstr "非法的块数量!\n"
172
032eafee 173#: e2fsck/extend.c:50
f722c134
TT
174#, c-format
175msgid "Couldn't allocate block buffer (size=%d)\n"
176msgstr "无法分配块缓存 (大小=%d)\n"
177
9e78ef72
TT
178#: e2fsck/extents.c:42
179#, fuzzy
180msgid "extent rebuild inode map"
181msgstr "普通文件inode映射"
182
032eafee 183#: e2fsck/flushb.c:35
3be22a81 184#, c-format
f722c134 185msgid "Usage: %s disk\n"
3be22a81 186msgstr "用法: %s disk\n"
f722c134 187
032eafee 188#: e2fsck/flushb.c:64
f722c134
TT
189#, c-format
190msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
191msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存.\n"
192
032eafee 193#: e2fsck/iscan.c:44
f722c134
TT
194#, c-format
195msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
196msgstr "用法: %s [-F] [-I inode_buffer_blocks] device\n"
197
9e78ef72 198#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
f722c134
TT
199#, fuzzy, c-format
200msgid "while opening %s for flushing"
201msgstr "当为刷新打开“%s”时"
202
9e78ef72 203#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
f722c134
TT
204#, fuzzy, c-format
205msgid "while trying to flush %s"
206msgstr "当尝试刷新 %s 时"
207
196b59c8
TT
208#: e2fsck/iscan.c:110
209#, fuzzy, c-format
210msgid "while trying to open '%s'"
211msgstr "当尝试打开 %s 时"
212
9e78ef72 213#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
f722c134 214msgid "while opening inode scan"
c475534c 215msgstr "在打开inode扫描时"
f722c134 216
9e78ef72 217#: e2fsck/iscan.c:127 misc/e2image.c:1312
f722c134
TT
218msgid "while getting next inode"
219msgstr "当获取下一个inode时"
220
032eafee 221#: e2fsck/iscan.c:136
f722c134
TT
222#, c-format
223msgid "%u inodes scanned.\n"
224msgstr "%u 个 inode 被扫描.\n"
225
9e78ef72 226#: e2fsck/journal.c:593
f722c134
TT
227msgid "reading journal superblock\n"
228msgstr "读取日志超级块\n"
229
9e78ef72 230#: e2fsck/journal.c:666
f722c134
TT
231#, c-format
232msgid "%s: no valid journal superblock found\n"
233msgstr "%s: 没有发现日志超级块\n"
234
9e78ef72 235#: e2fsck/journal.c:675
3be22a81 236#, c-format
f722c134
TT
237msgid "%s: journal too short\n"
238msgstr "%s: 日志过短\n"
239
4baef0a2 240#: e2fsck/journal.c:966 misc/fuse2fs.c:3776
f722c134
TT
241#, c-format
242msgid "%s: recovering journal\n"
243msgstr "%s: 正在修复日志\n"
244
9e78ef72 245#: e2fsck/journal.c:968
f722c134
TT
246#, c-format
247msgid "%s: won't do journal recovery while read-only\n"
248msgstr "%s: 使用只读模式时不会进行日志修复\n"
249
9e78ef72 250#: e2fsck/journal.c:995
f722c134
TT
251#, c-format
252msgid "while trying to re-open %s"
c475534c 253msgstr "在尝试重新打开 %s 时"
f722c134 254
032eafee 255#: e2fsck/message.c:113
f722c134
TT
256msgid "aextended attribute"
257msgstr "a扩展属性"
258
032eafee 259#: e2fsck/message.c:114
f722c134
TT
260msgid "Aerror allocating"
261msgstr "A分配出错"
262
032eafee 263#: e2fsck/message.c:115
f722c134
TT
264msgid "bblock"
265msgstr "b块"
266
032eafee 267#: e2fsck/message.c:116
f722c134
TT
268msgid "Bbitmap"
269msgstr "B位图"
270
032eafee 271#: e2fsck/message.c:117
f722c134
TT
272msgid "ccompress"
273msgstr "c压缩"
274
032eafee 275#: e2fsck/message.c:118
f722c134
TT
276msgid "Cconflicts with some other fs @b"
277msgstr "C与其他文件系统@b冲突"
278
032eafee 279#: e2fsck/message.c:119
cd75fb04
TT
280msgid "ddirectory"
281msgstr "d目录"
f722c134 282
032eafee 283#: e2fsck/message.c:120
f722c134
TT
284msgid "Ddeleted"
285msgstr "D删除"
286
cd75fb04 287#: e2fsck/message.c:121
f722c134
TT
288msgid "eentry"
289msgstr "e入口"
290
cd75fb04 291#: e2fsck/message.c:122
f722c134 292msgid "E@e '%Dn' in %p (%i)"
c475534c 293msgstr "E在 %p (%i) 中的@e '%Dn'"
f722c134 294
cd75fb04 295#: e2fsck/message.c:123
f722c134
TT
296msgid "ffilesystem"
297msgstr "f文件系统"
298
cd75fb04 299#: e2fsck/message.c:124
f722c134
TT
300msgid "Ffor @i %i (%Q) is"
301msgstr ""
302
cd75fb04 303#: e2fsck/message.c:125
f722c134
TT
304msgid "ggroup"
305msgstr "g簇"
306
cd75fb04 307#: e2fsck/message.c:126
f722c134
TT
308msgid "hHTREE @d @i"
309msgstr "hHTREE@d@i"
310
cd75fb04
TT
311#: 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
032eafee 323#: e2fsck/message.c:130
f722c134
TT
324msgid "llost+found"
325msgstr "llost+found"
326
032eafee 327#: e2fsck/message.c:131
f722c134
TT
328msgid "Lis a link"
329msgstr "L是一个链接"
330
032eafee 331#: e2fsck/message.c:132
f722c134
TT
332msgid "mmultiply-claimed"
333msgstr ""
334
032eafee 335#: e2fsck/message.c:133
f722c134
TT
336msgid "ninvalid"
337msgstr "n无效的"
338
032eafee 339#: e2fsck/message.c:134
f722c134
TT
340msgid "oorphaned"
341msgstr "孤立的"
342
032eafee 343#: e2fsck/message.c:135
f722c134
TT
344msgid "pproblem in"
345msgstr "问题出于"
346
032eafee
ES
347#: e2fsck/message.c:136
348msgid "qquota"
349msgstr ""
350
351#: e2fsck/message.c:137
f722c134
TT
352msgid "rroot @i"
353msgstr "r根@i"
354
032eafee 355#: e2fsck/message.c:138
f722c134
TT
356msgid "sshould be"
357msgstr "s应为"
358
032eafee 359#: e2fsck/message.c:139
f722c134
TT
360msgid "Ssuper@b"
361msgstr "S超级@b"
362
032eafee 363#: e2fsck/message.c:140
f722c134
TT
364msgid "uunattached"
365msgstr ""
366
032eafee 367#: e2fsck/message.c:141
f722c134
TT
368msgid "vdevice"
369msgstr "v设备"
370
032eafee 371#: e2fsck/message.c:142
f722c134
TT
372#, fuzzy
373msgid "xextent"
374msgstr "x程度"
375
032eafee 376#: e2fsck/message.c:143
f722c134
TT
377msgid "zzero-length"
378msgstr "z零长度"
379
032eafee 380#: e2fsck/message.c:154
f722c134
TT
381msgid "<The NULL inode>"
382msgstr "<空的 inode>"
383
032eafee 384#: e2fsck/message.c:155
f722c134
TT
385msgid "<The bad blocks inode>"
386msgstr "<坏块 inode>"
387
032eafee
ES
388#: e2fsck/message.c:157
389#, fuzzy
390msgid "<The user quota inode>"
391msgstr "<日志 inode>"
f722c134 392
032eafee
ES
393#: e2fsck/message.c:158
394#, fuzzy
395msgid "<The group quota inode>"
396msgstr "<组描述符inode>"
f722c134 397
032eafee 398#: e2fsck/message.c:159
f722c134
TT
399msgid "<The boot loader inode>"
400msgstr "<启动器 inode>"
401
032eafee 402#: e2fsck/message.c:160
f722c134
TT
403msgid "<The undelete directory inode>"
404msgstr "<未删除的目录 inode>"
405
032eafee 406#: e2fsck/message.c:161
f722c134 407msgid "<The group descriptor inode>"
c475534c 408msgstr "<组描述符inode>"
f722c134 409
032eafee 410#: e2fsck/message.c:162
f722c134
TT
411msgid "<The journal inode>"
412msgstr "<日志 inode>"
413
032eafee 414#: e2fsck/message.c:163
f722c134
TT
415msgid "<Reserved inode 9>"
416msgstr "<保留的 inode 9>"
417
032eafee 418#: e2fsck/message.c:164
f722c134
TT
419msgid "<Reserved inode 10>"
420msgstr "<保留的 inode 10>"
421
9e78ef72 422#: e2fsck/message.c:333
f722c134
TT
423msgid "regular file"
424msgstr "一般文件"
425
9e78ef72 426#: e2fsck/message.c:335
f722c134
TT
427msgid "directory"
428msgstr "文件夹"
429
9e78ef72 430#: e2fsck/message.c:337
f722c134
TT
431msgid "character device"
432msgstr "字符设备"
433
9e78ef72 434#: e2fsck/message.c:339
f722c134
TT
435msgid "block device"
436msgstr "块设备"
437
9e78ef72 438#: e2fsck/message.c:341
f722c134
TT
439msgid "named pipe"
440msgstr "命名管道"
441
9e78ef72 442#: e2fsck/message.c:343
f722c134
TT
443msgid "symbolic link"
444msgstr "符号链接"
445
9e78ef72 446#: e2fsck/message.c:345 misc/uuidd.c:162
f722c134
TT
447msgid "socket"
448msgstr "套接字"
449
9e78ef72 450#: e2fsck/message.c:347
3be22a81 451#, c-format
f722c134
TT
452msgid "unknown file type with mode 0%o"
453msgstr "模式为 0%o 的未知文件类型"
454
9e78ef72 455#: e2fsck/message.c:422
3be22a81
DR
456msgid "indirect block"
457msgstr ""
458
9e78ef72 459#: e2fsck/message.c:424
3be22a81
DR
460msgid "double indirect block"
461msgstr ""
462
9e78ef72 463#: e2fsck/message.c:426
3be22a81
DR
464msgid "triple indirect block"
465msgstr ""
466
9e78ef72 467#: e2fsck/message.c:428
3be22a81
DR
468msgid "translator block"
469msgstr ""
470
9e78ef72 471#: e2fsck/message.c:430
3be22a81
DR
472msgid "block #"
473msgstr "块 #"
474
032eafee 475#: e2fsck/pass1b.c:222
f722c134
TT
476msgid "multiply claimed inode map"
477msgstr ""
478
9e78ef72 479#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
032eafee
ES
480#, fuzzy, c-format
481msgid "internal error: can't find dup_blk for %llu\n"
c475534c 482msgstr "内部错误: 无法找到 %u 的 duo_blk\n"
f722c134 483
9e78ef72 484#: e2fsck/pass1b.c:897
f722c134 485msgid "returned from clone_file_block"
c475534c 486msgstr "从 clone_file_block 中返回"
f722c134 487
9e78ef72 488#: e2fsck/pass1b.c:919
032eafee
ES
489#, fuzzy, c-format
490msgid "internal error: couldn't lookup EA block record for %llu"
c475534c 491msgstr "内部错误: 无法找到 %u 的EA块记录"
f722c134 492
9e78ef72 493#: e2fsck/pass1b.c:931
f722c134
TT
494#, c-format
495msgid "internal error: couldn't lookup EA inode record for %u"
c475534c 496msgstr "内部错误: 无法找到 %u 的EA节点记录"
f722c134 497
9e78ef72 498#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
f722c134
TT
499msgid "reading directory block"
500msgstr "正在读取目录块"
501
9e78ef72 502#: e2fsck/pass1.c:1099
f722c134
TT
503msgid "in-use inode map"
504msgstr "使用中的inode映射"
505
9e78ef72 506#: e2fsck/pass1.c:1110
f722c134
TT
507msgid "directory inode map"
508msgstr "目录inode映射"
509
9e78ef72 510#: e2fsck/pass1.c:1120
f722c134
TT
511msgid "regular file inode map"
512msgstr "普通文件inode映射"
513
9e78ef72 514#: e2fsck/pass1.c:1129 misc/e2image.c:1268
f722c134
TT
515msgid "in-use block map"
516msgstr "使用中的块映射"
517
9e78ef72
TT
518#: e2fsck/pass1.c:1138
519#, fuzzy
520msgid "metadata block map"
521msgstr "元数据块"
522
523#: e2fsck/pass1.c:1204
f722c134 524msgid "opening inode scan"
c475534c 525msgstr "打开inode扫描中"
f722c134 526
9e78ef72 527#: e2fsck/pass1.c:1242
f722c134 528msgid "getting next inode from scan"
c475534c 529msgstr "正在获取扫描中的下一个inode"
f722c134 530
9e78ef72 531#: e2fsck/pass1.c:1928
f722c134
TT
532msgid "Pass 1"
533msgstr "第1步"
534
4baef0a2 535#: e2fsck/pass1.c:1989
3be22a81 536#, c-format
f722c134 537msgid "reading indirect blocks of inode %u"
3be22a81 538msgstr ""
f722c134 539
4baef0a2 540#: e2fsck/pass1.c:2039
f722c134 541msgid "bad inode map"
c475534c 542msgstr "错误的inode映射"
f722c134 543
4baef0a2 544#: e2fsck/pass1.c:2079
f722c134 545msgid "inode in bad block map"
c475534c 546msgstr "错误块映射中的inode"
f722c134 547
4baef0a2 548#: e2fsck/pass1.c:2099
f722c134 549msgid "imagic inode map"
3be22a81 550msgstr ""
f722c134 551
4baef0a2 552#: e2fsck/pass1.c:2126
f722c134
TT
553msgid "multiply claimed block map"
554msgstr ""
555
4baef0a2 556#: e2fsck/pass1.c:2240
f722c134 557msgid "ext attr block map"
c475534c 558msgstr "ext attr 块映射"
f722c134 559
4baef0a2 560#: e2fsck/pass1.c:3407
f722c134 561#, c-format
930e2814 562msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
f722c134
TT
563msgstr ""
564
4baef0a2 565#: e2fsck/pass1.c:3822
f722c134
TT
566msgid "block bitmap"
567msgstr "块位图"
568
4baef0a2 569#: e2fsck/pass1.c:3828
f722c134
TT
570msgid "inode bitmap"
571msgstr "inode 位图"
572
4baef0a2 573#: e2fsck/pass1.c:3834
f722c134
TT
574msgid "inode table"
575msgstr "inode表"
576
9e78ef72 577#: e2fsck/pass2.c:298
f722c134
TT
578msgid "Pass 2"
579msgstr "第2步"
580
9e78ef72 581#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
f722c134
TT
582msgid "Can not continue."
583msgstr "无法继续."
584
032eafee 585#: e2fsck/pass3.c:77
f722c134
TT
586msgid "inode done bitmap"
587msgstr ""
588
032eafee 589#: e2fsck/pass3.c:86
f722c134 590msgid "Peak memory"
3be22a81 591msgstr "内存峰值"
f722c134 592
9e78ef72 593#: e2fsck/pass3.c:149
f722c134
TT
594msgid "Pass 3"
595msgstr "第3步"
596
9e78ef72 597#: e2fsck/pass3.c:344
f722c134
TT
598msgid "inode loop detection bitmap"
599msgstr ""
600
9e78ef72 601#: e2fsck/pass4.c:206
f722c134
TT
602msgid "Pass 4"
603msgstr "第4步"
604
9e78ef72 605#: e2fsck/pass5.c:81
f722c134
TT
606msgid "Pass 5"
607msgstr "第5步"
608
9e78ef72
TT
609#: 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
032eafee 617#: e2fsck/problem.c:51
f722c134
TT
618#, fuzzy
619msgid "(no prompt)"
620msgstr "(没有提示)"
621
032eafee 622#: e2fsck/problem.c:52
f722c134
TT
623msgid "Fix"
624msgstr "处理"
625
032eafee 626#: e2fsck/problem.c:53
f722c134
TT
627msgid "Clear"
628msgstr "清除"
629
032eafee 630#: e2fsck/problem.c:54
f722c134
TT
631msgid "Relocate"
632msgstr "重定位"
633
032eafee 634#: e2fsck/problem.c:55
f722c134
TT
635msgid "Allocate"
636msgstr "分配"
637
032eafee 638#: e2fsck/problem.c:56
f722c134
TT
639msgid "Expand"
640msgstr "扩充"
641
032eafee 642#: e2fsck/problem.c:57
f722c134
TT
643msgid "Connect to /lost+found"
644msgstr "连接到 /lost+found"
645
032eafee 646#: e2fsck/problem.c:58
f722c134
TT
647msgid "Create"
648msgstr "创建"
649
032eafee 650#: e2fsck/problem.c:59
f722c134
TT
651msgid "Salvage"
652msgstr "修复"
653
032eafee 654#: e2fsck/problem.c:60
f722c134
TT
655msgid "Truncate"
656msgstr "截断"
657
032eafee 658#: e2fsck/problem.c:61
f722c134 659msgid "Clear inode"
3be22a81 660msgstr "清空inode"
f722c134 661
032eafee 662#: e2fsck/problem.c:62
f722c134
TT
663msgid "Abort"
664msgstr "中断"
665
032eafee 666#: e2fsck/problem.c:63
f722c134 667msgid "Split"
c475534c 668msgstr "分裂"
f722c134 669
032eafee 670#: e2fsck/problem.c:64
f722c134
TT
671msgid "Continue"
672msgstr "继续"
673
032eafee 674#: e2fsck/problem.c:65
f722c134
TT
675msgid "Clone multiply-claimed blocks"
676msgstr ""
677
032eafee 678#: e2fsck/problem.c:66
f722c134
TT
679msgid "Delete file"
680msgstr "删除文件"
681
032eafee 682#: e2fsck/problem.c:67
f722c134
TT
683#, fuzzy
684msgid "Suppress messages"
685msgstr "不显示消息"
686
032eafee 687#: e2fsck/problem.c:68
f722c134
TT
688msgid "Unlink"
689msgstr "解除链接"
690
032eafee 691#: e2fsck/problem.c:69
f722c134 692msgid "Clear HTree index"
c475534c 693msgstr "清空 HTree 索引"
f722c134 694
032eafee 695#: e2fsck/problem.c:70
f722c134
TT
696msgid "Recreate"
697msgstr "重建"
698
032eafee 699#: e2fsck/problem.c:79
f722c134
TT
700msgid "(NONE)"
701msgstr "(空)"
702
032eafee 703#: e2fsck/problem.c:80
f722c134
TT
704msgid "FIXED"
705msgstr "已处理"
706
032eafee 707#: e2fsck/problem.c:81
f722c134
TT
708msgid "CLEARED"
709msgstr "已清除"
710
032eafee 711#: e2fsck/problem.c:82
f722c134
TT
712msgid "RELOCATED"
713msgstr "已重定位"
714
032eafee 715#: e2fsck/problem.c:83
f722c134
TT
716msgid "ALLOCATED"
717msgstr "已分配"
718
032eafee 719#: e2fsck/problem.c:84
f722c134
TT
720msgid "EXPANDED"
721msgstr "已扩充"
722
032eafee 723#: e2fsck/problem.c:85
f722c134
TT
724msgid "RECONNECTED"
725msgstr "已重新连接"
726
032eafee 727#: e2fsck/problem.c:86
f722c134
TT
728msgid "CREATED"
729msgstr "已创建"
730
032eafee 731#: e2fsck/problem.c:87
f722c134
TT
732msgid "SALVAGED"
733msgstr "已修复"
734
032eafee 735#: e2fsck/problem.c:88
f722c134 736msgid "TRUNCATED"
3be22a81 737msgstr "已截断"
f722c134 738
032eafee 739#: e2fsck/problem.c:89
f722c134
TT
740#, fuzzy
741msgid "INODE CLEARED"
742msgstr "INODE 已清除"
743
032eafee 744#: e2fsck/problem.c:90
f722c134
TT
745msgid "ABORTED"
746msgstr "已中断"
747
032eafee 748#: e2fsck/problem.c:91
f722c134
TT
749#, fuzzy
750msgid "SPLIT"
751msgstr "分裂"
752
032eafee 753#: e2fsck/problem.c:92
f722c134
TT
754msgid "CONTINUING"
755msgstr "继续"
756
032eafee 757#: e2fsck/problem.c:93
f722c134
TT
758msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
759msgstr ""
760
032eafee 761#: e2fsck/problem.c:94
f722c134
TT
762msgid "FILE DELETED"
763msgstr "文件已删除"
764
032eafee 765#: e2fsck/problem.c:95
f722c134
TT
766msgid "SUPPRESSED"
767msgstr "禁止"
768
032eafee 769#: e2fsck/problem.c:96
f722c134 770msgid "UNLINKED"
c475534c 771msgstr "已Unlink"
f722c134 772
032eafee 773#: e2fsck/problem.c:97
f722c134 774msgid "HTREE INDEX CLEARED"
c475534c 775msgstr "HTREE索引已清除"
f722c134 776
032eafee 777#: e2fsck/problem.c:98
f722c134
TT
778msgid "WILL RECREATE"
779msgstr "将会重建"
780
781#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
9e78ef72 782#: e2fsck/problem.c:110
f722c134
TT
783msgid "@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
9e78ef72 787#: e2fsck/problem.c:114
f722c134
TT
788msgid "@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
9e78ef72 793#: e2fsck/problem.c:119
f722c134
TT
794msgid ""
795"@i table for @g %g is not in @g. (@b %b)\n"
796"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
797msgstr ""
c475534c
DR
798"@g%g的@i表不在@g中。 (@b %b)\n"
799"警告:可能造成严重的数据丢失。\n"
f722c134
TT
800
801#. @-expanded: \n
196b59c8
TT
802#. @-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
f722c134
TT
804#. @-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
196b59c8
TT
806#. @-expanded: e2fsck -b 8193 <device>\n
807#. @-expanded: or\n
808#. @-expanded: e2fsck -b 32768 <device>\n
f722c134 809#. @-expanded: \n
9e78ef72 810#: e2fsck/problem.c:125
f722c134
TT
811msgid ""
812"\n"
196b59c8
TT
813"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"
f722c134
TT
815"@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"
196b59c8
TT
817" e2fsck -b 8193 <@v>\n"
818" or\n"
819" e2fsck -b 32768 <@v>\n"
f722c134
TT
820"\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
9e78ef72 826#: e2fsck/problem.c:136
f722c134
TT
827msgid ""
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 ""
c475534c
DR
832"@f的大小 (依据@S) 为 %b @b\n"
833"而@v的物理大小为 %c @b\n"
834"@S或分区表可能已被损坏!\n"
f722c134
TT
835
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
9e78ef72 839#: e2fsck/problem.c:143
f722c134
TT
840msgid ""
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
9e78ef72 847#: e2fsck/problem.c:150
f722c134
TT
848msgid "@S @bs_per_group = %b, should have been %c\n"
849msgstr ""
850
851#. @-expanded: superblock first_data_block = %b, should have been %c\n
9e78ef72 852#: e2fsck/problem.c:155
f722c134
TT
853msgid "@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
9e78ef72 858#: e2fsck/problem.c:160
f722c134
TT
859msgid ""
860"@f did not have a UUID; generating one.\n"
861"\n"
862msgstr ""
c475534c
DR
863"@f缺少UUID;正在生成一个。\n"
864"\n"
f722c134 865
9e78ef72 866#: e2fsck/problem.c:165
f722c134
TT
867#, 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
9e78ef72 878#: e2fsck/problem.c:174
f722c134
TT
879msgid "Corruption found in @S. (%s = %N).\n"
880msgstr "在@S中发现错误. (%s = %N).\n"
881
882#. @-expanded: Error determining size of the physical device: %m\n
9e78ef72 883#: e2fsck/problem.c:179
f722c134
TT
884#, 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
9e78ef72 889#: e2fsck/problem.c:184
f722c134
TT
890msgid "@i count in @S is %i, @s %j.\n"
891msgstr "@S中的@i计数为 %i,@s %j.\n"
892
9e78ef72 893#: e2fsck/problem.c:188
f722c134 894msgid "The Hurd does not support the filetype feature.\n"
c475534c 895msgstr "Hurd系统不支持filetype功能。\n"
f722c134 896
930e2814 897#. @-expanded: superblock has an invalid journal (inode %i).\n
9e78ef72 898#: e2fsck/problem.c:193
3be22a81 899#, c-format
930e2814 900msgid "@S has an @n @j (@i %i).\n"
f722c134
TT
901msgstr "@S包含@n ext3 @j(@i %i).\n"
902
903#. @-expanded: External journal has multiple filesystem users (unsupported).\n
9e78ef72 904#: e2fsck/problem.c:198
f722c134 905msgid "External @j has multiple @f users (unsupported).\n"
c475534c 906msgstr "外部@j同时有多个@f使用 (不支持)。\n"
f722c134
TT
907
908#. @-expanded: Can't find external journal\n
9e78ef72 909#: e2fsck/problem.c:203
f722c134
TT
910msgid "Can't find external @j\n"
911msgstr "无法找到外部@j\n"
912
913#. @-expanded: External journal has bad superblock\n
9e78ef72 914#: e2fsck/problem.c:208
f722c134 915msgid "External @j has bad @S\n"
c475534c 916msgstr "外部@j有错误的@S\n"
f722c134
TT
917
918#. @-expanded: External journal does not support this filesystem\n
9e78ef72 919#: e2fsck/problem.c:213
f722c134 920msgid "External @j does not support this @f\n"
c475534c 921msgstr "外部@j不支持此@f\n"
f722c134 922
930e2814 923#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
f722c134
TT
924#. @-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
9e78ef72 927#: e2fsck/problem.c:218
f722c134 928msgid ""
930e2814 929"@f @j @S is unknown type %N (unsupported).\n"
032eafee
ES
930"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
931"format.\n"
f722c134
TT
932"It is also possible the @j @S is corrupt.\n"
933msgstr ""
934
930e2814 935#. @-expanded: journal superblock is corrupt.\n
9e78ef72 936#: e2fsck/problem.c:226
930e2814 937msgid "@j @S is corrupt.\n"
3be22a81 938msgstr "@j@S已损坏.\n"
f722c134 939
cd75fb04 940#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
9e78ef72 941#: e2fsck/problem.c:231
cd75fb04
TT
942#, fuzzy
943msgid "@S has_@j flag is clear, but a @j is present.\n"
c475534c 944msgstr "@S没有has_journal标志,但是存在一个@j %s。\n"
f722c134 945
930e2814 946#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
9e78ef72 947#: e2fsck/problem.c:236
930e2814 948msgid "@S needs_recovery flag is set, but no @j is present.\n"
c475534c 949msgstr "@S有needs_recovery标志,但是没有@j存在。\n"
f722c134 950
930e2814 951#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
9e78ef72 952#: e2fsck/problem.c:241
930e2814 953msgid "@S needs_recovery flag is clear, but @j has data.\n"
c475534c 954msgstr "@S没有needs_recovery标志,但是@j中没有数据。\n"
f722c134
TT
955
956#. @-expanded: Clear journal
9e78ef72 957#: e2fsck/problem.c:246
f722c134
TT
958#, fuzzy
959msgid "Clear @j"
960msgstr "清除@j"
961
930e2814 962#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
9e78ef72 963#: e2fsck/problem.c:251 e2fsck/problem.c:729
930e2814 964msgid "@f has feature flag(s) set, but is a revision 0 @f. "
f722c134
TT
965msgstr ""
966
967#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
9e78ef72 968#: e2fsck/problem.c:256
f722c134
TT
969msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
970msgstr ""
971
3be22a81 972#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
9e78ef72 973#: e2fsck/problem.c:261
3be22a81 974msgid "@I %B (%b) found in @o @i %i.\n"
f722c134
TT
975msgstr ""
976
3be22a81 977#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
9e78ef72 978#: e2fsck/problem.c:266
3be22a81 979msgid "Already cleared %B (%b) found in @o @i %i.\n"
c475534c 980msgstr "已经清除在@o@i %i中的%B (%b)。\n"
f722c134
TT
981
982#. @-expanded: illegal orphaned inode %i in superblock.\n
9e78ef72 983#: e2fsck/problem.c:271
f722c134
TT
984#, 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
9e78ef72 989#: e2fsck/problem.c:276
f722c134
TT
990#, c-format
991msgid "@I @i %i in @o @i list.\n"
992msgstr ""
993
930e2814 994#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
9e78ef72 995#: e2fsck/problem.c:281
930e2814 996msgid "@j @S has an unknown read-only feature flag set.\n"
f722c134
TT
997msgstr ""
998
930e2814 999#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
9e78ef72 1000#: e2fsck/problem.c:286
930e2814 1001msgid "@j @S has an unknown incompatible feature flag set.\n"
f722c134
TT
1002msgstr ""
1003
1004#. @-expanded: journal version not supported by this e2fsck.\n
9e78ef72 1005#: e2fsck/problem.c:291
f722c134
TT
1006msgid "@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
9e78ef72 1011#: e2fsck/problem.c:296
f722c134
TT
1012#, 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
9e78ef72 1020#: e2fsck/problem.c:301
3be22a81 1021#, c-format
f722c134
TT
1022msgid ""
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
9e78ef72 1032#: e2fsck/problem.c:306
f722c134
TT
1033msgid ""
1034"Found @n V2 @j @S fields (from V1 @j).\n"
1035"Clearing fields beyond the V1 @j @S...\n"
1036"\n"
1037msgstr ""
1038
930e2814 1039#. @-expanded: Run journal anyway
9e78ef72 1040#: e2fsck/problem.c:312
930e2814
TT
1041#, fuzzy
1042msgid "Run @j anyway"
1043msgstr "强制@j"
1044
1045#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
9e78ef72 1046#: e2fsck/problem.c:317
930e2814
TT
1047msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1048msgstr ""
1049
f722c134
TT
1050#. @-expanded: Backing up journal inode block information.\n
1051#. @-expanded: \n
9e78ef72 1052#: e2fsck/problem.c:322
f722c134
TT
1053msgid ""
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.
9e78ef72 1060#: e2fsck/problem.c:327
f722c134
TT
1061msgid ""
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.
9e78ef72 1067#: e2fsck/problem.c:333
f722c134
TT
1068msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1069msgstr ""
1070
1071#. @-expanded: Resize inode not valid.
9e78ef72 1072#: e2fsck/problem.c:338
f722c134
TT
1073msgid "Resize @i not valid. "
1074msgstr ""
1075
3be22a81
DR
1076#. @-expanded: superblock last mount time (%t,\n
1077#. @-expanded: \tnow = %T) is in the future.\n
9e78ef72 1078#: e2fsck/problem.c:343
3be22a81
DR
1079msgid ""
1080"@S last mount time (%t,\n"
1081"\tnow = %T) is in the future.\n"
f722c134
TT
1082msgstr ""
1083
3be22a81
DR
1084#. @-expanded: superblock last write time (%t,\n
1085#. @-expanded: \tnow = %T) is in the future.\n
9e78ef72 1086#: e2fsck/problem.c:348
3be22a81
DR
1087msgid ""
1088"@S last write time (%t,\n"
1089"\tnow = %T) is in the future.\n"
f722c134
TT
1090msgstr ""
1091
1092#. @-expanded: superblock hint for external superblock should be %X.
9e78ef72 1093#: e2fsck/problem.c:352
f722c134
TT
1094#, c-format
1095msgid "@S hint for external superblock @s %X. "
1096msgstr ""
1097
1098#. @-expanded: Adding dirhash hint to filesystem.\n
1099#. @-expanded: \n
9e78ef72 1100#: e2fsck/problem.c:357
f722c134
TT
1101msgid ""
1102"Adding dirhash hint to @f.\n"
1103"\n"
1104msgstr ""
1105
032eafee 1106#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
9e78ef72 1107#: e2fsck/problem.c:362
032eafee 1108msgid "@g descriptor %g checksum is %04x, should be %04y. "
f722c134
TT
1109msgstr ""
1110
1111#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
9e78ef72 1112#: e2fsck/problem.c:367
f722c134
TT
1113#, c-format
1114msgid "@g descriptor %g marked uninitialized without feature set.\n"
1115msgstr ""
1116
f722c134 1117#. @-expanded: group descriptor %g has invalid unused inodes count %b.
9e78ef72 1118#: e2fsck/problem.c:372
f722c134
TT
1119msgid "@g descriptor %g has invalid unused inodes count %b. "
1120msgstr ""
1121
1122#. @-expanded: Last group block bitmap uninitialized.
9e78ef72 1123#: e2fsck/problem.c:377
f722c134
TT
1124msgid "Last @g @b @B uninitialized. "
1125msgstr "最后一个@g的@b@B未初始化. "
1126
9e78ef72 1127#: e2fsck/problem.c:382
f722c134
TT
1128#, c-format
1129msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1130msgstr ""
1131
9e78ef72 1132#: e2fsck/problem.c:386
930e2814
TT
1133msgid "The test_fs flag is set (and ext4 is available). "
1134msgstr ""
1135
3be22a81
DR
1136#. @-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
e622f9a1 1138#. @-expanded: set)\n
9e78ef72 1139#: e2fsck/problem.c:391
3be22a81
DR
1140msgid ""
1141"@S last mount time is in the future.\n"
032eafee 1142"\t(by less than a day, probably due to the hardware clock being incorrectly "
e622f9a1 1143"set)\n"
3be22a81
DR
1144msgstr ""
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
e622f9a1 1148#. @-expanded: set)\n
9e78ef72 1149#: e2fsck/problem.c:397
3be22a81
DR
1150msgid ""
1151"@S last write time is in the future.\n"
032eafee 1152"\t(by less than a day, probably due to the hardware clock being incorrectly "
e622f9a1 1153"set)\n"
3be22a81
DR
1154msgstr ""
1155
1156#. @-expanded: One or more block group descriptor checksums are invalid.
9e78ef72 1157#: e2fsck/problem.c:403
3be22a81
DR
1158msgid "One or more @b @g descriptor checksums are invalid. "
1159msgstr ""
1160
032eafee 1161#. @-expanded: Setting free inodes count to %j (was %i)\n
9e78ef72 1162#: e2fsck/problem.c:408
032eafee
ES
1163msgid "Setting free @is count to %j (was %i)\n"
1164msgstr ""
1165
1166#. @-expanded: Setting free blocks count to %c (was %b)\n
9e78ef72 1167#: e2fsck/problem.c:413
032eafee
ES
1168msgid "Setting free @bs count to %c (was %b)\n"
1169msgstr ""
1170
1171#. @-expanded: Making quota inode %i (%Q) hidden.\n
9e78ef72 1172#: e2fsck/problem.c:418
032eafee
ES
1173msgid "Making @q @i %i (%Q) hidden.\n"
1174msgstr ""
1175
1176#. @-expanded: superblock has invalid MMP block.
9e78ef72 1177#: e2fsck/problem.c:423
032eafee
ES
1178#, fuzzy
1179msgid "@S has invalid MMP block. "
1180msgstr "无效的块大小 - %s"
1181
1182#. @-expanded: superblock has invalid MMP magic.
9e78ef72 1183#: e2fsck/problem.c:428
032eafee
ES
1184msgid "@S has invalid MMP magic. "
1185msgstr ""
1186
9e78ef72 1187#: e2fsck/problem.c:433
032eafee
ES
1188#, c-format
1189msgid "ext2fs_open2: %m\n"
1190msgstr ""
1191
9e78ef72 1192#: e2fsck/problem.c:438
032eafee
ES
1193#, c-format
1194msgid "ext2fs_check_desc: %m\n"
1195msgstr ""
1196
9e78ef72
TT
1197#. @-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
196b59c8 1210#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
9e78ef72 1211#: e2fsck/problem.c:457
196b59c8
TT
1212msgid "@S 64bit filesystems needs extents to access the whole disk. "
1213msgstr ""
1214
9e78ef72 1215#: e2fsck/problem.c:462
bd38698b
TT
1216msgid "First_meta_bg is too big. (%N, max value %g). "
1217msgstr ""
1218
9e78ef72
TT
1219#. @-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
196b59c8 1230#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
9e78ef72 1231#: e2fsck/problem.c:479
f722c134
TT
1232msgid "Pass 1: Checking @is, @bs, and sizes\n"
1233msgstr "第一步: 检查@i,@b,和大小\n"
1234
1235#. @-expanded: root inode is not a directory.
9e78ef72 1236#: e2fsck/problem.c:483
f722c134
TT
1237msgid "@r is not a @d. "
1238msgstr "@r不是一个@d. "
1239
1240#. @-expanded: root inode has dtime set (probably due to old mke2fs).
9e78ef72 1241#: e2fsck/problem.c:488
f722c134
TT
1242msgid "@r has dtime set (probably due to old mke2fs). "
1243msgstr ""
1244
1245#. @-expanded: Reserved inode %i (%Q) has invalid mode.
9e78ef72 1246#: e2fsck/problem.c:493
f722c134
TT
1247msgid "Reserved @i %i (%Q) has @n mode. "
1248msgstr "保留的@i %i (%Q) 的模式无效. "
1249
1250#. @-expanded: deleted inode %i has zero dtime.
9e78ef72 1251#: e2fsck/problem.c:498
f722c134
TT
1252#, c-format
1253msgid "@D @i %i has zero dtime. "
1254msgstr ""
1255
1256#. @-expanded: inode %i is in use, but has dtime set.
9e78ef72 1257#: e2fsck/problem.c:503
f722c134
TT
1258#, c-format
1259msgid "@i %i is in use, but has dtime set. "
1260msgstr ""
1261
1262#. @-expanded: inode %i is a zero-length directory.
9e78ef72 1263#: e2fsck/problem.c:508
f722c134
TT
1264#, 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
9e78ef72 1269#: e2fsck/problem.c:513
f722c134
TT
1270msgid "@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
9e78ef72 1274#: e2fsck/problem.c:518
f722c134
TT
1275msgid "@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
9e78ef72 1279#: e2fsck/problem.c:523
f722c134
TT
1280msgid "@g %g's @i table at %b @C.\n"
1281msgstr ""
1282
1283#. @-expanded: group %g's block bitmap (%b) is bad.
9e78ef72 1284#: e2fsck/problem.c:528
f722c134
TT
1285msgid "@g %g's @b @B (%b) is bad. "
1286msgstr ""
1287
1288#. @-expanded: group %g's inode bitmap (%b) is bad.
9e78ef72 1289#: e2fsck/problem.c:533
f722c134
TT
1290msgid "@g %g's @i @B (%b) is bad. "
1291msgstr ""
1292
1293#. @-expanded: inode %i, i_size is %Is, should be %N.
9e78ef72 1294#: e2fsck/problem.c:538
f722c134
TT
1295msgid "@i %i, i_size is %Is, @s %N. "
1296msgstr ""
1297
1298#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
9e78ef72 1299#: e2fsck/problem.c:543
f722c134
TT
1300msgid "@i %i, i_@bs is %Ib, @s %N. "
1301msgstr ""
1302
3be22a81 1303#. @-expanded: illegal %B (%b) in inode %i.
9e78ef72 1304#: e2fsck/problem.c:548
3be22a81 1305msgid "@I %B (%b) in @i %i. "
f722c134
TT
1306msgstr ""
1307
3be22a81 1308#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
9e78ef72 1309#: e2fsck/problem.c:553
3be22a81 1310msgid "%B (%b) overlaps @f metadata in @i %i. "
f722c134
TT
1311msgstr ""
1312
1313#. @-expanded: inode %i has illegal block(s).
9e78ef72 1314#: e2fsck/problem.c:558
f722c134
TT
1315#, c-format
1316msgid "@i %i has illegal @b(s). "
1317msgstr "@i %i 中包含非法@b. "
1318
1319#. @-expanded: Too many illegal blocks in inode %i.\n
9e78ef72 1320#: e2fsck/problem.c:563
3be22a81 1321#, c-format
f722c134
TT
1322msgid "Too many illegal @bs in @i %i.\n"
1323msgstr "@i %i 中包含了过多的非法@b.\n"
1324
3be22a81 1325#. @-expanded: illegal %B (%b) in bad block inode.
9e78ef72 1326#: e2fsck/problem.c:568
3be22a81 1327msgid "@I %B (%b) in bad @b @i. "
f722c134
TT
1328msgstr ""
1329
1330#. @-expanded: Bad block inode has illegal block(s).
9e78ef72 1331#: e2fsck/problem.c:573
f722c134
TT
1332msgid "Bad @b @i has illegal @b(s). "
1333msgstr ""
1334
1335#. @-expanded: Duplicate or bad block in use!\n
9e78ef72 1336#: e2fsck/problem.c:578
f722c134
TT
1337msgid "Duplicate or bad @b in use!\n"
1338msgstr ""
1339
1340#. @-expanded: Bad block %b used as bad block inode indirect block.
9e78ef72 1341#: e2fsck/problem.c:583
f722c134
TT
1342msgid "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
9e78ef72 1349#: e2fsck/problem.c:588
f722c134
TT
1350msgid ""
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
9e78ef72 1359#: e2fsck/problem.c:595
f722c134
TT
1360msgid ""
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
9e78ef72 1368#: e2fsck/problem.c:600
f722c134
TT
1369msgid ""
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
9e78ef72 1376#: e2fsck/problem.c:606
f722c134
TT
1377msgid "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
9e78ef72 1381#: e2fsck/problem.c:611
f722c134
TT
1382msgid "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
9e78ef72 1386#: e2fsck/problem.c:617
f722c134
TT
1387msgid "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
9e78ef72 1391#: e2fsck/problem.c:622
f722c134
TT
1392msgid "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
9e78ef72 1396#: e2fsck/problem.c:628
f722c134
TT
1397msgid "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
9e78ef72 1401#: e2fsck/problem.c:634
f722c134
TT
1402msgid "@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
9e78ef72 1406#: e2fsck/problem.c:639
f722c134
TT
1407#, c-format
1408msgid "@A @b buffer for relocating %s\n"
1409msgstr ""
1410
1411#. @-expanded: Relocating group %g's %s from %b to %c...\n
9e78ef72 1412#: e2fsck/problem.c:644
f722c134
TT
1413msgid "Relocating @g %g's %s from %b to %c...\n"
1414msgstr ""
1415
1416#. @-expanded: Relocating group %g's %s to %c...\n
9e78ef72 1417#: e2fsck/problem.c:649
f722c134
TT
1418#, 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
9e78ef72 1423#: e2fsck/problem.c:654
f722c134
TT
1424msgid "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
9e78ef72 1428#: e2fsck/problem.c:659
f722c134
TT
1429msgid "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
9e78ef72 1433#: e2fsck/problem.c:664 e2fsck/problem.c:1725
f722c134
TT
1434msgid "@A @i @B (%N): %m\n"
1435msgstr ""
1436
1437#. @-expanded: error allocating block bitmap (%N): %m\n
9e78ef72 1438#: e2fsck/problem.c:669
f722c134
TT
1439msgid "@A @b @B (%N): %m\n"
1440msgstr ""
1441
1442#. @-expanded: error allocating icount link information: %m\n
9e78ef72 1443#: e2fsck/problem.c:674
f722c134
TT
1444#, c-format
1445msgid "@A icount link information: %m\n"
1446msgstr ""
1447
1448#. @-expanded: error allocating directory block array: %m\n
9e78ef72 1449#: e2fsck/problem.c:679
f722c134
TT
1450#, c-format
1451msgid "@A @d @b array: %m\n"
1452msgstr "分配@d@b数组时出错: %m\n"
1453
1454#. @-expanded: Error while scanning inodes (%i): %m\n
9e78ef72 1455#: e2fsck/problem.c:684
f722c134
TT
1456#, c-format
1457msgid "Error while scanning @is (%i): %m\n"
1458msgstr ""
1459
1460#. @-expanded: Error while iterating over blocks in inode %i: %m\n
9e78ef72 1461#: e2fsck/problem.c:689
f722c134
TT
1462#, 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
9e78ef72 1467#: e2fsck/problem.c:694
f722c134
TT
1468msgid "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
9e78ef72 1472#: e2fsck/problem.c:699
f722c134
TT
1473msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1474msgstr ""
1475
1476#. @-expanded: Error reading inode %i: %m\n
9e78ef72 1477#: e2fsck/problem.c:705
f722c134
TT
1478#, c-format
1479msgid "Error reading @i %i: %m\n"
1480msgstr "读取@i %i出错: %m\n"
1481
1482#. @-expanded: inode %i has imagic flag set.
9e78ef72 1483#: e2fsck/problem.c:713
f722c134
TT
1484#, 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.
9e78ef72 1490#: e2fsck/problem.c:718
f722c134
TT
1491#, c-format
1492msgid ""
1493"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1494"or append-only flag set. "
1495msgstr ""
1496
f722c134 1497#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
9e78ef72 1498#: e2fsck/problem.c:724
f722c134
TT
1499#, 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.
9e78ef72 1504#: e2fsck/problem.c:734
f722c134
TT
1505msgid "@j @i is not in use, but contains data. "
1506msgstr ""
1507
1508#. @-expanded: journal is not regular file.
9e78ef72 1509#: e2fsck/problem.c:739
f722c134
TT
1510msgid "@j is not regular file. "
1511msgstr "@j不是普通文件. "
1512
1513#. @-expanded: inode %i was part of the orphaned inode list.
9e78ef72 1514#: e2fsck/problem.c:744
f722c134
TT
1515#, 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.
9e78ef72 1520#: e2fsck/problem.c:750
f722c134
TT
1521msgid "@is that were part of a corrupted orphan linked list found. "
1522msgstr ""
1523
1524#. @-expanded: error allocating refcount structure (%N): %m\n
9e78ef72 1525#: e2fsck/problem.c:755
f722c134
TT
1526msgid "@A refcount structure (%N): %m\n"
1527msgstr ""
1528
1529#. @-expanded: Error reading extended attribute block %b for inode %i.
9e78ef72 1530#: e2fsck/problem.c:760
f722c134
TT
1531msgid "Error reading @a @b %b for @i %i. "
1532msgstr ""
1533
1534#. @-expanded: inode %i has a bad extended attribute block %b.
9e78ef72 1535#: e2fsck/problem.c:765
f722c134
TT
1536msgid "@i %i has a bad @a @b %b. "
1537msgstr ""
1538
1539#. @-expanded: Error reading extended attribute block %b (%m).
9e78ef72 1540#: e2fsck/problem.c:770
f722c134
TT
1541msgid "Error reading @a @b %b (%m). "
1542msgstr ""
1543
3be22a81 1544#. @-expanded: extended attribute block %b has reference count %r, should be %N.
9e78ef72 1545#: e2fsck/problem.c:775
3be22a81 1546msgid "@a @b %b has reference count %r, @s %N. "
f722c134
TT
1547msgstr ""
1548
1549#. @-expanded: Error writing extended attribute block %b (%m).
9e78ef72 1550#: e2fsck/problem.c:780
f722c134
TT
1551msgid "Error writing @a @b %b (%m). "
1552msgstr ""
1553
1554#. @-expanded: extended attribute block %b has h_blocks > 1.
9e78ef72 1555#: e2fsck/problem.c:785
f722c134
TT
1556msgid "@a @b %b has h_@bs > 1. "
1557msgstr ""
1558
9e78ef72
TT
1559#. @-expanded: error allocating extended attribute region allocation structure.
1560#: e2fsck/problem.c:790
1561msgid "@A @a region allocation structure. "
f722c134
TT
1562msgstr ""
1563
1564#. @-expanded: extended attribute block %b is corrupt (allocation collision).
9e78ef72 1565#: e2fsck/problem.c:795
f722c134
TT
1566msgid "@a @b %b is corrupt (allocation collision). "
1567msgstr ""
1568
1569#. @-expanded: extended attribute block %b is corrupt (invalid name).
9e78ef72 1570#: e2fsck/problem.c:800
f722c134
TT
1571msgid "@a @b %b is corrupt (@n name). "
1572msgstr ""
1573
1574#. @-expanded: extended attribute block %b is corrupt (invalid value).
9e78ef72 1575#: e2fsck/problem.c:805
f722c134
TT
1576msgid "@a @b %b is corrupt (@n value). "
1577msgstr ""
1578
1579#. @-expanded: inode %i is too big.
9e78ef72 1580#: e2fsck/problem.c:810
f722c134
TT
1581#, c-format
1582msgid "@i %i is too big. "
1583msgstr "@i %i 过大. "
1584
3be22a81 1585#. @-expanded: %B (%b) causes directory to be too big.
9e78ef72 1586#: e2fsck/problem.c:814
3be22a81 1587msgid "%B (%b) causes @d to be too big. "
f722c134
TT
1588msgstr ""
1589
9e78ef72 1590#: e2fsck/problem.c:819
3be22a81 1591msgid "%B (%b) causes file to be too big. "
f722c134
TT
1592msgstr ""
1593
9e78ef72 1594#: e2fsck/problem.c:824
3be22a81 1595msgid "%B (%b) causes symlink to be too big. "
f722c134
TT
1596msgstr ""
1597
1598#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
9e78ef72 1599#: e2fsck/problem.c:829
f722c134
TT
1600#, 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
9e78ef72 1605#: e2fsck/problem.c:834
f722c134
TT
1606#, 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
9e78ef72 1611#: e2fsck/problem.c:839
f722c134
TT
1612#, 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
9e78ef72 1617#: e2fsck/problem.c:844
f722c134
TT
1618msgid "@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
9e78ef72 1622#: e2fsck/problem.c:849
f722c134
TT
1623#, 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
9e78ef72 1628#: e2fsck/problem.c:854
f722c134
TT
1629msgid "@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.
9e78ef72 1634#: e2fsck/problem.c:859
f722c134
TT
1635msgid ""
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.
9e78ef72 1641#: e2fsck/problem.c:865
f722c134
TT
1642#, c-format
1643msgid "Resize @i (re)creation failed: %m."
1644msgstr ""
1645
1646#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
9e78ef72 1647#: e2fsck/problem.c:870
f722c134
TT
1648msgid "@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
9e78ef72 1652#: e2fsck/problem.c:875
f722c134
TT
1653msgid "@a in @i %i has a namelen (%N) which is @n\n"
1654msgstr ""
1655
f722c134 1656#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
9e78ef72 1657#: e2fsck/problem.c:880
f722c134
TT
1658msgid "@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
9e78ef72 1662#: e2fsck/problem.c:885
f722c134
TT
1663msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1664msgstr ""
1665
930e2814 1666#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
9e78ef72 1667#: e2fsck/problem.c:890
930e2814
TT
1668msgid "@a in @i %i has a value size (%N) which is @n\n"
1669msgstr ""
1670
f722c134 1671#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
9e78ef72 1672#: e2fsck/problem.c:895
f722c134
TT
1673msgid "@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
9e78ef72 1677#: e2fsck/problem.c:900
f722c134
TT
1678msgid "@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
9e78ef72 1682#: e2fsck/problem.c:905
f722c134
TT
1683#, c-format
1684msgid "Error while reading over @x tree in @i %i: %m\n"
1685msgstr ""
1686
930e2814
TT
1687#. @-expanded: Failed to iterate extents in inode %i\n
1688#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
9e78ef72 1689#: e2fsck/problem.c:910
930e2814
TT
1690msgid ""
1691"Failed to iterate extents in @i %i\n"
1692"\t(op %s, blk %b, lblk %c): %m\n"
f722c134
TT
1693msgstr ""
1694
1695#. @-expanded: inode %i has an invalid extent\n
1696#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
9e78ef72 1697#: e2fsck/problem.c:916
f722c134
TT
1698msgid ""
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
9e78ef72 1705#: e2fsck/problem.c:921
f722c134
TT
1706msgid ""
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
9e78ef72 1712#: e2fsck/problem.c:926
f722c134
TT
1713#, 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
9e78ef72 1718#: e2fsck/problem.c:931
f722c134
TT
1719#, 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
9e78ef72 1724#: e2fsck/problem.c:936
f722c134
TT
1725#, c-format
1726msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1727msgstr ""
1728
9e78ef72 1729#: e2fsck/problem.c:941
f722c134
TT
1730#, 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
9e78ef72 1736#: e2fsck/problem.c:946
f722c134
TT
1737msgid ""
1738"@i %i has out of order extents\n"
1739"\t(@n logical @b %c, physical @b %b, len %N)\n"
1740msgstr ""
1741
930e2814 1742#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
9e78ef72 1743#: e2fsck/problem.c:950
930e2814
TT
1744msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1745msgstr ""
1746
032eafee 1747#. @-expanded: Error converting subcluster block bitmap: %m\n
9e78ef72 1748#: e2fsck/problem.c:955
032eafee
ES
1749#, 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.
9e78ef72 1754#: e2fsck/problem.c:960
032eafee
ES
1755#, fuzzy
1756msgid "@q @i is not regular file. "
1757msgstr "@j不是普通文件. "
1758
1759#. @-expanded: quota inode is not in use, but contains data.
9e78ef72 1760#: e2fsck/problem.c:965
032eafee
ES
1761msgid "@q @i is not in use, but contains data. "
1762msgstr ""
1763
1764#. @-expanded: quota inode is visible to the user.
9e78ef72 1765#: e2fsck/problem.c:970
032eafee
ES
1766msgid "@q @i is visible to the user. "
1767msgstr ""
1768
1769#. @-expanded: The bad block inode looks invalid.
9e78ef72 1770#: e2fsck/problem.c:975
032eafee
ES
1771#, 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
9e78ef72 1777#: e2fsck/problem.c:980
032eafee
ES
1778msgid ""
1779"@i %i has zero length extent\n"
1780"\t(@n logical @b %c, physical @b %b)\n"
296b9d69
TT
1781msgstr ""
1782
9e78ef72
TT
1783#. @-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
196b59c8
TT
1814#. @-expanded: Interior extent node level %N of inode %i:\n
1815#. @-expanded: Logical start %b does not match logical start %c at next level.
9e78ef72 1816#: e2fsck/problem.c:1019
196b59c8
TT
1817msgid ""
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
9e78ef72 1824#: e2fsck/problem.c:1025
196b59c8
TT
1825msgid ""
1826"@i %i, end of extent exceeds allowed value\n"
1827"\t(logical @b %c, physical @b %b, len %N)\n"
1828msgstr ""
1829
9e78ef72
TT
1830#. @-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
bd38698b 1848#. @-expanded: directory inode %i block %b should be at block %c.
9e78ef72 1849#: e2fsck/problem.c:1048
bd38698b
TT
1850msgid "@d @i %i @b %b should be at @b %c. "
1851msgstr ""
1852
1853#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
9e78ef72 1854#: e2fsck/problem.c:1053
bd38698b
TT
1855#, 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
9e78ef72 1861#: e2fsck/problem.c:1058
bd38698b
TT
1862msgid ""
1863"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1864"Will fix in pass 1B.\n"
1865msgstr ""
1866
9e78ef72
TT
1867#. @-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
f722c134
TT
1952#. @-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
9e78ef72 1955#: e2fsck/problem.c:1136
f722c134
TT
1956msgid ""
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:
9e78ef72 1963#: e2fsck/problem.c:1142
f722c134
TT
1964#, c-format
1965msgid "@m @b(s) in @i %i:"
1966msgstr ""
1967
9e78ef72 1968#: e2fsck/problem.c:1157
f722c134
TT
1969#, c-format
1970msgid "Error while scanning inodes (%i): %m\n"
1971msgstr ""
1972
1973#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
9e78ef72 1974#: e2fsck/problem.c:1162
f722c134
TT
1975#, 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
9e78ef72 1980#: e2fsck/problem.c:1167
f722c134
TT
1981#, 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
9e78ef72 1986#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
f722c134
TT
1987msgid "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
9e78ef72 1991#: e2fsck/problem.c:1182
f722c134
TT
1992msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1993msgstr ""
1994
1995#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
9e78ef72 1996#: e2fsck/problem.c:1188
f722c134
TT
1997msgid "Pass 1D: Reconciling @m @bs\n"
1998msgstr ""
1999
2000#. @-expanded: File %Q (inode #%i, mod time %IM) \n
3be22a81 2001#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
9e78ef72 2002#: e2fsck/problem.c:1193
f722c134
TT
2003msgid ""
2004"File %Q (@i #%i, mod time %IM) \n"
3be22a81 2005" has %r @m @b(s), shared with %N file(s):\n"
f722c134
TT
2006msgstr ""
2007
2008#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
9e78ef72 2009#: e2fsck/problem.c:1199
f722c134
TT
2010msgid "\t%Q (@i #%i, mod time %IM)\n"
2011msgstr ""
2012
2013#. @-expanded: \t<filesystem metadata>\n
9e78ef72 2014#: e2fsck/problem.c:1204
f722c134
TT
2015msgid "\t<@f metadata>\n"
2016msgstr "\t<@f元数据>\n"
2017
2018#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2019#. @-expanded: \n
9e78ef72 2020#: e2fsck/problem.c:1209
f722c134
TT
2021msgid ""
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
9e78ef72 2028#: e2fsck/problem.c:1214
f722c134
TT
2029msgid ""
2030"@m @bs already reassigned or cloned.\n"
2031"\n"
2032msgstr ""
2033
9e78ef72 2034#: e2fsck/problem.c:1227
f722c134
TT
2035#, c-format
2036msgid "Couldn't clone file: %m\n"
2037msgstr ""
2038
9e78ef72
TT
2039#. @-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
f722c134 2070#. @-expanded: Pass 2: Checking directory structure\n
9e78ef72 2071#: e2fsck/problem.c:1275
f722c134
TT
2072msgid "Pass 2: Checking @d structure\n"
2073msgstr "第二步: 检查目录结构\n"
2074
2075#. @-expanded: invalid inode number for '.' in directory inode %i.\n
9e78ef72 2076#: e2fsck/problem.c:1280
f722c134
TT
2077#, 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
9e78ef72 2082#: e2fsck/problem.c:1285
f722c134
TT
2083msgid "@E has @n @i #: %Di.\n"
2084msgstr ""
2085
2086#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
9e78ef72 2087#: e2fsck/problem.c:1290
f722c134
TT
2088msgid "@E has @D/unused @i %Di. "
2089msgstr ""
2090
2091#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
9e78ef72 2092#: e2fsck/problem.c:1295
f722c134
TT
2093msgid "@E @L to '.' "
2094msgstr ""
2095
2096#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
9e78ef72 2097#: e2fsck/problem.c:1300
f722c134
TT
2098msgid "@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
9e78ef72 2102#: e2fsck/problem.c:1305
f722c134
TT
2103msgid "@E @L to @d %P (%Di).\n"
2104msgstr ""
2105
2106#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
9e78ef72 2107#: e2fsck/problem.c:1310
f722c134
TT
2108msgid "@E @L to the @r.\n"
2109msgstr ""
2110
2111#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
9e78ef72 2112#: e2fsck/problem.c:1315
f722c134
TT
2113msgid "@E has illegal characters in its name.\n"
2114msgstr ""
2115
2116#. @-expanded: Missing '.' in directory inode %i.\n
9e78ef72 2117#: e2fsck/problem.c:1320
f722c134
TT
2118#, c-format
2119msgid "Missing '.' in @d @i %i.\n"
2120msgstr "@d@i %i 中缺少 '.'.\n"
2121
2122#. @-expanded: Missing '..' in directory inode %i.\n
9e78ef72 2123#: e2fsck/problem.c:1325
f722c134
TT
2124#, 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
9e78ef72 2129#: e2fsck/problem.c:1330
f722c134
TT
2130msgid "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
9e78ef72 2134#: e2fsck/problem.c:1335
f722c134
TT
2135msgid "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
9e78ef72 2139#: e2fsck/problem.c:1340
f722c134
TT
2140msgid "i_faddr @F %IF, @s zero.\n"
2141msgstr ""
2142
2143#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
9e78ef72 2144#: e2fsck/problem.c:1345
f722c134
TT
2145msgid "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
9e78ef72 2149#: e2fsck/problem.c:1350
f722c134
TT
2150msgid "i_dir_acl @F %Id, @s zero.\n"
2151msgstr ""
2152
2153#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
9e78ef72 2154#: e2fsck/problem.c:1355
f722c134
TT
2155msgid "i_frag @F %N, @s zero.\n"
2156msgstr ""
2157
2158#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
9e78ef72 2159#: e2fsck/problem.c:1360
f722c134
TT
2160msgid "i_fsize @F %N, @s zero.\n"
2161msgstr ""
2162
2163#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
9e78ef72 2164#: e2fsck/problem.c:1365
f722c134
TT
2165msgid "@i %i (%Q) has @n mode (%Im).\n"
2166msgstr "@i %i (%Q) 有@n模式 (%Im).\n"
2167
3be22a81 2168#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
9e78ef72 2169#: e2fsck/problem.c:1370
3be22a81 2170msgid "@d @i %i, %B, offset %N: @d corrupted\n"
f722c134
TT
2171msgstr "@d@i %i, 第 %B @b, 偏移量 %N: @d损坏\n"
2172
3be22a81 2173#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
9e78ef72 2174#: e2fsck/problem.c:1375
3be22a81 2175msgid "@d @i %i, %B, offset %N: filename too long\n"
f722c134
TT
2176msgstr "@d@i %i, 第 %B @b, 偏移量 %N: 文件名过长\n"
2177
3be22a81 2178#. @-expanded: directory inode %i has an unallocated %B.
9e78ef72 2179#: e2fsck/problem.c:1380
3be22a81
DR
2180msgid "@d @i %i has an unallocated %B. "
2181msgstr "@d@i %i 中含有未分配的@b #%B. "
f722c134
TT
2182
2183#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
9e78ef72 2184#: e2fsck/problem.c:1385
f722c134
TT
2185#, 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
9e78ef72 2190#: e2fsck/problem.c:1390
f722c134
TT
2191#, 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
9e78ef72 2196#: e2fsck/problem.c:1395
f722c134
TT
2197msgid "@i %i (%Q) is an @I character @v.\n"
2198msgstr ""
2199
2200#. @-expanded: inode %i (%Q) is an illegal block device.\n
9e78ef72 2201#: e2fsck/problem.c:1400
f722c134
TT
2202msgid "@i %i (%Q) is an @I @b @v.\n"
2203msgstr ""
2204
2205#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
9e78ef72 2206#: e2fsck/problem.c:1405
f722c134
TT
2207msgid "@E is duplicate '.' @e.\n"
2208msgstr ""
2209
2210#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
9e78ef72 2211#: e2fsck/problem.c:1410
f722c134
TT
2212msgid "@E is duplicate '..' @e.\n"
2213msgstr ""
2214
9e78ef72 2215#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
f722c134
TT
2216#, 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
9e78ef72 2221#: e2fsck/problem.c:1420
f722c134
TT
2222msgid "@E has rec_len of %Dr, @s %N.\n"
2223msgstr ""
2224
2225#. @-expanded: error allocating icount structure: %m\n
9e78ef72 2226#: e2fsck/problem.c:1425
f722c134
TT
2227#, c-format
2228msgid "@A icount structure: %m\n"
2229msgstr ""
2230
2231#. @-expanded: Error iterating over directory blocks: %m\n
9e78ef72 2232#: e2fsck/problem.c:1430
f722c134
TT
2233#, c-format
2234msgid "Error iterating over @d @bs: %m\n"
2235msgstr ""
2236
2237#. @-expanded: Error reading directory block %b (inode %i): %m\n
9e78ef72 2238#: e2fsck/problem.c:1435
f722c134
TT
2239msgid "Error reading @d @b %b (@i %i): %m\n"
2240msgstr ""
2241
2242#. @-expanded: Error writing directory block %b (inode %i): %m\n
9e78ef72 2243#: e2fsck/problem.c:1440
f722c134
TT
2244msgid "Error writing @d @b %b (@i %i): %m\n"
2245msgstr ""
2246
2247#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
9e78ef72 2248#: e2fsck/problem.c:1445
f722c134
TT
2249#, c-format
2250msgid "@A new @d @b for @i %i (%s): %m\n"
2251msgstr ""
2252
2253#. @-expanded: Error deallocating inode %i: %m\n
9e78ef72 2254#: e2fsck/problem.c:1450
f722c134
TT
2255#, c-format
2256msgid "Error deallocating @i %i: %m\n"
2257msgstr ""
2258
2259#. @-expanded: directory entry for '.' in %p (%i) is big.\n
9e78ef72 2260#: e2fsck/problem.c:1455
f722c134
TT
2261#, c-format
2262msgid "@d @e for '.' in %p (%i) is big.\n"
2263msgstr ""
2264
2265#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
9e78ef72 2266#: e2fsck/problem.c:1460
f722c134
TT
2267msgid "@i %i (%Q) is an @I FIFO.\n"
2268msgstr ""
2269
2270#. @-expanded: inode %i (%Q) is an illegal socket.\n
9e78ef72 2271#: e2fsck/problem.c:1465
f722c134
TT
2272msgid "@i %i (%Q) is an @I socket.\n"
2273msgstr ""
2274
2275#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
9e78ef72 2276#: e2fsck/problem.c:1470
f722c134
TT
2277msgid "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
9e78ef72 2281#: e2fsck/problem.c:1475
f722c134
TT
2282msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2283msgstr ""
2284
2285#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
9e78ef72 2286#: e2fsck/problem.c:1480
f722c134
TT
2287msgid "@E has filetype set.\n"
2288msgstr ""
2289
2290#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
9e78ef72 2291#: e2fsck/problem.c:1485
f722c134
TT
2292msgid "@E has a @z name.\n"
2293msgstr ""
2294
2295#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
9e78ef72 2296#: e2fsck/problem.c:1490
f722c134
TT
2297msgid "Symlink %Q (@i #%i) is @n.\n"
2298msgstr ""
2299
2300#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
9e78ef72 2301#: e2fsck/problem.c:1495
f722c134
TT
2302msgid "@a @b @F @n (%If).\n"
2303msgstr ""
2304
2305#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
9e78ef72 2306#: e2fsck/problem.c:1500
f722c134
TT
2307msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2308msgstr ""
2309
3be22a81 2310#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
9e78ef72 2311#: e2fsck/problem.c:1505
3be22a81 2312msgid "@p @h %d: %B not referenced\n"
f722c134
TT
2313msgstr ""
2314
3be22a81 2315#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
9e78ef72 2316#: e2fsck/problem.c:1510
3be22a81 2317msgid "@p @h %d: %B referenced twice\n"
f722c134
TT
2318msgstr ""
2319
3be22a81 2320#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
9e78ef72 2321#: e2fsck/problem.c:1515
3be22a81 2322msgid "@p @h %d: %B has bad min hash\n"
f722c134
TT
2323msgstr ""
2324
3be22a81 2325#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
9e78ef72 2326#: e2fsck/problem.c:1520
3be22a81 2327msgid "@p @h %d: %B has bad max hash\n"
f722c134
TT
2328msgstr ""
2329
2330#. @-expanded: invalid HTREE directory inode %d (%q).
9e78ef72 2331#: e2fsck/problem.c:1525
f722c134
TT
2332msgid "@n @h %d (%q). "
2333msgstr ""
2334
2335#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
9e78ef72 2336#: e2fsck/problem.c:1529
f722c134
TT
2337msgid "@p @h %d (%q): bad @b number %b.\n"
2338msgstr ""
2339
2340#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
9e78ef72 2341#: e2fsck/problem.c:1539
f722c134
TT
2342#, c-format
2343msgid "@p @h %d: root node is @n\n"
2344msgstr "@p@h %d:根结点@n\n"
2345
3be22a81 2346#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
9e78ef72 2347#: e2fsck/problem.c:1544
3be22a81 2348msgid "@p @h %d: %B has @n limit (%N)\n"
f722c134
TT
2349msgstr ""
2350
3be22a81 2351#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
9e78ef72 2352#: e2fsck/problem.c:1549
3be22a81 2353msgid "@p @h %d: %B has @n count (%N)\n"
f722c134
TT
2354msgstr ""
2355
3be22a81 2356#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
9e78ef72 2357#: e2fsck/problem.c:1554
3be22a81 2358msgid "@p @h %d: %B has an unordered hash table\n"
f722c134
TT
2359msgstr ""
2360
3be22a81 2361#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
9e78ef72 2362#: e2fsck/problem.c:1559
3be22a81 2363msgid "@p @h %d: %B has @n depth (%N)\n"
f722c134
TT
2364msgstr ""
2365
2366#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
9e78ef72 2367#: e2fsck/problem.c:1564
f722c134
TT
2368msgid "Duplicate @E found. "
2369msgstr ""
2370
2371#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2372#. @-expanded: Rename to %s
9e78ef72 2373#: e2fsck/problem.c:1569
f722c134
TT
2374#, 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
9e78ef72 2383#: e2fsck/problem.c:1574
f722c134
TT
2384msgid ""
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
9e78ef72 2391#: e2fsck/problem.c:1579
f722c134
TT
2392msgid "i_blocks_hi @F %N, @s zero.\n"
2393msgstr ""
2394
2395#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
9e78ef72 2396#: e2fsck/problem.c:1584
f722c134
TT
2397msgid "Unexpected @b in @h %d (%q).\n"
2398msgstr ""
2399
930e2814 2400#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
9e78ef72 2401#: e2fsck/problem.c:1588
930e2814 2402msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
f722c134
TT
2403msgstr ""
2404
930e2814 2405#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
9e78ef72 2406#: e2fsck/problem.c:1593
930e2814
TT
2407msgid "@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
9e78ef72 2411#: e2fsck/problem.c:1598
930e2814 2412msgid "i_file_acl_hi @F %N, @s zero.\n"
f722c134
TT
2413msgstr ""
2414
9e78ef72
TT
2415#. @-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
f722c134 2454#. @-expanded: Pass 3: Checking directory connectivity\n
9e78ef72 2455#: e2fsck/problem.c:1640
f722c134
TT
2456msgid "Pass 3: Checking @d connectivity\n"
2457msgstr "第3步: 检查目录连接性\n"
2458
2459#. @-expanded: root inode not allocated.
9e78ef72 2460#: e2fsck/problem.c:1645
f722c134
TT
2461msgid "@r not allocated. "
2462msgstr ""
2463
2464#. @-expanded: No room in lost+found directory.
9e78ef72 2465#: e2fsck/problem.c:1650
f722c134
TT
2466msgid "No room in @l @d. "
2467msgstr "@l@d中没有空间. "
2468
2469#. @-expanded: Unconnected directory inode %i (%p)\n
9e78ef72 2470#: e2fsck/problem.c:1655
f722c134
TT
2471#, c-format
2472msgid "Unconnected @d @i %i (%p)\n"
2473msgstr ""
2474
2475#. @-expanded: /lost+found not found.
9e78ef72 2476#: e2fsck/problem.c:1660
f722c134
TT
2477msgid "/@l not found. "
2478msgstr "/@l未找到."
2479
2480#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
9e78ef72 2481#: e2fsck/problem.c:1665
f722c134
TT
2482msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2483msgstr ""
2484
2485#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
9e78ef72 2486#: e2fsck/problem.c:1670
f722c134
TT
2487msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2488msgstr ""
2489
2490#. @-expanded: Could not expand /lost+found: %m\n
9e78ef72 2491#: e2fsck/problem.c:1675
f722c134
TT
2492#, c-format
2493msgid "Could not expand /@l: %m\n"
2494msgstr ""
2495
9e78ef72 2496#: e2fsck/problem.c:1680
f722c134
TT
2497#, c-format
2498msgid "Could not reconnect %i: %m\n"
2499msgstr ""
2500
2501#. @-expanded: Error while trying to find /lost+found: %m\n
9e78ef72 2502#: e2fsck/problem.c:1685
f722c134
TT
2503#, 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
9e78ef72 2508#: e2fsck/problem.c:1690
f722c134
TT
2509#, 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
9e78ef72 2514#: e2fsck/problem.c:1695
f722c134
TT
2515#, 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
9e78ef72 2520#: e2fsck/problem.c:1700
f722c134
TT
2521#, 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
9e78ef72 2526#: e2fsck/problem.c:1705
f722c134
TT
2527#, 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
9e78ef72 2532#: e2fsck/problem.c:1710
f722c134
TT
2533#, 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
9e78ef72 2539#: e2fsck/problem.c:1715
f722c134
TT
2540#, 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
9e78ef72 2548#: e2fsck/problem.c:1720
f722c134
TT
2549#, 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
9e78ef72 2556#: e2fsck/problem.c:1730
f722c134
TT
2557#, 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
9e78ef72 2562#: e2fsck/problem.c:1735
f722c134
TT
2563#, c-format
2564msgid "Error creating /@l @d (%s): %m\n"
2565msgstr ""
2566
2567#. @-expanded: root inode is not a directory; aborting.\n
9e78ef72 2568#: e2fsck/problem.c:1740
f722c134
TT
2569msgid "@r is not a @d; aborting.\n"
2570msgstr "@r不是一个@d; 中止.\n"
2571
2572#. @-expanded: Cannot proceed without a root inode.\n
9e78ef72 2573#: e2fsck/problem.c:1745
f722c134
TT
2574msgid "Cannot proceed without a @r.\n"
2575msgstr ""
2576
2577#. @-expanded: /lost+found is not a directory (ino=%i)\n
9e78ef72 2578#: e2fsck/problem.c:1755
f722c134
TT
2579#, c-format
2580msgid "/@l is not a @d (ino=%i)\n"
2581msgstr ""
2582
9e78ef72
TT
2583#. @-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
f722c134
TT
2612msgid "Pass 3A: Optimizing directories\n"
2613msgstr ""
2614
9e78ef72 2615#: e2fsck/problem.c:1787
f722c134 2616#, c-format
930e2814 2617msgid "Failed to create dirs_to_hash iterator: %m\n"
f722c134
TT
2618msgstr ""
2619
9e78ef72 2620#: e2fsck/problem.c:1792
930e2814 2621msgid "Failed to optimize directory %q (%d): %m\n"
f722c134
TT
2622msgstr ""
2623
9e78ef72 2624#: e2fsck/problem.c:1797
f722c134 2625msgid "Optimizing directories: "
3be22a81 2626msgstr "正在优化目录: "
f722c134 2627
9e78ef72 2628#: e2fsck/problem.c:1814
f722c134
TT
2629msgid "Pass 4: Checking reference counts\n"
2630msgstr ""
2631
2632#. @-expanded: unattached zero-length inode %i.
9e78ef72 2633#: e2fsck/problem.c:1819
f722c134
TT
2634#, c-format
2635msgid "@u @z @i %i. "
2636msgstr ""
2637
2638#. @-expanded: unattached inode %i\n
9e78ef72 2639#: e2fsck/problem.c:1824
f722c134
TT
2640#, c-format
2641msgid "@u @i %i\n"
2642msgstr ""
2643
2644#. @-expanded: inode %i ref count is %Il, should be %N.
9e78ef72 2645#: e2fsck/problem.c:1829
f722c134
TT
2646msgid "@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
9e78ef72 2652#: e2fsck/problem.c:1833
f722c134
TT
2653msgid ""
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 ""
31a48478
DR
2658"警告:E2FSCK中的程序错误!\n"
2659"\t或者是某个笨蛋(你)正在检查一个被挂载的(活动的)文件系统.\n"
2660"@i_link_info[%i] 为 %N, @i.i_links_count 为 %Il.它们应该是相同的!\n"
f722c134
TT
2661
2662#. @-expanded: Pass 5: Checking group summary information\n
9e78ef72 2663#: e2fsck/problem.c:1843
f722c134
TT
2664msgid "Pass 5: Checking @g summary information\n"
2665msgstr "第5步: 检查@g概要信息\n"
2666
2667#. @-expanded: Padding at end of inode bitmap is not set.
9e78ef72 2668#: e2fsck/problem.c:1848
f722c134
TT
2669msgid "Padding at end of @i @B is not set. "
2670msgstr ""
2671
2672#. @-expanded: Padding at end of block bitmap is not set.
9e78ef72 2673#: e2fsck/problem.c:1853
f722c134
TT
2674msgid "Padding at end of @b @B is not set. "
2675msgstr ""
2676
2677#. @-expanded: block bitmap differences:
9e78ef72 2678#: e2fsck/problem.c:1858
f722c134
TT
2679msgid "@b @B differences: "
2680msgstr "@b@B差异: "
2681
2682#. @-expanded: inode bitmap differences:
9e78ef72 2683#: e2fsck/problem.c:1878
f722c134
TT
2684msgid "@i @B differences: "
2685msgstr "@i@B差异: "
2686
2687#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
9e78ef72 2688#: e2fsck/problem.c:1898
f722c134
TT
2689msgid "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
9e78ef72 2693#: e2fsck/problem.c:1903
f722c134
TT
2694msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2695msgstr ""
2696
2697#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
9e78ef72 2698#: e2fsck/problem.c:1908
f722c134
TT
2699msgid "Free @is count wrong (%i, counted=%j).\n"
2700msgstr ""
2701
2702#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
9e78ef72 2703#: e2fsck/problem.c:1913
f722c134
TT
2704msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2705msgstr ""
2706
2707#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
9e78ef72 2708#: e2fsck/problem.c:1918
f722c134
TT
2709msgid "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
9e78ef72 2714#: e2fsck/problem.c:1923
032eafee
ES
2715msgid ""
2716"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2717"endpoints (%i, %j)\n"
f722c134
TT
2718msgstr ""
2719
9e78ef72 2720#: e2fsck/problem.c:1929
f722c134
TT
2721msgid "Internal error: fudging end of bitmap (%N)\n"
2722msgstr ""
2723
2724#. @-expanded: Error copying in replacement inode bitmap: %m\n
9e78ef72 2725#: e2fsck/problem.c:1934
f722c134
TT
2726#, c-format
2727msgid "Error copying in replacement @i @B: %m\n"
2728msgstr ""
2729
2730#. @-expanded: Error copying in replacement block bitmap: %m\n
9e78ef72 2731#: e2fsck/problem.c:1939
f722c134
TT
2732#, c-format
2733msgid "Error copying in replacement @b @B: %m\n"
2734msgstr ""
2735
f722c134 2736#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
9e78ef72 2737#: e2fsck/problem.c:1964
f722c134
TT
2738#, 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
9e78ef72 2743#: e2fsck/problem.c:1969
f722c134
TT
2744#, c-format
2745msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2746msgstr ""
2747
9e78ef72
TT
2748#. @-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
930e2814 2760#. @-expanded: Recreate journal
9e78ef72 2761#: e2fsck/problem.c:1986
930e2814 2762msgid "Recreate @j"
3be22a81 2763msgstr "重建@j"
930e2814 2764
9e78ef72 2765#: e2fsck/problem.c:1991
032eafee
ES
2766msgid "Update quota info for quota type %N"
2767msgstr ""
2768
bd38698b 2769#. @-expanded: Error setting block group checksum info: %m\n
9e78ef72 2770#: e2fsck/problem.c:1996
bd38698b
TT
2771#, fuzzy, c-format
2772msgid "Error setting @b @g checksum info: %m\n"
2773msgstr "读取@i %i出错: %m\n"
2774
9e78ef72 2775#: e2fsck/problem.c:2001
bd38698b
TT
2776#, fuzzy, c-format
2777msgid "Error writing file system info: %m\n"
2778msgstr "读取@i %i出错: %m\n"
2779
9e78ef72 2780#: e2fsck/problem.c:2006
bd38698b
TT
2781#, c-format
2782msgid "Error flushing writes to storage device: %m\n"
2783msgstr ""
2784
9e78ef72 2785#: e2fsck/problem.c:2127
f722c134
TT
2786#, c-format
2787msgid "Unhandled error code (0x%x)!\n"
2788msgstr ""
2789
9e78ef72 2790#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
f722c134
TT
2791msgid "IGNORED"
2792msgstr "已忽略"
2793
9e78ef72
TT
2794#: e2fsck/quota.c:33 e2fsck/quota.c:46
2795msgid "in move_quota_inode"
2796msgstr ""
2797
032eafee 2798#: e2fsck/scantest.c:79
f722c134
TT
2799#, c-format
2800msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2801msgstr ""
2802
032eafee 2803#: e2fsck/scantest.c:98
f722c134
TT
2804#, c-format
2805msgid "size of inode=%d\n"
2806msgstr "inode大小=%d\n"
2807
032eafee 2808#: e2fsck/scantest.c:119
f722c134
TT
2809msgid "while starting inode scan"
2810msgstr ""
2811
032eafee 2812#: e2fsck/scantest.c:130
f722c134
TT
2813msgid "while doing inode scan"
2814msgstr ""
2815
196b59c8 2816#: e2fsck/super.c:190
f722c134
TT
2817#, c-format
2818msgid "while calling ext2fs_block_iterate for inode %d"
2819msgstr ""
2820
196b59c8 2821#: e2fsck/super.c:213
f722c134 2822#, c-format
032eafee 2823msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
f722c134
TT
2824msgstr ""
2825
196b59c8 2826#: e2fsck/super.c:274
f722c134
TT
2827msgid "Truncating"
2828msgstr "正在截断"
2829
196b59c8 2830#: e2fsck/super.c:275
f722c134
TT
2831msgid "Clearing"
2832msgstr "正在清除"
2833
4baef0a2 2834#: e2fsck/unix.c:77
f722c134
TT
2835#, c-format
2836msgid ""
4baef0a2 2837"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
f722c134 2838"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
9e78ef72 2839"\t\t[-E extended-options] [-z undo_file] device\n"
f722c134
TT
2840msgstr ""
2841
9e78ef72 2842#: e2fsck/unix.c:82
f722c134
TT
2843msgid ""
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"
032eafee
ES
2849" -c Check for bad blocks and add them to the badblock "
2850"list\n"
f722c134
TT
2851" -f Force checking even if filesystem is marked clean\n"
2852msgstr ""
2853
9e78ef72 2854#: e2fsck/unix.c:88
f722c134
TT
2855msgid ""
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"
9e78ef72 2862" -z undo_file Create an undo file\n"
f722c134
TT
2863msgstr ""
2864
9e78ef72 2865#: e2fsck/unix.c:134
f722c134 2866#, c-format
032eafee 2867msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
f722c134
TT
2868msgstr ""
2869
9e78ef72 2870#: e2fsck/unix.c:160
032eafee
ES
2871#, fuzzy, c-format
2872msgid ""
2873"\n"
196b59c8 2874"%12u inode used (%2.2f%%, out of %u)\n"
032eafee
ES
2875msgid_plural ""
2876"\n"
196b59c8 2877"%12u inodes used (%2.2f%%, out of %u)\n"
032eafee
ES
2878msgstr[0] "%u 个 inode 被扫描.\n"
2879msgstr[1] "%u 个 inode 被扫描.\n"
2880
9e78ef72 2881#: e2fsck/unix.c:164
032eafee 2882#, c-format
196b59c8
TT
2883msgid "%12u non-contiguous file (%0d.%d%%)\n"
2884msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
032eafee
ES
2885msgstr[0] ""
2886msgstr[1] ""
2887
9e78ef72 2888#: e2fsck/unix.c:169
032eafee 2889#, c-format
196b59c8
TT
2890msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2891msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
032eafee
ES
2892msgstr[0] ""
2893msgstr[1] ""
2894
9e78ef72 2895#: e2fsck/unix.c:174
f722c134 2896#, c-format
196b59c8 2897msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
f722c134
TT
2898msgstr ""
2899
9e78ef72 2900#: e2fsck/unix.c:182
196b59c8 2901msgid " Extent depth histogram: "
f722c134
TT
2902msgstr ""
2903
9e78ef72 2904#: e2fsck/unix.c:191
032eafee 2905#, c-format
196b59c8
TT
2906msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2907msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
032eafee
ES
2908msgstr[0] ""
2909msgstr[1] ""
2910
9e78ef72 2911#: e2fsck/unix.c:195
032eafee 2912#, fuzzy, c-format
196b59c8
TT
2913msgid "%12u bad block\n"
2914msgid_plural "%12u bad blocks\n"
032eafee
ES
2915msgstr[0] "b块"
2916msgstr[1] "b块"
2917
9e78ef72 2918#: e2fsck/unix.c:197
032eafee 2919#, fuzzy, c-format
196b59c8
TT
2920msgid "%12u large file\n"
2921msgid_plural "%12u large files\n"
032eafee
ES
2922msgstr[0] "一般文件"
2923msgstr[1] "一般文件"
2924
9e78ef72 2925#: e2fsck/unix.c:199
032eafee
ES
2926#, fuzzy, c-format
2927msgid ""
2928"\n"
196b59c8 2929"%12u regular file\n"
032eafee
ES
2930msgid_plural ""
2931"\n"
196b59c8 2932"%12u regular files\n"
032eafee
ES
2933msgstr[0] "一般文件"
2934msgstr[1] "一般文件"
2935
9e78ef72 2936#: e2fsck/unix.c:201
032eafee 2937#, fuzzy, c-format
196b59c8
TT
2938msgid "%12u directory\n"
2939msgid_plural "%12u directories\n"
032eafee
ES
2940msgstr[0] "文件夹"
2941msgstr[1] "文件夹"
2942
9e78ef72 2943#: e2fsck/unix.c:203
032eafee 2944#, fuzzy, c-format
196b59c8
TT
2945msgid "%12u character device file\n"
2946msgid_plural "%12u character device files\n"
032eafee
ES
2947msgstr[0] "字符设备"
2948msgstr[1] "字符设备"
2949
9e78ef72 2950#: e2fsck/unix.c:206
032eafee 2951#, fuzzy, c-format
196b59c8
TT
2952msgid "%12u block device file\n"
2953msgid_plural "%12u block device files\n"
032eafee
ES
2954msgstr[0] "块设备"
2955msgstr[1] "块设备"
2956
9e78ef72 2957#: e2fsck/unix.c:208
032eafee 2958#, c-format
196b59c8
TT
2959msgid "%12u fifo\n"
2960msgid_plural "%12u fifos\n"
032eafee
ES
2961msgstr[0] ""
2962msgstr[1] ""
2963
9e78ef72 2964#: e2fsck/unix.c:210
032eafee 2965#, c-format
196b59c8
TT
2966msgid "%12u link\n"
2967msgid_plural "%12u links\n"
032eafee
ES
2968msgstr[0] ""
2969msgstr[1] ""
2970
9e78ef72 2971#: e2fsck/unix.c:212
032eafee 2972#, fuzzy, c-format
196b59c8
TT
2973msgid "%12u symbolic link"
2974msgid_plural "%12u symbolic links"
032eafee
ES
2975msgstr[0] "符号链接"
2976msgstr[1] "符号链接"
2977
9e78ef72 2978#: e2fsck/unix.c:214
032eafee
ES
2979#, fuzzy, c-format
2980msgid " (%u fast symbolic link)\n"
2981msgid_plural " (%u fast symbolic links)\n"
2982msgstr[0] "符号链接"
2983msgstr[1] "符号链接"
2984
9e78ef72 2985#: e2fsck/unix.c:218
032eafee 2986#, fuzzy, c-format
196b59c8
TT
2987msgid "%12u socket\n"
2988msgid_plural "%12u sockets\n"
032eafee
ES
2989msgstr[0] "套接字"
2990msgstr[1] "套接字"
2991
9e78ef72 2992#: e2fsck/unix.c:222
196b59c8
TT
2993#, fuzzy, c-format
2994msgid "%12u file\n"
2995msgid_plural "%12u files\n"
2996msgstr[0] "一般文件"
2997msgstr[1] "一般文件"
032eafee 2998
4baef0a2 2999#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2853 misc/util.c:126
9e78ef72 3000#: resize/main.c:352
f722c134
TT
3001#, c-format
3002msgid "while determining whether %s is mounted."
3003msgstr ""
3004
9e78ef72 3005#: e2fsck/unix.c:256
032eafee 3006#, fuzzy, c-format
cd75fb04 3007msgid "Warning! %s is mounted.\n"
f722c134
TT
3008msgstr "警告! %s已挂载.\n"
3009
9e78ef72 3010#: e2fsck/unix.c:259
cd75fb04
TT
3011#, fuzzy, c-format
3012msgid "Warning! %s is in use.\n"
3013msgstr "警告! %s已挂载.\n"
f722c134 3014
9e78ef72 3015#: e2fsck/unix.c:265
cd75fb04
TT
3016#, fuzzy, c-format
3017msgid "%s is mounted.\n"
3018msgstr "%s 已挂载."
3019
9e78ef72 3020#: e2fsck/unix.c:267
cd75fb04
TT
3021#, fuzzy, c-format
3022msgid "%s is in use.\n"
3023msgstr "%s 已挂载."
3024
9e78ef72 3025#: e2fsck/unix.c:269
f722c134
TT
3026msgid ""
3027"Cannot continue, aborting.\n"
3028"\n"
3029msgstr "无法继续, 中止.\n"
3030
9e78ef72 3031#: e2fsck/unix.c:271
f722c134
TT
3032msgid ""
3033"\n"
3034"\n"
032eafee
ES
3035"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3036"cause ***SEVERE*** filesystem damage.\n"
f722c134
TT
3037"\n"
3038msgstr ""
3039
9e78ef72 3040#: e2fsck/unix.c:276
f722c134
TT
3041msgid "Do you really want to continue"
3042msgstr "你真的想要要继续"
3043
9e78ef72 3044#: e2fsck/unix.c:278
f722c134
TT
3045msgid "check aborted.\n"
3046msgstr "检查被中止\n"
3047
9e78ef72 3048#: e2fsck/unix.c:371
f722c134
TT
3049msgid " contains a file system with errors"
3050msgstr ""
3051
9e78ef72 3052#: e2fsck/unix.c:373
f722c134
TT
3053msgid " was not cleanly unmounted"
3054msgstr ""
3055
9e78ef72 3056#: e2fsck/unix.c:375
f722c134
TT
3057msgid " primary superblock features different from backup"
3058msgstr ""
3059
9e78ef72 3060#: e2fsck/unix.c:379
f722c134
TT
3061#, c-format
3062msgid " has been mounted %u times without being checked"
3063msgstr ""
3064
9e78ef72 3065#: e2fsck/unix.c:386
f722c134
TT
3066msgid " has filesystem last checked time in the future"
3067msgstr ""
3068
9e78ef72 3069#: e2fsck/unix.c:392
f722c134
TT
3070#, c-format
3071msgid " has gone %u days without being checked"
3072msgstr ""
3073
9e78ef72 3074#: e2fsck/unix.c:401
f722c134
TT
3075msgid ", check forced.\n"
3076msgstr ", 强制检查.\n"
3077
9e78ef72 3078#: e2fsck/unix.c:434
f722c134 3079#, c-format
032eafee 3080msgid "%s: clean, %u/%u files, %llu/%llu blocks"
f722c134
TT
3081msgstr ""
3082
9e78ef72 3083#: e2fsck/unix.c:454
f722c134
TT
3084msgid " (check deferred; on battery)"
3085msgstr ""
3086
9e78ef72 3087#: e2fsck/unix.c:457
f722c134
TT
3088msgid " (check after next mount)"
3089msgstr "(将于下次挂载时进行检查)"
3090
9e78ef72 3091#: e2fsck/unix.c:459
f722c134
TT
3092#, c-format
3093msgid " (check in %ld mounts)"
3094msgstr ""
3095
9e78ef72 3096#: e2fsck/unix.c:609
f722c134
TT
3097#, c-format
3098msgid "ERROR: Couldn't open /dev/null (%s)\n"
3099msgstr ""
3100
9e78ef72 3101#: e2fsck/unix.c:679
f722c134
TT
3102msgid "Invalid EA version.\n"
3103msgstr "无效的EA版本号.\n"
3104
9e78ef72
TT
3105#: e2fsck/unix.c:692
3106msgid "Invalid readahead buffer size.\n"
3107msgstr ""
3108
3109#: e2fsck/unix.c:725
f722c134
TT
3110#, c-format
3111msgid "Unknown extended option: %s\n"
3112msgstr ""
3113
9e78ef72 3114#: e2fsck/unix.c:752
f722c134
TT
3115#, 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
9e78ef72 3123#: e2fsck/unix.c:825
f722c134
TT
3124#, c-format
3125msgid "Error validating file descriptor %d: %s\n"
3126msgstr ""
3127
9e78ef72 3128#: e2fsck/unix.c:829
f722c134
TT
3129msgid "Invalid completion information file descriptor"
3130msgstr ""
3131
9e78ef72 3132#: e2fsck/unix.c:844
f722c134
TT
3133msgid "Only one of the options -p/-a, -n or -y may be specified."
3134msgstr ""
3135
9e78ef72 3136#: e2fsck/unix.c:865
f722c134
TT
3137#, c-format
3138msgid "The -t option is not supported on this version of e2fsck.\n"
3139msgstr ""
3140
9e78ef72 3141#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
4baef0a2 3142#: misc/tune2fs.c:1572 misc/tune2fs.c:1868 misc/tune2fs.c:1886
c475534c
DR
3143#, c-format
3144msgid "Unable to resolve '%s'"
3145msgstr ""
3146
9e78ef72 3147#: e2fsck/unix.c:952
3be22a81
DR
3148msgid "The -n and -D options are incompatible."
3149msgstr ""
3150
9e78ef72 3151#: e2fsck/unix.c:957
3be22a81
DR
3152msgid "The -n and -c options are incompatible."
3153msgstr ""
3154
9e78ef72 3155#: e2fsck/unix.c:962
3be22a81
DR
3156msgid "The -n and -l/-L options are incompatible."
3157msgstr ""
3158
9e78ef72
TT
3159#: 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
f722c134
TT
3168msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3169msgstr ""
3170
9e78ef72 3171#: e2fsck/unix.c:1093
f722c134
TT
3172#, c-format
3173msgid ""
3174"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3175"\n"
3176msgstr ""
3177
9e78ef72 3178#: e2fsck/unix.c:1102
f722c134
TT
3179#, c-format
3180msgid ""
3181"\n"
3182"Invalid non-numeric argument to -%c (\"%s\")\n"
3183"\n"
3184msgstr ""
3185
9e78ef72 3186#: e2fsck/unix.c:1193
032eafee
ES
3187#, c-format
3188msgid ""
3189"MMP interval is %u seconds and total wait time is %u seconds. Please "
3190"wait...\n"
3191msgstr ""
3192
9e78ef72 3193#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
032eafee
ES
3194#, fuzzy
3195msgid "while checking MMP block"
3196msgstr "在对坏块inode进行一致性检验是"
3197
4baef0a2 3198#: e2fsck/unix.c:1217 misc/tune2fs.c:2767
032eafee
ES
3199msgid ""
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
9e78ef72
TT
3204#: 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
4baef0a2
TT
3210#: 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
9e78ef72
TT
3212#, c-format
3213msgid ""
3214"Overwriting existing filesystem; this can be undone using the command:\n"
3215" e2undo %s %s\n"
3216"\n"
3217msgstr ""
3218
4baef0a2 3219#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2575 misc/tune2fs.c:2619
9e78ef72
TT
3220#: resize/main.c:220
3221#, c-format
3222msgid "while trying to delete %s"
3223msgstr "当尝试删除 %s 时"
3224
4baef0a2 3225#: e2fsck/unix.c:1319 misc/mke2fs.c:2601 resize/main.c:241
9e78ef72
TT
3226#, fuzzy
3227msgid "while trying to setup undo file\n"
3228msgstr "当尝试对%s进行stat调用时"
3229
3230#: e2fsck/unix.c:1363
f722c134
TT
3231msgid "Error: ext2fs library version out of date!\n"
3232msgstr "错误: ext2fs库版本过旧!\n"
3233
9e78ef72 3234#: e2fsck/unix.c:1370
f722c134
TT
3235msgid "while trying to initialize program"
3236msgstr ""
3237
9e78ef72 3238#: e2fsck/unix.c:1393
3be22a81 3239#, c-format
f722c134 3240msgid "\tUsing %s, %s\n"
3be22a81 3241msgstr ""
f722c134 3242
9e78ef72 3243#: e2fsck/unix.c:1405
f722c134
TT
3244msgid "need terminal for interactive repairs"
3245msgstr ""
3246
9e78ef72 3247#: e2fsck/unix.c:1466
31a48478 3248#, c-format
f722c134 3249msgid "%s: %s trying backup blocks...\n"
31a48478 3250msgstr ""
f722c134 3251
9e78ef72 3252#: e2fsck/unix.c:1468
f722c134 3253msgid "Superblock invalid,"
31a48478 3254msgstr "超级块无效,"
f722c134 3255
9e78ef72 3256#: e2fsck/unix.c:1469
f722c134
TT
3257msgid "Group descriptors look bad..."
3258msgstr ""
3259
9e78ef72 3260#: e2fsck/unix.c:1479
032eafee
ES
3261#, fuzzy, c-format
3262msgid "%s: %s while using the backup blocks"
3263msgstr "当读取坏块inode时"
3264
9e78ef72 3265#: e2fsck/unix.c:1483
3be22a81 3266#, c-format
930e2814 3267msgid "%s: going back to original superblock\n"
3be22a81 3268msgstr ""
930e2814 3269
9e78ef72 3270#: e2fsck/unix.c:1512
f722c134
TT
3271msgid ""
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
9e78ef72 3277#: e2fsck/unix.c:1519
f722c134
TT
3278msgid "Could this be a zero-length partition?\n"
3279msgstr ""
3280
9e78ef72 3281#: e2fsck/unix.c:1521
f722c134
TT
3282#, c-format
3283msgid "You must have %s access to the filesystem or be root\n"
3284msgstr ""
3285
9e78ef72 3286#: e2fsck/unix.c:1527
f722c134
TT
3287msgid "Possibly non-existent or swap device?\n"
3288msgstr ""
3289
9e78ef72 3290#: e2fsck/unix.c:1529
f722c134
TT
3291msgid "Filesystem mounted or opened exclusively by another program?\n"
3292msgstr ""
3293
9e78ef72 3294#: e2fsck/unix.c:1533
c475534c
DR
3295msgid "Possibly non-existent device?\n"
3296msgstr ""
3297
9e78ef72 3298#: e2fsck/unix.c:1536
f722c134
TT
3299msgid ""
3300"Disk write-protected; use the -n option to do a read-only\n"
3301"check of the device.\n"
3302msgstr ""
3303
9e78ef72 3304#: e2fsck/unix.c:1604
f722c134
TT
3305msgid "Get a newer version of e2fsck!"
3306msgstr ""
3307
9e78ef72 3308#: e2fsck/unix.c:1648
4baef0a2
TT
3309#, fuzzy, c-format
3310msgid "while checking journal for %s"
3311msgstr "当读取坏块inode时"
f722c134 3312
9e78ef72 3313#: e2fsck/unix.c:1661
032eafee
ES
3314msgid ""
3315"Warning: skipping journal recovery because doing a read-only filesystem "
3316"check.\n"
f722c134
TT
3317msgstr ""
3318
9e78ef72 3319#: e2fsck/unix.c:1673
f722c134
TT
3320#, c-format
3321msgid "unable to set superblock flags on %s\n"
3322msgstr ""
3323
4baef0a2
TT
3324#: e2fsck/unix.c:1679
3325#, fuzzy, c-format
3326msgid "Journal checksum error found in %s\n"
3327msgstr "日志超级块未找到!\n"
3328
3329#: e2fsck/unix.c:1683
3330#, fuzzy, c-format
3331msgid "Journal corrupted in %s\n"
3332msgstr "日志已删除\n"
f722c134 3333
4baef0a2
TT
3334#: e2fsck/unix.c:1687
3335#, fuzzy, c-format
3336msgid "while recovering journal of %s"
3337msgstr "当读取坏块inode时"
3338
3339#: e2fsck/unix.c:1709
f722c134
TT
3340#, c-format
3341msgid "%s has unsupported feature(s):"
3342msgstr ""
3343
4baef0a2 3344#: e2fsck/unix.c:1768
032eafee
ES
3345#, fuzzy, c-format
3346msgid "%s: %s while reading bad blocks inode\n"
f722c134
TT
3347msgstr "当读取坏块inode时"
3348
4baef0a2 3349#: e2fsck/unix.c:1771
f722c134
TT
3350msgid "This doesn't bode well, but we'll try to go on...\n"
3351msgstr ""
3352
4baef0a2 3353#: e2fsck/unix.c:1811
3be22a81 3354#, c-format
f722c134 3355msgid "Creating journal (%d blocks): "
3be22a81 3356msgstr ""
f722c134 3357
4baef0a2 3358#: e2fsck/unix.c:1821
f722c134 3359msgid " Done.\n"
3be22a81 3360msgstr "完成.\n"
f722c134 3361
4baef0a2 3362#: e2fsck/unix.c:1823
f722c134
TT
3363msgid ""
3364"\n"
9e78ef72 3365"*** journal has been regenerated ***\n"
f722c134
TT
3366msgstr ""
3367
4baef0a2 3368#: e2fsck/unix.c:1829
bd38698b
TT
3369msgid "aborted"
3370msgstr "已中止"
3371
4baef0a2 3372#: e2fsck/unix.c:1831
f722c134
TT
3373#, c-format
3374msgid "%s: e2fsck canceled.\n"
3375msgstr "%s: e2fsck被取消.\n"
3376
4baef0a2 3377#: e2fsck/unix.c:1853
9e78ef72
TT
3378msgid "Restarting e2fsck from the beginning...\n"
3379msgstr "正在从头开始e2fsck...\n"
3380
4baef0a2 3381#: e2fsck/unix.c:1857
9e78ef72
TT
3382msgid "while resetting context"
3383msgstr ""
3384
4baef0a2 3385#: e2fsck/unix.c:1901 e2fsck/util.c:71
f722c134
TT
3386#, c-format
3387msgid ""
3388"\n"
3389"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3390msgstr ""
3391"\n"
3392"%s: ***** 文件系统已修改 *****\n"
3393
4baef0a2
TT
3394#: e2fsck/unix.c:1905
3395#, fuzzy, c-format
3396msgid "%s: ***** REBOOT SYSTEM *****\n"
f722c134
TT
3397msgstr "%s: ***** 重新启动 LINUX *****\n"
3398
4baef0a2 3399#: e2fsck/unix.c:1913 e2fsck/util.c:77
f722c134
TT
3400#, c-format
3401msgid ""
3402"\n"
3403"%s: ********** WARNING: Filesystem still has errors **********\n"
3404"\n"
3405msgstr ""
31a48478
DR
3406"\n"
3407"%s: ********** 警告: 文件系统上仍有错误 **********\n"
3408"\n"
f722c134 3409
9e78ef72 3410#: e2fsck/util.c:194 misc/util.c:93
f722c134
TT
3411msgid "yY"
3412msgstr "yY"
3413
9e78ef72 3414#: e2fsck/util.c:195
f722c134
TT
3415msgid "nN"
3416msgstr "nN"
3417
9e78ef72
TT
3418#: 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
f722c134
TT
3427msgid "<y>"
3428msgstr "<y>"
3429
9e78ef72 3430#: e2fsck/util.c:215
f722c134
TT
3431msgid "<n>"
3432msgstr "<n>"
3433
9e78ef72 3434#: e2fsck/util.c:217
f722c134
TT
3435msgid " (y/n)"
3436msgstr " (y/n)"
3437
9e78ef72 3438#: e2fsck/util.c:240
f722c134
TT
3439msgid "cancelled!\n"
3440msgstr "已取消!\n"
3441
9e78ef72
TT
3442#: e2fsck/util.c:264
3443msgid "yes to all\n"
3444msgstr ""
3445
3446#: e2fsck/util.c:266
f722c134
TT
3447msgid "yes\n"
3448msgstr "是\n"
3449
9e78ef72 3450#: e2fsck/util.c:268
f722c134
TT
3451msgid "no\n"
3452msgstr "否\n"
3453
9e78ef72 3454#: e2fsck/util.c:278
3be22a81 3455#, c-format
f722c134
TT
3456msgid ""
3457"%s? no\n"
3458"\n"
3459msgstr ""
3460"%s? 否\n"
3461"\n"
3462
9e78ef72 3463#: e2fsck/util.c:282
f722c134
TT
3464#, c-format
3465msgid ""
3466"%s? yes\n"
3467"\n"
3468msgstr ""
3469"%s? 是\n"
3470"\n"
3471
9e78ef72 3472#: e2fsck/util.c:286
f722c134
TT
3473msgid "yes"
3474msgstr "yes"
3475
9e78ef72 3476#: e2fsck/util.c:286
f722c134
TT
3477msgid "no"
3478msgstr "no"
3479
9e78ef72 3480#: e2fsck/util.c:302
f722c134
TT
3481#, c-format
3482msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3483msgstr ""
3484
9e78ef72 3485#: e2fsck/util.c:307
f722c134
TT
3486msgid "reading inode and block bitmaps"
3487msgstr ""
3488
9e78ef72 3489#: e2fsck/util.c:319
f722c134
TT
3490#, c-format
3491msgid "while retrying to read bitmaps for %s"
3492msgstr ""
3493
9e78ef72 3494#: e2fsck/util.c:331
f722c134
TT
3495msgid "writing block and inode bitmaps"
3496msgstr ""
3497
9e78ef72 3498#: e2fsck/util.c:336
f722c134
TT
3499#, c-format
3500msgid "while rewriting block and inode bitmaps for %s"
3501msgstr ""
3502
9e78ef72 3503#: e2fsck/util.c:348
f722c134
TT
3504#, 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
9e78ef72 3512#: e2fsck/util.c:429
3be22a81 3513#, c-format
930e2814 3514msgid "Memory used: %luk/%luk (%luk/%luk), "
3be22a81 3515msgstr "内存使用量: %luk/%luk (%luk/%luk), "
f722c134 3516
9e78ef72 3517#: e2fsck/util.c:433
3be22a81 3518#, c-format
930e2814 3519msgid "Memory used: %lu, "
3be22a81 3520msgstr "内存用量: %lu, "
f722c134 3521
9e78ef72 3522#: e2fsck/util.c:440
31a48478 3523#, c-format
f722c134
TT
3524msgid "time: %5.2f/%5.2f/%5.2f\n"
3525msgstr "时间: %5.2f/%5.2f/%5.2f\n"
3526
9e78ef72 3527#: e2fsck/util.c:445
f722c134
TT
3528#, c-format
3529msgid "elapsed time: %6.3f\n"
3530msgstr ""
3531
9e78ef72 3532#: e2fsck/util.c:480 e2fsck/util.c:494
3be22a81 3533#, c-format
930e2814 3534msgid "while reading inode %lu in %s"
3be22a81 3535msgstr ""
f722c134 3536
9e78ef72 3537#: e2fsck/util.c:508 e2fsck/util.c:521
3be22a81 3538#, c-format
930e2814 3539msgid "while writing inode %lu in %s"
3be22a81 3540msgstr ""
f722c134 3541
9e78ef72 3542#: e2fsck/util.c:765
032eafee
ES
3543msgid ""
3544"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3545"running.\n"
3546msgstr ""
3547
bd38698b 3548#: misc/badblocks.c:72
032eafee
ES
3549#, fuzzy
3550msgid "done \n"
f722c134
TT
3551msgstr "完成 \n"
3552
bd38698b 3553#: misc/badblocks.c:97
f722c134
TT
3554#, c-format
3555msgid ""
3556"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
032eafee
ES
3557" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3558"max_bad_blocks]\n"
f722c134
TT
3559" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3560" device [last_block [first_block]]\n"
3561msgstr ""
3562
bd38698b 3563#: misc/badblocks.c:108
f722c134
TT
3564#, c-format
3565msgid ""
3566"%s: The -n and -w options are mutually exclusive.\n"
3567"\n"
3568msgstr ""
3569
bd38698b 3570#: misc/badblocks.c:223
930e2814 3571#, c-format
032eafee 3572msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
930e2814
TT
3573msgstr ""
3574
bd38698b 3575#: misc/badblocks.c:328
f722c134
TT
3576msgid "Testing with random pattern: "
3577msgstr ""
3578
bd38698b 3579#: misc/badblocks.c:346
f722c134
TT
3580msgid "Testing with pattern 0x"
3581msgstr ""
3582
bd38698b 3583#: misc/badblocks.c:378 misc/badblocks.c:451
f722c134
TT
3584msgid "during seek"
3585msgstr ""
3586
bd38698b 3587#: misc/badblocks.c:389
f722c134
TT
3588#, c-format
3589msgid "Weird value (%ld) in do_read\n"
3590msgstr ""
3591
bd38698b 3592#: misc/badblocks.c:476
f722c134
TT
3593msgid "during ext2fs_sync_device"
3594msgstr ""
3595
bd38698b 3596#: misc/badblocks.c:496 misc/badblocks.c:758
f722c134
TT
3597msgid "while beginning bad block list iteration"
3598msgstr ""
3599
bd38698b 3600#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
f722c134
TT
3601msgid "while allocating buffers"
3602msgstr ""
3603
bd38698b 3604#: misc/badblocks.c:515
f722c134
TT
3605#, c-format
3606msgid "Checking blocks %lu to %lu\n"
3607msgstr "正在检查从 %lu 到 %lu的块\n"
3608
bd38698b 3609#: misc/badblocks.c:520
f722c134
TT
3610msgid "Checking for bad blocks in read-only mode\n"
3611msgstr ""
3612
bd38698b 3613#: misc/badblocks.c:529
f722c134
TT
3614msgid "Checking for bad blocks (read-only test): "
3615msgstr ""
3616
bd38698b
TT
3617#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3618#: misc/badblocks.c:832
f722c134
TT
3619msgid "Too many bad blocks, aborting test\n"
3620msgstr ""
3621
bd38698b 3622#: misc/badblocks.c:618
f722c134
TT
3623msgid "Checking for bad blocks in read-write mode\n"
3624msgstr ""
3625
bd38698b 3626#: misc/badblocks.c:620 misc/badblocks.c:782
f722c134
TT
3627#, c-format
3628msgid "From block %lu to %lu\n"
3629msgstr ""
3630
bd38698b 3631#: misc/badblocks.c:675
f722c134
TT
3632msgid "Reading and comparing: "
3633msgstr "正在读取并比较: "
3634
bd38698b 3635#: misc/badblocks.c:781
f722c134
TT
3636msgid "Checking for bad blocks in non-destructive read-write mode\n"
3637msgstr ""
3638
bd38698b 3639#: misc/badblocks.c:787
f722c134
TT
3640msgid "Checking for bad blocks (non-destructive read-write test)\n"
3641msgstr ""
3642
bd38698b 3643#: misc/badblocks.c:794
f722c134
TT
3644msgid ""
3645"\n"
3646"Interrupt caught, cleaning up\n"
3647msgstr ""
3648
bd38698b 3649#: misc/badblocks.c:877
f722c134
TT
3650#, c-format
3651msgid "during test data write, block %lu"
3652msgstr ""
3653
9e78ef72 3654#: misc/badblocks.c:998 misc/util.c:131
f722c134
TT
3655#, c-format
3656msgid "%s is mounted; "
3657msgstr "%s 已经挂载;"
3658
bd38698b 3659#: misc/badblocks.c:1000
f722c134
TT
3660msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3661msgstr ""
3662
bd38698b 3663#: misc/badblocks.c:1005
f722c134
TT
3664msgid "it's not safe to run badblocks!\n"
3665msgstr ""
3666
9e78ef72 3667#: misc/badblocks.c:1010 misc/util.c:142
f722c134
TT
3668#, c-format
3669msgid "%s is apparently in use by the system; "
3670msgstr ""
3671
bd38698b 3672#: misc/badblocks.c:1013
f722c134 3673msgid "badblocks forced anyway.\n"
3be22a81 3674msgstr ""
f722c134 3675
bd38698b 3676#: misc/badblocks.c:1033
f722c134
TT
3677#, c-format
3678msgid "invalid %s - %s"
3679msgstr "无效的%s - %s"
3680
bd38698b
TT
3681#: 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
f722c134
TT
3687#, c-format
3688msgid "can't allocate memory for test_pattern - %s"
3689msgstr ""
3690
bd38698b 3691#: misc/badblocks.c:1184
f722c134
TT
3692msgid "Maximum of one test_pattern may be specified in read-only mode"
3693msgstr ""
3694
bd38698b 3695#: misc/badblocks.c:1190
f722c134
TT
3696msgid "Random test_pattern is not allowed in read-only mode"
3697msgstr ""
3698
bd38698b 3699#: misc/badblocks.c:1204
f722c134
TT
3700msgid ""
3701"Couldn't determine device size; you must specify\n"
3702"the size manually\n"
3703msgstr ""
3704
bd38698b 3705#: misc/badblocks.c:1210
f722c134
TT
3706msgid "while trying to determine device size"
3707msgstr ""
3708
bd38698b 3709#: misc/badblocks.c:1215
f722c134
TT
3710msgid "last block"
3711msgstr "最后一个块"
3712
bd38698b 3713#: misc/badblocks.c:1221
f722c134
TT
3714msgid "first block"
3715msgstr "第一个块"
3716
bd38698b 3717#: misc/badblocks.c:1224
f722c134 3718#, c-format
196b59c8 3719msgid "invalid starting block (%llu): must be less than %llu"
f722c134
TT
3720msgstr ""
3721
bd38698b 3722#: misc/badblocks.c:1231
196b59c8
TT
3723#, c-format
3724msgid "invalid end block (%llu): must be 32-bit value"
3725msgstr ""
3726
bd38698b 3727#: misc/badblocks.c:1287
f722c134
TT
3728msgid "while creating in-memory bad blocks list"
3729msgstr ""
3730
bd38698b 3731#: misc/badblocks.c:1296
196b59c8
TT
3732msgid "input file - bad format"
3733msgstr ""
3734
bd38698b 3735#: misc/badblocks.c:1304 misc/badblocks.c:1313
f722c134
TT
3736msgid "while adding to in-memory bad block list"
3737msgstr ""
3738
bd38698b 3739#: misc/badblocks.c:1338
f722c134 3740#, c-format
032eafee 3741msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
f722c134
TT
3742msgstr ""
3743
9e78ef72 3744#: misc/chattr.c:89
196b59c8 3745#, fuzzy, c-format
9e78ef72 3746msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
196b59c8 3747msgstr "用法: %s [-RVadlv] [files...]\n"
f722c134 3748
9e78ef72
TT
3749#: misc/chattr.c:159
3750#, fuzzy, c-format
3751msgid "bad project - %s\n"
3752msgstr "错误的版本 - %s\n"
3753
3754#: misc/chattr.c:173
f722c134
TT
3755#, c-format
3756msgid "bad version - %s\n"
3757msgstr "错误的版本 - %s\n"
3758
9e78ef72 3759#: misc/chattr.c:219 misc/lsattr.c:127
3be22a81 3760#, c-format
f722c134
TT
3761msgid "while trying to stat %s"
3762msgstr "当尝试对%s进行stat调用时"
3763
9e78ef72 3764#: misc/chattr.c:226
f722c134 3765#, c-format
930e2814
TT
3766msgid "while reading flags on %s"
3767msgstr ""
f722c134 3768
9e78ef72 3769#: misc/chattr.c:231 misc/chattr.c:243
930e2814
TT
3770#, c-format
3771msgid "Flags of %s set as "
3772msgstr "%s的标志被设为 "
3773
9e78ef72 3774#: misc/chattr.c:252
f722c134
TT
3775#, c-format
3776msgid "while setting flags on %s"
3777msgstr ""
3778
9e78ef72 3779#: misc/chattr.c:260
f722c134
TT
3780#, c-format
3781msgid "Version of %s set as %lu\n"
3782msgstr ""
3783
9e78ef72 3784#: misc/chattr.c:264
f722c134
TT
3785#, c-format
3786msgid "while setting version on %s"
3787msgstr ""
3788
9e78ef72
TT
3789#: 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
f722c134
TT
3800msgid "Couldn't allocate path variable in chattr_dir_proc"
3801msgstr ""
3802
9e78ef72 3803#: misc/chattr.c:337
f722c134
TT
3804msgid "= is incompatible with - and +\n"
3805msgstr ""
3806
9e78ef72 3807#: misc/chattr.c:345
f722c134
TT
3808msgid "Must use '-v', =, - or +\n"
3809msgstr ""
3810
9e78ef72
TT
3811#: 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
4baef0a2 3842#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:903
9e78ef72
TT
3843#: 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
4baef0a2 3879#: misc/create_inode.c:361 misc/create_inode.c:836
9e78ef72
TT
3880#, 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
3895#, c-format
3896msgid "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
4baef0a2
TT
3914#: misc/create_inode.c:760
3915#, fuzzy
3916msgid "malloc failed"
3917msgstr "A分配出错"
3918
3919#: misc/create_inode.c:768
9e78ef72
TT
3920#, fuzzy, c-format
3921msgid "while trying to read link \"%s\""
3922msgstr "当尝试调整%s的大小时"
3923
4baef0a2
TT
3924#: misc/create_inode.c:774
3925msgid "symlink increased in size between lstat() and readlink()"
3926msgstr ""
3927
3928#: misc/create_inode.c:785
9e78ef72
TT
3929#, fuzzy, c-format
3930msgid "while writing symlink\"%s\""
3931msgstr "当尝试调整%s的大小时"
3932
4baef0a2 3933#: misc/create_inode.c:795
9e78ef72
TT
3934#, fuzzy, c-format
3935msgid "while writing file \"%s\""
3936msgstr "当尝试刷新 %s 时"
3937
4baef0a2 3938#: misc/create_inode.c:808
9e78ef72
TT
3939#, fuzzy, c-format
3940msgid "while making dir \"%s\""
3941msgstr "打开%s时"
3942
4baef0a2 3943#: misc/create_inode.c:825
9e78ef72
TT
3944#, fuzzy
3945msgid "while changing directory"
3946msgstr "正在读取目录块"
3947
4baef0a2 3948#: misc/create_inode.c:831
9e78ef72
TT
3949#, c-format
3950msgid "ignoring entry \"%s\""
3951msgstr ""
3952
4baef0a2 3953#: misc/create_inode.c:844
9e78ef72
TT
3954#, fuzzy, c-format
3955msgid "while setting inode for \"%s\""
3956msgstr "获取%s的stat信息时出错。"
3957
4baef0a2 3958#: misc/create_inode.c:851
9e78ef72
TT
3959#, fuzzy, c-format
3960msgid "while setting xattrs for \"%s\""
3961msgstr "获取%s的stat信息时出错。"
3962
4baef0a2 3963#: misc/create_inode.c:869
9e78ef72
TT
3964#, fuzzy
3965msgid "while saving inode data"
3966msgstr "在打开inode扫描时"
3967
3968#: misc/dumpe2fs.c:56
f722c134 3969#, c-format
9e78ef72
TT
3970msgid ""
3971"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
f722c134
TT
3972msgstr ""
3973
032eafee
ES
3974#: misc/dumpe2fs.c:159
3975#, fuzzy
3976msgid "blocks"
3977msgstr "b块"
3978
9e78ef72 3979#: misc/dumpe2fs.c:168
032eafee
ES
3980msgid "clusters"
3981msgstr ""
3982
9e78ef72 3983#: misc/dumpe2fs.c:219
f722c134
TT
3984#, c-format
3985msgid "Group %lu: (Blocks "
3986msgstr ""
3987
9e78ef72 3988#: misc/dumpe2fs.c:226
032eafee 3989#, fuzzy, c-format
9e78ef72 3990msgid " csum 0x%04x"
f722c134
TT
3991msgstr " 校验和 0x%04x,%d个未使用的inode\n"
3992
9e78ef72 3993#: misc/dumpe2fs.c:228
032eafee
ES
3994#, c-format
3995msgid " (EXPECTED 0x%04x)"
3996msgstr ""
3997
9e78ef72 3998#: misc/dumpe2fs.c:233
f722c134
TT
3999#, c-format
4000msgid " %s superblock at "
4001msgstr ""
4002
9e78ef72 4003#: misc/dumpe2fs.c:234
f722c134
TT
4004msgid "Primary"
4005msgstr "主"
4006
9e78ef72 4007#: misc/dumpe2fs.c:234
f722c134
TT
4008msgid "Backup"
4009msgstr "备份"
4010
9e78ef72 4011#: misc/dumpe2fs.c:238
196b59c8 4012#, fuzzy
f722c134
TT
4013msgid ", Group descriptors at "
4014msgstr ", 组描述符位于 "
4015
9e78ef72 4016#: misc/dumpe2fs.c:242
f722c134
TT
4017msgid ""
4018"\n"
4019" Reserved GDT blocks at "
4020msgstr ""
4021"\n"
4022" 保留的GDT块位于 "
4023
9e78ef72 4024#: misc/dumpe2fs.c:249
f722c134
TT
4025msgid " Group descriptor at "
4026msgstr ""
4027
9e78ef72 4028#: misc/dumpe2fs.c:255
f722c134
TT
4029msgid " Block bitmap at "
4030msgstr ""
4031
9e78ef72
TT
4032#: 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 ","
f722c134
TT
4039msgstr ""
4040
9e78ef72
TT
4041#: 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
f722c134
TT
4053msgid ""
4054"\n"
4055" Inode table at "
4056msgstr ""
4057"\n"
4058" Inode表位于 "
4059
9e78ef72 4060#: misc/dumpe2fs.c:279
f722c134
TT
4061#, c-format
4062msgid ""
4063"\n"
032eafee 4064" %u free %s, %u free inodes, %u directories%s"
f722c134
TT
4065msgstr ""
4066
9e78ef72 4067#: misc/dumpe2fs.c:286
f722c134
TT
4068#, c-format
4069msgid ", %u unused inodes\n"
4070msgstr ", %u个未使用的inodes\n"
4071
9e78ef72 4072#: misc/dumpe2fs.c:289
f722c134
TT
4073msgid " Free blocks: "
4074msgstr " 可用块数: "
4075
9e78ef72 4076#: misc/dumpe2fs.c:304
f722c134
TT
4077msgid " Free inodes: "
4078msgstr " 可用inode数: "
4079
9e78ef72 4080#: misc/dumpe2fs.c:340
f722c134
TT
4081msgid "while printing bad block list"
4082msgstr ""
4083
9e78ef72 4084#: misc/dumpe2fs.c:346
f722c134
TT
4085#, c-format
4086msgid "Bad blocks: %u"
4087msgstr "坏块数: %u"
4088
4baef0a2 4089#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
f722c134
TT
4090msgid "while reading journal inode"
4091msgstr ""
4092
9e78ef72 4093#: misc/dumpe2fs.c:391
3be22a81
DR
4094msgid "while opening journal inode"
4095msgstr ""
4096
9e78ef72 4097#: misc/dumpe2fs.c:397
3be22a81
DR
4098msgid "while reading journal super block"
4099msgstr ""
4100
9e78ef72 4101#: misc/dumpe2fs.c:404
196b59c8
TT
4102#, fuzzy
4103msgid "Journal superblock magic number invalid!\n"
4104msgstr "日志超级块未找到!\n"
4105
9e78ef72 4106#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
196b59c8 4107#, fuzzy
3be22a81
DR
4108msgid "Journal features: "
4109msgstr "日志使用者: %s\n"
4110
9e78ef72 4111#: misc/dumpe2fs.c:420
f722c134
TT
4112msgid "Journal size: "
4113msgstr "日志大小: "
4114
9e78ef72 4115#: misc/dumpe2fs.c:430
3be22a81
DR
4116#, c-format
4117msgid ""
4118"Journal length: %u\n"
4119"Journal sequence: 0x%08x\n"
4120"Journal start: %u\n"
4121msgstr ""
4122
9e78ef72
TT
4123#: 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
032eafee
ES
4135#, fuzzy, c-format
4136msgid "Journal errno: %d\n"
4137msgstr "日志使用者: %s\n"
4138
4baef0a2 4139#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
f722c134
TT
4140msgid "while reading journal superblock"
4141msgstr ""
4142
9e78ef72 4143#: misc/dumpe2fs.c:474
f722c134
TT
4144msgid "Couldn't find journal superblock magic numbers"
4145msgstr ""
4146
9e78ef72 4147#: misc/dumpe2fs.c:501
f722c134
TT
4148#, 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
9e78ef72 4159#: misc/dumpe2fs.c:514
31a48478 4160#, c-format
f722c134
TT
4161msgid "Journal users: %s\n"
4162msgstr "日志使用者: %s\n"
4163
4baef0a2 4164#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1905
f722c134
TT
4165msgid "Couldn't allocate memory to parse options!\n"
4166msgstr ""
4167
9e78ef72 4168#: misc/dumpe2fs.c:556
f722c134
TT
4169#, c-format
4170msgid "Invalid superblock parameter: %s\n"
4171msgstr ""
4172
9e78ef72 4173#: misc/dumpe2fs.c:571
f722c134
TT
4174#, c-format
4175msgid "Invalid blocksize parameter: %s\n"
4176msgstr ""
4177
9e78ef72 4178#: misc/dumpe2fs.c:582
f722c134
TT
4179#, 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
4baef0a2 4192#: misc/dumpe2fs.c:646 misc/mke2fs.c:1810
3be22a81 4193#, c-format
f722c134
TT
4194msgid "\tUsing %s\n"
4195msgstr "\t使用 %s\n"
4196
9e78ef72
TT
4197#: misc/dumpe2fs.c:686
4198msgid ""
4199"\n"
4200"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4201"\n"
4202msgstr ""
4203
4baef0a2 4204#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2780
9e78ef72 4205#: resize/main.c:414
f722c134
TT
4206msgid "Couldn't find valid filesystem superblock.\n"
4207msgstr "找不到有效的文件系统超级块.\n"
4208
9e78ef72
TT
4209#: 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
f722c134
TT
4217#, c-format
4218msgid ""
4219"\n"
4220"%s: %s: error reading bitmaps: %s\n"
4221msgstr ""
4222
9e78ef72 4223#: misc/e2image.c:106
196b59c8
TT
4224#, c-format
4225msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4226msgstr ""
4227
9e78ef72 4228#: misc/e2image.c:108
f722c134 4229#, c-format
196b59c8 4230msgid " %s -I device image-file\n"
f722c134
TT
4231msgstr ""
4232
9e78ef72 4233#: misc/e2image.c:109
032eafee 4234#, c-format
196b59c8
TT
4235msgid ""
4236" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4237"[ dest_fs ]\n"
4238msgstr ""
4239
9e78ef72 4240#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
196b59c8
TT
4241#, fuzzy
4242msgid "while allocating buffer"
4243msgstr "A分配出错"
4244
9e78ef72 4245#: misc/e2image.c:179
196b59c8
TT
4246#, fuzzy, c-format
4247msgid "Writing block %llu\n"
4248msgstr "正在检查从 %lu 到 %lu的块\n"
4249
9e78ef72 4250#: misc/e2image.c:193
196b59c8
TT
4251#, fuzzy, c-format
4252msgid "error writing block %llu"
4253msgstr "写块 %lu (%s) 出错. "
4254
9e78ef72 4255#: misc/e2image.c:196
196b59c8
TT
4256msgid "error in generic_write()"
4257msgstr ""
4258
9e78ef72 4259#: misc/e2image.c:213
032eafee 4260msgid "Error: header size is bigger than wrt_size\n"
f722c134
TT
4261msgstr ""
4262
9e78ef72 4263#: misc/e2image.c:218
032eafee 4264msgid "Couldn't allocate header buffer\n"
f722c134
TT
4265msgstr ""
4266
9e78ef72 4267#: misc/e2image.c:246
f722c134
TT
4268msgid "while writing superblock"
4269msgstr ""
4270
9e78ef72 4271#: misc/e2image.c:255
f722c134
TT
4272msgid "while writing inode table"
4273msgstr ""
4274
9e78ef72 4275#: misc/e2image.c:263
f722c134
TT
4276msgid "while writing block bitmap"
4277msgstr ""
4278
9e78ef72 4279#: misc/e2image.c:271
f722c134
TT
4280msgid "while writing inode bitmap"
4281msgstr ""
4282
9e78ef72 4283#: misc/e2image.c:505
196b59c8
TT
4284#, fuzzy, c-format
4285msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4286msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4287
9e78ef72 4288#: misc/e2image.c:517
196b59c8
TT
4289#, fuzzy, c-format
4290msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4291msgstr "空目录块 %u (#%d),于 inode %u 中\n"
4292
9e78ef72 4293#: misc/e2image.c:558
196b59c8
TT
4294#, c-format
4295msgid "%llu / %llu blocks (%d%%)"
4296msgstr ""
4297
9e78ef72 4298#: misc/e2image.c:589 misc/e2image.c:629
196b59c8
TT
4299msgid "Copying "
4300msgstr ""
4301
9e78ef72 4302#: misc/e2image.c:626
196b59c8
TT
4303msgid ""
4304"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4305msgstr ""
4306
9e78ef72 4307#: misc/e2image.c:652
196b59c8
TT
4308#, c-format
4309msgid " %s remaining at %.2f MB/s"
4310msgstr ""
4311
9e78ef72 4312#: misc/e2image.c:664 misc/e2image.c:1191
196b59c8
TT
4313#, fuzzy, c-format
4314msgid "error reading block %llu"
4315msgstr "读取块 %lu (%s) 错误"
4316
9e78ef72 4317#: misc/e2image.c:718
196b59c8
TT
4318#, c-format
4319msgid "Copied %llu / %llu blocks (%d%%) in %s "
4320msgstr ""
4321
9e78ef72 4322#: misc/e2image.c:722
196b59c8
TT
4323#, c-format
4324msgid "at %.2f MB/s"
4325msgstr ""
4326
9e78ef72 4327#: misc/e2image.c:758
196b59c8
TT
4328#, fuzzy
4329msgid "while allocating l1 table"
4330msgstr "正在写入inode表: "
4331
9e78ef72 4332#: misc/e2image.c:803
196b59c8
TT
4333msgid "while allocating l2 cache"
4334msgstr ""
4335
9e78ef72 4336#: misc/e2image.c:826
196b59c8
TT
4337msgid ""
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
9e78ef72 4342#: misc/e2image.c:1148
196b59c8
TT
4343msgid "while allocating ext2_qcow2_image"
4344msgstr ""
4345
9e78ef72 4346#: misc/e2image.c:1155
196b59c8
TT
4347msgid "while initializing ext2_qcow2_image"
4348msgstr ""
4349
9e78ef72 4350#: misc/e2image.c:1214 misc/e2image.c:1232
196b59c8
TT
4351msgid "Programming error: multiple sequential refcount blocks created!\n"
4352msgstr ""
4353
9e78ef72 4354#: misc/e2image.c:1272
196b59c8
TT
4355#, fuzzy
4356msgid "while allocating block bitmap"
4357msgstr "当读取位图时"
4358
9e78ef72 4359#: misc/e2image.c:1281
196b59c8
TT
4360#, fuzzy
4361msgid "while allocating scramble block bitmap"
4362msgstr "错误块映射中的inode"
4363
9e78ef72 4364#: misc/e2image.c:1288
196b59c8
TT
4365#, fuzzy
4366msgid "Scanning inodes...\n"
4367msgstr "正在扫描inode表"
4368
9e78ef72 4369#: misc/e2image.c:1300
196b59c8
TT
4370#, fuzzy
4371msgid "Can't allocate block buffer"
4372msgstr "无法分配块缓存 (大小=%d)\n"
4373
9e78ef72 4374#: misc/e2image.c:1339 misc/e2image.c:1353
196b59c8
TT
4375#, fuzzy, c-format
4376msgid "while iterating over inode %u"
4377msgstr "当获取下一个inode时"
4378
4baef0a2 4379#: misc/e2image.c:1385
196b59c8
TT
4380msgid "Raw and qcow2 images cannot be installed"
4381msgstr ""
4382
4baef0a2 4383#: misc/e2image.c:1407
196b59c8
TT
4384#, fuzzy
4385msgid "error reading bitmaps"
4386msgstr "当读取位图时"
4387
4baef0a2 4388#: misc/e2image.c:1419
196b59c8
TT
4389#, fuzzy
4390msgid "while opening device file"
4391msgstr "在打开inode扫描时"
4392
4baef0a2 4393#: misc/e2image.c:1430
196b59c8
TT
4394#, fuzzy
4395msgid "while restoring the image table"
4396msgstr "当读取坏块inode时"
4397
4baef0a2 4398#: misc/e2image.c:1527
196b59c8
TT
4399msgid "-a option can only be used with raw or QCOW2 images."
4400msgstr ""
4401
4baef0a2 4402#: misc/e2image.c:1533
196b59c8
TT
4403msgid "Offsets are only allowed with raw images."
4404msgstr ""
4405
4baef0a2 4406#: misc/e2image.c:1538
196b59c8
TT
4407msgid "Move mode is only allowed with raw images."
4408msgstr ""
4409
4baef0a2 4410#: misc/e2image.c:1543
196b59c8
TT
4411msgid "Move mode requires all data mode."
4412msgstr ""
4413
4baef0a2 4414#: misc/e2image.c:1553
196b59c8
TT
4415msgid "checking if mounted"
4416msgstr ""
4417
4baef0a2 4418#: misc/e2image.c:1560
196b59c8
TT
4419msgid ""
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
4baef0a2 4426#: misc/e2image.c:1614
196b59c8
TT
4427msgid "QCOW2 image can not be written to the stdout!\n"
4428msgstr ""
4429
4baef0a2 4430#: misc/e2image.c:1620
196b59c8
TT
4431msgid "Can not stat output\n"
4432msgstr ""
4433
4baef0a2 4434#: misc/e2image.c:1630
196b59c8
TT
4435#, c-format
4436msgid "Image (%s) is compressed\n"
4437msgstr ""
4438
4baef0a2 4439#: misc/e2image.c:1633
196b59c8
TT
4440#, c-format
4441msgid "Image (%s) is encrypted\n"
4442msgstr ""
4443
4baef0a2 4444#: misc/e2image.c:1636
032eafee
ES
4445#, c-format
4446msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4447msgstr ""
4448
4baef0a2 4449#: misc/e2image.c:1645
196b59c8
TT
4450#, fuzzy
4451msgid "The -c option only supported in raw mode\n"
4452msgstr "-o只能被指定一次"
4453
4baef0a2 4454#: misc/e2image.c:1650
196b59c8
TT
4455msgid "The -c option not supported when writing to stdout\n"
4456msgstr ""
4457
4baef0a2 4458#: misc/e2image.c:1657
196b59c8
TT
4459msgid "while allocating check_buf"
4460msgstr ""
4461
4baef0a2 4462#: misc/e2image.c:1663
196b59c8
TT
4463#, fuzzy
4464msgid "The -p option only supported in raw mode\n"
4465msgstr "-o只能被指定一次"
4466
4baef0a2 4467#: misc/e2image.c:1673
196b59c8
TT
4468#, c-format
4469msgid "%d blocks already contained the data to be copied\n"
4470msgstr ""
4471
9e78ef72
TT
4472#: misc/e2initrd_helper.c:68
4473#, fuzzy, c-format
4474msgid "Usage: %s -r device\n"
4475msgstr "用法: %s disk\n"
4476
032eafee 4477#: misc/e2label.c:58
f722c134
TT
4478#, c-format
4479msgid "e2label: cannot open %s\n"
4480msgstr "e2label: 无法打开 %s\n"
4481
032eafee 4482#: misc/e2label.c:63
f722c134
TT
4483#, c-format
4484msgid "e2label: cannot seek to superblock\n"
4485msgstr ""
4486
032eafee 4487#: misc/e2label.c:68
f722c134
TT
4488#, c-format
4489msgid "e2label: error reading superblock\n"
4490msgstr "e2label: 读取superblock出错\n"
4491
032eafee 4492#: misc/e2label.c:72
f722c134
TT
4493#, c-format
4494msgid "e2label: not an ext2 filesystem\n"
4495msgstr "e2label: 不是一个ex2文件系统\n"
4496
4baef0a2 4497#: misc/e2label.c:97 misc/tune2fs.c:2953
f722c134
TT
4498#, c-format
4499msgid "Warning: label too long, truncating.\n"
4500msgstr ""
4501
032eafee 4502#: misc/e2label.c:100
f722c134
TT
4503#, c-format
4504msgid "e2label: cannot seek to superblock again\n"
4505msgstr ""
4506
032eafee 4507#: misc/e2label.c:105
3be22a81 4508#, c-format
f722c134 4509msgid "e2label: error writing superblock\n"
3be22a81 4510msgstr ""
f722c134 4511
4baef0a2 4512#: misc/e2label.c:117 misc/tune2fs.c:1564
3be22a81 4513#, c-format
f722c134 4514msgid "Usage: e2label device [newlabel]\n"
3be22a81 4515msgstr "用法: e2label device [新卷标]\n"
f722c134 4516
9e78ef72 4517#: misc/e2undo.c:108
f722c134 4518#, c-format
9e78ef72
TT
4519msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4520msgstr ""
4521
4522#: misc/e2undo.c:131
4523msgid "The file system superblock doesn't match the undo file.\n"
4524msgstr ""
4525
4526#: misc/e2undo.c:134
4527msgid "UUID does not match.\n"
4528msgstr ""
4529
4530#: misc/e2undo.c:136
4531msgid "Last mount time does not match.\n"
4532msgstr ""
4533
4534#: misc/e2undo.c:138
4535msgid "Last write time does not match.\n"
f722c134
TT
4536msgstr ""
4537
9e78ef72
TT
4538#: misc/e2undo.c:140
4539msgid "Lifetime write counter does not match.\n"
f722c134
TT
4540msgstr ""
4541
9e78ef72
TT
4542#: misc/e2undo.c:154
4543#, fuzzy
4544msgid "while reading filesystem superblock."
4545msgstr "当读取坏块inode时"
4546
4547#: misc/e2undo.c:170
4548#, fuzzy
4549msgid "while fetching superblock"
4550msgstr "在对坏块inode进行一致性检验是"
4551
4552#: misc/e2undo.c:183
f722c134 4553#, c-format
9e78ef72
TT
4554msgid "Undo file superblock checksum doesn't match.\n"
4555msgstr ""
f722c134 4556
9e78ef72 4557#: misc/e2undo.c:335
f722c134 4558#, c-format
9e78ef72 4559msgid "Will not write to an undo file while replaying it.\n"
f722c134
TT
4560msgstr ""
4561
9e78ef72
TT
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"
f722c134
TT
4580msgstr ""
4581
9e78ef72 4582#: misc/e2undo.c:374
f722c134 4583#, c-format
9e78ef72
TT
4584msgid "%s: Corrupt undo file header.\n"
4585msgstr ""
f722c134 4586
9e78ef72 4587#: misc/e2undo.c:378
f722c134 4588#, c-format
9e78ef72 4589msgid "%s: Undo block size too large.\n"
f722c134
TT
4590msgstr ""
4591
9e78ef72
TT
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"
f722c134
TT
4600msgstr ""
4601
9e78ef72 4602#: misc/e2undo.c:400
f722c134 4603#, c-format
9e78ef72
TT
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 ""
f722c134 4655
9e78ef72 4656#: misc/e2undo.c:577
f722c134 4657#, c-format
9e78ef72 4658msgid "IO error during replay; run e2fsck NOW!\n"
f722c134
TT
4659msgstr ""
4660
9e78ef72 4661#: misc/e2undo.c:580
f722c134 4662#, c-format
9e78ef72
TT
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 ""
f722c134 4716
930e2814 4717#: misc/fsck.c:343
f722c134
TT
4718#, c-format
4719msgid "WARNING: couldn't open %s: %s\n"
4720msgstr ""
4721
930e2814 4722#: misc/fsck.c:353
f722c134
TT
4723#, c-format
4724msgid "WARNING: bad format on line %d of %s\n"
4725msgstr ""
4726
032eafee 4727#: misc/fsck.c:370
f722c134 4728msgid ""
032eafee 4729"WARNING: Your /etc/fstab does not contain the fsck passno\n"
f722c134
TT
4730"\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
032eafee 4735#: misc/fsck.c:478
f722c134
TT
4736#, c-format
4737msgid "fsck: %s: not found\n"
4738msgstr ""
4739
032eafee 4740#: misc/fsck.c:594
f722c134
TT
4741#, c-format
4742msgid "%s: wait: No more child process?!?\n"
4743msgstr ""
4744
032eafee 4745#: misc/fsck.c:616
f722c134
TT
4746#, c-format
4747msgid "Warning... %s for device %s exited with signal %d.\n"
4748msgstr ""
4749
032eafee 4750#: misc/fsck.c:622
f722c134
TT
4751#, c-format
4752msgid "%s %s: status is %x, should never happen.\n"
4753msgstr ""
4754
032eafee 4755#: misc/fsck.c:661
f722c134
TT
4756#, c-format
4757msgid "Finished with %s (exit status %d)\n"
4758msgstr ""
4759
032eafee 4760#: misc/fsck.c:721
f722c134
TT
4761#, c-format
4762msgid "%s: Error %d while executing fsck.%s for %s\n"
4763msgstr ""
4764
032eafee 4765#: misc/fsck.c:742
f722c134
TT
4766msgid ""
4767"Either all or none of the filesystem types passed to -t must be prefixed\n"
4768"with 'no' or '!'.\n"
4769msgstr ""
4770
032eafee 4771#: misc/fsck.c:761
f722c134
TT
4772msgid "Couldn't allocate memory for filesystem types\n"
4773msgstr ""
4774
032eafee 4775#: misc/fsck.c:884
f722c134 4776#, c-format
032eafee
ES
4777msgid ""
4778"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4779"number\n"
f722c134
TT
4780msgstr ""
4781
032eafee 4782#: misc/fsck.c:911
f722c134
TT
4783#, c-format
4784msgid "fsck: cannot check %s: fsck.%s not found\n"
4785msgstr ""
4786
032eafee 4787#: misc/fsck.c:967
f722c134
TT
4788msgid "Checking all file systems.\n"
4789msgstr "正在检查所有文件系统.\n"
4790
032eafee 4791#: misc/fsck.c:1058
f722c134
TT
4792#, c-format
4793msgid "--waiting-- (pass %d)\n"
4794msgstr "--请稍候-- (完成 %d)\n"
4795
032eafee
ES
4796#: 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"
f722c134 4802
032eafee 4803#: misc/fsck.c:1120
f722c134
TT
4804#, c-format
4805msgid "%s: too many devices\n"
4806msgstr "%s: 设备过多\n"
4807
032eafee 4808#: misc/fsck.c:1153 misc/fsck.c:1239
f722c134
TT
4809#, c-format
4810msgid "%s: too many arguments\n"
4811msgstr "%s: 参数过多\n"
4812
4baef0a2 4813#: misc/fuse2fs.c:3730
9e78ef72
TT
4814msgid "Mounting read-only.\n"
4815msgstr ""
4816
4baef0a2 4817#: misc/fuse2fs.c:3754
f722c134 4818#, c-format
9e78ef72
TT
4819msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4820msgstr ""
4821
4baef0a2 4822#: misc/fuse2fs.c:3766 misc/fuse2fs.c:3779
9e78ef72
TT
4823#, c-format
4824msgid "%s: %s.\n"
4825msgstr ""
4826
4baef0a2 4827#: misc/fuse2fs.c:3767 misc/fuse2fs.c:3781 misc/tune2fs.c:3182
9e78ef72
TT
4828#, fuzzy, c-format
4829msgid "Please run e2fsck -fy %s.\n"
4830msgstr ""
4831"请先运行 'e2fsck -f %s'.\n"
4832"\n"
4833
4baef0a2 4834#: misc/fuse2fs.c:3788
9e78ef72
TT
4835msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4836msgstr ""
4837
4baef0a2 4838#: misc/fuse2fs.c:3796
9e78ef72
TT
4839#, c-format
4840msgid "%s: Writing to the journal is not supported.\n"
4841msgstr ""
4842
4baef0a2 4843#: misc/fuse2fs.c:3811
9e78ef72
TT
4844msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4845msgstr ""
4846
4baef0a2 4847#: misc/fuse2fs.c:3815
9e78ef72
TT
4848msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4849msgstr ""
4850
4baef0a2 4851#: misc/fuse2fs.c:3820
9e78ef72
TT
4852msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4853msgstr ""
4854
4baef0a2 4855#: misc/fuse2fs.c:3824
9e78ef72
TT
4856msgid "Orphans detected; running e2fsck is recommended.\n"
4857msgstr ""
4858
4baef0a2 4859#: misc/fuse2fs.c:3828
9e78ef72
TT
4860msgid "Errors detected; running e2fsck is required.\n"
4861msgstr ""
4862
4863#: misc/lsattr.c:75
4864#, fuzzy, c-format
4865msgid "Usage: %s [-RVadlpv] [files...]\n"
f722c134
TT
4866msgstr "用法: %s [-RVadlv] [files...]\n"
4867
9e78ef72 4868#: misc/lsattr.c:86
f722c134
TT
4869#, c-format
4870msgid "While reading flags on %s"
4871msgstr ""
4872
9e78ef72
TT
4873#: misc/lsattr.c:93
4874#, fuzzy, c-format
4875msgid "While reading project on %s"
4876msgstr "当读取坏块inode时"
4877
4878#: misc/lsattr.c:102
f722c134
TT
4879#, c-format
4880msgid "While reading version on %s"
4881msgstr ""
4882
9e78ef72 4883#: misc/mke2fs.c:124
f722c134
TT
4884#, c-format
4885msgid ""
032eafee 4886"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
f722c134 4887"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
9e78ef72 4888"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
f722c134
TT
4889"\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"
9e78ef72
TT
4892"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4893"undo_file]\n"
4baef0a2 4894"\t[-jnqvDFSV] device [blocks-count]\n"
f722c134
TT
4895msgstr ""
4896
9e78ef72 4897#: misc/mke2fs.c:255
f722c134
TT
4898#, c-format
4899msgid "Running command: %s\n"
4900msgstr "正在执行命令: %s\n"
4901
9e78ef72 4902#: misc/mke2fs.c:259
31a48478 4903#, c-format
f722c134
TT
4904msgid "while trying to run '%s'"
4905msgstr "当尝试运行 '%s' 时"
4906
9e78ef72 4907#: misc/mke2fs.c:266
f722c134
TT
4908msgid "while processing list of bad blocks from program"
4909msgstr ""
4910
9e78ef72 4911#: misc/mke2fs.c:293
f722c134
TT
4912#, c-format
4913msgid "Block %d in primary superblock/group descriptor area bad.\n"
4914msgstr ""
4915
9e78ef72 4916#: misc/mke2fs.c:295
f722c134
TT
4917#, c-format
4918msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4919msgstr ""
4920
9e78ef72 4921#: misc/mke2fs.c:298
f722c134 4922msgid "Aborting....\n"
31a48478 4923msgstr "正在终止...\n"
f722c134 4924
9e78ef72 4925#: misc/mke2fs.c:318
f722c134
TT
4926#, c-format
4927msgid ""
4928"Warning: the backup superblock/group descriptors at block %u contain\n"
4929"\tbad blocks.\n"
4930"\n"
4931msgstr ""
4932
9e78ef72 4933#: misc/mke2fs.c:337
f722c134
TT
4934msgid "while marking bad blocks as used"
4935msgstr ""
4936
9e78ef72 4937#: misc/mke2fs.c:408
f722c134
TT
4938msgid "Writing inode tables: "
4939msgstr "正在写入inode表: "
4940
9e78ef72 4941#: misc/mke2fs.c:430
f722c134
TT
4942#, c-format
4943msgid ""
4944"\n"
032eafee 4945"Could not write %d blocks in inode table starting at %llu: %s\n"
f722c134
TT
4946msgstr ""
4947
4baef0a2 4948#: misc/mke2fs.c:444 misc/mke2fs.c:2648 misc/mke2fs.c:3013
032eafee
ES
4949msgid "done \n"
4950msgstr "完成 \n"
4951
9e78ef72 4952#: misc/mke2fs.c:460
f722c134
TT
4953msgid "while creating root dir"
4954msgstr ""
4955
9e78ef72 4956#: misc/mke2fs.c:467
f722c134
TT
4957msgid "while reading root inode"
4958msgstr "当读取坏块inode时"
4959
9e78ef72 4960#: misc/mke2fs.c:479
f722c134
TT
4961msgid "while setting root inode ownership"
4962msgstr ""
4963
9e78ef72 4964#: misc/mke2fs.c:497
f722c134
TT
4965msgid "while creating /lost+found"
4966msgstr ""
4967
9e78ef72 4968#: misc/mke2fs.c:504
f722c134
TT
4969msgid "while looking up /lost+found"
4970msgstr ""
4971
9e78ef72 4972#: misc/mke2fs.c:517
f722c134
TT
4973msgid "while expanding /lost+found"
4974msgstr ""
4975
9e78ef72 4976#: misc/mke2fs.c:532
f722c134
TT
4977msgid "while setting bad block inode"
4978msgstr ""
4979
9e78ef72 4980#: misc/mke2fs.c:559
f722c134
TT
4981#, c-format
4982msgid "Out of memory erasing sectors %d-%d\n"
4983msgstr ""
4984
9e78ef72 4985#: misc/mke2fs.c:569
f722c134
TT
4986#, c-format
4987msgid "Warning: could not read block 0: %s\n"
4988msgstr ""
4989
9e78ef72 4990#: misc/mke2fs.c:585
f722c134
TT
4991#, c-format
4992msgid "Warning: could not erase sector %d: %s\n"
4993msgstr ""
4994
9e78ef72 4995#: misc/mke2fs.c:601
f722c134
TT
4996msgid "while initializing journal superblock"
4997msgstr ""
4998
9e78ef72 4999#: misc/mke2fs.c:609
f722c134
TT
5000msgid "Zeroing journal device: "
5001msgstr "正在将日志设备清零: "
5002
9e78ef72 5003#: misc/mke2fs.c:621
f722c134 5004#, c-format
032eafee 5005msgid "while zeroing journal device (block %llu, count %d)"
f722c134
TT
5006msgstr ""
5007
9e78ef72 5008#: misc/mke2fs.c:638
f722c134
TT
5009msgid "while writing journal superblock"
5010msgstr ""
5011
9e78ef72 5012#: misc/mke2fs.c:653
196b59c8
TT
5013#, c-format
5014msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5015msgstr ""
5016
9e78ef72 5017#: misc/mke2fs.c:661
032eafee 5018#, fuzzy, c-format
f722c134 5019msgid ""
032eafee 5020"warning: %llu blocks unused.\n"
f722c134
TT
5021"\n"
5022msgstr ""
5023"警告: %u 块未使用.\n"
5024"\n"
5025
9e78ef72 5026#: misc/mke2fs.c:666
f722c134
TT
5027#, c-format
5028msgid "Filesystem label=%s\n"
5029msgstr "文件系统标签=%s\n"
5030
9e78ef72 5031#: misc/mke2fs.c:669
032eafee
ES
5032#, fuzzy, c-format
5033msgid "OS type: %s\n"
f722c134
TT
5034msgstr "操作系统:"
5035
9e78ef72 5036#: misc/mke2fs.c:671
f722c134
TT
5037#, c-format
5038msgid "Block size=%u (log=%u)\n"
5039msgstr "块大小=%u (log=%u)\n"
5040
9e78ef72 5041#: misc/mke2fs.c:674
032eafee
ES
5042#, fuzzy, c-format
5043msgid "Cluster size=%u (log=%u)\n"
5044msgstr "块大小=%u (log=%u)\n"
5045
9e78ef72 5046#: misc/mke2fs.c:678
f722c134
TT
5047#, c-format
5048msgid "Fragment size=%u (log=%u)\n"
5049msgstr "分块大小=%u (log=%u)\n"
5050
9e78ef72 5051#: misc/mke2fs.c:680
3be22a81
DR
5052#, c-format
5053msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5054msgstr ""
5055
9e78ef72 5056#: misc/mke2fs.c:682
f722c134 5057#, c-format
032eafee 5058msgid "%u inodes, %llu blocks\n"
f722c134
TT
5059msgstr ""
5060
9e78ef72 5061#: misc/mke2fs.c:684
f722c134 5062#, c-format
032eafee 5063msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
f722c134
TT
5064msgstr ""
5065
9e78ef72 5066#: misc/mke2fs.c:687
f722c134
TT
5067#, c-format
5068msgid "First data block=%u\n"
5069msgstr "第一个数据块=%u\n"
5070
9e78ef72 5071#: misc/mke2fs.c:689
196b59c8
TT
5072#, c-format
5073msgid "Root directory owner=%u:%u\n"
5074msgstr ""
5075
9e78ef72 5076#: misc/mke2fs.c:691
f722c134
TT
5077#, c-format
5078msgid "Maximum filesystem blocks=%lu\n"
5079msgstr ""
5080
9e78ef72 5081#: misc/mke2fs.c:695
f722c134
TT
5082#, c-format
5083msgid "%u block groups\n"
5084msgstr ""
5085
9e78ef72 5086#: misc/mke2fs.c:697
f722c134
TT
5087#, c-format
5088msgid "%u block group\n"
5089msgstr ""
5090
9e78ef72 5091#: misc/mke2fs.c:699
032eafee
ES
5092#, c-format
5093msgid "%u blocks per group, %u clusters per group\n"
5094msgstr ""
5095
9e78ef72 5096#: misc/mke2fs.c:702
f722c134
TT
5097#, c-format
5098msgid "%u blocks per group, %u fragments per group\n"
5099msgstr ""
5100
9e78ef72 5101#: misc/mke2fs.c:704
f722c134
TT
5102#, c-format
5103msgid "%u inodes per group\n"
5104msgstr ""
5105
9e78ef72 5106#: misc/mke2fs.c:713
196b59c8
TT
5107#, fuzzy, c-format
5108msgid "Filesystem UUID: %s\n"
5109msgstr "文件系统标签=%s\n"
5110
9e78ef72 5111#: misc/mke2fs.c:714
f722c134
TT
5112msgid "Superblock backups stored on blocks: "
5113msgstr ""
5114
4baef0a2 5115#: misc/mke2fs.c:808
196b59c8
TT
5116#, c-format
5117msgid "%s requires '-O 64bit'\n"
5118msgstr ""
5119
4baef0a2 5120#: misc/mke2fs.c:814
196b59c8
TT
5121#, c-format
5122msgid "'%s' must be before 'resize=%u'\n"
5123msgstr ""
5124
4baef0a2 5125#: misc/mke2fs.c:827
196b59c8
TT
5126#, fuzzy, c-format
5127msgid "Invalid desc_size: '%s'\n"
5128msgstr "无效的新大小:%s\n"
5129
4baef0a2 5130#: misc/mke2fs.c:840
196b59c8
TT
5131#, fuzzy, c-format
5132msgid "Invalid offset: %s\n"
5133msgstr "无效的新大小:%s\n"
5134
4baef0a2 5135#: misc/mke2fs.c:854 misc/tune2fs.c:1933
032eafee
ES
5136#, fuzzy, c-format
5137msgid "Invalid mmp_update_interval: %s\n"
5138msgstr "设置了无效的挂载选项: %s\n"
5139
4baef0a2 5140#: misc/mke2fs.c:868
cd75fb04
TT
5141#, fuzzy, c-format
5142msgid "Invalid # of backup superblocks: %s\n"
5143msgstr "无效的新大小:%s\n"
196b59c8 5144
4baef0a2 5145#: misc/mke2fs.c:890
f722c134
TT
5146#, c-format
5147msgid "Invalid stride parameter: %s\n"
5148msgstr ""
5149
4baef0a2 5150#: misc/mke2fs.c:905
f722c134
TT
5151#, c-format
5152msgid "Invalid stripe-width parameter: %s\n"
5153msgstr ""
5154
4baef0a2 5155#: misc/mke2fs.c:928
f722c134
TT
5156#, c-format
5157msgid "Invalid resize parameter: %s\n"
5158msgstr ""
5159
4baef0a2 5160#: misc/mke2fs.c:935
f722c134
TT
5161msgid "The resize maximum must be greater than the filesystem size.\n"
5162msgstr ""
5163
4baef0a2 5164#: misc/mke2fs.c:959
f722c134
TT
5165msgid "On-line resizing not supported with revision 0 filesystems\n"
5166msgstr ""
5167
4baef0a2 5168#: misc/mke2fs.c:985 misc/mke2fs.c:994
196b59c8
TT
5169#, fuzzy, c-format
5170msgid "Invalid root_owner: '%s'\n"
5171msgstr "设置了无效的挂载选项: %s\n"
5172
4baef0a2 5173#: misc/mke2fs.c:1034
f722c134
TT
5174#, 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"
196b59c8
TT
5183"\tmmp_update_interval=<interval>\n"
5184"\tnum_backup_sb=<0|1|2>\n"
f722c134
TT
5185"\tstride=<RAID per-disk data chunk in blocks>\n"
5186"\tstripe-width=<RAID stride * data disks in blocks>\n"
196b59c8 5187"\toffset=<offset to create the file system>\n"
f722c134 5188"\tresize=<resize maximum size in blocks>\n"
196b59c8 5189"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
f722c134 5190"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
032eafee 5191"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4baef0a2 5192"\troot_owner=<uid of root dir>:<gid of root dir>\n"
f722c134 5193"\ttest_fs\n"
c475534c
DR
5194"\tdiscard\n"
5195"\tnodiscard\n"
4baef0a2 5196"\tquotatype=<quota type(s) to be enabled>\n"
f722c134
TT
5197"\n"
5198msgstr ""
5199
4baef0a2 5200#: misc/mke2fs.c:1059
f722c134
TT
5201#, c-format
5202msgid ""
5203"\n"
5204"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5205"\n"
5206msgstr ""
5207
4baef0a2 5208#: misc/mke2fs.c:1101
f722c134
TT
5209#, c-format
5210msgid ""
5211"Syntax error in mke2fs config file (%s, line #%d)\n"
5212"\t%s\n"
5213msgstr ""
5214
4baef0a2 5215#: misc/mke2fs.c:1114 misc/tune2fs.c:1007
f722c134
TT
5216#, c-format
5217msgid "Invalid filesystem option set: %s\n"
5218msgstr "设置了无效的文件系统选项: %s\n"
5219
4baef0a2 5220#: misc/mke2fs.c:1126 misc/tune2fs.c:406
032eafee
ES
5221#, c-format
5222msgid "Invalid mount option set: %s\n"
5223msgstr "设置了无效的挂载选项: %s\n"
5224
4baef0a2 5225#: misc/mke2fs.c:1262
f722c134
TT
5226#, c-format
5227msgid ""
5228"\n"
c475534c 5229"Your mke2fs.conf file does not define the %s filesystem type.\n"
f722c134
TT
5230msgstr ""
5231
4baef0a2 5232#: misc/mke2fs.c:1266
f722c134
TT
5233msgid ""
5234"You probably need to install an updated mke2fs.conf file.\n"
5235"\n"
5236msgstr ""
5237
4baef0a2 5238#: misc/mke2fs.c:1270
196b59c8 5239#, fuzzy
c475534c
DR
5240msgid "Aborting...\n"
5241msgstr "正在终止...\n"
5242
4baef0a2 5243#: misc/mke2fs.c:1311
c475534c
DR
5244#, c-format
5245msgid ""
5246"\n"
5247"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5248"\n"
5249msgstr ""
5250
4baef0a2 5251#: misc/mke2fs.c:1493
196b59c8 5252#, fuzzy
032eafee
ES
5253msgid "Couldn't allocate memory for new PATH.\n"
5254msgstr "无法为tdb文件名分配内存\n"
f722c134 5255
4baef0a2 5256#: misc/mke2fs.c:1534
f722c134 5257#, c-format
032eafee 5258msgid "Couldn't init profile successfully (error: %ld).\n"
f722c134
TT
5259msgstr ""
5260
4baef0a2 5261#: misc/mke2fs.c:1567
f722c134 5262#, c-format
032eafee
ES
5263msgid "invalid block size - %s"
5264msgstr "无效的块大小 - %s"
f722c134 5265
4baef0a2 5266#: misc/mke2fs.c:1571
f722c134 5267#, c-format
032eafee 5268msgid "Warning: blocksize %d not usable on most systems.\n"
f722c134
TT
5269msgstr ""
5270
4baef0a2 5271#: misc/mke2fs.c:1587
032eafee
ES
5272#, fuzzy, c-format
5273msgid "invalid cluster size - %s"
5274msgstr "无效的块大小 - %s"
5275
4baef0a2 5276#: misc/mke2fs.c:1600
196b59c8
TT
5277msgid "'-R' is deprecated, use '-E' instead"
5278msgstr ""
5279
4baef0a2 5280#: misc/mke2fs.c:1614 misc/tune2fs.c:1661
9e78ef72
TT
5281#, c-format
5282msgid "bad error behavior - %s"
5283msgstr ""
5284
4baef0a2 5285#: misc/mke2fs.c:1626
f722c134
TT
5286msgid "Illegal number for blocks per group"
5287msgstr ""
5288
4baef0a2 5289#: misc/mke2fs.c:1631
f722c134
TT
5290msgid "blocks per group must be multiple of 8"
5291msgstr ""
5292
4baef0a2 5293#: misc/mke2fs.c:1639
f722c134
TT
5294msgid "Illegal number for flex_bg size"
5295msgstr ""
5296
4baef0a2 5297#: misc/mke2fs.c:1645
f722c134
TT
5298msgid "flex_bg size must be a power of 2"
5299msgstr "flex_bg 大小必须是2的次方"
5300
4baef0a2 5301#: misc/mke2fs.c:1650
cd75fb04
TT
5302#, fuzzy, c-format
5303msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5304msgstr "flex_bg 大小必须是2的次方"
5305
4baef0a2 5306#: misc/mke2fs.c:1660
f722c134
TT
5307#, c-format
5308msgid "invalid inode ratio %s (min %d/max %d)"
5309msgstr ""
5310
4baef0a2 5311#: misc/mke2fs.c:1670
c475534c 5312#, c-format
196b59c8
TT
5313msgid "invalid inode size - %s"
5314msgstr "无效的inode大小 - %s"
5315
4baef0a2 5316#: misc/mke2fs.c:1683
032eafee
ES
5317msgid ""
5318"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5319"nodiscard' extended option instead!\n"
c475534c
DR
5320msgstr ""
5321
4baef0a2 5322#: misc/mke2fs.c:1694
f722c134
TT
5323msgid "in malloc for bad_blocks_filename"
5324msgstr ""
5325
4baef0a2 5326#: misc/mke2fs.c:1707
f722c134
TT
5327#, c-format
5328msgid "invalid reserved blocks percent - %s"
5329msgstr ""
5330
4baef0a2 5331#: misc/mke2fs.c:1722
f722c134 5332#, c-format
196b59c8 5333msgid "bad num inodes - %s"
f722c134
TT
5334msgstr ""
5335
4baef0a2
TT
5336#: misc/mke2fs.c:1735
5337#, fuzzy
5338msgid "while allocating fs_feature string"
5339msgstr "A分配出错"
5340
5341#: misc/mke2fs.c:1752
f722c134 5342#, c-format
196b59c8 5343msgid "bad revision level - %s"
f722c134
TT
5344msgstr ""
5345
4baef0a2 5346#: misc/mke2fs.c:1757
cd75fb04
TT
5347#, fuzzy, c-format
5348msgid "while trying to create revision %d"
5349msgstr "当尝试调整%s的大小时"
5350
4baef0a2 5351#: misc/mke2fs.c:1771
032eafee
ES
5352#, fuzzy
5353msgid "The -t option may only be used once"
5354msgstr "-o只能被指定一次"
5355
4baef0a2 5356#: misc/mke2fs.c:1779
032eafee
ES
5357#, fuzzy
5358msgid "The -T option may only be used once"
5359msgstr "-o只能被指定一次"
5360
4baef0a2 5361#: misc/mke2fs.c:1835 misc/mke2fs.c:3097
f722c134
TT
5362#, c-format
5363msgid "while trying to open journal device %s\n"
5364msgstr ""
5365
4baef0a2 5366#: misc/mke2fs.c:1841
f722c134
TT
5367#, c-format
5368msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5369msgstr ""
5370
4baef0a2 5371#: misc/mke2fs.c:1847
3be22a81 5372#, c-format
f722c134 5373msgid "Using journal device's blocksize: %d\n"
3be22a81 5374msgstr ""
f722c134 5375
4baef0a2 5376#: misc/mke2fs.c:1858
c475534c 5377#, fuzzy, c-format
032eafee 5378msgid "invalid blocks '%s' on device '%s'"
c475534c 5379msgstr "无效的块大小 - %s"
f722c134 5380
4baef0a2 5381#: misc/mke2fs.c:1880
f722c134
TT
5382msgid "filesystem"
5383msgstr "文件系统"
5384
4baef0a2 5385#: misc/mke2fs.c:1894 resize/main.c:490
f722c134
TT
5386msgid "while trying to determine filesystem size"
5387msgstr ""
5388
4baef0a2 5389#: misc/mke2fs.c:1900
f722c134
TT
5390msgid ""
5391"Couldn't determine device size; you must specify\n"
5392"the size of the filesystem\n"
5393msgstr ""
5394
4baef0a2 5395#: misc/mke2fs.c:1907
f722c134
TT
5396msgid ""
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
4baef0a2 5403#: misc/mke2fs.c:1924
f722c134
TT
5404msgid "Filesystem larger than apparent device size."
5405msgstr ""
5406
4baef0a2 5407#: misc/mke2fs.c:1944
f722c134
TT
5408msgid "Failed to parse fs types list\n"
5409msgstr ""
5410
4baef0a2 5411#: misc/mke2fs.c:1992
9e78ef72
TT
5412#, fuzzy
5413msgid "The HURD does not support the filetype feature.\n"
5414msgstr "Hurd系统不支持filetype功能。\n"
5415
4baef0a2 5416#: misc/mke2fs.c:1997
9e78ef72
TT
5417#, fuzzy
5418msgid "The HURD does not support the huge_file feature.\n"
5419msgstr "Hurd系统不支持filetype功能。\n"
5420
4baef0a2 5421#: misc/mke2fs.c:2002
9e78ef72
TT
5422#, fuzzy
5423msgid "The HURD does not support the metadata_csum feature.\n"
5424msgstr "Hurd系统不支持filetype功能。\n"
5425
4baef0a2 5426#: misc/mke2fs.c:2012
196b59c8
TT
5427msgid "while trying to determine hardware sector size"
5428msgstr ""
5429
4baef0a2 5430#: misc/mke2fs.c:2018
196b59c8
TT
5431#, fuzzy
5432msgid "while trying to determine physical sector size"
5433msgstr "当尝试对%s进行stat调用时"
5434
4baef0a2 5435#: misc/mke2fs.c:2050
196b59c8
TT
5436msgid "while setting blocksize; too small for device\n"
5437msgstr ""
5438
4baef0a2 5439#: misc/mke2fs.c:2055
196b59c8
TT
5440#, c-format
5441msgid ""
5442"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5443msgstr ""
5444
4baef0a2 5445#: misc/mke2fs.c:2079
032eafee
ES
5446#, 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
4baef0a2 5452#: misc/mke2fs.c:2095
f722c134
TT
5453msgid "fs_types for mke2fs.conf resolution: "
5454msgstr ""
5455
4baef0a2 5456#: misc/mke2fs.c:2102
f722c134
TT
5457msgid "Filesystem features not supported with revision 0 filesystems\n"
5458msgstr ""
5459
4baef0a2 5460#: misc/mke2fs.c:2110
f722c134
TT
5461msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5462msgstr ""
5463
4baef0a2 5464#: misc/mke2fs.c:2120
f722c134
TT
5465msgid "Journals not supported with revision 0 filesystems\n"
5466msgstr ""
5467
4baef0a2 5468#: misc/mke2fs.c:2133
032eafee
ES
5469#, fuzzy, c-format
5470msgid "invalid reserved blocks percent - %lf"
5471msgstr "无效的块大小 - %s"
5472
4baef0a2 5473#: misc/mke2fs.c:2150
f722c134 5474msgid ""
196b59c8
TT
5475"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5476"rectify.\n"
f722c134
TT
5477msgstr ""
5478
4baef0a2 5479#: misc/mke2fs.c:2170
196b59c8 5480msgid "The cluster size may not be smaller than the block size.\n"
f722c134
TT
5481msgstr ""
5482
4baef0a2 5483#: misc/mke2fs.c:2176
196b59c8 5484msgid "specifying a cluster size requires the bigalloc feature"
296b9d69
TT
5485msgstr ""
5486
4baef0a2 5487#: misc/mke2fs.c:2196
3be22a81
DR
5488#, c-format
5489msgid "warning: Unable to get device geometry for %s\n"
5490msgstr ""
5491
4baef0a2 5492#: misc/mke2fs.c:2199
3be22a81
DR
5493#, c-format
5494msgid "%s alignment is offset by %lu bytes.\n"
5495msgstr ""
5496
4baef0a2 5497#: misc/mke2fs.c:2201
032eafee
ES
5498#, c-format
5499msgid ""
5500"This may result in very poor performance, (re)-partitioning suggested.\n"
5501msgstr ""
5502
4baef0a2 5503#: misc/mke2fs.c:2222
032eafee
ES
5504#, c-format
5505msgid "%d-byte blocks too big for system (max %d)"
5506msgstr ""
5507
4baef0a2 5508#: misc/mke2fs.c:2226
3be22a81 5509#, c-format
032eafee
ES
5510msgid ""
5511"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3be22a81
DR
5512msgstr ""
5513
4baef0a2 5514#: misc/mke2fs.c:2234
9e78ef72
TT
5515#, c-format
5516msgid ""
5517"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5518"and journal checksum features.\n"
5519msgstr ""
5520
4baef0a2
TT
5521#: 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
196b59c8
TT
5532msgid "Can't support bigalloc feature without extents feature"
5533msgstr ""
5534
4baef0a2 5535#: misc/mke2fs.c:2313
196b59c8
TT
5536msgid ""
5537"The resize_inode and meta_bg features are not compatible.\n"
5538"They can not be both enabled simultaneously.\n"
5539msgstr ""
5540
4baef0a2 5541#: misc/mke2fs.c:2321
196b59c8
TT
5542msgid ""
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
4baef0a2 5549#: misc/mke2fs.c:2333
f722c134
TT
5550msgid "reserved online resize blocks not supported on non-sparse filesystem"
5551msgstr ""
5552
4baef0a2 5553#: misc/mke2fs.c:2342
f722c134
TT
5554msgid "blocks per group count out of range"
5555msgstr ""
5556
4baef0a2 5557#: misc/mke2fs.c:2364
f722c134
TT
5558msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5559msgstr ""
5560
4baef0a2 5561#: misc/mke2fs.c:2376
f722c134
TT
5562#, c-format
5563msgid "invalid inode size %d (min %d/max %d)"
5564msgstr ""
5565
4baef0a2 5566#: misc/mke2fs.c:2391
9e78ef72
TT
5567#, c-format
5568msgid "%d byte inodes are too small for inline data; specify larger size"
5569msgstr ""
5570
4baef0a2 5571#: misc/mke2fs.c:2404
9e78ef72
TT
5572#, c-format
5573msgid "%d byte inodes are too small for project quota; specify larger size"
5574msgstr ""
5575
4baef0a2 5576#: misc/mke2fs.c:2419
f722c134
TT
5577#, c-format
5578msgid "too many inodes (%llu), raise inode ratio?"
5579msgstr ""
5580
4baef0a2 5581#: misc/mke2fs.c:2426
f722c134
TT
5582#, c-format
5583msgid "too many inodes (%llu), specify < 2^32 inodes"
5584msgstr ""
5585
4baef0a2 5586#: misc/mke2fs.c:2440
f722c134
TT
5587#, c-format
5588msgid ""
5589"inode_size (%u) * inodes_count (%u) too big for a\n"
032eafee 5590"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
f722c134
TT
5591"\tor lower inode count (-N).\n"
5592msgstr ""
5593
4baef0a2 5594#: misc/mke2fs.c:2627
032eafee
ES
5595#, fuzzy
5596msgid "Discarding device blocks: "
5597msgstr "正在读取目录块"
3be22a81 5598
4baef0a2 5599#: misc/mke2fs.c:2643
032eafee 5600msgid "failed - "
3be22a81
DR
5601msgstr ""
5602
4baef0a2 5603#: misc/mke2fs.c:2723
9e78ef72
TT
5604#, c-format
5605msgid "bad error behavior in profile - %s"
5606msgstr ""
5607
4baef0a2 5608#: misc/mke2fs.c:2797
f722c134
TT
5609msgid "while setting up superblock"
5610msgstr ""
5611
4baef0a2 5612#: misc/mke2fs.c:2813
9e78ef72
TT
5613msgid ""
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
4baef0a2 5619#: misc/mke2fs.c:2820
9e78ef72
TT
5620msgid ""
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
4baef0a2 5625#: misc/mke2fs.c:2828
9e78ef72
TT
5626msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5627msgstr ""
5628
4baef0a2 5629#: misc/mke2fs.c:2852
196b59c8 5630msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
c475534c
DR
5631msgstr ""
5632
4baef0a2 5633#: misc/mke2fs.c:2938
f722c134
TT
5634#, c-format
5635msgid "unknown os - %s"
5636msgstr "未知操作系统 - %s"
5637
4baef0a2 5638#: misc/mke2fs.c:3001
196b59c8 5639#, fuzzy
032eafee
ES
5640msgid "Allocating group tables: "
5641msgstr "正在写入inode表: "
5642
4baef0a2 5643#: misc/mke2fs.c:3009
f722c134
TT
5644msgid "while trying to allocate filesystem tables"
5645msgstr ""
5646
4baef0a2 5647#: misc/mke2fs.c:3018
032eafee
ES
5648msgid ""
5649"\n"
5650"\twhile converting subcluster bitmap"
5651msgstr ""
5652
4baef0a2 5653#: misc/mke2fs.c:3024
9e78ef72
TT
5654#, c-format
5655msgid "%s may be further corrupted by superblock rewrite\n"
5656msgstr ""
5657
4baef0a2 5658#: misc/mke2fs.c:3065
f722c134 5659#, c-format
032eafee 5660msgid "while zeroing block %llu at end of filesystem"
f722c134
TT
5661msgstr ""
5662
4baef0a2 5663#: misc/mke2fs.c:3078
f722c134
TT
5664msgid "while reserving blocks for online resize"
5665msgstr ""
5666
4baef0a2 5667#: misc/mke2fs.c:3090 misc/tune2fs.c:1415
f722c134
TT
5668msgid "journal"
5669msgstr "日志"
5670
4baef0a2 5671#: misc/mke2fs.c:3102
f722c134
TT
5672#, c-format
5673msgid "Adding journal to device %s: "
5674msgstr ""
5675
4baef0a2 5676#: misc/mke2fs.c:3109
f722c134
TT
5677#, c-format
5678msgid ""
5679"\n"
5680"\twhile trying to add journal to device %s"
5681msgstr ""
5682
4baef0a2
TT
5683#: 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
f722c134
TT
5685msgid "done\n"
5686msgstr "完成\n"
5687
4baef0a2 5688#: misc/mke2fs.c:3120
930e2814
TT
5689msgid "Skipping journal creation in super-only mode\n"
5690msgstr ""
5691
4baef0a2 5692#: misc/mke2fs.c:3130
3be22a81 5693#, c-format
f722c134 5694msgid "Creating journal (%u blocks): "
3be22a81 5695msgstr ""
f722c134 5696
4baef0a2 5697#: misc/mke2fs.c:3139
032eafee
ES
5698msgid ""
5699"\n"
5700"\twhile trying to create journal"
5701msgstr ""
5702
4baef0a2 5703#: misc/mke2fs.c:3151 misc/tune2fs.c:1072
032eafee
ES
5704msgid ""
5705"\n"
5706"Error while enabling multiple mount protection feature."
5707msgstr ""
5708
4baef0a2 5709#: misc/mke2fs.c:3156
032eafee
ES
5710#, c-format
5711msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5712msgstr ""
5713
4baef0a2 5714#: misc/mke2fs.c:3174
9e78ef72
TT
5715msgid "Copying files into the device: "
5716msgstr ""
5717
4baef0a2 5718#: misc/mke2fs.c:3180
9e78ef72
TT
5719#, fuzzy
5720msgid "while populating file system"
5721msgstr "正在写入inode表: "
5722
4baef0a2 5723#: misc/mke2fs.c:3187
f722c134
TT
5724msgid "Writing superblocks and filesystem accounting information: "
5725msgstr ""
5726
4baef0a2 5727#: misc/mke2fs.c:3194
f722c134
TT
5728msgid ""
5729"\n"
5730"Warning, had trouble writing out superblocks."
5731msgstr ""
5732
4baef0a2 5733#: misc/mke2fs.c:3196
f722c134
TT
5734msgid ""
5735"done\n"
5736"\n"
5737msgstr ""
5738"完成\n"
5739"\n"
5740
4baef0a2 5741#: misc/mk_hugefiles.c:424
9e78ef72
TT
5742#, c-format
5743msgid ""
5744"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5745msgstr ""
5746
4baef0a2 5747#: misc/mk_hugefiles.c:491
9e78ef72
TT
5748msgid "Huge files will be zero'ed\n"
5749msgstr ""
5750
4baef0a2 5751#: misc/mk_hugefiles.c:492
9e78ef72
TT
5752#, fuzzy, c-format
5753msgid "Creating %lu huge file(s) "
5754msgstr "一般文件"
5755
4baef0a2 5756#: misc/mk_hugefiles.c:494
9e78ef72
TT
5757#, fuzzy, c-format
5758msgid "with %llu blocks each"
5759msgstr ""
5760"警告: %u 块未使用.\n"
5761"\n"
5762
4baef0a2 5763#: misc/mk_hugefiles.c:505
9e78ef72
TT
5764#, fuzzy, c-format
5765msgid "while creating huge file %lu"
5766msgstr "当获取下一个inode时"
5767
032eafee 5768#: misc/mklost+found.c:50
f722c134
TT
5769msgid "Usage: mklost+found\n"
5770msgstr "用法: mklost+found\n"
5771
032eafee 5772#: misc/partinfo.c:41
f722c134
TT
5773#, 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
032eafee 5787#: misc/partinfo.c:51
f722c134
TT
5788#, c-format
5789msgid "Cannot open %s: %s"
5790msgstr "无法打开 %s: %s"
5791
032eafee 5792#: misc/partinfo.c:57
f722c134
TT
5793#, c-format
5794msgid "Cannot get geometry of %s: %s"
5795msgstr ""
5796
032eafee 5797#: misc/partinfo.c:65
f722c134
TT
5798#, c-format
5799msgid "Cannot get size of %s: %s"
5800msgstr "无法获得 %s 的大小: %s"
5801
032eafee 5802#: misc/partinfo.c:71
f722c134
TT
5803#, c-format
5804msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5805msgstr ""
5806
4baef0a2 5807#: misc/tune2fs.c:119
f722c134
TT
5808msgid "Please run e2fsck on the filesystem.\n"
5809msgstr "请在这个文件系统上运行 e2fsck.\n"
5810
4baef0a2 5811#: misc/tune2fs.c:121
9e78ef72
TT
5812#, fuzzy
5813msgid "Please run e2fsck -D on the filesystem.\n"
5814msgstr "请在这个文件系统上运行 e2fsck.\n"
5815
4baef0a2 5816#: misc/tune2fs.c:134
f722c134
TT
5817#, c-format
5818msgid ""
4baef0a2 5819"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
f722c134 5820"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
9e78ef72
TT
5821"\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"
f722c134 5825"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
9e78ef72 5826"\t[-I new_inode_size] [-z undo_file] device\n"
f722c134
TT
5827msgstr ""
5828
4baef0a2 5829#: misc/tune2fs.c:218
bd38698b
TT
5830msgid "Journal superblock not found!\n"
5831msgstr "日志超级块未找到!\n"
5832
4baef0a2 5833#: misc/tune2fs.c:276
f722c134
TT
5834msgid "while trying to open external journal"
5835msgstr ""
5836
4baef0a2 5837#: misc/tune2fs.c:282 misc/tune2fs.c:2676
3be22a81 5838#, c-format
f722c134
TT
5839msgid "%s is not a journal device.\n"
5840msgstr "%s 不是一个日志设备.\n"
5841
4baef0a2 5842#: misc/tune2fs.c:292 misc/tune2fs.c:2687
f722c134
TT
5843msgid "Filesystem's UUID not found on journal device.\n"
5844msgstr ""
5845
4baef0a2 5846#: misc/tune2fs.c:316
032eafee
ES
5847msgid ""
5848"Cannot locate journal device. It was NOT removed\n"
5849"Use -f option to remove missing journal device.\n"
5850msgstr ""
f722c134 5851
4baef0a2 5852#: misc/tune2fs.c:325
f722c134
TT
5853msgid "Journal removed\n"
5854msgstr "日志已删除\n"
5855
4baef0a2 5856#: misc/tune2fs.c:369
f722c134
TT
5857msgid "while reading bitmaps"
5858msgstr "当读取位图时"
5859
4baef0a2 5860#: misc/tune2fs.c:377
f722c134
TT
5861msgid "while clearing journal inode"
5862msgstr "当读取坏块inode时"
5863
4baef0a2 5864#: misc/tune2fs.c:388
f722c134
TT
5865msgid "while writing journal inode"
5866msgstr ""
5867
4baef0a2 5868#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
c475534c
DR
5869msgid "(and reboot afterwards!)\n"
5870msgstr "(并且过后重启!)\n"
5871
4baef0a2 5872#: misc/tune2fs.c:476
9e78ef72
TT
5873#, c-format
5874msgid "After running e2fsck, please run `resize2fs %s %s"
5875msgstr ""
5876
4baef0a2 5877#: misc/tune2fs.c:479
9e78ef72
TT
5878#, fuzzy, c-format
5879msgid "Please run `resize2fs %s %s"
5880msgstr ""
5881"请先运行 'e2fsck -f %s'.\n"
5882"\n"
5883
4baef0a2 5884#: misc/tune2fs.c:483
9e78ef72
TT
5885#, c-format
5886msgid " -z \"%s\""
5887msgstr ""
5888
4baef0a2 5889#: misc/tune2fs.c:485
9e78ef72
TT
5890#, c-format
5891msgid "' to enable 64-bit mode.\n"
5892msgstr ""
5893
4baef0a2 5894#: misc/tune2fs.c:487
9e78ef72
TT
5895#, c-format
5896msgid "' to disable 64-bit mode.\n"
5897msgstr ""
5898
4baef0a2 5899#: misc/tune2fs.c:974
9e78ef72
TT
5900msgid ""
5901"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5902" This requires Linux >= v4.4.\n"
5903msgstr ""
5904
4baef0a2 5905#: misc/tune2fs.c:1010
f722c134
TT
5906#, c-format
5907msgid "Clearing filesystem feature '%s' not supported.\n"
5908msgstr ""
5909
4baef0a2 5910#: misc/tune2fs.c:1016
f722c134
TT
5911#, c-format
5912msgid "Setting filesystem feature '%s' not supported.\n"
5913msgstr ""
5914
4baef0a2 5915#: misc/tune2fs.c:1025
f722c134
TT
5916msgid ""
5917"The has_journal feature may only be cleared when the filesystem is\n"
5918"unmounted or mounted read-only.\n"
5919msgstr ""
5920
4baef0a2 5921#: misc/tune2fs.c:1033
f722c134
TT
5922msgid ""
5923"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5924"the has_journal flag.\n"
5925msgstr ""
5926
4baef0a2 5927#: misc/tune2fs.c:1051
196b59c8
TT
5928msgid ""
5929"Setting filesystem feature 'sparse_super' not supported\n"
5930"for filesystems with the meta_bg feature enabled.\n"
5931msgstr ""
5932
4baef0a2 5933#: misc/tune2fs.c:1064
032eafee
ES
5934msgid ""
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
4baef0a2 5940#: misc/tune2fs.c:1082
9e78ef72
TT
5941#, c-format
5942msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5943msgstr ""
5944
4baef0a2 5945#: misc/tune2fs.c:1091
9e78ef72
TT
5946msgid ""
5947"The multiple mount protection feature cannot\n"
5948"be disabled if the filesystem is readonly.\n"
5949msgstr ""
5950
4baef0a2 5951#: misc/tune2fs.c:1099
9e78ef72
TT
5952#, fuzzy
5953msgid "Error while reading bitmaps\n"
5954msgstr "当读取位图时"
5955
4baef0a2 5956#: misc/tune2fs.c:1108
9e78ef72
TT
5957#, c-format
5958msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5959msgstr ""
5960
4baef0a2 5961#: misc/tune2fs.c:1113
9e78ef72
TT
5962#, fuzzy
5963msgid "while reading MMP block."
5964msgstr "当读取坏块inode时"
5965
4baef0a2 5966#: misc/tune2fs.c:1145
9e78ef72
TT
5967msgid ""
5968"Clearing the flex_bg flag would cause the the filesystem to be\n"
5969"inconsistent.\n"
5970msgstr ""
5971
4baef0a2 5972#: misc/tune2fs.c:1156
9e78ef72
TT
5973msgid ""
5974"The huge_file feature may only be cleared when the filesystem is\n"
5975"unmounted or mounted read-only.\n"
5976msgstr ""
5977
4baef0a2 5978#: misc/tune2fs.c:1167
9e78ef72
TT
5979msgid "Enabling checksums could take some time."
5980msgstr ""
5981
4baef0a2 5982#: misc/tune2fs.c:1169
9e78ef72
TT
5983msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5984msgstr ""
5985
4baef0a2 5986#: misc/tune2fs.c:1175
9e78ef72
TT
5987msgid ""
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
4baef0a2 5993#: misc/tune2fs.c:1182
9e78ef72
TT
5994msgid ""
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
4baef0a2 6000#: misc/tune2fs.c:1208
9e78ef72 6001msgid "Disabling checksums could take some time."
032eafee
ES
6002msgstr ""
6003
4baef0a2 6004#: misc/tune2fs.c:1210
9e78ef72 6005msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
032eafee
ES
6006msgstr ""
6007
4baef0a2 6008#: misc/tune2fs.c:1273
9e78ef72
TT
6009#, c-format
6010msgid "Cannot enable 64-bit mode while mounted!\n"
6011msgstr ""
032eafee 6012
4baef0a2 6013#: misc/tune2fs.c:1283
032eafee 6014#, c-format
9e78ef72 6015msgid "Cannot disable 64-bit mode while mounted!\n"
032eafee
ES
6016msgstr ""
6017
4baef0a2 6018#: misc/tune2fs.c:1313
9e78ef72
TT
6019msgid ""
6020"\n"
6021"Warning: enabled project without quota together\n"
6022msgstr ""
032eafee 6023
4baef0a2 6024#: misc/tune2fs.c:1326
f722c134 6025msgid ""
9e78ef72
TT
6026"\n"
6027"Warning: '^quota' option overrides '-Q'arguments.\n"
f722c134
TT
6028msgstr ""
6029
4baef0a2 6030#: misc/tune2fs.c:1344
f722c134 6031msgid ""
9e78ef72
TT
6032"Setting feature 'metadata_csum_seed' is only supported\n"
6033"on filesystems with the metadata_csum feature enabled.\n"
f722c134
TT
6034msgstr ""
6035
4baef0a2 6036#: misc/tune2fs.c:1362
032eafee 6037msgid ""
9e78ef72
TT
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"
032eafee
ES
6041msgstr ""
6042
4baef0a2 6043#: misc/tune2fs.c:1408
f722c134
TT
6044msgid "The filesystem already has a journal.\n"
6045msgstr ""
6046
4baef0a2 6047#: misc/tune2fs.c:1428
f722c134
TT
6048#, c-format
6049msgid ""
6050"\n"
6051"\twhile trying to open journal on %s\n"
6052msgstr ""
6053
4baef0a2 6054#: misc/tune2fs.c:1432
f722c134
TT
6055#, c-format
6056msgid "Creating journal on device %s: "
6057msgstr ""
6058
4baef0a2 6059#: misc/tune2fs.c:1440
f722c134
TT
6060#, c-format
6061msgid "while adding filesystem to journal on %s"
6062msgstr ""
6063
4baef0a2 6064#: misc/tune2fs.c:1446
f722c134
TT
6065msgid "Creating journal inode: "
6066msgstr ""
6067
4baef0a2 6068#: misc/tune2fs.c:1460
f722c134
TT
6069msgid ""
6070"\n"
6071"\twhile trying to create journal file"
6072msgstr ""
6073
4baef0a2 6074#: misc/tune2fs.c:1549
032eafee
ES
6075msgid ""
6076"\n"
6077"Bad quota options specified.\n"
6078"\n"
6079"Following valid quota options are available (pass by separating with "
6080"comma):\n"
9e78ef72
TT
6081"\t[^]usr[quota]\n"
6082"\t[^]grp[quota]\n"
6083"\t[^]prj[quota]\n"
032eafee
ES
6084"\n"
6085"\n"
6086msgstr ""
6087
4baef0a2 6088#: misc/tune2fs.c:1607
f722c134
TT
6089#, c-format
6090msgid "Couldn't parse date/time specifier: %s"
6091msgstr ""
6092
4baef0a2 6093#: misc/tune2fs.c:1632 misc/tune2fs.c:1645
f722c134
TT
6094#, c-format
6095msgid "bad mounts count - %s"
6096msgstr "错误挂载计数 - %s"
6097
4baef0a2 6098#: misc/tune2fs.c:1688
f722c134
TT
6099#, c-format
6100msgid "bad gid/group name - %s"
6101msgstr ""
6102
4baef0a2 6103#: misc/tune2fs.c:1721
f722c134
TT
6104#, c-format
6105msgid "bad interval - %s"
6106msgstr ""
6107
4baef0a2 6108#: misc/tune2fs.c:1750
f722c134
TT
6109#, c-format
6110msgid "bad reserved block ratio - %s"
6111msgstr ""
6112
4baef0a2 6113#: misc/tune2fs.c:1765
f722c134
TT
6114msgid "-o may only be specified once"
6115msgstr "-o只能被指定一次"
6116
4baef0a2 6117#: misc/tune2fs.c:1774
f722c134
TT
6118msgid "-O may only be specified once"
6119msgstr "-O只能被指定一次"
6120
4baef0a2 6121#: misc/tune2fs.c:1792
f722c134
TT
6122#, c-format
6123msgid "bad reserved blocks count - %s"
6124msgstr ""
6125
4baef0a2 6126#: misc/tune2fs.c:1821
f722c134
TT
6127#, c-format
6128msgid "bad uid/user name - %s"
6129msgstr ""
6130
4baef0a2 6131#: misc/tune2fs.c:1838
3be22a81 6132#, c-format
f722c134
TT
6133msgid "bad inode size - %s"
6134msgstr "无效的inode大小 - %s"
6135
4baef0a2 6136#: misc/tune2fs.c:1845
f722c134
TT
6137#, c-format
6138msgid "Inode size must be a power of two- %s"
6139msgstr "Inode 大小必须是2的次方- %s"
6140
4baef0a2 6141#: misc/tune2fs.c:1942
032eafee
ES
6142#, c-format
6143msgid "mmp_update_interval too big: %lu\n"
6144msgstr ""
6145
4baef0a2 6146#: misc/tune2fs.c:1947
032eafee
ES
6147#, 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
4baef0a2 6154#: misc/tune2fs.c:1970
f722c134
TT
6155#, c-format
6156msgid "Invalid RAID stride: %s\n"
6157msgstr ""
6158
4baef0a2 6159#: misc/tune2fs.c:1985
f722c134
TT
6160#, c-format
6161msgid "Invalid RAID stripe-width: %s\n"
6162msgstr ""
6163
4baef0a2 6164#: misc/tune2fs.c:2000
f722c134
TT
6165#, c-format
6166msgid "Invalid hash algorithm: %s\n"
6167msgstr ""
6168
4baef0a2 6169#: misc/tune2fs.c:2006
f722c134
TT
6170#, c-format
6171msgid "Setting default hash algorithm to %s (%d)\n"
6172msgstr ""
6173
4baef0a2 6174#: misc/tune2fs.c:2025
f722c134
TT
6175msgid ""
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"
032eafee
ES
6183"\tclear_mmp\n"
6184"\thash_alg=<hash algorithm>\n"
6185"\tmount_opts=<extended default mount options>\n"
f722c134
TT
6186"\tstride=<RAID per-disk chunk size in blocks>\n"
6187"\tstripe_width=<RAID stride*data disks in blocks>\n"
f722c134
TT
6188"\ttest_fs\n"
6189"\t^test_fs\n"
6190msgstr ""
6191
4baef0a2 6192#: misc/tune2fs.c:2494
032eafee
ES
6193#, fuzzy
6194msgid "Failed to read inode bitmap\n"
6195msgstr "当读取位图时"
6196
4baef0a2 6197#: misc/tune2fs.c:2499
032eafee
ES
6198#, fuzzy
6199msgid "Failed to read block bitmap\n"
6200msgstr "错误块映射中的inode"
6201
4baef0a2 6202#: misc/tune2fs.c:2516 resize/resize2fs.c:1275
f722c134
TT
6203msgid "blocks to be moved"
6204msgstr ""
6205
4baef0a2 6206#: misc/tune2fs.c:2519
3be22a81
DR
6207msgid "Failed to allocate block bitmap when increasing inode size\n"
6208msgstr ""
6209
4baef0a2 6210#: misc/tune2fs.c:2525
3be22a81
DR
6211msgid "Not enough space to increase inode size \n"
6212msgstr ""
6213
4baef0a2 6214#: misc/tune2fs.c:2530
3be22a81
DR
6215msgid "Failed to relocate blocks during inode resize \n"
6216msgstr ""
6217
4baef0a2 6218#: misc/tune2fs.c:2562
3be22a81
DR
6219msgid ""
6220"Error in resizing the inode size.\n"
6221"Run e2undo to undo the file system changes. \n"
6222msgstr ""
6223
4baef0a2 6224#: misc/tune2fs.c:2774
032eafee
ES
6225#, c-format
6226msgid ""
6227"MMP block magic is bad. Try to fix it by running:\n"
6228"'e2fsck -f %s'\n"
6229msgstr ""
6230
4baef0a2 6231#: misc/tune2fs.c:2786
9e78ef72
TT
6232#, fuzzy
6233msgid "Cannot modify a journal device.\n"
6234msgstr "%s 不是一个日志设备.\n"
6235
4baef0a2 6236#: misc/tune2fs.c:2799
3be22a81 6237#, c-format
930e2814 6238msgid "The inode size is already %lu\n"
3be22a81 6239msgstr "inode大小已经是 %lu\n"
f722c134 6240
4baef0a2 6241#: misc/tune2fs.c:2806
196b59c8 6242msgid "Shrinking inode size is not supported\n"
f722c134
TT
6243msgstr ""
6244
4baef0a2 6245#: misc/tune2fs.c:2811
196b59c8
TT
6246#, fuzzy, c-format
6247msgid "Invalid inode size %lu (max %d)\n"
6248msgstr "无效的inode大小 - %s"
6249
4baef0a2 6250#: misc/tune2fs.c:2817
9e78ef72
TT
6251msgid "Resizing inodes could take some time."
6252msgstr ""
6253
4baef0a2 6254#: misc/tune2fs.c:2864
f722c134
TT
6255#, c-format
6256msgid "Setting maximal mount count to %d\n"
6257msgstr ""
6258
4baef0a2 6259#: misc/tune2fs.c:2870
f722c134
TT
6260#, c-format
6261msgid "Setting current mount count to %d\n"
6262msgstr ""
6263
4baef0a2 6264#: misc/tune2fs.c:2875
f722c134
TT
6265#, c-format
6266msgid "Setting error behavior to %d\n"
6267msgstr ""
6268
4baef0a2 6269#: misc/tune2fs.c:2880
f722c134
TT
6270#, c-format
6271msgid "Setting reserved blocks gid to %lu\n"
6272msgstr ""
6273
4baef0a2 6274#: misc/tune2fs.c:2885
032eafee
ES
6275#, fuzzy, c-format
6276msgid "interval between checks is too big (%lu)"
6277msgstr "保留块的数量太大 (%lu)"
6278
4baef0a2 6279#: misc/tune2fs.c:2892
f722c134
TT
6280#, c-format
6281msgid "Setting interval between checks to %lu seconds\n"
6282msgstr ""
6283
4baef0a2 6284#: misc/tune2fs.c:2899
032eafee
ES
6285#, fuzzy, c-format
6286msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6287msgstr "保留块的数量太大 (%lu)"
f722c134 6288
4baef0a2 6289#: misc/tune2fs.c:2905
032eafee
ES
6290#, fuzzy, c-format
6291msgid "reserved blocks count is too big (%llu)"
f722c134
TT
6292msgstr "保留块的数量太大 (%lu)"
6293
4baef0a2 6294#: misc/tune2fs.c:2912
032eafee
ES
6295#, fuzzy, c-format
6296msgid "Setting reserved blocks count to %llu\n"
6297msgstr "保留块的数量太大 (%lu)"
f722c134 6298
4baef0a2 6299#: misc/tune2fs.c:2917
f722c134
TT
6300msgid ""
6301"\n"
6302"The filesystem already has sparse superblocks.\n"
6303msgstr ""
6304
4baef0a2 6305#: misc/tune2fs.c:2920
196b59c8
TT
6306msgid ""
6307"\n"
6308"Setting the sparse superblock flag not supported\n"
6309"for filesystems with the meta_bg feature enabled.\n"
6310msgstr ""
6311
4baef0a2 6312#: misc/tune2fs.c:2930
f722c134
TT
6313#, c-format
6314msgid ""
6315"\n"
6316"Sparse superblock flag set. %s"
6317msgstr ""
6318
4baef0a2 6319#: misc/tune2fs.c:2935
f722c134
TT
6320msgid ""
6321"\n"
196b59c8 6322"Clearing the sparse superblock flag not supported.\n"
f722c134
TT
6323msgstr ""
6324
4baef0a2 6325#: misc/tune2fs.c:2943
f722c134
TT
6326#, c-format
6327msgid "Setting time filesystem last checked to %s\n"
6328msgstr ""
6329
4baef0a2 6330#: misc/tune2fs.c:2949
f722c134
TT
6331#, c-format
6332msgid "Setting reserved blocks uid to %lu\n"
6333msgstr ""
6334
4baef0a2 6335#: misc/tune2fs.c:2981
032eafee
ES
6336msgid "Error in using clear_mmp. It must be used with -f\n"
6337msgstr ""
6338
4baef0a2 6339#: misc/tune2fs.c:2999
032eafee
ES
6340msgid ""
6341"The quota feature may only be changed when the filesystem is unmounted.\n"
6342msgstr ""
6343
4baef0a2 6344#: misc/tune2fs.c:3023
196b59c8
TT
6345msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6346msgstr ""
6347
4baef0a2 6348#: misc/tune2fs.c:3026
9e78ef72
TT
6349msgid ""
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
4baef0a2 6354#: misc/tune2fs.c:3035
9e78ef72
TT
6355msgid "Setting UUID on a checksummed filesystem could take some time."
6356msgstr ""
6357
4baef0a2 6358#: misc/tune2fs.c:3060
f722c134
TT
6359msgid "Invalid UUID format\n"
6360msgstr "无效的 UUID 格式\n"
6361
4baef0a2 6362#: misc/tune2fs.c:3076
bd38698b
TT
6363#, fuzzy
6364msgid "Need to update journal superblock.\n"
6365msgstr "读取日志超级块\n"
6366
4baef0a2 6367#: misc/tune2fs.c:3101
f722c134
TT
6368msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6369msgstr ""
6370
4baef0a2 6371#: misc/tune2fs.c:3108
930e2814
TT
6372msgid ""
6373"Changing the inode size not supported for filesystems with the flex_bg\n"
6374"feature enabled.\n"
6375msgstr ""
6376
4baef0a2 6377#: misc/tune2fs.c:3126
f722c134
TT
6378#, c-format
6379msgid "Setting inode size %lu\n"
6380msgstr "正在将inode大小设置为 %lu\n"
6381
4baef0a2 6382#: misc/tune2fs.c:3130
196b59c8 6383#, fuzzy
032eafee
ES
6384msgid "Failed to change inode size\n"
6385msgstr "打开%s失败\n"
6386
4baef0a2 6387#: misc/tune2fs.c:3144
f722c134
TT
6388#, c-format
6389msgid "Setting stride size to %d\n"
6390msgstr ""
6391
4baef0a2 6392#: misc/tune2fs.c:3149
f722c134
TT
6393#, c-format
6394msgid "Setting stripe width to %d\n"
6395msgstr ""
6396
4baef0a2 6397#: misc/tune2fs.c:3156
032eafee
ES
6398#, c-format
6399msgid "Setting extended default mount options to '%s'\n"
6400msgstr ""
6401
4baef0a2
TT
6402#: 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
9e78ef72
TT
6414#, fuzzy, c-format
6415msgid "Recovering journal.\n"
6416msgstr "%s: 正在修复日志\n"
6417
6418#: misc/util.c:100
196b59c8
TT
6419msgid "<proceeding>\n"
6420msgstr ""
6421
9e78ef72 6422#: misc/util.c:104
196b59c8
TT
6423#, fuzzy, c-format
6424msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6425msgstr "无论如何也要继续? (y,n) "
6426
9e78ef72 6427#: misc/util.c:108
f722c134
TT
6428msgid "Proceed anyway? (y,n) "
6429msgstr "无论如何也要继续? (y,n) "
6430
9e78ef72 6431#: misc/util.c:133
f722c134
TT
6432msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6433msgstr ""
6434
9e78ef72 6435#: misc/util.c:138
f722c134
TT
6436#, c-format
6437msgid "will not make a %s here!\n"
6438msgstr ""
6439
9e78ef72 6440#: misc/util.c:145
f722c134
TT
6441msgid "mke2fs forced anyway.\n"
6442msgstr "mke2fs 强制执行.\n"
6443
9e78ef72 6444#: misc/util.c:161
f722c134
TT
6445msgid "Couldn't allocate memory to parse journal options!\n"
6446msgstr ""
6447
9e78ef72 6448#: misc/util.c:186
296b9d69
TT
6449#, c-format
6450msgid ""
6451"\n"
6452"Could not find journal device matching %s\n"
6453msgstr ""
6454
9e78ef72 6455#: misc/util.c:213
f722c134
TT
6456msgid ""
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"
196b59c8 6466"\tlocation=<journal location>\n"
f722c134
TT
6467"\n"
6468"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6469"\n"
6470msgstr ""
6471
9e78ef72 6472#: misc/util.c:244
f722c134
TT
6473msgid ""
6474"\n"
6475"Filesystem too small for a journal\n"
6476msgstr ""
6477"\n"
6478"文件系统小得无法记录日志\n"
6479
9e78ef72 6480#: misc/util.c:251
f722c134
TT
6481#, 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
9e78ef72 6488#: misc/util.c:259
f722c134
TT
6489msgid ""
6490"\n"
6491"Journal size too big for filesystem.\n"
6492msgstr ""
6493
9e78ef72 6494#: misc/util.c:273
f722c134
TT
6495#, 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
bd38698b 6501#: misc/uuidd.c:49
f722c134 6502#, c-format
032eafee 6503msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
f722c134
TT
6504msgstr ""
6505
bd38698b 6506#: misc/uuidd.c:51
f722c134 6507#, c-format
032eafee 6508msgid " %s [-r|t] [-n num] [-s socketpath]\n"
f722c134
TT
6509msgstr ""
6510
bd38698b 6511#: misc/uuidd.c:53
f722c134 6512#, c-format
032eafee 6513msgid " %s -k\n"
f722c134
TT
6514msgstr ""
6515
bd38698b 6516#: misc/uuidd.c:155
032eafee
ES
6517#, fuzzy
6518msgid "bad arguments"
6519msgstr "%s: 参数过多\n"
f722c134 6520
bd38698b 6521#: misc/uuidd.c:173
032eafee
ES
6522msgid "connect"
6523msgstr ""
f722c134 6524
bd38698b 6525#: misc/uuidd.c:192
032eafee
ES
6526msgid "write"
6527msgstr ""
f722c134 6528
bd38698b 6529#: misc/uuidd.c:200
032eafee
ES
6530msgid "read count"
6531msgstr ""
f722c134 6532
bd38698b 6533#: misc/uuidd.c:206
032eafee
ES
6534#, fuzzy
6535msgid "bad response length"
6536msgstr "无效的后缀长度"
f722c134 6537
bd38698b 6538#: misc/uuidd.c:271
032eafee
ES
6539#, c-format
6540msgid "uuidd daemon already running at pid %s\n"
6541msgstr ""
f722c134 6542
bd38698b 6543#: misc/uuidd.c:279
f722c134 6544#, c-format
032eafee 6545msgid "Couldn't create unix stream socket: %s"
f722c134
TT
6546msgstr ""
6547
bd38698b 6548#: misc/uuidd.c:308
f722c134 6549#, c-format
032eafee
ES
6550msgid "Couldn't bind unix socket %s: %s\n"
6551msgstr ""
f722c134 6552
bd38698b 6553#: misc/uuidd.c:316
31a48478 6554#, c-format
032eafee
ES
6555msgid "Couldn't listen on unix socket %s: %s\n"
6556msgstr ""
6557
bd38698b 6558#: misc/uuidd.c:354
032eafee
ES
6559#, fuzzy, c-format
6560msgid "Error reading from client, len = %d\n"
6561msgstr "读取@i %i出错: %m\n"
f722c134 6562
bd38698b 6563#: misc/uuidd.c:362
f722c134 6564#, c-format
032eafee 6565msgid "operation %d, incoming num = %d\n"
f722c134
TT
6566msgstr ""
6567
bd38698b 6568#: misc/uuidd.c:381
296b9d69 6569#, c-format
032eafee 6570msgid "Generated time UUID: %s\n"
296b9d69 6571msgstr ""
296b9d69 6572
bd38698b 6573#: misc/uuidd.c:391
f722c134 6574#, c-format
032eafee 6575msgid "Generated random UUID: %s\n"
f722c134
TT
6576msgstr ""
6577
bd38698b 6578#: misc/uuidd.c:400
3be22a81 6579#, c-format
032eafee
ES
6580msgid "Generated time UUID %s and subsequent UUID\n"
6581msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6582msgstr[0] ""
6583msgstr[1] ""
930e2814 6584
bd38698b 6585#: misc/uuidd.c:421
930e2814 6586#, c-format
032eafee 6587msgid "Generated %d UUID's:\n"
930e2814
TT
6588msgstr ""
6589
bd38698b 6590#: misc/uuidd.c:433
032eafee
ES
6591#, fuzzy, c-format
6592msgid "Invalid operation %d\n"
6593msgstr "无效的EA版本号.\n"
f722c134 6594
bd38698b 6595#: misc/uuidd.c:477 misc/uuidd.c:499
f722c134 6596#, c-format
032eafee 6597msgid "Bad number: %s\n"
f722c134
TT
6598msgstr ""
6599
bd38698b 6600#: misc/uuidd.c:534 misc/uuidd.c:563
032eafee
ES
6601#, fuzzy, c-format
6602msgid "Error calling uuidd daemon (%s): %s\n"
6603msgstr "创建根@d (%s) 时出错: %m\n"
6604
bd38698b 6605#: misc/uuidd.c:544
f722c134 6606#, c-format
032eafee
ES
6607msgid "%s and subsequent UUID\n"
6608msgid_plural "%s and subsequent %d UUIDs\n"
6609msgstr[0] ""
6610msgstr[1] ""
6611
bd38698b 6612#: misc/uuidd.c:548
032eafee 6613msgid "List of UUID's:\n"
f722c134
TT
6614msgstr ""
6615
bd38698b 6616#: misc/uuidd.c:569
3be22a81 6617#, c-format
032eafee 6618msgid "Unexpected reply length from server %d\n"
3be22a81
DR
6619msgstr ""
6620
bd38698b 6621#: misc/uuidd.c:586
032eafee
ES
6622#, c-format
6623msgid "Couldn't kill uuidd running at pid %d: %s\n"
6624msgstr ""
6625
bd38698b 6626#: misc/uuidd.c:592
032eafee
ES
6627#, c-format
6628msgid "Killed uuidd running at pid %d\n"
6629msgstr ""
6630
6631#: misc/uuidgen.c:32
6632#, c-format
6633msgid "Usage: %s [-r] [-t]\n"
6634msgstr "用法: %s [-r] [-t]\n"
6635
6636#: resize/extent.c:202
6637msgid "# Extent dump:\n"
6638msgstr ""
6639
6640#: resize/extent.c:203
6641#, c-format
6642msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6643msgstr ""
6644
9e78ef72 6645#: resize/main.c:49
032eafee
ES
6646#, c-format
6647msgid ""
9e78ef72
TT
6648"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6649"[-z undo_file]\n"
032eafee
ES
6650"\n"
6651msgstr ""
6652
9e78ef72 6653#: resize/main.c:72
032eafee
ES
6654msgid "Extending the inode table"
6655msgstr "正在扩充inode表"
6656
9e78ef72 6657#: resize/main.c:75
032eafee
ES
6658msgid "Relocating blocks"
6659msgstr "正在重定位块"
6660
9e78ef72 6661#: resize/main.c:78
032eafee
ES
6662msgid "Scanning inode table"
6663msgstr "正在扫描inode表"
6664
9e78ef72 6665#: resize/main.c:81
032eafee
ES
6666msgid "Updating inode references"
6667msgstr "正在更新inode引用"
6668
9e78ef72 6669#: resize/main.c:84
032eafee
ES
6670msgid "Moving inode table"
6671msgstr "移动inode表"
6672
9e78ef72 6673#: resize/main.c:87
032eafee
ES
6674msgid "Unknown pass?!?"
6675msgstr "未知步骤?!?"
6676
9e78ef72 6677#: resize/main.c:90
032eafee
ES
6678#, c-format
6679msgid "Begin pass %d (max = %lu)\n"
6680msgstr ""
6681
9e78ef72 6682#: resize/main.c:162
196b59c8
TT
6683msgid ""
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
9e78ef72 6690#: resize/main.c:364
032eafee
ES
6691#, c-format
6692msgid "while opening %s"
6693msgstr "打开%s时"
6694
9e78ef72 6695#: resize/main.c:372
032eafee
ES
6696#, c-format
6697msgid "while getting stat information for %s"
6698msgstr "获取%s的stat信息时出错。"
6699
9e78ef72 6700#: resize/main.c:444
032eafee
ES
6701#, c-format
6702msgid ""
6703"Please run 'e2fsck -f %s' first.\n"
6704"\n"
6705msgstr ""
6706"请先运行 'e2fsck -f %s'.\n"
6707"\n"
6708
9e78ef72 6709#: resize/main.c:463
032eafee
ES
6710#, c-format
6711msgid "Estimated minimum size of the filesystem: %llu\n"
6712msgstr ""
6713
9e78ef72 6714#: resize/main.c:500
032eafee
ES
6715#, c-format
6716msgid "Invalid new size: %s\n"
6717msgstr "无效的新大小:%s\n"
6718
9e78ef72 6719#: resize/main.c:519
032eafee
ES
6720msgid "New size too large to be expressed in 32 bits\n"
6721msgstr ""
6722
9e78ef72 6723#: resize/main.c:527
032eafee
ES
6724#, c-format
6725msgid "New size smaller than minimum (%llu)\n"
6726msgstr ""
6727
9e78ef72 6728#: resize/main.c:533
032eafee
ES
6729#, fuzzy
6730msgid "Invalid stride length"
6731msgstr "无效的后缀长度"
6732
9e78ef72 6733#: resize/main.c:557
032eafee
ES
6734#, c-format
6735msgid ""
6736"The containing partition (or device) is only %llu (%dk) blocks.\n"
6737"You requested a new size of %llu blocks.\n"
6738"\n"
6739msgstr ""
6740
9e78ef72
TT
6741#: 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
032eafee
ES
6766#, c-format
6767msgid ""
bd38698b 6768"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
032eafee
ES
6769"\n"
6770msgstr ""
6771
9e78ef72
TT
6772#: 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
032eafee
ES
6793#, c-format
6794msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6795msgstr ""
6796
9e78ef72 6797#: resize/main.c:620
31a48478 6798#, c-format
f722c134
TT
6799msgid "while trying to resize %s"
6800msgstr "当尝试调整%s的大小时"
6801
9e78ef72 6802#: resize/main.c:623
3be22a81
DR
6803#, c-format
6804msgid ""
6805"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6806"after the aborted resize operation.\n"
6807msgstr ""
6808
9e78ef72 6809#: resize/main.c:629
f722c134
TT
6810#, c-format
6811msgid ""
bd38698b 6812"The filesystem on %s is now %llu (%dk) blocks long.\n"
f722c134
TT
6813"\n"
6814msgstr ""
6815
9e78ef72 6816#: resize/main.c:644
3be22a81 6817#, c-format
930e2814
TT
6818msgid "while trying to truncate %s"
6819msgstr "当尝试对%s进行stat调用时"
6820
9e78ef72 6821#: resize/online.c:81
196b59c8
TT
6822#, fuzzy
6823msgid "kernel does not support online resize with sparse_super2"
6824msgstr "内核不支持在线(online)调整大小"
6825
9e78ef72 6826#: resize/online.c:86
f722c134
TT
6827#, c-format
6828msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6829msgstr ""
6830
9e78ef72 6831#: resize/online.c:90
c475534c 6832msgid "On-line shrinking not supported"
f722c134
TT
6833msgstr ""
6834
9e78ef72 6835#: resize/online.c:114
f722c134
TT
6836msgid "Filesystem does not support online resizing"
6837msgstr "文件系统不支持在线(online)调整大小"
6838
9e78ef72 6839#: resize/online.c:122
196b59c8
TT
6840msgid "Not enough reserved gdt blocks for resizing"
6841msgstr ""
6842
9e78ef72 6843#: resize/online.c:129
196b59c8
TT
6844#, fuzzy
6845msgid "Kernel does not support resizing a file system this large"
6846msgstr "内核不支持在线(online)调整大小"
6847
9e78ef72 6848#: resize/online.c:137
f722c134
TT
6849#, c-format
6850msgid "while trying to open mountpoint %s"
6851msgstr ""
6852
9e78ef72 6853#: resize/online.c:142
196b59c8
TT
6854#, c-format
6855msgid "Old resize interface requested.\n"
6856msgstr ""
6857
9e78ef72 6858#: resize/online.c:161 resize/online.c:178
f722c134
TT
6859msgid "Permission denied to resize filesystem"
6860msgstr "没有调整文件系统大小的权限"
6861
9e78ef72 6862#: resize/online.c:164 resize/online.c:184
f722c134
TT
6863msgid "While checking for on-line resizing support"
6864msgstr "当检查在线文件系统大小调整支持时"
6865
9e78ef72 6866#: resize/online.c:181
032eafee
ES
6867msgid "Kernel does not support online resizing"
6868msgstr "内核不支持在线(online)调整大小"
6869
9e78ef72 6870#: resize/online.c:220
f722c134 6871#, c-format
032eafee 6872msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
f722c134
TT
6873msgstr ""
6874
9e78ef72 6875#: resize/online.c:230
f722c134
TT
6876msgid "While trying to extend the last group"
6877msgstr ""
6878
9e78ef72 6879#: resize/online.c:284
f722c134
TT
6880#, c-format
6881msgid "While trying to add group #%d"
6882msgstr ""
6883
9e78ef72 6884#: resize/online.c:295
f722c134 6885#, c-format
032eafee
ES
6886msgid ""
6887"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6888"this system.\n"
f722c134
TT
6889msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小.\n"
6890
4baef0a2 6891#: resize/resize2fs.c:759
f722c134
TT
6892#, c-format
6893msgid "inodes (%llu) must be less than %u"
6894msgstr ""
6895
4baef0a2 6896#: resize/resize2fs.c:1037
f722c134
TT
6897msgid "reserved blocks"
6898msgstr "保留的块"
6899
4baef0a2 6900#: resize/resize2fs.c:1280
f722c134
TT
6901msgid "meta-data blocks"
6902msgstr "元数据块"
6903
4baef0a2 6904#: resize/resize2fs.c:1384 resize/resize2fs.c:2316
196b59c8
TT
6905#, fuzzy
6906msgid "new meta blocks"
6907msgstr "元数据块"
6908
4baef0a2 6909#: resize/resize2fs.c:2539
196b59c8
TT
6910msgid "Should never happen! No sb in last super_sparse bg?\n"
6911msgstr ""
6912
4baef0a2 6913#: resize/resize2fs.c:2544
196b59c8
TT
6914msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6915msgstr ""
6916
4baef0a2 6917#: resize/resize2fs.c:2617
f722c134
TT
6918msgid "Should never happen: resize inode corrupt!\n"
6919msgstr ""
930e2814 6920
032eafee 6921#: lib/ext2fs/ext2_err.c:11
9e78ef72 6922msgid "EXT2FS Library version 1.43-WIP"
032eafee
ES
6923msgstr ""
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
580d8a09 7044msgid "Can't write a block bitmap"
032eafee
ES
7045msgstr "块位图"
7046
7047#: lib/ext2fs/ext2_err.c:41
7048#, fuzzy
ba0230f8 7049msgid "Can't read a block bitmap"
032eafee
ES
7050msgstr "块位图"
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
196b59c8
TT
7527#: 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
9e78ef72
TT
7572#: 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
032eafee
ES
7648msgid "Profile version 0.0"
7649msgstr ""
7650
9e78ef72 7651#: lib/support/prof_err.c:12
032eafee
ES
7652msgid "Bad magic value in profile_node"
7653msgstr ""
7654
9e78ef72 7655#: lib/support/prof_err.c:13
032eafee
ES
7656msgid "Profile section not found"
7657msgstr ""
7658
9e78ef72 7659#: lib/support/prof_err.c:14
032eafee
ES
7660#, fuzzy
7661msgid "Profile relation not found"
7662msgstr "当读取坏块inode时"
7663
9e78ef72 7664#: lib/support/prof_err.c:15
032eafee
ES
7665msgid "Attempt to add a relation to node which is not a section"
7666msgstr ""
7667
9e78ef72 7668#: lib/support/prof_err.c:16
032eafee
ES
7669msgid "A profile section header has a non-zero value"
7670msgstr ""
7671
9e78ef72 7672#: lib/support/prof_err.c:17
032eafee
ES
7673msgid "Bad linked list in profile structures"
7674msgstr ""
7675
9e78ef72 7676#: lib/support/prof_err.c:18
032eafee
ES
7677msgid "Bad group level in profile structures"
7678msgstr ""
7679
9e78ef72 7680#: lib/support/prof_err.c:19
032eafee
ES
7681msgid "Bad parent pointer in profile structures"
7682msgstr ""
7683
9e78ef72 7684#: lib/support/prof_err.c:20
032eafee
ES
7685msgid "Bad magic value in profile iterator"
7686msgstr ""
7687
9e78ef72 7688#: lib/support/prof_err.c:21
032eafee
ES
7689msgid "Can't set value on section node"
7690msgstr ""
7691
9e78ef72 7692#: lib/support/prof_err.c:22
032eafee
ES
7693msgid "Invalid argument passed to profile library"
7694msgstr ""
7695
9e78ef72 7696#: lib/support/prof_err.c:23
032eafee
ES
7697msgid "Attempt to modify read-only profile"
7698msgstr ""
7699
9e78ef72 7700#: lib/support/prof_err.c:24
032eafee
ES
7701msgid "Profile section header not at top level"
7702msgstr ""
7703
9e78ef72 7704#: lib/support/prof_err.c:25
032eafee
ES
7705msgid "Syntax error in profile section header"
7706msgstr ""
7707
9e78ef72 7708#: lib/support/prof_err.c:26
032eafee
ES
7709msgid "Syntax error in profile relation"
7710msgstr ""
7711
9e78ef72 7712#: lib/support/prof_err.c:27
032eafee
ES
7713msgid "Extra closing brace in profile"
7714msgstr ""
7715
9e78ef72 7716#: lib/support/prof_err.c:28
032eafee
ES
7717msgid "Missing open brace in profile"
7718msgstr ""
7719
9e78ef72 7720#: lib/support/prof_err.c:29
032eafee
ES
7721msgid "Bad magic value in profile_t"
7722msgstr ""
7723
9e78ef72 7724#: lib/support/prof_err.c:30
032eafee
ES
7725msgid "Bad magic value in profile_section_t"
7726msgstr ""
7727
9e78ef72 7728#: lib/support/prof_err.c:31
032eafee
ES
7729msgid "Iteration through all top level section not supported"
7730msgstr ""
7731
9e78ef72 7732#: lib/support/prof_err.c:32
032eafee
ES
7733#, fuzzy
7734msgid "Invalid profile_section object"
7735msgstr "设置了无效的文件系统选项: %s\n"
7736
9e78ef72 7737#: lib/support/prof_err.c:33
032eafee
ES
7738msgid "No more sections"
7739msgstr ""
7740
9e78ef72 7741#: lib/support/prof_err.c:34
032eafee
ES
7742msgid "Bad nameset passed to query routine"
7743msgstr ""
7744
9e78ef72 7745#: lib/support/prof_err.c:35
032eafee
ES
7746msgid "No profile file open"
7747msgstr ""
7748
9e78ef72 7749#: lib/support/prof_err.c:36
032eafee
ES
7750msgid "Bad magic value in profile_file_t"
7751msgstr ""
7752
9e78ef72 7753#: lib/support/prof_err.c:37
032eafee
ES
7754msgid "Couldn't open profile file"
7755msgstr ""
7756
9e78ef72 7757#: lib/support/prof_err.c:38
032eafee
ES
7758msgid "Section already exists"
7759msgstr ""
7760
9e78ef72 7761#: lib/support/prof_err.c:39
032eafee
ES
7762msgid "Invalid boolean value"
7763msgstr ""
7764
9e78ef72 7765#: lib/support/prof_err.c:40
032eafee
ES
7766#, fuzzy
7767msgid "Invalid integer value"
7768msgstr "无效的后缀长度"
7769
9e78ef72 7770#: lib/support/prof_err.c:41
032eafee
ES
7771msgid "Bad magic value in profile_file_data_t"
7772msgstr ""
7773
9e78ef72
TT
7774#: 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
4baef0a2
TT
7840#, fuzzy
7841#~ msgid "Invalid quotatype parameter: %s\n"
7842#~ msgstr "设置了无效的挂载选项: %s\n"
7843
9e78ef72
TT
7844#, fuzzy
7845#~ 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
196b59c8
TT
7876#~ msgid "Could not stat %s --- %s\n"
7877#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
7878
032eafee
ES
7879#~ msgid "<The ACL index inode>"
7880#~ msgstr "<ACL 索引 inode>"
7881
7882#~ msgid "<The ACL data inode>"
7883#~ msgstr "<ACL 数据 inode>"
7884
032eafee
ES
7885#~ msgid "Journal NOT removed\n"
7886#~ msgstr "日志_没有_被删除\n"