2011-03-14 13:44:03 -05:00
|
|
|
|
# SOME DESCRIPTIVE TITLE.
|
2021-05-20 12:33:05 +10:00
|
|
|
|
# Copyright (C) YEAR "Pacman Development Team <pacman-dev@archlinux.org>"
|
|
|
|
|
# This file is distributed under the same license as the libalpm package.
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#
|
2011-09-22 11:26:21 -05:00
|
|
|
|
# Translators:
|
2019-10-07 18:12:24 +10:00
|
|
|
|
# Alimspender Dong <akillcool@outlook.com>, 2019
|
2021-04-23 10:44:27 +10:00
|
|
|
|
# Feng Chao <chaofeng111@qq.com>, 2018
|
2013-04-30 21:18:42 +10:00
|
|
|
|
# Dan McGee <dpmcgee@gmail.com>, 2011
|
2021-05-20 12:33:05 +10:00
|
|
|
|
# Feng Chao <chaofeng111@qq.com>, 2011,2018,2020
|
2019-08-12 11:42:10 +10:00
|
|
|
|
# Jiachen YANG <farseerfc@gmail.com>, 2019
|
2021-04-23 10:44:27 +10:00
|
|
|
|
# Feng Chao <chaofeng111@qq.com>, 2011
|
|
|
|
|
# Feng Chao <chaofeng111@qq.com>, 2011,2018
|
|
|
|
|
# Feng Chao <chaofeng111@qq.com>, 2011
|
2018-04-29 23:43:07 +10:00
|
|
|
|
# mytbk <mytbk920423@gmail.com>, 2013,2015,2017
|
2018-05-15 11:03:42 +10:00
|
|
|
|
# mytbk <mytbk920423@gmail.com>, 2013,2015,2017
|
2014-12-19 13:53:35 +10:00
|
|
|
|
# ykelvis <ykelvis@users.noreply.github.com>, 2014
|
2021-09-04 16:16:20 +10:00
|
|
|
|
# 张海, 2015,2018,2021
|
2021-05-20 12:33:05 +10:00
|
|
|
|
# 张海, 2015,2018,2021
|
2013-04-30 21:18:42 +10:00
|
|
|
|
# 甘 露 <rhythm.gan@gmail.com>, 2011
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2011-03-14 13:44:03 -05:00
|
|
|
|
"Project-Id-Version: Arch Linux Pacman package manager\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
|
2022-09-26 21:09:49 +10:00
|
|
|
|
"POT-Creation-Date: 2022-09-26 21:09+1000\n"
|
|
|
|
|
"PO-Revision-Date: 2010-11-29 23:17+0000\n"
|
|
|
|
|
"Last-Translator: 甘 露 <rhythm.gan@gmail.com>, 2011\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
"Language-Team: Chinese (China) (http://www.transifex.com/toofishes/archlinux-"
|
|
|
|
|
"pacman/language/zh_CN/)\n"
|
|
|
|
|
"Language: zh_CN\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2008-02-25 14:48:14 +01:00
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2013-03-10 12:56:55 +10:00
|
|
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
2011-03-14 13:44:03 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:90 lib/libalpm/sync.c:279
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s-%s is up to date -- skipping\n"
|
|
|
|
|
msgstr "%1$s-%2$s 已经为最新 -- 跳过\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:94
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s-%s is up to date -- reinstalling\n"
|
|
|
|
|
msgstr "%1$s-%2$s 已经为最新 -- 重新安装\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:99
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "downgrading package %s (%s => %s)\n"
|
|
|
|
|
msgstr "正在降级软件包 %1$s (%2$s => %3$s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:129
|
2018-04-29 23:43:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "cannot allocate disk archive object"
|
|
|
|
|
msgstr "无法分配磁盘归档对象"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:143 lib/libalpm/util.c:384
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "warning given when extracting %s (%s)\n"
|
2011-03-20 23:35:42 -05:00
|
|
|
|
msgstr "解压 %s 时出现警告 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:146 lib/libalpm/util.c:387
|
2009-10-06 19:17:07 +02:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "could not extract %s (%s)\n"
|
|
|
|
|
msgstr "无法解压缩 %1$s (%2$s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/add.c:159 lib/libalpm/dload.c:709 lib/libalpm/remove.c:534
|
2013-03-10 13:07:16 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not rename %s to %s (%s)\n"
|
|
|
|
|
msgstr "无法将 %1$s 重命名为 %2$s (%3$s)\n"
|
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:210
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "file not found in file list for package %s. skipping extraction of %s\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
|
msgstr "在包 %s 的文件列表中没找到文件。跳过 %s 的提取\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:219
|
2015-12-09 16:02:55 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "unable to extract %s%s: path too long"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法解压缩 %s%s:路径过长"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:261
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"directory permissions differ on %s\n"
|
|
|
|
|
"filesystem: %o package: %o\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgstr ""
|
|
|
|
|
"目录权限不一致 %1$s\n"
|
|
|
|
|
"文件系统:%2$o 软件包:%3$o\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:276
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid ""
|
|
|
|
|
"directory ownership differs on %s\n"
|
|
|
|
|
"filesystem: %u:%u package: %u:%u\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgstr ""
|
|
|
|
|
"目录权限不一致 %s\n"
|
|
|
|
|
"文件系统:%u:%u 软件包:%u:%u\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:292
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "extract: not overwriting dir with file %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "解压缩:没有用文件 %s 覆盖目录\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/add.c:320
|
2015-12-09 16:02:55 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "unable to extract %s.pacnew: path too long"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法解压缩 %s.pacnew:路径过长"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:510 lib/libalpm/util.c:335 lib/libalpm/util.c:600
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not get current working directory\n"
|
|
|
|
|
msgstr "无法得到当前的工作目录\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:515 lib/libalpm/util.c:340 lib/libalpm/util.c:605
|
|
|
|
|
#: lib/libalpm/util.c:658
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not change directory to %s (%s)\n"
|
|
|
|
|
msgstr "无法更改目录到 %1$s (%2$s)\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:571 lib/libalpm/util.c:405 lib/libalpm/util.c:774
|
2011-10-05 22:30:14 -05:00
|
|
|
|
#, c-format
|
2011-09-22 11:33:25 -05:00
|
|
|
|
msgid "could not restore working directory (%s)\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法恢复工作目录 (%s)\n"
|
2011-09-22 11:33:25 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:579
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "problem occurred while upgrading %s\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "更新 %s 时出现错误\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:585
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "problem occurred while installing %s\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "安装 %s 时出现错误\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:600
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not update database entry %s-%s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法更新数据库记录 %1$s-%2$s\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/add.c:610
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not add entry '%s' in cache\n"
|
|
|
|
|
msgstr "无法在缓存中添加记录 '%s' \n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:266
|
2013-03-17 13:45:49 +10:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "error while reading file %s: %s\n"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "读取文件%s时发生错误:%s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:376
|
2009-10-06 19:17:07 +02:00
|
|
|
|
#, c-format
|
2009-09-17 02:07:42 +02:00
|
|
|
|
msgid "removing invalid database: %s\n"
|
2009-10-06 19:17:07 +02:00
|
|
|
|
msgstr "正在删除无效的数据库: %s\n"
|
2009-09-17 02:07:42 +02:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:427 lib/libalpm/be_local.c:909
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not create directory %s: %s\n"
|
|
|
|
|
msgstr "无法更改目录到 %1$s:%2$s\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:602 lib/libalpm/be_sync.c:322
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "invalid name for database entry '%s'\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "数据库记录 '%s' 名字无效\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:610
|
2010-06-05 11:27:45 -05:00
|
|
|
|
#, c-format
|
2010-06-04 13:36:38 -05:00
|
|
|
|
msgid "duplicated database entry '%s'\n"
|
2010-06-05 11:27:45 -05:00
|
|
|
|
msgstr "重复的数据库记录 '%s'\n"
|
2010-06-04 13:36:38 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:622
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "corrupted database entry '%s'\n"
|
|
|
|
|
msgstr "损坏的数据库记录 '%s'\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:722 lib/libalpm/be_local.c:818
|
|
|
|
|
#: lib/libalpm/be_local.c:958 lib/libalpm/be_local.c:1055
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:823 lib/libalpm/util.c:254
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:270
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not open file %s: %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法打开文件 %1$s: %2$s\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:738 lib/libalpm/be_sync.c:582
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "%s database is inconsistent: name mismatch on package %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "%1$s 数据库不一致:名字和软件包中的 %2$s 不一致\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:744 lib/libalpm/be_sync.c:588
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s database is inconsistent: version mismatch on package %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "%1$s 数据库不一致:版本和软件包中的 %2$s 不一致\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_local.c:785
|
2013-03-10 13:07:16 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "unknown validation type for package %s: %s\n"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "包%s的验证类型未知:%s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:478 lib/libalpm/be_package.c:631
|
|
|
|
|
#: lib/libalpm/be_package.c:643
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "error while reading package %s: %s\n"
|
|
|
|
|
msgstr "读取软件包 %1$s 发生错误: %2$s\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:491 lib/libalpm/be_package.c:514
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "error while reading mtree of package %s: %s\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
|
msgstr "读取包 %s 的mtree时出错: %s\n"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:597
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not parse package description file in %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法解析 %s 中的软件包描述文件\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:602
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "missing package name in %s\n"
|
|
|
|
|
msgstr "%s 中缺少软件包名字\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:606
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "missing package version in %s\n"
|
|
|
|
|
msgstr "%s 中缺少软件包版本号\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:610
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "invalid package version in %s\n"
|
2014-12-19 13:53:35 +10:00
|
|
|
|
msgstr "%s 中软件包版本号无效\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:649
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "missing package metadata in %s\n"
|
|
|
|
|
msgstr "%s 中缺少软件包元数据\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:741
|
2013-03-17 13:45:49 +10:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "failed to read signature file: %s\n"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "读取签名文件失败:%s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/be_package.c:770 lib/libalpm/sync.c:953
|
2013-03-10 13:07:16 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "required key missing from keyring\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "所需的密钥不在密钥环中\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:61
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "removing invalid file: %s\n"
|
|
|
|
|
msgstr "删除无效文件: %s\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:449
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "could not parse package description file '%s' from db '%s'\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法解析软件包描述文件 '%s' 从数据库 '%s'\n"
|
2011-06-23 21:48:35 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:456
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "could not read db '%s' (%s)\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "无法读取数据库 '%s' (%s)\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:489 lib/libalpm/be_sync.c:494
|
2013-06-18 13:17:30 +10:00
|
|
|
|
#, c-format
|
2013-06-06 13:12:20 +10:00
|
|
|
|
msgid "%s database is inconsistent: filename of package %s is illegal\n"
|
2013-06-18 13:17:30 +10:00
|
|
|
|
msgstr "%s 数据库不一致: 包 %s 的文件名不合法\n"
|
2013-06-06 13:12:20 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:499
|
2013-06-18 13:17:30 +10:00
|
|
|
|
#, c-format
|
2013-06-06 13:12:20 +10:00
|
|
|
|
msgid "%s database is inconsistent: filename of package %s is too long\n"
|
2013-06-18 13:17:30 +10:00
|
|
|
|
msgstr "%s 数据库不一致: 包 %s 的文件名太长\n"
|
2013-06-06 13:12:20 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/be_sync.c:564
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "unknown database file: %s\n"
|
2014-12-19 13:53:35 +10:00
|
|
|
|
msgstr "未知的数据库文件: %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/db.c:344
|
2010-06-04 13:36:38 -05:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "database path is undefined\n"
|
|
|
|
|
msgstr "数据库路径未定义\n"
|
2010-06-04 13:36:38 -05:00
|
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#: lib/libalpm/deps.c:184
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "dependency cycle detected:\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "检测到循环依赖:\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#: lib/libalpm/deps.c:187
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s will be removed after its %s dependency\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "%1$s 将在它 %2$s 的依赖关系之后被删除\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#: lib/libalpm/deps.c:191
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s will be installed before its %s dependency\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "%1$s 将在它 %2$s 的依赖关系之前被安装\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/deps.c:666 lib/libalpm/deps.c:697
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "ignoring package %s-%s\n"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "正在忽略软件包更新 %s-%s\n"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/deps.c:842
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "cannot resolve \"%s\", a dependency of \"%s\"\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法解决 \"%1$s\",\"%2$s\" 的一个依赖关系\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:78
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not get filesystem information for %s: %s\n"
|
2011-03-20 23:35:42 -05:00
|
|
|
|
msgstr "无法为 %s 获得文件系统信息:%s\n"
|
2011-03-14 13:44:03 -05:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:108
|
2013-03-17 13:45:49 +10:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "could not open file: %s: %s\n"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "无法打开文件 %s: %s\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:146 lib/libalpm/diskspace.c:159
|
2013-03-10 13:07:16 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not get filesystem information\n"
|
|
|
|
|
msgstr "无法获取文件系统的信息\n"
|
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:242
|
|
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
|
msgid "could not get file information for %s\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法获取 %s 的文件信息\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:256 lib/libalpm/diskspace.c:315
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
2011-03-16 19:51:12 -05:00
|
|
|
|
msgid "could not determine mount point for file %s\n"
|
|
|
|
|
msgstr "无法确定文件 %s 的挂载点\n"
|
2011-03-14 13:44:03 -05:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:354
|
|
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
|
msgid "Partition %s too full: %jd blocks needed, %ju blocks free\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "分区 %s 已用满:需要 %jd 个块,可用 %ju 个块\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:379 lib/libalpm/diskspace.c:433
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
2011-03-20 23:35:42 -05:00
|
|
|
|
msgid "could not determine filesystem mount points\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法确定文件系统挂载点\n"
|
2011-03-20 23:35:42 -05:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:385
|
2013-03-17 13:45:49 +10:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "could not determine cachedir mount point %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgstr ""
|
|
|
|
|
"无法确定缓存目录挂载点 %s\n"
|
|
|
|
|
"\n"
|
2013-03-10 13:07:16 +10:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:438
|
2011-03-20 23:35:42 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not determine root mount point %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法确定根分区挂载点 %s\n"
|
2011-03-14 13:44:03 -05:00
|
|
|
|
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#: lib/libalpm/diskspace.c:486
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Partition %s is mounted read only\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgstr ""
|
2019-08-12 11:42:10 +10:00
|
|
|
|
"分区 %s 被挂载为只读\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
"\n"
|
2011-03-14 13:44:03 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/dload.c:116
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"too many errors from %s, skipping for the remainder of this transaction\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgstr "%s 返回错误过多,将在此事务的剩余部分中跳过\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/dload.c:220
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "disk"
|
|
|
|
|
msgstr "硬盘"
|
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/dload.c:392
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "failed to create temporary file for download\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法创建下载用的临时文件\n"
|
2011-08-08 17:17:15 -05:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:509 lib/libalpm/dload.c:547 lib/libalpm/dload.c:561
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "failed retrieving file '%s' from %s : %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法从 %2$s : %3$s 获取文件 '%1$s'\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:539
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "failed retrieving file '%s' from %s : expected download size exceeded\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
|
msgstr "获取文件 '%s' 失败,来自 %s : 下载大小超出期望值\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:687
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "%s appears to be truncated: %jd/%jd bytes\n"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "%s 可缩小:%jd/%jd bytes\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:787
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
2021-04-23 10:44:27 +10:00
|
|
|
|
msgid "url '%s' is invalid\n"
|
|
|
|
|
msgstr "url '%s' 无效\n"
|
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:893
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#, c-format
|
2021-04-23 10:44:27 +10:00
|
|
|
|
msgid "failed to setup a download payload for %s\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgstr "为 %s 设置下载负载失败\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:905
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "curl returned error %d from transfer\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgstr "curl 在传输中返回了错误 %d\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:929
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "curl transfer error: %d\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgstr "curl 传输错误:%d\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:1055 lib/libalpm/sync.c:840
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "failed to retrieve some files\n"
|
|
|
|
|
msgstr "无法获取某些文件\n"
|
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/dload.c:1078
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "download completed successfully but no file in the cache\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgstr "下载已成功完成但缓存中没有文件\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:40
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "out of memory!"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "内存不足!"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:42
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "unexpected system error"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "未预期的系统错误"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:44
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "permission denied"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "权限不足"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:46
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not find or read file"
|
|
|
|
|
msgstr "无法找到或读取文件"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:48
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not find or read directory"
|
|
|
|
|
msgstr "无法找到或读取目录"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:50
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "wrong or NULL argument passed"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "传递了错误的或 NULL 参数"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:52
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "not enough free disk space"
|
|
|
|
|
msgstr "剩余空间不够"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:55
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "library not initialized"
|
2018-04-29 23:43:07 +10:00
|
|
|
|
msgstr "仓库未初始化"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:57
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "library already initialized"
|
2018-04-29 23:43:07 +10:00
|
|
|
|
msgstr "仓库已初始化"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:59
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "unable to lock database"
|
|
|
|
|
msgstr "无法锁定数据库"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:62
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not open database"
|
|
|
|
|
msgstr "无法打开数据库"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:64
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not create database"
|
|
|
|
|
msgstr "无法创建数据库"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:66
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "database not initialized"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "数据库未初始化"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:68
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "database already registered"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "数据库已经注册过了"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:70
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not find database"
|
|
|
|
|
msgstr "无法找到数据库"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:72
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "invalid or corrupted database"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效或已损坏的数据库"
|
2011-08-08 17:17:15 -05:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:74
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "invalid or corrupted database (PGP signature)"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效或已损坏的数据库 (PGP 签名)"
|
2011-08-08 17:17:15 -05:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:76
|
2011-03-14 13:44:03 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "database is incorrect version"
|
|
|
|
|
msgstr "数据库版本不对"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:78
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not update database"
|
|
|
|
|
msgstr "无法更新数据库"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:80
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not remove database entry"
|
|
|
|
|
msgstr "无法删除数据库记录"
|
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:83
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "invalid url for server"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无效的服务器 url"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:85
|
2009-07-27 21:42:16 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "no servers configured for repository"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "软件仓库没有配置服务器信息"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:88
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "transaction already initialized"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "事务已初始化"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:90 lib/libalpm/error.c:96
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "transaction not initialized"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "事务未初始化"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#: lib/libalpm/error.c:92
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "duplicate target"
|
|
|
|
|
msgstr "重复的目标"
|
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:94
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#, c-format
|
2021-05-20 12:33:05 +10:00
|
|
|
|
msgid "duplicate filename"
|
2021-09-04 16:16:20 +10:00
|
|
|
|
msgstr "重复的文件名"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
|
|
|
|
|
#: lib/libalpm/error.c:98
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "transaction not prepared"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "事务未准备好"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:100
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "transaction aborted"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "事务已放弃"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:102
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "operation not compatible with the transaction type"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "操作与事务类型不兼容"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:104
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "transaction commit attempt when database is not locked"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "尝试提交事务处理时尚未锁定数据库"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:106
|
2015-12-09 16:02:55 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "failed to run transaction hooks"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "运行事务处理钩子函数失败"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:109
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not find or read package"
|
|
|
|
|
msgstr "无法找到或读取软件包"
|
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:111
|
2009-07-27 21:42:16 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "operation cancelled due to ignorepkg"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "由于 ignorepkg 指定,操作已取消"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:113
|
2011-09-22 11:26:21 -05:00
|
|
|
|
#, c-format
|
2011-08-09 15:50:58 -05:00
|
|
|
|
msgid "invalid or corrupted package"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效或已损坏的软件包"
|
2011-08-09 15:50:58 -05:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:115
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "invalid or corrupted package (checksum)"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效或已损坏的软件包 (检验值)"
|
2011-08-08 17:17:15 -05:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:117
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "invalid or corrupted package (PGP signature)"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效或已损坏的软件包 (PGP 签名)"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:119
|
2014-12-19 13:53:35 +10:00
|
|
|
|
#, c-format
|
2014-11-18 15:14:51 +10:00
|
|
|
|
msgid "package missing required signature"
|
2014-12-19 13:53:35 +10:00
|
|
|
|
msgstr "软件包缺失签名"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:121
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "cannot open package file"
|
|
|
|
|
msgstr "无法打开软件包文件"
|
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:123
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "cannot remove all files for package"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法为软件包删除全部文件"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:125
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "package filename is not valid"
|
|
|
|
|
msgstr "软件包文件名无效"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/error.c:127
|
2010-06-05 11:27:45 -05:00
|
|
|
|
#, c-format
|
2010-06-04 13:36:38 -05:00
|
|
|
|
msgid "package architecture is not valid"
|
2010-06-05 11:27:45 -05:00
|
|
|
|
msgstr "无效的软件包架构"
|
2010-06-04 13:36:38 -05:00
|
|
|
|
|
2015-12-09 16:02:55 +10:00
|
|
|
|
#: lib/libalpm/error.c:130
|
2011-06-23 21:48:35 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "missing PGP signature"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "缺失 PGP 签名"
|
2011-06-23 21:48:35 -05:00
|
|
|
|
|
2015-12-09 16:02:55 +10:00
|
|
|
|
#: lib/libalpm/error.c:132
|
2011-06-23 21:48:35 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "invalid PGP signature"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无效 PGP 签名"
|
2011-06-23 21:48:35 -05:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/error.c:135 lib/libalpm/hook.c:514
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not satisfy dependencies"
|
|
|
|
|
msgstr "无法满足依赖关系"
|
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:137
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "conflicting dependencies"
|
|
|
|
|
msgstr "有冲突的依赖关系"
|
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:139
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "conflicting files"
|
|
|
|
|
msgstr "有冲突的文件"
|
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:142
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "failed to retrieve some files"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "无法获取某些文件"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:144
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "invalid regular expression"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无效的正则表达式"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:150
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "libarchive error"
|
|
|
|
|
msgstr "libarchive 错误"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:152
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "download library error"
|
2018-04-29 23:43:07 +10:00
|
|
|
|
msgstr "下载数据库出错"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:154
|
2011-06-23 21:48:35 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "gpgme error"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "gpgme 错误"
|
2011-06-23 21:48:35 -05:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:156
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "error invoking external downloader"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "调用外部下载程序时出错"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2019-08-12 11:42:10 +10:00
|
|
|
|
#: lib/libalpm/error.c:159
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "compiled without signature support"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
msgstr "编译时未启用签名支持"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
|
|
|
|
|
#: lib/libalpm/error.c:162
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "unexpected error"
|
|
|
|
|
msgstr "未预期的错误"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/handle.c:142
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "lock file missing %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "缺失锁文件 %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/handle.c:148
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not remove lock file %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法删除锁文件 %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:95
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "Missing trigger targets in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子中缺少触发目标:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:101
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "Missing trigger type in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子中缺少触发类型:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:107
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "Missing trigger operation in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子中缺少触发操作:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:134
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "Missing Exec option in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子中缺少 Exec 选项:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:140
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "Missing When option in hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子中缺少 When 选项:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:143
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "AbortOnFail set for PostTransaction hook: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "事务后钩子设置了 AbortOnFail: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:160
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "error while reading hook %s: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "读取钩子 %s 时发生错误:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:162 lib/libalpm/hook.c:206 lib/libalpm/hook.c:248
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "hook %s line %d: invalid option %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子 %s 第 %d 行:无效选项 %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:172
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "hook %s line %d: invalid section %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子 %s 第 %d 行:无效部分 %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:184 lib/libalpm/hook.c:199 lib/libalpm/hook.c:218
|
|
|
|
|
#: lib/libalpm/hook.c:241
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "hook %s line %d: invalid value %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子 %s 第 %d 行:无效值 %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:188 lib/libalpm/hook.c:211 lib/libalpm/hook.c:222
|
|
|
|
|
#: lib/libalpm/hook.c:236
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "hook %s line %d: overwriting previous definition of %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "钩子 %s 第 %d 行:覆盖了此前 %s 的定义\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:243
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "hook %s line %d: unable to set option (%s)\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "钩子 %s 第 %d 行:无法设置选项 (%s)\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:513
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "unable to run hook %s: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "无法运行钩子 %s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/hook.c:547 lib/libalpm/hook.c:559 lib/libalpm/remove.c:378
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not open directory: %s: %s\n"
|
|
|
|
|
msgstr "无法打开目录:%s: %s\n"
|
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:575
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "could not open file: %s%s: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "无法打开文件:%s%s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/hook.c:595 lib/libalpm/util.c:260
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not stat file %s: %s\n"
|
|
|
|
|
msgstr "无法确定文件%s的状态: %s\n"
|
|
|
|
|
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#: lib/libalpm/hook.c:621
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "could not read directory: %s: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "无法读取目录:%s: %s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/package.c:598
|
2011-10-05 22:30:14 -05:00
|
|
|
|
#, c-format
|
2011-09-22 11:33:25 -05:00
|
|
|
|
msgid "could not fully load metadata for package %s-%s\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法完全加载软件包 %s 的元数据 - %s\n"
|
2011-09-22 11:33:25 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:111
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not find %s in database -- skipping\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "无法在数据库中找到 %s -- 跳过\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:146
|
2009-10-06 19:17:07 +02:00
|
|
|
|
#, c-format
|
2009-09-17 02:07:42 +02:00
|
|
|
|
msgid "removing %s from target list\n"
|
2009-10-06 19:17:07 +02:00
|
|
|
|
msgstr "正在从目标清单中删除 '%s' \n"
|
2009-09-17 02:07:42 +02:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:338
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "cannot remove file '%s': %s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法删除文件 '%1$s': %2$s\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:403 lib/libalpm/remove.c:412
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not backup %s due to PATH_MAX overflow\n"
|
2018-05-28 09:25:04 +10:00
|
|
|
|
msgstr "由于 PATH_MAX 溢出无法备份 %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:554
|
2011-08-09 15:50:58 -05:00
|
|
|
|
#, c-format
|
2011-08-08 17:17:15 -05:00
|
|
|
|
msgid "cannot remove %s (%s)\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法删除 %s (%s)\n"
|
2011-08-08 17:17:15 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:727
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not remove database entry %s-%s\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法删除数据库记录 %1$s-%2$s\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/remove.c:732
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not remove entry '%s' from cache\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "无法从缓存中删除记录 '%s'\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/signing.c:163
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Public keyring not found; have you run '%s'?\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "找不到公钥环。你执行 '%s' 了吗?\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:199 lib/libalpm/signing.c:767
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "GPGME error: %s\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "GPGME 错误:%s\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/signing.c:274
|
2019-10-07 18:12:24 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "looking up key %s using WKD\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
msgstr "用 WKD 查询密钥 %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/signing.c:283
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
|
msgid "gpg error: %s\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
msgstr "gpg 错误: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/signing.c:430 lib/libalpm/signing.c:503
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "keyring is not writable\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "密钥环不可写\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:531
|
2019-10-14 09:43:35 +10:00
|
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
|
msgid "key \"%s\" on keyserver\n"
|
2021-04-23 10:44:27 +10:00
|
|
|
|
msgstr "密钥服务器上的密钥 \"%s\"\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:536
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
2019-10-07 18:12:24 +10:00
|
|
|
|
msgid "key \"%s\" could not be imported\n"
|
|
|
|
|
msgstr "密钥 \"%s\" 无法导入\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:540
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "key \"%s\" could not be looked up remotely\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "无法远程查找到密钥 \"%s\"\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:926 lib/libalpm/sync.c:1022
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: missing required signature\n"
|
|
|
|
|
msgstr "%s:缺失签名\n"
|
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:941
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: signature from \"%s\" is marginal trust\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "%s: 来自 \"%s\" 的签名是勉强信任的\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:949
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: signature from \"%s\" is unknown trust\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 来自 \"%s\" 的签名是未知信任的\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:956
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: signature from \"%s\" should never be trusted\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "%s: 来自 \"%s\" 的签名是从不应该被信任的\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:968
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: key \"%s\" is unknown\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 密钥 \"%s\" 未知\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:977
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: key \"%s\" is disabled\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 密钥 \"%s\" 被禁用了\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:981
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: signature from \"%s\" is expired\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 来自 \"%s\" 的签名过期了\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:985
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgid "%s: signature from \"%s\" is invalid\n"
|
|
|
|
|
msgstr "%s: 来自 \"%s\" 的签名无效\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:1043 lib/libalpm/signing.c:1104
|
|
|
|
|
#: lib/libalpm/signing.c:1183
|
2018-04-29 23:56:07 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: signature format error\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 签名格式错误\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-09-04 16:16:20 +10:00
|
|
|
|
#: lib/libalpm/signing.c:1136 lib/libalpm/signing.c:1169
|
|
|
|
|
#: lib/libalpm/signing.c:1177
|
2018-05-15 11:03:42 +10:00
|
|
|
|
#, c-format
|
2018-04-29 23:56:07 +10:00
|
|
|
|
msgid "%s: unsupported signature format\n"
|
2018-05-15 11:03:42 +10:00
|
|
|
|
msgstr "%s: 不支持的签名格式\n"
|
2018-04-29 23:56:07 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:96
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "%s: ignoring package upgrade (%s => %s)\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "%s:忽略软件包升级 (%s => %s)\n"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:108
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "%s: ignoring package downgrade (%s => %s)\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "%s:忽略软件包降级 (%s => %s)\n"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:111
|
2009-07-27 21:42:16 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: downgrading from version %s to version %s\n"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "%s:正在从版本 %s 降级为 %s \n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:117
|
2008-08-23 11:21:28 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s: local (%s) is newer than %s (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "%s:本地 (%s) 比 %s 的版本更新 (%s)\n"
|
2008-08-23 11:21:28 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:158
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "ignoring package replacement (%s-%s => %s-%s)\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "正在忽略替换软件包 (%s-%s => %s-%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/sync.c:174
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "cannot replace %s by %s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法替换 %s 为 %s\n"
|
2009-07-27 21:42:16 -05:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:476
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "packages %s and %s have the same filename: %s\n"
|
2021-09-04 16:16:20 +10:00
|
|
|
|
msgstr "软件包 %s 和 %s 拥有相同的文件名:%s\n"
|
2021-05-20 12:33:05 +10:00
|
|
|
|
|
|
|
|
|
#: lib/libalpm/sync.c:542 lib/libalpm/sync.c:612
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "unresolvable package conflicts detected\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "检测到未解决的软件包冲突\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:562
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgid "removing '%s' from target list because it conflicts with '%s'\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "正在从目标清单中删除 '%1$s' ,因为它和 '%2$s' 冲突\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:1036
|
2019-10-07 18:12:24 +10:00
|
|
|
|
#, c-format
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgid "failed to read file %s: %s\n"
|
2019-10-07 18:12:24 +10:00
|
|
|
|
msgstr "无法读取文件 %s:%s\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:1223
|
2013-03-17 13:45:49 +10:00
|
|
|
|
#, c-format
|
2013-03-10 13:07:16 +10:00
|
|
|
|
msgid "not enough free disk space\n"
|
2013-03-17 13:45:49 +10:00
|
|
|
|
msgstr "剩余空间不够\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:1245
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not commit removal transaction\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法提交删除事务\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-05-20 12:33:05 +10:00
|
|
|
|
#: lib/libalpm/sync.c:1253
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not commit transaction\n"
|
2019-08-12 11:42:10 +10:00
|
|
|
|
msgstr "无法提交事务\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/trans.c:365
|
2008-03-03 20:13:59 -06:00
|
|
|
|
#, c-format
|
2008-02-22 08:03:07 -06:00
|
|
|
|
msgid "could not create temp directory\n"
|
|
|
|
|
msgstr "无法创建临时目录\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/trans.c:380
|
2008-07-16 22:57:49 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not copy tempfile to %s (%s)\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法复制临时文件到 %1$s (%2$s)\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/trans.c:411
|
2011-10-10 21:21:59 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not remove %s\n"
|
|
|
|
|
msgstr "无法删除 %s\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/trans.c:415
|
2009-07-27 21:42:16 -05:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not remove tmpdir %s\n"
|
|
|
|
|
msgstr "无法删除临时目录 %s\n"
|
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:488
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
|
msgid "unable to write to pipe (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法写入管道 (%s)\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:547
|
2016-01-17 13:39:02 +10:00
|
|
|
|
#, c-format
|
2015-12-09 16:02:55 +10:00
|
|
|
|
msgid "unable to read from pipe (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法读取管道 (%s)\n"
|
2015-12-09 16:02:55 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:617 lib/libalpm/util.c:623
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "could not create pipe (%s)\n"
|
2016-01-17 13:39:02 +10:00
|
|
|
|
msgstr "无法创建管道 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:631
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not fork a new process (%s)\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法 fork 新进程 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:654
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "could not change the root directory (%s)\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "无法更改根目录 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:666
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
2011-03-14 13:44:03 -05:00
|
|
|
|
msgid "call to execv failed (%s)\n"
|
2011-03-20 23:35:42 -05:00
|
|
|
|
msgstr "调用 execv 失败 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:745
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "call to waitpid failed (%s)\n"
|
2008-10-28 22:06:34 -05:00
|
|
|
|
msgstr "调用 waitpid 失败 (%s)\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:755
|
2009-07-30 17:02:26 +02:00
|
|
|
|
#, c-format
|
2009-07-27 21:42:16 -05:00
|
|
|
|
msgid "command failed to execute correctly\n"
|
2009-07-30 17:02:26 +02:00
|
|
|
|
msgstr "命令未能被正确执行\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:762
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unknown signal"
|
2014-12-19 13:53:35 +10:00
|
|
|
|
msgstr "未知信号"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:764
|
2014-11-18 15:14:51 +10:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "command terminated by signal %d: %s\n"
|
2015-02-14 11:17:18 +10:00
|
|
|
|
msgstr "命令被信号 %d 终止: %s\n"
|
2014-11-18 15:14:51 +10:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:875
|
2008-02-22 08:03:07 -06:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "no %s cache exists, creating...\n"
|
2008-07-16 22:57:49 -05:00
|
|
|
|
msgstr "没有 %s 缓存存在,正在创建...\n"
|
2008-02-22 08:03:07 -06:00
|
|
|
|
|
2021-04-23 10:44:27 +10:00
|
|
|
|
#: lib/libalpm/util.c:906
|
2011-10-05 22:30:14 -05:00
|
|
|
|
#, c-format
|
2011-09-22 11:33:25 -05:00
|
|
|
|
msgid "couldn't find or create package cache, using %s instead\n"
|
2011-10-10 21:21:59 -05:00
|
|
|
|
msgstr "无法找到或创建软件包缓存,使用 %s 中\n"
|