diff options
author | Osamu Aoki <osamu@debian.org> | 2008-05-05 00:20:41 +0900 |
---|---|---|
committer | Osamu Aoki <osamu@debian.org> | 2008-05-05 00:20:41 +0900 |
commit | ff7c76f82c3972b82f0e65e1609fc72f605fe9e8 (patch) | |
tree | d2f84aec4909232ed3d01e9f3a80fd9233d30997 /po/zh_CN.po | |
parent | a0a89abd8e9feb2cbfa205b22a2ea274b1b81787 (diff) | |
parent | 6e984d78cfb783611a1e4e978e4413d9045aeade (diff) |
replaced cron.daily with new version and updated document accordingly
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index f34e1b701..32235218b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-02 13:59-0300\n" -"PO-Revision-Date: 2008-02-15 21:01+0800\n" +"POT-Creation-Date: 2008-05-04 09:18+0200\n" +"PO-Revision-Date: 2008-04-18 21:53+0800\n" "Last-Translator: Deng Xiyue <manphiz-guest@users.alioth.debian.org>\n" "Language-Team: Debian Chinese [GB] <debian-chinese-gb@lists.debian.org>\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "未发现软件包 %s" #: cmdline/apt-cache.cc:247 msgid "Total package names: " -msgstr "软件包总数(按名称计):" +msgstr "软件包名称总数:" #: cmdline/apt-cache.cc:287 msgid " Normal packages: " @@ -58,7 +58,7 @@ msgstr "按版本共计:" #: cmdline/apt-cache.cc:295 msgid "Total distinct descriptions: " -msgstr "按说明共计:" +msgstr "按不同的说明共计:" #: cmdline/apt-cache.cc:297 msgid "Total dependencies: " @@ -1228,7 +1228,6 @@ msgid "Supported modules:" msgstr "被支持模块:" #: cmdline/apt-get.cc:2617 -#, fuzzy msgid "" "Usage: apt-get [options] command\n" " apt-get [options] install|remove pkg1 [pkg2 ...]\n" @@ -1288,7 +1287,7 @@ msgstr "" " source - 下载源码包文件\n" " build-dep - 为源码包配置所需的构建依赖关系\n" " dist-upgrade - 发布版升级,见 apt-get(8)\n" -" dselect-upgrade - 根据 dselect的选择来进行升级\n" +" dselect-upgrade - 根据 dselect 的选择来进行升级\n" " clean - 删除所有已下载的包文件\n" " autoclean - 删除老版本的已下载的包文件\n" " check - 核对以确认系统的依赖关系的完整性\n" @@ -1299,8 +1298,8 @@ msgstr "" " -qq 除了错误外,什么都不输出\n" " -d 仅仅下载 - 【不】安装或解开包文件\n" " -s 不作实际操作。只是依次模拟执行命令\n" -" -y 对所有询问都作肯定的回答,同时不作任何提示\n" -" -f 当没有通过完整性测试时,程序仍试图继续执行\n" +" -y 对所有询问都回答是(Yes),同时不作任何提示\n" +" -f 当出现破损的依赖关系时,程序将试图修正系统\n" " -m 当有包文件无法找到时,程序仍试图继续执行\n" " -u 显示已升级的软件包列表\n" " -b 在下载完源码包后,编译生成相应的软件包\n" @@ -1380,24 +1379,28 @@ msgstr "" msgid "Bad default setting!" msgstr "错误的默认设置!" -#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:93 -#: dselect/install:104 dselect/update:45 +#: dselect/install:51 dselect/install:83 dselect/install:87 dselect/install:94 +#: dselect/install:105 dselect/update:45 msgid "Press enter to continue." msgstr "按回车键继续。" -#: dselect/install:100 +#: dselect/install:91 +msgid "Do you want to erase any previously downloaded .deb files?" +msgstr "" + +#: dselect/install:101 msgid "Some errors occurred while unpacking. I'm going to configure the" msgstr "在解包时发生了一些错误。我正准备配置" -#: dselect/install:101 +#: dselect/install:102 msgid "packages that were installed. This may result in duplicate errors" msgstr "已经安装的软件包。这个操作可能会导致出现重复的错误" -#: dselect/install:102 +#: dselect/install:103 msgid "or errors caused by missing dependencies. This is OK, only the errors" msgstr "或一些由于依赖关系不能满足所产生的错误。这个问题不大,只有" -#: dselect/install:103 +#: dselect/install:104 msgid "" "above this message are important. Please fix them and run [I]nstall again" msgstr "这个提示之前的错误消息才值得您注意。请更正它们,然后再次执行 [I]nstall" @@ -2455,12 +2458,12 @@ msgstr "找不到“%spartial”这个目录。" #: apt-pkg/acquire.cc:827 #, c-format msgid "Retrieving file %li of %li (%s remaining)" -msgstr "正在下载 %li 个文件中的第 %li 个(还有 %s 个)" +msgstr "正在下载第 %li 个文件,共 %li 个(还剩 %s 个)" #: apt-pkg/acquire.cc:829 #, c-format msgid "Retrieving file %li of %li" -msgstr "正在下载 %2$li 个文件中的 %1$li 个" +msgstr "正在下载第 %li 个文件,共 %li 个" #: apt-pkg/acquire-worker.cc:110 #, c-format |