]> git.saurik.com Git - apt.git/blame - po/zh_CN.po
test: Pass -d to dpkg-buildpackage
[apt.git] / po / zh_CN.po
CommitLineData
f75cb91c
AL
1# Chinese/Simplified translation of apt.
2# This file is put in the public domain.
a86f6158 3# Deng Xiyue <manphiz-guest@users.alioth.debian.org>, 2007, 2008.
4# Tchaikov <tchaikov@sjtu.org>, 2005, 2007.
5# Carlos Z.F. Liu <carlosliu@users.sourceforge.net>, 2004, 2006.
0cf7e638 6# Aron Xu <happyaron.xu@gmail.com>, 2009, 2010.
c987dff4 7# Zhou Mo <cdluminate@gmail.com>, 2014, 2015, 2016.
67f393ab 8#
f75cb91c
AL
9msgid ""
10msgstr ""
0c20302f 11"Project-Id-Version: apt 1.2.x\n"
3f5a581c 12"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
43670e2e 13"POT-Creation-Date: 2016-08-17 23:47+0200\n"
ab59037f 14"PO-Revision-Date: 2016-08-20 13:00+0000\n"
b9974edc 15"Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
0cf7e638 16"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
b526197a 17"Language: zh_CN\n"
f75cb91c
AL
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
38fd54f1 20"Content-Transfer-Encoding: 8bit\n"
0cf7e638 21"Plural-Forms: nplurals=1; plural=0;\n"
f75cb91c 22
f8b879c2
JAK
23#: apt-inst/contrib/arfile.cc
24msgid "Invalid archive signature"
25msgstr "无效的归档签名"
f75cb91c 26
f8b879c2
JAK
27#: apt-inst/contrib/arfile.cc
28msgid "Error reading archive member header"
29msgstr "读取归档成员文件头出错"
864fe99c 30
f8b879c2 31#: apt-inst/contrib/arfile.cc
04f27fae 32#, c-format
f8b879c2
JAK
33msgid "Invalid archive member header %s"
34msgstr "归档文件中成员文件头 %s 无效"
4948a1ba 35
f8b879c2
JAK
36#: apt-inst/contrib/arfile.cc
37msgid "Invalid archive member header"
38msgstr "归档文件中成员文件头无效"
f75cb91c 39
f8b879c2
JAK
40#: apt-inst/contrib/arfile.cc
41msgid "Archive is too short"
42msgstr "归档文件太短"
f75cb91c 43
f8b879c2
JAK
44#: apt-inst/contrib/arfile.cc
45msgid "Failed to read the archive headers"
46msgstr "无法读取归档文件的数据头"
f75cb91c 47
f8b879c2 48#: apt-inst/contrib/extracttar.cc
c987dff4 49#, c-format
f8b879c2
JAK
50msgid "Cannot find a configured compressor for '%s'"
51msgstr "找不到对应于 '%s' 的已配置压缩工具"
f75cb91c 52
f8b879c2
JAK
53#: apt-inst/contrib/extracttar.cc
54msgid "Corrupted archive"
55msgstr "包文件已被损坏"
f75cb91c 56
f8b879c2
JAK
57#: apt-inst/contrib/extracttar.cc
58msgid "Tar checksum failed, archive corrupted"
59msgstr "Tar 的校验和不符,文件已损坏"
f75cb91c 60
f8b879c2
JAK
61#: apt-inst/contrib/extracttar.cc
62#, c-format
63msgid "Unknown TAR header type %u, member %s"
64msgstr "未知的 TAR 数据头类型 %u,成员 %s"
f75cb91c 65
f8b879c2
JAK
66#: apt-inst/deb/debfile.cc
67#, c-format
68msgid "This is not a valid DEB archive, missing '%s' member"
69msgstr "这不是一个有效的 DEB 包文件,其包内遗漏了“%s”"
f75cb91c 70
f8b879c2
JAK
71#: apt-inst/deb/debfile.cc
72#, c-format
73msgid "Internal error, could not locate member %s"
74msgstr "内部错误,无法定位包内文件 %s"
f75cb91c 75
f8b879c2
JAK
76#: apt-inst/deb/debfile.cc
77msgid "Unparsable control file"
78msgstr "不能解析的主控文件"
f75cb91c 79
f8b879c2
JAK
80#: apt-inst/dirstream.cc
81#, c-format
82msgid "Failed to write file %s"
83msgstr "无法写入文件 %s"
f75cb91c 84
f8b879c2
JAK
85#: apt-inst/dirstream.cc
86#, c-format
87msgid "Failed to close file %s"
88msgstr "无法关闭文件 %s"
f75cb91c 89
f8b879c2 90#: apt-inst/extract.cc
04f27fae 91#, c-format
f8b879c2
JAK
92msgid "The path %s is too long"
93msgstr "路径名 %s 太长"
897e3c7b 94
f8b879c2 95#: apt-inst/extract.cc
c987dff4 96#, c-format
f8b879c2
JAK
97msgid "Unpacking %s more than once"
98msgstr "%s 被解压了不只一次"
1e7ec0d8 99
f8b879c2 100#: apt-inst/extract.cc
04f27fae 101#, c-format
f8b879c2
JAK
102msgid "The directory %s is diverted"
103msgstr "目录 %s 已被转移"
27b16a2e 104
f8b879c2 105#: apt-inst/extract.cc
b6c6b52f 106#, c-format
f8b879c2
JAK
107msgid "The package is trying to write to the diversion target %s/%s"
108msgstr "该软件包正尝试写入转移对象 %s/%s"
f75cb91c 109
f8b879c2
JAK
110#: apt-inst/extract.cc
111msgid "The diversion path is too long"
112msgstr "该转移路径太长"
f75cb91c 113
f8b879c2
JAK
114#: apt-inst/extract.cc apt-pkg/acquire-item.cc ftparchive/cachedb.cc
115#: methods/rred.cc
116#, c-format
117msgid "Failed to stat %s"
118msgstr "无法获得 %s 的状态"
f75cb91c 119
f8b879c2
JAK
120#: apt-inst/extract.cc ftparchive/multicompress.cc
121#, c-format
122msgid "Failed to rename %s to %s"
123msgstr "无法将 %s 重命名为 %s"
f75cb91c 124
f8b879c2 125#: apt-inst/extract.cc
9de26945 126#, c-format
f8b879c2
JAK
127msgid "The directory %s is being replaced by a non-directory"
128msgstr "目录 %s 要被一个非目录的文件替换"
f75cb91c 129
f8b879c2
JAK
130#: apt-inst/extract.cc
131msgid "Failed to locate node in its hash bucket"
132msgstr "无法在其散列桶中分配节点"
b81dbe40 133
f8b879c2
JAK
134#: apt-inst/extract.cc
135msgid "The path is too long"
136msgstr "路径名太长"
648bb618 137
f8b879c2 138#: apt-inst/extract.cc
04f27fae 139#, c-format
f8b879c2
JAK
140msgid "Overwrite package match with no version for %s"
141msgstr "用来覆盖的软件包不属于 %s 的任何版本"
648bb618 142
f8b879c2 143#: apt-inst/extract.cc
04f27fae 144#, c-format
f8b879c2
JAK
145msgid "File %s/%s overwrites the one in the package %s"
146msgstr "文件 %s/%s 会覆盖属于软件包 %s 中的同名文件"
568dc798 147
f8b879c2
JAK
148#. Only warn if there are no sources.list.d.
149#. Only warn if there is no sources.list file.
150#: apt-inst/extract.cc apt-pkg/acquire.cc apt-pkg/clean.cc
151#: apt-pkg/contrib/cdromutl.cc apt-pkg/contrib/fileutl.cc apt-pkg/deb/dpkgpm.cc
152#: apt-pkg/init.cc apt-pkg/policy.cc apt-pkg/sourcelist.cc methods/mirror.cc
864fe99c 153#, c-format
f8b879c2
JAK
154msgid "Unable to read %s"
155msgstr "无法读取 %s"
864fe99c 156
f8b879c2 157#: apt-inst/extract.cc
04f27fae 158#, c-format
f8b879c2
JAK
159msgid "Unable to stat %s"
160msgstr "无法读取 %s 的状态"
de5a560a 161
f8b879c2
JAK
162#: apt-inst/filelist.cc
163msgid "DropNode called on still linked node"
164msgstr "把 DropNode 用在了仍在链表中的节点上"
8561c2fe 165
f8b879c2
JAK
166#: apt-inst/filelist.cc
167msgid "Failed to locate the hash element!"
168msgstr "无法定位哈希表元素!"
8561c2fe 169
f8b879c2
JAK
170#: apt-inst/filelist.cc
171msgid "Failed to allocate diversion"
172msgstr "无法分配转移项"
8561c2fe 173
f8b879c2
JAK
174#: apt-inst/filelist.cc
175msgid "Internal error in AddDiversion"
176msgstr "内部错误,出现在 AddDiversion"
8561c2fe 177
f8b879c2
JAK
178#: apt-inst/filelist.cc
179#, c-format
180msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
181msgstr "尝试覆盖一个转移项,%s -> %s 和 %s/%s"
8561c2fe 182
f8b879c2
JAK
183#: apt-inst/filelist.cc
184#, c-format
185msgid "Double add of diversion %s -> %s"
186msgstr "添加了两个转移项 %s-> %s"
8561c2fe 187
f8b879c2
JAK
188#: apt-inst/filelist.cc
189#, c-format
190msgid "Duplicate conf file %s/%s"
191msgstr "重复的配置文件 %s/%s"
568dc798 192
f8b879c2
JAK
193#: apt-pkg/acquire-item.cc
194msgid ""
195"Updating from such a repository can't be done securely, and is therefore "
196"disabled by default."
197msgstr "无法安全地用该源进行更新,所以默认禁用该源。"
b81dbe40 198
f8b879c2
JAK
199#: apt-pkg/acquire-item.cc
200msgid ""
201"Data from such a repository can't be authenticated and is therefore "
202"potentially dangerous to use."
203msgstr "无法认证来自该源的数据,所以使用它会带来潜在风险。"
7ffbb475 204
f8b879c2 205#: apt-pkg/acquire-item.cc
9de26945 206msgid ""
f8b879c2
JAK
207"See apt-secure(8) manpage for repository creation and user configuration "
208"details."
209msgstr "参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。"
9de26945 210
f8b879c2
JAK
211#: apt-pkg/acquire-item.cc
212#, c-format
213msgid "The repository '%s' is no longer signed."
214msgstr "仓库 “%s” 的签名不再生效。"
215
216#: apt-pkg/acquire-item.cc
217#, c-format
218msgid "The repository '%s' does no longer have a Release file."
219msgstr "仓库 “%s” 不再含有 Release 文件。"
220
221#: apt-pkg/acquire-item.cc
04f27fae 222msgid ""
f8b879c2
JAK
223"This is normally not allowed, but the option Acquire::"
224"AllowDowngradeToInsecureRepositories was given to override it."
c987dff4 225msgstr ""
f8b879c2
JAK
226"一般不可以这样做,但选项 Acquire:: AllowDowngradeToInsecureRepositories 可以"
227"用于覆盖默认设置。"
568dc798 228
f8b879c2 229#: apt-pkg/acquire-item.cc
1e7ec0d8 230#, c-format
f8b879c2
JAK
231msgid "The repository '%s' is not signed."
232msgstr "仓库 “%s” 没有数字签名。"
568dc798 233
f8b879c2 234#: apt-pkg/acquire-item.cc
b9974edc 235#, c-format
f8b879c2
JAK
236msgid "The repository '%s' does not have a Release file."
237msgstr "仓库 “%s” 没有 Release 文件。"
1e7ec0d8 238
f8b879c2 239#: apt-pkg/acquire-item.cc
ce34af08 240#, c-format
f8b879c2
JAK
241msgid "The repository '%s' provides only weak security information."
242msgstr "仓库 '%s' 只提供了低强度的安全信息。"
568dc798 243
f8b879c2
JAK
244#: apt-pkg/acquire-item.cc ftparchive/writer.cc
245#, c-format
246msgid "Failed to readlink %s"
247msgstr "无法读取符号链接 %s"
8561c2fe 248
f8b879c2
JAK
249#: apt-pkg/acquire-item.cc
250msgid "Hash Sum mismatch"
251msgstr "Hash 校验和不符"
29f80b30 252
f8b879c2
JAK
253#: apt-pkg/acquire-item.cc
254msgid "Insufficient information available to perform this download securely"
255msgstr "可用信息不足,不能安全执行本次下载"
29f80b30 256
f8b879c2
JAK
257#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
258#, c-format
259msgid "rename failed, %s (%s -> %s)."
260msgstr "无法重命名文件,%s (%s -> %s)。"
29f80b30 261
f8b879c2
JAK
262#: apt-pkg/acquire-item.cc
263msgid "Size mismatch"
264msgstr "大小不符"
1e7ec0d8 265
f8b879c2
JAK
266#: apt-pkg/acquire-item.cc
267msgid "Invalid file format"
268msgstr "无效的文件格式 %s"
67f393ab 269
f8b879c2
JAK
270#: apt-pkg/acquire-item.cc
271msgid "Signature error"
272msgstr "数字签名错误"
1e7ec0d8 273
f8b879c2
JAK
274#. TRANSLATORS: %s is a single techy word like 'NODATA'
275#: apt-pkg/acquire-item.cc methods/gpgv.cc
276#, c-format
277msgid ""
278"Clearsigned file isn't valid, got '%s' (does the network require "
279"authentication?)"
280msgstr "明文签署文件不可用,结果为‘%s’(您的网络需要认证吗?)"
67f393ab 281
f8b879c2
JAK
282#: apt-pkg/acquire-item.cc
283#, c-format
9de26945 284msgid ""
f8b879c2
JAK
285"An error occurred during the signature verification. The repository is not "
286"updated and the previous index files will be used. GPG error: %s: %s"
9de26945 287msgstr ""
f8b879c2
JAK
288"校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:"
289"%s: %s"
1e7ec0d8 290
f8b879c2
JAK
291#. Invalid signature file, reject (LP: #346386) (Closes: #627642)
292#: apt-pkg/acquire-item.cc
293#, c-format
294msgid "GPG error: %s: %s"
295msgstr "GPG 错误:%s: %s"
67f393ab 296
f8b879c2
JAK
297#: apt-pkg/acquire-item.cc
298#, c-format
299msgid ""
300"Skipping acquire of configured file '%s' as repository '%s' doesn't support "
301"architecture '%s'"
302msgstr "鉴于仓库 '%2$s' 不支持 '%3$s' 体系结构,跳过配置文件 '%1$s' 的捕获。"
568dc798 303
f8b879c2 304#: apt-pkg/acquire-item.cc
67f393ab 305#, c-format
f8b879c2
JAK
306msgid ""
307"Unable to find expected entry '%s' in Release file (Wrong sources.list entry "
308"or malformed file)"
309msgstr ""
310"在 Release 文件中找不到期望的条目 %s(sources.list条目有误,或者文件有误)"
3c4a4974 311
f8b879c2 312#: apt-pkg/acquire-item.cc
ce34af08 313#, c-format
f8b879c2
JAK
314msgid ""
315"Skipping acquire of configured file '%s' as repository '%s' provides only "
316"weak security information for it"
317msgstr "鉴于仓库 '%2$s' 提供的安全信息强度太低,跳过配置文件 '%1$s' 的acquire."
ce34af08 318
f8b879c2
JAK
319#. TRANSLATOR: The first %s is the URL of the bad Release file, the second is
320#. the time since then the file is invalid - formatted in the same way as in
321#. the download progress display (e.g. 7d 3h 42min 1s)
322#: apt-pkg/acquire-item.cc
ce34af08 323#, c-format
f8b879c2
JAK
324msgid ""
325"Release file for %s is expired (invalid since %s). Updates for this "
326"repository will not be applied."
327msgstr ""
328"%s 的 Release 文件已经过期(invalid since %s)。该仓库的更新将不会被应用。"
b6c6b52f 329
f8b879c2 330#: apt-pkg/acquire-item.cc
1e7ec0d8 331#, c-format
f8b879c2
JAK
332msgid "Conflicting distribution: %s (expected %s but got %s)"
333msgstr "冲突的发行版:%s (期望 %s 但得到 %s)"
b6c6b52f 334
f8b879c2
JAK
335#: apt-pkg/acquire-item.cc
336#, c-format
337msgid ""
338"I wasn't able to locate a file for the %s package. This might mean you need "
339"to manually fix this package. (due to missing arch)"
340msgstr ""
341"我无法找到一个对应 %s 软件包的文件。在这种情况下可能需要您手动修正这个软件"
342"包。(缘于架构缺失)"
b6c6b52f 343
f8b879c2
JAK
344#: apt-pkg/acquire-item.cc
345#, c-format
346msgid "Can't find a source to download version '%s' of '%s'"
347msgstr "没有源可以用来下载 %s 版本的 %s"
1e7ec0d8 348
f8b879c2 349#: apt-pkg/acquire-item.cc
b6c6b52f
MV
350#, c-format
351msgid ""
f8b879c2
JAK
352"The package index files are corrupted. No Filename: field for package %s."
353msgstr "软件包的索引文件已损坏。找不到对应软件包 %s 的 Filename: 字段。"
354
355#. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1
356#: apt-pkg/acquire-item.cc
357#, c-format
358msgid "Changelog unavailable for %s=%s"
359msgstr "%s=%s 的 Changelog 不可用"
360
361#: apt-pkg/acquire-worker.cc
362#, c-format
363msgid "The method '%s' is explicitly disabled via configuration."
ab59037f 364msgstr "方法‘%s’已经被显式设置为禁用。"
b6c6b52f 365
f8b879c2
JAK
366#: apt-pkg/acquire-worker.cc methods/connect.cc
367#, c-format
368msgid "If you meant to use Tor remember to use %s instead of %s."
ab59037f 369msgstr "如果您需要使用Tor,请确认使用%s而不是%s。"
2f6a2fbb 370
f8b879c2
JAK
371#: apt-pkg/acquire-worker.cc
372#, c-format
373msgid "The method driver %s could not be found."
374msgstr "无法找到获取软件包的渠道 %s 所需的驱动程序。"
2f6a2fbb 375
f8b879c2
JAK
376#: apt-pkg/acquire-worker.cc
377#, c-format
378msgid "Is the package %s installed?"
379msgstr "请检查是否安装了 %s 软件包"
3f5a581c 380
f8b879c2
JAK
381#: apt-pkg/acquire-worker.cc
382#, c-format
383msgid "Method %s did not start correctly"
384msgstr "获取软件包的渠道 %s 所需的驱动程序没有正常启动。"
b6c6b52f 385
f8b879c2
JAK
386#: apt-pkg/acquire-worker.cc
387#, c-format
ce34af08 388msgid ""
f8b879c2
JAK
389"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]."
390msgstr "请把标有 “%s” 的盘片插入驱动器 “%s” 再按「回车键」。"
c3bbfb87 391
f8b879c2
JAK
392#: apt-pkg/acquire.cc apt-pkg/cdrom.cc
393#, c-format
394msgid "List directory %spartial is missing."
395msgstr "软件包列表的目录 %spartial 缺失。"
de5a560a 396
f8b879c2
JAK
397#: apt-pkg/acquire.cc
398#, c-format
399msgid "Archives directory %spartial is missing."
400msgstr "仓库目录 %spartial 确实。"
a4a59015 401
f8b879c2
JAK
402#: apt-pkg/acquire.cc
403#, c-format
404msgid "Unable to lock directory %s"
405msgstr "无法对目录 %s 加锁"
568dc798 406
f8b879c2
JAK
407#: apt-pkg/acquire.cc
408#, c-format
409msgid "No sandbox user '%s' on the system, can not drop privileges"
410msgstr "系统中不存在沙箱用户'%s',无法降低权限"
568dc798 411
f8b879c2
JAK
412#: apt-pkg/acquire.cc
413#, c-format
ce34af08 414msgid ""
f8b879c2
JAK
415"Can't drop privileges for downloading as file '%s' couldn't be accessed by "
416"user '%s'."
417msgstr "文件'%s'无法被用户'%s'访问,无法降低权限以进行下载。"
568dc798 418
f8b879c2
JAK
419#: apt-pkg/acquire.cc apt-pkg/clean.cc
420#, c-format
421msgid "Clean of %s is not supported"
422msgstr "%s 的 Clean (清理)不被支持"
9de26945 423
f8b879c2
JAK
424#: apt-pkg/acquire.cc apt-pkg/clean.cc apt-pkg/contrib/cdromutl.cc
425#: methods/mirror.cc
426#, c-format
427msgid "Unable to change to %s"
428msgstr "无法切换工作目录到 %s"
4948a1ba 429
f8b879c2
JAK
430#. only show the ETA if it makes sense
431#. two days
432#: apt-pkg/acquire.cc
864fe99c 433#, c-format
f8b879c2
JAK
434msgid "Retrieving file %li of %li (%s remaining)"
435msgstr "正在下载第 %li 个文件,共 %li 个(还剩 %s 个)"
04f27fae 436
f8b879c2 437#: apt-pkg/acquire.cc
cbbee23e 438#, c-format
f8b879c2
JAK
439msgid "Retrieving file %li of %li"
440msgstr "正在下载第 %li 个文件,共 %li 个"
04f27fae 441
f8b879c2
JAK
442#: apt-pkg/algorithms.cc
443#, c-format
444msgid ""
445"The package %s needs to be reinstalled, but I can't find an archive for it."
446msgstr "软件包 %s 需要重新安装,但是我无法找到相应的安装文件。"
04f27fae 447
f8b879c2 448#: apt-pkg/algorithms.cc
04f27fae 449msgid ""
f8b879c2
JAK
450"Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
451"held packages."
864fe99c 452msgstr ""
f8b879c2
JAK
453"错误,pkgProblemResolver::Resolve 发生故障,这可能是有软件包被要求保持现状的"
454"缘故。"
864fe99c 455
f8b879c2
JAK
456#: apt-pkg/algorithms.cc
457msgid "Unable to correct problems, you have held broken packages."
458msgstr ""
459"无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关"
460"系。"
4948a1ba 461
f8b879c2
JAK
462#: apt-pkg/cachefile.cc
463msgid "The package lists or status file could not be parsed or opened."
464msgstr "无法解析或打开软件包的列表或是状态文件。"
04f27fae 465
f8b879c2
JAK
466#: apt-pkg/cachefile.cc
467msgid "You may want to run apt-get update to correct these problems"
468msgstr "您可能需要运行 apt-get update 来解决这些问题"
04f27fae 469
f8b879c2
JAK
470#: apt-pkg/cachefile.cc
471msgid "The list of sources could not be read."
472msgstr "无法读取源列表。"
473
474#: apt-pkg/cachefilter.cc apt-private/private-output.cc
b9974edc 475#, c-format
f8b879c2
JAK
476msgid "Regex compilation error - %s"
477msgstr "编译正则表达式时出错 - %s"
de5a560a 478
f8b879c2 479#: apt-pkg/cacheset.cc
b9974edc 480#, c-format
f8b879c2
JAK
481msgid "Release '%s' for '%s' was not found"
482msgstr "未找到“%2$s”的“%1$s”发布版本"
568dc798 483
f8b879c2 484#: apt-pkg/cacheset.cc
b9974edc 485#, c-format
f8b879c2
JAK
486msgid "Version '%s' for '%s' was not found"
487msgstr "未找到“%2$s”的“%1$s”版本"
b6c6b52f 488
f8b879c2 489#: apt-pkg/cacheset.cc
0c20302f 490#, c-format
f8b879c2
JAK
491msgid "Couldn't find task '%s'"
492msgstr "无法找到任务 %s"
04f27fae 493
f8b879c2 494#: apt-pkg/cacheset.cc
1e7ec0d8 495#, c-format
f8b879c2
JAK
496msgid "Couldn't find any package by regex '%s'"
497msgstr "无法按照正则表达式 %s 找到任何软件包"
b6c6b52f 498
f8b879c2 499#: apt-pkg/cacheset.cc
b9974edc 500#, c-format
f8b879c2
JAK
501msgid "Couldn't find any package by glob '%s'"
502msgstr "无法按照 glob ‘%s’ 找到任何软件包"
27b16a2e 503
f8b879c2 504#: apt-pkg/cacheset.cc apt-private/private-show.cc
b9974edc 505#, c-format
f8b879c2
JAK
506msgid "Unable to locate package %s"
507msgstr "无法定位软件包 %s"
de5a560a 508
f8b879c2
JAK
509#: apt-pkg/cacheset.cc
510#, c-format
511msgid "Can't select versions from package '%s' as it is purely virtual"
512msgstr "无法从完全虚拟的软件包 %s 中选择版本"
ce34af08 513
f8b879c2 514#: apt-pkg/cacheset.cc
04f27fae 515#, c-format
f8b879c2
JAK
516msgid "Can't select newest version from package '%s' as it is purely virtual"
517msgstr "因为软件包 %s 是完全的虚拟软件包,无法选择它的最新版"
04f27fae 518
f8b879c2 519#: apt-pkg/cacheset.cc
ae2a6be8 520#, c-format
f8b879c2
JAK
521msgid "Can't select candidate version from package %s as it has no candidate"
522msgstr "因为软件包 %s 没有候选版本,无法进行选择"
04f27fae 523
f8b879c2
JAK
524#: apt-pkg/cacheset.cc
525#, c-format
526msgid "Can't select installed version from package %s as it is not installed"
527msgstr "因为软件包 %s 没有安装,无法选择它的已安装版本"
04f27fae 528
f8b879c2 529#: apt-pkg/cacheset.cc
04f27fae 530#, c-format
f8b879c2
JAK
531msgid ""
532"Can't select installed nor candidate version from package '%s' as it has "
533"neither of them"
534msgstr "因为软件包 %s 没有已安装或候选的版本,无法进行选择"
04f27fae 535
f8b879c2
JAK
536#: apt-pkg/cdrom.cc
537#, c-format
538msgid "Line %u too long in source list %s."
539msgstr "源列表 %2$s 的第 %1$u 行太长了。"
04f27fae 540
f8b879c2
JAK
541#: apt-pkg/cdrom.cc
542msgid "Unmounting CD-ROM...\n"
543msgstr "正在卸载 CD-ROM...\n"
04f27fae 544
f8b879c2 545#: apt-pkg/cdrom.cc
04f27fae 546#, c-format
f8b879c2
JAK
547msgid "Using CD-ROM mount point %s\n"
548msgstr "现把 %s 作为了 CD-ROM 的挂载点\n"
04f27fae 549
f8b879c2
JAK
550#: apt-pkg/cdrom.cc
551msgid "Waiting for disc...\n"
552msgstr "等待插入盘片……\n"
04f27fae 553
f8b879c2
JAK
554#: apt-pkg/cdrom.cc
555msgid "Mounting CD-ROM...\n"
556msgstr "正在挂载 CD-ROM 文件系统……\n"
04f27fae 557
f8b879c2
JAK
558#: apt-pkg/cdrom.cc
559msgid "Identifying... "
560msgstr "正在鉴别... "
561
562#: apt-pkg/cdrom.cc
04f27fae 563#, c-format
f8b879c2
JAK
564msgid "Stored label: %s\n"
565msgstr "已归档文件的标签:%s\n"
04f27fae 566
f8b879c2
JAK
567#: apt-pkg/cdrom.cc
568msgid "Scanning disc for index files...\n"
569msgstr "正在盘片中查找索引文件...\n"
04f27fae 570
f8b879c2
JAK
571#: apt-pkg/cdrom.cc
572#, c-format
573msgid ""
574"Found %zu package indexes, %zu source indexes, %zu translation indexes and "
575"%zu signatures\n"
576msgstr ""
577"找到了 %zu 个软件包索引、%zu 个源代码包索引、%zu 个翻译索引和 %zu 个数字签"
578"名\n"
04f27fae 579
f8b879c2
JAK
580#: apt-pkg/cdrom.cc
581msgid ""
582"Unable to locate any package files, perhaps this is not a Debian Disc or the "
583"wrong architecture?"
584msgstr ""
585"无法确定任何包文件的位置,可能这不是一张 Debian 盘片或者是选择了错误的硬件构"
586"架。"
04f27fae 587
f8b879c2
JAK
588#: apt-pkg/cdrom.cc
589#, c-format
590msgid "Found label '%s'\n"
591msgstr "找到标签 '%s'\n"
04f27fae 592
f8b879c2
JAK
593#: apt-pkg/cdrom.cc
594msgid "That is not a valid name, try again.\n"
595msgstr "这不是一个有效的名字,请重试。\n"
04f27fae 596
f8b879c2
JAK
597#: apt-pkg/cdrom.cc
598#, c-format
599msgid ""
600"This disc is called: \n"
601"'%s'\n"
602msgstr ""
603"这张盘片现在的名字是:\n"
604"“%s”\n"
04f27fae 605
f8b879c2
JAK
606#: apt-pkg/cdrom.cc
607msgid "Copying package lists..."
608msgstr "正在复制软件包列表……"
04f27fae 609
f8b879c2
JAK
610#: apt-pkg/cdrom.cc
611msgid "Writing new source list\n"
612msgstr "正在写入新的源列表\n"
04f27fae 613
f8b879c2
JAK
614#: apt-pkg/cdrom.cc
615msgid "Source list entries for this disc are:\n"
616msgstr "对应于该盘片的软件源设置项是:\n"
04f27fae 617
f8b879c2
JAK
618#: apt-pkg/clean.cc
619#, c-format
620msgid "Unable to stat %s."
621msgstr "无法读取 %s 的状态。"
568dc798 622
f8b879c2
JAK
623#: apt-pkg/contrib/cdromutl.cc
624#, c-format
625msgid "Unable to stat the mount point %s"
626msgstr "无法读取文件系统挂载点 %s 的状态"
04f27fae 627
f8b879c2
JAK
628#: apt-pkg/contrib/cdromutl.cc
629msgid "Failed to stat the cdrom"
630msgstr "无法读取盘片的状态"
4948a1ba 631
f8b879c2 632#: apt-pkg/contrib/cmndline.cc
1e7ec0d8 633#, c-format
9de26945 634msgid ""
f8b879c2
JAK
635"Command line option '%c' [from %s] is not understood in combination with the "
636"other options."
637msgstr "不能理解命令行选项 “%c” [来自 %s] 与其他选项的搭配。"
9de26945 638
f8b879c2 639#: apt-pkg/contrib/cmndline.cc
04f27fae 640#, c-format
f8b879c2
JAK
641msgid ""
642"Command line option %s is not understood in combination with the other "
643"options"
644msgstr "不能理解命令行选项 “%s” 与其他选项的搭配。"
9de26945 645
f8b879c2 646#: apt-pkg/contrib/cmndline.cc
1e7ec0d8 647#, c-format
f8b879c2
JAK
648msgid "Command line option %s is not boolean"
649msgstr "命令行选项 %s 不是布尔值"
b81dbe40 650
f8b879c2 651#: apt-pkg/contrib/cmndline.cc
04f27fae 652#, c-format
f8b879c2
JAK
653msgid "Option %s requires an argument."
654msgstr "选项 %s 要求有一个参数"
3f5a581c 655
f8b879c2 656#: apt-pkg/contrib/cmndline.cc
04f27fae 657#, c-format
f8b879c2
JAK
658msgid "Option %s: Configuration item specification must have an =<val>."
659msgstr "选项 %s:配置项后必须包含有形如“=<变量>”的具体指定"
9de26945 660
f8b879c2 661#: apt-pkg/contrib/cmndline.cc
04f27fae 662#, c-format
f8b879c2
JAK
663msgid "Option %s requires an integer argument, not '%s'"
664msgstr "选项 %s 要求有一个整数作为参数,而不是“%s”"
9de26945 665
f8b879c2
JAK
666#: apt-pkg/contrib/cmndline.cc
667#, c-format
668msgid "Option '%s' is too long"
669msgstr "选项“%s”太长"
9de26945 670
f8b879c2
JAK
671#: apt-pkg/contrib/cmndline.cc
672#, c-format
673msgid "Sense %s is not understood, try true or false."
674msgstr "不能识别参数 %s,请用 true 或 false"
9de26945 675
f8b879c2
JAK
676#: apt-pkg/contrib/cmndline.cc
677#, c-format
678msgid "Invalid operation %s"
679msgstr "无效的操作 %s"
9de26945 680
f8b879c2
JAK
681#: apt-pkg/contrib/configuration.cc
682#, c-format
683msgid "Unrecognized type abbreviation: '%c'"
684msgstr "无法识别的类型缩写:“%c”"
9de26945 685
f8b879c2 686#: apt-pkg/contrib/configuration.cc
04f27fae 687#, c-format
f8b879c2
JAK
688msgid "Opening configuration file %s"
689msgstr "正在打开配置文件 %s"
04f27fae 690
f8b879c2
JAK
691#: apt-pkg/contrib/configuration.cc
692#, c-format
693msgid "Syntax error %s:%u: Block starts with no name."
694msgstr "语法错误 %s:%u:配置小节没有以名字开头"
9de26945 695
f8b879c2
JAK
696#: apt-pkg/contrib/configuration.cc
697#, c-format
698msgid "Syntax error %s:%u: Malformed tag"
699msgstr "语法错误 %s:%u:标签格式有误"
04f27fae 700
f8b879c2 701#: apt-pkg/contrib/configuration.cc
1e7ec0d8 702#, c-format
f8b879c2
JAK
703msgid "Syntax error %s:%u: Extra junk after value"
704msgstr "语法错误 %s:%u:配置值后有多余的无意义数据"
897e3c7b 705
f8b879c2 706#: apt-pkg/contrib/configuration.cc
9de26945 707#, c-format
f8b879c2
JAK
708msgid "Syntax error %s:%u: Directives can only be done at the top level"
709msgstr "语法错误 %s:%u:只能在顶层配置文件中使用指示"
04f27fae 710
f8b879c2
JAK
711#: apt-pkg/contrib/configuration.cc
712#, c-format
713msgid "Syntax error %s:%u: Too many nested includes"
714msgstr "语法错误 %s:%u:太多的嵌套 include 命令"
9de26945 715
f8b879c2 716#: apt-pkg/contrib/configuration.cc
8561c2fe 717#, c-format
f8b879c2
JAK
718msgid "Syntax error %s:%u: Included from here"
719msgstr "语法错误 %s:%u:Included from here"
8561c2fe 720
f8b879c2 721#: apt-pkg/contrib/configuration.cc
8561c2fe 722#, c-format
f8b879c2
JAK
723msgid "Syntax error %s:%u: Unsupported directive '%s'"
724msgstr "语法错误 %s:%u:不支持的指令“%s”"
8561c2fe 725
f8b879c2
JAK
726#: apt-pkg/contrib/configuration.cc
727#, c-format
728msgid "Syntax error %s:%u: clear directive requires an option tree as argument"
729msgstr "语法错误 %s:%u:clean 指令需要一个选项树作为参数"
8561c2fe 730
f8b879c2
JAK
731#: apt-pkg/contrib/configuration.cc
732#, c-format
733msgid "Syntax error %s:%u: Extra junk at end of file"
734msgstr "语法错误 %s:%u:文件尾部有多余的无意义的数据"
8561c2fe 735
f8b879c2
JAK
736#: apt-pkg/contrib/fileutl.cc
737#, c-format
738msgid "Problem unlinking the file %s"
739msgstr "用 unlink 删除文件 %s 出错"
8561c2fe 740
f8b879c2 741#: apt-pkg/contrib/fileutl.cc
8561c2fe 742#, c-format
f8b879c2
JAK
743msgid "Not using locking for read only lock file %s"
744msgstr "由于文件系统为只读,因而无法使用文件锁 %s"
8561c2fe 745
f8b879c2 746#: apt-pkg/contrib/fileutl.cc
8561c2fe 747#, c-format
f8b879c2
JAK
748msgid "Could not open lock file %s"
749msgstr "无法打开锁文件 %s"
8561c2fe 750
f8b879c2 751#: apt-pkg/contrib/fileutl.cc
8561c2fe 752#, c-format
f8b879c2
JAK
753msgid "Not using locking for nfs mounted lock file %s"
754msgstr "无法在 nfs 文件系统上使用文件锁 %s"
8561c2fe 755
f8b879c2 756#: apt-pkg/contrib/fileutl.cc
8561c2fe 757#, c-format
f8b879c2
JAK
758msgid "Could not get lock %s"
759msgstr "无法获得锁 %s"
8561c2fe 760
f8b879c2 761#: apt-pkg/contrib/fileutl.cc
8561c2fe 762#, c-format
f8b879c2
JAK
763msgid "List of files can't be created as '%s' is not a directory"
764msgstr "无法创建文件列表,因为‘%s’不是一个目录"
8561c2fe 765
f8b879c2
JAK
766#: apt-pkg/contrib/fileutl.cc
767#, c-format
768msgid "Ignoring '%s' in directory '%s' as it is not a regular file"
769msgstr "忽略‘%s’(于目录‘%s’),鉴于它不是一个常规文件"
8561c2fe 770
f8b879c2 771#: apt-pkg/contrib/fileutl.cc
8561c2fe 772#, c-format
f8b879c2
JAK
773msgid "Ignoring file '%s' in directory '%s' as it has no filename extension"
774msgstr "忽略‘%s’(于目录‘%s’),鉴于它没有文件扩展名"
8561c2fe 775
f8b879c2 776#: apt-pkg/contrib/fileutl.cc
8561c2fe
DK
777#, c-format
778msgid ""
f8b879c2
JAK
779"Ignoring file '%s' in directory '%s' as it has an invalid filename extension"
780msgstr "忽略‘%s’(于目录‘%s’),鉴于它的文件扩展名无效"
8561c2fe 781
f8b879c2
JAK
782#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc apt-pkg/deb/debsystem.cc
783#: cmdline/apt-dump-solver.cc
8561c2fe 784#, c-format
f8b879c2
JAK
785msgid "Waited for %s but it wasn't there"
786msgstr "等待子进程 %s 的退出,但是它并不存在"
8561c2fe 787
f8b879c2 788#: apt-pkg/contrib/fileutl.cc
8561c2fe 789#, c-format
f8b879c2
JAK
790msgid "Sub-process %s received a segmentation fault."
791msgstr "子进程 %s 发生了段错误"
8561c2fe 792
f8b879c2 793#: apt-pkg/contrib/fileutl.cc
8561c2fe 794#, c-format
f8b879c2
JAK
795msgid "Sub-process %s received signal %u."
796msgstr "子进程 %s 收到信号 %u。"
8561c2fe 797
f8b879c2 798#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
8561c2fe 799#, c-format
f8b879c2
JAK
800msgid "Sub-process %s returned an error code (%u)"
801msgstr "子进程 %s 返回了一个错误号 (%u)"
8561c2fe 802
f8b879c2 803#: apt-pkg/contrib/fileutl.cc apt-pkg/contrib/gpgv.cc
8561c2fe 804#, c-format
f8b879c2
JAK
805msgid "Sub-process %s exited unexpectedly"
806msgstr "子进程 %s 异常退出"
8561c2fe 807
f8b879c2
JAK
808#: apt-pkg/contrib/fileutl.cc methods/ftp.cc methods/rsh.cc
809msgid "Read error"
810msgstr "读错误"
8561c2fe 811
f8b879c2
JAK
812#: apt-pkg/contrib/fileutl.cc methods/ftp.cc methods/rsh.cc
813msgid "Write error"
814msgstr "写出错"
8561c2fe 815
f8b879c2 816#: apt-pkg/contrib/fileutl.cc
8561c2fe 817#, c-format
f8b879c2
JAK
818msgid "Problem closing the gzip file %s"
819msgstr "关闭 gzip %s 文件出错"
8561c2fe 820
f8b879c2
JAK
821#: apt-pkg/contrib/fileutl.cc
822msgid "Unexpected end of file"
823msgstr "未预期的文件结束符"
824
825#: apt-pkg/contrib/fileutl.cc
826msgid "Failed to create subprocess IPC"
827msgstr "无法创建子进程的 IPC 管道"
828
829#: apt-pkg/contrib/fileutl.cc
830msgid "Failed to exec compressor "
831msgstr "无法执行压缩程序"
832
833#: apt-pkg/contrib/fileutl.cc
8561c2fe 834#, c-format
f8b879c2
JAK
835msgid "Could not open file %s"
836msgstr "无法打开文件 %s"
8561c2fe 837
f8b879c2 838#: apt-pkg/contrib/fileutl.cc
8561c2fe 839#, c-format
f8b879c2
JAK
840msgid "Could not open file descriptor %d"
841msgstr "无法打开文件描述符 %d"
8561c2fe 842
f8b879c2 843#: apt-pkg/contrib/fileutl.cc
b3c63712 844#, c-format
f8b879c2
JAK
845msgid "read, still have %llu to read but none left"
846msgstr "还剩 %llu 字节没有读出,但已没有可读信息"
b3c63712 847
f8b879c2 848#: apt-pkg/contrib/fileutl.cc
b3c63712 849#, c-format
f8b879c2
JAK
850msgid "write, still have %llu to write but couldn't"
851msgstr "还剩 %llu 字节没有写入,但无法写入操作"
b3c63712 852
f8b879c2
JAK
853#: apt-pkg/contrib/fileutl.cc
854#, c-format
855msgid "Problem closing the file %s"
856msgstr "关闭文件 %s 出错"
b3c63712 857
f8b879c2 858#: apt-pkg/contrib/fileutl.cc
b3c63712 859#, c-format
f8b879c2
JAK
860msgid "Problem renaming the file %s to %s"
861msgstr "重命名文件 %s 为 %s 出错"
b3c63712 862
f8b879c2
JAK
863#: apt-pkg/contrib/fileutl.cc
864msgid "Problem syncing the file"
865msgstr "同步文件出错"
866
867#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
b3c63712 868#, c-format
f8b879c2
JAK
869msgid "Unable to mkstemp %s"
870msgstr "无法建立临时文件(mkstemp) %s "
b3c63712 871
f8b879c2 872#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc
0c20302f 873#, c-format
f8b879c2
JAK
874msgid "Unable to write to %s"
875msgstr "无法写入 %s"
b3c63712 876
f8b879c2
JAK
877#: apt-pkg/contrib/mmap.cc
878msgid "Can't mmap an empty file"
879msgstr "无法 mmap 一个空文件"
04f27fae 880
f8b879c2 881#: apt-pkg/contrib/mmap.cc
1e7ec0d8 882#, c-format
f8b879c2
JAK
883msgid "Couldn't make mmap of %llu bytes"
884msgstr "无法 mmap %llu 字节的数据"
9de26945 885
f8b879c2 886#: apt-pkg/contrib/mmap.cc
04f27fae 887#, c-format
f8b879c2
JAK
888msgid "Couldn't duplicate file descriptor %i"
889msgstr "无法为复制文件描述符 %i"
04f27fae 890
f8b879c2
JAK
891#: apt-pkg/contrib/mmap.cc
892msgid "Unable to close mmap"
893msgstr "无法关闭 mmap"
0507225b 894
f8b879c2
JAK
895#: apt-pkg/contrib/mmap.cc
896msgid "Unable to synchronize mmap"
897msgstr "无法同步 mmap "
568dc798 898
f8b879c2 899#: apt-pkg/contrib/mmap.cc
de5a560a 900#, c-format
f8b879c2
JAK
901msgid "Couldn't make mmap of %lu bytes"
902msgstr "无法 mmap %lu 字节的数据"
568dc798 903
f8b879c2
JAK
904#: apt-pkg/contrib/mmap.cc
905msgid "Failed to truncate file"
906msgstr "无法截断文件"
9de26945 907
f8b879c2
JAK
908#: apt-pkg/contrib/mmap.cc
909#, c-format
910msgid ""
911"Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. "
912"Current value: %lu. (man 5 apt.conf)"
913msgstr ""
914"动态 MMap 没有空间了。请增大 APT::Cache-Start 的大小。当前值:%lu。(man 5 "
915"apt.conf)"
9de26945 916
f8b879c2
JAK
917#: apt-pkg/contrib/mmap.cc
918#, c-format
919msgid ""
920"Unable to increase the size of the MMap as the limit of %lu bytes is already "
921"reached."
922msgstr "无法增加 MMap 的大小,因为已经达到 %lu 字节的限制。"
9de26945 923
f8b879c2
JAK
924#: apt-pkg/contrib/mmap.cc
925msgid ""
926"Unable to increase size of the MMap as automatic growing is disabled by user."
927msgstr "无法增加 MMap 大小,因为用户已禁用自动增加。"
9de26945 928
f8b879c2
JAK
929#: apt-pkg/contrib/progress.cc
930#, c-format
931msgid "%c%s... Error!"
932msgstr "%c%s... 有错误!"
9de26945 933
f8b879c2
JAK
934#: apt-pkg/contrib/progress.cc
935#, c-format
936msgid "%c%s... Done"
937msgstr "%c%s... 完成"
9de26945 938
f8b879c2
JAK
939#: apt-pkg/contrib/progress.cc
940msgid "..."
941msgstr "..."
9de26945 942
f8b879c2
JAK
943#. Print the spinner
944#: apt-pkg/contrib/progress.cc
945#, c-format
946msgid "%c%s... %u%%"
947msgstr "%c%s... %u%%"
9de26945 948
f8b879c2
JAK
949#. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds
950#: apt-pkg/contrib/strutl.cc
951#, c-format
952msgid "%lid %lih %limin %lis"
953msgstr "%li天 %li小时 %li分 %li秒"
9de26945 954
f8b879c2
JAK
955#. TRANSLATOR: h means hours, min means minutes, s means seconds
956#: apt-pkg/contrib/strutl.cc
957#, c-format
958msgid "%lih %limin %lis"
959msgstr "%li小时 %li分 %li秒"
9de26945 960
f8b879c2
JAK
961#. TRANSLATOR: min means minutes, s means seconds
962#: apt-pkg/contrib/strutl.cc
963#, c-format
964msgid "%limin %lis"
965msgstr "%li分 %li秒"
9de26945 966
f8b879c2
JAK
967#. TRANSLATOR: s means seconds
968#: apt-pkg/contrib/strutl.cc
969#, c-format
970msgid "%lis"
971msgstr "%li秒"
b6c6b52f 972
f8b879c2
JAK
973#: apt-pkg/contrib/strutl.cc
974#, c-format
975msgid "Selection %s not found"
976msgstr "找不到您选则的 %s"
b6c6b52f 977
f8b879c2
JAK
978#. TRANSLATOR: an identifier like Packages; Releasefile key indicating
979#. a file like main/binary-amd64/Packages; another identifier like Contents;
980#. filename and linenumber of the sources.list entry currently parsed
981#: apt-pkg/deb/debmetaindex.cc
982#, c-format
983msgid "Target %s wants to acquire the same file (%s) as %s from source %s"
984msgstr "目标 %1$s 想要捕获与 %3$s (来自软件源 %4$s) 相同的文件 (%2$s)"
568dc798 985
f8b879c2
JAK
986#. TRANSLATOR: an identifier like Packages; Releasefile key indicating
987#. a file like main/binary-amd64/Packages; filename and linenumber of
988#. two sources.list entries
989#: apt-pkg/deb/debmetaindex.cc
990#, c-format
991msgid "Target %s (%s) is configured multiple times in %s and %s"
992msgstr "目标 %s (%s) 在 %s 和 %s 中被配置了多次"
04f27fae 993
f8b879c2
JAK
994#: apt-pkg/deb/debmetaindex.cc
995#, c-format
996msgid "Unable to parse Release file %s"
997msgstr "无法解析软件包仓库 Release 文件 %s"
04f27fae 998
f8b879c2
JAK
999#: apt-pkg/deb/debmetaindex.cc
1000#, c-format
1001msgid "No sections in Release file %s"
1002msgstr "软件包仓库 Release 文件 %s 内无组件章节信息"
04f27fae 1003
f8b879c2
JAK
1004#: apt-pkg/deb/debmetaindex.cc
1005#, c-format
1006msgid "No Hash entry in Release file %s"
1007msgstr "软件包仓库 Release 文件 %s 内无哈希条目"
568dc798 1008
f8b879c2
JAK
1009#: apt-pkg/deb/debmetaindex.cc
1010#, c-format
04f27fae 1011msgid ""
f8b879c2
JAK
1012"No Hash entry in Release file %s which is considered strong enough for "
1013"security purposes"
1014msgstr "Release 文件 %s 中不含散列项,该文件用于保证足够的安全性。"
de5a560a 1015
f8b879c2
JAK
1016#: apt-pkg/deb/debmetaindex.cc
1017#, c-format
1018msgid "Invalid '%s' entry in Release file %s"
1019msgstr "软件包仓库 Release 文件 %2$s 内 %1$s 条目无效"
cbbee23e 1020
f8b879c2
JAK
1021#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
1022#: apt-pkg/deb/debmetaindex.cc
1023#, c-format
1024msgid "Conflicting values set for option %s regarding source %s %s"
1025msgstr "软件源 %2$s %3$s 的选项 %1$s 中含有互相冲突的值"
cbbee23e 1026
f8b879c2
JAK
1027#: apt-pkg/deb/debmetaindex.cc
1028#, c-format
1029msgid "Invalid value set for option %s regarding source %s %s (%s)"
1030msgstr "软件源 %2$s %3$s (%4$s) 的选项 %1$s 中含有无效值"
cbbee23e 1031
f8b879c2
JAK
1032#: apt-pkg/deb/debmetaindex.cc
1033#, c-format
1034msgid "Conflicting values set for option %s regarding source %s %s: %s != %s"
1035msgstr "软件源 %2$s %3$s 的选项 %1$s 中含有互相冲突的值:%4$s != %5$s"
cbbee23e 1036
f8b879c2
JAK
1037#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
1038#, c-format
1039msgid "Unable to parse package file %s (%d)"
1040msgstr "无法解析软件包文件 %s (%d)"
cbbee23e 1041
f8b879c2
JAK
1042#: apt-pkg/deb/debsystem.cc
1043#, c-format
1044msgid ""
1045"Unable to lock the administration directory (%s), is another process using "
1046"it?"
1047msgstr "无法锁定管理目录(%s),是否有其他进程正占用它?"
cbbee23e 1048
f8b879c2
JAK
1049#: apt-pkg/deb/debsystem.cc
1050#, c-format
1051msgid "Unable to lock the administration directory (%s), are you root?"
1052msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root 用户运行?"
cbbee23e 1053
f8b879c2
JAK
1054#. TRANSLATORS: the %s contains the recovery command, usually
1055#. dpkg --configure -a
1056#: apt-pkg/deb/debsystem.cc
1057#, c-format
1058msgid ""
1059"dpkg was interrupted, you must manually run '%s' to correct the problem. "
1060msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。"
de5a560a 1061
f8b879c2
JAK
1062#: apt-pkg/deb/debsystem.cc
1063msgid "Not locked"
1064msgstr "未锁定"
27b16a2e 1065
f8b879c2 1066#: apt-pkg/deb/dpkgpm.cc
67f393ab 1067#, c-format
f8b879c2
JAK
1068msgid "Installing %s"
1069msgstr "正在安装 %s"
568dc798 1070
f8b879c2
JAK
1071#: apt-pkg/deb/dpkgpm.cc
1072#, c-format
1073msgid "Configuring %s"
1074msgstr "正在配置 %s"
092ae175 1075
f8b879c2
JAK
1076#: apt-pkg/deb/dpkgpm.cc
1077#, c-format
1078msgid "Removing %s"
1079msgstr "正在删除 %s"
cbbee23e 1080
f8b879c2
JAK
1081#: apt-pkg/deb/dpkgpm.cc
1082#, c-format
1083msgid "Completely removing %s"
1084msgstr "完全删除 %s"
568dc798 1085
f8b879c2
JAK
1086#: apt-pkg/deb/dpkgpm.cc
1087#, c-format
1088msgid "Noting disappearance of %s"
1089msgstr "注意到 %s 已经消失"
568dc798 1090
f8b879c2
JAK
1091#: apt-pkg/deb/dpkgpm.cc
1092#, c-format
1093msgid "Running post-installation trigger %s"
1094msgstr "执行安装后执行的触发器 %s"
cbbee23e 1095
f8b879c2
JAK
1096#: apt-pkg/deb/dpkgpm.cc
1097#, c-format
1098msgid "Installed %s"
1099msgstr "已安装 %s"
cbbee23e 1100
f8b879c2
JAK
1101#. FIXME: use a better string after freeze
1102#: apt-pkg/deb/dpkgpm.cc
1e7ec0d8 1103#, c-format
f8b879c2
JAK
1104msgid "Directory '%s' missing"
1105msgstr "目录 %s 缺失"
568dc798 1106
f8b879c2 1107#: apt-pkg/deb/dpkgpm.cc apt-pkg/edsp.cc
1e7ec0d8 1108#, c-format
f8b879c2
JAK
1109msgid "Could not open file '%s'"
1110msgstr "无法打开文件 %s"
ce34af08 1111
f8b879c2
JAK
1112#: apt-pkg/deb/dpkgpm.cc
1113#, c-format
1114msgid "Preparing %s"
1115msgstr "正在准备 %s"
ce34af08 1116
f8b879c2
JAK
1117#: apt-pkg/deb/dpkgpm.cc
1118#, c-format
1119msgid "Unpacking %s"
1120msgstr "正在解压缩 %s"
ce34af08 1121
f8b879c2
JAK
1122#: apt-pkg/deb/dpkgpm.cc
1123#, c-format
1124msgid "Preparing to configure %s"
1125msgstr "正在准备配置 %s"
04f27fae 1126
f8b879c2
JAK
1127#: apt-pkg/deb/dpkgpm.cc
1128#, c-format
1129msgid "Preparing for removal of %s"
1130msgstr "正在准备 %s 的删除操作"
cbbee23e 1131
f8b879c2
JAK
1132#: apt-pkg/deb/dpkgpm.cc
1133#, c-format
1134msgid "Removed %s"
1135msgstr "已删除 %s"
cbbee23e 1136
f8b879c2
JAK
1137#: apt-pkg/deb/dpkgpm.cc
1138#, c-format
1139msgid "Preparing to completely remove %s"
1140msgstr "正在准备完全删除 %s"
cbbee23e 1141
f8b879c2
JAK
1142#: apt-pkg/deb/dpkgpm.cc
1143#, c-format
1144msgid "Completely removed %s"
1145msgstr "完全删除了 %s"
cbbee23e 1146
f8b879c2
JAK
1147#: apt-pkg/deb/dpkgpm.cc
1148#, c-format
1149msgid "Can not write log (%s)"
1150msgstr "无法写入日志 (%s)"
cbbee23e 1151
f8b879c2
JAK
1152#: apt-pkg/deb/dpkgpm.cc
1153msgid "Is /dev/pts mounted?"
1154msgstr "/dev/pts 挂载了吗?"
cbbee23e 1155
f8b879c2
JAK
1156#: apt-pkg/deb/dpkgpm.cc
1157msgid "Operation was interrupted before it could finish"
1158msgstr "操作在完成之前被打断"
0507225b 1159
f8b879c2
JAK
1160#: apt-pkg/deb/dpkgpm.cc
1161msgid "No apport report written because MaxReports is reached already"
1162msgstr "由于已经达到 MaxReports 限制,没有写入 apport 报告。"
cbbee23e 1163
f8b879c2
JAK
1164#. check if its not a follow up error
1165#: apt-pkg/deb/dpkgpm.cc
1166msgid "dependency problems - leaving unconfigured"
1167msgstr "依赖问题 - 保持未配置"
cbbee23e 1168
f8b879c2
JAK
1169#: apt-pkg/deb/dpkgpm.cc
1170msgid ""
1171"No apport report written because the error message indicates its a followup "
1172"error from a previous failure."
1173msgstr "因为错误消息指示这是由于上一个问题导致的错误,没有写入 apport 报告。"
cbbee23e 1174
f8b879c2
JAK
1175#: apt-pkg/deb/dpkgpm.cc
1176msgid ""
1177"No apport report written because the error message indicates a disk full "
1178"error"
1179msgstr "因为错误消息指示这是由于磁盘已满,没有写入 apport 报告。"
cbbee23e 1180
f8b879c2
JAK
1181#: apt-pkg/deb/dpkgpm.cc
1182msgid ""
1183"No apport report written because the error message indicates a out of memory "
1184"error"
1185msgstr "因为错误消息指示这是由于内存不足,没有写入 apport 报告。"
cbbee23e 1186
f8b879c2
JAK
1187#: apt-pkg/deb/dpkgpm.cc
1188msgid ""
1189"No apport report written because the error message indicates an issue on the "
1190"local system"
1191msgstr "错误信息显示本地系统有一些问题,因此没有写入 apport 报告"
cbbee23e 1192
f8b879c2
JAK
1193#: apt-pkg/deb/dpkgpm.cc
1194msgid ""
1195"No apport report written because the error message indicates a dpkg I/O error"
1196msgstr "因为错误消息指示这是一个 dpkg I/O 错误,没有写入 apport 报告。"
cbbee23e 1197
f8b879c2
JAK
1198#: apt-pkg/depcache.cc
1199msgid "Building dependency tree"
1200msgstr "正在分析软件包的依赖关系树"
cbbee23e 1201
f8b879c2
JAK
1202#: apt-pkg/depcache.cc
1203msgid "Candidate versions"
1204msgstr "候选版本"
cbbee23e 1205
f8b879c2
JAK
1206#: apt-pkg/depcache.cc
1207msgid "Dependency generation"
1208msgstr "生成依赖关系"
d8ad0e30 1209
f8b879c2
JAK
1210#: apt-pkg/depcache.cc
1211msgid "Reading state information"
1212msgstr "正在读取状态信息"
5b1e4e86 1213
f8b879c2
JAK
1214#: apt-pkg/depcache.cc
1215#, c-format
1216msgid "Failed to open StateFile %s"
1217msgstr "无法打开状态文件 %s"
de5a560a 1218
f8b879c2 1219#: apt-pkg/depcache.cc
04f27fae 1220#, c-format
f8b879c2
JAK
1221msgid "Failed to write temporary StateFile %s"
1222msgstr "无法写入临时状态文件 %s"
2f6a2fbb 1223
f8b879c2
JAK
1224#: apt-pkg/edsp.cc
1225msgid "Send scenario to solver"
ab59037f 1226msgstr "向依赖解决器发送情景"
cbbee23e 1227
f8b879c2
JAK
1228#: apt-pkg/edsp.cc
1229msgid "Send request to solver"
ab59037f 1230msgstr "向依赖解决器发送请求"
cbbee23e 1231
f8b879c2
JAK
1232#: apt-pkg/edsp.cc
1233msgid "Prepare for receiving solution"
ab59037f 1234msgstr "准备接收依赖解决方案"
cbbee23e 1235
f8b879c2
JAK
1236#: apt-pkg/edsp.cc
1237msgid "External solver failed without a proper error message"
ab59037f 1238msgstr "外部依赖解决器出错,错误信息不恰当"
c3c3bd04 1239
f8b879c2
JAK
1240#: apt-pkg/edsp.cc
1241msgid "Execute external solver"
ab59037f 1242msgstr "执行外部依赖解决器"
5b1e4e86 1243
f8b879c2 1244#: apt-pkg/edsp.cc
f8b879c2 1245msgid "Execute external planner"
ab59037f 1246msgstr "执行外部安装顺序规划器"
2f6a2fbb 1247
f8b879c2 1248#: apt-pkg/edsp.cc
f8b879c2 1249msgid "Send request to planner"
ab59037f 1250msgstr "向安装顺序规划器发送请求"
f8b879c2
JAK
1251
1252#: apt-pkg/edsp.cc
f8b879c2 1253msgid "Send scenario to planner"
ab59037f 1254msgstr "向安装顺序规划器发送情景"
f8b879c2
JAK
1255
1256#: apt-pkg/edsp.cc
f8b879c2 1257msgid "External planner failed without a proper error message"
ab59037f 1258msgstr "外部安装顺序规划器出错,错误信息不恰当"
f8b879c2
JAK
1259
1260#: apt-pkg/indexcopy.cc
2f6a2fbb 1261#, c-format
f8b879c2
JAK
1262msgid "Wrote %i records.\n"
1263msgstr "已写入 %i 条记录。\n"
2f6a2fbb 1264
f8b879c2 1265#: apt-pkg/indexcopy.cc
2f6a2fbb 1266#, c-format
f8b879c2
JAK
1267msgid "Wrote %i records with %i missing files.\n"
1268msgstr "已写入 %i 条记录,并有 %i 个文件缺失。\n"
2f6a2fbb 1269
f8b879c2 1270#: apt-pkg/indexcopy.cc
2f6a2fbb 1271#, c-format
f8b879c2
JAK
1272msgid "Wrote %i records with %i mismatched files\n"
1273msgstr "已写入 %i 条记录,并有 %i 个文件不匹配\n"
2f6a2fbb 1274
f8b879c2 1275#: apt-pkg/indexcopy.cc
04f27fae 1276#, c-format
f8b879c2
JAK
1277msgid "Wrote %i records with %i missing files and %i mismatched files\n"
1278msgstr "已写入 %i 条记录,并有 %i 个缺失,以及 %i 个文件不匹配\n"
2f6a2fbb 1279
f8b879c2
JAK
1280#: apt-pkg/indexcopy.cc
1281#, c-format
1282msgid "Can't find authentication record for: %s"
1283msgstr "无法找到认证记录:%s"
2f6a2fbb 1284
f8b879c2 1285#: apt-pkg/indexcopy.cc
04f27fae 1286#, c-format
f8b879c2
JAK
1287msgid "Hash mismatch for: %s"
1288msgstr "Hash 校验和不符:%s"
2f6a2fbb 1289
f8b879c2 1290#: apt-pkg/init.cc
04f27fae 1291#, c-format
f8b879c2
JAK
1292msgid "Packaging system '%s' is not supported"
1293msgstr "不支持“%s”打包系统"
2f6a2fbb 1294
f8b879c2
JAK
1295#: apt-pkg/init.cc
1296msgid "Unable to determine a suitable packaging system type"
1297msgstr "无法确定适合的打包系统类型"
1298
1299#: apt-pkg/install-progress.cc
cbbee23e 1300#, c-format
f8b879c2
JAK
1301msgid "Progress: [%3i%%]"
1302msgstr "进度:[%3i%%]"
cbbee23e 1303
f8b879c2
JAK
1304#: apt-pkg/install-progress.cc
1305msgid "Running dpkg"
1306msgstr "正在运行 dpkg"
1307
1308#: apt-pkg/packagemanager.cc
cbbee23e 1309#, c-format
f8b879c2
JAK
1310msgid ""
1311"Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
1312"under APT::Immediate-Configure for details. (%d)"
1313msgstr ""
1314"无法立即对 %s 进行配置。请查看 man 5 apt.conf 中的 APT::Immediate-Configure "
1315"(%d)"
cbbee23e 1316
f8b879c2 1317#: apt-pkg/packagemanager.cc
cbbee23e 1318#, c-format
f8b879c2
JAK
1319msgid "Could not configure '%s'. "
1320msgstr "无法配置 %s。"
2f6a2fbb 1321
f8b879c2
JAK
1322#: apt-pkg/packagemanager.cc
1323#, c-format
2f6a2fbb 1324msgid ""
f8b879c2
JAK
1325"This installation run will require temporarily removing the essential "
1326"package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
1327"you really want to do it, activate the APT::Force-LoopBreak option."
cbbee23e 1328msgstr ""
f8b879c2
JAK
1329"由于这次安装存在着一个 Conflicts/Pre-Depends 循环,因而需要暂时删除一个必不可"
1330"少的软件包 %s。通常并不建议这样做,但是如果您确实希望如此,可以打开 APT::"
1331"Force-LoopBreak 选项。"
cbbee23e 1332
f8b879c2
JAK
1333#: apt-pkg/pkgcache.cc
1334msgid "Empty package cache"
1335msgstr "软件包缓存区是空的"
cbbee23e 1336
f8b879c2
JAK
1337#: apt-pkg/pkgcache.cc
1338msgid "The package cache file is corrupted"
1339msgstr "软件包缓存文件损坏了"
cbbee23e 1340
f8b879c2
JAK
1341#: apt-pkg/pkgcache.cc
1342msgid "The package cache file is an incompatible version"
1343msgstr "软件包缓存区文件的版本不兼容"
cbbee23e 1344
f8b879c2
JAK
1345#: apt-pkg/pkgcache.cc
1346#, c-format
1347msgid "This APT does not support the versioning system '%s'"
1348msgstr "本程序目前不支持“%s”版本系统"
cbbee23e 1349
f8b879c2
JAK
1350#: apt-pkg/pkgcache.cc
1351#, c-format
1352msgid "The package cache was built for different architectures: %s vs %s"
1353msgstr "软件包缓存是为其它架构的硬件构建的: %s vs %s"
cbbee23e 1354
f8b879c2
JAK
1355#: apt-pkg/pkgcache.cc
1356msgid "The package cache file is corrupted, it has the wrong hash"
1357msgstr "软件包缓存文件损坏,散列值错误"
cbbee23e 1358
f8b879c2
JAK
1359#: apt-pkg/pkgcache.cc
1360msgid "Depends"
1361msgstr "依赖"
cbbee23e 1362
f8b879c2
JAK
1363#: apt-pkg/pkgcache.cc
1364msgid "PreDepends"
1365msgstr "预依赖"
0507225b 1366
f8b879c2
JAK
1367#: apt-pkg/pkgcache.cc
1368msgid "Suggests"
1369msgstr "建议"
0507225b 1370
f8b879c2
JAK
1371#: apt-pkg/pkgcache.cc
1372msgid "Conflicts"
1373msgstr "冲突"
0507225b 1374
f8b879c2
JAK
1375#: apt-pkg/pkgcache.cc
1376msgid "Recommends"
1377msgstr "推荐"
0507225b 1378
f8b879c2
JAK
1379#: apt-pkg/pkgcache.cc
1380msgid "Replaces"
1381msgstr "替换"
0507225b 1382
f8b879c2
JAK
1383#: apt-pkg/pkgcache.cc
1384msgid "Breaks"
1385msgstr "破坏"
0507225b 1386
f8b879c2
JAK
1387#: apt-pkg/pkgcache.cc
1388msgid "Enhances"
1389msgstr "增强"
0507225b 1390
f8b879c2
JAK
1391#: apt-pkg/pkgcache.cc
1392msgid "Obsoletes"
1393msgstr "废弃"
0507225b 1394
f8b879c2
JAK
1395#: apt-pkg/pkgcache.cc
1396msgid "important"
1397msgstr "重要"
0507225b 1398
f8b879c2
JAK
1399#: apt-pkg/pkgcache.cc
1400msgid "required"
1401msgstr "必需"
0507225b 1402
f8b879c2
JAK
1403#: apt-pkg/pkgcache.cc
1404msgid "standard"
1405msgstr "标准"
2f6a2fbb 1406
f8b879c2
JAK
1407#: apt-pkg/pkgcache.cc
1408msgid "extra"
1409msgstr "额外"
2f6a2fbb 1410
f8b879c2
JAK
1411#: apt-pkg/pkgcache.cc
1412msgid "optional"
1413msgstr "可选"
2f6a2fbb 1414
f8b879c2
JAK
1415#: apt-pkg/pkgcachegen.cc
1416msgid "Cache has an incompatible versioning system"
1417msgstr "软件包暂存区使用的是不兼容的版本控制系统"
1418
1419#. TRANSLATOR: The first placeholder is a package name,
1420#. the other two should be copied verbatim as they include debug info
1421#: apt-pkg/pkgcachegen.cc
04f27fae 1422#, c-format
f8b879c2
JAK
1423msgid "Error occurred while processing %s (%s%d)"
1424msgstr "处理 %s (%s%d) 时出错"
2f6a2fbb 1425
f8b879c2
JAK
1426#: apt-pkg/pkgcachegen.cc
1427msgid "Wow, you exceeded the number of package names this APT is capable of."
1428msgstr "哇,软件包数量超出了本 APT 的处理能力。"
2f6a2fbb 1429
f8b879c2
JAK
1430#: apt-pkg/pkgcachegen.cc
1431msgid "Wow, you exceeded the number of versions this APT is capable of."
1432msgstr "哇,软件包版本数量超出了本 APT 的处理能力。"
2f6a2fbb 1433
f8b879c2
JAK
1434#: apt-pkg/pkgcachegen.cc
1435msgid "Wow, you exceeded the number of descriptions this APT is capable of."
1436msgstr "哇,软件包说明数量超出了本 APT 的处理能力。"
1437
1438#: apt-pkg/pkgcachegen.cc
1439msgid "Wow, you exceeded the number of dependencies this APT is capable of."
1440msgstr "哇,依赖关系数量超出了本 APT 的处理能力。"
1441
1442#: apt-pkg/pkgcachegen.cc
1443msgid "Reading package lists"
1444msgstr "正在读取软件包列表"
1445
1446#: apt-pkg/pkgcachegen.cc
1447msgid "IO Error saving source cache"
1448msgstr "无法读取或写入软件源缓存"
1449
1450#: apt-pkg/pkgrecords.cc
2f6a2fbb 1451#, c-format
f8b879c2
JAK
1452msgid "Index file type '%s' is not supported"
1453msgstr "不支持索引文件类型“%s”"
2f6a2fbb 1454
f8b879c2 1455#: apt-pkg/policy.cc
2f6a2fbb 1456#, c-format
f8b879c2
JAK
1457msgid ""
1458"The value '%s' is invalid for APT::Default-Release as such a release is not "
1459"available in the sources"
1460msgstr ""
1461"'%s' 这个值对 APT::Default-Release 是无效的,因为在源里找不到这样的发行"
2f6a2fbb 1462
f8b879c2 1463#: apt-pkg/policy.cc
2f6a2fbb 1464#, c-format
f8b879c2
JAK
1465msgid "Invalid record in the preferences file %s, no Package header"
1466msgstr "首选项文件 %s 中发现有无效的记录,无 Package 字段头"
2f6a2fbb 1467
f8b879c2 1468#: apt-pkg/policy.cc
2f6a2fbb 1469#, c-format
f8b879c2
JAK
1470msgid "Did not understand pin type %s"
1471msgstr "无法识别锁定的类型 %s"
2f6a2fbb 1472
f8b879c2 1473#: apt-pkg/policy.cc
2f6a2fbb 1474#, c-format
f8b879c2
JAK
1475msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)"
1476msgstr "%s: 值 %s 超出锁定优先级有效范围 (%d 到 %d)"
2f6a2fbb 1477
f8b879c2
JAK
1478#: apt-pkg/policy.cc
1479msgid "No priority (or zero) specified for pin"
1480msgstr "没有为版本锁定指定优先级(或为零)"
864fe99c 1481
f8b879c2
JAK
1482#. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports
1483#: apt-pkg/sourcelist.cc
2f6a2fbb 1484#, c-format
f8b879c2
JAK
1485msgid "Malformed entry %u in %s file %s (%s)"
1486msgstr "文件 %2$s 第 %1$u 行的记录格式有误 %3$s (%4$s)"
e49dd9d3 1487
f8b879c2 1488#: apt-pkg/sourcelist.cc
04f27fae 1489#, c-format
f8b879c2
JAK
1490msgid "Opening %s"
1491msgstr "正在打开 %s"
e49dd9d3 1492
f8b879c2 1493#: apt-pkg/sourcelist.cc
04f27fae 1494#, c-format
f8b879c2
JAK
1495msgid "Malformed line %u in source list %s (type)"
1496msgstr "在源列表 %2$s 中第 %1$u 行有误 (类型)"
e49dd9d3 1497
f8b879c2 1498#: apt-pkg/sourcelist.cc
04f27fae 1499#, c-format
f8b879c2
JAK
1500msgid "Type '%s' is not known on line %u in source list %s"
1501msgstr "软件源列表 %3$s 第 %2$u 行中的类别 “%1$s” 无法识别"
e49dd9d3 1502
f8b879c2 1503#: apt-pkg/sourcelist.cc
04f27fae 1504#, c-format
f8b879c2
JAK
1505msgid "Malformed stanza %u in source list %s (type)"
1506msgstr "软件源列表 %2$s 中第 %1$u 行的小节格式有误 (类型)"
e49dd9d3 1507
f8b879c2 1508#: apt-pkg/sourcelist.cc
04f27fae 1509#, c-format
f8b879c2
JAK
1510msgid "Type '%s' is not known on stanza %u in source list %s"
1511msgstr "软件源列表 %3$s 第 %2$u 小节的类别 “%1$s” 无法识别"
e49dd9d3 1512
f8b879c2 1513#: apt-pkg/sourcelist.cc
e49dd9d3 1514#, c-format
f8b879c2
JAK
1515msgid "Unsupported file %s given on commandline"
1516msgstr "命令行中有不支持的文件 %s"
e49dd9d3 1517
f8b879c2
JAK
1518#: apt-pkg/srcrecords.cc
1519msgid "You must put some 'source' URIs in your sources.list"
1520msgstr "您必须在 sources.list 中指定代码源(deb-src) URI"
e49dd9d3 1521
f8b879c2
JAK
1522#: apt-pkg/tagfile.cc
1523#, c-format
1524msgid "Cannot convert %s to integer: out of range"
1525msgstr "无法将 %s 转换为整数:超出范围"
e49dd9d3 1526
f8b879c2
JAK
1527#: apt-pkg/update.cc apt-private/private-download.cc
1528#, c-format
1529msgid "Failed to fetch %s %s"
1530msgstr "无法下载 %s %s"
e49dd9d3 1531
f8b879c2
JAK
1532#: apt-pkg/update.cc
1533msgid ""
1534"Some index files failed to download. They have been ignored, or old ones "
1535"used instead."
1536msgstr "部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。"
e49dd9d3 1537
f8b879c2
JAK
1538#: apt-pkg/upgrade.cc
1539msgid "Calculating upgrade"
1540msgstr "正在计算更新"
e49dd9d3 1541
f8b879c2
JAK
1542#. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update'
1543#: apt-private/acqprogress.cc
e49dd9d3 1544#, c-format
f8b879c2
JAK
1545msgid "Hit:%lu %s"
1546msgstr "命中:%lu %s"
e49dd9d3 1547
f8b879c2
JAK
1548#. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update'
1549#. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens
1550#: apt-private/acqprogress.cc
e49dd9d3 1551#, c-format
f8b879c2
JAK
1552msgid "Get:%lu %s"
1553msgstr "获取:%lu %s"
e49dd9d3 1554
f8b879c2
JAK
1555#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
1556#. which failed to download, but the error is ignored (compare "Err:")
1557#: apt-private/acqprogress.cc
04f27fae 1558#, c-format
f8b879c2
JAK
1559msgid "Ign:%lu %s"
1560msgstr "忽略:%lu %s"
e49dd9d3 1561
f8b879c2
JAK
1562#. TRANSLATOR: Very short word to be displayed for files in 'apt-get update'
1563#. which failed to download and the error is critical (compare "Ign:")
1564#: apt-private/acqprogress.cc
04f27fae 1565#, c-format
f8b879c2
JAK
1566msgid "Err:%lu %s"
1567msgstr "错误:%lu %s"
e49dd9d3 1568
f8b879c2 1569#: apt-private/acqprogress.cc
04f27fae 1570#, c-format
f8b879c2
JAK
1571msgid "Fetched %sB in %s (%sB/s)\n"
1572msgstr "已下载 %sB,耗时 %s (%sB/s)\n"
e49dd9d3 1573
f8b879c2
JAK
1574#: apt-private/acqprogress.cc
1575msgid " [Working]"
1576msgstr " [执行中]"
e49dd9d3 1577
f8b879c2
JAK
1578#: apt-private/acqprogress.cc
1579#, c-format
1580msgid ""
1581"Media change: please insert the disc labeled\n"
1582" '%s'\n"
1583"in the drive '%s' and press [Enter]\n"
1584msgstr ""
1585"更换介质:请把标有\n"
1586" “%s”\n"
1587"的盘片插入驱动器“%s”再按「回车」键\n"
e49dd9d3 1588
f8b879c2
JAK
1589#: apt-private/private-cachefile.cc
1590msgid "Correcting dependencies..."
1591msgstr "正在修复依赖关系..."
e49dd9d3 1592
f8b879c2
JAK
1593#: apt-private/private-cachefile.cc
1594msgid " failed."
1595msgstr " 失败。"
e49dd9d3 1596
f8b879c2
JAK
1597#: apt-private/private-cachefile.cc
1598msgid "Unable to correct dependencies"
1599msgstr "无法修复依赖关系"
e49dd9d3 1600
f8b879c2
JAK
1601#: apt-private/private-cachefile.cc
1602msgid "Unable to minimize the upgrade set"
1603msgstr "无法最小化待升级软件包集合"
e49dd9d3 1604
f8b879c2
JAK
1605#: apt-private/private-cachefile.cc
1606msgid " Done"
1607msgstr " 完成"
e49dd9d3 1608
f8b879c2
JAK
1609#: apt-private/private-cachefile.cc
1610msgid "You might want to run 'apt-get -f install' to correct these."
1611msgstr "您也许需要运行“apt-get -f install”来修正上面的错误。"
e49dd9d3 1612
f8b879c2
JAK
1613#: apt-private/private-cachefile.cc
1614msgid "Unmet dependencies. Try using -f."
1615msgstr "不能满足依赖关系。不妨试一下 -f 选项。"
e49dd9d3 1616
f8b879c2
JAK
1617#: apt-private/private-cacheset.cc apt-private/private-search.cc
1618msgid "Sorting"
1619msgstr "正在排序"
e49dd9d3 1620
f8b879c2
JAK
1621#: apt-private/private-cacheset.cc
1622#, c-format
1623msgid "Note, selecting '%s' for task '%s'\n"
1624msgstr "注意,根据任务 '%2$s' 选中了 '%1$s'\n"
e49dd9d3 1625
f8b879c2
JAK
1626#: apt-private/private-cacheset.cc
1627#, c-format
1628msgid "Note, selecting '%s' for glob '%s'\n"
1629msgstr "注意,根据Glob '%2$s' 选中了 '%1$s'\n"
e49dd9d3 1630
f8b879c2 1631#: apt-private/private-cacheset.cc
e49dd9d3 1632#, c-format
f8b879c2
JAK
1633msgid "Note, selecting '%s' for regex '%s'\n"
1634msgstr "注意,根据正则表达式 '%2$s' 选中了 '%1$s'\n"
e49dd9d3 1635
f8b879c2 1636#: apt-private/private-cacheset.cc
e49dd9d3 1637#, c-format
f8b879c2
JAK
1638msgid "Package %s is a virtual package provided by:\n"
1639msgstr "虚拟软件包 %s 由下面的软件包提供:\n"
e49dd9d3 1640
f8b879c2
JAK
1641#: apt-private/private-cacheset.cc
1642msgid " [Installed]"
1643msgstr "[已安装]"
e49dd9d3 1644
f8b879c2
JAK
1645#: apt-private/private-cacheset.cc
1646msgid " [Not candidate version]"
1647msgstr " [无候选]"
e49dd9d3 1648
f8b879c2
JAK
1649#: apt-private/private-cacheset.cc
1650msgid "You should explicitly select one to install."
1651msgstr "请您明确地选择安装其中一个。"
e49dd9d3 1652
f8b879c2 1653#: apt-private/private-cacheset.cc
04f27fae 1654#, c-format
f8b879c2
JAK
1655msgid ""
1656"Package %s is not available, but is referred to by another package.\n"
1657"This may mean that the package is missing, has been obsoleted, or\n"
1658"is only available from another source\n"
1659msgstr ""
1660"没有可用的软件包 %s,但是它被其它的软件包引用了。\n"
1661"这可能意味着这个缺失的软件包可能已被废弃,\n"
1662"或者只能在其他发布源中找到\n"
e49dd9d3 1663
f8b879c2
JAK
1664#: apt-private/private-cacheset.cc
1665msgid "However the following packages replace it:"
1666msgstr "然而下列软件包会取代它:"
e49dd9d3 1667
f8b879c2 1668#: apt-private/private-cacheset.cc
04f27fae 1669#, c-format
f8b879c2
JAK
1670msgid "Package '%s' has no installation candidate"
1671msgstr "软件包 %s 没有可安装候选"
2f6a2fbb 1672
f8b879c2
JAK
1673#: apt-private/private-cacheset.cc
1674#, c-format
1675msgid "Virtual packages like '%s' can't be removed\n"
1676msgstr "类似 '%s' 的虚拟软件包「不」可以卸载\n"
2f6a2fbb 1677
f8b879c2
JAK
1678#. TRANSLATORS: Note, this is not an interactive question
1679#: apt-private/private-cacheset.cc apt-private/private-install.cc
1680#, c-format
1681msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n"
1682msgstr "软件包 %s 未安装,所以不会被卸载。您的意思是 ‘%s’ 吗?\n"
2f6a2fbb 1683
f8b879c2 1684#: apt-private/private-cacheset.cc apt-private/private-install.cc
5b057748 1685#, c-format
f8b879c2
JAK
1686msgid "Package '%s' is not installed, so not removed\n"
1687msgstr "软件包 %s 未安装,所以不会被卸载\n"
5b057748 1688
f8b879c2 1689#: apt-private/private-cacheset.cc
af81a461 1690#, c-format
f8b879c2
JAK
1691msgid "Note, selecting '%s' instead of '%s'\n"
1692msgstr "注意,选中 '%s' 而非 '%s'\n"
5b057748 1693
f8b879c2
JAK
1694#: apt-private/private-cmndline.cc
1695msgid "Most used commands:"
1696msgstr "常用命令:"
2f6a2fbb 1697
f8b879c2
JAK
1698#: apt-private/private-cmndline.cc
1699#, c-format
1700msgid "See %s for more information about the available commands."
1701msgstr "参见 %s 以获取更多关于可用命令的信息。"
1702
1703#: apt-private/private-cmndline.cc
864fe99c 1704msgid ""
f8b879c2
JAK
1705"Configuration options and syntax is detailed in apt.conf(5).\n"
1706"Information about how to configure sources can be found in sources.list(5).\n"
1707"Package and version choices can be expressed via apt_preferences(5).\n"
1708"Security details are available in apt-secure(8).\n"
1709msgstr ""
1710"程序配置选项及语法都已经在 apt.conf(5) 中阐明。\n"
1711"欲知如何配置软件源,请参阅 sources.list(5)。\n"
1712"软件包及其版本偏好可以通过 apt_preferences(5) 来设置。\n"
1713"关于安全方面的细节可以参考 apt-secure(8).\n"
864fe99c 1714
f8b879c2
JAK
1715#: apt-private/private-cmndline.cc
1716msgid "This APT has Super Cow Powers."
1717msgstr "本 APT 具有超级牛力。"
5b1e4e86 1718
f8b879c2
JAK
1719#: apt-private/private-cmndline.cc
1720msgid "This APT helper has Super Meep Powers."
1721msgstr "本 APT 助手具有超级喵力。"
2f6a2fbb 1722
f8b879c2
JAK
1723#: apt-private/private-depends.cc apt-private/private-show.cc
1724#: cmdline/apt-mark.cc
1725msgid "No packages found"
1726msgstr "没有发现匹配的软件包"
a99c3a5f 1727
f8b879c2
JAK
1728#: apt-private/private-download.cc
1729msgid "WARNING: The following packages cannot be authenticated!"
1730msgstr "【警告】:下列软件包不能通过认证!"
ce34af08 1731
f8b879c2
JAK
1732#: apt-private/private-download.cc
1733msgid "Authentication warning overridden.\n"
1734msgstr "已忽略认证警告。\n"
3f5a581c 1735
f8b879c2
JAK
1736#: apt-private/private-download.cc
1737msgid "Some packages could not be authenticated"
1738msgstr "有些软件包不能通过验证"
7d8a4da7 1739
f8b879c2
JAK
1740#: apt-private/private-download.cc
1741msgid "Install these packages without verification?"
1742msgstr "没有验证的情况下就安装这些软件包吗?"
3f5a581c 1743
f8b879c2
JAK
1744#: apt-private/private-download.cc apt-private/private-install.cc
1745msgid ""
1746"--force-yes is deprecated, use one of the options starting with --allow "
1747"instead."
1748msgstr "--force-yes 已经被废弃,请使用以 --allow 开头的选项来代替。"
5b1e4e86 1749
f8b879c2
JAK
1750#: apt-private/private-download.cc
1751msgid ""
1752"There were unauthenticated packages and -y was used without --allow-"
1753"unauthenticated"
1754msgstr ""
1755"存在未认证的软件包同时使用了 -y 选项,然而未搭配 --allow-unauthenticated"
5b1e4e86 1756
f8b879c2
JAK
1757#: apt-private/private-download.cc
1758#, c-format
1759msgid "Couldn't determine free space in %s"
1760msgstr "无法获知您在 %s 上的可用空间"
3f5a581c 1761
f8b879c2
JAK
1762#: apt-private/private-download.cc
1763#, c-format
1764msgid "You don't have enough free space in %s."
1765msgstr "您在 %s 上没有足够的可用空间。"
5b1e4e86 1766
f8b879c2
JAK
1767#: apt-private/private-download.cc
1768msgid "Unable to lock the download directory"
1769msgstr "无法锁定下载目录"
f75cb91c 1770
f8b879c2
JAK
1771#: apt-private/private-install.cc
1772msgid ""
1773"Some packages could not be installed. This may mean that you have\n"
1774"requested an impossible situation or if you are using the unstable\n"
1775"distribution that some required packages have not yet been created\n"
1776"or been moved out of Incoming."
1777msgstr ""
1778"有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是\n"
1779"因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件\n"
1780"包尚未被创建或是它们已被从新到(Incoming)目录移出。"
9de26945 1781
f8b879c2
JAK
1782#.
1783#. if (Packages == 1)
1784#. {
1785#. c1out << std::endl;
1786#. c1out <<
1787#. _("Since you only requested a single operation it is extremely likely that\n"
1788#. "the package is simply not installable and a bug report against\n"
1789#. "that package should be filed.") << std::endl;
1790#. }
1791#.
1792#: apt-private/private-install.cc
1793msgid "The following information may help to resolve the situation:"
1794msgstr "下列信息可能会对解决问题有所帮助:"
9de26945 1795
f8b879c2
JAK
1796#: apt-private/private-install.cc
1797msgid "Broken packages"
1798msgstr "破损的软件包"
f75cb91c 1799
f8b879c2
JAK
1800#: apt-private/private-install.cc
1801msgid "Internal error, InstallPackages was called with broken packages!"
1802msgstr "内部错误,InstallPackages 被用在了损坏的软件包上!"
68e07cd0 1803
f8b879c2
JAK
1804#: apt-private/private-install.cc
1805msgid "Packages need to be removed but remove is disabled."
1806msgstr "有软件包需要被卸载,但是卸载被设置为禁止。"
c69e8255 1807
f8b879c2
JAK
1808#: apt-private/private-install.cc
1809msgid ""
1810"Essential packages were removed and -y was used without --allow-remove-"
1811"essential."
1812msgstr ""
1813"关键软件包被移除同时使用了 -y 选项,但是没有搭配 --allow-remove-essential。"
3f5a581c 1814
f8b879c2
JAK
1815#: apt-private/private-install.cc
1816msgid "Packages were downgraded and -y was used without --allow-downgrades."
1817msgstr "降级软件包同时使用了 -y 选项,但是没有用 --allow-downgrades."
04f27fae 1818
f8b879c2
JAK
1819#: apt-private/private-install.cc
1820msgid ""
1821"Held packages were changed and -y was used without --allow-change-held-"
1822"packages."
1823msgstr ""
1824"在更改保留软件包的同时使用了 -y 选项,但没有搭配 --allow-change-held-"
1825"packages."
04f27fae 1826
f8b879c2
JAK
1827#: apt-private/private-install.cc
1828msgid "Internal error, Ordering didn't finish"
1829msgstr "内部错误,排序未完成"
04f27fae 1830
f8b879c2
JAK
1831#: apt-private/private-install.cc
1832msgid "How odd... The sizes didn't match, email apt@packages.debian.org"
1833msgstr "怪了……文件大小不符,请发邮件给 apt@packages.debian.org 吧"
04f27fae 1834
f8b879c2
JAK
1835#. TRANSLATOR: The required space between number and unit is already included
1836#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
1837#: apt-private/private-install.cc
1838#, c-format
1839msgid "Need to get %sB/%sB of archives.\n"
1840msgstr "需要下载 %sB/%sB 的归档。\n"
04f27fae 1841
f8b879c2
JAK
1842#. TRANSLATOR: The required space between number and unit is already included
1843#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1844#: apt-private/private-install.cc
1845#, c-format
1846msgid "Need to get %sB of archives.\n"
1847msgstr "需要下载 %sB 的归档。\n"
04f27fae 1848
f8b879c2
JAK
1849#. TRANSLATOR: The required space between number and unit is already included
1850#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1851#: apt-private/private-install.cc
1852#, c-format
1853msgid "After this operation, %sB of additional disk space will be used.\n"
1854msgstr "解压缩后会消耗 %sB 的额外空间。\n"
04f27fae 1855
f8b879c2
JAK
1856#. TRANSLATOR: The required space between number and unit is already included
1857#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
1858#: apt-private/private-install.cc
1859#, c-format
1860msgid "After this operation, %sB disk space will be freed.\n"
1861msgstr "解压缩后将会空出 %sB 的空间。\n"
04f27fae 1862
f8b879c2
JAK
1863#: apt-private/private-install.cc
1864msgid "Trivial Only specified but this is not a trivial operation."
1865msgstr "虽然您指定了仅执行常规操作,但这并不是常规操作。"
04f27fae 1866
f8b879c2
JAK
1867#. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be
1868#. careful with hard to type or special characters (like non-breaking spaces)
1869#: apt-private/private-install.cc
1870msgid "Yes, do as I say!"
1871msgstr "是,按我说的做!"
04f27fae 1872
f8b879c2 1873#: apt-private/private-install.cc
04f27fae
MV
1874#, c-format
1875msgid ""
f8b879c2
JAK
1876"You are about to do something potentially harmful.\n"
1877"To continue type in the phrase '%s'\n"
1878" ?] "
1879msgstr ""
1880"您的操作有潜在的危害性。\n"
1881"若要继续,请输入下面的短句“%s”\n"
1882" ?] "
04f27fae 1883
f8b879c2
JAK
1884#: apt-private/private-install.cc
1885msgid "Abort."
1886msgstr "中止。"
04f27fae 1887
f8b879c2
JAK
1888#: apt-private/private-install.cc
1889msgid "Do you want to continue?"
1890msgstr "您希望继续执行吗?"
68e07cd0 1891
f8b879c2
JAK
1892#: apt-private/private-install.cc
1893msgid "Some files failed to download"
1894msgstr "有一些文件下载失败"
04f27fae 1895
f8b879c2
JAK
1896#: apt-private/private-install.cc apt-private/private-source.cc
1897msgid "Download complete and in download only mode"
1898msgstr "于“仅下载”模式中下载完毕"
04f27fae 1899
f8b879c2
JAK
1900#: apt-private/private-install.cc
1901msgid ""
1902"Unable to fetch some archives, maybe run apt-get update or try with --fix-"
1903"missing?"
1904msgstr ""
1905"有几个软件包无法下载,要不运行 apt-get update 或者加上 --fix-missing 的选项再"
1906"试试?"
04f27fae 1907
f8b879c2
JAK
1908#: apt-private/private-install.cc
1909msgid "--fix-missing and media swapping is not currently supported"
1910msgstr "目前不支持 --fix-missing 和介质交换"
04f27fae 1911
f8b879c2
JAK
1912#: apt-private/private-install.cc
1913msgid "Unable to correct missing packages."
1914msgstr "无法修复缺失的软件包。"
04f27fae 1915
f8b879c2
JAK
1916#: apt-private/private-install.cc
1917msgid "Aborting install."
1918msgstr "中止安装。"
04f27fae 1919
f8b879c2 1920#: apt-private/private-install.cc
04f27fae 1921msgid ""
f8b879c2
JAK
1922"The following package disappeared from your system as\n"
1923"all files have been overwritten by other packages:"
1924msgid_plural ""
1925"The following packages disappeared from your system as\n"
1926"all files have been overwritten by other packages:"
1927msgstr[0] "以下软件包因为文件已被其他软件包覆盖而消失:"
04f27fae 1928
f8b879c2
JAK
1929#: apt-private/private-install.cc
1930msgid "Note: This is done automatically and on purpose by dpkg."
1931msgstr "注意:这是自动被 dpkg 有意完成的。"
5ff8dd6b 1932
f8b879c2
JAK
1933#: apt-private/private-install.cc
1934msgid "We are not supposed to delete stuff, can't start AutoRemover"
1935msgstr "我们不应该进行删除,无法启动自动删除器"
5ff8dd6b 1936
f8b879c2 1937#: apt-private/private-install.cc
04f27fae 1938msgid ""
f8b879c2
JAK
1939"Hmm, seems like the AutoRemover destroyed something which really\n"
1940"shouldn't happen. Please file a bug report against apt."
1941msgstr "似乎自动卸载工具损坏了一些软件,这不应该发生。请向 apt 提交错误报告。"
9de26945 1942
f8b879c2
JAK
1943#: apt-private/private-install.cc
1944msgid "Internal Error, AutoRemover broke stuff"
1945msgstr "内部错误,自动卸载工具坏事了"
9de26945 1946
f8b879c2 1947#: apt-private/private-install.cc
1e7ec0d8 1948msgid ""
f8b879c2
JAK
1949"The following package was automatically installed and is no longer required:"
1950msgid_plural ""
1951"The following packages were automatically installed and are no longer "
1952"required:"
1953msgstr[0] "下列软件包是自动安装的并且现在不需要了:"
2a8a592d 1954
f8b879c2 1955#: apt-private/private-install.cc
2f6a2fbb 1956#, c-format
f8b879c2
JAK
1957msgid "%lu package was automatically installed and is no longer required.\n"
1958msgid_plural ""
1959"%lu packages were automatically installed and are no longer required.\n"
1960msgstr[0] "%lu 个自动安装的的软件包现在已不再需要了。\n"
7d8a4da7 1961
f8b879c2 1962#: apt-private/private-install.cc
04f27fae 1963#, c-format
f8b879c2
JAK
1964msgid "Use '%s' to remove it."
1965msgid_plural "Use '%s' to remove them."
1966msgstr[0] "使用'%s'来卸载它(它们)。"
f75cb91c 1967
f8b879c2
JAK
1968#: apt-private/private-install.cc
1969msgid "You might want to run 'apt-get -f install' to correct these:"
1970msgstr "您可能需要运行“apt-get -f install”来纠正下列错误:"
7d8a4da7 1971
f8b879c2 1972#: apt-private/private-install.cc
04f27fae 1973msgid ""
f8b879c2
JAK
1974"Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
1975"solution)."
04f27fae 1976msgstr ""
f8b879c2
JAK
1977"有未能满足的依赖关系。请尝试不指明软件包的名字来运行“apt-get -f install”(也可"
1978"以指定一个解决办法)。"
67f393ab 1979
f8b879c2
JAK
1980#: apt-private/private-install.cc
1981msgid "The following additional packages will be installed:"
1982msgstr "将会同时安装下列软件:"
67f393ab 1983
f8b879c2
JAK
1984#: apt-private/private-install.cc
1985msgid "Suggested packages:"
1986msgstr "建议安装:"
7d8a4da7 1987
f8b879c2
JAK
1988#: apt-private/private-install.cc
1989msgid "Recommended packages:"
1990msgstr "推荐安装:"
7d8a4da7 1991
f8b879c2 1992#: apt-private/private-install.cc
04f27fae 1993#, c-format
f8b879c2
JAK
1994msgid "Skipping %s, it is already installed and upgrade is not set.\n"
1995msgstr "忽略了 %s,它已经被安装而且没有指定要升级。\n"
5b1e4e86 1996
f8b879c2 1997#: apt-private/private-install.cc
04f27fae 1998#, c-format
f8b879c2
JAK
1999msgid "Skipping %s, it is not installed and only upgrades are requested.\n"
2000msgstr "忽略了 %s,它已经被安装而且仅请求了升级。\n"
3fa4e98f 2001
f8b879c2 2002#: apt-private/private-install.cc
04f27fae 2003#, c-format
f8b879c2
JAK
2004msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
2005msgstr "不能重新安装 %s,因为无法下载它。\n"
3fa4e98f 2006
f8b879c2
JAK
2007#. TRANSLATORS: First string is package name, second is version
2008#: apt-private/private-install.cc
04f27fae 2009#, c-format
f8b879c2
JAK
2010msgid "%s is already the newest version (%s).\n"
2011msgstr "%s 已经是最新版 (%s)。\n"
3fa4e98f 2012
f8b879c2 2013#: apt-private/private-install.cc cmdline/apt-get.cc cmdline/apt-mark.cc
04f27fae 2014#, c-format
f8b879c2
JAK
2015msgid "%s set to manually installed.\n"
2016msgstr "%s 已设置为手动安装。\n"
3fa4e98f 2017
f8b879c2 2018#: apt-private/private-install.cc
04f27fae 2019#, c-format
f8b879c2
JAK
2020msgid "Selected version '%s' (%s) for '%s'\n"
2021msgstr "为 %3$s 选定了版本 %1$s (%2$s)\n"
9de26945 2022
f8b879c2 2023#: apt-private/private-install.cc
04f27fae 2024#, c-format
f8b879c2
JAK
2025msgid "Selected version '%s' (%s) for '%s' because of '%s'\n"
2026msgstr "由于 %4$s,为 %3$s 选定了版本 %1$s (%2$s)\n"
9de26945 2027
f8b879c2
JAK
2028#: apt-private/private-list.cc
2029msgid "Listing"
2030msgstr "正在列表"
9de26945 2031
f8b879c2 2032#: apt-private/private-list.cc
04f27fae 2033#, c-format
f8b879c2
JAK
2034msgid "There is %i additional version. Please use the '-a' switch to see it"
2035msgid_plural ""
2036"There are %i additional versions. Please use the '-a' switch to see them."
2037msgstr[0] "还有 %i 个版本。请使用 -a 选项来查看它(他们)。"
9de26945 2038
f8b879c2
JAK
2039#. TRANSLATORS: placeholder is a binary name like apt or apt-get
2040#: apt-private/private-main.cc
04f27fae 2041#, c-format
f8b879c2
JAK
2042msgid ""
2043"NOTE: This is only a simulation!\n"
2044" %s needs root privileges for real execution.\n"
2045" Keep also in mind that locking is deactivated,\n"
2046" so don't depend on the relevance to the real current situation!\n"
2047msgstr ""
2048"注意:这只是模拟!\n"
2049"   %s 需要 root 特权进行实际的执行。\n"
2050"   同时请记住此时并未锁定,所以请勿完全相信当前的情况!\n"
9de26945 2051
f8b879c2
JAK
2052#: apt-private/private-output.cc apt-private/private-show.cc
2053msgid "unknown"
2054msgstr "未知"
9de26945 2055
f8b879c2 2056#: apt-private/private-output.cc
04f27fae 2057#, c-format
f8b879c2
JAK
2058msgid "[installed,upgradable to: %s]"
2059msgstr "[已安装,可升级至:%s]"
2f6a2fbb 2060
f8b879c2
JAK
2061#: apt-private/private-output.cc
2062msgid "[installed,local]"
2063msgstr "[已安装,本地]"
864fe99c 2064
f8b879c2
JAK
2065#: apt-private/private-output.cc
2066msgid "[installed,auto-removable]"
2067msgstr "[已安装,可自动卸载]"
bf33c3bd 2068
f8b879c2
JAK
2069#: apt-private/private-output.cc
2070msgid "[installed,automatic]"
2071msgstr "[已安装,自动]"
864fe99c 2072
f8b879c2
JAK
2073#: apt-private/private-output.cc
2074msgid "[installed]"
2075msgstr "[已安装]"
864fe99c 2076
f8b879c2 2077#: apt-private/private-output.cc
04f27fae 2078#, c-format
f8b879c2
JAK
2079msgid "[upgradable from: %s]"
2080msgstr "[可从该版本升级:%s]"
bf33c3bd 2081
f8b879c2
JAK
2082#: apt-private/private-output.cc
2083msgid "[residual-config]"
2084msgstr "[配置文件残留]"
bf33c3bd 2085
f8b879c2 2086#: apt-private/private-output.cc
04f27fae 2087#, c-format
f8b879c2
JAK
2088msgid "but %s is installed"
2089msgstr "但是 %s 已经安装"
bf33c3bd 2090
f8b879c2 2091#: apt-private/private-output.cc
e49dd9d3 2092#, c-format
f8b879c2
JAK
2093msgid "but %s is to be installed"
2094msgstr "但是 %s 正要被安装"
e49dd9d3 2095
f8b879c2
JAK
2096#: apt-private/private-output.cc
2097msgid "but it is not installable"
2098msgstr "但无法安装它"
864fe99c 2099
f8b879c2
JAK
2100#: apt-private/private-output.cc
2101msgid "but it is a virtual package"
2102msgstr "但是它是虚拟软件包"
864fe99c 2103
f8b879c2
JAK
2104#: apt-private/private-output.cc
2105msgid "but it is not going to be installed"
2106msgstr "但是它将不会被安装"
864fe99c 2107
f8b879c2
JAK
2108#: apt-private/private-output.cc
2109msgid "but it is not installed"
2110msgstr "但是它还没有被安装"
864fe99c 2111
f8b879c2
JAK
2112#: apt-private/private-output.cc
2113msgid " or"
2114msgstr " 或"
864fe99c 2115
f8b879c2
JAK
2116#: apt-private/private-output.cc
2117msgid "The following packages have unmet dependencies:"
2118msgstr "下列软件包有未满足的依赖关系:"
864fe99c 2119
f8b879c2
JAK
2120#: apt-private/private-output.cc
2121msgid "The following NEW packages will be installed:"
2122msgstr "下列【新】软件包将被安装:"
864fe99c 2123
f8b879c2
JAK
2124#: apt-private/private-output.cc
2125msgid "The following packages will be REMOVED:"
2126msgstr "下列软件包将被【卸载】:"
864fe99c 2127
f8b879c2
JAK
2128#: apt-private/private-output.cc
2129msgid "The following packages have been kept back:"
2130msgstr "下列软件包的版本将保持不变:"
04f27fae 2131
f8b879c2
JAK
2132#: apt-private/private-output.cc
2133msgid "The following packages will be upgraded:"
2134msgstr "下列软件包将被升级:"
04f27fae 2135
f8b879c2
JAK
2136#: apt-private/private-output.cc
2137msgid "The following packages will be DOWNGRADED:"
2138msgstr "下列软件包将被【降级】:"
864fe99c 2139
f8b879c2
JAK
2140#: apt-private/private-output.cc
2141msgid "The following held packages will be changed:"
2142msgstr "下列被要求保持版本不变的软件包将被改变:"
864fe99c 2143
f8b879c2 2144#: apt-private/private-output.cc
04f27fae 2145#, c-format
f8b879c2
JAK
2146msgid "%s (due to %s)"
2147msgstr "%s (是由于 %s)"
864fe99c 2148
f8b879c2
JAK
2149#: apt-private/private-output.cc
2150msgid ""
2151"WARNING: The following essential packages will be removed.\n"
2152"This should NOT be done unless you know exactly what you are doing!"
2153msgstr ""
2154"【警告】:下列基础软件包将被卸载。\n"
2155"请勿尝试,除非您确实知道您在做什么!"
04f27fae 2156
f8b879c2 2157#: apt-private/private-output.cc
864fe99c 2158#, c-format
f8b879c2
JAK
2159msgid "%lu upgraded, %lu newly installed, "
2160msgstr "升级了 %lu 个软件包,新安装了 %lu 个软件包,"
864fe99c 2161
f8b879c2 2162#: apt-private/private-output.cc
864fe99c 2163#, c-format
f8b879c2
JAK
2164msgid "%lu reinstalled, "
2165msgstr "重新安装了 %lu 个软件包,"
864fe99c 2166
f8b879c2 2167#: apt-private/private-output.cc
864fe99c 2168#, c-format
f8b879c2
JAK
2169msgid "%lu downgraded, "
2170msgstr "降级了 %lu 个软件包,"
864fe99c 2171
f8b879c2 2172#: apt-private/private-output.cc
864fe99c 2173#, c-format
f8b879c2
JAK
2174msgid "%lu to remove and %lu not upgraded.\n"
2175msgstr "要卸载 %lu 个软件包,有 %lu 个软件包未被升级。\n"
864fe99c 2176
f8b879c2 2177#: apt-private/private-output.cc
04f27fae 2178#, c-format
f8b879c2
JAK
2179msgid "%lu not fully installed or removed.\n"
2180msgstr "有 %lu 个软件包没有被完全安装或卸载。\n"
864fe99c 2181
f8b879c2
JAK
2182#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es]
2183#. e.g. "Do you want to continue? [Y/n] "
2184#. The user has to answer with an input matching the
2185#. YESEXPR/NOEXPR defined in your l10n.
2186#: apt-private/private-output.cc
2187msgid "[Y/n]"
2188msgstr "[Y/n]"
864fe99c 2189
f8b879c2
JAK
2190#. TRANSLATOR: Yes/No question help-text: defaulting to N[o]
2191#. e.g. "Should this file be removed? [y/N] "
2192#. The user has to answer with an input matching the
2193#. YESEXPR/NOEXPR defined in your l10n.
2194#: apt-private/private-output.cc
2195msgid "[y/N]"
2196msgstr "[y/N]"
864fe99c 2197
f8b879c2
JAK
2198#. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set
2199#: apt-private/private-output.cc
2200msgid "Y"
2201msgstr "Y"
864fe99c 2202
f8b879c2
JAK
2203#. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set
2204#: apt-private/private-output.cc
2205msgid "N"
2206msgstr "N"
864fe99c 2207
f8b879c2
JAK
2208#: apt-private/private-search.cc
2209msgid "You must give at least one search pattern"
2210msgstr "您必须明确地给出至少一个表达式"
e49dd9d3 2211
f8b879c2
JAK
2212#: apt-private/private-search.cc
2213msgid "Full Text Search"
2214msgstr "全文搜索"
e49dd9d3 2215
f8b879c2 2216#: apt-private/private-show.cc cmdline/apt-cache.cc
04f27fae 2217#, c-format
f8b879c2
JAK
2218msgid "Package file %s is out of sync."
2219msgstr "软件包文件 %s 尚未同步。"
e49dd9d3 2220
f8b879c2 2221#: apt-private/private-show.cc
04f27fae 2222#, c-format
f8b879c2
JAK
2223msgid "There is %i additional record. Please use the '-a' switch to see it"
2224msgid_plural ""
2225"There are %i additional records. Please use the '-a' switch to see them."
2226msgstr[0] "有 %i 条附加记录。请加上 ‘-a’ 参数来查看它们"
e49dd9d3 2227
f8b879c2
JAK
2228#: apt-private/private-show.cc
2229msgid "not a real package (virtual)"
2230msgstr "不是一个实包(虚包)"
e49dd9d3 2231
f8b879c2
JAK
2232#: apt-private/private-show.cc
2233msgid "Package files:"
2234msgstr "软件包文件:"
e49dd9d3 2235
f8b879c2
JAK
2236#: apt-private/private-show.cc
2237msgid "Cache is out of sync, can't x-ref a package file"
2238msgstr "缓存尚未同步,无法交差引证(x-ref)一个软件包文件"
04f27fae 2239
f8b879c2
JAK
2240#. Show any packages have explicit pins
2241#: apt-private/private-show.cc
2242msgid "Pinned packages:"
2243msgstr "被锁定的软件包:"
04f27fae 2244
f8b879c2
JAK
2245#. Print the package name and the version we are forcing to
2246#: apt-private/private-show.cc
04f27fae 2247#, c-format
f8b879c2
JAK
2248msgid "%s -> %s with priority %d\n"
2249msgstr "%s -> %s ,其优先级为 %d\n"
04f27fae 2250
f8b879c2
JAK
2251#: apt-private/private-show.cc
2252msgid " Installed: "
2253msgstr " 已安装:"
e49dd9d3 2254
f8b879c2
JAK
2255#: apt-private/private-show.cc
2256msgid " Candidate: "
2257msgstr " 候选:"
e49dd9d3 2258
f8b879c2
JAK
2259#: apt-private/private-show.cc
2260msgid "(none)"
2261msgstr "(无)"
cbbee23e 2262
f8b879c2
JAK
2263#. Show the priority tables
2264#: apt-private/private-show.cc
2265msgid " Version table:"
2266msgstr " 版本列表:"
cbbee23e 2267
f8b879c2
JAK
2268#: apt-private/private-source.cc
2269#, c-format
2270msgid "Can not find a package for architecture '%s'"
2271msgstr "找不到‘%s’体系结构下的软件包"
2272
2273#: apt-private/private-source.cc
2274#, c-format
2275msgid "Can not find a package '%s' with version '%s'"
2276msgstr "找不到软件包‘%s’的‘%s’版本"
2277
2278#: apt-private/private-source.cc
2279#, c-format
2280msgid "Can not find a package '%s' with release '%s'"
2281msgstr "找不到软件包‘%s’的‘%s’发行"
e49dd9d3 2282
f8b879c2 2283#: apt-private/private-source.cc
14e325c7 2284#, c-format
f8b879c2
JAK
2285msgid "Picking '%s' as source package instead of '%s'\n"
2286msgstr "选择 %s 作为源代码包而非 %s\n"
14e325c7 2287
f8b879c2 2288#: apt-private/private-source.cc
925c0375 2289#, c-format
f8b879c2
JAK
2290msgid "Can not find version '%s' of package '%s'"
2291msgstr "找不到 %2$s 软件包的 %1$s 版本"
14e325c7 2292
f8b879c2
JAK
2293#: apt-private/private-source.cc
2294msgid "Must specify at least one package to fetch source for"
2295msgstr "要下载源代码,必须指定至少一个对应的软件包"
14e325c7 2296
f8b879c2 2297#: apt-private/private-source.cc
14e325c7 2298#, c-format
f8b879c2
JAK
2299msgid "Unable to find a source package for %s"
2300msgstr "无法找到与 %s 对应的源代码包"
14e325c7 2301
f8b879c2 2302#: apt-private/private-source.cc
14e325c7 2303#, c-format
f8b879c2
JAK
2304msgid ""
2305"NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n"
2306"%s\n"
2307msgstr ""
2308"提示:%s 的打包工作被维护于以下位置的 %s 版本控制系统中:\n"
2309"%s\n"
14e325c7 2310
f8b879c2 2311#: apt-private/private-source.cc
925c0375 2312#, c-format
f8b879c2
JAK
2313msgid ""
2314"Please use:\n"
2315"%s\n"
2316"to retrieve the latest (possibly unreleased) updates to the package.\n"
2317msgstr ""
2318"请使用:\n"
2319"%s\n"
2320"获得该软件包的最近更新(可能尚未正式发布)。\n"
5b057748 2321
f8b879c2
JAK
2322#: apt-private/private-source.cc
2323#, c-format
2324msgid "Skipping already downloaded file '%s'\n"
2325msgstr "忽略已下载的文件“%s”\n"
14e325c7 2326
f8b879c2
JAK
2327#. TRANSLATOR: The required space between number and unit is already included
2328#. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB
2329#: apt-private/private-source.cc
04f27fae 2330#, c-format
f8b879c2
JAK
2331msgid "Need to get %sB/%sB of source archives.\n"
2332msgstr "需要下载 %sB/%sB 的源代码包。\n"
e49dd9d3 2333
f8b879c2
JAK
2334#. TRANSLATOR: The required space between number and unit is already included
2335#. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB
2336#: apt-private/private-source.cc
2337#, c-format
2338msgid "Need to get %sB of source archives.\n"
2339msgstr "需要下载 %sB 的源代码包。\n"
e49dd9d3 2340
f8b879c2
JAK
2341#: apt-private/private-source.cc
2342#, c-format
2343msgid "Fetch source %s\n"
2344msgstr "下载源代码 %s\n"
04f27fae 2345
f8b879c2
JAK
2346#: apt-private/private-source.cc
2347msgid "Failed to fetch some archives."
2348msgstr "有一些包文件无法下载。"
04f27fae 2349
f8b879c2 2350#: apt-private/private-source.cc
0c20302f 2351#, c-format
f8b879c2
JAK
2352msgid "Skipping unpack of already unpacked source in %s\n"
2353msgstr "忽略已经被解包到 %s 目录的源代码包\n"
2f6a2fbb 2354
f8b879c2 2355#: apt-private/private-source.cc
2f6a2fbb 2356#, c-format
f8b879c2
JAK
2357msgid "Unpack command '%s' failed.\n"
2358msgstr "运行解包的命令“%s”出错。\n"
2f6a2fbb 2359
f8b879c2 2360#: apt-private/private-source.cc
9270be36 2361#, c-format
f8b879c2
JAK
2362msgid "Check if the 'dpkg-dev' package is installed.\n"
2363msgstr "请检查是否安装了“dpkg-dev”软件包。\n"
9270be36 2364
f8b879c2 2365#: apt-private/private-source.cc
2f6a2fbb 2366#, c-format
f8b879c2
JAK
2367msgid "Build command '%s' failed.\n"
2368msgstr "执行构造软件包命令“%s”失败。\n"
864fe99c 2369
f8b879c2 2370#: apt-private/private-source.cc
493e032a 2371#, c-format
f8b879c2
JAK
2372msgid "Unable to get build-dependency information for %s"
2373msgstr "无法获得 %s 的构建依赖关系信息"
493e032a 2374
f8b879c2 2375#: apt-private/private-source.cc
2f6a2fbb 2376#, c-format
f8b879c2
JAK
2377msgid "%s has no build depends.\n"
2378msgstr " %s 没有构建依赖关系信息。\n"
2f6a2fbb 2379
f8b879c2
JAK
2380#: apt-private/private-source.cc
2381msgid "Must specify at least one package to check builddeps for"
2382msgstr "要检查生成软件包的构建依赖关系,必须指定至少一个软件包"
2f6a2fbb 2383
f8b879c2 2384#: apt-private/private-source.cc
04f27fae 2385#, c-format
864fe99c 2386msgid ""
f8b879c2
JAK
2387"No architecture information available for %s. See apt.conf(5) APT::"
2388"Architectures for setup"
864fe99c 2389msgstr ""
f8b879c2
JAK
2390"找不到关于 %s 的有效体系结构信息。请参见 apt.conf(5) APT::Architectures for "
2391"setup"
2f6a2fbb 2392
f8b879c2 2393#: apt-private/private-source.cc
2f6a2fbb 2394#, c-format
f8b879c2
JAK
2395msgid "Note, using directory '%s' to get the build dependencies\n"
2396msgstr "注意,正使用 '%s' 目录下载编译依赖\n"
2f6a2fbb 2397
f8b879c2 2398#: apt-private/private-source.cc
864fe99c 2399#, c-format
f8b879c2
JAK
2400msgid "Note, using file '%s' to get the build dependencies\n"
2401msgstr "注意,正使用 '%s' 文件来获取编译依赖\n"
2f6a2fbb 2402
f8b879c2
JAK
2403#: apt-private/private-source.cc
2404msgid "Failed to process build dependencies"
2405msgstr "无法处理构建依赖关系"
2f6a2fbb 2406
f8b879c2 2407#: apt-private/private-sources.cc
04f27fae 2408#, c-format
f8b879c2
JAK
2409msgid "Failed to parse %s. Edit again? "
2410msgstr "解析 %s 失败。请重新编辑之后再试。"
5b1e4e86 2411
f8b879c2 2412#: apt-private/private-sources.cc
04f27fae 2413#, c-format
f8b879c2
JAK
2414msgid "Your '%s' file changed, please run 'apt-get update'."
2415msgstr "您的 %s 文件有过改动,请执行 ‘apt-get update’。"
04f27fae 2416
f8b879c2 2417#: apt-private/private-unmet.cc
04f27fae 2418#, c-format
f8b879c2
JAK
2419msgid "Package %s version %s has an unmet dep:\n"
2420msgstr "版本为 %2$s 的软件包 %1$s 有未满足的依赖关系:\n"
04f27fae 2421
f8b879c2
JAK
2422#: apt-private/private-update.cc
2423msgid "The update command takes no arguments"
2424msgstr " update 命令不需要参数"
2425
2426#: apt-private/private-update.cc
0c20302f 2427#, c-format
f8b879c2
JAK
2428msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n"
2429msgid_plural ""
2430"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n"
2431msgstr[0] ""
2432"有 %i 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。\n"
2433
2434#: apt-private/private-update.cc
2435msgid "All packages are up to date."
2436msgstr "所有软件包均为最新。"
2437
2438#: cmdline/apt-cache.cc
2439msgid "apt-cache stats does not take any arguments"
2440msgstr "apt-cache stats 命令不需要参数"
2441
2442#: cmdline/apt-cache.cc
2443msgid "Total package names: "
2444msgstr "软件包名称总数:"
2445
2446#: cmdline/apt-cache.cc
2447msgid "Total package structures: "
2448msgstr "全部软件包结构:"
2449
2450#: cmdline/apt-cache.cc
2451msgid " Normal packages: "
2452msgstr " 普通软件包:"
2453
2454#: cmdline/apt-cache.cc
2455msgid " Pure virtual packages: "
2456msgstr " 纯虚拟软件包:"
2457
2458#: cmdline/apt-cache.cc
2459msgid " Single virtual packages: "
2460msgstr " 单虚拟软件包:"
2461
2462#: cmdline/apt-cache.cc
2463msgid " Mixed virtual packages: "
2464msgstr " 混合虚拟软件包:"
2465
2466#: cmdline/apt-cache.cc
2467msgid " Missing: "
2468msgstr " 缺失:"
2469
2470#: cmdline/apt-cache.cc
2471msgid "Total distinct versions: "
2472msgstr "按不同的版本共计:"
5b1e4e86 2473
f8b879c2
JAK
2474#: cmdline/apt-cache.cc
2475msgid "Total distinct descriptions: "
2476msgstr "按不同的说明共计:"
0507225b 2477
f8b879c2
JAK
2478#: cmdline/apt-cache.cc
2479msgid "Total dependencies: "
2480msgstr "按依赖关系共计:"
0507225b 2481
f8b879c2
JAK
2482#: cmdline/apt-cache.cc
2483msgid "Total ver/file relations: "
2484msgstr "按版本/文件关系共计:"
0507225b 2485
f8b879c2
JAK
2486#: cmdline/apt-cache.cc
2487msgid "Total Desc/File relations: "
2488msgstr "按说明/文件关系共计:"
0507225b 2489
f8b879c2
JAK
2490#: cmdline/apt-cache.cc
2491msgid "Total Provides mappings: "
2492msgstr "提供映射共计:"
0507225b 2493
f8b879c2
JAK
2494#: cmdline/apt-cache.cc
2495msgid "Total globbed strings: "
2496msgstr "Glob 字串共计:"
0507225b 2497
f8b879c2
JAK
2498#: cmdline/apt-cache.cc
2499msgid "Total slack space: "
2500msgstr "Slack 空间共计:"
0507225b 2501
f8b879c2
JAK
2502#: cmdline/apt-cache.cc
2503msgid "Total space accounted for: "
2504msgstr "总占用空间:"
0507225b 2505
f8b879c2
JAK
2506#: cmdline/apt-cache.cc
2507msgid "This command is deprecated. Please use 'apt-mark showauto' instead."
2508msgstr "该命令已废弃。请使用‘apt-mark showauto’。"
3fa4e98f 2509
f8b879c2 2510#: cmdline/apt-cache.cc
864fe99c 2511msgid ""
f8b879c2
JAK
2512"Usage: apt-cache [options] command\n"
2513" apt-cache [options] show pkg1 [pkg2 ...]\n"
2514"\n"
2515"apt-cache queries and displays available information about installed\n"
2516"and installable packages. It works exclusively on the data acquired\n"
2517"into the local cache via the 'update' command of e.g. apt-get. The\n"
2518"displayed information may therefore be outdated if the last update was\n"
2519"too long ago, but in exchange apt-cache works independently of the\n"
2520"availability of the configured sources (e.g. offline).\n"
864fe99c 2521msgstr ""
f8b879c2
JAK
2522"用法: apt-cache [选项] 命令\n"
2523" apt-cache [选项] show 软件包1 [软件包2 ...]\n"
2524"\n"
2525"apt-cache 可以查询和显示已安装和可安装软件包的可用信息。\n"
2526"它专门工作在本地的数据缓存上,而这些缓存可以通过比如\n"
2527"apt-get 的 'update' 命令来更新。如果距离上一次更新的时间太久,\n"
2528"那么它显示的信息可能就会过时。不过作为交换,apt-cache 不依赖\n"
2529"当前软件源的可用性(比如:离线状态)。\n"
7d8a4da7 2530
f8b879c2
JAK
2531#: cmdline/apt-cache.cc
2532msgid "Show source records"
2533msgstr "显示源文件的各项记录"
5b1e4e86 2534
f8b879c2
JAK
2535#: cmdline/apt-cache.cc
2536msgid "Search the package list for a regex pattern"
2537msgstr "根据正则表达式搜索软件包列表"
5b1e4e86 2538
f8b879c2
JAK
2539#: cmdline/apt-cache.cc
2540msgid "Show raw dependency information for a package"
2541msgstr "显示该软件包的依赖关系信息"
bf33c3bd 2542
f8b879c2
JAK
2543#: cmdline/apt-cache.cc
2544msgid "Show reverse dependency information for a package"
2545msgstr "显示所有依赖于该软件包的软件包名字"
f75cb91c 2546
f8b879c2
JAK
2547#: cmdline/apt-cache.cc
2548msgid "Show a readable record for the package"
2549msgstr "以便于阅读的格式介绍该软件包"
864fe99c 2550
f8b879c2
JAK
2551#: cmdline/apt-cache.cc
2552msgid "List the names of all packages in the system"
2553msgstr "列出所有软件包的名字"
e49dd9d3 2554
f8b879c2
JAK
2555#: cmdline/apt-cache.cc
2556msgid "Show policy settings"
2557msgstr "显示软件包的安装设置状态"
e49dd9d3 2558
f8b879c2
JAK
2559#: cmdline/apt-cdrom.cc
2560msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'"
2561msgstr "请给这张盘片起个名字,比如“Debian 5.0.3 Disk 1”"
e49dd9d3 2562
f8b879c2
JAK
2563#: cmdline/apt-cdrom.cc
2564msgid "Please insert a Disc in the drive and press [Enter]"
2565msgstr "请把盘片插入驱动器再按「回车键」"
e49dd9d3 2566
f8b879c2 2567#: cmdline/apt-cdrom.cc
e49dd9d3 2568#, c-format
f8b879c2
JAK
2569msgid "Failed to mount '%s' to '%s'"
2570msgstr "无法将 ‘%s’ 挂载到 ‘%s’"
e49dd9d3 2571
f8b879c2
JAK
2572#: cmdline/apt-cdrom.cc
2573msgid ""
2574"No CD-ROM could be auto-detected or found using the default mount point.\n"
2575"You may try the --cdrom option to set the CD-ROM mount point.\n"
2576"See 'man apt-cdrom' for more information about the CD-ROM auto-detection and "
2577"mount point."
2578msgstr ""
2579"从默认挂载点自动检测 CD-ROM 失败。\n"
2580"您可以尝试用 --cdrom 选项来设置 CD-ROM 的挂载点。\n"
2581"更多关于 CD-ROM 自动检测以及挂载点的信息,请参见‘man apt-cdrom’。"
bf33c3bd 2582
f8b879c2
JAK
2583#: cmdline/apt-cdrom.cc
2584msgid "Repeat this process for the rest of the CDs in your set."
2585msgstr "请对您的盘片套件中的其它盘片重复相同的操作。"
bf33c3bd 2586
f8b879c2 2587#: cmdline/apt-cdrom.cc
04f27fae 2588msgid ""
f8b879c2
JAK
2589"Usage: apt-cdrom [options] command\n"
2590"\n"
2591"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
2592"media types as package sources to APT. The mount point and device\n"
2593"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
2594msgstr ""
2595"用法: apt-cdrom [选项] 命令\n"
2596"\n"
2597"apt-cdrom 用于添加CDROM, USB存储器和其他可移动媒介作为 APT 软件源。\n"
2598"关于挂载点和设备的详细信息参见 apt.conf(5), udev(7) 和 fstab(5)。\n"
bf33c3bd 2599
f8b879c2
JAK
2600#: cmdline/apt-config.cc
2601msgid "Arguments not in pairs"
2602msgstr "参数不成对"
bf33c3bd 2603
f8b879c2
JAK
2604#: cmdline/apt-config.cc
2605msgid ""
2606"Usage: apt-config [options] command\n"
2607"\n"
2608"apt-config is an interface to the configuration settings used by\n"
2609"all APT tools, mainly intended for debugging and shell scripting.\n"
2610msgstr ""
2611"用法:apt-config [选项] 命令\n"
2612"\n"
2613"apt-config 是所有 APT 工具的配置接口,主要用于Debug和编写Shell脚本。\n"
bf33c3bd 2614
f8b879c2
JAK
2615#: cmdline/apt-config.cc
2616msgid "get configuration values via shell evaluation"
2617msgstr "通过shell求值来获取设置值"
04f27fae 2618
f8b879c2
JAK
2619#: cmdline/apt-config.cc
2620msgid "show the active configuration setting"
2621msgstr "显示活动的设置选项"
04f27fae 2622
f8b879c2
JAK
2623#: cmdline/apt-dump-solver.cc
2624msgid ""
2625"Usage: apt-dump-solver\n"
2626"\n"
2627"apt-dump-solver is an interface to store an EDSP scenario in\n"
2628"a file and optionally forwards it to another solver.\n"
2629msgstr ""
2630"用法:apt-dump-solver\n"
2631"\n"
2632"apt-dump-solver 是一个在文件中存储EDSP情景的接口,\n"
2633"并可将其传送到另一个解决器。\n"
2634
2635#: cmdline/apt-extracttemplates.cc
2636msgid ""
2637"Usage: apt-extracttemplates file1 [file2 ...]\n"
2638"\n"
2639"apt-extracttemplates is used to extract config and template files\n"
2640"from debian packages. It is used mainly by debconf(1) to prompt for\n"
2641"configuration questions before installation of packages.\n"
2642msgstr ""
2643"用法: apt-extracttemplates 文件1 [文件2 ...]\n"
2644"\n"
2645"apt-extracttemplates 可以从 debian 软件包中解压出配置文件和模板\n"
2646"信息。它主要被 debconf(1) 用于在安装软件包前询问用户配置问题。\n"
bf33c3bd 2647
f8b879c2
JAK
2648#: cmdline/apt-extracttemplates.cc
2649msgid "Cannot get debconf version. Is debconf installed?"
2650msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
bf33c3bd 2651
f8b879c2 2652#: cmdline/apt-get.cc
bf33c3bd 2653#, c-format
f8b879c2
JAK
2654msgid "Couldn't find package %s"
2655msgstr "找不到软件包 %s"
bf33c3bd 2656
f8b879c2 2657#: cmdline/apt-get.cc cmdline/apt-mark.cc
bf33c3bd 2658#, c-format
f8b879c2
JAK
2659msgid "%s set to automatically installed.\n"
2660msgstr "%s 已设置为自动安装。\n"
5b1e4e86 2661
f8b879c2 2662#: cmdline/apt-get.cc cmdline/apt-mark.cc
04f27fae 2663msgid ""
f8b879c2
JAK
2664"This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' "
2665"instead."
2666msgstr "该命令已废弃。请用‘apt-mark auto’或‘apt-mark manual’。"
2f6a2fbb 2667
f8b879c2
JAK
2668#: cmdline/apt-get.cc
2669msgid "Internal error, problem resolver broke stuff"
2670msgstr "内部错误,问题解决工具坏事了"
2f6a2fbb 2671
f8b879c2
JAK
2672#: cmdline/apt-get.cc
2673msgid "Supported modules:"
2674msgstr "支持的模块:"
2f6a2fbb 2675
f8b879c2 2676#: cmdline/apt-get.cc
04f27fae 2677msgid ""
f8b879c2
JAK
2678"Usage: apt-get [options] command\n"
2679" apt-get [options] install|remove pkg1 [pkg2 ...]\n"
2680" apt-get [options] source pkg1 [pkg2 ...]\n"
2681"\n"
2682"apt-get is a command line interface for retrieval of packages\n"
2683"and information about them from authenticated sources and\n"
2684"for installation, upgrade and removal of packages together\n"
2685"with their dependencies.\n"
04f27fae 2686msgstr ""
f8b879c2
JAK
2687"用法: apt-get [选项] 命令\n"
2688"    apt-get [选项] install|remove 软件包1 [软件包2 ...]\n"
2689"    apt-get [选项] source 软件包1 [软件包2 ...]\n"
2690"\n"
2691"apt-get 可以从认证软件源下载软件包及相关信息,以便安装和升级软件包,\n"
2692"或者用于移除软件包。在这些过程中,软件包依赖会被妥善处理。\n"
2f6a2fbb 2693
f8b879c2
JAK
2694#: cmdline/apt-get.cc
2695msgid "Retrieve new lists of packages"
2696msgstr "取回更新的软件包列表信息"
bf33c3bd 2697
f8b879c2
JAK
2698#: cmdline/apt-get.cc
2699msgid "Perform an upgrade"
2700msgstr "进行一次升级"
bf33c3bd 2701
f8b879c2
JAK
2702#: cmdline/apt-get.cc
2703msgid "Install new packages (pkg is libc6 not libc6.deb)"
2704msgstr "安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)"
bf33c3bd 2705
f8b879c2
JAK
2706#: cmdline/apt-get.cc
2707msgid "Remove packages"
2708msgstr "卸载软件包"
bf33c3bd 2709
f8b879c2
JAK
2710#: cmdline/apt-get.cc
2711msgid "Remove packages and config files"
2712msgstr "卸载并清除软件包的配置"
bf33c3bd 2713
f8b879c2
JAK
2714#: cmdline/apt-get.cc cmdline/apt.cc
2715msgid "Remove automatically all unused packages"
2716msgstr "卸载所有自动安装且不再使用的软件包"
bf33c3bd 2717
f8b879c2
JAK
2718#: cmdline/apt-get.cc
2719msgid "Distribution upgrade, see apt-get(8)"
2720msgstr "发布版升级,见 apt-get(8)"
bf33c3bd 2721
f8b879c2
JAK
2722#: cmdline/apt-get.cc
2723msgid "Follow dselect selections"
2724msgstr "根据 dselect 的选择来进行升级"
bf33c3bd 2725
f8b879c2
JAK
2726#: cmdline/apt-get.cc
2727msgid "Configure build-dependencies for source packages"
2728msgstr "为源码包配置所需的编译依赖关系"
bf33c3bd 2729
f8b879c2
JAK
2730#: cmdline/apt-get.cc
2731msgid "Erase downloaded archive files"
2732msgstr "删除所有已下载的包文件"
bf33c3bd 2733
f8b879c2
JAK
2734#: cmdline/apt-get.cc
2735msgid "Erase old downloaded archive files"
2736msgstr "删除已下载的旧包文件"
bf33c3bd 2737
f8b879c2
JAK
2738#: cmdline/apt-get.cc
2739msgid "Verify that there are no broken dependencies"
2740msgstr "核对以确认系统的依赖关系的完整性"
bf33c3bd 2741
f8b879c2
JAK
2742#: cmdline/apt-get.cc
2743msgid "Download source archives"
2744msgstr "下载源码包文件"
bf33c3bd 2745
f8b879c2
JAK
2746#: cmdline/apt-get.cc
2747msgid "Download the binary package into the current directory"
2748msgstr "下载指定的二进制包到当前目录"
bf33c3bd 2749
f8b879c2
JAK
2750#: cmdline/apt-get.cc
2751msgid "Download and display the changelog for the given package"
2752msgstr "下载指定软件包,并显示其changelog"
bf33c3bd 2753
f8b879c2
JAK
2754#: cmdline/apt-helper.cc
2755msgid "Need one URL as argument"
2756msgstr "需要一个 URL 作为参数"
bf33c3bd 2757
f8b879c2
JAK
2758#: cmdline/apt-helper.cc
2759msgid "Must specify at least one pair url/filename"
2760msgstr "必须指定至少一对URL或文件名"
bf33c3bd 2761
f8b879c2
JAK
2762#: cmdline/apt-helper.cc
2763msgid "Download Failed"
2764msgstr "下载失败"
bf33c3bd 2765
f8b879c2 2766#: cmdline/apt-helper.cc
bf33c3bd 2767#, c-format
f8b879c2
JAK
2768msgid "GetSrvRec failed for %s"
2769msgstr "GetSrvRec 失败,因为 %s"
bf33c3bd 2770
f8b879c2
JAK
2771#: cmdline/apt-helper.cc
2772msgid ""
2773"Usage: apt-helper [options] command\n"
2774" apt-helper [options] cat-file file ...\n"
2775" apt-helper [options] download-file uri target-path\n"
2776"\n"
2777"apt-helper bundles a variety of commands for shell scripts to use\n"
2778"e.g. the same proxy configuration or acquire system as APT would.\n"
2779msgstr ""
2780"用法: apt-helper [选项] 命令\n"
2781" apt-helper [选项] download-file URI 目标路径\n"
2782"\n"
2783"apt-helper 汇集了各种各样的功能来供shell脚本调用,比如\n"
2784"使用与APT相同的代理设置,或者相同的捕获系统。\n"
bf33c3bd 2785
f8b879c2
JAK
2786#: cmdline/apt-helper.cc
2787msgid "download the given uri to the target-path"
2788msgstr "将 URI 指定的文件下载到目标路径"
864fe99c 2789
f8b879c2
JAK
2790#: cmdline/apt-helper.cc
2791msgid "lookup a SRV record (e.g. _http._tcp.ftp.debian.org)"
2792msgstr "查阅一个 SRV 记录 (如: _http._tcp.ftp.debian.org)"
2793
2794#: cmdline/apt-helper.cc
2795msgid "concatenate files, with automatic decompression"
2796msgstr "自动解压并连接文件"
2797
2798#: cmdline/apt-helper.cc
2799msgid "detect proxy using apt.conf"
2800msgstr "用 apt.conf 检测代理设置"
2801
2802#: cmdline/apt-internal-planner.cc
f8b879c2
JAK
2803msgid ""
2804"Usage: apt-internal-planner\n"
2805"\n"
2806"apt-internal-planner is an interface to use the current internal\n"
2807"installation planner for the APT family like an external one,\n"
2808"for debugging or the like.\n"
2809msgstr ""
ab59037f 2810"用法: apt-internal-planner\n"
f8b879c2 2811"\n"
ab59037f
ZM
2812"apt-internal-planner 是一个可以像外部规划器那样使用当前的APT家族内部\n"
2813"安装顺序规划器的接口,以便调试等用途。\n"
864fe99c 2814
f8b879c2
JAK
2815#: cmdline/apt-internal-solver.cc
2816msgid ""
2817"Usage: apt-internal-solver\n"
2818"\n"
2819"apt-internal-solver is an interface to use the current internal\n"
2820"resolver for the APT family like an external one, for debugging or\n"
2821"the like.\n"
2822msgstr ""
2823"用法: apt-internal-solver\n"
2824"\n"
ab59037f
ZM
2825"apt-internal-solver 是一个可以像外部解析器那样使用当前的APT家族内部\n"
2826"依赖解析器的接口,以便调试等用途。\n"
864fe99c 2827
f8b879c2 2828#: cmdline/apt-mark.cc
864fe99c 2829#, c-format
f8b879c2
JAK
2830msgid "%s can not be marked as it is not installed.\n"
2831msgstr "%s 还没有安装,因此无法标记。\n"
2f6a2fbb 2832
f8b879c2 2833#: cmdline/apt-mark.cc
864fe99c 2834#, c-format
f8b879c2
JAK
2835msgid "%s was already set to manually installed.\n"
2836msgstr "%s 已经被设置为手动安装。\n"
bf33c3bd 2837
f8b879c2 2838#: cmdline/apt-mark.cc
04f27fae 2839#, c-format
f8b879c2
JAK
2840msgid "%s was already set to automatically installed.\n"
2841msgstr "%s 已经被设置为自动安装。\n"
864fe99c 2842
f8b879c2 2843#: cmdline/apt-mark.cc
9270be36 2844#, c-format
f8b879c2
JAK
2845msgid "%s was already set on hold.\n"
2846msgstr "%s 已经设置为保留。\n"
9270be36 2847
f8b879c2 2848#: cmdline/apt-mark.cc
2f6a2fbb 2849#, c-format
f8b879c2
JAK
2850msgid "%s was already not hold.\n"
2851msgstr "%s 已经设置为不保留。\n"
2f6a2fbb 2852
f8b879c2
JAK
2853#: cmdline/apt-mark.cc
2854msgid "Executing dpkg failed. Are you root?"
2855msgstr "执行 dpkg 失败。您是 root 吗?"
b81dbe40 2856
f8b879c2 2857#: cmdline/apt-mark.cc
7d8a4da7 2858#, c-format
f8b879c2
JAK
2859msgid "%s set on hold.\n"
2860msgstr "%s 设置为保留。\n"
1e7ec0d8 2861
f8b879c2 2862#: cmdline/apt-mark.cc
864fe99c 2863#, c-format
f8b879c2
JAK
2864msgid "Canceled hold on %s.\n"
2865msgstr "取消保留 %s 的设置。\n"
f75cb91c 2866
f8b879c2 2867#: cmdline/apt-mark.cc
f75cb91c 2868#, c-format
f8b879c2
JAK
2869msgid "Selected %s for purge.\n"
2870msgstr "选中 %s 以待彻底卸载。\n"
f75cb91c 2871
f8b879c2 2872#: cmdline/apt-mark.cc
f75cb91c 2873#, c-format
f8b879c2
JAK
2874msgid "Selected %s for removal.\n"
2875msgstr "选中 %s 以待卸载。\n"
f75cb91c 2876
f8b879c2 2877#: cmdline/apt-mark.cc
506ab3c7 2878#, c-format
f8b879c2
JAK
2879msgid "Selected %s for installation.\n"
2880msgstr "选中 %s 以待安装。\n"
506ab3c7 2881
f8b879c2 2882#: cmdline/apt-mark.cc
9de26945 2883msgid ""
f8b879c2
JAK
2884"Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
2885"\n"
2886"apt-mark is a simple command line interface for marking packages\n"
2887"as manually or automatically installed. It can also be used to\n"
2888"manipulate the dpkg(1) selection states of packages, and to list\n"
2889"all packages with or without a certain marking.\n"
2890msgstr ""
2891"用法:apt-mark [选项] {auto|manual} 软件包1 [软件包2 ...]\n"
2892"\n"
2893"apt-mark 可以对软件包进行 手动/自动 安装标记,也可以用来处理软件\n"
2894"包的 dpkg(1) 选中状态,以及列出或过滤拥有某个标记的软件包。\n"
1f73a3d8 2895
f8b879c2
JAK
2896#: cmdline/apt-mark.cc
2897msgid "Mark the given packages as automatically installed"
2898msgstr "标记指定软件包为自动安装"
9de26945 2899
f8b879c2
JAK
2900#: cmdline/apt-mark.cc
2901msgid "Mark the given packages as manually installed"
2902msgstr "标记指定软件包为手动安装"
9de26945 2903
f8b879c2
JAK
2904#: cmdline/apt-mark.cc
2905msgid "Mark a package as held back"
2906msgstr "标记指定软件包为保留(held back)"
5b1e4e86 2907
f8b879c2
JAK
2908#: cmdline/apt-mark.cc
2909msgid "Unset a package set as held back"
2910msgstr "取消指定软件包的保留(held back)标记"
68e07cd0 2911
f8b879c2
JAK
2912#: cmdline/apt-mark.cc
2913msgid "Print the list of automatically installed packages"
2914msgstr "列出所有自动安装的软件包"
3ac050d1 2915
f8b879c2
JAK
2916#: cmdline/apt-mark.cc
2917msgid "Print the list of manually installed packages"
2918msgstr "列出所有手动安装的软件包"
3ac050d1 2919
f8b879c2
JAK
2920#: cmdline/apt-mark.cc
2921msgid "Print the list of package on hold"
2922msgstr "列出设为保留的软件包"
9de26945 2923
f8b879c2
JAK
2924#: cmdline/apt-sortpkgs.cc
2925msgid "Unknown package record!"
2926msgstr "未知的软件包记录!"
506ab3c7 2927
f8b879c2
JAK
2928#: cmdline/apt-sortpkgs.cc
2929msgid ""
2930"Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
2931"\n"
2932"apt-sortpkgs is a simple tool to sort package information files.\n"
2933"By default it sorts by binary package information, but the -s option\n"
2934"can be used to switch to source package ordering instead.\n"
2935msgstr ""
2936"用法: apt-sortpkgs [选项] 文件1 [文件2 ...]\n"
2937"\n"
2938"简易工具 apt-sortpkgs 用于排序软件包信息。\n"
2939"它默认对二进制包信息排序,但是 -s 选项可以将其切换为\n"
2940"对源码包排序。\n"
506ab3c7 2941
f8b879c2
JAK
2942#: cmdline/apt.cc
2943msgid ""
2944"Usage: apt [options] command\n"
2945"\n"
2946"apt is a commandline package manager and provides commands for\n"
2947"searching and managing as well as querying information about packages.\n"
2948"It provides the same functionality as the specialized APT tools,\n"
2949"like apt-get and apt-cache, but enables options more suitable for\n"
2950"interactive use by default.\n"
2951msgstr ""
2952"用法: apt [选项] 命令\n"
2953"\n"
2954"命令行软件包管理器 apt 提供软件包搜索,管理和信息查询等功能。\n"
2955"它提供的功能与其他 APT 工具相同(像 apt-get 和 apt-cache),\n"
2956"但是默认情况下被设置得更适合交互。\n"
e49dd9d3 2957
f8b879c2
JAK
2958#. query
2959#: cmdline/apt.cc
2960msgid "list packages based on package names"
2961msgstr "根据名称列出软件包"
e49dd9d3 2962
f8b879c2
JAK
2963#: cmdline/apt.cc
2964msgid "search in package descriptions"
2965msgstr "搜索软件包描述"
e49dd9d3 2966
f8b879c2
JAK
2967#: cmdline/apt.cc
2968msgid "show package details"
2969msgstr "显示软件包细节"
e49dd9d3 2970
f8b879c2
JAK
2971#. package stuff
2972#: cmdline/apt.cc
2973msgid "install packages"
2974msgstr "安装软件包"
506ab3c7 2975
f8b879c2
JAK
2976#: cmdline/apt.cc
2977msgid "remove packages"
2978msgstr "移除软件包"
3fa4e98f 2979
f8b879c2
JAK
2980#. system wide stuff
2981#: cmdline/apt.cc
2982msgid "update list of available packages"
2983msgstr "更新可用软件包列表"
3fa4e98f 2984
f8b879c2
JAK
2985#: cmdline/apt.cc
2986msgid "upgrade the system by installing/upgrading packages"
2987msgstr "通过 安装/升级 软件来更新系统"
864fe99c 2988
f8b879c2
JAK
2989#: cmdline/apt.cc
2990msgid "upgrade the system by removing/installing/upgrading packages"
2991msgstr "通过 卸载/安装/升级 来更新系统"
f75cb91c 2992
f8b879c2
JAK
2993#. misc
2994#: cmdline/apt.cc
2995msgid "edit the source information file"
2996msgstr "编辑软件源信息文件"
1e7ec0d8 2997
f8b879c2
JAK
2998#: dselect/install
2999msgid "Bad default setting!"
3000msgstr "错误的默认设置!"
1e7ec0d8 3001
f8b879c2
JAK
3002#: dselect/install dselect/update
3003msgid "Press [Enter] to continue."
3004msgstr "按「回车键」继续。"
506ab3c7 3005
f8b879c2
JAK
3006#: dselect/install
3007msgid "Do you want to erase any previously downloaded .deb files?"
3008msgstr "您想要删除之前下载的所有 .deb 文件吗?"
7d8a4da7 3009
f8b879c2
JAK
3010#: dselect/install
3011msgid "Some errors occurred while unpacking. Packages that were installed"
3012msgstr "在解压时发生了一些错误。已经安装的软件包"
7d8a4da7 3013
f8b879c2
JAK
3014#: dselect/install
3015msgid "will be configured. This may result in duplicate errors"
3016msgstr "将被配置。这个操作可能会导致出现重复的错误"
09d057db 3017
f8b879c2
JAK
3018#: dselect/install
3019msgid "or errors caused by missing dependencies. This is OK, only the errors"
3020msgstr "或一些由于依赖关系不能满足所产生的错误。这个问题不大,只有"
864fe99c 3021
f8b879c2
JAK
3022#: dselect/install
3023msgid ""
3024"above this message are important. Please fix them and run [I]nstall again"
3025msgstr "这个提示之前的错误消息才值得您注意。请更正它们,然后再次执行 [I]nstall"
f75cb91c 3026
f8b879c2
JAK
3027#: dselect/update
3028msgid "Merging available information"
3029msgstr "正在合并可用信息"
7d8a4da7 3030
f8b879c2
JAK
3031#: ftparchive/apt-ftparchive.cc
3032msgid "Package extension list is too long"
3033msgstr "软件包的扩展列表太长"
f75cb91c 3034
f8b879c2 3035#: ftparchive/apt-ftparchive.cc
3fa4e98f 3036#, c-format
f8b879c2
JAK
3037msgid "Error processing directory %s"
3038msgstr "处理目录 %s 时出错"
f75cb91c 3039
f8b879c2
JAK
3040#: ftparchive/apt-ftparchive.cc
3041msgid "Source extension list is too long"
3042msgstr "源扩展列表太长"
506ab3c7 3043
f8b879c2
JAK
3044#: ftparchive/apt-ftparchive.cc
3045msgid "Error writing header to contents file"
3046msgstr "将头写入到目录文件时出错"
506ab3c7 3047
f8b879c2 3048#: ftparchive/apt-ftparchive.cc
2f6a2fbb 3049#, c-format
f8b879c2
JAK
3050msgid "Error processing contents %s"
3051msgstr "处理目录 %s 时出错"
864fe99c 3052
f8b879c2
JAK
3053#: ftparchive/apt-ftparchive.cc
3054msgid ""
3055"Usage: apt-ftparchive [options] command\n"
3056"Commands: packages binarypath [overridefile [pathprefix]]\n"
3057" sources srcpath [overridefile [pathprefix]]\n"
3058" contents path\n"
3059" release path\n"
3060" generate config [groups]\n"
3061" clean config\n"
3062"\n"
3063"apt-ftparchive generates index files for Debian archives. It supports\n"
3064"many styles of generation from fully automated to functional replacements\n"
3065"for dpkg-scanpackages and dpkg-scansources\n"
3066"\n"
3067"apt-ftparchive generates Package files from a tree of .debs. The\n"
3068"Package file contains the contents of all the control fields from\n"
3069"each package as well as the MD5 hash and filesize. An override file\n"
3070"is supported to force the value of Priority and Section.\n"
3071"\n"
3072"Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
3073"The --source-override option can be used to specify a src override file\n"
3074"\n"
3075"The 'packages' and 'sources' command should be run in the root of the\n"
3076"tree. BinaryPath should point to the base of the recursive search and \n"
3077"override file should contain the override flags. Pathprefix is\n"
3078"appended to the filename fields if present. Example usage from the \n"
3079"Debian archive:\n"
3080" apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
3081" dists/potato/main/binary-i386/Packages\n"
3082"\n"
3083"Options:\n"
3084" -h This help text\n"
3085" --md5 Control MD5 generation\n"
3086" -s=? Source override file\n"
3087" -q Quiet\n"
3088" -d=? Select the optional caching database\n"
3089" --no-delink Enable delinking debug mode\n"
3090" --contents Control contents file generation\n"
3091" -c=? Read this configuration file\n"
3092" -o=? Set an arbitrary configuration option"
3093msgstr ""
3094"用法: apt-ftparchive [选项] 命令\n"
3095"命令: packages 二进制软件包搜索路径 [overridefile [路径前缀]]\n"
3096" sources 源代码包搜索路径 [overridefile [路径前缀]]\n"
3097" contents 搜索路径\n"
3098" release 搜索路径\n"
3099" generate 配置文件 [groups]\n"
3100" clean 配置文件\n"
3101"\n"
3102"apt-ftparchive 被用来为 Debian 软件包生成索引文件。它能支持\n"
3103"多种生成索引的方式,从全自动的索引生成到在功能上取代 dpkg-scanpackages \n"
3104"和 dpkg-scansources,都能游刃有余\n"
3105"\n"
3106"apt-ftparchive 能依据一个由 .deb 文件构成的文件树生成 Package 文件。\n"
3107"Package 文件里不仅注有每个软件包的 MD5 校验码和文件大小,\n"
3108"还有软件包的所有控制字段的内容。该软件同时支持 override 文件,\n"
3109"通过它可以强制指定软件包的优先级及其所属的软件类别。\n"
3110"\n"
3111"与上面类似,apt-ftparchive 也能由 .dsc 的文件树生成 Source 文件。\n"
3112"可以通过使用 --source-override 选项来指定一个 override 文件\n"
3113"\n"
3114"使用“packages”和“source”命令时,必须在文件树的根部执行本程序。\n"
3115"二进制包的搜索路径一定要是递归搜索的底层,而且 override 文件里\n"
3116"应该注明 override 的标志。若指定了路径前缀,那么它会被加到文件名前面。\n"
3117"下面有个来自 Debian 文档的例子:\n"
3118" apt-ftparchive packages dists/potato/main/binary-i386 > \\\n"
3119" dists/potato/main/binary-i386/Packages\n"
3120"\n"
3121"选项:\n"
3122" -h 本帮助文档\n"
3123" --md5 使之生成 MD5 校验和\n"
3124" -s=? 源代码包 override 文件\n"
3125" -q 输出精简信息\n"
3126" -d=? 指定可选的缓存数据库\n"
3127" -d=? 使用另一个可选的缓存数据库\n"
3128" --no-delink 开启delink的调试模式\n"
3129" --contents 使之生成控制内容文件\n"
3130" -c=? 读取指定配置文件\n"
3131" -o=? 设置任意指定的配置选项"
506ab3c7 3132
f8b879c2
JAK
3133#: ftparchive/apt-ftparchive.cc
3134msgid "No selections matched"
3135msgstr "没有任何选定项是匹配的"
c77d6597 3136
f8b879c2 3137#: ftparchive/apt-ftparchive.cc
5b1e4e86 3138#, c-format
f8b879c2
JAK
3139msgid "Some files are missing in the package file group `%s'"
3140msgstr "软件包文件组“%s”中缺少一些文件"
c77d6597 3141
f8b879c2 3142#: ftparchive/cachedb.cc
04f27fae 3143#, c-format
f8b879c2
JAK
3144msgid "DB was corrupted, file renamed to %s.old"
3145msgstr "数据库被损坏,该数据库文件的文件名已改成 %s.old"
c77d6597 3146
f8b879c2 3147#: ftparchive/cachedb.cc
506ab3c7 3148#, c-format
f8b879c2
JAK
3149msgid "DB is old, attempting to upgrade %s"
3150msgstr "数据库已过期,现尝试进行升级 %s"
c77d6597 3151
f8b879c2 3152#: ftparchive/cachedb.cc
493e032a 3153msgid ""
f8b879c2
JAK
3154"DB format is invalid. If you upgraded from an older version of apt, please "
3155"remove and re-create the database."
3156msgstr ""
3157"数据库格式无效。如果您是从一个老版本的 apt 升级而来,请删除数据库并重建它。"
493e032a 3158
f8b879c2 3159#: ftparchive/cachedb.cc
ce34af08 3160#, c-format
f8b879c2
JAK
3161msgid "Unable to open DB file %s: %s"
3162msgstr "无法打开数据库文件 %s:%s"
3fa4e98f 3163
f8b879c2
JAK
3164#: ftparchive/cachedb.cc
3165msgid "Failed to read .dsc"
3166msgstr "读取 .dsc 文件失败"
ce34af08 3167
f8b879c2
JAK
3168#: ftparchive/cachedb.cc
3169msgid "Archive has no control record"
3170msgstr "归档文件没有包含控制字段"
506ab3c7 3171
f8b879c2
JAK
3172#: ftparchive/cachedb.cc
3173msgid "Unable to get a cursor"
3174msgstr "无法获得游标"
3175
3176#: ftparchive/contents.cc
3177msgid "realloc - Failed to allocate memory"
3178msgstr "realloc - 分配内存失败"
5ff8dd6b 3179
f8b879c2 3180#: ftparchive/multicompress.cc
7d8a4da7 3181#, c-format
f8b879c2
JAK
3182msgid "Unknown compression algorithm '%s'"
3183msgstr "未知的压缩算法“%s”"
506ab3c7 3184
f8b879c2 3185#: ftparchive/multicompress.cc
04f27fae 3186#, c-format
f8b879c2
JAK
3187msgid "Compressed output %s needs a compression set"
3188msgstr "压缩后的输出文件 %s 要求有一个压缩文件集合"
506ab3c7 3189
f8b879c2
JAK
3190#: ftparchive/multicompress.cc methods/rsh.cc
3191msgid "Failed to create IPC pipe to subprocess"
3192msgstr "无法为子进程创建 IPC 管道"
ce34af08 3193
f8b879c2
JAK
3194#: ftparchive/multicompress.cc
3195msgid "Failed to fork"
3196msgstr "无法 fork"
04f27fae 3197
f8b879c2
JAK
3198#: ftparchive/multicompress.cc
3199msgid "Compress child"
3200msgstr "压缩子进程"
08f8455c 3201
f8b879c2 3202#: ftparchive/multicompress.cc
08f8455c 3203#, c-format
f8b879c2
JAK
3204msgid "Internal error, failed to create %s"
3205msgstr "内部错误,无法创建 %s"
08f8455c 3206
f8b879c2
JAK
3207#: ftparchive/multicompress.cc
3208msgid "IO to subprocess/file failed"
3209msgstr "无法对子进程或文件进行读写"
08f8455c 3210
f8b879c2
JAK
3211#: ftparchive/multicompress.cc
3212msgid "Failed to read while computing MD5"
3213msgstr "在计算 MD5 校验和时无法读取数据"
a0895a74 3214
f8b879c2 3215#: ftparchive/override.cc
04f27fae 3216#, c-format
f8b879c2
JAK
3217msgid "Unable to open %s"
3218msgstr "无法打开 %s"
506ab3c7 3219
f8b879c2
JAK
3220#. skip spaces
3221#. find end of word
3222#: ftparchive/override.cc
04f27fae 3223#, c-format
f8b879c2
JAK
3224msgid "Malformed override %s line %llu (%s)"
3225msgstr "override 文件 %s 第 %llu (%s) 行的格式有误"
1e7ec0d8 3226
f8b879c2 3227#: ftparchive/override.cc
9de26945 3228#, c-format
f8b879c2
JAK
3229msgid "Failed to read the override file %s"
3230msgstr "无法读取 override 文件 %s"
1e7ec0d8 3231
f8b879c2 3232#: ftparchive/override.cc
c69e8255 3233#, c-format
f8b879c2
JAK
3234msgid "Malformed override %s line %llu #1"
3235msgstr "override 文件 %s 第 %llu 行的格式有误 #1"
c69e8255 3236
f8b879c2 3237#: ftparchive/override.cc
04f27fae 3238#, c-format
f8b879c2
JAK
3239msgid "Malformed override %s line %llu #2"
3240msgstr "override 文件 %s 第 %llu 行的格式有误 #2"
4948a1ba 3241
f8b879c2 3242#: ftparchive/override.cc
67f393ab 3243#, c-format
f8b879c2
JAK
3244msgid "Malformed override %s line %llu #3"
3245msgstr "override 文件 %s 第 %llu 行的格式有误 #3"
f75cb91c 3246
f8b879c2 3247#: ftparchive/writer.cc
9de26945 3248#, c-format
f8b879c2
JAK
3249msgid "W: Unable to read directory %s\n"
3250msgstr "警告:无法读取目录 %s\n"
1e7ec0d8 3251
f8b879c2 3252#: ftparchive/writer.cc
9de26945 3253#, c-format
f8b879c2
JAK
3254msgid "W: Unable to stat %s\n"
3255msgstr "警告:无法获得 %s 的状态\n"
1e7ec0d8 3256
f8b879c2
JAK
3257#: ftparchive/writer.cc
3258msgid "E: "
3259msgstr "错误:"
f75cb91c 3260
f8b879c2
JAK
3261#: ftparchive/writer.cc
3262msgid "W: "
3263msgstr "警告:"
b81dbe40 3264
f8b879c2
JAK
3265#: ftparchive/writer.cc
3266msgid "E: Errors apply to file "
3267msgstr "错误:处理文件时出错 "
b81dbe40 3268
f8b879c2 3269#: ftparchive/writer.cc
b9974edc 3270#, c-format
f8b879c2
JAK
3271msgid "Failed to resolve %s"
3272msgstr "无法解析 %s"
b81dbe40 3273
f8b879c2
JAK
3274#: ftparchive/writer.cc
3275msgid "Tree walking failed"
3276msgstr "无法遍历目录树"
3277
3278#: ftparchive/writer.cc
b9974edc 3279#, c-format
f8b879c2
JAK
3280msgid "Failed to open %s"
3281msgstr "无法打开 %s"
b81dbe40 3282
f8b879c2 3283#: ftparchive/writer.cc
0cf7e638 3284#, c-format
f8b879c2
JAK
3285msgid " DeLink %s [%s]\n"
3286msgstr " DeLink %s [%s]\n"
04f27fae 3287
f8b879c2
JAK
3288#: ftparchive/writer.cc
3289#, c-format
3290msgid "*** Failed to link %s to %s"
3291msgstr "*** 无法将 %s 链接到 %s"
04f27fae 3292
f8b879c2
JAK
3293#: ftparchive/writer.cc
3294#, c-format
3295msgid " DeLink limit of %sB hit.\n"
3296msgstr " 达到了 DeLink 的上限 %sB。\n"
04f27fae 3297
f8b879c2
JAK
3298#: ftparchive/writer.cc
3299msgid "Archive had no package field"
3300msgstr "归档文件没有包含 package 字段"
04f27fae 3301
f8b879c2
JAK
3302#: ftparchive/writer.cc
3303#, c-format
3304msgid " %s has no override entry\n"
3305msgstr " %s 中没有 override 项\n"
04f27fae 3306
f8b879c2
JAK
3307#: ftparchive/writer.cc
3308#, c-format
3309msgid " %s maintainer is %s not %s\n"
3310msgstr " %s 的维护者 %s 并非 %s\n"
04f27fae 3311
f8b879c2
JAK
3312#: ftparchive/writer.cc
3313#, c-format
3314msgid " %s has no source override entry\n"
3315msgstr " %s 没有源代码的 override 项\n"
04f27fae 3316
f8b879c2
JAK
3317#: ftparchive/writer.cc
3318#, c-format
3319msgid " %s has no binary override entry either\n"
3320msgstr " %s 中没有二进制文件的 override 项\n"
04f27fae 3321
f8b879c2
JAK
3322#: methods/cdrom.cc
3323#, c-format
3324msgid "Unable to read the cdrom database %s"
3325msgstr "无法读取盘片数据库 %s"
04f27fae 3326
f8b879c2 3327#: methods/cdrom.cc
04f27fae 3328msgid ""
f8b879c2
JAK
3329"Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
3330"cannot be used to add new CD-ROMs"
3331msgstr ""
3332"请使用 apt-cdrom,通过它可以让 APT 识别该盘片。apt-get upgdate 不能被用来加入"
3333"新的盘片。"
b81dbe40 3334
f8b879c2
JAK
3335#: methods/cdrom.cc
3336msgid "Wrong CD-ROM"
3337msgstr "错误的 CD-ROM"
1b5a6222 3338
f8b879c2 3339#: methods/cdrom.cc
04f27fae 3340#, c-format
f8b879c2
JAK
3341msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
3342msgstr "无法卸载挂载于 %s 的 CD-ROM,它可能正被使用。"
04f27fae 3343
f8b879c2
JAK
3344#: methods/cdrom.cc
3345msgid "Disk not found."
3346msgstr "找不到盘片。"
72bae92a 3347
f8b879c2
JAK
3348#: methods/cdrom.cc methods/file.cc methods/rsh.cc
3349msgid "File not found"
3350msgstr "无法找到文件"
04f27fae 3351
f8b879c2
JAK
3352#. TRANSLATOR: %s is e.g. Tor's ".onion" which would likely fail or leak info (RFC7686)
3353#: methods/connect.cc
3354#, c-format
3355msgid "Direct connection to %s domains is blocked by default."
ab59037f 3356msgstr "通向 %s 域名的直接连接被设为默认阻止。"
04f27fae 3357
f8b879c2
JAK
3358#: methods/connect.cc methods/http.cc
3359#, c-format
3360msgid "Connecting to %s (%s)"
3361msgstr "正在连接 %s (%s)"
04f27fae 3362
f8b879c2
JAK
3363#: methods/connect.cc
3364#, c-format
3365msgid "[IP: %s %s]"
3366msgstr "[IP: %s %s]"
04f27fae 3367
f8b879c2
JAK
3368#: methods/connect.cc
3369#, c-format
3370msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
3371msgstr "无法为 %s 创建套接字(f=%u t=%u p=%u)"
c69e8255 3372
f8b879c2
JAK
3373#: methods/connect.cc
3374#, c-format
3375msgid "Cannot initiate the connection to %s:%s (%s)."
3376msgstr "无法发起与 %s:%s (%s) 的连接"
c69e8255 3377
f8b879c2
JAK
3378#: methods/connect.cc
3379#, c-format
3380msgid "Could not connect to %s:%s (%s), connection timed out"
3381msgstr "无法连接上 %s:%s (%s),连接超时"
c69e8255 3382
f8b879c2
JAK
3383#: methods/connect.cc methods/ftp.cc methods/rsh.cc
3384msgid "Failed"
3385msgstr "失败"
c69e8255 3386
f8b879c2 3387#: methods/connect.cc
b391a29c 3388#, c-format
f8b879c2
JAK
3389msgid "Could not connect to %s:%s (%s)."
3390msgstr "无法连接上 %s:%s (%s)。"
9de26945 3391
f8b879c2
JAK
3392#. We say this mainly because the pause here is for the
3393#. ssh connection that is still going
3394#: methods/connect.cc methods/rsh.cc
506ab3c7 3395#, c-format
f8b879c2
JAK
3396msgid "Connecting to %s"
3397msgstr "正在连接 %s"
09d057db 3398
f8b879c2 3399#: methods/connect.cc
b391a29c 3400#, c-format
f8b879c2
JAK
3401msgid "Could not resolve '%s'"
3402msgstr "无法解析域名“%s”"
1b5a6222 3403
f8b879c2 3404#: methods/connect.cc
9de26945 3405#, c-format
f8b879c2
JAK
3406msgid "Temporary failure resolving '%s'"
3407msgstr "暂时不能解析域名“%s”"
1b5a6222 3408
f8b879c2 3409#: methods/connect.cc
b9974edc 3410#, c-format
f8b879c2
JAK
3411msgid "System error resolving '%s:%s'"
3412msgstr "解析“%s:%s”时出现系统故障"
3c4a4974 3413
f8b879c2 3414#: methods/connect.cc
864fe99c 3415#, c-format
f8b879c2
JAK
3416msgid "Something wicked happened resolving '%s:%s' (%i - %s)"
3417msgstr "解析“%s:%s”时,出现了某些故障(%i - %s)"
3c4a4974 3418
f8b879c2 3419#: methods/connect.cc
864fe99c 3420#, c-format
f8b879c2
JAK
3421msgid "Unable to connect to %s:%s:"
3422msgstr "不能连接到 %s:%s:"
04f27fae 3423
f8b879c2
JAK
3424#: methods/copy.cc
3425msgid "Failed to stat"
3426msgstr "无法读取状态"
04f27fae 3427
f8b879c2
JAK
3428#: methods/file.cc
3429msgid "Invalid URI, local URIS must not start with //"
3430msgstr "无效的 URI,本地 URI 不能以 // 开头"
3431
3432#. Login must be before getpeername otherwise dante won't work.
3433#: methods/ftp.cc
3434msgid "Logging in"
3435msgstr "正在登录"
3436
3437#: methods/ftp.cc
3438msgid "Unable to determine the peer name"
3439msgstr "无法获知对方主机名"
3440
3441#: methods/ftp.cc
3442msgid "Unable to determine the local name"
3443msgstr "无法获知本地主机名"
3444
3445#: methods/ftp.cc
04f27fae 3446#, c-format
f8b879c2
JAK
3447msgid "The server refused the connection and said: %s"
3448msgstr "服务器拒绝了我们的连接,响应信息为:%s"
04f27fae 3449
f8b879c2
JAK
3450#: methods/ftp.cc
3451#, c-format
3452msgid "USER failed, server said: %s"
3453msgstr "USER 指令出错,服务器响应信息为:%s"
04f27fae 3454
f8b879c2 3455#: methods/ftp.cc
04f27fae 3456#, c-format
f8b879c2
JAK
3457msgid "PASS failed, server said: %s"
3458msgstr "PASS 指令出错,服务器响应信息为:%s"
3459
3460#: methods/ftp.cc
04f27fae 3461msgid ""
f8b879c2
JAK
3462"A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
3463"is empty."
04f27fae 3464msgstr ""
f8b879c2 3465"您指定了代理服务器,但是没有登陆脚本,Acquire::ftp::ProxyLogin 设置为空。"
04f27fae 3466
f8b879c2 3467#: methods/ftp.cc
04f27fae 3468#, c-format
f8b879c2
JAK
3469msgid "Login script command '%s' failed, server said: %s"
3470msgstr "登录脚本命令“%s”出错,服务器响应信息为:%s"
3c4a4974 3471
f8b879c2 3472#: methods/ftp.cc
864fe99c 3473#, c-format
f8b879c2
JAK
3474msgid "TYPE failed, server said: %s"
3475msgstr "TYPE 指令出错,服务器响应信息为:%s"
3c4a4974 3476
f8b879c2
JAK
3477#: methods/ftp.cc methods/rsh.cc
3478msgid "Connection timeout"
3479msgstr "连接超时"
b391a29c 3480
f8b879c2
JAK
3481#: methods/ftp.cc
3482msgid "Server closed the connection"
3483msgstr "服务器关闭了连接"
04f27fae 3484
f8b879c2
JAK
3485#: methods/ftp.cc methods/rsh.cc
3486msgid "A response overflowed the buffer."
3487msgstr "回应超出了缓存区大小。"
04f27fae 3488
f8b879c2
JAK
3489#: methods/ftp.cc
3490msgid "Protocol corruption"
3491msgstr "协议有误"
3492
3493#: methods/ftp.cc
3494msgid "Could not create a socket"
3495msgstr "无法创建套接字"
3496
3497#: methods/ftp.cc
3498msgid "Could not connect data socket, connection timed out"
3499msgstr "无法连接数据套接字,连接超时"
3500
3501#: methods/ftp.cc
3502msgid "Could not connect passive socket."
3503msgstr "无法连接被动模式的套接字。"
3504
3505#: methods/ftp.cc
3506msgid "getaddrinfo was unable to get a listening socket"
3507msgstr "getaddrinfo 无法得到监听套接字"
3508
3509#: methods/ftp.cc
3510msgid "Could not bind a socket"
3511msgstr "无法绑定套接字"
3512
3513#: methods/ftp.cc
3514msgid "Could not listen on the socket"
3515msgstr "无法在套接字上监听"
3516
3517#: methods/ftp.cc
3518msgid "Could not determine the socket's name"
3519msgstr "无法确定套接字的名字"
3520
3521#: methods/ftp.cc
3522msgid "Unable to send PORT command"
3523msgstr "无法发出 PORT 指令"
3524
3525#: methods/ftp.cc
864fe99c 3526#, c-format
f8b879c2
JAK
3527msgid "Unknown address family %u (AF_*)"
3528msgstr "无法识别的地址族 %u (AF_*)"
b391a29c 3529
f8b879c2 3530#: methods/ftp.cc
0c20302f 3531#, c-format
f8b879c2
JAK
3532msgid "EPRT failed, server said: %s"
3533msgstr "EPRT 指令失败,服务器响应为:%s"
b391a29c 3534
f8b879c2
JAK
3535#: methods/ftp.cc
3536msgid "Data socket connect timed out"
3537msgstr "数据套接字连接超时"
0327b790 3538
f8b879c2
JAK
3539#: methods/ftp.cc
3540msgid "Unable to accept connection"
3541msgstr "无法接受连接"
b391a29c 3542
f8b879c2
JAK
3543#: methods/ftp.cc methods/http.cc methods/rsh.cc
3544msgid "Problem hashing file"
3545msgstr "把文件加入哈希表时出错"
3fa4e98f 3546
f8b879c2
JAK
3547#: methods/ftp.cc
3548#, c-format
3549msgid "Unable to fetch file, server said '%s'"
3550msgstr "无法获取文件,服务器响应为“%s”"
5b1e4e86 3551
f8b879c2
JAK
3552#: methods/ftp.cc methods/rsh.cc
3553msgid "Data socket timed out"
3554msgstr "数据套接字超时"
3c4a4974 3555
f8b879c2
JAK
3556#: methods/ftp.cc
3557#, c-format
3558msgid "Data transfer failed, server said '%s'"
3559msgstr "数据传送出错,服务器响应为“%s”"
864fe99c 3560
f8b879c2
JAK
3561#. Get the files information
3562#: methods/ftp.cc
3563msgid "Query"
3564msgstr "查询"
5b1e4e86 3565
f8b879c2
JAK
3566#: methods/ftp.cc
3567msgid "Unable to invoke "
3568msgstr "无法调用 "
5b1e4e86 3569
f8b879c2
JAK
3570#. TRANSLATORS: %s is a single techy word like 'NODATA'
3571#: methods/gpgv.cc
3572#, c-format
3573msgid ""
3574"Signed file isn't valid, got '%s' (does the network require authentication?)"
3575msgstr "明文签署文件不可用,结果为‘%s’(您的网络接入需要认证吗?)"
5b1e4e86 3576
f8b879c2
JAK
3577#: methods/gpgv.cc
3578msgid "At least one invalid signature was encountered."
3579msgstr "至少发现一个无效的签名。"
3c4a4974 3580
f8b879c2
JAK
3581#: methods/gpgv.cc
3582msgid ""
3583"Internal error: Good signature, but could not determine key fingerprint?!"
3584msgstr "内部错误:签名正确无误,但是无法确认密钥指纹?!"
3c4a4974 3585
f8b879c2
JAK
3586#: methods/gpgv.cc
3587msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)"
3588msgstr "无法运行 apt-key 以验证签名(您安装了 gnupg 吗?)"
493e032a 3589
f8b879c2
JAK
3590#: methods/gpgv.cc
3591msgid "Unknown error executing apt-key"
3592msgstr "运行 apt-key 时发生未知错误"
de5a560a 3593
f8b879c2
JAK
3594#. TRANSLATORS: The second %s is the reason and is untranslated for repository owners.
3595#: methods/gpgv.cc
3596#, c-format
3597msgid "Signature by key %s uses weak digest algorithm (%s)"
3598msgstr "密钥 %s 生成的数字签名使用了弱安全性摘要算法(%s)"
3c4a4974 3599
f8b879c2
JAK
3600#: methods/gpgv.cc
3601msgid "The following signatures were invalid:\n"
3602msgstr "下列签名无效:\n"
3c4a4974 3603
f8b879c2
JAK
3604#: methods/gpgv.cc
3605msgid ""
3606"The following signatures couldn't be verified because the public key is not "
3607"available:\n"
3608msgstr "由于没有公钥,无法验证下列签名:\n"
5b1e4e86 3609
f8b879c2
JAK
3610#: methods/http.cc
3611msgid "Error writing to the file"
3612msgstr "写入文件出错"
09d057db 3613
f8b879c2
JAK
3614#: methods/http.cc
3615msgid "Error reading from server. Remote end closed connection"
3616msgstr "从服务器读取数据时出错,对方关闭了连接"
c77d6597 3617
f8b879c2
JAK
3618#: methods/http.cc
3619msgid "Error reading from server"
3620msgstr "从服务器读取数据出错"
b6c6b52f 3621
f8b879c2
JAK
3622#: methods/http.cc
3623msgid "Error writing to file"
3624msgstr "写入文件出错"
b6c6b52f 3625
f8b879c2
JAK
3626#: methods/http.cc
3627msgid "Select failed"
3628msgstr "select 调用出错"
b391a29c 3629
f8b879c2
JAK
3630#: methods/http.cc
3631msgid "Connection timed out"
3632msgstr "连接超时"
b6c6b52f 3633
f8b879c2
JAK
3634#: methods/http.cc
3635msgid "Error writing to output file"
3636msgstr "写输出文件时出错"
b6c6b52f 3637
f8b879c2
JAK
3638#. FIXME: fallback to a default mirror here instead
3639#. and provide a config option to define that default
3640#: methods/mirror.cc
5b1e4e86 3641#, c-format
f8b879c2
JAK
3642msgid "No mirror file '%s' found "
3643msgstr "没有找到镜像文件 %s"
3fa4e98f 3644
f8b879c2
JAK
3645#. FIXME: fallback to a default mirror here instead
3646#. and provide a config option to define that default
3647#: methods/mirror.cc
5b1e4e86 3648#, c-format
f8b879c2
JAK
3649msgid "Can not read mirror file '%s'"
3650msgstr "无法读取镜像文件 %s"
b6c6b52f 3651
f8b879c2 3652#: methods/mirror.cc
70f11d48 3653#, c-format
f8b879c2
JAK
3654msgid "No entry found in mirror file '%s'"
3655msgstr "在镜像文件 %s 中未找到所需条目"
ce34af08 3656
f8b879c2 3657#: methods/mirror.cc
7d8a4da7 3658#, c-format
f8b879c2
JAK
3659msgid "[Mirror: %s]"
3660msgstr "[镜像:%s]"
5b1e4e86 3661
f8b879c2
JAK
3662#: methods/rred.cc
3663msgid "Failed to set modification time"
3664msgstr "无法设置文件的修改日期"
5b1e4e86 3665
f8b879c2
JAK
3666#: methods/rsh.cc
3667msgid "Connection closed prematurely"
3668msgstr "连接被永久关闭"
5b1e4e86 3669
f8b879c2
JAK
3670#: methods/server.cc
3671msgid "Waiting for headers"
3672msgstr "正在等待报头"
2f6a2fbb 3673
f8b879c2
JAK
3674#: methods/server.cc
3675msgid "The HTTP server sent an invalid reply header"
3676msgstr "该 HTTP 服务器发送了一个无效的应答报头"
2f6a2fbb 3677
43670e2e
JAK
3678#: methods/server.cc
3679msgid "Bad header line"
3680msgstr "错误的报头行"
3681
f8b879c2
JAK
3682#: methods/server.cc
3683msgid "The HTTP server sent an invalid Content-Length header"
3684msgstr "该 HTTP 服务器发送了一个无效的 Content-Length 报头"
5b1e4e86 3685
f8b879c2
JAK
3686#: methods/server.cc
3687msgid "The HTTP server sent an invalid Content-Range header"
3688msgstr "该 HTTP 服务器发送了一个无效的 Content-Range 报头"
5b1e4e86 3689
f8b879c2
JAK
3690#: methods/server.cc
3691msgid "This HTTP server has broken range support"
3692msgstr "该 HTTP 服务器的 range 支持不正常"
5b1e4e86 3693
f8b879c2
JAK
3694#: methods/server.cc
3695msgid "Unknown date format"
3696msgstr "无法识别的日期格式"
cbbee23e 3697
f8b879c2
JAK
3698#: methods/server.cc
3699msgid "Bad header data"
3700msgstr "错误的报头数据"
04f27fae 3701
f8b879c2
JAK
3702#: methods/server.cc
3703msgid "Connection failed"
3704msgstr "连接失败"
5b1e4e86 3705
f8b879c2
JAK
3706#: methods/server.cc
3707#, c-format
04f27fae 3708msgid ""
f8b879c2
JAK
3709"Automatically disabled %s due to incorrect response from server/proxy. (man "
3710"5 apt.conf)"
3711msgstr "由于服务器或代理的响应错误,因此自动禁止 %s。(参见 man 5 apt.conf)"
5b1e4e86 3712
f8b879c2
JAK
3713#: methods/server.cc
3714msgid "Internal error"
3715msgstr "内部错误"
3716
3717#: methods/store.cc
3718msgid "Empty files can't be valid archives"
3719msgstr "空文件不是有效归档"
2f6a2fbb 3720
5b057748
JAK
3721#~ msgid "(not found)"
3722#~ msgstr "(没有找到)"
3723
3724#~ msgid " Package pin: "
3725#~ msgstr " 软件包锁:"
3726
3727#~ msgid "There is no public key available for the following key IDs:\n"
3728#~ msgstr "以下 ID 的密钥没有可用的公钥:\n"
3729
21895193
JAK
3730#~ msgid "The repository is insufficiently signed by key %s (%s)"
3731#~ msgstr "仓库 “%s” 数字签名不完整。"
3732
29f80b30
JAK
3733#~ msgid ""
3734#~ "%s dependency for %s can't be satisfied because %s is not allowed on '%s' "
3735#~ "packages"
3736#~ msgstr ""
3737#~ "由于 %3$s 不被软件包 %4$s 所允许,因此不能满足 %2$s 所要求的 %1$s 依赖关系"
3738
3739#~ msgid ""
3740#~ "%s dependency for %s cannot be satisfied because the package %s cannot be "
3741#~ "found"
3742#~ msgstr "由于无法找到软件包 %3$s ,因此不能满足 %2$s 所要求的 %1$s 依赖关系"
3743
3744#~ msgid ""
3745#~ "Failed to satisfy %s dependency for %s: Installed package %s is too new"
3746#~ msgstr "无法满足 %2$s 所要求 %1$s 依赖关系:已安装的软件包 %3$s 太新"
3747
3748#~ msgid ""
3749#~ "%s dependency for %s cannot be satisfied because candidate version of "
3750#~ "package %s can't satisfy version requirements"
3751#~ msgstr ""
3752#~ "软件包 %3$s 的候选版本不能满足版本要求,因此 %2$s 软件包的 %1$s 依赖无法满"
3753#~ "足"
3754
3755#~ msgid ""
3756#~ "%s dependency for %s cannot be satisfied because package %s has no "
3757#~ "candidate version"
3758#~ msgstr "软件包 %3$s 没有可用的候选版本,因此 %2$s 的 %1$s 依赖无法满足"
3759
3760#~ msgid "Failed to satisfy %s dependency for %s: %s"
3761#~ msgstr "无法满足 %2$s 所要求 %1$s 依赖关系:%3$s"
3762
3763#~ msgid "Build-dependencies for %s could not be satisfied."
3764#~ msgstr "不能满足软件包 %s 所要求的构建依赖关系。"
3765
9270be36
MV
3766#~ msgid "Problem unlinking %s"
3767#~ msgstr "在使用 unlink 删除 %s 时出错"
3768
3769#~ msgid "Failed to unlink %s"
3770#~ msgstr "无法使用 unlink 删除 %s"
3771
8561c2fe
DK
3772#~ msgid ""
3773#~ "Usage: apt-cache [options] command\n"
3774#~ " apt-cache [options] show pkg1 [pkg2 ...]\n"
3775#~ "\n"
3776#~ "apt-cache is a low-level tool used to query information\n"
3777#~ "from APT's binary cache files\n"
3778#~ msgstr ""
3779#~ "用法: apt-cache [选项] 命令\n"
3780#~ "    apt-cache [选项] show 软件包1 [软件包2 ...]\n"
3781#~ "\n"
3782#~ "apt-cache 是一个底层的工具,它可以在 APT 的\n"
3783#~ "二进制缓存文件中查询信息\n"
3784
3785#~ msgid "Commands:"
3786#~ msgstr "命令:"
3787
3788#~ msgid ""
3789#~ "Options:\n"
3790#~ " -h This help text.\n"
3791#~ " -p=? The package cache.\n"
3792#~ " -s=? The source cache.\n"
3793#~ " -q Disable progress indicator.\n"
3794#~ " -i Show only important deps for the unmet command.\n"
3795#~ " -c=? Read this configuration file\n"
3796#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3797#~ "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
3798#~ msgstr ""
3799#~ "选项:\n"
3800#~ " -h 本帮助文档。\n"
3801#~ " -p=? 软件包的缓存。\n"
3802#~ " -s=? 源代码包的缓存。\n"
3803#~ " -q 关闭进度显示。\n"
3804#~ " -i 仅为 unmet 命令显示重要的依赖关系。\n"
3805#~ " -c=? 读取指定配置文件\n"
3806#~ " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
3807#~ "若要了解更多信息,您还可以查阅 apt-cache(8) 和 apt.conf(5) 参考手册。\n"
3808
3809#~ msgid ""
3810#~ "Usage: apt [options] command\n"
3811#~ "\n"
3812#~ "CLI for apt.\n"
3813#~ msgstr ""
3814#~ "用法: apt [选项] 命令\n"
3815#~ "\n"
3816#~ "apt 的命令行界面。\n"
3817
3818#, fuzzy
3819#~ msgid ""
3820#~ "Options:\n"
3821#~ " -h This help text\n"
3822#~ " -d CD-ROM mount point\n"
3823#~ " -r Rename a recognized CD-ROM\n"
3824#~ " -m No mounting\n"
3825#~ " -f Fast mode, don't check package files\n"
3826#~ " -a Thorough scan mode\n"
3827#~ " --no-auto-detect Do not try to auto detect drive and mount point\n"
3828#~ " -c=? Read this configuration file\n"
3829#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3830#~ "See fstab(5)\n"
3831#~ msgstr ""
3832#~ "选项:\n"
3833#~ " -h 显示本帮助信息\n"
3834#~ " -q 日志型输出 - 不显示进度\n"
3835#~ " -qq 安静模式,只输出错误信息\n"
3836#~ " -s 无动作。只说明将要做什么。\n"
3837#~ " -f 读取/写入 指定文件的 自动/手动 标记\n"
3838#~ " -c=? 读取指定的配置文件\n"
3839#~ " -o=? 任意设置一个配置项,比如 -o dir::cache=/tmp\n"
3840#~ "更多细节请参见 the apt-mark(8) 和 apt.conf(5) 的 man 手册。"
3841
8561c2fe
DK
3842#~ msgid ""
3843#~ "Options:\n"
3844#~ " -h This help text.\n"
3845#~ " -c=? Read this configuration file\n"
3846#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3847#~ msgstr ""
3848#~ "选项:\n"
3849#~ " -h 显示本帮助文本。\n"
3850#~ " -c=? 读取指定的配置文件\n"
3851#~ " -o=? 设置任意指定的配置选项,例如:-o dir::cache=/tmp\n"
3852
3853#~ msgid ""
3854#~ "Options:\n"
3855#~ " -h This help text.\n"
3856#~ " -q Loggable output - no progress indicator\n"
3857#~ " -qq No output except for errors\n"
3858#~ " -s No-act. Just prints what would be done.\n"
3859#~ " -f read/write auto/manual marking in the given file\n"
3860#~ " -c=? Read this configuration file\n"
3861#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3862#~ "See the apt-mark(8) and apt.conf(5) manual pages for more information."
3863#~ msgstr ""
3864#~ "选项:\n"
3865#~ " -h 显示本帮助信息\n"
3866#~ " -q 日志型输出 - 不显示进度\n"
3867#~ " -qq 安静模式,只输出错误信息\n"
3868#~ " -s 无动作。只说明将要做什么。\n"
3869#~ " -f 读取/写入 指定文件的 自动/手动 标记\n"
3870#~ " -c=? 读取指定的配置文件\n"
3871#~ " -o=? 任意设置一个配置项,比如 -o dir::cache=/tmp\n"
3872#~ "更多细节请参见 the apt-mark(8) 和 apt.conf(5) 的 man 手册。"
3873
3874#~ msgid ""
3875#~ "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
3876#~ "\n"
3877#~ "apt-sortpkgs is a simple tool to sort package files. The -s option is "
3878#~ "used\n"
3879#~ "to indicate what kind of file it is.\n"
3880#~ "\n"
3881#~ "Options:\n"
3882#~ " -h This help text\n"
3883#~ " -s Use source file sorting\n"
3884#~ " -c=? Read this configuration file\n"
3885#~ " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
3886#~ msgstr ""
3887#~ "用法: apt-sortpkgs [选项] 文件甲 [文件乙 ...]\n"
3888#~ "\n"
3889#~ "apt-sortpkgs 是对软件包索引文件内容进行排序的简单工具。-s 选项\n"
3890#~ "是用来指出后面参数所示文件是哪种文件。\n"
3891#~ "\n"
3892#~ "选项:\n"
3893#~ " -h 本帮助文档\n"
3894#~ " -s 根据源文件排序\n"
3895#~ " -c=? 读取指定配置文件\n"
3896#~ " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
3897
04f27fae
MV
3898#~ msgid "Child process failed"
3899#~ msgstr "子进程出错"
5b1e4e86 3900
e49dd9d3
MV
3901#, fuzzy
3902#~ msgid "Must specifc at least one srv record"
3903#~ msgstr "必须指定至少一对URL或者文件名"
3904
bf33c3bd
JAK
3905#~ msgid "Failed to create pipes"
3906#~ msgstr "无法创建管道"
3907
3908#~ msgid "Failed to exec gzip "
3909#~ msgstr "无法执行 gzip"
3910
864fe99c
MV
3911#~ msgid "%s %s for %s compiled on %s %s\n"
3912#~ msgstr "%s %s,用于 %s 体系结构,编译于 %s %s\n"
3913
3914#~ msgid "Failed to create FILE*"
3915#~ msgstr "无法创建 FILE*"
3916
3917#~ msgid "Malformed stanza %u in source list %s (URI parse)"
3918#~ msgstr "安装源配置文件“%2$s”第 %1$u 节有错误(URI 解析)"
3919
3920#~ msgid "Malformed line %lu in source list %s ([option] unparseable)"
3921#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误([选项] 无法解析)"
3922
3923#~ msgid "Malformed line %lu in source list %s ([option] too short)"
3924#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误([选项] 太短)"
3925
3926#~ msgid "Malformed line %lu in source list %s ([%s] is not an assignment)"
3927#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误([%3$s] 不是一个任务)"
3928
3929#~ msgid "Malformed line %lu in source list %s ([%s] has no key)"
3930#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误([%3$s] 没有键)"
3931
3932#~ msgid "Malformed line %lu in source list %s ([%s] key %s has no value)"
3933#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误([%3$s] 键 %4$s 没有值)"
3934
3935#~ msgid "Malformed line %lu in source list %s (URI)"
3936#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行的格式有误(URI)"
3937
3938#~ msgid "Malformed line %lu in source list %s (dist)"
3939#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误(发行版)"
3940
3941#~ msgid "Malformed line %lu in source list %s (URI parse)"
3942#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误(URI 解析)"
3943
3944#~ msgid "Malformed line %lu in source list %s (absolute dist)"
3945#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误(独立发行版)"
3946
3947#~ msgid "Malformed line %lu in source list %s (dist parse)"
3948#~ msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误(发行版解析)"
3949
3950#~ msgid "Package %s %s was not found while processing file dependencies"
3951#~ msgstr "当处理文件依赖关系时,无法找到软件包 %s %s"
3952
3953#~ msgid "Couldn't stat source package list %s"
3954#~ msgstr "无法获取源软件包列表 %s 的状态"
3955
3956#~ msgid "Collecting File Provides"
3957#~ msgstr "正在收集文件所提供的软件包"
3958
3959#~ msgid "Unable to find hash sum for '%s' in Release file"
3960#~ msgstr "在 Release 文件中找不到 %s 的哈希值"
3961
3962#~ msgid "Vendor block %s contains no fingerprint"
3963#~ msgstr "软件提供者数据块内 %s 没有包含指纹信息"
3964
2f6a2fbb
DK
3965#~ msgid "Total dependency version space: "
3966#~ msgstr "依赖关系版本名所占空间共计:"
5b1e4e86 3967
2f6a2fbb
DK
3968#~ msgid "You don't have enough free space in %s"
3969#~ msgstr "您在 %s 上没有足够的可用空间"
5b1e4e86 3970
2f6a2fbb
DK
3971#~ msgid "Done"
3972#~ msgstr "完成"
3973
3974#~ msgid "No keyring installed in %s."
3975#~ msgstr "%s 中没有安装密钥环。"
5b1e4e86 3976
b391a29c
DK
3977#~ msgid "Is stdout a terminal?"
3978#~ msgstr "stdout 是终端吗?"
b6c6b52f 3979
51da0c35
MV
3980#, fuzzy
3981#~ msgid "Internal error, Upgrade broke stuff"
3982#~ msgstr "内部错误,全部升级工具坏事了"
3983
39b73d81
MV
3984#~ msgid "%s not a valid DEB package."
3985#~ msgstr "%s 不是一个有效的 DEB 软件包。"
3986
72bae92a
MV
3987#~ msgid ""
3988#~ "Using CD-ROM mount point %s\n"
3989#~ "Mounting CD-ROM\n"
3990#~ msgstr ""
3991#~ "现把 %s 作为了 CD-ROM 的挂载点\n"
3992#~ "正在挂载 CD-ROM\n"
3993
609bb2ea
MV
3994#~ msgid ""
3995#~ "Could not patch %s with mmap and with file operation usage - the patch "
3996#~ "seems to be corrupt."
3997#~ msgstr "无法连同 mmap 和文件操作用途为 %s 打补丁 - 补丁可能已损坏。"
3998
3999#~ msgid ""
4000#~ "Could not patch %s with mmap (but no mmap specific fail) - the patch "
4001#~ "seems to be corrupt."
4002#~ msgstr "无法连同 mmap 为 %s 打补丁(但没有 mmap 的错误) - 补丁可能已损坏。"
4003
ce34af08
MV
4004#~ msgid "Ignore unavailable target release '%s' of package '%s'"
4005#~ msgstr "忽略不可用的软件包 %2$s 的目标发行版本 %1$s"
4006
4007#~ msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
4008#~ msgstr "这不是一个有效的 DEB 包文件,其包内遗漏了“%s”,“%s”或者“%s”"
4009
4010#~ msgid "MD5Sum mismatch"
4011#~ msgstr "MD5 校验和不符"
4012
4013#~ msgid ""
4014#~ "I wasn't able to locate a file for the %s package. This might mean you "
4015#~ "need to manually fix this package."
4016#~ msgstr ""
4017#~ "我无法找到对应 %s 软件包的文件。在这种情况下您可能需要手动修正这个软件包。"
4018
4019#~ msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
4020#~ msgstr "无法写入日志。 openpty() 失败(没有挂载 /dev/pts ?)\n"
4021
5caefc91
MV
4022#~ msgid "Skipping nonexistent file %s"
4023#~ msgstr "跳过不存在的文件 %s"
4024
3f5a581c
MV
4025#~ msgid "Failed to remove %s"
4026#~ msgstr "无法卸载 %s"
2a8a592d 4027
3f5a581c
MV
4028#~ msgid "Unable to create %s"
4029#~ msgstr "无法创建 %s "
27b16a2e 4030
3f5a581c
MV
4031#~ msgid "Failed to stat %sinfo"
4032#~ msgstr "无法读取 %sinfo 的状态"
2a8a592d 4033
3f5a581c
MV
4034#~ msgid "The info and temp directories need to be on the same filesystem"
4035#~ msgstr "info 和 temp 目录要求处于同一文件系统之下"
0fd68707 4036
3f5a581c
MV
4037#~ msgid "Failed to change to the admin dir %sinfo"
4038#~ msgstr "无法切换工作目录到 admin 目录 %sinfo"
c79dc7ed 4039
3f5a581c
MV
4040#~ msgid "Internal error getting a package name"
4041#~ msgstr "在获取软件包名字时出现内部错误"
4042
4043#~ msgid "Reading file listing"
4044#~ msgstr "正在读取文件列表"
4045
4046#~ msgid ""
4047#~ "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
4048#~ "then make it empty and immediately re-install the same version of the "
4049#~ "package!"
4050#~ msgstr ""
4051#~ "无法打开列表文件“%sinfo/%s”。如果您不能恢复这个文件,那么就清空该文件并马"
4052#~ "上重新安装相同版本的这个软件包!"
4053
4054#~ msgid "Failed reading the list file %sinfo/%s"
4055#~ msgstr "无法读取列表文件 %sinfo/%s"
4056
4057#~ msgid "Internal error getting a node"
4058#~ msgstr "获得一个节点时出现内部错误"
4059
4060#~ msgid "Failed to open the diversions file %sdiversions"
4061#~ msgstr "无法打开转移配置文件 %sdiversions"
4062
4063#~ msgid "The diversion file is corrupted"
4064#~ msgstr "该转移配置文件被损坏了"
4065
4066#~ msgid "Invalid line in the diversion file: %s"
4067#~ msgstr "转移配置文件中有一行是无效的:%s"
4068
4069#~ msgid "Internal error adding a diversion"
4070#~ msgstr "添加转移配置时出现内部错误"
4071
4072#~ msgid "The pkg cache must be initialized first"
4073#~ msgstr "必须首先初始化软件包缓存"
4074
4075#~ msgid "Failed to find a Package: header, offset %lu"
4076#~ msgstr "无法找到某个软件包:包头,于偏移位置 %lu"
4077
4078#~ msgid "Bad ConfFile section in the status file. Offset %lu"
4079#~ msgstr "状态文件中有错误的 ConfFile 段。位于偏移位置 %lu"
4080
4081#~ msgid "Error parsing MD5. Offset %lu"
4082#~ msgstr "解析 MD5 出错。文件内偏移量为 %lu"
4083
4084#~ msgid "Couldn't change to %s"
4085#~ msgstr "无法切换工作目录到 %s"
4086
4087#~ msgid "Failed to locate a valid control file"
4088#~ msgstr "无法在归档文件中找到有效的主控文件"
4089
4090#~ msgid "Couldn't open pipe for %s"
4091#~ msgstr "无法为 %s 开启管道"
4092
4093#~ msgid "Read error from %s process"
4094#~ msgstr "从 %s 进程读取数据出错"
4095
4096#~ msgid "Got a single header line over %u chars"
4097#~ msgstr "接收到一行报头行,它的长度超过了 %u 个字符"
de5a560a 4098
8eca4bb8
MV
4099#~ msgid "Note: This is done automatic and on purpose by dpkg."
4100#~ msgstr "注意:这是自动被 dpkg 有意完成的。"
4101
a12d5352
MV
4102#~ msgid "Malformed override %s line %lu #1"
4103#~ msgstr "override 文件 %s 第 %lu 行的格式有误 #1"
4104
4105#~ msgid "Malformed override %s line %lu #2"
4106#~ msgstr "override 文件 %s 第 %lu 行的格式有误 #2"
4107
4108#~ msgid "Malformed override %s line %lu #3"
4109#~ msgstr "override 文件 %s 第 %lu 行的格式有误 #3"
4110
c77d6597
MV
4111#~ msgid "decompressor"
4112#~ msgstr "解压程序"
4113
a12d5352
MV
4114#~ msgid "read, still have %lu to read but none left"
4115#~ msgstr "读取文件出错,还剩 %lu 字节没有读出"
4116
4117#~ msgid "write, still have %lu to write but couldn't"
4118#~ msgstr "写入文件出错,还剩 %lu 字节没有保存"
4119
c77d6597
MV
4120#~ msgid ""
4121#~ "Could not perform immediate configuration on already unpacked '%s'. "
4122#~ "Please see man 5 apt.conf under APT::Immediate-Configure for details."
4123#~ msgstr ""
c987dff4 4124#~ "无法立即对已经解压的 %s 进行配置。请查看 man 5 apt.conf 中的 APT::"
c77d6597
MV
4125#~ "Immediate-Configure。"
4126
4127#~ msgid "Error occurred while processing %s (NewPackage)"
4128#~ msgstr "处理 %s (NewPackage)时出错"
4129
4130#~ msgid "Error occurred while processing %s (UsePackage1)"
4131#~ msgstr "处理 %s (UsePackage1)时出错"
4132
4133#~ msgid "Error occurred while processing %s (NewFileDesc1)"
4134#~ msgstr "处理 %s (NewFileDesc1)时出错"
4135
4136#~ msgid "Error occurred while processing %s (UsePackage2)"
4137#~ msgstr "处理 %s (UsePackage2)时出错"
4138
4139#~ msgid "Error occurred while processing %s (NewFileVer1)"
4140#~ msgstr "处理 %s (NewFileVer1)时出错"
4141
4142#~ msgid "Error occurred while processing %s (NewVersion%d)"
4143#~ msgstr "处理 %s (NewVersion%d)时出错"
4144
4145#~ msgid "Error occurred while processing %s (UsePackage3)"
4146#~ msgstr "处理 %s (UsePackage3)时出错"
4147
4148#~ msgid "Error occurred while processing %s (NewFileDesc2)"
4149#~ msgstr "处理 %s (NewFileDesc2)时出错"
4150
a12d5352
MV
4151#~ msgid "Error occurred while processing %s (FindPkg)"
4152#~ msgstr "处理 %s (FindPkg)时出错"
4153
c77d6597
MV
4154#~ msgid "Error occurred while processing %s (CollectFileProvides)"
4155#~ msgstr "处理 %s (CollectFileProvides)时出错"
4156
27b16a2e
MV
4157#~ msgid "Internal error, could not locate member"
4158#~ msgstr "内部错误,无法定位包内文件"
4159
4160#~ msgid "Internal error, group '%s' has no installable pseudo package"
4161#~ msgstr "内部错误,组 %s 没有可安装的 pseudo 软件包"
4162
4163#~ msgid "Release file expired, ignoring %s (invalid since %s)"
4164#~ msgstr "Release 文件已过期,忽略 %s (从 %s 起无效)"
4165
b6c6b52f
MV
4166#~ msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
4167#~ msgstr "错误:Acquire::gpgv::Options 的参数列表太长。结束运行。"
4168
b6c6b52f
MV
4169#~ msgid "Error occurred while processing %s (NewVersion2)"
4170#~ msgstr "处理 %s (NewVersion2)时出错"
4171
b81dbe40
DK
4172#~ msgid "Malformed line %u in source list %s (vendor id)"
4173#~ msgstr "在源列表中 %2$s 中第 %1$u 行的格式有误(供应商 ID)"
4174
0fd68707
MV
4175#~ msgid "Couldn't access keyring: '%s'"
4176#~ msgstr "无法访问密钥环:“%s”"
4177
4178#~ msgid "Could not patch file"
4179#~ msgstr "无法打开补丁文件"
4180
1c5f0d75 4181#~ msgid " %4i %s\n"
4182#~ msgstr " %4i %s\n"
4183
4184#~ msgid "No source package '%s' picking '%s' instead\n"
4185#~ msgstr "没有源代码包“%s”,使用“%s”代替\n"
4186
09d057db 4187#~ msgid "%4i %s\n"
4188#~ msgstr "%4i %s\n"
4189
4190#~ msgid "Processing triggers for %s"
4191#~ msgstr "启动对 %s 的处理"
4192
d9199d6e 4193#~ msgid "Dynamic MMap ran out of room"
4194#~ msgstr "动态内存映射(Dynamic MMap)空间不足"
4195
6c0bed9d 4196#~ msgid ""
4197#~ "Since you only requested a single operation it is extremely likely that\n"
4198#~ "the package is simply not installable and a bug report against\n"
4199#~ "that package should be filed."
4200#~ msgstr ""
4201#~ "您仅要求对单一软件包进行操作,这极有可能是因为该软件包安装不上,同时,\n"
4202#~ "您最好提交一个针对这个软件包的故障报告。"
4203
ab231908 4204#~ msgid "Line %d too long (max %lu)"
ba00ddd6 4205#~ msgstr "第 %d 行太长了(长度限制为 %lu)。"
ab231908 4206
bcc506d5 4207#~ msgid "After unpacking %sB of additional disk space will be used.\n"
4208#~ msgstr "解压缩后会消耗掉 %sB 的额外空间。\n"
4209
4210#~ msgid "After unpacking %sB disk space will be freed.\n"
4211#~ msgstr "解压缩后将会空出 %sB 的空间。\n"
4212
0e1423ae 4213#~ msgid "Line %d too long (max %d)"
ba00ddd6 4214#~ msgstr "第 %d 行太长了(长度限制为 %d)"
de5a560a 4215
0e1423ae 4216#~ msgid "Error occured while processing %s (NewFileDesc1)"
1af44908 4217#~ msgstr "处理 %s (NewFileDesc1)时出错"
67f393ab 4218
0e1423ae 4219#~ msgid "Error occured while processing %s (NewFileDesc2)"
1af44908 4220#~ msgstr "处理 %s (NewFileDesc2)时出错"
67f393ab 4221
0e1423ae 4222#~ msgid "Stored label: %s \n"
ba00ddd6 4223#~ msgstr "归档文件标签:%s \n"
de5a560a 4224
0e1423ae 4225#~ msgid ""
b6c6b52f
MV
4226#~ "Found %i package indexes, %i source indexes, %i translation indexes and "
4227#~ "%i signatures\n"
1af44908 4228#~ msgstr ""
4229#~ "找到了 %i 个软件包索引、%i 个源代码包索引,%i 个翻译索引和 %i 个数字签名\n"
de5a560a 4230
0e1423ae 4231#~ msgid "openpty failed\n"
1af44908 4232#~ msgstr "openpty 失败\n"
3c4a4974 4233
edae3167 4234#~ msgid "File date has changed %s"
4235#~ msgstr "文件 %s 的时间已被改动"
d9ca9477 4236
802442e3 4237#~ msgid "Reading file list"
4238#~ msgstr "正在读取文件列表"
4239
4240#~ msgid "Could not execute "
4241#~ msgstr "未能执行 "
4242
4243#~ msgid "Preparing for remove with config %s"
4244#~ msgstr "正在准备连同配置文件的删除 %s"
4245
4246#~ msgid "Removed with config %s"
4247#~ msgstr "连同配置文件一同删除 %s "
4248
1b5a6222
CP
4249#~ msgid "Unknown vendor ID '%s' in line %u of source list %s"
4250#~ msgstr ""
ba00ddd6 4251#~ "在源列表 %3$s 的第 %2$u 行发现了无法识别的软件提供商 ID (vendor ID) “%1$s”"