diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 408da4a6e..bbce1a3ea 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.0~pre1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2015-12-07 15:31+0100\n" +"POT-Creation-Date: 2015-12-14 16:56+0100\n" "PO-Revision-Date: 2014-12-04 04:42+0000\n" "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -2488,6 +2488,13 @@ msgstr "" "在 Release 文件中找不到期望的条目 %s(sources.list条目有误,或者文件有误)" #: apt-pkg/acquire-item.cc +#, c-format +msgid "" +"Skipping acquire of configured file '%s' as repository '%s' provides only " +"weak security information for it" +msgstr "" + +#: apt-pkg/acquire-item.cc msgid "There is no public key available for the following key IDs:\n" msgstr "以下 ID 的密钥没有可用的公钥:\n" @@ -3161,6 +3168,13 @@ msgstr "软件包仓库 Release 文件 %s 内无哈希条目" #: apt-pkg/deb/debmetaindex.cc #, c-format +msgid "" +"No Hash entry in Release file %s, which is considered strong enough for " +"security purposes" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc +#, c-format msgid "Invalid 'Date' entry in Release file %s" msgstr "软件包仓库 Release 文件 %s 内 Date 条目无效" @@ -3523,14 +3537,14 @@ msgid "Enhances" msgstr "增强" #: apt-pkg/pkgcache.cc -msgid "important" -msgstr "重要" - -#: apt-pkg/pkgcache.cc msgid "required" msgstr "必需" #: apt-pkg/pkgcache.cc +msgid "important" +msgstr "重要" + +#: apt-pkg/pkgcache.cc msgid "standard" msgstr "标准" @@ -3651,7 +3665,7 @@ msgstr "您必须在您的 sources.list 写入一些“软件源”的 URI" #: apt-pkg/tagfile.cc #, c-format -msgid "Cannot convert %s to integer" +msgid "Cannot convert %s to integer: out of range" msgstr "" #: apt-pkg/update.cc |