From bf33c3bd991be704494a060730f8370fd9cad52c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 27 Aug 2015 17:55:19 +0200 Subject: Release 1.11~exp11 --- po/zh_CN.po | 1292 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 647 insertions(+), 645 deletions(-) (limited to 'po/zh_CN.po') diff --git a/po/zh_CN.po b/po/zh_CN.po index d3789ec2b..dac30949b 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 \n" -"POT-Creation-Date: 2015-08-21 06:13-0400\n" +"POT-Creation-Date: 2015-08-27 17:55+0200\n" "PO-Revision-Date: 2014-12-04 04:42+0000\n" "Last-Translator: Zhou Mo \n" "Language-Team: Chinese (simplified) \n" @@ -326,7 +326,7 @@ msgid "Couldn't find package %s" msgstr "找不到软件包 %s" #: cmdline/apt-get.cc:422 cmdline/apt-mark.cc:78 -#: apt-private/private-install.cc:839 +#: apt-private/private-install.cc:851 #, c-format msgid "%s set to manually installed.\n" msgstr "%s 已设置为手动安装。\n" @@ -517,11 +517,11 @@ msgstr "不能满足软件包 %s 所要求的构建依赖关系。" msgid "Failed to process build dependencies" msgstr "无法处理构建依赖关系" -#: cmdline/apt-get.cc:1554 +#: cmdline/apt-get.cc:1551 msgid "Supported modules:" msgstr "支持的模块:" -#: cmdline/apt-get.cc:1595 +#: cmdline/apt-get.cc:1592 msgid "" "Usage: apt-get [options] command\n" " apt-get [options] install|remove pkg1 [pkg2 ...]\n" @@ -682,8 +682,8 @@ msgid "%s was already not hold.\n" msgstr "%s 已经设置为不保留。\n" #: cmdline/apt-mark.cc:255 cmdline/apt-mark.cc:333 cmdline/apt-mark.cc:397 -#: apt-pkg/contrib/fileutl.cc:850 apt-pkg/contrib/gpgv.cc:207 -#: apt-pkg/deb/dpkgpm.cc:1302 +#: apt-pkg/deb/dpkgpm.cc:1302 apt-pkg/contrib/fileutl.cc:850 +#: apt-pkg/contrib/gpgv.cc:207 #, c-format msgid "Waited for %s but it wasn't there" msgstr "等待子进程 %s 的退出,但是它并不存在" @@ -1167,6 +1167,223 @@ msgstr "" msgid "Internal error" msgstr "内部错误" +#: apt-private/private-list.cc:121 +msgid "Listing" +msgstr "正在列表" + +#: apt-private/private-list.cc:151 +#, c-format +msgid "There is %i additional version. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional versions. Please use the '-a' switch to see them." +msgstr[0] "还有 %i 个版本。请使用 -a 选项来查看它(他们)。" + +#: apt-private/private-cachefile.cc:96 +msgid "Correcting dependencies..." +msgstr "正在更正依赖关系..." + +#: apt-private/private-cachefile.cc:99 +msgid " failed." +msgstr " 失败。" + +#: apt-private/private-cachefile.cc:102 +msgid "Unable to correct dependencies" +msgstr "无法更正依赖关系" + +#: apt-private/private-cachefile.cc:105 +msgid "Unable to minimize the upgrade set" +msgstr "无法最小化要升级的软件包集合" + +#: apt-private/private-cachefile.cc:107 +msgid " Done" +msgstr " 完成" + +#: apt-private/private-cachefile.cc:111 +msgid "You might want to run 'apt-get -f install' to correct these." +msgstr "您也许需要运行“apt-get -f install”来修正上面的错误。" + +#: apt-private/private-cachefile.cc:114 +msgid "Unmet dependencies. Try using -f." +msgstr "不能满足依赖关系。不妨试一下 -f 选项。" + +#: apt-private/private-output.cc:105 apt-private/private-show.cc:84 +#: apt-private/private-show.cc:89 +msgid "unknown" +msgstr "未知" + +#: apt-private/private-output.cc:272 +#, c-format +msgid "[installed,upgradable to: %s]" +msgstr "[已安装,可升级至:%s]" + +#: apt-private/private-output.cc:275 +msgid "[installed,local]" +msgstr "[已安装,本地]" + +#: apt-private/private-output.cc:277 +msgid "[installed,auto-removable]" +msgstr "[已安装,可自动卸载]" + +#: apt-private/private-output.cc:279 +msgid "[installed,automatic]" +msgstr "[已安装,自动]" + +#: apt-private/private-output.cc:281 +msgid "[installed]" +msgstr "[已安装]" + +#: apt-private/private-output.cc:284 +#, c-format +msgid "[upgradable from: %s]" +msgstr "[可从该版本升级:%s]" + +#: apt-private/private-output.cc:288 +msgid "[residual-config]" +msgstr "[配置文件残留]" + +#: apt-private/private-output.cc:402 +#, c-format +msgid "but %s is installed" +msgstr "但是 %s 已经安装" + +#: apt-private/private-output.cc:404 +#, c-format +msgid "but %s is to be installed" +msgstr "但是 %s 正要被安装" + +#: apt-private/private-output.cc:411 +msgid "but it is not installable" +msgstr "但无法安装它" + +#: apt-private/private-output.cc:413 +msgid "but it is a virtual package" +msgstr "但是它是虚拟软件包" + +#: apt-private/private-output.cc:416 +msgid "but it is not installed" +msgstr "但是它还没有被安装" + +#: apt-private/private-output.cc:416 +msgid "but it is not going to be installed" +msgstr "但是它将不会被安装" + +#: apt-private/private-output.cc:421 +msgid " or" +msgstr " 或" + +#: apt-private/private-output.cc:435 apt-private/private-output.cc:445 +msgid "The following packages have unmet dependencies:" +msgstr "下列软件包有未满足的依赖关系:" + +#: apt-private/private-output.cc:455 +msgid "The following NEW packages will be installed:" +msgstr "下列【新】软件包将被安装:" + +#: apt-private/private-output.cc:465 +msgid "The following packages will be REMOVED:" +msgstr "下列软件包将被【卸载】:" + +#: apt-private/private-output.cc:481 +msgid "The following packages have been kept back:" +msgstr "下列软件包的版本将保持不变:" + +#: apt-private/private-output.cc:497 +msgid "The following packages will be upgraded:" +msgstr "下列软件包将被升级:" + +#: apt-private/private-output.cc:512 +msgid "The following packages will be DOWNGRADED:" +msgstr "下列软件包将被【降级】:" + +#: apt-private/private-output.cc:525 +msgid "The following held packages will be changed:" +msgstr "下列被要求保持版本不变的软件包将被改变:" + +#: apt-private/private-output.cc:552 +#, c-format +msgid "%s (due to %s)" +msgstr "%s (是由于 %s)" + +#: apt-private/private-output.cc:602 +msgid "" +"WARNING: The following essential packages will be removed.\n" +"This should NOT be done unless you know exactly what you are doing!" +msgstr "" +"【警告】:下列基础软件包将被卸载。\n" +"请勿尝试,除非您确实知道您在做什么!" + +#: apt-private/private-output.cc:633 +#, c-format +msgid "%lu upgraded, %lu newly installed, " +msgstr "升级了 %lu 个软件包,新安装了 %lu 个软件包," + +#: apt-private/private-output.cc:637 +#, c-format +msgid "%lu reinstalled, " +msgstr "重新安装了 %lu 个软件包," + +#: apt-private/private-output.cc:639 +#, c-format +msgid "%lu downgraded, " +msgstr "降级了 %lu 个软件包," + +#: apt-private/private-output.cc:641 +#, c-format +msgid "%lu to remove and %lu not upgraded.\n" +msgstr "要卸载 %lu 个软件包,有 %lu 个软件包未被升级。\n" + +#: apt-private/private-output.cc:645 +#, c-format +msgid "%lu not fully installed or removed.\n" +msgstr "有 %lu 个软件包没有被完全安装或卸载。\n" + +#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] +#. e.g. "Do you want to continue? [Y/n] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc:667 +msgid "[Y/n]" +msgstr "[Y/n]" + +#. TRANSLATOR: Yes/No question help-text: defaulting to N[o] +#. e.g. "Should this file be removed? [y/N] " +#. The user has to answer with an input matching the +#. YESEXPR/NOEXPR defined in your l10n. +#: apt-private/private-output.cc:673 +msgid "[y/N]" +msgstr "[y/N]" + +#. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set +#: apt-private/private-output.cc:684 +msgid "Y" +msgstr "Y" + +#. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set +#: apt-private/private-output.cc:690 +msgid "N" +msgstr "N" + +#: apt-private/private-output.cc:712 apt-pkg/cachefilter.cc:40 +#, c-format +msgid "Regex compilation error - %s" +msgstr "编译正则表达式时出错 - %s" + +#: apt-private/private-update.cc:31 +msgid "The update command takes no arguments" +msgstr " update 命令不需要参数" + +#: apt-private/private-update.cc:96 +#, c-format +msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" +msgid_plural "" +"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" +msgstr[0] "" +"有 %i 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。\n" + +#: apt-private/private-update.cc:100 +msgid "All packages are up to date." +msgstr "所有软件包均为最新。" + #: apt-private/private-cacheset.cc:38 apt-private/private-search.cc:65 msgid "Sorting" msgstr "正在排序" @@ -1230,12 +1447,12 @@ msgid "Virtual packages like '%s' can't be removed\n" msgstr "类似 %s 的虚拟软件包可以卸载\n" #. TRANSLATORS: Note, this is not an interactive question -#: apt-private/private-cacheset.cc:238 apt-private/private-install.cc:915 +#: apt-private/private-cacheset.cc:238 apt-private/private-install.cc:927 #, c-format msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n" msgstr "软件包 %s 还未安装,因而不会被卸载。您的意思是 ‘%s’ 吗?\n" -#: apt-private/private-cacheset.cc:244 apt-private/private-install.cc:921 +#: apt-private/private-cacheset.cc:244 apt-private/private-install.cc:933 #, c-format msgid "Package '%s' is not installed, so not removed\n" msgstr "软件包 %s 还未安装,因而不会被卸载\n" @@ -1245,6 +1462,17 @@ msgstr "软件包 %s 还未安装,因而不会被卸载\n" msgid "Note, selecting '%s' instead of '%s'\n" msgstr "注意,选取 %s 而非 %s\n" +#: apt-private/private-show.cc:158 +#, c-format +msgid "There is %i additional record. Please use the '-a' switch to see it" +msgid_plural "" +"There are %i additional records. Please use the '-a' switch to see them." +msgstr[0] "有 %i 条附加记录。请加上 ‘-a’ 参数来查看它们" + +#: apt-private/private-show.cc:165 +msgid "not a real package (virtual)" +msgstr "不是一个实包(虚包)" + #: apt-private/private-install.cc:87 msgid "Internal error, InstallPackages was called with broken packages!" msgstr "内部错误,InstallPackages 被用在了无法安装的软件包上!" @@ -1454,295 +1682,67 @@ msgstr "" msgid "Broken packages" msgstr "破损的软件包" -#: apt-private/private-install.cc:685 +#: apt-private/private-install.cc:697 #, fuzzy msgid "The following additional packages will be installed:" msgstr "将会安装下列额外的软件包:" -#: apt-private/private-install.cc:774 +#: apt-private/private-install.cc:786 msgid "Suggested packages:" msgstr "建议安装的软件包:" -#: apt-private/private-install.cc:776 +#: apt-private/private-install.cc:788 msgid "Recommended packages:" msgstr "推荐安装的软件包:" -#: apt-private/private-install.cc:798 +#: apt-private/private-install.cc:810 #, c-format msgid "Skipping %s, it is already installed and upgrade is not set.\n" msgstr "忽略了 %s,它已经被安装而且没有指定要升级。\n" -#: apt-private/private-install.cc:802 +#: apt-private/private-install.cc:814 #, c-format msgid "Skipping %s, it is not installed and only upgrades are requested.\n" msgstr "忽略了 %s,它已经被安装而且仅请求了升级。\n" -#: apt-private/private-install.cc:814 +#: apt-private/private-install.cc:826 #, c-format msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" msgstr "不能重新安装 %s,因为无法下载它。\n" #. TRANSLATORS: First string is package name, second is version -#: apt-private/private-install.cc:820 +#: apt-private/private-install.cc:832 #, fuzzy, c-format msgid "%s is already the newest version (%s).\n" msgstr "%s 已经是最新的版本。\n" -#: apt-private/private-install.cc:868 +#: apt-private/private-install.cc:880 #, c-format msgid "Selected version '%s' (%s) for '%s'\n" msgstr "为 %3$s 选定了版本 %1$s (%2$s)\n" -#: apt-private/private-install.cc:873 +#: apt-private/private-install.cc:885 #, c-format msgid "Selected version '%s' (%s) for '%s' because of '%s'\n" msgstr "由于 %4$s,为 %3$s 选定了版本 %1$s (%2$s)\n" -#: apt-private/private-list.cc:121 -msgid "Listing" -msgstr "正在列表" +#: apt-private/private-main.cc:34 +msgid "" +"NOTE: This is only a simulation!\n" +" apt-get 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!" +msgstr "" +"注意:这只是模拟!\n" +"   apt-get 需要 root 特权进行实际的执行。\n" +"   同时请记住此时并未锁定,所以请勿完全相信当前的情况!" -#: apt-private/private-list.cc:151 +#: apt-private/private-download.cc:62 #, c-format -msgid "There is %i additional version. Please use the '-a' switch to see it" -msgid_plural "" -"There are %i additional versions. Please use the '-a' switch to see them." -msgstr[0] "还有 %i 个版本。请使用 -a 选项来查看它(他们)。" - -#: apt-private/private-cachefile.cc:96 -msgid "Correcting dependencies..." -msgstr "正在更正依赖关系..." - -#: apt-private/private-cachefile.cc:99 -msgid " failed." -msgstr " 失败。" - -#: apt-private/private-cachefile.cc:102 -msgid "Unable to correct dependencies" -msgstr "无法更正依赖关系" - -#: apt-private/private-cachefile.cc:105 -msgid "Unable to minimize the upgrade set" -msgstr "无法最小化要升级的软件包集合" - -#: apt-private/private-cachefile.cc:107 -msgid " Done" -msgstr " 完成" - -#: apt-private/private-cachefile.cc:111 -msgid "You might want to run 'apt-get -f install' to correct these." -msgstr "您也许需要运行“apt-get -f install”来修正上面的错误。" - -#: apt-private/private-cachefile.cc:114 -msgid "Unmet dependencies. Try using -f." -msgstr "不能满足依赖关系。不妨试一下 -f 选项。" - -#: apt-private/private-output.cc:105 apt-private/private-show.cc:84 -#: apt-private/private-show.cc:89 -msgid "unknown" -msgstr "未知" - -#: apt-private/private-output.cc:272 -#, c-format -msgid "[installed,upgradable to: %s]" -msgstr "[已安装,可升级至:%s]" - -#: apt-private/private-output.cc:275 -msgid "[installed,local]" -msgstr "[已安装,本地]" - -#: apt-private/private-output.cc:277 -msgid "[installed,auto-removable]" -msgstr "[已安装,可自动卸载]" - -#: apt-private/private-output.cc:279 -msgid "[installed,automatic]" -msgstr "[已安装,自动]" - -#: apt-private/private-output.cc:281 -msgid "[installed]" -msgstr "[已安装]" - -#: apt-private/private-output.cc:284 -#, c-format -msgid "[upgradable from: %s]" -msgstr "[可从该版本升级:%s]" - -#: apt-private/private-output.cc:288 -msgid "[residual-config]" -msgstr "[配置文件残留]" - -#: apt-private/private-output.cc:402 -#, c-format -msgid "but %s is installed" -msgstr "但是 %s 已经安装" - -#: apt-private/private-output.cc:404 -#, c-format -msgid "but %s is to be installed" -msgstr "但是 %s 正要被安装" - -#: apt-private/private-output.cc:411 -msgid "but it is not installable" -msgstr "但无法安装它" - -#: apt-private/private-output.cc:413 -msgid "but it is a virtual package" -msgstr "但是它是虚拟软件包" - -#: apt-private/private-output.cc:416 -msgid "but it is not installed" -msgstr "但是它还没有被安装" - -#: apt-private/private-output.cc:416 -msgid "but it is not going to be installed" -msgstr "但是它将不会被安装" - -#: apt-private/private-output.cc:421 -msgid " or" -msgstr " 或" - -#: apt-private/private-output.cc:435 apt-private/private-output.cc:445 -msgid "The following packages have unmet dependencies:" -msgstr "下列软件包有未满足的依赖关系:" - -#: apt-private/private-output.cc:455 -msgid "The following NEW packages will be installed:" -msgstr "下列【新】软件包将被安装:" - -#: apt-private/private-output.cc:465 -msgid "The following packages will be REMOVED:" -msgstr "下列软件包将被【卸载】:" - -#: apt-private/private-output.cc:481 -msgid "The following packages have been kept back:" -msgstr "下列软件包的版本将保持不变:" - -#: apt-private/private-output.cc:497 -msgid "The following packages will be upgraded:" -msgstr "下列软件包将被升级:" - -#: apt-private/private-output.cc:512 -msgid "The following packages will be DOWNGRADED:" -msgstr "下列软件包将被【降级】:" - -#: apt-private/private-output.cc:525 -msgid "The following held packages will be changed:" -msgstr "下列被要求保持版本不变的软件包将被改变:" - -#: apt-private/private-output.cc:552 -#, c-format -msgid "%s (due to %s)" -msgstr "%s (是由于 %s)" - -#: apt-private/private-output.cc:602 -msgid "" -"WARNING: The following essential packages will be removed.\n" -"This should NOT be done unless you know exactly what you are doing!" -msgstr "" -"【警告】:下列基础软件包将被卸载。\n" -"请勿尝试,除非您确实知道您在做什么!" - -#: apt-private/private-output.cc:633 -#, c-format -msgid "%lu upgraded, %lu newly installed, " -msgstr "升级了 %lu 个软件包,新安装了 %lu 个软件包," - -#: apt-private/private-output.cc:637 -#, c-format -msgid "%lu reinstalled, " -msgstr "重新安装了 %lu 个软件包," - -#: apt-private/private-output.cc:639 -#, c-format -msgid "%lu downgraded, " -msgstr "降级了 %lu 个软件包," - -#: apt-private/private-output.cc:641 -#, c-format -msgid "%lu to remove and %lu not upgraded.\n" -msgstr "要卸载 %lu 个软件包,有 %lu 个软件包未被升级。\n" - -#: apt-private/private-output.cc:645 -#, c-format -msgid "%lu not fully installed or removed.\n" -msgstr "有 %lu 个软件包没有被完全安装或卸载。\n" - -#. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] -#. e.g. "Do you want to continue? [Y/n] " -#. The user has to answer with an input matching the -#. YESEXPR/NOEXPR defined in your l10n. -#: apt-private/private-output.cc:667 -msgid "[Y/n]" -msgstr "[Y/n]" - -#. TRANSLATOR: Yes/No question help-text: defaulting to N[o] -#. e.g. "Should this file be removed? [y/N] " -#. The user has to answer with an input matching the -#. YESEXPR/NOEXPR defined in your l10n. -#: apt-private/private-output.cc:673 -msgid "[y/N]" -msgstr "[y/N]" - -#. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set -#: apt-private/private-output.cc:684 -msgid "Y" -msgstr "Y" - -#. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set -#: apt-private/private-output.cc:690 -msgid "N" -msgstr "N" - -#: apt-private/private-output.cc:712 apt-pkg/cachefilter.cc:40 -#, c-format -msgid "Regex compilation error - %s" -msgstr "编译正则表达式时出错 - %s" - -#: apt-private/private-update.cc:31 -msgid "The update command takes no arguments" -msgstr " update 命令不需要参数" - -#: apt-private/private-update.cc:96 -#, c-format -msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" -msgid_plural "" -"%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" -msgstr[0] "" -"有 %i 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。\n" - -#: apt-private/private-update.cc:100 -msgid "All packages are up to date." -msgstr "所有软件包均为最新。" - -#: apt-private/private-show.cc:158 -#, c-format -msgid "There is %i additional record. Please use the '-a' switch to see it" -msgid_plural "" -"There are %i additional records. Please use the '-a' switch to see them." -msgstr[0] "有 %i 条附加记录。请加上 ‘-a’ 参数来查看它们" - -#: apt-private/private-show.cc:165 -msgid "not a real package (virtual)" -msgstr "不是一个实包(虚包)" - -#: apt-private/private-main.cc:34 -msgid "" -"NOTE: This is only a simulation!\n" -" apt-get 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!" -msgstr "" -"注意:这只是模拟!\n" -"   apt-get 需要 root 特权进行实际的执行。\n" -"   同时请记住此时并未锁定,所以请勿完全相信当前的情况!" - -#: apt-private/private-download.cc:62 -#, c-format -msgid "" -"Can't drop privileges for downloading as file '%s' couldn't be accessed by " -"user '%s'." -msgstr "" +msgid "" +"Can't drop privileges for downloading as file '%s' couldn't be accessed by " +"user '%s'." +msgstr "" #: apt-private/private-download.cc:94 msgid "WARNING: The following packages cannot be authenticated!" @@ -1846,7 +1846,7 @@ msgstr "" #. Only warn if there are no sources.list.d. #. Only warn if there is no sources.list file. #: methods/mirror.cc:95 apt-pkg/init.cc:133 apt-pkg/init.cc:141 -#: apt-pkg/clean.cc:43 apt-pkg/acquire.cc:557 apt-pkg/policy.cc:412 +#: apt-pkg/acquire.cc:557 apt-pkg/policy.cc:412 apt-pkg/clean.cc:43 #: apt-pkg/sourcelist.cc:306 apt-pkg/sourcelist.cc:312 #: apt-pkg/contrib/fileutl.cc:375 apt-pkg/contrib/fileutl.cc:488 #: apt-pkg/contrib/cdromutl.cc:205 apt-inst/extract.cc:471 @@ -1854,9 +1854,9 @@ msgstr "" msgid "Unable to read %s" msgstr "无法读取 %s" -#: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/clean.cc:49 -#: apt-pkg/clean.cc:67 apt-pkg/clean.cc:130 apt-pkg/acquire.cc:563 -#: apt-pkg/acquire.cc:588 apt-pkg/contrib/cdromutl.cc:201 +#: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/acquire.cc:563 +#: apt-pkg/acquire.cc:588 apt-pkg/clean.cc:49 apt-pkg/clean.cc:67 +#: apt-pkg/clean.cc:130 apt-pkg/contrib/cdromutl.cc:201 #: apt-pkg/contrib/cdromutl.cc:235 #, c-format msgid "Unable to change to %s" @@ -1977,18 +1977,39 @@ msgstr "无法找到认证记录:%s" msgid "Hash mismatch for: %s" msgstr "Hash 校验和不符:%s" -#: apt-pkg/cachefile.cc:101 +#: apt-pkg/cachefile.cc:98 msgid "The package lists or status file could not be parsed or opened." msgstr "无法解析或打开软件包的列表或是状态文件。" -#: apt-pkg/cachefile.cc:105 +#: apt-pkg/cachefile.cc:102 msgid "You may want to run apt-get update to correct these problems" msgstr "您可能需要运行 apt-get update 来解决这些问题" -#: apt-pkg/cachefile.cc:123 +#: apt-pkg/cachefile.cc:120 msgid "The list of sources could not be read." msgstr "无法读取源列表。" +#: apt-pkg/acquire-worker.cc:111 +#, c-format +msgid "The method driver %s could not be found." +msgstr "无法找到获取软件包的渠道 %s 所需的驱动程序。" + +#: apt-pkg/acquire-worker.cc:113 +#, c-format +msgid "Is the package %s installed?" +msgstr "请检查是否安装了 %s 软件包" + +#: apt-pkg/acquire-worker.cc:164 +#, c-format +msgid "Method %s did not start correctly" +msgstr "获取软件包的渠道 %s 所需的驱动程序没有正常启动。" + +#: apt-pkg/acquire-worker.cc:537 +#, fuzzy, c-format +msgid "" +"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." +msgstr "请把标有“%s”的盘片插入驱动器“%s”再按回车键。" + #: apt-pkg/pkgcache.cc:163 msgid "Empty package cache" msgstr "软件包缓存区是空的" @@ -2071,63 +2092,81 @@ msgstr "可选" msgid "extra" msgstr "额外" -#: apt-pkg/acquire-worker.cc:111 -#, c-format -msgid "The method driver %s could not be found." -msgstr "无法找到获取软件包的渠道 %s 所需的驱动程序。" +#: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182 +msgid "Calculating upgrade" +msgstr "正在对升级进行计算" -#: apt-pkg/acquire-worker.cc:113 +#: apt-pkg/pkgrecords.cc:38 #, c-format -msgid "Is the package %s installed?" -msgstr "请检查是否安装了 %s 软件包" +msgid "Index file type '%s' is not supported" +msgstr "不支持索引文件类型“%s”" -#: apt-pkg/acquire-worker.cc:164 +#: apt-pkg/pkgcachegen.cc:112 +msgid "Cache has an incompatible versioning system" +msgstr "软件包暂存区使用的是不兼容的版本控制系统" + +#. TRANSLATOR: The first placeholder is a package name, +#. the other two should be copied verbatim as they include debug info +#: apt-pkg/pkgcachegen.cc:237 apt-pkg/pkgcachegen.cc:299 +#: apt-pkg/pkgcachegen.cc:365 apt-pkg/pkgcachegen.cc:369 +#: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:394 +#: apt-pkg/pkgcachegen.cc:398 apt-pkg/pkgcachegen.cc:402 +#: apt-pkg/pkgcachegen.cc:423 apt-pkg/pkgcachegen.cc:428 +#: apt-pkg/pkgcachegen.cc:474 apt-pkg/pkgcachegen.cc:488 #, c-format -msgid "Method %s did not start correctly" -msgstr "获取软件包的渠道 %s 所需的驱动程序没有正常启动。" +msgid "Error occurred while processing %s (%s%d)" +msgstr "处理 %s (%s%d) 时出错" -#: apt-pkg/acquire-worker.cc:536 -#, fuzzy, c-format -msgid "" -"Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." -msgstr "请把标有“%s”的盘片插入驱动器“%s”再按回车键。" +#: apt-pkg/pkgcachegen.cc:257 +msgid "Wow, you exceeded the number of package names this APT is capable of." +msgstr "哇,软件包数量超出了本 APT 的处理能力。" -#: apt-pkg/pkgrecords.cc:38 -#, c-format -msgid "Index file type '%s' is not supported" -msgstr "不支持索引文件类型“%s”" +#: apt-pkg/pkgcachegen.cc:260 +msgid "Wow, you exceeded the number of versions this APT is capable of." +msgstr "哇,软件包版本数量超出了本 APT 的处理能力。" -#: apt-pkg/depcache.cc:139 apt-pkg/depcache.cc:167 -msgid "Building dependency tree" -msgstr "正在分析软件包的依赖关系树" +#: apt-pkg/pkgcachegen.cc:263 +msgid "Wow, you exceeded the number of descriptions this APT is capable of." +msgstr "哇,软件包说明数量超出了本 APT 的处理能力。" -#: apt-pkg/depcache.cc:140 -msgid "Candidate versions" -msgstr "候选版本" +#: apt-pkg/pkgcachegen.cc:266 +msgid "Wow, you exceeded the number of dependencies this APT is capable of." +msgstr "哇,依赖关系数量超出了本 APT 的处理能力。" -#: apt-pkg/depcache.cc:168 -msgid "Dependency generation" -msgstr "生成依赖关系" +#: apt-pkg/pkgcachegen.cc:1419 apt-pkg/pkgcachegen.cc:1546 +#: apt-pkg/pkgcachegen.cc:1572 apt-pkg/pkgcachegen.cc:1681 +msgid "Reading package lists" +msgstr "正在读取软件包列表" -#: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225 -msgid "Reading state information" -msgstr "正在读取状态信息" +#: apt-pkg/pkgcachegen.cc:1490 apt-pkg/pkgcachegen.cc:1497 +msgid "IO Error saving source cache" +msgstr "无法读取或写入软件源缓存" -#: apt-pkg/depcache.cc:252 -#, c-format -msgid "Failed to open StateFile %s" -msgstr "无法打开状态文件 %s" +#: apt-pkg/edsp.cc:184 apt-pkg/edsp.cc:210 +msgid "Send scenario to solver" +msgstr "向solver发送情景" -#: apt-pkg/depcache.cc:257 -#, c-format -msgid "Failed to write temporary StateFile %s" -msgstr "无法写入临时状态文件 %s" +#: apt-pkg/edsp.cc:232 +msgid "Send request to solver" +msgstr "向solver发送请求" + +#: apt-pkg/edsp.cc:311 +msgid "Prepare for receiving solution" +msgstr "准备接收解决方案" + +#: apt-pkg/edsp.cc:318 +msgid "External solver failed without a proper error message" +msgstr "外部solver出错,错误信息不恰当" + +#: apt-pkg/edsp.cc:610 apt-pkg/edsp.cc:613 apt-pkg/edsp.cc:618 +msgid "Execute external solver" +msgstr "执行外部solver" #: apt-pkg/acquire-item.cc:116 msgid "Use --allow-insecure-repositories to force the update" msgstr "" -#: apt-pkg/acquire-item.cc:561 apt-pkg/contrib/fileutl.cc:2161 +#: apt-pkg/acquire-item.cc:561 apt-pkg/contrib/fileutl.cc:2162 #, c-format msgid "rename failed, %s (%s -> %s)." msgstr "无法重命名文件,%s (%s -> %s)。" @@ -2237,68 +2276,11 @@ msgid "" msgstr "软件包的索引文件已损坏。找不到对应软件包 %s 的 Filename: 字段。" #. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1 -#: apt-pkg/acquire-item.cc:2916 apt-pkg/acquire-item.cc:3054 +#: apt-pkg/acquire-item.cc:2916 apt-pkg/acquire-item.cc:3058 #, fuzzy, c-format msgid "Changelog unavailable for %s=%s" msgstr "%s (%s) 的 Changelog" -#: apt-pkg/clean.cc:39 apt-pkg/acquire.cc:553 -#, c-format -msgid "Clean of %s is not supported" -msgstr "%s 的 Clean (清理)不被支持" - -#: apt-pkg/clean.cc:64 -#, c-format -msgid "Unable to stat %s." -msgstr "无法读取 %s 的状态。" - -#: apt-pkg/pkgcachegen.cc:112 -msgid "Cache has an incompatible versioning system" -msgstr "软件包暂存区使用的是不兼容的版本控制系统" - -#. TRANSLATOR: The first placeholder is a package name, -#. the other two should be copied verbatim as they include debug info -#: apt-pkg/pkgcachegen.cc:237 apt-pkg/pkgcachegen.cc:299 -#: apt-pkg/pkgcachegen.cc:365 apt-pkg/pkgcachegen.cc:369 -#: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:394 -#: apt-pkg/pkgcachegen.cc:398 apt-pkg/pkgcachegen.cc:402 -#: apt-pkg/pkgcachegen.cc:423 apt-pkg/pkgcachegen.cc:428 -#: apt-pkg/pkgcachegen.cc:474 apt-pkg/pkgcachegen.cc:488 -#, c-format -msgid "Error occurred while processing %s (%s%d)" -msgstr "处理 %s (%s%d) 时出错" - -#: apt-pkg/pkgcachegen.cc:257 -msgid "Wow, you exceeded the number of package names this APT is capable of." -msgstr "哇,软件包数量超出了本 APT 的处理能力。" - -#: apt-pkg/pkgcachegen.cc:260 -msgid "Wow, you exceeded the number of versions this APT is capable of." -msgstr "哇,软件包版本数量超出了本 APT 的处理能力。" - -#: apt-pkg/pkgcachegen.cc:263 -msgid "Wow, you exceeded the number of descriptions this APT is capable of." -msgstr "哇,软件包说明数量超出了本 APT 的处理能力。" - -#: apt-pkg/pkgcachegen.cc:266 -msgid "Wow, you exceeded the number of dependencies this APT is capable of." -msgstr "哇,依赖关系数量超出了本 APT 的处理能力。" - -#: apt-pkg/pkgcachegen.cc:1400 apt-pkg/pkgcachegen.cc:1526 -#: apt-pkg/pkgcachegen.cc:1552 apt-pkg/pkgcachegen.cc:1671 -msgid "Reading package lists" -msgstr "正在读取软件包列表" - -#: apt-pkg/pkgcachegen.cc:1471 apt-pkg/pkgcachegen.cc:1478 -msgid "IO Error saving source cache" -msgstr "无法读取或写入软件源缓存" - -#: apt-pkg/pkgcachegen.cc:1570 apt-pkg/pkgcachegen.cc:1572 -#: apt-pkg/contrib/fileutl.cc:2151 cmdline/apt-extracttemplates.cc:263 -#, c-format -msgid "Unable to write to %s" -msgstr "无法写入 %s" - #: apt-pkg/acquire.cc:126 apt-pkg/acquire.cc:146 apt-pkg/cdrom.cc:833 #, c-format msgid "List directory %spartial is missing." @@ -2314,6 +2296,11 @@ msgstr "仓库目录 %spartial 确实。" msgid "Unable to lock directory %s" msgstr "无法对目录 %s 加锁" +#: apt-pkg/acquire.cc:553 apt-pkg/clean.cc:39 +#, c-format +msgid "Clean of %s is not supported" +msgstr "%s 的 Clean (清理)不被支持" + #. only show the ETA if it makes sense #. two days #: apt-pkg/acquire.cc:1081 @@ -2326,21 +2313,6 @@ msgstr "正在下载第 %li 个文件,共 %li 个(还剩 %s 个)" msgid "Retrieving file %li of %li" msgstr "正在下载第 %li 个文件,共 %li 个" -#: apt-pkg/update.cc:76 -#, fuzzy, c-format -msgid "Failed to fetch %s %s" -msgstr "无法下载 %s %s\n" - -#: apt-pkg/update.cc:102 apt-pkg/update.cc:104 -msgid "" -"Some index files failed to download. They have been ignored, or old ones " -"used instead." -msgstr "部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。" - -#: apt-pkg/srcrecords.cc:53 -msgid "You must put some 'source' URIs in your sources.list" -msgstr "您必须在您的 sources.list 写入一些“软件源”的 URI" - #: apt-pkg/policy.cc:77 #, c-format msgid "" @@ -2368,7 +2340,27 @@ msgstr "" msgid "No priority (or zero) specified for pin" msgstr "没有为版本锁定指定优先级(或为零)" -#: apt-pkg/packagemanager.cc:303 apt-pkg/packagemanager.cc:983 +#: apt-pkg/update.cc:76 +#, fuzzy, c-format +msgid "Failed to fetch %s %s" +msgstr "无法下载 %s %s\n" + +#: apt-pkg/update.cc:102 apt-pkg/update.cc:104 +msgid "" +"Some index files failed to download. They have been ignored, or old ones " +"used instead." +msgstr "部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。" + +#: apt-pkg/srcrecords.cc:53 +msgid "You must put some 'source' URIs in your sources.list" +msgstr "您必须在您的 sources.list 写入一些“软件源”的 URI" + +#: apt-pkg/clean.cc:64 +#, c-format +msgid "Unable to stat %s." +msgstr "无法读取 %s 的状态。" + +#: apt-pkg/packagemanager.cc:330 apt-pkg/packagemanager.cc:1018 #, c-format msgid "" "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " @@ -2377,12 +2369,12 @@ msgstr "" "无法立即对 %s 进行配置。请查看 man 5 apt.conf 中的 APT::Immediate-Configure " "(%d)" -#: apt-pkg/packagemanager.cc:562 apt-pkg/packagemanager.cc:592 +#: apt-pkg/packagemanager.cc:589 apt-pkg/packagemanager.cc:627 #, c-format msgid "Could not configure '%s'. " msgstr "无法配置 %s。" -#: apt-pkg/packagemanager.cc:642 +#: apt-pkg/packagemanager.cc:677 #, c-format msgid "" "This installation run will require temporarily removing the essential " @@ -2475,10 +2467,6 @@ msgstr "正在写入新的源列表\n" msgid "Source list entries for this disc are:\n" msgstr "对应于该盘片的软件源设置项是:\n" -#: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182 -msgid "Calculating upgrade" -msgstr "正在对升级进行计算" - #: apt-pkg/algorithms.cc:263 #, c-format msgid "" @@ -2499,25 +2487,31 @@ msgstr "" "无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关" "系。" -#: apt-pkg/edsp.cc:184 apt-pkg/edsp.cc:210 -msgid "Send scenario to solver" -msgstr "向solver发送情景" +#: apt-pkg/depcache.cc:139 apt-pkg/depcache.cc:167 +msgid "Building dependency tree" +msgstr "正在分析软件包的依赖关系树" -#: apt-pkg/edsp.cc:232 -msgid "Send request to solver" -msgstr "向solver发送请求" +#: apt-pkg/depcache.cc:140 +msgid "Candidate versions" +msgstr "候选版本" -#: apt-pkg/edsp.cc:311 -msgid "Prepare for receiving solution" -msgstr "准备接收解决方案" +#: apt-pkg/depcache.cc:168 +msgid "Dependency generation" +msgstr "生成依赖关系" -#: apt-pkg/edsp.cc:318 -msgid "External solver failed without a proper error message" -msgstr "外部solver出错,错误信息不恰当" +#: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225 +msgid "Reading state information" +msgstr "正在读取状态信息" -#: apt-pkg/edsp.cc:610 apt-pkg/edsp.cc:613 apt-pkg/edsp.cc:618 -msgid "Execute external solver" -msgstr "执行外部solver" +#: apt-pkg/depcache.cc:252 +#, c-format +msgid "Failed to open StateFile %s" +msgstr "无法打开状态文件 %s" + +#: apt-pkg/depcache.cc:257 +#, c-format +msgid "Failed to write temporary StateFile %s" +msgstr "无法写入临时状态文件 %s" #: apt-pkg/tagfile.cc:196 apt-pkg/tagfile.cc:296 apt-pkg/deb/debrecords.cc:212 #, c-format @@ -2529,6 +2523,58 @@ msgstr "无法解析软件包文件 %s (%d)" msgid "Cannot convert %s to integer" msgstr "" +#: apt-pkg/cacheset.cc:500 +#, c-format +msgid "Release '%s' for '%s' was not found" +msgstr "未找到“%2$s”的“%1$s”发布版本" + +#: apt-pkg/cacheset.cc:503 +#, c-format +msgid "Version '%s' for '%s' was not found" +msgstr "未找到“%2$s”的“%1$s”版本" + +#: apt-pkg/cacheset.cc:738 +#, c-format +msgid "Couldn't find task '%s'" +msgstr "无法找到任务 %s" + +#: apt-pkg/cacheset.cc:744 +#, c-format +msgid "Couldn't find any package by regex '%s'" +msgstr "无法按照正则表达式 %s 找到任何软件包" + +#: apt-pkg/cacheset.cc:750 +#, c-format +msgid "Couldn't find any package by glob '%s'" +msgstr "无法按照 glob ‘%s’ 找到任何软件包" + +#: apt-pkg/cacheset.cc:789 +#, c-format +msgid "Can't select versions from package '%s' as it is purely virtual" +msgstr "无法从完全虚拟的软件包 %s 中选择版本" + +#: apt-pkg/cacheset.cc:828 +#, c-format +msgid "Can't select newest version from package '%s' as it is purely virtual" +msgstr "因为软件包 %s 是完全的虚拟软件包,无法选择它的最新版" + +#: apt-pkg/cacheset.cc:836 +#, c-format +msgid "Can't select candidate version from package %s as it has no candidate" +msgstr "因为软件包 %s 没有候选版本,无法进行选择" + +#: apt-pkg/cacheset.cc:844 +#, c-format +msgid "Can't select installed version from package %s as it is not installed" +msgstr "因为软件包 %s 没有安装,无法选择它的已安装版本" + +#: apt-pkg/cacheset.cc:852 apt-pkg/cacheset.cc:860 +#, c-format +msgid "" +"Can't select installed nor candidate version from package '%s' as it has " +"neither of them" +msgstr "因为软件包 %s 没有已安装或候选的版本,无法进行选择" + #. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports #: apt-pkg/sourcelist.cc:133 apt-pkg/sourcelist.cc:140 #: apt-pkg/sourcelist.cc:143 apt-pkg/sourcelist.cc:151 @@ -2567,57 +2613,199 @@ msgstr "在源列表 %2$s 中第 %1$u 行的格式有误(类型)" msgid "Type '%s' is not known on stanza %u in source list %s" msgstr "无法识别在源列表 %3$s 里,第 %2$u 节中的软件包类别“%1$s”" -#: apt-pkg/cacheset.cc:500 +#: apt-pkg/deb/debmetaindex.cc:229 #, c-format -msgid "Release '%s' for '%s' was not found" -msgstr "未找到“%2$s”的“%1$s”发布版本" +msgid "Unable to parse Release file %s" +msgstr "无法解析软件包仓库 Release 文件 %s" -#: apt-pkg/cacheset.cc:503 +#: apt-pkg/deb/debmetaindex.cc:238 #, c-format -msgid "Version '%s' for '%s' was not found" -msgstr "未找到“%2$s”的“%1$s”版本" +msgid "No sections in Release file %s" +msgstr "软件包仓库 Release 文件 %s 内无组件章节信息" -#: apt-pkg/cacheset.cc:738 +#: apt-pkg/deb/debmetaindex.cc:278 #, c-format -msgid "Couldn't find task '%s'" -msgstr "无法找到任务 %s" +msgid "No Hash entry in Release file %s" +msgstr "软件包仓库 Release 文件 %s 内无哈希条目" -#: apt-pkg/cacheset.cc:744 +#: apt-pkg/deb/debmetaindex.cc:286 #, c-format -msgid "Couldn't find any package by regex '%s'" -msgstr "无法按照正则表达式 %s 找到任何软件包" +msgid "Invalid 'Date' entry in Release file %s" +msgstr "软件包仓库 Release 文件 %s 内 Date 条目无效" + +#: apt-pkg/deb/debmetaindex.cc:307 +#, c-format +msgid "Invalid 'Valid-Until' entry in Release file %s" +msgstr "软件包仓库 Release 文件 %s 内 Valid-Until 条目无效" + +#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite +#: apt-pkg/deb/debmetaindex.cc:438 apt-pkg/deb/debmetaindex.cc:446 +#: apt-pkg/deb/debmetaindex.cc:454 apt-pkg/deb/debmetaindex.cc:462 +#: apt-pkg/deb/debmetaindex.cc:485 +#, c-format +msgid "Conflicting values set for option %s concerning source %s %s" +msgstr "" + +#: apt-pkg/deb/debmetaindex.cc:480 +#, c-format +msgid "Invalid value set for option %s concerning source %s %s (%s)" +msgstr "" + +#: apt-pkg/deb/dpkgpm.cc:110 +#, c-format +msgid "Installing %s" +msgstr "正在安装 %s" + +#: apt-pkg/deb/dpkgpm.cc:111 apt-pkg/deb/dpkgpm.cc:1007 +#, c-format +msgid "Configuring %s" +msgstr "正在配置 %s" + +#: apt-pkg/deb/dpkgpm.cc:112 apt-pkg/deb/dpkgpm.cc:1014 +#, c-format +msgid "Removing %s" +msgstr "正在删除 %s" + +#: apt-pkg/deb/dpkgpm.cc:113 +#, c-format +msgid "Completely removing %s" +msgstr "完全删除 %s" + +#: apt-pkg/deb/dpkgpm.cc:114 +#, c-format +msgid "Noting disappearance of %s" +msgstr "注意到 %s 已经消失" + +#: apt-pkg/deb/dpkgpm.cc:115 +#, c-format +msgid "Running post-installation trigger %s" +msgstr "执行安装后执行的触发器 %s" + +#. FIXME: use a better string after freeze +#: apt-pkg/deb/dpkgpm.cc:838 +#, c-format +msgid "Directory '%s' missing" +msgstr "目录 %s 缺失" + +#: apt-pkg/deb/dpkgpm.cc:853 apt-pkg/deb/dpkgpm.cc:875 +#, c-format +msgid "Could not open file '%s'" +msgstr "无法打开文件 %s" + +#: apt-pkg/deb/dpkgpm.cc:1000 +#, c-format +msgid "Preparing %s" +msgstr "正在准备 %s" + +#: apt-pkg/deb/dpkgpm.cc:1001 +#, c-format +msgid "Unpacking %s" +msgstr "正在解压缩 %s" + +#: apt-pkg/deb/dpkgpm.cc:1006 +#, c-format +msgid "Preparing to configure %s" +msgstr "正在准备配置 %s" + +#: apt-pkg/deb/dpkgpm.cc:1008 +#, c-format +msgid "Installed %s" +msgstr "已安装 %s" + +#: apt-pkg/deb/dpkgpm.cc:1013 +#, c-format +msgid "Preparing for removal of %s" +msgstr "正在准备 %s 的删除操作" + +#: apt-pkg/deb/dpkgpm.cc:1015 +#, c-format +msgid "Removed %s" +msgstr "已删除 %s" + +#: apt-pkg/deb/dpkgpm.cc:1020 +#, c-format +msgid "Preparing to completely remove %s" +msgstr "正在准备完全删除 %s" + +#: apt-pkg/deb/dpkgpm.cc:1021 +#, c-format +msgid "Completely removed %s" +msgstr "完全删除了 %s" + +#: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 +#, c-format +msgid "Can not write log (%s)" +msgstr "无法写入日志 (%s)" + +#: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 +msgid "Is /dev/pts mounted?" +msgstr "/dev/pts 挂载了吗?" + +#: apt-pkg/deb/dpkgpm.cc:1656 +msgid "Operation was interrupted before it could finish" +msgstr "操作在完成之前被打断" + +#: apt-pkg/deb/dpkgpm.cc:1718 +msgid "No apport report written because MaxReports is reached already" +msgstr "由于已经达到 MaxReports 限制,没有写入 apport 报告。" + +#. check if its not a follow up error +#: apt-pkg/deb/dpkgpm.cc:1723 +msgid "dependency problems - leaving unconfigured" +msgstr "依赖问题 - 保持未配置" + +#: apt-pkg/deb/dpkgpm.cc:1725 +msgid "" +"No apport report written because the error message indicates its a followup " +"error from a previous failure." +msgstr "因为错误消息指示这是由于上一个问题导致的错误,没有写入 apport 报告。" + +#: apt-pkg/deb/dpkgpm.cc:1731 +msgid "" +"No apport report written because the error message indicates a disk full " +"error" +msgstr "因为错误消息指示这是由于磁盘已满,没有写入 apport 报告。" -#: apt-pkg/cacheset.cc:750 -#, c-format -msgid "Couldn't find any package by glob '%s'" -msgstr "无法按照 glob ‘%s’ 找到任何软件包" +#: apt-pkg/deb/dpkgpm.cc:1738 +msgid "" +"No apport report written because the error message indicates a out of memory " +"error" +msgstr "因为错误消息指示这是由于内存不足,没有写入 apport 报告。" -#: apt-pkg/cacheset.cc:789 -#, c-format -msgid "Can't select versions from package '%s' as it is purely virtual" -msgstr "无法从完全虚拟的软件包 %s 中选择版本" +#: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751 +msgid "" +"No apport report written because the error message indicates an issue on the " +"local system" +msgstr "错误信息显示本地系统有一些问题,因此没有写入 apport 报告" -#: apt-pkg/cacheset.cc:828 -#, c-format -msgid "Can't select newest version from package '%s' as it is purely virtual" -msgstr "因为软件包 %s 是完全的虚拟软件包,无法选择它的最新版" +#: apt-pkg/deb/dpkgpm.cc:1773 +msgid "" +"No apport report written because the error message indicates a dpkg I/O error" +msgstr "因为错误消息指示这是一个 dpkg I/O 错误,没有写入 apport 报告。" -#: apt-pkg/cacheset.cc:836 +#: apt-pkg/deb/debsystem.cc:88 #, c-format -msgid "Can't select candidate version from package %s as it has no candidate" -msgstr "因为软件包 %s 没有候选版本,无法进行选择" +msgid "" +"Unable to lock the administration directory (%s), is another process using " +"it?" +msgstr "无法锁定管理目录(%s),是否有其他进程正占用它?" -#: apt-pkg/cacheset.cc:844 +#: apt-pkg/deb/debsystem.cc:91 #, c-format -msgid "Can't select installed version from package %s as it is not installed" -msgstr "因为软件包 %s 没有安装,无法选择它的已安装版本" +msgid "Unable to lock the administration directory (%s), are you root?" +msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root 用户运行?" -#: apt-pkg/cacheset.cc:852 apt-pkg/cacheset.cc:860 +#. TRANSLATORS: the %s contains the recovery command, usually +#. dpkg --configure -a +#: apt-pkg/deb/debsystem.cc:107 #, c-format msgid "" -"Can't select installed nor candidate version from package '%s' as it has " -"neither of them" -msgstr "因为软件包 %s 没有已安装或候选的版本,无法进行选择" +"dpkg was interrupted, you must manually run '%s' to correct the problem. " +msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。" + +#: apt-pkg/deb/debsystem.cc:125 +msgid "Not locked" +msgstr "未锁定" #. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds #: apt-pkg/contrib/strutl.cc:420 @@ -2724,7 +2912,7 @@ msgstr "无法打开文件 %s" msgid "Could not open file descriptor %d" msgstr "无法打开文件描述符 %d" -#: apt-pkg/contrib/fileutl.cc:1408 apt-pkg/contrib/fileutl.cc:2176 +#: apt-pkg/contrib/fileutl.cc:1408 apt-pkg/contrib/fileutl.cc:2177 msgid "Failed to create subprocess IPC" msgstr "无法创建子进程的 IPC 管道" @@ -2747,25 +2935,30 @@ msgstr "还剩 %llu 字节没有写入,但无法写入操作" msgid "Problem closing the file %s" msgstr "关闭文件 %s 出错" -#: apt-pkg/contrib/fileutl.cc:2019 +#: apt-pkg/contrib/fileutl.cc:2020 #, c-format msgid "Problem renaming the file %s to %s" msgstr "重命名文件 %s 为 %s 出错" -#: apt-pkg/contrib/fileutl.cc:2030 +#: apt-pkg/contrib/fileutl.cc:2031 #, c-format msgid "Problem unlinking the file %s" msgstr "用 unlink 删除文件 %s 出错" -#: apt-pkg/contrib/fileutl.cc:2043 +#: apt-pkg/contrib/fileutl.cc:2044 msgid "Problem syncing the file" msgstr "同步文件出错" -#: apt-pkg/contrib/fileutl.cc:2146 cmdline/apt-extracttemplates.cc:258 +#: apt-pkg/contrib/fileutl.cc:2147 cmdline/apt-extracttemplates.cc:258 #, c-format msgid "Unable to mkstemp %s" msgstr "无法建立临时文件(mkstemp) %s " +#: apt-pkg/contrib/fileutl.cc:2152 cmdline/apt-extracttemplates.cc:263 +#, c-format +msgid "Unable to write to %s" +msgstr "无法写入 %s" + #: apt-pkg/contrib/progress.cc:148 #, c-format msgid "%c%s... Error!" @@ -2952,200 +3145,6 @@ msgstr "不能识别参数 %s,请用 true 或 false" msgid "Invalid operation %s" msgstr "无效的操作 %s" -#: apt-pkg/deb/debmetaindex.cc:229 -#, c-format -msgid "Unable to parse Release file %s" -msgstr "无法解析软件包仓库 Release 文件 %s" - -#: apt-pkg/deb/debmetaindex.cc:238 -#, c-format -msgid "No sections in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内无组件章节信息" - -#: apt-pkg/deb/debmetaindex.cc:278 -#, c-format -msgid "No Hash entry in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内无哈希条目" - -#: apt-pkg/deb/debmetaindex.cc:286 -#, c-format -msgid "Invalid 'Date' entry in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内 Date 条目无效" - -#: apt-pkg/deb/debmetaindex.cc:307 -#, c-format -msgid "Invalid 'Valid-Until' entry in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内 Valid-Until 条目无效" - -#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite -#: apt-pkg/deb/debmetaindex.cc:438 apt-pkg/deb/debmetaindex.cc:446 -#: apt-pkg/deb/debmetaindex.cc:454 apt-pkg/deb/debmetaindex.cc:462 -#: apt-pkg/deb/debmetaindex.cc:485 -#, c-format -msgid "Conflicting values set for option %s concerning source %s %s" -msgstr "" - -#: apt-pkg/deb/debmetaindex.cc:480 -#, c-format -msgid "Invalid value set for option %s concerning source %s %s (%s)" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc:110 -#, c-format -msgid "Installing %s" -msgstr "正在安装 %s" - -#: apt-pkg/deb/dpkgpm.cc:111 apt-pkg/deb/dpkgpm.cc:1007 -#, c-format -msgid "Configuring %s" -msgstr "正在配置 %s" - -#: apt-pkg/deb/dpkgpm.cc:112 apt-pkg/deb/dpkgpm.cc:1014 -#, c-format -msgid "Removing %s" -msgstr "正在删除 %s" - -#: apt-pkg/deb/dpkgpm.cc:113 -#, c-format -msgid "Completely removing %s" -msgstr "完全删除 %s" - -#: apt-pkg/deb/dpkgpm.cc:114 -#, c-format -msgid "Noting disappearance of %s" -msgstr "注意到 %s 已经消失" - -#: apt-pkg/deb/dpkgpm.cc:115 -#, c-format -msgid "Running post-installation trigger %s" -msgstr "执行安装后执行的触发器 %s" - -#. FIXME: use a better string after freeze -#: apt-pkg/deb/dpkgpm.cc:838 -#, c-format -msgid "Directory '%s' missing" -msgstr "目录 %s 缺失" - -#: apt-pkg/deb/dpkgpm.cc:853 apt-pkg/deb/dpkgpm.cc:875 -#, c-format -msgid "Could not open file '%s'" -msgstr "无法打开文件 %s" - -#: apt-pkg/deb/dpkgpm.cc:1000 -#, c-format -msgid "Preparing %s" -msgstr "正在准备 %s" - -#: apt-pkg/deb/dpkgpm.cc:1001 -#, c-format -msgid "Unpacking %s" -msgstr "正在解压缩 %s" - -#: apt-pkg/deb/dpkgpm.cc:1006 -#, c-format -msgid "Preparing to configure %s" -msgstr "正在准备配置 %s" - -#: apt-pkg/deb/dpkgpm.cc:1008 -#, c-format -msgid "Installed %s" -msgstr "已安装 %s" - -#: apt-pkg/deb/dpkgpm.cc:1013 -#, c-format -msgid "Preparing for removal of %s" -msgstr "正在准备 %s 的删除操作" - -#: apt-pkg/deb/dpkgpm.cc:1015 -#, c-format -msgid "Removed %s" -msgstr "已删除 %s" - -#: apt-pkg/deb/dpkgpm.cc:1020 -#, c-format -msgid "Preparing to completely remove %s" -msgstr "正在准备完全删除 %s" - -#: apt-pkg/deb/dpkgpm.cc:1021 -#, c-format -msgid "Completely removed %s" -msgstr "完全删除了 %s" - -#: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 -#, c-format -msgid "Can not write log (%s)" -msgstr "无法写入日志 (%s)" - -#: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 -msgid "Is /dev/pts mounted?" -msgstr "/dev/pts 挂载了吗?" - -#: apt-pkg/deb/dpkgpm.cc:1656 -msgid "Operation was interrupted before it could finish" -msgstr "操作在完成之前被打断" - -#: apt-pkg/deb/dpkgpm.cc:1718 -msgid "No apport report written because MaxReports is reached already" -msgstr "由于已经达到 MaxReports 限制,没有写入 apport 报告。" - -#. check if its not a follow up error -#: apt-pkg/deb/dpkgpm.cc:1723 -msgid "dependency problems - leaving unconfigured" -msgstr "依赖问题 - 保持未配置" - -#: apt-pkg/deb/dpkgpm.cc:1725 -msgid "" -"No apport report written because the error message indicates its a followup " -"error from a previous failure." -msgstr "因为错误消息指示这是由于上一个问题导致的错误,没有写入 apport 报告。" - -#: apt-pkg/deb/dpkgpm.cc:1731 -msgid "" -"No apport report written because the error message indicates a disk full " -"error" -msgstr "因为错误消息指示这是由于磁盘已满,没有写入 apport 报告。" - -#: apt-pkg/deb/dpkgpm.cc:1738 -msgid "" -"No apport report written because the error message indicates a out of memory " -"error" -msgstr "因为错误消息指示这是由于内存不足,没有写入 apport 报告。" - -#: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751 -msgid "" -"No apport report written because the error message indicates an issue on the " -"local system" -msgstr "错误信息显示本地系统有一些问题,因此没有写入 apport 报告" - -#: apt-pkg/deb/dpkgpm.cc:1773 -msgid "" -"No apport report written because the error message indicates a dpkg I/O error" -msgstr "因为错误消息指示这是一个 dpkg I/O 错误,没有写入 apport 报告。" - -#: apt-pkg/deb/debsystem.cc:88 -#, c-format -msgid "" -"Unable to lock the administration directory (%s), is another process using " -"it?" -msgstr "无法锁定管理目录(%s),是否有其他进程正占用它?" - -#: apt-pkg/deb/debsystem.cc:91 -#, c-format -msgid "Unable to lock the administration directory (%s), are you root?" -msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root 用户运行?" - -#. TRANSLATORS: the %s contains the recovery command, usually -#. dpkg --configure -a -#: apt-pkg/deb/debsystem.cc:107 -#, c-format -msgid "" -"dpkg was interrupted, you must manually run '%s' to correct the problem. " -msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。" - -#: apt-pkg/deb/debsystem.cc:125 -msgid "Not locked" -msgstr "未锁定" - #: cmdline/apt-extracttemplates.cc:228 msgid "" "Usage: apt-extracttemplates file1 [file2 ...]\n" @@ -3674,27 +3673,30 @@ msgstr "归档文件太短" msgid "Failed to read the archive headers" msgstr "无法读取归档文件的数据头" -#: apt-inst/contrib/extracttar.cc:123 -msgid "Failed to create pipes" -msgstr "无法创建管道" - -#: apt-inst/contrib/extracttar.cc:150 -msgid "Failed to exec gzip " -msgstr "无法执行 gzip" +#: apt-inst/contrib/extracttar.cc:110 +#, fuzzy, c-format +msgid "Cannot find a configured compressor for '%s'" +msgstr "无法找到认证记录:%s" -#: apt-inst/contrib/extracttar.cc:187 apt-inst/contrib/extracttar.cc:217 +#: apt-inst/contrib/extracttar.cc:142 apt-inst/contrib/extracttar.cc:172 msgid "Corrupted archive" msgstr "包文件已被损坏" -#: apt-inst/contrib/extracttar.cc:202 +#: apt-inst/contrib/extracttar.cc:157 msgid "Tar checksum failed, archive corrupted" msgstr "Tar 的校验和不符,文件已损坏" -#: apt-inst/contrib/extracttar.cc:307 +#: apt-inst/contrib/extracttar.cc:262 #, c-format msgid "Unknown TAR header type %u, member %s" msgstr "未知的 TAR 数据头类型 %u,成员 %s" +#~ msgid "Failed to create pipes" +#~ msgstr "无法创建管道" + +#~ msgid "Failed to exec gzip " +#~ msgstr "无法执行 gzip" + #~ msgid "%s %s for %s compiled on %s %s\n" #~ msgstr "%s %s,用于 %s 体系结构,编译于 %s %s\n" -- cgit v1.2.3