+#: cmdline/apt-cache.cc:1721
+#, fuzzy
+#| msgid ""
+#| "Usage: apt-cache [options] command\n"
+#| " apt-cache [options] add file1 [file2 ...]\n"
+#| " apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
+#| " apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
+#| "\n"
+#| "apt-cache is a low-level tool used to manipulate APT's binary\n"
+#| "cache files, and query information from them\n"
+#| "\n"
+#| "Commands:\n"
+#| " add - Add a package file to the source cache\n"
+#| " gencaches - Build both the package and source cache\n"
+#| " showpkg - Show some general information for a single package\n"
+#| " showsrc - Show source records\n"
+#| " stats - Show some basic statistics\n"
+#| " dump - Show the entire file in a terse form\n"
+#| " dumpavail - Print an available file to stdout\n"
+#| " unmet - Show unmet dependencies\n"
+#| " search - Search the package list for a regex pattern\n"
+#| " show - Show a readable record for the package\n"
+#| " depends - Show raw dependency information for a package\n"
+#| " rdepends - Show reverse dependency information for a package\n"
+#| " pkgnames - List the names of all packages\n"
+#| " dotty - Generate package graphs for GraphViz\n"
+#| " xvcg - Generate package graphs for xvcg\n"
+#| " policy - Show policy settings\n"
+#| "\n"
+#| "Options:\n"
+#| " -h This help text.\n"
+#| " -p=? The package cache.\n"
+#| " -s=? The source cache.\n"
+#| " -q Disable progress indicator.\n"
+#| " -i Show only important deps for the unmet command.\n"
+#| " -c=? Read this configuration file\n"
+#| " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+#| "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
+msgid ""
+"Usage: apt-cache [options] command\n"
+" apt-cache [options] add file1 [file2 ...]\n"
+" apt-cache [options] showpkg pkg1 [pkg2 ...]\n"
+" apt-cache [options] showsrc pkg1 [pkg2 ...]\n"
+"\n"
+"apt-cache is a low-level tool used to manipulate APT's binary\n"
+"cache files, and query information from them\n"
+"\n"
+"Commands:\n"
+" add - Add a package file to the source cache\n"
+" gencaches - Build both the package and source cache\n"
+" showpkg - Show some general information for a single package\n"
+" showsrc - Show source records\n"
+" stats - Show some basic statistics\n"
+" dump - Show the entire file in a terse form\n"
+" dumpavail - Print an available file to stdout\n"
+" unmet - Show unmet dependencies\n"
+" search - Search the package list for a regex pattern\n"
+" show - Show a readable record for the package\n"
+" depends - Show raw dependency information for a package\n"
+" rdepends - Show reverse dependency information for a package\n"
+" pkgnames - List the names of all packages in the system\n"
+" dotty - Generate package graphs for GraphViz\n"
+" xvcg - Generate package graphs for xvcg\n"
+" policy - Show policy settings\n"
+"\n"
+"Options:\n"
+" -h This help text.\n"
+" -p=? The package cache.\n"
+" -s=? The source cache.\n"
+" -q Disable progress indicator.\n"
+" -i Show only important deps for the unmet command.\n"
+" -c=? Read this configuration file\n"
+" -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
+"See the apt-cache(8) and apt.conf(5) manual pages for more information.\n"
+msgstr ""
+"用法: apt-cache [选项] 命令\n"
+" apt-cache [选项] add 文件甲 [文件乙 ...]\n"
+" apt-cache [选项] showpkg 软件包甲 [软件包乙 ...]\n"
+" apt-cache [选项] showsrc 软件包甲 [软件包乙 ...]\n"
+"\n"
+"apt-cache 是一个底层的工具,我们用它来操纵 APT 的二进制\n"
+"缓存文件,也用来在那些文件中查询相关信息\n"
+"\n"
+"命令:\n"
+" add - 往源缓存加入一个软件包文件\n"
+" gencaches - 一并生成软件包和源代码包的缓存\n"
+" showpkg - 显示某个软件包的全面信息\n"
+" showsrc - 显示源文件的各项记录\n"
+" stats - 显示一些基本的统计信息\n"
+" dump - 简要显示整个缓存文件的内容\n"
+" dumpavail - 把所有有效的包文件列表打印到标准输出\n"
+" unmet - 显示所有未满足的依赖关系\n"
+" search - 根据正则表达式搜索软件包列表\n"
+" show - 以便于阅读的格式介绍该软件包\n"
+" depends - 原原本本地显示该软件包的依赖信息\n"
+" rdepends - 显示所有依赖于该软件包的软件包名字\n"
+" pkgnames - 列出所有软件包的名字\n"
+" dotty - 生成可用 GraphViz 处理的软件包关系图\n"
+" xvcg - 生成可用 xvcg 处理的软件包的关系图\n"
+" policy - 显示软件包的安装设置状态\n"
+"\n"
+"选项:\n"
+" -h 本帮助文档。\n"
+" -p=? 软件包的缓存。\n"
+" -s=? 源代码包的缓存。\n"
+" -q 关闭进度显示。\n"
+" -i 仅为 unmet 命令显示重要的依赖关系。\n"
+" -c=? 读取指定配置文件\n"
+" -o=? 设置任意指定的配置选项,例如 -o dir::cache=/tmp\n"
+"若要深入了解,您还可以查阅 apt-cache(8) 和 apt.conf(5) 参考手册。\n"