blob: 9cbc69a00e87cd53c9005ce7073accc55f6ac04b [file] [log] [blame]
Theodore Ts'of722c132009-04-21 22:09:01 -04001# Chinese (simplified) translation for e2fsprogs.
2# This file is distributed under the same license as the e2fsprogs package.
Tianze Wang57d69272016-08-31 23:14:17 -04003# Dark Raven <drdarkraven@gmail.com>, 2009.
4# zwpwjwtz <zwpwjwtz@126.com>, 2015.
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05005# Mingye Wang (Arthur2e5) <arthur200126@gmail.com>, 2016.
Theodore Ts'of722c132009-04-21 22:09:01 -04006#
7#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040027#. ownership field (inode->i_uid). Also the "%B" expansion is special:
28#. it can expand to either the string "indirect block" (possibly preceded
29#. by the word "double" or "triple"), or the string "block #" immediately
30#. followed by an integer indicating a block sequence number.
Theodore Ts'of722c132009-04-21 22:09:01 -040031#.
32#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040033#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'of722c132009-04-21 22:09:01 -040034#. %c <blk2> block number
35#. %Di <dirent> -> ino inode number
36#. %Dn <dirent> -> name string
37#. %Dr <dirent> -> rec_len
38#. %Dl <dirent> -> name_len
39#. %Dt <dirent> -> filetype
40#. %d <dir> inode number
41#. %g <group> integer
42#. %i <ino> inode number
43#. %Is <inode> -> i_size
44#. %IS <inode> -> i_extra_isize
45#. %Ib <inode> -> i_blocks
46#. %Il <inode> -> i_links_count
47#. %Im <inode> -> i_mode
48#. %IM <inode> -> i_mtime
49#. %IF <inode> -> i_faddr
50#. %If <inode> -> i_file_acl
51#. %Id <inode> -> i_dir_acl
52#. %Iu <inode> -> i_uid
53#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040054#. %It <str> file type
Theodore Ts'of722c132009-04-21 22:09:01 -040055#. %j <ino2> inode number
56#. %m <com_err error message>
57#. %N <num>
58#. %p ext2fs_get_pathname of directory <ino>
59#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
60#. the containing directory. (If dirent is NULL
61#. then return the pathname of directory <ino2>)
62#. %q ext2fs_get_pathname of directory <dir>
63#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
64#. the containing directory.
65#. %s <str> miscellaneous string
66#. %S backup superblock
67#. %X <num> hexadecimal format
68#.
69msgid ""
70msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -040071"Project-Id-Version: e2fsprogs-1.43.1\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040072"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050073"POT-Creation-Date: 2017-01-31 17:10-0500\n"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -050074"PO-Revision-Date: 2016-11-24 23:49-0500\n"
75"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@gmail.com>\n"
Dark Raven3be22a82010-04-19 16:59:03 -040076"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040077"Language: zh_CN\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040078"MIME-Version: 1.0\n"
79"Content-Type: text/plain; charset=UTF-8\n"
80"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050081"X-Bugs: Report translation errors to the Language-Team address.\n"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -050082"X-Generator: Poedit 1.8.11\n"
Tianze Wang57d69272016-08-31 23:14:17 -040083"X-Poedit-Bookmarks: -1,591,-1,-1,-1,-1,-1,-1,-1,-1\n"
84"Plural-Forms: nplurals=1; plural=0;\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040086#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'of722c132009-04-21 22:09:01 -040087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
Tianze Wang57d69272016-08-31 23:14:17 -040089msgstr "坏块 %u 超出范围;已忽略。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -040090
Eric Sandeen032eafe2012-07-28 17:48:36 -040091#: e2fsck/badblocks.c:46
Theodore Ts'of722c132009-04-21 22:09:01 -040092msgid "while sanity checking the bad blocks inode"
Tianze Wang57d69272016-08-31 23:14:17 -040093msgstr "进行坏块inode的健全性检查时"
Theodore Ts'of722c132009-04-21 22:09:01 -040094
Eric Sandeen032eafe2012-07-28 17:48:36 -040095#: e2fsck/badblocks.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -040096msgid "while reading the bad blocks inode"
Tianze Wang57d69272016-08-31 23:14:17 -040097msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -040098
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1507
100#: e2fsck/unix.c:1600 misc/badblocks.c:1242 misc/badblocks.c:1250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400101#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400102#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
Theodore Ts'o48203a32016-06-08 15:45:26 -0400103#: misc/mke2fs.c:230 misc/tune2fs.c:2693 misc/tune2fs.c:2787 resize/main.c:413
Theodore Ts'of722c132009-04-21 22:09:01 -0400104#, c-format
105msgid "while trying to open %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400106msgstr "尝试打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400107
Eric Sandeen032eafe2012-07-28 17:48:36 -0400108#: e2fsck/badblocks.c:83
Dark Raven3be22a82010-04-19 16:59:03 -0400109#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400110msgid "while trying popen '%s'"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -0500111msgstr "尝试管道执行 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400113#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'of722c132009-04-21 22:09:01 -0400114msgid "while reading in list of bad blocks from file"
Tianze Wang57d69272016-08-31 23:14:17 -0400115msgstr "从文件中读取坏块表时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400116
Eric Sandeen032eafe2012-07-28 17:48:36 -0400117#: e2fsck/badblocks.c:105
Theodore Ts'of722c132009-04-21 22:09:01 -0400118msgid "while updating bad block inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400119msgstr "更新坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400120
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400121#: e2fsck/badblocks.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400122#, c-format
123msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400124msgstr "警告:在坏块inode中发现非法的块%u。已清除。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400125
Eric Sandeen032eafe2012-07-28 17:48:36 -0400126#: e2fsck/ehandler.c:55
Tianze Wang57d69272016-08-31 23:14:17 -0400127#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400128msgid "Error reading block %lu (%s) while %s. "
Tianze Wang57d69272016-08-31 23:14:17 -0400129msgstr "%3$s 时读取块 %1$lu(%2$s)错误。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400130
Eric Sandeen032eafe2012-07-28 17:48:36 -0400131#: e2fsck/ehandler.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400132#, c-format
133msgid "Error reading block %lu (%s). "
Tianze Wang57d69272016-08-31 23:14:17 -0400134msgstr "读取块 %lu(%s)错误。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400136#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400137msgid "Ignore error"
138msgstr "忽略错误"
139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400140#: e2fsck/ehandler.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400141msgid "Force rewrite"
142msgstr "强制覆盖"
143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400144#: e2fsck/ehandler.c:109
Tianze Wang57d69272016-08-31 23:14:17 -0400145#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400146msgid "Error writing block %lu (%s) while %s. "
Tianze Wang57d69272016-08-31 23:14:17 -0400147msgstr "%3$s 时写入块 %1$lu (%2$s)出错。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400149#: e2fsck/ehandler.c:112
Theodore Ts'of722c132009-04-21 22:09:01 -0400150#, c-format
151msgid "Error writing block %lu (%s). "
Tianze Wang57d69272016-08-31 23:14:17 -0400152msgstr "写块 %lu(%s)出错。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400153
Eric Sandeen032eafe2012-07-28 17:48:36 -0400154#: e2fsck/emptydir.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400155msgid "empty dirblocks"
Tianze Wang57d69272016-08-31 23:14:17 -0400156msgstr "空目录块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400158#: e2fsck/emptydir.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400159msgid "empty dir map"
160msgstr "空ACL映射"
161
Eric Sandeen032eafe2012-07-28 17:48:36 -0400162#: e2fsck/emptydir.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400163#, c-format
164msgid "Empty directory block %u (#%d) in inode %u\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400165msgstr "空目录块 %u(#%d)于 inode %u 中\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400166
Eric Sandeen032eafe2012-07-28 17:48:36 -0400167#: e2fsck/extend.c:22
Theodore Ts'of722c132009-04-21 22:09:01 -0400168#, c-format
169msgid "%s: %s filename nblocks blocksize\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400170msgstr "%s:%s 文件名 块数 块大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400171
Eric Sandeen032eafe2012-07-28 17:48:36 -0400172#: e2fsck/extend.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400173#, c-format
174msgid "Illegal number of blocks!\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400175msgstr "非法的块数量!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400176
Eric Sandeen032eafe2012-07-28 17:48:36 -0400177#: e2fsck/extend.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -0400178#, c-format
179msgid "Couldn't allocate block buffer (size=%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400180msgstr "无法为块缓存分配内存(大小=%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400182#: e2fsck/extents.c:42
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400183msgid "extent rebuild inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400184msgstr "extent 重建 inode 映射"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400185
Eric Sandeen032eafe2012-07-28 17:48:36 -0400186#: e2fsck/flushb.c:35
Dark Raven3be22a82010-04-19 16:59:03 -0400187#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400188msgid "Usage: %s disk\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400189msgstr "用法:%s 磁盘名\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400190
Eric Sandeen032eafe2012-07-28 17:48:36 -0400191#: e2fsck/flushb.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400192#, c-format
193msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400194msgstr "不支持对BLKFLSBUF进行 ioctl 调用! 无法刷新缓存。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400195
Eric Sandeen032eafe2012-07-28 17:48:36 -0400196#: e2fsck/iscan.c:44
Theodore Ts'of722c132009-04-21 22:09:01 -0400197#, c-format
198msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400199msgstr "用法:%s [-F] [-I inode缓冲块] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400201#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Tianze Wang57d69272016-08-31 23:14:17 -0400202#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400203msgid "while opening %s for flushing"
Tianze Wang57d69272016-08-31 23:14:17 -0400204msgstr "打开并刷新 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400205
Theodore Ts'o48203a32016-06-08 15:45:26 -0400206#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:382
Tianze Wang57d69272016-08-31 23:14:17 -0400207#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400208msgid "while trying to flush %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400209msgstr "尝试刷新 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400210
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400211#: e2fsck/iscan.c:110
Tianze Wang57d69272016-08-31 23:14:17 -0400212#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400213msgid "while trying to open '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -0400214msgstr "尝试打开 “%s” 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400216#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'of722c132009-04-21 22:09:01 -0400217msgid "while opening inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400218msgstr "进行inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400220#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'of722c132009-04-21 22:09:01 -0400221msgid "while getting next inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400222msgstr "获取下一个inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400223
Eric Sandeen032eafe2012-07-28 17:48:36 -0400224#: e2fsck/iscan.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400225#, c-format
226msgid "%u inodes scanned.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400227msgstr "已扫描 %u 个inode。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400229#: e2fsck/journal.c:593
Theodore Ts'of722c132009-04-21 22:09:01 -0400230msgid "reading journal superblock\n"
231msgstr "读取日志超级块\n"
232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400233#: e2fsck/journal.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -0400234#, c-format
235msgid "%s: no valid journal superblock found\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400236msgstr "%s: 没有发现日志超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400238#: e2fsck/journal.c:675
Dark Raven3be22a82010-04-19 16:59:03 -0400239#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400240msgid "%s: journal too short\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400241msgstr "%s: 日志过短\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400242
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500243#: e2fsck/journal.c:968 misc/fuse2fs.c:3791
Theodore Ts'of722c132009-04-21 22:09:01 -0400244#, c-format
245msgid "%s: recovering journal\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400246msgstr "%s:正在修复日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400247
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500248#: e2fsck/journal.c:970
Theodore Ts'of722c132009-04-21 22:09:01 -0400249#, c-format
250msgid "%s: won't do journal recovery while read-only\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400251msgstr "%s:使用只读模式时不会进行日志修复\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400252
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500253#: e2fsck/journal.c:997
Theodore Ts'of722c132009-04-21 22:09:01 -0400254#, c-format
255msgid "while trying to re-open %s"
Tianze Wang57d69272016-08-31 23:14:17 -0400256msgstr "尝试重新打开 %s 时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400257
Eric Sandeen032eafe2012-07-28 17:48:36 -0400258#: e2fsck/message.c:113
Theodore Ts'of722c132009-04-21 22:09:01 -0400259msgid "aextended attribute"
260msgstr "a扩展属性"
261
Eric Sandeen032eafe2012-07-28 17:48:36 -0400262#: e2fsck/message.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400263msgid "Aerror allocating"
264msgstr "A分配出错"
265
Eric Sandeen032eafe2012-07-28 17:48:36 -0400266#: e2fsck/message.c:115
Theodore Ts'of722c132009-04-21 22:09:01 -0400267msgid "bblock"
268msgstr "b块"
269
Eric Sandeen032eafe2012-07-28 17:48:36 -0400270#: e2fsck/message.c:116
Theodore Ts'of722c132009-04-21 22:09:01 -0400271msgid "Bbitmap"
272msgstr "B位图"
273
Eric Sandeen032eafe2012-07-28 17:48:36 -0400274#: e2fsck/message.c:117
Theodore Ts'of722c132009-04-21 22:09:01 -0400275msgid "ccompress"
276msgstr "c压缩"
277
Eric Sandeen032eafe2012-07-28 17:48:36 -0400278#: e2fsck/message.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -0400279msgid "Cconflicts with some other fs @b"
280msgstr "C与其他文件系统@b冲突"
281
Eric Sandeen032eafe2012-07-28 17:48:36 -0400282#: e2fsck/message.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400283msgid "ddirectory"
284msgstr "d目录"
285
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400286#: e2fsck/message.c:120
287msgid "Ddeleted"
288msgstr "D删除"
289
290#: e2fsck/message.c:121
Theodore Ts'of722c132009-04-21 22:09:01 -0400291msgid "eentry"
Tianze Wang57d69272016-08-31 23:14:17 -0400292msgstr "e项"
Theodore Ts'of722c132009-04-21 22:09:01 -0400293
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400294#: e2fsck/message.c:122
Theodore Ts'of722c132009-04-21 22:09:01 -0400295msgid "E@e '%Dn' in %p (%i)"
Tianze Wang57d69272016-08-31 23:14:17 -0400296msgstr "E%p(%i)中的@e “%Dn”"
Theodore Ts'of722c132009-04-21 22:09:01 -0400297
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400298#: e2fsck/message.c:123
Theodore Ts'of722c132009-04-21 22:09:01 -0400299msgid "ffilesystem"
300msgstr "f文件系统"
301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400302#: e2fsck/message.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -0400303msgid "Ffor @i %i (%Q) is"
Tianze Wang57d69272016-08-31 23:14:17 -0400304msgstr "F关于@i %i (%Q)为"
Theodore Ts'of722c132009-04-21 22:09:01 -0400305
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400306#: e2fsck/message.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400307msgid "ggroup"
Tianze Wang57d69272016-08-31 23:14:17 -0400308msgstr "g组"
Theodore Ts'of722c132009-04-21 22:09:01 -0400309
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400310#: e2fsck/message.c:126
Theodore Ts'of722c132009-04-21 22:09:01 -0400311msgid "hHTREE @d @i"
312msgstr "hHTREE@d@i"
313
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400314#: e2fsck/message.c:127
315msgid "iinode"
316msgstr "iinode"
317
318#: e2fsck/message.c:128
319msgid "Iillegal"
320msgstr "I非法的"
321
322#: e2fsck/message.c:129
323msgid "jjournal"
324msgstr "j日志"
325
Eric Sandeen032eafe2012-07-28 17:48:36 -0400326#: e2fsck/message.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -0400327msgid "llost+found"
328msgstr "llost+found"
329
Eric Sandeen032eafe2012-07-28 17:48:36 -0400330#: e2fsck/message.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -0400331msgid "Lis a link"
332msgstr "L是一个链接"
333
Eric Sandeen032eafe2012-07-28 17:48:36 -0400334#: e2fsck/message.c:132
Theodore Ts'of722c132009-04-21 22:09:01 -0400335msgid "mmultiply-claimed"
Tianze Wang57d69272016-08-31 23:14:17 -0400336msgstr "m重复引用的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400337
Eric Sandeen032eafe2012-07-28 17:48:36 -0400338#: e2fsck/message.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -0400339msgid "ninvalid"
340msgstr "n无效的"
341
Eric Sandeen032eafe2012-07-28 17:48:36 -0400342#: e2fsck/message.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -0400343msgid "oorphaned"
Tianze Wang57d69272016-08-31 23:14:17 -0400344msgstr "o孤立的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400345
Eric Sandeen032eafe2012-07-28 17:48:36 -0400346#: e2fsck/message.c:135
Theodore Ts'of722c132009-04-21 22:09:01 -0400347msgid "pproblem in"
Tianze Wang57d69272016-08-31 23:14:17 -0400348msgstr "p问题出于"
Theodore Ts'of722c132009-04-21 22:09:01 -0400349
Eric Sandeen032eafe2012-07-28 17:48:36 -0400350#: e2fsck/message.c:136
351msgid "qquota"
Tianze Wang57d69272016-08-31 23:14:17 -0400352msgstr "q配额"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400353
354#: e2fsck/message.c:137
Theodore Ts'of722c132009-04-21 22:09:01 -0400355msgid "rroot @i"
356msgstr "r根@i"
357
Eric Sandeen032eafe2012-07-28 17:48:36 -0400358#: e2fsck/message.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -0400359msgid "sshould be"
360msgstr "s应为"
361
Eric Sandeen032eafe2012-07-28 17:48:36 -0400362#: e2fsck/message.c:139
Theodore Ts'of722c132009-04-21 22:09:01 -0400363msgid "Ssuper@b"
364msgstr "S超级@b"
365
Eric Sandeen032eafe2012-07-28 17:48:36 -0400366#: e2fsck/message.c:140
Theodore Ts'of722c132009-04-21 22:09:01 -0400367msgid "uunattached"
Tianze Wang57d69272016-08-31 23:14:17 -0400368msgstr "u独立的"
Theodore Ts'of722c132009-04-21 22:09:01 -0400369
Eric Sandeen032eafe2012-07-28 17:48:36 -0400370#: e2fsck/message.c:141
Theodore Ts'of722c132009-04-21 22:09:01 -0400371msgid "vdevice"
372msgstr "v设备"
373
Eric Sandeen032eafe2012-07-28 17:48:36 -0400374#: e2fsck/message.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -0400375msgid "xextent"
Tianze Wang57d69272016-08-31 23:14:17 -0400376msgstr "xextent"
Theodore Ts'of722c132009-04-21 22:09:01 -0400377
Eric Sandeen032eafe2012-07-28 17:48:36 -0400378#: e2fsck/message.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400379msgid "zzero-length"
380msgstr "z零长度"
381
Eric Sandeen032eafe2012-07-28 17:48:36 -0400382#: e2fsck/message.c:154
Theodore Ts'of722c132009-04-21 22:09:01 -0400383msgid "<The NULL inode>"
384msgstr "<空的 inode>"
385
Eric Sandeen032eafe2012-07-28 17:48:36 -0400386#: e2fsck/message.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400387msgid "<The bad blocks inode>"
388msgstr "<坏块 inode>"
389
Dark Raven3be22a82010-04-19 16:59:03 -0400390#: e2fsck/message.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -0400391msgid "<The user quota inode>"
Tianze Wang57d69272016-08-31 23:14:17 -0400392msgstr "<用户配额inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400393
Dark Raven3be22a82010-04-19 16:59:03 -0400394#: e2fsck/message.c:158
Eric Sandeen032eafe2012-07-28 17:48:36 -0400395msgid "<The group quota inode>"
Tianze Wang57d69272016-08-31 23:14:17 -0400396msgstr "<组配额inode>"
Theodore Ts'of722c132009-04-21 22:09:01 -0400397
Dark Raven3be22a82010-04-19 16:59:03 -0400398#: e2fsck/message.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400399msgid "<The boot loader inode>"
400msgstr "<启动器 inode>"
401
402#: e2fsck/message.c:160
403msgid "<The undelete directory inode>"
404msgstr "<未删除的目录 inode>"
405
406#: e2fsck/message.c:161
407msgid "<The group descriptor inode>"
408msgstr "<组描述符inode>"
409
410#: e2fsck/message.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400411msgid "<The journal inode>"
412msgstr "<日志 inode>"
413
Eric Sandeen032eafe2012-07-28 17:48:36 -0400414#: e2fsck/message.c:163
Theodore Ts'of722c132009-04-21 22:09:01 -0400415msgid "<Reserved inode 9>"
416msgstr "<保留的 inode 9>"
417
Eric Sandeen032eafe2012-07-28 17:48:36 -0400418#: e2fsck/message.c:164
Theodore Ts'of722c132009-04-21 22:09:01 -0400419msgid "<Reserved inode 10>"
420msgstr "<保留的 inode 10>"
421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400422#: e2fsck/message.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -0400423msgid "regular file"
424msgstr "一般文件"
425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400426#: e2fsck/message.c:335
Theodore Ts'of722c132009-04-21 22:09:01 -0400427msgid "directory"
428msgstr "文件夹"
429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400430#: e2fsck/message.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -0400431msgid "character device"
432msgstr "字符设备"
433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400434#: e2fsck/message.c:339
Theodore Ts'of722c132009-04-21 22:09:01 -0400435msgid "block device"
436msgstr "块设备"
437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400438#: e2fsck/message.c:341
Theodore Ts'of722c132009-04-21 22:09:01 -0400439msgid "named pipe"
440msgstr "命名管道"
441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400442#: e2fsck/message.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -0400443msgid "symbolic link"
444msgstr "符号链接"
445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400446#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'of722c132009-04-21 22:09:01 -0400447msgid "socket"
448msgstr "套接字"
449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400450#: e2fsck/message.c:347
Dark Raven3be22a82010-04-19 16:59:03 -0400451#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400452msgid "unknown file type with mode 0%o"
453msgstr "模式为 0%o 的未知文件类型"
454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400455#: e2fsck/message.c:422
Dark Raven3be22a82010-04-19 16:59:03 -0400456msgid "indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400457msgstr "链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400459#: e2fsck/message.c:424
Dark Raven3be22a82010-04-19 16:59:03 -0400460msgid "double indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400461msgstr "二次链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400463#: e2fsck/message.c:426
Dark Raven3be22a82010-04-19 16:59:03 -0400464msgid "triple indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -0400465msgstr "三次链接块"
Dark Raven3be22a82010-04-19 16:59:03 -0400466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400467#: e2fsck/message.c:428
Dark Raven3be22a82010-04-19 16:59:03 -0400468msgid "translator block"
Tianze Wang57d69272016-08-31 23:14:17 -0400469msgstr "翻译块"
Dark Raven3be22a82010-04-19 16:59:03 -0400470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400471#: e2fsck/message.c:430
Dark Raven3be22a82010-04-19 16:59:03 -0400472msgid "block #"
473msgstr "块 #"
474
Eric Sandeen032eafe2012-07-28 17:48:36 -0400475#: e2fsck/pass1b.c:222
Theodore Ts'of722c132009-04-21 22:09:01 -0400476msgid "multiply claimed inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400477msgstr "重叠块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400478
Theodore Ts'o48203a32016-06-08 15:45:26 -0400479#: e2fsck/pass1b.c:645 e2fsck/pass1b.c:793
Tianze Wang57d69272016-08-31 23:14:17 -0400480#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400481msgid "internal error: can't find dup_blk for %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400482msgstr "内部错误:无法找到 %llu 的dup_blk信息\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400483
Theodore Ts'o48203a32016-06-08 15:45:26 -0400484#: e2fsck/pass1b.c:903
Theodore Ts'of722c132009-04-21 22:09:01 -0400485msgid "returned from clone_file_block"
Tianze Wang57d69272016-08-31 23:14:17 -0400486msgstr "从clone_file_block返回"
Theodore Ts'of722c132009-04-21 22:09:01 -0400487
Theodore Ts'o48203a32016-06-08 15:45:26 -0400488#: e2fsck/pass1b.c:927
Tianze Wang57d69272016-08-31 23:14:17 -0400489#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400490msgid "internal error: couldn't lookup EA block record for %llu"
Tianze Wang57d69272016-08-31 23:14:17 -0400491msgstr "内部错误:无法查找 %llu 的EA块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400492
Theodore Ts'o48203a32016-06-08 15:45:26 -0400493#: e2fsck/pass1b.c:939
Theodore Ts'of722c132009-04-21 22:09:01 -0400494#, c-format
495msgid "internal error: couldn't lookup EA inode record for %u"
Tianze Wang57d69272016-08-31 23:14:17 -0400496msgstr "内部错误:无法查找 %u 的EA inode块记录"
Theodore Ts'of722c132009-04-21 22:09:01 -0400497
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500498#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'of722c132009-04-21 22:09:01 -0400499msgid "reading directory block"
500msgstr "正在读取目录块"
501
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500502#: e2fsck/pass1.c:1112
Theodore Ts'of722c132009-04-21 22:09:01 -0400503msgid "in-use inode map"
504msgstr "使用中的inode映射"
505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500506#: e2fsck/pass1.c:1123
Theodore Ts'of722c132009-04-21 22:09:01 -0400507msgid "directory inode map"
508msgstr "目录inode映射"
509
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500510#: e2fsck/pass1.c:1133
Theodore Ts'of722c132009-04-21 22:09:01 -0400511msgid "regular file inode map"
512msgstr "普通文件inode映射"
513
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500514#: e2fsck/pass1.c:1142 misc/e2image.c:1268
Theodore Ts'of722c132009-04-21 22:09:01 -0400515msgid "in-use block map"
516msgstr "使用中的块映射"
517
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500518#: e2fsck/pass1.c:1151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400519msgid "metadata block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400520msgstr "元数据块映射"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400521
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500522#: e2fsck/pass1.c:1213
Theodore Ts'of722c132009-04-21 22:09:01 -0400523msgid "opening inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400524msgstr "开始 inode 扫描"
Theodore Ts'of722c132009-04-21 22:09:01 -0400525
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500526#: e2fsck/pass1.c:1251
Theodore Ts'of722c132009-04-21 22:09:01 -0400527msgid "getting next inode from scan"
Tianze Wang57d69272016-08-31 23:14:17 -0400528msgstr "从扫描进度中获取下一个 inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400529
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500530#: e2fsck/pass1.c:1936
Theodore Ts'of722c132009-04-21 22:09:01 -0400531msgid "Pass 1"
Tianze Wang57d69272016-08-31 23:14:17 -0400532msgstr "第 1 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400533
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500534#: e2fsck/pass1.c:1997
Dark Raven3be22a82010-04-19 16:59:03 -0400535#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -0400536msgid "reading indirect blocks of inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -0400537msgstr "读取inode为 %u 的链接块时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400538
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500539#: e2fsck/pass1.c:2047
Theodore Ts'of722c132009-04-21 22:09:01 -0400540msgid "bad inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400541msgstr "坏块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400542
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500543#: e2fsck/pass1.c:2087
Theodore Ts'of722c132009-04-21 22:09:01 -0400544msgid "inode in bad block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400545msgstr "更新坏块映射时"
Theodore Ts'of722c132009-04-21 22:09:01 -0400546
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500547#: e2fsck/pass1.c:2107
Theodore Ts'of722c132009-04-21 22:09:01 -0400548msgid "imagic inode map"
Tianze Wang57d69272016-08-31 23:14:17 -0400549msgstr "inode的imagic映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500551#: e2fsck/pass1.c:2134
Theodore Ts'of722c132009-04-21 22:09:01 -0400552msgid "multiply claimed block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400553msgstr "重叠块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400554
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500555#: e2fsck/pass1.c:2248
Theodore Ts'of722c132009-04-21 22:09:01 -0400556msgid "ext attr block map"
Tianze Wang57d69272016-08-31 23:14:17 -0400557msgstr "扩展属性块映射"
Theodore Ts'of722c132009-04-21 22:09:01 -0400558
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500559#: e2fsck/pass1.c:3415
Theodore Ts'of722c132009-04-21 22:09:01 -0400560#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400561msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400562msgstr "%6lu(%c):应为 %6lu 但实际为 %6lu (块 %lld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400563
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500564#: e2fsck/pass1.c:3830
Theodore Ts'of722c132009-04-21 22:09:01 -0400565msgid "block bitmap"
566msgstr "块位图"
567
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500568#: e2fsck/pass1.c:3836
Theodore Ts'of722c132009-04-21 22:09:01 -0400569msgid "inode bitmap"
570msgstr "inode 位图"
571
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500572#: e2fsck/pass1.c:3842
Theodore Ts'of722c132009-04-21 22:09:01 -0400573msgid "inode table"
574msgstr "inode表"
575
Theodore Ts'o48203a32016-06-08 15:45:26 -0400576#: e2fsck/pass2.c:287
Theodore Ts'of722c132009-04-21 22:09:01 -0400577msgid "Pass 2"
Tianze Wang57d69272016-08-31 23:14:17 -0400578msgstr "第 2 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400579
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500580#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
Theodore Ts'of722c132009-04-21 22:09:01 -0400581msgid "Can not continue."
Tianze Wang57d69272016-08-31 23:14:17 -0400582msgstr "无法继续。"
Theodore Ts'of722c132009-04-21 22:09:01 -0400583
Eric Sandeen032eafe2012-07-28 17:48:36 -0400584#: e2fsck/pass3.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -0400585msgid "inode done bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -0400586msgstr "已完成的inode位图"
Theodore Ts'of722c132009-04-21 22:09:01 -0400587
Eric Sandeen032eafe2012-07-28 17:48:36 -0400588#: e2fsck/pass3.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400589msgid "Peak memory"
Dark Raven3be22a82010-04-19 16:59:03 -0400590msgstr "内存峰值"
Theodore Ts'of722c132009-04-21 22:09:01 -0400591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400592#: e2fsck/pass3.c:149
Theodore Ts'of722c132009-04-21 22:09:01 -0400593msgid "Pass 3"
Tianze Wang57d69272016-08-31 23:14:17 -0400594msgstr "第 3 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400595
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400596#: e2fsck/pass3.c:344
Theodore Ts'of722c132009-04-21 22:09:01 -0400597msgid "inode loop detection bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -0400598msgstr "循环inode检测位图"
Theodore Ts'of722c132009-04-21 22:09:01 -0400599
Theodore Ts'o48203a32016-06-08 15:45:26 -0400600#: e2fsck/pass4.c:207
Theodore Ts'of722c132009-04-21 22:09:01 -0400601msgid "Pass 4"
Tianze Wang57d69272016-08-31 23:14:17 -0400602msgstr "第 4 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400604#: e2fsck/pass5.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400605msgid "Pass 5"
Tianze Wang57d69272016-08-31 23:14:17 -0400606msgstr "第 5 步"
Theodore Ts'of722c132009-04-21 22:09:01 -0400607
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400608#: e2fsck/pass5.c:104
609msgid "check_inode_bitmap_checksum: Memory allocation error"
Tianze Wang57d69272016-08-31 23:14:17 -0400610msgstr "check_inode_bitmap_checksum:内存分配出错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400611
612#: e2fsck/pass5.c:158
613msgid "check_block_bitmap_checksum: Memory allocation error"
Tianze Wang57d69272016-08-31 23:14:17 -0400614msgstr "check_block_bitmap_checksum:内存分配出错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400615
Eric Sandeen032eafe2012-07-28 17:48:36 -0400616#: e2fsck/problem.c:51
Theodore Ts'of722c132009-04-21 22:09:01 -0400617msgid "(no prompt)"
Tianze Wang57d69272016-08-31 23:14:17 -0400618msgstr "(没有提示)"
Theodore Ts'of722c132009-04-21 22:09:01 -0400619
Eric Sandeen032eafe2012-07-28 17:48:36 -0400620#: e2fsck/problem.c:52
Theodore Ts'of722c132009-04-21 22:09:01 -0400621msgid "Fix"
622msgstr "处理"
623
Eric Sandeen032eafe2012-07-28 17:48:36 -0400624#: e2fsck/problem.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -0400625msgid "Clear"
626msgstr "清除"
627
Eric Sandeen032eafe2012-07-28 17:48:36 -0400628#: e2fsck/problem.c:54
Theodore Ts'of722c132009-04-21 22:09:01 -0400629msgid "Relocate"
630msgstr "重定位"
631
Eric Sandeen032eafe2012-07-28 17:48:36 -0400632#: e2fsck/problem.c:55
Theodore Ts'of722c132009-04-21 22:09:01 -0400633msgid "Allocate"
634msgstr "分配"
635
Eric Sandeen032eafe2012-07-28 17:48:36 -0400636#: e2fsck/problem.c:56
Theodore Ts'of722c132009-04-21 22:09:01 -0400637msgid "Expand"
638msgstr "扩充"
639
Eric Sandeen032eafe2012-07-28 17:48:36 -0400640#: e2fsck/problem.c:57
Theodore Ts'of722c132009-04-21 22:09:01 -0400641msgid "Connect to /lost+found"
642msgstr "连接到 /lost+found"
643
Eric Sandeen032eafe2012-07-28 17:48:36 -0400644#: e2fsck/problem.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -0400645msgid "Create"
646msgstr "创建"
647
Eric Sandeen032eafe2012-07-28 17:48:36 -0400648#: e2fsck/problem.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -0400649msgid "Salvage"
650msgstr "修复"
651
Eric Sandeen032eafe2012-07-28 17:48:36 -0400652#: e2fsck/problem.c:60
Theodore Ts'of722c132009-04-21 22:09:01 -0400653msgid "Truncate"
654msgstr "截断"
655
Eric Sandeen032eafe2012-07-28 17:48:36 -0400656#: e2fsck/problem.c:61
Theodore Ts'of722c132009-04-21 22:09:01 -0400657msgid "Clear inode"
Tianze Wang57d69272016-08-31 23:14:17 -0400658msgstr "清除inode"
Theodore Ts'of722c132009-04-21 22:09:01 -0400659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:62
Theodore Ts'of722c132009-04-21 22:09:01 -0400661msgid "Abort"
662msgstr "中断"
663
Eric Sandeen032eafe2012-07-28 17:48:36 -0400664#: e2fsck/problem.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -0400665msgid "Split"
Tianze Wang57d69272016-08-31 23:14:17 -0400666msgstr "分割"
Theodore Ts'of722c132009-04-21 22:09:01 -0400667
Eric Sandeen032eafe2012-07-28 17:48:36 -0400668#: e2fsck/problem.c:64
Theodore Ts'of722c132009-04-21 22:09:01 -0400669msgid "Continue"
670msgstr "继续"
671
Eric Sandeen032eafe2012-07-28 17:48:36 -0400672#: e2fsck/problem.c:65
Theodore Ts'of722c132009-04-21 22:09:01 -0400673msgid "Clone multiply-claimed blocks"
Tianze Wang57d69272016-08-31 23:14:17 -0400674msgstr "克隆重叠块"
Theodore Ts'of722c132009-04-21 22:09:01 -0400675
Eric Sandeen032eafe2012-07-28 17:48:36 -0400676#: e2fsck/problem.c:66
Theodore Ts'of722c132009-04-21 22:09:01 -0400677msgid "Delete file"
678msgstr "删除文件"
679
Eric Sandeen032eafe2012-07-28 17:48:36 -0400680#: e2fsck/problem.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -0400681msgid "Suppress messages"
682msgstr "不显示消息"
683
Eric Sandeen032eafe2012-07-28 17:48:36 -0400684#: e2fsck/problem.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -0400685msgid "Unlink"
686msgstr "解除链接"
687
Eric Sandeen032eafe2012-07-28 17:48:36 -0400688#: e2fsck/problem.c:69
Theodore Ts'of722c132009-04-21 22:09:01 -0400689msgid "Clear HTree index"
Tianze Wang57d69272016-08-31 23:14:17 -0400690msgstr "清除HTree索引"
Theodore Ts'of722c132009-04-21 22:09:01 -0400691
Eric Sandeen032eafe2012-07-28 17:48:36 -0400692#: e2fsck/problem.c:70
Theodore Ts'of722c132009-04-21 22:09:01 -0400693msgid "Recreate"
694msgstr "重建"
695
Eric Sandeen032eafe2012-07-28 17:48:36 -0400696#: e2fsck/problem.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -0400697msgid "(NONE)"
Tianze Wang57d69272016-08-31 23:14:17 -0400698msgstr "(空)"
Theodore Ts'of722c132009-04-21 22:09:01 -0400699
Eric Sandeen032eafe2012-07-28 17:48:36 -0400700#: e2fsck/problem.c:80
Theodore Ts'of722c132009-04-21 22:09:01 -0400701msgid "FIXED"
702msgstr "已处理"
703
Eric Sandeen032eafe2012-07-28 17:48:36 -0400704#: e2fsck/problem.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -0400705msgid "CLEARED"
706msgstr "已清除"
707
Eric Sandeen032eafe2012-07-28 17:48:36 -0400708#: e2fsck/problem.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -0400709msgid "RELOCATED"
710msgstr "已重定位"
711
Eric Sandeen032eafe2012-07-28 17:48:36 -0400712#: e2fsck/problem.c:83
Theodore Ts'of722c132009-04-21 22:09:01 -0400713msgid "ALLOCATED"
714msgstr "已分配"
715
Eric Sandeen032eafe2012-07-28 17:48:36 -0400716#: e2fsck/problem.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -0400717msgid "EXPANDED"
718msgstr "已扩充"
719
Eric Sandeen032eafe2012-07-28 17:48:36 -0400720#: e2fsck/problem.c:85
Theodore Ts'of722c132009-04-21 22:09:01 -0400721msgid "RECONNECTED"
722msgstr "已重新连接"
723
Eric Sandeen032eafe2012-07-28 17:48:36 -0400724#: e2fsck/problem.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -0400725msgid "CREATED"
726msgstr "已创建"
727
Eric Sandeen032eafe2012-07-28 17:48:36 -0400728#: e2fsck/problem.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -0400729msgid "SALVAGED"
730msgstr "已修复"
731
Eric Sandeen032eafe2012-07-28 17:48:36 -0400732#: e2fsck/problem.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -0400733msgid "TRUNCATED"
Tianze Wang57d69272016-08-31 23:14:17 -0400734msgstr "截断"
Theodore Ts'of722c132009-04-21 22:09:01 -0400735
Eric Sandeen032eafe2012-07-28 17:48:36 -0400736#: e2fsck/problem.c:89
Theodore Ts'of722c132009-04-21 22:09:01 -0400737msgid "INODE CLEARED"
738msgstr "INODE 已清除"
739
Eric Sandeen032eafe2012-07-28 17:48:36 -0400740#: e2fsck/problem.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -0400741msgid "ABORTED"
742msgstr "已中断"
743
Eric Sandeen032eafe2012-07-28 17:48:36 -0400744#: e2fsck/problem.c:91
Theodore Ts'of722c132009-04-21 22:09:01 -0400745msgid "SPLIT"
Tianze Wang57d69272016-08-31 23:14:17 -0400746msgstr "分割"
Theodore Ts'of722c132009-04-21 22:09:01 -0400747
Eric Sandeen032eafe2012-07-28 17:48:36 -0400748#: e2fsck/problem.c:92
Theodore Ts'of722c132009-04-21 22:09:01 -0400749msgid "CONTINUING"
750msgstr "继续"
751
Eric Sandeen032eafe2012-07-28 17:48:36 -0400752#: e2fsck/problem.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -0400753msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Tianze Wang57d69272016-08-31 23:14:17 -0400754msgstr "重叠块已克隆"
Theodore Ts'of722c132009-04-21 22:09:01 -0400755
Eric Sandeen032eafe2012-07-28 17:48:36 -0400756#: e2fsck/problem.c:94
Theodore Ts'of722c132009-04-21 22:09:01 -0400757msgid "FILE DELETED"
758msgstr "文件已删除"
759
Eric Sandeen032eafe2012-07-28 17:48:36 -0400760#: e2fsck/problem.c:95
Theodore Ts'of722c132009-04-21 22:09:01 -0400761msgid "SUPPRESSED"
762msgstr "禁止"
763
Eric Sandeen032eafe2012-07-28 17:48:36 -0400764#: e2fsck/problem.c:96
Theodore Ts'of722c132009-04-21 22:09:01 -0400765msgid "UNLINKED"
Tianze Wang57d69272016-08-31 23:14:17 -0400766msgstr "已解除链接"
Theodore Ts'of722c132009-04-21 22:09:01 -0400767
Eric Sandeen032eafe2012-07-28 17:48:36 -0400768#: e2fsck/problem.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -0400769msgid "HTREE INDEX CLEARED"
Tianze Wang57d69272016-08-31 23:14:17 -0400770msgstr "HTree索引已清除"
Theodore Ts'of722c132009-04-21 22:09:01 -0400771
Eric Sandeen032eafe2012-07-28 17:48:36 -0400772#: e2fsck/problem.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -0400773msgid "WILL RECREATE"
774msgstr "将会重建"
775
776#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400777#: e2fsck/problem.c:110
Theodore Ts'of722c132009-04-21 22:09:01 -0400778msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400779msgstr "@g %g 的@b@B并不在 @g 中。(@b %b)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400780
781#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400782#: e2fsck/problem.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -0400783msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400784msgstr "@g %g 的@i@B 并不在 @g 中。(@b %b)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400785
786#. @-expanded: inode table for group %g is not in group. (block %b)\n
787#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400788#: e2fsck/problem.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -0400789msgid ""
790"@i table for @g %g is not in @g. (@b %b)\n"
791"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
792msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400793"@g %g 的@i表并不在 @g 中。(@b %b)\n"
794"警告:这可能导致严重的数据丢失。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400795
796#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400797#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
798#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400799#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
800#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400801#. @-expanded: e2fsck -b 8193 <device>\n
802#. @-expanded: or\n
803#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400804#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400805#: e2fsck/problem.c:125
Theodore Ts'of722c132009-04-21 22:09:01 -0400806msgid ""
807"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400808"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
809"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400810"@f (and not swap or ufs or something else), then the @S\n"
811"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400812" e2fsck -b 8193 <@v>\n"
813" or\n"
814" e2fsck -b 32768 <@v>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400815"\n"
816msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400817"\n"
818"@S无法被读取,或它未能正确地描述一个有效的ext2/ext3/ext4@f。\n"
819"如果@v有效并确实为ext2/ext3/ext4@f (而非swap或ufs等格式),\n"
820"这说明@S已经损坏,你可能需要指定备选@S来运行e2fsck:\n"
821" e2fsck -b 8193 <@v>\n"
822" 或\n"
823" e2fsck -b 32768 <@v>\n"
824"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400825
826#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
827#. @-expanded: The physical size of the device is %c blocks\n
828#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400829#: e2fsck/problem.c:136
Theodore Ts'of722c132009-04-21 22:09:01 -0400830msgid ""
831"The @f size (according to the @S) is %b @bs\n"
832"The physical size of the @v is %c @bs\n"
833"Either the @S or the partition table is likely to be corrupt!\n"
834msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400835"根据@S,@f的大小应为 %b @bs\n"
836"但@v的实际大小是 %c @bs\n"
837"@S或分区表可能已经损坏!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400838
839#. @-expanded: superblock block_size = %b, fragsize = %c.\n
840#. @-expanded: This version of e2fsck does not support fragment sizes different\n
841#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400842#: e2fsck/problem.c:143
Theodore Ts'of722c132009-04-21 22:09:01 -0400843msgid ""
844"@S @b_size = %b, fragsize = %c.\n"
845"This version of e2fsck does not support fragment sizes different\n"
846"from the @b size.\n"
847msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400848"@S@b大小 = %b,碎片大小 = %c。\n"
849"此版本的e2fsck不允许碎片大小与\n"
850"@b大小不同。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400851
852#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400853#: e2fsck/problem.c:150
Theodore Ts'of722c132009-04-21 22:09:01 -0400854msgid "@S @bs_per_group = %b, should have been %c\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400855msgstr "每组的@S@b数 = %b,应当为 %c。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400856
857#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400858#: e2fsck/problem.c:155
Theodore Ts'of722c132009-04-21 22:09:01 -0400859msgid "@S first_data_@b = %b, should have been %c\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400860msgstr "@S的第一个数据块 = %b,应当为 %c\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400861
862#. @-expanded: filesystem did not have a UUID; generating one.\n
863#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400864#: e2fsck/problem.c:160
Theodore Ts'of722c132009-04-21 22:09:01 -0400865msgid ""
866"@f did not have a UUID; generating one.\n"
867"\n"
868msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400869"@f没有UUID;正在创建新的UUID。\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500870"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400872#: e2fsck/problem.c:165
Theodore Ts'of722c132009-04-21 22:09:01 -0400873#, c-format
874msgid ""
875"Note: if several inode or block bitmap blocks or part\n"
876"of the inode table require relocation, you may wish to try\n"
877"running e2fsck with the '-b %S' option first. The problem\n"
878"may lie only with the primary block group descriptors, and\n"
879"the backup block group descriptors may be OK.\n"
880"\n"
881msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400882"注意:如果有数个inode、块位图或inode表\n"
883"需要重定位,你可以用“-b %S”选项运行\n"
884"e2fsck。如果问题出在组描述符的主块,\n"
885"那么可以尝试它们的备份块。\n"
886"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400887
888#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400889#: e2fsck/problem.c:174
Theodore Ts'of722c132009-04-21 22:09:01 -0400890msgid "Corruption found in @S. (%s = %N).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400891msgstr "在@S中发现错误。(%s = %N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400892
893#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400894#: e2fsck/problem.c:179
Theodore Ts'of722c132009-04-21 22:09:01 -0400895#, c-format
896msgid "Error determining size of the physical @v: %m\n"
897msgstr "决定物理@v的大小出错 %m\n"
898
899#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400900#: e2fsck/problem.c:184
Theodore Ts'of722c132009-04-21 22:09:01 -0400901msgid "@i count in @S is %i, @s %j.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400902msgstr "@S中的@i个数为 %i,@s %j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400904#: e2fsck/problem.c:188
Theodore Ts'of722c132009-04-21 22:09:01 -0400905msgid "The Hurd does not support the filetype feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400906msgstr "Hurd内核不支持文件类型\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400907
Theodore Ts'o930e2812009-06-29 15:08:12 -0400908#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400909#: e2fsck/problem.c:193
Dark Raven3be22a82010-04-19 16:59:03 -0400910#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -0400911msgid "@S has an @n @j (@i %i).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400912msgstr "@S含有一个@n@j(@i %i)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400913
914#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400915#: e2fsck/problem.c:198
Theodore Ts'of722c132009-04-21 22:09:01 -0400916msgid "External @j has multiple @f users (unsupported).\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400917msgstr "外部@j含有多个@f用户(不支持此特性)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400918
919#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400920#: e2fsck/problem.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -0400921msgid "Can't find external @j\n"
922msgstr "无法找到外部@j\n"
923
924#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400925#: e2fsck/problem.c:208
Theodore Ts'of722c132009-04-21 22:09:01 -0400926msgid "External @j has bad @S\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400927msgstr "外部@j有坏@S\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400928
929#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400930#: e2fsck/problem.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -0400931msgid "External @j does not support this @f\n"
Dark Ravenc4755342011-01-26 18:54:25 -0500932msgstr "外部@j不支持此@f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400933
Theodore Ts'o930e2812009-06-29 15:08:12 -0400934#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'of722c132009-04-21 22:09:01 -0400935#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
936#. @-expanded: format.\n
937#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400938#: e2fsck/problem.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -0400939msgid ""
Theodore Ts'o930e2812009-06-29 15:08:12 -0400940"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500941"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
942"format.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400943"It is also possible the @j @S is corrupt.\n"
944msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -0400945"@f@j@S为未知类型 %N(不支持此特性)。\n"
946"可能你的e2fsck版本太低,不支持这种@j的格式。\n"
947"也有可能@j@S已经损坏。\n"
948"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400949
Theodore Ts'o930e2812009-06-29 15:08:12 -0400950#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400951#: e2fsck/problem.c:226
Theodore Ts'o930e2812009-06-29 15:08:12 -0400952msgid "@j @S is corrupt.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400953msgstr "@j@S被损坏。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400954
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400955#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400956#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400957msgid "@S has_@j flag is clear, but a @j is present.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400958msgstr "@S不具有has_journal标志,但发现了@j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400959
Theodore Ts'o930e2812009-06-29 15:08:12 -0400960#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400961#: e2fsck/problem.c:236
Theodore Ts'o930e2812009-06-29 15:08:12 -0400962msgid "@S needs_recovery flag is set, but no @j is present.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400963msgstr "@S被设置了needs_recovery标志,但找不到相应的@j。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400964
Theodore Ts'o930e2812009-06-29 15:08:12 -0400965#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400966#: e2fsck/problem.c:241
Theodore Ts'o930e2812009-06-29 15:08:12 -0400967msgid "@S needs_recovery flag is clear, but @j has data.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400968msgstr "@S不具有的恢复标志,然而在@j中找到了恢复数据。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400969
970#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400971#: e2fsck/problem.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -0400972msgid "Clear @j"
973msgstr "清除@j"
974
Theodore Ts'o930e2812009-06-29 15:08:12 -0400975#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500976#: e2fsck/problem.c:251 e2fsck/problem.c:744
Theodore Ts'o930e2812009-06-29 15:08:12 -0400977msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Tianze Wang57d69272016-08-31 23:14:17 -0400978msgstr "@f被设置了特性标志,但特性版本号为0。 "
Theodore Ts'of722c132009-04-21 22:09:01 -0400979
980#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400981#: e2fsck/problem.c:256
Theodore Ts'of722c132009-04-21 22:09:01 -0400982msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400983msgstr "@s@o@i %i(uid=%lu,gid=%lg,mode=%lm,size=%ls)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400984
Dark Raven3be22a82010-04-19 16:59:03 -0400985#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400986#: e2fsck/problem.c:261
Dark Raven3be22a82010-04-19 16:59:03 -0400987msgid "@I %B (%b) found in @o @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400988msgstr "@o@i %i 中发现 @I %B(%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400989
Dark Raven3be22a82010-04-19 16:59:03 -0400990#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400991#: e2fsck/problem.c:266
Dark Raven3be22a82010-04-19 16:59:03 -0400992msgid "Already cleared %B (%b) found in @o @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400993msgstr "@o@i %i 中发现已清除的 %B(%b)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -0400994
995#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400996#: e2fsck/problem.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -0400997#, c-format
998msgid "@I @o @i %i in @S.\n"
Tianze Wang57d69272016-08-31 23:14:17 -0400999msgstr "@S中有@I@o@i %i。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001000
1001#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001002#: e2fsck/problem.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04001003#, c-format
1004msgid "@I @i %i in @o @i list.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001005msgstr "@o@i中发现@I@i %i。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001006
Theodore Ts'o930e2812009-06-29 15:08:12 -04001007#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001008#: e2fsck/problem.c:281
Theodore Ts'o930e2812009-06-29 15:08:12 -04001009msgid "@j @S has an unknown read-only feature flag set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001010msgstr "@j@S被设置了未知的只读属性标签。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001011
Theodore Ts'o930e2812009-06-29 15:08:12 -04001012#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001013#: e2fsck/problem.c:286
Theodore Ts'o930e2812009-06-29 15:08:12 -04001014msgid "@j @S has an unknown incompatible feature flag set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001015msgstr "@j@S被设置了未知的不兼容属性标签。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001016
1017#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001018#: e2fsck/problem.c:291
Theodore Ts'of722c132009-04-21 22:09:01 -04001019msgid "@j version not supported by this e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001020msgstr "e2fsck不支持此@j版本。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001021
1022#. @-expanded: Moving journal from /%s to hidden inode.\n
1023#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001024#: e2fsck/problem.c:296
Theodore Ts'of722c132009-04-21 22:09:01 -04001025#, c-format
1026msgid ""
1027"Moving @j from /%s to hidden @i.\n"
1028"\n"
1029msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001030"将@j从 /%s 移动到隐藏的@i。\n"
1031"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001032
1033#. @-expanded: Error moving journal: %m\n
1034#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001035#: e2fsck/problem.c:301
Dark Raven3be22a82010-04-19 16:59:03 -04001036#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001037msgid ""
1038"Error moving @j: %m\n"
1039"\n"
1040msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001041"移动@j出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001042"\n"
1043
1044#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1045#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1046#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001047#: e2fsck/problem.c:306
Theodore Ts'of722c132009-04-21 22:09:01 -04001048msgid ""
1049"Found @n V2 @j @S fields (from V1 @j).\n"
1050"Clearing fields beyond the V1 @j @S...\n"
1051"\n"
1052msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001053"在V1@j中发现@nV2@j@S区域。\n"
1054"正在清除V1@j@S以外的区域...\n"
1055"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001056
Theodore Ts'o930e2812009-06-29 15:08:12 -04001057#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001058#: e2fsck/problem.c:312
Theodore Ts'o930e2812009-06-29 15:08:12 -04001059msgid "Run @j anyway"
1060msgstr "强制@j"
1061
1062#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001063#: e2fsck/problem.c:317
Theodore Ts'o930e2812009-06-29 15:08:12 -04001064msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001065msgstr "备份@S中未设置恢复标志,继续处理日志。\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001066
Theodore Ts'of722c132009-04-21 22:09:01 -04001067#. @-expanded: Backing up journal inode block information.\n
1068#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001069#: e2fsck/problem.c:322
Theodore Ts'of722c132009-04-21 22:09:01 -04001070msgid ""
1071"Backing up @j @i @b information.\n"
1072"\n"
1073msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001074"正在备份@j@i@b的信息。\n"
1075"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001076
1077#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1078#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001079#: e2fsck/problem.c:327
Theodore Ts'of722c132009-04-21 22:09:01 -04001080msgid ""
1081"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1082"is %N; @s zero. "
1083msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001084"@f不支持更改@i大小,故s_reserved_gdt_blocks应为0\n"
1085"(但实际为%N)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001086
1087#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001088#: e2fsck/problem.c:333
Theodore Ts'of722c132009-04-21 22:09:01 -04001089msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Tianze Wang57d69272016-08-31 23:14:17 -04001090msgstr "不支持更改@i大小,但所给的变更值非零。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001091
1092#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001093#: e2fsck/problem.c:338
Theodore Ts'of722c132009-04-21 22:09:01 -04001094msgid "Resize @i not valid. "
Tianze Wang57d69272016-08-31 23:14:17 -04001095msgstr "改变@i大小的值无效。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001096
Dark Raven3be22a82010-04-19 16:59:03 -04001097#. @-expanded: superblock last mount time (%t,\n
1098#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001099#: e2fsck/problem.c:343
Dark Raven3be22a82010-04-19 16:59:03 -04001100msgid ""
1101"@S last mount time (%t,\n"
1102"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001103msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001104"@S上一次的挂载时间(%t,\n"
1105"\t当前:%T)在未来。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001106
Dark Raven3be22a82010-04-19 16:59:03 -04001107#. @-expanded: superblock last write time (%t,\n
1108#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001109#: e2fsck/problem.c:348
Dark Raven3be22a82010-04-19 16:59:03 -04001110msgid ""
1111"@S last write time (%t,\n"
1112"\tnow = %T) is in the future.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001113msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001114"@S上一次的写入时间(%t,\n"
1115"\t当前:%T)在未来。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001116
1117#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001118#: e2fsck/problem.c:352
Theodore Ts'of722c132009-04-21 22:09:01 -04001119#, c-format
1120msgid "@S hint for external superblock @s %X. "
Tianze Wang57d69272016-08-31 23:14:17 -04001121msgstr "外部超级块的@S标记@s %X。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001122
1123#. @-expanded: Adding dirhash hint to filesystem.\n
1124#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001125#: e2fsck/problem.c:357
Theodore Ts'of722c132009-04-21 22:09:01 -04001126msgid ""
1127"Adding dirhash hint to @f.\n"
1128"\n"
1129msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001130"正在将dirhash标记添加到@f。\n"
1131"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001132
Eric Sandeen032eafe2012-07-28 17:48:36 -04001133#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001134#: e2fsck/problem.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04001135msgid "@g descriptor %g checksum is %04x, should be %04y. "
Tianze Wang57d69272016-08-31 23:14:17 -04001136msgstr "@g描述符 %g 的校验值为%04x,应当为 %04y。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001137
1138#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001139#: e2fsck/problem.c:367
Theodore Ts'of722c132009-04-21 22:09:01 -04001140#, c-format
1141msgid "@g descriptor %g marked uninitialized without feature set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001142msgstr "@g描述符 %g被标记为未初始化,并且没有设定特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001143
Theodore Ts'of722c132009-04-21 22:09:01 -04001144#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001145#: e2fsck/problem.c:372
Theodore Ts'of722c132009-04-21 22:09:01 -04001146msgid "@g descriptor %g has invalid unused inodes count %b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001147msgstr "@g描述符 %g 中的未使用inode数 %b 为无效值。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001148
1149#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001150#: e2fsck/problem.c:377
Theodore Ts'of722c132009-04-21 22:09:01 -04001151msgid "Last @g @b @B uninitialized. "
Tianze Wang57d69272016-08-31 23:14:17 -04001152msgstr "最后一个@g的@b@B未初始化。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001154#: e2fsck/problem.c:382
Theodore Ts'of722c132009-04-21 22:09:01 -04001155#, c-format
1156msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001157msgstr "日志事务 %i 损坏,撤销过程已终止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001159#: e2fsck/problem.c:386
Theodore Ts'o930e2812009-06-29 15:08:12 -04001160msgid "The test_fs flag is set (and ext4 is available). "
Tianze Wang57d69272016-08-31 23:14:17 -04001161msgstr "设置了 test_fs 标志(并且ext4可用)。 "
Theodore Ts'o930e2812009-06-29 15:08:12 -04001162
Dark Raven3be22a82010-04-19 16:59:03 -04001163#. @-expanded: superblock last mount time is in the future.\n
1164#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001165#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001166#: e2fsck/problem.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04001167msgid ""
1168"@S last mount time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001169"\t(by less than a day, probably due to the hardware clock being incorrectly "
1170"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001171msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001172"@S上一次挂载时间在未来。\n"
1173"\t(相差不到一天,可能是硬件时钟设定错误所致)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001174
1175#. @-expanded: superblock last write time is in the future.\n
1176#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001177#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001178#: e2fsck/problem.c:397
Dark Raven3be22a82010-04-19 16:59:03 -04001179msgid ""
1180"@S last write time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001181"\t(by less than a day, probably due to the hardware clock being incorrectly "
1182"set)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001183msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001184"@S上一次写入时间在未来。\n"
1185"\t(相差不到一天,可能是硬件时钟设定错误所致)\n"
Dark Raven3be22a82010-04-19 16:59:03 -04001186
1187#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001188#: e2fsck/problem.c:403
Dark Raven3be22a82010-04-19 16:59:03 -04001189msgid "One or more @b @g descriptor checksums are invalid. "
Tianze Wang57d69272016-08-31 23:14:17 -04001190msgstr "一个或多个@b@g描述符的校验值无效。 "
Dark Raven3be22a82010-04-19 16:59:03 -04001191
Eric Sandeen032eafe2012-07-28 17:48:36 -04001192#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001193#: e2fsck/problem.c:408
Eric Sandeen032eafe2012-07-28 17:48:36 -04001194msgid "Setting free @is count to %j (was %i)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001195msgstr "设置未使用的@i数为 %j(曾为%i)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001196
1197#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001198#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001199msgid "Setting free @bs count to %c (was %b)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001200msgstr "设置未使用的@b数为 %c(曾为%b)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001201
1202#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001203#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001204msgid "Making @q @i %i (%Q) hidden.\n"
1205msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001206"将@q@i %i(%Q)标记为隐藏的。\n"
1207"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001208
1209#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001210#: e2fsck/problem.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -04001211msgid "@S has invalid MMP block. "
Tianze Wang57d69272016-08-31 23:14:17 -04001212msgstr "@S含有无效的MMP块。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001213
1214#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001215#: e2fsck/problem.c:428
Eric Sandeen032eafe2012-07-28 17:48:36 -04001216msgid "@S has invalid MMP magic. "
Tianze Wang57d69272016-08-31 23:14:17 -04001217msgstr "@S含有无效的MMP幻数。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001219#: e2fsck/problem.c:433
Eric Sandeen032eafe2012-07-28 17:48:36 -04001220#, c-format
1221msgid "ext2fs_open2: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001222msgstr "ext2fs_open2: %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001224#: e2fsck/problem.c:438
Eric Sandeen032eafe2012-07-28 17:48:36 -04001225#, c-format
1226msgid "ext2fs_check_desc: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001227msgstr "ext2fs_check_desc: %m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001229#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1230#. @-expanded: simultaneously.
1231#: e2fsck/problem.c:446
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001232msgid ""
1233"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1234"simultaneously."
1235msgstr ""
1236"@S 的 metadata_csum 特性将取代 uninit_bg 特性,因此不能同时将二者开启。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001237
1238#. @-expanded: superblock MMP block checksum does not match MMP block.
1239#: e2fsck/problem.c:452
1240msgid "@S MMP block checksum does not match MMP block. "
Tianze Wang57d69272016-08-31 23:14:17 -04001241msgstr "@S MMP块校验值与MMP块自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001242
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001244#: e2fsck/problem.c:457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001245msgid "@S 64bit filesystems needs extents to access the whole disk. "
Tianze Wang57d69272016-08-31 23:14:17 -04001246msgstr "64位文件系统的@S需要extent来访问整个磁盘。 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001248#: e2fsck/problem.c:462
Theodore Ts'obd386982015-05-17 20:34:58 -04001249msgid "First_meta_bg is too big. (%N, max value %g). "
Tianze Wang57d69272016-08-31 23:14:17 -04001250msgstr "第一个meta_bg太大。(%N,最大值 %g)"
Theodore Ts'obd386982015-05-17 20:34:58 -04001251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001252#. @-expanded: External journal superblock checksum does not match superblock.
1253#: e2fsck/problem.c:467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001254msgid "External @j @S checksum does not match @S. "
Tianze Wang57d69272016-08-31 23:14:17 -04001255msgstr "外部@j@S校验值与@S自身不符"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256
1257#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1258#: e2fsck/problem.c:472
1259msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001260msgstr ""
1261"只有同时开启了@S的 metadata_csum 特性,metadata_csum_seed 特性才有意义。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001262
Theodore Ts'o48203a32016-06-08 15:45:26 -04001263#: e2fsck/problem.c:477
1264#, c-format
1265msgid "Error initializing quota context in support library: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001266msgstr "初始化支持库中的引用上下文时出错:%m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04001267
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001268#. @-expanded: Bad required extra isize in superblock (%N).
1269#: e2fsck/problem.c:482
1270msgid "Bad required extra isize in @S (%N). "
1271msgstr ""
1272
1273#. @-expanded: Bad desired extra isize in superblock (%N).
1274#: e2fsck/problem.c:487
1275msgid "Bad desired extra isize in @S (%N). "
1276msgstr ""
1277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001278#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001279#: e2fsck/problem.c:494
Theodore Ts'of722c132009-04-21 22:09:01 -04001280msgid "Pass 1: Checking @is, @bs, and sizes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001281msgstr "第 1 步:检查@i、@b和大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001282
1283#. @-expanded: root inode is not a directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001284#: e2fsck/problem.c:498
Theodore Ts'of722c132009-04-21 22:09:01 -04001285msgid "@r is not a @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04001286msgstr "@r不是一个@d。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001287
1288#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001289#: e2fsck/problem.c:503
Theodore Ts'of722c132009-04-21 22:09:01 -04001290msgid "@r has dtime set (probably due to old mke2fs). "
Tianze Wang57d69272016-08-31 23:14:17 -04001291msgstr "@r被设置了删除时间(可能由老版本的mke2fs导致)。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001292
1293#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001294#: e2fsck/problem.c:508
Theodore Ts'of722c132009-04-21 22:09:01 -04001295msgid "Reserved @i %i (%Q) has @n mode. "
Tianze Wang57d69272016-08-31 23:14:17 -04001296msgstr "保留的@i %i(%Q)的模式无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001297
1298#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001299#: e2fsck/problem.c:513
Theodore Ts'of722c132009-04-21 22:09:01 -04001300#, c-format
1301msgid "@D @i %i has zero dtime. "
Tianze Wang57d69272016-08-31 23:14:17 -04001302msgstr "@D@i %i 的删除时间为零。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001303
1304#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001305#: e2fsck/problem.c:518
Theodore Ts'of722c132009-04-21 22:09:01 -04001306#, c-format
1307msgid "@i %i is in use, but has dtime set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001308msgstr "使用中的@i %i 被设置了删除时间。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001309
1310#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001311#: e2fsck/problem.c:523
Theodore Ts'of722c132009-04-21 22:09:01 -04001312#, c-format
1313msgid "@i %i is a @z @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04001314msgstr "@i %i 为@z@d。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001315
1316#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001317#: e2fsck/problem.c:528
Theodore Ts'of722c132009-04-21 22:09:01 -04001318msgid "@g %g's @b @B at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001319msgstr "位于 %b 的@g %g的@b@B@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001320
1321#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001322#: e2fsck/problem.c:533
Theodore Ts'of722c132009-04-21 22:09:01 -04001323msgid "@g %g's @i @B at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001324msgstr "位于 %b 的@g %g的@i@B@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001325
1326#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001327#: e2fsck/problem.c:538
Theodore Ts'of722c132009-04-21 22:09:01 -04001328msgid "@g %g's @i table at %b @C.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001329msgstr "位于 %b 的@g %g的@i表@C。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001330
1331#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001332#: e2fsck/problem.c:543
Theodore Ts'of722c132009-04-21 22:09:01 -04001333msgid "@g %g's @b @B (%b) is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04001334msgstr "@g %g 的@b@B无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001335
1336#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001337#: e2fsck/problem.c:548
Theodore Ts'of722c132009-04-21 22:09:01 -04001338msgid "@g %g's @i @B (%b) is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04001339msgstr "@g %g 的@i@B无效。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001340
1341#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001342#: e2fsck/problem.c:553
Theodore Ts'of722c132009-04-21 22:09:01 -04001343msgid "@i %i, i_size is %Is, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001344msgstr "@i %i的大小为 %ls,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001345
1346#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001347#: e2fsck/problem.c:558
Theodore Ts'of722c132009-04-21 22:09:01 -04001348msgid "@i %i, i_@bs is %Ib, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001349msgstr "@i %i的i_blocks为 %ls,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001350
Dark Raven3be22a82010-04-19 16:59:03 -04001351#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001352#: e2fsck/problem.c:563
Dark Raven3be22a82010-04-19 16:59:03 -04001353msgid "@I %B (%b) in @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001354msgstr "@I %B(%b)于@i %i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001355
Dark Raven3be22a82010-04-19 16:59:03 -04001356#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001357#: e2fsck/problem.c:568
Dark Raven3be22a82010-04-19 16:59:03 -04001358msgid "%B (%b) overlaps @f metadata in @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001359msgstr "%B(%b)与@i %i 记录元数据的位置重叠。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001360
1361#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001362#: e2fsck/problem.c:573
Theodore Ts'of722c132009-04-21 22:09:01 -04001363#, c-format
1364msgid "@i %i has illegal @b(s). "
Tianze Wang57d69272016-08-31 23:14:17 -04001365msgstr "@i %i 中包含非法@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001366
1367#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001368#: e2fsck/problem.c:578
Dark Raven3be22a82010-04-19 16:59:03 -04001369#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04001370msgid "Too many illegal @bs in @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001371msgstr "@i %i 中包含了过多的非法@b。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001372
Dark Raven3be22a82010-04-19 16:59:03 -04001373#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001374#: e2fsck/problem.c:583
Dark Raven3be22a82010-04-19 16:59:03 -04001375msgid "@I %B (%b) in bad @b @i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001376msgstr "@I %B(%b)于坏@b@i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001377
1378#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001379#: e2fsck/problem.c:588
Theodore Ts'of722c132009-04-21 22:09:01 -04001380msgid "Bad @b @i has illegal @b(s). "
Tianze Wang57d69272016-08-31 23:14:17 -04001381msgstr "坏@b@i含有无效的@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001382
1383#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001384#: e2fsck/problem.c:593
Theodore Ts'of722c132009-04-21 22:09:01 -04001385msgid "Duplicate or bad @b in use!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001386msgstr "使用了重复@b或坏@b!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001387
1388#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001389#: e2fsck/problem.c:598
Theodore Ts'of722c132009-04-21 22:09:01 -04001390msgid "Bad @b %b used as bad @b @i indirect @b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001391msgstr "坏@b %b 被用作坏@b@i的链接@b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001392
1393#. @-expanded: \n
1394#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1395#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1396#. @-expanded: in the filesystem.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001397#: e2fsck/problem.c:603
Theodore Ts'of722c132009-04-21 22:09:01 -04001398msgid ""
1399"\n"
1400"The bad @b @i has probably been corrupted. You probably\n"
1401"should stop now and run e2fsck -c to scan for bad blocks\n"
1402"in the @f.\n"
1403msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001404"\n"
1405"坏@b@i可能已经损坏。你可能需要立刻停止执行此任务,\n"
1406"并运行e2fsck -c来扫描@f中的坏块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001407
1408#. @-expanded: \n
1409#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001410#: e2fsck/problem.c:610
Theodore Ts'of722c132009-04-21 22:09:01 -04001411msgid ""
1412"\n"
1413"If the @b is really bad, the @f can not be fixed.\n"
1414msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001415"\n"
1416"如果该@b确实为坏@b,则文件系统将无法被修复。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001417
1418#. @-expanded: You can remove this block from the bad block list and hope\n
1419#. @-expanded: that the block is really OK. But there are no guarantees.\n
1420#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001421#: e2fsck/problem.c:615
Theodore Ts'of722c132009-04-21 22:09:01 -04001422msgid ""
1423"You can remove this @b from the bad @b list and hope\n"
1424"that the @b is really OK. But there are no guarantees.\n"
1425"\n"
1426msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001427"你可以将该@b从坏@b列表中移除,并期望\n"
1428"它能够正常表现。但我们并不提供任何保证。\n"
1429"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001430
1431#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001432#: e2fsck/problem.c:621
Theodore Ts'of722c132009-04-21 22:09:01 -04001433msgid "The primary @S (%b) is on the bad @b list.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001434msgstr "主@S(%b)位于坏@b列表中。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001435
1436#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001437#: e2fsck/problem.c:626
Theodore Ts'of722c132009-04-21 22:09:01 -04001438msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001439msgstr "主@g描述符中的块 %b 位于坏@b列表中\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001440
1441#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001442#: e2fsck/problem.c:632
Theodore Ts'of722c132009-04-21 22:09:01 -04001443msgid "Warning: Group %g's @S (%b) is bad.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001444msgstr "警告:组 %g 的@S(%b)为坏块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001445
1446#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001447#: e2fsck/problem.c:637
Theodore Ts'of722c132009-04-21 22:09:01 -04001448msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1449msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001450"警告:组 %g 描述符的备份含有一个坏@b(%b)。\n"
1451"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001452
1453#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001454#: e2fsck/problem.c:643
Theodore Ts'of722c132009-04-21 22:09:01 -04001455msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001456msgstr "检测到@b #%b 为坏@b,但原因未知(可能是程序错误导致的)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001457
1458#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001459#: e2fsck/problem.c:649
Theodore Ts'of722c132009-04-21 22:09:01 -04001460msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001461msgstr "在@b@g %g 中为 %s 分配 %N 个连续的@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001462
1463#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001464#: e2fsck/problem.c:654
Theodore Ts'of722c132009-04-21 22:09:01 -04001465#, c-format
1466msgid "@A @b buffer for relocating %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001467msgstr "重定位 %s 时分配@b缓存出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001468
1469#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001470#: e2fsck/problem.c:659
Theodore Ts'of722c132009-04-21 22:09:01 -04001471msgid "Relocating @g %g's %s from %b to %c...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001472msgstr "正在将@g %g 的 %s 从 %b 重定位至 %c...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001473
1474#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001475#: e2fsck/problem.c:664
Theodore Ts'of722c132009-04-21 22:09:01 -04001476#, c-format
1477msgid "Relocating @g %g's %s to %c...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001478msgstr "正在将@g %g 的 %s 重定位至 %c...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001479
1480#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001481#: e2fsck/problem.c:669
Theodore Ts'of722c132009-04-21 22:09:01 -04001482msgid "Warning: could not read @b %b of %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001483msgstr "警告:无法从%s中读取@b %b:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001484
1485#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001486#: e2fsck/problem.c:674
Theodore Ts'of722c132009-04-21 22:09:01 -04001487msgid "Warning: could not write @b %b for %s: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001488msgstr "警告:无法向%s中写入@b %b:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001489
1490#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001491#: e2fsck/problem.c:679 e2fsck/problem.c:1740
Theodore Ts'of722c132009-04-21 22:09:01 -04001492msgid "@A @i @B (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001493msgstr "分配@i@B(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001494
1495#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001496#: e2fsck/problem.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04001497msgid "@A @b @B (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001498msgstr "分配@b@B(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001499
1500#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001501#: e2fsck/problem.c:689
Theodore Ts'of722c132009-04-21 22:09:01 -04001502#, c-format
1503msgid "@A icount link information: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001504msgstr "分配icount链接信息时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001505
1506#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001507#: e2fsck/problem.c:694
Theodore Ts'of722c132009-04-21 22:09:01 -04001508#, c-format
1509msgid "@A @d @b array: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001510msgstr "分配@d@b数组时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001511
1512#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001513#: e2fsck/problem.c:699
Theodore Ts'of722c132009-04-21 22:09:01 -04001514#, c-format
1515msgid "Error while scanning @is (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001516msgstr "扫描@i(%i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001517
1518#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001519#: e2fsck/problem.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04001520#, c-format
1521msgid "Error while iterating over @bs in @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001522msgstr "迭代@i %i 中的@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001523
1524#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001525#: e2fsck/problem.c:709
Theodore Ts'of722c132009-04-21 22:09:01 -04001526msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001527msgstr "写入@i计数信息时出错(@i %i,计数=%N):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001528
1529#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001530#: e2fsck/problem.c:714
Theodore Ts'of722c132009-04-21 22:09:01 -04001531msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001532msgstr "写入@d@b信息时出错(@i %i,@b %b,数量=%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001533
1534#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001535#: e2fsck/problem.c:720
Theodore Ts'of722c132009-04-21 22:09:01 -04001536#, c-format
1537msgid "Error reading @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001538msgstr "读取@i %i出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001539
1540#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001541#: e2fsck/problem.c:728
Theodore Ts'of722c132009-04-21 22:09:01 -04001542#, c-format
1543msgid "@i %i has imagic flag set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001544msgstr "@i %i 被设置了imagic标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001545
1546#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1547#. @-expanded: or append-only flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001548#: e2fsck/problem.c:733
Theodore Ts'of722c132009-04-21 22:09:01 -04001549#, c-format
1550msgid ""
1551"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1552"or append-only flag set. "
1553msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001554"特殊文件(@v/套接字/队列/ 符号链接)(@i %i)由chattr设置了 i\n"
1555"(保护)或 a(仅追加) 标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001556
Theodore Ts'of722c132009-04-21 22:09:01 -04001557#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001558#: e2fsck/problem.c:739
Theodore Ts'of722c132009-04-21 22:09:01 -04001559#, c-format
1560msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Tianze Wang57d69272016-08-31 23:14:17 -04001561msgstr "特殊文件(@v/套接字/队列)@i %i 为非零大小。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001562
1563#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001564#: e2fsck/problem.c:749
Theodore Ts'of722c132009-04-21 22:09:01 -04001565msgid "@j @i is not in use, but contains data. "
Tianze Wang57d69272016-08-31 23:14:17 -04001566msgstr "@j @i 未被使用,但含有数据。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001567
1568#. @-expanded: journal is not regular file.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001569#: e2fsck/problem.c:754
Theodore Ts'of722c132009-04-21 22:09:01 -04001570msgid "@j is not regular file. "
Tianze Wang57d69272016-08-31 23:14:17 -04001571msgstr "@j不是普通文件。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001572
1573#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001574#: e2fsck/problem.c:759
Theodore Ts'of722c132009-04-21 22:09:01 -04001575#, c-format
1576msgid "@i %i was part of the @o @i list. "
Tianze Wang57d69272016-08-31 23:14:17 -04001577msgstr "@i %i 位于@o@i列表中。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001578
1579#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001580#: e2fsck/problem.c:765
Theodore Ts'of722c132009-04-21 22:09:01 -04001581msgid "@is that were part of a corrupted orphan linked list found. "
Tianze Wang57d69272016-08-31 23:14:17 -04001582msgstr "发现了可能属于损坏的孤立链接表的@i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001583
1584#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001585#: e2fsck/problem.c:770
Theodore Ts'of722c132009-04-21 22:09:01 -04001586msgid "@A refcount structure (%N): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001587msgstr "分配refcount结构体(%N)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001588
1589#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001590#: e2fsck/problem.c:775
Theodore Ts'of722c132009-04-21 22:09:01 -04001591msgid "Error reading @a @b %b for @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001592msgstr "读取@i %i 的@a@b %b 时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001593
1594#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001595#: e2fsck/problem.c:780
Theodore Ts'of722c132009-04-21 22:09:01 -04001596msgid "@i %i has a bad @a @b %b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001597msgstr "@i %i 有一个 @a@b %b。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001598
1599#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001600#: e2fsck/problem.c:785
Theodore Ts'of722c132009-04-21 22:09:01 -04001601msgid "Error reading @a @b %b (%m). "
Tianze Wang57d69272016-08-31 23:14:17 -04001602msgstr "读取@a@b %b 时出错(%m)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001603
Dark Raven3be22a82010-04-19 16:59:03 -04001604#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001605#: e2fsck/problem.c:790
Dark Raven3be22a82010-04-19 16:59:03 -04001606msgid "@a @b %b has reference count %r, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04001607msgstr "@a@b %b 的引用计数为 %r,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001608
1609#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001610#: e2fsck/problem.c:795
Theodore Ts'of722c132009-04-21 22:09:01 -04001611msgid "Error writing @a @b %b (%m). "
Tianze Wang57d69272016-08-31 23:14:17 -04001612msgstr "写入@a@b %b 时出错(%m)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001613
1614#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001615#: e2fsck/problem.c:800
Theodore Ts'of722c132009-04-21 22:09:01 -04001616msgid "@a @b %b has h_@bs > 1. "
Tianze Wang57d69272016-08-31 23:14:17 -04001617msgstr "@a@b %b 的h_blocks >1。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001619#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001620#: e2fsck/problem.c:805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001621msgid "@A @a region allocation structure. "
Tianze Wang57d69272016-08-31 23:14:17 -04001622msgstr "构建外部属性区域的分配结构体时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001623
1624#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001625#: e2fsck/problem.c:810
Theodore Ts'of722c132009-04-21 22:09:01 -04001626msgid "@a @b %b is corrupt (allocation collision). "
Tianze Wang57d69272016-08-31 23:14:17 -04001627msgstr "@a@b %b 已损坏(分配冲突)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001628
1629#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001630#: e2fsck/problem.c:815
Theodore Ts'of722c132009-04-21 22:09:01 -04001631msgid "@a @b %b is corrupt (@n name). "
Tianze Wang57d69272016-08-31 23:14:17 -04001632msgstr "@a@b %b 已损坏(@n名称)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001633
1634#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001635#: e2fsck/problem.c:820
Theodore Ts'of722c132009-04-21 22:09:01 -04001636msgid "@a @b %b is corrupt (@n value). "
Tianze Wang57d69272016-08-31 23:14:17 -04001637msgstr "@a@b %b 已损坏(@n值)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001638
1639#. @-expanded: inode %i is too big.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001640#: e2fsck/problem.c:825
Theodore Ts'of722c132009-04-21 22:09:01 -04001641#, c-format
1642msgid "@i %i is too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001643msgstr "@i %i 过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001644
Dark Raven3be22a82010-04-19 16:59:03 -04001645#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001646#: e2fsck/problem.c:829
Dark Raven3be22a82010-04-19 16:59:03 -04001647msgid "%B (%b) causes @d to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001648msgstr "%B(%b)造成@d过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001649
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001650#: e2fsck/problem.c:834
Dark Raven3be22a82010-04-19 16:59:03 -04001651msgid "%B (%b) causes file to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001652msgstr "%B(%b)造成文件过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001653
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001654#: e2fsck/problem.c:839
Dark Raven3be22a82010-04-19 16:59:03 -04001655msgid "%B (%b) causes symlink to be too big. "
Tianze Wang57d69272016-08-31 23:14:17 -04001656msgstr "%B(%b)造成符号链接过大。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001657
1658#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001659#: e2fsck/problem.c:844
Theodore Ts'of722c132009-04-21 22:09:01 -04001660#, c-format
1661msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001662msgstr "@i %i 被设置了INDEX_FL标志,但文件系统不支持htree。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001663
1664#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001665#: e2fsck/problem.c:849
Theodore Ts'of722c132009-04-21 22:09:01 -04001666#, c-format
1667msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001668msgstr "@i %i 被设置了INDEX_FL标志,但它并非目录。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001669
1670#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001671#: e2fsck/problem.c:854
Theodore Ts'of722c132009-04-21 22:09:01 -04001672#, c-format
1673msgid "@h %i has an @n root node.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001674msgstr "@h %i 有一个@n根节点。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001675
1676#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001677#: e2fsck/problem.c:859
Theodore Ts'of722c132009-04-21 22:09:01 -04001678msgid "@h %i has an unsupported hash version (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001679msgstr "@h %i 有一个无效的hash版本(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001680
1681#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001682#: e2fsck/problem.c:864
Theodore Ts'of722c132009-04-21 22:09:01 -04001683#, c-format
1684msgid "@h %i uses an incompatible htree root node flag.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001685msgstr "@h %i 使用了一个不兼容的htree根节点标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001686
1687#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001688#: e2fsck/problem.c:869
Theodore Ts'of722c132009-04-21 22:09:01 -04001689msgid "@h %i has a tree depth (%N) which is too big\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001690msgstr "@h %i 树的深度过大(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001691
1692#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1693#. @-expanded: filesystem metadata.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001694#: e2fsck/problem.c:874
Theodore Ts'of722c132009-04-21 22:09:01 -04001695msgid ""
1696"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1697"@f metadata. "
Tianze Wang57d69272016-08-31 23:14:17 -04001698msgstr "坏@b@i含有一个与@f元数据冲突的连接@b(%b)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001699
1700#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001701#: e2fsck/problem.c:880
Theodore Ts'of722c132009-04-21 22:09:01 -04001702#, c-format
1703msgid "Resize @i (re)creation failed: %m."
Tianze Wang57d69272016-08-31 23:14:17 -04001704msgstr "改变@i大小失败:%m。"
Theodore Ts'of722c132009-04-21 22:09:01 -04001705
1706#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001707#: e2fsck/problem.c:885
Theodore Ts'of722c132009-04-21 22:09:01 -04001708msgid "@i %i has a extra size (%IS) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001709msgstr "@i %i 有一个额外的大小 %lS(@n值)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001710
1711#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001712#: e2fsck/problem.c:890
Theodore Ts'of722c132009-04-21 22:09:01 -04001713msgid "@a in @i %i has a namelen (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001714msgstr "@i %i 中的@a有一个名称长度%lS(@n值)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001715
Theodore Ts'of722c132009-04-21 22:09:01 -04001716#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001717#: e2fsck/problem.c:895
Theodore Ts'of722c132009-04-21 22:09:01 -04001718msgid "@a in @i %i has a value offset (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001719msgstr "@i %i 中的@a含有一个@n的偏移量(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001720
1721#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001722#: e2fsck/problem.c:900
Theodore Ts'of722c132009-04-21 22:09:01 -04001723msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001724msgstr "@i %i 中的@a含有一个@n的数值块(%N),应当为0\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001725
Theodore Ts'o930e2812009-06-29 15:08:12 -04001726#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001727#: e2fsck/problem.c:905
Theodore Ts'o930e2812009-06-29 15:08:12 -04001728msgid "@a in @i %i has a value size (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001729msgstr "@i %i 中的@a含有一个@n的大小(%N)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001730
Theodore Ts'of722c132009-04-21 22:09:01 -04001731#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001732#: e2fsck/problem.c:910
Theodore Ts'of722c132009-04-21 22:09:01 -04001733msgid "@a in @i %i has a hash (%N) which is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001734msgstr "@i %i 中的@a有一个@nhash值(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001735
1736#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001737#: e2fsck/problem.c:915
Theodore Ts'of722c132009-04-21 22:09:01 -04001738msgid "@i %i is a %It but it looks like it is really a directory.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001739msgstr "@i %i 是一个@lt,但它实际上可能是一个目录。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001740
1741#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001742#: e2fsck/problem.c:920
Theodore Ts'of722c132009-04-21 22:09:01 -04001743#, c-format
1744msgid "Error while reading over @x tree in @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001745msgstr "读取@i %i 中的@x树时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001746
Theodore Ts'o930e2812009-06-29 15:08:12 -04001747#. @-expanded: Failed to iterate extents in inode %i\n
1748#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001749#: e2fsck/problem.c:925
Theodore Ts'o930e2812009-06-29 15:08:12 -04001750msgid ""
1751"Failed to iterate extents in @i %i\n"
1752"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001753msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001754"递归@i %i 中的extent失败\n"
1755"\t(选项 %s,块 %b,lblk %c):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001756
1757#. @-expanded: inode %i has an invalid extent\n
1758#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001759#: e2fsck/problem.c:931
Theodore Ts'of722c132009-04-21 22:09:01 -04001760msgid ""
1761"@i %i has an @n extent\n"
1762"\t(logical @b %c, @n physical @b %b, len %N)\n"
1763msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001764"@i %i 有一个@nextent\n"
1765"\t(逻辑块 %c,@n物理块@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001766
1767#. @-expanded: inode %i has an invalid extent\n
1768#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001769#: e2fsck/problem.c:936
Theodore Ts'of722c132009-04-21 22:09:01 -04001770msgid ""
1771"@i %i has an @n extent\n"
1772"\t(logical @b %c, physical @b %b, @n len %N)\n"
1773msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001774"@i %i 有一个@nextent\n"
1775"\t(逻辑块 %c,物理块@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001776
1777#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001778#: e2fsck/problem.c:941
Theodore Ts'of722c132009-04-21 22:09:01 -04001779#, c-format
1780msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001781msgstr "@i %i 被设置了EXTENTS_FL标志,但文件系统不支持extent。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001782
1783#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001784#: e2fsck/problem.c:946
Theodore Ts'of722c132009-04-21 22:09:01 -04001785#, c-format
1786msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001787msgstr "@i %i 为extent格式,但@S不具有EXTENTS特性\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001788
1789#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001790#: e2fsck/problem.c:951
Theodore Ts'of722c132009-04-21 22:09:01 -04001791#, c-format
1792msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001793msgstr "@i %i 不具有EXTENT_FL标志,但却为EXTENTS格式\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001794
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001795#: e2fsck/problem.c:956
Theodore Ts'of722c132009-04-21 22:09:01 -04001796#, c-format
1797msgid "Fast symlink %i has EXTENT_FL set. "
Tianze Wang57d69272016-08-31 23:14:17 -04001798msgstr "直接符号链接 %i 被设置了EXTENT_FL标志。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04001799
1800#. @-expanded: inode %i has out of order extents\n
1801#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001802#: e2fsck/problem.c:961
Theodore Ts'of722c132009-04-21 22:09:01 -04001803msgid ""
1804"@i %i has out of order extents\n"
1805"\t(@n logical @b %c, physical @b %b, len %N)\n"
1806msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001807"@i %i 含有乱序的extent\n"
1808"\t(@n 逻辑@b %c,物理@b %b,长度 %N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04001809
Theodore Ts'o930e2812009-06-29 15:08:12 -04001810#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001811#: e2fsck/problem.c:965
Theodore Ts'o930e2812009-06-29 15:08:12 -04001812msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001813msgstr "@i %i 是一个无效的extent节点(块 %b,lblk %c)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04001814
Eric Sandeen032eafe2012-07-28 17:48:36 -04001815#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001816#: e2fsck/problem.c:970
Tianze Wang57d69272016-08-31 23:14:17 -04001817#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04001818msgid "Error converting subcluster @b @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001819msgstr "转换子簇的@d@b时出错:%m\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001820
1821#. @-expanded: quota inode is not regular file.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001822#: e2fsck/problem.c:975
Eric Sandeen032eafe2012-07-28 17:48:36 -04001823msgid "@q @i is not regular file. "
Tianze Wang57d69272016-08-31 23:14:17 -04001824msgstr "@q@i不是普通文件。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001825
1826#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001827#: e2fsck/problem.c:980
Eric Sandeen032eafe2012-07-28 17:48:36 -04001828msgid "@q @i is not in use, but contains data. "
Tianze Wang57d69272016-08-31 23:14:17 -04001829msgstr "@q @i 未被使用,但含有数据。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001830
1831#. @-expanded: quota inode is visible to the user.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001832#: e2fsck/problem.c:985
Eric Sandeen032eafe2012-07-28 17:48:36 -04001833msgid "@q @i is visible to the user. "
Tianze Wang57d69272016-08-31 23:14:17 -04001834msgstr "使用中的@q@i被对用户可见。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001835
1836#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001837#: e2fsck/problem.c:990
Eric Sandeen032eafe2012-07-28 17:48:36 -04001838msgid "The bad @b @i looks @n. "
Tianze Wang57d69272016-08-31 23:14:17 -04001839msgstr "坏@b@i似乎是@n。 "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001840
1841#. @-expanded: inode %i has zero length extent\n
1842#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001843#: e2fsck/problem.c:995
Eric Sandeen032eafe2012-07-28 17:48:36 -04001844msgid ""
1845"@i %i has zero length extent\n"
1846"\t(@n logical @b %c, physical @b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001847msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001848"@i %i 含有零长度的extent\n"
1849"\t(@n 逻辑@b %c,物理@b %b)\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04001850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001851#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001852#: e2fsck/problem.c:1000
Tianze Wang57d69272016-08-31 23:14:17 -04001853#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001854msgid "@i %i seems to contain garbage. "
Tianze Wang57d69272016-08-31 23:14:17 -04001855msgstr "@i %i 含有无效数据。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001856
1857#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001858#: e2fsck/problem.c:1005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001859#, c-format
1860msgid "@i %i passes checks, but checksum does not match @i. "
Tianze Wang57d69272016-08-31 23:14:17 -04001861msgstr "@i %i 通过检验,但其校验值与自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001862
1863#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001864#: e2fsck/problem.c:1010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001865#, c-format
1866msgid "@i %i @a is corrupt (allocation collision). "
Tianze Wang57d69272016-08-31 23:14:17 -04001867msgstr "@i %i @a 已损坏(分配冲突)。 "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001868
1869#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1870#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001871#: e2fsck/problem.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001872msgid ""
1873"@i %i extent block passes checks, but checksum does not match extent\n"
1874"\t(logical @b %c, physical @b %b, len %N)\n"
1875msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001876"@i %i 外部块通过检验,但其校验值与自身不符\n"
1877"\t(逻辑@b %c,物理@b %b,长度 %N)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001878
1879#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001880#: e2fsck/problem.c:1027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001881msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Tianze Wang57d69272016-08-31 23:14:17 -04001882msgstr "@i %i 的@a @b %b 通过检验,但其校验值与自身不符。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001883
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001884#. @-expanded: Interior extent node level %N of inode %i:\n
1885#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001886#: e2fsck/problem.c:1034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001887msgid ""
1888"Interior @x node level %N of @i %i:\n"
1889"Logical start %b does not match logical start %c at next level. "
1890msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001891"@i %i 的子@x节点等级 %N:\n"
1892"逻辑起始位点 %b 与下一等级的逻辑起始位点 %c 不匹配。 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001893
1894#. @-expanded: inode %i, end of extent exceeds allowed value\n
1895#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001896#: e2fsck/problem.c:1040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001897msgid ""
1898"@i %i, end of extent exceeds allowed value\n"
1899"\t(logical @b %c, physical @b %b, len %N)\n"
1900msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001901"@i %i,extent结尾超过了允许范围\n"
1902"\t(逻辑@b %c,物理块@b %b,长度 %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001904#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001905#: e2fsck/problem.c:1045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001906#, c-format
1907msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001908msgstr "@i %i 含有内联数据,但@S不具有 INLINE_DATA 特性\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001909
1910#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001911#: e2fsck/problem.c:1050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001912#, c-format
1913msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001914msgstr "@i %i 被设置了 INLINE_DATA_FL 标志,但文件系统不支持内联数据。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001915
1916#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001917#: e2fsck/problem.c:1058
1918msgid ""
1919"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001920msgstr "@i %i 块 %b 与关键元数据冲突,跳过对块的检查。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001921
Theodore Ts'obd386982015-05-17 20:34:58 -04001922#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001923#: e2fsck/problem.c:1063
Theodore Ts'obd386982015-05-17 20:34:58 -04001924msgid "@d @i %i @b %b should be at @b %c. "
Tianze Wang57d69272016-08-31 23:14:17 -04001925msgstr "@d@i %i @b %b 应为@b %c。 "
Theodore Ts'obd386982015-05-17 20:34:58 -04001926
1927#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001928#: e2fsck/problem.c:1068
Tianze Wang57d69272016-08-31 23:14:17 -04001929#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04001930msgid "@d @i %i has @x marked uninitialized at @b %c. "
Tianze Wang57d69272016-08-31 23:14:17 -04001931msgstr "@d@i %i 含有被标记为未初始化的@x,位于@b %c。 "
Theodore Ts'obd386982015-05-17 20:34:58 -04001932
1933#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1934#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001935#: e2fsck/problem.c:1073
Theodore Ts'obd386982015-05-17 20:34:58 -04001936msgid ""
1937"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1938"Will fix in pass 1B.\n"
1939msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001940"@i %i 逻辑@b %b(物理@b %c)违反了块分配原则。\n"
1941"将会在第 1B 步中进行修复。\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001942
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001943#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001944#: e2fsck/problem.c:1078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001945#, c-format
1946msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Tianze Wang57d69272016-08-31 23:14:17 -04001947msgstr "@i %i 被设置了INDEX_DATA_FL标志,但找不到相应的@a。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001948
1949#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1950#. @-expanded: or inline-data flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001951#: e2fsck/problem.c:1083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001952#, c-format
1953msgid ""
1954"Special (@v/socket/fifo) file (@i %i) has extents\n"
1955"or inline-data flag set. "
1956msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04001957"特殊文件(@v/套接字/队列)(@i %i)被设置了\n"
1958"extents 或内联数据标志。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001959
1960#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001961#: e2fsck/problem.c:1089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001962#, c-format
1963msgid "@i %i has @x header but inline data flag is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001964msgstr "@i %i 含有@x头部,但被设置了内联数据标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001965
1966#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001967#: e2fsck/problem.c:1094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001968#, c-format
1969msgid "@i %i seems to have inline data but @x flag is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001970msgstr "@i %i 似乎含有内联数据,但被设置了@x标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001971
1972#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001973#: e2fsck/problem.c:1099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001974#, c-format
1975msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001976msgstr "@i %i 似乎含有@b位图,但被设置了内联数据标志和@x标志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001977
1978#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001979#: e2fsck/problem.c:1104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001980#, c-format
1981msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04001982msgstr "@i %i 含有内联数据且被设置了@x标志,但 i_block 中含有无效数据。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001983
1984#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001985#: e2fsck/problem.c:1109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001986msgid "Bad block list says the bad block list @i is bad. "
Tianze Wang57d69272016-08-31 23:14:17 -04001987msgstr "坏块列表中的数据表明,坏块列表@i 已损坏。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001988
1989#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001990#: e2fsck/problem.c:1114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001991msgid "@A @x region allocation structure. "
Tianze Wang57d69272016-08-31 23:14:17 -04001992msgstr "构建extent区域的分配结构体时出错。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001993
1994#. @-expanded: inode %i has a duplicate extent mapping\n
1995#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001996#: e2fsck/problem.c:1119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001997msgid ""
1998"@i %i has a duplicate @x mapping\n"
1999"\t(logical @b %c, @n physical @b %b, len %N)\n"
2000msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002001"@i %i 含有重复的@x映射\n"
2002"\t(逻辑块 %c,@n物理块@b %b,长度 %N)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002003
2004#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002005#: e2fsck/problem.c:1124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002006msgid "@A memory for encrypted @d list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002007msgstr "为加密@d列表分配内存时出错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002008
2009#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002010#: e2fsck/problem.c:1129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002011msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002012msgstr "@i %i @x树的深度可以更小(当前为%b;可以 <= %c)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002013
2014#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002015#: e2fsck/problem.c:1134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016#, c-format
2017msgid "@i %i on bigalloc @f cannot be @b mapped. "
Tianze Wang57d69272016-08-31 23:14:17 -04002018msgstr "位于 bigalloc @f 的@i %i on bigalloc @f 无法被@b映射。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002019
2020#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002021#: e2fsck/problem.c:1139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002022#, c-format
2023msgid "@i %i has corrupt @x header. "
Tianze Wang57d69272016-08-31 23:14:17 -04002024msgstr "@i %i 含有损坏的@x头部。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025
2026#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002027#: e2fsck/problem.c:1144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002028#, c-format
2029msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002030msgstr "@i %i 的时间戳超过了 2310-04-04,可能应为 1970 年之前。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002031
Theodore Ts'of722c132009-04-21 22:09:01 -04002032#. @-expanded: \n
2033#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2034#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002035#: e2fsck/problem.c:1151
Theodore Ts'of722c132009-04-21 22:09:01 -04002036msgid ""
2037"\n"
2038"Running additional passes to resolve @bs claimed by more than one @i...\n"
2039"Pass 1B: Rescanning for @m @bs\n"
2040msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002041"\n"
2042"执行额外的步骤来处理被多个@i引用的@b...\n"
2043"第 1B 步:重新扫描@m @b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002044
2045#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002046#: e2fsck/problem.c:1157
Theodore Ts'of722c132009-04-21 22:09:01 -04002047#, c-format
2048msgid "@m @b(s) in @i %i:"
Tianze Wang57d69272016-08-31 23:14:17 -04002049msgstr "@m@b位于@i %i:"
Theodore Ts'of722c132009-04-21 22:09:01 -04002050
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002051#: e2fsck/problem.c:1172
Theodore Ts'of722c132009-04-21 22:09:01 -04002052#, c-format
2053msgid "Error while scanning inodes (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002054msgstr "扫描Inode(%i\\)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002055
2056#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002057#: e2fsck/problem.c:1177
Theodore Ts'of722c132009-04-21 22:09:01 -04002058#, c-format
2059msgid "@A @i @B (@i_dup_map): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002060msgstr "分配@i@B时出错(inode_dup_map):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002061
2062#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002063#: e2fsck/problem.c:1182
Theodore Ts'of722c132009-04-21 22:09:01 -04002064#, c-format
2065msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002066msgstr "迭代@i %i中的@b时出错(%s):%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002067
2068#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002069#: e2fsck/problem.c:1187 e2fsck/problem.c:1549
Theodore Ts'of722c132009-04-21 22:09:01 -04002070msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002071msgstr "为@aB %b(@i %i)调整refcount时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002072
2073#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002074#: e2fsck/problem.c:1197
Theodore Ts'of722c132009-04-21 22:09:01 -04002075msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002076msgstr "第 1C 步:扫描含有@m@b的目录@i\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002077
2078#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002079#: e2fsck/problem.c:1203
Theodore Ts'of722c132009-04-21 22:09:01 -04002080msgid "Pass 1D: Reconciling @m @bs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002081msgstr "第 1C 步:调整@m@b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002082
2083#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Dark Raven3be22a82010-04-19 16:59:03 -04002084#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002085#: e2fsck/problem.c:1208
Theodore Ts'of722c132009-04-21 22:09:01 -04002086msgid ""
2087"File %Q (@i #%i, mod time %IM) \n"
Dark Raven3be22a82010-04-19 16:59:03 -04002088" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002089msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002090"文件 %Q(@i #%i,修改时间 %IM)\n"
2091"与 %N 个文件共享 %r 个@m@b\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002092
2093#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002094#: e2fsck/problem.c:1214
Theodore Ts'of722c132009-04-21 22:09:01 -04002095msgid "\t%Q (@i #%i, mod time %IM)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002096msgstr "\t%Q(@i #%i,修改时间 %IM)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002097
2098#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002099#: e2fsck/problem.c:1219
Theodore Ts'of722c132009-04-21 22:09:01 -04002100msgid "\t<@f metadata>\n"
2101msgstr "\t<@f元数据>\n"
2102
2103#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2104#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002105#: e2fsck/problem.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04002106msgid ""
2107"(There are %N @is containing @m @bs.)\n"
2108"\n"
2109msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002110"(共有 %N 含有@m@b的@i)\n"
2111"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002112
2113#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2114#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002115#: e2fsck/problem.c:1229
Theodore Ts'of722c132009-04-21 22:09:01 -04002116msgid ""
2117"@m @bs already reassigned or cloned.\n"
2118"\n"
2119msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002120"@m@b已被重新分配或克隆。\n"
2121"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002122
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002123#: e2fsck/problem.c:1242
Theodore Ts'of722c132009-04-21 22:09:01 -04002124#, c-format
2125msgid "Couldn't clone file: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002126msgstr "无法克隆文件:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002128#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002129#: e2fsck/problem.c:1248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002130msgid "Pass 1E: Optimizing @x trees\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002131msgstr "第 1E 步:优化@x树\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002132
2133#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002134#: e2fsck/problem.c:1253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002135#, c-format
2136msgid "Failed to optimize @x tree %p (%i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002137msgstr "优化@x树 %p(%i)失败:%m\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002138
2139#. @-expanded: Optimizing extent trees:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002140#: e2fsck/problem.c:1258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002141msgid "Optimizing @x trees: "
Tianze Wang57d69272016-08-31 23:14:17 -04002142msgstr "优化@x树:"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002143
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002144#: e2fsck/problem.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002145msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002146msgstr "内部错误:extent树的最大深度过大(当前为 %b;应为 %c)。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002147
2148#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002149#: e2fsck/problem.c:1278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002150msgid "@i %i @x tree (at level %b) could be shorter. "
Tianze Wang57d69272016-08-31 23:14:17 -04002151msgstr "@i %i 的@x树(位于第 %b 层)的深度可以更小。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002152
2153#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002154#: e2fsck/problem.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002155msgid "@i %i @x tree (at level %b) could be narrower. "
Tianze Wang57d69272016-08-31 23:14:17 -04002156msgstr "@i %i 的@x树(位于第 %b 层)可以更窄。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002157
Theodore Ts'of722c132009-04-21 22:09:01 -04002158#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002159#: e2fsck/problem.c:1290
Theodore Ts'of722c132009-04-21 22:09:01 -04002160msgid "Pass 2: Checking @d structure\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002161msgstr "第 2 步:检查目录结构\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002162
2163#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002164#: e2fsck/problem.c:1295
Theodore Ts'of722c132009-04-21 22:09:01 -04002165#, c-format
2166msgid "@n @i number for '.' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002167msgstr "@d@i %i 中“.”的@n@i编号无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002168
2169#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002170#: e2fsck/problem.c:1300
Theodore Ts'of722c132009-04-21 22:09:01 -04002171msgid "@E has @n @i #: %Di.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002172msgstr "@E含有@n@i #:%Di\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002173
2174#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002175#: e2fsck/problem.c:1305
Theodore Ts'of722c132009-04-21 22:09:01 -04002176msgid "@E has @D/unused @i %Di. "
Tianze Wang57d69272016-08-31 23:14:17 -04002177msgstr "@E含有@D或未使用的@ %Di。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002178
2179#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002180#: e2fsck/problem.c:1310
Theodore Ts'of722c132009-04-21 22:09:01 -04002181msgid "@E @L to '.' "
Tianze Wang57d69272016-08-31 23:14:17 -04002182msgstr "@E是一个指向“.”的链接"
Theodore Ts'of722c132009-04-21 22:09:01 -04002183
2184#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002185#: e2fsck/problem.c:1315
Theodore Ts'of722c132009-04-21 22:09:01 -04002186msgid "@E points to @i (%Di) located in a bad @b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002187msgstr "@E指向位于坏@b的@i(%Di)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002188
2189#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002190#: e2fsck/problem.c:1320
Theodore Ts'of722c132009-04-21 22:09:01 -04002191msgid "@E @L to @d %P (%Di).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002192msgstr "@E是一个指向@d %P(%Di)的链接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002193
2194#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002195#: e2fsck/problem.c:1325
Theodore Ts'of722c132009-04-21 22:09:01 -04002196msgid "@E @L to the @r.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002197msgstr "@E是一个指向@r的链接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002198
2199#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002200#: e2fsck/problem.c:1330
Theodore Ts'of722c132009-04-21 22:09:01 -04002201msgid "@E has illegal characters in its name.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002202msgstr "@E的名称中有无效字符。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002203
2204#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002205#: e2fsck/problem.c:1335
Theodore Ts'of722c132009-04-21 22:09:01 -04002206#, c-format
2207msgid "Missing '.' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002208msgstr "@d@i %i 中缺少“.”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002209
2210#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002211#: e2fsck/problem.c:1340
Theodore Ts'of722c132009-04-21 22:09:01 -04002212#, c-format
2213msgid "Missing '..' in @d @i %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002214msgstr "@d@i %i 中缺少“..”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002215
2216#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002217#: e2fsck/problem.c:1345
Theodore Ts'of722c132009-04-21 22:09:01 -04002218msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002219msgstr "@d@i %i 中的第一个@e“%Dn”(@i=%Di)@s“.”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002220
2221#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002222#: e2fsck/problem.c:1350
Theodore Ts'of722c132009-04-21 22:09:01 -04002223msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002224msgstr "@d@i %i 中的第二个@e“%Dn”(@i=%Di)@s“..”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002225
2226#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002227#: e2fsck/problem.c:1355
Theodore Ts'of722c132009-04-21 22:09:01 -04002228msgid "i_faddr @F %IF, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002229msgstr "@i %i (%Q)的i_faddr为 %IF,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002230
2231#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002232#: e2fsck/problem.c:1360
Theodore Ts'of722c132009-04-21 22:09:01 -04002233msgid "i_file_acl @F %If, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002234msgstr "@i %i (%Q)的i_file_acl为 %IF,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002235
2236#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002237#: e2fsck/problem.c:1365
Theodore Ts'of722c132009-04-21 22:09:01 -04002238msgid "i_dir_acl @F %Id, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002239msgstr "@i %i (%Q)的i_dir_acl为 %ld,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002240
2241#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002242#: e2fsck/problem.c:1370
Theodore Ts'of722c132009-04-21 22:09:01 -04002243msgid "i_frag @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002244msgstr "@i %i (%Q)的i_frag为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002245
2246#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002247#: e2fsck/problem.c:1375
Theodore Ts'of722c132009-04-21 22:09:01 -04002248msgid "i_fsize @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002249msgstr "@i %i (%Q)的i_size为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002250
2251#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002252#: e2fsck/problem.c:1380
Theodore Ts'of722c132009-04-21 22:09:01 -04002253msgid "@i %i (%Q) has @n mode (%Im).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002254msgstr "@i %i(%Q)有@n模式 (%Im)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002255
Dark Raven3be22a82010-04-19 16:59:03 -04002256#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002257#: e2fsck/problem.c:1385
Dark Raven3be22a82010-04-19 16:59:03 -04002258msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002259msgstr "@d@i %i,%B,偏移量 %N:@d已损坏\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002260
Dark Raven3be22a82010-04-19 16:59:03 -04002261#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002262#: e2fsck/problem.c:1390
Dark Raven3be22a82010-04-19 16:59:03 -04002263msgid "@d @i %i, %B, offset %N: filename too long\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002264msgstr "@d@i %i,%B,偏移量 %N:文件名过长\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002265
Dark Raven3be22a82010-04-19 16:59:03 -04002266#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002267#: e2fsck/problem.c:1395
Dark Raven3be22a82010-04-19 16:59:03 -04002268msgid "@d @i %i has an unallocated %B. "
Tianze Wang57d69272016-08-31 23:14:17 -04002269msgstr "@d@i %i 含有未分配的 %B。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002270
2271#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002272#: e2fsck/problem.c:1400
Theodore Ts'of722c132009-04-21 22:09:01 -04002273#, c-format
2274msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002275msgstr "@d@i %i 中的“.”@d@e 没有以NULL终止\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002276
2277#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002278#: e2fsck/problem.c:1405
Theodore Ts'of722c132009-04-21 22:09:01 -04002279#, c-format
2280msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002281msgstr "@d@i %i 中的“..”@d@e 没有以NULL终止\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002282
2283#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002284#: e2fsck/problem.c:1410
Theodore Ts'of722c132009-04-21 22:09:01 -04002285msgid "@i %i (%Q) is an @I character @v.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002286msgstr "@i %i(%Q)是一个@I的字符@v。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002287
2288#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002289#: e2fsck/problem.c:1415
Theodore Ts'of722c132009-04-21 22:09:01 -04002290msgid "@i %i (%Q) is an @I @b @v.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002291msgstr "@i %i(%Q)是一个@I的@b@v。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002292
2293#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002294#: e2fsck/problem.c:1420
Theodore Ts'of722c132009-04-21 22:09:01 -04002295msgid "@E is duplicate '.' @e.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002296msgstr "@E为重复的“.”目录@e。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002297
2298#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002299#: e2fsck/problem.c:1425
Theodore Ts'of722c132009-04-21 22:09:01 -04002300msgid "@E is duplicate '..' @e.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002301msgstr "@E为重复的“..”目录@e。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002302
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002303#: e2fsck/problem.c:1430 e2fsck/problem.c:1765
Theodore Ts'of722c132009-04-21 22:09:01 -04002304#, c-format
2305msgid "Internal error: couldn't find dir_info for %i.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002306msgstr "内部错误:无法找到 %i 的dir_info。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002307
2308#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002309#: e2fsck/problem.c:1435
Theodore Ts'of722c132009-04-21 22:09:01 -04002310msgid "@E has rec_len of %Dr, @s %N.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002311msgstr "@E的rec_len为 %Dr,@s %N。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002312
2313#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002314#: e2fsck/problem.c:1440
Theodore Ts'of722c132009-04-21 22:09:01 -04002315#, c-format
2316msgid "@A icount structure: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002317msgstr "分配icount结构体时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002318
2319#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002320#: e2fsck/problem.c:1445
Theodore Ts'of722c132009-04-21 22:09:01 -04002321#, c-format
2322msgid "Error iterating over @d @bs: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002323msgstr "迭代@d@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002324
2325#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002326#: e2fsck/problem.c:1450
Theodore Ts'of722c132009-04-21 22:09:01 -04002327msgid "Error reading @d @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002328msgstr "读取@d@b %b(@i %i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002329
2330#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002331#: e2fsck/problem.c:1455
Theodore Ts'of722c132009-04-21 22:09:01 -04002332msgid "Error writing @d @b %b (@i %i): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002333msgstr "写入@d@b %b(@i %i)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002334
2335#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002336#: e2fsck/problem.c:1460
Theodore Ts'of722c132009-04-21 22:09:01 -04002337#, c-format
2338msgid "@A new @d @b for @i %i (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002339msgstr "为@i %i(%s)分配新@d@b时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002340
2341#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002342#: e2fsck/problem.c:1465
Theodore Ts'of722c132009-04-21 22:09:01 -04002343#, c-format
2344msgid "Error deallocating @i %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002345msgstr "取消分配@i %i时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002346
2347#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002348#: e2fsck/problem.c:1470
Theodore Ts'of722c132009-04-21 22:09:01 -04002349#, c-format
2350msgid "@d @e for '.' in %p (%i) is big.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002351msgstr "%p(%i)中“.”的@d@e太大。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002352
2353#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002354#: e2fsck/problem.c:1475
Theodore Ts'of722c132009-04-21 22:09:01 -04002355msgid "@i %i (%Q) is an @I FIFO.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002356msgstr "@i %i(%Q)是一个@I队列。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002357
2358#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002359#: e2fsck/problem.c:1480
Theodore Ts'of722c132009-04-21 22:09:01 -04002360msgid "@i %i (%Q) is an @I socket.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002361msgstr "@i %i(%Q)是一个@I套接字。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002362
2363#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002364#: e2fsck/problem.c:1485
Theodore Ts'of722c132009-04-21 22:09:01 -04002365msgid "Setting filetype for @E to %N.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002366msgstr "将@E的文件类型设置为 %N。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002367
2368#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002369#: e2fsck/problem.c:1490
Theodore Ts'of722c132009-04-21 22:09:01 -04002370msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002371msgstr "@E含有错误的文件类型(%Dt,@s %N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002372
2373#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002374#: e2fsck/problem.c:1495
Theodore Ts'of722c132009-04-21 22:09:01 -04002375msgid "@E has filetype set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002376msgstr "@E被设置了文件类型。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002377
2378#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002379#: e2fsck/problem.c:1500
Theodore Ts'of722c132009-04-21 22:09:01 -04002380msgid "@E has a @z name.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002381msgstr "@E含有长度为零的名称。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002382
2383#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002384#: e2fsck/problem.c:1505
Theodore Ts'of722c132009-04-21 22:09:01 -04002385msgid "Symlink %Q (@i #%i) is @n.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002386msgstr "符号链接 %Q(@i #%i)无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002387
2388#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002389#: e2fsck/problem.c:1510
Theodore Ts'of722c132009-04-21 22:09:01 -04002390msgid "@a @b @F @n (%If).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002391msgstr "@i %i 的@a@b无效(%lf)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002392
2393#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002394#: e2fsck/problem.c:1515
Theodore Ts'of722c132009-04-21 22:09:01 -04002395msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002396msgstr "@f含有大文件,但@S中未设置LARGE_FILE标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002397
Dark Raven3be22a82010-04-19 16:59:03 -04002398#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002399#: e2fsck/problem.c:1520
Dark Raven3be22a82010-04-19 16:59:03 -04002400msgid "@p @h %d: %B not referenced\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002401msgstr "@h %d 中发现问题:%B\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002402
Dark Raven3be22a82010-04-19 16:59:03 -04002403#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002404#: e2fsck/problem.c:1525
Dark Raven3be22a82010-04-19 16:59:03 -04002405msgid "@p @h %d: %B referenced twice\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002406msgstr "@h %d 中发现问题:%B 被引用了两次\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002407
Dark Raven3be22a82010-04-19 16:59:03 -04002408#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002409#: e2fsck/problem.c:1530
Dark Raven3be22a82010-04-19 16:59:03 -04002410msgid "@p @h %d: %B has bad min hash\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002411msgstr "@h %d 中发现问题:%B 含有错误的最小hash值\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002412
Dark Raven3be22a82010-04-19 16:59:03 -04002413#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002414#: e2fsck/problem.c:1535
Dark Raven3be22a82010-04-19 16:59:03 -04002415msgid "@p @h %d: %B has bad max hash\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002416msgstr "@h %d 中发现问题:%B 含有错误的最大hash值\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002417
2418#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002419#: e2fsck/problem.c:1540
Theodore Ts'of722c132009-04-21 22:09:01 -04002420msgid "@n @h %d (%q). "
Tianze Wang57d69272016-08-31 23:14:17 -04002421msgstr "@n@h %d(%q)。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002422
2423#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002424#: e2fsck/problem.c:1544
Theodore Ts'of722c132009-04-21 22:09:01 -04002425msgid "@p @h %d (%q): bad @b number %b.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002426msgstr "@h %d(%q)中发现问题:@b编号 %b 无效。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002427
2428#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002429#: e2fsck/problem.c:1554
Theodore Ts'of722c132009-04-21 22:09:01 -04002430#, c-format
2431msgid "@p @h %d: root node is @n\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002432msgstr "@p@h %d:结点@n\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002433
Dark Raven3be22a82010-04-19 16:59:03 -04002434#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002435#: e2fsck/problem.c:1559
Dark Raven3be22a82010-04-19 16:59:03 -04002436msgid "@p @h %d: %B has @n limit (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002437msgstr "@h %d 中发现问题:%B 含有@n限制(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002438
Dark Raven3be22a82010-04-19 16:59:03 -04002439#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002440#: e2fsck/problem.c:1564
Dark Raven3be22a82010-04-19 16:59:03 -04002441msgid "@p @h %d: %B has @n count (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002442msgstr "@h %d 中发现问题:%B 含有@n计数(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002443
Dark Raven3be22a82010-04-19 16:59:03 -04002444#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002445#: e2fsck/problem.c:1569
Dark Raven3be22a82010-04-19 16:59:03 -04002446msgid "@p @h %d: %B has an unordered hash table\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002447msgstr "@h %d 中发现问题:%B 含有未排序的hash表\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002448
Dark Raven3be22a82010-04-19 16:59:03 -04002449#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002450#: e2fsck/problem.c:1574
Dark Raven3be22a82010-04-19 16:59:03 -04002451msgid "@p @h %d: %B has @n depth (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002452msgstr "@h %d 中发现问题:%B 含有@n深度(%N)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002453
2454#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002455#: e2fsck/problem.c:1579
Theodore Ts'of722c132009-04-21 22:09:01 -04002456msgid "Duplicate @E found. "
Tianze Wang57d69272016-08-31 23:14:17 -04002457msgstr "发现%p(%i)中有重复项“%Dn”。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002458
2459#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2460#. @-expanded: Rename to %s
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002461#: e2fsck/problem.c:1584
Theodore Ts'of722c132009-04-21 22:09:01 -04002462#, no-c-format
2463msgid ""
2464"@E has a non-unique filename.\n"
2465"Rename to %s"
2466msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002467"@E含有一个非唯一的文件名。\n"
2468"已重命名为%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04002469
2470#. @-expanded: Duplicate entry '%Dn' found.\n
2471#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2472#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002473#: e2fsck/problem.c:1589
Theodore Ts'of722c132009-04-21 22:09:01 -04002474msgid ""
2475"Duplicate @e '%Dn' found.\n"
2476"\tMarking %p (%i) to be rebuilt.\n"
2477"\n"
2478msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002479"发现了重复的@e”@Dn“。\n"
2480"\t将 %p(%i)标记为需要重建的。\n"
2481"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002482
2483#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002484#: e2fsck/problem.c:1594
Theodore Ts'of722c132009-04-21 22:09:01 -04002485msgid "i_blocks_hi @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002486msgstr "@i %i(%Q)的i_blocks_hi为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002487
2488#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002489#: e2fsck/problem.c:1599
Theodore Ts'of722c132009-04-21 22:09:01 -04002490msgid "Unexpected @b in @h %d (%q).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002491msgstr "@h %d(%q)中有额外的@b。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002492
Theodore Ts'o930e2812009-06-29 15:08:12 -04002493#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002494#: e2fsck/problem.c:1603
Theodore Ts'o930e2812009-06-29 15:08:12 -04002495msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002496msgstr "@E引用了@g %g 中的@i %Di,但该@g被设置了_INODE_UNINIT标志。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002497
Theodore Ts'o930e2812009-06-29 15:08:12 -04002498#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002499#: e2fsck/problem.c:1608
Theodore Ts'o930e2812009-06-29 15:08:12 -04002500msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002501msgstr "@E引用了@g %g 中的@i %Di,但该@i位于未使用inode区。 \n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002502
2503#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002504#: e2fsck/problem.c:1613
Theodore Ts'o930e2812009-06-29 15:08:12 -04002505msgid "i_file_acl_hi @F %N, @s zero.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002506msgstr "@i %i (%Q)的i_file_acl_hi为 %N,@s0。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002508#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002509#: e2fsck/problem.c:1618
Tianze Wang57d69272016-08-31 23:14:17 -04002510#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002511msgid "@p @h %d: root node fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002512msgstr "@p@h %d:根结点的校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002513
2514#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002515#: e2fsck/problem.c:1623
Tianze Wang57d69272016-08-31 23:14:17 -04002516#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002517msgid "@p @h %d: internal node fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002518msgstr "@p@h %d:内部结点的校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002519
2520#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002521#: e2fsck/problem.c:1628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002522msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002523msgstr "@d@i %i,%B,偏移量 %N:@d缺少校验值。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002524
2525#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002526#: e2fsck/problem.c:1633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002527msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002528msgstr "@d@i %i,%B:@d通过了检验,但校验值错误。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002529
2530#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002531#: e2fsck/problem.c:1638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002532msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002533msgstr "内联@d @i %i 的大小(%N)必须为4的整数倍。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002534
2535#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002536#: e2fsck/problem.c:1643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002537#, c-format
2538msgid "Fixing size of inline @d @i %i failed.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002539msgstr "修复内联@d @i %i 的大小失败。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002540
2541#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002542#: e2fsck/problem.c:1648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002543msgid "Encrypted @E is too short.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002544msgstr "加密的@E太短。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002545
Theodore Ts'of722c132009-04-21 22:09:01 -04002546#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002547#: e2fsck/problem.c:1655
Theodore Ts'of722c132009-04-21 22:09:01 -04002548msgid "Pass 3: Checking @d connectivity\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002549msgstr "第 3 步:检查目录连接性\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002550
2551#. @-expanded: root inode not allocated.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002552#: e2fsck/problem.c:1660
Theodore Ts'of722c132009-04-21 22:09:01 -04002553msgid "@r not allocated. "
Tianze Wang57d69272016-08-31 23:14:17 -04002554msgstr "@r未被分配。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002555
2556#. @-expanded: No room in lost+found directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002557#: e2fsck/problem.c:1665
Theodore Ts'of722c132009-04-21 22:09:01 -04002558msgid "No room in @l @d. "
Tianze Wang57d69272016-08-31 23:14:17 -04002559msgstr "@l@d中没有空间。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002560
2561#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002562#: e2fsck/problem.c:1670
Theodore Ts'of722c132009-04-21 22:09:01 -04002563#, c-format
2564msgid "Unconnected @d @i %i (%p)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002565msgstr "未被连接的@d@i %i(%p)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002566
2567#. @-expanded: /lost+found not found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002568#: e2fsck/problem.c:1675
Theodore Ts'of722c132009-04-21 22:09:01 -04002569msgid "/@l not found. "
Tianze Wang57d69272016-08-31 23:14:17 -04002570msgstr "/@l未找到。"
Theodore Ts'of722c132009-04-21 22:09:01 -04002571
2572#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002573#: e2fsck/problem.c:1680
Theodore Ts'of722c132009-04-21 22:09:01 -04002574msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002575msgstr "%Q(%i)中的“..”为 %P(%j),@s %q(%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002576
2577#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002578#: e2fsck/problem.c:1685
Theodore Ts'of722c132009-04-21 22:09:01 -04002579msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002580msgstr "错误或不存在的/@l。无法重新连接。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002581
2582#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002583#: e2fsck/problem.c:1690
Theodore Ts'of722c132009-04-21 22:09:01 -04002584#, c-format
2585msgid "Could not expand /@l: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002586msgstr "无法扩充/@l:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002587
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002588#: e2fsck/problem.c:1695
Theodore Ts'of722c132009-04-21 22:09:01 -04002589#, c-format
2590msgid "Could not reconnect %i: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002591msgstr "无法重新连接%i:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002592
2593#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002594#: e2fsck/problem.c:1700
Theodore Ts'of722c132009-04-21 22:09:01 -04002595#, c-format
2596msgid "Error while trying to find /@l: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002597msgstr "尝试查找/@l时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002598
2599#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002600#: e2fsck/problem.c:1705
Theodore Ts'of722c132009-04-21 22:09:01 -04002601#, c-format
2602msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002603msgstr "ext2fs_new_block:尝试创建/@l@d时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002604
2605#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002606#: e2fsck/problem.c:1710
Theodore Ts'of722c132009-04-21 22:09:01 -04002607#, c-format
2608msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002609msgstr "ext2fs_new_inode:尝试创建/@l@d时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002610
2611#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002612#: e2fsck/problem.c:1715
Theodore Ts'of722c132009-04-21 22:09:01 -04002613#, c-format
2614msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002615msgstr "ext2fs_new_dir_block:创建新的@d@b时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002616
2617#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002618#: e2fsck/problem.c:1720
Theodore Ts'of722c132009-04-21 22:09:01 -04002619#, c-format
2620msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002621msgstr "ext2fs_new_dir_block:为/@l创建新的@d@b时%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002622
2623#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002624#: e2fsck/problem.c:1725
Theodore Ts'of722c132009-04-21 22:09:01 -04002625#, c-format
2626msgid "Error while adjusting @i count on @i %i\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002627msgstr "调整@i %i的inode计数时出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002628
2629#. @-expanded: Couldn't fix parent of inode %i: %m\n
2630#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002631#: e2fsck/problem.c:1730
Theodore Ts'of722c132009-04-21 22:09:01 -04002632#, c-format
2633msgid ""
2634"Couldn't fix parent of @i %i: %m\n"
2635"\n"
2636msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002637"无法修改@i %i的父节点:%m\n"
2638"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002639
2640#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2641#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002642#: e2fsck/problem.c:1735
Theodore Ts'of722c132009-04-21 22:09:01 -04002643#, c-format
2644msgid ""
2645"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2646"\n"
2647msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002648"无法修改@i %i的父节点:无法找到其父@d@e\n"
2649"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002650
2651#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002652#: e2fsck/problem.c:1745
Theodore Ts'of722c132009-04-21 22:09:01 -04002653#, c-format
2654msgid "Error creating root @d (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002655msgstr "创建根@d(%s)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002656
2657#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002658#: e2fsck/problem.c:1750
Theodore Ts'of722c132009-04-21 22:09:01 -04002659#, c-format
2660msgid "Error creating /@l @d (%s): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002661msgstr "创建/@l@d(%s)时出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002662
2663#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002664#: e2fsck/problem.c:1755
Theodore Ts'of722c132009-04-21 22:09:01 -04002665msgid "@r is not a @d; aborting.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002666msgstr "@r不是一个@d;已终止执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002667
2668#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002669#: e2fsck/problem.c:1760
Theodore Ts'of722c132009-04-21 22:09:01 -04002670msgid "Cannot proceed without a @r.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002671msgstr "无法在没有@r的情况下继续。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002672
2673#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002674#: e2fsck/problem.c:1770
Theodore Ts'of722c132009-04-21 22:09:01 -04002675#, c-format
2676msgid "/@l is not a @d (ino=%i)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002677msgstr "/@l 不是一个@d(ino=%i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002678
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002679#. @-expanded: /lost+found has inline data\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002680#: e2fsck/problem.c:1775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002681msgid "/@l has inline data\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002682msgstr "/@l 含有内联数据\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002683
2684#. @-expanded: Cannot allocate space for /lost+found.\n
2685#. @-expanded: Place lost files in root directory instead
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002686#: e2fsck/problem.c:1780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002687msgid ""
2688"Cannot allocate space for /@l.\n"
2689"Place lost files in root directory instead"
2690msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002691"无法为 /@l 分配空间。\n"
2692"请将丢失的文件置于根目录下"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002693
2694#. @-expanded: Insufficient space to recover lost files!\n
2695#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2696#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002697#: e2fsck/problem.c:1785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002698msgid ""
2699"Insufficient space to recover lost files!\n"
2700"Move data off the @f and re-run e2fsck.\n"
2701"\n"
2702msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002703"没有足够的空间来回复丢失文件!\n"
2704"请将数据从@f中移出,然后重新运行 e2fsck。\n"
2705"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002706
2707#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002708#: e2fsck/problem.c:1790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002709msgid "/@l is encrypted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002710msgstr "/@l 已被加密\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002711
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002712#: e2fsck/problem.c:1797
Theodore Ts'of722c132009-04-21 22:09:01 -04002713msgid "Pass 3A: Optimizing directories\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002714msgstr "第 3A 步:优化目录\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002715
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002716#: e2fsck/problem.c:1802
Theodore Ts'of722c132009-04-21 22:09:01 -04002717#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04002718msgid "Failed to create dirs_to_hash iterator: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002719msgstr "创建dirs_to_hash迭代器出错:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002720
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002721#: e2fsck/problem.c:1807
Theodore Ts'o930e2812009-06-29 15:08:12 -04002722msgid "Failed to optimize directory %q (%d): %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002723msgstr "优化目录 %q(%d)失败:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002724
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002725#: e2fsck/problem.c:1812
Dark Raven3be22a82010-04-19 16:59:03 -04002726msgid "Optimizing directories: "
Tianze Wang57d69272016-08-31 23:14:17 -04002727msgstr "优化目录: "
Dark Raven3be22a82010-04-19 16:59:03 -04002728
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002729#: e2fsck/problem.c:1829
Theodore Ts'of722c132009-04-21 22:09:01 -04002730msgid "Pass 4: Checking reference counts\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002731msgstr "第 4 步:检查引用计数\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002732
2733#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002734#: e2fsck/problem.c:1834
Theodore Ts'of722c132009-04-21 22:09:01 -04002735#, c-format
2736msgid "@u @z @i %i. "
Tianze Wang57d69272016-08-31 23:14:17 -04002737msgstr "@u@z@i %i。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002738
2739#. @-expanded: unattached inode %i\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002740#: e2fsck/problem.c:1839
Theodore Ts'of722c132009-04-21 22:09:01 -04002741#, c-format
2742msgid "@u @i %i\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002743msgstr "@u@i %i。 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002744
2745#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002746#: e2fsck/problem.c:1844
Theodore Ts'of722c132009-04-21 22:09:01 -04002747msgid "@i %i ref count is %Il, @s %N. "
Tianze Wang57d69272016-08-31 23:14:17 -04002748msgstr "@i %i 的引用计数为 %Il,@s %N。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002749
2750#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2751#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2752#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002753#: e2fsck/problem.c:1848
Theodore Ts'of722c132009-04-21 22:09:01 -04002754msgid ""
2755"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2756"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2757"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2758msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002759"警告:e2fsck中出现程序错误!\n"
2760"\t或者是(粗心大意的)你正在检查一个被挂载的(活动的)文件系统。\n"
2761"@i_link_info[%i] 为 %N,@i.i_links_count 为 %Il。它们应当相同!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002762
2763#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002764#: e2fsck/problem.c:1858
Theodore Ts'of722c132009-04-21 22:09:01 -04002765msgid "Pass 5: Checking @g summary information\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002766msgstr "第 5 步:检查@g概要信息\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002767
2768#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002769#: e2fsck/problem.c:1863
Theodore Ts'of722c132009-04-21 22:09:01 -04002770msgid "Padding at end of @i @B is not set. "
Tianze Wang57d69272016-08-31 23:14:17 -04002771msgstr "@i@B末尾的填充值未设置。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002772
2773#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002774#: e2fsck/problem.c:1868
Theodore Ts'of722c132009-04-21 22:09:01 -04002775msgid "Padding at end of @b @B is not set. "
Tianze Wang57d69272016-08-31 23:14:17 -04002776msgstr "@b@B末尾的填充值未设置。 "
Theodore Ts'of722c132009-04-21 22:09:01 -04002777
2778#. @-expanded: block bitmap differences:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002779#: e2fsck/problem.c:1873
Theodore Ts'of722c132009-04-21 22:09:01 -04002780msgid "@b @B differences: "
Tianze Wang57d69272016-08-31 23:14:17 -04002781msgstr "@b@B的差异: "
Theodore Ts'of722c132009-04-21 22:09:01 -04002782
2783#. @-expanded: inode bitmap differences:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002784#: e2fsck/problem.c:1893
Theodore Ts'of722c132009-04-21 22:09:01 -04002785msgid "@i @B differences: "
Tianze Wang57d69272016-08-31 23:14:17 -04002786msgstr "@i@B的差异: "
Theodore Ts'of722c132009-04-21 22:09:01 -04002787
2788#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002789#: e2fsck/problem.c:1913
Theodore Ts'of722c132009-04-21 22:09:01 -04002790msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002791msgstr "@g #%g的可用@i计数错误(%i,实际为%j)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002792
2793#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002794#: e2fsck/problem.c:1918
Theodore Ts'of722c132009-04-21 22:09:01 -04002795msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002796msgstr "@g #%g的目录计数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002797
2798#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002799#: e2fsck/problem.c:1923
Theodore Ts'of722c132009-04-21 22:09:01 -04002800msgid "Free @is count wrong (%i, counted=%j).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002801msgstr "可用@i数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002802
2803#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002804#: e2fsck/problem.c:1928
Theodore Ts'of722c132009-04-21 22:09:01 -04002805msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002806msgstr "@g #%g的可用@b计数错误(%i,实际为%j)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002807
2808#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002809#: e2fsck/problem.c:1933
Theodore Ts'of722c132009-04-21 22:09:01 -04002810msgid "Free @bs count wrong (%b, counted=%c).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002811msgstr "可用@b数错误(%i,实际为%j)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002812
2813#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2814#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002815#: e2fsck/problem.c:1938
2816msgid ""
2817"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2818"endpoints (%i, %j)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002819msgstr "程序错误:@f(# %n)@B端点(%b,%c)与计算值(%i,%j)不符\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002820
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002821#: e2fsck/problem.c:1944
Theodore Ts'of722c132009-04-21 22:09:01 -04002822msgid "Internal error: fudging end of bitmap (%N)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002823msgstr "内部错误:虚构的位图端点\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002824
2825#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002826#: e2fsck/problem.c:1949
Theodore Ts'of722c132009-04-21 22:09:01 -04002827#, c-format
2828msgid "Error copying in replacement @i @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002829msgstr "替换@i@B时拷贝错误:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002830
2831#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002832#: e2fsck/problem.c:1954
Theodore Ts'of722c132009-04-21 22:09:01 -04002833#, c-format
2834msgid "Error copying in replacement @b @B: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002835msgstr "替换@b@B时拷贝错误:%m\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002836
Theodore Ts'of722c132009-04-21 22:09:01 -04002837#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002838#: e2fsck/problem.c:1979
Theodore Ts'of722c132009-04-21 22:09:01 -04002839#, c-format
2840msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002841msgstr "@g %g @b已被使用,但@g被标记为BLOCK_UNINIT\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002842
2843#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002844#: e2fsck/problem.c:1984
Theodore Ts'of722c132009-04-21 22:09:01 -04002845#, c-format
2846msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002847msgstr "@g %g @i已被使用,但@g被标记为INODE_UNINIT\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002848
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002849#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002850#: e2fsck/problem.c:1989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002851#, c-format
2852msgid "@g %g @i @B does not match checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002853msgstr "@g %g @i @B 与自身校验值不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002854
2855#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002856#: e2fsck/problem.c:1994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002857#, c-format
2858msgid "@g %g @b @B does not match checksum.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002859msgstr "@g %g @b @B 与自身校验值不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002860
Theodore Ts'o930e2812009-06-29 15:08:12 -04002861#. @-expanded: Recreate journal
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002862#: e2fsck/problem.c:2001
Theodore Ts'o930e2812009-06-29 15:08:12 -04002863msgid "Recreate @j"
Dark Raven3be22a82010-04-19 16:59:03 -04002864msgstr "重建@j"
Theodore Ts'o930e2812009-06-29 15:08:12 -04002865
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002866#: e2fsck/problem.c:2006
Eric Sandeen032eafe2012-07-28 17:48:36 -04002867msgid "Update quota info for quota type %N"
Tianze Wang57d69272016-08-31 23:14:17 -04002868msgstr "更新配额类型 %N 的配额信息"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002869
Theodore Ts'obd386982015-05-17 20:34:58 -04002870#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002871#: e2fsck/problem.c:2011
Tianze Wang57d69272016-08-31 23:14:17 -04002872#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04002873msgid "Error setting @b @g checksum info: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002874msgstr "设置@b@g的校验信息时出错:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002875
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002876#: e2fsck/problem.c:2016
Tianze Wang57d69272016-08-31 23:14:17 -04002877#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04002878msgid "Error writing file system info: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002879msgstr "写入文件系统信息时出错:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002880
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002881#: e2fsck/problem.c:2021
Theodore Ts'obd386982015-05-17 20:34:58 -04002882#, c-format
2883msgid "Error flushing writes to storage device: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002884msgstr "将缓冲写入到存储设备:%m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002885
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002886#: e2fsck/problem.c:2026
Theodore Ts'o48203a32016-06-08 15:45:26 -04002887msgid "Error writing quota info for quota type %N: %m\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002888msgstr "写入配额类型 %N 的配额信息时出错:%m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04002889
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002890#: e2fsck/problem.c:2147
Theodore Ts'of722c132009-04-21 22:09:01 -04002891#, c-format
2892msgid "Unhandled error code (0x%x)!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002893msgstr "未处理的错误码 (0x%x)!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002894
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002895#: e2fsck/problem.c:2272 e2fsck/problem.c:2276
Theodore Ts'of722c132009-04-21 22:09:01 -04002896msgid "IGNORED"
2897msgstr "已忽略"
2898
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002899#: e2fsck/quota.c:33 e2fsck/quota.c:46
2900msgid "in move_quota_inode"
Tianze Wang57d69272016-08-31 23:14:17 -04002901msgstr "于 move_quota_inode 中"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002902
Eric Sandeen032eafe2012-07-28 17:48:36 -04002903#: e2fsck/scantest.c:79
Theodore Ts'of722c132009-04-21 22:09:01 -04002904#, c-format
2905msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002906msgstr "内存用量:%d,持续时间:%6.3f/%6.3f/%6.3f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002907
Eric Sandeen032eafe2012-07-28 17:48:36 -04002908#: e2fsck/scantest.c:98
Theodore Ts'of722c132009-04-21 22:09:01 -04002909#, c-format
2910msgid "size of inode=%d\n"
2911msgstr "inode大小=%d\n"
2912
Eric Sandeen032eafe2012-07-28 17:48:36 -04002913#: e2fsck/scantest.c:119
Theodore Ts'of722c132009-04-21 22:09:01 -04002914msgid "while starting inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -04002915msgstr "开始inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002916
Eric Sandeen032eafe2012-07-28 17:48:36 -04002917#: e2fsck/scantest.c:130
Theodore Ts'of722c132009-04-21 22:09:01 -04002918msgid "while doing inode scan"
Tianze Wang57d69272016-08-31 23:14:17 -04002919msgstr "进行inode扫描时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002921#: e2fsck/super.c:190
Theodore Ts'of722c132009-04-21 22:09:01 -04002922#, c-format
2923msgid "while calling ext2fs_block_iterate for inode %d"
Tianze Wang57d69272016-08-31 23:14:17 -04002924msgstr "为inode %d 调用ext2fs_block_iterate时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002925
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002926#: e2fsck/super.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04002927#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002928msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Tianze Wang57d69272016-08-31 23:14:17 -04002929msgstr "为inode %d 调用ext2fs_adjust_ea_refcount2时"
Theodore Ts'of722c132009-04-21 22:09:01 -04002930
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002931#: e2fsck/super.c:274
Theodore Ts'of722c132009-04-21 22:09:01 -04002932msgid "Truncating"
2933msgstr "正在截断"
2934
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002935#: e2fsck/super.c:275
Theodore Ts'of722c132009-04-21 22:09:01 -04002936msgid "Clearing"
2937msgstr "正在清除"
2938
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002939#: e2fsck/unix.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04002940#, c-format
2941msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002942"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002943"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002944"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002945msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002946"用法:%s [-panyrcdfktvDFV] [-b 超级块] [-B 块大小]\n"
2947"\t\t[-l|-L 坏块文件] [-C fd] [-j 外部日志]\n"
2948"\t\t[-E 扩展选项] [-z 撤销文件] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002950#: e2fsck/unix.c:82
Theodore Ts'of722c132009-04-21 22:09:01 -04002951msgid ""
2952"\n"
2953"Emergency help:\n"
2954" -p Automatic repair (no questions)\n"
2955" -n Make no changes to the filesystem\n"
2956" -y Assume \"yes\" to all questions\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002957" -c Check for bad blocks and add them to the badblock "
2958"list\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002959" -f Force checking even if filesystem is marked clean\n"
2960msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002961"\n"
2962"重要提示:\n"
2963" -p 自动修复(不询问)\n"
2964" -n 不对文件系统做任何更改\n"
2965" -y 对所有询问都回答“是”\n"
2966" -c 检查可能的坏块,并将它们加入坏块列表\n"
2967" -f 强制进行检查,即使文件系统被标记为“没有问题”\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002968
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002969#: e2fsck/unix.c:88
Theodore Ts'of722c132009-04-21 22:09:01 -04002970msgid ""
2971" -v Be verbose\n"
2972" -b superblock Use alternative superblock\n"
2973" -B blocksize Force blocksize when looking for superblock\n"
2974" -j external_journal Set location of the external journal\n"
2975" -l bad_blocks_file Add to badblocks list\n"
2976" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002977" -z undo_file Create an undo file\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002978msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04002979" -v 显示更多信息\n"
2980" -b superblock 使用备选超级块\n"
2981" -B blocksize 使用指定块大小来查找超级块\n"
2982" -j external_journal 指定外部日志的位置\n"
2983" -l bad_blocks_file 添加到指定的坏块列表(文件)\n"
2984" -L bad_blocks_file 指定坏块列表(文件)\n"
2985" -z undo_file 创建一个撤销文件\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002987#: e2fsck/unix.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04002988#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002989msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04002990msgstr "%s:%u/%u 文件(%0d.%d%% 为非连续的), %llu/%llu 块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04002991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002992#: e2fsck/unix.c:160
Tianze Wang57d69272016-08-31 23:14:17 -04002993#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002994msgid ""
2995"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002996"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002997msgid_plural ""
2998"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002999"%12u inodes used (%2.2f%%, out of %u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003000msgstr[0] ""
3001"\n"
3002"%12u 个已使用的inode(%2.2f%%,总共 %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003003
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003004#: e2fsck/unix.c:164
Eric Sandeen032eafe2012-07-28 17:48:36 -04003005#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003006msgid "%12u non-contiguous file (%0d.%d%%)\n"
3007msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003008msgstr[0] "%12u 个不连续的文件(%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003010#: e2fsck/unix.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003011#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003012msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3013msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003014msgstr[0] "%12u 个不连续的目录(%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003016#: e2fsck/unix.c:174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003017#, c-format
3018msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003019msgstr " # 一次/二次/三次链接块数:%u/%u/%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003021#: e2fsck/unix.c:182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003022msgid " Extent depth histogram: "
Tianze Wang57d69272016-08-31 23:14:17 -04003023msgstr " Extent深度直方图: "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003025#: e2fsck/unix.c:191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003026#, c-format
3027msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3028msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003029msgstr[0] "%12llu 个已使用的块(%2.2f%%,总共 %llu)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003031#: e2fsck/unix.c:195
Tianze Wang57d69272016-08-31 23:14:17 -04003032#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003033msgid "%12u bad block\n"
3034msgid_plural "%12u bad blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003035msgstr[0] "%12u 个坏块\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003036
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003037#: e2fsck/unix.c:197
Tianze Wang57d69272016-08-31 23:14:17 -04003038#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003039msgid "%12u large file\n"
3040msgid_plural "%12u large files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003041msgstr[0] "%12u 个大文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003043#: e2fsck/unix.c:199
Tianze Wang57d69272016-08-31 23:14:17 -04003044#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003045msgid ""
3046"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003047"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003048msgid_plural ""
3049"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003050"%12u regular files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003051msgstr[0] ""
3052"\n"
3053"%12u 个普通文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003054
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003055#: e2fsck/unix.c:201
Tianze Wang57d69272016-08-31 23:14:17 -04003056#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003057msgid "%12u directory\n"
3058msgid_plural "%12u directories\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003059msgstr[0] "%12u 个文件夹\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003061#: e2fsck/unix.c:203
Tianze Wang57d69272016-08-31 23:14:17 -04003062#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003063msgid "%12u character device file\n"
3064msgid_plural "%12u character device files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003065msgstr[0] "%12u 个字符设备文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003066
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003067#: e2fsck/unix.c:206
Tianze Wang57d69272016-08-31 23:14:17 -04003068#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003069msgid "%12u block device file\n"
3070msgid_plural "%12u block device files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003071msgstr[0] "%12u 个块设备文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003073#: e2fsck/unix.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003074#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003075msgid "%12u fifo\n"
3076msgid_plural "%12u fifos\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003077msgstr[0] "%12u 个队列文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003079#: e2fsck/unix.c:210
Eric Sandeen032eafe2012-07-28 17:48:36 -04003080#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003081msgid "%12u link\n"
3082msgid_plural "%12u links\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003083msgstr[0] "%12u 个链接\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003085#: e2fsck/unix.c:212
Tianze Wang57d69272016-08-31 23:14:17 -04003086#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003087msgid "%12u symbolic link"
3088msgid_plural "%12u symbolic links"
Tianze Wang57d69272016-08-31 23:14:17 -04003089msgstr[0] "%12u 个符号链接"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003091#: e2fsck/unix.c:214
Tianze Wang57d69272016-08-31 23:14:17 -04003092#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003093msgid " (%u fast symbolic link)\n"
3094msgid_plural " (%u fast symbolic links)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003095msgstr[0] " (%u 个直接符号链接)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003097#: e2fsck/unix.c:218
Tianze Wang57d69272016-08-31 23:14:17 -04003098#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003099msgid "%12u socket\n"
3100msgid_plural "%12u sockets\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003101msgstr[0] "%12u 个套接字文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003103#: e2fsck/unix.c:222
Tianze Wang57d69272016-08-31 23:14:17 -04003104#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003105msgid "%12u file\n"
3106msgid_plural "%12u files\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003107msgstr[0] "%12u 个文件\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003108
Theodore Ts'o48203a32016-06-08 15:45:26 -04003109#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2878 misc/util.c:126
3110#: resize/main.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04003111#, c-format
3112msgid "while determining whether %s is mounted."
Tianze Wang57d69272016-08-31 23:14:17 -04003113msgstr "确定 %s 是否已挂载时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003114
Tianze Wang57d69272016-08-31 23:14:17 -04003115# Note:The second "%s" represents the current status of the device (defined by the first "%s"), thus it is not necessary to translate the word "is". The second "%s" will serve as the copula as well as the predicative (in Chinese).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003116#: e2fsck/unix.c:256
Tianze Wang57d69272016-08-31 23:14:17 -04003117#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003118msgid "Warning! %s is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003119msgstr "警告! %s已被挂载。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003120
Tianze Wang57d69272016-08-31 23:14:17 -04003121# Note:The second "%s" represents the current status of the device (defined by the first "%s"), thus it is not necessary to translate the word "is". The second "%s" will serve as the copula as well as the predicative (in Chinese).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003122#: e2fsck/unix.c:259
Tianze Wang57d69272016-08-31 23:14:17 -04003123#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003124msgid "Warning! %s is in use.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003125msgstr "警告! %s正被使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003127#: e2fsck/unix.c:265
Tianze Wang57d69272016-08-31 23:14:17 -04003128#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003129msgid "%s is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003130msgstr "%s 已挂载。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003131
Tianze Wang57d69272016-08-31 23:14:17 -04003132# Same as the above.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003133#: e2fsck/unix.c:267
Tianze Wang57d69272016-08-31 23:14:17 -04003134#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003135msgid "%s is in use.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003136msgstr "%s正被使用。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003138#: e2fsck/unix.c:269
Theodore Ts'of722c132009-04-21 22:09:01 -04003139msgid ""
3140"Cannot continue, aborting.\n"
3141"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003142msgstr "无法继续,已中止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003144#: e2fsck/unix.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04003145msgid ""
3146"\n"
3147"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003148"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3149"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003150"\n"
3151msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003152"\n"
3153"\n"
3154"警告!!!该文件系统已被挂载。如果你继续操作将会\n"
3155"使文件系统遭受 *** 严重损坏 ***!\n"
3156"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003158#: e2fsck/unix.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04003159msgid "Do you really want to continue"
Tianze Wang57d69272016-08-31 23:14:17 -04003160msgstr "你真的想要继续吗"
Theodore Ts'of722c132009-04-21 22:09:01 -04003161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003162#: e2fsck/unix.c:278
Theodore Ts'of722c132009-04-21 22:09:01 -04003163msgid "check aborted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003164msgstr "检查被中止。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003166#: e2fsck/unix.c:371
Theodore Ts'of722c132009-04-21 22:09:01 -04003167msgid " contains a file system with errors"
Tianze Wang57d69272016-08-31 23:14:17 -04003168msgstr " 有一个含有错误的文件系统"
Theodore Ts'of722c132009-04-21 22:09:01 -04003169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003170#: e2fsck/unix.c:373
Theodore Ts'of722c132009-04-21 22:09:01 -04003171msgid " was not cleanly unmounted"
Tianze Wang57d69272016-08-31 23:14:17 -04003172msgstr " 未被彻底卸载"
Theodore Ts'of722c132009-04-21 22:09:01 -04003173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003174#: e2fsck/unix.c:375
Theodore Ts'of722c132009-04-21 22:09:01 -04003175msgid " primary superblock features different from backup"
Tianze Wang57d69272016-08-31 23:14:17 -04003176msgstr " 主超级块与备份超级块有差异"
Theodore Ts'of722c132009-04-21 22:09:01 -04003177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003178#: e2fsck/unix.c:379
Theodore Ts'of722c132009-04-21 22:09:01 -04003179#, c-format
3180msgid " has been mounted %u times without being checked"
Tianze Wang57d69272016-08-31 23:14:17 -04003181msgstr " 已被挂载 %u 次,但尚未被检查"
Theodore Ts'of722c132009-04-21 22:09:01 -04003182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003183#: e2fsck/unix.c:386
Theodore Ts'of722c132009-04-21 22:09:01 -04003184msgid " has filesystem last checked time in the future"
Tianze Wang57d69272016-08-31 23:14:17 -04003185msgstr " 上一次检查的时间在未来"
Theodore Ts'of722c132009-04-21 22:09:01 -04003186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003187#: e2fsck/unix.c:392
Theodore Ts'of722c132009-04-21 22:09:01 -04003188#, c-format
3189msgid " has gone %u days without being checked"
Tianze Wang57d69272016-08-31 23:14:17 -04003190msgstr " 已超过 %u 未被检查"
Theodore Ts'of722c132009-04-21 22:09:01 -04003191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003192#: e2fsck/unix.c:401
Theodore Ts'of722c132009-04-21 22:09:01 -04003193msgid ", check forced.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003194msgstr ",强制进行检查。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003195
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003196#: e2fsck/unix.c:434
Theodore Ts'of722c132009-04-21 22:09:01 -04003197#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003198msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04003199msgstr "%s:没有问题,%u/%u 文件,%llu/%llu 块"
Theodore Ts'of722c132009-04-21 22:09:01 -04003200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003201#: e2fsck/unix.c:454
Theodore Ts'of722c132009-04-21 22:09:01 -04003202msgid " (check deferred; on battery)"
Tianze Wang57d69272016-08-31 23:14:17 -04003203msgstr " (正在使用电池;已推迟检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003205#: e2fsck/unix.c:457
Theodore Ts'of722c132009-04-21 22:09:01 -04003206msgid " (check after next mount)"
Tianze Wang57d69272016-08-31 23:14:17 -04003207msgstr "(将于下次挂载时进行检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003209#: e2fsck/unix.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04003210#, c-format
3211msgid " (check in %ld mounts)"
Tianze Wang57d69272016-08-31 23:14:17 -04003212msgstr " (每挂载 %ld 次就进行检查)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003214#: e2fsck/unix.c:609
Theodore Ts'of722c132009-04-21 22:09:01 -04003215#, c-format
3216msgid "ERROR: Couldn't open /dev/null (%s)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003217msgstr "错误:无法打开/dev/null(%s)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003219#: e2fsck/unix.c:679
Theodore Ts'of722c132009-04-21 22:09:01 -04003220msgid "Invalid EA version.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003221msgstr "无效的EA版本号。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003223#: e2fsck/unix.c:692
3224msgid "Invalid readahead buffer size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003225msgstr "预读取缓冲区大小无效。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003226
3227#: e2fsck/unix.c:725
Theodore Ts'of722c132009-04-21 22:09:01 -04003228#, c-format
3229msgid "Unknown extended option: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003230msgstr "未知的扩展属性:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003232#: e2fsck/unix.c:752
Theodore Ts'of722c132009-04-21 22:09:01 -04003233#, c-format
3234msgid ""
3235"Syntax error in e2fsck config file (%s, line #%d)\n"
3236"\t%s\n"
3237msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003238"e2fsck 配置文件中语法错误(%s,第 %d 行)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003239"\t%s\n"
3240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003241#: e2fsck/unix.c:825
Theodore Ts'of722c132009-04-21 22:09:01 -04003242#, c-format
3243msgid "Error validating file descriptor %d: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003244msgstr "验证文件描述符 %d 时出错:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003246#: e2fsck/unix.c:829
Theodore Ts'of722c132009-04-21 22:09:01 -04003247msgid "Invalid completion information file descriptor"
Tianze Wang57d69272016-08-31 23:14:17 -04003248msgstr "无效的文件描述符信息"
Theodore Ts'of722c132009-04-21 22:09:01 -04003249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003250#: e2fsck/unix.c:844
Theodore Ts'of722c132009-04-21 22:09:01 -04003251msgid "Only one of the options -p/-a, -n or -y may be specified."
Tianze Wang57d69272016-08-31 23:14:17 -04003252msgstr "只能使用选项 -p/-a、-n 或 -y 其中之一。"
Theodore Ts'of722c132009-04-21 22:09:01 -04003253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003254#: e2fsck/unix.c:865
Theodore Ts'of722c132009-04-21 22:09:01 -04003255#, c-format
3256msgid "The -t option is not supported on this version of e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003257msgstr "此版本的e2fsck不支持 -t 选项。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003259#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o48203a32016-06-08 15:45:26 -04003260#: misc/tune2fs.c:1598 misc/tune2fs.c:1893 misc/tune2fs.c:1911
Theodore Ts'of722c132009-04-21 22:09:01 -04003261#, c-format
3262msgid "Unable to resolve '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04003263msgstr "无法解析“%s”"
Theodore Ts'of722c132009-04-21 22:09:01 -04003264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: e2fsck/unix.c:952
Dark Ravenc4755342011-01-26 18:54:25 -05003266msgid "The -n and -D options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003267msgstr "%s:-n 和 -D 选项是互相排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003269#: e2fsck/unix.c:957
Dark Ravenc4755342011-01-26 18:54:25 -05003270msgid "The -n and -c options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003271msgstr "%s:-n 和 -c 选项是互相排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003272
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003273#: e2fsck/unix.c:962
Dark Ravenc4755342011-01-26 18:54:25 -05003274msgid "The -n and -l/-L options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003275msgstr "%s:-n 和 -l/-L 选项是相互排斥的。"
Dark Ravenc4755342011-01-26 18:54:25 -05003276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003277#: e2fsck/unix.c:986
3278msgid "The -D and -E fixes_only options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003279msgstr "-D 和 -E fixes_only 选项是互相排斥的。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003280
3281#: e2fsck/unix.c:992
3282msgid "The -E bmap2extent and fixes_only options are incompatible."
Tianze Wang57d69272016-08-31 23:14:17 -04003283msgstr "-E bmap2extent 和 fixes_only 选项是互相排斥的。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003284
3285#: e2fsck/unix.c:1046
Theodore Ts'of722c132009-04-21 22:09:01 -04003286msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003287msgstr "-c 和 -l/-L 选项不能同时使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003289#: e2fsck/unix.c:1093
Theodore Ts'of722c132009-04-21 22:09:01 -04003290#, c-format
3291msgid ""
3292"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3293"\n"
3294msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003295"E2FSCK_JBD_DEBUG “%s”不是整数\n"
3296"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003298#: e2fsck/unix.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -04003299#, c-format
3300msgid ""
3301"\n"
3302"Invalid non-numeric argument to -%c (\"%s\")\n"
3303"\n"
3304msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003305"\n"
3306"-%c 接收到无效的非数值参数(“%s”)\n"
3307"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003309#: e2fsck/unix.c:1193
Eric Sandeen032eafe2012-07-28 17:48:36 -04003310#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003311msgid ""
3312"MMP interval is %u seconds and total wait time is %u seconds. Please "
3313"wait...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003314msgstr "MMP间隔为 %u 秒,总等候时间为 %u 秒。请稍候...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003316#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04003317msgid "while checking MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04003318msgstr "检测 MMP 块时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003319
Theodore Ts'o48203a32016-06-08 15:45:26 -04003320#: e2fsck/unix.c:1217 misc/tune2fs.c:2792
Eric Sandeen032eafe2012-07-28 17:48:36 -04003321msgid ""
3322"If you are sure the filesystem is not in use on any node, run:\n"
3323"'tune2fs -f -E clear_mmp {device}'\n"
3324msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003325"如果你确定文件系统并没有挂载到任何节点上,请运行:\n"
3326"“tune2fs -f -E clear_mmp {设备}”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003328#: e2fsck/unix.c:1232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003329msgid "while reading MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04003330msgstr "读取 MMP 块时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003331
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003332#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
3333#: misc/mke2fs.c:2560 misc/mke2fs.c:2611 misc/tune2fs.c:2610
Theodore Ts'o48203a32016-06-08 15:45:26 -04003334#: misc/tune2fs.c:2655 resize/main.c:187 resize/main.c:232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003335#, c-format
3336msgid ""
3337"Overwriting existing filesystem; this can be undone using the command:\n"
3338" e2undo %s %s\n"
3339"\n"
3340msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003341"正在覆盖现有的文件系统;可以用下列命令来撤销该操作:\n"
3342" e2undo %s %s\n"
3343"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003344
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003345#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2600 misc/tune2fs.c:2644
Theodore Ts'o48203a32016-06-08 15:45:26 -04003346#: resize/main.c:221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003347#, c-format
3348msgid "while trying to delete %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003349msgstr "尝试删除 %s 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003350
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003351#: e2fsck/unix.c:1319 misc/mke2fs.c:2626 resize/main.c:242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003352msgid "while trying to setup undo file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003353msgstr "尝试创建撤销记录时\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003354
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003355#: e2fsck/unix.c:1362
Theodore Ts'of722c132009-04-21 22:09:01 -04003356msgid "Error: ext2fs library version out of date!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003357msgstr "错误:ext2fs库版本过旧!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003358
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003359#: e2fsck/unix.c:1369
Theodore Ts'of722c132009-04-21 22:09:01 -04003360msgid "while trying to initialize program"
Tianze Wang57d69272016-08-31 23:14:17 -04003361msgstr "尝试初始化程序时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003362
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003363#: e2fsck/unix.c:1392
Dark Raven3be22a82010-04-19 16:59:03 -04003364#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003365msgid "\tUsing %s, %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003366msgstr "\t使用 %s,%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003367
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003368#: e2fsck/unix.c:1404
Theodore Ts'of722c132009-04-21 22:09:01 -04003369msgid "need terminal for interactive repairs"
Tianze Wang57d69272016-08-31 23:14:17 -04003370msgstr "需要在终端中进行交互式修复"
Theodore Ts'of722c132009-04-21 22:09:01 -04003371
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003372#: e2fsck/unix.c:1465
Dark Raven31a48472009-05-25 22:45:42 -04003373#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003374msgid "%s: %s trying backup blocks...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003375msgstr "%s:%s 尝试备份块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003376
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003377#: e2fsck/unix.c:1467
Theodore Ts'of722c132009-04-21 22:09:01 -04003378msgid "Superblock invalid,"
Tianze Wang57d69272016-08-31 23:14:17 -04003379msgstr "超级块无效,"
Theodore Ts'of722c132009-04-21 22:09:01 -04003380
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003381#: e2fsck/unix.c:1468
Theodore Ts'of722c132009-04-21 22:09:01 -04003382msgid "Group descriptors look bad..."
Tianze Wang57d69272016-08-31 23:14:17 -04003383msgstr "组描述符似乎是错误的..."
Theodore Ts'of722c132009-04-21 22:09:01 -04003384
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003385#: e2fsck/unix.c:1478
Tianze Wang57d69272016-08-31 23:14:17 -04003386#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003387msgid "%s: %s while using the backup blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04003388msgstr "%s:尝试备份块时 %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003389
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003390#: e2fsck/unix.c:1482
Dark Raven3be22a82010-04-19 16:59:03 -04003391#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003392msgid "%s: going back to original superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003393msgstr "%s:回到原先的超级块\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003394
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003395#: e2fsck/unix.c:1511
Theodore Ts'of722c132009-04-21 22:09:01 -04003396msgid ""
3397"The filesystem revision is apparently too high for this version of e2fsck.\n"
3398"(Or the filesystem superblock is corrupt)\n"
3399"\n"
3400msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003401"文件系统的版本高于此e2fsck所支持的版本。\n"
3402"(也有可能超级块已损坏)\n"
3403"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003404
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003405#: e2fsck/unix.c:1518
Theodore Ts'of722c132009-04-21 22:09:01 -04003406msgid "Could this be a zero-length partition?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003407msgstr "分区长度为零吗?\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003408
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003409#: e2fsck/unix.c:1520
Theodore Ts'of722c132009-04-21 22:09:01 -04003410#, c-format
3411msgid "You must have %s access to the filesystem or be root\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003412msgstr "你必须具有对该文件系统的 %s 权限,或者为root\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003413
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003414#: e2fsck/unix.c:1526
Theodore Ts'of722c132009-04-21 22:09:01 -04003415msgid "Possibly non-existent or swap device?\n"
3416msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003417"可能为swap分区,或该设备不存在?\n"
3418"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003419
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003420#: e2fsck/unix.c:1528
Theodore Ts'of722c132009-04-21 22:09:01 -04003421msgid "Filesystem mounted or opened exclusively by another program?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003422msgstr "文件系统可能已挂载,或正被其他程序独占使用?\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003423
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003424#: e2fsck/unix.c:1532
Dark Ravenc4755342011-01-26 18:54:25 -05003425msgid "Possibly non-existent device?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003426msgstr "可能该设备不存在?\n"
Dark Ravenc4755342011-01-26 18:54:25 -05003427
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003428#: e2fsck/unix.c:1535
Theodore Ts'of722c132009-04-21 22:09:01 -04003429msgid ""
3430"Disk write-protected; use the -n option to do a read-only\n"
3431"check of the device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003432msgstr "磁盘写保护;请使用 -n 选项进行只读检查。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003433
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003434#: e2fsck/unix.c:1603
Theodore Ts'of722c132009-04-21 22:09:01 -04003435msgid "Get a newer version of e2fsck!"
Tianze Wang57d69272016-08-31 23:14:17 -04003436msgstr "请获取新版本的e2fsck!"
Theodore Ts'of722c132009-04-21 22:09:01 -04003437
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003438#: e2fsck/unix.c:1647
Tianze Wang57d69272016-08-31 23:14:17 -04003439#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003440msgid "while checking journal for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003441msgstr "检查 %s 的日志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003442
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003443#: e2fsck/unix.c:1650
Theodore Ts'o48203a32016-06-08 15:45:26 -04003444msgid "Cannot proceed with file system check"
Tianze Wang57d69272016-08-31 23:14:17 -04003445msgstr "无法在系统检查时进行"
Theodore Ts'o48203a32016-06-08 15:45:26 -04003446
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003447#: e2fsck/unix.c:1661
3448msgid ""
3449"Warning: skipping journal recovery because doing a read-only filesystem "
3450"check.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003451msgstr "警告:由于只读系统检查,跳过日志恢复流程。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003452
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003453#: e2fsck/unix.c:1673
Theodore Ts'of722c132009-04-21 22:09:01 -04003454#, c-format
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003455msgid "unable to set superblock flags on %s\n"
3456msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003457"无法设置 %s 的超级块标志。\n"
3458"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04003459
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003460#: e2fsck/unix.c:1679
Tianze Wang57d69272016-08-31 23:14:17 -04003461#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003462msgid "Journal checksum error found in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003463msgstr "在 %s 中发现日志校验值错误\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003464
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003465#: e2fsck/unix.c:1683
Tianze Wang57d69272016-08-31 23:14:17 -04003466#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003467msgid "Journal corrupted in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003468msgstr "%s 中的日志已损坏\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003469
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003470#: e2fsck/unix.c:1687
Tianze Wang57d69272016-08-31 23:14:17 -04003471#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003472msgid "while recovering journal of %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003473msgstr "恢复 %s 的日志时"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003474
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003475#: e2fsck/unix.c:1709
Theodore Ts'of722c132009-04-21 22:09:01 -04003476#, c-format
3477msgid "%s has unsupported feature(s):"
Tianze Wang57d69272016-08-31 23:14:17 -04003478msgstr "%s 有不被支持的特性:"
Theodore Ts'of722c132009-04-21 22:09:01 -04003479
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003480#: e2fsck/unix.c:1768
Tianze Wang57d69272016-08-31 23:14:17 -04003481#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003482msgid "%s: %s while reading bad blocks inode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003483msgstr "%s:读取坏块inode时%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003484
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003485#: e2fsck/unix.c:1771
Theodore Ts'of722c132009-04-21 22:09:01 -04003486msgid "This doesn't bode well, but we'll try to go on...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003487msgstr "这并不是一个好预兆,然而我们将继续进行...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003488
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003489#: e2fsck/unix.c:1811
Dark Raven3be22a82010-04-19 16:59:03 -04003490#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003491msgid "Creating journal (%d blocks): "
Tianze Wang57d69272016-08-31 23:14:17 -04003492msgstr "创建日志(%d 个块):"
Theodore Ts'of722c132009-04-21 22:09:01 -04003493
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003494#: e2fsck/unix.c:1821
Theodore Ts'of722c132009-04-21 22:09:01 -04003495msgid " Done.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003496msgstr "完毕。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003497
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003498#: e2fsck/unix.c:1823
Theodore Ts'of722c132009-04-21 22:09:01 -04003499msgid ""
3500"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003501"*** journal has been regenerated ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003502msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003503"\n"
3504"*** 日志已被重建 ***\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003506#: e2fsck/unix.c:1829
Theodore Ts'obd386982015-05-17 20:34:58 -04003507msgid "aborted"
3508msgstr "已中止"
3509
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003510#: e2fsck/unix.c:1831
Theodore Ts'of722c132009-04-21 22:09:01 -04003511#, c-format
3512msgid "%s: e2fsck canceled.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003513msgstr "%s:e2fsck被取消。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003514
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003515#: e2fsck/unix.c:1858
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003516msgid "Restarting e2fsck from the beginning...\n"
3517msgstr "正在从头开始e2fsck...\n"
3518
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003519#: e2fsck/unix.c:1862
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003520msgid "while resetting context"
Tianze Wang57d69272016-08-31 23:14:17 -04003521msgstr "重置上下文时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003522
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003523#: e2fsck/unix.c:1906 e2fsck/util.c:71
Theodore Ts'of722c132009-04-21 22:09:01 -04003524#, c-format
3525msgid ""
3526"\n"
3527"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3528msgstr ""
3529"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003530"%s:***** 文件系统已修改 *****\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003531
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003532#: e2fsck/unix.c:1910
Tianze Wang57d69272016-08-31 23:14:17 -04003533#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003534msgid "%s: ***** REBOOT SYSTEM *****\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003535msgstr "%s:***** 请重新启动系统 *****\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003536
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003537#: e2fsck/unix.c:1918 e2fsck/util.c:77
Theodore Ts'of722c132009-04-21 22:09:01 -04003538#, c-format
3539msgid ""
3540"\n"
3541"%s: ********** WARNING: Filesystem still has errors **********\n"
3542"\n"
3543msgstr ""
Dark Raven31a48472009-05-25 22:45:42 -04003544"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003545"%s:********** 警告:文件系统上仍有错误 **********\n"
Dark Raven31a48472009-05-25 22:45:42 -04003546"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003548#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'of722c132009-04-21 22:09:01 -04003549msgid "yY"
3550msgstr "yY"
3551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003552#: e2fsck/util.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -04003553msgid "nN"
3554msgstr "nN"
3555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003556#: e2fsck/util.c:196
3557msgid "aA"
Tianze Wang57d69272016-08-31 23:14:17 -04003558msgstr "aA"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003559
3560#: e2fsck/util.c:197
3561msgid " ('a' enables 'yes' to all) "
Tianze Wang57d69272016-08-31 23:14:17 -04003562msgstr "(“a” 表示全部回答“yes”) "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003563
3564#: e2fsck/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04003565msgid "<y>"
3566msgstr "<y>"
3567
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003568#: e2fsck/util.c:215
Theodore Ts'of722c132009-04-21 22:09:01 -04003569msgid "<n>"
3570msgstr "<n>"
3571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003572#: e2fsck/util.c:217
Theodore Ts'of722c132009-04-21 22:09:01 -04003573msgid " (y/n)"
Tianze Wang57d69272016-08-31 23:14:17 -04003574msgstr " (y/n)"
Theodore Ts'of722c132009-04-21 22:09:01 -04003575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003576#: e2fsck/util.c:240
Theodore Ts'of722c132009-04-21 22:09:01 -04003577msgid "cancelled!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003578msgstr "已取消!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003580#: e2fsck/util.c:264
3581msgid "yes to all\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003582msgstr "全部回答“yes”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003583
3584#: e2fsck/util.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04003585msgid "yes\n"
3586msgstr "是\n"
3587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003588#: e2fsck/util.c:268
Theodore Ts'of722c132009-04-21 22:09:01 -04003589msgid "no\n"
3590msgstr "否\n"
3591
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003592#: e2fsck/util.c:278
Dark Raven3be22a82010-04-19 16:59:03 -04003593#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003594msgid ""
3595"%s? no\n"
3596"\n"
3597msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003598"%s? no\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003599"\n"
3600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003601#: e2fsck/util.c:282
Theodore Ts'of722c132009-04-21 22:09:01 -04003602#, c-format
3603msgid ""
3604"%s? yes\n"
3605"\n"
3606msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003607"%s? yes\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003608"\n"
3609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003610#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003611msgid "yes"
3612msgstr "yes"
3613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003614#: e2fsck/util.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04003615msgid "no"
3616msgstr "no"
3617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003618#: e2fsck/util.c:302
Theodore Ts'of722c132009-04-21 22:09:01 -04003619#, c-format
3620msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003621msgstr "e2fsck_read_bitmaps:%s 含有非法的位图块"
Theodore Ts'of722c132009-04-21 22:09:01 -04003622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003623#: e2fsck/util.c:307
Theodore Ts'of722c132009-04-21 22:09:01 -04003624msgid "reading inode and block bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04003625msgstr "读取inode和块位图"
Theodore Ts'of722c132009-04-21 22:09:01 -04003626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003627#: e2fsck/util.c:319
Theodore Ts'of722c132009-04-21 22:09:01 -04003628#, c-format
3629msgid "while retrying to read bitmaps for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003630msgstr "重新尝试读取 %s 的位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003631
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003632#: e2fsck/util.c:331
Theodore Ts'of722c132009-04-21 22:09:01 -04003633msgid "writing block and inode bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04003634msgstr "写入块和inode位图"
Theodore Ts'of722c132009-04-21 22:09:01 -04003635
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003636#: e2fsck/util.c:336
Theodore Ts'of722c132009-04-21 22:09:01 -04003637#, c-format
3638msgid "while rewriting block and inode bitmaps for %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003639msgstr "重写 %s 的block和inode位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003640
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003641#: e2fsck/util.c:348
Theodore Ts'of722c132009-04-21 22:09:01 -04003642#, c-format
3643msgid ""
3644"\n"
3645"\n"
3646"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3647"\t(i.e., without -a or -p options)\n"
3648msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003649"\n"
3650"\n"
3651"%s:未预期的不一致性;请手动运行fsck\n"
3652"\t(即不使用 -a 或 -p 选项)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003654#: e2fsck/util.c:429
Dark Raven3be22a82010-04-19 16:59:03 -04003655#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003656msgid "Memory used: %luk/%luk (%luk/%luk), "
Tianze Wang57d69272016-08-31 23:14:17 -04003657msgstr "内存使用量:%luk/%luk(%luk/%luk), "
Theodore Ts'of722c132009-04-21 22:09:01 -04003658
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003659#: e2fsck/util.c:433
Dark Raven3be22a82010-04-19 16:59:03 -04003660#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003661msgid "Memory used: %lu, "
Tianze Wang57d69272016-08-31 23:14:17 -04003662msgstr "已使用内存:%lu, "
Theodore Ts'of722c132009-04-21 22:09:01 -04003663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003664#: e2fsck/util.c:440
Dark Raven31a48472009-05-25 22:45:42 -04003665#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003666msgid "time: %5.2f/%5.2f/%5.2f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003667msgstr "时间:%5.2f/%5.2f/%5.2f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003668
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003669#: e2fsck/util.c:445
Theodore Ts'of722c132009-04-21 22:09:01 -04003670#, c-format
3671msgid "elapsed time: %6.3f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003672msgstr "持续时间:%6.3f\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003674#: e2fsck/util.c:480 e2fsck/util.c:494
Dark Raven3be22a82010-04-19 16:59:03 -04003675#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003676msgid "while reading inode %lu in %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003677msgstr "读取 %2$s 中的inode %1$lu 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003678
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003679#: e2fsck/util.c:508 e2fsck/util.c:521
Dark Raven3be22a82010-04-19 16:59:03 -04003680#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04003681msgid "while writing inode %lu in %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003682msgstr "写入 %2$s 中的inode %1$lu 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003683
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003684#: e2fsck/util.c:765
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003685msgid ""
3686"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3687"running.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003688msgstr "未预期的不连续性:文件系统在运行fsck时被修改。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003689
Theodore Ts'obd386982015-05-17 20:34:58 -04003690#: misc/badblocks.c:72
Eric Sandeen032eafe2012-07-28 17:48:36 -04003691msgid "done \n"
Tianze Wang57d69272016-08-31 23:14:17 -04003692msgstr "已完成 \n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003693
Theodore Ts'obd386982015-05-17 20:34:58 -04003694#: misc/badblocks.c:97
Theodore Ts'of722c132009-04-21 22:09:01 -04003695#, c-format
3696msgid ""
3697"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003698" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3699"max_bad_blocks]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003700" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3701" device [last_block [first_block]]\n"
3702msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003703"用法:%s [-b 块大小] [-i 输入文件] [-o 输出文件] [-svwnf]\n"
3704" [-c 立即块数] [-d 读取延迟因子] [-e 最大坏块数]\n"
3705" [-p 需要通过测试的块数] [-t 测试模式 [-t 测试模式 [...]]]\n"
3706" 设备 [末块 [首块]]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003707
Theodore Ts'obd386982015-05-17 20:34:58 -04003708#: misc/badblocks.c:108
Theodore Ts'of722c132009-04-21 22:09:01 -04003709#, c-format
3710msgid ""
3711"%s: The -n and -w options are mutually exclusive.\n"
3712"\n"
3713msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003714"%s:-n 和 -w 选项是相互排斥的。\n"
3715"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003716
Theodore Ts'obd386982015-05-17 20:34:58 -04003717#: misc/badblocks.c:223
Theodore Ts'o930e2812009-06-29 15:08:12 -04003718#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003719msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003720msgstr "进度 %6.2f%%,用时 %s。(%d/%d/%d 个错误)"
Theodore Ts'o930e2812009-06-29 15:08:12 -04003721
Theodore Ts'obd386982015-05-17 20:34:58 -04003722#: misc/badblocks.c:328
Theodore Ts'of722c132009-04-21 22:09:01 -04003723msgid "Testing with random pattern: "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003724msgstr "现在测试随机模式:"
Theodore Ts'of722c132009-04-21 22:09:01 -04003725
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003726# upstream bug but whatever
Theodore Ts'obd386982015-05-17 20:34:58 -04003727#: misc/badblocks.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04003728msgid "Testing with pattern 0x"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05003729msgstr "现在测试模式 0x"
Theodore Ts'of722c132009-04-21 22:09:01 -04003730
Theodore Ts'obd386982015-05-17 20:34:58 -04003731#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'of722c132009-04-21 22:09:01 -04003732msgid "during seek"
Tianze Wang57d69272016-08-31 23:14:17 -04003733msgstr "定位过程中"
Theodore Ts'of722c132009-04-21 22:09:01 -04003734
Theodore Ts'obd386982015-05-17 20:34:58 -04003735#: misc/badblocks.c:389
Theodore Ts'of722c132009-04-21 22:09:01 -04003736#, c-format
3737msgid "Weird value (%ld) in do_read\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003738msgstr "do_read中遇到异常值(%ld)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003739
Theodore Ts'obd386982015-05-17 20:34:58 -04003740#: misc/badblocks.c:476
Theodore Ts'of722c132009-04-21 22:09:01 -04003741msgid "during ext2fs_sync_device"
Tianze Wang57d69272016-08-31 23:14:17 -04003742msgstr "执行ext2fs_sync_device时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003743
Theodore Ts'obd386982015-05-17 20:34:58 -04003744#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'of722c132009-04-21 22:09:01 -04003745msgid "while beginning bad block list iteration"
Tianze Wang57d69272016-08-31 23:14:17 -04003746msgstr "迭代坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003747
Theodore Ts'obd386982015-05-17 20:34:58 -04003748#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'of722c132009-04-21 22:09:01 -04003749msgid "while allocating buffers"
Tianze Wang57d69272016-08-31 23:14:17 -04003750msgstr "分配缓冲区时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003751
Theodore Ts'obd386982015-05-17 20:34:58 -04003752#: misc/badblocks.c:515
Theodore Ts'of722c132009-04-21 22:09:01 -04003753#, c-format
3754msgid "Checking blocks %lu to %lu\n"
3755msgstr "正在检查从 %lu 到 %lu的块\n"
3756
Theodore Ts'obd386982015-05-17 20:34:58 -04003757#: misc/badblocks.c:520
Theodore Ts'of722c132009-04-21 22:09:01 -04003758msgid "Checking for bad blocks in read-only mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003759msgstr "在只读模式中检查坏块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003760
Theodore Ts'obd386982015-05-17 20:34:58 -04003761#: misc/badblocks.c:529
Theodore Ts'of722c132009-04-21 22:09:01 -04003762msgid "Checking for bad blocks (read-only test): "
Tianze Wang57d69272016-08-31 23:14:17 -04003763msgstr "检查坏块(只读测试): "
Theodore Ts'of722c132009-04-21 22:09:01 -04003764
Theodore Ts'obd386982015-05-17 20:34:58 -04003765#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3766#: misc/badblocks.c:832
Theodore Ts'of722c132009-04-21 22:09:01 -04003767msgid "Too many bad blocks, aborting test\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003768msgstr "坏块太多,终止测试\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003769
Theodore Ts'obd386982015-05-17 20:34:58 -04003770#: misc/badblocks.c:618
Theodore Ts'of722c132009-04-21 22:09:01 -04003771msgid "Checking for bad blocks in read-write mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003772msgstr "在读写模式中检查坏块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003773
Theodore Ts'obd386982015-05-17 20:34:58 -04003774#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'of722c132009-04-21 22:09:01 -04003775#, c-format
3776msgid "From block %lu to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003777msgstr "从块 %lu 至 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003778
Theodore Ts'obd386982015-05-17 20:34:58 -04003779#: misc/badblocks.c:675
Theodore Ts'of722c132009-04-21 22:09:01 -04003780msgid "Reading and comparing: "
Tianze Wang57d69272016-08-31 23:14:17 -04003781msgstr "正在读取并比较: "
Theodore Ts'of722c132009-04-21 22:09:01 -04003782
Theodore Ts'obd386982015-05-17 20:34:58 -04003783#: misc/badblocks.c:781
Theodore Ts'of722c132009-04-21 22:09:01 -04003784msgid "Checking for bad blocks in non-destructive read-write mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003785msgstr "使用非破坏性读写模式进行坏块检验\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003786
Theodore Ts'obd386982015-05-17 20:34:58 -04003787#: misc/badblocks.c:787
Theodore Ts'of722c132009-04-21 22:09:01 -04003788msgid "Checking for bad blocks (non-destructive read-write test)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003789msgstr "正在检验坏块(非破坏性读写测试)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003790
Theodore Ts'obd386982015-05-17 20:34:58 -04003791#: misc/badblocks.c:794
Theodore Ts'of722c132009-04-21 22:09:01 -04003792msgid ""
3793"\n"
3794"Interrupt caught, cleaning up\n"
3795msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04003796"\n"
3797"收到中断通知,正在进行后续清理工作\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003798
Theodore Ts'obd386982015-05-17 20:34:58 -04003799#: misc/badblocks.c:877
Theodore Ts'of722c132009-04-21 22:09:01 -04003800#, c-format
3801msgid "during test data write, block %lu"
Tianze Wang57d69272016-08-31 23:14:17 -04003802msgstr "正在测试数据写入,位于块 %lu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003804#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'of722c132009-04-21 22:09:01 -04003805#, c-format
3806msgid "%s is mounted; "
Tianze Wang57d69272016-08-31 23:14:17 -04003807msgstr "%s 已经挂载; "
Theodore Ts'of722c132009-04-21 22:09:01 -04003808
Theodore Ts'obd386982015-05-17 20:34:58 -04003809#: misc/badblocks.c:1000
Theodore Ts'of722c132009-04-21 22:09:01 -04003810msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003811msgstr "强制进行坏块处理。期望/etc/mtab中反映的并非真实情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003812
Theodore Ts'obd386982015-05-17 20:34:58 -04003813#: misc/badblocks.c:1005
Theodore Ts'of722c132009-04-21 22:09:01 -04003814msgid "it's not safe to run badblocks!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003815msgstr "进行坏块处理有风险!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003816
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003817#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'of722c132009-04-21 22:09:01 -04003818#, c-format
3819msgid "%s is apparently in use by the system; "
Tianze Wang57d69272016-08-31 23:14:17 -04003820msgstr "%s 显然正被系统使用; "
Theodore Ts'of722c132009-04-21 22:09:01 -04003821
Theodore Ts'obd386982015-05-17 20:34:58 -04003822#: misc/badblocks.c:1013
Theodore Ts'of722c132009-04-21 22:09:01 -04003823msgid "badblocks forced anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003824msgstr "强制进行坏块检验。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003825
Theodore Ts'obd386982015-05-17 20:34:58 -04003826#: misc/badblocks.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -04003827#, c-format
3828msgid "invalid %s - %s"
3829msgstr "无效的%s - %s"
3830
Theodore Ts'obd386982015-05-17 20:34:58 -04003831#: misc/badblocks.c:1127
3832#, c-format
3833msgid "Too big max bad blocks count %u - maximum is %u"
Tianze Wang57d69272016-08-31 23:14:17 -04003834msgstr "最大坏块数(%u)过大 - 最大值为 %u"
Theodore Ts'obd386982015-05-17 20:34:58 -04003835
3836#: misc/badblocks.c:1154
Theodore Ts'of722c132009-04-21 22:09:01 -04003837#, c-format
3838msgid "can't allocate memory for test_pattern - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003839msgstr "无法使用测试模式分配内存 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04003840
Theodore Ts'obd386982015-05-17 20:34:58 -04003841#: misc/badblocks.c:1184
Theodore Ts'of722c132009-04-21 22:09:01 -04003842msgid "Maximum of one test_pattern may be specified in read-only mode"
Tianze Wang57d69272016-08-31 23:14:17 -04003843msgstr "只读测试中最多只能指定一种测试模式"
Theodore Ts'of722c132009-04-21 22:09:01 -04003844
Theodore Ts'obd386982015-05-17 20:34:58 -04003845#: misc/badblocks.c:1190
Theodore Ts'of722c132009-04-21 22:09:01 -04003846msgid "Random test_pattern is not allowed in read-only mode"
Tianze Wang57d69272016-08-31 23:14:17 -04003847msgstr "只读测试中不允许使用随机测试模式"
Theodore Ts'of722c132009-04-21 22:09:01 -04003848
Theodore Ts'obd386982015-05-17 20:34:58 -04003849#: misc/badblocks.c:1204
Theodore Ts'of722c132009-04-21 22:09:01 -04003850msgid ""
3851"Couldn't determine device size; you must specify\n"
3852"the size manually\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003853msgstr "无法确定设备大小;你必须手动指定大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003854
Theodore Ts'obd386982015-05-17 20:34:58 -04003855#: misc/badblocks.c:1210
Theodore Ts'of722c132009-04-21 22:09:01 -04003856msgid "while trying to determine device size"
Tianze Wang57d69272016-08-31 23:14:17 -04003857msgstr "尝试确定设备大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003858
Theodore Ts'obd386982015-05-17 20:34:58 -04003859#: misc/badblocks.c:1215
Theodore Ts'of722c132009-04-21 22:09:01 -04003860msgid "last block"
3861msgstr "最后一个块"
3862
Theodore Ts'obd386982015-05-17 20:34:58 -04003863#: misc/badblocks.c:1221
Theodore Ts'of722c132009-04-21 22:09:01 -04003864msgid "first block"
3865msgstr "第一个块"
3866
Theodore Ts'obd386982015-05-17 20:34:58 -04003867#: misc/badblocks.c:1224
Theodore Ts'of722c132009-04-21 22:09:01 -04003868#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003869msgid "invalid starting block (%llu): must be less than %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04003870msgstr "起始块(%llu)无效:必须小于 %llu"
Theodore Ts'of722c132009-04-21 22:09:01 -04003871
Theodore Ts'obd386982015-05-17 20:34:58 -04003872#: misc/badblocks.c:1231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003873#, c-format
3874msgid "invalid end block (%llu): must be 32-bit value"
Tianze Wang57d69272016-08-31 23:14:17 -04003875msgstr "起始块(%llu)无效:必须为32位数"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003876
Theodore Ts'obd386982015-05-17 20:34:58 -04003877#: misc/badblocks.c:1287
Theodore Ts'of722c132009-04-21 22:09:01 -04003878msgid "while creating in-memory bad blocks list"
Tianze Wang57d69272016-08-31 23:14:17 -04003879msgstr "在内存中创建坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003880
Theodore Ts'obd386982015-05-17 20:34:58 -04003881#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003882msgid "input file - bad format"
Tianze Wang57d69272016-08-31 23:14:17 -04003883msgstr "输入文件 - 格式错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003884
Theodore Ts'obd386982015-05-17 20:34:58 -04003885#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'of722c132009-04-21 22:09:01 -04003886msgid "while adding to in-memory bad block list"
Tianze Wang57d69272016-08-31 23:14:17 -04003887msgstr "向内存中的坏块列表中添加记录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003888
Theodore Ts'obd386982015-05-17 20:34:58 -04003889#: misc/badblocks.c:1338
Theodore Ts'of722c132009-04-21 22:09:01 -04003890#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003891msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003892msgstr "此步已完成,发现了 %u 个坏块。(%d/%d/%d 个错误)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003893
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003894#: misc/chattr.c:89
Tianze Wang57d69272016-08-31 23:14:17 -04003895#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003896msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003897msgstr "用法:%s [-pRVf] [-+=aAcCdDeijPsStTu] [-v 版本] 文件...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003898
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003899#: misc/chattr.c:159
Tianze Wang57d69272016-08-31 23:14:17 -04003900#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003901msgid "bad project - %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003902msgstr "项目错误 - %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003903
3904#: misc/chattr.c:173
Theodore Ts'of722c132009-04-21 22:09:01 -04003905#, c-format
3906msgid "bad version - %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003907msgstr "版本错误 - %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003908
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003909#: misc/chattr.c:219 misc/lsattr.c:127
Dark Raven3be22a82010-04-19 16:59:03 -04003910#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04003911msgid "while trying to stat %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003912msgstr "尝试对%s进行stat调用时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003914#: misc/chattr.c:226
Theodore Ts'of722c132009-04-21 22:09:01 -04003915#, c-format
3916msgid "while reading flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003917msgstr "读取 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003919#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'o930e2812009-06-29 15:08:12 -04003920#, c-format
3921msgid "Flags of %s set as "
3922msgstr "%s的标志被设为 "
3923
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003924#: misc/chattr.c:252
Theodore Ts'of722c132009-04-21 22:09:01 -04003925#, c-format
3926msgid "while setting flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003927msgstr "设置 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003929#: misc/chattr.c:260
Theodore Ts'of722c132009-04-21 22:09:01 -04003930#, c-format
3931msgid "Version of %s set as %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003932msgstr "%s 的版本被设置为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003934#: misc/chattr.c:264
Theodore Ts'of722c132009-04-21 22:09:01 -04003935#, c-format
3936msgid "while setting version on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003937msgstr "设置 %s 的版本时"
Theodore Ts'of722c132009-04-21 22:09:01 -04003938
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003939#: misc/chattr.c:271
Tianze Wang57d69272016-08-31 23:14:17 -04003940#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003941msgid "Project of %s set as %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003942msgstr "%s 的项目被设置为 %lu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003943
3944#: misc/chattr.c:275
Tianze Wang57d69272016-08-31 23:14:17 -04003945#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003946msgid "while setting project on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04003947msgstr "设置 %s 的项目时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003948
3949#: misc/chattr.c:297
Theodore Ts'of722c132009-04-21 22:09:01 -04003950msgid "Couldn't allocate path variable in chattr_dir_proc"
Tianze Wang57d69272016-08-31 23:14:17 -04003951msgstr "无法在chattr_dir_proc中为路径变量分配内存"
Theodore Ts'of722c132009-04-21 22:09:01 -04003952
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003953#: misc/chattr.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04003954msgid "= is incompatible with - and +\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003955msgstr "= 与 - / + 选项不相容\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003957#: misc/chattr.c:345
Theodore Ts'of722c132009-04-21 22:09:01 -04003958msgid "Must use '-v', =, - or +\n"
Tianze Wang57d69272016-08-31 23:14:17 -04003959msgstr "必须使用“-v”、=、- 或 + 其中之一\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04003960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003961#: misc/create_inode.c:70 misc/create_inode.c:109
Tianze Wang57d69272016-08-31 23:14:17 -04003962#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003963msgid "while reading inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04003964msgstr "读取 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003965
3966#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3967#: misc/create_inode.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003968msgid "while expanding directory"
Tianze Wang57d69272016-08-31 23:14:17 -04003969msgstr "扩充目录时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003970
3971#: misc/create_inode.c:87
Tianze Wang57d69272016-08-31 23:14:17 -04003972#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003973msgid "while linking \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04003974msgstr "链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003975
3976#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
Tianze Wang57d69272016-08-31 23:14:17 -04003977#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003978msgid "while writing inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04003979msgstr "写入 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003980
3981#: misc/create_inode.c:139 misc/create_inode.c:163
Tianze Wang57d69272016-08-31 23:14:17 -04003982#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003983msgid "while listing attributes of \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04003984msgstr "尝试列出“%s”的属性时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003985
3986#: misc/create_inode.c:150
Tianze Wang57d69272016-08-31 23:14:17 -04003987#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003988msgid "while opening inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04003989msgstr "打开 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003990
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003991#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:905
3992#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003993#: misc/mke2fs.c:353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003994msgid "while allocating memory"
Tianze Wang57d69272016-08-31 23:14:17 -04003995msgstr "分配内存时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003996
3997#: misc/create_inode.c:176 misc/create_inode.c:192
Tianze Wang57d69272016-08-31 23:14:17 -04003998#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003999msgid "while reading attribute \"%s\" of \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004000msgstr "读取 %s 的“%s”标志时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004001
4002#: misc/create_inode.c:201
Tianze Wang57d69272016-08-31 23:14:17 -04004003#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004004msgid "while writing attribute \"%s\" to inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004005msgstr "写入标志“%s”到 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004006
4007#: misc/create_inode.c:211
Tianze Wang57d69272016-08-31 23:14:17 -04004008#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004009msgid "while closing inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004010msgstr "关闭 inode %u 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011
4012#: misc/create_inode.c:259
Tianze Wang57d69272016-08-31 23:14:17 -04004013#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004014msgid "while allocating inode \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004015msgstr "分配 inode“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016
4017#: misc/create_inode.c:278
Tianze Wang57d69272016-08-31 23:14:17 -04004018#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004019msgid "while creating inode \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004020msgstr "创建 inode “%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004021
4022#: misc/create_inode.c:343
Tianze Wang57d69272016-08-31 23:14:17 -04004023#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004024msgid "while creating symlink \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004025msgstr "创建符号链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004026
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004027#: misc/create_inode.c:361 misc/create_inode.c:838
Tianze Wang57d69272016-08-31 23:14:17 -04004028#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004029msgid "while looking up \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004030msgstr "查找“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004031
4032#: misc/create_inode.c:381
Tianze Wang57d69272016-08-31 23:14:17 -04004033#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004034msgid "while creating directory \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004035msgstr "创建目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004037#: misc/create_inode.c:609
Tianze Wang57d69272016-08-31 23:14:17 -04004038#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004039msgid "while opening \"%s\" to copy"
Tianze Wang57d69272016-08-31 23:14:17 -04004040msgstr "打开“%s”并拷贝时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004041
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004042#: misc/create_inode.c:701
Theodore Ts'of722c132009-04-21 22:09:01 -04004043#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004044msgid "while changing working directory to \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004045msgstr "改变工作目录为“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004046
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004047#: misc/create_inode.c:709
Tianze Wang57d69272016-08-31 23:14:17 -04004048#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004049msgid "while opening directory \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004050msgstr "打开目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004052#: misc/create_inode.c:719
Tianze Wang57d69272016-08-31 23:14:17 -04004053#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004054msgid "while lstat \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004055msgstr "对“%s”进行lstat调用时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004056
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004057#: misc/create_inode.c:752
Tianze Wang57d69272016-08-31 23:14:17 -04004058#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004059msgid "while creating special file \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004060msgstr "创建特殊文件“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004061
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004062#: misc/create_inode.c:761
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004063msgid "malloc failed"
Tianze Wang57d69272016-08-31 23:14:17 -04004064msgstr "内存分配失败"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004065
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004066#: misc/create_inode.c:769
Tianze Wang57d69272016-08-31 23:14:17 -04004067#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004068msgid "while trying to read link \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004069msgstr "尝试读取链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004070
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004071#: misc/create_inode.c:776
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004072msgid "symlink increased in size between lstat() and readlink()"
Tianze Wang57d69272016-08-31 23:14:17 -04004073msgstr "在执行 lstat() 和 readlink() 期间,符号链接的大小发生改变"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004074
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004075#: misc/create_inode.c:787
Tianze Wang57d69272016-08-31 23:14:17 -04004076#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004077msgid "while writing symlink\"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004078msgstr "写入符号链接“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004079
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004080#: misc/create_inode.c:797
Tianze Wang57d69272016-08-31 23:14:17 -04004081#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004082msgid "while writing file \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004083msgstr "写入文件“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004084
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004085#: misc/create_inode.c:810
Tianze Wang57d69272016-08-31 23:14:17 -04004086#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004087msgid "while making dir \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004088msgstr "创建目录“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004089
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004090#: misc/create_inode.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004091msgid "while changing directory"
Tianze Wang57d69272016-08-31 23:14:17 -04004092msgstr "改变目录时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004094#: misc/create_inode.c:833
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004095#, c-format
4096msgid "ignoring entry \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004097msgstr "忽略项“%s”"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004099#: misc/create_inode.c:846
Tianze Wang57d69272016-08-31 23:14:17 -04004100#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004101msgid "while setting inode for \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004102msgstr "为“%s”设置 inode 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004104#: misc/create_inode.c:853
Tianze Wang57d69272016-08-31 23:14:17 -04004105#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004106msgid "while setting xattrs for \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04004107msgstr "设置“%s”的 xattrs 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004109#: misc/create_inode.c:871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004110msgid "while saving inode data"
Tianze Wang57d69272016-08-31 23:14:17 -04004111msgstr "保存 inode 数据时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004112
4113#: misc/dumpe2fs.c:56
4114#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004115msgid ""
4116"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4117msgstr ""
4118"用法:%s [-bfghixV] [-o superblock=<超级块编号>] [-o blocksize=<块大小>] 设"
4119"备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004120
Eric Sandeen032eafe2012-07-28 17:48:36 -04004121#: misc/dumpe2fs.c:159
Eric Sandeen032eafe2012-07-28 17:48:36 -04004122msgid "blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04004123msgstr "块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004125#: misc/dumpe2fs.c:168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004126msgid "clusters"
Tianze Wang57d69272016-08-31 23:14:17 -04004127msgstr "簇"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004129#: misc/dumpe2fs.c:219
Theodore Ts'of722c132009-04-21 22:09:01 -04004130#, c-format
4131msgid "Group %lu: (Blocks "
Tianze Wang57d69272016-08-31 23:14:17 -04004132msgstr "组 %lu:(块 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004134#: misc/dumpe2fs.c:226
Tianze Wang57d69272016-08-31 23:14:17 -04004135#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004136msgid " csum 0x%04x"
Tianze Wang57d69272016-08-31 23:14:17 -04004137msgstr " 校验值 0x%04x"
Theodore Ts'of722c132009-04-21 22:09:01 -04004138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004139#: misc/dumpe2fs.c:228
Eric Sandeen032eafe2012-07-28 17:48:36 -04004140#, c-format
4141msgid " (EXPECTED 0x%04x)"
Tianze Wang57d69272016-08-31 23:14:17 -04004142msgstr " (应为 0x%04x)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004144#: misc/dumpe2fs.c:233
Theodore Ts'of722c132009-04-21 22:09:01 -04004145#, c-format
4146msgid " %s superblock at "
Tianze Wang57d69272016-08-31 23:14:17 -04004147msgstr " %s 超级块位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004149#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004150msgid "Primary"
4151msgstr "主"
4152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153#: misc/dumpe2fs.c:234
Theodore Ts'of722c132009-04-21 22:09:01 -04004154msgid "Backup"
4155msgstr "备份"
4156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004157#: misc/dumpe2fs.c:238
Theodore Ts'of722c132009-04-21 22:09:01 -04004158msgid ", Group descriptors at "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004159msgstr ",组描述符位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004161#: misc/dumpe2fs.c:242
Theodore Ts'of722c132009-04-21 22:09:01 -04004162msgid ""
4163"\n"
4164" Reserved GDT blocks at "
4165msgstr ""
4166"\n"
4167" 保留的GDT块位于 "
4168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004169#: misc/dumpe2fs.c:249
Theodore Ts'of722c132009-04-21 22:09:01 -04004170msgid " Group descriptor at "
Tianze Wang57d69272016-08-31 23:14:17 -04004171msgstr " 组描述符位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004173#: misc/dumpe2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004174msgid " Block bitmap at "
Tianze Wang57d69272016-08-31 23:14:17 -04004175msgstr " 块位图位于 "
Theodore Ts'of722c132009-04-21 22:09:01 -04004176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004177#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Tianze Wang57d69272016-08-31 23:14:17 -04004178#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004179msgid ", csum 0x%08x"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004180msgstr ",校验值 0x%08x"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004181
4182#: misc/dumpe2fs.c:263
4183msgid ","
Tianze Wang57d69272016-08-31 23:14:17 -04004184msgstr ","
Theodore Ts'of722c132009-04-21 22:09:01 -04004185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004186#: misc/dumpe2fs.c:265
4187msgid ""
4188"\n"
4189" "
4190msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004191"\n"
4192" "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004193
4194#: misc/dumpe2fs.c:266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004195msgid " Inode bitmap at "
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05004196msgstr " Inode 位图位于 "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004197
4198#: misc/dumpe2fs.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04004199msgid ""
4200"\n"
4201" Inode table at "
4202msgstr ""
4203"\n"
4204" Inode表位于 "
4205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004206#: misc/dumpe2fs.c:279
Theodore Ts'of722c132009-04-21 22:09:01 -04004207#, c-format
4208msgid ""
4209"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004210" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004211msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004212"\n"
4213" %u 个可用 %s,%u 个可用inode,%u 个目录 %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04004214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004215#: misc/dumpe2fs.c:286
Theodore Ts'of722c132009-04-21 22:09:01 -04004216#, c-format
4217msgid ", %u unused inodes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004218msgstr ",%u个未使用的inodes\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004220#: misc/dumpe2fs.c:289
Theodore Ts'of722c132009-04-21 22:09:01 -04004221msgid " Free blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04004222msgstr " 可用块数: "
Theodore Ts'of722c132009-04-21 22:09:01 -04004223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004224#: misc/dumpe2fs.c:304
Theodore Ts'of722c132009-04-21 22:09:01 -04004225msgid " Free inodes: "
Tianze Wang57d69272016-08-31 23:14:17 -04004226msgstr " 可用inode数: "
Theodore Ts'of722c132009-04-21 22:09:01 -04004227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004228#: misc/dumpe2fs.c:340
Theodore Ts'of722c132009-04-21 22:09:01 -04004229msgid "while printing bad block list"
Tianze Wang57d69272016-08-31 23:14:17 -04004230msgstr "输出坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004232#: misc/dumpe2fs.c:346
Theodore Ts'of722c132009-04-21 22:09:01 -04004233#, c-format
4234msgid "Bad blocks: %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004235msgstr "坏块数:%u"
Theodore Ts'of722c132009-04-21 22:09:01 -04004236
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004237#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'of722c132009-04-21 22:09:01 -04004238msgid "while reading journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04004239msgstr "读取日志inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004241#: misc/dumpe2fs.c:391
Dark Raven3be22a82010-04-19 16:59:03 -04004242msgid "while opening journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04004243msgstr "打开日志inode时"
Dark Raven3be22a82010-04-19 16:59:03 -04004244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/dumpe2fs.c:397
Dark Raven3be22a82010-04-19 16:59:03 -04004246msgid "while reading journal super block"
Tianze Wang57d69272016-08-31 23:14:17 -04004247msgstr "读取日志超级块时"
Dark Raven3be22a82010-04-19 16:59:03 -04004248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004250msgid "Journal superblock magic number invalid!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004251msgstr "日志超级块的幻数有错!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004253#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Dark Raven3be22a82010-04-19 16:59:03 -04004254msgid "Journal features: "
Tianze Wang57d69272016-08-31 23:14:17 -04004255msgstr "日志特性:: "
Dark Raven3be22a82010-04-19 16:59:03 -04004256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004257#: misc/dumpe2fs.c:420
Theodore Ts'of722c132009-04-21 22:09:01 -04004258msgid "Journal size: "
Tianze Wang57d69272016-08-31 23:14:17 -04004259msgstr "日志大小: "
Theodore Ts'of722c132009-04-21 22:09:01 -04004260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004261#: misc/dumpe2fs.c:430
Dark Raven3be22a82010-04-19 16:59:03 -04004262#, c-format
4263msgid ""
4264"Journal length: %u\n"
4265"Journal sequence: 0x%08x\n"
4266"Journal start: %u\n"
4267msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004268"日志长度: %u\n"
4269"日志序列: 0x%08x\n"
4270"日志起始于: %u\n"
Dark Raven3be22a82010-04-19 16:59:03 -04004271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004272#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4273msgid "Journal checksum type: crc32\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004274msgstr "日志校验值类型: crc32\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004275
4276#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4277#, c-format
4278msgid ""
4279"Journal checksum type: %s\n"
4280"Journal checksum: 0x%08x\n"
4281msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004282"日志校验值类型: %s\n"
4283"日志校验值: 0x%08x\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004284
4285#: misc/dumpe2fs.c:448
Tianze Wang57d69272016-08-31 23:14:17 -04004286#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004287msgid "Journal errno: %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004288msgstr "日志错误码: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004289
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004290#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'of722c132009-04-21 22:09:01 -04004291msgid "while reading journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004292msgstr "读取日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#: misc/dumpe2fs.c:474
Theodore Ts'of722c132009-04-21 22:09:01 -04004295msgid "Couldn't find journal superblock magic numbers"
Tianze Wang57d69272016-08-31 23:14:17 -04004296msgstr "无法找到日志超级块的幻数"
Theodore Ts'of722c132009-04-21 22:09:01 -04004297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004298#: misc/dumpe2fs.c:501
Theodore Ts'of722c132009-04-21 22:09:01 -04004299#, c-format
4300msgid ""
4301"\n"
4302"Journal block size: %u\n"
4303"Journal length: %u\n"
4304"Journal first block: %u\n"
4305"Journal sequence: 0x%08x\n"
4306"Journal start: %u\n"
4307"Journal number of users: %u\n"
4308msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004309"\n"
4310"日志块大小: %u\n"
4311"日志块长度: %u\n"
4312"日志块首块: %u\n"
4313"日志序列: 0x%08x\n"
4314"日志起始于: %u\n"
4315"用户日志数: %u\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004317#: misc/dumpe2fs.c:514
Dark Raven31a48472009-05-25 22:45:42 -04004318#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004319msgid "Journal users: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004320msgstr "日志使用者: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004321
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004322#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1930
Theodore Ts'of722c132009-04-21 22:09:01 -04004323msgid "Couldn't allocate memory to parse options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004324msgstr "无法为解析选项获取内存!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004326#: misc/dumpe2fs.c:556
Theodore Ts'of722c132009-04-21 22:09:01 -04004327#, c-format
4328msgid "Invalid superblock parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004329msgstr "无效的超级块参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004330
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004331#: misc/dumpe2fs.c:571
Theodore Ts'of722c132009-04-21 22:09:01 -04004332#, c-format
4333msgid "Invalid blocksize parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004334msgstr "无效的块大小参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004336#: misc/dumpe2fs.c:582
Theodore Ts'of722c132009-04-21 22:09:01 -04004337#, c-format
4338msgid ""
4339"\n"
4340"Bad extended option(s) specified: %s\n"
4341"\n"
4342"Extended options are separated by commas, and may take an argument which\n"
4343"\tis set off by an equals ('=') sign.\n"
4344"\n"
4345"Valid extended options are:\n"
4346"\tsuperblock=<superblock number>\n"
4347"\tblocksize=<blocksize>\n"
4348msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004349"\n"
4350"指定了错误的扩展属性:%s\n"
4351"\n"
4352"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
4353"\n"
4354"有效的参数有:\n"
4355"\tsuperblock=<超级块编号>\n"
4356"\tblocksize=<块大小>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004357
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004358#: misc/dumpe2fs.c:646 misc/mke2fs.c:1816
Dark Raven3be22a82010-04-19 16:59:03 -04004359#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004360msgid "\tUsing %s\n"
4361msgstr "\t使用 %s\n"
4362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004363#: misc/dumpe2fs.c:686
4364msgid ""
4365"\n"
4366"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4367"\n"
4368msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004369"\n"
4370"*** 发现文件系统的校验值有误!请立即运行 e2fsck!\n"
4371"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004372
Theodore Ts'o48203a32016-06-08 15:45:26 -04004373#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2805
4374#: resize/main.c:415
Theodore Ts'of722c132009-04-21 22:09:01 -04004375msgid "Couldn't find valid filesystem superblock.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004376msgstr "找不到有效的文件系统超级块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004378#: misc/dumpe2fs.c:726
4379msgid ""
4380"\n"
4381"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4382"\n"
4383msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004384"\n"
4385"*** 发现位图的校验值有误!请立即运行 e2fsck!\n"
4386"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004387
4388#: misc/dumpe2fs.c:730
Theodore Ts'of722c132009-04-21 22:09:01 -04004389#, c-format
4390msgid ""
4391"\n"
4392"%s: %s: error reading bitmaps: %s\n"
4393msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004394"\n"
4395"%s:%s:读取位图错误:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004397#: misc/e2image.c:106
Theodore Ts'of722c132009-04-21 22:09:01 -04004398#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004399msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004400msgstr "用法:%s [ -r|Q ] [ -fr ] 设备 镜像文件\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004402#: misc/e2image.c:108
Eric Sandeen032eafe2012-07-28 17:48:36 -04004403#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004404msgid " %s -I device image-file\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004405msgstr " %s -I 设备 镜像文件\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004407#: misc/e2image.c:109
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004408#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004409msgid ""
4410" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4411"[ dest_fs ]\n"
4412msgstr ""
4413" %s -ra [ -cfnp ] [ -o 源偏移量 ] [ -O 目标偏移量 ] 源文件系统 [ 目"
4414"标文件系统 ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004415
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004416#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004417msgid "while allocating buffer"
Tianze Wang57d69272016-08-31 23:14:17 -04004418msgstr "为缓冲区分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004420#: misc/e2image.c:179
Tianze Wang57d69272016-08-31 23:14:17 -04004421#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004422msgid "Writing block %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004423msgstr "正在写入到块 %llu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004425#: misc/e2image.c:193
Tianze Wang57d69272016-08-31 23:14:17 -04004426#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004427msgid "error writing block %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04004428msgstr "写块 %llu 出错"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004430#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004431msgid "error in generic_write()"
Tianze Wang57d69272016-08-31 23:14:17 -04004432msgstr "generic_write() 函数出错"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004434#: misc/e2image.c:213
Eric Sandeen032eafe2012-07-28 17:48:36 -04004435msgid "Error: header size is bigger than wrt_size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004436msgstr "错误:头部大小超过wrt_size\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004438#: misc/e2image.c:218
Theodore Ts'of722c132009-04-21 22:09:01 -04004439msgid "Couldn't allocate header buffer\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004440msgstr "无法为头缓冲区分配内存\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004442#: misc/e2image.c:246
Theodore Ts'of722c132009-04-21 22:09:01 -04004443msgid "while writing superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004444msgstr "写入超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004446#: misc/e2image.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04004447msgid "while writing inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04004448msgstr "写入inode表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004450#: misc/e2image.c:263
Theodore Ts'of722c132009-04-21 22:09:01 -04004451msgid "while writing block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004452msgstr "写入块位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004454#: misc/e2image.c:271
Theodore Ts'of722c132009-04-21 22:09:01 -04004455msgid "while writing inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004456msgstr "写入inode位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004458#: misc/e2image.c:505
Tianze Wang57d69272016-08-31 23:14:17 -04004459#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004460msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004461msgstr "损坏的目录块 %llu:rec_len(%d)错误\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004463#: misc/e2image.c:517
Tianze Wang57d69272016-08-31 23:14:17 -04004464#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004465msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004466msgstr "损坏的目录块 %llu:name_len(%d)错误\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004468#: misc/e2image.c:558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004469#, c-format
4470msgid "%llu / %llu blocks (%d%%)"
Tianze Wang57d69272016-08-31 23:14:17 -04004471msgstr "%llu / %llu 块(%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004473#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004474msgid "Copying "
Tianze Wang57d69272016-08-31 23:14:17 -04004475msgstr "正在拷贝 "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004477#: misc/e2image.c:626
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004478msgid ""
4479"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004480msgstr "现在终止将会损坏文件系统;如果你确定要终止,请再次进行打断\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004482#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004483#, c-format
4484msgid " %s remaining at %.2f MB/s"
Tianze Wang57d69272016-08-31 23:14:17 -04004485msgstr " 剩余 %s,速度 %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004487#: misc/e2image.c:664 misc/e2image.c:1191
Tianze Wang57d69272016-08-31 23:14:17 -04004488#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004489msgid "error reading block %llu"
Tianze Wang57d69272016-08-31 23:14:17 -04004490msgstr "读取块 %llu 错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004492#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004493#, c-format
4494msgid "Copied %llu / %llu blocks (%d%%) in %s "
Tianze Wang57d69272016-08-31 23:14:17 -04004495msgstr "已复制 %llu / %llu 块(%d%%),用时 %s "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004497#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004498#, c-format
4499msgid "at %.2f MB/s"
Tianze Wang57d69272016-08-31 23:14:17 -04004500msgstr "速度 %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004502#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004503msgid "while allocating l1 table"
Tianze Wang57d69272016-08-31 23:14:17 -04004504msgstr "分配l1表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004506#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004507msgid "while allocating l2 cache"
Tianze Wang57d69272016-08-31 23:14:17 -04004508msgstr "分配l2表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004509
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004510#: misc/e2image.c:826
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004511msgid ""
4512"Warning: There are still tables in the cache while putting the cache, data "
4513"will be lost so the image may not be valid.\n"
4514msgstr ""
4515"警告:当put缓存时,这些表仍然储存在缓存中,这将导致数据丢失,镜像文件也可能无"
4516"效。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004518#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004519msgid "while allocating ext2_qcow2_image"
Tianze Wang57d69272016-08-31 23:14:17 -04004520msgstr "为ext2_qcow2_image分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004522#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004523msgid "while initializing ext2_qcow2_image"
Tianze Wang57d69272016-08-31 23:14:17 -04004524msgstr "初始化ext2_qcow2_image时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004526#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004527msgid "Programming error: multiple sequential refcount blocks created!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004528msgstr "程序错误:创建了多重序列的引用计数块!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004530#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004531msgid "while allocating block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004532msgstr "写入块位图时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004534#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004535msgid "while allocating scramble block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04004536msgstr "写入加扰块位图时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004538#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004539msgid "Scanning inodes...\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004540msgstr "扫描inode中...\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004542#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004543msgid "Can't allocate block buffer"
Tianze Wang57d69272016-08-31 23:14:17 -04004544msgstr "无法为块缓存分配内存"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004545
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004546#: misc/e2image.c:1339 misc/e2image.c:1353
Tianze Wang57d69272016-08-31 23:14:17 -04004547#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004548msgid "while iterating over inode %u"
Tianze Wang57d69272016-08-31 23:14:17 -04004549msgstr "获取遍历inode %u 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004550
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004551#: misc/e2image.c:1385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004552msgid "Raw and qcow2 images cannot be installed"
Tianze Wang57d69272016-08-31 23:14:17 -04004553msgstr "原始镜像和qcow2镜像无法被安装"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004554
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004555#: misc/e2image.c:1407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004556msgid "error reading bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04004557msgstr "读取位图时发生错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004558
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004559#: misc/e2image.c:1419
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004560msgid "while opening device file"
Tianze Wang57d69272016-08-31 23:14:17 -04004561msgstr "打开设备文件时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004562
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004563#: misc/e2image.c:1430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004564msgid "while restoring the image table"
Tianze Wang57d69272016-08-31 23:14:17 -04004565msgstr "存储镜像表时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004566
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004567#: misc/e2image.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004568msgid "-a option can only be used with raw or QCOW2 images."
Tianze Wang57d69272016-08-31 23:14:17 -04004569msgstr "-a 选项只能用于原始或qcow2镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004570
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004571#: misc/e2image.c:1533
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004572msgid "Offsets are only allowed with raw images."
Tianze Wang57d69272016-08-31 23:14:17 -04004573msgstr "偏移量只能用于原始镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004574
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004575#: misc/e2image.c:1538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004576msgid "Move mode is only allowed with raw images."
Tianze Wang57d69272016-08-31 23:14:17 -04004577msgstr "移动模式只能用于原始镜像"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004578
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004579#: misc/e2image.c:1543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004580msgid "Move mode requires all data mode."
Tianze Wang57d69272016-08-31 23:14:17 -04004581msgstr "原始镜像需要完全数据模式。"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004582
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004583#: misc/e2image.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004584msgid "checking if mounted"
Tianze Wang57d69272016-08-31 23:14:17 -04004585msgstr "检测其是否已挂载"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004586
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004587#: misc/e2image.c:1560
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004588msgid ""
4589"\n"
4590"Running e2image on a R/W mounted filesystem can result in an\n"
4591"inconsistent image which will not be useful for debugging purposes.\n"
4592"Use -f option if you really want to do that.\n"
4593msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004594"\n"
4595"对可读写的文件系统上运行e2image可能导致镜像不连续,\n"
4596"这样的镜像也无法用于调试。如果你确实需要这样做,请使用 -f 选项。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004597
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004598#: misc/e2image.c:1614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004599msgid "QCOW2 image can not be written to the stdout!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004600msgstr "无法写入qcow2镜像到标准输出!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004601
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004602#: misc/e2image.c:1620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004603msgid "Can not stat output\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004604msgstr "无法对输出进行stat操作\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004605
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004606#: misc/e2image.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004607#, c-format
4608msgid "Image (%s) is compressed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004609msgstr "镜像(%s)已被压缩\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004610
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004611#: misc/e2image.c:1633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004612#, c-format
4613msgid "Image (%s) is encrypted\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004614msgstr "镜像(%s)已被加密\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004615
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004616#: misc/e2image.c:1636
Eric Sandeen032eafe2012-07-28 17:48:36 -04004617#, c-format
4618msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Tianze Wang57d69272016-08-31 23:14:17 -04004619msgstr "尝试将qcow2镜像(%s)转换为raw镜像(%s)时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004620
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004621#: misc/e2image.c:1645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004622msgid "The -c option only supported in raw mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004623msgstr "只有原始模式支持 -c 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004624
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004625#: misc/e2image.c:1650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004626msgid "The -c option not supported when writing to stdout\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004627msgstr "写入到标准输出时无法使用 -c 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004628
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004629#: misc/e2image.c:1657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004630msgid "while allocating check_buf"
Tianze Wang57d69272016-08-31 23:14:17 -04004631msgstr "为check_buf分配内存时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004632
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004633#: misc/e2image.c:1663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004634msgid "The -p option only supported in raw mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004635msgstr "只有原始模式支持 -p 选项\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004636
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004637#: misc/e2image.c:1673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004638#, c-format
4639msgid "%d blocks already contained the data to be copied\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004640msgstr "%d 个块已包含需要被拷贝的数据\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004641
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004642#: misc/e2initrd_helper.c:68
Tianze Wang57d69272016-08-31 23:14:17 -04004643#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004644msgid "Usage: %s -r device\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004645msgstr "用法:%s -r 磁盘名\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004646
Eric Sandeen032eafe2012-07-28 17:48:36 -04004647#: misc/e2label.c:58
Theodore Ts'of722c132009-04-21 22:09:01 -04004648#, c-format
4649msgid "e2label: cannot open %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004650msgstr "e2label:无法打开 %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004651
Eric Sandeen032eafe2012-07-28 17:48:36 -04004652#: misc/e2label.c:63
Theodore Ts'of722c132009-04-21 22:09:01 -04004653#, c-format
4654msgid "e2label: cannot seek to superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004655msgstr "e2label:无法定位到superblock\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004657#: misc/e2label.c:68
Theodore Ts'of722c132009-04-21 22:09:01 -04004658#, c-format
4659msgid "e2label: error reading superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004660msgstr "e2label:读取superblock出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004661
Eric Sandeen032eafe2012-07-28 17:48:36 -04004662#: misc/e2label.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04004663#, c-format
4664msgid "e2label: not an ext2 filesystem\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004665msgstr "e2label:不是一个ex2文件系统\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004666
Theodore Ts'o48203a32016-06-08 15:45:26 -04004667#: misc/e2label.c:97 misc/tune2fs.c:2978
Theodore Ts'of722c132009-04-21 22:09:01 -04004668#, c-format
4669msgid "Warning: label too long, truncating.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004670msgstr "警告:卷标太长,已截短。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004671
Eric Sandeen032eafe2012-07-28 17:48:36 -04004672#: misc/e2label.c:100
Theodore Ts'of722c132009-04-21 22:09:01 -04004673#, c-format
4674msgid "e2label: cannot seek to superblock again\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004675msgstr "e2label:无法定位到superblock\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004676
Eric Sandeen032eafe2012-07-28 17:48:36 -04004677#: misc/e2label.c:105
Dark Raven3be22a82010-04-19 16:59:03 -04004678#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004679msgid "e2label: error writing superblock\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004680msgstr "e2label:写入超级块时出错\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004681
Theodore Ts'o48203a32016-06-08 15:45:26 -04004682#: misc/e2label.c:117 misc/tune2fs.c:1590
Dark Raven3be22a82010-04-19 16:59:03 -04004683#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04004684msgid "Usage: e2label device [newlabel]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004685msgstr "用法:e2label 设备 [新卷标]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004686
Theodore Ts'o48203a32016-06-08 15:45:26 -04004687#: misc/e2undo.c:118
Theodore Ts'of722c132009-04-21 22:09:01 -04004688#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004689msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004690msgstr "用法:%s [-f] [-h] [-n] [-v] <事务文件> <文件系统>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004691
Theodore Ts'o48203a32016-06-08 15:45:26 -04004692#: misc/e2undo.c:143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004693msgid "The file system superblock doesn't match the undo file.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004694msgstr "文件系统的超级块与撤销文件不匹配\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004695
Theodore Ts'o48203a32016-06-08 15:45:26 -04004696#: misc/e2undo.c:146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004697msgid "UUID does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004698msgstr "UUID 不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004699
Theodore Ts'o48203a32016-06-08 15:45:26 -04004700#: misc/e2undo.c:148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004701msgid "Last mount time does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004702msgstr "上一次的挂载时间不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004703
Theodore Ts'o48203a32016-06-08 15:45:26 -04004704#: misc/e2undo.c:150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004705msgid "Last write time does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004706msgstr "上一次的写入时间不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004707
Theodore Ts'o48203a32016-06-08 15:45:26 -04004708#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004709msgid "Lifetime write counter does not match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004710msgstr "写入计数不匹配。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004711
Theodore Ts'o48203a32016-06-08 15:45:26 -04004712#: misc/e2undo.c:166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004713msgid "while reading filesystem superblock."
Tianze Wang57d69272016-08-31 23:14:17 -04004714msgstr "读取文件系统的超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04004715
Theodore Ts'o48203a32016-06-08 15:45:26 -04004716#: misc/e2undo.c:182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004717msgid "while fetching superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04004718msgstr "获取超级块时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004719
Theodore Ts'o48203a32016-06-08 15:45:26 -04004720#: misc/e2undo.c:195
Theodore Ts'of722c132009-04-21 22:09:01 -04004721#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004722msgid "Undo file superblock checksum doesn't match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004723msgstr "撤销文件的超级块的校验值与超级块自身不符。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004724
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004725#: misc/e2undo.c:334
Tianze Wang57d69272016-08-31 23:14:17 -04004726#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004727msgid "illegal offset - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04004728msgstr "偏移量无效 - %s"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004729
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004730#: misc/e2undo.c:358
Theodore Ts'of722c132009-04-21 22:09:01 -04004731#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004732msgid "Will not write to an undo file while replaying it.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004733msgstr "在进行重做操作时,不会写入到撤销文件。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004734
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004735#: misc/e2undo.c:367
Tianze Wang57d69272016-08-31 23:14:17 -04004736#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004737msgid "while opening undo file `%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004738msgstr "打开撤销文件“%s”时\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004739
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004740#: misc/e2undo.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004741msgid "while reading undo file"
Tianze Wang57d69272016-08-31 23:14:17 -04004742msgstr "读取坏撤销文件时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004743
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004744#: misc/e2undo.c:379
Tianze Wang57d69272016-08-31 23:14:17 -04004745#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004746msgid "%s: Not an undo file.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004747msgstr "%s:不是撤销文件。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004748
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004749#: misc/e2undo.c:390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004750#, c-format
4751msgid "%s: Header checksum doesn't match.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004752msgstr "%s:头部校验值与自身不符。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004753
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004754#: misc/e2undo.c:397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004755#, c-format
4756msgid "%s: Corrupt undo file header.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004757msgstr "%s:撤销文件头损坏。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004758
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004759#: misc/e2undo.c:401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004760#, c-format
4761msgid "%s: Undo block size too large.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004762msgstr "%s:撤销块过小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004763
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004764#: misc/e2undo.c:406
Tianze Wang57d69272016-08-31 23:14:17 -04004765#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004766msgid "%s: Undo block size too small.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004767msgstr "%s:撤销块过大。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004768
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004769#: misc/e2undo.c:419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004770#, c-format
4771msgid "%s: Unknown undo file feature set.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004772msgstr "%s:设置了未知的撤销文件属性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004773
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004774#: misc/e2undo.c:427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004775#, c-format
4776msgid "Error while determining whether %s is mounted."
Tianze Wang57d69272016-08-31 23:14:17 -04004777msgstr "确定 %s 是否已挂载时出错。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004778
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004779#: misc/e2undo.c:433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004780msgid "e2undo should only be run on unmounted filesystems"
Tianze Wang57d69272016-08-31 23:14:17 -04004781msgstr "e2undo 只能用于未挂载的文件系统"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004782
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004783#: misc/e2undo.c:449
Tianze Wang57d69272016-08-31 23:14:17 -04004784#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004785msgid "while opening `%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04004786msgstr "打开“%s”时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004787
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004788#: misc/e2undo.c:460
Theodore Ts'o48203a32016-06-08 15:45:26 -04004789msgid "specified offset is too large"
Tianze Wang57d69272016-08-31 23:14:17 -04004790msgstr "指定的偏移量太大"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004791
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004792#: misc/e2undo.c:501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004793msgid "while reading keys"
Tianze Wang57d69272016-08-31 23:14:17 -04004794msgstr "读取键时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004795
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004796#: misc/e2undo.c:513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004797#, c-format
4798msgid "%s: wrong key magic at %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004799msgstr "%s:%llu 中的键幻数有错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004800
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004801#: misc/e2undo.c:523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004802#, c-format
4803msgid "%s: key block checksum error at %llu.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004804msgstr "%s:%llu 中的键块的校验值有错。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004805
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004806#: misc/e2undo.c:546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004807#, c-format
4808msgid "%s: block %llu is too long."
Tianze Wang57d69272016-08-31 23:14:17 -04004809msgstr "%s:块 %llu 太长。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004810
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004811#: misc/e2undo.c:558 misc/e2undo.c:594
Tianze Wang57d69272016-08-31 23:14:17 -04004812#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004813msgid "while fetching block %llu."
Tianze Wang57d69272016-08-31 23:14:17 -04004814msgstr "获取块 %llu 时。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004815
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004816#: misc/e2undo.c:570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004817#, c-format
4818msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004819msgstr "文件系统块 %llu 中的校验值有误(undo blk %llu)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004820
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004821#: misc/e2undo.c:609
Tianze Wang57d69272016-08-31 23:14:17 -04004822#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004823msgid "while writing block %llu."
Tianze Wang57d69272016-08-31 23:14:17 -04004824msgstr "写块 %llu 时。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004825
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004826#: misc/e2undo.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004827#, c-format
4828msgid "Undo file corruption; run e2fsck NOW!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004829msgstr "撤销文件损坏;请立即运行 e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004830
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004831#: misc/e2undo.c:617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004832#, c-format
4833msgid "IO error during replay; run e2fsck NOW!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004834msgstr "执行重做操作时出现输入/输出错误;请立即运行 e2fsck!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004835
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004836#: misc/e2undo.c:620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004837#, c-format
4838msgid "Incomplete undo record; run e2fsck.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004839msgstr "撤销记录不完整;请运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004840
4841#: misc/findsuper.c:110
4842#, c-format
4843msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004844msgstr "用法:findsuper 设备 [跳过字节数 [起始kb数]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004845
4846#: misc/findsuper.c:155
4847#, c-format
4848msgid "skipbytes should be a number, not %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004849msgstr "“跳过字节数”应当为一个数字,而不是 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004850
4851#: misc/findsuper.c:162
4852#, c-format
4853msgid "skipbytes must be a multiple of the sector size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004854msgstr "“跳过字节数”应当是扇区大小的整数倍\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004855
4856#: misc/findsuper.c:169
4857#, c-format
4858msgid "startkb should be a number, not %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004859msgstr "“起始kb数”应当为一个数字,而不是 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004860
4861#: misc/findsuper.c:175
4862#, c-format
4863msgid "startkb should be positive, not %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004864msgstr "“起始kb数”应当为正数,而不是 %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004865
4866#: misc/findsuper.c:186
4867#, c-format
4868msgid "starting at %llu, with %u byte increments\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004869msgstr "在 %llu 处开始,增量为 %u 字节\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004870
4871#: misc/findsuper.c:188
4872#, c-format
4873msgid ""
4874"[*] probably superblock written in the ext3 journal superblock,\n"
4875"\tso start/end/grp wrong\n"
4876msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004877"[*] ext3 日志中的超级块中可能被写入了文件系统的超级块,\n"
4878"\t因此 start/end/grp 出错\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004879
4880#: misc/findsuper.c:190
4881#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004882msgid ""
4883"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4884"mount_time sb_uuid label\n"
4885msgstr ""
4886"偏移字节 起始字节 结束字节 块数 块大小 grp 创建/挂载时"
4887"间 超级块 UUID 标签\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004888
4889#: misc/findsuper.c:264
4890#, c-format
4891msgid ""
4892"\n"
4893"%11Lu: finished with errno %d\n"
4894msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004895"\n"
4896"%11Lu:已结束,错误号为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004897
Theodore Ts'o930e2812009-06-29 15:08:12 -04004898#: misc/fsck.c:343
Theodore Ts'of722c132009-04-21 22:09:01 -04004899#, c-format
4900msgid "WARNING: couldn't open %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004901msgstr "警告:无法打开 %s:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004902
Theodore Ts'o930e2812009-06-29 15:08:12 -04004903#: misc/fsck.c:353
Theodore Ts'of722c132009-04-21 22:09:01 -04004904#, c-format
4905msgid "WARNING: bad format on line %d of %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004906msgstr "警告:%2$s 的第 %1$d 中格式错误\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004907
Eric Sandeen032eafe2012-07-28 17:48:36 -04004908#: misc/fsck.c:370
Theodore Ts'of722c132009-04-21 22:09:01 -04004909msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004910"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004911"\tfield. I will kludge around things for you, but you\n"
4912"\tshould fix your /etc/fstab file as soon as you can.\n"
4913"\n"
4914msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004915"警告:你的/etc/fstab中缺少passno字段。\n"
4916"\t我将会设法完成任务,但你应当尽快修复/etc/fstab。\n"
4917"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004918
Eric Sandeen032eafe2012-07-28 17:48:36 -04004919#: misc/fsck.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04004920#, c-format
4921msgid "fsck: %s: not found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004922msgstr "fsck:%s:未找到\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004923
Eric Sandeen032eafe2012-07-28 17:48:36 -04004924#: misc/fsck.c:594
Theodore Ts'of722c132009-04-21 22:09:01 -04004925#, c-format
4926msgid "%s: wait: No more child process?!?\n"
4927msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004928"%s:等待中:没有子进程了吗?!?\n"
4929"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004930
Eric Sandeen032eafe2012-07-28 17:48:36 -04004931#: misc/fsck.c:616
Theodore Ts'of722c132009-04-21 22:09:01 -04004932#, c-format
4933msgid "Warning... %s for device %s exited with signal %d.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004934msgstr "警告... 设备%s 的 %s 操作收到 %d 信号后退出。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004935
Eric Sandeen032eafe2012-07-28 17:48:36 -04004936#: misc/fsck.c:622
Theodore Ts'of722c132009-04-21 22:09:01 -04004937#, c-format
4938msgid "%s %s: status is %x, should never happen.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004939msgstr "%s %s:状态为 %x,这不应当发生。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004940
Eric Sandeen032eafe2012-07-28 17:48:36 -04004941#: misc/fsck.c:661
Theodore Ts'of722c132009-04-21 22:09:01 -04004942#, c-format
4943msgid "Finished with %s (exit status %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004944msgstr "已完成 %s (退出状态码 %d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004945
Eric Sandeen032eafe2012-07-28 17:48:36 -04004946#: misc/fsck.c:721
Theodore Ts'of722c132009-04-21 22:09:01 -04004947#, c-format
4948msgid "%s: Error %d while executing fsck.%s for %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004949msgstr "%1$s:执行fsck.%3$s %4$s 时出错, 退出状态码 %2$d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004950
Eric Sandeen032eafe2012-07-28 17:48:36 -04004951#: misc/fsck.c:742
Theodore Ts'of722c132009-04-21 22:09:01 -04004952msgid ""
4953"Either all or none of the filesystem types passed to -t must be prefixed\n"
4954"with 'no' or '!'.\n"
4955msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004956"所有通过 -t 选项指定的文件系统类型必须都含有(或都不含有)\n"
4957"“no”或“!”前缀。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004958
Eric Sandeen032eafe2012-07-28 17:48:36 -04004959#: misc/fsck.c:761
Theodore Ts'of722c132009-04-21 22:09:01 -04004960msgid "Couldn't allocate memory for filesystem types\n"
4961msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04004962"无法为创建指定文件系统类型分配内存\n"
4963"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004964
Eric Sandeen032eafe2012-07-28 17:48:36 -04004965#: misc/fsck.c:884
Theodore Ts'of722c132009-04-21 22:09:01 -04004966#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004967msgid ""
4968"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4969"number\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004970msgstr "%s:跳过/etc/fstab中的错误行:传递给fsck非零值的bind挂载项\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004971
Eric Sandeen032eafe2012-07-28 17:48:36 -04004972#: misc/fsck.c:911
Theodore Ts'of722c132009-04-21 22:09:01 -04004973#, c-format
4974msgid "fsck: cannot check %s: fsck.%s not found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004975msgstr "fsck:无法检查 %s:找不到fsck.%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004976
Eric Sandeen032eafe2012-07-28 17:48:36 -04004977#: misc/fsck.c:967
Theodore Ts'of722c132009-04-21 22:09:01 -04004978msgid "Checking all file systems.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004979msgstr "正在检查所有文件系统。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004980
Eric Sandeen032eafe2012-07-28 17:48:36 -04004981#: misc/fsck.c:1058
Theodore Ts'of722c132009-04-21 22:09:01 -04004982#, c-format
4983msgid "--waiting-- (pass %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004984msgstr "--请稍候-- (第 %d 步)n\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004985
Eric Sandeen032eafe2012-07-28 17:48:36 -04004986#: misc/fsck.c:1078
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004987msgid ""
4988"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4989msgstr ""
4990"用法:fsck [-AMNPRTV] [ -C [ fd ] ] [-t 文件系统类型] [文件系统选项] [文件系"
4991"统 ...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004992
Eric Sandeen032eafe2012-07-28 17:48:36 -04004993#: misc/fsck.c:1120
Theodore Ts'of722c132009-04-21 22:09:01 -04004994#, c-format
4995msgid "%s: too many devices\n"
Tianze Wang57d69272016-08-31 23:14:17 -04004996msgstr "%s:设备过多\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04004997
Eric Sandeen032eafe2012-07-28 17:48:36 -04004998#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'of722c132009-04-21 22:09:01 -04004999#, c-format
5000msgid "%s: too many arguments\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005001msgstr "%s:参数过多\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005002
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005003#: misc/fuse2fs.c:3745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005004msgid "Mounting read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005005msgstr "以只读模式挂载。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005006
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005007#: misc/fuse2fs.c:3769
Theodore Ts'of722c132009-04-21 22:09:01 -04005008#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005009msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005010msgstr "%s:允许用户分配所有块。这样做很危险!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005011
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005012#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005013#, c-format
5014msgid "%s: %s.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005015msgstr "%s:%s。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005016
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005017#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3207
Tianze Wang57d69272016-08-31 23:14:17 -04005018#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005019msgid "Please run e2fsck -fy %s.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005020msgstr "请先运行“e2fsck -fy %s”。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005021
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005022#: misc/fuse2fs.c:3803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005023msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005024msgstr "日志需要恢复;请运行“e2fsck -E journal_only”。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005025
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005026#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005027#, c-format
5028msgid "%s: Writing to the journal is not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005029msgstr "%s:不支持写入日志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005030
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005031#: misc/fuse2fs.c:3826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005032msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005033msgstr "警告:正在挂载未经检查的文件系统,建议您先运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005034
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005035#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005036msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5037msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005038"警告:尝试挂载次数超过最大值,建议您运行 e2fsck。\n"
5039"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005040
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005041#: misc/fuse2fs.c:3835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005042msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005043msgstr "警告:检查超时,建议您运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005044
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005045#: misc/fuse2fs.c:3839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005046msgid "Orphans detected; running e2fsck is recommended.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005047msgstr "检测到孤立块;建议您运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005048
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005049#: misc/fuse2fs.c:3843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005050msgid "Errors detected; running e2fsck is required.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005051msgstr "检测到错误;请运行 e2fsck。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005052
5053#: misc/lsattr.c:75
Tianze Wang57d69272016-08-31 23:14:17 -04005054#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005055msgid "Usage: %s [-RVadlpv] [files...]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005056msgstr "用法:%s [-RVadlpv] [文件...]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005057
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005058#: misc/lsattr.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04005059#, c-format
5060msgid "While reading flags on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005061msgstr "读取 %s 的标志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005063#: misc/lsattr.c:93
Tianze Wang57d69272016-08-31 23:14:17 -04005064#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005065msgid "While reading project on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005066msgstr "读取 %s 的项目时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005067
5068#: misc/lsattr.c:102
Theodore Ts'of722c132009-04-21 22:09:01 -04005069#, c-format
5070msgid "While reading version on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005071msgstr "设置 %s 的版本时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005073#: misc/mke2fs.c:124
Theodore Ts'of722c132009-04-21 22:09:01 -04005074#, c-format
5075msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005076"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005077"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005078"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005079"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5080"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5081"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005082"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5083"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005084"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005085msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005086"用法:%s [-c|-l 文件名] [-b 块大小] [-C 簇大小]\n"
5087"\t[-i 每inode的字节数] [-I inode大小] [-J 日志选项]\n"
5088"\t[-G 弹性组大小] [-N inode数] [-d 根目录]\n"
5089"\t[-m 保留块所占百分比] [-o 创始系统名]\n"
5090"\t[-g 每组的块数] [-L 卷标] [-M 上一次挂载点]\n"
5091"\t[-O 特性[,...]] [-r 文件系统版本] [-E 扩展选项[,...]]\n"
5092"\t[-t 文件系统类型] [-T 用法类型] [-U UUID] [-e 错误行为][-z 撤销文件]\n"
5093"\t[-jnqvDFKSV] 设备 [块数]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005095#: misc/mke2fs.c:255
Theodore Ts'of722c132009-04-21 22:09:01 -04005096#, c-format
5097msgid "Running command: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005098msgstr "正在执行命令:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005100#: misc/mke2fs.c:259
Dark Raven31a48472009-05-25 22:45:42 -04005101#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005102msgid "while trying to run '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04005103msgstr "尝试运行“%s”时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005105#: misc/mke2fs.c:266
Theodore Ts'of722c132009-04-21 22:09:01 -04005106msgid "while processing list of bad blocks from program"
Tianze Wang57d69272016-08-31 23:14:17 -04005107msgstr "处理从badblocks获取的坏块列表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005109#: misc/mke2fs.c:293
Theodore Ts'of722c132009-04-21 22:09:01 -04005110#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005111msgid "Block %d in primary superblock/group descriptor area bad.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005112msgstr "主超级块/组描述符中的块 %d 为坏块。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005114#: misc/mke2fs.c:295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005115#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005116msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005117msgstr "若要创建文件系统,块 %u 至 %u 必须为好块。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005119#: misc/mke2fs.c:298
Theodore Ts'of722c132009-04-21 22:09:01 -04005120msgid "Aborting....\n"
Dark Raven31a48472009-05-25 22:45:42 -04005121msgstr "正在终止...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005123#: misc/mke2fs.c:318
Theodore Ts'of722c132009-04-21 22:09:01 -04005124#, c-format
5125msgid ""
5126"Warning: the backup superblock/group descriptors at block %u contain\n"
5127"\tbad blocks.\n"
5128"\n"
5129msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005130"警告:备份超级块/组描述符中发现坏块(%u)\n"
5131"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005133#: misc/mke2fs.c:337
Theodore Ts'of722c132009-04-21 22:09:01 -04005134msgid "while marking bad blocks as used"
Tianze Wang57d69272016-08-31 23:14:17 -04005135msgstr "将坏块标记为已使用的"
Theodore Ts'of722c132009-04-21 22:09:01 -04005136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005137#: misc/mke2fs.c:408
Theodore Ts'of722c132009-04-21 22:09:01 -04005138msgid "Writing inode tables: "
Tianze Wang57d69272016-08-31 23:14:17 -04005139msgstr "正在写入inode表: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005141#: misc/mke2fs.c:430
Theodore Ts'of722c132009-04-21 22:09:01 -04005142#, c-format
5143msgid ""
5144"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005145"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005146msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005147"\n"
5148"无法写入 %d 个块到起始于%llu的inode表:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005149
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005150#: misc/mke2fs.c:444 misc/mke2fs.c:2673 misc/mke2fs.c:3049
Eric Sandeen032eafe2012-07-28 17:48:36 -04005151msgid "done \n"
5152msgstr "完成 \n"
5153
Theodore Ts'o48203a32016-06-08 15:45:26 -04005154#: misc/mke2fs.c:459
Theodore Ts'of722c132009-04-21 22:09:01 -04005155msgid "while creating root dir"
Tianze Wang57d69272016-08-31 23:14:17 -04005156msgstr "创建根目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005157
Theodore Ts'o48203a32016-06-08 15:45:26 -04005158#: misc/mke2fs.c:466
Theodore Ts'of722c132009-04-21 22:09:01 -04005159msgid "while reading root inode"
Tianze Wang57d69272016-08-31 23:14:17 -04005160msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005161
Theodore Ts'o48203a32016-06-08 15:45:26 -04005162#: misc/mke2fs.c:478
Theodore Ts'of722c132009-04-21 22:09:01 -04005163msgid "while setting root inode ownership"
Tianze Wang57d69272016-08-31 23:14:17 -04005164msgstr "设置根目录的所有者时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005165
Theodore Ts'o48203a32016-06-08 15:45:26 -04005166#: misc/mke2fs.c:496
Theodore Ts'of722c132009-04-21 22:09:01 -04005167msgid "while creating /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005168msgstr "创建/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005169
Theodore Ts'o48203a32016-06-08 15:45:26 -04005170#: misc/mke2fs.c:503
Theodore Ts'of722c132009-04-21 22:09:01 -04005171msgid "while looking up /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005172msgstr "查找/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005173
Theodore Ts'o48203a32016-06-08 15:45:26 -04005174#: misc/mke2fs.c:516
Theodore Ts'of722c132009-04-21 22:09:01 -04005175msgid "while expanding /lost+found"
Tianze Wang57d69272016-08-31 23:14:17 -04005176msgstr "扩充/lost+found目录时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005177
Theodore Ts'o48203a32016-06-08 15:45:26 -04005178#: misc/mke2fs.c:531
Theodore Ts'of722c132009-04-21 22:09:01 -04005179msgid "while setting bad block inode"
Tianze Wang57d69272016-08-31 23:14:17 -04005180msgstr "设置坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005181
Theodore Ts'o48203a32016-06-08 15:45:26 -04005182#: misc/mke2fs.c:558
Theodore Ts'of722c132009-04-21 22:09:01 -04005183#, c-format
5184msgid "Out of memory erasing sectors %d-%d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005185msgstr "擦除扇区 %d-%d 时内存耗尽\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005186
Theodore Ts'o48203a32016-06-08 15:45:26 -04005187#: misc/mke2fs.c:568
Theodore Ts'of722c132009-04-21 22:09:01 -04005188#, c-format
5189msgid "Warning: could not read block 0: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005190msgstr "警告:无法读取块 0:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005191
Theodore Ts'o48203a32016-06-08 15:45:26 -04005192#: misc/mke2fs.c:584
Theodore Ts'of722c132009-04-21 22:09:01 -04005193#, c-format
5194msgid "Warning: could not erase sector %d: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005195msgstr "警告:无法擦除块 %d:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005196
Theodore Ts'o48203a32016-06-08 15:45:26 -04005197#: misc/mke2fs.c:600
Theodore Ts'of722c132009-04-21 22:09:01 -04005198msgid "while initializing journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005199msgstr "初始化日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005200
Theodore Ts'o48203a32016-06-08 15:45:26 -04005201#: misc/mke2fs.c:608
Theodore Ts'of722c132009-04-21 22:09:01 -04005202msgid "Zeroing journal device: "
Tianze Wang57d69272016-08-31 23:14:17 -04005203msgstr "正在对日志设备填零: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005204
Theodore Ts'o48203a32016-06-08 15:45:26 -04005205#: misc/mke2fs.c:620
Theodore Ts'of722c132009-04-21 22:09:01 -04005206#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005207msgid "while zeroing journal device (block %llu, count %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005208msgstr "对日志设备填零时(块 %llu,计数 %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005209
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005210#: misc/mke2fs.c:638
Theodore Ts'of722c132009-04-21 22:09:01 -04005211msgid "while writing journal superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005212msgstr "写入日志超级块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005213
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005214#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005215#, c-format
5216msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005217msgstr "创建含有 %llu 个块(每块 %dk)和 %u 个inode的文件系统\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005218
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005219#: misc/mke2fs.c:661
Tianze Wang57d69272016-08-31 23:14:17 -04005220#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005221msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005222"warning: %llu blocks unused.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005223"\n"
5224msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005225"警告:%llu 块未使用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005226"\n"
5227
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005228#: misc/mke2fs.c:666
Theodore Ts'of722c132009-04-21 22:09:01 -04005229#, c-format
5230msgid "Filesystem label=%s\n"
5231msgstr "文件系统标签=%s\n"
5232
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005233#: misc/mke2fs.c:669
Tianze Wang57d69272016-08-31 23:14:17 -04005234#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005235msgid "OS type: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005236msgstr "操作系统: %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005237
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005238#: misc/mke2fs.c:671
Theodore Ts'of722c132009-04-21 22:09:01 -04005239#, c-format
5240msgid "Block size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005241msgstr "块大小=%u(log=%u)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005242
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005243#: misc/mke2fs.c:674
Tianze Wang57d69272016-08-31 23:14:17 -04005244#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005245msgid "Cluster size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005246msgstr "簇大小=%u(log=%u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005247
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005248#: misc/mke2fs.c:678
Theodore Ts'of722c132009-04-21 22:09:01 -04005249#, c-format
5250msgid "Fragment size=%u (log=%u)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005251msgstr "分块大小=%u(log=%u)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005252
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005253#: misc/mke2fs.c:680
Dark Raven3be22a82010-04-19 16:59:03 -04005254#, c-format
5255msgid "Stride=%u blocks, Stripe width=%u blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005256msgstr "步长=%u 块,带宽=%u 块\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005257
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005258#: misc/mke2fs.c:682
Theodore Ts'of722c132009-04-21 22:09:01 -04005259#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005260msgid "%u inodes, %llu blocks\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005261msgstr "%u 个inode,%llu 个块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005262
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005263#: misc/mke2fs.c:684
Theodore Ts'of722c132009-04-21 22:09:01 -04005264#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005265msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005266msgstr "%llu 个块(%2.2f%%)为超级用户保留\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005267
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005268#: misc/mke2fs.c:687
Theodore Ts'of722c132009-04-21 22:09:01 -04005269#, c-format
5270msgid "First data block=%u\n"
5271msgstr "第一个数据块=%u\n"
5272
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005273#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005274#, c-format
5275msgid "Root directory owner=%u:%u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005276msgstr "根目录的所有者=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005277
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005278#: misc/mke2fs.c:691
Theodore Ts'of722c132009-04-21 22:09:01 -04005279#, c-format
5280msgid "Maximum filesystem blocks=%lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005281msgstr "文件系统块的最大值=%lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005282
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005283#: misc/mke2fs.c:695
Theodore Ts'of722c132009-04-21 22:09:01 -04005284#, c-format
5285msgid "%u block groups\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005286msgstr "%u 个块组\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005287
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005288#: misc/mke2fs.c:697
Theodore Ts'of722c132009-04-21 22:09:01 -04005289#, c-format
5290msgid "%u block group\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005291msgstr "%u 个块组\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005292
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005293#: misc/mke2fs.c:699
Eric Sandeen032eafe2012-07-28 17:48:36 -04005294#, c-format
5295msgid "%u blocks per group, %u clusters per group\n"
5296msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005297"每组 %u 个块,%u 个簇\n"
5298"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005299
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005300#: misc/mke2fs.c:702
Theodore Ts'of722c132009-04-21 22:09:01 -04005301#, c-format
5302msgid "%u blocks per group, %u fragments per group\n"
5303msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005304"每组 %u 个块,%u 个碎片\n"
5305"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005306
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005307#: misc/mke2fs.c:704
Theodore Ts'of722c132009-04-21 22:09:01 -04005308#, c-format
5309msgid "%u inodes per group\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005310msgstr "每组 %u 个inode\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005311
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005312#: misc/mke2fs.c:713
Tianze Wang57d69272016-08-31 23:14:17 -04005313#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005314msgid "Filesystem UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005315msgstr "文件系统UUID:%s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005316
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005317#: misc/mke2fs.c:714
Theodore Ts'of722c132009-04-21 22:09:01 -04005318msgid "Superblock backups stored on blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04005319msgstr "超级块的备份存储于下列块: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005320
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005321#: misc/mke2fs.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005322#, c-format
5323msgid "%s requires '-O 64bit'\n"
5324msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005325"%s 需要“-O 64bit”选项\n"
5326"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005327
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005328#: misc/mke2fs.c:814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005329#, c-format
5330msgid "'%s' must be before 'resize=%u'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005331msgstr "“%s”选项必须位于“resize=%u”之前\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005332
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005333#: misc/mke2fs.c:827
Tianze Wang57d69272016-08-31 23:14:17 -04005334#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005335msgid "Invalid desc_size: '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005336msgstr "desc_size值无效:“%s”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005337
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005338#: misc/mke2fs.c:840
Tianze Wang57d69272016-08-31 23:14:17 -04005339#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005340msgid "Invalid offset: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005341msgstr "无效的偏移量: %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005342
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005343#: misc/mke2fs.c:854 misc/tune2fs.c:1958
Tianze Wang57d69272016-08-31 23:14:17 -04005344#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005345msgid "Invalid mmp_update_interval: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005346msgstr "无效mmp更新间隔:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005347
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005348#: misc/mke2fs.c:868
Tianze Wang57d69272016-08-31 23:14:17 -04005349#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005350msgid "Invalid # of backup superblocks: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005351msgstr "备份超级块编号无效:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005352
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005353#: misc/mke2fs.c:890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005354#, c-format
5355msgid "Invalid stride parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005356msgstr "无效的步长参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005357
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005358#: misc/mke2fs.c:905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005359#, c-format
5360msgid "Invalid stripe-width parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005361msgstr "无效的带宽参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005362
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005363#: misc/mke2fs.c:928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005364#, c-format
5365msgid "Invalid resize parameter: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005366msgstr "无效的改变大小参数:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005367
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005368#: misc/mke2fs.c:935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005369msgid "The resize maximum must be greater than the filesystem size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005370msgstr "所需改变的大小必须大于当前文件系统的大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005371
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005372#: misc/mke2fs.c:959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005373msgid "On-line resizing not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005374msgstr "版本为0的文件系统不支持在线改变大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005375
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005376#: misc/mke2fs.c:985 misc/mke2fs.c:994
Tianze Wang57d69272016-08-31 23:14:17 -04005377#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005378msgid "Invalid root_owner: '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005379msgstr "无效的根目录所有者:“%s”\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005380
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005381#: misc/mke2fs.c:1035
Theodore Ts'of722c132009-04-21 22:09:01 -04005382#, c-format
5383msgid ""
5384"\n"
5385"Bad option(s) specified: %s\n"
5386"\n"
5387"Extended options are separated by commas, and may take an argument which\n"
5388"\tis set off by an equals ('=') sign.\n"
5389"\n"
5390"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005391"\tmmp_update_interval=<interval>\n"
5392"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005393"\tstride=<RAID per-disk data chunk in blocks>\n"
5394"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005395"\toffset=<offset to create the file system>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005396"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005397"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005398"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005399"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005400"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005401"\ttest_fs\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005402"\tdiscard\n"
5403"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005404"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005405"\n"
5406msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005407"\n"
5408"指定了错误的选项:%s\n"
5409"\n"
5410"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
5411"\n"
5412"有效的扩展选项有:\n"
5413"\tmmp_update_interval=<间隔>\n"
5414"\tnum_backup_sb=<0|1|2>\n"
5415"\tstride=<RAID 每个磁盘的数据块数(步长)>\n"
5416"\tstripe-width=<步长 × RAID 磁盘数(带宽)>\n"
5417"\toffset=<文件系统的偏移量>\n"
5418"\tresize=<调整块大小时的最大值>\n"
5419"\tpacked_meta_blocks=<0(禁用)或 1(启用)>\n"
5420"\tlazy_itable_init=<0(禁用)或 1(启用)>\n"
5421"\tlazy_journal_init=<0(禁用)或 1(启用)>\n"
5422"\troot_owner=<根目录的uid>:<根目录的gid>\n"
5423"\ttest_fs\n"
5424"\tdiscard\n"
5425"\tnodiscard\n"
5426"\tquotatype=<要启用的配额类型>\n"
5427"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005428
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005429#: misc/mke2fs.c:1060
Theodore Ts'of722c132009-04-21 22:09:01 -04005430#, c-format
5431msgid ""
5432"\n"
5433"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5434"\n"
5435msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005436"\n"
5437"警告:RAID带宽 %u 不是步长 %u 的偶数倍。\n"
5438"\n"
5439"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005440
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005441#: misc/mke2fs.c:1102
Theodore Ts'of722c132009-04-21 22:09:01 -04005442#, c-format
5443msgid ""
5444"Syntax error in mke2fs config file (%s, line #%d)\n"
5445"\t%s\n"
5446msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005447"mke2fs配置文件中有语法错误(%s,第 %d 行)\n"
5448"\t%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005449
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005450#: misc/mke2fs.c:1115 misc/tune2fs.c:1007
Theodore Ts'of722c132009-04-21 22:09:01 -04005451#, c-format
5452msgid "Invalid filesystem option set: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005453msgstr "设置了无效的文件系统选项:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005454
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005455#: misc/mke2fs.c:1127 misc/tune2fs.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04005456#, c-format
5457msgid "Invalid mount option set: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005458msgstr "设置了无效的挂载选项:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005459
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005460#: misc/mke2fs.c:1263
Theodore Ts'of722c132009-04-21 22:09:01 -04005461#, c-format
5462msgid ""
5463"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005464"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005465msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005466"\n"
5467"你的mke2fs.conf文件中没有定义类型 %s 的文件系统。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005468
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005469#: misc/mke2fs.c:1267
Theodore Ts'of722c132009-04-21 22:09:01 -04005470msgid ""
5471"You probably need to install an updated mke2fs.conf file.\n"
5472"\n"
5473msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005474"你可能需要升级mke2fs.conf文件。\n"
5475"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005476
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005477#: misc/mke2fs.c:1271
Dark Ravenc4755342011-01-26 18:54:25 -05005478msgid "Aborting...\n"
5479msgstr "正在终止...\n"
5480
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005481#: misc/mke2fs.c:1312
Dark Ravenc4755342011-01-26 18:54:25 -05005482#, c-format
5483msgid ""
5484"\n"
5485"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5486"\n"
5487msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005488"\n"
5489"警告:mke2fs.conf中未定义文件系统类型 %s\n"
5490"\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005491
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005492#: misc/mke2fs.c:1494
Eric Sandeen032eafe2012-07-28 17:48:36 -04005493msgid "Couldn't allocate memory for new PATH.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005494msgstr "无法为新路径分配内存。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005495
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005496#: misc/mke2fs.c:1535
Eric Sandeen032eafe2012-07-28 17:48:36 -04005497#, c-format
5498msgid "Couldn't init profile successfully (error: %ld).\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005499msgstr "无法成功初始化配置(错误:%ld)。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005500
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005501#: misc/mke2fs.c:1568
Theodore Ts'of722c132009-04-21 22:09:01 -04005502#, c-format
5503msgid "invalid block size - %s"
5504msgstr "无效的块大小 - %s"
5505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005506#: misc/mke2fs.c:1572
Theodore Ts'of722c132009-04-21 22:09:01 -04005507#, c-format
5508msgid "Warning: blocksize %d not usable on most systems.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005509msgstr "警告:块大小 %d 在很多系统中不可用。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005510
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005511#: misc/mke2fs.c:1588
Tianze Wang57d69272016-08-31 23:14:17 -04005512#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005513msgid "invalid cluster size - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005514msgstr "无效的簇大小 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005515
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005516#: misc/mke2fs.c:1601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005517msgid "'-R' is deprecated, use '-E' instead"
Tianze Wang57d69272016-08-31 23:14:17 -04005518msgstr "“-R” 选项已被废弃,请使用“-E”选项"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005519
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005520#: misc/mke2fs.c:1615 misc/tune2fs.c:1687
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005521#, c-format
5522msgid "bad error behavior - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005523msgstr "出错行为有误 - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005524
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005525#: misc/mke2fs.c:1627
Theodore Ts'of722c132009-04-21 22:09:01 -04005526msgid "Illegal number for blocks per group"
Tianze Wang57d69272016-08-31 23:14:17 -04005527msgstr "非法的每组块数"
Theodore Ts'of722c132009-04-21 22:09:01 -04005528
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005529#: misc/mke2fs.c:1632
Theodore Ts'of722c132009-04-21 22:09:01 -04005530msgid "blocks per group must be multiple of 8"
Tianze Wang57d69272016-08-31 23:14:17 -04005531msgstr "每组块数必须是8的倍数"
Theodore Ts'of722c132009-04-21 22:09:01 -04005532
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005533#: misc/mke2fs.c:1640
Theodore Ts'of722c132009-04-21 22:09:01 -04005534msgid "Illegal number for flex_bg size"
Tianze Wang57d69272016-08-31 23:14:17 -04005535msgstr "非法的弹性组大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04005536
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005537#: misc/mke2fs.c:1646
Theodore Ts'of722c132009-04-21 22:09:01 -04005538msgid "flex_bg size must be a power of 2"
Tianze Wang57d69272016-08-31 23:14:17 -04005539msgstr "弹性组的大小必须是2的次方"
Theodore Ts'of722c132009-04-21 22:09:01 -04005540
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005541#: misc/mke2fs.c:1651
Tianze Wang57d69272016-08-31 23:14:17 -04005542#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005543msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Tianze Wang57d69272016-08-31 23:14:17 -04005544msgstr "弹性组的大小(%lu)必须小于等于2^31"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005545
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005546#: misc/mke2fs.c:1661
Theodore Ts'of722c132009-04-21 22:09:01 -04005547#, c-format
5548msgid "invalid inode ratio %s (min %d/max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005549msgstr "无效的inode比 %s(最小 %d /最大 %d)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005551#: misc/mke2fs.c:1671
Dark Ravenc4755342011-01-26 18:54:25 -05005552#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005553msgid "invalid inode size - %s"
5554msgstr "无效的inode大小 - %s"
5555
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005556#: misc/mke2fs.c:1684
5557msgid ""
5558"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5559"nodiscard' extended option instead!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005560msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005561"警告:-K 选项已被废弃,今后也不应当被使用。请使用扩展选项\n"
5562"“-E nodiscard”作为替代!\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005563
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005564#: misc/mke2fs.c:1695
Theodore Ts'of722c132009-04-21 22:09:01 -04005565msgid "in malloc for bad_blocks_filename"
Tianze Wang57d69272016-08-31 23:14:17 -04005566msgstr "为bad_blocks_filename分配内存时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005567
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005568#: misc/mke2fs.c:1704
Theodore Ts'o48203a32016-06-08 15:45:26 -04005569#, c-format
5570msgid ""
5571"Warning: label too long; will be truncated to '%s'\n"
5572"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005573msgstr "警告:卷标太长,已截短为“%s”\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005574
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005575#: misc/mke2fs.c:1713
Theodore Ts'of722c132009-04-21 22:09:01 -04005576#, c-format
5577msgid "invalid reserved blocks percent - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005578msgstr "无效的保留块百分比 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005579
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005580#: misc/mke2fs.c:1728
Theodore Ts'of722c132009-04-21 22:09:01 -04005581#, c-format
5582msgid "bad num inodes - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005583msgstr "错误的inode数 - %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04005584
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005585#: misc/mke2fs.c:1741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005586msgid "while allocating fs_feature string"
Tianze Wang57d69272016-08-31 23:14:17 -04005587msgstr "分配 fs_feature 字符串时"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005588
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005589#: misc/mke2fs.c:1758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005590#, c-format
5591msgid "bad revision level - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005592msgstr "错误的版本号 - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005593
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005594#: misc/mke2fs.c:1763
Tianze Wang57d69272016-08-31 23:14:17 -04005595#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005596msgid "while trying to create revision %d"
Tianze Wang57d69272016-08-31 23:14:17 -04005597msgstr "尝试创建版本 %d 时"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005598
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005599#: misc/mke2fs.c:1777
Eric Sandeen032eafe2012-07-28 17:48:36 -04005600msgid "The -t option may only be used once"
Tianze Wang57d69272016-08-31 23:14:17 -04005601msgstr "-t 选项只能被指定一次"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005602
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005603#: misc/mke2fs.c:1785
Eric Sandeen032eafe2012-07-28 17:48:36 -04005604msgid "The -T option may only be used once"
Tianze Wang57d69272016-08-31 23:14:17 -04005605msgstr "-T 选项只能被指定一次"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005606
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005607#: misc/mke2fs.c:1841 misc/mke2fs.c:3133
Theodore Ts'of722c132009-04-21 22:09:01 -04005608#, c-format
5609msgid "while trying to open journal device %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005610msgstr "尝试打开日志设备 %s 时\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005611
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005612#: misc/mke2fs.c:1847
Theodore Ts'of722c132009-04-21 22:09:01 -04005613#, c-format
5614msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005615msgstr "日志设备的块大小(%d)不能低于最小的块大小 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005616
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005617#: misc/mke2fs.c:1853
Dark Raven3be22a82010-04-19 16:59:03 -04005618#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005619msgid "Using journal device's blocksize: %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005620msgstr "根据日志设备确定块大小:%d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005621
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005622#: misc/mke2fs.c:1864
Tianze Wang57d69272016-08-31 23:14:17 -04005623#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005624msgid "invalid blocks '%s' on device '%s'"
Tianze Wang57d69272016-08-31 23:14:17 -04005625msgstr "无效的块数“%s”于设备“%s”"
Theodore Ts'of722c132009-04-21 22:09:01 -04005626
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005627#: misc/mke2fs.c:1888
Theodore Ts'of722c132009-04-21 22:09:01 -04005628msgid "filesystem"
5629msgstr "文件系统"
5630
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005631#: misc/mke2fs.c:1901 resize/main.c:491
Theodore Ts'of722c132009-04-21 22:09:01 -04005632msgid "while trying to determine filesystem size"
Tianze Wang57d69272016-08-31 23:14:17 -04005633msgstr "尝试确定文件系统大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005634
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005635#: misc/mke2fs.c:1907
Theodore Ts'of722c132009-04-21 22:09:01 -04005636msgid ""
5637"Couldn't determine device size; you must specify\n"
5638"the size of the filesystem\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005639msgstr "无法确定设备大小;你必须手动指定大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005640
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005641#: misc/mke2fs.c:1914
Theodore Ts'of722c132009-04-21 22:09:01 -04005642msgid ""
5643"Device size reported to be zero. Invalid partition specified, or\n"
5644"\tpartition table wasn't reread after running fdisk, due to\n"
5645"\ta modified partition being busy and in use. You may need to reboot\n"
5646"\tto re-read your partition table.\n"
5647msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005648"设备大小为零。可能是指定了无效的设备,或是分区表在\n"
5649"\t执行fdisk后未被重新加载(分区正被占用)导致的。\n"
5650"\t你可能需要重启后重新读取分区表。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005651
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005652#: misc/mke2fs.c:1931
Theodore Ts'of722c132009-04-21 22:09:01 -04005653msgid "Filesystem larger than apparent device size."
Tianze Wang57d69272016-08-31 23:14:17 -04005654msgstr "文件系统大小超过设备的实际大小。"
Theodore Ts'of722c132009-04-21 22:09:01 -04005655
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005656#: misc/mke2fs.c:1951
Theodore Ts'of722c132009-04-21 22:09:01 -04005657msgid "Failed to parse fs types list\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005658msgstr "解析文件系统类型列表失败\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005659
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005660#: misc/mke2fs.c:1999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005661msgid "The HURD does not support the filetype feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005662msgstr "HURD 不支持文件类型。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005663
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005664#: misc/mke2fs.c:2004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005665msgid "The HURD does not support the huge_file feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005666msgstr "HURD 不支持大文件特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005667
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005668#: misc/mke2fs.c:2009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005669msgid "The HURD does not support the metadata_csum feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005670msgstr "HURD 不支持元数据校验值特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005671
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005672#: misc/mke2fs.c:2019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005673msgid "while trying to determine hardware sector size"
Tianze Wang57d69272016-08-31 23:14:17 -04005674msgstr "尝试确定硬件扇区大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005675
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005676#: misc/mke2fs.c:2025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005677msgid "while trying to determine physical sector size"
Tianze Wang57d69272016-08-31 23:14:17 -04005678msgstr "尝试确定物理扇区大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005679
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005680#: misc/mke2fs.c:2057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005681msgid "while setting blocksize; too small for device\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005682msgstr "设置块大小时;对于设备来说太小\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005683
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005684#: misc/mke2fs.c:2062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005685#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005686msgid ""
5687"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005688msgstr "警告:指定的块大小 %d 小于设备物理扇区大小%d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005689
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005690#: misc/mke2fs.c:2086
Eric Sandeen032eafe2012-07-28 17:48:36 -04005691#, c-format
5692msgid ""
5693"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5694"\tin 32 bits using a blocksize of %d.\n"
5695msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005696"%1$s:设备 %3$s 的尺寸(0x%2$llx 个块)太大,无法用32位数表示\n"
5697"\t改为使用 %4$d 的块大小。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005698
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005699#: misc/mke2fs.c:2098
5700#, fuzzy, c-format
5701msgid ""
5702"%s: Size of device (0x%llx blocks) %s too big to create\n"
5703"\ta filesystem using a blocksize of %d.\n"
5704msgstr ""
5705"%1$s:设备 %3$s 的尺寸(0x%2$llx 个块)太大,无法用32位数表示\n"
5706"\t改为使用 %4$d 的块大小。\n"
5707
5708#: misc/mke2fs.c:2120
Theodore Ts'of722c132009-04-21 22:09:01 -04005709msgid "fs_types for mke2fs.conf resolution: "
Tianze Wang57d69272016-08-31 23:14:17 -04005710msgstr "mke2fs.conf中有关文件系统类型的解释: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005711
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005712#: misc/mke2fs.c:2127
Theodore Ts'of722c132009-04-21 22:09:01 -04005713msgid "Filesystem features not supported with revision 0 filesystems\n"
5714msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005715"版本为0的文件系统不支持这些特性\n"
5716"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005717
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005718#: misc/mke2fs.c:2135
Theodore Ts'of722c132009-04-21 22:09:01 -04005719msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005720msgstr "版本为0的文件系统不支持分散式超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005721
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005722#: misc/mke2fs.c:2145
Theodore Ts'of722c132009-04-21 22:09:01 -04005723msgid "Journals not supported with revision 0 filesystems\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005724msgstr "版本为0的文件系统不支持日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005725
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005726#: misc/mke2fs.c:2158
Tianze Wang57d69272016-08-31 23:14:17 -04005727#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005728msgid "invalid reserved blocks percent - %lf"
Tianze Wang57d69272016-08-31 23:14:17 -04005729msgstr "无效的保留块百分比 - %lf"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005730
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005731#: misc/mke2fs.c:2175
5732msgid ""
5733"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5734"rectify.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005735msgstr "64位系统必须启用extent特性。请使用“-O extents”选项来修正。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005736
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005737#: misc/mke2fs.c:2195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005738msgid "The cluster size may not be smaller than the block size.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005739msgstr "簇大小不能小于块大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005740
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005741#: misc/mke2fs.c:2201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005742msgid "specifying a cluster size requires the bigalloc feature"
Tianze Wang57d69272016-08-31 23:14:17 -04005743msgstr "指定簇大小需要启用bigalloc特性"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04005744
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005745#: misc/mke2fs.c:2221
Dark Raven3be22a82010-04-19 16:59:03 -04005746#, c-format
5747msgid "warning: Unable to get device geometry for %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005748msgstr "警告:无法获取 %s 的设备布局\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005749
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005750#: misc/mke2fs.c:2224
Dark Raven3be22a82010-04-19 16:59:03 -04005751#, c-format
5752msgid "%s alignment is offset by %lu bytes.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005753msgstr "%s 未对齐,偏移了 %lu 个字节。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04005754
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005755#: misc/mke2fs.c:2226
Eric Sandeen032eafe2012-07-28 17:48:36 -04005756#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005757msgid ""
5758"This may result in very poor performance, (re)-partitioning suggested.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005759msgstr "这可能导致性能下降,建议重新进行分区。\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005760
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005761#: misc/mke2fs.c:2247
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005762#, c-format
5763msgid "%d-byte blocks too big for system (max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005764msgstr "%d字节的块对于系统来说太大(最大为 %d)"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005765
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005766#: misc/mke2fs.c:2251
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005767#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005768msgid ""
5769"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005770msgstr "警告:%d字节的块对于系统来说太大(最大为 %d),但仍然强制进行操作\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005771
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005772#: misc/mke2fs.c:2259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005773#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005774msgid ""
5775"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5776"and journal checksum features.\n"
5777msgstr ""
5778"建议:使用 3.18 以上的 Linux 内核以提高元数据稳定性,以及使用日志校验值特"
5779"性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005780
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005781#: misc/mke2fs.c:2314
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005782#, c-format
5783msgid ""
5784"\n"
5785"Warning: offset specified without an explicit file system size.\n"
5786"Creating a file system with %llu blocks but this might\n"
5787"not be what you want.\n"
5788"\n"
5789msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005790"\n"
5791"警告:指定了偏移量,但没有指定文件系统大小。\n"
5792"将创建含有 %llu 个块的文件系统,这可能与您的预期不服。\n"
5793"\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005794
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005795#: misc/mke2fs.c:2331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005796msgid "Can't support bigalloc feature without extents feature"
Tianze Wang57d69272016-08-31 23:14:17 -04005797msgstr "无法在缺乏extent特性的情况下支持bigalloc特性"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005798
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005799#: misc/mke2fs.c:2338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005800msgid ""
5801"The resize_inode and meta_bg features are not compatible.\n"
5802"They can not be both enabled simultaneously.\n"
5803msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005804"resize_inode 和 meta_bg 特性不兼容。\n"
5805"无法同时启用它们。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005806
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005807#: misc/mke2fs.c:2346
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005808msgid ""
5809"\n"
5810"Warning: the bigalloc feature is still under development\n"
5811"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5812"\n"
5813msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005814"\n"
5815"警告:bigalloc特性仍然在开发中\n"
5816"更多详情请参见 https://ext4.wiki.kernel.org/index.php/Bigalloc\n"
5817"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005818
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005819#: misc/mke2fs.c:2358
Eric Sandeen032eafe2012-07-28 17:48:36 -04005820msgid "reserved online resize blocks not supported on non-sparse filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04005821msgstr "非分散式文件系统不支持为在线调整大小设置保留块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005822
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005823#: misc/mke2fs.c:2367
Eric Sandeen032eafe2012-07-28 17:48:36 -04005824msgid "blocks per group count out of range"
Tianze Wang57d69272016-08-31 23:14:17 -04005825msgstr "每组块数超过允许范围"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005826
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005827#: misc/mke2fs.c:2389
Eric Sandeen032eafe2012-07-28 17:48:36 -04005828msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Tianze Wang57d69272016-08-31 23:14:17 -04005829msgstr "弹性组特性未启用,所以无法指定弹性组尺寸"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005830
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005831#: misc/mke2fs.c:2401
Eric Sandeen032eafe2012-07-28 17:48:36 -04005832#, c-format
5833msgid "invalid inode size %d (min %d/max %d)"
Tianze Wang57d69272016-08-31 23:14:17 -04005834msgstr "无效的inode大小 %d(最小 %d /最大 %d)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005835
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005836#: misc/mke2fs.c:2416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005837#, c-format
5838msgid "%d byte inodes are too small for inline data; specify larger size"
Tianze Wang57d69272016-08-31 23:14:17 -04005839msgstr "%d 字节的 inode 对于内联数据来说太小;请指定一个更大的值"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005840
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005841#: misc/mke2fs.c:2429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005842#, c-format
5843msgid "%d byte inodes are too small for project quota; specify larger size"
Tianze Wang57d69272016-08-31 23:14:17 -04005844msgstr "%d 字节的 inode 对于项目配额来说太小;请指定一个更大的值"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005845
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005846#: misc/mke2fs.c:2444
Eric Sandeen032eafe2012-07-28 17:48:36 -04005847#, c-format
5848msgid "too many inodes (%llu), raise inode ratio?"
Tianze Wang57d69272016-08-31 23:14:17 -04005849msgstr "inode太多(%llu),是否提高inode比?"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005850
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005851#: misc/mke2fs.c:2451
Eric Sandeen032eafe2012-07-28 17:48:36 -04005852#, c-format
5853msgid "too many inodes (%llu), specify < 2^32 inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04005854msgstr "inode数量太多(%llu),请指定小于 2^32 的inode数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005855
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005856#: misc/mke2fs.c:2465
Eric Sandeen032eafe2012-07-28 17:48:36 -04005857#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005858msgid ""
5859"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005860"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005861"\tor lower inode count (-N).\n"
5862msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005863"inode大小(%u)×inode数(%u)对于含有 %llu 个块\n"
5864"\t的系统来说太大,请指定更高的inode比(使用 -i 选项)\n"
5865"\t或更少的inode数(-N)。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04005866
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005867#: misc/mke2fs.c:2652
Eric Sandeen032eafe2012-07-28 17:48:36 -04005868msgid "Discarding device blocks: "
Tianze Wang57d69272016-08-31 23:14:17 -04005869msgstr "丢弃设备块: "
Eric Sandeen032eafe2012-07-28 17:48:36 -04005870
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005871#: misc/mke2fs.c:2668
Eric Sandeen032eafe2012-07-28 17:48:36 -04005872msgid "failed - "
Tianze Wang57d69272016-08-31 23:14:17 -04005873msgstr "已失败 - "
Dark Raven3be22a82010-04-19 16:59:03 -04005874
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005875#: misc/mke2fs.c:2727
Theodore Ts'o48203a32016-06-08 15:45:26 -04005876msgid "while initializing quota context"
Tianze Wang57d69272016-08-31 23:14:17 -04005877msgstr "初始化配额上下文时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005878
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005879#: misc/mke2fs.c:2734
Theodore Ts'o48203a32016-06-08 15:45:26 -04005880msgid "while writing quota inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04005881msgstr "写入配额 inode 时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005882
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005883#: misc/mke2fs.c:2759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005884#, c-format
5885msgid "bad error behavior in profile - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04005886msgstr "配置中的出错行为有误 - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005887
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005888#: misc/mke2fs.c:2833
Theodore Ts'of722c132009-04-21 22:09:01 -04005889msgid "while setting up superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04005890msgstr "设置superblock时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005891
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005892#: misc/mke2fs.c:2849
5893msgid ""
5894"Extents are not enabled. The file extent tree can be checksummed, whereas "
5895"block maps cannot. Not enabling extents reduces the coverage of metadata "
5896"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005897msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005898"未启用 extent 特性,所以仅对文件 extent 树进行校验,而不会对块位图进行校验。"
5899"不启用 extent 将降低元数据校验值的覆盖范围。可以使用参数“-O extents”来进行纠"
5900"正。\n"
5901
5902#: misc/mke2fs.c:2856
5903msgid ""
5904"64-bit filesystem support is not enabled. The larger fields afforded by "
5905"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5906msgstr ""
5907"未启用 64 位文件系统支持,将无法使用更大的字段来进行更完整的校验。可以使用参"
5908"数“-O 64bit”来进行纠正。\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005909"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005910
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005911#: misc/mke2fs.c:2864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005912msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005913msgstr "启用 metadata_csum_seed 特性需要同时启用 metadata_csum 特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005914
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005915#: misc/mke2fs.c:2888
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005916msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005917msgstr "舍弃成功,将会返回0值 - 跳过擦除inode表\n"
Dark Ravenc4755342011-01-26 18:54:25 -05005918
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005919#: misc/mke2fs.c:2974
Theodore Ts'of722c132009-04-21 22:09:01 -04005920#, c-format
5921msgid "unknown os - %s"
5922msgstr "未知操作系统 - %s"
5923
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005924#: misc/mke2fs.c:3037
Eric Sandeen032eafe2012-07-28 17:48:36 -04005925msgid "Allocating group tables: "
Tianze Wang57d69272016-08-31 23:14:17 -04005926msgstr "正在分配组表: "
Eric Sandeen032eafe2012-07-28 17:48:36 -04005927
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005928#: misc/mke2fs.c:3045
Theodore Ts'of722c132009-04-21 22:09:01 -04005929msgid "while trying to allocate filesystem tables"
Tianze Wang57d69272016-08-31 23:14:17 -04005930msgstr "尝试分配文件系统表时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005931
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005932#: misc/mke2fs.c:3054
Eric Sandeen032eafe2012-07-28 17:48:36 -04005933msgid ""
5934"\n"
5935"\twhile converting subcluster bitmap"
Theodore Ts'of722c132009-04-21 22:09:01 -04005936msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005937"\n"
5938"\t转换子簇位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005939
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005940#: misc/mke2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005941#, c-format
5942msgid "%s may be further corrupted by superblock rewrite\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005943msgstr "%s 可能因超级块被改写而损\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005944
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005945#: misc/mke2fs.c:3101
Eric Sandeen032eafe2012-07-28 17:48:36 -04005946#, c-format
5947msgid "while zeroing block %llu at end of filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04005948msgstr "对文件系统末尾的块 %llu 填零时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005949
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005950#: misc/mke2fs.c:3114
Theodore Ts'of722c132009-04-21 22:09:01 -04005951msgid "while reserving blocks for online resize"
Tianze Wang57d69272016-08-31 23:14:17 -04005952msgstr "为在线改变大小保留块时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005953
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005954#: misc/mke2fs.c:3126 misc/tune2fs.c:1415
Theodore Ts'of722c132009-04-21 22:09:01 -04005955msgid "journal"
5956msgstr "日志"
5957
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005958#: misc/mke2fs.c:3138
Theodore Ts'of722c132009-04-21 22:09:01 -04005959#, c-format
5960msgid "Adding journal to device %s: "
Tianze Wang57d69272016-08-31 23:14:17 -04005961msgstr "将日志添加到设备 %s: "
Theodore Ts'of722c132009-04-21 22:09:01 -04005962
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005963#: misc/mke2fs.c:3145
Theodore Ts'of722c132009-04-21 22:09:01 -04005964#, c-format
5965msgid ""
5966"\n"
5967"\twhile trying to add journal to device %s"
5968msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005969"\n"
5970"尝试将日志添加到设备 %s时"
Theodore Ts'of722c132009-04-21 22:09:01 -04005971
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005972#: misc/mke2fs.c:3150 misc/mke2fs.c:3179 misc/mke2fs.c:3219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005973#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'of722c132009-04-21 22:09:01 -04005974msgid "done\n"
5975msgstr "完成\n"
5976
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005977#: misc/mke2fs.c:3156
Theodore Ts'o930e2812009-06-29 15:08:12 -04005978msgid "Skipping journal creation in super-only mode\n"
Tianze Wang57d69272016-08-31 23:14:17 -04005979msgstr "跳过创建日志的步骤(唯超级块模式)\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04005980
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005981#: misc/mke2fs.c:3166
Dark Raven3be22a82010-04-19 16:59:03 -04005982#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04005983msgid "Creating journal (%u blocks): "
Tianze Wang57d69272016-08-31 23:14:17 -04005984msgstr "创建日志(%u 个块)"
Theodore Ts'of722c132009-04-21 22:09:01 -04005985
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005986#: misc/mke2fs.c:3175
Eric Sandeen032eafe2012-07-28 17:48:36 -04005987msgid ""
5988"\n"
5989"\twhile trying to create journal"
5990msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005991"\n"
5992"\t尝试创建日志时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005993
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005994#: misc/mke2fs.c:3187 misc/tune2fs.c:1072
Eric Sandeen032eafe2012-07-28 17:48:36 -04005995msgid ""
5996"\n"
5997"Error while enabling multiple mount protection feature."
5998msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04005999"\n"
6000"启用MMP特性失败。"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006001
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006002#: misc/mke2fs.c:3192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006003#, c-format
6004msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006005msgstr "MMP(多重挂载保护)已被启用,更新间隔为 %d 秒。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006006
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006007#: misc/mke2fs.c:3210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006008msgid "Copying files into the device: "
Tianze Wang57d69272016-08-31 23:14:17 -04006009msgstr "将文件复制到设备:"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006010
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006011#: misc/mke2fs.c:3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006012msgid "while populating file system"
Tianze Wang57d69272016-08-31 23:14:17 -04006013msgstr "于填充文件系统时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006014
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006015#: misc/mke2fs.c:3223
Theodore Ts'of722c132009-04-21 22:09:01 -04006016msgid "Writing superblocks and filesystem accounting information: "
Tianze Wang57d69272016-08-31 23:14:17 -04006017msgstr "写入超级块和文件系统账户统计信息: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006018
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006019#: misc/mke2fs.c:3230
6020#, fuzzy
Theodore Ts'of722c132009-04-21 22:09:01 -04006021msgid ""
6022"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006023"Warning, had trouble writing out superblocks.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006024msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006025"\n"
6026"警告:写入超级块时遇到问题"
Theodore Ts'of722c132009-04-21 22:09:01 -04006027
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006028#: misc/mke2fs.c:3232
Theodore Ts'of722c132009-04-21 22:09:01 -04006029msgid ""
6030"done\n"
6031"\n"
6032msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006033"已完成\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006034"\n"
6035
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006036#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006037#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006038msgid ""
6039"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006040msgstr "分区偏移量 %llu(%uk)块与簇大小 %u 不相容。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006041
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006042#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006043msgid "Huge files will be zero'ed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006044msgstr "将对大文件填零\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006045
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006046#: misc/mk_hugefiles.c:492
Tianze Wang57d69272016-08-31 23:14:17 -04006047#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006048msgid "Creating %lu huge file(s) "
Tianze Wang57d69272016-08-31 23:14:17 -04006049msgstr "创建 %lu 个大文件"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006050
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006051#: misc/mk_hugefiles.c:494
Tianze Wang57d69272016-08-31 23:14:17 -04006052#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006053msgid "with %llu blocks each"
Tianze Wang57d69272016-08-31 23:14:17 -04006054msgstr "每个使用 %llu 个块"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006055
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006056#: misc/mk_hugefiles.c:505
Tianze Wang57d69272016-08-31 23:14:17 -04006057#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006058msgid "while creating huge file %lu"
Tianze Wang57d69272016-08-31 23:14:17 -04006059msgstr "创建大文件 %lu 时"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006060
Eric Sandeen032eafe2012-07-28 17:48:36 -04006061#: misc/mklost+found.c:50
Theodore Ts'of722c132009-04-21 22:09:01 -04006062msgid "Usage: mklost+found\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006063msgstr "用法:mklost+found\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006064
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006065#: misc/partinfo.c:43
Theodore Ts'of722c132009-04-21 22:09:01 -04006066#, c-format
6067msgid ""
6068"Usage: %s device...\n"
6069"\n"
6070"Prints out the partition information for each given device.\n"
6071"For example: %s /dev/hda\n"
6072"\n"
6073msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006074"用法:%s 设备...\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006075"\n"
6076"输出每个给定设备的分区信息.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006077"例如:%s /dev/hda\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006078"\n"
6079
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006080#: misc/partinfo.c:53
Theodore Ts'of722c132009-04-21 22:09:01 -04006081#, c-format
6082msgid "Cannot open %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006083msgstr "无法打开 %s:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006084
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006085#: misc/partinfo.c:59
Theodore Ts'of722c132009-04-21 22:09:01 -04006086#, c-format
6087msgid "Cannot get geometry of %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006088msgstr "无法获取 %s 的布局:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006089
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006090#: misc/partinfo.c:67
Theodore Ts'of722c132009-04-21 22:09:01 -04006091#, c-format
6092msgid "Cannot get size of %s: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006093msgstr "无法获得 %s 的大小:%s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006094
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006095#: misc/partinfo.c:73
Theodore Ts'of722c132009-04-21 22:09:01 -04006096#, c-format
6097msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006098msgstr "%s:磁头=%3d 扇区=%3d 柱面=%4d 起始=%8d 大小=%8lu 终止=%8d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006099
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006100#: misc/tune2fs.c:119
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006101#, fuzzy
6102msgid "Please run e2fsck -f on the filesystem.\n"
6103msgstr "请在这个文件系统上运行 e2fsck -D。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006104
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006105#: misc/tune2fs.c:121
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006106#, fuzzy
6107msgid "Please run e2fsck -fD on the filesystem.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006108msgstr "请在这个文件系统上运行 e2fsck -D。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006109
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006110#: misc/tune2fs.c:134
Theodore Ts'of722c132009-04-21 22:09:01 -04006111#, c-format
6112msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006113"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006114"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006115"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6116"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6117"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6118"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006119"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006120"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006121msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006122"用法:%s [-c 最大挂载次数] [-e 出错行为] [-f] [-g 组]\n"
6123"\t[-i 间隔[d|m|w]] [-j] [-J 日志选项] [-l]\n"
6124"\t[-m 保留块所占百分比] [-o [^]挂载选项[,...]]\n"
6125"\t[-p MMP更新间隔] [-r 保留块数] [-u 用户]\n"
6126"\t[-C 挂载次数] [-L 卷标][-M 上一次挂载点]\n"
6127"\t[-O [^]特性[,...]] [-Q 配额选项]\n"
6128"\t[-E 扩展选项[,...]] [-T 上一次检查时间] [-U UUID]\n"
6129"\t[ -I 新的inode大小] [-z 撤销文件] 设备\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006130
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006131#: misc/tune2fs.c:218
Theodore Ts'obd386982015-05-17 20:34:58 -04006132msgid "Journal superblock not found!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006133msgstr "日志超级块未找到!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006134
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006135#: misc/tune2fs.c:276
Theodore Ts'of722c132009-04-21 22:09:01 -04006136msgid "while trying to open external journal"
Tianze Wang57d69272016-08-31 23:14:17 -04006137msgstr "尝试打开外部日志时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006138
Theodore Ts'o48203a32016-06-08 15:45:26 -04006139#: misc/tune2fs.c:282 misc/tune2fs.c:2701
Dark Raven3be22a82010-04-19 16:59:03 -04006140#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006141msgid "%s is not a journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006142msgstr "%s 不是日志设备。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006143
Theodore Ts'o48203a32016-06-08 15:45:26 -04006144#: misc/tune2fs.c:292 misc/tune2fs.c:2712
Theodore Ts'of722c132009-04-21 22:09:01 -04006145msgid "Filesystem's UUID not found on journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006146msgstr "日志设备中未找到文件系统的UUID。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006147
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006148#: misc/tune2fs.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006149msgid ""
6150"Cannot locate journal device. It was NOT removed\n"
6151"Use -f option to remove missing journal device.\n"
6152msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006153"无法定位日志设备。设备未被移除\n"
6154"请使用 -f 选项来移除丢失的日志设备。\n"
6155"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006156
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006157#: misc/tune2fs.c:325
Theodore Ts'of722c132009-04-21 22:09:01 -04006158msgid "Journal removed\n"
6159msgstr "日志已删除\n"
6160
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006161#: misc/tune2fs.c:369
Theodore Ts'of722c132009-04-21 22:09:01 -04006162msgid "while reading bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04006163msgstr "读取位图时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006164
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006165#: misc/tune2fs.c:377
Theodore Ts'of722c132009-04-21 22:09:01 -04006166msgid "while clearing journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04006167msgstr "读取坏块inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006168
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006169#: misc/tune2fs.c:388
Theodore Ts'of722c132009-04-21 22:09:01 -04006170msgid "while writing journal inode"
Tianze Wang57d69272016-08-31 23:14:17 -04006171msgstr "写入日志inode时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006172
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006173#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Dark Ravenc4755342011-01-26 18:54:25 -05006174msgid "(and reboot afterwards!)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006175msgstr "(并且过后重启!)\n"
Dark Ravenc4755342011-01-26 18:54:25 -05006176
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006177#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006178#, c-format
6179msgid "After running e2fsck, please run `resize2fs %s %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006180msgstr "在运行 e2fsck 后,请运行“resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006181
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006182#: misc/tune2fs.c:479
Tianze Wang57d69272016-08-31 23:14:17 -04006183#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006184msgid "Please run `resize2fs %s %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006185msgstr "请运行“resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006186
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006187#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006188#, c-format
6189msgid " -z \"%s\""
Tianze Wang57d69272016-08-31 23:14:17 -04006190msgstr " -z \"%s\""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006191
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006192#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006193#, c-format
6194msgid "' to enable 64-bit mode.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006195msgstr "”来启用 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006196
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006197#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006198#, c-format
6199msgid "' to disable 64-bit mode.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006200msgstr "”来禁用 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006201
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006202#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006203msgid ""
6204"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6205" This requires Linux >= v4.4.\n"
6206msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006207"警告:无法确定内核是否支持 metadata_csum_seed 特性。\n"
6208" 该特性仅被 4.4 以上的 Linux 内核支持。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006209
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006210#: misc/tune2fs.c:1010
Theodore Ts'of722c132009-04-21 22:09:01 -04006211#, c-format
6212msgid "Clearing filesystem feature '%s' not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006213msgstr "移除不被支持的文件系统特性“%s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006214
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006215#: misc/tune2fs.c:1016
Theodore Ts'of722c132009-04-21 22:09:01 -04006216#, c-format
6217msgid "Setting filesystem feature '%s' not supported.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006218msgstr "设置不被支持的文件系统特性“%s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006220#: misc/tune2fs.c:1025
Theodore Ts'of722c132009-04-21 22:09:01 -04006221msgid ""
6222"The has_journal feature may only be cleared when the filesystem is\n"
6223"unmounted or mounted read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006224msgstr "只有当文件系统被卸载,或以只读模式挂载时才能移除其has_journal特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006225
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006226#: misc/tune2fs.c:1033
Theodore Ts'of722c132009-04-21 22:09:01 -04006227msgid ""
6228"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6229"the has_journal flag.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006230msgstr "发现needs_recovery标志。请在移除has_journal特性前运行e2fsck。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006231
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006232#: misc/tune2fs.c:1051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006233msgid ""
6234"Setting filesystem feature 'sparse_super' not supported\n"
6235"for filesystems with the meta_bg feature enabled.\n"
6236msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006237"启用了meta_bg特性的文件系统不支持“sparse_super”\n"
6238"特性。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006239
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006240#: misc/tune2fs.c:1064
Eric Sandeen032eafe2012-07-28 17:48:36 -04006241msgid ""
6242"The multiple mount protection feature can't\n"
6243"be set if the filesystem is mounted or\n"
6244"read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006245msgstr "文件系统被挂载或为只读属性时无法设置MMP特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006246
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006247#: misc/tune2fs.c:1082
Eric Sandeen032eafe2012-07-28 17:48:36 -04006248#, c-format
6249msgid "Multiple mount protection has been enabled with update interval %ds.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006250msgstr "MMP(多重挂载保护)已被启用,更新间隔为 %ds。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006251
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006252#: misc/tune2fs.c:1091
Eric Sandeen032eafe2012-07-28 17:48:36 -04006253msgid ""
6254"The multiple mount protection feature cannot\n"
6255"be disabled if the filesystem is readonly.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006256msgstr "文件系统为只读状态时无法禁用MMP特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006257
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006258#: misc/tune2fs.c:1099
Eric Sandeen032eafe2012-07-28 17:48:36 -04006259msgid "Error while reading bitmaps\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006260msgstr "读取位图时发生错误\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006261
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006262#: misc/tune2fs.c:1108
Eric Sandeen032eafe2012-07-28 17:48:36 -04006263#, c-format
6264msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006265msgstr "MMP块的幻数不匹配。期望值:%x,实际:%x\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006266
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006267#: misc/tune2fs.c:1113
Eric Sandeen032eafe2012-07-28 17:48:36 -04006268msgid "while reading MMP block."
Tianze Wang57d69272016-08-31 23:14:17 -04006269msgstr "读取MMP块时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006270
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006271#: misc/tune2fs.c:1145
Theodore Ts'of722c132009-04-21 22:09:01 -04006272msgid ""
6273"Clearing the flex_bg flag would cause the the filesystem to be\n"
6274"inconsistent.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006275msgstr "清除弹性组标志将会导致文件系统出现前后不一致的情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006276
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006277#: misc/tune2fs.c:1156
Theodore Ts'of722c132009-04-21 22:09:01 -04006278msgid ""
6279"The huge_file feature may only be cleared when the filesystem is\n"
6280"unmounted or mounted read-only.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006281msgstr "只有当文件系统被卸载,或以只读模式挂载时才能移除其huge_file特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006282
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006283#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006284msgid "Enabling checksums could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006285msgstr "启用校验值需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006286
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006287#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006288msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006289msgstr "无法在已挂载的文件系统上启用元数据校验特性!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006290
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006291#: misc/tune2fs.c:1175
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006292msgid ""
6293"Extents are not enabled. The file extent tree can be checksummed, whereas "
6294"block maps cannot. Not enabling extents reduces the coverage of metadata "
6295"checksumming. Re-run with -O extent to rectify.\n"
6296msgstr ""
6297"未启用 extent 特性,所以仅对文件 extent 树进行校验,而不会对块位图进行校验。"
6298"不启用 extent 将降低元数据校验值的覆盖范围。可以加上参数“-O extents”重新运行"
6299"来纠正这一问题。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006300
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006301#: misc/tune2fs.c:1182
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006302msgid ""
6303"64-bit filesystem support is not enabled. The larger fields afforded by "
6304"this feature enable full-strength checksumming. Run resize2fs -b to "
6305"rectify.\n"
6306msgstr ""
6307"未启用 64 位文件系统支持,将无法使用更大的字段来进行更完整的校验。可以运"
6308"行“resize2fs -b”来纠正这一问题。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006309
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006310#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006311msgid "Disabling checksums could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006312msgstr "禁用校验值需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006313
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006314#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006315msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006316msgstr "无法在已挂载的文件系统上禁用元数据校验特性!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006317
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006318#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006319#, c-format
6320msgid "Cannot enable 64-bit mode while mounted!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006321msgstr "无法在已挂载的文件系统上启用 64 位模式!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006322
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006323#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006324#, c-format
6325msgid "Cannot disable 64-bit mode while mounted!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006326msgstr "无法在已挂载的文件系统上禁用 64 位模式!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006327
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006328#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006329msgid ""
6330"\n"
6331"Warning: enabled project without quota together\n"
6332msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006333"\n"
6334"警告:启用项目的同时没有同时启用配额\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006335
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006336#: misc/tune2fs.c:1326
Eric Sandeen032eafe2012-07-28 17:48:36 -04006337msgid ""
6338"\n"
6339"Warning: '^quota' option overrides '-Q'arguments.\n"
6340msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006341"\n"
6342"警告:“^quota”选项将覆盖“-Q”的参数。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006343
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006344#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006345msgid ""
6346"Setting feature 'metadata_csum_seed' is only supported\n"
6347"on filesystems with the metadata_csum feature enabled.\n"
6348msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006349"只有在启用了元数据校验值特性的文件系统才支持\n"
6350"“metadata_csum_seed”特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006351
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006352#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006353msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006354"UUID has changed since enabling metadata_csum. Filesystem must be "
6355"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006356"to safely rewrite all metadata to match the new UUID.\n"
6357msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006358"启用元数据校验值特性后UUID被改变。必须卸载文件系统并安全改写所有元数据,以"
6359"便\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006360"与新的 UUID 相匹配。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006361
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006362#: misc/tune2fs.c:1408
Theodore Ts'of722c132009-04-21 22:09:01 -04006363msgid "The filesystem already has a journal.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006364msgstr "文件系统已有日志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006365
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006366#: misc/tune2fs.c:1428
Theodore Ts'of722c132009-04-21 22:09:01 -04006367#, c-format
6368msgid ""
6369"\n"
6370"\twhile trying to open journal on %s\n"
6371msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006372"\n"
6373"\t尝试打开位于 %s 的日志时\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006374
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006375#: misc/tune2fs.c:1432
Theodore Ts'of722c132009-04-21 22:09:01 -04006376#, c-format
6377msgid "Creating journal on device %s: "
Tianze Wang57d69272016-08-31 23:14:17 -04006378msgstr "在设备 %s 上创建日志: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006379
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006380#: misc/tune2fs.c:1440
Theodore Ts'of722c132009-04-21 22:09:01 -04006381#, c-format
6382msgid "while adding filesystem to journal on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006383msgstr "将文件系统添加到 %s 上的日志"
Theodore Ts'of722c132009-04-21 22:09:01 -04006384
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006385#: misc/tune2fs.c:1446
Theodore Ts'of722c132009-04-21 22:09:01 -04006386msgid "Creating journal inode: "
Tianze Wang57d69272016-08-31 23:14:17 -04006387msgstr "创建日志inode: "
Theodore Ts'of722c132009-04-21 22:09:01 -04006388
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006389#: misc/tune2fs.c:1460
Theodore Ts'of722c132009-04-21 22:09:01 -04006390msgid ""
6391"\n"
6392"\twhile trying to create journal file"
6393msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006394"\n"
6395"\t尝试创建日志文件时"
Theodore Ts'of722c132009-04-21 22:09:01 -04006396
Theodore Ts'o48203a32016-06-08 15:45:26 -04006397#: misc/tune2fs.c:1498
6398msgid "while initializing quota context in support library"
Tianze Wang57d69272016-08-31 23:14:17 -04006399msgstr "初始化支持库中的引用上下文时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006400
6401#: misc/tune2fs.c:1518
Tianze Wang57d69272016-08-31 23:14:17 -04006402#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006403msgid "while updating quota limits (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006404msgstr "更新配额限制(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006405
6406#: misc/tune2fs.c:1526
Tianze Wang57d69272016-08-31 23:14:17 -04006407#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006408msgid "while writing quota file (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006409msgstr "写入配额文件(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006410
6411#: misc/tune2fs.c:1534
Tianze Wang57d69272016-08-31 23:14:17 -04006412#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006413msgid "while removing quota file (%d)"
Tianze Wang57d69272016-08-31 23:14:17 -04006414msgstr "移除配额文件(%d)时"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006415
6416#: misc/tune2fs.c:1575
Eric Sandeen032eafe2012-07-28 17:48:36 -04006417msgid ""
6418"\n"
6419"Bad quota options specified.\n"
6420"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006421"Following valid quota options are available (pass by separating with "
6422"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006423"\t[^]usr[quota]\n"
6424"\t[^]grp[quota]\n"
6425"\t[^]prj[quota]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006426"\n"
6427"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006428msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006429"\n"
6430"指定了错误的配额选项。\n"
6431"\n"
6432"可以使用下列配额选项(通过逗号分割):\n"
6433"\t[^]usr[quota\n"
6434"\t[^]grp[quota\n"
6435"\t[^]prj[quota]\n"
6436"\n"
6437"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006438
Theodore Ts'o48203a32016-06-08 15:45:26 -04006439#: misc/tune2fs.c:1633
Dark Raven3be22a82010-04-19 16:59:03 -04006440#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006441msgid "Couldn't parse date/time specifier: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006442msgstr "无法解析日期/时间描述符:%s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006443
Theodore Ts'o48203a32016-06-08 15:45:26 -04006444#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
Eric Sandeen032eafe2012-07-28 17:48:36 -04006445#, c-format
6446msgid "bad mounts count - %s"
6447msgstr "错误挂载计数 - %s"
6448
Theodore Ts'o48203a32016-06-08 15:45:26 -04006449#: misc/tune2fs.c:1714
Eric Sandeen032eafe2012-07-28 17:48:36 -04006450#, c-format
6451msgid "bad gid/group name - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006452msgstr "错误的gid/组名 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006453
Theodore Ts'o48203a32016-06-08 15:45:26 -04006454#: misc/tune2fs.c:1747
Eric Sandeen032eafe2012-07-28 17:48:36 -04006455#, c-format
6456msgid "bad interval - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006457msgstr "错误的间隔 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006458
Theodore Ts'o48203a32016-06-08 15:45:26 -04006459#: misc/tune2fs.c:1776
Eric Sandeen032eafe2012-07-28 17:48:36 -04006460#, c-format
6461msgid "bad reserved block ratio - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006462msgstr "错误的保留块比 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006463
Theodore Ts'o48203a32016-06-08 15:45:26 -04006464#: misc/tune2fs.c:1791
Eric Sandeen032eafe2012-07-28 17:48:36 -04006465msgid "-o may only be specified once"
6466msgstr "-o只能被指定一次"
6467
Theodore Ts'o48203a32016-06-08 15:45:26 -04006468#: misc/tune2fs.c:1800
Eric Sandeen032eafe2012-07-28 17:48:36 -04006469msgid "-O may only be specified once"
6470msgstr "-O只能被指定一次"
6471
Theodore Ts'o48203a32016-06-08 15:45:26 -04006472#: misc/tune2fs.c:1817
Eric Sandeen032eafe2012-07-28 17:48:36 -04006473#, c-format
6474msgid "bad reserved blocks count - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006475msgstr "错误的保留块数 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006476
Theodore Ts'o48203a32016-06-08 15:45:26 -04006477#: misc/tune2fs.c:1846
Eric Sandeen032eafe2012-07-28 17:48:36 -04006478#, c-format
6479msgid "bad uid/user name - %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006480msgstr "错误的uid/用户名 - %s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006481
Theodore Ts'o48203a32016-06-08 15:45:26 -04006482#: misc/tune2fs.c:1863
Eric Sandeen032eafe2012-07-28 17:48:36 -04006483#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04006484msgid "bad inode size - %s"
6485msgstr "无效的inode大小 - %s"
6486
Theodore Ts'o48203a32016-06-08 15:45:26 -04006487#: misc/tune2fs.c:1870
Theodore Ts'of722c132009-04-21 22:09:01 -04006488#, c-format
6489msgid "Inode size must be a power of two- %s"
6490msgstr "Inode 大小必须是2的次方- %s"
6491
Theodore Ts'o48203a32016-06-08 15:45:26 -04006492#: misc/tune2fs.c:1967
Eric Sandeen032eafe2012-07-28 17:48:36 -04006493#, c-format
6494msgid "mmp_update_interval too big: %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006495msgstr "MMP更新间隔太长:%lu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006496
Theodore Ts'o48203a32016-06-08 15:45:26 -04006497#: misc/tune2fs.c:1972
Eric Sandeen032eafe2012-07-28 17:48:36 -04006498#, c-format
6499msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006500msgid_plural ""
6501"Setting multiple mount protection update interval to %lu seconds\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006502msgstr[0] "设置MMP更新间隔为 %lu 秒\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006503
Theodore Ts'o48203a32016-06-08 15:45:26 -04006504#: misc/tune2fs.c:1995
Theodore Ts'of722c132009-04-21 22:09:01 -04006505#, c-format
6506msgid "Invalid RAID stride: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006507msgstr "无效的RAID带宽:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006508
Theodore Ts'o48203a32016-06-08 15:45:26 -04006509#: misc/tune2fs.c:2010
Theodore Ts'of722c132009-04-21 22:09:01 -04006510#, c-format
6511msgid "Invalid RAID stripe-width: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006512msgstr "无效的带宽参数:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006513
Theodore Ts'o48203a32016-06-08 15:45:26 -04006514#: misc/tune2fs.c:2025
Theodore Ts'of722c132009-04-21 22:09:01 -04006515#, c-format
6516msgid "Invalid hash algorithm: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006517msgstr "无效的hash算法:%s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006518
Theodore Ts'o48203a32016-06-08 15:45:26 -04006519#: misc/tune2fs.c:2031
Theodore Ts'of722c132009-04-21 22:09:01 -04006520#, c-format
6521msgid "Setting default hash algorithm to %s (%d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006522msgstr "将默认hash算法设置为 %s (%d)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006523
Theodore Ts'o48203a32016-06-08 15:45:26 -04006524#: misc/tune2fs.c:2050
Theodore Ts'of722c132009-04-21 22:09:01 -04006525msgid ""
6526"\n"
6527"Bad options specified.\n"
6528"\n"
6529"Extended options are separated by commas, and may take an argument which\n"
6530"\tis set off by an equals ('=') sign.\n"
6531"\n"
6532"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006533"\tclear_mmp\n"
6534"\thash_alg=<hash algorithm>\n"
6535"\tmount_opts=<extended default mount options>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006536"\tstride=<RAID per-disk chunk size in blocks>\n"
6537"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006538"\ttest_fs\n"
6539"\t^test_fs\n"
6540msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006541"\n"
6542"指定了错误的选项。\n"
6543"\n"
6544"扩展属性由逗号分隔,有些需要通过等号(“=”)传递参数。\n"
6545"\n"
6546"有效的扩展选项有:\n"
6547"\tclear_mmp\n"
6548"\thash_alg=<hash算法>\n"
6549"\tstride=<RAID 每个磁盘的数据块数(步长)>\n"
6550"\tstripe-width=<步长 × RAID 磁盘数(带宽)>\n"
6551"\thash_alg=<hash算法>\n"
6552"\ttest_fs\n"
6553"\t^test_fs\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006554
Theodore Ts'o48203a32016-06-08 15:45:26 -04006555#: misc/tune2fs.c:2519
Eric Sandeen032eafe2012-07-28 17:48:36 -04006556msgid "Failed to read inode bitmap\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006557msgstr "读取inode位图失败\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006558
Theodore Ts'o48203a32016-06-08 15:45:26 -04006559#: misc/tune2fs.c:2524
Eric Sandeen032eafe2012-07-28 17:48:36 -04006560msgid "Failed to read block bitmap\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006561msgstr "读取块位图失败\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006562
Theodore Ts'o48203a32016-06-08 15:45:26 -04006563#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
Theodore Ts'of722c132009-04-21 22:09:01 -04006564msgid "blocks to be moved"
Tianze Wang57d69272016-08-31 23:14:17 -04006565msgstr "需要移动的块"
Theodore Ts'of722c132009-04-21 22:09:01 -04006566
Theodore Ts'o48203a32016-06-08 15:45:26 -04006567#: misc/tune2fs.c:2544
Dark Raven3be22a82010-04-19 16:59:03 -04006568msgid "Failed to allocate block bitmap when increasing inode size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006569msgstr "增加inode大小时为分配块位图失败\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006570
Theodore Ts'o48203a32016-06-08 15:45:26 -04006571#: misc/tune2fs.c:2550
Dark Raven3be22a82010-04-19 16:59:03 -04006572msgid "Not enough space to increase inode size \n"
Tianze Wang57d69272016-08-31 23:14:17 -04006573msgstr "没有足够的空间用于增加inode大小\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006574
Theodore Ts'o48203a32016-06-08 15:45:26 -04006575#: misc/tune2fs.c:2555
Dark Raven3be22a82010-04-19 16:59:03 -04006576msgid "Failed to relocate blocks during inode resize \n"
Tianze Wang57d69272016-08-31 23:14:17 -04006577msgstr "改变块大小时重定位块失败 \n"
Dark Raven3be22a82010-04-19 16:59:03 -04006578
Theodore Ts'o48203a32016-06-08 15:45:26 -04006579#: misc/tune2fs.c:2587
Dark Raven3be22a82010-04-19 16:59:03 -04006580msgid ""
6581"Error in resizing the inode size.\n"
6582"Run e2undo to undo the file system changes. \n"
6583msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006584"改变inode大小时出错。\n"
6585"请运行e2undo来撤销对文件系统的更改。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04006586
Theodore Ts'o48203a32016-06-08 15:45:26 -04006587#: misc/tune2fs.c:2799
Eric Sandeen032eafe2012-07-28 17:48:36 -04006588#, c-format
6589msgid ""
6590"MMP block magic is bad. Try to fix it by running:\n"
6591"'e2fsck -f %s'\n"
6592msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006593"MMP块幻数错误。请尝试运行一下命令来修复:\n"
6594"“e2fsck -f %s”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006595
Theodore Ts'o48203a32016-06-08 15:45:26 -04006596#: misc/tune2fs.c:2811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006597msgid "Cannot modify a journal device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006598msgstr "无法修改日志设备。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006599
Theodore Ts'o48203a32016-06-08 15:45:26 -04006600#: misc/tune2fs.c:2824
Dark Raven3be22a82010-04-19 16:59:03 -04006601#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04006602msgid "The inode size is already %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006603msgstr "inode大小已经为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006604
Theodore Ts'o48203a32016-06-08 15:45:26 -04006605#: misc/tune2fs.c:2831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006606msgid "Shrinking inode size is not supported\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006607msgstr "不支持缩小inode大小\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006608
Theodore Ts'o48203a32016-06-08 15:45:26 -04006609#: misc/tune2fs.c:2836
Tianze Wang57d69272016-08-31 23:14:17 -04006610#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006611msgid "Invalid inode size %lu (max %d)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006612msgstr "无效的inode大小 %lu(最大 %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006613
Theodore Ts'o48203a32016-06-08 15:45:26 -04006614#: misc/tune2fs.c:2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006615msgid "Resizing inodes could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006616msgstr "改变 inode 大小需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006617
Theodore Ts'o48203a32016-06-08 15:45:26 -04006618#: misc/tune2fs.c:2889
Theodore Ts'of722c132009-04-21 22:09:01 -04006619#, c-format
6620msgid "Setting maximal mount count to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006621msgstr "设置最大挂载次数为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006622
Theodore Ts'o48203a32016-06-08 15:45:26 -04006623#: misc/tune2fs.c:2895
Theodore Ts'of722c132009-04-21 22:09:01 -04006624#, c-format
6625msgid "Setting current mount count to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006626msgstr "设置当前挂载次数为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006627
Theodore Ts'o48203a32016-06-08 15:45:26 -04006628#: misc/tune2fs.c:2900
Theodore Ts'of722c132009-04-21 22:09:01 -04006629#, c-format
6630msgid "Setting error behavior to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006631msgstr "将出错行为设置为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006632
Theodore Ts'o48203a32016-06-08 15:45:26 -04006633#: misc/tune2fs.c:2905
Theodore Ts'of722c132009-04-21 22:09:01 -04006634#, c-format
6635msgid "Setting reserved blocks gid to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006636msgstr "设置保留块的gid为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006637
Theodore Ts'o48203a32016-06-08 15:45:26 -04006638#: misc/tune2fs.c:2910
Tianze Wang57d69272016-08-31 23:14:17 -04006639#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006640msgid "interval between checks is too big (%lu)"
Tianze Wang57d69272016-08-31 23:14:17 -04006641msgstr "检查间隔太长(%lu)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006642
Theodore Ts'o48203a32016-06-08 15:45:26 -04006643#: misc/tune2fs.c:2917
Theodore Ts'of722c132009-04-21 22:09:01 -04006644#, c-format
6645msgid "Setting interval between checks to %lu seconds\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006646msgstr "将检查间隔设置为 %lu 秒\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006647
Theodore Ts'o48203a32016-06-08 15:45:26 -04006648#: misc/tune2fs.c:2924
Tianze Wang57d69272016-08-31 23:14:17 -04006649#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006650msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006651msgstr "将保留块所占百分比设置为 %g%%(%llu 个块)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006652
Theodore Ts'o48203a32016-06-08 15:45:26 -04006653#: misc/tune2fs.c:2930
Tianze Wang57d69272016-08-31 23:14:17 -04006654#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006655msgid "reserved blocks count is too big (%llu)"
Tianze Wang57d69272016-08-31 23:14:17 -04006656msgstr "保留块的数量太大(%llu)"
Theodore Ts'of722c132009-04-21 22:09:01 -04006657
Theodore Ts'o48203a32016-06-08 15:45:26 -04006658#: misc/tune2fs.c:2937
Tianze Wang57d69272016-08-31 23:14:17 -04006659#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006660msgid "Setting reserved blocks count to %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006661msgstr "设置保留块数为 %llu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006662
Theodore Ts'o48203a32016-06-08 15:45:26 -04006663#: misc/tune2fs.c:2942
Theodore Ts'of722c132009-04-21 22:09:01 -04006664msgid ""
6665"\n"
6666"The filesystem already has sparse superblocks.\n"
6667msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006668"\n"
6669"文件系统已经含有分散式超级块\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006670
Theodore Ts'o48203a32016-06-08 15:45:26 -04006671#: misc/tune2fs.c:2945
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006672msgid ""
6673"\n"
6674"Setting the sparse superblock flag not supported\n"
6675"for filesystems with the meta_bg feature enabled.\n"
6676msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006677"\n"
6678"启用了meta_bg特性的文件系统不支持设置分散式\n"
6679"超级块标志。\n"
6680"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006681
Theodore Ts'o48203a32016-06-08 15:45:26 -04006682#: misc/tune2fs.c:2955
Theodore Ts'of722c132009-04-21 22:09:01 -04006683#, c-format
6684msgid ""
6685"\n"
6686"Sparse superblock flag set. %s"
6687msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006688"\n"
6689"已设置分散式超级块标志。 %s"
Theodore Ts'of722c132009-04-21 22:09:01 -04006690
Theodore Ts'o48203a32016-06-08 15:45:26 -04006691#: misc/tune2fs.c:2960
Theodore Ts'of722c132009-04-21 22:09:01 -04006692msgid ""
6693"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006694"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006695msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006696"\n"
6697"移除不被支持的分散式超级块标志。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006698
Theodore Ts'o48203a32016-06-08 15:45:26 -04006699#: misc/tune2fs.c:2968
Theodore Ts'of722c132009-04-21 22:09:01 -04006700#, c-format
6701msgid "Setting time filesystem last checked to %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006702msgstr "设置上一次检查的时间为 %s\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006703
Theodore Ts'o48203a32016-06-08 15:45:26 -04006704#: misc/tune2fs.c:2974
Theodore Ts'of722c132009-04-21 22:09:01 -04006705#, c-format
6706msgid "Setting reserved blocks uid to %lu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006707msgstr "设置保留块的uid为 %lu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006708
Theodore Ts'o48203a32016-06-08 15:45:26 -04006709#: misc/tune2fs.c:3006
Eric Sandeen032eafe2012-07-28 17:48:36 -04006710msgid "Error in using clear_mmp. It must be used with -f\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006711msgstr "clear_mmp选项使用错误,必须和 -f 选项一起使用\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006712
Theodore Ts'o48203a32016-06-08 15:45:26 -04006713#: misc/tune2fs.c:3024
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006714msgid ""
6715"The quota feature may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006716msgstr "只有当文件系统被卸载时才能修改配额特性。\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006717
Theodore Ts'o48203a32016-06-08 15:45:26 -04006718#: misc/tune2fs.c:3048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006719msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006720msgstr "只有当文件系统被卸载时才能改变UUID。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006721
Theodore Ts'o48203a32016-06-08 15:45:26 -04006722#: misc/tune2fs.c:3051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006723msgid ""
6724"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6725"and re-run this command.\n"
6726msgstr ""
6727"若您仅使用 Linux 4.4 以上的内核,请运行“tune2fs -O metadata_csum_seed”,然后"
6728"重新运行此命了。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006729
Theodore Ts'o48203a32016-06-08 15:45:26 -04006730#: misc/tune2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006731msgid "Setting UUID on a checksummed filesystem could take some time."
Tianze Wang57d69272016-08-31 23:14:17 -04006732msgstr "在启用了校验值的文件系统上设置 UUID 需要花费一段时间。"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006733
Theodore Ts'o48203a32016-06-08 15:45:26 -04006734#: misc/tune2fs.c:3085
Theodore Ts'of722c132009-04-21 22:09:01 -04006735msgid "Invalid UUID format\n"
6736msgstr "无效的 UUID 格式\n"
6737
Theodore Ts'o48203a32016-06-08 15:45:26 -04006738#: misc/tune2fs.c:3101
Theodore Ts'obd386982015-05-17 20:34:58 -04006739msgid "Need to update journal superblock.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006740msgstr "需要更新日志超级块。\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006741
Theodore Ts'o48203a32016-06-08 15:45:26 -04006742#: misc/tune2fs.c:3126
Theodore Ts'of722c132009-04-21 22:09:01 -04006743msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006744msgstr "只有当文件系统被卸载时才能改变inode大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006745
Theodore Ts'o48203a32016-06-08 15:45:26 -04006746#: misc/tune2fs.c:3133
Theodore Ts'o930e2812009-06-29 15:08:12 -04006747msgid ""
6748"Changing the inode size not supported for filesystems with the flex_bg\n"
6749"feature enabled.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006750msgstr "启用了弹性组特性的文件系统不支持改变inode大小\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04006751
Theodore Ts'o48203a32016-06-08 15:45:26 -04006752#: misc/tune2fs.c:3151
Theodore Ts'of722c132009-04-21 22:09:01 -04006753#, c-format
6754msgid "Setting inode size %lu\n"
6755msgstr "正在将inode大小设置为 %lu\n"
6756
Theodore Ts'o48203a32016-06-08 15:45:26 -04006757#: misc/tune2fs.c:3155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006758msgid "Failed to change inode size\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006759msgstr "改变inode大小失败 \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006760
Theodore Ts'o48203a32016-06-08 15:45:26 -04006761#: misc/tune2fs.c:3169
Theodore Ts'of722c132009-04-21 22:09:01 -04006762#, c-format
6763msgid "Setting stride size to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006764msgstr "设置步长为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006765
Theodore Ts'o48203a32016-06-08 15:45:26 -04006766#: misc/tune2fs.c:3174
Theodore Ts'of722c132009-04-21 22:09:01 -04006767#, c-format
6768msgid "Setting stripe width to %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006769msgstr "设置带宽为 %d\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006770
Theodore Ts'o48203a32016-06-08 15:45:26 -04006771#: misc/tune2fs.c:3181
Eric Sandeen032eafe2012-07-28 17:48:36 -04006772#, c-format
6773msgid "Setting extended default mount options to '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006774msgstr "设置默认挂载的扩展选项为 “%s”\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006775
Theodore Ts'o48203a32016-06-08 15:45:26 -04006776#: misc/tune2fs.c:3192
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006777#, c-format
6778msgid ""
6779"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6780"\n"
6781"\te2fsck -E journal_only %s\n"
6782"\n"
6783"then rerun this command. Otherwise, any changes made may be overwritten\n"
6784"by journal recovery.\n"
6785msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006786"警告:日志存在错误。您可能需要重做日志,如:\n"
6787"\n"
6788"e2fsck -E journal_only %s\n"
6789"\n"
6790"然后重新运行本命令。否则,任何所做更改都可能被日志恢复操作所覆盖。\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006791
Theodore Ts'o48203a32016-06-08 15:45:26 -04006792#: misc/tune2fs.c:3203
Tianze Wang57d69272016-08-31 23:14:17 -04006793#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006794msgid "Recovering journal.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006795msgstr "正在修复日志。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006796
6797#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006798msgid "<proceeding>\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006799msgstr "<处理中>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006801#: misc/util.c:104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006802#, fuzzy, c-format
6803msgid "Proceed anyway (or wait %d seconds) ? (y,N) "
Tianze Wang57d69272016-08-31 23:14:17 -04006804msgstr "无论如何也要继续(或等待 %d 秒)?(y,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006806#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006807#, fuzzy
6808msgid "Proceed anyway? (y,N) "
Tianze Wang57d69272016-08-31 23:14:17 -04006809msgstr "无论如何也要继续?(y,n) "
Theodore Ts'of722c132009-04-21 22:09:01 -04006810
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006811#: misc/util.c:133
Theodore Ts'of722c132009-04-21 22:09:01 -04006812msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006813msgstr "强制执行mke2fs。期望/etc/mtab中反映的并非真实情况。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006815#: misc/util.c:138
Theodore Ts'of722c132009-04-21 22:09:01 -04006816#, c-format
6817msgid "will not make a %s here!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006818msgstr "取消建立 %s !\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006819
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006820#: misc/util.c:145
Theodore Ts'of722c132009-04-21 22:09:01 -04006821msgid "mke2fs forced anyway.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006822msgstr "mke2fs 强制执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006823
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006824#: misc/util.c:161
Theodore Ts'of722c132009-04-21 22:09:01 -04006825msgid "Couldn't allocate memory to parse journal options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006826msgstr "无法为解析日志选项获取内存!\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006828#: misc/util.c:186
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006829#, c-format
6830msgid ""
6831"\n"
6832"Could not find journal device matching %s\n"
6833msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006834"\n"
6835"无法找到匹配 %s 的日志设备\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04006836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006837#: misc/util.c:213
Theodore Ts'of722c132009-04-21 22:09:01 -04006838msgid ""
6839"\n"
6840"Bad journal options specified.\n"
6841"\n"
6842"Journal options are separated by commas, and may take an argument which\n"
6843"\tis set off by an equals ('=') sign.\n"
6844"\n"
6845"Valid journal options are:\n"
6846"\tsize=<journal size in megabytes>\n"
6847"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006848"\tlocation=<journal location>\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006849"\n"
6850"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6851"\n"
6852msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006853"\n"
6854"给定的日志选项有误。\n"
6855"\n"
6856"日志选项由逗号分隔,有些还需要通过等号(“=”)传递参数。\n"
6857"\n"
6858"有效的日志选项为:\n"
6859"\tsize=<日志大小(MB)>\n"
6860"\tdevice=<日志设备>\n"
6861"\tlocation=<日志所在位置>\n"
6862"\n"
6863"\n"
6864"日志尺寸必须介于1024至10240000个块之间(块的大小由文件系统决定)。\n"
6865"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006867#: misc/util.c:244
Theodore Ts'of722c132009-04-21 22:09:01 -04006868msgid ""
6869"\n"
6870"Filesystem too small for a journal\n"
6871msgstr ""
6872"\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006873"文件系统太小,无法容纳日志\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006874
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006875#: misc/util.c:251
Theodore Ts'of722c132009-04-21 22:09:01 -04006876#, c-format
6877msgid ""
6878"\n"
6879"The requested journal size is %d blocks; it must be\n"
6880"between 1024 and 10240000 blocks. Aborting.\n"
6881msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006882"\n"
6883"给定的日志大小为 %d 个块;但该值必须\n"
6884"介于1024至10240000块之间。终止执行。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006885
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006886#: misc/util.c:259
Theodore Ts'of722c132009-04-21 22:09:01 -04006887msgid ""
6888"\n"
6889"Journal size too big for filesystem.\n"
6890msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006891"\n"
6892"日志大小超过文件系统自身。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006893
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006894#: misc/util.c:273
Theodore Ts'of722c132009-04-21 22:09:01 -04006895#, c-format
6896msgid ""
6897"This filesystem will be automatically checked every %d mounts or\n"
6898"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6899msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04006900"该文件系统在每挂载%d次或每隔%g天都会进行自动检查。\n"
6901"使用tune2fs -c 或-i选项来覆盖这一特性。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04006902
Theodore Ts'obd386982015-05-17 20:34:58 -04006903#: misc/uuidd.c:49
Eric Sandeen032eafe2012-07-28 17:48:36 -04006904#, c-format
6905msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006906msgstr "用法:%s [-d] [-p pid文件] [-s 套接字路径] [-T 超时时长]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006907
Theodore Ts'obd386982015-05-17 20:34:58 -04006908#: misc/uuidd.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04006909#, c-format
6910msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006911msgstr " %s [-r|t] [-n 数量] [-s 套接字路径]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006912
Theodore Ts'obd386982015-05-17 20:34:58 -04006913#: misc/uuidd.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04006914#, c-format
6915msgid " %s -k\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006916msgstr " %s -k\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006917
Theodore Ts'obd386982015-05-17 20:34:58 -04006918#: misc/uuidd.c:155
Eric Sandeen032eafe2012-07-28 17:48:36 -04006919msgid "bad arguments"
Tianze Wang57d69272016-08-31 23:14:17 -04006920msgstr "参数错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006921
Theodore Ts'obd386982015-05-17 20:34:58 -04006922#: misc/uuidd.c:173
Eric Sandeen032eafe2012-07-28 17:48:36 -04006923msgid "connect"
Tianze Wang57d69272016-08-31 23:14:17 -04006924msgstr "连接"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006925
Theodore Ts'obd386982015-05-17 20:34:58 -04006926#: misc/uuidd.c:192
Eric Sandeen032eafe2012-07-28 17:48:36 -04006927msgid "write"
Tianze Wang57d69272016-08-31 23:14:17 -04006928msgstr "写入"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006929
Theodore Ts'obd386982015-05-17 20:34:58 -04006930#: misc/uuidd.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04006931msgid "read count"
Tianze Wang57d69272016-08-31 23:14:17 -04006932msgstr "读取计数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006933
Theodore Ts'obd386982015-05-17 20:34:58 -04006934#: misc/uuidd.c:206
Eric Sandeen032eafe2012-07-28 17:48:36 -04006935msgid "bad response length"
Tianze Wang57d69272016-08-31 23:14:17 -04006936msgstr "错误的响应长度"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006937
Theodore Ts'obd386982015-05-17 20:34:58 -04006938#: misc/uuidd.c:271
Eric Sandeen032eafe2012-07-28 17:48:36 -04006939#, c-format
6940msgid "uuidd daemon already running at pid %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006941msgstr "uuidd守护进程已经在运行,pid %s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006942
Theodore Ts'obd386982015-05-17 20:34:58 -04006943#: misc/uuidd.c:279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006944#, c-format
6945msgid "Couldn't create unix stream socket: %s"
Tianze Wang57d69272016-08-31 23:14:17 -04006946msgstr "无法创建unix流套接字:%s"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006947
Theodore Ts'obd386982015-05-17 20:34:58 -04006948#: misc/uuidd.c:308
Eric Sandeen032eafe2012-07-28 17:48:36 -04006949#, c-format
6950msgid "Couldn't bind unix socket %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006951msgstr "无法绑定unix套接字%s:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006952
Theodore Ts'obd386982015-05-17 20:34:58 -04006953#: misc/uuidd.c:316
Eric Sandeen032eafe2012-07-28 17:48:36 -04006954#, c-format
6955msgid "Couldn't listen on unix socket %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006956msgstr "无法监听unix套接字%s:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006957
Theodore Ts'obd386982015-05-17 20:34:58 -04006958#: misc/uuidd.c:354
Tianze Wang57d69272016-08-31 23:14:17 -04006959#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006960msgid "Error reading from client, len = %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006961msgstr "读取客户端内容出错,内容长度 = %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006962
Theodore Ts'obd386982015-05-17 20:34:58 -04006963#: misc/uuidd.c:362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006964#, c-format
6965msgid "operation %d, incoming num = %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006966msgstr "操作 %d,传入值 = %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006967
Theodore Ts'obd386982015-05-17 20:34:58 -04006968#: misc/uuidd.c:381
Eric Sandeen032eafe2012-07-28 17:48:36 -04006969#, c-format
6970msgid "Generated time UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006971msgstr "已生成时间UUID:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006972
Theodore Ts'obd386982015-05-17 20:34:58 -04006973#: misc/uuidd.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04006974#, c-format
6975msgid "Generated random UUID: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006976msgstr "已生成随机数UUID:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006977
Theodore Ts'obd386982015-05-17 20:34:58 -04006978#: misc/uuidd.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04006979#, c-format
6980msgid "Generated time UUID %s and subsequent UUID\n"
6981msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006982msgstr[0] "已生成时间UUID %s 和 %d 个后续的UUID\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006983
Theodore Ts'obd386982015-05-17 20:34:58 -04006984#: misc/uuidd.c:421
Eric Sandeen032eafe2012-07-28 17:48:36 -04006985#, c-format
6986msgid "Generated %d UUID's:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006987msgstr "已生成 %d 个UUID:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006988
Theodore Ts'obd386982015-05-17 20:34:58 -04006989#: misc/uuidd.c:433
Tianze Wang57d69272016-08-31 23:14:17 -04006990#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006991msgid "Invalid operation %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006992msgstr "操作 %d 无效\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006993
Theodore Ts'obd386982015-05-17 20:34:58 -04006994#: misc/uuidd.c:477 misc/uuidd.c:499
Eric Sandeen032eafe2012-07-28 17:48:36 -04006995#, c-format
6996msgid "Bad number: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04006997msgstr "错误的数量:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006998
Theodore Ts'obd386982015-05-17 20:34:58 -04006999#: misc/uuidd.c:534 misc/uuidd.c:563
Tianze Wang57d69272016-08-31 23:14:17 -04007000#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007001msgid "Error calling uuidd daemon (%s): %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007002msgstr "调用uuidd守护进程(%s)时出错:%s\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007003
Theodore Ts'obd386982015-05-17 20:34:58 -04007004#: misc/uuidd.c:544
Eric Sandeen032eafe2012-07-28 17:48:36 -04007005#, c-format
7006msgid "%s and subsequent UUID\n"
7007msgid_plural "%s and subsequent %d UUIDs\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007008msgstr[0] "%s 和后续 %d 个UUID\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007009
Theodore Ts'obd386982015-05-17 20:34:58 -04007010#: misc/uuidd.c:548
Eric Sandeen032eafe2012-07-28 17:48:36 -04007011msgid "List of UUID's:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007012msgstr "UUID列表:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007013
Theodore Ts'obd386982015-05-17 20:34:58 -04007014#: misc/uuidd.c:569
Eric Sandeen032eafe2012-07-28 17:48:36 -04007015#, c-format
7016msgid "Unexpected reply length from server %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007017msgstr "服务器 %d 返回了长度异常的内容\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007018
Theodore Ts'obd386982015-05-17 20:34:58 -04007019#: misc/uuidd.c:586
Eric Sandeen032eafe2012-07-28 17:48:36 -04007020#, c-format
7021msgid "Couldn't kill uuidd running at pid %d: %s\n"
7022msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007023"无法杀死pid为 %d 的uuidd进程:%s\n"
7024"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007025
Theodore Ts'obd386982015-05-17 20:34:58 -04007026#: misc/uuidd.c:592
Eric Sandeen032eafe2012-07-28 17:48:36 -04007027#, c-format
7028msgid "Killed uuidd running at pid %d\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007029msgstr "已杀死pid为 %d 的uuidd进程\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007030
7031#: misc/uuidgen.c:32
Theodore Ts'of722c132009-04-21 22:09:01 -04007032#, c-format
7033msgid "Usage: %s [-r] [-t]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007034msgstr "用法:%s [-r] [-t]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007035
Eric Sandeen032eafe2012-07-28 17:48:36 -04007036#: resize/extent.c:202
Theodore Ts'of722c132009-04-21 22:09:01 -04007037msgid "# Extent dump:\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007038msgstr "# Extent转储:\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007039
Eric Sandeen032eafe2012-07-28 17:48:36 -04007040#: resize/extent.c:203
Theodore Ts'of722c132009-04-21 22:09:01 -04007041#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007042msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007043msgstr "#\t数量=%llu,大小=%llu,指针=%llu,按序=%llu\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007044
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007045#: resize/main.c:49
Theodore Ts'of722c132009-04-21 22:09:01 -04007046#, c-format
7047msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007048"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7049"[-z undo_file]\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007050"\n"
7051msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007052"用法:%s [-d 调试标志] [-f] [-F] [-M] [-P] [-p] 设备 [-b|-s|新大小] [-z 撤销"
7053"文件]\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007054"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007056#: resize/main.c:72
Theodore Ts'of722c132009-04-21 22:09:01 -04007057msgid "Extending the inode table"
7058msgstr "正在扩充inode表"
7059
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007060#: resize/main.c:75
Theodore Ts'of722c132009-04-21 22:09:01 -04007061msgid "Relocating blocks"
7062msgstr "正在重定位块"
7063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007064#: resize/main.c:78
Theodore Ts'of722c132009-04-21 22:09:01 -04007065msgid "Scanning inode table"
7066msgstr "正在扫描inode表"
7067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007068#: resize/main.c:81
Theodore Ts'of722c132009-04-21 22:09:01 -04007069msgid "Updating inode references"
Dark Raven3be22a82010-04-19 16:59:03 -04007070msgstr "正在更新inode引用"
Theodore Ts'of722c132009-04-21 22:09:01 -04007071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007072#: resize/main.c:84
Theodore Ts'of722c132009-04-21 22:09:01 -04007073msgid "Moving inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007074msgstr "正在移动inode表"
Theodore Ts'of722c132009-04-21 22:09:01 -04007075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007076#: resize/main.c:87
Theodore Ts'of722c132009-04-21 22:09:01 -04007077msgid "Unknown pass?!?"
Tianze Wang57d69272016-08-31 23:14:17 -04007078msgstr "其他步骤"
Theodore Ts'of722c132009-04-21 22:09:01 -04007079
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007080#: resize/main.c:90
Theodore Ts'of722c132009-04-21 22:09:01 -04007081#, c-format
7082msgid "Begin pass %d (max = %lu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007083msgstr "开始第 %d 步(共 %lu 步)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007085#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007086msgid ""
7087"\n"
7088"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7089"your own risk! Use the force option if you want to go ahead anyway.\n"
7090"\n"
7091msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007092"\n"
7093"改变bigalloc文件系统的大小尚未被充分测试。你需要承担可能的风险!\n"
7094"如果你希望继续,请使用强制选项。\n"
7095"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007096
Theodore Ts'o48203a32016-06-08 15:45:26 -04007097#: resize/main.c:365
Theodore Ts'of722c132009-04-21 22:09:01 -04007098#, c-format
7099msgid "while opening %s"
7100msgstr "打开%s时"
7101
Theodore Ts'o48203a32016-06-08 15:45:26 -04007102#: resize/main.c:373
Dark Raven31a48472009-05-25 22:45:42 -04007103#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04007104msgid "while getting stat information for %s"
Dark Raven31a48472009-05-25 22:45:42 -04007105msgstr "获取%s的stat信息时出错。"
Theodore Ts'of722c132009-04-21 22:09:01 -04007106
Theodore Ts'o48203a32016-06-08 15:45:26 -04007107#: resize/main.c:445
Theodore Ts'of722c132009-04-21 22:09:01 -04007108#, c-format
7109msgid ""
7110"Please run 'e2fsck -f %s' first.\n"
7111"\n"
7112msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007113"请先运行“e2fsck -f %s”。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007114"\n"
7115
Theodore Ts'o48203a32016-06-08 15:45:26 -04007116#: resize/main.c:464
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007117#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007118msgid "Estimated minimum size of the filesystem: %llu\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007119msgstr "预计文件系统的最小尺寸:%llu\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007120
Theodore Ts'o48203a32016-06-08 15:45:26 -04007121#: resize/main.c:501
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007122#, c-format
7123msgid "Invalid new size: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007124msgstr "无效的新大小: %s\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007125
Theodore Ts'o48203a32016-06-08 15:45:26 -04007126#: resize/main.c:520
Eric Sandeen032eafe2012-07-28 17:48:36 -04007127msgid "New size too large to be expressed in 32 bits\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007128msgstr "新大小太大,无法用32位数表示\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007129
Theodore Ts'o48203a32016-06-08 15:45:26 -04007130#: resize/main.c:528
Eric Sandeen032eafe2012-07-28 17:48:36 -04007131#, c-format
7132msgid "New size smaller than minimum (%llu)\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007133msgstr "新大小不能低于此最小值:%llu\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007134
Theodore Ts'o48203a32016-06-08 15:45:26 -04007135#: resize/main.c:534
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007136msgid "Invalid stride length"
Tianze Wang57d69272016-08-31 23:14:17 -04007137msgstr "无效的步长度"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007138
Theodore Ts'o48203a32016-06-08 15:45:26 -04007139#: resize/main.c:558
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007140#, c-format
7141msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007142"The containing partition (or device) is only %llu (%dk) blocks.\n"
7143"You requested a new size of %llu blocks.\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007144"\n"
7145msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007146"指定的分区(或设备)仅有 %llu 个块(每块为 %dk),\n"
7147"但你却指定新大小为 %llu 个块。\n"
7148"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007149
Theodore Ts'o48203a32016-06-08 15:45:26 -04007150#: resize/main.c:565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007151#, c-format
7152msgid "Cannot set and unset 64bit feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007153msgstr "无法设置/取消设置 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007154
Theodore Ts'o48203a32016-06-08 15:45:26 -04007155#: resize/main.c:569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007156#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007157msgid ""
7158"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7159"blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007160msgstr "无法在含有超过 2^32 个块的文件系统上改变 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007161
Theodore Ts'o48203a32016-06-08 15:45:26 -04007162#: resize/main.c:575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007163#, c-format
7164msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007165msgstr "无法在已挂载的文件系统上改变 64 位特性。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007166
Theodore Ts'o48203a32016-06-08 15:45:26 -04007167#: resize/main.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007168#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007169msgid ""
7170"Please enable the extents feature with tune2fs before enabling the 64bit "
7171"feature.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007172msgstr "在启用 64 位特性前,请先执行 tune2fs 来启用 extent。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007173
Theodore Ts'o48203a32016-06-08 15:45:26 -04007174#: resize/main.c:587
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007175#, c-format
7176msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007177"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007178"\n"
7179msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007180"文件系统已经为 %llu 个块(每块 %dk)。无需进一步处理!\n"
7181"\n"
Theodore Ts'o296b9d62010-06-07 12:25:11 -04007182
Theodore Ts'o48203a32016-06-08 15:45:26 -04007183#: resize/main.c:594
Tianze Wang57d69272016-08-31 23:14:17 -04007184#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007185msgid "The filesystem is already 64-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007186msgstr "文件系统已经为 64 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007187
Theodore Ts'o48203a32016-06-08 15:45:26 -04007188#: resize/main.c:599
Tianze Wang57d69272016-08-31 23:14:17 -04007189#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007190msgid "The filesystem is already 32-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007191msgstr "文件系统已经为 32 位模式。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007192
Theodore Ts'o48203a32016-06-08 15:45:26 -04007193#: resize/main.c:608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007194#, c-format
7195msgid "Converting the filesystem to 64-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007196msgstr "将文件系统转换为 64 位。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007197
Theodore Ts'o48203a32016-06-08 15:45:26 -04007198#: resize/main.c:610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007199#, c-format
7200msgid "Converting the filesystem to 32-bit.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007201msgstr "将文件系统转换为 32 位。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007202
Theodore Ts'o48203a32016-06-08 15:45:26 -04007203#: resize/main.c:612
Dark Raven3be22a82010-04-19 16:59:03 -04007204#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007205msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007206msgstr "将 %s 上的文件系统调整为 %llu 个块(每块 %dk)。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04007207
Theodore Ts'o48203a32016-06-08 15:45:26 -04007208#: resize/main.c:621
Dark Raven31a48472009-05-25 22:45:42 -04007209#, c-format
Theodore Ts'of722c132009-04-21 22:09:01 -04007210msgid "while trying to resize %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007211msgstr "尝试调整%s的大小时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007212
Theodore Ts'o48203a32016-06-08 15:45:26 -04007213#: resize/main.c:624
Dark Raven3be22a82010-04-19 16:59:03 -04007214#, c-format
7215msgid ""
7216"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7217"after the aborted resize operation.\n"
7218msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007219"请在终止调整操作后运行“e2fsck -fy %s”\n"
7220"来修复文件系统。\n"
Dark Raven3be22a82010-04-19 16:59:03 -04007221
Theodore Ts'o48203a32016-06-08 15:45:26 -04007222#: resize/main.c:630
Theodore Ts'of722c132009-04-21 22:09:01 -04007223#, c-format
7224msgid ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007225"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007226"\n"
7227msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007228"%s 上的文件系统现在为 %llu 个块(每块 %dk)。\n"
7229"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007230
Theodore Ts'o48203a32016-06-08 15:45:26 -04007231#: resize/main.c:645
Dark Raven3be22a82010-04-19 16:59:03 -04007232#, c-format
Theodore Ts'o930e2812009-06-29 15:08:12 -04007233msgid "while trying to truncate %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007234msgstr "尝试截断 %s 时"
Theodore Ts'o930e2812009-06-29 15:08:12 -04007235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007236#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007237msgid "kernel does not support online resize with sparse_super2"
Tianze Wang57d69272016-08-31 23:14:17 -04007238msgstr "内核不支持在线调整启用了sparse_super2特性的文件系统的大小"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007240#: resize/online.c:86
Theodore Ts'of722c132009-04-21 22:09:01 -04007241#, c-format
7242msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7243msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04007244"%s 上的文件系统已被挂载于 %s;需要进行在线调整大小\n"
7245"\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007247#: resize/online.c:90
Dark Ravenc4755342011-01-26 18:54:25 -05007248msgid "On-line shrinking not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04007249msgstr "不支持在线缩小块"
Theodore Ts'of722c132009-04-21 22:09:01 -04007250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007251#: resize/online.c:114
Theodore Ts'of722c132009-04-21 22:09:01 -04007252msgid "Filesystem does not support online resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007253msgstr "文件系统不支持在线调整大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04007254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007255#: resize/online.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007256msgid "Not enough reserved gdt blocks for resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007257msgstr "没有足够的保留gdt块用于改变文件系统大小"
Theodore Ts'of722c132009-04-21 22:09:01 -04007258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007259#: resize/online.c:129
Eric Sandeen032eafe2012-07-28 17:48:36 -04007260msgid "Kernel does not support resizing a file system this large"
Tianze Wang57d69272016-08-31 23:14:17 -04007261msgstr "内核不支持调整如此之大的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007263#: resize/online.c:137
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007264#, c-format
7265msgid "while trying to open mountpoint %s"
Tianze Wang57d69272016-08-31 23:14:17 -04007266msgstr "尝试打开挂载点 %s 时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007268#: resize/online.c:142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007269#, c-format
7270msgid "Old resize interface requested.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007271msgstr "使用旧版本的改变大小操作接口。\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007272
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007273#: resize/online.c:161 resize/online.c:178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007274msgid "Permission denied to resize filesystem"
7275msgstr "没有调整文件系统大小的权限"
7276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007277#: resize/online.c:164 resize/online.c:184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007278msgid "While checking for on-line resizing support"
Tianze Wang57d69272016-08-31 23:14:17 -04007279msgstr "检查是否支持在线调整文件系统大小时"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007281#: resize/online.c:181
Eric Sandeen032eafe2012-07-28 17:48:36 -04007282msgid "Kernel does not support online resizing"
Tianze Wang57d69272016-08-31 23:14:17 -04007283msgstr "内核不支持在线调整大小"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007285#: resize/online.c:220
Theodore Ts'of722c132009-04-21 22:09:01 -04007286#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04007287msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007288msgstr "在线调整 %s 的大小为 %llu 块(每块为 %dk)\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007290#: resize/online.c:230
Theodore Ts'of722c132009-04-21 22:09:01 -04007291msgid "While trying to extend the last group"
Tianze Wang57d69272016-08-31 23:14:17 -04007292msgstr "尝试扩展最后一个组时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007294#: resize/online.c:284
Theodore Ts'of722c132009-04-21 22:09:01 -04007295#, c-format
7296msgid "While trying to add group #%d"
Tianze Wang57d69272016-08-31 23:14:17 -04007297msgstr "尝试添加组 #%d 时"
Theodore Ts'of722c132009-04-21 22:09:01 -04007298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007299#: resize/online.c:295
Theodore Ts'of722c132009-04-21 22:09:01 -04007300#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007301msgid ""
7302"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7303"this system.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007304msgstr "文件系统 %s 被挂载在 %s,并且这个系统不支持在线调整大小。\n"
Theodore Ts'of722c132009-04-21 22:09:01 -04007305
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007306#: resize/resize2fs.c:759
Theodore Ts'of722c132009-04-21 22:09:01 -04007307#, c-format
7308msgid "inodes (%llu) must be less than %u"
Tianze Wang57d69272016-08-31 23:14:17 -04007309msgstr "inode数(%llu)必须小于 %u32"
Theodore Ts'of722c132009-04-21 22:09:01 -04007310
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007311#: resize/resize2fs.c:1037
Theodore Ts'of722c132009-04-21 22:09:01 -04007312msgid "reserved blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007313msgstr "保留块"
Theodore Ts'of722c132009-04-21 22:09:01 -04007314
Theodore Ts'o48203a32016-06-08 15:45:26 -04007315#: resize/resize2fs.c:1281
Theodore Ts'of722c132009-04-21 22:09:01 -04007316msgid "meta-data blocks"
7317msgstr "元数据块"
7318
Theodore Ts'o48203a32016-06-08 15:45:26 -04007319#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007320msgid "new meta blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007321msgstr "新的元数据块"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007322
Theodore Ts'o48203a32016-06-08 15:45:26 -04007323#: resize/resize2fs.c:2540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007324msgid "Should never happen! No sb in last super_sparse bg?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007325msgstr "不应当出现的情况:最后一个分散式超级块块组中没有超级块!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007326
Theodore Ts'o48203a32016-06-08 15:45:26 -04007327#: resize/resize2fs.c:2545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007328msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007329msgstr "不应当出现的情况:分散式超级块块组中有未预期的old_desc!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007330
Theodore Ts'o48203a32016-06-08 15:45:26 -04007331#: resize/resize2fs.c:2618
Theodore Ts'of722c132009-04-21 22:09:01 -04007332msgid "Should never happen: resize inode corrupt!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04007333msgstr "不应出现的错误:改变inode大小时发现有数据损坏!\n"
Theodore Ts'o930e2812009-06-29 15:08:12 -04007334
Eric Sandeen032eafe2012-07-28 17:48:36 -04007335#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007336#, fuzzy
7337msgid "EXT2FS Library version 1.43.4-WIP"
Tianze Wang57d69272016-08-31 23:14:17 -04007338msgstr "EXT2FS 库版本 1.43"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007339
7340#: lib/ext2fs/ext2_err.c:12
7341msgid "Wrong magic number for ext2_filsys structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007342msgstr "ext2_filsys结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007343
7344#: lib/ext2fs/ext2_err.c:13
7345msgid "Wrong magic number for badblocks_list structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007346msgstr "badblocks_list结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007347
7348#: lib/ext2fs/ext2_err.c:14
7349msgid "Wrong magic number for badblocks_iterate structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007350msgstr "badblocks_iterate结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007351
7352#: lib/ext2fs/ext2_err.c:15
7353msgid "Wrong magic number for inode_scan structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007354msgstr "inode_scan结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007355
7356#: lib/ext2fs/ext2_err.c:16
7357msgid "Wrong magic number for io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007358msgstr "io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007359
7360#: lib/ext2fs/ext2_err.c:17
7361msgid "Wrong magic number for unix io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007362msgstr "unix io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007363
7364#: lib/ext2fs/ext2_err.c:18
7365msgid "Wrong magic number for io_manager structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007366msgstr "io_manager结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007367
7368#: lib/ext2fs/ext2_err.c:19
7369msgid "Wrong magic number for block_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007370msgstr "block_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007371
7372#: lib/ext2fs/ext2_err.c:20
7373msgid "Wrong magic number for inode_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007374msgstr "inode_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007375
7376#: lib/ext2fs/ext2_err.c:21
7377msgid "Wrong magic number for generic_bitmap structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007378msgstr "generic_bitmap结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007379
7380#: lib/ext2fs/ext2_err.c:22
7381msgid "Wrong magic number for test io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007382msgstr "测试io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007383
7384#: lib/ext2fs/ext2_err.c:23
7385msgid "Wrong magic number for directory block list structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007386msgstr "目录块列表结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007387
7388#: lib/ext2fs/ext2_err.c:24
7389msgid "Wrong magic number for icount structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007390msgstr "icount结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007391
7392#: lib/ext2fs/ext2_err.c:25
7393msgid "Wrong magic number for Powerquest io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007394msgstr "Powerquest io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007395
7396#: lib/ext2fs/ext2_err.c:26
7397msgid "Wrong magic number for ext2 file structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007398msgstr "ext2文件结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007399
7400#: lib/ext2fs/ext2_err.c:27
7401msgid "Wrong magic number for Ext2 Image Header"
Tianze Wang57d69272016-08-31 23:14:17 -04007402msgstr "ext2镜像头中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007403
7404#: lib/ext2fs/ext2_err.c:28
7405msgid "Wrong magic number for inode io_channel structure"
Tianze Wang57d69272016-08-31 23:14:17 -04007406msgstr "inode io_channel结构体中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007407
7408#: lib/ext2fs/ext2_err.c:29
7409msgid "Wrong magic number for ext4 extent handle"
Tianze Wang57d69272016-08-31 23:14:17 -04007410msgstr "ext4 extent句柄中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007411
7412#: lib/ext2fs/ext2_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04007413msgid "Bad magic number in super-block"
Tianze Wang57d69272016-08-31 23:14:17 -04007414msgstr "超级块中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007415
7416#: lib/ext2fs/ext2_err.c:31
7417msgid "Filesystem revision too high"
Tianze Wang57d69272016-08-31 23:14:17 -04007418msgstr "文件系统版本太高"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007419
7420#: lib/ext2fs/ext2_err.c:32
7421msgid "Attempt to write to filesystem opened read-only"
Tianze Wang57d69272016-08-31 23:14:17 -04007422msgstr "尝试写入到只读的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007423
7424#: lib/ext2fs/ext2_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04007425msgid "Can't read group descriptors"
Tianze Wang57d69272016-08-31 23:14:17 -04007426msgstr "无法读取组描述符"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007427
7428#: lib/ext2fs/ext2_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04007429msgid "Can't write group descriptors"
Tianze Wang57d69272016-08-31 23:14:17 -04007430msgstr "无法写入组描述符"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007431
7432#: lib/ext2fs/ext2_err.c:35
7433msgid "Corrupt group descriptor: bad block for block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007434msgstr "组描述符损坏:块位图中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007435
7436#: lib/ext2fs/ext2_err.c:36
7437msgid "Corrupt group descriptor: bad block for inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007438msgstr "组描述符损坏:inode位图中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007439
7440#: lib/ext2fs/ext2_err.c:37
7441msgid "Corrupt group descriptor: bad block for inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007442msgstr "组描述符损坏:inode表中有坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007443
7444#: lib/ext2fs/ext2_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04007445msgid "Can't write an inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007446msgstr "无法写入inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007447
7448#: lib/ext2fs/ext2_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04007449msgid "Can't read an inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007450msgstr "无法读取inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007451
7452#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007453msgid "Can't write a block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007454msgstr "无法写入块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007455
7456#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007457msgid "Can't read a block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007458msgstr "无法读取块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007459
7460#: lib/ext2fs/ext2_err.c:42
Eric Sandeen032eafe2012-07-28 17:48:36 -04007461msgid "Can't write an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007462msgstr "无法写入inode表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007463
7464#: lib/ext2fs/ext2_err.c:43
Eric Sandeen032eafe2012-07-28 17:48:36 -04007465msgid "Can't read an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007466msgstr "无法读取inode表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007467
7468#: lib/ext2fs/ext2_err.c:44
7469msgid "Can't read next inode"
Tianze Wang57d69272016-08-31 23:14:17 -04007470msgstr "无法读取下一个inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007471
7472#: lib/ext2fs/ext2_err.c:45
7473msgid "Filesystem has unexpected block size"
Tianze Wang57d69272016-08-31 23:14:17 -04007474msgstr "文件系统的块大小异常"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007475
7476#: lib/ext2fs/ext2_err.c:46
7477msgid "EXT2 directory corrupted"
Tianze Wang57d69272016-08-31 23:14:17 -04007478msgstr "EXT2目录损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007479
7480#: lib/ext2fs/ext2_err.c:47
7481msgid "Attempt to read block from filesystem resulted in short read"
Tianze Wang57d69272016-08-31 23:14:17 -04007482msgstr "尝试读取文件系统块的操作过早结束"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007483
7484#: lib/ext2fs/ext2_err.c:48
7485msgid "Attempt to write block to filesystem resulted in short write"
Tianze Wang57d69272016-08-31 23:14:17 -04007486msgstr "尝试x文件系统块的操作过早结束"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007487
7488#: lib/ext2fs/ext2_err.c:49
7489msgid "No free space in the directory"
Tianze Wang57d69272016-08-31 23:14:17 -04007490msgstr "目录中没有可用空间"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007491
7492#: lib/ext2fs/ext2_err.c:50
Eric Sandeen032eafe2012-07-28 17:48:36 -04007493msgid "Inode bitmap not loaded"
Tianze Wang57d69272016-08-31 23:14:17 -04007494msgstr "未加载inode位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007495
7496#: lib/ext2fs/ext2_err.c:51
Eric Sandeen032eafe2012-07-28 17:48:36 -04007497msgid "Block bitmap not loaded"
Tianze Wang57d69272016-08-31 23:14:17 -04007498msgstr "未加载块位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007499
7500#: lib/ext2fs/ext2_err.c:52
Eric Sandeen032eafe2012-07-28 17:48:36 -04007501msgid "Illegal inode number"
Tianze Wang57d69272016-08-31 23:14:17 -04007502msgstr "非法的inode数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007503
7504#: lib/ext2fs/ext2_err.c:53
Eric Sandeen032eafe2012-07-28 17:48:36 -04007505msgid "Illegal block number"
Tianze Wang57d69272016-08-31 23:14:17 -04007506msgstr "非法的块数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007507
7508#: lib/ext2fs/ext2_err.c:54
7509msgid "Internal error in ext2fs_expand_dir"
Tianze Wang57d69272016-08-31 23:14:17 -04007510msgstr "ext2fs_expand_dir中出现内部错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007511
7512#: lib/ext2fs/ext2_err.c:55
7513msgid "Not enough space to build proposed filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007514msgstr "没有足够的空间用于建立指定的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007515
7516#: lib/ext2fs/ext2_err.c:56
7517msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007518msgstr "传递给ext2fs_mark_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007519
7520#: lib/ext2fs/ext2_err.c:57
7521msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007522msgstr "传递给ext2fs_unmark_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007523
7524#: lib/ext2fs/ext2_err.c:58
7525msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007526msgstr "传递给ext2fs_test_block_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007527
7528#: lib/ext2fs/ext2_err.c:59
7529msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007530msgstr "传递给ext2fs_mark_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007531
7532#: lib/ext2fs/ext2_err.c:60
7533msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007534msgstr "传递给ext2fs_unmark_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007535
7536#: lib/ext2fs/ext2_err.c:61
7537msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007538msgstr "传递给ext2fs_test_inode_bitmap的块数为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007539
7540#: lib/ext2fs/ext2_err.c:62
7541msgid "Attempt to fudge end of block bitmap past the real end"
Tianze Wang57d69272016-08-31 23:14:17 -04007542msgstr "尝试填充块位图尾部时超过了真实边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007543
7544#: lib/ext2fs/ext2_err.c:63
7545msgid "Attempt to fudge end of inode bitmap past the real end"
Tianze Wang57d69272016-08-31 23:14:17 -04007546msgstr "尝试填充inode位图尾部时超过了真实边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007547
7548#: lib/ext2fs/ext2_err.c:64
Eric Sandeen032eafe2012-07-28 17:48:36 -04007549msgid "Illegal indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007550msgstr "发现非法的链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007551
7552#: lib/ext2fs/ext2_err.c:65
7553msgid "Illegal doubly indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007554msgstr "发现了非法的二次链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007555
7556#: lib/ext2fs/ext2_err.c:66
7557msgid "Illegal triply indirect block found"
Tianze Wang57d69272016-08-31 23:14:17 -04007558msgstr "发现非法的三次链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007559
7560#: lib/ext2fs/ext2_err.c:67
7561msgid "Block bitmaps are not the same"
Tianze Wang57d69272016-08-31 23:14:17 -04007562msgstr "块位图不相同"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007563
7564#: lib/ext2fs/ext2_err.c:68
7565msgid "Inode bitmaps are not the same"
Tianze Wang57d69272016-08-31 23:14:17 -04007566msgstr "inode位图不相同"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007567
7568#: lib/ext2fs/ext2_err.c:69
7569msgid "Illegal or malformed device name"
Tianze Wang57d69272016-08-31 23:14:17 -04007570msgstr "设备名非法或格式错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007571
7572#: lib/ext2fs/ext2_err.c:70
7573msgid "A block group is missing an inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007574msgstr "Inode表中缺少一个块组"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007575
7576#: lib/ext2fs/ext2_err.c:71
7577msgid "The ext2 superblock is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04007578msgstr "ext2超级块损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007579
7580#: lib/ext2fs/ext2_err.c:72
7581msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007582msgstr "传递给ext2fs_mark_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007583
7584#: lib/ext2fs/ext2_err.c:73
7585msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007586msgstr "传递给ext2fs_unmark_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007587
7588#: lib/ext2fs/ext2_err.c:74
7589msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007590msgstr "传递给ext2fs_test_generic_bitmap的通用位数为为非法值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007591
7592#: lib/ext2fs/ext2_err.c:75
7593msgid "Too many symbolic links encountered."
Tianze Wang57d69272016-08-31 23:14:17 -04007594msgstr "发现了过多的符号链接。"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007595
7596#: lib/ext2fs/ext2_err.c:76
7597msgid "The callback function will not handle this case"
Tianze Wang57d69272016-08-31 23:14:17 -04007598msgstr "回调函数将不会处理这个情况"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007599
7600#: lib/ext2fs/ext2_err.c:77
7601msgid "The inode is from a bad block in the inode table"
Tianze Wang57d69272016-08-31 23:14:17 -04007602msgstr "该inode来自inode表中的一个坏块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007603
7604#: lib/ext2fs/ext2_err.c:78
Eric Sandeen032eafe2012-07-28 17:48:36 -04007605msgid "Filesystem has unsupported feature(s)"
Tianze Wang57d69272016-08-31 23:14:17 -04007606msgstr "文件系统有不被支持的特性"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007607
7608#: lib/ext2fs/ext2_err.c:79
Eric Sandeen032eafe2012-07-28 17:48:36 -04007609msgid "Filesystem has unsupported read-only feature(s)"
Tianze Wang57d69272016-08-31 23:14:17 -04007610msgstr "文件系统有不被支持的只读特性"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007611
7612#: lib/ext2fs/ext2_err.c:80
7613msgid "IO Channel failed to seek on read or write"
Tianze Wang57d69272016-08-31 23:14:17 -04007614msgstr "I/O通道定位读取/写入位置时失败"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007615
7616#: lib/ext2fs/ext2_err.c:81
Eric Sandeen032eafe2012-07-28 17:48:36 -04007617msgid "Memory allocation failed"
Tianze Wang57d69272016-08-31 23:14:17 -04007618msgstr "内存分配出错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007619
7620#: lib/ext2fs/ext2_err.c:82
7621msgid "Invalid argument passed to ext2 library"
Tianze Wang57d69272016-08-31 23:14:17 -04007622msgstr "传给了ext2库无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007623
7624#: lib/ext2fs/ext2_err.c:83
Eric Sandeen032eafe2012-07-28 17:48:36 -04007625msgid "Could not allocate block in ext2 filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007626msgstr "无法为ext2文件系统分配块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007627
7628#: lib/ext2fs/ext2_err.c:84
Eric Sandeen032eafe2012-07-28 17:48:36 -04007629msgid "Could not allocate inode in ext2 filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04007630msgstr "无法为ext2文件系统分配inode"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007631
7632#: lib/ext2fs/ext2_err.c:85
7633msgid "Ext2 inode is not a directory"
Tianze Wang57d69272016-08-31 23:14:17 -04007634msgstr "ext2 inode不为目录"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007635
7636#: lib/ext2fs/ext2_err.c:86
7637msgid "Too many references in table"
Tianze Wang57d69272016-08-31 23:14:17 -04007638msgstr "表中有太多的引用"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007639
7640#: lib/ext2fs/ext2_err.c:87
7641msgid "File not found by ext2_lookup"
Tianze Wang57d69272016-08-31 23:14:17 -04007642msgstr "ext2_lookup未发现文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007643
7644#: lib/ext2fs/ext2_err.c:88
7645msgid "File open read-only"
Tianze Wang57d69272016-08-31 23:14:17 -04007646msgstr "文件以只读模式打开"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007647
7648#: lib/ext2fs/ext2_err.c:89
Eric Sandeen032eafe2012-07-28 17:48:36 -04007649msgid "Ext2 directory block not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007650msgstr "未找到ext2目录块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007651
7652#: lib/ext2fs/ext2_err.c:90
7653msgid "Ext2 directory already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007654msgstr "ext2目录块已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007655
7656#: lib/ext2fs/ext2_err.c:91
7657msgid "Unimplemented ext2 library function"
Tianze Wang57d69272016-08-31 23:14:17 -04007658msgstr "未实现的ext2库函数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007659
7660#: lib/ext2fs/ext2_err.c:92
7661msgid "User cancel requested"
Tianze Wang57d69272016-08-31 23:14:17 -04007662msgstr "用户取消了操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007663
7664#: lib/ext2fs/ext2_err.c:93
7665msgid "Ext2 file too big"
Tianze Wang57d69272016-08-31 23:14:17 -04007666msgstr "ext2文件太大"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007667
7668#: lib/ext2fs/ext2_err.c:94
7669msgid "Supplied journal device not a block device"
Tianze Wang57d69272016-08-31 23:14:17 -04007670msgstr "指定的日志设备不是块设备"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007671
7672#: lib/ext2fs/ext2_err.c:95
Eric Sandeen032eafe2012-07-28 17:48:36 -04007673msgid "Journal superblock not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007674msgstr "日志超级块未找到"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007675
7676#: lib/ext2fs/ext2_err.c:96
7677msgid "Journal must be at least 1024 blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007678msgstr "日志大小至少为1024个块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007679
7680#: lib/ext2fs/ext2_err.c:97
7681msgid "Unsupported journal version"
Tianze Wang57d69272016-08-31 23:14:17 -04007682msgstr "不支持的日志版本"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007683
7684#: lib/ext2fs/ext2_err.c:98
7685msgid "Error loading external journal"
Tianze Wang57d69272016-08-31 23:14:17 -04007686msgstr "尝试打开外部日志时"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007687
7688#: lib/ext2fs/ext2_err.c:99
Eric Sandeen032eafe2012-07-28 17:48:36 -04007689msgid "Journal not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007690msgstr "日志未找到"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007691
7692#: lib/ext2fs/ext2_err.c:100
7693msgid "Directory hash unsupported"
Tianze Wang57d69272016-08-31 23:14:17 -04007694msgstr "不支持目录hash"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007695
7696#: lib/ext2fs/ext2_err.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04007697msgid "Illegal extended attribute block number"
Tianze Wang57d69272016-08-31 23:14:17 -04007698msgstr "非法的扩展属性块号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007699
7700#: lib/ext2fs/ext2_err.c:102
7701msgid "Cannot create filesystem with requested number of inodes"
Tianze Wang57d69272016-08-31 23:14:17 -04007702msgstr "无法创建含有指定inode数的文件系统"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007703
7704#: lib/ext2fs/ext2_err.c:103
7705msgid "E2image snapshot not in use"
Tianze Wang57d69272016-08-31 23:14:17 -04007706msgstr "未使用e2image快照"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007707
7708#: lib/ext2fs/ext2_err.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04007709msgid "Too many reserved group descriptor blocks"
Tianze Wang57d69272016-08-31 23:14:17 -04007710msgstr "组描述符的保留块太多"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007711
7712#: lib/ext2fs/ext2_err.c:105
7713msgid "Resize inode is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04007714msgstr "改变inode大小时有数据损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007715
7716#: lib/ext2fs/ext2_err.c:106
7717msgid "Tried to set block bmap with missing indirect block"
Tianze Wang57d69272016-08-31 23:14:17 -04007718msgstr "尝试在块位图中设置丢失的链接块"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007719
7720#: lib/ext2fs/ext2_err.c:107
7721msgid "TDB: Success"
Tianze Wang57d69272016-08-31 23:14:17 -04007722msgstr "TDB:成功"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007723
7724#: lib/ext2fs/ext2_err.c:108
7725msgid "TDB: Corrupt database"
Tianze Wang57d69272016-08-31 23:14:17 -04007726msgstr "TDB:数据库损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007727
7728#: lib/ext2fs/ext2_err.c:109
7729msgid "TDB: IO Error"
Tianze Wang57d69272016-08-31 23:14:17 -04007730msgstr "TDB:I/O错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007731
7732#: lib/ext2fs/ext2_err.c:110
7733msgid "TDB: Locking error"
Tianze Wang57d69272016-08-31 23:14:17 -04007734msgstr "TDB:锁定错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007735
7736#: lib/ext2fs/ext2_err.c:111
7737msgid "TDB: Out of memory"
Tianze Wang57d69272016-08-31 23:14:17 -04007738msgstr "TDB:内存耗尽"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007739
7740#: lib/ext2fs/ext2_err.c:112
7741msgid "TDB: Record exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007742msgstr "TDB:记录已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007743
7744#: lib/ext2fs/ext2_err.c:113
7745msgid "TDB: Lock exists on other keys"
Tianze Wang57d69272016-08-31 23:14:17 -04007746msgstr "TDB:锁已存在于其他键"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007747
7748#: lib/ext2fs/ext2_err.c:114
7749msgid "TDB: Invalid parameter"
Tianze Wang57d69272016-08-31 23:14:17 -04007750msgstr "TDB:无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007751
7752#: lib/ext2fs/ext2_err.c:115
7753msgid "TDB: Record does not exist"
Tianze Wang57d69272016-08-31 23:14:17 -04007754msgstr "TDB:记录不存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007755
7756#: lib/ext2fs/ext2_err.c:116
7757msgid "TDB: Write not permitted"
Tianze Wang57d69272016-08-31 23:14:17 -04007758msgstr "TDB:不允许写入"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007759
7760#: lib/ext2fs/ext2_err.c:117
7761msgid "Ext2fs directory block list is empty"
Tianze Wang57d69272016-08-31 23:14:17 -04007762msgstr "ext2文件系统目录块列表为空"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007763
7764#: lib/ext2fs/ext2_err.c:118
7765msgid "Attempt to modify a block mapping via a read-only block iterator"
Tianze Wang57d69272016-08-31 23:14:17 -04007766msgstr "企图通过只读的块迭代器修改块映射"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007767
7768#: lib/ext2fs/ext2_err.c:119
7769msgid "Wrong magic number for ext4 extent saved path"
Tianze Wang57d69272016-08-31 23:14:17 -04007770msgstr "ext4 extent保存路径的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007771
7772#: lib/ext2fs/ext2_err.c:120
7773msgid "Wrong magic number for 64-bit generic bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007774msgstr "64位通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007775
7776#: lib/ext2fs/ext2_err.c:121
7777msgid "Wrong magic number for 64-bit block bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007778msgstr "64位块通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007779
7780#: lib/ext2fs/ext2_err.c:122
7781msgid "Wrong magic number for 64-bit inode bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007782msgstr "64位inode通用位图中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007783
7784#: lib/ext2fs/ext2_err.c:123
7785msgid "Wrong magic number --- RESERVED_13"
Tianze Wang57d69272016-08-31 23:14:17 -04007786msgstr "幻数错误(保留编号:13)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007787
7788#: lib/ext2fs/ext2_err.c:124
7789msgid "Wrong magic number --- RESERVED_14"
Tianze Wang57d69272016-08-31 23:14:17 -04007790msgstr "幻数错误(保留编号:14)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007791
7792#: lib/ext2fs/ext2_err.c:125
7793msgid "Wrong magic number --- RESERVED_15"
Tianze Wang57d69272016-08-31 23:14:17 -04007794msgstr "幻数错误(保留编号:15)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007795
7796#: lib/ext2fs/ext2_err.c:126
7797msgid "Wrong magic number --- RESERVED_16"
Tianze Wang57d69272016-08-31 23:14:17 -04007798msgstr "幻数错误(保留编号:16)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007799
7800#: lib/ext2fs/ext2_err.c:127
7801msgid "Wrong magic number --- RESERVED_17"
Tianze Wang57d69272016-08-31 23:14:17 -04007802msgstr "幻数错误(保留编号:17)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007803
7804#: lib/ext2fs/ext2_err.c:128
7805msgid "Wrong magic number --- RESERVED_18"
Tianze Wang57d69272016-08-31 23:14:17 -04007806msgstr "幻数错误(保留编号:18)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007807
7808#: lib/ext2fs/ext2_err.c:129
7809msgid "Wrong magic number --- RESERVED_19"
Tianze Wang57d69272016-08-31 23:14:17 -04007810msgstr "幻数错误(保留编号:19)"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007811
7812#: lib/ext2fs/ext2_err.c:130
7813msgid "Corrupt extent header"
Tianze Wang57d69272016-08-31 23:14:17 -04007814msgstr "extent头损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007815
7816#: lib/ext2fs/ext2_err.c:131
7817msgid "Corrupt extent index"
Tianze Wang57d69272016-08-31 23:14:17 -04007818msgstr "extent索引损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007819
7820#: lib/ext2fs/ext2_err.c:132
7821msgid "Corrupt extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007822msgstr "extent损坏"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007823
7824#: lib/ext2fs/ext2_err.c:133
7825msgid "No free space in extent map"
Tianze Wang57d69272016-08-31 23:14:17 -04007826msgstr "extent映射中没有可用空间"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007827
7828#: lib/ext2fs/ext2_err.c:134
7829msgid "Inode does not use extents"
Tianze Wang57d69272016-08-31 23:14:17 -04007830msgstr "inode未使用extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007831
7832#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04007833msgid "No 'next' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007834msgstr "找不到“后一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007835
7836#: lib/ext2fs/ext2_err.c:136
7837msgid "No 'previous' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007838msgstr "找不到“前一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007839
7840#: lib/ext2fs/ext2_err.c:137
7841msgid "No 'up' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007842msgstr "找不到“上一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007843
7844#: lib/ext2fs/ext2_err.c:138
7845msgid "No 'down' extent"
Tianze Wang57d69272016-08-31 23:14:17 -04007846msgstr "找不到“下一个”extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007847
7848#: lib/ext2fs/ext2_err.c:139
7849msgid "No current node"
Tianze Wang57d69272016-08-31 23:14:17 -04007850msgstr "当前节点不存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007851
7852#: lib/ext2fs/ext2_err.c:140
7853msgid "Ext2fs operation not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04007854msgstr "ext2文件系统操作不支持"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007855
7856#: lib/ext2fs/ext2_err.c:141
7857msgid "No room to insert extent in node"
Tianze Wang57d69272016-08-31 23:14:17 -04007858msgstr "没有足够空间用于插入extent到节点"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007859
7860#: lib/ext2fs/ext2_err.c:142
7861msgid "Splitting would result in empty node"
Tianze Wang57d69272016-08-31 23:14:17 -04007862msgstr "分割操作将导致空节点产生"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007863
7864#: lib/ext2fs/ext2_err.c:143
Eric Sandeen032eafe2012-07-28 17:48:36 -04007865msgid "Extent not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007866msgstr "未找到extent"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007867
7868#: lib/ext2fs/ext2_err.c:144
7869msgid "Operation not supported for inodes containing extents"
Tianze Wang57d69272016-08-31 23:14:17 -04007870msgstr "含有extent的inode不支持此操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007871
7872#: lib/ext2fs/ext2_err.c:145
7873msgid "Extent length is invalid"
Tianze Wang57d69272016-08-31 23:14:17 -04007874msgstr "extent长度无效"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007875
7876#: lib/ext2fs/ext2_err.c:146
7877msgid "I/O Channel does not support 64-bit block numbers"
Tianze Wang57d69272016-08-31 23:14:17 -04007878msgstr "I/O通道不支持64位表示的块数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007879
7880#: lib/ext2fs/ext2_err.c:147
7881msgid "Can't check if filesystem is mounted due to missing mtab file"
Tianze Wang57d69272016-08-31 23:14:17 -04007882msgstr "由于mtab文件缺失,无法检验文件系统是否已挂载"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007883
7884#: lib/ext2fs/ext2_err.c:148
7885msgid "Filesystem too large to use legacy bitmaps"
Tianze Wang57d69272016-08-31 23:14:17 -04007886msgstr "文件系统太大,无法使用传统位图"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007887
7888#: lib/ext2fs/ext2_err.c:149
7889msgid "MMP: invalid magic number"
Tianze Wang57d69272016-08-31 23:14:17 -04007890msgstr "MMP:无效的幻数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007891
7892#: lib/ext2fs/ext2_err.c:150
7893msgid "MMP: device currently active"
Tianze Wang57d69272016-08-31 23:14:17 -04007894msgstr "MMP:设备当前为活动状态"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007895
7896#: lib/ext2fs/ext2_err.c:151
7897msgid "MMP: fsck being run"
Tianze Wang57d69272016-08-31 23:14:17 -04007898msgstr "MMP:fsck正在运行"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007899
7900#: lib/ext2fs/ext2_err.c:152
7901msgid "MMP: block number beyond filesystem range"
Tianze Wang57d69272016-08-31 23:14:17 -04007902msgstr "MMP:块编号超出文件系统边界"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007903
7904#: lib/ext2fs/ext2_err.c:153
7905msgid "MMP: undergoing an unknown operation"
Tianze Wang57d69272016-08-31 23:14:17 -04007906msgstr "MMP:正在进行未知的操作"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007907
7908#: lib/ext2fs/ext2_err.c:154
7909msgid "MMP: filesystem still in use"
Tianze Wang57d69272016-08-31 23:14:17 -04007910msgstr "MMP:文件系统正在被使用"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007911
7912#: lib/ext2fs/ext2_err.c:155
7913msgid "MMP: open with O_DIRECT failed"
Tianze Wang57d69272016-08-31 23:14:17 -04007914msgstr "MMP:使用O_DIRECT标志打开失败"
Eric Sandeen032eafe2012-07-28 17:48:36 -04007915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007916#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007917msgid "Block group descriptor size incorrect"
Tianze Wang57d69272016-08-31 23:14:17 -04007918msgstr "块组描述符大小错误"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007919
7920#: lib/ext2fs/ext2_err.c:157
7921msgid "Inode checksum does not match inode"
Tianze Wang57d69272016-08-31 23:14:17 -04007922msgstr "inode校验值与inode自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007923
7924#: lib/ext2fs/ext2_err.c:158
7925msgid "Inode bitmap checksum does not match bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007926msgstr "inode位图校验值与位图自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007927
7928#: lib/ext2fs/ext2_err.c:159
7929msgid "Extent block checksum does not match extent block"
Tianze Wang57d69272016-08-31 23:14:17 -04007930msgstr "extent块校验值与extent块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007931
7932#: lib/ext2fs/ext2_err.c:160
7933msgid "Directory block does not have space for checksum"
Tianze Wang57d69272016-08-31 23:14:17 -04007934msgstr "目录块中没有用于存储校验值的空间"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007935
7936#: lib/ext2fs/ext2_err.c:161
7937msgid "Directory block checksum does not match directory block"
Tianze Wang57d69272016-08-31 23:14:17 -04007938msgstr "目录块校验值与目录块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007939
7940#: lib/ext2fs/ext2_err.c:162
7941msgid "Extended attribute block checksum does not match block"
Tianze Wang57d69272016-08-31 23:14:17 -04007942msgstr "扩展属性块校验值与属性块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007943
7944#: lib/ext2fs/ext2_err.c:163
7945msgid "Superblock checksum does not match superblock"
Tianze Wang57d69272016-08-31 23:14:17 -04007946msgstr "i超级块校验值与超级块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007947
7948#: lib/ext2fs/ext2_err.c:164
7949msgid "Unknown checksum algorithm"
Tianze Wang57d69272016-08-31 23:14:17 -04007950msgstr "位置的校验值算法"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007951
7952#: lib/ext2fs/ext2_err.c:165
7953msgid "MMP block checksum does not match MMP block"
Tianze Wang57d69272016-08-31 23:14:17 -04007954msgstr "MMP块校验值与MMP块自身不符"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007955
7956#: lib/ext2fs/ext2_err.c:166
7957msgid "Ext2 file already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04007958msgstr "ext2文件已存在"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007960#: lib/ext2fs/ext2_err.c:167
7961msgid "Block bitmap checksum does not match bitmap"
Tianze Wang57d69272016-08-31 23:14:17 -04007962msgstr "块位图校验值与位图自身不符"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007963
7964#: lib/ext2fs/ext2_err.c:168
7965msgid "Cannot iterate data blocks of an inode containing inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04007966msgstr "无法对含有内联数据的 inode 中的数据块进行迭代"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007967
7968#: lib/ext2fs/ext2_err.c:169
7969msgid "Extended attribute has an invalid name length"
Tianze Wang57d69272016-08-31 23:14:17 -04007970msgstr "扩展属性名的长度无效"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007971
7972#: lib/ext2fs/ext2_err.c:170
7973msgid "Extended attribute has an invalid value length"
Tianze Wang57d69272016-08-31 23:14:17 -04007974msgstr "扩展属性名的值无效"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007975
7976#: lib/ext2fs/ext2_err.c:171
7977msgid "Extended attribute has an incorrect hash"
Tianze Wang57d69272016-08-31 23:14:17 -04007978msgstr "扩展属性块的校验值错误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007979
7980#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007981msgid "Extended attribute block has a bad header"
Tianze Wang57d69272016-08-31 23:14:17 -04007982msgstr "扩展属性块的头部有误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007983
7984#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007985msgid "Extended attribute key not found"
Tianze Wang57d69272016-08-31 23:14:17 -04007986msgstr "找不到扩展属性的键"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007987
7988#: lib/ext2fs/ext2_err.c:174
7989msgid "Insufficient space to store extended attribute data"
Tianze Wang57d69272016-08-31 23:14:17 -04007990msgstr "用于存储扩增属性数据的空间不足"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007991
7992#: lib/ext2fs/ext2_err.c:175
7993msgid "Filesystem is missing ext_attr or inline_data feature"
Tianze Wang57d69272016-08-31 23:14:17 -04007994msgstr "文件系统缺少 ext_attr 或 inline_data feature 特性"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007995
7996#: lib/ext2fs/ext2_err.c:176
7997msgid "Inode doesn't have inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04007998msgstr "Inode 中不含内联数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007999
8000#: lib/ext2fs/ext2_err.c:177
8001msgid "No block for an inode with inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04008002msgstr "含有内联数据的 inode 不含块"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008003
8004#: lib/ext2fs/ext2_err.c:178
8005msgid "No free space in inline data"
Tianze Wang57d69272016-08-31 23:14:17 -04008006msgstr "没有足够空间用于存储内联数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008007
8008#: lib/ext2fs/ext2_err.c:179
8009msgid "Wrong magic number for extended attribute structure"
Tianze Wang57d69272016-08-31 23:14:17 -04008010msgstr "扩增属性结构体中的幻数有错"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008011
8012#: lib/ext2fs/ext2_err.c:180
8013msgid "Inode seems to contain garbage"
Tianze Wang57d69272016-08-31 23:14:17 -04008014msgstr "Inode 中含有无效数据"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008015
8016#: lib/ext2fs/ext2_err.c:181
8017msgid "Extended attribute has an invalid value offset"
Tianze Wang57d69272016-08-31 23:14:17 -04008018msgstr "扩增属性中含有无效的偏移量"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008019
8020#: lib/ext2fs/ext2_err.c:182
8021msgid "Journal flags inconsistent"
Tianze Wang57d69272016-08-31 23:14:17 -04008022msgstr "日志标志不一致"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008023
8024#: lib/ext2fs/ext2_err.c:183
8025msgid "Undo file corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04008026msgstr "撤销文件损坏"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008027
8028#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008029msgid "Wrong undo file for this filesystem"
Tianze Wang57d69272016-08-31 23:14:17 -04008030msgstr "此文件系统的撤销文件有误"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008031
Theodore Ts'o48203a32016-06-08 15:45:26 -04008032#: lib/ext2fs/ext2_err.c:185
8033msgid "File system is corrupted"
Tianze Wang57d69272016-08-31 23:14:17 -04008034msgstr "文件系统已损坏"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008035
8036#: lib/ext2fs/ext2_err.c:186
8037msgid "Bad CRC detected in file system"
Tianze Wang57d69272016-08-31 23:14:17 -04008038msgstr "在文件系统中检测到错误的 CRC 值"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008039
8040#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04008041msgid "The journal superblock is corrupt"
Tianze Wang57d69272016-08-31 23:14:17 -04008042msgstr "日志超级块已损坏"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008043
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008044#: lib/ext2fs/ext2_err.c:188
8045#, fuzzy
8046msgid "Inode is corrupted"
8047msgstr "改变inode大小时有数据损坏"
8048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008049#: lib/support/prof_err.c:11
Eric Sandeen032eafe2012-07-28 17:48:36 -04008050msgid "Profile version 0.0"
Tianze Wang57d69272016-08-31 23:14:17 -04008051msgstr "配置版本 0.0"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008053#: lib/support/prof_err.c:12
Eric Sandeen032eafe2012-07-28 17:48:36 -04008054msgid "Bad magic value in profile_node"
Tianze Wang57d69272016-08-31 23:14:17 -04008055msgstr "profile_node中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008057#: lib/support/prof_err.c:13
Eric Sandeen032eafe2012-07-28 17:48:36 -04008058msgid "Profile section not found"
Tianze Wang57d69272016-08-31 23:14:17 -04008059msgstr "未找到配置区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008061#: lib/support/prof_err.c:14
Eric Sandeen032eafe2012-07-28 17:48:36 -04008062msgid "Profile relation not found"
Tianze Wang57d69272016-08-31 23:14:17 -04008063msgstr "未找到配置关系"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008065#: lib/support/prof_err.c:15
Eric Sandeen032eafe2012-07-28 17:48:36 -04008066msgid "Attempt to add a relation to node which is not a section"
Tianze Wang57d69272016-08-31 23:14:17 -04008067msgstr "企图将关联添加到非区段的node"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008069#: lib/support/prof_err.c:16
Eric Sandeen032eafe2012-07-28 17:48:36 -04008070msgid "A profile section header has a non-zero value"
Tianze Wang57d69272016-08-31 23:14:17 -04008071msgstr "某个配置区段的头部含有非零值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008073#: lib/support/prof_err.c:17
Eric Sandeen032eafe2012-07-28 17:48:36 -04008074msgid "Bad linked list in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008075msgstr "配置结构体中有错误的链表"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008077#: lib/support/prof_err.c:18
Eric Sandeen032eafe2012-07-28 17:48:36 -04008078msgid "Bad group level in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008079msgstr "配置结构体中有错误的组级别"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008081#: lib/support/prof_err.c:19
Eric Sandeen032eafe2012-07-28 17:48:36 -04008082msgid "Bad parent pointer in profile structures"
Tianze Wang57d69272016-08-31 23:14:17 -04008083msgstr "配置结构体中有错误的父指针"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008085#: lib/support/prof_err.c:20
Eric Sandeen032eafe2012-07-28 17:48:36 -04008086msgid "Bad magic value in profile iterator"
Tianze Wang57d69272016-08-31 23:14:17 -04008087msgstr "配置迭代器中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008089#: lib/support/prof_err.c:21
Eric Sandeen032eafe2012-07-28 17:48:36 -04008090msgid "Can't set value on section node"
Tianze Wang57d69272016-08-31 23:14:17 -04008091msgstr "无法设置区段节点"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008093#: lib/support/prof_err.c:22
Eric Sandeen032eafe2012-07-28 17:48:36 -04008094msgid "Invalid argument passed to profile library"
Tianze Wang57d69272016-08-31 23:14:17 -04008095msgstr "传给了配置库无效的参数"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008097#: lib/support/prof_err.c:23
Eric Sandeen032eafe2012-07-28 17:48:36 -04008098msgid "Attempt to modify read-only profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008099msgstr "企图修改该只读的配置"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008101#: lib/support/prof_err.c:24
Eric Sandeen032eafe2012-07-28 17:48:36 -04008102msgid "Profile section header not at top level"
Tianze Wang57d69272016-08-31 23:14:17 -04008103msgstr "配置区段头部不处于顶级"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008105#: lib/support/prof_err.c:25
Eric Sandeen032eafe2012-07-28 17:48:36 -04008106msgid "Syntax error in profile section header"
Tianze Wang57d69272016-08-31 23:14:17 -04008107msgstr "配置区段头部中有语法错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008109#: lib/support/prof_err.c:26
Eric Sandeen032eafe2012-07-28 17:48:36 -04008110msgid "Syntax error in profile relation"
Tianze Wang57d69272016-08-31 23:14:17 -04008111msgstr "配置关系中有语法错误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008113#: lib/support/prof_err.c:27
Eric Sandeen032eafe2012-07-28 17:48:36 -04008114msgid "Extra closing brace in profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008115msgstr "配置中发现额外的右括号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008117#: lib/support/prof_err.c:28
Eric Sandeen032eafe2012-07-28 17:48:36 -04008118msgid "Missing open brace in profile"
Tianze Wang57d69272016-08-31 23:14:17 -04008119msgstr "配置中缺少左括号"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008121#: lib/support/prof_err.c:29
Eric Sandeen032eafe2012-07-28 17:48:36 -04008122msgid "Bad magic value in profile_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008123msgstr "profile_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008125#: lib/support/prof_err.c:30
Eric Sandeen032eafe2012-07-28 17:48:36 -04008126msgid "Bad magic value in profile_section_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008127msgstr "profile_section_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008129#: lib/support/prof_err.c:31
Eric Sandeen032eafe2012-07-28 17:48:36 -04008130msgid "Iteration through all top level section not supported"
Tianze Wang57d69272016-08-31 23:14:17 -04008131msgstr "不支持迭代所有顶级区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008133#: lib/support/prof_err.c:32
Eric Sandeen032eafe2012-07-28 17:48:36 -04008134msgid "Invalid profile_section object"
Tianze Wang57d69272016-08-31 23:14:17 -04008135msgstr "无效的配置区段对象"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008137#: lib/support/prof_err.c:33
Eric Sandeen032eafe2012-07-28 17:48:36 -04008138msgid "No more sections"
Tianze Wang57d69272016-08-31 23:14:17 -04008139msgstr "没有更多的区段"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008141#: lib/support/prof_err.c:34
Eric Sandeen032eafe2012-07-28 17:48:36 -04008142msgid "Bad nameset passed to query routine"
Tianze Wang57d69272016-08-31 23:14:17 -04008143msgstr "传给了查询程序错误的名称集"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008145#: lib/support/prof_err.c:35
Eric Sandeen032eafe2012-07-28 17:48:36 -04008146msgid "No profile file open"
Tianze Wang57d69272016-08-31 23:14:17 -04008147msgstr "未打开任何配置文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008149#: lib/support/prof_err.c:36
Eric Sandeen032eafe2012-07-28 17:48:36 -04008150msgid "Bad magic value in profile_file_t"
Tianze Wang57d69272016-08-31 23:14:17 -04008151msgstr "profile_file_t中的幻数有错"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008153#: lib/support/prof_err.c:37
Eric Sandeen032eafe2012-07-28 17:48:36 -04008154msgid "Couldn't open profile file"
Tianze Wang57d69272016-08-31 23:14:17 -04008155msgstr "无法打开配置文件"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008157#: lib/support/prof_err.c:38
Eric Sandeen032eafe2012-07-28 17:48:36 -04008158msgid "Section already exists"
Tianze Wang57d69272016-08-31 23:14:17 -04008159msgstr "区段已存在"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008161#: lib/support/prof_err.c:39
Eric Sandeen032eafe2012-07-28 17:48:36 -04008162msgid "Invalid boolean value"
Tianze Wang57d69272016-08-31 23:14:17 -04008163msgstr "无效的布尔值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008165#: lib/support/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04008166msgid "Invalid integer value"
Tianze Wang57d69272016-08-31 23:14:17 -04008167msgstr "无效的整数值"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008169#: lib/support/prof_err.c:41
Eric Sandeen032eafe2012-07-28 17:48:36 -04008170msgid "Bad magic value in profile_file_data_t"
Mingye Wang (Arthur2e5)af6f1112017-01-31 17:34:56 -05008171msgstr "profile_file_data_t中的幻数有误"
Eric Sandeen032eafe2012-07-28 17:48:36 -04008172
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008173#: lib/support/plausible.c:118
Tianze Wang57d69272016-08-31 23:14:17 -04008174#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008175msgid "\tlast mounted on %s on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008176msgstr "\t上一次挂载于 %s, 时间 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008177
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008178#: lib/support/plausible.c:121
Tianze Wang57d69272016-08-31 23:14:17 -04008179#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008180msgid "\tlast mounted on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008181msgstr "\t上一次挂载于%s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008182
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008183#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008184#, c-format
8185msgid "\tcreated on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008186msgstr "\t创建于 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008187
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008188#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008189#, c-format
8190msgid "\tlast modified on %s"
Tianze Wang57d69272016-08-31 23:14:17 -04008191msgstr "\t上一次修改于 %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008192
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008193#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008194#, c-format
8195msgid "Found a %s partition table in %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008196msgstr "在 %s 中发现一个 %s 分区表\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008197
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008198#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008199#, c-format
8200msgid "The file %s does not exist and no size was specified.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008201msgstr "文件 %s 不存在,也没有指定大小。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008202
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008203#: lib/support/plausible.c:199
Tianze Wang57d69272016-08-31 23:14:17 -04008204#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008205msgid "Creating regular file %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008206msgstr "创建一般文件 %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008207
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008208#: lib/support/plausible.c:202
Tianze Wang57d69272016-08-31 23:14:17 -04008209#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008210msgid "Could not open %s: %s\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008211msgstr "无法打开 %s:%s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008212
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008213#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008214msgid ""
8215"\n"
8216"The device apparently does not exist; did you specify it correctly?\n"
8217msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04008218"\n"
8219"设备不存在。请确认所给设备名是否正确。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008220
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008221#: lib/support/plausible.c:227
Tianze Wang57d69272016-08-31 23:14:17 -04008222#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008223msgid "%s is not a block special device.\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008224msgstr "错误:%s 不是块设备。\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008225
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008226#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008227#, c-format
8228msgid "%s contains a %s file system labelled '%s'\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008229msgstr "%1$s 有一个标签为“%3$s”的 %2$s 文件系统\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008230
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008231#: lib/support/plausible.c:252
Tianze Wang57d69272016-08-31 23:14:17 -04008232#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008233msgid "%s contains a %s file system\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008234msgstr " %s 有一个 %s 文件系统\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008235
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008236#: lib/support/plausible.c:276
Tianze Wang57d69272016-08-31 23:14:17 -04008237#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008238msgid "%s contains `%s' data\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008239msgstr ""
8240" %s 含有“%s”数据\n"
8241"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008242
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008243#~ msgid "Please run e2fsck on the filesystem.\n"
8244#~ msgstr "请在这个文件系统上运行 e2fsck。\n"
8245
Tianze Wang57d69272016-08-31 23:14:17 -04008246#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8247#~ msgstr "@i %i 由chattr设置了c(@c)标志,但@f不支持@c。 "
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04008248
Tianze Wang57d69272016-08-31 23:14:17 -04008249#~ msgid "@A @a @b %b. "
8250#~ msgstr "分配@a@b %b时出错。 "
8251
8252#~ msgid "%s: warning: compression support is experimental.\n"
8253#~ msgstr "%s:警告:压缩支持是实验性的。\n"
8254
8255#~ msgid ""
8256#~ "%s: e2fsck not compiled with HTREE support,\n"
8257#~ "\tbut filesystem %s has HTREE directories.\n"
8258#~ msgstr ""
8259#~ "%s:编译e2fsck时未添加HTREE支持,\n"
8260#~ "\t但文件系统 %s 含有HTREE目录。\n"
8261
8262#~ msgid "while allocating zeroizing buffer"
8263#~ msgstr "为(填零的)缓冲区分配内存时"
8264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008265#~ msgid ", unused inodes %u\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008266#~ msgstr ",%u个未使用的inodes\n"
8267
8268#~ msgid "Failed to read the file system data \n"
8269#~ msgstr "读取文件系统数据失败\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008270
8271#~ msgid "Failed tdb_fetch %s\n"
8272#~ msgstr "tdb_fetch %s 失败\n"
8273
Tianze Wang57d69272016-08-31 23:14:17 -04008274#~ msgid "The file system UUID didn't match \n"
8275#~ msgstr "文件系统的UUID不匹配 \n"
8276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008277#~ msgid "Failed tdb_open %s\n"
8278#~ msgstr "tdb_open %s 失败\n"
8279
8280#~ msgid "Failed to open %s\n"
8281#~ msgstr "打开%s失败\n"
8282
Tianze Wang57d69272016-08-31 23:14:17 -04008283#~ msgid "Replayed transaction of size %zd at location %llu\n"
8284#~ msgstr ""
8285#~ "根据大小为 %zd 的事务记录撤销位于 %llu 的操作\n"
8286#~ "\n"
8287
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008288#~ msgid "Failed write %s\n"
8289#~ msgstr "写入%s失败\n"
8290
Tianze Wang57d69272016-08-31 23:14:17 -04008291#~ msgid "Invalid quotatype parameter: %s\n"
8292#~ msgstr "无效的配额类型参数:%s\n"
8293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008294#~ msgid "Couldn't allocate memory to parse quota options!\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008295#~ msgstr "无法为解析配额选项获取内存!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008296
8297#~ msgid "Couldn't allocate memory for tdb filename\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008298#~ msgstr "无法为处理tdb文件名分配内存\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008299
8300#~ msgid ""
8301#~ "To undo the tune2fs operation please run the command\n"
8302#~ " e2undo %s %s\n"
8303#~ "\n"
8304#~ msgstr ""
Tianze Wang57d69272016-08-31 23:14:17 -04008305#~ "要撤销 tune2fs 操作请运行命令:\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008306#~ " e2undo %s %s\n"
8307#~ "\n"
8308
Tianze Wang57d69272016-08-31 23:14:17 -04008309#~ msgid "%s is entire device, not just one partition!\n"
8310#~ msgstr "%s 为整个设备,而非单个分区!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008311
Eric Sandeen032eafe2012-07-28 17:48:36 -04008312#~ msgid "<The ACL index inode>"
8313#~ msgstr "<ACL 索引 inode>"
8314
8315#~ msgid "<The ACL data inode>"
8316#~ msgstr "<ACL 数据 inode>"
8317
Eric Sandeen032eafe2012-07-28 17:48:36 -04008318#~ msgid "Journal NOT removed\n"
Tianze Wang57d69272016-08-31 23:14:17 -04008319#~ msgstr "日志未删除\n"
8320
8321#~ msgid "Could not stat %s --- %s\n"
8322#~ msgstr "无法对 %s 进行 stat 调用 --- %s\n"
8323
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008324#~ msgid ""
8325#~ "\b\b\b\b\b\b\b\bCopied %llu / %llu blocks (%llu%%) in %s at %.2f MB/"
8326#~ "s \n"
8327#~ msgstr ""
8328#~ "\b\b\b\b\b\b\b\b已复制 %llu / %llu 块(%llu%%),用时 %s,速度 %.2f MB/"
8329#~ "s \n"
Tianze Wang57d69272016-08-31 23:14:17 -04008330
8331#~ msgid ""
8332#~ "\n"
8333#~ "Warning: the quota feature is still under development\n"
8334#~ "See https://ext4.wiki.kernel.org/index.php/Quota for more information\n"
8335#~ "\n"
8336#~ msgstr ""
8337#~ "\n"
8338#~ "警告:配额特性仍然在开发中\n"
8339#~ "更多详情请参见 https://ext4.wiki.kernel.org/index.php/Quota\n"
8340#~ "\n"
8341
8342#~ msgid "Clearing extent flag not supported on %s"
8343#~ msgstr "移除 %s 中不被支持的extent标志"
8344
8345#~ msgid ""
8346#~ "%s: The combination of flex_bg and\n"
8347#~ "\t!resize_inode features is not supported by resize2fs.\n"
8348#~ msgstr "%s:resize2fs不支持同时使用弹性组和固定inode大小特性。\n"
8349
8350#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
8351#~ msgstr "@g %g @b@B未初始化,但@i@B已被使用。\n"
8352
8353#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8354#~ msgstr "@i %i 不应被设定EOFBLOCKS_FL标志(大小 %ls,lblk %r)\n"
8355
8356#~ msgid "Couldn't determine journal size"
8357#~ msgstr "无法确定日志大小"
8358
8359#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8360#~ msgstr "#\t\t %llu -> %llu(%llu)\n"
8361
8362#~ msgid "Missing indirect block not present"
8363#~ msgstr "未找到丢失的链接块"
8364
8365#~ msgid "short write (only %d bytes) for writing image header"
8366#~ msgstr "写入镜像头部的数据过少(只有 %d 字节)"
8367
8368#~ msgid "invalid fragment size - %s"
8369#~ msgstr "无效的碎片尺寸 - %s"
8370
8371#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8372#~ msgstr "警告:不支持碎片管理。已忽略 -f 选项\n"
8373
8374#~ msgid "Calling BLKDISCARD from %llu to %llu "
8375#~ msgstr "对块 %llu 至 %llu 执行BLKDISCARD操作"
8376
8377#~ msgid "succeeded.\n"
8378#~ msgstr "成功。\n"
8379
8380#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
8381#~ msgstr "@S不具有has_journal标志,但ext3日志 %s 具有。\n"
8382
8383#~ msgid "Recreate journal to make the filesystem ext3 again?\n"
8384#~ msgstr "将日志重建为ext3文件系统格式吗?\n"