msgstr ""
"Project-Id-Version: apt 1.2.x\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-06-11 17:24+0200\n"
-"PO-Revision-Date: 2016-06-21 03:00+0000\n"
+"POT-Creation-Date: 2016-08-04 10:25+0200\n"
+"PO-Revision-Date: 2016-06-27 08:00+0000\n"
"Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
"Language: zh_CN\n"
"There are %i additional versions. Please use the '-a' switch to see them."
msgstr[0] "还有 %i 个版本。请使用 -a 选项来查看它(他们)。"
+#. TRANSLATORS: placeholder is a binary name like apt or apt-get
#: apt-private/private-main.cc
+#, c-format
msgid ""
"NOTE: This is only a simulation!\n"
-" apt-get needs root privileges for real execution.\n"
+" %s needs root privileges for real execution.\n"
" Keep also in mind that locking is deactivated,\n"
-" so don't depend on the relevance to the real current situation!"
+" so don't depend on the relevance to the real current situation!\n"
msgstr ""
"注意:这只是模拟!\n"
-" apt-get 需要 root 特权进行实际的执行。\n"
-" 同时请记住此时并未锁定,所以请勿完全相信当前的情况!"
+" %s 需要 root 特权进行实际的执行。\n"
+" 同时请记住此时并未锁定,所以请勿完全相信当前的情况!\n"
#: apt-private/private-output.cc apt-private/private-show.cc
msgid "unknown"
msgid "Unable to connect to %s:%s:"
msgstr "不能连接到 %s:%s:"
-#: methods/copy.cc methods/store.cc
+#: methods/copy.cc
msgid "Failed to stat"
msgstr "无法读取状态"
-#: methods/copy.cc methods/rred.cc methods/store.cc
-msgid "Failed to set modification time"
-msgstr "无法设置文件的修改日期"
-
#: methods/file.cc
msgid "Invalid URI, local URIS must not start with //"
msgstr "无效的 URI,本地 URI 不能以 // 开头"
msgid "Failed to stat %s"
msgstr "无法获得 %s 的状态"
+#: methods/rred.cc
+msgid "Failed to set modification time"
+msgstr "无法设置文件的修改日期"
+
#: methods/rsh.cc ftparchive/multicompress.cc
msgid "Failed to create IPC pipe to subprocess"
msgstr "无法为子进程创建 IPC 管道"
msgid "Cannot get debconf version. Is debconf installed?"
msgstr "无法获得 debconf 的版本。您安装了 debconf 吗?"
+#: cmdline/apt-internal-planner.cc
+#, fuzzy
+msgid ""
+"Usage: apt-internal-planner\n"
+"\n"
+"apt-internal-planner is an interface to use the current internal\n"
+"installation planner for the APT family like an external one,\n"
+"for debugging or the like.\n"
+msgstr ""
+"用法: apt-internal-solver\n"
+"\n"
+"apt-internal-solver 可以像外部解析器那样使用当前的APT家族内部解析器,\n"
+"以便调试等用途。\n"
+
#: cmdline/apt-internal-solver.cc
msgid ""
"Usage: apt-internal-solver\n"
"details."
msgstr "参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。"
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "The repository '%s' is no longer signed."
+msgstr "仓库 “%s” 的签名不再生效。"
+
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "The repository '%s' does no longer have a Release file."
+msgstr "仓库 “%s” 不再含有 Release 文件。"
+
+#: apt-pkg/acquire-item.cc
+msgid ""
+"This is normally not allowed, but the option Acquire::"
+"AllowDowngradeToInsecureRepositories was given to override it."
+msgstr ""
+"一般不可以这样做,但选项 Acquire:: AllowDowngradeToInsecureRepositories 可以"
+"用于覆盖默认设置。"
+
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "The repository '%s' is not signed."
+msgstr "仓库 “%s” 没有数字签名。"
+
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "The repository '%s' does not have a Release file."
+msgstr "仓库 “%s” 没有 Release 文件。"
+
+#: apt-pkg/acquire-item.cc
+#, c-format
+msgid "The repository '%s' provides only weak security information."
+msgstr "仓库 '%s' 只提供了低强度的安全信息。"
+
#: apt-pkg/acquire-item.cc
msgid "Hash Sum mismatch"
msgstr "Hash 校验和不符"
+#: apt-pkg/acquire-item.cc
+msgid "Insufficient information available to perform this download securely"
+msgstr "可用信息不足,不能安全执行本次下载"
+
#: apt-pkg/acquire-item.cc apt-pkg/contrib/fileutl.cc
#, c-format
msgid "rename failed, %s (%s -> %s)."
msgid "Conflicting distribution: %s (expected %s but got %s)"
msgstr "冲突的发行版:%s (期望 %s 但得到 %s)"
-#. No Release file was present, or verification failed, so fall
-#. back to queueing Packages files without verification
-#. only allow going further if the user explicitly wants it
-#: apt-pkg/acquire-item.cc
-#, c-format
-msgid "The repository '%s' is not signed."
-msgstr "仓库 “%s” 没有数字签名。"
-
-#. No Release file was present so fall
-#. back to queueing Packages files without verification
-#. only allow going further if the user explicitly wants it
-#: apt-pkg/acquire-item.cc
-#, c-format
-msgid "The repository '%s' does not have a Release file."
-msgstr "仓库 “%s” 没有 Release 文件。"
-
-#: apt-pkg/acquire-item.cc
-#, c-format
-msgid "The repository '%s' is no longer signed."
-msgstr "仓库 “%s” 的签名不再生效。"
-
-#: apt-pkg/acquire-item.cc
-msgid ""
-"This is normally not allowed, but the option Acquire::"
-"AllowDowngradeToInsecureRepositories was given to override it."
-msgstr ""
-"一般不可以这样做,但选项 Acquire:: AllowDowngradeToInsecureRepositories 可以"
-"用于覆盖默认设置。"
-
#: apt-pkg/acquire-item.cc
#, c-format
msgid ""
msgid "Running post-installation trigger %s"
msgstr "执行安装后执行的触发器 %s"
+#: apt-pkg/deb/dpkgpm.cc
+#, c-format
+msgid "Installed %s"
+msgstr "已安装 %s"
+
#. FIXME: use a better string after freeze
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Preparing to configure %s"
msgstr "正在准备配置 %s"
-#: apt-pkg/deb/dpkgpm.cc
-#, c-format
-msgid "Installed %s"
-msgstr "已安装 %s"
-
#: apt-pkg/deb/dpkgpm.cc
#, c-format
msgid "Preparing for removal of %s"
msgid "Execute external solver"
msgstr "执行外部solver"
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Execute external planner"
+msgstr "执行外部solver"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send request to planner"
+msgstr "向solver发送请求"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "Send scenario to planner"
+msgstr "向solver发送情景"
+
+#: apt-pkg/edsp.cc
+#, fuzzy
+msgid "External planner failed without a proper error message"
+msgstr "外部solver出错,错误信息不恰当"
+
#: apt-pkg/indexcopy.cc
#, c-format
msgid "Wrote %i records.\n"