1 # Chinese/Simplified translation of apt.
2 # This file is put in the public domain.
3 # Tchaikov <tchaikov@sjtu.org>, 2005,2007.
4 # Carlos Z.F. Liu <carlosliu@users.sourceforge.net>, 2004,2006
8 "Project-Id-Version: apt 0.5.23\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-10-26 07:15+0200\n"
11 "PO-Revision-Date: 2007-03-29 17:14+0800\n"
12 "Last-Translator: Kov Chai <tchaikov@sjtu.org>\n"
13 "Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: methods/cdrom.cc:114
20 msgid "Unable to read the cdrom database %s"
23 #: methods/cdrom.cc:123
25 "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update "
26 "cannot be used to add new CD-ROMs"
28 "请使用 apt-cdrom,通过它就可以让 APT 能识别该光盘。apt-get upgdate 不能被用来"
31 #: methods/cdrom.cc:131
35 #: methods/cdrom.cc:166
37 msgid "Unable to unmount the CD-ROM in %s, it may still be in use."
38 msgstr "无法卸载现在挂载于 %s 的 CD-ROM,它可能正在使用中。"
40 #: methods/cdrom.cc:171
41 msgid "Disk not found."
44 #: methods/cdrom.cc:179 methods/file.cc:79 methods/rsh.cc:264
45 msgid "File not found"
48 #: methods/copy.cc:43 methods/gpgv.cc:281 methods/gzip.cc:141
49 #: methods/gzip.cc:150 methods/rred.cc:234 methods/rred.cc:243
50 msgid "Failed to stat"
53 #: methods/copy.cc:80 methods/gpgv.cc:278 methods/gzip.cc:147
54 #: methods/rred.cc:240
55 msgid "Failed to set modification time"
59 msgid "Invalid URI, local URIS must not start with //"
60 msgstr "无效的 URI,本地的 URI 不能以 // 开头"
62 #. Login must be before getpeername otherwise dante won't work.
68 msgid "Unable to determine the peer name"
72 msgid "Unable to determine the local name"
75 #: methods/ftp.cc:204 methods/ftp.cc:232
77 msgid "The server refused the connection and said: %s"
78 msgstr "服务器拒绝了我们的连接,它响应道:%s"
82 msgid "USER failed, server said: %s"
83 msgstr "USER 指令出错,服务器响应道:%s"
87 msgid "PASS failed, server said: %s"
88 msgstr "PASS 指令出错,服务器响应道:%s"
92 "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin "
95 "您指定了代理服务器,但是没有登陆脚本,Acquire::ftp::ProxyLogin 设置为空。"
99 msgid "Login script command '%s' failed, server said: %s"
100 msgstr "登录脚本命令“%s”出错,服务器响应道:%s"
102 #: methods/ftp.cc:291
104 msgid "TYPE failed, server said: %s"
105 msgstr "TYPE 指令出错,服务器响应道:%s"
107 #: methods/ftp.cc:329 methods/ftp.cc:440 methods/rsh.cc:183 methods/rsh.cc:226
108 msgid "Connection timeout"
111 #: methods/ftp.cc:335
112 msgid "Server closed the connection"
115 #: methods/ftp.cc:338 apt-pkg/contrib/fileutl.cc:471 methods/rsh.cc:190
119 #: methods/ftp.cc:345 methods/rsh.cc:197
120 msgid "A response overflowed the buffer."
123 #: methods/ftp.cc:362 methods/ftp.cc:374
124 msgid "Protocol corruption"
127 #: methods/ftp.cc:446 apt-pkg/contrib/fileutl.cc:510 methods/rsh.cc:232
131 #: methods/ftp.cc:687 methods/ftp.cc:693 methods/ftp.cc:729
132 msgid "Could not create a socket"
135 #: methods/ftp.cc:698
136 msgid "Could not connect data socket, connection timed out"
137 msgstr "无法连接上数据套接字,连接超时"
139 #: methods/ftp.cc:702 methods/connect.cc:101
143 #: methods/ftp.cc:704
144 msgid "Could not connect passive socket."
145 msgstr "无法连接被动模式的套接字。"
147 #: methods/ftp.cc:722
148 msgid "getaddrinfo was unable to get a listening socket"
149 msgstr "getaddrinfo 无法得到侦听套接字"
151 #: methods/ftp.cc:736
152 msgid "Could not bind a socket"
155 #: methods/ftp.cc:740
156 msgid "Could not listen on the socket"
159 #: methods/ftp.cc:747
160 msgid "Could not determine the socket's name"
163 #: methods/ftp.cc:779
164 msgid "Unable to send PORT command"
165 msgstr "无法发出 PORT 指令"
167 #: methods/ftp.cc:789
169 msgid "Unknown address family %u (AF_*)"
170 msgstr "无法识别的地址族 %u (AF_*)"
172 #: methods/ftp.cc:798
174 msgid "EPRT failed, server said: %s"
175 msgstr "EPRT 指令出错,服务器响应道:%s"
177 #: methods/ftp.cc:818
178 msgid "Data socket connect timed out"
181 #: methods/ftp.cc:825
182 msgid "Unable to accept connection"
185 #: methods/ftp.cc:864 methods/http.cc:959 methods/rsh.cc:303
186 msgid "Problem hashing file"
189 #: methods/ftp.cc:877
191 msgid "Unable to fetch file, server said '%s'"
192 msgstr "无法获取文件,服务器响应道“%s”"
194 #: methods/ftp.cc:892 methods/rsh.cc:322
195 msgid "Data socket timed out"
198 #: methods/ftp.cc:922
200 msgid "Data transfer failed, server said '%s'"
201 msgstr "数据传送出错,服务器响应道“%s”"
203 #. Get the files information
204 #: methods/ftp.cc:997
208 #: methods/ftp.cc:1109
209 msgid "Unable to invoke "
212 #: methods/connect.cc:64
214 msgid "Connecting to %s (%s)"
215 msgstr "正在连接 %s (%s)"
217 #: methods/connect.cc:71
222 #: methods/connect.cc:80
224 msgid "Could not create a socket for %s (f=%u t=%u p=%u)"
225 msgstr "无法为 %s 创建套接字(f=%u t=%u p=%u)"
227 #: methods/connect.cc:86
229 msgid "Cannot initiate the connection to %s:%s (%s)."
230 msgstr "无法发起与 %s:%s (%s) 的连接"
232 #: methods/connect.cc:93
234 msgid "Could not connect to %s:%s (%s), connection timed out"
235 msgstr "无法连接上 %s:%s (%s),连接超时"
237 #: methods/connect.cc:108
239 msgid "Could not connect to %s:%s (%s)."
240 msgstr "无法连接上 %s:%s (%s)。"
242 #. We say this mainly because the pause here is for the
243 #. ssh connection that is still going
244 #: methods/connect.cc:136 methods/rsh.cc:425
246 msgid "Connecting to %s"
249 #: methods/connect.cc:167
251 msgid "Could not resolve '%s'"
254 #: methods/connect.cc:173
256 msgid "Temporary failure resolving '%s'"
257 msgstr "暂时不能解析域名“%s”"
259 #: methods/connect.cc:176
261 msgid "Something wicked happened resolving '%s:%s' (%i)"
262 msgstr "解析“%s:%s”时,出现了某些故障 (%i)"
264 #: methods/connect.cc:223
266 msgid "Unable to connect to %s %s:"
267 msgstr "不能连接上 %s %s:"
269 #: methods/gpgv.cc:65
271 msgid "Couldn't access keyring: '%s'"
274 #: methods/gpgv.cc:100
275 msgid "E: Argument list from Acquire::gpgv::Options too long. Exiting."
276 msgstr "错误:Acquire::gpgv::Options 的参数列表超长。结束运行。"
278 #: methods/gpgv.cc:204
280 "Internal error: Good signature, but could not determine key fingerprint?!"
281 msgstr "内部错误:签名正确无误,但是无法确认密钥的指纹(key fingerprint)?!"
283 #: methods/gpgv.cc:209
284 msgid "At least one invalid signature was encountered."
285 msgstr "至少发现一个无效的签名。"
287 #: methods/gpgv.cc:213
289 msgid "Could not execute '%s' to verify signature (is gnupg installed?)"
290 msgstr "无法运行\"%s\"以便验证签名(您安装了 gnupg 么?)"
292 #: methods/gpgv.cc:218
293 msgid "Unknown error executing gpgv"
294 msgstr "运行 gpgv 时发生未知错误"
296 #: methods/gpgv.cc:249
297 msgid "The following signatures were invalid:\n"
300 #: methods/gpgv.cc:256
302 "The following signatures couldn't be verified because the public key is not "
304 msgstr "由于没有公钥,下列签名无法进行验证:\n"
306 #: methods/gpgv.cc:272
308 msgid "Failed to stat %s"
311 #: methods/gzip.cc:64
313 msgid "Couldn't open pipe for %s"
316 #: methods/gzip.cc:109
318 msgid "Read error from %s process"
319 msgstr "从 %s 进程读取数据出错"
321 #: methods/http.cc:377
322 msgid "Waiting for headers"
325 #: methods/http.cc:523
327 msgid "Got a single header line over %u chars"
328 msgstr "受到了一行报头条目,它的长度超过了 %u 个字符"
330 #: methods/http.cc:531
331 msgid "Bad header line"
334 #: methods/http.cc:550 methods/http.cc:557
335 msgid "The HTTP server sent an invalid reply header"
336 msgstr "该 http 服务器发送了一个无效的应答报头"
338 #: methods/http.cc:586
339 msgid "The HTTP server sent an invalid Content-Length header"
340 msgstr "该 http 服务器发送了一个无效的 Content-Length 报头"
342 #: methods/http.cc:601
343 msgid "The HTTP server sent an invalid Content-Range header"
344 msgstr "该 http 服务器发送了一个无效的 Content-Range 报头"
346 #: methods/http.cc:603
347 msgid "This HTTP server has broken range support"
348 msgstr "该 http 服务器的 range 支持不正常"
350 #: methods/http.cc:627
351 msgid "Unknown date format"
354 #: methods/http.cc:774
355 msgid "Select failed"
358 #: methods/http.cc:779
359 msgid "Connection timed out"
362 #: methods/http.cc:802
363 msgid "Error writing to output file"
366 #: methods/http.cc:833
367 msgid "Error writing to file"
370 #: methods/http.cc:861
371 msgid "Error writing to the file"
374 #: methods/http.cc:875
375 msgid "Error reading from server. Remote end closed connection"
376 msgstr "从服务器读取数据时出错,对方关闭了连接"
378 #: methods/http.cc:877
379 msgid "Error reading from server"
382 #: methods/http.cc:1104
383 msgid "Bad header data"
386 #: methods/http.cc:1121 methods/http.cc:1176
387 msgid "Connection failed"
390 #: methods/http.cc:1228
391 msgid "Internal error"
394 #: apt-pkg/contrib/mmap.cc:80
395 msgid "Can't mmap an empty file"
396 msgstr "无法 mmap 一个空文件"
398 #: apt-pkg/contrib/mmap.cc:85
400 msgid "Couldn't make mmap of %lu bytes"
401 msgstr "无法 mmap %lu 字节的数据"
403 #: apt-pkg/contrib/strutl.cc:978
405 msgid "Selection %s not found"
408 #: apt-pkg/contrib/configuration.cc:434
410 msgid "Unrecognized type abbreviation: '%c'"
411 msgstr "无法识别的类型缩写:“%c”"
413 #: apt-pkg/contrib/configuration.cc:492
415 msgid "Opening configuration file %s"
418 #: apt-pkg/contrib/configuration.cc:510
420 msgid "Line %d too long (max %u)"
421 msgstr "软件包来源档的第 %d 行超长了(长度限制为 %d)。"
423 #: apt-pkg/contrib/configuration.cc:606
425 msgid "Syntax error %s:%u: Block starts with no name."
426 msgstr "语法错误 %s:%u:配置小节没有以名字开头"
428 #: apt-pkg/contrib/configuration.cc:625
430 msgid "Syntax error %s:%u: Malformed tag"
431 msgstr "语法错误 %s:%u:标签格式有误"
433 #: apt-pkg/contrib/configuration.cc:642
435 msgid "Syntax error %s:%u: Extra junk after value"
436 msgstr "语法错误 %s:%u: 配置值后有多余的无意义数据"
438 #: apt-pkg/contrib/configuration.cc:682
440 msgid "Syntax error %s:%u: Directives can only be done at the top level"
441 msgstr "语法错误 %s:%u: 只能在顶层配置文件中使用指示"
443 #: apt-pkg/contrib/configuration.cc:689
445 msgid "Syntax error %s:%u: Too many nested includes"
446 msgstr "语法错误 %s:%u:太多的嵌套 include 命令"
448 #: apt-pkg/contrib/configuration.cc:693 apt-pkg/contrib/configuration.cc:698
450 msgid "Syntax error %s:%u: Included from here"
451 msgstr "语法错误 %s:%u: Included from here"
453 #: apt-pkg/contrib/configuration.cc:702
455 msgid "Syntax error %s:%u: Unsupported directive '%s'"
456 msgstr "语法错误 %s:%u: 不支持的指令“%s”"
458 #: apt-pkg/contrib/configuration.cc:736
460 msgid "Syntax error %s:%u: Extra junk at end of file"
461 msgstr "语法错误 %s:%u: 文件尾部有多余的无意义的数据"
463 #: apt-pkg/contrib/configuration.cc:748 apt-pkg/contrib/cdromutl.cc:150
464 #: apt-pkg/sourcelist.cc:320 apt-pkg/acquire.cc:418 apt-pkg/clean.cc:34
466 msgid "Unable to read %s"
469 #: apt-pkg/contrib/progress.cc:153
471 msgid "%c%s... Error!"
472 msgstr "%c%s... 有错误!"
474 #: apt-pkg/contrib/progress.cc:155
479 #: apt-pkg/contrib/cmndline.cc:77
481 msgid "Command line option '%c' [from %s] is not known."
482 msgstr "未知的命令行选项“%c”[来自 %s]"
484 #: apt-pkg/contrib/cmndline.cc:103 apt-pkg/contrib/cmndline.cc:111
485 #: apt-pkg/contrib/cmndline.cc:119
487 msgid "Command line option %s is not understood"
488 msgstr "无法识别命令行选项 %s"
490 #: apt-pkg/contrib/cmndline.cc:124
492 msgid "Command line option %s is not boolean"
493 msgstr "命令行选项 %s 不是个布尔值"
495 #: apt-pkg/contrib/cmndline.cc:163 apt-pkg/contrib/cmndline.cc:184
497 msgid "Option %s requires an argument."
498 msgstr "选项 %s 要求有一个参数"
500 #: apt-pkg/contrib/cmndline.cc:198 apt-pkg/contrib/cmndline.cc:204
502 msgid "Option %s: Configuration item specification must have an =<val>."
503 msgstr "选项 %s:配置项后必须包含有形如“=<变量>”的具体指定"
505 #: apt-pkg/contrib/cmndline.cc:234
507 msgid "Option %s requires an integer argument, not '%s'"
508 msgstr "选项 %s 要求有一个整数作为参数,而不是“%s”"
510 #: apt-pkg/contrib/cmndline.cc:265
512 msgid "Option '%s' is too long"
515 #: apt-pkg/contrib/cmndline.cc:298
517 msgid "Sense %s is not understood, try true or false."
518 msgstr "不能识别参数 %s,请用 true 或 false"
520 #: apt-pkg/contrib/cmndline.cc:348
522 msgid "Invalid operation %s"
525 #: apt-pkg/contrib/cdromutl.cc:52
527 msgid "Unable to stat the mount point %s"
528 msgstr "无法读取文件系统挂载点 %s 的状态"
530 #: apt-pkg/contrib/cdromutl.cc:146 apt-pkg/acquire.cc:424 apt-pkg/clean.cc:40
532 msgid "Unable to change to %s"
533 msgstr "无法切换工作目录到 %s"
535 #: apt-pkg/contrib/cdromutl.cc:187
536 msgid "Failed to stat the cdrom"
539 #: apt-pkg/contrib/fileutl.cc:82
541 msgid "Not using locking for read only lock file %s"
542 msgstr "由于文件系统为只读,因而无法使用文件锁%s"
544 #: apt-pkg/contrib/fileutl.cc:87
546 msgid "Could not open lock file %s"
549 #: apt-pkg/contrib/fileutl.cc:105
551 msgid "Not using locking for nfs mounted lock file %s"
552 msgstr "无法在 nfs 文件系统上使用文件锁 %s"
554 #: apt-pkg/contrib/fileutl.cc:109
556 msgid "Could not get lock %s"
559 #: apt-pkg/contrib/fileutl.cc:377
561 msgid "Waited for %s but it wasn't there"
562 msgstr "等待子进程 %s 的退出,但是它并不存在"
564 #: apt-pkg/contrib/fileutl.cc:387
566 msgid "Sub-process %s received a segmentation fault."
567 msgstr "子进程 %s 发生了段错误"
569 #: apt-pkg/contrib/fileutl.cc:390
571 msgid "Sub-process %s returned an error code (%u)"
572 msgstr "子进程 %s 返回了一个错误号 (%u)"
574 #: apt-pkg/contrib/fileutl.cc:392
576 msgid "Sub-process %s exited unexpectedly"
577 msgstr "子进程 %s 异常退出了"
579 #: apt-pkg/contrib/fileutl.cc:436
581 msgid "Could not open file %s"
584 #: apt-pkg/contrib/fileutl.cc:492
586 msgid "read, still have %lu to read but none left"
587 msgstr "读文件时出错,还剩 %lu 字节没有读出"
589 #: apt-pkg/contrib/fileutl.cc:522
591 msgid "write, still have %lu to write but couldn't"
592 msgstr "写文件时出错,还剩 %lu 字节没有保存"
594 #: apt-pkg/contrib/fileutl.cc:597
595 msgid "Problem closing the file"
598 #: apt-pkg/contrib/fileutl.cc:603
599 msgid "Problem unlinking the file"
600 msgstr "用 unlink 删除文件时出错"
602 #: apt-pkg/contrib/fileutl.cc:614
603 msgid "Problem syncing the file"
606 #: apt-pkg/pkgcache.cc:132
607 msgid "Empty package cache"
610 #: apt-pkg/pkgcache.cc:138
611 msgid "The package cache file is corrupted"
614 #: apt-pkg/pkgcache.cc:143
615 msgid "The package cache file is an incompatible version"
616 msgstr "软件包缓存区文件的版本不兼容"
618 #: apt-pkg/pkgcache.cc:148
620 msgid "This APT does not support the versioning system '%s'"
621 msgstr "本程序目前不支持“%s”这个版本控制系统"
623 #: apt-pkg/pkgcache.cc:153
624 msgid "The package cache was built for a different architecture"
625 msgstr "软件包缓存区是为其它架构的主机构造的"
627 #: apt-pkg/pkgcache.cc:224
631 #: apt-pkg/pkgcache.cc:224
635 #: apt-pkg/pkgcache.cc:224
639 #: apt-pkg/pkgcache.cc:225
643 #: apt-pkg/pkgcache.cc:225
647 #: apt-pkg/pkgcache.cc:225
651 #: apt-pkg/pkgcache.cc:226
655 #: apt-pkg/pkgcache.cc:226
659 #: apt-pkg/pkgcache.cc:237
663 #: apt-pkg/pkgcache.cc:237
667 #: apt-pkg/pkgcache.cc:237
671 #: apt-pkg/pkgcache.cc:238
675 #: apt-pkg/pkgcache.cc:238
679 #: apt-pkg/depcache.cc:121 apt-pkg/depcache.cc:150
680 msgid "Building dependency tree"
681 msgstr "正在分析软件包的依赖关系树"
683 #: apt-pkg/depcache.cc:122
684 msgid "Candidate versions"
687 #: apt-pkg/depcache.cc:151
688 msgid "Dependency generation"
691 #: apt-pkg/depcache.cc:172 apt-pkg/depcache.cc:191 apt-pkg/depcache.cc:195
693 msgid "Reading state information"
696 #: apt-pkg/depcache.cc:219
698 msgid "Failed to open StateFile %s"
701 #: apt-pkg/depcache.cc:225
703 msgid "Failed to write temporary StateFile %s"
706 #: apt-pkg/tagfile.cc:102
708 msgid "Unable to parse package file %s (1)"
709 msgstr "无法解析软件包文件 %s (1)"
711 #: apt-pkg/tagfile.cc:189
713 msgid "Unable to parse package file %s (2)"
714 msgstr "无法解析软件包文件 %s (2)"
716 #: apt-pkg/sourcelist.cc:90
718 msgid "Malformed line %lu in source list %s (URI)"
719 msgstr "安装源配置文件“%2$s”第 %1$lu 行的格式有误 (URI)"
721 #: apt-pkg/sourcelist.cc:92
723 msgid "Malformed line %lu in source list %s (dist)"
724 msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误 (dist)"
726 #: apt-pkg/sourcelist.cc:95
728 msgid "Malformed line %lu in source list %s (URI parse)"
729 msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误 (URI parse)"
731 #: apt-pkg/sourcelist.cc:101
733 msgid "Malformed line %lu in source list %s (absolute dist)"
734 msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误 (Ablolute dist)"
736 #: apt-pkg/sourcelist.cc:108
738 msgid "Malformed line %lu in source list %s (dist parse)"
739 msgstr "安装源配置文件“%2$s”第 %1$lu 行有错误 (dist parse)"
741 #: apt-pkg/sourcelist.cc:199
746 #: apt-pkg/sourcelist.cc:216 apt-pkg/cdrom.cc:448
748 msgid "Line %u too long in source list %s."
749 msgstr "软件包来源档 %2$s 的第 %1$u 行超长了。"
751 #: apt-pkg/sourcelist.cc:236
753 msgid "Malformed line %u in source list %s (type)"
754 msgstr "在安装源列表中 %2$s 中第 %1$u 行的格式有误 (type)"
756 #: apt-pkg/sourcelist.cc:240
758 msgid "Type '%s' is not known on line %u in source list %s"
759 msgstr "无法识别在安装源列表 %3$s 里,第 %2$u 行中的软件包类别“%1$s”"
761 #: apt-pkg/sourcelist.cc:248 apt-pkg/sourcelist.cc:251
763 msgid "Malformed line %u in source list %s (vendor id)"
764 msgstr "在安装源列表中 %2$s 中第 %1$u 行的格式有误 (vendor id)"
766 #: apt-pkg/packagemanager.cc:399
769 "This installation run will require temporarily removing the essential "
770 "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
771 "you really want to do it, activate the APT::Force-LoopBreak option."
773 "由于这次安装存在着一个 Conflicts/Pre-Depends 循环,因而需要暂时删除一个必不可"
774 "少的软件包 %s。通常并不建议这样做,但是如果您确实希望如此,可以打开 APT::"
775 "Force-LoopBreak 选项。"
777 #: apt-pkg/pkgrecords.cc:32
779 msgid "Index file type '%s' is not supported"
780 msgstr "不支持索引文件类型“%s”"
782 #: apt-pkg/algorithms.cc:247
785 "The package %s needs to be reinstalled, but I can't find an archive for it."
786 msgstr "软件包 %s 需要重新安装,但是我无法找到相应的安装文件。"
788 #: apt-pkg/algorithms.cc:1105
790 "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by "
793 "错误,pkgProblemResolver::Resolve 发生故障,这可能是有软件包被要求保持现状的"
796 #: apt-pkg/algorithms.cc:1107
797 msgid "Unable to correct problems, you have held broken packages."
799 "无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关"
802 #: apt-pkg/acquire.cc:59
804 msgid "Lists directory %spartial is missing."
805 msgstr "软件包列表的目录 %spartial 不见了。"
807 #: apt-pkg/acquire.cc:63
809 msgid "Archive directory %spartial is missing."
810 msgstr "找不到“%spartial”这个目录。"
812 #. only show the ETA if it makes sense
814 #: apt-pkg/acquire.cc:827
816 msgid "Retrieving file %li of %li (%s remaining)"
817 msgstr "正在下载 %li 个文件中的第 %li 个(还有 %s 个)"
819 #: apt-pkg/acquire.cc:829
821 msgid "Retrieving file %li of %li"
822 msgstr "正在下载 %2$li 个文件中的 %1$li 个"
824 #: apt-pkg/acquire-worker.cc:110
826 msgid "The method driver %s could not be found."
827 msgstr "无法找到获取软件包的渠道 %s 所需的驱动程序。"
829 #: apt-pkg/acquire-worker.cc:159
831 msgid "Method %s did not start correctly"
832 msgstr "获取软件包的渠道 %s 所需的驱动程序没有正常启动。"
834 #: apt-pkg/acquire-worker.cc:398
836 msgid "Please insert the disc labeled: '%s' in the drive '%s' and press enter."
837 msgstr "请把标有 “%s” 的碟片插入驱动器“%s”再按回车键。"
839 #: apt-pkg/init.cc:124
841 msgid "Packaging system '%s' is not supported"
844 #: apt-pkg/init.cc:140
845 msgid "Unable to determine a suitable packaging system type"
846 msgstr "无法确定适合的打包系统类型"
848 #: apt-pkg/clean.cc:57
850 msgid "Unable to stat %s."
851 msgstr "无法读取 %s 的状态。"
853 #: apt-pkg/srcrecords.cc:44
854 msgid "You must put some 'source' URIs in your sources.list"
855 msgstr "您必须在您的 sources.list 写入一些“软件包源”的 URI"
857 #: apt-pkg/cachefile.cc:63
858 msgid "The list of sources could not be read."
861 #: apt-pkg/cachefile.cc:69
862 msgid "The package lists or status file could not be parsed or opened."
863 msgstr "无法解析或打开软件包的列表或是状态文件。"
865 #: apt-pkg/cachefile.cc:73
866 msgid "You may want to run apt-get update to correct these problems"
867 msgstr "您可能需要运行 apt-get update 来解决这些问题"
869 #: apt-pkg/policy.cc:267
870 msgid "Invalid record in the preferences file, no Package header"
871 msgstr "偏好设定(preferences)文件中发现有无效的记录,无 Package 字段头"
873 #: apt-pkg/policy.cc:289
875 msgid "Did not understand pin type %s"
876 msgstr "无法识别锁定的类型(pin type) %s"
878 #: apt-pkg/policy.cc:297
879 msgid "No priority (or zero) specified for pin"
880 msgstr "没有为版本锁定指定优先级(或为零)"
882 #: apt-pkg/pkgcachegen.cc:72
883 msgid "Cache has an incompatible versioning system"
884 msgstr "软件包暂存区使用的是不兼容的版本控制系统"
886 #: apt-pkg/pkgcachegen.cc:115
888 msgid "Error occurred while processing %s (NewPackage)"
889 msgstr "处理 %s (NewPackage)时出错"
891 #: apt-pkg/pkgcachegen.cc:130
893 msgid "Error occurred while processing %s (UsePackage1)"
894 msgstr "处理 %s (UsePackage1)时出错"
896 #: apt-pkg/pkgcachegen.cc:153
898 msgid "Error occurred while processing %s (NewFileDesc1)"
899 msgstr "处理 %s (NewFileVer1)时出错"
901 #: apt-pkg/pkgcachegen.cc:178
903 msgid "Error occurred while processing %s (UsePackage2)"
904 msgstr "处理 %s (UsePackage2)时出错"
906 #: apt-pkg/pkgcachegen.cc:182
908 msgid "Error occurred while processing %s (NewFileVer1)"
909 msgstr "处理 %s (NewFileVer1)时出错"
911 #: apt-pkg/pkgcachegen.cc:213
913 msgid "Error occurred while processing %s (NewVersion1)"
914 msgstr "处理 %s (NewVersion1)时出错"
916 #: apt-pkg/pkgcachegen.cc:217
918 msgid "Error occurred while processing %s (UsePackage3)"
919 msgstr "处理 %s (UsePackage3)时出错"
921 #: apt-pkg/pkgcachegen.cc:221
923 msgid "Error occurred while processing %s (NewVersion2)"
924 msgstr "处理 %s (NewVersion2)时出错"
926 #: apt-pkg/pkgcachegen.cc:245
928 msgid "Error occurred while processing %s (NewFileDesc2)"
929 msgstr "处理 %s (NewFileVer1)时出错"
931 #: apt-pkg/pkgcachegen.cc:251
932 msgid "Wow, you exceeded the number of package names this APT is capable of."
933 msgstr "糟了,软件包的数量了超出本程序的处理能力。"
935 #: apt-pkg/pkgcachegen.cc:254
936 msgid "Wow, you exceeded the number of versions this APT is capable of."
937 msgstr "糟了,软件包版本的数量了超出本程序的处理能力。"
939 #: apt-pkg/pkgcachegen.cc:257
941 msgid "Wow, you exceeded the number of descriptions this APT is capable of."
942 msgstr "糟了,软件包版本的数量了超出本程序的处理能力。"
944 #: apt-pkg/pkgcachegen.cc:260
945 msgid "Wow, you exceeded the number of dependencies this APT is capable of."
946 msgstr "糟了,依赖关系的数量超出了本程序的处理能力。"
948 #: apt-pkg/pkgcachegen.cc:288
950 msgid "Error occurred while processing %s (FindPkg)"
951 msgstr "处理 %s (FindPkg)时出错"
953 #: apt-pkg/pkgcachegen.cc:301
955 msgid "Error occurred while processing %s (CollectFileProvides)"
956 msgstr "处理 %s (CollectFileProvides)时出错"
958 #: apt-pkg/pkgcachegen.cc:307
960 msgid "Package %s %s was not found while processing file dependencies"
961 msgstr "当处理文件依赖关系时,无法找到软件包 %s %s"
963 #: apt-pkg/pkgcachegen.cc:678
965 msgid "Couldn't stat source package list %s"
966 msgstr "无法获取源软件包列表 %s 的状态"
968 #. Build the status cache
969 #: apt-pkg/pkgcachegen.cc:748 apt-pkg/pkgcachegen.cc:817
970 #: apt-pkg/pkgcachegen.cc:822 apt-pkg/pkgcachegen.cc:945
971 msgid "Reading package lists"
974 #: apt-pkg/pkgcachegen.cc:763
975 msgid "Collecting File Provides"
976 msgstr "正在收集文件所提供的软件包"
978 #: apt-pkg/pkgcachegen.cc:815
980 msgid "Unable to write to %s"
983 #: apt-pkg/pkgcachegen.cc:890 apt-pkg/pkgcachegen.cc:897
984 msgid "IO Error saving source cache"
987 #: apt-pkg/acquire-item.cc:127
989 msgid "rename failed, %s (%s -> %s)."
990 msgstr "无法重命名文件,%s (%s -> %s)。"
992 #: apt-pkg/acquire-item.cc:401
993 msgid "MD5Sum mismatch"
996 #: apt-pkg/acquire-item.cc:647 apt-pkg/acquire-item.cc:1399
998 msgid "Hash Sum mismatch"
1001 #: apt-pkg/acquire-item.cc:1091
1002 msgid "There is no public key available for the following key IDs:\n"
1003 msgstr "以下 key ID 没有可用的公钥:\n"
1005 #: apt-pkg/acquire-item.cc:1204
1008 "I wasn't able to locate a file for the %s package. This might mean you need "
1009 "to manually fix this package. (due to missing arch)"
1011 "我无法找到一个对应 %s 软件包的文件。在这种情况下可能需要您手动修正这个软件"
1014 #: apt-pkg/acquire-item.cc:1263
1017 "I wasn't able to locate file for the %s package. This might mean you need to "
1018 "manually fix this package."
1020 "我无法找到对应 %s 软件包的文件。在这种情况下您可能需要手动修正这个软件包。"
1022 #: apt-pkg/acquire-item.cc:1304
1025 "The package index files are corrupted. No Filename: field for package %s."
1026 msgstr "软件包的索引文件已损坏。找不到对应软件包 %s 的 Filename: 字段。"
1028 #: apt-pkg/acquire-item.cc:1391
1029 msgid "Size mismatch"
1032 #: apt-pkg/vendorlist.cc:66
1034 msgid "Vendor block %s contains no fingerprint"
1035 msgstr "软件提供者数据块内 %s 没有包含指纹信息"
1037 #: apt-pkg/cdrom.cc:529
1040 "Using CD-ROM mount point %s\n"
1043 "现把 %s 作为了 CD-ROM 的挂载点\n"
1046 #: apt-pkg/cdrom.cc:538 apt-pkg/cdrom.cc:620
1047 msgid "Identifying.. "
1050 #: apt-pkg/cdrom.cc:563
1052 msgid "Stored label: %s\n"
1055 #: apt-pkg/cdrom.cc:583
1057 msgid "Using CD-ROM mount point %s\n"
1058 msgstr "现把 %s 作为了 CD-ROM 的挂载点\n"
1060 #: apt-pkg/cdrom.cc:601
1061 msgid "Unmounting CD-ROM\n"
1062 msgstr "正在卸载 CD-ROM 文件系统\n"
1064 #: apt-pkg/cdrom.cc:605
1065 msgid "Waiting for disc...\n"
1068 #. Mount the new CDROM
1069 #: apt-pkg/cdrom.cc:613
1070 msgid "Mounting CD-ROM...\n"
1071 msgstr "正在挂载 CD-ROM 文件系统……\n"
1073 #: apt-pkg/cdrom.cc:631
1074 msgid "Scanning disc for index files..\n"
1075 msgstr "正在光盘中查找索引文件..\n"
1077 #: apt-pkg/cdrom.cc:671
1080 "Found %u package indexes, %u source indexes, %u translation indexes and %u "
1082 msgstr "找到了 %i 个软件包索引、%i 个源代码包索引,和 %i 个数字签名\n"
1084 #: apt-pkg/cdrom.cc:708
1086 msgid "Found label '%s'\n"
1089 #: apt-pkg/cdrom.cc:737
1090 msgid "That is not a valid name, try again.\n"
1091 msgstr "这不是一个有效的名字,请再次命名。\n"
1093 #: apt-pkg/cdrom.cc:753
1096 "This disc is called: \n"
1102 #: apt-pkg/cdrom.cc:757
1103 msgid "Copying package lists..."
1104 msgstr "正在复制软件包列表……"
1106 #: apt-pkg/cdrom.cc:783
1107 msgid "Writing new source list\n"
1108 msgstr "正在写入新的软件包源列表\n"
1110 #: apt-pkg/cdrom.cc:792
1111 msgid "Source list entries for this disc are:\n"
1112 msgstr "对应于该光盘的软件包源设置项是:\n"
1114 #: apt-pkg/cdrom.cc:834
1116 msgid "Unmounting CD-ROM...\n"
1117 msgstr "正在卸载 CD-ROM 文件系统……"
1119 #: apt-pkg/indexcopy.cc:263 apt-pkg/indexcopy.cc:823
1121 msgid "Wrote %i records.\n"
1122 msgstr "已写入 %i 条记录。\n"
1124 #: apt-pkg/indexcopy.cc:265 apt-pkg/indexcopy.cc:825
1126 msgid "Wrote %i records with %i missing files.\n"
1127 msgstr "已写入 %i 条记录,并有 %i 个文件缺失。\n"
1129 #: apt-pkg/indexcopy.cc:268 apt-pkg/indexcopy.cc:828
1131 msgid "Wrote %i records with %i mismatched files\n"
1132 msgstr "已写入 %i 条记录,并有 %i 个文件不吻合\n"
1134 #: apt-pkg/indexcopy.cc:271 apt-pkg/indexcopy.cc:831
1136 msgid "Wrote %i records with %i missing files and %i mismatched files\n"
1137 msgstr "已写入 %i 条记录,并有 %i 个缺失,以及 %i 个文件不吻合\n"
1139 #: apt-pkg/deb/dpkgpm.cc:510
1141 msgid "Directory '%s' missing"
1142 msgstr "软件包列表的目录 %spartial 不见了。"
1144 #: apt-pkg/deb/dpkgpm.cc:572
1146 msgid "Preparing %s"
1149 #: apt-pkg/deb/dpkgpm.cc:573
1151 msgid "Unpacking %s"
1154 #: apt-pkg/deb/dpkgpm.cc:578
1156 msgid "Preparing to configure %s"
1159 #: apt-pkg/deb/dpkgpm.cc:579
1161 msgid "Configuring %s"
1164 #: apt-pkg/deb/dpkgpm.cc:581 apt-pkg/deb/dpkgpm.cc:582
1166 #| msgid "Error processing directory %s"
1167 msgid "Processing triggers for %s"
1168 msgstr "处理目录 %s 时出错"
1170 #: apt-pkg/deb/dpkgpm.cc:584
1172 msgid "Installed %s"
1175 #: apt-pkg/deb/dpkgpm.cc:589 apt-pkg/deb/dpkgpm.cc:591
1176 #: apt-pkg/deb/dpkgpm.cc:592
1178 msgid "Preparing for removal of %s"
1179 msgstr "正在准备 %s 的删除操作"
1181 #: apt-pkg/deb/dpkgpm.cc:594
1186 #: apt-pkg/deb/dpkgpm.cc:595
1191 #: apt-pkg/deb/dpkgpm.cc:600
1193 msgid "Preparing to completely remove %s"
1194 msgstr "正在准备完全删除 %s"
1196 #: apt-pkg/deb/dpkgpm.cc:601
1198 msgid "Completely removed %s"
1201 #: apt-pkg/deb/dpkgpm.cc:749
1202 msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
1205 #: methods/rred.cc:219
1206 msgid "Could not patch file"
1209 #: methods/rsh.cc:91
1210 msgid "Failed to create IPC pipe to subprocess"
1211 msgstr "无法为子进程创建 IPC 管道"
1213 #: methods/rsh.cc:330
1214 msgid "Connection closed prematurely"
1217 #: apt-inst/contrib/extracttar.cc:114
1218 msgid "Failed to create pipes"
1221 #: apt-inst/contrib/extracttar.cc:141
1222 msgid "Failed to exec gzip "
1225 #: apt-inst/contrib/extracttar.cc:178 apt-inst/contrib/extracttar.cc:204
1226 msgid "Corrupted archive"
1229 #: apt-inst/contrib/extracttar.cc:193
1230 msgid "Tar checksum failed, archive corrupted"
1231 msgstr "tar 的校验码不符,包文件已被损坏"
1233 #: apt-inst/contrib/extracttar.cc:296
1235 msgid "Unknown TAR header type %u, member %s"
1236 msgstr "未知的 TAR 数据头类型 %u,成员 %s"
1238 #: apt-inst/contrib/arfile.cc:70
1239 msgid "Invalid archive signature"
1240 msgstr "无效的打包文件特征号(signature)"
1242 #: apt-inst/contrib/arfile.cc:78
1243 msgid "Error reading archive member header"
1244 msgstr "读取打包文件中的成员文件头出错"
1246 #: apt-inst/contrib/arfile.cc:90 apt-inst/contrib/arfile.cc:102
1247 msgid "Invalid archive member header"
1248 msgstr "打包文件中成员文件头无效"
1250 #: apt-inst/contrib/arfile.cc:128
1251 msgid "Archive is too short"
1254 #: apt-inst/contrib/arfile.cc:132
1255 msgid "Failed to read the archive headers"
1256 msgstr "无法读取打包文件的数据头"
1258 #: apt-inst/filelist.cc:380
1259 msgid "DropNode called on still linked node"
1260 msgstr "把 DropNode 用在了仍在链表中的节点上"
1262 #: apt-inst/filelist.cc:412
1263 msgid "Failed to locate the hash element!"
1266 #: apt-inst/filelist.cc:459
1267 msgid "Failed to allocate diversion"
1268 msgstr "无法分配转移项(diversion)"
1270 #: apt-inst/filelist.cc:464
1271 msgid "Internal error in AddDiversion"
1272 msgstr "内部错误,出现在 AddDiversion"
1274 #: apt-inst/filelist.cc:477
1276 msgid "Trying to overwrite a diversion, %s -> %s and %s/%s"
1277 msgstr "试图覆盖一个转移项(diversion),%s -> %s 即 %s/%s"
1279 #: apt-inst/filelist.cc:506
1281 msgid "Double add of diversion %s -> %s"
1282 msgstr "添加了两个转移项(diversion) %s-> %s"
1284 #: apt-inst/filelist.cc:549
1286 msgid "Duplicate conf file %s/%s"
1287 msgstr "重复的配置文件 %s/%s"
1289 #: apt-inst/dirstream.cc:41 apt-inst/dirstream.cc:46 apt-inst/dirstream.cc:49
1291 msgid "Failed to write file %s"
1294 #: apt-inst/dirstream.cc:92 apt-inst/dirstream.cc:100
1296 msgid "Failed to close file %s"
1299 #: apt-inst/extract.cc:93 apt-inst/extract.cc:164
1301 msgid "The path %s is too long"
1304 #: apt-inst/extract.cc:124
1306 msgid "Unpacking %s more than once"
1307 msgstr "%s 被解包了不只一次"
1309 #: apt-inst/extract.cc:134
1311 msgid "The directory %s is diverted"
1312 msgstr "目录 %s 已被转移(diverted)"
1314 #: apt-inst/extract.cc:144
1316 msgid "The package is trying to write to the diversion target %s/%s"
1317 msgstr "该软件包正尝试写入转移对象(diversion target) %s/%s"
1319 #: apt-inst/extract.cc:154 apt-inst/extract.cc:297
1320 msgid "The diversion path is too long"
1321 msgstr "该转移路径(diversion path)过长"
1323 #: apt-inst/extract.cc:185
1325 msgid "Failed to rename %s to %s"
1326 msgstr "无法将 %s 重命名为 %s"
1328 #: apt-inst/extract.cc:240
1330 msgid "The directory %s is being replaced by a non-directory"
1331 msgstr "目录 %s 要被一个非目录的文件替换"
1333 #: apt-inst/extract.cc:280
1334 msgid "Failed to locate node in its hash bucket"
1335 msgstr "无法在其散列桶(hash bucket)中分配节点"
1337 #: apt-inst/extract.cc:284
1338 msgid "The path is too long"
1341 #: apt-inst/extract.cc:414
1343 msgid "Overwrite package match with no version for %s"
1344 msgstr "用来覆盖的软件包不属于 %s 的任何版本"
1346 #: apt-inst/extract.cc:431
1348 msgid "File %s/%s overwrites the one in the package %s"
1349 msgstr "文件 %s/%s 会覆盖属于软件包 %s 中的同名文件"
1351 #: apt-inst/extract.cc:491
1353 msgid "Unable to stat %s"
1354 msgstr "无法读取 %s 的状态"
1356 #: apt-inst/deb/dpkgdb.cc:51 apt-inst/deb/dpkgdb.cc:57
1358 msgid "Failed to remove %s"
1361 #: apt-inst/deb/dpkgdb.cc:106 apt-inst/deb/dpkgdb.cc:108
1363 msgid "Unable to create %s"
1366 #: apt-inst/deb/dpkgdb.cc:114
1368 msgid "Failed to stat %sinfo"
1369 msgstr "无法读取 %sinfo 的状态"
1371 #: apt-inst/deb/dpkgdb.cc:119
1372 msgid "The info and temp directories need to be on the same filesystem"
1373 msgstr "info 和 temp 目录要求处于同一文件系统之下"
1375 #: apt-inst/deb/dpkgdb.cc:176
1377 msgid "Failed to change to the admin dir %sinfo"
1378 msgstr "无法切换工作目录到 admin 目录 %sinfo"
1380 #: apt-inst/deb/dpkgdb.cc:197 apt-inst/deb/dpkgdb.cc:351
1381 #: apt-inst/deb/dpkgdb.cc:444
1382 msgid "Internal error getting a package name"
1383 msgstr "在获取软件包名字时出现内部错误"
1385 #: apt-inst/deb/dpkgdb.cc:201 apt-inst/deb/dpkgdb.cc:382
1386 msgid "Reading file listing"
1389 #: apt-inst/deb/dpkgdb.cc:212
1392 "Failed to open the list file '%sinfo/%s'. If you cannot restore this file "
1393 "then make it empty and immediately re-install the same version of the "
1396 "无法打开列表文件“%sinfo/%s”。如果您不能恢复这个文件,那么就清空该文件,再马上"
1399 #: apt-inst/deb/dpkgdb.cc:225 apt-inst/deb/dpkgdb.cc:238
1401 msgid "Failed reading the list file %sinfo/%s"
1402 msgstr "无法读取列表文件 %sinfo/%s"
1404 #: apt-inst/deb/dpkgdb.cc:262
1405 msgid "Internal error getting a node"
1406 msgstr "获得一个节点时出现内部错误"
1408 #: apt-inst/deb/dpkgdb.cc:305
1410 msgid "Failed to open the diversions file %sdiversions"
1411 msgstr "无法打开转移配置文件(diversions file) %sdiversions"
1413 #: apt-inst/deb/dpkgdb.cc:320
1414 msgid "The diversion file is corrupted"
1415 msgstr "该转移配置文件(diversion file)被损坏了"
1417 #: apt-inst/deb/dpkgdb.cc:327 apt-inst/deb/dpkgdb.cc:332
1418 #: apt-inst/deb/dpkgdb.cc:337
1420 msgid "Invalid line in the diversion file: %s"
1421 msgstr "转移配置文件中有一行是无效的:%s"
1423 #: apt-inst/deb/dpkgdb.cc:358
1424 msgid "Internal error adding a diversion"
1425 msgstr "添加 diversion 时出现内部错误"
1427 #: apt-inst/deb/dpkgdb.cc:379
1428 msgid "The pkg cache must be initialized first"
1429 msgstr "必须首先初始化软件包缓存"
1431 #: apt-inst/deb/dpkgdb.cc:439
1433 msgid "Failed to find a Package: header, offset %lu"
1434 msgstr "无法找到某个软件包:包头,于偏移位置 %lu"
1436 #: apt-inst/deb/dpkgdb.cc:461
1438 msgid "Bad ConfFile section in the status file. Offset %lu"
1439 msgstr "状态文件中有错误的 ConfFile 段。位于偏移位置 %lu"
1441 #: apt-inst/deb/dpkgdb.cc:466
1443 msgid "Error parsing MD5. Offset %lu"
1444 msgstr "无法解析 MD5 码。文件内偏移量为 %lu"
1446 #: apt-inst/deb/debfile.cc:38 apt-inst/deb/debfile.cc:43
1448 msgid "This is not a valid DEB archive, missing '%s' member"
1449 msgstr "这不是一个有效的 DEB 包文件,其包内遗漏了“%s”"
1451 #: apt-inst/deb/debfile.cc:50
1453 msgid "This is not a valid DEB archive, it has no '%s', '%s' or '%s' member"
1454 msgstr "这不是一个有效的 DEB 包文件,其包内遗漏了“%s”或者“%s”"
1456 #: apt-inst/deb/debfile.cc:110
1458 msgid "Couldn't change to %s"
1459 msgstr "无法切换工作目录到 %s"
1461 #: apt-inst/deb/debfile.cc:140
1462 msgid "Internal error, could not locate member"
1463 msgstr "内部错误,无法定位包内文件"
1465 #: apt-inst/deb/debfile.cc:173
1466 msgid "Failed to locate a valid control file"
1467 msgstr "无法在打包文件中找到有效的主控文件"
1469 #: apt-inst/deb/debfile.cc:258
1470 msgid "Unparsable control file"
1473 #: cmdline/apt-cache.cc:143
1475 msgid "Package %s version %s has an unmet dep:\n"
1476 msgstr "版本为 %2$s 的软件包 %1$s 有未满足的依赖关系:\n"
1478 #: cmdline/apt-cache.cc:183 cmdline/apt-cache.cc:552 cmdline/apt-cache.cc:640
1479 #: cmdline/apt-cache.cc:796 cmdline/apt-cache.cc:1018
1480 #: cmdline/apt-cache.cc:1419 cmdline/apt-cache.cc:1570
1482 msgid "Unable to locate package %s"
1485 #: cmdline/apt-cache.cc:247
1486 msgid "Total package names : "
1487 msgstr "软件包总数(按名称计):"
1489 #: cmdline/apt-cache.cc:287
1490 msgid " Normal packages: "
1493 #: cmdline/apt-cache.cc:288
1494 msgid " Pure virtual packages: "
1497 #: cmdline/apt-cache.cc:289
1498 msgid " Single virtual packages: "
1501 #: cmdline/apt-cache.cc:290
1502 msgid " Mixed virtual packages: "
1505 #: cmdline/apt-cache.cc:291
1509 #: cmdline/apt-cache.cc:293
1510 msgid "Total distinct versions: "
1513 #: cmdline/apt-cache.cc:295
1515 msgid "Total Distinct Descriptions: "
1518 #: cmdline/apt-cache.cc:297
1519 msgid "Total dependencies: "
1522 #: cmdline/apt-cache.cc:300
1523 msgid "Total ver/file relations: "
1524 msgstr "按版本/文件关系共计:"
1526 #: cmdline/apt-cache.cc:302
1528 msgid "Total Desc/File relations: "
1529 msgstr "按版本/文件关系共计:"
1531 #: cmdline/apt-cache.cc:304
1532 msgid "Total Provides mappings: "
1535 #: cmdline/apt-cache.cc:316
1536 msgid "Total globbed strings: "
1539 #: cmdline/apt-cache.cc:330
1540 msgid "Total dependency version space: "
1541 msgstr "依赖关系版本名所占空间共计:"
1543 #: cmdline/apt-cache.cc:335
1544 msgid "Total slack space: "
1545 msgstr "Slack 空间共计:"
1547 #: cmdline/apt-cache.cc:343
1548 msgid "Total space accounted for: "
1551 #: cmdline/apt-cache.cc:471 cmdline/apt-cache.cc:1218
1553 msgid "Package file %s is out of sync."
1554 msgstr "软件包文件 %s 尚未同步(sync)。"
1556 #: cmdline/apt-cache.cc:1293
1557 msgid "You must give exactly one pattern"
1558 msgstr "您必须明确地给出一个表达式"
1560 #: cmdline/apt-cache.cc:1447
1561 msgid "No packages found"
1564 #: cmdline/apt-cache.cc:1524
1565 msgid "Package files:"
1568 #: cmdline/apt-cache.cc:1531 cmdline/apt-cache.cc:1617
1569 msgid "Cache is out of sync, can't x-ref a package file"
1570 msgstr "缓存尚未同步(sync),无法交差引证(x-ref)一个软件包文件"
1572 #: cmdline/apt-cache.cc:1532
1577 #. Show any packages have explicit pins
1578 #: cmdline/apt-cache.cc:1544
1579 msgid "Pinned packages:"
1580 msgstr "被锁定(pinned)的软件包:"
1582 #: cmdline/apt-cache.cc:1556 cmdline/apt-cache.cc:1597
1586 #. Installed version
1587 #: cmdline/apt-cache.cc:1577
1588 msgid " Installed: "
1591 #: cmdline/apt-cache.cc:1579 cmdline/apt-cache.cc:1587
1595 #. Candidate Version
1596 #: cmdline/apt-cache.cc:1584
1597 msgid " Candidate: "
1600 #: cmdline/apt-cache.cc:1594
1601 msgid " Package pin: "
1602 msgstr " 软件包锁(Pin):"
1604 #. Show the priority tables
1605 #: cmdline/apt-cache.cc:1603
1606 msgid " Version table:"
1609 #: cmdline/apt-cache.cc:1618
1614 #: cmdline/apt-cache.cc:1714 cmdline/apt-cdrom.cc:138 cmdline/apt-config.cc:70
1615 #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:547
1616 #: cmdline/apt-get.cc:2588 cmdline/apt-sortpkgs.cc:144
1618 msgid "%s %s for %s compiled on %s %s\n"
1619 msgstr "%s %s for %s %s ,编译于 %s %s\n"
1621 #: cmdline/apt-cache.cc:1721
1623 "Usage: apt-cache [options] command\n"
1624 " apt-cache [options] add file1 [file2 ...]\n"
1625 " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
1626 " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
1628 "apt-cache is a low-level tool used to manipulate APT's binary\n"
1629 "cache files, and query information from them\n"
1632 " add - Add a package file to the source cache\n"
1633 " gencaches - Build both the package and source cache\n"
1634 " showpkg - Show some general information for a single package\n"
1635 " showsrc - Show source records\n"
1636 " stats - Show some basic statistics\n"
1637 " dump - Show the entire file in a terse form\n"
1638 " dumpavail - Print an available file to stdout\n"
1639 " unmet - Show unmet dependencies\n"
1640 " search - Search the package list for a regex pattern\n"
1641 " show - Show a readable record for the package\n"
1642 " depends - Show raw dependency information for a package\n"
1643 " rdepends - Show reverse dependency information for a package\n"
1644 " pkgnames - List the names of all packages\n"
1645 " dotty - Generate package graphs for GraphVis\n"
1646 " xvcg - Generate package graphs for xvcg\n"
1647 " policy - Show policy settings\n"
1650 " -h This help text.\n"
1651 " -p=? The package cache.\n"
1652 " -s=? The source cache.\n"
1653 " -q Disable progress indicator.\n"
1654 " -i Show only important deps for the unmet command.\n"
1655 " -c=? Read this configuration file\n"
1656 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1657 "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
1659 "用法: apt-cache [选项] 命令\n"
1660 " apt-cache [选项] add 文件甲 [文件乙 ...]\n"
1661 " apt-cache [选项] showpkg 软件包甲 [软件包乙 ...]\n"
1662 " apt-cache [选项] showsrc 软件包甲 [软件包乙 ...]\n"
1664 "apt-cache 是一个底层的工具,我们用它来操纵 APT 的二进制\n"
1665 "缓存文件,也用来在那些文件中查询相关信息\n"
1668 " add - 往源缓存加入一个软件包文件\n"
1669 " gencaches - 一并生成软件包和源代码包的缓存\n"
1670 " showpkg - 显示某个软件包的全面信息\n"
1671 " showsrc - 显示源文件的各项记录\n"
1672 " stats - 显示一些基本的统计信息\n"
1673 " dump - 简要显示整个缓存文件的内容\n"
1674 " dumpavail - 把所有有效的包文件列表打印到标准输出\n"
1675 " unmet - 显示所有未满足的依赖关系\n"
1676 " search - 根据正则表达式搜索软件包列表\n"
1677 " show - 以便于阅读的格式介绍该软件包\n"
1678 " depends - 原原本本地显示该软件包的依赖信息\n"
1679 " rdepends - 显示所有依赖于该软件包的软件包名字\n"
1680 " pkgnames - 列出所有软件包的名字\n"
1681 " dotty - 生成可用 GraphVis 处理的软件包关系图\n"
1682 " xvcg - 生成可用 xvcg 处理的软件包的关系图\n"
1683 " policy - 显示软件包的安装设置状态\n"
1690 " -i 仅为 unmet 命令显示重要的依赖关系。\n"
1692 " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
1693 "若要深入了解,您还可以查阅 apt-cache(8) 和 apt.conf(5) 参考手册。\n"
1695 #: cmdline/apt-cdrom.cc:78
1696 msgid "Please provide a name for this Disc, such as 'Debian 2.1r1 Disk 1'"
1697 msgstr "请给这张光盘起个名字,比如说“Debian 2.1r1 Disk 1”"
1699 #: cmdline/apt-cdrom.cc:93
1700 msgid "Please insert a Disc in the drive and press enter"
1701 msgstr "请把光盘碟片插入驱动器再按回车键"
1703 #: cmdline/apt-cdrom.cc:117
1704 msgid "Repeat this process for the rest of the CDs in your set."
1705 msgstr "请对您的光盘套件中的其它光盘重复相同的操作。"
1707 #: cmdline/apt-config.cc:41
1708 msgid "Arguments not in pairs"
1711 #: cmdline/apt-config.cc:76
1713 "Usage: apt-config [options] command\n"
1715 "apt-config is a simple tool to read the APT config file\n"
1718 " shell - Shell mode\n"
1719 " dump - Show the configuration\n"
1722 " -h This help text.\n"
1723 " -c=? Read this configuration file\n"
1724 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1726 "用法:apt-config [选项] 命令\n"
1728 "apt-config 是一个用于读取 APT 配置文件的简单工具\n"
1731 " shell - Shell 模式\n"
1737 " -o=? 设置任意指定的配置选项,例如:-o dir::cache=/tmp\n"
1739 #: cmdline/apt-extracttemplates.cc:98
1741 msgid "%s not a valid DEB package."
1742 msgstr "%s 不是一个有效的 DEB 软件包。"
1744 #: cmdline/apt-extracttemplates.cc:232
1746 "Usage: apt-extracttemplates file1 [file2 ...]\n"
1748 "apt-extracttemplates is a tool to extract config and template info\n"
1749 "from debian packages\n"
1752 " -h This help text\n"
1753 " -t Set the temp dir\n"
1754 " -c=? Read this configuration file\n"
1755 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
1757 "用法: apt-extracttemplates 文件甲 [文件乙 ...]\n"
1759 "apt-extracttemplates 是用来从 debian 软件包中解压出配置文件和模板\n"
1766 " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
1768 #: cmdline/apt-extracttemplates.cc:310
1769 msgid "Cannot get debconf version. Is debconf installed?"
1770 msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
1772 #: ftparchive/apt-ftparchive.cc:164 ftparchive/apt-ftparchive.cc:338
1773 msgid "Package extension list is too long"
1776 #: ftparchive/apt-ftparchive.cc:166 ftparchive/apt-ftparchive.cc:180
1777 #: ftparchive/apt-ftparchive.cc:203 ftparchive/apt-ftparchive.cc:253
1778 #: ftparchive/apt-ftparchive.cc:267 ftparchive/apt-ftparchive.cc:289
1780 msgid "Error processing directory %s"
1781 msgstr "处理目录 %s 时出错"
1783 #: ftparchive/apt-ftparchive.cc:251
1784 msgid "Source extension list is too long"
1787 #: ftparchive/apt-ftparchive.cc:368
1788 msgid "Error writing header to contents file"
1789 msgstr "将 header 写到 contents 文件时出错"
1791 #: ftparchive/apt-ftparchive.cc:398
1793 msgid "Error processing contents %s"
1794 msgstr "处理 Contents %s 时出错"
1796 #: ftparchive/apt-ftparchive.cc:553
1798 "Usage: apt-ftparchive [options] command\n"
1799 "Commands: packages binarypath [overridefile [pathprefix]]\n"
1800 " sources srcpath [overridefile [pathprefix]]\n"
1803 " generate config [groups]\n"
1806 "apt-ftparchive generates index files for Debian archives. It supports\n"
1807 "many styles of generation from fully automated to functional replacements\n"
1808 "for dpkg-scanpackages and dpkg-scansources\n"
1810 "apt-ftparchive generates Package files from a tree of .debs. The\n"
1811 "Package file contains the contents of all the control fields from\n"
1812 "each package as well as the MD5 hash and filesize. An override file\n"
1813 "is supported to force the value of Priority and Section.\n"
1815 "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n"
1816 "The --source-override option can be used to specify a src override file\n"
1818 "The 'packages' and 'sources' command should be run in the root of the\n"
1819 "tree. BinaryPath should point to the base of the recursive search and \n"
1820 "override file should contain the override flags. Pathprefix is\n"
1821 "appended to the filename fields if present. Example usage from the \n"
1823 " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n"
1824 " dists/potato/main/binary-i386/Packages\n"
1827 " -h This help text\n"
1828 " --md5 Control MD5 generation\n"
1829 " -s=? Source override file\n"
1831 " -d=? Select the optional caching database\n"
1832 " --no-delink Enable delinking debug mode\n"
1833 " --contents Control contents file generation\n"
1834 " -c=? Read this configuration file\n"
1835 " -o=? Set an arbitrary configuration option"
1837 "用法: apt-ftparchive [选项] 命令\n"
1838 "命令: packages 二进制软件包搜索路径 [overridefile [路径前缀]]\n"
1839 " sources 源代码包搜索路径 [overridefile [路径前缀]]\n"
1842 " generate 配置文件 [groups]\n"
1845 "apt-ftparchive 被用来为 Debian 软件包生成索引文件。它能支持\n"
1846 "多种生成索引的方式,从全自动的索引生成到在功能上取代 dpkg-scanpackages \n"
1847 "和 dpkg-scansources,都能游刃有余\n"
1849 "apt-ftparchive 能依据一个由 .deb 文件构成的文件树生成 Package 文件。\n"
1850 "Package 文件里不仅注有每个软件包的 MD5 校验码和文件大小,\n"
1851 "还有软件包的所有控制字段的内容。该软件同时支持 override 文件,\n"
1852 "通过它可以强制指定软件包的优先级及其所属的软件类别。\n"
1854 "与上面类似,apt-ftparchive 也能由 .dsc 的文件树生成 Source 文件。\n"
1855 "可以通过使用 --source-override 选项来指定一个 override 文件\n"
1857 "使用“packages”和“source”命令时,必须在文件树的根部执行本程序。\n"
1858 "二进制包的搜索路径一定要是递归搜索的底层,而且 override 文件里\n"
1859 "应该注明 override 的标志。若指定了路径前缀,那么它会被加到文件名前面。\n"
1860 "下面有个来自 Debian 文档的例子:\n"
1861 " apt-ftparchive packages dists/potato/main/binary-i386 > \\\n"
1862 " dists/potato/main/binary-i386/Packages\n"
1866 " --md5 使之生成 MD5 校验和\n"
1867 " -s=? 源代码包 override 文件\n"
1869 " -d=? 指定可选的缓存数据库\n"
1870 " -d=? 使用另一个可选的缓存数据库\n"
1871 " --no-delink 开启delink的调试模式\n"
1872 " --contents 使之生成控制内容文件\n"
1876 #: ftparchive/apt-ftparchive.cc:759
1877 msgid "No selections matched"
1878 msgstr "没有任何选定项是匹配的"
1880 #: ftparchive/apt-ftparchive.cc:832
1882 msgid "Some files are missing in the package file group `%s'"
1883 msgstr "软件包文件组“%s”中缺少一些文件"
1885 #: ftparchive/cachedb.cc:43
1887 msgid "DB was corrupted, file renamed to %s.old"
1888 msgstr "缓存数据库被损坏了,该数据库文件的文件名已改成 %s.old"
1890 #: ftparchive/cachedb.cc:61
1892 msgid "DB is old, attempting to upgrade %s"
1893 msgstr "DB 已过时,现试图进行升级 %s"
1895 #: ftparchive/cachedb.cc:72
1897 "DB format is invalid. If you upgraded from a older version of apt, please "
1898 "remove and re-create the database."
1900 "DB 格式是无效的。如果你是从一个老版本的 apt 升级而来,请删除数据库并重建它。"
1902 #: ftparchive/cachedb.cc:77
1904 msgid "Unable to open DB file %s: %s"
1905 msgstr "无法打开 DB 文件 %s:%s"
1907 #: ftparchive/cachedb.cc:238
1908 msgid "Archive has no control record"
1911 #: ftparchive/cachedb.cc:444
1912 msgid "Unable to get a cursor"
1913 msgstr "无法获得游标(cursor)"
1915 #: ftparchive/writer.cc:76
1917 msgid "W: Unable to read directory %s\n"
1918 msgstr "警告:无法读取目录 %s\n"
1920 #: ftparchive/writer.cc:81
1922 msgid "W: Unable to stat %s\n"
1923 msgstr "警告:无法对 %s 进行统计\n"
1925 #: ftparchive/writer.cc:132
1929 #: ftparchive/writer.cc:134
1933 #: ftparchive/writer.cc:141
1934 msgid "E: Errors apply to file "
1935 msgstr "错误:处理文件时出错 "
1937 #: ftparchive/writer.cc:158 ftparchive/writer.cc:188
1939 msgid "Failed to resolve %s"
1942 #: ftparchive/writer.cc:170
1943 msgid "Tree walking failed"
1946 #: ftparchive/writer.cc:195
1948 msgid "Failed to open %s"
1951 #: ftparchive/writer.cc:254
1953 msgid " DeLink %s [%s]\n"
1954 msgstr " DeLink %s [%s]\n"
1956 #: ftparchive/writer.cc:262
1958 msgid "Failed to readlink %s"
1959 msgstr "无法读取符号链接 %s"
1961 #: ftparchive/writer.cc:266
1963 msgid "Failed to unlink %s"
1964 msgstr "无法 unlink %s"
1966 #: ftparchive/writer.cc:273
1968 msgid "*** Failed to link %s to %s"
1969 msgstr "*** 无法将 %s 链接到 %s"
1971 #: ftparchive/writer.cc:283
1973 msgid " DeLink limit of %sB hit.\n"
1974 msgstr " 达到了 DeLink 的上限 %sB。\n"
1976 #: ftparchive/writer.cc:387
1977 msgid "Archive had no package field"
1978 msgstr "存档没有包含软件包(package)字段"
1980 #: ftparchive/writer.cc:395 ftparchive/writer.cc:610
1982 msgid " %s has no override entry\n"
1983 msgstr " %s 中没有 override 项\n"
1985 #: ftparchive/writer.cc:440 ftparchive/writer.cc:698
1987 msgid " %s maintainer is %s not %s\n"
1988 msgstr " %s 的维护者 %s 并非 %s\n"
1990 #: ftparchive/writer.cc:620
1992 msgid " %s has no source override entry\n"
1993 msgstr " %s 没有源代码的 override 项\n"
1995 #: ftparchive/writer.cc:624
1997 msgid " %s has no binary override entry either\n"
1998 msgstr " %s 中没有二进制文件的 override 项\n"
2000 #: ftparchive/contents.cc:317
2002 msgid "Internal error, could not locate member %s"
2003 msgstr "内部错误,无法定位包内文件 %s"
2005 #: ftparchive/contents.cc:353 ftparchive/contents.cc:384
2006 msgid "realloc - Failed to allocate memory"
2007 msgstr "realloc - 无法再分配内存"
2009 #: ftparchive/override.cc:34 ftparchive/override.cc:142
2011 msgid "Unable to open %s"
2014 #: ftparchive/override.cc:60 ftparchive/override.cc:166
2016 msgid "Malformed override %s line %lu #1"
2017 msgstr "override 文件 %s 第 %lu 行的格式有误 #1"
2019 #: ftparchive/override.cc:74 ftparchive/override.cc:178
2021 msgid "Malformed override %s line %lu #2"
2022 msgstr "override 文件 %s 第 %lu 行的格式有误 #2"
2024 #: ftparchive/override.cc:88 ftparchive/override.cc:191
2026 msgid "Malformed override %s line %lu #3"
2027 msgstr "override 文件 %s 第 %lu 行的格式有误 #3"
2029 #: ftparchive/override.cc:127 ftparchive/override.cc:201
2031 msgid "Failed to read the override file %s"
2032 msgstr "无法读取 override 文件 %s"
2034 #: ftparchive/multicompress.cc:71
2036 msgid "Unknown compression algorithm '%s'"
2037 msgstr "未知的压缩算法“%s”"
2039 #: ftparchive/multicompress.cc:101
2041 msgid "Compressed output %s needs a compression set"
2042 msgstr "压缩后的输出文件 %s 要求有一个压缩文件集合"
2044 #: ftparchive/multicompress.cc:194
2045 msgid "Failed to create FILE*"
2048 #: ftparchive/multicompress.cc:197
2049 msgid "Failed to fork"
2052 #: ftparchive/multicompress.cc:211
2053 msgid "Compress child"
2056 #: ftparchive/multicompress.cc:234
2058 msgid "Internal error, failed to create %s"
2059 msgstr "内部错误,无法建立 %s"
2061 #: ftparchive/multicompress.cc:285
2062 msgid "Failed to create subprocess IPC"
2063 msgstr "无法建立子进程的 IPC 管道"
2065 #: ftparchive/multicompress.cc:320
2066 msgid "Failed to exec compressor "
2069 #: ftparchive/multicompress.cc:359
2070 msgid "decompressor"
2073 #: ftparchive/multicompress.cc:402
2074 msgid "IO to subprocess/file failed"
2075 msgstr "无法对子进程或文件进行读写"
2077 #: ftparchive/multicompress.cc:454
2078 msgid "Failed to read while computing MD5"
2079 msgstr "在计算 MD5 校验和时,无法读取数据"
2081 #: ftparchive/multicompress.cc:471
2083 msgid "Problem unlinking %s"
2084 msgstr "在 unlink %s 时出错"
2086 #: cmdline/apt-get.cc:121
2090 #: cmdline/apt-get.cc:143 cmdline/apt-get.cc:1673
2092 msgid "Regex compilation error - %s"
2093 msgstr "编译正则表达式时出错 - %s"
2095 #: cmdline/apt-get.cc:238
2096 msgid "The following packages have unmet dependencies:"
2097 msgstr "下列的软件包有不能满足的依赖关系:"
2099 #: cmdline/apt-get.cc:328
2101 msgid "but %s is installed"
2102 msgstr "但是 %s 已经安装了"
2104 #: cmdline/apt-get.cc:330
2106 msgid "but %s is to be installed"
2107 msgstr "但是 %s 正要被安装"
2109 #: cmdline/apt-get.cc:337
2110 msgid "but it is not installable"
2113 #: cmdline/apt-get.cc:339
2114 msgid "but it is a virtual package"
2115 msgstr "但是它只是个虚拟软件包"
2117 #: cmdline/apt-get.cc:342
2118 msgid "but it is not installed"
2121 #: cmdline/apt-get.cc:342
2122 msgid "but it is not going to be installed"
2125 #: cmdline/apt-get.cc:347
2129 #: cmdline/apt-get.cc:376
2130 msgid "The following NEW packages will be installed:"
2131 msgstr "下列【新】软件包将被安装:"
2133 #: cmdline/apt-get.cc:402
2134 msgid "The following packages will be REMOVED:"
2135 msgstr "下列软件包将被【卸载】:"
2137 #: cmdline/apt-get.cc:424
2138 msgid "The following packages have been kept back:"
2139 msgstr "下列的软件包的版本将保持不变:"
2141 #: cmdline/apt-get.cc:445
2142 msgid "The following packages will be upgraded:"
2143 msgstr "下列的软件包将被升级:"
2145 #: cmdline/apt-get.cc:466
2146 msgid "The following packages will be DOWNGRADED:"
2147 msgstr "下列软件包将被【降级】:"
2149 #: cmdline/apt-get.cc:486
2150 msgid "The following held packages will be changed:"
2151 msgstr "下列被要求保持版本不变的软件包将被改变:"
2153 #: cmdline/apt-get.cc:539
2155 msgid "%s (due to %s) "
2156 msgstr "%s (是由于 %s) "
2158 #: cmdline/apt-get.cc:547
2160 "WARNING: The following essential packages will be removed.\n"
2161 "This should NOT be done unless you know exactly what you are doing!"
2163 "【警告】:下列的重要软件包将被卸载 \n"
2164 "请勿尝试,除非您确实知道您在做什么!"
2166 #: cmdline/apt-get.cc:578
2168 msgid "%lu upgraded, %lu newly installed, "
2169 msgstr "共升级了 %lu 个软件包,新安装了 %lu 个软件包,"
2171 #: cmdline/apt-get.cc:582
2173 msgid "%lu reinstalled, "
2174 msgstr "共重新安装了 %lu 个软件包,"
2176 #: cmdline/apt-get.cc:584
2178 msgid "%lu downgraded, "
2179 msgstr "降级了 %lu 个软件包,"
2181 #: cmdline/apt-get.cc:586
2183 msgid "%lu to remove and %lu not upgraded.\n"
2184 msgstr "要卸载 %lu 个软件包,有 %lu 个软件未被升级。\n"
2186 #: cmdline/apt-get.cc:590
2188 msgid "%lu not fully installed or removed.\n"
2189 msgstr "有 %lu 个软件包没有被完全安装或卸载。\n"
2191 #: cmdline/apt-get.cc:664
2192 msgid "Correcting dependencies..."
2193 msgstr "正在更正依赖关系..."
2195 #: cmdline/apt-get.cc:667
2199 #: cmdline/apt-get.cc:670
2200 msgid "Unable to correct dependencies"
2203 #: cmdline/apt-get.cc:673
2204 msgid "Unable to minimize the upgrade set"
2205 msgstr "无法最小化要升级的软件包集合"
2207 #: cmdline/apt-get.cc:675
2211 #: cmdline/apt-get.cc:679
2212 msgid "You might want to run `apt-get -f install' to correct these."
2213 msgstr "您也许需要运行“apt-get -f install”来纠正上面的错误。"
2215 #: cmdline/apt-get.cc:682
2216 msgid "Unmet dependencies. Try using -f."
2217 msgstr "不能满足依赖关系。不妨试一下 -f 选项。"
2219 #: cmdline/apt-get.cc:704
2220 msgid "WARNING: The following packages cannot be authenticated!"
2221 msgstr "【警告】:下列的软件包不能通过验证!"
2223 #: cmdline/apt-get.cc:708
2224 msgid "Authentication warning overridden.\n"
2227 #: cmdline/apt-get.cc:715
2228 msgid "Install these packages without verification [y/N]? "
2229 msgstr "不经验证就安装这些软件包么?[y/N] "
2231 #: cmdline/apt-get.cc:717
2232 msgid "Some packages could not be authenticated"
2233 msgstr "有些软件包不能通过验证"
2235 #: cmdline/apt-get.cc:726 cmdline/apt-get.cc:873
2236 msgid "There are problems and -y was used without --force-yes"
2237 msgstr "碰到了一些问题,您使用了 -y 选项,但是没有用 --force-yes"
2239 #: cmdline/apt-get.cc:770
2240 msgid "Internal error, InstallPackages was called with broken packages!"
2241 msgstr "内部错误,InstallPackages 被用在了无法安装的软件包上!"
2243 #: cmdline/apt-get.cc:779
2244 msgid "Packages need to be removed but remove is disabled."
2245 msgstr "有软件包需要被卸载,但是卸载动作被程序设置所禁止。"
2247 #: cmdline/apt-get.cc:790
2248 msgid "Internal error, Ordering didn't finish"
2249 msgstr "内部错误,Ordering 未能完成"
2251 #: cmdline/apt-get.cc:806 cmdline/apt-get.cc:2012 cmdline/apt-get.cc:2045
2252 msgid "Unable to lock the download directory"
2255 #: cmdline/apt-get.cc:831
2256 msgid "How odd.. The sizes didn't match, email apt@packages.debian.org"
2257 msgstr "怪了……文件大小不符,发信给 apt@packages.debian.org 吧"
2259 #: cmdline/apt-get.cc:836
2261 msgid "Need to get %sB/%sB of archives.\n"
2262 msgstr "需要下载 %sB/%sB 的软件包。\n"
2264 #: cmdline/apt-get.cc:839
2266 msgid "Need to get %sB of archives.\n"
2267 msgstr "需要下载 %sB 的软件包。\n"
2269 #: cmdline/apt-get.cc:844
2271 msgid "After unpacking %sB of additional disk space will be used.\n"
2272 msgstr "解压缩后会消耗掉 %sB 的额外空间。\n"
2274 #: cmdline/apt-get.cc:847
2276 msgid "After unpacking %sB disk space will be freed.\n"
2277 msgstr "解压缩后将会空出 %sB 的空间。\n"
2279 #: cmdline/apt-get.cc:861 cmdline/apt-get.cc:2188
2281 msgid "Couldn't determine free space in %s"
2282 msgstr "无法获知您在 %s 上的空余空间"
2284 #: cmdline/apt-get.cc:864
2286 msgid "You don't have enough free space in %s."
2287 msgstr "您在 %s 中没有足够的空余空间。"
2289 #: cmdline/apt-get.cc:879 cmdline/apt-get.cc:899
2290 msgid "Trivial Only specified but this is not a trivial operation."
2291 msgstr "虽然您指定了 Trivial Only,但这不是个日常(trivial)操作。"
2293 #: cmdline/apt-get.cc:881
2294 msgid "Yes, do as I say!"
2295 msgstr "Yes, do as I say!"
2297 #: cmdline/apt-get.cc:883
2300 "You are about to do something potentially harmful.\n"
2301 "To continue type in the phrase '%s'\n"
2305 "若还想继续的话,就输入下面的短句“%s”\n"
2308 #: cmdline/apt-get.cc:889 cmdline/apt-get.cc:908
2312 #: cmdline/apt-get.cc:904
2313 msgid "Do you want to continue [Y/n]? "
2314 msgstr "您希望继续执行吗?[Y/n]"
2316 #: cmdline/apt-get.cc:976 cmdline/apt-get.cc:1383 cmdline/apt-get.cc:2231
2318 msgid "Failed to fetch %s %s\n"
2319 msgstr "无法下载 %s %s\n"
2321 #: cmdline/apt-get.cc:994
2322 msgid "Some files failed to download"
2325 #: cmdline/apt-get.cc:995 cmdline/apt-get.cc:2240
2326 msgid "Download complete and in download only mode"
2327 msgstr "下载完毕,目前是“仅下载”模式"
2329 #: cmdline/apt-get.cc:1001
2331 "Unable to fetch some archives, maybe run apt-get update or try with --fix-"
2334 "有几个软件包无法下载,您可以运行 apt-get update 或者加上 --fix-missing 的选项"
2337 #: cmdline/apt-get.cc:1005
2338 msgid "--fix-missing and media swapping is not currently supported"
2339 msgstr "目前还不支持 --fix-missing 和介质交换(media swapping)"
2341 #: cmdline/apt-get.cc:1010
2342 msgid "Unable to correct missing packages."
2343 msgstr "无法更正缺少的软件包。"
2345 #: cmdline/apt-get.cc:1011
2346 msgid "Aborting install."
2349 #: cmdline/apt-get.cc:1045
2351 msgid "Note, selecting %s instead of %s\n"
2352 msgstr "注意,我选了 %s 而非 %s\n"
2354 #: cmdline/apt-get.cc:1055
2356 msgid "Skipping %s, it is already installed and upgrade is not set.\n"
2357 msgstr "忽略了 %s,它已经被安装而且没有指定要升级。\n"
2359 #: cmdline/apt-get.cc:1073
2361 msgid "Package %s is not installed, so not removed\n"
2362 msgstr "软件包 %s 还未安装,因而不会被卸载\n"
2364 #: cmdline/apt-get.cc:1084
2366 msgid "Package %s is a virtual package provided by:\n"
2367 msgstr "软件包 %s 是一个由下面的软件包提供的虚拟软件包:\n"
2369 #: cmdline/apt-get.cc:1096
2370 msgid " [Installed]"
2373 #: cmdline/apt-get.cc:1101
2374 msgid "You should explicitly select one to install."
2375 msgstr "请您明确地选择一个来进行安装。"
2377 #: cmdline/apt-get.cc:1106
2380 "Package %s is not available, but is referred to by another package.\n"
2381 "This may mean that the package is missing, has been obsoleted, or\n"
2382 "is only available from another source\n"
2384 "现在没有可用的软件包 %s,但是它被其它的软件包引用了。\n"
2385 "这可能意味着这个缺失的软件包可能已被废弃,\n"
2388 #: cmdline/apt-get.cc:1125
2389 msgid "However the following packages replace it:"
2390 msgstr "可是下列的软件包取代了它:"
2392 #: cmdline/apt-get.cc:1128
2394 msgid "Package %s has no installation candidate"
2395 msgstr "软件包 %s 还没有可供安装的候选者"
2397 #: cmdline/apt-get.cc:1148
2399 msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n"
2400 msgstr "不能重新安装 %s,因为无法下载它。\n"
2402 #: cmdline/apt-get.cc:1156
2404 msgid "%s is already the newest version.\n"
2405 msgstr "%s 已经是最新的版本了。\n"
2407 #: cmdline/apt-get.cc:1185
2409 msgid "Release '%s' for '%s' was not found"
2410 msgstr "未找到“%2$s”的“%1$s”发布版本"
2412 #: cmdline/apt-get.cc:1187
2414 msgid "Version '%s' for '%s' was not found"
2415 msgstr "未找到“%2$s”的“%1$s”版本"
2417 #: cmdline/apt-get.cc:1193
2419 msgid "Selected version %s (%s) for %s\n"
2420 msgstr "选定了版本为 %s (%s) 的 %s\n"
2422 #: cmdline/apt-get.cc:1330
2423 msgid "The update command takes no arguments"
2424 msgstr " update 命令是不需任何参数的"
2426 #: cmdline/apt-get.cc:1343
2427 msgid "Unable to lock the list directory"
2428 msgstr "无法对状态列表目录加锁"
2430 #: cmdline/apt-get.cc:1410 cmdline/apt-get.cc:1412
2432 "Some index files failed to download, they have been ignored, or old ones "
2435 "有一些索引文件不能下载,它们可能被忽略了,也可能转而使用了旧的索引文件。"
2437 #: cmdline/apt-get.cc:1433
2438 msgid "We are not supposed to delete stuff, can't start AutoRemover"
2441 #: cmdline/apt-get.cc:1465
2444 "The following packages were automatically installed and are no longer "
2446 msgstr "下列【新】软件包将被安装:"
2448 #: cmdline/apt-get.cc:1467
2449 msgid "Use 'apt-get autoremove' to remove them."
2452 #: cmdline/apt-get.cc:1472
2454 "Hmm, seems like the AutoRemover destroyed something which really\n"
2455 "shouldn't happen. Please file a bug report against apt."
2458 #: cmdline/apt-get.cc:1475 cmdline/apt-get.cc:1755
2459 msgid "The following information may help to resolve the situation:"
2460 msgstr "下列的信息可能会对解决问题有所帮助:"
2462 #: cmdline/apt-get.cc:1479
2464 msgid "Internal Error, AutoRemover broke stuff"
2465 msgstr "内部错误,problem resolver 坏事了"
2467 #: cmdline/apt-get.cc:1498
2468 msgid "Internal error, AllUpgrade broke stuff"
2469 msgstr "内部错误,AllUpgrade 坏事了"
2471 #: cmdline/apt-get.cc:1545
2473 msgid "Couldn't find task %s"
2476 #: cmdline/apt-get.cc:1660 cmdline/apt-get.cc:1696
2478 msgid "Couldn't find package %s"
2481 #: cmdline/apt-get.cc:1683
2483 msgid "Note, selecting %s for regex '%s'\n"
2484 msgstr "注意,根据正则表达式“%2$s”选中了 %1$s\n"
2486 #: cmdline/apt-get.cc:1714
2488 msgid "%s set to manual installed.\n"
2489 msgstr "但是 %s 正要被安装"
2491 #: cmdline/apt-get.cc:1727
2492 msgid "You might want to run `apt-get -f install' to correct these:"
2493 msgstr "您可能需要运行“apt-get -f install”来纠正下列错误:"
2495 #: cmdline/apt-get.cc:1730
2497 "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a "
2500 "有未能满足的依赖关系。请尝试不指明软件包的名字来运行“apt-get -f install”(也可"
2503 #: cmdline/apt-get.cc:1742
2505 "Some packages could not be installed. This may mean that you have\n"
2506 "requested an impossible situation or if you are using the unstable\n"
2507 "distribution that some required packages have not yet been created\n"
2508 "or been moved out of Incoming."
2510 "有一些软件包无法被安装。如果您用的是不稳定(unstable)发行版,这也许是\n"
2511 "因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件\n"
2512 "包尚未被创建或是它们还在新到(incoming)目录中。"
2514 #: cmdline/apt-get.cc:1750
2516 "Since you only requested a single operation it is extremely likely that\n"
2517 "the package is simply not installable and a bug report against\n"
2518 "that package should be filed."
2520 "您仅要求对单一软件包进行操作,这极有可能是因为该软件包安装不上,同时,\n"
2521 "您最好提交一个针对这个软件包的故障报告。"
2523 #: cmdline/apt-get.cc:1758
2524 msgid "Broken packages"
2527 #: cmdline/apt-get.cc:1787
2528 msgid "The following extra packages will be installed:"
2529 msgstr "将会安装下列额外的软件包:"
2531 #: cmdline/apt-get.cc:1876
2532 msgid "Suggested packages:"
2535 #: cmdline/apt-get.cc:1877
2536 msgid "Recommended packages:"
2539 #: cmdline/apt-get.cc:1905
2540 msgid "Calculating upgrade... "
2543 #: cmdline/apt-get.cc:1913
2547 #: cmdline/apt-get.cc:1980 cmdline/apt-get.cc:1988
2548 msgid "Internal error, problem resolver broke stuff"
2549 msgstr "内部错误,problem resolver 坏事了"
2551 #: cmdline/apt-get.cc:2088
2552 msgid "Must specify at least one package to fetch source for"
2553 msgstr "要下载源代码,必须指定至少一个对应的软件包"
2555 #: cmdline/apt-get.cc:2118 cmdline/apt-get.cc:2352
2557 msgid "Unable to find a source package for %s"
2558 msgstr "无法找到与 %s 对应的源代码包"
2560 #: cmdline/apt-get.cc:2167
2562 msgid "Skipping already downloaded file '%s'\n"
2563 msgstr "忽略已下载过的文件“%s”\n"
2565 #: cmdline/apt-get.cc:2191
2567 msgid "You don't have enough free space in %s"
2568 msgstr "您在 %s 上没有足够的空余空间"
2570 #: cmdline/apt-get.cc:2196
2572 msgid "Need to get %sB/%sB of source archives.\n"
2573 msgstr "需要下载 %sB/%sB 的源代码包。\n"
2575 #: cmdline/apt-get.cc:2199
2577 msgid "Need to get %sB of source archives.\n"
2578 msgstr "需要下载 %sB 的源代码包。\n"
2580 #: cmdline/apt-get.cc:2205
2582 msgid "Fetch source %s\n"
2585 #: cmdline/apt-get.cc:2236
2586 msgid "Failed to fetch some archives."
2587 msgstr "有一些包文件无法下载。"
2589 #: cmdline/apt-get.cc:2264
2591 msgid "Skipping unpack of already unpacked source in %s\n"
2592 msgstr "对于已经被解包到 %s 目录的源代码包就不再解开了\n"
2594 #: cmdline/apt-get.cc:2276
2596 msgid "Unpack command '%s' failed.\n"
2597 msgstr "运行解包的命令“%s”出错。\n"
2599 #: cmdline/apt-get.cc:2277
2601 msgid "Check if the 'dpkg-dev' package is installed.\n"
2602 msgstr "请检查是否安装了“dpkg-dev”软件包。\n"
2604 #: cmdline/apt-get.cc:2294
2606 msgid "Build command '%s' failed.\n"
2607 msgstr "执行构造软件包命令“%s”失败。\n"
2609 #: cmdline/apt-get.cc:2313
2610 msgid "Child process failed"
2613 #: cmdline/apt-get.cc:2329
2614 msgid "Must specify at least one package to check builddeps for"
2615 msgstr "要检查生成软件包的构建依赖关系(builddeps),必须指定至少一个软件包"
2617 #: cmdline/apt-get.cc:2357
2619 msgid "Unable to get build-dependency information for %s"
2620 msgstr "无法获得 %s 的构建依赖关系(build-dependency)信息"
2622 #: cmdline/apt-get.cc:2377
2624 msgid "%s has no build depends.\n"
2625 msgstr " %s 没有构建依赖关系信息。\n"
2627 #: cmdline/apt-get.cc:2429
2630 "%s dependency for %s cannot be satisfied because the package %s cannot be "
2632 msgstr "由于无法找到软件包 %3$s ,因此不能满足 %2$s 所要求的 %1$s 依赖关系"
2634 #: cmdline/apt-get.cc:2482
2637 "%s dependency for %s cannot be satisfied because no available versions of "
2638 "package %s can satisfy version requirements"
2640 "由于无法找到符合要求的软件包 %3$s 的可用版本,因此不能满足 %2$s 所要求的 %1"
2643 #: cmdline/apt-get.cc:2518
2645 msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new"
2646 msgstr "无法满足 %2$s 所要求 %1$s 依赖关系:已安装的软件包 %3$s 太新了"
2648 #: cmdline/apt-get.cc:2543
2650 msgid "Failed to satisfy %s dependency for %s: %s"
2651 msgstr "无法满足 %2$s 所要求 %1$s 依赖关系:%3$s"
2653 #: cmdline/apt-get.cc:2557
2655 msgid "Build-dependencies for %s could not be satisfied."
2656 msgstr "不能满足软件包 %s 所要求的构建依赖关系。"
2658 #: cmdline/apt-get.cc:2561
2659 msgid "Failed to process build dependencies"
2662 #: cmdline/apt-get.cc:2593
2663 msgid "Supported modules:"
2666 #: cmdline/apt-get.cc:2634
2669 "Usage: apt-get [options] command\n"
2670 " apt-get [options] install|remove pkg1 [pkg2 ...]\n"
2671 " apt-get [options] source pkg1 [pkg2 ...]\n"
2673 "apt-get is a simple command line interface for downloading and\n"
2674 "installing packages. The most frequently used commands are update\n"
2678 " update - Retrieve new lists of packages\n"
2679 " upgrade - Perform an upgrade\n"
2680 " install - Install new packages (pkg is libc6 not libc6.deb)\n"
2681 " remove - Remove packages\n"
2682 " autoremove - Remove all automatic unused packages\n"
2683 " purge - Remove and purge packages\n"
2684 " source - Download source archives\n"
2685 " build-dep - Configure build-dependencies for source packages\n"
2686 " dist-upgrade - Distribution upgrade, see apt-get(8)\n"
2687 " dselect-upgrade - Follow dselect selections\n"
2688 " clean - Erase downloaded archive files\n"
2689 " autoclean - Erase old downloaded archive files\n"
2690 " check - Verify that there are no broken dependencies\n"
2693 " -h This help text.\n"
2694 " -q Loggable output - no progress indicator\n"
2695 " -qq No output except for errors\n"
2696 " -d Download only - do NOT install or unpack archives\n"
2697 " -s No-act. Perform ordering simulation\n"
2698 " -y Assume Yes to all queries and do not prompt\n"
2699 " -f Attempt to continue if the integrity check fails\n"
2700 " -m Attempt to continue if archives are unlocatable\n"
2701 " -u Show a list of upgraded packages as well\n"
2702 " -b Build the source package after fetching it\n"
2703 " -V Show verbose version numbers\n"
2704 " -c=? Read this configuration file\n"
2705 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
2706 "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n"
2707 "pages for more information and options.\n"
2708 " This APT has Super Cow Powers.\n"
2710 "用法: apt-get [选项] 命令\n"
2711 " apt-get [选项] install|remove 包甲 [包乙 ...]\n"
2712 " apt-get [选项] source 包甲 [包乙 ...]\n"
2714 "apt-get 提供了一个用于下载和安装软件包的简易命令行界面。\n"
2715 "最常用命令是 update 和 install。\n"
2718 " update - 下载更新软件包列表信息\n"
2719 " upgrade - 进行一次升级\n"
2720 " install - 安装新的软件包(注:包名是 libc6 而非 libc6.deb)\n"
2722 " source - 下载源码包文件\n"
2723 " build-dep - 为源码包配置所需的构建依赖关系\n"
2724 " dist-upgrade - 发布版升级,见 apt-get(8)\n"
2725 " dselect-upgrade - 根据 dselect的选择来进行升级\n"
2726 " clean - 删除所有已下载的包文件\n"
2727 " autoclean - 删除老版本的已下载的包文件\n"
2728 " check - 核对以确认系统的依赖关系的完整性\n"
2731 " -q 让输出可作为日志 - 不显示进度\n"
2732 " -qq 除了错误外,什么都不输出\n"
2733 " -d 仅仅下载 - 【不】安装或解开包文件\n"
2734 " -s 不作实际操作。只是依次模拟执行命令\n"
2735 " -y 对所有询问都作肯定的回答,同时不作任何提示\n"
2736 " -f 当没有通过完整性测试时,程序仍试图继续执行\n"
2737 " -m 当有包文件无法找到时,程序仍试图继续执行\n"
2739 " -b 在下载完源码包后,编译生成相应的软件包\n"
2742 " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
2743 "请查阅 apt-get(8)、sources.list(5) 和 apt.conf(5)的参考手册\n"
2747 #: cmdline/acqprogress.cc:55
2751 #: cmdline/acqprogress.cc:79
2755 #: cmdline/acqprogress.cc:110
2759 #: cmdline/acqprogress.cc:114
2763 #: cmdline/acqprogress.cc:135
2765 msgid "Fetched %sB in %s (%sB/s)\n"
2766 msgstr "下载 %sB,耗时 %s (%sB/s)\n"
2768 #: cmdline/acqprogress.cc:225
2773 #: cmdline/acqprogress.cc:271
2776 "Media change: please insert the disc labeled\n"
2778 "in the drive '%s' and press enter\n"
2782 "的碟片插入驱动器“%s”再按回车键\n"
2784 #: cmdline/apt-sortpkgs.cc:86
2785 msgid "Unknown package record!"
2788 #: cmdline/apt-sortpkgs.cc:150
2790 "Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
2792 "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
2793 "to indicate what kind of file it is.\n"
2796 " -h This help text\n"
2797 " -s Use source file sorting\n"
2798 " -c=? Read this configuration file\n"
2799 " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
2801 "用法: apt-sortpkgs [选项] 文件甲 [文件乙 ...]\n"
2803 "apt-sortpkgs 是对软件包索引文件内容进行排序的简单工具。-s 选项\n"
2804 "是用来指出后面参数所示文件是哪种文件。\n"
2810 " -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
2812 #: dselect/install:32
2813 msgid "Bad default setting!"
2816 #: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93
2817 #: dselect/install:104 dselect/update:45
2818 msgid "Press enter to continue."
2821 #: dselect/install:100
2822 msgid "Some errors occurred while unpacking. I'm going to configure the"
2823 msgstr "在解包时发生了一些错误。我正准备配置"
2825 #: dselect/install:101
2826 msgid "packages that were installed. This may result in duplicate errors"
2827 msgstr "已经安装的软件包。这个操作可能会导致出现重复的错误"
2829 #: dselect/install:102
2830 msgid "or errors caused by missing dependencies. This is OK, only the errors"
2831 msgstr "或一些由于依赖关系不能满足所产生的错误。这个问题不大,只有"
2833 #: dselect/install:103
2835 "above this message are important. Please fix them and run [I]nstall again"
2836 msgstr "这个提示之前的错误消息才值得您注意。请更正它们,然后再次执行 [I]nstall"
2838 #: dselect/update:30
2839 msgid "Merging available information"
2843 #~ msgid "openpty failed\n"
2844 #~ msgstr "select 调用出错"
2846 #~ msgid "File date has changed %s"
2847 #~ msgstr "文件 %s 的时间已被改动"
2849 #~ msgid "Reading file list"
2850 #~ msgstr "正在读取文件列表"
2852 #~ msgid "Could not execute "
2855 #~ msgid "Preparing for remove with config %s"
2856 #~ msgstr "正在准备连同配置文件的删除 %s"
2858 #~ msgid "Removed with config %s"
2859 #~ msgstr "连同配置文件一同删除 %s "
2861 #~ msgid "Unknown vendor ID '%s' in line %u of source list %s"
2863 #~ "在安装源列表 %3$s 的第 %2$u 行发现了无法识别的软件提供商 ID (vendor ID) “%"