1 # Translation of dpkg to Simplified Chinese
2 # This file is distributed under the same license as the dpkg package.
5 # Hiweed Leng <hiweed@163.com>, 2004.
6 # Kov Chai <tchaikov@gmail.com>, 2005,2006,2007
7 # Ming Hua <minghua@rice.edu>, 2006.
8 # Carlos Z.F. Liu <carlosliu@users.sourceforge.net>, 2004,2006.
9 # Anthony Wong <ypwong@debian.org.hk>, 2007.
10 # Deng Xiyue <manphiz-guest@users.alioth.debian.org>, 2007, 2008, 2009.
11 # Aron Xu <happyaron.xu@gmail.com>, 2009, 2010.
12 # Zhou Mo <cdluminate@gmail.com>, 2014, 2015, 2016, 2017, 2018, 2019.
13 # Boyuan Yang <byang@debian.org>, 2017-2023.
17 "Project-Id-Version: dpkg 1.21.20\n"
18 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
19 "POT-Creation-Date: 2024-03-10 20:20+0100\n"
20 "PO-Revision-Date: 2023-01-27 15:39-0500\n"
21 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
22 "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
25 "Content-Type: text/plain; charset=UTF-8\n"
26 "Content-Transfer-Encoding: 8bit\n"
27 "Plural-Forms: nplurals=1; plural=0;\n"
28 "X-Generator: Poedit 3.2.2\n"
31 msgid "failed to fstat archive"
32 msgstr "在包文件上执行 fstat 失败"
36 msgid "failed to read archive '%.255s'"
37 msgstr "读取归档 %.255s 失败"
39 #: lib/dpkg/ar.c lib/dpkg/dbmodify.c
41 msgid "unable to create '%.255s'"
44 #: lib/dpkg/ar.c lib/dpkg/dir.c src/split/join.c src/split/queue.c
45 #: src/divert/main.c utils/update-alternatives.c
47 msgid "unable to close file '%s'"
52 msgid "invalid character '%c' in archive '%.250s' member '%.16s' size"
53 msgstr "归档 %2$.250s 成员 %3$.16s 的尺寸中有无效字符 '%1$c'"
55 #: lib/dpkg/ar.c utils/update-alternatives.c
57 msgid "unable to write file '%s'"
62 msgid "ar member name '%s' length too long"
63 msgstr "ar 成员名称 '%s' 过长"
67 msgid "ar member size %jd too large"
68 msgstr "ar 成员尺寸 %jd 过大"
72 msgid "ar member time %jd too large"
73 msgstr "ar 成员时间 %jd 过大"
77 msgid "generated corrupt ar header for '%s'"
78 msgstr "为 '%s' 生成的 ar 头部损坏"
82 msgid "failed to fstat ar member file (%s)"
83 msgstr "fstat ar 成员文件失败 (%s)"
87 msgid "cannot append ar member file (%s) to '%s': %s"
88 msgstr "无法追加 ar 成员文件(%s)到 '%s': %s"
90 #: lib/dpkg/arch.c lib/dpkg/parsehelp.c lib/dpkg/pkg-format.c
91 msgid "may not be empty string"
95 msgid "must start with an alphanumeric"
98 #: lib/dpkg/arch.c lib/dpkg/parsehelp.c
100 msgid "character '%c' not allowed (only letters, digits and characters '%s')"
101 msgstr "不允许出现字符 ‘%c’ (只能使用字母、数字和 ‘%s’)"
104 msgctxt "architecture"
109 msgctxt "architecture"
114 msgid "error writing to architecture list"
117 #: lib/dpkg/atomic-file.c
119 msgid "cannot create base directory for %s"
120 msgstr "无法为 %s 创建基本目录"
122 #: lib/dpkg/atomic-file.c
124 msgid "unable to create new file '%.250s'"
125 msgstr "无法新建文件 '%.250s'"
127 #: lib/dpkg/atomic-file.c
129 msgid "unable to write new file '%.250s'"
130 msgstr "无法写入新文件 %.250s"
132 #: lib/dpkg/atomic-file.c
134 msgid "unable to flush new file '%.250s'"
135 msgstr "无法清空新文件 %.250s"
137 #: lib/dpkg/atomic-file.c
139 msgid "unable to sync new file '%.250s'"
140 msgstr "无法同步新文件 %.250s"
142 #: lib/dpkg/atomic-file.c
144 msgid "unable to close new file '%.250s'"
145 msgstr "无法关闭新文件 '%.250s'"
147 #: lib/dpkg/atomic-file.c
149 msgid "error removing old backup file '%s'"
150 msgstr "删除旧备份文件 '%s' 时出错"
152 #: lib/dpkg/atomic-file.c
154 msgid "error creating new backup file '%s'"
155 msgstr "新建备份文件 '%s' 时出错"
157 #: lib/dpkg/atomic-file.c lib/dpkg/db-ctrl-upgrade.c lib/dpkg/triglib.c
160 msgid "cannot remove '%.250s'"
163 #: lib/dpkg/atomic-file.c
165 msgid "error installing new file '%s'"
166 msgstr "安装新文件 '%s' 时出错"
169 msgid "failed to write"
173 msgid "failed to read"
177 msgid "unexpected end of file or stream"
178 msgstr "未预期的文件结束或流结束"
181 msgid "failed to seek"
184 #: lib/dpkg/command.c lib/dpkg/path-remove.c src/split/split.c
185 #: src/main/unpack.c utils/update-alternatives.c
187 msgid "unable to execute %s (%s)"
188 msgstr "无法执行 %s (%s)"
190 #: lib/dpkg/command.c
191 msgid "PATH is not set"
192 msgstr "没有设置 PATH 环境变量"
194 #: lib/dpkg/compress.c
196 msgid "%s: pass-through copy error: %s"
197 msgstr "%s: 对等拷贝出错: %s"
199 #: lib/dpkg/compress.c
201 msgid "%s: error binding input to gzip stream"
202 msgstr "%s:将输入绑定到 gzip 流时出错"
204 #: lib/dpkg/compress.c
206 msgid "%s: internal gzip read error: '%s'"
207 msgstr "%s:内部 gzip 读取错误:%s"
209 #: lib/dpkg/compress.c
211 msgid "%s: internal gzip write error"
212 msgstr "%s:内部 gzip 写入错误"
214 #: lib/dpkg/compress.c
216 msgid "%s: internal gzip read error: %s"
217 msgstr "%s:内部 gzip 读取错误:%s"
219 #: lib/dpkg/compress.c
221 msgid "%s: error binding output to gzip stream"
222 msgstr "%s:将输出绑定到 gzip 流时出错"
224 #: lib/dpkg/compress.c
226 msgid "%s: internal gzip read error"
227 msgstr "%s:内部 gzip 读取错误"
229 #: lib/dpkg/compress.c
231 msgid "%s: internal gzip write error: '%s'"
232 msgstr "%s:内部 gzip 写入错误:%s"
234 #: lib/dpkg/compress.c
236 msgid "%s: internal gzip write error: %s"
237 msgstr "%s:内部 gzip 写入错误:%s"
239 #: lib/dpkg/compress.c
241 msgid "%s: error binding input to bzip2 stream"
242 msgstr "%s:将输入绑定到 bzip2 流时失败"
244 #: lib/dpkg/compress.c
246 msgid "%s: internal bzip2 read error: '%s'"
247 msgstr "%s:内部 bzip2 读取错误:%s"
249 #: lib/dpkg/compress.c
251 msgid "%s: internal bzip2 write error"
252 msgstr "%s:内部 bzip2 写入错误"
254 #: lib/dpkg/compress.c
256 msgid "%s: error binding output to bzip2 stream"
257 msgstr "%s:将输出绑定到 bzip2 流时出错"
259 #: lib/dpkg/compress.c
261 msgid "%s: internal bzip2 read error"
262 msgstr "%s:内部 bzip2 读取错误"
264 #: lib/dpkg/compress.c
266 msgid "%s: internal bzip2 write error: '%s'"
267 msgstr "%s:内部 bzip2 写入错误:%s"
269 #: lib/dpkg/compress.c
270 msgid "unexpected bzip2 error"
271 msgstr "未预料的 bzip2 错误"
273 #: lib/dpkg/compress.c
274 msgid "internal error (bug)"
277 #: lib/dpkg/compress.c
278 msgid "memory usage limit reached"
281 #: lib/dpkg/compress.c
282 msgid "unsupported compression preset"
285 #: lib/dpkg/compress.c
286 msgid "unsupported options in file header"
289 #: lib/dpkg/compress.c
290 msgid "compressed data is corrupt"
293 #: lib/dpkg/compress.c
294 msgid "unexpected end of input"
297 #: lib/dpkg/compress.c
298 msgid "file format not recognized"
301 #: lib/dpkg/compress.c
302 msgid "unsupported type of integrity check"
305 #: lib/dpkg/compress.c
307 msgid "%s: lzma read error"
308 msgstr "%s:lzma 读取错误"
310 #: lib/dpkg/compress.c
312 msgid "%s: lzma write error"
313 msgstr "%s:lzma 写入错误"
315 #: lib/dpkg/compress.c
317 msgid "%s: lzma close error"
318 msgstr "%s: lzma 关闭错误"
320 #: lib/dpkg/compress.c
322 msgid "%s: lzma error: %s"
323 msgstr "%s:lzma 错误:%s"
325 #: lib/dpkg/compress.c
327 msgid "%s: zstd error: %s"
328 msgstr "%s:zstd 错误:%s"
330 #: lib/dpkg/compress.c
332 msgid "%s: cannot create zstd decompression context"
333 msgstr "%s:无法创建 zstd 解压缩环境"
335 #: lib/dpkg/compress.c
337 msgid "%s: cannot create zstd compression context"
338 msgstr "%s:无法创建 zstd 压缩环境"
340 #: lib/dpkg/compress.c
342 msgid "%s: zstd read error"
343 msgstr "%s:zstd 读取错误"
345 #: lib/dpkg/compress.c
347 msgid "%s: zstd write error"
348 msgstr "%s:zstd 写入错误"
350 #: lib/dpkg/compress.c
352 msgid "%s: zstd close error"
353 msgstr "%s: zstd 关闭错误"
355 #: lib/dpkg/compress.c
357 msgid "invalid compression level %d"
360 #: lib/dpkg/compress.c
361 msgid "unknown compression strategy"
364 #: lib/dpkg/dbmodify.c
367 "updates directory contains file '%.250s' whose name is too long (length=%d, "
369 msgstr "更新目录中包含文件 %.250s,其文件名过长(长度为 %d,最大为 %d)"
371 #: lib/dpkg/dbmodify.c
374 "updates directory contains files with different length names (both %d and %d)"
375 msgstr "更新目录中的文件长度名称不一致(分别为 %d 和 %d)"
377 #: lib/dpkg/dbmodify.c
379 msgid "cannot create the dpkg updates directory %s"
380 msgstr "无法创建 dpkg 更新目录 %s"
382 #: lib/dpkg/dbmodify.c
384 msgid "cannot scan updates directory '%.255s'"
385 msgstr "无法扫描更新目录 %.255s"
387 #: lib/dpkg/dbmodify.c
389 msgid "failed to remove incorporated update file %.255s"
390 msgstr "删除合并后的更新文件 %.255s 失败"
392 #: lib/dpkg/dbmodify.c
394 msgid "unable to fill %.250s with padding"
397 #: lib/dpkg/dbmodify.c
399 msgid "unable to flush %.250s after padding"
400 msgstr "无法在补齐后清空 %.250s"
402 #: lib/dpkg/dbmodify.c
404 msgid "unable to seek to start of %.250s after padding"
405 msgstr "补齐后无法找到 %.250s 的起始位置"
407 #: lib/dpkg/dbmodify.c
409 msgid "unable to check lock file for dpkg database directory %s"
410 msgstr "无法检查 dpkg 数据库目录 '%s' 的锁文件"
412 #: lib/dpkg/dbmodify.c
414 msgid "unable to open/create dpkg frontend lock for directory %s"
415 msgstr "无法为目录 '%s' 打开或创建 dpkg 前端锁"
417 #: lib/dpkg/dbmodify.c
419 msgid "unable to open/create dpkg database lock file for directory %s"
420 msgstr "无法为目录 '%s' 打开或创建 dpkg 锁文件"
422 #: lib/dpkg/dbmodify.c
424 msgid "you do not have permission to lock the dpkg database directory %s"
425 msgstr "您没有锁定 dpkg 数据库目录 '%s' 的权限"
427 #: lib/dpkg/dbmodify.c
428 msgid "dpkg frontend lock"
431 #: lib/dpkg/dbmodify.c
432 msgid "dpkg database lock"
435 #: lib/dpkg/dbmodify.c
436 msgid "requested operation requires superuser privilege"
437 msgstr "所请求的操作需要超级用户权限"
439 #: lib/dpkg/dbmodify.c
441 msgid "cannot create the dpkg database directory %s"
442 msgstr "无法创建 dpkg 数据库目录 %s"
444 #: lib/dpkg/dbmodify.c
446 msgid "unable to access the dpkg database directory %s"
447 msgstr "无法访问 dpkg 数据库目录 %s"
449 #: lib/dpkg/dbmodify.c
451 msgid "required read/write access to the dpkg database directory %s"
452 msgstr "需要对于 dpkg 数据库目录 %s 的读/写权限"
454 #: lib/dpkg/dbmodify.c
456 msgid "failed to remove my own update file %.255s"
457 msgstr "删除自身的更新文件 %.255s 时失败"
459 #: lib/dpkg/dbmodify.c
461 msgid "unable to write updated status of '%.250s'"
462 msgstr "无法写入 %.250s 的新状态"
464 #: lib/dpkg/dbmodify.c
466 msgid "unable to flush updated status of '%.250s'"
467 msgstr "无法刷新 %.250s 的新状态"
469 #: lib/dpkg/dbmodify.c
471 msgid "unable to truncate for updated status of '%.250s'"
472 msgstr "无法截断 %.250s 的新状态"
474 #: lib/dpkg/dbmodify.c
476 msgid "unable to fsync updated status of '%.250s'"
477 msgstr "无法同步 %.250s 的新状态"
479 #: lib/dpkg/dbmodify.c
481 msgid "unable to close updated status of '%.250s'"
482 msgstr "无法关闭 %.250s 的新状态"
484 #: lib/dpkg/dbmodify.c
486 msgid "unable to install updated status of '%.250s'"
487 msgstr "无法安装 %.250s 的新状态"
489 #: lib/dpkg/db-ctrl-access.c
491 msgid "unable to check existence of '%.250s'"
492 msgstr "无法判断 %.250s 是否存在"
494 #: lib/dpkg/db-ctrl-access.c lib/dpkg/db-ctrl-upgrade.c
495 msgid "cannot read info directory"
496 msgstr "无法读取 info 目录"
498 #: lib/dpkg/db-ctrl-format.c src/main/unpack.c
500 msgid "error trying to open %.250s"
501 msgstr "试图打开 %.250s 出错"
503 #: lib/dpkg/db-ctrl-format.c
505 msgid "corrupt info database format file '%s'"
506 msgstr "损坏的信息库格式文件 %s"
508 #: lib/dpkg/db-ctrl-format.c
510 msgid "info database format (%d) is bogus or too new; try getting a newer dpkg"
511 msgstr "信息数据库格式(%d)是伪造的或者太新;建议尝试新版本的 dpkg"
513 #: lib/dpkg/db-ctrl-upgrade.c
515 msgid "info file %s/%s not associated to any package"
516 msgstr "info 文件 %s/%s 与任何软件包都无关"
518 #: lib/dpkg/db-ctrl-upgrade.c src/main/archives.c
520 msgid "error creating hard link '%.255s'"
521 msgstr "新建硬链接 %.255s 时出错"
523 #: lib/dpkg/db-ctrl-upgrade.c
525 msgid "error while writing '%s'"
528 #: lib/dpkg/db-fsys-digest.c
530 msgid "control file '%s' for package '%s' is missing final newline"
531 msgstr "软件包 '%2$s' 的控制文件 '%1$s' 缺少结尾换行符"
533 #: lib/dpkg/db-fsys-digest.c
535 msgid "control file '%s' for package '%s' is missing value"
536 msgstr "软件包 '%2$s' 的控制文件 '%1$s' 缺少值"
538 #: lib/dpkg/db-fsys-digest.c
540 msgid "control file '%s' for package '%s' is missing value separator"
541 msgstr "软件包 '%2$s' 的控制文件 '%1$s' 缺少值分隔符"
543 #: lib/dpkg/db-fsys-digest.c
545 msgid "control file '%s' for package '%s' contains empty filename"
546 msgstr "软件包 '%2$s' 的控制文件 '%1$s' 含有空文件名"
548 #: lib/dpkg/db-fsys-digest.c
550 msgid "loading control file '%s' for package '%s'"
551 msgstr "正在读取软件包 '%2$s' 的 '%1$s' 控制文件"
553 #: lib/dpkg/db-fsys-divert.c
554 msgid "failed to open diversions file"
557 #: lib/dpkg/db-fsys-divert.c
558 msgid "failed to fstat diversions file"
559 msgstr "无法 fstat 转移文件"
561 #: lib/dpkg/db-fsys-divert.c
563 msgid "conflicting diversions involving '%.250s' or '%.250s'"
564 msgstr "转移项间存在着冲突关系, %.250s 和 %.250s 中只能取其一"
566 #: lib/dpkg/db-fsys-files.c
568 msgid "loading files list file for package '%s'"
569 msgstr "正在载入软件包 %s 的文件列表"
571 #: lib/dpkg/db-fsys-files.c
574 "files list file for package '%.250s' missing; assuming package has no files "
575 "currently installed"
577 "无法找到软件包 %.250s 的文件列表,现假定目前该软件包没有任何文件被安装在系统"
580 #: lib/dpkg/db-fsys-files.c
582 msgid "files list file for package '%.250s' is missing final newline"
583 msgstr "软件包 %.250s 的文件列表缺少最后结尾的换行符"
585 #: lib/dpkg/db-fsys-files.c
587 msgid "files list file for package '%.250s' contains empty filename"
588 msgstr "软件包 %.250s 的文件列表含有空的文件名"
590 #: lib/dpkg/db-fsys-files.c
591 msgid "(Reading database ... "
592 msgstr "(正在读取数据库 ... "
594 #: lib/dpkg/db-fsys-files.c
596 msgid "%d file or directory currently installed.)\n"
597 msgid_plural "%d files and directories currently installed.)\n"
598 msgstr[0] "系统当前共安装有 %d 个文件和目录。)\n"
600 #: lib/dpkg/db-fsys-override.c
602 msgid "invalid statoverride uid %s"
603 msgstr "无效的 statoverride 用户ID(uid) %s"
605 #: lib/dpkg/db-fsys-override.c
607 msgid "invalid statoverride gid %s"
608 msgstr "无效的 statoverride 组ID(gid) %s"
610 #: lib/dpkg/db-fsys-override.c
612 msgid "invalid statoverride mode %s"
613 msgstr "无效的 statoverride 权限位(mode) %s"
615 #: lib/dpkg/db-fsys-override.c
616 msgid "failed to open statoverride file"
617 msgstr "无法打开 statoverride 文件"
619 #: lib/dpkg/db-fsys-override.c
620 msgid "failed to fstat statoverride file"
621 msgstr "无法 fstat statoverride 文件"
623 #: lib/dpkg/db-fsys-override.c
625 msgid "reading statoverride file '%.250s'"
626 msgstr "读取 statoverride 文件 '%.250s'"
628 #: lib/dpkg/db-fsys-override.c
629 msgid "statoverride file is missing final newline"
630 msgstr "statoverride 文件结尾处缺失换行符"
632 #: lib/dpkg/db-fsys-override.c
633 msgid "statoverride file contains empty line"
634 msgstr "statoverride 文件含有空行"
636 #: lib/dpkg/db-fsys-override.c
637 msgid "syntax error in statoverride file"
638 msgstr "statoverride 文件中有语法错误"
640 #: lib/dpkg/db-fsys-override.c
643 "unknown system user '%s' in statoverride file; the system user got removed\n"
644 "before the override, which is most probably a packaging bug, to recover you\n"
645 "can remove the override manually with %s"
647 "在 stateoverride 文件中发现未知的系统用户 '%s';该系统用户在重载之前被移"
649 "这很有可能是一个打包Bug。您可以通过 %s 手动移除重载来进行恢复"
651 #: lib/dpkg/db-fsys-override.c
652 msgid "unexpected end of line in statoverride file"
653 msgstr "statoverride 文件有非预期的行结束符"
655 #: lib/dpkg/db-fsys-override.c
658 "unknown system group '%s' in statoverride file; the system group got "
660 "before the override, which is most probably a packaging bug, to recover you\n"
661 "can remove the override manually with %s"
663 "在 stateoverride 文件中发现未知的系统组 '%s';该系统组在重载之前被移除。\n"
664 "这很有可能是一个打包Bug。您可以通过 %s 手动移除重载来进行恢复"
666 #: lib/dpkg/db-fsys-override.c
668 msgid "multiple statoverrides present for file '%.250s'"
669 msgstr "存在多个 statoverride 用于文件 %.250s"
671 #: lib/dpkg/deb-version.c
672 msgid "format version with too big major component"
673 msgstr "格式版本的主版本部分过大"
675 #: lib/dpkg/deb-version.c
676 msgid "format version with empty major component"
677 msgstr "格式版本的主版本部分为空"
679 #: lib/dpkg/deb-version.c
680 msgid "format version has no dot"
683 #: lib/dpkg/deb-version.c
684 msgid "format version with too big minor component"
685 msgstr "格式版本的次版本部分过大"
687 #: lib/dpkg/deb-version.c
688 msgid "format version with empty minor component"
689 msgstr "格式版本的次版本部分为空"
691 #: lib/dpkg/deb-version.c
692 msgid "format version followed by junk"
697 msgid "cannot parse debug mask from environment variable %s"
698 msgstr "无法从环境变量解析调试掩码 %s"
702 msgid "unable to get file descriptor for directory '%s'"
703 msgstr "无法获得目录 '%s' 的文件描述符"
707 msgid "unable to sync directory '%s'"
712 msgid "unable to open directory '%s'"
715 #: lib/dpkg/dir.c src/divert/main.c utils/update-alternatives.c
717 msgid "unable to open file '%s'"
720 #: lib/dpkg/dir.c src/deb/build.c src/split/join.c src/split/queue.c
721 #: src/divert/main.c utils/update-alternatives.c
723 msgid "unable to sync file '%s'"
728 msgid "failed to write details of '%.50s' to '%.250s'"
729 msgstr "将 %.50s 的详情写入至 %.250s 时失败"
733 msgid "unable to set buffering on %s database file"
734 msgstr "无法为数据库文件 %s 设置缓冲区"
738 msgid "failed to write %s database stanza about '%s' to '%s'"
739 msgstr "写入 %s 数据库段落时失败(关于“%s”到“%s”)"
741 #: lib/dpkg/ehandle.c utils/update-alternatives.c
745 #: lib/dpkg/ehandle.c
754 #: lib/dpkg/ehandle.c
755 msgid "out of memory for new error context"
756 msgstr "内存不足,无法新建错误上下文"
758 #: lib/dpkg/ehandle.c
759 msgid "error while cleaning up"
762 #: lib/dpkg/ehandle.c
763 msgid "too many nested errors during error recovery"
764 msgstr "在错误恢复过程中发生了过多的嵌套错误"
766 #: lib/dpkg/ehandle.c
767 msgid "out of memory for new cleanup entry"
768 msgstr "内存不足,无法新建清理条目"
770 #: lib/dpkg/ehandle.c
771 msgid "out of memory for new cleanup entry with many arguments"
772 msgstr "内存不足,建立清理条目的参数过多"
774 #: lib/dpkg/ehandle.c
775 msgid "unrecoverable fatal error, aborting"
776 msgstr "无法恢复的致命错误,中止"
778 #: lib/dpkg/ehandle.c
779 msgid "outside error context, aborting"
780 msgstr "处于错误上下文之外,中止"
782 #: lib/dpkg/ehandle.c
783 msgid "an error occurred with no error handling in place"
784 msgstr "发生了错误且不存在错误处理方法"
786 #: lib/dpkg/ehandle.c
787 msgid "internal error"
791 msgid "is missing a value"
796 msgid "has invalid value '%.50s'"
797 msgstr "有无效值 '%.50s'"
800 msgid "has trailing junk"
805 msgid "invalid package name in '%s' field: %s"
806 msgstr "无效的软件包名存在于 '%s' 字段: %s"
810 msgid "empty archive details '%s' field"
811 msgstr "档案详情 '%s' 字段为空"
815 msgid "archive details '%s' field not allowed in status file"
816 msgstr "状态文件不允许档案详情 ‘%s’ 字段"
820 msgid "too many values in archive details '%s' field (compared to others)"
821 msgstr "档案详情 '%s' 字段的值过多(和其他的相比)"
825 msgid "too few values in archive details '%s' field (compared to others)"
826 msgstr "档案详情 %s 字段的值过少(和其他的相比)"
830 msgid "boolean (yes/no) '%s' field: %s"
831 msgstr "布尔型(是/否) '%s' 字段: %s"
835 msgid "quadstate (foreign/allowed/same/no) '%s' field: %s"
836 msgstr "四值状态 (foreign/allowed/same/no) '%s' 字段: %s"
840 msgid "'%s' is not a valid architecture name in '%s' field: %s"
841 msgstr "'%s' 不是有效的 '%s' 字段体系结构名称: %s"
845 msgid "word in '%s' field: %s"
846 msgstr "'%s' 字段中的文字: %s"
850 msgid "obsolete '%s' field used"
851 msgstr "使用了废弃字段 '%s'"
855 msgid "value for '%s' field not allowed in this context"
856 msgstr "此处不允许 '%s' 字段的值"
860 msgid "first (want) word in '%s' field: %s"
861 msgstr "'%s' 字段的第一个 (want) 词: %s"
865 msgid "second (error) word in '%s' field: %s"
866 msgstr "'%s' 字段的第二个 (error) 词: %s"
870 msgid "third (status) word in '%s' field: %s"
871 msgstr "'%s' 字段的第三个 (status) 词: %s"
875 msgid "'%s' field value '%.250s'"
876 msgstr "'%s' 字段值 '%.250s'"
880 msgid "value for '%s' field has malformed line '%.*s'"
881 msgstr "'%s' 字段的值有行格式有误: '%.*s'"
885 msgid "value for '%s' field has line starting with non-space '%c'"
886 msgstr "'%s' 字段的值有以非空格字符 '%c' 开头的行"
890 msgid "root or empty directory listed as a conffile in '%s' field"
891 msgstr "根目录或空目录被列为一个 '%s' 字段中的配置文件"
896 "'%s' field, missing package name, or garbage where package name expected"
897 msgstr "%s\" 字段中缺少软件包名,或者填写的软件包名无效"
901 msgid "'%s' field, invalid package name '%.255s': %s"
902 msgstr "%s 字段,无效的软件包名 %.255s :%s"
907 "'%s' field, missing architecture name, or garbage where architecture name "
909 msgstr "'%s' 字段缺少体系结构名,或者填写的体系结构名称无效"
914 "'%s' field, reference to '%.255s': invalid architecture name '%.255s': %s"
915 msgstr "%s 字段,引用 %.255s : 无效的体系结构名 '%.255s': %s"
920 "'%s' field, reference to '%.255s':\n"
921 " bad version relationship %c%c"
923 "%s 字段,引用 %.255s :\n"
929 "'%s' field, reference to '%.255s':\n"
930 " '%c' is obsolete, use '%c=' or '%c%c' instead"
932 "'%s' 字段,引用 '%.255s':\n"
933 " '%c' 已被废弃,请使用 '%c=' 或者 '%c%c'"
938 "'%s' field, reference to '%.255s':\n"
939 " implicit exact match on version number, suggest using '=' instead"
941 "'%s' 字段,引用 '%.255s' :\n"
942 " 未明确要求版本号完全一致,建议使用 '='"
946 msgid "only exact versions may be used for '%s' field"
947 msgstr "'%s' 字段中只能指明确切版本"
952 "'%s' field, reference to '%.255s':\n"
953 " version value starts with non-alphanumeric, suggest adding a space"
955 "'%s' 字段,引用 '%.255s' :\n"
956 " 版本号以非字母数字字符开头,建议加一个空格"
960 msgid "'%s' field, reference to '%.255s': version unterminated"
961 msgstr "'%s' 字段,引用 '%.255s' :版本号未终止"
966 "'%s' field, reference to '%.255s': version contains '%c' instead of '%c'"
967 msgstr "'%s' 字段,引用 '%.255s' :版本号含有 '%c' 而非 '%c'"
971 msgid "'%s' field, reference to '%.255s': version '%s'"
972 msgstr "'%s' 字段,引用 '%.255s': 版本 '%s'"
976 msgid "'%s' field, syntax error after reference to package '%.255s'"
977 msgstr "'%s' 字段,在引用软件包 '%.255s' 后有语法错误"
981 msgid "alternatives ('|') not allowed in '%s' field"
982 msgstr "'%s' 字段不允许可替代项 ('|')"
986 msgid "illegal pending trigger name '%.255s': %s"
987 msgstr "非法的未决触发器名 %.255s :%s"
991 msgid "duplicate pending trigger '%.255s'"
992 msgstr "重复的未决触发器 %.255s"
996 msgid "illegal package name in awaited trigger '%.255s': %s"
997 msgstr "在等待触发器 %.255s 中包含非法的软件包名:%s"
1001 msgid "duplicate awaited trigger package '%.255s'"
1002 msgstr "重复的待命触发包 %.255s"
1006 msgid "unable to stat source file '%.250s'"
1007 msgstr "无法获取源文件 %.250s 的状态"
1011 msgid "unable to change ownership of target file '%.250s'"
1012 msgstr "无法改变目标文件 %.250s 的所有者"
1016 msgid "unable to set mode of target file '%.250s'"
1017 msgstr "无法设置文件 %.250s 的权限位"
1021 msgid "cannot stat %s"
1026 msgid "%s is not a regular file"
1031 msgid "cannot read %s"
1036 msgid "cannot open %s"
1041 msgid "unable to unlock %s"
1046 msgid "unable to check file '%s' lock status"
1047 msgstr "无法检查文件 %s 的锁状态"
1051 msgid "unable to lock %s"
1056 "Note: removing the lock file is always wrong, can damage the locked area\n"
1057 "and the entire system. See <https://wiki.debian.org/Teams/Dpkg/FAQ#db-lock>."
1059 "注意:删除锁文件的操作是错误的,这样操作会损坏上锁的部分,甚至损坏\n"
1060 "个系统。详情请见 <https://wiki.debian.org/Teams/Dpkg/FAQ#db-lock>。"
1065 "%s was locked by another process\n"
1074 "%s was locked by another process with pid %d\n"
1077 "%s 已被另一个 pid 为 %d 的进程加锁\n"
1082 msgid "cannot open file %s"
1086 msgid "pager to show file"
1091 msgid "cannot write file %s into the pager"
1092 msgstr "无法写入文件 %s 到分页器"
1096 msgid "could not open log '%s': %s"
1097 msgstr "无法打开日志文件 %s :%s"
1101 msgid "cannot get local time to log into '%s': %s"
1102 msgstr "无法获取本地时间以记录日志到“%s”:%s"
1106 msgid "cannot write to log file '%s': %s"
1107 msgstr "无法写入日志文件“%s”:%s"
1110 msgid "<package status and progress file descriptor>"
1111 msgstr "<软件包状态和进度文件描述符>"
1115 msgid "unable to write to status fd %d"
1116 msgstr "无法写入状态文件描述符 %d"
1118 #: lib/dpkg/mustlib.c utils/update-alternatives.c
1119 msgid "failed to allocate memory"
1122 #: lib/dpkg/mustlib.c
1124 msgid "failed to dup for fd %d"
1125 msgstr "无法 dup 文件描述符 %d"
1127 #: lib/dpkg/mustlib.c
1129 msgid "failed to dup for std%s"
1130 msgstr "无法 dup std%s"
1132 #: lib/dpkg/mustlib.c
1133 msgid "failed to create pipe"
1136 #: lib/dpkg/mustlib.c
1138 msgid "error writing to '%s'"
1141 #: lib/dpkg/mustlib.c
1143 msgid "unable to read filedescriptor flags for %.250s"
1144 msgstr "无法读取 %.250s 的 filedescriptor 标志位"
1146 #: lib/dpkg/mustlib.c
1148 msgid "unable to set close-on-exec flag for %.250s"
1149 msgstr "无法设置 %.250s 的 close-on-exec 标志位"
1151 #: lib/dpkg/options-parsers.c
1153 msgid "--%s needs a valid package name but '%.250s' is not: %s"
1154 msgstr "--%s 需要一个有效的软件包名。而 %.250s 不是: %s"
1156 #: lib/dpkg/options.c
1158 msgid "configuration error: %s:%d: %s"
1159 msgstr "配置错误:%s:%d:%s"
1161 #: lib/dpkg/options.c
1163 msgid "failed to open configuration file '%.255s' for reading: %s"
1164 msgstr "无法打开配置文件 %.255s 以便读取:%s"
1166 #: lib/dpkg/options.c
1168 msgid "unbalanced quotes in '%s'"
1171 #: lib/dpkg/options.c utils/update-alternatives.c
1173 msgid "unknown option '%s'"
1176 #: lib/dpkg/options.c
1178 msgid "'%s' needs a value"
1179 msgstr "'%s' 选项需要一个参数"
1181 #: lib/dpkg/options.c
1183 msgid "'%s' does not take a value"
1184 msgstr "'%s' 选项不需要参数"
1186 #: lib/dpkg/options.c
1188 msgid "read error in configuration file '%.255s'"
1189 msgstr "读取配置文件 %.255s 时出错"
1191 #: lib/dpkg/options.c
1193 msgid "error closing configuration file '%.255s'"
1194 msgstr "关闭配置文件 %.255s 时出错"
1196 #: lib/dpkg/options.c
1198 msgid "error opening configuration directory '%s'"
1199 msgstr "打开配置目录 %s 时出错"
1201 #: lib/dpkg/options.c
1202 msgid "missing program name in argv[0]"
1203 msgstr "在 argv[0] 中缺失程序名称"
1205 #: lib/dpkg/options.c
1207 msgid "unknown option --%s"
1210 #: lib/dpkg/options.c
1212 msgid "--%s option takes a value"
1213 msgstr "--%s 选项需要一个参数"
1215 #: lib/dpkg/options.c
1217 msgid "--%s option does not take a value"
1218 msgstr "--%s 选项不需要参数"
1220 #: lib/dpkg/options.c
1222 msgid "unknown option -%c"
1225 #: lib/dpkg/options.c
1227 msgid "-%c option takes a value"
1228 msgstr "-%c 选项需要一个参数"
1230 #: lib/dpkg/options.c
1232 msgid "-%c option does not take a value"
1233 msgstr "-%c 选项不需要参数"
1235 #: lib/dpkg/options.c src/split/main.c
1237 msgid "invalid integer for --%s: '%.250s'"
1238 msgstr "--%s 接受到无效的整数: %.250s"
1240 #: lib/dpkg/options.c
1242 msgid "invalid integer for -%c: '%.250s'"
1243 msgstr "无效的整型参数 -%c:%.250s"
1245 #: lib/dpkg/options.c
1247 msgid "obsolete option '--%s'"
1248 msgstr "废弃的选项 '--%s'"
1250 #: lib/dpkg/options.c
1252 msgid "conflicting actions -%c (--%s) and -%c (--%s)"
1253 msgstr "操作 -%c (--%s) 和 -%c (--%s) 互相冲突"
1257 msgid "duplicate value for '%s' field"
1258 msgstr "有多个值对应于字段 %s"
1262 msgid "user-defined field name '%.*s' too short"
1263 msgstr "用户自定字段名 %.*s 过短"
1267 msgid "duplicate value for user-defined field '%.*s'"
1268 msgstr "有多个值对应于用户自定义字段 %.*s"
1270 #: lib/dpkg/parse.c lib/dpkg/parsehelp.c
1272 msgid "missing '%s' field"
1275 #: lib/dpkg/parse.c lib/dpkg/parsehelp.c
1277 msgid "empty value for '%s' field"
1282 msgid "package has '%s' field but is missing architecture"
1283 msgstr "软件包有 '%s' 字段,但缺失体系结构"
1287 msgid "package has '%s' field but is architecture '%s'"
1288 msgstr "软件包有 '%s' 字段,但体系结构为 “%s”"
1292 msgid "'%s' field present for package with inappropriate '%s' field"
1293 msgstr "软件包有 '%s' 字段,但存在不相符的 '%s' 字段"
1297 msgid "package has status %s but triggers are awaited"
1298 msgstr "软件包处于 %s 状态,但触发器在等待"
1302 msgid "package has status %s but no triggers awaited"
1303 msgstr "软件包处于 %s 状态,但没有触发器在等待"
1307 msgid "package has status %s but triggers are pending"
1308 msgstr "软件包处于 %s 状态,但是触发器处于未决状态"
1312 msgid "package has status %s but no triggers pending"
1313 msgstr "软件包处于 %s 状态,但是没有触发器处于未决状态"
1317 msgid "package has status %s and has conffiles, forgetting them"
1318 msgstr "软件包处于 %s 状态,并且拥有配置文件,将会忽略它们"
1322 "multiple non-coinstallable package instances present; most probably due to "
1323 "an upgrade from an unofficial dpkg"
1324 msgstr "现有多个不可共存的软件包实例;很有可能是因为从非官方 dpkg 进行过升级"
1328 "mixed non-coinstallable and coinstallable package instances present; most "
1329 "probably due to an upgrade from an unofficial dpkg"
1331 "现有多个混合的‘不可共存’和‘可共存’的软件包实例;很有可能是因为从非官方 dpkg "
1337 "package %s (%s) with field '%s: %s' is not co-installable with %s which has "
1338 "multiple installed instances"
1340 "含有字段 '%3$s: %4$s' 的软件包 %1$s (%2$s) 不能与存在多个已安装实例的 %5$s 共"
1345 msgid "failed to open package info file '%.255s' for reading"
1346 msgstr "无法打开软件包的 info 文件 %.255s 以便读取"
1350 msgid "can't stat package info file '%.255s'"
1351 msgstr "无法获得软件包 info 文件 %.255s 的状态"
1355 msgid "reading package info file '%s': %s"
1356 msgstr "正在读取软件包 info 文件 '%s': %s"
1360 msgid "can't mmap package info file '%.255s'"
1361 msgstr "无法 mmap 软件包的 info 文件 %.255s"
1365 msgid "reading package info file '%.255s'"
1366 msgstr "正在读取软件包 info 文件 '%.255s'"
1369 msgid "empty field name"
1374 msgid "field name '%.*s' cannot start with hyphen"
1375 msgstr "字段名 '%.*s' 不能以连字符开头"
1379 msgid "end of file after field name '%.*s'"
1380 msgstr "在字段名 %.*s 后有 EOF"
1384 msgid "newline in field name '%.*s'"
1385 msgstr "在字段名 %.*s 中有换行符"
1389 msgid "MSDOS end of file (^Z) in field name '%.*s'"
1390 msgstr "在字段名 %.*s 中有 MSDOS EOF (^Z)"
1394 msgid "field name '%.*s' must be followed by colon"
1395 msgstr "字段名 %.*s 后必须跟冒号"
1399 msgid "end of file before value of field '%.*s' (missing final newline)"
1400 msgstr "在字段 %.*s 的值的前面有 EOF (缺失结尾的换行符)"
1404 msgid "MSDOS end of file (^Z) in value of field '%.*s' (missing newline?)"
1405 msgstr "在字段 %.*s 的值里有MSDOS EOF(^Z)字符(缺失换行符?)"
1409 msgid "blank line in value of field '%.*s'"
1410 msgstr "在字段 %.*s 的值中有空行"
1414 msgid "end of file during value of field '%.*s' (missing final newline)"
1415 msgstr "在字段 %.*s 的值中间发有 EOF 字符(缺失结尾的换行符)"
1419 msgid "failed to close after read: '%.255s'"
1420 msgstr "读取 %.255s 后无法关闭"
1423 msgid "several package info entries found, only one allowed"
1424 msgstr "发现了多个软件包的 info 条目,但只允许一个"
1428 msgid "no package information in '%.255s'"
1429 msgstr "在 %.255s 中没有软件包的相关信息"
1431 #: lib/dpkg/parsehelp.c
1434 "parsing file '%s' near line %d package '%s':\n"
1436 msgstr "在解析文件 '%s' 第 %d 行附近,软件包 '%s' 时:"
1438 #: lib/dpkg/parsehelp.c
1441 "parsing file '%.255s' near line %d:\n"
1444 "在解析文件 '%.255s' 第 %d 行附近时:\n"
1447 #: lib/dpkg/parsehelp.c
1448 msgid "must start with an alphanumeric character"
1451 #: lib/dpkg/parsehelp.c
1456 #: lib/dpkg/parsehelp.c
1457 msgid "version string is empty"
1460 #: lib/dpkg/parsehelp.c
1461 msgid "version string has embedded spaces"
1464 #: lib/dpkg/parsehelp.c
1465 msgid "epoch in version is empty"
1468 #: lib/dpkg/parsehelp.c
1469 msgid "epoch in version is not number"
1472 #: lib/dpkg/parsehelp.c
1473 msgid "epoch in version is negative"
1476 #: lib/dpkg/parsehelp.c
1477 msgid "epoch in version is too big"
1480 #: lib/dpkg/parsehelp.c
1481 msgid "nothing after colon in version number"
1482 msgstr "版本号的冒号后面没有任何东西"
1484 #: lib/dpkg/parsehelp.c
1485 msgid "revision number is empty"
1488 #: lib/dpkg/parsehelp.c
1489 msgid "version number is empty"
1492 #: lib/dpkg/parsehelp.c
1493 msgid "version number does not start with digit"
1496 #: lib/dpkg/parsehelp.c
1497 msgid "invalid character in version number"
1500 #: lib/dpkg/parsehelp.c
1501 msgid "invalid character in revision number"
1504 #: lib/dpkg/path-remove.c
1506 msgid "unable to securely remove '%.255s'"
1507 msgstr "无法安全删除 %.255s"
1509 #: lib/dpkg/path-remove.c
1510 msgid "rm command for cleanup"
1511 msgstr "用于清理的 rm 命令"
1513 #: lib/dpkg/pkg-format.c
1515 msgid "invalid character '%c' in field width"
1516 msgstr "字段宽度中有无效的字符 %c"
1518 #: lib/dpkg/pkg-format.c
1519 msgid "field width is out of range"
1522 #: lib/dpkg/pkg-format.c
1523 msgid "missing closing brace"
1526 #: lib/dpkg/pkg-format.c
1528 msgid "cannot get package %s filesystem last modification time"
1529 msgstr "无法获取软件包 %s 的文件系统最后一次修改时间"
1531 #: lib/dpkg/pkg-hash.c lib/dpkg/pkg-spec.c
1533 msgid "ambiguous package name '%s' with more than one installed instance"
1534 msgstr "软件包名 '%s' 含糊不清, 它有一个以上的安装实例"
1536 #: lib/dpkg/pkg-show.c
1537 msgid "(no description available)"
1540 #: lib/dpkg/pkg-show.c
1542 msgid "version '%s' has bad syntax: %s"
1543 msgstr "版本号 '%s' 语法错误: %s"
1545 #: lib/dpkg/pkg-spec.c
1547 msgid "illegal package name in specifier '%s%s%s': %s"
1548 msgstr "在说明符 '%s%s%s' 中包含非法软件包名: %s"
1550 #: lib/dpkg/pkg-spec.c
1552 msgid "illegal architecture name in specifier '%s:%s': %s"
1553 msgstr "在说明符 '%s:%s' 中有非法体系结构名: %s"
1555 #. TRANSLATORS: This is part of the progress output, it is a decimal
1557 #: lib/dpkg/progress.c
1562 #: lib/dpkg/report.c utils/update-alternatives.c
1566 #: lib/dpkg/strwide.c
1568 msgid "cannot convert multibyte string '%s' to a wide-character string"
1569 msgstr "无法将多字节字符串 '%s' 转换为宽字符串"
1571 #: lib/dpkg/strwide.c
1573 msgid "cannot convert multibyte sequence '%s' to a wide character"
1574 msgstr "无法将多字节序列 '%s' 转换为一个宽字符"
1576 #: lib/dpkg/subproc.c
1578 msgid "error un-catching signal %s: %s\n"
1579 msgstr "复原 %s 信号行为出错:%s\n"
1581 #: lib/dpkg/subproc.c
1583 msgid "unable to ignore signal %s before running %.250s"
1584 msgstr "无法在运行 %2$.250s 之前忽略信号 %1$s"
1586 #: lib/dpkg/subproc.c
1588 msgid "%s (subprocess): %s\n"
1589 msgstr "%s (子进程):%s\n"
1591 #: lib/dpkg/subproc.c utils/update-alternatives.c
1595 #: lib/dpkg/subproc.c
1597 msgid "%s subprocess returned error exit status %d"
1598 msgstr "%s 子进程返回错误状态 %d"
1600 #: lib/dpkg/subproc.c
1602 msgid "%s subprocess was interrupted"
1605 #: lib/dpkg/subproc.c
1607 msgid "%s subprocess was killed by signal (%s)%s"
1608 msgstr "%s 子进程被信号(%s)%s 终止了"
1610 #: lib/dpkg/subproc.c
1611 msgid ", core dumped"
1614 #: lib/dpkg/subproc.c
1616 msgid "%s subprocess failed with wait status code %d"
1617 msgstr "%s 子进程失败,获得的等待状态号为 %d"
1619 #: lib/dpkg/subproc.c
1621 msgid "wait for %s subprocess failed"
1622 msgstr "等待 %s 子进程失败"
1625 msgid "invalid tar header size field"
1626 msgstr "tar 头部的尺寸字段无效"
1629 msgid "invalid tar header mtime field"
1630 msgstr "tar 头部的 mtime 字段无效"
1633 msgid "invalid tar header uid field"
1634 msgstr "tar 头部的 uid 字段无效"
1637 msgid "invalid tar header gid field"
1638 msgstr "tar 头部的 gid 字段无效"
1641 msgid "invalid tar header checksum field"
1642 msgstr "tar 头部的校验和字段无效"
1645 msgid "invalid tar header checksum"
1646 msgstr "tar 头部校验和无效"
1649 msgid "partially read tar header"
1650 msgstr "部分读取的 tar 头部"
1653 msgid "invalid tar header with empty name field"
1654 msgstr "无效的 tar 头部,名称字段为空"
1658 msgid "unsupported GNU tar header type '%c'"
1659 msgstr "不支持的 GNU tar 头部类型 '%c'"
1663 msgid "unsupported Solaris tar header type '%c'"
1664 msgstr "不支持的 Solaris tar 头部类型 ‘%c'"
1668 msgid "unsupported PAX tar header type '%c'"
1669 msgstr "不支持的 PAX tar 头部类型 '%c'"
1673 msgid "unknown tar header type '%c'"
1674 msgstr "未知的 tar 头部类型 '%c'"
1676 #: lib/dpkg/treewalk.c
1678 msgid "cannot stat pathname '%s'"
1679 msgstr "无法获取路径 %s 的状态"
1681 #: lib/dpkg/treewalk.c
1683 msgid "cannot open directory '%s'"
1684 msgstr "无法打开目录 '%s'"
1686 #: lib/dpkg/treewalk.c
1688 msgid "treewalk root %s is not a directory"
1689 msgstr "treewalk 的根节点 %s 不是一个目录"
1691 #: lib/dpkg/trigdeferred.c
1693 msgid "unable to open/create triggers lock file '%.250s'"
1694 msgstr "无法打开或创建触发器锁文件 '%.250s'"
1696 #: lib/dpkg/trigdeferred.c
1697 msgid "triggers database lock"
1700 #: lib/dpkg/trigdeferred.c
1702 msgid "unable to open triggers deferred file '%.250s'"
1703 msgstr "无法打开触发推迟文件 %.250s"
1705 #: lib/dpkg/trigdeferred.c
1707 msgid "unable to stat triggers deferred file '%.250s'"
1708 msgstr "无法获取触发推迟文件 %.250s 的状态"
1710 #: lib/dpkg/trigdeferred.c
1712 msgid "unable to open/create new triggers deferred file '%.250s'"
1713 msgstr "无法打开/创建新的触发推迟文件 %.250s"
1715 #: lib/dpkg/trigdeferred.c
1718 "syntax error in triggers deferred file '%.250s' at line %d character %zd '%s'"
1719 msgstr "触发推迟文件 '%.250s' 中有语法错误,位于第 %d 行,字符 %zd '%s'"
1721 #: lib/dpkg/trigdeferred.c
1723 msgid "invalid package name '%.250s' in triggers deferred file '%.250s'"
1724 msgstr "无效的软件包名 %.250s 出现于触发推迟文件 %.250s"
1726 #: lib/dpkg/trigdeferred.c
1728 msgid "error reading triggers deferred file '%.250s'"
1729 msgstr "读取触发推迟文件 %.250s 出错"
1731 #: lib/dpkg/trigdeferred.c
1733 msgid "unable to write new triggers deferred file '%.250s'"
1734 msgstr "无法写入新的触发推迟文件 %.250s"
1736 #: lib/dpkg/trigdeferred.c
1738 msgid "unable to close new triggers deferred file '%.250s'"
1739 msgstr "无法关闭新的触发推迟文件 %.250s"
1741 #: lib/dpkg/trigdeferred.c
1743 msgid "unable to install new triggers deferred file '%.250s'"
1744 msgstr "无法安装新的触发推迟文件 %.250s"
1746 #: lib/dpkg/triglib.c
1749 "invalid or unknown syntax in trigger name '%.250s' (in trigger interests for "
1751 msgstr "触发器名 %.250s 包含无效或者未知的语法(位于触发关注软件包 %.250s)"
1753 #: lib/dpkg/triglib.c
1755 msgid "failed to open trigger interest list file '%.250s'"
1756 msgstr "无法打开触发关注列表文件 %.250s"
1758 #: lib/dpkg/triglib.c
1760 msgid "failed to rewind trigger interest file '%.250s'"
1761 msgstr "返回触发关注文件 %.250s 起始位置失败"
1763 #: lib/dpkg/triglib.c
1766 "trigger interest file '%.250s' syntax error; illegal package name '%.250s': "
1768 msgstr "触发关注文件 %.250s 语法错误;非法的软件包名 %.250s :%.250s"
1770 #: lib/dpkg/triglib.c
1773 "duplicate file trigger interest for filename '%.250s' and package '%.250s'"
1774 msgstr "文件 %.250s 和软件包 %.250s 有重复的文件触发关注"
1776 #: lib/dpkg/triglib.c
1778 msgid "unable to read file triggers file '%.250s'"
1779 msgstr "无法读取文件触发文件 %.250s"
1781 #: lib/dpkg/triglib.c
1783 msgid "syntax error in file triggers file '%.250s'"
1784 msgstr "文件触发文件 %.250s 有语法错误"
1786 #: lib/dpkg/triglib.c
1789 "file triggers record mentions illegal package name '%.250s' (for interest in "
1790 "file '%.250s'): %.250s"
1792 "文件触发记录有提到非法的软件包名 %.250s (用于文件 %.250s 的触发关注):%.250s"
1794 #: lib/dpkg/triglib.c
1797 "triggers ci file '%.250s' contains illegal trigger syntax in trigger name "
1799 msgstr "触发器配置项文件`%.250s'在触发器名 %.250s 中包含非法触发器语法:%.250s"
1801 #: lib/dpkg/triglib.c
1803 msgid "unable to open triggers ci file '%.250s'"
1804 msgstr "无法打开触发器 ci 文件 %.250s"
1806 #: lib/dpkg/triglib.c
1807 msgid "triggers ci file contains unknown directive syntax"
1808 msgstr "触发器 ci 文件包含位置指令语法"
1810 #: lib/dpkg/triglib.c
1812 msgid "triggers ci file contains unknown directive '%.250s'"
1813 msgstr "触发器 ci 文件包含位置指令 %.250s"
1815 #: lib/dpkg/triglib.c
1817 msgid "unable to create triggers state directory '%.250s'"
1818 msgstr "无法创建触发器状态目录 %.250s"
1820 #: lib/dpkg/trigname.c
1821 msgid "empty trigger names are not permitted"
1824 #: lib/dpkg/trigname.c
1825 msgid "trigger name contains invalid character"
1830 msgid "read error in '%.250s'"
1831 msgstr "读取 %.250s 出错"
1835 msgid "fgets gave an empty string from '%.250s'"
1836 msgstr "fgets 从 %.250s 取回了一个空字符串"
1840 msgid "too-long line or missing newline in '%.250s'"
1841 msgstr "文件 %.250s 中的行太长,或者缺少换行符"
1845 msgid "unexpected end of file reading '%.250s'"
1846 msgstr "读取 %.250s 时遭遇未预期的文件结束符"
1848 #: lib/dpkg/varbuf.c
1850 msgid "cannot grow varbuf to size %zu; it would overflow"
1851 msgstr "无法将 varbuf 的大小增长至 %zu;将发生溢出"
1853 #: lib/dpkg/varbuf.c
1854 msgid "error formatting string into varbuf variable"
1855 msgstr "将字符串格式化为 varbuf 变量时出错"
1857 #: src/common/force.c
1858 msgid "Set all force options"
1861 #: src/common/force.c
1862 msgid "Use MAC based security if available"
1863 msgstr "如果可行则使用基于 MAC 的安全性"
1865 #: src/common/force.c
1866 msgid "Replace a package with a lower version"
1867 msgstr "以旧版本的软件包来代替现有软件包"
1869 #: src/common/force.c
1870 msgid "Configure any package which may help this one"
1871 msgstr "配置任何可能与这有关的软件包"
1873 #: src/common/force.c
1874 msgid "Install or remove incidental packages even when on hold"
1875 msgstr "安装或删除意外的软件包,即使它处于搁置状态"
1877 #: src/common/force.c
1878 msgid "Try to (de)install things even when not root"
1879 msgstr "以非 root 权限尝试(反)安装这些东西"
1881 #: src/common/force.c
1882 msgid "PATH is missing important programs, problems likely"
1883 msgstr "环境变量 PATH 里缺失重要的程序,问题可能"
1885 #: src/common/force.c
1886 msgid "Install a package even if it fails authenticity check"
1887 msgstr "安装一个软件包,即使它的真实性检查失败"
1889 #: src/common/force.c
1890 msgid "Process even packages with wrong versions"
1891 msgstr "继续处理,即使软件包版本错误"
1893 #: src/common/force.c
1894 msgid "Overwrite an existing stat override when adding it"
1895 msgstr "在添加一个 stat 重载时盖写它"
1897 #: src/common/force.c
1898 msgid "Ignore a missing stat override when removing it"
1899 msgstr "忽略一个在移除时缺失的 stat 重载"
1901 #: src/common/force.c
1902 msgid "Overwrite a file from one package with another"
1903 msgstr "将一个软件包的文件覆盖到另一个包的文件上"
1905 #: src/common/force.c
1906 msgid "Overwrite a diverted file with an undiverted version"
1907 msgstr "以原封未动的文件覆盖一个转移文件"
1909 #: src/common/force.c
1910 msgid "Overwrite one package's directory with another's file"
1911 msgstr "用其他软件包的文件覆盖一个软件包的目录"
1913 #: src/common/force.c
1914 msgid "Do not perform safe I/O operations when unpacking"
1915 msgstr "不要在解压的时候进行安全I/O操作"
1917 #: src/common/force.c
1918 msgid "Do not chroot into maintainer script environment"
1919 msgstr "不要 chroot 到维护者脚本环境中"
1921 #: src/common/force.c
1922 msgid "Always use the new config files, don't prompt"
1923 msgstr "总是使用新的配置文件,不提示"
1925 #: src/common/force.c
1926 msgid "Always use the old config files, don't prompt"
1927 msgstr "总是使用旧的配置文件,不提示"
1929 #: src/common/force.c
1931 "Use the default option for new config files if one\n"
1932 "is available, don't prompt. If no default can be found,\n"
1933 "you will be prompted unless one of the confold or\n"
1934 "confnew options is also given"
1936 "当有新的配置文件时使用默认选项,不要提示。\n"
1937 "如果找不到默认设置,将会有提示,除非打开\n"
1938 "confold 或 confnew 选项"
1940 #: src/common/force.c
1941 msgid "Always install missing config files"
1942 msgstr "总是安装缺失的配置文件"
1944 #: src/common/force.c
1945 msgid "Offer to replace config files with no new versions"
1946 msgstr "建议不以新版本配置文件取代原有版本"
1948 #: src/common/force.c
1949 msgid "Process even packages with wrong or no architecture"
1950 msgstr "继续处理,即使软件包没有体系结构或者体系结构错误"
1952 #: src/common/force.c
1953 msgid "Install even if it would break another package"
1954 msgstr "继续安装,即使它会损坏另一个软件包"
1956 #: src/common/force.c
1957 msgid "Allow installation of conflicting packages"
1958 msgstr "允许安装存在冲突的软件包"
1960 #: src/common/force.c
1961 msgid "Turn all dependency problems into warnings"
1962 msgstr "将所有依赖问题转为警告"
1964 #: src/common/force.c
1965 msgid "Turn dependency version problems into warnings"
1966 msgstr "将所有依赖版本问题转为警告"
1968 #: src/common/force.c
1969 msgid "Remove packages which require installation"
1972 #: src/common/force.c
1973 msgid "Remove a protected package"
1974 msgstr "移除一个受保护的软件包"
1976 #: src/common/force.c
1977 msgid "Remove an essential package"
1980 #: src/common/force.c
1983 #| "%s forcing options - control behaviour when problems found:\n"
1984 #| " warn but continue: --force-<thing>,<thing>,...\n"
1985 #| " stop with error: --refuse-<thing>,<thing>,... | --no-force-"
1987 #| " Forcing things:\n"
1989 "%s forcing options - control behavior when problems found:\n"
1990 " warn but continue: --force-<thing>,<thing>,...\n"
1991 " stop with error: --refuse-<thing>,<thing>,... | --no-force-<thing>,...\n"
1992 " Forcing things:\n"
1994 "%s 强制选项 - 当遇到问题时控制软件行为:\n"
1995 " 警告后仍然继续: --force-<手段>,<手段>,...\n"
1996 " 遇错即停: --refuse-<手段>,<手段>,... | --no-force-<手段>,...\n"
1999 #: src/common/force.c
2003 "WARNING - use of options marked [!] can seriously damage your installation.\n"
2004 "Forcing options marked [*] are enabled by default.\n"
2007 "【警告】- 使用标记有 [!] 的选项会严重破坏您的安装。\n"
2008 "标记有 [*] 的强制选项默认为开启。\n"
2010 #: src/common/force.c src/deb/build.c src/deb/extract.c src/deb/info.c
2011 #: src/deb/main.c src/split/info.c src/split/main.c src/split/queue.c
2012 #: src/divert/main.c src/statoverride/main.c src/trigger/main.c
2013 #: src/query/main.c src/main/archives.c src/main/enquiry.c src/main/main.c
2014 #: src/main/packages.c src/main/select.c src/main/verify.c
2015 msgid "<standard output>"
2018 #: src/common/force.c
2022 "Currently enabled options:\n"
2029 #: src/common/force.c
2031 msgid "unknown force/refuse option '%.*s'"
2032 msgstr "无法识别的 force/refuse 选项 %.*s"
2034 #: src/common/force.c
2036 msgid "obsolete force/refuse option '%s'"
2037 msgstr "废弃的强制或拒绝选项 '%s'"
2039 #: src/common/force.c
2040 msgid "overriding problem because --force enabled:"
2041 msgstr "由于开启了 --force 选项,以下问题被忽略:"
2043 #: src/common/selinux.c
2044 msgid "cannot open security status notification channel"
2045 msgstr "无法打开安全状态通知渠道"
2047 #: src/common/selinux.c
2048 msgid "cannot get security labeling handle"
2051 #: src/common/selinux.c
2053 msgid "cannot set security context for file object '%s'"
2054 msgstr "无法为文件对象 '%s' 设置安全上下文"
2058 msgid "failed to write filename to tar pipe (%s)"
2059 msgstr "写入文件名到 tar 管道 (%s) 失败"
2062 msgid "control member"
2067 msgid "newline not allowed in pathname '%s'"
2068 msgstr "路径名 “%s” 不允许换行符"
2075 msgid "unable to stat control directory"
2076 msgstr "无法获得 control 目录信息"
2079 msgid "control directory is not a directory"
2080 msgstr "control 目录不是目录"
2084 msgid "control directory has bad permissions %03lo (must be >=0755 and <=0775)"
2085 msgstr "control目录的的权限位是 %03lo (必须 >=0755 且 <=0755)"
2089 msgid "maintainer script '%.50s' is not a plain file or symlink"
2090 msgstr "维护者的脚本 %.50s 不是普通文件或符号链接"
2095 "maintainer script '%.50s' has bad permissions %03lo (must be >=0555 and "
2097 msgstr "维护者的脚本 %.50s 的权限位是 %03lo (必须 >=0555 且 <=0775)"
2101 msgid "maintainer script '%.50s' is not stattable"
2102 msgstr "无法获取维护者的脚本文件 %.50s 的状态"
2105 msgid "error opening conffiles file"
2106 msgstr "打开 conffile 文件时出错"
2109 msgid "empty string from fgets reading conffiles"
2110 msgstr "通过 fgets 读取 conffile 时,返回了空字符串"
2112 #: src/deb/build.c src/main/unpack.c
2114 msgid "conffile name '%s' is too long, or missing final newline"
2115 msgstr "conffile 的文件名 %s 超长,或是缺少最后结尾的换行符"
2118 msgid "empty and whitespace-only lines are not allowed in conffiles"
2119 msgstr "conffile 文件中不允许出现留空和仅存在空白字符的行"
2121 #: src/deb/build.c src/main/unpack.c
2123 msgid "line with conffile filename '%s' has leading white spaces"
2124 msgstr "带有 conffile 文件名“%s”的行开始部分有空格"
2126 #: src/deb/build.c src/main/unpack.c
2128 msgid "conffile name '%s' is not an absolute pathname"
2129 msgstr "conffile 文件名 \"%s\" 不是绝对路径名"
2131 #: src/deb/build.c src/main/unpack.c
2133 msgid "conffile name missing after flag '%s'"
2134 msgstr "在标志“%s”后缺失 conffile 文件名"
2136 #: src/deb/build.c src/main/unpack.c
2138 msgid "unknown flag '%s' for conffile '%s'"
2139 msgstr "未知的标志“%s”,对于 conffile“%s”"
2143 msgid "conffile filename '%s' contains trailing white spaces"
2144 msgstr "conffile %s 的文件名后面含有空格"
2148 msgid "conffile '%.250s' does not appear in package"
2149 msgstr "软件包内没有发现 conffile %.250s"
2153 msgid "conffile '%.250s' is not stattable"
2154 msgstr "无法获取 conffile“%.250s”的状态"
2158 msgid "conffile '%s' is present but is requested to be removed"
2159 msgstr "conffile“%s”存在但被请求移除"
2163 msgid "conffile '%s' is not a plain file"
2164 msgstr "conffile %s 不是普通文件"
2168 msgid "conffile name '%s' is duplicated"
2169 msgstr "conffile 名称 %s 重复"
2172 msgid "error reading conffiles file"
2173 msgstr "读取 conffile 文件时出错"
2176 msgid "package name has characters that aren't lowercase alphanums or '-+.'"
2177 msgstr "软件包的名字含有不是小写字母或 -+ 的字符"
2180 msgid "package architecture is missing or empty"
2181 msgstr "软件包体系结构缺失或为空"
2185 msgid "'%s' contains user-defined Priority value '%s'"
2186 msgstr "%s 含有用户自定义的优先级别(Priority value)%s"
2190 msgid "ignoring %d warning about the control file(s)"
2191 msgid_plural "ignoring %d warnings about the control file(s)"
2192 msgstr[0] "忽略有关 control 文件的 %d 个警告"
2196 msgid "unable to check for existence of archive '%.250s'"
2197 msgstr "无法判断包文件 %.250s 存在与否"
2199 #: src/deb/build.c src/main/script.c
2201 msgid "failed to chdir to '%.255s'"
2202 msgstr "chdir 到 %.255s 失败"
2205 msgid "compressing tar member"
2206 msgstr "正在压缩 tar 成员"
2209 msgid "<compress> from tar -cf"
2210 msgstr "<压缩> 自 tar -cf"
2212 #: src/deb/build.c src/split/split.c
2214 msgid "unable to parse timestamp '%.255s'"
2215 msgstr "无法解析时间戳 '%.255s'"
2217 #: src/deb/build.c utils/update-alternatives.c
2219 msgid "--%s needs a <directory> argument"
2220 msgstr "--%s 需要一个 <目录> 参数"
2222 #: src/deb/build.c src/query/main.c
2224 msgid "--%s takes at most two arguments"
2225 msgstr "--%s 至多可有两个参数"
2228 msgid "target is directory - cannot skip control file check"
2229 msgstr "目标是目录 - 无法忽略 control 文件的检查步骤"
2232 msgid "not checking contents of control area"
2237 msgid "building an unknown package in '%s'."
2238 msgstr "正在 '%s' 中构建未知软件包。"
2242 msgid "building package '%s' in '%s'."
2243 msgstr "正在 '%2$s' 中构建软件包 '%1$s'。"
2247 msgid "failed to make temporary file (%s)"
2248 msgstr "新建临时文件(%s)失败"
2252 msgid "failed to unlink temporary file (%s), %s"
2253 msgstr "unlink 临时文件(%s)失败,%s"
2257 msgid "failed to rewind temporary file (%s)"
2258 msgstr "返回临时文件(%s)的起始位置失败"
2262 msgid "failed to stat temporary file (%s)"
2263 msgstr "获取临时文件状态失败(%s)"
2267 msgid "error writing '%s'"
2272 msgid "cannot copy '%s' into archive '%s': %s"
2273 msgstr "无法拷贝 %s 到归档 %s 中:%s"
2275 #: src/deb/extract.c
2276 msgid "shell command to move files"
2277 msgstr "shell 命令来移动文件"
2279 #: src/deb/extract.c src/split/main.c
2281 msgid "unexpected end of file in %s in %.255s"
2282 msgstr "在 %2$.255s 中读取 %1$s 时遇到意料之外的文件结束符"
2284 #: src/deb/extract.c src/split/main.c
2286 msgid "error reading %s from file %.255s"
2287 msgstr "无法从文件 %2$s 读取 %1$s"
2289 #: src/deb/extract.c
2290 msgid "archive magic version number"
2293 #: src/deb/extract.c
2294 msgid "archive member header"
2297 #: src/deb/extract.c
2299 msgid "file '%.250s' is corrupt - bad archive header magic"
2300 msgstr "文件 %.250s 损毁 - 归档头部魔数无效"
2302 #: src/deb/extract.c
2304 msgid "file '%.250s' is not a Debian binary archive (try dpkg-split?)"
2305 msgstr "文件 %.250s 不是 Debian 的二进制包文件(不妨尝试 dpkg-split?)"
2307 #: src/deb/extract.c
2308 msgid "archive information header member"
2311 #: src/deb/extract.c
2312 msgid "archive has no newlines in header"
2313 msgstr "归档文件的文件头中没有换行"
2315 #: src/deb/extract.c
2317 msgid "archive has invalid format version: %s"
2318 msgstr "归档的格式版本无效:%s"
2320 #: src/deb/extract.c
2322 msgid "archive is format version %d.%d; get a newer dpkg-deb"
2323 msgstr "归档的格式版本 %d.%d;请升级 dpkg-deb"
2325 #: src/deb/extract.c
2327 msgid "cannot skip archive member from '%s': %s"
2328 msgstr "不能从 %s 中跳过归档成员:%s"
2330 #: src/deb/extract.c
2332 msgid "archive '%s' uses unknown compression for member '%.*s', giving up"
2333 msgstr "归档 %s 对成员 %.*s 使用了未知的压缩,放弃操作"
2335 #: src/deb/extract.c
2337 msgid "archive '%.250s' contains two control members, giving up"
2338 msgstr "归档 %.250s 含有两个控制成员,放弃操作"
2340 #: src/deb/extract.c
2342 msgid "archive '%s' has premature member '%.*s' before '%s', giving up"
2343 msgstr "归档 %s 含有不合时宜的成员 %.*s 于 %s 之前,放弃操作"
2345 #: src/deb/extract.c
2348 " new Debian package, version %d.%d.\n"
2349 " size %jd bytes: control archive=%jd bytes.\n"
2351 " 新格式的 Debian 软件包,格式版本 %d.%d。\n"
2352 " 大小 %jd 字节:主控包=%jd 字节。\n"
2354 #: src/deb/extract.c
2355 msgid "archive control member size"
2356 msgstr "归档 control 成员尺寸"
2358 #: src/deb/extract.c
2360 msgid "archive has malformed control member size '%s'"
2361 msgstr "归档 control 成员尺寸 %s 有误"
2363 #: src/deb/extract.c
2365 msgid "cannot skip archive control member from '%s': %s"
2366 msgstr "无法跳过 %s 中的归档 control 成员:%s"
2368 #: src/deb/extract.c
2371 " old Debian package, version %d.%d.\n"
2372 " size %jd bytes: control archive=%jd, main archive=%jd.\n"
2374 " 旧格式的 Debian 软件包,版本 %d.%d。\n"
2375 " 大小 %jd 字节:主控包= %jd 字节,数据及程序包= %jd。\n"
2377 #: src/deb/extract.c
2379 "file looks like it might be an archive which has been\n"
2380 " corrupted by being downloaded in ASCII mode"
2382 "该文件看上去似乎原本是一个包文件,但是由于下载它时\n"
2383 " 使用的是 ASCII 模式,从而导致了包文件被损坏"
2385 #: src/deb/extract.c
2387 msgid "'%.255s' is not a Debian format archive"
2388 msgstr "%.255s 并非 Debian 格式的包文件"
2390 #: src/deb/extract.c
2392 msgid "cannot copy archive member from '%s' to decompressor pipe: %s"
2393 msgstr "无法从 %s 中拷贝归档成员到解码管道中:%s"
2395 #: src/deb/extract.c
2396 msgid "cannot close decompressor pipe"
2399 #: src/deb/extract.c
2401 msgid "decompressing archive '%s' (size=%jd) member '%s'"
2402 msgstr "正在解压缩归档“%s”(大小=%jd)成员“%s”"
2404 #: src/deb/extract.c
2405 msgid "failed to create directory"
2408 #: src/deb/extract.c
2410 msgid "unexpected pre-existing pathname %s"
2411 msgstr "未预期的已存在路径 %s"
2413 #: src/deb/extract.c
2414 msgid "failed to chdir to directory"
2415 msgstr "chdir 到目录失败"
2417 #: src/deb/extract.c
2418 msgid "<decompress>"
2421 #: src/deb/extract.c
2425 #: src/deb/extract.c src/deb/info.c
2427 msgid "--%s needs a .deb filename argument"
2428 msgstr "--%s 需要一个 .deb 文件的文件名作为参数"
2430 #: src/deb/extract.c
2432 msgid "--%s takes only one argument (.deb filename)"
2433 msgstr "--%s 只带一个参数(即 .deb 文件的文件名)"
2435 #: src/deb/extract.c
2437 msgid "--%s takes at most two arguments (.deb and directory)"
2438 msgstr "--%s 至多能有两个参数(分别是 .deb 文件和目录)"
2440 #: src/deb/extract.c
2442 msgid "--%s needs .deb filename and directory arguments"
2443 msgstr "--%s 需要一个 .deb 文件的文件名作为参数"
2445 #: src/deb/extract.c
2448 "--%s needs a target directory.\n"
2449 "Perhaps you should be using dpkg --install ?"
2451 "--%s 需要一个目录作为目标目录。\n"
2452 "或许您应该使用 dpkg --install?"
2454 #: src/deb/extract.c
2456 msgid "--%s does not support (yet) reading the .deb from standard input"
2457 msgstr "--%s 到目前为止仍不支持从标准输入读取 .deb 文件"
2459 #: src/deb/info.c src/main/unpack.c
2460 msgid "unable to create temporary directory"
2465 msgid "cannot extract control file '%s' from '%s': %s"
2466 msgstr "无法从 %2$s 中抽取控制文件 %1$s:%3$s"
2470 msgid "'%.255s' contains no control component '%.255s'"
2471 msgstr "%.255s 中没有发现控制组件 %.255s"
2475 msgid "open component '%.255s' (in %.255s) failed in an unexpected way"
2476 msgstr "打开组件 %.255s (于 %.255s 目录)出乎意料地失败"
2480 msgid "%d requested control component is missing"
2481 msgid_plural "%d requested control components are missing"
2482 msgstr[0] "%d 个必要的控制组件没有找到"
2484 #: src/deb/info.c utils/update-alternatives.c
2486 msgid "cannot scan directory '%.255s'"
2487 msgstr "无法搜索目录 %.255s"
2491 msgid "cannot stat '%.255s' (in '%.255s')"
2492 msgstr "无法获取 %.255s 的状态(于 %.255s 目录)"
2496 msgid "cannot open '%.255s' (in '%.255s')"
2497 msgstr "无法打开 %.255s (于 %.255s 目录)"
2501 msgid "failed to read '%.255s' (in '%.255s')"
2502 msgstr "读取 %.255s (于 %.255s 目录)失败"
2506 msgid " %7jd bytes, %5d lines %c %-20.127s %.127s\n"
2507 msgstr " %7jd 字节,%5d 行 %c %-20.127s %.127s\n"
2511 #| msgid " %7jd bytes, %5d lines %c %-20.127s %.127s\n"
2512 msgid " %7jd bytes, %5d lines %c %.127s\n"
2513 msgstr " %7jd 字节,%5d 行 %c %-20.127s %.127s\n"
2517 msgid " not a plain file %.255s\n"
2518 msgstr " 不是普通文件 %.255s\n"
2521 msgid "no 'control' file in control archive!"
2522 msgstr "在 control 归档中没有发现 “control” 文件!"
2524 #: src/deb/info.c src/query/main.c
2526 msgid "error in show format: %s"
2529 #: src/deb/info.c src/main/main.c
2531 msgid "--%s takes exactly one argument"
2532 msgstr "--%s 需要且仅需一个参数"
2536 msgid "Debian '%s' package archive backend version %s.\n"
2537 msgstr "Debian %s 软件包后端打包程序 %s 版。\n"
2539 #: src/deb/main.c src/split/main.c src/divert/main.c src/statoverride/main.c
2540 #: src/trigger/main.c src/query/main.c src/main/main.c
2541 #: utils/update-alternatives.c
2544 "This is free software; see the GNU General Public License version 2 or\n"
2545 "later for copying conditions. There is NO warranty.\n"
2547 "本软件是自由软件;要获知复制该软件的条件,请参阅 GNU 公共许可证\n"
2548 "第二版或其更新的版本。本软件【不】提供任何担保。\n"
2550 #: src/deb/main.c src/divert/main.c src/query/main.c src/main/main.c
2553 "Usage: %s [<option>...] <command>\n"
2556 "用法:%s [<选项>...] <命令>\n"
2563 " -b|--build <directory> [<deb>] Build an archive.\n"
2564 " -c|--contents <deb> List contents.\n"
2565 " -I|--info <deb> [<cfile>...] Show info to stdout.\n"
2566 " -W|--show <deb> Show information on package(s)\n"
2567 " -f|--field <deb> [<cfield>...] Show field(s) to stdout.\n"
2568 " -e|--control <deb> [<directory>] Extract control info.\n"
2569 " -x|--extract <deb> <directory> Extract files.\n"
2570 " -X|--vextract <deb> <directory> Extract & list files.\n"
2571 " -R|--raw-extract <deb> <directory>\n"
2572 " Extract control info and files.\n"
2573 " --ctrl-tarfile <deb> Output control tarfile.\n"
2574 " --fsys-tarfile <deb> Output filesystem tarfile.\n"
2578 " -b|--build <目录> [<deb>] 构建一个软件包。\n"
2579 " -c|--contents <deb> 列出所含内容。\n"
2580 " -I|--info <deb> [<cfile> ...] 打印相关信息到标准输出。\n"
2581 " -W|--show <deb> 打印对应软件包的简明信息。\n"
2582 " -f|--field <deb> [<cfield> ...] 把字段内容打印到标准输出。\n"
2583 " -e|--control <deb> [<目录>] 将主控信息解压。\n"
2584 " -x|--extract <deb> <目录> 将所有文件解压。\n"
2585 " -X|--vextract <deb> <目录> 解压所有文件并打印其列表。\n"
2586 " -R|--raw-extract <deb> <目录>\n"
2588 " --ctrl-tarfile <deb> 输出控制文件的tar文件。\n"
2589 " --fsys-tarfile <deb> 输出文件系统的 tar 文件。\n"
2592 #: src/deb/main.c src/split/main.c src/trigger/main.c src/query/main.c
2596 " -?, --help Show this help message.\n"
2597 " --version Show the version.\n"
2600 " -?, --help 显示本帮助信息。\n"
2601 " --version 显示版本信息。\n"
2607 "<deb> is the filename of a Debian format archive.\n"
2608 "<cfile> is the name of an administrative file component.\n"
2609 "<cfield> is the name of a field in the main 'control' file.\n"
2612 "<deb> 是 Debian 格式归档文件的文件名。\n"
2613 "<cfile> 是管理文件组件的文件名。\n"
2614 "<cfield> 是主控文件中的属性字段的名字。\n"
2621 " -v, --verbose Enable verbose output.\n"
2622 " -D, --debug Enable debugging output.\n"
2623 " --showformat=<format> Use alternative format for --show.\n"
2624 " --deb-format=<format> Select archive format.\n"
2625 " Allowed values: 0.939000, 2.0 "
2627 " --nocheck Suppress control file check (build bad\n"
2629 " --root-owner-group Forces the owner and groups to root.\n"
2630 " --threads-max=<threads> Use at most <threads> with compressor.\n"
2631 " --[no-]uniform-compression Use the compression params on all "
2633 " -z# Set the compression level when building.\n"
2634 " -Z<type> Set the compression type used when "
2636 " Allowed types: gzip, xz, zstd, none.\n"
2637 " -S<strategy> Set the compression strategy when "
2639 " Allowed values: none; extreme (xz);\n"
2640 " filtered, huffman, rle, fixed (gzip).\n"
2644 " -v, --verbose 启用详细输出。\n"
2645 " -D, --debug 启用调试信息输出。\n"
2646 " --showformat=<格式> 对 --show 使用备用的输出格式。\n"
2647 " --deb-format=<格式> 选择归档格式。\n"
2648 " 允许的值: 0.939000, 2.0 (默认)\n"
2649 " --nocheck 阻止控制文件的检查。(构建坏的软件包)\n"
2650 " --root-owner-group 强制设置文件属主和属组为 root。\n"
2651 " --threads-max=<线程数> 压缩工具使用至多指定<线程数>。\n"
2652 " --[no-]uniform-compression 在所有成员上使用压缩参数。\n"
2653 " -z# 设置构建时使用的压缩级别。\n"
2654 " -Z<类型> 设置构建时使用的压缩类型。\n"
2655 " 可用的类型: gzip, xz, zstd, none.\n"
2656 " -S<策略> 设置构建时使用的压缩策略。\n"
2657 " 可用的值: none; extreme (xz);\n"
2658 " filtered, huffman, rle, fixed (gzip).\n"
2661 #: src/deb/main.c src/query/main.c
2665 " A format is a string that will be output for each package. The format\n"
2666 " can include the standard escape sequences \\n (newline), \\r (carriage\n"
2667 " return) or \\\\ (plain backslash). Package information can be included\n"
2668 " by inserting variable references to package fields using the ${var[;"
2670 " syntax. Fields will be right-aligned unless the width is negative in "
2672 " case left alignment will be used.\n"
2675 " 格式串是用于显示每一个软件包的字符串。格式串可以包含标准的\n"
2676 " 脱字符(escape sequences),如 \\n (换行)、\\r (回车)、或是 \\\\ (反斜杠)。\n"
2677 " 还可以通过加入软件包属性的变量引用来反映软件包的相关信息,\n"
2678 " 要在某些字段引用属性变量的话,可以用这样的语法:${var[;width]}。\n"
2679 " 字段一般是靠右对齐的,除非它的宽度是负数。若其宽度是负数,\n"
2686 "Use 'dpkg' to install and remove packages from your system, or\n"
2687 "'apt' or 'aptitude' for user-friendly package management. Packages\n"
2688 "unpacked using 'dpkg-deb --extract' will be incorrectly installed !\n"
2691 "使用 dpkg 命令可以在系统中安装和卸载软件包,\n"
2692 " apt 或 aptitude 命令则用于简便的软件包管理。另外,\n"
2693 "通过 dpkg-deb --extract 命令解压的软件包将\n"
2698 "Type dpkg-deb --help for help about manipulating *.deb files;\n"
2699 "Type dpkg --help for help about installing and deinstalling packages."
2701 "输入 dpkg-deb --help 可获得有关操作 *.deb 文件的帮助;\n"
2702 "输入 dpkg --help 可获得有关安装和卸载软件包的帮助。"
2706 msgid "invalid deb format version: %s"
2707 msgstr "无效的 deb 格式版本:%s"
2711 msgid "unknown deb format version: %s"
2712 msgstr "未知的 deb 格式版本:%s"
2716 msgid "unknown compression strategy '%s'!"
2717 msgstr "无法识别的压缩策略 %s !"
2721 msgid "unknown compression type '%s'!"
2722 msgstr "无法识别的压缩类型 %s !"
2726 msgid "obsolete compression type '%s'; use xz instead"
2727 msgstr "废弃的压缩类型 %s;请用 xz 代替"
2731 msgid "obsolete compression type '%s'; use xz or gzip instead"
2732 msgstr "废弃的压缩类型 %s; 用 xz 或 gzip 代替"
2734 #: src/deb/main.c src/split/main.c src/statoverride/main.c src/query/main.c
2736 msgid "need an action option"
2737 msgstr "需要一个指示操作的选项"
2741 #| msgid "unsupported compression type '%s' with uniform compression"
2742 msgid "unsupported deb format '%d.%d' with non-uniform compression"
2743 msgstr "不支持均匀压缩的压缩类型 %s"
2747 msgid "invalid compressor parameters: %s"
2752 msgid "unsupported compression type '%s' with uniform compression"
2753 msgstr "不支持均匀压缩的压缩类型 %s"
2757 msgid "file '%.250s' is corrupt - bad digit (code %d) in %s"
2758 msgstr "文件 %1$.250s 已损毁 - 在 %3$s 中有无效数字(即 %2$d)"
2762 msgid "file '%s' is corrupt; out of range integer in %s"
2763 msgstr "文件 %s 已损毁;在 %s 中有无效整数"
2767 msgid "file '%.250s' is corrupt - %.250s missing"
2768 msgstr "文件 %.250s 已经损毁 - 无法找到 %.250s"
2772 msgid "file '%.250s' is corrupt - missing newline after %.250s"
2773 msgstr "文件 %.250s 已经损毁 - 在 %.250s 后没有发现换行符"
2777 msgid "error reading %.250s"
2778 msgstr "读取 %.250s 时出错"
2782 msgid "file '%.250s' is corrupt - bad magic at end of first header"
2783 msgstr "文件 %.250s 已损毁 - 在第一个文件头末尾有错误的魔数(magic)"
2787 msgid "file '%.250s' is corrupt - bad padding character (code %d)"
2788 msgstr "文件 %.250s 已经损毁 - 错误的补齐字符(其代码为 %d)"
2792 msgid "file '%.250s' is corrupt - nulls in info section"
2793 msgstr "文件 %.250s 已经损毁 - info 小节中发现了空字符(null)"
2796 msgid "format version number"
2801 msgid "file '%.250s' has invalid format version: %s"
2802 msgstr "文件 %.250s 的格式版本无效:%s"
2806 msgid "file '%.250s' is format version %d.%d; get a newer dpkg-split"
2807 msgstr "文件 %.250s 格式的版本是 %d.%d;您需要用更新版本的 dpkg-split 来处理它"
2810 msgid "package name"
2814 msgid "package version number"
2818 msgid "package file MD5 checksum"
2819 msgstr "软件包文件 MD5 校验和"
2823 msgid "file '%.250s' is corrupt - bad MD5 checksum '%.250s'"
2824 msgstr "文件 %.250s 已经损毁 - MD5 校验和 %.250s 不符"
2827 msgid "archive total size"
2831 msgid "archive part offset"
2835 msgid "archive part numbers"
2840 msgid "file '%.250s' is corrupt - no slash between archive part numbers"
2841 msgstr "文件 %.250s 已经损毁 - 在归档分块编号之间没有发现斜杠"
2844 msgid "number of archive parts"
2849 msgid "file '%.250s' is corrupt - bad number of archive parts"
2850 msgstr "文件 %.250s 已经损毁 - 归档分块数量有误"
2853 msgid "archive parts number"
2858 msgid "file '%.250s' is corrupt - bad archive part number"
2859 msgstr "文件 %.250s 已经损毁 - 归档分块编号有误"
2862 msgid "package architecture"
2867 msgid "file '%.250s' is corrupt - bad magic at end of second header"
2868 msgstr "文件 %.250s 已经损毁 - 在第二个文件头尾部的魔数有误"
2872 msgid "file '%.250s' is corrupt - second member is not data member"
2873 msgstr "文件 %.250s 已经损毁 - 第二个成员不是数据成员"
2877 msgid "file '%.250s' is corrupt - wrong number of parts for quoted sizes"
2878 msgstr "文件 %.250s 已经损毁 - 标称大小的分块的数量有误"
2882 msgid "file '%.250s' is corrupt - size is wrong for quoted part number"
2883 msgstr "文件 %.250s 已经损毁 - 标称分块编号的长度有误"
2887 msgid "file '%.250s' is corrupt - too short"
2888 msgstr "文件 %.250s 已经损毁 - 文件过小"
2892 msgid "cannot open archive part file '%.250s'"
2893 msgstr "无法打开存档的分块文件 %.250s"
2897 msgid "file '%.250s' is not an archive part"
2898 msgstr "文件 %.250s 并非一个包文件的分块文件"
2904 " Part format version: %d.%d\n"
2905 " Part of package: %s\n"
2906 " ... version: %s\n"
2907 " ... architecture: %s\n"
2908 " ... MD5 checksum: %s\n"
2909 " ... length: %jd bytes\n"
2910 " ... split every: %jd bytes\n"
2911 " Part number: %d/%d\n"
2912 " Part length: %jd bytes\n"
2913 " Part offset: %jd bytes\n"
2914 " Part file size (used portion): %jd bytes\n"
2922 " ... MD5 校验和: %s\n"
2924 " ... 每个分块的大小: %jd 字节\n"
2926 " 分块文件的中分块的大小: %jd 字节\n"
2927 " 分块文件的偏移位置: %jd 字节\n"
2928 " 分块文件(被使用的部分)的大小: %jd 字节\n"
2932 msgctxt "architecture"
2936 #: src/split/info.c src/split/join.c
2938 msgid "--%s requires one or more part file arguments"
2939 msgstr "--%s 需要一个或多个部分文件作为参数"
2943 msgid "file '%s' is not an archive part\n"
2944 msgstr "文件 %s 不是一个包文件的分块文件\n"
2948 msgid "Putting package %s together from %d part: "
2949 msgid_plural "Putting package %s together from %d parts: "
2950 msgstr[0] "从 %2$d 个部分整合软件包 %1$s:"
2954 msgid "unable to open output file '%.250s'"
2955 msgstr "无法打开输出文件 %.250s"
2959 msgid "unable to (re)open input part file '%.250s'"
2960 msgstr "无法(重新)打开作为输入的分块文件 %.250s"
2964 msgid "cannot skip split package header for '%s': %s"
2965 msgstr "无法跳过分割的软件包 %s 的头部: %s"
2969 msgid "cannot append split package part '%s' to '%s': %s"
2970 msgstr "无法追加分割软件包分块 %s 到 %s:%s"
2972 #: src/split/join.c src/split/split.c
2979 msgid "files '%.250s' and '%.250s' are not parts of the same file"
2980 msgstr "文件 %.250s 和 %.250s 并不同属一个包文件的分块文件"
2984 msgid "there are several versions of part %d - at least '%.250s' and '%.250s'"
2985 msgstr "第 %d 个分块文件有多个版本 - 其中至少有 %.250s 和 %.250s 两个"
2989 msgid "part %d is missing"
2994 msgid "Debian '%s' package split/join tool; version %s.\n"
2995 msgstr "Debian %s 软件包分割/重组工具 %s 版。\n"
2997 #: src/split/main.c src/statoverride/main.c utils/update-alternatives.c
3000 "Usage: %s [<option> ...] <command>\n"
3003 "用法:%s [<选项> ...] <命令>\n"
3010 " -s|--split <file> [<prefix>] Split an archive.\n"
3011 " -j|--join <part> <part> ... Join parts together.\n"
3012 " -I|--info <part> ... Display info about a part.\n"
3013 " -a|--auto -o <complete> <part> Auto-accumulate parts.\n"
3014 " -l|--listq List unmatched pieces.\n"
3015 " -d|--discard [<filename> ...] Discard unmatched pieces.\n"
3019 " -s|--split <文件> [<前缀>] 分割包文件。\n"
3020 " -j|--join <分块文件> <分块文件> ... 把各个分块合并到一起。\n"
3021 " -I|--info <分块文件> ... 显示分块文件的相关信息。\n"
3022 " -a|--auto -o <完整> <分块文件> 自动累积分块文件。\n"
3023 " -l|--listq 列出不匹配的部分。\n"
3024 " -d|-discard [<文件名> ...] 忽略不匹配的部分。\n"
3031 " --depotdir <directory> Use <directory> instead of %s/%s.\n"
3032 " --admindir <directory> Use <directory> instead of %s.\n"
3033 " --root <directory> Use <directory> instead of %s.\n"
3034 " -S, --partsize <size> In KiB, for -s (default is 450).\n"
3035 " -o, --output <file> Filename, for -j (default is\n"
3036 " <package>_<version>_<arch>.deb).\n"
3037 " -Q, --npquiet Be quiet when -a is not a part.\n"
3038 " --msdos Generate 8.3 filenames.\n"
3042 " --depotdir <目录> 使用<目录>而非 %s/%s。\n"
3043 " --admindir <目录> 使用<目录>而非 %s。\n"
3044 " --root <目录> 使用<目录>而非 %s。\n"
3045 " -S|--partsize <大小> -s 的单位改用 KiB (默认是 450)。\n"
3046 " -o|--output <文件> 对应 -j (默认文件名是 <软件包名>-<版本号>."
3048 " -Q|--npquiet 不用 -a 时,少输出信息。\n"
3049 " --msdos 使用 8.3 的文件名格式。\n"
3057 " 1 = with --auto, file is not a part\n"
3062 " 1 = 有 --auto 选项,文件不是一个分块\n"
3066 msgid "Type dpkg-split --help for help."
3067 msgstr "输入 dpkg-split --help 就可以阅读帮助信息。"
3070 msgid "part size is far too large or is not positive"
3071 msgstr "分块文件的大小已远远超长或者不是正数"
3075 msgid "part size must be at least %d KiB (to allow for header)"
3076 msgstr "分块文件的大小必须大于 %d KiB (为了容下文件头)"
3078 #: src/split/main.c src/split/queue.c src/query/main.c src/main/archives.c
3079 #: src/main/packages.c src/main/select.c
3080 msgid "<standard error>"
3083 #: src/split/queue.c
3085 msgid "unable to read depot directory '%.250s'"
3086 msgstr "无法读取用于存放文件的目录 %.250s"
3088 #: src/split/queue.c
3089 msgid "--auto requires the use of the --output option"
3090 msgstr "--auto 命令需要与 --output 选项一同使用"
3092 #: src/split/queue.c
3093 msgid "--auto requires exactly one part file argument"
3094 msgstr "--auto 命令需要且仅需要一个分块文件的文件名作为参数"
3096 #: src/split/queue.c
3098 msgid "unable to read part file '%.250s'"
3099 msgstr "无法读取分块文件 %.250s"
3101 #: src/split/queue.c
3103 msgid "File '%.250s' is not part of a multipart archive.\n"
3104 msgstr "文件 %.250s 并非多卷包文件的一个分块文件。\n"
3106 #: src/split/queue.c
3108 msgid "cannot create directory %s"
3111 #: src/split/queue.c
3113 msgid "unable to reopen part file '%.250s'"
3114 msgstr "无法打开分块文件 %.250s"
3116 #: src/split/queue.c
3118 msgid "unable to open new depot file '%.250s'"
3119 msgstr "无法打开新的存储文件 %.250s"
3121 #: src/split/queue.c
3123 msgid "cannot extract split package part '%s': %s"
3124 msgstr "无法抽取分割软件包分块 %s: %s"
3126 #: src/split/queue.c
3128 msgid "unable to rename new depot file '%.250s' to '%.250s'"
3129 msgstr "无法将新的存储文件 %.250s 重命名为 %.250s"
3131 #: src/split/queue.c
3133 msgid "Part %d of package %s filed (still want "
3134 msgstr "软件包 %2$s 共有 %1$d 个分块被存档 (但还缺少 "
3136 #: src/split/queue.c
3140 #: src/split/queue.c
3142 msgid "unable to delete used-up depot file '%.250s'"
3143 msgstr "无法删除用毕的存储文件 %.250s"
3145 #: src/split/queue.c src/trigger/main.c src/main/enquiry.c src/main/select.c
3146 #: src/main/update.c
3148 msgid "--%s takes no arguments"
3149 msgstr "--%s 不需要任何参数"
3151 #: src/split/queue.c
3153 msgid "Junk files left around in the depot directory:\n"
3154 msgstr "在存储目录留下了一些无用文件:\n"
3156 #: src/split/queue.c
3158 msgid "unable to stat '%.250s'"
3159 msgstr "无法获取 %.250s 的状态"
3161 #: src/split/queue.c
3163 msgid " %s (%jd bytes)\n"
3164 msgstr " %s (%jd 字节)\n"
3166 #: src/split/queue.c
3168 msgid " %s (not a plain file)\n"
3169 msgstr " %s (不是普通文件)\n"
3171 #: src/split/queue.c
3173 msgid "Packages not yet reassembled:\n"
3174 msgstr "包文件尚未被重新组合好:\n"
3176 #: src/split/queue.c
3178 msgid " Package %s: part(s) "
3179 msgstr " 软件包 %s: 部分"
3181 #: src/split/queue.c
3183 msgid "part file '%.250s' is not a plain file"
3184 msgstr "分块文件 %.250s 不是一个普通文件"
3186 #: src/split/queue.c
3188 msgid "(total %jd bytes)\n"
3189 msgstr "(共计 %jd 字节)\n"
3191 #: src/split/queue.c
3193 msgid "unable to discard '%.250s'"
3194 msgstr "无法忽略 %.250s"
3196 #: src/split/queue.c
3198 msgid "Deleted %s.\n"
3199 msgstr "已将 %s 删除。\n"
3201 #: src/split/split.c
3202 msgid "package field value extraction"
3205 #: src/split/split.c
3206 msgid "<dpkg-deb --info pipe>"
3207 msgstr "<dpkg-deb --info pipe>"
3209 #: src/split/split.c
3211 msgid "unable to open source file '%.250s'"
3212 msgstr "无法打开原始文件 %.250s"
3214 #: src/split/split.c
3215 msgid "unable to fstat source file"
3216 msgstr "无法 fstat 原始文件"
3218 #: src/split/split.c
3220 msgid "source file '%.250s' not a plain file"
3221 msgstr "原始文件 %.250s 不是普通文件"
3223 #: src/split/split.c src/main/configure.c src/main/verify.c
3225 msgid "cannot compute MD5 digest for file '%s': %s"
3226 msgstr "无法计算文件 '%s' 的 MD5 摘要:%s"
3228 #: src/split/split.c
3230 msgid "Splitting package %s into %d part: "
3231 msgid_plural "Splitting package %s into %d parts: "
3232 msgstr[0] "正将软件包 %s 分割到 %d 个分块中:"
3234 #: src/split/split.c
3236 "header is too long, making part too long; the package name or version\n"
3237 "numbers must be extraordinarily long, or something; giving up"
3239 "头部过长,导致分块过长;一定是软件包的名称或者版本号\n"
3242 #: src/split/split.c
3243 msgid "--split needs a source filename argument"
3244 msgstr "--split 需要一个原始文件作为参数"
3246 #: src/split/split.c
3247 msgid "--split takes at most a source filename and destination prefix"
3248 msgstr "--split 需要至多一个原始文件,以及目标文件的文件名前缀作为参数"
3250 #: src/divert/main.c
3251 msgid "Use --help for help about diverting files."
3252 msgstr "使用 --help 查看关于转移文件的帮助。"
3254 #: src/divert/main.c src/statoverride/main.c
3256 msgid "Debian %s version %s.\n"
3257 msgstr "Debian %s 版本 %s。\n"
3259 #: src/divert/main.c
3263 " [--add] <file> add a diversion.\n"
3264 " --remove <file> remove the diversion.\n"
3265 " --list [<glob-pattern>] show file diversions.\n"
3266 " --listpackage <file> show what package diverts the file.\n"
3267 " --truename <file> return the diverted file.\n"
3271 " [--add] <文件名> 添加一个转移项。\n"
3272 " --remove <文件名> 删除这个转移项。\n"
3273 " --list [<glob 模式>] 列出各文件转移项。\n"
3274 " --listpackage <文件> 显示哪个软件包转移了指定文件。\n"
3275 " --truename <文件名> 返回被本地转移的原始文件。\n"
3278 #: src/divert/main.c
3282 " --package <package> name of the package whose copy of <file> will "
3285 " --local all packages' versions are diverted.\n"
3286 " --divert <divert-to> the name used by other packages' versions.\n"
3287 " --rename actually move the file aside (or back).\n"
3288 " --no-rename do not move the file aside (or back) (default).\n"
3289 " --admindir <directory> set the directory with the diversions file.\n"
3290 " --instdir <directory> set the root directory, but not the admin dir.\n"
3291 " --root <directory> set the directory of the root filesystem.\n"
3292 " --test don't do anything, just demonstrate.\n"
3293 " --quiet quiet operation, minimal output.\n"
3294 " --help show this help message.\n"
3295 " --version show the version.\n"
3299 " --package <软件包名> 该软件包中的 <文件名> 副本将不会被转移。\n"
3300 " --local 所有软件包的版本均会被转移。\n"
3301 " --divert <转移目标名> 其它软件包版本将转而使用的文件名。\n"
3302 " --rename 实际上把该文件挪开(或是还原)。\n"
3303 " --no-rename 不将文件移动至旁边(或者移回)(默认)。\n"
3304 " --admindir <目录名> 设置转移文件所在的目录。\n"
3305 " --instdir <目录名> 设置根目录,但不包括管理员目录。\n"
3306 " --root <目录名> 设置根文件系统的目录。\n"
3307 " --test 仅仅演示要进行的操作,而不是真正的执行它们。\n"
3308 " --quiet 安静模式,输出尽可能少的信息。<\n"
3309 " --help 显示本帮助信息。\n"
3310 " --version 显示版本信息。\n"
3313 #: src/divert/main.c
3316 "When adding, default is --local and --divert <original>.distrib.\n"
3317 "When removing, --package or --local and --divert must match if specified.\n"
3318 "Package preinst/postrm scripts should always specify --package and --"
3321 "当添加本地转移项的时候,默认的选项是 --local 和 --divert <原始文件名>."
3323 "在删除本地转移项的时候,--package 或 --local 选项和 --divert 选项必须一致。\n"
3324 "软件包的 preinst 和 postrm 脚本通常应当指定 --package 和 --divert 选项。\n"
3326 #: src/divert/main.c
3328 "please specify --no-rename explicitly, the default will change to --rename "
3330 msgstr "请显式指定 --no-rename ,默认选项将会在 1.20.x 版本中变为 --rename"
3332 #: src/divert/main.c utils/update-alternatives.c
3334 msgid "cannot stat file '%s'"
3335 msgstr "无法获取文件 %s 的状态"
3337 #: src/divert/main.c
3339 msgid "error checking '%s'"
3342 #: src/divert/main.c
3345 "rename involves overwriting '%s' with\n"
3346 " different file '%s', not allowed"
3348 "更改 %2$s 文件名会覆盖 %1$s,\n"
3351 #: src/divert/main.c utils/update-alternatives.c
3353 msgid "unable to create file '%s'"
3356 #: src/divert/main.c
3358 msgid "cannot copy '%s' to '%s': %s"
3359 msgstr "无法拷贝 %s 到 %s:%s"
3361 #: src/divert/main.c
3363 msgid "cannot rename '%s' to '%s'"
3364 msgstr "无法重命名 %s 为 %s"
3366 #: src/divert/main.c
3368 msgid "rename: remove duplicate old link '%s'"
3369 msgstr "重命名:移除重复的旧连接 %s"
3371 #: src/divert/main.c
3373 msgid "unable to remove copied source file '%s'"
3374 msgstr "无法删除源码文件副本 %s"
3376 #: src/divert/main.c
3378 msgid "filename \"%s\" is not absolute"
3379 msgstr "文件名 \"%s\" 并不是绝对的"
3381 #: src/divert/main.c
3382 msgid "file may not contain newlines"
3385 #: src/divert/main.c
3387 msgid "local diversion of %s"
3390 #: src/divert/main.c
3392 msgid "local diversion of %s to %s"
3393 msgstr "本地转移 %s 到 %s"
3395 #: src/divert/main.c
3397 msgid "diversion of %s by %s"
3398 msgstr "被 %2$s 转移的 %1$s"
3400 #: src/divert/main.c
3402 msgid "diversion of %s to %s by %s"
3403 msgstr "通过 %3$s 从 %1$s 到 %2$s 的转移"
3405 #: src/divert/main.c
3407 msgid "any diversion of %s"
3410 #: src/divert/main.c
3412 msgid "any diversion of %s to %s"
3413 msgstr "任何由 %s 至 %s 的转移"
3415 #: src/divert/main.c src/statoverride/main.c
3417 msgid "--%s needs a single argument"
3418 msgstr "--%s 需要一个参数"
3420 #: src/divert/main.c
3421 msgid "cannot divert directories"
3424 #: src/divert/main.c
3426 msgid "cannot divert file '%s' to itself"
3427 msgstr "无法转移文件 %s 到其本身"
3429 #: src/divert/main.c
3431 msgid "Leaving '%s'\n"
3434 #: src/divert/main.c
3436 msgid "'%s' clashes with '%s'"
3439 #: src/divert/main.c
3441 msgid "Adding '%s'\n"
3444 #: src/divert/main.c
3446 msgid "Ignoring request to rename file '%s' owned by diverting package '%s'\n"
3447 msgstr "忽略重命名 %s 的要求,该文件属主为转移软件包 %s\n"
3449 #: src/divert/main.c
3452 "diverting file '%s' from an Essential package with rename is dangerous, use "
3455 "从至关重要的软件包中转移文件 '%s' 并重命名是非常危险的,请用 --no-rename"
3457 #: src/divert/main.c
3459 msgid "No diversion '%s', none removed.\n"
3460 msgstr "没有转移项 %s,因此没有删除。\n"
3462 #: src/divert/main.c
3465 "mismatch on divert-to\n"
3466 " when removing '%s'\n"
3473 #: src/divert/main.c
3476 "mismatch on package\n"
3477 " when removing '%s'\n"
3484 #: src/divert/main.c
3486 msgid "Ignoring request to remove shared diversion '%s'.\n"
3487 msgstr "忽略删除共享转移 %s 的要求。\n"
3489 #: src/divert/main.c
3491 msgid "Removing '%s'\n"
3494 #: src/divert/main.c
3495 msgid "package may not contain newlines"
3496 msgstr "软件包不可以含有换行符"
3498 #: src/divert/main.c
3499 msgid "divert-to may not contain newlines"
3500 msgstr "转移目标名不可以含有换行符"
3502 #: src/statoverride/main.c
3503 msgid "Use --help for help about overriding file stat information."
3504 msgstr "使用 --help 查看关于覆盖文件状态的帮助。"
3506 #: src/statoverride/main.c
3510 " --add <owner> <group> <mode> <path>\n"
3511 " add a new <path> entry into the database.\n"
3512 " --remove <path> remove <path> from the database.\n"
3513 " --list [<glob-pattern>] list current overrides in the database.\n"
3517 " --add <所有者> <用户组> <权限位> <文件名>\n"
3518 " 在数据库中加入一个新的 <路径>。\n"
3519 " --remove <文件名> 将 <路径> 从数据库中删除。\n"
3520 " --list [<glob 模式>] 列出当前数据库中的 override 条目。\n"
3523 #: src/statoverride/main.c
3527 " --admindir <directory> set the directory with the statoverride file.\n"
3528 " --instdir <directory> set the root directory, but not the admin dir.\n"
3529 " --root <directory> set the directory of the root filesystem.\n"
3530 " --update immediately update <path> permissions.\n"
3531 " --force deprecated alias for --force-all.\n"
3532 " --force-<thing>[,...] override problems (see --force-help).\n"
3533 " --no-force-<thing>[,...] stop when problems encountered.\n"
3534 " --refuse-<thing>[,...] ditto.\n"
3535 " --quiet quiet operation, minimal output.\n"
3536 " --help show this help message.\n"
3537 " --version show the version.\n"
3541 " --admindir <目录> 经由 statoverride 文件设置目录。\n"
3542 " --instdir <目录> 设置根目录,但不包括管理员目录。\n"
3543 " --root <目录> 设置根文件系统的目录。\n"
3544 " --update 立即更新 <路径> 的权限。\n"
3545 " --force 已弃用的 --force-all 别名。\n"
3546 " --force-... 覆盖问题 (参见 --force-help)。\n"
3547 " --no-force-... 出现某问题则停止。\n"
3548 " --refuse-... 同上。\n"
3549 " --quiet 安静模式,尽可能少的输出。\n"
3550 " --help 显示本帮助信息。\n"
3551 " --version 显示版本信息。\n"
3553 #: src/statoverride/main.c
3554 msgid "stripping trailing /"
3557 #: src/statoverride/main.c
3559 msgid "user '%s' does not exist"
3560 msgstr "用户 '%s' 不存在"
3562 #: src/statoverride/main.c
3564 msgid "group '%s' does not exist"
3565 msgstr "用户组 '%s' 不存在"
3567 #: src/statoverride/main.c src/main/archives.c
3569 msgid "error setting ownership of '%.255s'"
3570 msgstr "为 %.255s 设置属主时出错"
3572 #: src/statoverride/main.c src/main/archives.c
3574 msgid "error setting permissions of '%.255s'"
3575 msgstr "为 %.255s 设置权限位时出错"
3577 #: src/statoverride/main.c
3579 msgid "--%s needs four arguments"
3580 msgstr "--%s 需要四个参数"
3582 #: src/statoverride/main.c
3583 msgid "path may not contain newlines"
3586 #: src/statoverride/main.c
3589 "an override for '%s' already exists, but --force specified so will be ignored"
3590 msgstr "--force 已指定,所以先前对 %s 的覆盖设置会被忽略"
3592 #: src/statoverride/main.c
3594 msgid "an override for '%s' already exists; aborting"
3595 msgstr "%s 的 override 已存在,正在中止"
3597 #: src/statoverride/main.c
3599 msgid "--update given but %s does not exist"
3600 msgstr "--update 已指定但 %s 不存在"
3602 #: src/statoverride/main.c
3603 msgid "no override present"
3604 msgstr "override 不存在"
3606 #: src/statoverride/main.c
3607 msgid "--update is useless for --remove"
3608 msgstr "对于 --remove,--update 是无效的"
3610 #: src/statoverride/main.c
3612 msgid "deprecated --%s option; use --%s instead"
3613 msgstr "废弃的 --%s 选项;请使用 --%s 代替"
3615 #: src/trigger/main.c
3616 msgid "Type dpkg-trigger --help for help about this utility."
3617 msgstr "输入 'dpkg-trigger --help' 以获取此功能的帮助信息。"
3619 #: src/trigger/main.c
3621 msgid "Debian %s package trigger utility version %s.\n"
3622 msgstr "Debian %s 软件包触发器工具 %s 版。\n"
3624 #: src/trigger/main.c
3627 "Usage: %s [<option>...] <trigger-name>\n"
3628 " %s [<option>...] <command>\n"
3631 "用法:%s [<选项> ...] <触发器名称>\n"
3632 " %s [<选项> ...] <命令>\n"
3635 #: src/trigger/main.c
3639 " --check-supported Check if the running dpkg supports "
3644 " --check-supported 检查正在运行的 dpkg 是否支持触发器。\n"
3647 #: src/trigger/main.c
3651 " --admindir=<directory> Use <directory> instead of %s.\n"
3652 " --root=<directory> Use <directory> instead of %s.\n"
3653 " --by-package=<package> Override trigger awaiter (normally set\n"
3655 " --await Package needs to await the processing.\n"
3656 " --no-await No package needs to await the "
3658 " --no-act Just test - don't actually change "
3663 " --admindir=<目录> 使用 <目录> 而不是 %s。\n"
3664 " --root=<目录> 使用 <目录> 而不是 %s。\n"
3665 " --by-package=<软件包> 覆盖触发器等待者(通常由 dpkg 设置)。\n"
3666 " -await 软件包需要等待处理。\n"
3667 " --no-await 没有软件包需要等待处理。\n"
3668 " --no-act 仅测试 - 不真正进行改动。\n"
3671 #: src/trigger/main.c
3672 msgid "must be called from a maintainer script (or with a --by-package option)"
3673 msgstr "必须从维护者脚本中调用(或者通过 --by-package 选项)"
3675 #: src/trigger/main.c
3676 msgid "takes one argument, the trigger name"
3677 msgstr "只接受一个参数,触发器名"
3679 #: src/trigger/main.c
3681 msgid "illegal awaited package name '%.250s': %.250s"
3682 msgstr "非法的等待软件包名 %.250s :%.250s"
3684 #: src/trigger/main.c
3686 msgid "invalid trigger name '%.250s': %.250s"
3687 msgstr "无效的触发器名 %.250s :%.250s"
3689 #: src/trigger/main.c
3690 msgid "triggers data directory not yet created"
3691 msgstr "尚未创建触发器数据目录"
3693 #: src/trigger/main.c
3694 msgid "trigger records not yet in existence"
3697 #: src/query/main.c src/main/select.c
3699 msgid "no packages found matching %s"
3700 msgstr "没有找到与 %s 相匹配的软件包"
3702 #. TRANSLATORS: This is the header that appears on 'dpkg-query -l'. The
3703 #. * string should remain under 80 characters. The uppercase letters in
3704 #. * the state values denote the abbreviated letter that will appear on
3705 #. * the first three columns, which should ideally match the English one
3706 #. * (e.g. Remove → supRimeix), see dpkg-query(1) for further details. The
3707 #. * translated message can use additional lines if needed.
3710 "Desired=Unknown/Install/Remove/Purge/Hold\n"
3711 "| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-"
3713 "|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)\n"
3715 "期望状态=未知(u)/安装(i)/删除(r)/清除(p)/保持(h)\n"
3716 "| 状态=未安装(n)/已安装(i)/仅存配置(c)/仅解压缩(U)/配置失败(F)/不完全安装(H)/"
3717 "触发器等待(W)/触发器未决(T)\n"
3718 "|/ 错误?=(无)/须重装(R) (状态,错误:大写=故障)\n"
3729 msgid "Architecture"
3737 msgid "showing package list on pager"
3738 msgstr "在分页器中显示软件包列表"
3742 msgid "diversion by %s from: %s\n"
3743 msgstr "%s 导致转移自:%s\n"
3747 msgid "diversion by %s to: %s\n"
3748 msgstr "%s 导致转移至:%s\n"
3752 msgid "local diversion from: %s\n"
3757 msgid "local diversion to: %s\n"
3761 msgid "--search needs at least one file name pattern argument"
3762 msgstr "--search 需要至少一个文件名表达式作为参数"
3766 msgid "no path found matching pattern %s"
3767 msgstr "没有找到与 %s 相匹配的路径"
3771 msgid "package '%s' is not installed and no information is available"
3772 msgstr "系统没有安装软件包 %s,因而没有相关的信息"
3775 msgid "Use dpkg --info (= dpkg-deb --info) to examine archive files.\n"
3776 msgstr "使用 dpkg --info (= dpkg-deb --info) 来检测打包好的文件,\n"
3780 msgid "package '%s' is not available"
3781 msgstr "软件包 %s 现在不可用"
3785 msgid "--%s needs at least one package name argument"
3786 msgstr "--%s 需要至少一个软件包名作为参数"
3788 #: src/query/main.c src/main/enquiry.c src/main/verify.c
3790 msgid "package '%s' is not installed"
3791 msgstr "软件包 %s 没有被安装"
3795 msgid "Package '%s' does not contain any files (!)\n"
3796 msgstr "软件包 %s 未含有任何文件(!)\n"
3800 msgid "locally diverted to: %s\n"
3805 msgid "package diverts others to: %s\n"
3806 msgstr "软件包将其他的包转移至:%s\n"
3810 msgid "diverted by %s to: %s\n"
3811 msgstr "被 %s 转移至:%s\n"
3815 "Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.\n"
3816 msgstr "通过 dpkg --contents (= dpkg-deb --contents) 来列出档案文件清单。\n"
3820 msgid "control file contains %c"
3825 msgid "--%s takes one package name argument"
3826 msgstr "--%s 需要一个软件包名作为参数"
3830 msgid "--%s takes exactly two arguments"
3831 msgstr "--%s 需要且仅需两个参数"
3835 msgid "control file '%s' does not exist"
3836 msgstr "主控文件 %s 不存在"
3840 msgid "Debian %s package management program query tool version %s.\n"
3841 msgstr "Debian %s 软件包管理程序查询工具 %s 版。\n"
3847 " -s, --status [<package>...] Display package status details.\n"
3848 " -p, --print-avail [<package>...] Display available version details.\n"
3849 " -L, --listfiles <package>... List files 'owned' by package(s).\n"
3850 " -l, --list [<pattern>...] List packages concisely.\n"
3851 " -W, --show [<pattern>...] Show information on package(s).\n"
3852 " -S, --search <pattern>... Find package(s) owning file(s).\n"
3853 " --control-list <package> Print the package control file list.\n"
3854 " --control-show <package> <file>\n"
3855 " Show the package control file.\n"
3856 " -c, --control-path <package> [<file>]\n"
3857 " Print path for package control file.\n"
3861 " -s, --status <软件包> ... 显示软件包详尽的状态信息。\n"
3862 " -p, --print-avail <软件包> ... 显示当前可供安装的版本的详细信息。\n"
3863 " -L, --listfiles <软件包> ... 列出所有属于这个(些)软件包的文件。\n"
3864 " -l, --list [<表达式> ...] 简要地列出软件包。\n"
3865 " -W, --show <表达式> ... 显示软件包的相关信息。\n"
3866 " -S, --search <表达式> ... 搜寻拥有该文件(或多个文件)的软件包。\n"
3867 " --control-list <软件包> 打印软件包控制文件列表。\n"
3868 " --control-show <软件包> <文件>\n"
3870 " -c, --control-path <软件包> [<文件>]\n"
3878 " --admindir=<directory> Use <directory> instead of %s.\n"
3879 " --root=<directory> Use <directory> instead of %s.\n"
3880 " --load-avail Use available file on --show and --list.\n"
3881 " --no-pager Disables the use of any pager.\n"
3882 " -f|--showformat=<format> Use alternative format for --show.\n"
3886 " --admindir=<目录> 使用 <目录> 而非 %s。\n"
3887 " --root=<目录> 使用 <目录> 而非 %s。\n"
3888 " --load-avail 在 --show 和 --list 之后使用有效文件。\n"
3889 " --no-pager 禁止使用任何分页器。\n"
3890 " -f|--showformat=<格式串> 令 --show 使用其它的格式输出。\n"
3894 msgid "Use --help for help about querying packages."
3895 msgstr "使用 --help 查看关于查询软件包的帮助。"
3897 #: src/main/archives.c
3898 msgid "error reading from dpkg-deb pipe"
3899 msgstr "从 dpkg-deb 管道读取错误"
3901 #: src/main/archives.c
3903 msgid "cannot skip padding for file '%.255s': %s"
3904 msgstr "无法跳过文件 %.255s 的补齐部分: %s"
3906 #: src/main/archives.c
3908 msgid "cannot skip file '%.255s' (replaced or excluded?) from pipe: %s"
3909 msgstr "无法从管道中跳过文件 %.255s (已被替换或排除?):%s"
3911 #: src/main/archives.c
3913 msgid "unable to create '%.255s' (while processing '%.255s')"
3914 msgstr "无法创建 %.255s (处理 %.255s 时)"
3916 #: src/main/archives.c
3918 msgid "cannot copy extracted data for '%.255s' to '%.255s': %s"
3919 msgstr "无法为 '%.255s' 拷贝解压的文件至 '%.255s': %s"
3921 #: src/main/archives.c
3923 msgid "error closing/writing '%.255s'"
3924 msgstr "关闭/写入 %.255s 出错"
3926 #: src/main/archives.c
3928 msgid "error creating pipe '%.255s'"
3929 msgstr "新建管道 %.255s 时出错"
3931 #: src/main/archives.c
3933 msgid "error creating device '%.255s'"
3934 msgstr "新建设备文件 %.255s 时出错"
3936 #: src/main/archives.c utils/update-alternatives.c
3938 msgid "error creating symbolic link '%.255s'"
3939 msgstr "新建符号链接 %.255s 时出错"
3941 #: src/main/archives.c
3943 msgid "error creating directory '%.255s'"
3944 msgstr "新建目录 %.255s 时出错"
3946 #: src/main/archives.c
3948 msgid "cannot compute MD5 digest for file '%.255s' in tar archive: %s"
3949 msgstr "无法为 tar 归档中的文件 %.255s 计算 MD5 摘要:%s"
3951 #: src/main/archives.c
3953 msgid "error setting timestamps of '%.255s'"
3954 msgstr "为 %.255s 设置时间戳时出错"
3956 #: src/main/archives.c
3958 msgid "error setting ownership of symlink '%.255s'"
3959 msgstr "为符号链接 %.255s 设置属主时出错"
3961 #: src/main/archives.c
3963 msgid "unable to read link '%.255s'"
3964 msgstr "无法读取符号链接 %.255s"
3966 #: src/main/archives.c src/main/configure.c
3968 msgid "symbolic link '%.250s' size has changed from %jd to %zd"
3969 msgstr "符号链接 '%.250s' 尺寸从 %jd 变更至 %zd"
3971 #: src/main/archives.c
3974 "trying to overwrite shared '%.250s', which is different from other instances "
3976 msgstr "尝试覆盖共享的 '%.250s', 它与软件包 %.250s 中的其他实例不同"
3978 #: src/main/archives.c
3980 msgid "failed to stat (dereference) existing symlink '%.250s'"
3981 msgstr "获取现有的符号链接 %.250s 的状态(反引用)失败"
3983 #: src/main/archives.c
3986 "failed to stat (dereference) proposed new symlink target '%.250s' for "
3988 msgstr "获取建议的新符号链接 %.250s 的状态失败,它将替代符号链接 %.250s"
3990 #: src/main/archives.c
3992 msgid "newline not allowed in archive object name '%.255s'"
3993 msgstr "归档对象名称 “%.255s” 中不允许换行"
3995 #: src/main/archives.c
3997 msgid "conffile '%s' marked for removal on upgrade, shipped in package"
3998 msgstr "conffile '%s' 已标记为升级时移除,但在软件包中提供"
4000 #: src/main/archives.c
4003 "trying to overwrite '%.250s', which is the diverted version of "
4004 "'%.250s' (package: %.100s)"
4005 msgstr "正在尝试覆盖 %.250s,它是 %.250s 的转移版本(软件包:%.100s)"
4007 #: src/main/archives.c
4009 msgid "trying to overwrite '%.250s', which is the diverted version of '%.250s'"
4010 msgstr "正在尝试覆盖 %.250s,它是 %.250s 的转移版本"
4012 #: src/main/archives.c
4014 msgid "unable to stat '%.255s' (which was about to be installed)"
4015 msgstr "无法获取 '%.255s' 的状态(正准备安装该文件)"
4017 #: src/main/archives.c
4020 "unable to clean up mess surrounding '%.255s' before installing another "
4022 msgstr "在安装另一版本前,无法清理 %.255s 的临时文件"
4024 #: src/main/archives.c
4026 msgid "unable to stat restored '%.255s' before installing another version"
4027 msgstr "在安装另一版本前,无法获取恢复后的 %.255s 的状态"
4029 #: src/main/archives.c
4031 msgid "archive contained object '%.255s' of unknown type 0x%x"
4032 msgstr "包文件中含有一个对象 %.255s,无法识别它的类型 0x%x"
4034 #: src/main/archives.c
4036 msgid "Replacing files in old package %s (%s) ...\n"
4037 msgstr "正在替换原软件包中的文件 %s (%s) ...\n"
4039 #: src/main/archives.c
4041 msgid "Replaced by files in installed package %s (%s) ...\n"
4042 msgstr "被已安装的软件包 %s (%s) 中的文件替换了...\n"
4044 #: src/main/archives.c
4047 "trying to overwrite directory '%.250s' in package %.250s %.250s with "
4050 "正试图用一个非目录的文件替换目录 %.250s,该目录属于软件包 %.250s %.250s"
4052 #: src/main/archives.c
4054 msgid "trying to overwrite '%.250s', which is also in package %.250s %.250s"
4055 msgstr "正试图覆盖 %.250s,它同时被包含于软件包 %.250s %.250s"
4057 #: src/main/archives.c
4059 msgid "unable to move aside '%.255s' to install new version"
4060 msgstr "无法将 %.255s 改名,以安装新的版本"
4062 #: src/main/archives.c
4064 msgid "unable to make backup symlink for '%.255s'"
4065 msgstr "无法为 %.255s 做一个符号链接备份"
4067 #: src/main/archives.c
4069 msgid "unable to chown backup symlink for '%.255s'"
4070 msgstr "无法更改 %.255s 的符号链接备份的属主"
4072 #: src/main/archives.c
4074 msgid "unable to make backup link of '%.255s' before installing new version"
4075 msgstr "无法在安装新的版本前,为 %.255s 做一个符号链接备份"
4077 #: src/main/archives.c
4079 msgid "unable to install new version of '%.255s'"
4080 msgstr "无法安装 %.255s 的新版本"
4082 #: src/main/archives.c
4084 msgid "unable to open '%.255s'"
4085 msgstr "无法打开 %.255s"
4087 #: src/main/archives.c
4089 msgid "unable to sync file '%.255s'"
4090 msgstr "无法同步文件 %.255s"
4092 #: src/main/archives.c
4095 "ignoring dependency problem with installation of %s:\n"
4098 "在安装 %s 时忽略依赖关系问题:\n"
4101 #: src/main/archives.c
4104 "no, cannot proceed with installation of %s (--auto-deconfigure will help):\n"
4107 "拒绝,不能继续安装 %s (不妨尝试 --auto-deconfigure):\n"
4110 #: src/main/archives.c
4113 "ignoring dependency problem with removal of %s:\n"
4116 "在移除 %s 时忽略依赖关系问题:\n"
4119 #: src/main/archives.c
4122 "considering deconfiguration of essential\n"
4123 " package %s, to enable removal of %s"
4124 msgstr "正在考虑反配置必需软件包 %s,以允许移除 %s"
4126 #: src/main/archives.c
4129 "no, %s is essential, will not deconfigure\n"
4130 " it in order to enable removal of %s"
4132 "拒绝,%s 是必需软件包,不能反配置该软件包\n"
4135 #: src/main/archives.c
4138 "considering deconfiguration of protected\n"
4139 " package %s, to enable removal of %s"
4140 msgstr "正在考虑反配置受保护的软件包 %s,以允许移除 %s"
4142 #: src/main/archives.c
4145 "no, %s is protected, will not deconfigure\n"
4146 " it in order to enable removal of %s"
4148 "拒绝,%s 是被保护的软件包,不能反配置该软件包\n"
4151 #: src/main/archives.c
4154 "no, cannot proceed with removal of %s (--auto-deconfigure will help):\n"
4157 "拒绝,不能继续移除 %s (不妨尝试 --auto-deconfigure):\n"
4160 #: src/main/archives.c
4163 "considering deconfiguration of %s, which would be broken by installation of "
4165 msgstr "正在考虑反配置 %s,否则会被 %s 的安装破坏 ..."
4167 #: src/main/archives.c
4169 msgid "yes, will deconfigure %s (broken by %s)"
4170 msgstr "好的,将反配置 %s (被 %s 破坏)"
4172 #: src/main/archives.c
4175 "regarding %s containing %s:\n"
4178 "关于含有 %2$s 的 %1$s:\n"
4181 #: src/main/archives.c
4182 msgid "ignoring breakage, may proceed anyway!"
4183 msgstr "忽视软件包间的破坏,无论如何继续安装!"
4185 #: src/main/archives.c
4188 "installing %.250s would break %.250s, and\n"
4189 " deconfiguration is not permitted (--auto-deconfigure might help)"
4191 "安装 %.250s 将破坏 %.250s,并且\n"
4192 "不允许反配置(--auto-deconfigure 也许会有帮助)"
4194 #: src/main/archives.c
4196 msgid "installing %.250s would break existing software"
4197 msgstr "安装 %.250s 将破坏现有软件"
4199 #: src/main/archives.c
4201 msgid "considering removing %s in favour of %s ..."
4202 msgstr "为了 %2$s,正考虑卸载 %1$s ..."
4204 #: src/main/archives.c
4206 msgid "%s is not properly installed; ignoring any dependencies on it"
4207 msgstr "%s 没有被正常安装; 将忽略所有对它的依赖关系"
4209 #: src/main/archives.c
4211 msgid "may have trouble removing %s, as it provides %s ..."
4212 msgstr "也许卸载 %s 会有问题,因为它提供了 %s ..."
4214 #: src/main/archives.c
4217 "package %s requires reinstallation, but will remove anyway as you requested"
4218 msgstr "尽管软件包 %s 需要重新安装,但还是将遵照您的要求将其卸载"
4220 #: src/main/archives.c
4222 msgid "package %s requires reinstallation, will not remove"
4223 msgstr "软件包 %s 需要重新安装,它不会被卸载"
4225 #: src/main/archives.c
4227 msgid "yes, will remove %s in favour of %s"
4228 msgstr "好的,为了 %2$s 而卸载 %1$s"
4230 #: src/main/archives.c
4232 msgid "conflicting packages - not installing %.250s"
4233 msgstr "软件包相互冲突 - 将不安装 %.250s"
4235 #: src/main/archives.c
4236 msgid "ignoring conflict, may proceed anyway!"
4237 msgstr "忽视软件包间的冲突,无论如何继续安装!"
4239 #: src/main/archives.c
4241 msgid "--%s --recursive needs at least one path argument"
4242 msgstr "--%s --recursive 递归执行需要至少一个路径作为参数"
4244 #: src/main/archives.c
4245 msgid "searched, but found no packages (files matching *.deb)"
4246 msgstr "已搜索包文件,但是没有发现任何软件包(即与 *.deb 匹配的文件)"
4248 #: src/main/archives.c
4250 msgid "--%s needs at least one package archive file argument"
4251 msgstr "--%s 需要至少一个软件包文件作为参数"
4253 #: src/main/archives.c src/main/unpack.c
4255 msgid "cannot access archive '%s'"
4256 msgstr "无法访问归档 '%s'"
4258 #: src/main/archives.c
4260 msgid "archive '%s' is not a regular file"
4261 msgstr "归档 '%s' 不是普通文件"
4263 #: src/main/archives.c
4265 msgid "Selecting previously unselected package %s.\n"
4266 msgstr "正在选中未选择的软件包 %s。\n"
4268 #: src/main/archives.c
4270 msgid "Skipping unselected package %s.\n"
4271 msgstr "正在忽略未选择的软件包 %s。\n"
4273 #: src/main/archives.c
4275 msgid "version %.250s of %.250s already installed, skipping"
4276 msgstr "%1$.250s 的 %2$.250s 版本已经安装,因而将跳过它"
4278 #: src/main/archives.c
4280 msgid "downgrading %.250s from %.250s to %.250s"
4281 msgstr "即将把 %.250s 从 %.250s 降级到 %.250s"
4283 #: src/main/archives.c
4285 msgid "will not downgrade %.250s from %.250s to %.250s, skipping"
4286 msgstr "不会将 %.250s 从 %.250s 降级到 %.250s,因而将跳过它"
4288 #: src/main/cleanup.c
4291 "unable to remove newly-installed version of '%.250s' to allow reinstallation "
4293 msgstr "无法把新近安装的 %.250s 卸载,以允许安装备份"
4295 #: src/main/cleanup.c
4297 msgid "unable to restore backup version of '%.250s'"
4298 msgstr "无法恢复 %.250s 的备份版本"
4300 #: src/main/cleanup.c
4302 msgid "unable to remove backup copy of '%.250s'"
4303 msgstr "无法删除 %.250s 的备份版本"
4305 #: src/main/cleanup.c
4307 msgid "unable to remove newly-installed version of '%.250s'"
4308 msgstr "无法删除 %.250s 的新近安装的版本"
4310 #: src/main/cleanup.c
4312 msgid "unable to remove newly-extracted version of '%.250s'"
4313 msgstr "无法删除 %.250s 的新近解压的版本"
4315 #: src/main/configure.c
4317 msgid "Configuration file '%s'\n"
4318 msgstr "配置文件 '%s'\n"
4320 #: src/main/configure.c
4322 msgid "Configuration file '%s' (actually '%s')\n"
4323 msgstr "配置文件 %s (实际上为'%s')\n"
4325 #: src/main/configure.c
4328 " ==> File on system created by you or by a script.\n"
4329 " ==> File also in package provided by package maintainer.\n"
4331 " ==> 系统中的这个文件或者是由您创建的,或者是由脚本建立的。\n"
4332 " ==> 软件包维护者所提供的软件包中也包含了该文件。\n"
4334 #: src/main/configure.c
4336 msgid " Not modified since installation.\n"
4337 msgstr " 在安装后未曾更动。\n"
4339 #: src/main/configure.c
4341 msgid " ==> Modified (by you or by a script) since installation.\n"
4342 msgstr " ==> 在安装后曾被修改(您或者某个脚本修改了它)。\n"
4344 #: src/main/configure.c
4346 msgid " ==> Deleted (by you or by a script) since installation.\n"
4347 msgstr " ==> 在安装后曾被删除(您或者某个脚本删除了它)。\n"
4349 #: src/main/configure.c
4351 msgid " ==> Package distributor has shipped an updated version.\n"
4352 msgstr " ==> 软件包的提交者同时提供了一个更新了的版本。\n"
4354 #: src/main/configure.c
4356 msgid " Version in package is the same as at last installation.\n"
4357 msgstr " 软件包的版本和上次安装的版本是相同的。\n"
4359 #: src/main/configure.c
4361 msgid " ==> Using new file as you requested.\n"
4362 msgstr " ==> 如您所愿,安装了新的配置文件。\n"
4364 #: src/main/configure.c
4366 msgid " ==> Using current old file as you requested.\n"
4367 msgstr " ==> 如您所愿,保留原来的配置文件不变。\n"
4369 #: src/main/configure.c
4371 msgid " ==> Keeping old config file as default.\n"
4372 msgstr " ==> 按照默认设置,保留原有的配置文件。\n"
4374 #: src/main/configure.c
4376 msgid " ==> Using new config file as default.\n"
4377 msgstr " ==> 按照默认设置,安装新的配置文件。\n"
4379 #: src/main/configure.c
4382 " What would you like to do about it ? Your options are:\n"
4383 " Y or I : install the package maintainer's version\n"
4384 " N or O : keep your currently-installed version\n"
4385 " D : show the differences between the versions\n"
4386 " Z : start a shell to examine the situation\n"
4388 " 您现在希望如何处理呢? 您有以下几个选择:\n"
4389 " Y 或 I :安装软件包维护者所提供的版本\n"
4390 " N 或 O :保留您原来安装的版本\n"
4392 " Z :把当前进程切换到后台,然后查看现在的具体情况\n"
4394 #: src/main/configure.c
4396 msgid " The default action is to keep your current version.\n"
4397 msgstr " 默认的处理方法是保留您当前使用的版本。\n"
4399 #: src/main/configure.c
4401 msgid " The default action is to install the new version.\n"
4402 msgstr " 默认的处理办法是安装新的版本。\n"
4404 #: src/main/configure.c
4408 #: src/main/configure.c
4412 #: src/main/configure.c
4413 msgid "[no default]"
4416 #: src/main/configure.c
4417 msgid "error writing to stderr, discovered before conffile prompt"
4418 msgstr "在 conffile 提示输入前写标准错误出错"
4420 #: src/main/configure.c
4421 msgid "read error on stdin at conffile prompt"
4422 msgstr "在 conffile 提示输入时读取标准输入出错"
4424 #: src/main/configure.c
4425 msgid "end of file on stdin at conffile prompt"
4426 msgstr "在 conffile 提示时读取标准输入时遭遇 EOF"
4428 #: src/main/configure.c
4429 msgid "conffile difference visualizer"
4430 msgstr "conffile 差异观察器"
4432 #: src/main/configure.c
4433 msgid "Useful environment variables:\n"
4434 msgstr "有帮助的环境变量:\n"
4436 #: src/main/configure.c
4437 msgid "Type 'exit' when you're done.\n"
4438 msgstr "当您完成操作后,请输入 “exit”。\n"
4440 #: src/main/configure.c
4441 msgid "conffile shell"
4442 msgstr "conffile shell"
4444 #: src/main/configure.c
4446 msgid "unable to stat new distributed conffile '%.250s'"
4447 msgstr "无法获取新发布版的 conffile '%.250s' 的状态"
4449 #: src/main/configure.c
4451 msgid "unable to stat current installed conffile '%.250s'"
4452 msgstr "无法获取当前已安装的 conffile %.250s 的状态"
4454 #: src/main/configure.c
4458 "Configuration file '%s', does not exist on system.\n"
4459 "Installing new config file as you requested.\n"
4465 #: src/main/configure.c
4467 msgid "%s: failed to remove old backup '%.250s': %s"
4468 msgstr "%s:无法删除以前的备份文件 %.250s :%s"
4470 #: src/main/configure.c
4472 msgid "%s: failed to rename '%.250s' to '%.250s': %s"
4473 msgstr "%s:无法将 %.250s 改名为 %.250s :%s"
4475 #: src/main/configure.c src/main/unpack.c
4477 msgid "%s: failed to remove '%.250s': %s"
4478 msgstr "%s:删除 %.250s 失败:%s"
4480 #: src/main/configure.c
4482 msgid "%s: failed to remove old distributed version '%.250s': %s"
4483 msgstr "%s:无法删除以前的发布版本 %.250s :%s"
4485 #: src/main/configure.c
4487 msgid "%s: failed to remove '%.250s' (before overwrite): %s"
4488 msgstr "%s:无法删除 %.250s (在覆盖前):%s"
4490 #: src/main/configure.c
4492 msgid "%s: failed to link '%.250s' to '%.250s': %s"
4493 msgstr "%s:将 %.250s 链接到 %.250s 失败:%s"
4495 #: src/main/configure.c
4497 msgid "Installing new version of config file %s ...\n"
4498 msgstr "正在安装新版本配置文件 %s ...\n"
4500 #: src/main/configure.c utils/update-alternatives.c
4502 msgid "unable to install '%.250s' as '%.250s'"
4503 msgstr "无法将 %.250s 安装到 %.250s"
4505 #: src/main/configure.c
4507 msgid "no package named '%s' is installed, cannot configure"
4508 msgstr "您未曾安装名为 %s 的软件包,因而不能对它进行配置"
4510 #: src/main/configure.c
4512 msgid "package %.250s is already installed and configured"
4513 msgstr "您已经安装并配置了软件包 %.250s"
4515 #: src/main/configure.c
4518 "package %.250s is not ready for configuration\n"
4519 " cannot configure (current status '%.250s')"
4521 "现在尚不能配置软件包 %.250s\n"
4522 " 不能配置(目前状态为 %.250s )"
4524 #: src/main/configure.c
4527 "package %s cannot be configured because %s is not ready (current status '%s')"
4528 msgstr "现在尚不能配置软件包 %s,因为 %s 未准备好(目前状态为 %s )"
4530 #: src/main/configure.c
4533 "package %s %s cannot be configured because %s is at a different version (%s)"
4534 msgstr "现在尚不能配置软件包 %s %s,因为 %s 处于一个不同的版本(%s)"
4536 #: src/main/configure.c
4539 "dependency problems prevent configuration of %s:\n"
4542 "依赖关系问题使得 %s 的配置工作不能继续:\n"
4545 #: src/main/configure.c
4546 msgid "dependency problems - leaving unconfigured"
4547 msgstr "依赖关系问题 - 仍未被配置"
4549 #: src/main/configure.c
4552 "%s: dependency problems, but configuring anyway as you requested:\n"
4555 "%s:尽管有依赖关系的问题,但不管怎样,还是按照您的要求,继续配置:\n"
4558 #: src/main/configure.c
4560 "package is in a very bad inconsistent state; you should\n"
4561 " reinstall it before attempting configuration"
4563 "该软件包正处于非常不稳定的状态;\n"
4566 #: src/main/configure.c
4568 msgid "Setting up %s (%s) ...\n"
4569 msgstr "正在设置 %s (%s) ...\n"
4571 #: src/main/configure.c
4574 "%s: unable to stat config file '%s'\n"
4577 "%s:无法获得配置文件 %s 的状态\n"
4580 #: src/main/configure.c
4583 "%s: config file '%s' is a circular link\n"
4586 "%s:配置文件 %s 是一个循环(最终指向自己)链接\n"
4589 #: src/main/configure.c
4592 "%s: unable to readlink conffile '%s'\n"
4595 "%s:无法 readlink conffile %s \n"
4598 #: src/main/configure.c
4601 "%s: conffile '%.250s' resolves to degenerate filename\n"
4602 " ('%s' is a symlink to '%s')"
4604 "%s:无法找到 conffile %.250s 最终指向的文件\n"
4605 " ( %s 是一个指向 %s 的符号链接)"
4607 #: src/main/configure.c
4609 msgid "%s: conffile '%.250s' is not a plain file or symlink (= '%s')"
4610 msgstr "%s:警告 - conffile %.250s 不是普通文件或者符号链接 (= %s )"
4612 #: src/main/configure.c
4614 msgid "%s: unable to open %s to compute its digest: %s"
4615 msgstr "%s:无法打开 %s 以计算摘要:%s"
4617 #: src/main/depcon.c
4619 msgid "%s depends on %s"
4622 #: src/main/depcon.c
4624 msgid "%s pre-depends on %s"
4627 #: src/main/depcon.c
4629 msgid "%s recommends %s"
4632 #: src/main/depcon.c
4634 msgid "%s suggests %s"
4637 #: src/main/depcon.c
4639 msgid "%s breaks %s"
4642 #: src/main/depcon.c
4644 msgid "%s conflicts with %s"
4647 #: src/main/depcon.c
4649 msgid "%s enhances %s"
4652 #: src/main/depcon.c
4654 msgid " %.250s is to be removed.\n"
4655 msgstr " 即将卸载 %.250s。\n"
4657 #: src/main/depcon.c
4659 msgid " %.250s is to be deconfigured.\n"
4660 msgstr " 即将反配置 %.250s。\n"
4662 #: src/main/depcon.c
4664 msgid " %.250s is to be installed, but is version %.250s.\n"
4665 msgstr " 即将安装 %.250s,但安装的版本是 %.250s。\n"
4667 #: src/main/depcon.c
4669 msgid " %.250s is installed, but is version %.250s.\n"
4670 msgstr " 已安装 %.250s,但安装的版本是 %.250s。\n"
4672 #: src/main/depcon.c
4674 msgid " %.250s is unpacked, but has never been configured.\n"
4675 msgstr " 已解压 %.250s,但仍未配置。\n"
4677 #: src/main/depcon.c
4679 msgid " %.250s is unpacked, but is version %.250s.\n"
4680 msgstr " 已解压 %.250s,但它的版本是 %.250s。\n"
4682 #: src/main/depcon.c
4684 msgid " %.250s latest configured version is %.250s.\n"
4685 msgstr " 上次配置 %.250s 时,它的版本是 %.250s。\n"
4687 #: src/main/depcon.c
4689 msgid " %.250s is %s.\n"
4690 msgstr " %.250s 现在 %s。\n"
4692 #: src/main/depcon.c
4694 msgid " %.250s provides %.250s but is to be removed.\n"
4695 msgstr " %.250s 提供了 %.250s,但是它即将被删除。\n"
4697 #: src/main/depcon.c
4699 msgid " %.250s provides %.250s but is to be deconfigured.\n"
4700 msgstr " %.250s 提供了 %.250s,但是它的配置信息将被抹去。\n"
4702 #: src/main/depcon.c
4704 msgid " %.250s provides %.250s but is %s.\n"
4705 msgstr " %.250s 提供了 %.250s,但是它现在 %s。\n"
4707 #: src/main/depcon.c
4709 msgid " %.250s is not installed.\n"
4710 msgstr " %.250s 未安装。\n"
4712 #: src/main/depcon.c
4714 msgid " %.250s (version %.250s) is to be installed.\n"
4715 msgstr " 即将安装 %.250s (版本为 %.250s)。\n"
4717 #: src/main/depcon.c
4719 msgid " %.250s (version %.250s) is present and %s.\n"
4720 msgstr " %.250s (版本为 %.250s)已存在并且 %s。\n"
4722 #: src/main/depcon.c
4724 msgid " %.250s provides %.250s and is to be installed.\n"
4725 msgstr " %.250s 提供了 %.250s,它将被安装。\n"
4727 #: src/main/depcon.c
4729 msgid " %.250s provides %.250s and is present and %s.\n"
4730 msgstr " %.250s 提供了 %.250s 并已存在而且 %s。\n"
4732 #: src/main/enquiry.c
4734 "The following packages are in a mess due to serious problems during\n"
4735 "installation. They must be reinstalled for them (and any packages\n"
4736 "that depend on them) to function properly:\n"
4738 "由于在安装过程中遇到严重的问题,下列软件包的状态存在严重问题。\n"
4739 "若要令其运行正常,您必须重新安装它们\n"
4740 "(以及所有依赖于它们的软件包):\n"
4742 #: src/main/enquiry.c
4744 "The following packages have been unpacked but not yet configured.\n"
4745 "They must be configured using dpkg --configure or the configure\n"
4746 "menu option in dselect for them to work:\n"
4748 "下列软件包已被解开,但是尚未配置。\n"
4749 "要令它们运行正常,您必须借助 dpkg --configure\n"
4750 "或者 dselect 菜单中的配置项:\n"
4752 #: src/main/enquiry.c
4754 "The following packages are only half configured, probably due to problems\n"
4755 "configuring them the first time. The configuration should be retried using\n"
4756 "dpkg --configure <package> or the configure menu option in dselect:\n"
4758 "下列软件包只是被不全面地配置了,这也许要归咎于\n"
4759 "第一次配置它们时出的问题。您最好能重新配置它们。\n"
4760 "借助 dpkg --configure <软件包名> 或者用 dselect \n"
4763 #: src/main/enquiry.c
4765 "The following packages are only half installed, due to problems during\n"
4766 "installation. The installation can probably be completed by retrying it;\n"
4767 "the packages can be removed using dselect or dpkg --remove:\n"
4769 "下列软件包被不完整地安装了,这要归咎于\n"
4770 "安装时出的问题。再试一次可能就能完成安装;\n"
4771 "借助 dselect 或 dpkg --remove 可以把这些软件包删除:\n"
4773 #: src/main/enquiry.c
4775 "The following packages are awaiting processing of triggers that they\n"
4776 "have activated in other packages. This processing can be requested using\n"
4777 "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
4779 "下列软件包正在等待由它们在其他软件包激活的触发器处理。\n"
4780 "该处理可以使用 dselect 或者 dpkg --configure --pending\n"
4781 "(或者 dpkg --triggers-only)来请求:\n"
4783 #: src/main/enquiry.c
4785 "The following packages have been triggered, but the trigger processing\n"
4786 "has not yet been done. Trigger processing can be requested using\n"
4787 "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
4789 "下列软件包被触发,但触发器处理尚未完成。触发器处理可以使用 dselect 或者 \n"
4790 "dpkg --configure --pending (或者 dpkg --triggers-only)来请求:\n"
4792 #: src/main/enquiry.c
4794 "The following packages are missing the list control file in the\n"
4795 "database, they need to be reinstalled:\n"
4797 "下列软件包在数据库中缺少列表控制文件,\n"
4800 #: src/main/enquiry.c
4802 "The following packages are missing the md5sums control file in the\n"
4803 "database, they need to be reinstalled:\n"
4805 "下列软件包在数据库中缺少md5校验和控制文件,\n"
4808 #: src/main/enquiry.c
4809 msgid "The following packages do not have an architecture:\n"
4810 msgstr "下列软件包没有体系结构:\n"
4812 #: src/main/enquiry.c
4813 msgid "The following packages have an illegal architecture:\n"
4814 msgstr "下列软件包有非法体系结构:\n"
4816 #: src/main/enquiry.c
4818 "The following packages have an unknown foreign architecture, which will\n"
4819 "cause dependency issues on front-ends. This can be fixed by registering\n"
4820 "the foreign architecture with dpkg --add-architecture:\n"
4822 "下列软件包具有未知的异质体系结构,这些体系结构会在前端中\n"
4823 "引发依赖问题。您可以通过 dpkg --add-architecture\n"
4824 "添加这个外来体系结构以修复此问题:\n"
4826 #: src/main/enquiry.c
4828 "Another process has locked the database for writing, and might currently be\n"
4829 "modifying it, some of the following problems might just be due to that.\n"
4831 "另一进程已经锁定数据库以写入,并可能正在对其进行修改,一些问题可能正是由此导"
4834 #: src/main/enquiry.c
4839 #: src/main/enquiry.c
4842 msgstr " 在 %2$s 有 %1$d 个:"
4844 #: src/main/enquiry.c
4846 msgid " %d package, from the following section:"
4847 msgid_plural " %d packages, from the following sections:"
4848 msgstr[0] " 在下列类别中,有 %d 个软件包:"
4850 #: src/main/enquiry.c
4851 msgid "the Pre-Depends field"
4852 msgstr "预依赖(Pre-Depends)字段"
4854 #: src/main/enquiry.c
4855 msgid "epochs in versions"
4858 #: src/main/enquiry.c
4859 msgid "long filenames in .deb archives"
4860 msgstr "在 .deb 归档中的长文件名"
4862 #: src/main/enquiry.c
4863 msgid "multiple Conflicts and Replaces"
4866 #: src/main/enquiry.c
4867 msgid "multi-arch fields and semantics"
4868 msgstr "多架构(multi-arch)字段及其语义"
4870 #: src/main/enquiry.c
4871 msgid "versioned relationships in the Provides field"
4872 msgstr "提供(Provides)字段中带版本号的关系"
4874 #: src/main/enquiry.c
4875 msgid "the Protected field"
4876 msgstr "保护(Protected)字段"
4878 #: src/main/enquiry.c
4880 msgid "cannot parse dpkg running version '%s': %s"
4881 msgstr "无法解析 dpkg 运行版本 '%s': %s"
4883 #: src/main/enquiry.c
4886 "Running version of dpkg does not support %s.\n"
4887 " Please upgrade to at least dpkg %s, and then try again.\n"
4889 "运行中版本的 dpkg 不支持 %s。\n"
4890 " 请升级 dpkg 版本到至少 %s,然后再试一次。\n"
4892 #: src/main/enquiry.c
4894 msgid "%s assert options - assert whether features are supported:\n"
4895 msgstr "%s 断言选项 - 断言特性是否受支持:\n"
4897 #: src/main/enquiry.c
4899 msgid "unknown --%s-<feature>"
4900 msgstr "未知 --%s-<特性>"
4902 #: src/main/enquiry.c
4905 "cannot see how to satisfy pre-dependency:\n"
4911 #: src/main/enquiry.c
4913 msgid "cannot satisfy pre-dependencies for %.250s (wanted due to %.250s)"
4914 msgstr "无法满足 %.250s 的预依赖关系,起因是 %.250s"
4916 #: src/main/enquiry.c
4918 msgid "--%s takes one <pkgname> argument"
4919 msgstr "--%s 需要一个 <pkgname> 作为参数"
4921 #: src/main/enquiry.c
4923 msgid "package name '%s' is invalid: %s"
4924 msgstr "软件包名 %s 无效: %s"
4926 #: src/main/enquiry.c
4928 msgid "--%s takes one <trigname> argument"
4929 msgstr "--%s 需要一个 <trigname> 作为参数"
4931 #: src/main/enquiry.c
4933 msgid "trigger name '%s' is invalid: %s"
4934 msgstr "触发器名 %s 无效: %s"
4936 #: src/main/enquiry.c
4938 msgid "--%s takes one <archname> argument"
4939 msgstr "--%s 需要一个 <archname> 作为参数"
4941 #: src/main/enquiry.c
4943 msgid "architecture name '%s' is invalid: %s"
4944 msgstr "体系结构名称 '%s' 无效: %s"
4946 #: src/main/enquiry.c
4948 msgid "--%s takes one <version> argument"
4949 msgstr "--%s 需要一个 <version> 参数"
4951 #: src/main/enquiry.c
4953 msgid "version '%s' has bad syntax"
4954 msgstr "版本号 '%s' 语法错误"
4956 #: src/main/enquiry.c
4958 "--compare-versions takes three arguments: <version> <relation> <version>"
4960 "--compare-versions 需要三个参数,它们分别是:<版本号> <比较关系> <版本号>"
4962 #: src/main/enquiry.c
4963 msgid "--compare-versions bad relation"
4964 msgstr "--compare-versions 错误的比较关系"
4966 #: src/main/enquiry.c
4968 msgid "--%s used with obsolete relation operator '%s'"
4969 msgstr "--%s 使用了废弃的关系操作符 '%s'"
4971 #: src/main/errors.c
4973 msgid "failed to allocate memory for new entry in list of failed packages: %s"
4974 msgstr "在无法处理的软件包列表中添加条目时,申请表项所需的内存失败:%s"
4976 #: src/main/errors.c
4977 msgid "too many errors, stopping"
4978 msgstr "出现过多错误,正在停止"
4980 #: src/main/errors.c
4983 "error processing package %s (--%s):\n"
4986 "处理软件包 %s (--%s)时出错:\n"
4989 #: src/main/errors.c
4992 "error processing archive %s (--%s):\n"
4995 "处理归档 %s (--%s)时出错:\n"
4998 #: src/main/errors.c
4999 msgid "Errors were encountered while processing:\n"
5000 msgstr "在处理时有错误发生:\n"
5002 #: src/main/errors.c
5003 msgid "Processing was halted because there were too many errors.\n"
5004 msgstr "由于出现了太多错误,处理过程被中止了。\n"
5006 #: src/main/errors.c
5008 msgid "package %s was on hold, processing it anyway as you requested"
5009 msgstr "软件包 %s 本来被要求保持原来的版本,但还是如您所愿,继续对它进行操作"
5011 #: src/main/errors.c
5014 "Package %s is on hold, not touching it. Use --force-hold to override.\n"
5016 "软件包 %s 被要求保持原来的版本,因而不会去改动它。请使用 --force-hold 选项来"
5020 msgid "not installed"
5024 msgid "not installed but configs remain"
5025 msgstr "未安装,但是其配置文件仍存留于系统中"
5028 msgid "broken due to failed removal or installation"
5029 msgstr "由于移除或安装失败而处于残损的状态"
5032 msgid "unpacked but not configured"
5036 msgid "broken due to postinst failure"
5037 msgstr "由于安装后操作(postinst)失败,未能完成安装"
5040 msgid "awaiting trigger processing by another package"
5041 msgstr "等待另一软件包的触发器处理"
5053 msgid "'%s' not found in PATH or not executable"
5054 msgstr "在 PATH 环境变量中找不到 %s 或没有可执行权限"
5059 "%d expected program not found in PATH or not executable\n"
5062 "%d expected programs not found in PATH or not executable\n"
5065 "%d 在环境变量 PATH 中找不到该程序,或不可执行\n"
5070 "Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin"
5072 "提示:root 的 PATH 环境变量通常应当包含 /usr/local/sbin、/usr/sbin 和 /sbin"
5076 msgid "Debian '%s' package management program version %s.\n"
5077 msgstr "Debian %s 软件包管理程序 %s 版。\n"
5083 " -i|--install <.deb file name>... | -R|--recursive <directory>...\n"
5084 " --unpack <.deb file name>... | -R|--recursive <directory>...\n"
5085 " -A|--record-avail <.deb file name>... | -R|--recursive <directory>...\n"
5086 " --configure <package>... | -a|--pending\n"
5087 " --triggers-only <package>... | -a|--pending\n"
5088 " -r|--remove <package>... | -a|--pending\n"
5089 " -P|--purge <package>... | -a|--pending\n"
5090 " -V|--verify [<package>...] Verify the integrity of package(s).\n"
5091 " --get-selections [<pattern>...] Get list of selections to stdout.\n"
5092 " --set-selections Set package selections from stdin.\n"
5093 " --clear-selections Deselect every non-essential package.\n"
5094 " --update-avail [<Packages-file>] Replace available packages info.\n"
5095 " --merge-avail [<Packages-file>] Merge with info from file.\n"
5096 " --clear-avail Erase existing available info.\n"
5097 " --forget-old-unavail Forget uninstalled unavailable pkgs.\n"
5098 " -s|--status [<package>...] Display package status details.\n"
5099 " -p|--print-avail [<package>...] Display available version details.\n"
5100 " -L|--listfiles <package>... List files 'owned' by package(s).\n"
5101 " -l|--list [<pattern>...] List packages concisely.\n"
5102 " -S|--search <pattern>... Find package(s) owning file(s).\n"
5103 " -C|--audit [<package>...] Check for broken package(s).\n"
5104 " --yet-to-unpack Print packages selected for "
5106 " --predep-package Print pre-dependencies to unpack.\n"
5107 " --add-architecture <arch> Add <arch> to the list of architectures.\n"
5108 " --remove-architecture <arch> Remove <arch> from the list of "
5110 " --print-architecture Print dpkg architecture.\n"
5111 " --print-foreign-architectures Print allowed foreign architectures.\n"
5112 " --assert-help Show help on assertions.\n"
5113 " --assert-<feature> Assert support for the specified "
5115 " --validate-<thing> <string> Validate a <thing>'s <string>.\n"
5116 " --compare-versions <a> <op> <b> Compare version numbers - see below.\n"
5117 " --force-help Show help on forcing.\n"
5118 " -Dh|--debug=help Show help on debugging.\n"
5122 " -i|--install <.deb 文件名> ... | -R|--recursive <目录> ...\n"
5123 " --unpack <.deb 文件名> ... | -R|--recursive <目录> ...\n"
5124 " -A|--record-avail <.deb 文件名> ... | -R|--recursive <目录> ...\n"
5125 " --configure <软件包名> ... | -a|--pending\n"
5126 " --triggers-only <软件包名> ... | -a|--pending\n"
5127 " -r|--remove <软件包名> ... | -a|--pending\n"
5128 " -P|--purge <软件包名> ... | -a|--pending\n"
5129 " -V|--verify <软件包名> ... 检查包的完整性。\n"
5130 " --get-selections [<表达式> ...] 把已选中的软件包列表打印到标准输出。\n"
5131 " --set-selections 从标准输入里读出要选择的软件。\n"
5132 " --clear-selections 取消选中所有非必需的软件包。\n"
5133 " --update-avail <软件包文件> 替换现有可安装的软件包信息。\n"
5134 " --merge-avail <软件包文件> 把文件中的信息合并到系统中。\n"
5135 " --clear-avail 清除现有的软件包信息。\n"
5136 " --forget-old-unavail 忘却已被卸载的不可安装的软件包。\n"
5137 " -s|--status <软件包名> ... 显示指定软件包的详细状态。\n"
5138 " -p|--print-avail <软件包名> ... 显示可供安装的软件版本。\n"
5139 " -L|--listfiles <软件包名> ... 列出属于指定软件包的文件。\n"
5140 " -l|--list [<表达式> ...] 简明地列出软件包的状态。\n"
5141 " -S|--search <表达式> ... 搜索含有指定文件的软件包。\n"
5142 " -C|--audit [<表达式> ...] 检查是否有软件包残损。\n"
5143 " --yet-to-unpack 列出标记为待解压的软件包。\n"
5144 " --predep-package 列出待解压的预依赖。\n"
5145 " --add-architecture <体系结构> 添加 <体系结构> 到体系结构列表。\n"
5146 " --remove-architecture <体系结构> 从体系结构列表中移除 <体系结构>。\n"
5147 " --print-architecture 显示 dpkg 体系结构。\n"
5148 " --print-foreign-architectures 显示已启用的异质体系结构。\n"
5149 " --assert-<特性> 对指定特性启用断言支持。\n"
5150 " --validate-<属性> <字符串> 验证一个 <属性>的 <字符串>。\n"
5151 " --compare-versions <a> <关系> <b> 比较版本号 - 见下。\n"
5152 " --force-help 显示本强制选项的帮助信息。\n"
5153 " -Dh|--debug=help 显示有关出错调试的帮助信息。\n"
5159 "Validatable things: pkgname, archname, trigname, version.\n"
5162 "可验证的属性:pkgname, archname, trigname, version.\n"
5168 "Use dpkg with -b, --build, -c, --contents, -e, --control, -I, --info,\n"
5169 " -f, --field, -x, --extract, -X, --vextract, --ctrl-tarfile, --fsys-"
5171 "on archives (type %s --help).\n"
5174 "调用 dpkg 并带参数 -b, --build, -c, --contents, -e, --control, -I, --info,\n"
5175 " -f, --field, -x, --extract, -X, --vextract, --ctrl-tarfile, --fsys-"
5177 "是针对归档文件的。 (输入 %s --help 获取帮助)\n"
5184 " --admindir=<directory> Use <directory> instead of %s.\n"
5185 " --root=<directory> Install on a different root directory.\n"
5186 " --instdir=<directory> Change installation dir without changing admin "
5188 " --pre-invoke=<command> Set a pre-invoke hook.\n"
5189 " --post-invoke=<command> Set a post-invoke hook.\n"
5190 " --path-exclude=<pattern> Do not install paths which match a shell "
5192 " --path-include=<pattern> Re-include a pattern after a previous "
5194 " -O|--selected-only Skip packages not selected for install/"
5196 " -E|--skip-same-version Skip packages with same installed version/"
5198 " -G|--refuse-downgrade Skip packages with earlier version than "
5200 " -B|--auto-deconfigure Install even if it would break some other "
5202 " --[no-]triggers Skip or force consequential trigger "
5204 " --verify-format=<format> Verify output format (supported: 'rpm').\n"
5205 " --no-pager Disables the use of any pager.\n"
5206 " --no-debsig Do not try to verify package signatures.\n"
5207 " --no-act|--dry-run|--simulate\n"
5208 " Just say what we would do - don't do it.\n"
5209 " -D|--debug=<octal> Enable debugging (see -Dhelp or --debug=help).\n"
5210 " --status-fd <n> Send status change updates to file descriptor "
5212 " --status-logger=<command> Send status change updates to <command>'s "
5214 " --log=<filename> Log status changes and actions to <filename>.\n"
5215 " --ignore-depends=<package>[,...]\n"
5216 " Ignore dependencies involving <package>.\n"
5217 " --force-<thing>[,...] Override problems (see --force-help).\n"
5218 " --no-force-<thing>[,...] Stop when problems encountered.\n"
5219 " --refuse-<thing>[,...] Ditto.\n"
5220 " --abort-after <n> Abort after encountering <n> errors.\n"
5221 " --robot Use machine-readable output on some commands.\n"
5225 " --admindir=<目录> 使用指定 <目录> 而非 %s。\n"
5226 " --root=<目录> 安装到另一个根目录下。\n"
5227 " --instdir=<目录> 改变安装目录的同时保持管理目录不变。\n"
5228 " --pre-invoke=<命令> 设置调用前钩子。\n"
5229 " --post-invoke=<命令> 设置调用后钩子。\n"
5230 " --path-exclude=<表达式> 不要安装匹配Shell表达式的路径。\n"
5231 " --path-include=<表达式> 在排除模式后再包含一个模式。\n"
5232 " -O|--selected-only 跳过没有被选中安装或升级的软件包。\n"
5233 " -E|--skip-same-version 跳过版本与已安装软件版本相同的软件包。\n"
5234 " -G|--refuse-downgrade 跳过版本早于已安装软件版本的的软件包。\n"
5235 " -B|--auto-deconfigure 就算会损坏其他软件包,也要安装。\n"
5236 " --[no-]triggers 跳过或强制随之发生的触发器处理。\n"
5237 " --verify-format=<格式> 检查输出格式(支持的值:'rpm')\n"
5238 " --no-pager 禁用任何分页器。\n"
5239 " --no-debsig 不去尝试验证软件包的签名。\n"
5240 " --no-act|--dry-run|--simulate\n"
5241 " 仅报告要执行的操作 - 但是不执行。\n"
5242 " -D|--debug=<八进制数> 开启调试(参见 -Dhelp 或者 --debug=help)。\n"
5243 " --status-fd <n> 发送状态更新到文件描述符<n>。\n"
5244 " --status-logger=<命令> 发送状态更新到 <命令> 的标准输入。\n"
5245 " --log=<文件名> 将状态更新和操作信息到 <文件名>。\n"
5246 " --ignore-depends=<软件包>[,...]\n"
5247 " 忽略关于 <软件包> 的所有依赖关系。\n"
5248 " --force-<项目>... 忽视遇到的问题(参见 --force-help)。\n"
5249 " --no-force-<项目>[,...] 遇到指定问题时停止。\n"
5250 " --refuse-<项目>[,...] 同上。\n"
5251 " --abort-after <n> 累计遇到 <n> 个错误后中止。\n"
5252 " --robot 对某些命令使用机器可读的输出。\n"
5258 "Comparison operators for --compare-versions are:\n"
5259 " lt le eq ne ge gt (treat empty version as earlier than any "
5261 " lt-nl le-nl ge-nl gt-nl (treat empty version as later than any version);\n"
5262 " < << <= = >= >> > (only for compatibility with control file "
5266 "可供--compare-versions 使用的比较运算符有:\n"
5267 " lt le eq ne ge gt (如果版本号为空,那么就认为它先于任意版本号);\n"
5268 " lt-nl le-nl ge-nl gt-nl (如果版本号为空,那么就认为它后于任意版本号);\n"
5269 " < << <= = >= >> > (仅仅是为了与主控文件的语法兼容)。\n"
5274 msgid "Use 'apt' or 'aptitude' for user-friendly package management.\n"
5275 msgstr "'apt' 和 'aptitude' 提供了更为便利的软件包管理。\n"
5279 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
5280 "Use 'apt' or 'aptitude' for user-friendly package management;\n"
5281 "Type dpkg -Dhelp for a list of dpkg debug flag values;\n"
5282 "Type dpkg --force-help for a list of forcing options;\n"
5283 "Type dpkg-deb --help for help about manipulating *.deb files;\n"
5285 "Options marked [*] produce a lot of output - pipe it through 'less' or "
5288 "输入 dpkg --help 可获得安装和卸载软件包的有关帮助 [*];\n"
5289 "使用 apt 或是 aptitude 就能在友好的界面下管理软件包;\n"
5290 "输入 dpkg -Dhelp 可看到 dpkg 除错标志的值的列表;\n"
5291 "输入 dpkg --force-help 可获得所有强制操作选项的列表;\n"
5292 "输入 dpkg-deb --help 可获得有关操作 *.deb 文件的帮助;\n"
5294 "带有 [*] 的选项将会输出较大篇幅的文字 - 可使用管道将其输出连接到 less 或 "
5298 msgid "Generally helpful progress information"
5302 msgid "Invocation and status of maintainer scripts"
5303 msgstr "维护者脚本的调用和状态"
5306 msgid "Output for each file processed"
5310 msgid "Lots of output for each file processed"
5311 msgstr "每个文件处理后的大量输出"
5314 msgid "Output for each configuration file"
5318 msgid "Lots of output for each configuration file"
5319 msgstr "每个配置文件的大量输出"
5322 msgid "Dependencies and conflicts"
5326 msgid "Lots of dependencies/conflicts output"
5330 msgid "Trigger activation and processing"
5334 msgid "Lots of output regarding triggers"
5338 msgid "Silly amounts of output regarding triggers"
5339 msgstr "数量惊人的关于触发器的输出"
5342 msgid "Lots of drivel about eg the dpkg/info directory"
5343 msgstr "大量琐碎细节,比如关于 dpkg/info 目录"
5346 msgid "Insane amounts of drivel"
5347 msgstr "数量惊世骇俗的琐碎输出"
5352 "%s debugging option, --debug=<octal> or -D<octal>:\n"
5354 " Number Ref. in source Description\n"
5356 "%s 调试选项, --debug=<八进制数> or -D<八进制数>:\n"
5364 "Debugging options can be mixed using bitwise-or.\n"
5365 "Note that the meanings and values are subject to change.\n"
5368 "调试选项可以用“按位或”来组合使用。\n"
5373 msgid "--%s requires a positive octal argument"
5374 msgstr "--%s 需要一个八进制的参数"
5378 msgid "unknown verify output format '%s'"
5379 msgstr "未知的核对输出格式 %s"
5383 msgid "null package name in --%s comma-separated list '%.250s'"
5384 msgstr "在 --%s 逗号分隔的列表 %.250s 中有空的软件包名"
5388 msgid "error executing hook '%s', exit code %d"
5389 msgstr "执行钩子 %s 出错,退出状态为 %d"
5392 msgid "status logger"
5397 msgid "architecture '%s' is illegal: %s"
5398 msgstr "%s 体系结构非法:%s"
5402 msgid "architecture '%s' is reserved and cannot be added"
5403 msgstr "%s 体系结构已被保留,并且不能被添加"
5407 msgid "cannot remove non-foreign architecture '%s'"
5408 msgstr "无法移除非异质体系结构 %s"
5412 msgid "removing architecture '%s' currently in use by database"
5413 msgstr "将要移除的体系结构 %s ,当前仍被数据库使用"
5417 msgid "cannot remove architecture '%s' currently in use by the database"
5418 msgstr "无法移除体系结构 %s ,当前它仍被数据库使用"
5422 msgid "couldn't open '%i' for stream"
5427 msgid "unexpected end of file before end of line %d"
5428 msgstr "在第 %d 行还未结束时,遭遇未预料的文件结束"
5431 msgid "cannot set primary group ID to root"
5432 msgstr "不能设置主要组ID为root"
5434 #: src/main/main.c src/main/script.c
5435 msgid "unable to setenv for subprocesses"
5436 msgstr "无法为子进程设置环境变量"
5438 #: src/main/packages.c
5440 "you must specify packages by their own names, not by quoting the names of "
5441 "the files they come in"
5443 "您必须通过软件包自身的名字来指定软件包,而不是直接引用软件包文件的文件名"
5445 #: src/main/packages.c
5447 msgid "--%s --pending does not take any non-option arguments"
5448 msgstr "--%s --pending 不需要任何不是选项的参数"
5450 #: src/main/packages.c
5452 #| msgid "--%s needs at least one package name argument"
5453 msgid "--%s (without --pending) needs at least one package name argument"
5454 msgstr "--%s 需要至少一个软件包名作为参数"
5456 #: src/main/packages.c
5458 msgid "Package %s listed more than once, only processing once.\n"
5459 msgstr "多次列出了软件包 %s,它将只被处理一次。\n"
5461 #: src/main/packages.c
5464 "More than one copy of package %s has been unpacked\n"
5465 " in this run ! Only configuring it once.\n"
5467 "在这此运行中,软件包 %s 有多个副本被解压缩了!\n"
5470 #: src/main/packages.c
5473 "package %.250s is not ready for trigger processing\n"
5474 " (current status '%.250s' with no pending triggers)"
5476 "软件包 %.250s 尚未准备好由触发器处理\n"
5477 " (目前状态为 %.250s,没有未决的触发)"
5479 #: src/main/packages.c
5481 msgid " Package %s which provides %s is to be removed.\n"
5482 msgstr " 提供了 %2$s 的软件包 %1$s 即将被删除。\n"
5484 #: src/main/packages.c
5486 msgid " Package %s is to be removed.\n"
5487 msgstr " 即将删除 %s。\n"
5489 #: src/main/packages.c
5491 msgid " Version of %s on system, provided by %s, is %s.\n"
5492 msgstr " 系统中 %s 的版本(由 %s 提供)是 %s。\n"
5494 #: src/main/packages.c
5496 msgid " Version of %s on system is %s.\n"
5497 msgstr " 系统中 %s 的版本为 %s。\n"
5499 #: src/main/packages.c
5501 msgid " Package %s which provides %s awaits trigger processing.\n"
5502 msgstr " 提供了 %2$s 的软件包 %1$s 正在等待触发器处理。\n"
5504 #: src/main/packages.c
5506 msgid " Package %s awaits trigger processing.\n"
5507 msgstr " 软件包 %s 正在等待触发器处理。\n"
5509 #: src/main/packages.c
5511 msgid "also configuring '%s' (required by '%s')"
5512 msgstr "同时也对 %s 进行配置( %s 需要)"
5514 #: src/main/packages.c
5516 msgid " Package %s which provides %s is not configured yet.\n"
5517 msgstr " 软件包 %s 提供了 %s,但它尚未被配置。\n"
5519 #: src/main/packages.c
5521 msgid " Package %s is not configured yet.\n"
5522 msgstr " 软件包 %s 尚未配置。\n"
5524 #: src/main/packages.c
5526 msgid " Package %s which provides %s is not installed.\n"
5527 msgstr " 提供 %2$s 的软件包 %1$s 未安装。\n"
5529 #: src/main/packages.c
5531 msgid " Package %s is not installed.\n"
5532 msgstr " 未安装软件包 %s。\n"
5534 #: src/main/packages.c
5536 msgid " %s (%s) breaks %s and is %s.\n"
5537 msgstr " %s (%s)破坏 %s 并且 %s。\n"
5539 #: src/main/packages.c
5541 msgid " %s (%s) provides %s.\n"
5542 msgstr " %s (%s)提供 %s。\n"
5544 #: src/main/packages.c
5546 msgid " Version of %s to be configured is %s.\n"
5547 msgstr " 将被配置的 %s 的版本为 %s。\n"
5549 #: src/main/packages.c
5550 msgid " depends on "
5553 #: src/main/packages.c
5554 msgid "; however:\n"
5557 #: src/main/remove.c
5559 msgid "ignoring request to remove %.250s which isn't installed"
5560 msgstr "忽略删除 %.250s 的要求,系统没有安装该软件包"
5562 #: src/main/remove.c
5565 "ignoring request to remove %.250s, only the config\n"
5566 " files of which are on the system; use --purge to remove them too"
5568 "忽略卸载 %.250s 的要求,系统中仅存在其配置文件;\n"
5569 "可使用 --purge 来把这些配置文件一并删除"
5571 #: src/main/remove.c
5572 msgid "this is an essential package; it should not be removed"
5573 msgstr "这是一个必需的软件包;您不应当把它卸载"
5575 #: src/main/remove.c
5576 msgid "this is a protected package; it should not be removed"
5577 msgstr "这是一个受保护的软件包;它不应当被卸载"
5579 #: src/main/remove.c
5582 "dependency problems prevent removal of %s:\n"
5585 "依赖问题阻止了卸载 %s 的操作:\n"
5588 #: src/main/remove.c
5589 msgid "dependency problems - not removing"
5590 msgstr "依赖问题 - 不会执行卸载"
5592 #: src/main/remove.c
5595 "%s: dependency problems, but removing anyway as you requested:\n"
5598 "%s:有依赖问题,但是如您所愿,将继续卸载:\n"
5601 #: src/main/remove.c
5603 "package is in a very bad inconsistent state; you should\n"
5604 " reinstall it before attempting a removal"
5609 #: src/main/remove.c
5611 msgid "Would remove or purge %s (%s) ...\n"
5612 msgstr "此操作会卸载或清除 %s (%s) ...\n"
5614 #: src/main/remove.c
5616 msgid "Removing %s (%s) ...\n"
5617 msgstr "正在卸载 %s (%s) ...\n"
5619 #: src/main/remove.c src/main/unpack.c
5621 msgid "unable to delete control info file '%.250s'"
5622 msgstr "无法删除控制信息文件 %.250s"
5624 #: src/main/remove.c
5627 "while removing %.250s, unable to remove directory '%.250s': %s - directory "
5628 "may be a mount point?"
5629 msgstr "当卸载 %.250s 时,无法删掉目录 %.250s :%s - 它会不会是一个挂载点呢?"
5631 #: src/main/remove.c
5633 msgid "unable to securely remove '%.250s'"
5634 msgstr "无法安全地卸载 %.250s"
5636 #: src/main/remove.c
5638 msgid "while removing %.250s, directory '%.250s' not empty so not removed"
5639 msgstr "卸载 %.250s 时,目录 %.250s 非空,因而不会删除该目录"
5641 #: src/main/remove.c
5643 msgid "Purging configuration files for %s (%s) ...\n"
5644 msgstr "正在清除 %s (%s) 的配置文件 ...\n"
5646 #: src/main/remove.c
5648 msgid "cannot remove old config file '%.250s' (= '%.250s')"
5649 msgstr "无法删除原有的配置文件 %.250s (= %.250s )"
5651 #: src/main/remove.c
5653 msgid "cannot read config file directory '%.250s' (from '%.250s')"
5654 msgstr "无法读取配置文件所在目录 %.250s (从 %.250s )"
5656 #: src/main/remove.c
5658 msgid "cannot remove old backup config file '%.250s' (of '%.250s')"
5659 msgstr "无法删除旧有的配置文件备份 %.250s (在 %.250s 中提到)"
5661 #: src/main/remove.c
5662 msgid "cannot remove old files list"
5663 msgstr "无法删除原有的文件列表"
5665 #: src/main/remove.c
5666 msgid "can't remove old postrm script"
5667 msgstr "无法删除原有的 postrm 脚本"
5669 #: src/main/script.c
5671 msgid "unable to set execute permissions on '%.250s'"
5672 msgstr "无法设置 %s 的执行权限位"
5674 #: src/main/script.c
5675 msgid "admindir must be inside instdir for dpkg to work properly"
5676 msgstr "为了使dpkg正常工作,管理目录必须在安装目录中"
5678 #: src/main/script.c
5680 "not enough privileges to change root directory with --force-not-root, "
5681 "consider using --force-script-chrootless?"
5683 "没有足够权限通过 --force-not-root 改变根目录,考虑用 --force-script-"
5686 #: src/main/script.c
5688 msgid "failed to chroot to '%.250s'"
5689 msgstr "无法 chroot 到 %.250s 目录"
5691 #: src/main/script.c
5692 msgid "unable to setenv for maintainer script"
5693 msgstr "无法为维护脚本设置环境变量"
5695 #: src/main/script.c
5696 msgid "cannot set security execution context for maintainer script"
5697 msgstr "无法为维护者脚本设置安全执行上下文"
5699 #: src/main/script.c
5701 msgid "installed %s package %s script"
5702 msgstr "已安装 %s 软件包 %s 脚本"
5704 #: src/main/script.c
5706 msgid "unable to stat %s '%.250s'"
5707 msgstr "无法获取 %s %.250s 的状态"
5709 #: src/main/script.c
5711 msgid "new %s package %s script"
5712 msgstr "新的 %s 软件包 %s 脚本"
5714 #: src/main/script.c
5716 msgid "old %s package %s script"
5717 msgstr "旧的 %s 软件包 %s 脚本"
5719 #: src/main/script.c
5721 msgid "unable to stat %s '%.250s': %s"
5722 msgstr "无法获取 %s %.250s 的状态:%s"
5724 #: src/main/script.c
5725 msgid "trying script from the new package instead ..."
5726 msgstr "现在尝试使用新软件包所带的脚本..."
5728 #: src/main/script.c
5729 msgid "there is no script in the new version of the package - giving up"
5730 msgstr "新版本的软件包里没有脚本 - 取消操作"
5732 #: src/main/script.c
5733 msgid "... it looks like that went OK"
5734 msgstr "... 它看起来没有问题"
5736 #: src/main/select.c
5738 msgid "unexpected end of file in package name at line %d"
5739 msgstr "在第 %d 行的软件包名中遭遇未预期的文件结束"
5741 #: src/main/select.c
5743 msgid "unexpected end of line in package name at line %d"
5744 msgstr "在第 %d 行的软件包名中遭遇未预期的行结束"
5746 #: src/main/select.c
5748 msgid "unexpected end of file after package name at line %d"
5749 msgstr "在第 %d 行的软件包名后遭遇未预期的文件结束"
5751 #: src/main/select.c
5753 msgid "unexpected end of line after package name at line %d"
5754 msgstr "在第 %d 行的软件包名后发现该行在此结束,这出乎我们的意料"
5756 #: src/main/select.c
5758 msgid "unexpected data after package and selection at line %d"
5759 msgstr "在第 %d 行的软件包和用户选择后有发现了数据,这出乎我们的意料"
5761 #: src/main/select.c
5763 msgid "illegal package name at line %d: %.250s"
5764 msgstr "在第 %d 行发现非法的软件包名:%.250s"
5766 #: src/main/select.c
5768 msgid "package not in status nor available database at line %d: %.250s"
5769 msgstr "第 %d 行的软件包在状态数据库和可用包数据库中均查询无果:%.250s"
5771 #: src/main/select.c
5773 msgid "unknown wanted status at line %d: %.250s"
5774 msgstr "在第 %d 行发现无法识别的状态:%.250s"
5776 #: src/main/select.c
5777 msgid "read error on standard input"
5778 msgstr "从标准输入读取数据时出错"
5780 #: src/main/select.c
5782 "found unknown packages; this might mean the available database\n"
5783 "is outdated, and needs to be updated through a frontend method;\n"
5784 "please see the FAQ <https://wiki.debian.org/Teams/Dpkg/FAQ#set-selections>"
5786 "发现未知的软件包;这可能意味着可用的数据库已过期,\n"
5788 "详见 FAQ <https://wiki.debian.org/Teams/Dpkg/FAQ#set-selections>"
5790 #: src/main/trigproc.c
5792 "cycle found while processing triggers:\n"
5793 " chain of packages whose triggers are or may be responsible:"
5796 " 包含或可能包含对此有责任的触发器的软件包链:"
5798 #: src/main/trigproc.c
5802 " packages' pending triggers which are or may be unresolvable:\n"
5807 #: src/main/trigproc.c
5808 msgid "triggers looping, abandoned"
5811 #: src/main/trigproc.c
5814 "dependency problems prevent processing triggers for %s:\n"
5817 "依赖关系问题导致 %s 的触发器处理不能继续:\n"
5820 #: src/main/trigproc.c
5821 msgid "dependency problems - leaving triggers unprocessed"
5822 msgstr "依赖关系问题 - 触发器未处理"
5824 #: src/main/trigproc.c
5827 "%s: dependency problems, but processing triggers anyway as you requested:\n"
5830 "%s:有依赖问题,但是如您所愿,继续处理触发器:\n"
5833 #: src/main/trigproc.c
5835 msgid "Processing triggers for %s (%s) ...\n"
5836 msgstr "正在处理用于 %s (%s) 的触发器 ...\n"
5838 #: src/main/unpack.c
5843 #: src/main/unpack.c
5845 msgid "error ensuring '%.250s' doesn't exist"
5846 msgstr "在确保文件 %.250s 不存在时出错"
5848 #: src/main/unpack.c
5849 msgid "split package reassembly"
5852 #: src/main/unpack.c
5853 msgid "reassembled package file"
5854 msgstr "重新组装成的软件包文件"
5856 #: src/main/unpack.c
5858 msgid "subprocess %s returned error exit status %d"
5859 msgstr "子进程 %s 返回错误状态 %d"
5861 #: src/main/unpack.c
5863 msgid "Authenticating %s ...\n"
5864 msgstr "正在验证 %s ...\n"
5866 #: src/main/unpack.c
5867 msgid "package signature verification"
5870 #: src/main/unpack.c
5872 msgid "verification on package %s failed!"
5873 msgstr "软件包 %s 没有通过验证!"
5875 #: src/main/unpack.c
5878 "verification on package %s failed; but installing anyway as you requested"
5879 msgstr "虽然软件包 %s 验证失败;但还是如您所愿继续安装它"
5881 #: src/main/unpack.c
5886 #: src/main/unpack.c
5889 "regarding %s containing %s, pre-dependency problem:\n"
5892 "对于含 %2$s 的文件 %1$s ,有预依赖问题:\n"
5895 #: src/main/unpack.c
5897 msgid "pre-dependency problem - not installing %.250s"
5898 msgstr "预依赖问题 - 将不安装%.250s"
5900 #: src/main/unpack.c
5901 msgid "ignoring pre-dependency problem!"
5904 #: src/main/unpack.c
5906 msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n"
5907 msgstr "正在反配置 %s (%s),以允许删除 %s (%s) ...\n"
5909 #: src/main/unpack.c
5911 msgid "De-configuring %s (%s), to allow installation of %s (%s) ...\n"
5912 msgstr "正在反配置 %s (%s),以允许安装 %s (%s) ...\n"
5914 #: src/main/unpack.c
5916 msgid "De-configuring %s (%s), to allow configuration of %s (%s) ...\n"
5917 msgstr "正在反配置 %s (%s),以允许配置 %s (%s) ...\n"
5919 #: src/main/unpack.c
5920 msgid "conffile file contains an empty line"
5921 msgstr "conffile 文件含有空行"
5923 #: src/main/unpack.c utils/update-alternatives.c
5925 msgid "read error in %.250s"
5926 msgstr "读取 %.250s 出错"
5928 #: src/main/unpack.c
5930 msgid "error closing %.250s"
5931 msgstr "关闭 %.250s 出错"
5933 #: src/main/unpack.c
5935 msgid "old version of package has overly-long info file name starting '%.250s'"
5936 msgstr "原先版本的软件包中有一个信息文件的文件名太长,文件名是以 %.250s 开头的"
5938 #: src/main/unpack.c
5940 msgid "unable to remove obsolete info file '%.250s'"
5941 msgstr "无法删除废弃不用的信息文件 %.250s"
5943 #: src/main/unpack.c
5945 msgid "unable to install (supposed) new info file '%.250s'"
5946 msgstr "无法安装文件 %.250s,该文件被认定是新的信息文件"
5948 #: src/main/unpack.c
5949 msgid "unable to open temp control directory"
5950 msgstr "无法打开临时的 control 目录"
5952 #: src/main/unpack.c
5954 msgid "package contains overly-long control info file name (starting '%.50s')"
5955 msgstr "软件包中有一个主控信息文件的文件名太长(该文件名是以 %.250s 开头的)"
5957 #: src/main/unpack.c
5959 msgid "package control info contained directory '%.250s'"
5960 msgstr "软件包的主控信息含有一个目录 %.250s"
5962 #: src/main/unpack.c
5964 msgid "package control info rmdir of '%.250s' didn't say not a dir"
5965 msgstr "软件包控制信息,rmdir %.250s 也没有说这不是一个目录"
5967 #: src/main/unpack.c
5969 msgid "package %s contained list as info file"
5970 msgstr "软件包 %s 把一个列表作为信息文件使用"
5972 #: src/main/unpack.c
5974 msgid "unable to install new info file '%.250s' as '%.250s'"
5975 msgstr "无法把新的信息文件 %.250s 安装到 %.250s"
5977 #: src/main/unpack.c
5979 msgid "Removing obsolete conffile %s ...\n"
5980 msgstr "正在移除废弃的 conffile %s ...\n"
5982 #: src/main/unpack.c
5984 msgid "Obsolete conffile '%s' has been modified by you.\n"
5985 msgstr "过时的 conffile '%s' 已由您修改过。\n"
5987 #: src/main/unpack.c
5989 msgid "Saving as %s ...\n"
5990 msgstr "正在保存为 %s ...\n"
5992 #: src/main/unpack.c
5994 msgid "%s: cannot rename obsolete conffile '%s' to '%s': %s"
5995 msgstr "%s: 无法重命名废弃的 conffile '%s' 为 '%s': %s"
5997 #: src/main/unpack.c
5999 msgid "could not stat old file '%.250s' so not deleting it: %s"
6000 msgstr "无法获取旧文件 %.250s 的状态,因此不删除它:%s"
6002 #: src/main/unpack.c
6004 msgid "unable to delete old directory '%.250s': %s"
6005 msgstr "无法删除原有的目录 %.250s :%s"
6007 #: src/main/unpack.c
6009 msgid "old conffile '%.250s' was an empty directory (and has now been deleted)"
6010 msgstr "原有 conffile %.250s 是一个空目录(现在已被删除)"
6012 #: src/main/unpack.c
6014 msgid "unable to stat other new file '%.250s'"
6015 msgstr "无法获取其它新文件 %.250s 的信息"
6017 #: src/main/unpack.c
6020 "old file '%.250s' is the same as several new files! (both '%.250s' and "
6022 msgstr "旧文件 %.250s 与多个新文件相同!( %.250s 和 %.250s )"
6024 #: src/main/unpack.c
6026 msgid "unable to securely remove old file '%.250s': %s"
6027 msgstr "无法安全地删除旧的文件 %.250s :%s"
6029 #: src/main/unpack.c
6031 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
6032 msgstr "(注意到 %s 已经不复存在,它已然被完全取代了。)\n"
6034 #: src/main/unpack.c
6035 msgid "package control information extraction"
6036 msgstr "软件包 control 信息抽取"
6038 #: src/main/unpack.c
6040 msgid "Recorded info about %s from %s.\n"
6041 msgstr "从 %2$s 获得的关于 %1$s 的信息。\n"
6043 #: src/main/unpack.c
6045 msgid "package architecture (%s) does not match system (%s)"
6046 msgstr "软件包体系结构(%s)与本机系统体系结构(%s)不符"
6048 #: src/main/unpack.c
6050 msgid "Preparing to unpack %s ...\n"
6051 msgstr "准备解压 %s ...\n"
6053 #: src/main/unpack.c
6055 msgid "Unpacking %s (%s) ...\n"
6056 msgstr "正在解压 %s (%s) ...\n"
6058 #: src/main/unpack.c
6060 msgid "Unpacking %s (%s) over (%s) ...\n"
6061 msgstr "正在解压 %s (%s) 并覆盖 (%s) ...\n"
6063 #: src/main/unpack.c
6064 msgid "package filesystem archive extraction"
6065 msgstr "软件包文件系统归档提取"
6067 #: src/main/unpack.c
6068 msgid "corrupted filesystem tarfile in package archive"
6069 msgstr "软件库中的文件系统 tar 文件已损坏"
6071 #: src/main/unpack.c
6073 msgid "cannot zap possible trailing zeros from dpkg-deb: %s"
6074 msgstr "无法从 dpkg-deb 的输出中截去尾缀的零数据部分:%s"
6076 #: src/main/unpack.c
6078 msgid "Removing %s (%s), to allow configuration of %s (%s) ...\n"
6079 msgstr "正在移除 %s (%s),以允许配置 %s (%s) ...\n"
6081 #: src/main/update.c
6083 msgid "--%s takes at most one Packages-file argument"
6084 msgstr "--%s 只需要一个“软件包文件名”作为参数"
6086 #: src/main/update.c
6088 msgid "unable to access dpkg database directory '%s' for bulk available update"
6089 msgstr "无法访问 dpkg 数据库目录 '%s' 以进行批量的可用更新"
6091 #: src/main/update.c
6094 "required write access to dpkg database directory '%s' for bulk available "
6096 msgstr "需要对于 dpkg 数据库目录 '%s' 的写权限以进行批量的可用更新"
6098 #: src/main/update.c
6100 msgid "Replacing available packages info, using %s.\n"
6101 msgstr "正在使用 %s 替换可用软件包的信息。\n"
6103 #: src/main/update.c
6105 msgid "Updating available packages info, using %s.\n"
6106 msgstr "正在使用 %s 更新可用软件包的信息。\n"
6108 #: src/main/update.c
6110 msgid "Information about %d package was updated.\n"
6111 msgid_plural "Information about %d packages was updated.\n"
6112 msgstr[0] "共更新了 %d 个软件包的相关信息。\n"
6114 #: src/main/update.c
6117 "obsolete '--%s' option; unavailable packages are automatically cleaned up"
6118 msgstr "废弃的 --%s 选项;不可用软件包将被自动清理"
6120 #: utils/update-alternatives.c
6122 #| msgid "Debian %s version %s.\n"
6123 msgid "%s version %s.\n"
6124 msgstr "Debian %s 版本 %s。\n"
6126 #: utils/update-alternatives.c
6130 " --install <link> <name> <path> <priority>\n"
6131 " [--slave <link> <name> <path>] ...\n"
6132 " add a group of alternatives to the system.\n"
6133 " --remove <name> <path> remove <path> from the <name> group alternative.\n"
6134 " --remove-all <name> remove <name> group from the alternatives "
6136 " --auto <name> switch the master link <name> to automatic mode.\n"
6137 " --display <name> display information about the <name> group.\n"
6138 " --query <name> machine parseable version of --display <name>.\n"
6139 " --list <name> display all targets of the <name> group.\n"
6140 " --get-selections list master alternative names and their status.\n"
6141 " --set-selections read alternative status from standard input.\n"
6142 " --config <name> show alternatives for the <name> group and ask "
6144 " user to select which one to use.\n"
6145 " --set <name> <path> set <path> as alternative for <name>.\n"
6146 " --all call --config on all alternatives.\n"
6150 " --install <链接> <名称> <路径> <优先级>\n"
6151 " [--slave <链接> <名称> <路径>] ...\n"
6153 " --remove <名称> <路径> 从 <名称> 替换组中去除 <路径> 项。\n"
6154 " --remove-all <名称> 从替换系统中删除 <名称> 替换组。\n"
6155 " --auto <名称> 将 <名称> 的主链接切换到自动模式。\n"
6156 " --display <名称> 显示关于 <名称> 替换组的信息。\n"
6157 " --query <名称> 机器可读版的 --display <名称>.\n"
6158 " --list <名称> 列出 <名称> 替换组中所有的可用候选项。\n"
6159 " --get-selections 列出主要候选项名称以及它们的状态。\n"
6160 " --set-selections 从标准输入中读入候选项的状态。\n"
6161 " --config <名称> 列出 <名称> 替换组中的可选项,并就使用其中\n"
6163 " --set <名称> <路径> 将 <路径> 设置为 <名称> 的候选项。\n"
6164 " --all 对所有可选项一一调用 --config 命令。\n"
6167 #: utils/update-alternatives.c
6170 "<link> is the symlink pointing to %s/<name>.\n"
6171 " (e.g. /usr/bin/pager)\n"
6172 "<name> is the master name for this link group.\n"
6174 "<path> is the location of one of the alternative target files.\n"
6175 " (e.g. /usr/bin/less)\n"
6176 "<priority> is an integer; options with higher numbers have higher priority "
6178 " automatic mode.\n"
6181 "<链接> 是指向 %s/<名称> 的符号链接。\n"
6182 " (如 /usr/bin/pager)\n"
6183 "<名称> 是该链接替换组的主控名。\n"
6185 "<路径> 是候选项目标文件的位置。\n"
6186 " (如 /usr/bin/less)\n"
6187 "<优先级> 是一个整数,在自动模式下,这个数字越高的选项,其优先级也就越高。\n"
6190 #: utils/update-alternatives.c
6194 " --altdir <directory> change the alternatives directory\n"
6195 " (default is %s).\n"
6196 " --admindir <directory> change the administrative directory\n"
6197 " (default is %s).\n"
6198 " --instdir <directory> change the installation directory.\n"
6199 " --root <directory> change the filesystem root directory.\n"
6200 " --log <file> change the log file.\n"
6201 " --force allow replacing files with alternative links.\n"
6202 " --skip-auto skip prompt for alternatives correctly "
6204 " in automatic mode (relevant for --config only)\n"
6205 " --quiet quiet operation, minimal output.\n"
6206 " --verbose verbose operation, more output.\n"
6207 " --debug debug output, way more output.\n"
6208 " --help show this help message.\n"
6209 " --version show the version.\n"
6212 " --altdir <目录> 改变候选项目录。\n"
6214 " --admindir <目录> 设置 statoverride 文件的目录。\n"
6216 " --instdir <目录> 改变安装目录。\n"
6217 " --root <目录> 改变文件系统根目录。\n"
6218 " --log <文件> 改变日志文件。\n"
6219 " --force 允许使用候选项链接替换文件。\n"
6220 " --skip-auto 在自动模式中跳过设置正确候选项的提示\n"
6221 " (只与 --config 有关)\n"
6222 " --quiet 安静模式,输出尽可能少的信息。\n"
6223 " --verbose 启用详细输出。\n"
6224 " --debug 调试输出,信息更多。\n"
6225 " --help 显示本帮助信息。\n"
6226 " --version 显示版本信息。\n"
6228 #: utils/update-alternatives.c
6230 msgid "Use '%s --help' for program usage information."
6231 msgstr "使用 %s --help 查看关于程序用法的信息。"
6233 #: utils/update-alternatives.c
6235 msgid "malloc failed (%zu bytes)"
6236 msgstr "malloc 失败 (%zu 字节)"
6238 #: utils/update-alternatives.c
6240 msgid "wait for subprocess %s failed"
6241 msgstr "等待子进程 %s 失败"
6243 #: utils/update-alternatives.c
6245 msgid "unable to remove '%s'"
6248 #: utils/update-alternatives.c
6250 msgid "cannot create log directory '%s'"
6251 msgstr "无法创建日志目录 %s"
6253 #: utils/update-alternatives.c
6255 msgid "cannot append to '%s'"
6258 #: utils/update-alternatives.c
6260 msgid "cannot get local time to log into '%s'"
6261 msgstr "无法获取本地时间以记录日志至 '%s'"
6263 #: utils/update-alternatives.c
6265 msgid "unable to read link '%s%.255s'"
6266 msgstr "无法读取链接 '%s%.255s'"
6268 #: utils/update-alternatives.c
6270 msgid "unable to get file '%s%s' metadata"
6271 msgstr "无法获取文件 '%s%s' 的元数据"
6273 #: utils/update-alternatives.c
6275 msgid "cannot set symlink '%s' timestamp"
6276 msgstr "无法设置符号链接 '%s' 时间戳"
6278 #: utils/update-alternatives.c
6282 #: utils/update-alternatives.c
6286 #: utils/update-alternatives.c
6288 msgid "unexpected end of file while trying to read %s"
6289 msgstr "在读取 %s 时遇到非预期的文件结束符"
6291 #: utils/update-alternatives.c
6293 msgid "while reading %s: %s"
6294 msgstr "当读取 %s 时:%s"
6296 #: utils/update-alternatives.c
6298 msgid "line not terminated while trying to read %s"
6299 msgstr "尝试读取 %s 时行未结束"
6301 #: utils/update-alternatives.c
6303 msgid "%s corrupt: %s"
6306 #: utils/update-alternatives.c
6308 msgid "newlines prohibited in update-alternatives files (%s)"
6309 msgstr "update-alternatives 文件(%s)禁止换行符"
6311 #: utils/update-alternatives.c
6315 #: utils/update-alternatives.c
6317 msgid "duplicate slave name %s"
6320 #: utils/update-alternatives.c
6324 #: utils/update-alternatives.c
6326 msgid "slave link same as main link %s"
6327 msgstr "次要链接与主链接 %s 相同"
6329 #: utils/update-alternatives.c
6331 msgid "duplicate slave link %s"
6334 #: utils/update-alternatives.c
6338 #: utils/update-alternatives.c
6340 msgid "duplicate path %s"
6343 #: utils/update-alternatives.c
6346 "alternative %s (part of link group %s) doesn't exist; removing from list of "
6348 msgstr "候选项 %s(链接组 %s 的一部分)不存在;从候选项列表中移除"
6350 #: utils/update-alternatives.c
6354 #: utils/update-alternatives.c
6358 #: utils/update-alternatives.c
6360 msgid "priority of %s: %s"
6363 #: utils/update-alternatives.c
6365 msgid "priority of %s is out of range: %s"
6366 msgstr "%s 的优先级无效:%s"
6368 #: utils/update-alternatives.c
6372 #: utils/update-alternatives.c
6373 msgid "invalid status"
6376 #: utils/update-alternatives.c
6380 #: utils/update-alternatives.c
6382 msgid "discarding obsolete slave link %s (%s)"
6383 msgstr "舍弃废弃的次要链接 %s (%s)"
6385 #: utils/update-alternatives.c
6387 msgid "cannot create administrative directory '%s'"
6388 msgstr "无法创建管理目录 \"%s\""
6390 #: utils/update-alternatives.c
6392 msgid "unable to flush file '%s'"
6395 #: utils/update-alternatives.c
6397 msgid "cannot stat file '%s%s'"
6398 msgstr "无法获取文件 '%s%s' 的状态"
6400 #: utils/update-alternatives.c
6402 msgid " link best version is %s"
6403 msgstr " 最佳链接版本为 %s"
6405 #: utils/update-alternatives.c
6406 msgid " link best version not available"
6409 #: utils/update-alternatives.c
6411 msgid " link currently points to %s"
6414 #: utils/update-alternatives.c
6415 msgid " link currently absent"
6418 #: utils/update-alternatives.c
6420 msgid " link %s is %s"
6421 msgstr " 链接 %s 指向 %s"
6423 #: utils/update-alternatives.c
6425 msgid " slave %s is %s"
6426 msgstr " 从链接 %s 指向 %s"
6428 #: utils/update-alternatives.c
6430 msgid "%s - priority %d"
6431 msgstr "%s - 优先级 %d"
6433 #: utils/update-alternatives.c
6435 msgid " slave %s: %s"
6438 #: utils/update-alternatives.c
6440 msgid "There is %d choice for the alternative %s (providing %s)."
6441 msgid_plural "There are %d choices for the alternative %s (providing %s)."
6442 msgstr[0] "有 %d 个候选项可用于替换 %s (提供 %s)。"
6444 #: utils/update-alternatives.c
6448 #: utils/update-alternatives.c
6452 #: utils/update-alternatives.c
6456 #: utils/update-alternatives.c
6460 #: utils/update-alternatives.c
6462 msgid "Press <enter> to keep the current choice[*], or type selection number: "
6463 msgstr "要维持当前值[*]请按<回车键>,或者键入选择的编号:"
6465 #: utils/update-alternatives.c
6467 msgid "There is no program which provides %s."
6470 #: utils/update-alternatives.c
6471 msgid "Nothing to configure."
6474 #: utils/update-alternatives.c
6476 msgid "not replacing %s with a link"
6477 msgstr "将不会把 %s 替换为链接"
6479 #: utils/update-alternatives.c
6481 msgid "cannot create alternatives directory '%s'"
6482 msgstr "无法创建候选项目录 \"%s\""
6484 #: utils/update-alternatives.c
6486 msgid "can't install unknown choice %s"
6487 msgstr "无法安装未知的选择 %s"
6489 #: utils/update-alternatives.c
6492 "skip creation of %s because associated file %s (of link group %s) doesn't "
6494 msgstr "跳过创建 %s 因为所关联文件 %s (位于链接组 %s)不存在"
6496 #: utils/update-alternatives.c
6498 msgid "not removing %s since it's not a symlink"
6499 msgstr "鉴于 %s 不是符号链接,将不移除它"
6501 #: utils/update-alternatives.c
6503 msgid "alternative %s for %s not registered; not removing"
6504 msgstr "%2$s 的候选项 %1$s 没有注册,不予移除"
6506 #: utils/update-alternatives.c
6508 msgid "removing manually selected alternative - switching %s to auto mode"
6509 msgstr "正在移除手动选择的候选项 - 切换 %s 到自动模式"
6511 #: utils/update-alternatives.c
6513 msgid "alternative %s for %s not registered; not setting"
6514 msgstr "%2$s 的候选项 %1$s 没有注册,不予设置"
6516 #: utils/update-alternatives.c
6518 msgid "there is no program which provides %s"
6521 #: utils/update-alternatives.c
6523 msgid "%s%s/%s is dangling; it will be updated with best choice"
6524 msgstr "%s%s/%s 正处于未决状态;将以最佳选项更新它"
6526 #: utils/update-alternatives.c
6529 "%s%s/%s has been changed (manually or by a script); switching to manual "
6531 msgstr "%s%s/%s 已被更改(由于手动更改或通过脚本)。切换成仅手动更新"
6533 #: utils/update-alternatives.c
6535 msgid "setting up automatic selection of %s"
6536 msgstr "正在设置 %s 的自动选择"
6538 #: utils/update-alternatives.c
6540 msgid "renaming %s slave link from %s%s to %s%s"
6541 msgstr "正在将次要链接 %s 从 %s%s 重命名为 %s%s"
6543 #: utils/update-alternatives.c
6545 msgid "renaming %s link from %s%s to %s%s"
6546 msgstr "正在将链接 %s 从 %s%s 重命名为 %s%s"
6548 #: utils/update-alternatives.c
6550 msgid "automatic updates of %s/%s are disabled; leaving it alone"
6551 msgstr "%s/%s 的自动更新功能已禁用;保持现状"
6553 #: utils/update-alternatives.c
6555 msgid "to return to automatic updates use '%s --auto %s'"
6556 msgstr "要恢复成自动更新请执行 %s --auto %s。"
6558 #: utils/update-alternatives.c
6560 msgid "using %s to provide %s (%s) in auto mode"
6561 msgstr "使用 %1$s 来在自动模式中提供 %2$s (%3$s)"
6563 #: utils/update-alternatives.c
6565 msgid "using %s to provide %s (%s) in manual mode"
6566 msgstr "使用 %1$s 来在手动模式中提供 %2$s (%3$s)"
6568 #: utils/update-alternatives.c
6570 msgid "updating alternative %s because link group %s has changed slave links"
6571 msgstr "链接组 %2$s 已更改次要链接,故更新候选项 %1$s"
6573 #: utils/update-alternatives.c
6576 "forcing reinstallation of alternative %s because link group %s is broken"
6577 msgstr "链接组 %2$s 已损坏,故强制重新安装候选项 %1$s"
6579 #: utils/update-alternatives.c
6581 msgid "current alternative %s is unknown, switching to %s for link group %s"
6582 msgstr "当前候选项 %1$s 未知,为链接组 %3$s 切换至 %2$s"
6584 #: utils/update-alternatives.c
6586 msgid "selecting alternative %s as auto"
6587 msgstr "正在将候选项 %s 选择为自动"
6589 #: utils/update-alternatives.c
6591 msgid "selecting alternative %s as choice %s"
6592 msgstr "正在将候选项 %s 选择为选项 %s"
6594 #: utils/update-alternatives.c
6596 msgid "alternative %s unchanged because choice %s is not available"
6597 msgstr "候选项 %s 未改变,因为选项 %s 不可用"
6599 #: utils/update-alternatives.c
6601 msgid "skip unknown alternative %s"
6604 #: utils/update-alternatives.c
6606 msgid "line too long or not terminated while trying to read %s"
6607 msgstr "尝试读取 %s 时行过长或没有结束"
6609 #: utils/update-alternatives.c
6611 msgid "skip invalid selection line: %s"
6612 msgstr "跳过无效的选择行:%s"
6614 #: utils/update-alternatives.c
6616 msgid "alternative name (%s) must not contain '/' and spaces"
6617 msgstr "替换名称(%s)不可包含 / 和空格"
6619 #: utils/update-alternatives.c
6621 msgid "alternative link is not absolute as it should be: %s"
6622 msgstr "替换链接不是绝对链接,它应该是绝对链接:%s"
6624 #: utils/update-alternatives.c
6626 msgid "alternative path is not absolute as it should be: %s"
6627 msgstr "替换路径不是绝对路径,它应该是绝对路径:%s"
6629 #: utils/update-alternatives.c
6631 msgid "alternative %s can't be master: it is a slave of %s"
6632 msgstr "候选项 %s 不能是主项:它是 %s 的次要项"
6634 #: utils/update-alternatives.c
6636 msgid "alternative link %s is already managed by %s"
6637 msgstr "替换链接 %s 已经由 %s 来管理了"
6639 #: utils/update-alternatives.c
6641 msgid "alternative path %s%s doesn't exist"
6642 msgstr "候选项路径 %s%s 不存在"
6644 #: utils/update-alternatives.c
6646 msgid "alternative %s can't be slave of %s: it is a master alternative"
6647 msgstr "候选项 %s 不能作 %s 的次要项:它是一个主项"
6649 #: utils/update-alternatives.c
6651 msgid "alternative %s can't be slave of %s: it is a slave of %s"
6652 msgstr "候选项 %s 不能作 %s 的次要项:它是 %s 的次要项"
6654 #: utils/update-alternatives.c
6656 msgid "alternative link %s is already managed by %s (slave of %s)"
6657 msgstr "候选项链接 %s 已经由 %s (%s 的次要项)来管理了"
6659 #: utils/update-alternatives.c
6661 msgid "two commands specified: --%s and --%s"
6662 msgstr "指定了两个命令:--%s 和 --%s"
6664 #: utils/update-alternatives.c
6666 msgid "unknown argument '%s'"
6669 #: utils/update-alternatives.c
6671 msgid "--%s needs <link> <name> <path> <priority>"
6672 msgstr "--%s 需要 <链接> <名称> <路径> <优先级>"
6674 #: utils/update-alternatives.c
6676 msgid "<link> '%s' is the same as <path>"
6677 msgstr "<链接> '%s' 和 <路径> 相同"
6679 #: utils/update-alternatives.c
6681 msgid "priority '%s' must be an integer"
6682 msgstr "优先级 '%s' 必须为整数"
6684 #: utils/update-alternatives.c
6686 msgid "priority '%s' is out of range"
6687 msgstr "优先级 '%s' 超出范围"
6689 #: utils/update-alternatives.c
6691 msgid "--%s needs <name> <path>"
6692 msgstr "--%s 需要 <名称> <路径>"
6694 #: utils/update-alternatives.c
6696 msgid "--%s needs <name>"
6697 msgstr "--%s 需要 <名称>"
6699 #: utils/update-alternatives.c
6701 msgid "--%s only allowed with --%s"
6702 msgstr "--%s 只能搭配 --%s 使用"
6704 #: utils/update-alternatives.c
6706 msgid "--%s needs <link> <name> <path>"
6707 msgstr "--%s 需要 <链接> <名称> <路径>"
6709 #: utils/update-alternatives.c
6711 msgid "<name> '%s' is both primary and slave"
6712 msgstr "<名称> '%s' 同时是主要和次要"
6714 #: utils/update-alternatives.c
6716 msgid "<link> '%s' is both primary and slave"
6717 msgstr "<链接> '%s' 同时是主要和次要"
6719 #: utils/update-alternatives.c
6721 msgid "duplicate slave <name> '%s'"
6722 msgstr "重复的次要<名称> %s"
6724 #: utils/update-alternatives.c
6726 msgid "duplicate slave <link> '%s'"
6727 msgstr "重复的次要<链接> %s"
6729 #: utils/update-alternatives.c
6731 msgid "--%s needs a <file> argument"
6732 msgstr "--%s 需要一个<文件>参数"
6734 #: utils/update-alternatives.c
6737 "need --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s or --%s"
6739 "需要 --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s 或 --%s"
6741 #: utils/update-alternatives.c
6743 msgid "no alternatives for %s"
6746 #: utils/update-alternatives.c
6747 msgid "<standard input>"
6750 #: utils/update-alternatives.polkit.in
6751 msgid "Run update-alternatives to modify system alternative selections"
6752 msgstr "运行 update-alternatives 工具以修改系统可选项的选择情况"
6754 #: utils/update-alternatives.polkit.in
6755 msgid "Authentication is required to run update-alternatives"
6756 msgstr "需要认证后才能执行 update-alternatives"
6759 #~ msgid "There is only one alternative in link group %s (providing %s): %s"
6760 #~ msgstr "链接组 %s (提供 %s)中只有一个候选项:%s"
6762 #~ msgid "<link> and <path> can't be the same"
6763 #~ msgstr "<链接> 和 <路径> 不能相同"
6766 #~ msgid "removal of %.250s"
6767 #~ msgstr "卸载 %.250s"
6770 #~ msgid "installation of %.250s"
6771 #~ msgstr "安装 %.250s"
6774 #~ msgid "dpkg not recorded as installed, cannot check for %s support!\n"
6775 #~ msgstr "记录中显示,dpkg 没有被安装,因而不能断定它是否支持 %s!\n"
6780 #~ msgid "multi-arch"
6783 #~ msgid "versioned Provides"
6788 #~| "Assertable features: support-predepends, working-epoch, long-filenames,\n"
6789 #~| " multi-conrep, multi-arch, versioned-provides.\n"
6792 #~ "Assertable features: support-predepends, working-epoch, long-filenames,\n"
6793 #~ " multi-conrep, multi-arch, versioned-provides, protected-field.\n"
6796 #~ "Assert 特性: support-predepends, working-epoch, long-filenames,\n"
6797 #~ " multi-conrep, multi-arch, versioned-provides.\n"
6801 #~ msgid "De-configuring %s (%s) ...\n"
6802 #~ msgstr "正在反配置 %s (%s) ...\n"
6805 #~ "need --display, --query, --list, --get-selections, --config, --set, --set-"
6806 #~ "selections, --install, --remove, --all, --remove-all or --auto"
6808 #~ "需要 --display, --query, --list, --get-selections, --config, --set, --set-"
6809 #~ "selections, --install, --remove, --all, --remove-all 或 --auto"
6811 #~ msgid "unable to set ownership of triggers state directory '%.250s'"
6812 #~ msgstr "无法设置触发器状态目录 %.250s 的所有者"
6814 #~ msgid "unable to open lock file %s for testing"
6815 #~ msgstr "无法打开锁文件 %s 以进行测试"
6817 #~ msgid "unknown user '%s' in statoverride file"
6818 #~ msgstr "在 statoverride 文件中有未知用户 '%s'"
6820 #~ msgid "unknown group '%s' in statoverride file"
6821 #~ msgstr "statoverride 文件有无效组 %s "
6823 #~ msgid "%s is missing"
6826 #~ msgid "'%.50s' is not allowed for %s"
6827 #~ msgstr "'%.50s' 不被 %s 允许"
6829 #~ msgid "junk after %s"
6830 #~ msgstr "%s 后有多余内容"
6832 #~ msgid "invalid package name (%.250s)"
6833 #~ msgstr "软件包名称无效 (%.250s)"
6835 #~ msgid "yes/no in boolean field"
6836 #~ msgstr "布尔型字段中的 yes/no"
6838 #~ msgid "'%s' field, reference to '%.255s': error in version"
6839 #~ msgstr "'%s' 字段,引用 '%.255s' :版本号错误"
6841 #~ msgid "empty value for %s"
6844 #~ msgid "package has status triggers-awaited but no triggers awaited"
6845 #~ msgstr "软件包处于触发器等待状态,但没有触发器在等待"
6847 #~ msgid "package has status triggers-pending but no triggers pending"
6848 #~ msgstr "软件包处于触发器未决状态,但没有触发器处于未决状态"
6850 #~ msgid "bulk available update requires write access to dpkg status area"
6851 #~ msgstr "进行批量可用软件包的更新,需要拥有对 dpkg 状态区域的写权限"
6853 #~ msgid "error reading dpkg-deb tar output"
6854 #~ msgstr "无法读取 dpkg-deb 输出的 tar 文件"
6856 #~ msgid "cannot open control file '%s' for package '%s'"
6857 #~ msgstr "无法打开软件包 %2$s 的 %1$s 控制文件"
6859 #~ msgid "cannot stat control file '%s' for package '%s'"
6860 #~ msgstr "无法取得软件包 %2$s 的 %1$s 控制文件状态"
6862 #~ msgid "control file '%s' for package '%s' is not a regular file"
6863 #~ msgstr "软件包 '%2$s' 的 '%1$s' 控制文件文件不是常规文件"
6865 #~ msgid "cannot close control file '%s' for package '%s'"
6866 #~ msgstr "无法关闭软件包 '%2$s' 的 '%1$s' 控制文件"
6868 #~ msgid "unable to open files list file for package '%.250s'"
6869 #~ msgstr "无法打开软件包 %.250s 的文件列表"
6871 #~ msgid "unable to stat files list file for package '%.250s'"
6872 #~ msgstr "无法取得软件包 %.250s 的文件列表"
6874 #~ msgid "files list for package '%.250s' is not a regular file"
6875 #~ msgstr "软件包 %.250s 的文件列表不是一个常规文件"
6877 #~ msgid "reading files list for package '%.250s'"
6878 #~ msgstr "正在读取软件包 %.250s 的文件列表"
6880 #~ msgid "failed to chdir to directory after creating it"
6881 #~ msgstr "新建目录后,chdir 到该目录失败"
6883 #~ msgid "control file '%s' missing value separator"
6884 #~ msgstr "control 文件 %s 缺少值分隔符"
6886 #~ msgid "unable to fstat part file '%.250s'"
6887 #~ msgstr "无法 fstat 分块文件 %.250s"
6889 #~ msgid "unexpected end of file in %.250s"
6890 #~ msgstr "在 %.250s 中发现未预期的文件结束符"
6892 #~ msgid "%s: error: %s\n"
6893 #~ msgstr "%s:错误:%s\n"
6895 #~ msgid "%s:%s:%d:%s: internal error: %s\n"
6896 #~ msgstr "%s:%s:%d:%s: 内部错误:%s\n"
6898 #~ msgid "%s: warning: %s\n"
6899 #~ msgstr "%s:警告:%s\n"
6901 #~ msgid "truncated triggers deferred file '%.250s'"
6902 #~ msgstr "已截断触发推迟文件 %.250s"
6904 #~ msgid "find for dpkg --recursive"
6905 #~ msgstr "启用 --recursive 选项执行 find"
6907 #~ msgid "failed to fdopen find's pipe"
6908 #~ msgstr "无法 fdopen find 的管道"
6910 #~ msgid "error reading find's pipe"
6911 #~ msgstr "读取 find 的管道时出错"
6913 #~ msgid "error closing find's pipe"
6914 #~ msgstr "关闭 find 的管道时出错"
6916 #~ msgid "find for --recursive returned unhandled error %i"
6917 #~ msgstr "--recursive 选项所调用的 find 返回了一个没有被处理的错误 %i"
6919 #~ msgid "unable to stat file name '%.250s'"
6920 #~ msgstr "无法获取文件名 %.250s"
6922 #~ msgid "compressing control member"
6923 #~ msgstr "正在压缩控制成员"
6928 #~ msgid "syntax error: invalid uid in statoverride file"
6929 #~ msgstr "语法错误: statoverride 文件有无效的 uid"
6931 #~ msgid "syntax error: invalid gid in statoverride file"
6932 #~ msgstr "语法错误:statoverride 文件有无效的 gid"
6934 #~ msgid "syntax error: invalid mode in statoverride file"
6935 #~ msgstr "语法错误:statoverride 文件有无效权限模式"
6937 #~ msgid "unknown option `%s'"
6938 #~ msgstr "未知选项 %s "
6940 #~ msgid "unexpected eof reading `%.250s'"
6941 #~ msgstr "读取 %.250s 时遇到意外的文件结束符"
6943 #~ msgid "EOF on stdin at conffile prompt"
6944 #~ msgstr "在 conffile 提示输入时在标准输入读到了 EOF "
6946 #~ msgid "unexpected eof after package name at line %d"
6947 #~ msgstr "在第 %d 行的软件包名后发现文件结束符,这出乎我们的意料"
6949 #~ msgid "failed to chdir to `/' for cleanup"
6950 #~ msgstr "进行清理工作时,chdir 到 / 目录失败"
6952 #~ msgid "file name '%.50s...' is too long"
6953 #~ msgstr "文件名 %.50s... 太长了"
6955 #~ msgid "'%s' contains user-defined field '%s'"
6956 #~ msgstr "%s 含有用户自定义的字段 %s "
6958 #~ msgid "could not open the `control' component"
6959 #~ msgstr "无法打开 control 组件"
6961 #~ msgid "failed during read of `control' component"
6962 #~ msgstr "当读取 control 组件时失败"
6964 #~ msgid "error closing the '%s' component"
6965 #~ msgstr "关闭 %s 组件时出错"
6967 #~ msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
6968 #~ msgstr "conffile 的文件名(其开头是 %.250s )太长(> %d 个字符)"
6970 #~ msgid " (actually `%s')"
6971 #~ msgstr "(实际上是 %s )"
6973 #~ msgid "value for `config-version' field not allowed in this context"
6974 #~ msgstr " config-version 字段的值在该环境中不被允许"
6976 #~ msgid "error in Config-Version string '%.250s'"
6977 #~ msgstr "Config-Version 字符串 %.250s 中有错误"
6979 #~ msgid "value for `triggers-pending' field not allowed in this context"
6980 #~ msgstr " triggers-pending 字段的值在该环境中不被允许"
6982 #~ msgid "value for `triggers-awaited' field not allowed in this context"
6983 #~ msgstr " triggers-awaited 字段的值在该环境中不被允许"
6985 #~ msgid "failed to fstat previous diversions file"
6986 #~ msgstr "无法 fstat 原有的本地修改项文件"
6988 #~ msgid "failed to fstat previous statoverride file"
6989 #~ msgstr "无法 fstat 原有的 statoverride 文件"
6991 #~ msgid "package %s has too many Conflicts/Replaces pairs"
6992 #~ msgstr "软件包 %s 有太多的冲突/替换组合"
6994 #~ msgid "Unpacking replacement %.250s ...\n"
6995 #~ msgstr "正在解压缩将用于更替的包文件 %.250s ...\n"
6998 #~| msgid "--add needs four arguments"
6999 #~ msgid "--%s needs at two arguments"
7000 #~ msgstr "--add 需要四个参数"
7003 #~| msgid "failed to fstat ar member file (%s)"
7004 #~ msgid "ar member file (%s)"
7005 #~ msgstr "fstat ar 成员文件失败(%s)"
7007 #~ msgid "failed to read on buffer copy for %s"
7008 #~ msgstr "为 %s 读取缓冲副本失败"
7010 #~ msgid "failed in write on buffer copy for %s"
7011 #~ msgstr "为 %s 写入缓冲副本失败"
7013 #~ msgid "short read on buffer copy for %s"
7014 #~ msgstr "为 %s 短暂读取缓冲副本"
7016 #~ msgid "%s: decompression"
7019 #~ msgid "%s: compression"
7023 #~| msgid "%d file or directory currently installed.)\n"
7024 #~| msgid_plural "%d files and directories currently installed.)\n"
7025 #~ msgid "a value different from 'any' is currently not allowed"
7026 #~ msgstr "系统当前共安装有 %d 个文件和目录。)\n"
7028 #~ msgid "Closing brace missing in format\n"
7029 #~ msgstr "没有发现格式字串中配对的右括号\n"
7031 #~ msgid "backend dpkg-deb during `%.255s'"
7032 #~ msgstr "%.255s 时,dpkg-deb 被作为后端"
7037 #~ msgid "file copy"
7040 #~ msgid "failed to write to pipe in copy"
7041 #~ msgstr "写入通向复制的管道时出错"
7043 #~ msgid "failed to close pipe in copy"
7044 #~ msgstr "关闭通向复制的管道时出错"
7049 #~ msgid "failed to open '%s' for writing %s database"
7050 #~ msgstr "无法打开 %s 以写入 %s 数据库"
7052 #~ msgid "failed to flush %s database to '%.250s'"
7053 #~ msgstr "清空 %s 数据库到 %.250s 失败"
7055 #~ msgid "failed to fsync %s database to '%.250s'"
7056 #~ msgstr "fsync %s 数据库到 %.250s 失败"
7058 #~ msgid "failed to close '%.250s' after writing %s database"
7059 #~ msgstr "写入 %2$s 数据库后,关闭 %1$.250s 失败"
7061 #~ msgid "failed to link '%.250s' to '%.250s' for backup of %s database"
7062 #~ msgstr "建立 %.250s 到 %.250s 的链接时失败(该链接用于备份 %s 数据库)"
7064 #~ msgid "failed to install '%.250s' as '%.250s' containing %s database"
7065 #~ msgstr "将包含 %3$s 数据库的 %1$.250s 安装为 %2$.250s 时失败"
7068 #~| msgid "realloc failed (%ld bytes)"
7069 #~ msgid "realloc failed (%zu bytes)"
7070 #~ msgstr "realloc 失败(%ld 字节)"
7072 #~ msgid "unable to write new trigger interest file `%.250s'"
7073 #~ msgstr "无法写入新的触发关注文件 %.250s"
7075 #~ msgid "unable to flush new trigger interest file '%.250s'"
7076 #~ msgstr "无法清空新的触发关注文件 %.250s"
7078 #~ msgid "unable to sync new trigger interest file '%.250s'"
7079 #~ msgstr "无法同步新的触发关注文件 %.250s"
7081 #~ msgid "unable to install new trigger interest file `%.250s'"
7082 #~ msgstr "无法安装新的触发关注文件 %.250s"
7084 #~ msgid "unable to create new trigger interest file `%.250s'"
7085 #~ msgstr "无法创建新的触发关注文件 %.250s"
7087 #~ msgid "unable to close new trigger interest file `%.250s'"
7088 #~ msgstr "无法创建新的触发关注文件 %.250s"
7090 #~ msgid "unable to create new file triggers file `%.250s'"
7091 #~ msgstr "无法创建新的文件触发文件 %.250s"
7093 #~ msgid "unable to write new file triggers file `%.250s'"
7094 #~ msgstr "无法写入新的文件触发文件 %.250s"
7096 #~ msgid "unable to flush new file triggers file '%.250s'"
7097 #~ msgstr "无法清空新的文件触发文件 %.250s"
7099 #~ msgid "unable to sync new file triggers file '%.250s'"
7100 #~ msgstr "无法同步新的文件触发文件 %.250s"
7102 #~ msgid "unable to close new file triggers file `%.250s'"
7103 #~ msgstr "无法创建新的文件触发文件 %.250s"
7105 #~ msgid "unable to install new file triggers file as `%.250s'"
7106 #~ msgstr "无法安装新的文件触发文件到 %.250s"
7109 #~ "Copyright (C) 1995 Ian Jackson.\n"
7110 #~ "Copyright (C) 2000,2001 Wichert Akkerman.\n"
7111 #~ "Copyright (C) 2010 Guillem Jover.\n"
7113 #~ "版权所有 (C) 1995 Ian Jackson\n"
7114 #~ "版权所有 (C) 2000,2001 Wichert Akkerman\n"
7115 #~ "版权所有 (C) 2010 Guillem Jover\n"
7117 #~ msgid "cannot create new %s file"
7118 #~ msgstr "无法新建 %s 文件"
7120 #~ msgid "error creating new diversions-old"
7121 #~ msgstr "建立新的本地修改项备份出错"
7123 #~ msgid "unable to create updated files list file for package %s"
7124 #~ msgstr "无法为软件包 %s 新建更新后的文件列表"
7126 #~ msgid "failed to write to updated files list file for package %s"
7127 #~ msgstr "无法写入更新后的软件包 %s 的文件列表"
7129 #~ msgid "failed to flush updated files list file for package %s"
7130 #~ msgstr "无法刷新更新后的软件包 %s 的文件列表"
7132 #~ msgid "failed to sync updated files list file for package %s"
7133 #~ msgstr "无法同步更新后的软件包 %s 的文件列表"
7135 #~ msgid "failed to close updated files list file for package %s"
7136 #~ msgstr "无法关闭更新后的软件包 %s 的文件列表"
7138 #~ msgid "failed to install updated files list file for package %s"
7139 #~ msgstr "无法安装更新后的软件包 %s 的文件列表"
7141 #~ msgid "--command-fd takes one argument, not zero"
7142 #~ msgstr "--command-fd 需要一个参数,而非零个"
7144 #~ msgid "--command-fd only takes one argument"
7145 #~ msgstr "--command-fd 只需带一个参数"
7148 #~ "Copyright (C) 2000, 2001 Wichert Akkerman.\n"
7149 #~ "Copyright (C) 2006-2009 Guillem Jover.\n"
7151 #~ "版权所有 (C) 2000, 2001 Wichert Akkerman\n"
7152 #~ "版权所有 (C) 2006-2009 Guillem Jover\n"
7154 #~ msgid "cannot open new statoverride file"
7155 #~ msgstr "无法打开新的 statoverride 文件:%s"
7157 #~ msgid "error removing statoverride-old"
7158 #~ msgstr "移除 statoverride-old 时出错:%s"
7160 #~ msgid "error creating new statoverride-old"
7161 #~ msgstr "建立新的 statoverride-old 时出错:%s"
7163 #~ msgid "error installing new statoverride"
7164 #~ msgstr "安装新的 statoverride 时出错:%s"
7166 #~ msgid "--build takes at most two arguments"
7167 #~ msgstr "--build 至多可有两个参数"
7169 #~ msgid "Copyright (C) 1994-1996 Ian Jackson.\n"
7170 #~ msgstr "版权所有(C) 1994-1996 Ian Jackson。\n"
7173 #~ "Copyright (C) 1995 Ian Jackson.\n"
7174 #~ "Copyright (C) 2000-2002 Wichert Akkerman.\n"
7175 #~ "Copyright (C) 2009-2010 Raphael Hertzog.\n"
7177 #~ "版权所有 (C) 1995 Ian Jackson\n"
7178 #~ "版权所有 (C) 2000,2001 Wichert Akkerman\n"
7179 #~ "版权所有 (C) 2009-2010 Raphael Hertzog\n"
7181 #~ msgid "it is a master alternative."
7182 #~ msgstr "这是一个主候选项。"
7184 #~ msgid "it is a slave of %s"
7185 #~ msgstr "这是 %s 的一个次要项"
7187 #~ msgid "readlink(%s) failed: %s"
7188 #~ msgstr "readlink(%s) 失败:%s"
7190 #~ msgid "scan of %s failed: %s"
7191 #~ msgstr "扫描 %s 失败:%s"
7193 #~ msgid "failed to execute %s: %s"
7194 #~ msgstr "执行 %s 失败:%s"
7196 #~ msgid "unable to make %s a symlink to %s: %s"
7197 #~ msgstr "无法创建 %s 为 %s 的符号链接:%s"
7199 #~ msgid "unable to install %s as %s: %s"
7200 #~ msgstr "无法把 %s 安装为 %s:%s"
7202 #~ msgid "while writing %s: %s"
7203 #~ msgstr "当写入 %s 时:%s"
7205 #~ msgid "unable to read %s: %s"
7206 #~ msgstr "无法读取 %s:%s"
7208 #~ msgid "unable to close %s: %s"
7209 #~ msgstr "无法关闭 %s:%s"
7212 #~| msgid "unable to open file '%s'"
7213 #~ msgid "unable to rename file '%s' to '%s'"
7214 #~ msgstr "无法打开文件 %s"
7216 #~ msgid "unable to unbuffer `%.255s'"
7217 #~ msgstr "无法关闭文件缓冲 %.255s "
7219 #~ msgid "part file `%.250s' has trailing garbage"
7220 #~ msgstr "分块文件 %.250s 的尾部有无用的数据"
7222 #~ msgid "size %7d occurs %5d times\n"
7223 #~ msgstr "大小为 %7d 的出现了 %5d 次\n"
7225 #~ msgid "out of memory pushing error handler: "
7226 #~ msgstr "向错误处理函数压栈时内存不足: "
7228 #~ msgid "unable to unlock dpkg status database"
7229 #~ msgstr "无法为 dpkg 的状态数据库解锁"
7231 #~ msgid "copy info file `%.255s'"
7232 #~ msgstr "复制 info 文件 %.255s "
7234 #~ msgid "parse error"
7237 #~ msgid "failed to write parsing warning"
7240 #~ msgid "unable to lock triggers area"
7241 #~ msgstr "无法锁定触发器区域"
7243 #~ msgid "failed to run %s (%.250s)"
7244 #~ msgstr "无法运行 %s (%.250s)"
7246 #~ msgid "failed to exec shell (%.250s)"
7247 #~ msgstr "无法执行 shell (%.250s)"
7249 #~ msgid "unable to check for existence of `%.250s'"
7250 #~ msgstr "无法检查 %.250s 是否存在"
7252 #~ msgid "failed to exec rm for cleanup"
7253 #~ msgstr "无法运行 rm 来执行清理"
7256 #~ "%s debugging option, --debug=<octal> or -D<octal>:\n"
7258 #~ " number ref. in source description\n"
7259 #~ " 1 general Generally helpful progress information\n"
7260 #~ " 2 scripts Invocation and status of maintainer scripts\n"
7261 #~ " 10 eachfile Output for each file processed\n"
7262 #~ " 100 eachfiledetail Lots of output for each file processed\n"
7263 #~ " 20 conff Output for each configuration file\n"
7264 #~ " 200 conffdetail Lots of output for each configuration file\n"
7265 #~ " 40 depcon Dependencies and conflicts\n"
7266 #~ " 400 depcondetail Lots of dependencies/conflicts output\n"
7267 #~ " 10000 triggers Trigger activation and processing\n"
7268 #~ " 20000 triggersdetail Lots of output regarding triggers\n"
7269 #~ " 40000 triggersstupid Silly amounts of output regarding triggers\n"
7270 #~ " 1000 veryverbose Lots of drivel about eg the dpkg/info "
7272 #~ " 2000 stupidlyverbose Insane amounts of drivel\n"
7274 #~ "Debugging options are be mixed using bitwise-or.\n"
7275 #~ "Note that the meanings and values are subject to change.\n"
7277 #~ "%s 除错选项,--debug=<八进制数字> 或 -D<八进制数字>:\n"
7279 #~ " 数字 源代码中的对应 解释\n"
7280 #~ " 1 常规 常规的辅助进度信息\n"
7281 #~ " 2 脚本 维护者脚本的状态及对其的调用\n"
7282 #~ " 10 每个文件 操作每个文件的输出\n"
7283 #~ " 100 每个文件细节 操作每个文件的大量输出\n"
7284 #~ " 20 配置文件 每个配置文件的输出\n"
7285 #~ " 200 配置文件细节 每个配置文件的大量输出\n"
7286 #~ " 40 依赖和冲突 依赖和冲突\n"
7287 #~ " 400 依赖和冲突细节 依赖和冲突细节\n"
7288 #~ " 10000 触发器 触发器激活和处理\n"
7289 #~ " 20000 触发器细节 有关触发器的大量输出\n"
7290 #~ " 40000 触发器极度细节 有关触发器的极大量的输出\n"
7291 #~ " 1000 十分详细 大量的琐碎细节,如 dpkg/info 目录\n"
7292 #~ " 2000 极度详细 数量极大的输出\n"
7294 #~ "可以用位与(bitwise-or)把除错选项组合起来使用。\n"
7295 #~ "注意,意义和数值将有可能更动。\n"
7298 #~ "%s forcing options - control behaviour when problems found:\n"
7299 #~ " warn but continue: --force-<thing>,<thing>,...\n"
7300 #~ " stop with error: --refuse-<thing>,<thing>,... | --no-force-"
7302 #~ " Forcing things:\n"
7303 #~ " all [!] Set all force options\n"
7304 #~ " downgrade [*] Replace a package with a lower version\n"
7305 #~ " configure-any Configure any package which may help this one\n"
7306 #~ " hold Process incidental packages even when on hold\n"
7307 #~ " bad-path PATH is missing important programs, problems "
7309 #~ " not-root Try to (de)install things even when not root\n"
7310 #~ " overwrite Overwrite a file from one package with another\n"
7311 #~ " overwrite-diverted Overwrite a diverted file with an undiverted "
7313 #~ " bad-verify Install a package even if it fails authenticity "
7315 #~ " depends-version [!] Turn dependency version problems into warnings\n"
7316 #~ " depends [!] Turn all dependency problems into warnings\n"
7317 #~ " confnew [!] Always use the new config files, don't prompt\n"
7318 #~ " confold [!] Always use the old config files, don't prompt\n"
7319 #~ " confdef [!] Use the default option for new config files if "
7321 #~ " is available, don't prompt. If no default can be "
7323 #~ " you will be prompted unless one of the confold "
7325 #~ " confnew options is also given\n"
7326 #~ " confmiss [!] Always install missing config files\n"
7327 #~ " confask [!] Offer to replace config files with no new "
7329 #~ " breaks [!] Install even if it would break another package\n"
7330 #~ " conflicts [!] Allow installation of conflicting packages\n"
7331 #~ " architecture [!] Process even packages with wrong architecture\n"
7332 #~ " overwrite-dir [!] Overwrite one package's directory with another's "
7334 #~ " unsafe-io [!] Do not perform safe I/O operations when "
7336 #~ " remove-reinstreq [!] Remove packages which require installation\n"
7337 #~ " remove-essential [!] Remove an essential package\n"
7339 #~ "WARNING - use of options marked [!] can seriously damage your "
7340 #~ "installation.\n"
7341 #~ "Forcing options marked [*] are enabled by default.\n"
7343 #~ "%s 强制选项 - 可指定遇到问题时的处理手段:\n"
7344 #~ " 警告的同时继续执行: --force-<手段>,<手段>,...\n"
7345 #~ " 有错误时立即中止: --refuse-<手段>,<手段>,... | --no-force-<手段"
7348 #~ " all [!] 应用所有的强制手段\n"
7349 #~ " downgrade [*] 把软件包替换成更低版本的软件包\n"
7350 #~ " configure-any 配置任何软件包,只要这可能有助于现在的操作\n"
7351 #~ " hold 同时也对被标记为 保持原状 (hold)的软件包进行操"
7353 #~ " bad-path PATH 环境变量中找不到关键的程序,有可能引起错误\n"
7354 #~ " not-root 即使用户不是 root,也试图安装(或卸载)程序\n"
7355 #~ " overwrite 使用来自某个软件包的文件覆盖原本属于另一软件包的"
7357 #~ " overwrite-diverted 使用一个不是本地修改版本的文件覆盖本地修改版本的"
7359 #~ " bad-verify 即使软件包没能通过验证,它也将被安装\n"
7360 #~ " depends-version [!] 把有关版本的依赖问题作为警告处理\n"
7361 #~ " depends [!] 把所有类型的依赖问题都作为警告处理\n"
7362 #~ " confnew [!] 总是使用新版的配置文件,不再询问\n"
7363 #~ " confold [!] 总是使用原有的配置文件,不再询问\n"
7364 #~ " confdef [!] 如果有默认选择的话,就使用它,\n"
7365 #~ " 若是没有,同时也没有使用 confold 或 confnew \n"
7366 #~ " 选项的话,将会询问您,并由您作出选择\n"
7367 #~ " confmiss [!] 总是安装缺失的配置文件\n"
7368 #~ " confask [!] 没有新版本时询问替换配置文件\n"
7369 #~ " breaks [!] 即使损坏其他软件包也继续安装\n"
7370 #~ " conflicts [!] 让相互冲突的软件包也得以安装\n"
7371 #~ " architecture [!] 即使软件包所属的体系体系结构与环境不符,它也将被"
7373 #~ " overwrite-dir [!] 用来自一个软件包的文件覆盖原本属于另一软件包的目"
7375 #~ " remove-reinstreq [!] 删除那些需要安装的软件包\n"
7376 #~ " remove-essential [!] 删除重要的软件包\n"
7378 #~ "警告 - 使用带有[!]标记的选项可能会严重破坏您的系统。\n"
7379 #~ "默认情况下,是使用带有[*]标记的强制手段的。\n"
7381 #~ msgid "failed to exec dpkg-split to see if it's part of a multiparter"
7383 #~ "exec dpkg-split 时出错,该操作被用来判断这是否是一个套件(multiparter)中的"
7386 #~ msgid "failed to execl debsig-verify"
7387 #~ msgstr "无法 execl debsig-verify"
7389 #~ msgid "failed to exec dpkg-deb to extract control information"
7390 #~ msgstr "无法 exec dpkg-deb,通过它来解压缩控制信息"
7392 #~ msgid "unable to exec dpkg-deb to get filesystem archive"
7393 #~ msgstr "无法 exec dpkg-deb,以此来获得打包后的文件系统"
7395 #~ msgid "unable to delete disappearing control info file `%.250s'"
7396 #~ msgstr "无法删除已经消失了的控制信息文件 %.250s"
7398 #~ msgid "dpkg: %s not found.\n"
7399 #~ msgstr "dpkg:没有找到 %s。\n"
7401 #~ msgid "failed to chdir to .../DEBIAN"
7402 #~ msgstr "chdir 到 .../DEBIAN 失败"
7404 #~ msgid "failed to exec tar -cf"
7405 #~ msgstr "执行 tar -cf 失败"
7407 #~ msgid "failed to make tmpfile (control)"
7408 #~ msgstr "新建临时文件(控制信息)失败"
7410 #~ msgid "failed to unlink tmpfile (control), %s"
7411 #~ msgstr "unlink 临时文件(控制信息)失败,%s"
7413 #~ msgid "failed to rewind tmpfile (control)"
7414 #~ msgstr "跳到临时文件(控制信息)的起始位置(rewind)失败"
7416 #~ msgid "failed to fstat tmpfile (control)"
7417 #~ msgstr "fstat 临时文件(控制信息)失败"
7419 #~ msgid "failed to exec find"
7420 #~ msgstr "执行 find 失败"
7422 #~ msgid "failed to exec sh -c mv foo/* &c"
7423 #~ msgstr "执行 sh -c mv foo/* &c 失败"
7425 #~ msgid "file `%.250s' is corrupt - %.250s length contains nulls"
7426 #~ msgstr "文件 %.250s 已损毁 - %.250s 的长度含有 null 位"
7428 #~ msgid "file `%.250s' is corrupt - negative member length %zi"
7429 #~ msgstr "文件 %.250s 已损毁 - 成员长度为负 %zi"
7431 #~ msgid "failed getting the current file position"
7432 #~ msgstr "无法得到当前文件的位置"
7434 #~ msgid "failed setting the current file position"
7435 #~ msgstr "无法设置当前文件的位置"
7437 #~ msgid "version number"
7440 #~ msgid "member length"
7443 #~ msgid "header info member"
7446 #~ msgid "skipped control area from %s"
7447 #~ msgstr "忽略了 %s 中的控制区域"
7449 #~ msgid "failed to create temporary directory"
7450 #~ msgstr "创建临时目录失败"
7452 #~ msgid "info_spew"
7453 #~ msgstr "info_spew"
7455 #~ msgid "info length"
7458 #~ msgid "total length"
7461 #~ msgid "data length"
7464 #~ msgid "failed to exec dpkg-deb to extract field value"
7465 #~ msgstr "无法执行 dpkg-deb 来释放域值"
7467 #~ msgid "unable to stat %s: %s"
7468 #~ msgstr "无法获取 %s 的信息:%s"
7470 #~ msgid "slave name %s duplicated"
7471 #~ msgstr "次要名称 %s 有重复"
7473 #~ msgid "slave link %s duplicated"
7474 #~ msgstr "次要链接 %s 有重复"