diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:59:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:59:15 +0000 |
commit | 8de1ee1b2b676b0d07586f0752750dd6b0fb7511 (patch) | |
tree | dd46fd7dc3863045696cd0e48032d8a36fa0daf5 /po/zh_CN.po | |
parent | Initial commit. (diff) | |
download | gnupg2-8de1ee1b2b676b0d07586f0752750dd6b0fb7511.tar.xz gnupg2-8de1ee1b2b676b0d07586f0752750dd6b0fb7511.zip |
Adding upstream version 2.2.27.upstream/2.2.27upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | po/zh_CN.po | 11105 |
1 files changed, 11105 insertions, 0 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..e85e23d --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,11105 @@ +# Simplified Chinese(zh-CN) messages for GnuPG +# Copyright (C) 2006 Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# Meng Jie <zuxyhere@eastday.com>, 2004. +# Chuhao Li <lchopn@gmail.com>, 2018. +msgid "" +msgstr "" +"Project-Id-Version: GNU gnupg 2.3.0-beta485\n" +"Report-Msgid-Bugs-To: translations@gnupg.org\n" +"POT-Creation-Date: 2021-01-11 18:47+0100\n" +"PO-Revision-Date: 2018-12-07 20:59+0800\n" +"Last-Translator: Chuhao Li <lchopn@gmail.com>\n" +"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: iso-8859-1\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 2.2\n" + +#: agent/call-pinentry.c:323 +#, c-format +msgid "failed to acquire the pinentry lock: %s\n" +msgstr "获取 pinentry 锁失败: %s\n" + +#. TRANSLATORS: These are labels for buttons etc used in +#. Pinentries. An underscore indicates that the next letter +#. should be used as an accelerator. Double the underscore for +#. a literal one. The actual to be translated text starts after +#. the second vertical bar. Note that gpg-agent has been set to +#. utf-8 so that the strings are in the expected encoding. +#: agent/call-pinentry.c:529 +msgid "|pinentry-label|_OK" +msgstr "|pinentry-label|好" + +#: agent/call-pinentry.c:530 +msgid "|pinentry-label|_Cancel" +msgstr "|pinentry-label|取消" + +#: agent/call-pinentry.c:531 +msgid "|pinentry-label|_Yes" +msgstr "|pinentry-label|是" + +#: agent/call-pinentry.c:532 +msgid "|pinentry-label|_No" +msgstr "|pinentry-label|否" + +#: agent/call-pinentry.c:533 +msgid "|pinentry-label|PIN:" +msgstr "|pinentry-label|PIN:" + +#: agent/call-pinentry.c:534 +msgid "|pinentry-label|_Save in password manager" +msgstr "|pinentry-label|在密码管理器中保存" + +#: agent/call-pinentry.c:535 +msgid "Do you really want to make your passphrase visible on the screen?" +msgstr "您真的想要使您的密码在屏幕上可见吗?" + +#: agent/call-pinentry.c:537 +msgid "|pinentry-tt|Make passphrase visible" +msgstr "|pinentry-tt|使密码可见" + +#: agent/call-pinentry.c:538 +msgid "|pinentry-tt|Hide passphrase" +msgstr "|pinentry-tt|隐藏密码" + +#. TRANSLATORS: This string is displayed by Pinentry as the label +#. for the quality bar. +#: agent/call-pinentry.c:870 +msgid "Quality:" +msgstr "强度:" + +#. TRANSLATORS: This string is a tooltip, shown by pinentry when +#. hovering over the quality bar. Please use an appropriate +#. string to describe what this is about. The length of the +#. tooltip is limited to about 900 characters. If you do not +#. translate this entry, a default english text (see source) +#. will be used. +#: agent/call-pinentry.c:891 +msgid "pinentry.qualitybar.tooltip" +msgstr "pinentry.qualitybar.tooltip" + +#: agent/call-pinentry.c:1040 +msgid "" +"Please enter your PIN, so that the secret key can be unlocked for this " +"session" +msgstr "请输入您的 PIN,从而为此会话解锁私钥" + +#: agent/call-pinentry.c:1043 +msgid "" +"Please enter your passphrase, so that the secret key can be unlocked for " +"this session" +msgstr "请输入您的密码,从而为此会话解锁私钥" + +#: agent/call-pinentry.c:1080 agent/call-pinentry.c:1285 +msgid "PIN:" +msgstr "PIN:" + +#: agent/call-pinentry.c:1080 agent/call-pinentry.c:1285 +#: agent/protect-tool.c:724 +msgid "Passphrase:" +msgstr "密码:" + +#: agent/call-pinentry.c:1107 agent/call-pinentry.c:1359 +#: agent/command-ssh.c:3130 agent/genkey.c:416 +msgid "does not match - try again" +msgstr "不匹配 - 请重试" + +#. TRANSLATORS: The string is appended to an error message in +#. the pinentry. The %s is the actual error message, the +#. two %d give the current and maximum number of tries. +#. Do not translate the "SETERROR" keyword. +#. TRANSLATORS: The string is appended to an error message in +#. the pinentry. The %s is the actual error message, the +#. two %d give the current and maximum number of tries. +#: agent/call-pinentry.c:1129 agent/call-pinentry.c:1380 +#, c-format +msgid "SETERROR %s (try %d of %d)" +msgstr "" + +#: agent/call-pinentry.c:1140 agent/call-pinentry.c:1391 +msgid "Repeat:" +msgstr "重复:" + +#: agent/call-pinentry.c:1151 agent/call-pinentry.c:1163 +#: agent/call-pinentry.c:1401 agent/call-pinentry.c:1413 +msgid "PIN too long" +msgstr "PIN 太长" + +#: agent/call-pinentry.c:1152 agent/call-pinentry.c:1402 +msgid "Passphrase too long" +msgstr "密码太长" + +#: agent/call-pinentry.c:1160 agent/call-pinentry.c:1410 +msgid "Invalid characters in PIN" +msgstr "PIN 中含有无效字符" + +#: agent/call-pinentry.c:1165 agent/call-pinentry.c:1415 +msgid "PIN too short" +msgstr "PIN 太短" + +#: agent/call-pinentry.c:1184 agent/call-pinentry.c:1433 +msgid "Bad PIN" +msgstr "错误的 PIN" + +#: agent/call-pinentry.c:1184 agent/call-pinentry.c:1433 +msgid "Bad Passphrase" +msgstr "错误的密码" + +#: agent/command-ssh.c:665 agent/command-ssh.c:754 +#, c-format +msgid "ssh keys greater than %d bits are not supported\n" +msgstr "长度超过 %d 位的 ssh 密钥不被支持\n" + +#: agent/command-ssh.c:862 common/dotlock.c:852 g10/card-util.c:932 +#: g10/exec.c:546 g10/export.c:1320 g10/gpg.c:1352 g10/keygen.c:4998 +#: g10/keyring.c:1322 g10/keyring.c:1637 g10/openfile.c:291 g10/sign.c:1009 +#: g10/sign.c:1323 g10/tdbio.c:753 +#, c-format +msgid "can't create '%s': %s\n" +msgstr "无法创建 ‘%s’: %s\n" + +#: agent/command-ssh.c:874 common/helpfile.c:57 g10/card-util.c:889 +#: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 +#: g10/decrypt.c:153 g10/encrypt.c:180 g10/encrypt.c:543 g10/gpg.c:1353 +#: g10/import.c:352 g10/import.c:536 g10/import.c:764 g10/keygen.c:4036 +#: g10/keyring.c:1663 g10/openfile.c:195 g10/openfile.c:209 g10/plaintext.c:128 +#: g10/plaintext.c:649 g10/sign.c:991 g10/sign.c:1202 g10/sign.c:1307 +#: g10/sign.c:1452 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2219 +#: sm/gpgsm.c:2249 sm/gpgsm.c:2287 sm/qualified.c:66 dirmngr/certcache.c:396 +#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 +#: dirmngr/dirmngr.c:1722 +#, c-format +msgid "can't open '%s': %s\n" +msgstr "无法打开 ‘%s’: %s\n" + +#: agent/command-ssh.c:2385 agent/command-ssh.c:2431 agent/command-ssh.c:2449 +#: agent/command-ssh.c:2601 g10/card-util.c:687 g10/card-util.c:708 +#: g10/skclist.c:430 +#, c-format +msgid "error getting serial number of card: %s\n" +msgstr "获取卡的序列号时出现错误: %s\n" + +#: agent/command-ssh.c:2435 +#, c-format +msgid "detected card with S/N: %s\n" +msgstr "检测到卡具有的 S/N: %s\n" + +#: agent/command-ssh.c:2440 +#, c-format +msgid "no authentication key for ssh on card: %s\n" +msgstr "卡片上没有 ssh 身份验证用的密钥:%s\n" + +#: agent/command-ssh.c:2460 +#, c-format +msgid "no suitable card key found: %s\n" +msgstr "没有找到合适的卡片密钥:%s\n" + +#: agent/command-ssh.c:2587 +#, c-format +msgid "error getting list of cards: %s\n" +msgstr "获取卡片列表时出现错误:%s\n" + +#: agent/command-ssh.c:2765 +#, c-format +msgid "" +"An ssh process requested the use of key%%0A %s%%0A (%s)%%0ADo you want to " +"allow this?" +msgstr "一个 ssh 进程请求使用密钥%%0A %s%%0A (%s)%%0A您想要允许这一请求吗?" + +#: agent/command-ssh.c:2772 +msgid "Allow" +msgstr "允许" + +#: agent/command-ssh.c:2772 +msgid "Deny" +msgstr "拒绝" + +#: agent/command-ssh.c:2781 +#, c-format +msgid "Please enter the passphrase for the ssh key%%0A %F%%0A (%c)" +msgstr "请输入 ssh 密钥 %%0A %F%%0A (%c) 的密码" + +#: agent/command-ssh.c:3058 agent/genkey.c:351 +msgid "Please re-enter this passphrase" +msgstr "请重新输入此密码" + +#: agent/command-ssh.c:3085 +#, c-format +msgid "" +"Please enter a passphrase to protect the received secret key%%0A %s%%0A " +"%s%%0Awithin gpg-agent's key storage" +msgstr "" +"请输入一个密码,以便于在 gpg-agent 的密钥存储中保护接收到的私钥 %%0A %s" +"%%0A %s%%0A" + +#: agent/command-ssh.c:3667 +#, c-format +msgid "failed to create stream from socket: %s\n" +msgstr "从以下套接字创建流时失败: %s\n" + +#: agent/divert-scd.c:117 +msgid "Please insert the card with serial number" +msgstr "请插入具有以下序列号的卡" + +#: agent/divert-scd.c:118 +msgid "Please remove the current card and insert the one with serial number" +msgstr "请移除当前的卡并插入具有以下序列号的那一张" + +#: agent/divert-scd.c:246 +msgid "Admin PIN" +msgstr "管理员 PIN" + +#. TRANSLATORS: A PUK is the Personal Unblocking Code +#. used to unblock a PIN. +#: agent/divert-scd.c:251 +msgid "PUK" +msgstr "PUK" + +#: agent/divert-scd.c:258 +msgid "Reset Code" +msgstr "重置代码" + +#: agent/divert-scd.c:286 +msgid "Push ACK button on card/token." +msgstr "按下 card/token 上的 ACK 按钮。" + +#: agent/divert-scd.c:308 agent/divert-scd.c:312 +#, fuzzy +#| msgid "Use the reader's pinpad for input." +msgid "Use the reader's pinpad for input." +msgstr "使用读卡器的小键盘输入。" + +#: agent/divert-scd.c:378 +msgid "Repeat this Reset Code" +msgstr "重复此重置代码" + +#: agent/divert-scd.c:380 +msgid "Repeat this PUK" +msgstr "重复此 PUK" + +#: agent/divert-scd.c:381 +msgid "Repeat this PIN" +msgstr "再次输入此 PIN" + +#: agent/divert-scd.c:386 +msgid "Reset Code not correctly repeated; try again" +msgstr "重置代码再次输入时与首次输入不符;请重试" + +#: agent/divert-scd.c:388 +msgid "PUK not correctly repeated; try again" +msgstr "PUK 再次输入时与首次输入不符;请重试" + +#: agent/divert-scd.c:389 +msgid "PIN not correctly repeated; try again" +msgstr "PIN 再次输入时与首次输入不符;请重试" + +#: agent/divert-scd.c:402 +#, c-format +msgid "Please enter the PIN%s%s%s to unlock the card" +msgstr "请输入 PIN%s%s%s 以解锁这张卡" + +#: agent/genkey.c:110 sm/certreqgen-ui.c:432 +#, c-format +msgid "error creating temporary file: %s\n" +msgstr "创建临时文件时出现错误: %s\n" + +#: agent/genkey.c:117 +#, c-format +msgid "error writing to temporary file: %s\n" +msgstr "写入临时文件时出现错误: %s\n" + +#: agent/genkey.c:158 agent/genkey.c:164 +msgid "Enter new passphrase" +msgstr "输入新的密码" + +#: agent/genkey.c:172 +msgid "Take this one anyway" +msgstr "无论如何使用这个" + +#: agent/genkey.c:202 +#, c-format +msgid "" +"You have not entered a passphrase!%0AAn empty passphrase is not allowed." +msgstr "您并没有输入一个密码!%0A不允许密码留空。" + +#: agent/genkey.c:204 +#, c-format +msgid "" +"You have not entered a passphrase - this is in general a bad idea!%0APlease " +"confirm that you do not want to have any protection on your key." +msgstr "" +"您并没有输入一个密码 - 这通常不是一个好主意!%0A请确认您不想给您的密钥加上任" +"何的保护。" + +#: agent/genkey.c:216 +msgid "Yes, protection is not needed" +msgstr "是的,保护不是必须的" + +#: agent/genkey.c:233 +#, c-format +msgid "A passphrase should be at least %u character long." +msgid_plural "A passphrase should be at least %u characters long." +msgstr[0] "密码长度应至少为 %u 字符。" + +#: agent/genkey.c:252 +#, c-format +msgid "A passphrase should contain at least %u digit or%%0Aspecial character." +msgid_plural "" +"A passphrase should contain at least %u digits or%%0Aspecial characters." +msgstr[0] "密码应当包括至少 %u 位或者%%0A特殊字符。" + +#: agent/genkey.c:278 +#, c-format +msgid "A passphrase may not be a known term or match%%0Acertain pattern." +msgstr "密码不应该是一个已知的用语或者与%%0A特定的模式相匹配。" + +#: agent/genkey.c:293 +msgid "Warning: You have entered an insecure passphrase." +msgstr "警告:您输入了一个不安全的密码。" + +#: agent/genkey.c:482 +#, c-format +msgid "Please enter the passphrase to%0Aprotect your new key" +msgstr "请输入密码以%0A保护您的新密钥" + +#: agent/genkey.c:608 +msgid "Please enter the new passphrase" +msgstr "请输入新的密码" + +#: agent/gpg-agent.c:163 agent/preset-passphrase.c:75 scd/scdaemon.c:115 +#: tools/gpg-check-pattern.c:70 +msgid "" +"@Options:\n" +" " +msgstr "" +"@选项:\n" +" " + +#: agent/gpg-agent.c:165 scd/scdaemon.c:120 dirmngr/dirmngr.c:166 +msgid "run in daemon mode (background)" +msgstr "以守护进程模式运行 (后台)" + +#: agent/gpg-agent.c:166 scd/scdaemon.c:117 dirmngr/dirmngr.c:165 +msgid "run in server mode (foreground)" +msgstr "以服务进程模式运行 (前台)" + +#: agent/gpg-agent.c:168 dirmngr/dirmngr.c:168 +msgid "run in supervised mode" +msgstr "以管理进程模式运行" + +#: agent/gpg-agent.c:170 g10/gpg.c:608 g10/gpgv.c:78 kbx/kbxutil.c:88 +#: scd/scdaemon.c:121 sm/gpgsm.c:310 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:181 dirmngr/dirmngr_ldap.c:135 +#: tools/gpg-connect-agent.c:78 tools/gpgconf.c:108 +msgid "verbose" +msgstr "详细模式" + +#: agent/gpg-agent.c:171 g10/gpgv.c:79 kbx/kbxutil.c:89 scd/scdaemon.c:122 +#: sm/gpgsm.c:311 dirmngr/dirmngr-client.c:71 dirmngr/dirmngr.c:182 +#: dirmngr/dirmngr_ldap.c:136 +msgid "be somewhat more quiet" +msgstr "尽量减少提示信息" + +#: agent/gpg-agent.c:172 scd/scdaemon.c:123 dirmngr/dirmngr.c:183 +msgid "sh-style command output" +msgstr "sh 风格的命令行输出" + +#: agent/gpg-agent.c:173 scd/scdaemon.c:124 dirmngr/dirmngr.c:184 +msgid "csh-style command output" +msgstr "csh 风格的命令行输出" + +#: agent/gpg-agent.c:174 scd/scdaemon.c:125 sm/gpgsm.c:341 +#: dirmngr/dirmngr.c:185 +msgid "|FILE|read options from FILE" +msgstr "|FILE|从 FILE 中读取选项" + +#: agent/gpg-agent.c:183 scd/scdaemon.c:135 dirmngr/dirmngr.c:188 +msgid "do not detach from the console" +msgstr "未能从控制台分离" + +#: agent/gpg-agent.c:188 +msgid "use a log file for the server" +msgstr "为服务器使用日志文件" + +#: agent/gpg-agent.c:190 +msgid "|PGM|use PGM as the PIN-Entry program" +msgstr "|PGM|使用 PGM 作为 PIN-Entry 程序" + +#: agent/gpg-agent.c:195 +msgid "|PGM|use PGM as the SCdaemon program" +msgstr "|PGM|使用 PGM 作为 SCdaemon 程序" + +#: agent/gpg-agent.c:197 +msgid "do not use the SCdaemon" +msgstr "不使用 SCdaemon" + +#: agent/gpg-agent.c:201 +msgid "|NAME|accept some commands via NAME" +msgstr "|NAME|通过 NAME 接收一些命令" + +#: agent/gpg-agent.c:217 +msgid "ignore requests to change the TTY" +msgstr "忽略改变 TTY 的请求" + +#: agent/gpg-agent.c:219 +msgid "ignore requests to change the X display" +msgstr "忽略改变 X display 的请求" + +#: agent/gpg-agent.c:222 +msgid "|N|expire cached PINs after N seconds" +msgstr "|N|使被缓存的 PIN 在 N 秒后过期" + +#: agent/gpg-agent.c:236 +msgid "do not use the PIN cache when signing" +msgstr "在签名时不使用 PIN 缓存" + +#: agent/gpg-agent.c:238 +msgid "disallow the use of an external password cache" +msgstr "禁止使用一个外部的密码缓存" + +#: agent/gpg-agent.c:240 +msgid "disallow clients to mark keys as \"trusted\"" +msgstr "禁止客户端将一个密钥标记为“信任”" + +#: agent/gpg-agent.c:243 +msgid "allow presetting passphrase" +msgstr "允许预设置的密码" + +#: agent/gpg-agent.c:245 +msgid "disallow caller to override the pinentry" +msgstr "禁止调用者覆盖 pinentry" + +#: agent/gpg-agent.c:248 +msgid "allow passphrase to be prompted through Emacs" +msgstr "运行密码通过 Emacs 回显" + +#: agent/gpg-agent.c:250 +msgid "enable ssh support" +msgstr "启用 ssh 支持" + +#: agent/gpg-agent.c:252 +msgid "|ALGO|use ALGO to show ssh fingerprints" +msgstr "|ALGO|使用 ALGO 显示 ssh 指纹" + +#: agent/gpg-agent.c:255 +msgid "enable putty support" +msgstr "启用 putty 支持" + +#. TRANSLATORS: @EMAIL@ will get replaced by the actual bug +#. reporting address. This is so that we can change the +#. reporting address without breaking the translations. +#: agent/gpg-agent.c:531 agent/preset-passphrase.c:100 agent/protect-tool.c:155 +#: g10/gpg.c:1070 g10/gpgv.c:149 kbx/kbxutil.c:113 scd/scdaemon.c:298 +#: sm/gpgsm.c:567 dirmngr/dirmngr-client.c:168 dirmngr/dirmngr.c:404 +#: dirmngr/dirmngr_ldap.c:207 tools/gpg-connect-agent.c:205 tools/gpgconf.c:146 +#: tools/gpg-check-pattern.c:143 +msgid "Please report bugs to <@EMAIL@>.\n" +msgstr "" +"请向 <@EMAIL@> 报告程序缺陷。\n" +"请向 <i18n-zh@googlegroups.com> 邮件列表反映简体中文的翻译问题或建议。\n" + +#: agent/gpg-agent.c:540 +msgid "Usage: @GPG_AGENT@ [options] (-h for help)" +msgstr "用法: @GPG_AGENT@ [选项] (-h 获取帮助)" + +#: agent/gpg-agent.c:542 +msgid "" +"Syntax: @GPG_AGENT@ [options] [command [args]]\n" +"Secret key management for @GNUPG@\n" +msgstr "" +"语法: @GPG_AGENT@ [options] [command [args]]\n" +"@GNUPG@ 私钥管理器\n" + +#: agent/gpg-agent.c:587 g10/gpg.c:1262 scd/scdaemon.c:370 sm/gpgsm.c:715 +#: dirmngr/dirmngr.c:488 +#, c-format +msgid "invalid debug-level '%s' given\n" +msgstr "无效的调试级别‘%s’\n" + +#: agent/gpg-agent.c:945 g10/gpg.c:3753 g10/gpg.c:3777 sm/gpgsm.c:1631 +#: sm/gpgsm.c:1637 +#, c-format +msgid "selected digest algorithm is invalid\n" +msgstr "所选的散列算法无效\n" + +#: agent/gpg-agent.c:1168 agent/gpg-agent.c:2023 common/argparse.c:1755 +#: common/argparse.c:1847 g10/gpg.c:2482 scd/scdaemon.c:532 sm/gpgsm.c:1063 +#: dirmngr/dirmngr.c:956 dirmngr/dirmngr.c:1841 +#, c-format +msgid "reading options from '%s'\n" +msgstr "从‘%s’读取选项\n" + +#: agent/gpg-agent.c:1300 g10/gpg.c:3704 scd/scdaemon.c:655 sm/gpgsm.c:1571 +#: dirmngr/dirmngr.c:1067 tools/gpg-connect-agent.c:1244 tools/gpgconf.c:624 +#, c-format +msgid "Note: '%s' is not considered an option\n" +msgstr "注意:‘%s’不被认为是一个选项\n" + +#: agent/gpg-agent.c:2159 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1219 +#, c-format +msgid "can't create socket: %s\n" +msgstr "无法创建套接字: %s\n" + +#: agent/gpg-agent.c:2176 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1232 +#, c-format +msgid "socket name '%s' is too long\n" +msgstr "套接字名称‘%s’太长\n" + +#: agent/gpg-agent.c:2215 +#, c-format +msgid "a gpg-agent is already running - not starting a new one\n" +msgstr "一个 gpg-agent 实例正在运行 - 不启动新的实例\n" + +#: agent/gpg-agent.c:2226 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1264 +#, c-format +msgid "error getting nonce for the socket\n" +msgstr "获取套接字 nonce 时出现错误\n" + +#: agent/gpg-agent.c:2231 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1267 +#, c-format +msgid "error binding socket to '%s': %s\n" +msgstr "绑定套接字到 '%s' 时出现错误: %s\n" + +#: agent/gpg-agent.c:2242 agent/gpg-agent.c:2282 agent/gpg-agent.c:2291 +#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1276 +#, c-format +msgid "can't set permissions of '%s': %s\n" +msgstr "无法设置‘%s’的权限: %s\n" + +#: agent/gpg-agent.c:2256 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1288 +#, c-format +msgid "listening on socket '%s'\n" +msgstr "正在监听套接字‘%s’\n" + +#: agent/gpg-agent.c:2276 agent/gpg-agent.c:2329 common/homedir.c:517 +#: g10/exec.c:261 g10/openfile.c:397 +#, c-format +msgid "can't create directory '%s': %s\n" +msgstr "无法创建目录‘%s’:%s\n" + +#: agent/gpg-agent.c:2279 agent/gpg-agent.c:2334 common/homedir.c:520 +#: g10/openfile.c:400 +#, c-format +msgid "directory '%s' created\n" +msgstr "目录‘%s’已创建\n" + +#: agent/gpg-agent.c:2340 +#, c-format +msgid "stat() failed for '%s': %s\n" +msgstr "‘%s’的 stat() 方法失败:%s\n" + +#: agent/gpg-agent.c:2344 +#, c-format +msgid "can't use '%s' as home directory\n" +msgstr "无法使用‘%s’作为家目录\n" + +#: agent/gpg-agent.c:2502 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2047 +#, c-format +msgid "error reading nonce on fd %d: %s\n" +msgstr "在读取 fd %d 上的 nonce 时出现错误: %s\n" + +#: agent/gpg-agent.c:2709 +#, c-format +msgid "handler 0x%lx for fd %d started\n" +msgstr "句柄 0x%lx 于文件描述符 %d 启动\n" + +#: agent/gpg-agent.c:2714 +#, c-format +msgid "handler 0x%lx for fd %d terminated\n" +msgstr "句柄 0x%lx 于文件描述符 %d 终止\n" + +#: agent/gpg-agent.c:2789 +#, c-format +msgid "ssh handler 0x%lx for fd %d started\n" +msgstr "ssh 句柄 0x%lx 于文件描述符 %d 启动\n" + +#: agent/gpg-agent.c:2794 +#, c-format +msgid "ssh handler 0x%lx for fd %d terminated\n" +msgstr "ssh 句柄 0x%lx 于文件描述符 %d 终止\n" + +#: agent/gpg-agent.c:3016 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2261 +#, c-format +msgid "npth_pselect failed: %s - waiting 1s\n" +msgstr "npth_pselect 方法失败:%s - 等待 1s\n" + +#: agent/gpg-agent.c:3104 scd/scdaemon.c:1427 +#, c-format +msgid "%s %s stopped\n" +msgstr "%s %s 已停止\n" + +#: agent/gpg-agent.c:3242 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:2254 +#, c-format +msgid "no gpg-agent running in this session\n" +msgstr "此会话中没有 gpg-agent 实例运行\n" + +#: agent/preset-passphrase.c:104 +msgid "Usage: gpg-preset-passphrase [options] KEYGRIP (-h for help)\n" +msgstr "用法: gpg-preset-passphrase [选项] KEYGRIP (-h 获取帮助)\n" + +#: agent/preset-passphrase.c:107 +msgid "" +"Syntax: gpg-preset-passphrase [options] KEYGRIP\n" +"Password cache maintenance\n" +msgstr "" +"语法: gpg-preset-passphrase [options] KEYGRIP\n" +"密码缓存管理\n" + +#: agent/protect-tool.c:108 g10/gpg.c:440 kbx/kbxutil.c:71 sm/gpgsm.c:204 +#: dirmngr/dirmngr.c:163 tools/gpgconf.c:78 +msgid "" +"@Commands:\n" +" " +msgstr "" +"@命令:\n" +" " + +#: agent/protect-tool.c:117 g10/gpg.c:553 g10/gpgv.c:76 kbx/kbxutil.c:81 +#: sm/gpgsm.c:252 dirmngr/dirmngr.c:179 tools/gpg-connect-agent.c:76 +#: tools/gpgconf.c:105 +msgid "" +"@\n" +"Options:\n" +" " +msgstr "" +"@\n" +"选项:\n" +" " + +#: agent/protect-tool.c:158 +msgid "Usage: gpg-protect-tool [options] (-h for help)\n" +msgstr "用法: gpg-protect-tool [选项] (-h 获取帮助)\n" + +#: agent/protect-tool.c:160 +msgid "" +"Syntax: gpg-protect-tool [options] [args]\n" +"Secret key maintenance tool\n" +msgstr "" +"语法:gpg-protect-tool [options] [args]\n" +"私钥管理工具\n" + +#: agent/protect-tool.c:703 +msgid "Please enter the passphrase to unprotect the PKCS#12 object." +msgstr "请输入密码以解密 PKCS#12 对象。" + +#: agent/protect-tool.c:708 +msgid "Please enter the passphrase to protect the new PKCS#12 object." +msgstr "请输入密码以保护新的 PKCS#12 对象。" + +#: agent/protect-tool.c:714 +msgid "" +"Please enter the passphrase to protect the imported object within the GnuPG " +"system." +msgstr "请输入密码以在 GnuPG 系统内部保护已导入的对象。" + +#: agent/protect-tool.c:719 +msgid "" +"Please enter the passphrase or the PIN\n" +"needed to complete this operation." +msgstr "" +"请输入所需的密码或者 PIN\n" +"以完成这一操作。" + +#: agent/protect-tool.c:730 +#, c-format +msgid "cancelled\n" +msgstr "已取消\n" + +#: agent/protect-tool.c:732 +#, c-format +msgid "error while asking for the passphrase: %s\n" +msgstr "请求密码时出现错误: %s\n" + +#: agent/trustlist.c:154 agent/trustlist.c:364 dirmngr/dirmngr.c:1629 +#: tools/gpgconf.c:418 +#, c-format +msgid "error opening '%s': %s\n" +msgstr "打开‘%s’时出现错误:%s\n" + +#: agent/trustlist.c:170 common/helpfile.c:73 common/helpfile.c:89 +#, c-format +msgid "file '%s', line %d: %s\n" +msgstr "文件‘%s’ 的第 %d 行:%s\n" + +#: agent/trustlist.c:193 agent/trustlist.c:201 +#, c-format +msgid "statement \"%s\" ignored in '%s', line %d\n" +msgstr "已忽略声明 “%s” ,其位于‘%s’的第 %d 行\n" + +#: agent/trustlist.c:207 +#, c-format +msgid "system trustlist '%s' not available\n" +msgstr "系统信任列表 ‘%s’ 不可用\n" + +#: agent/trustlist.c:251 +#, c-format +msgid "bad fingerprint in '%s', line %d\n" +msgstr "错误的指纹,其位于 ‘%s’ 的第 %d 行\n" + +#: agent/trustlist.c:276 agent/trustlist.c:283 +#, c-format +msgid "invalid keyflag in '%s', line %d\n" +msgstr "无效的密钥标记,其位于 ‘%s’ 的第 %d 行\n" + +#: agent/trustlist.c:317 common/helpfile.c:136 +#, c-format +msgid "error reading '%s', line %d: %s\n" +msgstr "读取 ‘%s’ 的第 %d 行时出现错误:%s\n" + +#: agent/trustlist.c:436 agent/trustlist.c:505 +#, c-format +msgid "error reading list of trusted root certificates\n" +msgstr "读取受信任的根证书列表时出现错误\n" + +#. TRANSLATORS: This prompt is shown by the Pinentry +#. and has one special property: A "%%0A" is used by +#. Pinentry to insert a line break. The double +#. percent sign is actually needed because it is also +#. a printf format string. If you need to insert a +#. plain % sign, you need to encode it as "%%25". The +#. "%s" gets replaced by the name as stored in the +#. certificate. +#: agent/trustlist.c:667 +#, c-format +msgid "" +"Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " +"certificates?" +msgstr "您要无限地信任%%0A “%s”%%0A为正确的认证用户证书吗?" + +#: agent/trustlist.c:676 common/audit.c:467 +msgid "Yes" +msgstr "是" + +#: agent/trustlist.c:676 agent/findkey.c:1546 agent/findkey.c:1560 +#: common/audit.c:469 +msgid "No" +msgstr "否" + +#. TRANSLATORS: This prompt is shown by the Pinentry and has +#. one special property: A "%%0A" is used by Pinentry to +#. insert a line break. The double percent sign is actually +#. needed because it is also a printf format string. If you +#. need to insert a plain % sign, you need to encode it as +#. "%%25". The second "%s" gets replaced by a hexdecimal +#. fingerprint string whereas the first one receives the name +#. as stored in the certificate. +#: agent/trustlist.c:710 +#, c-format +msgid "" +"Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " +"fingerprint:%%0A %s" +msgstr "请确认被识别为%%0A “%s”%%0A的证书具有以下的指纹:%%0A %s" + +#. TRANSLATORS: "Correct" is the label of a button and intended +#. to be hit if the fingerprint matches the one of the CA. The +#. other button is "the default "Cancel" of the Pinentry. +#: agent/trustlist.c:724 +msgid "Correct" +msgstr "正确" + +#: agent/trustlist.c:724 +msgid "Wrong" +msgstr "错误" + +#: agent/findkey.c:301 +#, c-format +msgid "Note: This passphrase has never been changed.%0APlease change it now." +msgstr "注意:此密码从未被修改过。%0A请立即修改。" + +#: agent/findkey.c:317 +#, c-format +msgid "" +"This passphrase has not been changed%%0Asince %.4s-%.2s-%.2s. Please change " +"it now." +msgstr "此密码自从 %.4s-%.2s-%.2s 起未被修改过。%%0A请立即修改。" + +#: agent/findkey.c:331 agent/findkey.c:338 +msgid "Change passphrase" +msgstr "更改密码" + +#: agent/findkey.c:339 +msgid "I'll change it later" +msgstr "我要稍后修改" + +#: agent/findkey.c:1522 +#, c-format +msgid "" +"Do you really want to delete the key identified by keygrip%%0A %s%%0A %%C" +"%%0A?" +msgstr "" +"您真的想要删除这个被以下的 keygrip 所标识的密钥吗 %%0A %s%%0A %%C%%0A?" + +#: agent/findkey.c:1546 agent/findkey.c:1560 +msgid "Delete key" +msgstr "删除密钥" + +#: agent/findkey.c:1557 +msgid "" +"Warning: This key is also listed for use with SSH!\n" +"Deleting the key might remove your ability to access remote machines." +msgstr "" +"警告:这个密钥也被列为用于 SSH!\n" +"删除这个密钥可能使您失去访问远程主机的能力。" + +#: agent/pksign.c:176 g10/seskey.c:293 sm/certcheck.c:88 +#, c-format +msgid "DSA requires the hash length to be a multiple of 8 bits\n" +msgstr "DSA 要求散列值长度为 8 位的倍数\n" + +#: agent/pksign.c:187 sm/certcheck.c:100 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "%s 密钥使用了一个不安全的(%u 位)散列\n" + +#: agent/pksign.c:202 +#, c-format +msgid "a %zu bit hash is not valid for a %u bit %s key\n" +msgstr "%zu 位的散列对于一个 %u 位的 %s 密钥无效\n" + +#: agent/pksign.c:518 +#, c-format +msgid "checking created signature failed: %s\n" +msgstr "检查已建立的签名时发生错误: %s\n" + +#: agent/cvt-openpgp.c:338 +#, c-format +msgid "secret key parts are not available\n" +msgstr "私钥部分不可用\n" + +#: agent/cvt-openpgp.c:344 g10/card-util.c:1540 +#, c-format +msgid "public key algorithm %d (%s) is not supported\n" +msgstr "公钥算法 %d (%s) 不被支持\n" + +#: agent/cvt-openpgp.c:448 +#, c-format +msgid "protection algorithm %d (%s) is not supported\n" +msgstr "保护算法 %d (%s) 不被支持\n" + +#: agent/cvt-openpgp.c:455 +#, c-format +msgid "protection hash algorithm %d (%s) is not supported\n" +msgstr "保护散列算法 %d (%s) 不被支持\n" + +#: common/exechelp-posix.c:359 common/exechelp-w32.c:449 +#: common/exechelp-w32.c:473 common/exechelp-w32.c:503 +#, c-format +msgid "error creating a pipe: %s\n" +msgstr "创建管道时发生错误: %s\n" + +#: common/exechelp-posix.c:372 common/exechelp-w32.c:355 +#: common/exechelp-w32.c:459 common/exechelp-w32.c:483 +#: common/exechelp-w32.c:513 +#, c-format +msgid "error creating a stream for a pipe: %s\n" +msgstr "为管道创建流时出现错误: %s\n" + +#: common/exechelp-posix.c:495 common/exechelp-posix.c:570 +#: common/exechelp-posix.c:851 dirmngr/dirmngr.c:1306 +#, c-format +msgid "error forking process: %s\n" +msgstr "在 fork 进程时出现错误: %s\n" + +#: common/exechelp-posix.c:669 common/exechelp-w32ce.c:767 +#, c-format +msgid "waiting for process %d to terminate failed: %s\n" +msgstr "等待进程 %d 终止时失败: %s\n" + +#: common/exechelp-posix.c:678 common/exechelp-posix.c:794 +#, c-format +msgid "error running '%s': probably not installed\n" +msgstr "运行‘%s’时出现错误:可能未安装\n" + +#: common/exechelp-posix.c:684 common/exechelp-posix.c:801 +#: common/exechelp-w32.c:796 common/exechelp-w32ce.c:781 +#, c-format +msgid "error running '%s': exit status %d\n" +msgstr "运行‘%s’时出现错误:退出代码 %d\n" + +#: common/exechelp-posix.c:692 common/exechelp-posix.c:809 +#, c-format +msgid "error running '%s': terminated\n" +msgstr "运行‘%s’时出现错误:被终止\n" + +#: common/exechelp-posix.c:750 common/exechelp-w32.c:777 +#, c-format +msgid "waiting for processes to terminate failed: %s\n" +msgstr "等待进程终止时失败: %s\n" + +#: common/exechelp-w32.c:789 common/exechelp-w32ce.c:775 +#, c-format +msgid "error getting exit code of process %d: %s\n" +msgstr "获取进程 %d 的退出代码时出现错误: %s\n" + +#: common/simple-pwquery.c:261 +#, c-format +msgid "can't connect to '%s': %s\n" +msgstr "无法连接至‘%s’:%s\n" + +#: common/simple-pwquery.c:271 +#, c-format +msgid "problem setting the gpg-agent options\n" +msgstr "gpg-agent 的选项设置存在问题\n" + +#: common/sysutils.c:168 +#, c-format +msgid "can't disable core dumps: %s\n" +msgstr "无法禁用核心内存转储:%s\n" + +#: common/sysutils.c:408 +#, c-format +msgid "Warning: unsafe ownership on %s \"%s\"\n" +msgstr "警告: %s 具有不安全的文件所有权 “%s”\n" + +#: common/sysutils.c:440 +#, c-format +msgid "Warning: unsafe permissions on %s \"%s\"\n" +msgstr "警告:%s 具有不安全的文件权限位 “%s”\n" + +#: common/sysutils.c:881 +#, c-format +msgid "waiting for file '%s' to become accessible ...\n" +msgstr "等待 ‘%s’ 可被访问...\n" + +#: common/sysutils.c:907 +#, c-format +msgid "renaming '%s' to '%s' failed: %s\n" +msgstr "将 ‘%s’ 重命名为 ‘%s’ 时失败:%s\n" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: common/yesno.c:45 common/yesno.c:82 +msgid "yes" +msgstr "yes" + +#: common/yesno.c:46 common/yesno.c:87 +msgid "yY" +msgstr "yY" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: common/yesno.c:48 common/yesno.c:84 +msgid "no" +msgstr "no" + +#: common/yesno.c:49 common/yesno.c:88 +msgid "nN" +msgstr "nN" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: common/yesno.c:86 +msgid "quit" +msgstr "quit" + +#: common/yesno.c:89 +msgid "qQ" +msgstr "qQ" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: common/yesno.c:123 +msgid "okay|okay" +msgstr "okay|ok" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: common/yesno.c:125 +msgid "cancel|cancel" +msgstr "cancel|cancel" + +#: common/yesno.c:126 +msgid "oO" +msgstr "oO" + +#: common/yesno.c:127 +msgid "cC" +msgstr "cC" + +#: common/miscellaneous.c:86 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:89 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:115 g10/card-util.c:896 tools/no-libgcrypt.c:30 +#, c-format +msgid "error allocating enough memory: %s\n" +msgstr "在分配足够的内存时出现错误: %s\n" + +#: common/miscellaneous.c:143 +#, c-format +msgid "%s:%u: obsolete option \"%s\" - it has no effect\n" +msgstr "%s:%u: 废弃的选项 \"%s\" - 此选项不会产生作用\n" + +#: common/miscellaneous.c:146 +#, c-format +msgid "WARNING: \"%s%s\" is an obsolete option - it has no effect\n" +msgstr "警告: “%s%s” 是一个废弃的选项 - 此选项不会产生作用\n" + +#: common/miscellaneous.c:618 +#, c-format +msgid "unknown debug flag '%s' ignored\n" +msgstr "未知的调试选项 ‘%s’ 已被忽略\n" + +#: common/asshelp.c:335 +#, fuzzy, c-format +#| msgid "waiting for the agent to come up ... (%ds)\n" +msgid "waiting for the %s to come up ... (%ds)\n" +msgstr "等待代理人程序启动 ... (%ds)\n" + +#: common/asshelp.c:347 +#, fuzzy, c-format +#| msgid "connection to the agent established\n" +msgid "connection to %s established\n" +msgstr "到代理人程序的连接已建立\n" + +#: common/asshelp.c:430 +#, c-format +msgid "no running gpg-agent - starting '%s'\n" +msgstr "没有正在运行的 gpg-agent 实例 - 正在启动 ‘%s’\n" + +#: common/asshelp.c:521 +#, fuzzy, c-format +#| msgid "connection to the agent is in restricted mode\n" +msgid "connection to agent is in restricted mode\n" +msgstr "与代理人程序的连接处于限制模式\n" + +#: common/asshelp.c:578 +#, fuzzy, c-format +#| msgid "no running dirmngr - starting '%s'\n" +msgid "no running Dirmngr - starting '%s'\n" +msgstr "没有正在运行的 dirmngr 实例 - 正在启动‘%s’\n" + +#. TRANSLATORS: Copy the prefix between the vertical bars +#. verbatim. It will not be printed. +#: common/audit.c:474 +msgid "|audit-log-result|Good" +msgstr "|audit-log-result|好" + +#: common/audit.c:477 +msgid "|audit-log-result|Bad" +msgstr "|audit-log-result|坏" + +#: common/audit.c:479 +msgid "|audit-log-result|Not supported" +msgstr "|audit-log-result|不被支持" + +#: common/audit.c:481 +msgid "|audit-log-result|No certificate" +msgstr "|audit-log-result|无证书" + +#: common/audit.c:483 +msgid "|audit-log-result|Not enabled" +msgstr "|audit-log-result|未启用" + +#: common/audit.c:485 +msgid "|audit-log-result|Error" +msgstr "|audit-log-result|错误" + +#: common/audit.c:487 +msgid "|audit-log-result|Not used" +msgstr "|audit-log-result|未被使用" + +#: common/audit.c:489 +msgid "|audit-log-result|Okay" +msgstr "|audit-log-result|Okay" + +#: common/audit.c:491 +msgid "|audit-log-result|Skipped" +msgstr "|audit-log-result|已跳过" + +#: common/audit.c:493 +msgid "|audit-log-result|Some" +msgstr "|audit-log-result|一些" + +#: common/audit.c:726 +msgid "Certificate chain available" +msgstr "证书链可用" + +#: common/audit.c:733 +msgid "root certificate missing" +msgstr "根证书丢失" + +#: common/audit.c:759 +msgid "Data encryption succeeded" +msgstr "数据加密成功" + +#: common/audit.c:764 common/audit.c:830 common/audit.c:906 common/audit.c:997 +msgid "Data available" +msgstr "数据可用" + +#: common/audit.c:767 +msgid "Session key created" +msgstr "会话密钥已经创建" + +#: common/audit.c:772 common/audit.c:912 common/audit.c:919 +#, c-format +msgid "algorithm: %s" +msgstr "算法: %s" + +#: common/audit.c:774 common/audit.c:776 common/audit.c:921 common/audit.c:923 +#: scd/app-openpgp.c:3555 +#, c-format +msgid "unsupported algorithm: %s" +msgstr "不支持的算法:%s" + +#: common/audit.c:778 common/audit.c:925 +msgid "seems to be not encrypted" +msgstr "看起来并没有被加密" + +#: common/audit.c:784 common/audit.c:933 +msgid "Number of recipients" +msgstr "接收者数目" + +#: common/audit.c:792 common/audit.c:956 +#, c-format +msgid "Recipient %d" +msgstr "接收者 %d" + +#: common/audit.c:825 +msgid "Data signing succeeded" +msgstr "数据签名成功" + +#: common/audit.c:839 common/audit.c:1033 common/audit.c:1060 +#, c-format +msgid "data hash algorithm: %s" +msgstr "数据散列算法:%s" + +#: common/audit.c:862 +#, c-format +msgid "Signer %d" +msgstr "签名者 %d" + +#: common/audit.c:866 common/audit.c:1065 +#, c-format +msgid "attr hash algorithm: %s" +msgstr "属性散列算法: %s" + +#: common/audit.c:901 +msgid "Data decryption succeeded" +msgstr "数据解密成功" + +#: common/audit.c:910 +msgid "Encryption algorithm supported" +msgstr "加密算法受到支持" + +#: common/audit.c:993 +msgid "Data verification succeeded" +msgstr "数据验证成功" + +#: common/audit.c:1002 +msgid "Signature available" +msgstr "签名可用" + +#: common/audit.c:1024 +msgid "Parsing data succeeded" +msgstr "数据解析成功" + +#: common/audit.c:1036 +#, c-format +msgid "bad data hash algorithm: %s" +msgstr "无效的数据散列算法: %s" + +#: common/audit.c:1051 +#, c-format +msgid "Signature %d" +msgstr "签名 %d" + +#: common/audit.c:1079 +msgid "Certificate chain valid" +msgstr "证书链条有效" + +#: common/audit.c:1090 +msgid "Root certificate trustworthy" +msgstr "根证书可靠" + +#: common/audit.c:1112 sm/certchain.c:1235 +msgid "no CRL found for certificate" +msgstr "未找到该证书的证书吊销列表(CRL)" + +#: common/audit.c:1115 sm/certchain.c:1245 +msgid "the available CRL is too old" +msgstr "可用的证书吊销列表(CRL)太旧" + +#: common/audit.c:1120 +msgid "CRL/OCSP check of certificates" +msgstr "针对证书的 CRL/OCSP 检查" + +#: common/audit.c:1140 +msgid "Included certificates" +msgstr "包括的证书" + +#: common/audit.c:1195 +msgid "No audit log entries." +msgstr "没有审计日志条目。" + +#: common/audit.c:1244 +msgid "Unknown operation" +msgstr "未知操作" + +#: common/audit.c:1262 +msgid "Gpg-Agent usable" +msgstr "Gpg-Agent 可用" + +#: common/audit.c:1272 +msgid "Dirmngr usable" +msgstr "Dirmngr 可用" + +#: common/audit.c:1308 +#, c-format +msgid "No help available for '%s'." +msgstr "没有关于 ‘%s’ 的可用帮助。" + +#: common/helpfile.c:90 +msgid "ignoring garbage line" +msgstr "忽略无用行" + +#: common/gettime.c:919 +msgid "[none]" +msgstr "[未设定]" + +#: common/ksba-io-support.c:347 +#, c-format +msgid "invalid radix64 character %02x skipped\n" +msgstr "无效的 radix64 字符 %02x 已被跳过\n" + +#: common/argparse.c:520 +msgid "argument not expected" +msgstr "未预期的参数" + +#: common/argparse.c:522 +msgid "read error" +msgstr "读取错误" + +#: common/argparse.c:524 +msgid "keyword too long" +msgstr "关键字太长" + +#: common/argparse.c:526 +msgid "missing argument" +msgstr "缺少参数" + +#: common/argparse.c:528 +msgid "invalid argument" +msgstr "无效的参数" + +#: common/argparse.c:530 +msgid "invalid command" +msgstr "无效的命令" + +#: common/argparse.c:532 +msgid "invalid alias definition" +msgstr "无效的别名定义" + +#: common/argparse.c:534 common/argparse.c:571 +msgid "permission error" +msgstr "" + +#: common/argparse.c:536 common/argparse.c:569 +msgid "out of core" +msgstr "out of core" + +#: common/argparse.c:540 common/argparse.c:575 +#, fuzzy +#| msgid "invalid command" +msgid "invalid meta command" +msgstr "无效的命令" + +#: common/argparse.c:542 common/argparse.c:577 +#, fuzzy +#| msgid "unknown command '%s'\n" +msgid "unknown meta command" +msgstr "未知命令‘%s’\n" + +#: common/argparse.c:544 common/argparse.c:579 +#, fuzzy +#| msgid "unexpected armor: " +msgid "unexpected meta command" +msgstr "与预期不符的字符封装: " + +#: common/argparse.c:546 +msgid "invalid option" +msgstr "无效的选项" + +#: common/argparse.c:556 +#, c-format +msgid "missing argument for option \"%.50s\"\n" +msgstr "选项 “%.50s” 的参数缺失\n" + +#: common/argparse.c:558 g10/gpg.c:3490 +#, c-format +msgid "invalid argument for option \"%.50s\"\n" +msgstr "选项 “%.50s” 的参数无效\n" + +#: common/argparse.c:560 +#, c-format +msgid "option \"%.50s\" does not expect an argument\n" +msgstr "选项 “%.50s” 不需要参数\n" + +#: common/argparse.c:563 +#, c-format +msgid "invalid command \"%.50s\"\n" +msgstr "无效的命令 \"%.50s\"\n" + +#: common/argparse.c:565 +#, c-format +msgid "option \"%.50s\" is ambiguous\n" +msgstr "选项 “%.50s” 含义模糊\n" + +#: common/argparse.c:567 +#, c-format +msgid "command \"%.50s\" is ambiguous\n" +msgstr "命令 “%.50s” 含义模糊\n" + +#: common/argparse.c:581 +#, c-format +msgid "invalid option \"%.50s\"\n" +msgstr "无效的选项 “%.50s”\n" + +#: common/argparse.c:1745 common/argparse.c:1840 +#, c-format +msgid "Note: no default option file '%s'\n" +msgstr "注意:没有默认配置文件‘%s’\n" + +#: common/argparse.c:1832 +#, c-format +msgid "option file '%s': %s\n" +msgstr "选项文件‘%s’:%s\n" + +#: common/argparse.c:2255 +#, c-format +msgid "Note: ignoring option \"--%s\" due to global config\n" +msgstr "" + +#: common/utf8conv.c:123 +#, c-format +msgid "conversion from '%s' to '%s' not available\n" +msgstr "不能从 ‘%s’ 转换到 ‘%s’\n" + +#: common/utf8conv.c:131 +#, c-format +msgid "iconv_open failed: %s\n" +msgstr "iconv_open 方法失败: %s\n" + +#: common/utf8conv.c:385 common/utf8conv.c:651 +#, c-format +msgid "conversion from '%s' to '%s' failed: %s\n" +msgstr "从 ‘%s’ 转换到 ‘%s’ 时失败:%s\n" + +#: common/dotlock.c:724 +#, c-format +msgid "failed to create temporary file '%s': %s\n" +msgstr "创建临时文件 ‘%s’ 失败: %s\n" + +#: common/dotlock.c:786 +#, c-format +msgid "error writing to '%s': %s\n" +msgstr "写入 ‘%s’ 时出现错误: %s\n" + +#: common/dotlock.c:1129 +#, c-format +msgid "removing stale lockfile (created by %d)\n" +msgstr "移除旧的锁文件 (由 %d 创建)\n" + +#: common/dotlock.c:1165 +#, c-format +msgid "waiting for lock (held by %d%s) %s...\n" +msgstr "等待锁(由 %d%s 持有) %s...\n" + +#: common/dotlock.c:1166 +msgid "(deadlock?) " +msgstr "(死锁?) " + +#: common/dotlock.c:1205 +#, c-format +msgid "lock '%s' not made: %s\n" +msgstr "锁 ‘%s’ 未被建立: %s\n" + +#: common/dotlock.c:1232 +#, c-format +msgid "waiting for lock %s...\n" +msgstr "等待锁 %s...\n" + +#: common/init.c:185 sm/gpgsm.c:949 dirmngr/dirmngr.c:862 dirmngr/dirmngr.c:871 +#, c-format +msgid "%s is too old (need %s, have %s)\n" +msgstr "%s 太旧 (需要 %s,拥有 %s)\n" + +#: g10/armor.c:423 +#, c-format +msgid "armor: %s\n" +msgstr "字符封装:%s\n" + +#: g10/armor.c:462 +#, c-format +msgid "invalid armor header: " +msgstr "无效的字符封装头: " + +#: g10/armor.c:473 +#, c-format +msgid "armor header: " +msgstr "字符封装头: " + +#: g10/armor.c:486 +#, c-format +msgid "invalid clearsig header\n" +msgstr "无效的明文签名头\n" + +#: g10/armor.c:499 +#, c-format +msgid "unknown armor header: " +msgstr "未知的字符封装头: " + +#: g10/armor.c:552 +#, c-format +msgid "nested clear text signatures\n" +msgstr "嵌套明文签名\n" + +#: g10/armor.c:687 +#, c-format +msgid "unexpected armor: " +msgstr "与预期不符的字符封装: " + +#: g10/armor.c:700 +#, c-format +msgid "invalid dash escaped line: " +msgstr "无效的连字符转义行: " + +#: g10/armor.c:872 g10/armor.c:1492 +#, c-format +msgid "invalid radix64 character %02X skipped\n" +msgstr "无效的 radix64 字符 %02X 已被跳过\n" + +#: g10/armor.c:915 +#, c-format +msgid "premature eof (no CRC)\n" +msgstr "文件过早结束(没有 CRC 部分)\n" + +#: g10/armor.c:949 +#, c-format +msgid "premature eof (in CRC)\n" +msgstr "文件过早结束(CRC 部分未结束)\n" + +#: g10/armor.c:957 +#, c-format +msgid "malformed CRC\n" +msgstr "异常的 CRC\n" + +#: g10/armor.c:961 g10/armor.c:1529 +#, c-format +msgid "CRC error; %06lX - %06lX\n" +msgstr "CRC 错误;%06lX - %06lX\n" + +#: g10/armor.c:981 +#, c-format +msgid "premature eof (in trailer)\n" +msgstr "文件过早结束(于结尾处)\n" + +#: g10/armor.c:985 +#, c-format +msgid "error in trailer line\n" +msgstr "结尾行出现错误\n" + +#: g10/armor.c:1305 +#, c-format +msgid "no valid OpenPGP data found.\n" +msgstr "找不到有效的 OpenPGP 数据。\n" + +#: g10/armor.c:1310 +#, c-format +msgid "invalid armor: line longer than %d characters\n" +msgstr "无效的字符封装:一行超过 %d 字符\n" + +#: g10/armor.c:1314 +#, c-format +msgid "" +"quoted printable character in armor - probably a buggy MTA has been used\n" +msgstr "" +"字符封装中出现引号包裹起来的可打印字符 - 可能使用了有缺陷的邮件传输代理\n" + +#: g10/build-packet.c:1216 +#, c-format +msgid "[ not human readable (%zu bytes: %s%s) ]" +msgstr "[ 非人类可读(%zu 字节:%s%s) ]" + +#: g10/build-packet.c:1268 +#, c-format +msgid "" +"a notation name must have only printable characters or spaces, and end with " +"an '='\n" +msgstr "一个记号的名称必须只含有可打印字符或者空格,并且以一个‘=’结尾\n" + +#: g10/build-packet.c:1280 g10/build-packet.c:1376 +#, c-format +msgid "a user notation name must contain the '@' character\n" +msgstr "一个用户记号名称必须包含‘@’字符\n" + +#: g10/build-packet.c:1286 g10/build-packet.c:1382 +#, c-format +msgid "a notation name must not contain more than one '@' character\n" +msgstr "一个记号名称必须不包含多于一个的‘@’字符\n" + +#: g10/build-packet.c:1304 +#, c-format +msgid "a notation value must not use any control characters\n" +msgstr "一个记号的值必须不能使用任何的控制字符\n" + +#: g10/build-packet.c:1360 +#, c-format +msgid "a notation name may not contain an '=' character\n" +msgstr "一个记号的名称可能不能包含‘=’字符\n" + +#: g10/build-packet.c:1366 +#, c-format +msgid "a notation name must have only printable characters or spaces\n" +msgstr "一个记号的名称必须只含有可打印字符或者空格\n" + +#: g10/build-packet.c:1425 g10/build-packet.c:1436 +#, c-format +msgid "WARNING: invalid notation data found\n" +msgstr "警告: 找到的记号数据无效\n" + +#: g10/call-agent.c:144 sm/call-agent.c:239 +#, c-format +msgid "failed to proxy %s inquiry to client\n" +msgstr "代理 %s 到客户端的查询失败\n" + +#: g10/call-agent.c:170 +msgid "Enter passphrase: " +msgstr "输入密码: " + +#: g10/call-agent.c:199 g10/call-dirmngr.c:153 sm/call-agent.c:98 +#: sm/call-dirmngr.c:165 +#, c-format +msgid "error getting version from '%s': %s\n" +msgstr "从 ‘%s’ 获取版本时出现错误: %s\n" + +#: g10/call-agent.c:205 g10/call-dirmngr.c:159 sm/call-agent.c:104 +#: sm/call-dirmngr.c:171 +#, c-format +msgid "server '%s' is older than us (%s < %s)" +msgstr "服务器 ‘%s’ 比我们的版本更老 (%s < %s)" + +#: g10/call-agent.c:211 g10/call-dirmngr.c:165 g10/call-dirmngr.c:439 +#: sm/call-agent.c:110 sm/call-dirmngr.c:177 +#, c-format +msgid "WARNING: %s\n" +msgstr "警告:%s\n" + +#: g10/call-agent.c:214 g10/call-dirmngr.c:168 sm/call-agent.c:113 +#: sm/call-dirmngr.c:180 +#, c-format +msgid "Note: Outdated servers may lack important security fixes.\n" +msgstr "注意: 过时的服务器可能缺少重要的安全修复。\n" + +#: g10/call-agent.c:216 g10/call-dirmngr.c:170 sm/call-agent.c:115 +#: sm/call-dirmngr.c:182 +#, c-format +msgid "Note: Use the command \"%s\" to restart them.\n" +msgstr "注意: 使用 “%s” 来重启他们。\n" + +#: g10/call-agent.c:318 g10/encrypt.c:154 g10/encrypt.c:620 g10/sign.c:412 +#: sm/call-agent.c:205 sm/encrypt.c:425 sm/sign.c:345 +#, c-format +msgid "%s is not compliant with %s mode\n" +msgstr "%s 与 %s 模式不兼容\n" + +#: g10/call-dirmngr.c:209 sm/call-dirmngr.c:268 tools/gpg-connect-agent.c:2253 +#, c-format +msgid "no dirmngr running in this session\n" +msgstr "" +"此会话中没有正在运行的 dirmngr\n" +"\n" + +#: g10/call-dirmngr.c:243 +#, fuzzy, c-format +#| msgid "option '%s' may not be used in %s mode\n" +msgid "keyserver option \"%s\" may not be used in %s mode\n" +msgstr "选项 ‘%s’ 可能不能用于 %s 模式\n" + +#: g10/call-dirmngr.c:417 +msgid "WKD uses a cached result" +msgstr "" + +#: g10/call-dirmngr.c:420 +msgid "Tor is not running" +msgstr "" + +#: g10/call-dirmngr.c:422 +#, fuzzy +#| msgid "\"%s\" is not a proper fingerprint\n" +msgid "Tor is not properly configured" +msgstr "“%s” 不是一个正确的指纹\n" + +#: g10/call-dirmngr.c:424 +#, fuzzy +#| msgid "\"%s\" is not a proper fingerprint\n" +msgid "DNS is not properly configured" +msgstr "“%s” 不是一个正确的指纹\n" + +#: g10/call-dirmngr.c:426 +msgid "unacceptable HTTP redirect from server" +msgstr "" + +#: g10/call-dirmngr.c:428 +msgid "unacceptable HTTP redirect from server was cleaned up" +msgstr "" + +#: g10/call-dirmngr.c:430 +#, fuzzy +#| msgid "generate a revocation certificate" +msgid "server uses an invalid certificate" +msgstr "生成一份吊销证书" + +#: g10/call-dirmngr.c:437 g10/gpg.c:4400 +#, fuzzy, c-format +#| msgid "armor: %s\n" +msgid "Note: %s\n" +msgstr "字符封装:%s\n" + +#: g10/card-util.c:86 g10/card-util.c:366 g10/card-util.c:1902 +#, c-format +msgid "OpenPGP card not available: %s\n" +msgstr "OpenPGP 卡不可用:%s\n" + +#: g10/card-util.c:91 g10/card-util.c:1908 +#, c-format +msgid "OpenPGP card no. %s detected\n" +msgstr "检测到 OpenPGP 卡,号码为 %s\n" + +#: g10/card-util.c:97 g10/card-util.c:2237 g10/delkey.c:160 g10/keyedit.c:1422 +#: g10/keygen.c:4466 g10/revoke.c:214 g10/revoke.c:636 +#, c-format +msgid "can't do this in batch mode\n" +msgstr "在批处理模式中无法完成此操作\n" + +#: g10/card-util.c:105 +#, c-format +msgid "This command is only available for version 2 cards\n" +msgstr "这一命令只在版本 2 的卡上可用\n" + +#: g10/card-util.c:107 scd/app-openpgp.c:2864 +#, c-format +msgid "Reset Code not or not anymore available\n" +msgstr "重置代码不可用或不再可用\n" + +#: g10/card-util.c:140 g10/card-util.c:1426 g10/card-util.c:1688 +#: g10/card-util.c:1780 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 +#: g10/keygen.c:1808 g10/keygen.c:1980 g10/keygen.c:2186 g10/keygen.c:2477 +#: sm/certreqgen-ui.c:165 sm/certreqgen-ui.c:291 sm/certreqgen-ui.c:325 +msgid "Your selection? " +msgstr "您的选择是? " + +#: g10/card-util.c:260 g10/card-util.c:311 +msgid "[not set]" +msgstr "[未设定]" + +#: g10/card-util.c:545 +msgid "Mr." +msgstr "先生" + +#: g10/card-util.c:546 +#, fuzzy +#| msgid "Mrs." +msgid "Ms." +msgstr "女士" + +#: g10/card-util.c:573 +msgid "not forced" +msgstr "非强制" + +#: g10/card-util.c:573 +msgid "forced" +msgstr "强制" + +#: g10/card-util.c:749 +msgid "Error: Only plain ASCII is currently allowed.\n" +msgstr "错误:目前只允许使用纯 ASCII 字符。\n" + +#: g10/card-util.c:751 +msgid "Error: The \"<\" character may not be used.\n" +msgstr "错误:不能使用字符 “<”。\n" + +#: g10/card-util.c:753 +msgid "Error: Double spaces are not allowed.\n" +msgstr "错误:不允许出现两个空格。\n" + +#: g10/card-util.c:770 +msgid "Cardholder's surname: " +msgstr "卡片持有人的姓: " + +#: g10/card-util.c:772 +msgid "Cardholder's given name: " +msgstr "卡片持有人的名: " + +#: g10/card-util.c:790 +#, c-format +msgid "Error: Combined name too long (limit is %d characters).\n" +msgstr "错误:合成后的姓名太长(至多 %d 个字符)。\n" + +#: g10/card-util.c:811 +msgid "URL to retrieve public key: " +msgstr "拉取公钥的 URL: " + +#: g10/card-util.c:905 g10/decrypt-data.c:490 g10/import.c:387 g10/import.c:734 +#: g10/import.c:786 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1668 +#: tools/gpgconf.c:431 tools/gpgconf.c:477 +#, c-format +msgid "error reading '%s': %s\n" +msgstr "读取 ‘%s’ 时出现错误:%s\n" + +#: g10/card-util.c:938 g10/decrypt-data.c:493 g10/export.c:2467 +#: dirmngr/crlcache.c:925 +#, c-format +msgid "error writing '%s': %s\n" +msgstr "写入 ‘%s’ 时出现错误: %s\n" + +#: g10/card-util.c:965 +msgid "Login data (account name): " +msgstr "登录数据(帐户名): " + +#: g10/card-util.c:1003 +msgid "Private DO data: " +msgstr "个人 DO 数据: " + +#: g10/card-util.c:1088 +msgid "Language preferences: " +msgstr "语言偏好: " + +#: g10/card-util.c:1096 +msgid "Error: invalid length of preference string.\n" +msgstr "错误:偏好字符串长度无效。\n" + +#: g10/card-util.c:1105 +msgid "Error: invalid characters in preference string.\n" +msgstr "错误:偏好字符串中存在无效字符。\n" + +#: g10/card-util.c:1127 +#, fuzzy +#| msgid "Salutation (M = Mr., F = Mrs., or space): " +msgid "Salutation (M = Mr., F = Ms., or space): " +msgstr "称呼(M = 先生,F = 女士,或者留空): " + +#: g10/card-util.c:1141 +msgid "Error: invalid response.\n" +msgstr "错误:无效的响应。\n" + +#: g10/card-util.c:1163 +msgid "CA fingerprint: " +msgstr "CA 指纹: " + +#: g10/card-util.c:1186 +msgid "Error: invalid formatted fingerprint.\n" +msgstr "错误:指纹格式无效。\n" + +#: g10/card-util.c:1236 +#, c-format +msgid "key operation not possible: %s\n" +msgstr "密钥操作无法实现:%s\n" + +#: g10/card-util.c:1237 +msgid "not an OpenPGP card" +msgstr "不是一个 OpenPGP 卡" + +#: g10/card-util.c:1250 g10/keygen.c:4486 g10/keygen.c:5565 +#, c-format +msgid "error getting current key info: %s\n" +msgstr "取得当前密钥信息时出错:%s\n" + +#: g10/card-util.c:1335 +msgid "Replace existing key? (y/N) " +msgstr "替换现存的密钥?(y/N) " + +#: g10/card-util.c:1352 +#, fuzzy +#| msgid "" +#| "Note: There is no guarantee that the card supports the requested\n" +#| " key type or size. If the key generation does not succeed,\n" +#| " please check the documentation of your card to see which\n" +#| " key types and sizes are supported.\n" +msgid "" +"Note: There is no guarantee that the card supports the requested size.\n" +" If the key generation does not succeed, please check the\n" +" documentation of your card to see what sizes are allowed.\n" +msgstr "" +"注意:此处并不保证此卡片支持所请求的\n" +" 密钥类型或者长度。如果密钥没有成功生成,\n" +" 请检查您的卡片的文档以确定支持哪种密钥\n" +" 类型和长度。\n" + +#: g10/card-util.c:1374 g10/keygen.c:2363 sm/certreqgen-ui.c:179 +#, c-format +msgid "What keysize do you want? (%u) " +msgstr "您想要使用的密钥长度?(%u) " + +#: g10/card-util.c:1384 g10/keygen.c:2286 g10/keygen.c:2318 +#: sm/certreqgen-ui.c:194 +#, c-format +msgid "rounded up to %u bits\n" +msgstr "舍入到 %u 位\n" + +#: g10/card-util.c:1392 g10/keygen.c:2371 sm/certreqgen-ui.c:184 +#, c-format +msgid "%s keysizes must be in the range %u-%u\n" +msgstr "%s 密钥长度必须在 %u 与 %u 间\n" + +#: g10/card-util.c:1411 +msgid "Changing card key attribute for: " +msgstr "正在改变卡片的密钥属性: " + +#: g10/card-util.c:1413 +msgid "Signature key\n" +msgstr "签名密钥\n" + +#: g10/card-util.c:1415 +msgid "Encryption key\n" +msgstr "加密密钥\n" + +#: g10/card-util.c:1417 +msgid "Authentication key\n" +msgstr "身份验证密钥\n" + +#: g10/card-util.c:1419 g10/keygen.c:1926 sm/certreqgen-ui.c:157 +msgid "Please select what kind of key you want:\n" +msgstr "请选择您要使用的密钥类型:\n" + +#: g10/card-util.c:1420 sm/certreqgen-ui.c:158 +#, c-format +msgid " (%d) RSA\n" +msgstr " (%d) RSA\n" + +#: g10/card-util.c:1421 +#, c-format +msgid " (%d) ECC\n" +msgstr " (%d) ECC\n" + +#: g10/card-util.c:1433 g10/card-util.c:1700 g10/card-util.c:1800 +#: g10/keyedit.c:899 g10/keygen.c:1834 g10/keygen.c:1862 g10/keygen.c:1987 +#: g10/keygen.c:2222 g10/keygen.c:2505 g10/revoke.c:838 +msgid "Invalid selection.\n" +msgstr "无效的选择。\n" + +#: g10/card-util.c:1506 +#, c-format +msgid "The card will now be re-configured to generate a key of %u bits\n" +msgstr "此卡片将会被重新配置以生成一个 %u 位的新密钥\n" + +#: g10/card-util.c:1511 +#, c-format +msgid "The card will now be re-configured to generate a key of type: %s\n" +msgstr "此卡片将会被重新配置以生成一个以下类型的密钥: %s\n" + +#: g10/card-util.c:1547 +#, c-format +msgid "error changing key attribute for key %d: %s\n" +msgstr "改变密钥 %d 的密钥属性时出现错误: %s\n" + +#: g10/card-util.c:1563 g10/card-util.c:2090 +#, c-format +msgid "error getting card info: %s\n" +msgstr "获取卡片信息时出现错: %s\n" + +#: g10/card-util.c:1569 g10/card-util.c:1914 g10/card-util.c:2096 +#, c-format +msgid "This command is not supported by this card\n" +msgstr "此命令不被此卡片支持\n" + +#: g10/card-util.c:1615 +msgid "Make off-card backup of encryption key? (Y/n) " +msgstr "创建加密密钥的离卡备份? (Y/n) " + +#: g10/card-util.c:1629 +#, c-format +msgid "Note: keys are already stored on the card!\n" +msgstr "注意: 已有密钥被存储于卡片上!\n" + +#: g10/card-util.c:1632 +msgid "Replace existing keys? (y/N) " +msgstr "替换现存的密钥?(y/N) " + +#: g10/card-util.c:1644 +#, c-format +msgid "" +"Please note that the factory settings of the PINs are\n" +" PIN = '%s' Admin PIN = '%s'\n" +"You should change them using the command --change-pin\n" +msgstr "" +"请注意,出厂设置的 PIN 为:\n" +" PIN = ‘%s’ 管理员 PIN = ‘%s’\n" +"您应当使用 --change-pin 命令来更改它们\n" + +#: g10/card-util.c:1679 +msgid "Please select the type of key to generate:\n" +msgstr "请选择您要生成的密钥类型:\n" + +#: g10/card-util.c:1681 g10/card-util.c:1771 +msgid " (1) Signature key\n" +msgstr " (1) 签名密钥\n" + +#: g10/card-util.c:1682 g10/card-util.c:1773 +msgid " (2) Encryption key\n" +msgstr " (2) 加密密钥\n" + +#: g10/card-util.c:1683 g10/card-util.c:1775 +msgid " (3) Authentication key\n" +msgstr " (3) 身份验证密钥\n" + +#: g10/card-util.c:1768 +msgid "Please select where to store the key:\n" +msgstr "请选择在哪里存储密钥:\n" + +#: g10/card-util.c:1814 +#, c-format +msgid "KEYTOCARD failed: %s\n" +msgstr "KEYTOCARD 失败: %s\n" + +#: g10/card-util.c:1919 +#, c-format +msgid "Note: This command destroys all keys stored on the card!\n" +msgstr "注意: 这一命令将会销毁所有储存于卡片上的密钥!\n" + +#: g10/card-util.c:1922 +msgid "Continue? (y/N) " +msgstr "继续? (y/N) " + +#: g10/card-util.c:1927 +msgid "Really do a factory reset? (enter \"yes\") " +msgstr "真的要执行恢复出厂设置吗? (输入“yes”) " + +#: g10/card-util.c:2113 +#, c-format +msgid "error for setup KDF: %s\n" +msgstr "设置 KDF 时出现错误: %s\n" + +#: g10/card-util.c:2142 g10/keyedit.c:1259 +msgid "quit this menu" +msgstr "退出此菜单" + +#: g10/card-util.c:2144 +msgid "show admin commands" +msgstr "显示管理员命令" + +#: g10/card-util.c:2145 g10/keyedit.c:1262 +msgid "show this help" +msgstr "显示此帮助" + +#: g10/card-util.c:2147 +msgid "list all available data" +msgstr "列出所有可用数据" + +#: g10/card-util.c:2150 +msgid "change card holder's name" +msgstr "更改卡持有人的姓名" + +#: g10/card-util.c:2151 +msgid "change URL to retrieve key" +msgstr "更改拉取密钥的 URL" + +#: g10/card-util.c:2152 +msgid "fetch the key specified in the card URL" +msgstr "根据卡中指定的 URL 获取密钥" + +#: g10/card-util.c:2153 +msgid "change the login name" +msgstr "更改登录名" + +#: g10/card-util.c:2154 +msgid "change the language preferences" +msgstr "更改语言偏好" + +#: g10/card-util.c:2155 +msgid "change card holder's salutation" +msgstr "变更卡片持有人的称呼" + +#: g10/card-util.c:2157 +msgid "change a CA fingerprint" +msgstr "更改一个 CA 指纹" + +#: g10/card-util.c:2158 +msgid "toggle the signature force PIN flag" +msgstr "开关签名的强制 PIN 设置" + +#: g10/card-util.c:2159 +msgid "generate new keys" +msgstr "生成新的密钥" + +#: g10/card-util.c:2160 +msgid "menu to change or unblock the PIN" +msgstr "更改或解锁 PIN 的菜单" + +#: g10/card-util.c:2161 +msgid "verify the PIN and list all data" +msgstr "验证 PIN 并列出所有数据" + +#: g10/card-util.c:2162 +msgid "unblock the PIN using a Reset Code" +msgstr "使用重置代码解锁 PIN" + +#: g10/card-util.c:2163 +msgid "destroy all keys and data" +msgstr "销毁所有密钥和数据" + +#: g10/card-util.c:2164 +msgid "setup KDF for PIN authentication" +msgstr "针对 PIN 身份验证设置 KDF" + +#: g10/card-util.c:2165 +msgid "change the key attribute" +msgstr "更改密钥属性" + +#: g10/card-util.c:2289 +msgid "gpg/card> " +msgstr "gpg/card> " + +#: g10/card-util.c:2330 +msgid "Admin-only command\n" +msgstr "仅供管理员使用的命令\n" + +#: g10/card-util.c:2361 +msgid "Admin commands are allowed\n" +msgstr "管理员命令可用\n" + +#: g10/card-util.c:2363 +msgid "Admin commands are not allowed\n" +msgstr "管理员命令不可用\n" + +#: g10/card-util.c:2466 g10/keyedit.c:2228 +msgid "Invalid command (try \"help\")\n" +msgstr "无效的命令 (尝试“help”)\n" + +#: g10/decrypt.c:191 g10/encrypt.c:1002 +#, c-format +msgid "--output doesn't work for this command\n" +msgstr "--output 在这个命令中不起作用\n" + +#: g10/decrypt.c:247 g10/gpg.c:5083 g10/keyring.c:399 g10/keyring.c:750 +#, c-format +msgid "can't open '%s'\n" +msgstr "无法打开 ‘%s’\n" + +#: g10/delkey.c:83 g10/export.c:1947 g10/export.c:2230 g10/export.c:2351 +#: g10/getkey.c:1964 g10/gpg.c:5028 g10/keyedit.c:1444 g10/keyedit.c:2334 +#: g10/keyedit.c:2580 g10/keyedit.c:4543 g10/keylist.c:689 g10/keyserver.c:1259 +#: g10/revoke.c:230 g10/tofu.c:2165 +#, c-format +msgid "key \"%s\" not found: %s\n" +msgstr "未找到密钥 ‘%s’:%s\n" + +#: g10/delkey.c:92 g10/export.c:2015 g10/getkey.c:1972 g10/getkey.c:4346 +#: g10/gpg.c:5037 g10/keyedit.c:2307 g10/keyserver.c:1277 g10/revoke.c:236 +#: g10/revoke.c:663 g10/tofu.c:2173 +#, c-format +msgid "error reading keyblock: %s\n" +msgstr "读取密钥块时出现错误: %s\n" + +#: g10/delkey.c:150 +#, c-format +msgid "key \"%s\" not found\n" +msgstr "未找到密钥 “%s”\n" + +#: g10/delkey.c:161 g10/delkey.c:168 +#, c-format +msgid "(unless you specify the key by fingerprint)\n" +msgstr "(除非您用指纹指定密钥)\n" + +#: g10/delkey.c:167 +#, c-format +msgid "can't do this in batch mode without \"--yes\"\n" +msgstr "无法于批处理模式中在没有“--yes”的情况下完成此操作\n" + +#: g10/delkey.c:182 +msgid "Note: The public primary key and all its subkeys will be deleted.\n" +msgstr "" + +#: g10/delkey.c:187 +msgid "Note: Only the shown public subkey will be deleted.\n" +msgstr "" + +#: g10/delkey.c:192 +msgid "Note: Only the secret part of the shown primary key will be deleted.\n" +msgstr "" + +#: g10/delkey.c:197 +msgid "Note: Only the secret part of the shown subkey will be deleted.\n" +msgstr "" + +#: g10/delkey.c:206 +msgid "Delete this key from the keyring? (y/N) " +msgstr "要从钥匙环里删除这个密钥吗?(y/N) " + +#: g10/delkey.c:216 +msgid "This is a secret key! - really delete? (y/N) " +msgstr "这是一个私钥!- 真的要删除吗?(y/N) " + +#: g10/delkey.c:263 +#, c-format +msgid "deleting secret %s failed: %s\n" +msgstr "删除私钥 %s 时失败: %s\n" + +#: g10/delkey.c:265 +msgid "key" +msgstr "密钥" + +#: g10/delkey.c:265 +msgid "subkey" +msgstr "子密钥" + +#: g10/delkey.c:299 g10/keyedit.c:2200 g10/keyedit.c:2210 g10/keyedit.c:2387 +#: g10/keyedit.c:2461 g10/keyedit.c:2532 g10/keyedit.c:2757 g10/keyedit.c:2987 +#: g10/keyedit.c:3056 g10/keyedit.c:3207 +#, c-format +msgid "update failed: %s\n" +msgstr "更新失败:%s\n" + +#: g10/delkey.c:308 +#, c-format +msgid "deleting keyblock failed: %s\n" +msgstr "删除密钥块时失败:%s\n" + +#: g10/delkey.c:322 +#, c-format +msgid "ownertrust information cleared\n" +msgstr "所有者信任信息已被清除\n" + +#: g10/delkey.c:359 +#, c-format +msgid "there is a secret key for public key \"%s\"!\n" +msgstr "存在一个私钥对应于公钥 “%s”!\n" + +#: g10/delkey.c:361 +#, c-format +msgid "use option \"--delete-secret-keys\" to delete it first.\n" +msgstr "请先使用“--delete-secret-keys”选项来删除它。\n" + +#: g10/encrypt.c:202 g10/sign.c:1471 +#, c-format +msgid "error creating passphrase: %s\n" +msgstr "创建密码时出现错误:%s\n" + +#: g10/encrypt.c:209 +#, c-format +msgid "can't use a symmetric ESK packet due to the S2K mode\n" +msgstr "由于在 S2K 模式,不能使用一个对称的 ESK 封包\n" + +#: g10/encrypt.c:223 +#, fuzzy, c-format +#| msgid "using cipher %s.%s\n" +msgid "using cipher %s\n" +msgstr "使用密文 %s.%s\n" + +#: g10/encrypt.c:233 g10/encrypt.c:668 +#, c-format +msgid "'%s' already compressed\n" +msgstr "‘%s’已被压缩\n" + +#: g10/encrypt.c:290 g10/encrypt.c:704 g10/sign.c:760 +#, c-format +msgid "WARNING: '%s' is an empty file\n" +msgstr "警告:‘%s’是一个空文件\n" + +#: g10/encrypt.c:387 g10/encrypt.c:610 g10/decrypt-data.c:260 g10/gpg.c:3901 +#: g10/gpg.c:3941 sm/decrypt.c:364 sm/encrypt.c:415 sm/gpgsm.c:1655 +#, c-format +msgid "cipher algorithm '%s' may not be used in %s mode\n" +msgstr "密文算法 ‘%s’ 可能不能被用于 %s 模式\n" + +#: g10/encrypt.c:396 g10/gpg.c:3907 g10/gpg.c:3953 g10/sig-check.c:146 +#: g10/sign.c:391 sm/gpgsm.c:1665 sm/gpgsm.c:1675 sm/sign.c:478 sm/verify.c:506 +#, c-format +msgid "digest algorithm '%s' may not be used in %s mode\n" +msgstr "摘要算法‘%s’不能在 %s 模式下使用\n" + +#: g10/encrypt.c:549 +#, c-format +msgid "reading from '%s'\n" +msgstr "正在从‘%s’读取\n" + +#: g10/encrypt.c:597 +#, c-format +msgid "" +"WARNING: forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "警告: 强制对称密文 %s (%d) 与接收者的偏好设置冲突\n" + +#: g10/encrypt.c:640 sm/encrypt.c:490 +#, c-format +msgid "WARNING: key %s is not suitable for encryption in %s mode\n" +msgstr "警告: 密钥 %s 在 %s 模式下不适用于加密\n" + +#: g10/encrypt.c:751 g10/sign.c:1163 +#, c-format +msgid "" +"WARNING: forcing compression algorithm %s (%d) violates recipient " +"preferences\n" +msgstr "警告: 强制压缩算法 %s (%d) 与接收者的偏好设置冲突\n" + +#: g10/encrypt.c:861 +#, c-format +msgid "forcing symmetric cipher %s (%d) violates recipient preferences\n" +msgstr "强行对称密文算法 %s (%d) 与接收者的偏好设置冲突\n" + +#: g10/encrypt.c:949 +#, fuzzy, c-format +#| msgid "%s/%s.%s encrypted for: \"%s\"\n" +msgid "%s/%s encrypted for: \"%s\"\n" +msgstr "%s/%s.%s 已加密给 \"%s\"\n" + +#: g10/encrypt.c:977 g10/pkclist.c:1028 g10/pkclist.c:1079 +#, c-format +msgid "option '%s' may not be used in %s mode\n" +msgstr "选项 ‘%s’ 可能不能用于 %s 模式\n" + +#: g10/decrypt-data.c:240 g10/mainproc.c:391 +#, fuzzy, c-format +#| msgid "%s.%s encrypted data\n" +msgid "%s encrypted data\n" +msgstr "%s.%s 已加密的数据\n" + +#: g10/decrypt-data.c:243 g10/mainproc.c:396 +#, c-format +msgid "encrypted with unknown algorithm %d\n" +msgstr "以未知的算法 %d 加密\n" + +#: g10/decrypt-data.c:357 g10/decrypt-data.c:410 sm/decrypt.c:130 +#, c-format +msgid "" +"WARNING: message was encrypted with a weak key in the symmetric cipher.\n" +msgstr "警告: 消息使用了一个弱密钥以对称密文的形式加密\n" + +#: g10/decrypt-data.c:369 g10/decrypt-data.c:422 +#, c-format +msgid "problem handling encrypted packet\n" +msgstr "处理加密封包时出现问题\n" + +#: g10/exec.c:60 +#, c-format +msgid "no remote program execution supported\n" +msgstr "不支持远程程序执行\n" + +#: g10/exec.c:381 +#, c-format +msgid "" +"external program calls are disabled due to unsafe options file permissions\n" +msgstr "由于文件权限位不安全,外部程序调用被禁用\n" + +#: g10/exec.c:411 +#, c-format +msgid "this platform requires temporary files when calling external programs\n" +msgstr "此平台上调用外部程序时要求临时文件\n" + +#: g10/exec.c:489 +#, c-format +msgid "unable to execute program '%s': %s\n" +msgstr "无法执行程序‘%s’:%s\n" + +#: g10/exec.c:492 +#, c-format +msgid "unable to execute shell '%s': %s\n" +msgstr "无法执行外壳程序‘%s’:%s\n" + +#: g10/exec.c:583 +#, c-format +msgid "system error while calling external program: %s\n" +msgstr "调用外部程序时出现系统错误:%s\n" + +#: g10/exec.c:594 g10/exec.c:661 +#, c-format +msgid "unnatural exit of external program\n" +msgstr "外部程序异常退出\n" + +#: g10/exec.c:609 +#, c-format +msgid "unable to execute external program\n" +msgstr "无法执行外部程序\n" + +#: g10/exec.c:626 +#, c-format +msgid "unable to read external program response: %s\n" +msgstr "无法读取外部程序响应:%s\n" + +#: g10/exec.c:672 g10/exec.c:679 +#, c-format +msgid "WARNING: unable to remove tempfile (%s) '%s': %s\n" +msgstr "警告:无法删除临时文件(%s)‘%s’:%s\n" + +#: g10/exec.c:684 +#, c-format +msgid "WARNING: unable to remove temp directory '%s': %s\n" +msgstr "警告:无法删除临时目录‘%s’:%s\n" + +#: g10/export.c:119 +msgid "export signatures that are marked as local-only" +msgstr "导出被标记为“仅限本地”的签名" + +#: g10/export.c:121 +msgid "export attribute user IDs (generally photo IDs)" +msgstr "导出附属用户标识(一般为照片标识)" + +#: g10/export.c:123 +msgid "export revocation keys marked as \"sensitive\"" +msgstr "导出被标记为“敏感”的吊销用密钥" + +#: g10/export.c:125 +msgid "remove unusable parts from key during export" +msgstr "导出时移除密钥中未使用的部分" + +#: g10/export.c:127 +msgid "remove as much as possible from key during export" +msgstr "导出时尽可能移除密钥中的可选部分" + +#: g10/export.c:133 +msgid "use the GnuPG key backup format" +msgstr "使用 GnuPG 密钥备份格式" + +#: g10/export.c:1291 +msgid " - skipped" +msgstr " - 已跳过" + +#: g10/export.c:1324 g10/import.c:2073 g10/openfile.c:200 g10/openfile.c:294 +#: g10/sign.c:1013 g10/sign.c:1327 +#, c-format +msgid "writing to '%s'\n" +msgstr "正在写入‘%s’\n" + +#: g10/export.c:1769 +#, c-format +msgid "key %s: key material on-card - skipped\n" +msgstr "密钥 %s:密钥在卡片上 - 已跳过\n" + +#: g10/export.c:1964 +#, c-format +msgid "exporting secret keys not allowed\n" +msgstr "不允许导出私钥\n" + +#: g10/export.c:2041 +#, c-format +msgid "key %s: PGP 2.x style key - skipped\n" +msgstr "密钥 %s:PGP 2.x 样式的密钥 - 已跳过\n" + +#: g10/export.c:2135 +#, c-format +msgid "WARNING: nothing exported\n" +msgstr "警告:没有导出任何东西\n" + +#: g10/export.c:2432 g10/plaintext.c:153 g10/plaintext.c:162 +#: g10/plaintext.c:168 g10/plaintext.c:191 +#, c-format +msgid "error creating '%s': %s\n" +msgstr "创建‘%s’时出现错误:%s\n" + +#: g10/getkey.c:259 +msgid "[User ID not found]" +msgstr "[用户标识未找到]" + +#: g10/getkey.c:1297 +#, c-format +msgid "automatically retrieved '%s' via %s\n" +msgstr "自动拉取‘%s’,通过 %s\n" + +#: g10/getkey.c:1303 +#, c-format +msgid "error retrieving '%s' via %s: %s\n" +msgstr "拉取‘%s’通过 %s 时出现错误: %s\n" + +#: g10/getkey.c:1305 +msgid "No fingerprint" +msgstr "无指纹" + +#: g10/getkey.c:1526 +#, c-format +msgid "checking for a fresh copy of an expired key via %s\n" +msgstr "正在通过 %s 检查一个已过期密钥的新拷贝\n" + +#: g10/getkey.c:1941 g10/revoke.c:655 g10/revoke.c:720 +#, c-format +msgid "secret key \"%s\" not found: %s\n" +msgstr "找不到私钥 “%s”:%s\n" + +#: g10/getkey.c:1944 g10/pkclist.c:988 +#, c-format +msgid "(check argument of option '%s')\n" +msgstr "(检查选项 ‘%s’ 的参数)\n" + +#: g10/getkey.c:2020 +#, c-format +msgid "Warning: not using '%s' as default key: %s\n" +msgstr "警告:未使用‘%s’作为默认密钥:%s\n" + +#: g10/getkey.c:2028 +#, c-format +msgid "using \"%s\" as default secret key for signing\n" +msgstr "使用 “%s” 作为默认签名用私钥\n" + +#: g10/getkey.c:2035 +#, c-format +msgid "all values passed to '%s' ignored\n" +msgstr "传递给‘%s’的所有值被忽略\n" + +#: g10/getkey.c:2880 +#, c-format +msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" +msgstr "无效的密钥 %s 通过 --allow-non-selfsigned-uid 生效\n" + +#: g10/getkey.c:3730 +#, c-format +msgid "using subkey %s instead of primary key %s\n" +msgstr "使用子密钥 %s 而非主密钥 %s\n" + +#: g10/getkey.c:4275 g10/gpg.c:2107 +#, c-format +msgid "valid values for option '%s':\n" +msgstr "选项 ‘%s’ 的有效值:\n" + +#: g10/gpg.c:442 sm/gpgsm.c:206 +msgid "make a signature" +msgstr "生成一份签名" + +#: g10/gpg.c:443 +msgid "make a clear text signature" +msgstr "生成一份明文签名" + +#: g10/gpg.c:445 sm/gpgsm.c:208 +msgid "make a detached signature" +msgstr "生成一份分离的签名" + +#: g10/gpg.c:446 sm/gpgsm.c:209 +msgid "encrypt data" +msgstr "加密数据" + +#: g10/gpg.c:448 +msgid "encryption only with symmetric cipher" +msgstr "仅使用对称密文加密" + +#: g10/gpg.c:450 sm/gpgsm.c:211 +msgid "decrypt data (default)" +msgstr "解密数据(默认)" + +#: g10/gpg.c:452 sm/gpgsm.c:212 +msgid "verify a signature" +msgstr "验证签名" + +#: g10/gpg.c:454 sm/gpgsm.c:213 +msgid "list keys" +msgstr "列出密钥" + +#: g10/gpg.c:456 +msgid "list keys and signatures" +msgstr "列出密钥和签名" + +#: g10/gpg.c:459 +msgid "list and check key signatures" +msgstr "列出并检查密钥签名" + +#: g10/gpg.c:461 sm/gpgsm.c:218 +msgid "list keys and fingerprints" +msgstr "列出密钥和指纹" + +#: g10/gpg.c:462 sm/gpgsm.c:216 +msgid "list secret keys" +msgstr "列出私钥" + +#: g10/gpg.c:464 sm/gpgsm.c:219 +msgid "generate a new key pair" +msgstr "生成一个新的密钥对" + +#: g10/gpg.c:467 +msgid "quickly generate a new key pair" +msgstr "快速生成一个新的密钥对" + +#: g10/gpg.c:470 +msgid "quickly add a new user-id" +msgstr "快速添加一个新的用户标识" + +#: g10/gpg.c:475 +msgid "quickly revoke a user-id" +msgstr "快速吊销一个用户标识" + +#: g10/gpg.c:478 +msgid "quickly set a new expiration date" +msgstr "快速设置一个过期日期" + +#: g10/gpg.c:481 +msgid "full featured key pair generation" +msgstr "完整功能的密钥对生成" + +#: g10/gpg.c:484 +msgid "generate a revocation certificate" +msgstr "生成一份吊销证书" + +#: g10/gpg.c:487 sm/gpgsm.c:222 +msgid "remove keys from the public keyring" +msgstr "从公钥钥匙环里删除密钥" + +#: g10/gpg.c:489 +msgid "remove keys from the secret keyring" +msgstr "从私钥钥匙环里删除密钥" + +#: g10/gpg.c:491 +msgid "quickly sign a key" +msgstr "快速签名一个密钥" + +#: g10/gpg.c:493 +msgid "quickly sign a key locally" +msgstr "快速本地签名一个密钥" + +#: g10/gpg.c:495 +#, fuzzy +#| msgid "quickly revoke a user-id" +msgid "quickly revoke a key signature" +msgstr "快速吊销一个用户标识" + +#: g10/gpg.c:496 +msgid "sign a key" +msgstr "签名一个密钥" + +#: g10/gpg.c:497 +msgid "sign a key locally" +msgstr "本地签名一个密钥" + +#: g10/gpg.c:498 +msgid "sign or edit a key" +msgstr "签名或编辑一个密钥" + +#: g10/gpg.c:500 sm/gpgsm.c:240 +msgid "change a passphrase" +msgstr "更改密码" + +#: g10/gpg.c:504 +msgid "export keys" +msgstr "导出密钥" + +#: g10/gpg.c:505 +msgid "export keys to a keyserver" +msgstr "个密钥导出到一个公钥服务器上" + +#: g10/gpg.c:506 +msgid "import keys from a keyserver" +msgstr "从公钥服务器上导入密钥" + +#: g10/gpg.c:509 +msgid "search for keys on a keyserver" +msgstr "在公钥服务器上搜索密钥" + +#: g10/gpg.c:511 +msgid "update all keys from a keyserver" +msgstr "从公钥服务器更新所有密钥" + +#: g10/gpg.c:519 +msgid "import/merge keys" +msgstr "导入/合并密钥" + +#: g10/gpg.c:522 +msgid "print the card status" +msgstr "打印卡片状态" + +#: g10/gpg.c:523 +msgid "change data on a card" +msgstr "更改卡片上的数据" + +#: g10/gpg.c:525 +msgid "change a card's PIN" +msgstr "更改卡片的 PIN" + +#: g10/gpg.c:537 +msgid "update the trust database" +msgstr "更新信任数据库" + +#: g10/gpg.c:546 +msgid "print message digests" +msgstr "打印消息摘要" + +#: g10/gpg.c:549 sm/gpgsm.c:235 +msgid "run in server mode" +msgstr "以服务器模式运行" + +#: g10/gpg.c:551 +msgid "|VALUE|set the TOFU policy for a key" +msgstr "|VALUE|设置一个密钥的 TOFU 政策" + +#: g10/gpg.c:555 sm/gpgsm.c:254 +msgid "create ascii armored output" +msgstr "创建 ASCII 字符封装的输出" + +#: g10/gpg.c:558 sm/gpgsm.c:271 +msgid "|USER-ID|encrypt for USER-ID" +msgstr "|USER-ID|为 USER-ID 加密" + +#: g10/gpg.c:574 sm/gpgsm.c:307 +msgid "|USER-ID|use USER-ID to sign or decrypt" +msgstr "|USER-ID|使用 USER-ID 来签名或者解密" + +#: g10/gpg.c:580 +msgid "|N|set compress level to N (0 disables)" +msgstr "|N|设置压缩等级为 N (0 为禁用)" + +#: g10/gpg.c:587 +msgid "use canonical text mode" +msgstr "使用规范的文本模式" + +#: g10/gpg.c:604 g10/gpgv.c:82 sm/gpgsm.c:309 +msgid "|FILE|write output to FILE" +msgstr "|FILE|写输出到 FILE" + +#: g10/gpg.c:614 kbx/kbxutil.c:90 sm/gpgsm.c:321 tools/gpgconf.c:110 +msgid "do not make any changes" +msgstr "不做任何更改" + +#: g10/gpg.c:615 +msgid "prompt before overwriting" +msgstr "覆盖前提示" + +#: g10/gpg.c:665 +msgid "use strict OpenPGP behavior" +msgstr "使用严格的 OpenPGP 行为" + +#: g10/gpg.c:692 sm/gpgsm.c:364 +msgid "" +"@\n" +"(See the man page for a complete listing of all commands and options)\n" +msgstr "" +"@\n" +"(请参考手册页以获得所有命令和选项的完整列表)\n" + +#: g10/gpg.c:695 +msgid "" +"@\n" +"Examples:\n" +"\n" +" -se -r Bob [file] sign and encrypt for user Bob\n" +" --clear-sign [file] make a clear text signature\n" +" --detach-sign [file] make a detached signature\n" +" --list-keys [names] show keys\n" +" --fingerprint [names] show fingerprints\n" +msgstr "" +"@\n" +"例子:\n" +"\n" +" -se -r Bob [file] 为用户 Bob 签名和加密\n" +" --clear-sign [file] 创建一个明文签名\n" +" --detach-sign [file] 创建一个分离签名\n" +" --list-keys [names] 列出密钥\n" +" --fingerprint [names] 显示指纹\n" + +#: g10/gpg.c:1092 +msgid "Usage: @GPG@ [options] [files] (-h for help)" +msgstr "用法: @GPG@ [options] [files] (-h 获取帮助)" + +#: g10/gpg.c:1095 +msgid "" +"Syntax: @GPG@ [options] [files]\n" +"Sign, check, encrypt or decrypt\n" +"Default operation depends on the input data\n" +msgstr "" +"语法:@GPG@ [options] [files]\n" +"签名、检查、加密或解密\n" +"默认的操作依输入数据而定\n" + +#: g10/gpg.c:1106 sm/gpgsm.c:591 +msgid "" +"\n" +"Supported algorithms:\n" +msgstr "" +"\n" +"支持的算法:\n" + +#: g10/gpg.c:1109 +msgid "Pubkey: " +msgstr "公钥: " + +#: g10/gpg.c:1116 g10/keyedit.c:3281 +msgid "Cipher: " +msgstr "密文: " + +#: g10/gpg.c:1123 +msgid "Hash: " +msgstr "散列: " + +#: g10/gpg.c:1130 g10/keyedit.c:3347 +msgid "Compression: " +msgstr "压缩: " + +#: g10/gpg.c:1199 sm/gpgsm.c:665 +#, c-format +msgid "usage: %s [options] %s\n" +msgstr "用法: %s [选项] %s\n" + +#: g10/gpg.c:1388 sm/gpgsm.c:754 +#, c-format +msgid "conflicting commands\n" +msgstr "冲突的指令\n" + +#: g10/gpg.c:1406 +#, c-format +msgid "no = sign found in group definition '%s'\n" +msgstr "群组定义 ‘%s’ 中找不到 = 标志\n" + +#: g10/gpg.c:1604 +#, c-format +msgid "WARNING: unsafe ownership on homedir '%s'\n" +msgstr "警告:家目录‘%s’的所有权不安全\n" + +#: g10/gpg.c:1607 +#, c-format +msgid "WARNING: unsafe ownership on configuration file '%s'\n" +msgstr "警告:配置文件‘%s’的所有权不安全\n" + +#: g10/gpg.c:1610 +#, c-format +msgid "WARNING: unsafe ownership on extension '%s'\n" +msgstr "警告:扩展模块‘%s’的所有权不安全\n" + +#: g10/gpg.c:1616 +#, c-format +msgid "WARNING: unsafe permissions on homedir '%s'\n" +msgstr "警告:家目录‘%s’的权限位不安全\n" + +#: g10/gpg.c:1619 +#, c-format +msgid "WARNING: unsafe permissions on configuration file '%s'\n" +msgstr "警告:配置文件‘%s’的权限位不安全\n" + +#: g10/gpg.c:1622 +#, c-format +msgid "WARNING: unsafe permissions on extension '%s'\n" +msgstr "警告:扩展模块‘%s’的权限位不安全\n" + +#: g10/gpg.c:1628 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" +msgstr "警告:家目录‘%s’的上级目录所有权不安全\n" + +#: g10/gpg.c:1631 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" +msgstr "警告:配置文件‘%s’的上级目录所有权不安全\n" + +#: g10/gpg.c:1634 +#, c-format +msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" +msgstr "警告:扩展模块‘%s’的上级目录所有权不安全\n" + +#: g10/gpg.c:1640 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" +msgstr "警告:家目录‘%s’的上级目录权限位不安全\n" + +#: g10/gpg.c:1643 +#, c-format +msgid "" +"WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" +msgstr "警告:配置文件‘%s’的上级目录权限不安全\n" + +#: g10/gpg.c:1646 +#, c-format +msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" +msgstr "警告:扩展模块‘%s’的上级目录权限位不安全\n" + +#: g10/gpg.c:1862 +#, c-format +msgid "unknown configuration item '%s'\n" +msgstr "未知的配置项‘%s’\n" + +#: g10/gpg.c:1979 +msgid "display photo IDs during key listings" +msgstr "列出密钥时显示照片标识" + +#: g10/gpg.c:1981 +msgid "show key usage information during key listings" +msgstr "列出密钥时显示用途信息" + +#: g10/gpg.c:1983 +msgid "show policy URLs during signature listings" +msgstr "列出签名时显示策略 URL" + +#: g10/gpg.c:1985 +msgid "show all notations during signature listings" +msgstr "列出签名时显示所有注记" + +#: g10/gpg.c:1987 +msgid "show IETF standard notations during signature listings" +msgstr "列出签名时显示 IETF 标准注记" + +#: g10/gpg.c:1991 +msgid "show user-supplied notations during signature listings" +msgstr "列出签名时显示用户提供的注记" + +#: g10/gpg.c:1993 +msgid "show preferred keyserver URLs during signature listings" +msgstr "列出签名时显示首选公钥服务器 URL" + +#: g10/gpg.c:1995 +msgid "show user ID validity during key listings" +msgstr "列出密钥时显示用户标识的有效性" + +#: g10/gpg.c:1997 +msgid "show revoked and expired user IDs in key listings" +msgstr "列出密钥时显示已吊销或已过期的用户标识" + +#: g10/gpg.c:1999 +msgid "show revoked and expired subkeys in key listings" +msgstr "列出密钥时显示已吊销或已过期的子密钥" + +#: g10/gpg.c:2001 +msgid "show the keyring name in key listings" +msgstr "列出密钥时显示钥匙环的名称" + +#: g10/gpg.c:2003 +msgid "show expiration dates during signature listings" +msgstr "列出签名时显示过期日期" + +#: g10/gpg.c:2118 +#, c-format +msgid "unknown TOFU policy '%s'\n" +msgstr "未知的 TOFU 政策‘%s’\n" + +#: g10/gpg.c:2120 +#, c-format +msgid "(use \"help\" to list choices)\n" +msgstr "(使用“help”来列出选择)\n" + +#: g10/gpg.c:2840 g10/gpg.c:3671 g10/gpg.c:3683 +#, c-format +msgid "Note: %s is not for normal use!\n" +msgstr "注意:%s 不适用于一般使用!\n" + +#: g10/gpg.c:3017 g10/gpg.c:3029 +#, c-format +msgid "'%s' is not a valid signature expiration\n" +msgstr "‘%s’不是一个有效的签名过期日期\n" + +#: g10/gpg.c:3051 +#, c-format +msgid "\"%s\" is not a proper mail address\n" +msgstr "“%s” 不是一个合适的邮件地址\n" + +#: g10/gpg.c:3083 sm/gpgsm.c:1177 +#, c-format +msgid "invalid pinentry mode '%s'\n" +msgstr "无效的 pinentry 模式‘%s’\n" + +#: g10/gpg.c:3089 sm/gpgsm.c:1183 +#, c-format +msgid "invalid request origin '%s'\n" +msgstr "无效的请求来源‘%s’\n" + +#: g10/gpg.c:3143 +#, c-format +msgid "'%s' is not a valid character set\n" +msgstr "‘%s’不是一个有效的字符集\n" + +#: g10/gpg.c:3165 g10/gpg.c:3375 g10/keyedit.c:5281 +#, c-format +msgid "could not parse keyserver URL\n" +msgstr "无法解析公钥服务器 URL\n" + +#: g10/gpg.c:3183 +#, c-format +msgid "%s:%d: invalid keyserver options\n" +msgstr "%s:%d:无效的公钥服务器选项\n" + +#: g10/gpg.c:3186 +#, c-format +msgid "invalid keyserver options\n" +msgstr "无效的公钥服务器选项\n" + +#: g10/gpg.c:3193 +#, c-format +msgid "%s:%d: invalid import options\n" +msgstr "%s:%d:无效的导入选项\n" + +#: g10/gpg.c:3196 +#, c-format +msgid "invalid import options\n" +msgstr "无效的导入选项\n" + +#: g10/gpg.c:3202 g10/gpg.c:3217 +#, c-format +msgid "invalid filter option: %s\n" +msgstr "无效的过滤选项:%s\n" + +#: g10/gpg.c:3208 +#, c-format +msgid "%s:%d: invalid export options\n" +msgstr "%s:%d:无效的导出选项\n" + +#: g10/gpg.c:3211 +#, c-format +msgid "invalid export options\n" +msgstr "无效的导出选项\n" + +#: g10/gpg.c:3223 +#, c-format +msgid "%s:%d: invalid list options\n" +msgstr "%s:%d:无效的列表选项\n" + +#: g10/gpg.c:3226 +#, c-format +msgid "invalid list options\n" +msgstr "无效的列表选项\n" + +#: g10/gpg.c:3234 +msgid "display photo IDs during signature verification" +msgstr "验证签名时显示照片标识" + +#: g10/gpg.c:3236 +msgid "show policy URLs during signature verification" +msgstr "验证签名时显示策略 URL" + +#: g10/gpg.c:3238 +msgid "show all notations during signature verification" +msgstr "验证签名时显示所有注记" + +#: g10/gpg.c:3240 +msgid "show IETF standard notations during signature verification" +msgstr "验证签名时显示 IETF 标准注记" + +#: g10/gpg.c:3244 +msgid "show user-supplied notations during signature verification" +msgstr "验证签名时显示用户提供的注记" + +#: g10/gpg.c:3246 +msgid "show preferred keyserver URLs during signature verification" +msgstr "验证签名时显示首选公钥服务器 URL" + +#: g10/gpg.c:3248 +msgid "show user ID validity during signature verification" +msgstr "验证签名时显示用户标识的有效性" + +#: g10/gpg.c:3250 +msgid "show revoked and expired user IDs in signature verification" +msgstr "验证密钥时显示已吊销或已过期的子钥" + +#: g10/gpg.c:3252 +msgid "show only the primary user ID in signature verification" +msgstr "在签名验证中只显示主要用户标识" + +#: g10/gpg.c:3254 +msgid "validate signatures with PKA data" +msgstr "使用 PKA 数据验证签名" + +#: g10/gpg.c:3256 +msgid "elevate the trust of signatures with valid PKA data" +msgstr "提升带有有效 PKA 数据的签名的信任度" + +#: g10/gpg.c:3263 +#, c-format +msgid "%s:%d: invalid verify options\n" +msgstr "%s:%d: 无效的验证选项\n" + +#: g10/gpg.c:3266 +#, c-format +msgid "invalid verify options\n" +msgstr "无效的验证选项\n" + +#: g10/gpg.c:3273 +#, c-format +msgid "unable to set exec-path to %s\n" +msgstr "无法设置运行路径为 %s\n" + +#: g10/gpg.c:3478 +#, c-format +msgid "%s:%d: invalid auto-key-locate list\n" +msgstr "%s%d: 无效的 auto-key-locate 列表\n" + +#: g10/gpg.c:3481 +#, c-format +msgid "invalid auto-key-locate list\n" +msgstr "无效的 auto-key-locate 列表\n" + +#: g10/gpg.c:3653 sm/gpgsm.c:1541 +#, c-format +msgid "WARNING: program may create a core file!\n" +msgstr "警告:程序可能会创建核心内存转储文件!\n" + +#: g10/gpg.c:3664 +#, c-format +msgid "WARNING: %s overrides %s\n" +msgstr "警告:%s 覆盖了 %s \n" + +#: g10/gpg.c:3673 +#, c-format +msgid "%s not allowed with %s!\n" +msgstr "%s 不允许与 %s 并用\n" + +#: g10/gpg.c:3676 +#, c-format +msgid "%s makes no sense with %s!\n" +msgstr "%s 与 %s 并用时不起作用\n" + +#: g10/gpg.c:3691 sm/gpgsm.c:1558 dirmngr/dirmngr.c:1082 +#, c-format +msgid "WARNING: running with faked system time: " +msgstr "警告:正在以虚假的系统时间运行: " + +#: g10/gpg.c:3712 +#, c-format +msgid "will not run with insecure memory due to %s\n" +msgstr "不会在内存不安全的情况下运行,原因是 %s\n" + +#: g10/gpg.c:3747 g10/gpg.c:3771 sm/gpgsm.c:1625 +#, c-format +msgid "selected cipher algorithm is invalid\n" +msgstr "所选的密文算法无效\n" + +#: g10/gpg.c:3759 +#, c-format +msgid "selected compression algorithm is invalid\n" +msgstr "所选的压缩算法无效\n" + +#: g10/gpg.c:3765 +#, c-format +msgid "selected certification digest algorithm is invalid\n" +msgstr "所选的证书散列算法无效\n" + +#: g10/gpg.c:3780 +#, fuzzy, c-format +msgid "completes-needed must be greater than 0\n" +msgstr "需要的完全可信签名数一定要大于 0\n" + +#: g10/gpg.c:3782 +#, fuzzy, c-format +msgid "marginals-needed must be greater than 1\n" +msgstr "需要的勉强可信签名数一定要大于 1\n" + +#: g10/gpg.c:3784 +#, c-format +msgid "max-cert-depth must be in the range from 1 to 255\n" +msgstr "最大证书链深度(max-cert-depth)一定要介于 1 和 255 之间\n" + +#: g10/gpg.c:3786 +#, c-format +msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" +msgstr "无效的默认认证级别(default-cert-level);必须为 0,1,2 或 3\n" + +#: g10/gpg.c:3788 +#, c-format +msgid "invalid min-cert-level; must be 1, 2, or 3\n" +msgstr "无效的最小认证级别(default-cert-level);必须为 1,2 或 3\n" + +#: g10/gpg.c:3791 +#, c-format +msgid "Note: simple S2K mode (0) is strongly discouraged\n" +msgstr "注意:强烈不建议使用简单的 S2K 模式 (0)\n" + +#: g10/gpg.c:3795 +#, c-format +msgid "invalid S2K mode; must be 0, 1 or 3\n" +msgstr "无效的 S2K 模式;必须是 0,1 或 3\n" + +#: g10/gpg.c:3802 +#, c-format +msgid "invalid default preferences\n" +msgstr "无效的默认偏好设置\n" + +#: g10/gpg.c:3806 +#, c-format +msgid "invalid personal cipher preferences\n" +msgstr "无效的个人密文偏好设置\n" + +#: g10/gpg.c:3810 +#, c-format +msgid "invalid personal digest preferences\n" +msgstr "无效的个人摘要算法偏好设置\n" + +#: g10/gpg.c:3814 +#, c-format +msgid "invalid personal compress preferences\n" +msgstr "无效的个人压缩算法首选项\n" + +#: g10/gpg.c:3850 +#, c-format +msgid "%s does not yet work with %s\n" +msgstr "%s 尚不能和 %s 并用\n" + +#: g10/gpg.c:3913 +#, c-format +msgid "compression algorithm '%s' may not be used in %s mode\n" +msgstr "压缩算法‘%s’不能在 %s 模式下使用\n" + +#: g10/gpg.c:4057 +#, c-format +msgid "failed to initialize the TrustDB: %s\n" +msgstr "初始化信任度数据库失败:%s\n" + +#: g10/gpg.c:4069 +#, c-format +msgid "WARNING: recipients (-r) given without using public key encryption\n" +msgstr "警告:给定了接收者(-r)但并未使用公钥加密\n" + +#: g10/gpg.c:4141 +#, c-format +msgid "symmetric encryption of '%s' failed: %s\n" +msgstr "对称加密‘%s’失败:%s\n" + +#: g10/gpg.c:4170 +#, c-format +msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" +msgstr "您不能在使用 --symmetric --encrypt 时使用 --s2k-mode 0\n" + +#: g10/gpg.c:4173 +#, c-format +msgid "you cannot use --symmetric --encrypt in %s mode\n" +msgstr "您不能在 %s 模式下使用 --symmetric -encrypt\n" + +#: g10/gpg.c:4231 +#, c-format +msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" +msgstr "您不能在使用 --symmetric --sign --encrypt 时使用 --s2k-mode 0\n" + +#: g10/gpg.c:4234 +#, c-format +msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" +msgstr "您不能在 %s 模式下使用 --symmetric --sign -encrypt\n" + +#: g10/gpg.c:4622 g10/keyserver.c:1881 +#, c-format +msgid "keyserver send failed: %s\n" +msgstr "发送至公钥服务器失败:%s\n" + +#: g10/gpg.c:4627 +#, c-format +msgid "keyserver receive failed: %s\n" +msgstr "从公钥服务器接收失败:%s\n" + +#: g10/gpg.c:4633 +#, c-format +msgid "key export failed: %s\n" +msgstr "导出密钥失败:%s\n" + +#: g10/gpg.c:4646 +#, c-format +msgid "export as ssh key failed: %s\n" +msgstr "作为 ssh 密钥导出失败:%s\n" + +#: g10/gpg.c:4658 +#, c-format +msgid "keyserver search failed: %s\n" +msgstr "公钥服务器搜索失败:%s\n" + +#: g10/gpg.c:4671 +#, c-format +msgid "keyserver refresh failed: %s\n" +msgstr "公钥服务器刷新失败:%s\n" + +#: g10/gpg.c:4738 +#, c-format +msgid "dearmoring failed: %s\n" +msgstr "解开字符封装时失败:%s\n" + +#: g10/gpg.c:4749 +#, c-format +msgid "enarmoring failed: %s\n" +msgstr "进行字符封装时失败:%s\n" + +#: g10/gpg.c:4841 +#, c-format +msgid "invalid hash algorithm '%s'\n" +msgstr "无效的散列算法‘%s’\n" + +#: g10/gpg.c:4993 g10/tofu.c:2153 +#, c-format +msgid "error parsing key specification '%s': %s\n" +msgstr "解析密钥指定‘%s’时出现错误:%s\n" + +#: g10/gpg.c:5006 +#, c-format +msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" +msgstr "‘%s’不像是一个有效的密钥标识、指纹或者 keygrip\n" + +#: g10/gpg.c:5062 +#, c-format +msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" +msgstr "警告:没有提供命令。正在尝试猜测您的意图...\n" + +#: g10/gpg.c:5073 +#, c-format +msgid "Go ahead and type your message ...\n" +msgstr "请开始输入您的消息…\n" + +#: g10/gpg.c:5418 +#, c-format +msgid "the given certification policy URL is invalid\n" +msgstr "给定的的证书策略 URL 无效\n" + +#: g10/gpg.c:5420 +#, c-format +msgid "the given signature policy URL is invalid\n" +msgstr "给定的签名策略 URL 无效\n" + +#: g10/gpg.c:5453 +#, c-format +msgid "the given preferred keyserver URL is invalid\n" +msgstr "给定的首选公钥服务器 URL 无效\n" + +#: g10/gpgv.c:81 +msgid "|FILE|take the keys from the keyring FILE" +msgstr "|FILE|从钥匙环 FILE 文件中取得密钥" + +#: g10/gpgv.c:84 +msgid "make timestamp conflicts only a warning" +msgstr "把时间戳冲突仅视为警告" + +#: g10/gpgv.c:86 sm/gpgsm.c:354 tools/gpgconf.c:112 +msgid "|FD|write status info to this FD" +msgstr "|FD|把状态信息写入文件描述符 FD" + +#: g10/gpgv.c:91 +msgid "|ALGO|reject signatures made with ALGO" +msgstr "|ALGO|拒绝由 ALGO 生成的签名" + +#: g10/gpgv.c:152 +msgid "Usage: gpgv [options] [files] (-h for help)" +msgstr "用法:gpgv [选项] [文件] (-h 获取帮助)" + +#: g10/gpgv.c:154 +msgid "" +"Syntax: gpgv [options] [files]\n" +"Check signatures against known trusted keys\n" +msgstr "" +"语法:gpgv [选项] [文件]\n" +"检查已知可信密钥的签名\n" + +#: g10/helptext.c:72 +msgid "No help available" +msgstr "没有可用的帮助" + +#: g10/helptext.c:82 +#, c-format +msgid "No help available for '%s'" +msgstr "没有关于‘%s’的可用帮助" + +#: g10/import.c:169 +msgid "import signatures that are marked as local-only" +msgstr "导入被标记为仅限本地(local-only)的签名" + +#: g10/import.c:172 +msgid "repair damage from the pks keyserver during import" +msgstr "导入时修复源于 PKS 公钥服务器的损坏" + +#: g10/import.c:175 +msgid "do not clear the ownertrust values during import" +msgstr "在导入期间不清除信任度" + +#: g10/import.c:178 +msgid "do not update the trustdb after import" +msgstr "导入后不更新信任度数据库" + +#: g10/import.c:181 +msgid "show key during import" +msgstr "在导入时显示密钥" + +#: g10/import.c:184 +msgid "only accept updates to existing keys" +msgstr "只接受对现有密钥的更新" + +#: g10/import.c:187 +msgid "remove unusable parts from key after import" +msgstr "导入后移除密钥中无用的部分" + +#: g10/import.c:190 +msgid "remove as much as possible from key after import" +msgstr "导入后尽可能多地移除密钥中的可选部分" + +#: g10/import.c:193 +msgid "ignore key-signatures which are not self-signatures" +msgstr "" + +#: g10/import.c:196 +msgid "run import filters and export key immediately" +msgstr "运行导入过滤器并立即导出密钥" + +#: g10/import.c:199 +msgid "assume the GnuPG key backup format" +msgstr "假定为 GnuPG 密钥备份格式" + +#: g10/import.c:203 +msgid "repair keys on import" +msgstr "在导入期间修复密钥" + +#: g10/import.c:380 g10/import.c:699 +#, c-format +msgid "skipping block of type %d\n" +msgstr "跳过 %d 类型的块\n" + +#: g10/import.c:716 +#, c-format +msgid "%lu keys processed so far\n" +msgstr "目前已处理 %lu 个密钥\n" + +#: g10/import.c:802 +#, c-format +msgid "Total number processed: %lu\n" +msgstr "处理的总数:%lu\n" + +#: g10/import.c:805 +#, c-format +msgid " skipped PGP-2 keys: %lu\n" +msgstr " 已跳过的 PGP-2 密钥:%lu\n" + +#: g10/import.c:807 +#, c-format +msgid " skipped new keys: %lu\n" +msgstr " 已跳过的新密钥:%lu\n" + +#: g10/import.c:810 +#, c-format +msgid " w/o user IDs: %lu\n" +msgstr " 缺少用户标识:%lu\n" + +#: g10/import.c:813 sm/import.c:130 +#, c-format +msgid " imported: %lu" +msgstr " 已导入:%lu" + +#: g10/import.c:817 sm/import.c:134 +#, c-format +msgid " unchanged: %lu\n" +msgstr " 未改变:%lu\n" + +#: g10/import.c:819 +#, c-format +msgid " new user IDs: %lu\n" +msgstr " 新用户标识:%lu\n" + +#: g10/import.c:821 +#, c-format +msgid " new subkeys: %lu\n" +msgstr " 新的子密钥:%lu\n" + +#: g10/import.c:823 +#, c-format +msgid " new signatures: %lu\n" +msgstr " 新的签名:%lu\n" + +#: g10/import.c:825 +#, c-format +msgid " new key revocations: %lu\n" +msgstr " 新的密钥吊销:%lu\n" + +#: g10/import.c:827 sm/import.c:136 +#, c-format +msgid " secret keys read: %lu\n" +msgstr " 读取的私钥:%lu\n" + +#: g10/import.c:829 sm/import.c:138 +#, c-format +msgid " secret keys imported: %lu\n" +msgstr " 导入的私钥:%lu\n" + +#: g10/import.c:831 sm/import.c:140 +#, c-format +msgid " secret keys unchanged: %lu\n" +msgstr " 未改变的私钥:%lu\n" + +#: g10/import.c:833 sm/import.c:142 +#, c-format +msgid " not imported: %lu\n" +msgstr " 未被导入:%lu\n" + +#: g10/import.c:835 +#, c-format +msgid " signatures cleaned: %lu\n" +msgstr " 清理的签名:%lu\n" + +#: g10/import.c:837 +#, c-format +msgid " user IDs cleaned: %lu\n" +msgstr " 清理的用户标识:%lu\n" + +#: g10/import.c:1264 +#, c-format +msgid "" +"WARNING: key %s contains preferences for unavailable\n" +"algorithms on these user IDs:\n" +msgstr "" +"警告:密钥 %s 包含了不可用算法的偏好设置\n" +"于下列用户标识上:\n" + +#: g10/import.c:1306 +#, c-format +msgid " \"%s\": preference for cipher algorithm %s\n" +msgstr " “%s”:密文算法 %s 的首选项\n" + +#: g10/import.c:1321 +#, c-format +msgid " \"%s\": preference for digest algorithm %s\n" +msgstr " “%s”:散列算法 %s 对应首选项\n" + +#: g10/import.c:1333 +#, c-format +msgid " \"%s\": preference for compression algorithm %s\n" +msgstr " “%s”:压缩算法 %s 对应首选项\n" + +#: g10/import.c:1346 +#, c-format +msgid "it is strongly suggested that you update your preferences and\n" +msgstr "强烈建议您更新您的偏好设置并重新分发这个密钥\n" + +#: g10/import.c:1348 +#, c-format +msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" +msgstr "以避免可能的算法不匹配问题\n" + +#: g10/import.c:1373 +#, c-format +msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" +msgstr "您可以这样更新您的偏好设置:gpg --edit-key %s updpref save\n" + +#: g10/import.c:1887 g10/import.c:3001 +#, c-format +msgid "key %s: no user ID\n" +msgstr "密钥 %s:没有用户标识\n" + +#: g10/import.c:1893 +#, c-format +msgid "key %s: %s\n" +msgstr "密钥 %s: %s\n" + +#: g10/import.c:1894 g10/import.c:2973 +msgid "rejected by import screener" +msgstr "被导入筛查器拒绝" + +#: g10/import.c:1938 +#, c-format +msgid "key %s: PKS subkey corruption repaired\n" +msgstr "密钥%s:PKS 子密钥破损已修复\n" + +#: g10/import.c:1959 +#, c-format +msgid "key %s: accepted non self-signed user ID \"%s\"\n" +msgstr "密钥 %s:已接受不含自签名的用户标识 “%s”\n" + +#: g10/import.c:1969 g10/import.c:2000 +#, c-format +msgid "key %s: no valid user IDs\n" +msgstr "密钥 %s:没有有效的用户标识\n" + +#: g10/import.c:1971 +#, c-format +msgid "this may be caused by a missing self-signature\n" +msgstr "这可能由于遗失自签名所致\n" + +#: g10/import.c:2050 g10/import.c:3387 +#, c-format +msgid "key %s: public key not found: %s\n" +msgstr "密钥 %s:找不到公钥:%s\n" + +#: g10/import.c:2056 +#, c-format +msgid "key %s: new key - skipped\n" +msgstr "密钥 %s:新密钥 - 已跳过\n" + +#: g10/import.c:2068 +#, c-format +msgid "no writable keyring found: %s\n" +msgstr "找不到可写的钥匙环:%s\n" + +#: g10/import.c:2100 g10/import.c:2202 g10/import.c:3464 +#, c-format +msgid "error writing keyring '%s': %s\n" +msgstr "写入钥匙环 ‘%s’ 时出现错误: %s\n" + +#: g10/import.c:2123 +#, c-format +msgid "key %s: public key \"%s\" imported\n" +msgstr "密钥 %s:公钥 “%s” 已导入\n" + +#: g10/import.c:2150 +#, c-format +msgid "key %s: doesn't match our copy\n" +msgstr "密钥 %s:与我们的副本不符合\n" + +#: g10/import.c:2218 +#, c-format +msgid "key %s: \"%s\" 1 new user ID\n" +msgstr "密钥 %s:“%s” 1 个新的用户标识\n" + +#: g10/import.c:2221 +#, c-format +msgid "key %s: \"%s\" %d new user IDs\n" +msgstr "密钥 %s:“%s” %d 个新的用户标识\n" + +#: g10/import.c:2224 +#, c-format +msgid "key %s: \"%s\" 1 new signature\n" +msgstr "密钥 %s:“%s” 1 个新的签名\n" + +#: g10/import.c:2227 +#, c-format +msgid "key %s: \"%s\" %d new signatures\n" +msgstr "密钥 %s:“%s” %d 个新的签名\n" + +#: g10/import.c:2230 +#, c-format +msgid "key %s: \"%s\" 1 new subkey\n" +msgstr "密钥 %s:“%s” 1 个新的子密钥\n" + +#: g10/import.c:2233 +#, c-format +msgid "key %s: \"%s\" %d new subkeys\n" +msgstr "密钥 %s:“%s” %d 个新的子密钥\n" + +#: g10/import.c:2236 +#, c-format +msgid "key %s: \"%s\" %d signature cleaned\n" +msgstr "密钥 %s:“%s” %d 个签名被清理\n" + +#: g10/import.c:2239 +#, c-format +msgid "key %s: \"%s\" %d signatures cleaned\n" +msgstr "密钥 %s:“%s” %d 个签名被清理\n" + +#: g10/import.c:2242 +#, c-format +msgid "key %s: \"%s\" %d user ID cleaned\n" +msgstr "密钥 %s:“%s” %d 个用户标识被清理\n" + +#: g10/import.c:2245 +#, c-format +msgid "key %s: \"%s\" %d user IDs cleaned\n" +msgstr "密钥 %s:“%s” %d 个用户标识被清理\n" + +#: g10/import.c:2281 +#, c-format +msgid "key %s: \"%s\" not changed\n" +msgstr "密钥 %s:“%s” 未改变\n" + +#: g10/import.c:2640 g10/import.c:2835 +#, c-format +msgid "key %s: secret key imported\n" +msgstr "密钥 %s:私钥已导入\n" + +#: g10/import.c:2648 +#, c-format +msgid "key %s: secret key already exists\n" +msgstr "密钥 %s:私钥已存在\n" + +#: g10/import.c:2656 +#, c-format +msgid "key %s: error sending to agent: %s\n" +msgstr "密钥 %s:发送至代理人程序时出现错误:%s\n" + +#. TRANSLATORS: For a smartcard, each private key on host has a +#. * reference (stub) to a smartcard and actual private key data +#. * is stored on the card. A single smartcard can have up to +#. * three private key data. Importing private key stub is always +#. * skipped in 2.1, and it returns GPG_ERR_NOT_PROCESSED. +#. * Instead, user should be suggested to run 'gpg --card-status', +#. * then, references to a card will be automatically created +#. * again. +#: g10/import.c:2825 +#, c-format +msgid "To migrate '%s', with each smartcard, run: %s\n" +msgstr "要迁移 ‘%s’,对每一张智能卡,执行:%s\n" + +#: g10/import.c:2972 +#, c-format +msgid "secret key %s: %s\n" +msgstr "私钥 %s:%s\n" + +#: g10/import.c:2993 g10/import.c:3032 +#, c-format +msgid "importing secret keys not allowed\n" +msgstr "私钥导入被禁止\n" + +#: g10/import.c:3020 +#, c-format +msgid "key %s: secret key with invalid cipher %d - skipped\n" +msgstr "密钥 %s:私钥使用了无效的密文算法 %d - 已跳过\n" + +#: g10/import.c:3182 g10/pkclist.c:72 g10/revoke.c:776 +msgid "No reason specified" +msgstr "未指定原因" + +#: g10/import.c:3183 g10/pkclist.c:74 g10/revoke.c:778 +msgid "Key is superseded" +msgstr "密钥被替换" + +#: g10/import.c:3184 g10/pkclist.c:76 g10/revoke.c:777 +msgid "Key has been compromised" +msgstr "密钥已泄漏" + +#: g10/import.c:3185 g10/pkclist.c:78 g10/revoke.c:779 +msgid "Key is no longer used" +msgstr "密钥不再使用" + +#: g10/import.c:3186 g10/pkclist.c:80 g10/revoke.c:780 +msgid "User ID is no longer valid" +msgstr "用户标识不再有效" + +#: g10/import.c:3311 g10/keylist.c:1254 g10/pkclist.c:84 +#, c-format +msgid "reason for revocation: " +msgstr "吊销原因: " + +#: g10/import.c:3330 g10/keylist.c:1273 g10/pkclist.c:100 +#, c-format +msgid "revocation comment: " +msgstr "吊销注释: " + +#: g10/import.c:3380 +#, c-format +msgid "key %s: no public key - can't apply revocation certificate\n" +msgstr "密钥 %s:没有公钥 - 无法应用吊销证书\n" + +#: g10/import.c:3411 +#, c-format +msgid "key %s: can't locate original keyblock: %s\n" +msgstr "密钥 %s:无法定位原始的密钥区块:%s\n" + +#: g10/import.c:3418 +#, c-format +msgid "key %s: can't read original keyblock: %s\n" +msgstr "密钥 %s:无法读取原始的密钥区块:%s\n" + +#: g10/import.c:3438 +#, c-format +msgid "key %s: invalid revocation certificate: %s - rejected\n" +msgstr "密钥 %s:无效的吊销证书:%s - 已拒绝\n" + +#: g10/import.c:3473 +#, c-format +msgid "key %s: \"%s\" revocation certificate imported\n" +msgstr "密钥 %s:“%s” 吊销证书已被导入\n" + +#: g10/import.c:3559 +#, c-format +msgid "key %s: no user ID for signature\n" +msgstr "密钥 %s:签名没有用户标识\n" + +#: g10/import.c:3576 +#, c-format +msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" +msgstr "密钥 %s:用户标识 “%s” 使用了不支持的公钥算法\n" + +#: g10/import.c:3578 +#, c-format +msgid "key %s: invalid self-signature on user ID \"%s\"\n" +msgstr "密钥 %s:用户标识 “%s” 自身签名无效\n" + +#: g10/import.c:3595 g10/import.c:3623 g10/import.c:3679 +#, c-format +msgid "key %s: unsupported public key algorithm\n" +msgstr "密钥 %s:不支持的公钥算法\n" + +#: g10/import.c:3596 +#, c-format +msgid "key %s: invalid direct key signature\n" +msgstr "密钥 %s:无效的直接密钥签名\n" + +#: g10/import.c:3610 +#, c-format +msgid "key %s: no subkey for key binding\n" +msgstr "密钥 %s:没有可供绑定的子密钥\n" + +#: g10/import.c:3625 +#, c-format +msgid "key %s: invalid subkey binding\n" +msgstr "密钥 %s:无效的子密钥绑定\n" + +#: g10/import.c:3644 +#, c-format +msgid "key %s: removed multiple subkey binding\n" +msgstr "密钥 %s:已删除多重子密钥绑定\n" + +#: g10/import.c:3668 +#, c-format +msgid "key %s: no subkey for key revocation\n" +msgstr "密钥 %s:没有用于密钥吊销用的子密钥\n" + +#: g10/import.c:3681 +#, c-format +msgid "key %s: invalid subkey revocation\n" +msgstr "密钥 %s:无效的子密钥吊销\n" + +#: g10/import.c:3696 +#, c-format +msgid "key %s: removed multiple subkey revocation\n" +msgstr "密钥 %s:已删除多重子密钥吊销\n" + +#: g10/import.c:3740 +#, c-format +msgid "key %s: skipped user ID \"%s\"\n" +msgstr "密钥 %s:已跳过用户标识 “%s”\n" + +#: g10/import.c:3767 +#, c-format +msgid "key %s: skipped subkey\n" +msgstr "密钥 %s:已跳过子密钥\n" + +#: g10/import.c:3798 +#, c-format +msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" +msgstr "密钥 %s:非可导出签名(验证级别 0x%02X)- 已跳过\n" + +#: g10/import.c:3809 +#, c-format +msgid "key %s: revocation certificate at wrong place - skipped\n" +msgstr "密钥 %s:吊销证书位置错误――已跳过\n" + +#: g10/import.c:3827 +#, c-format +msgid "key %s: invalid revocation certificate: %s - skipped\n" +msgstr "密钥 %s:无效的吊销证书:%s――已跳过\n" + +#: g10/import.c:3841 +#, c-format +msgid "key %s: subkey signature in wrong place - skipped\n" +msgstr "密钥 %s:子钥签名位置错误 - 已跳过\n" + +#: g10/import.c:3849 +#, c-format +msgid "key %s: unexpected signature class (0x%02X) - skipped\n" +msgstr "密钥 %s:与预期不符的签名级别(0x%02X) - 已跳过\n" + +#: g10/import.c:4022 +#, c-format +msgid "key %s: duplicated user ID detected - merged\n" +msgstr "密钥 %s:检测到重复的用户标识 - 已合并\n" + +#: g10/import.c:4087 +#, c-format +msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" +msgstr "警告:密钥 %s 可能已被吊销:正在取回吊销用密钥 %s\n" + +#: g10/import.c:4103 +#, c-format +msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" +msgstr "警告:密钥 %s 可能已被吊销:吊销用密钥 %s 不存在。\n" + +#: g10/import.c:4169 +#, c-format +msgid "key %s: \"%s\" revocation certificate added\n" +msgstr "密钥 %s:已添加吊销证书 “%s”\n" + +#: g10/import.c:4207 +#, c-format +msgid "key %s: direct key signature added\n" +msgstr "密钥 %s:已添加直接密钥签名\n" + +#: g10/key-check.c:133 dirmngr/ldap-wrapper-ce.c:393 dirmngr/ldap-wrapper.c:838 +#: dirmngr/ldap-wrapper.c:855 +#, c-format +msgid "error allocating memory: %s\n" +msgstr "分配内存时出现错误:%s\n" + +#: g10/key-check.c:396 +#, fuzzy, c-format +#| msgid "key %s: unsupported public key algorithm\n" +msgid "can't check signature with unsupported public-key algorithm (%d): %s.\n" +msgstr "密钥 %s:不支持的公钥算法\n" + +#: g10/key-check.c:405 +#, fuzzy, c-format +#| msgid "card does not support digest algorithm %s\n" +msgid "" +"can't check signature with unsupported message-digest algorithm %d: %s.\n" +msgstr "卡片不支持摘要算法 %s\n" + +#: g10/key-check.c:571 +#, fuzzy +#| msgid "Good signature from" +msgid " (reordered signatures follow)" +msgstr "良好签名来自于" + +#: g10/key-check.c:698 +#, fuzzy, c-format +#| msgid "key %s: %s\n" +msgid "key %s:\n" +msgstr "密钥 %s: %s\n" + +#: g10/key-check.c:706 +#, fuzzy, c-format +#| msgid "User ID \"%s\": %d signature removed\n" +#| msgid_plural "User ID \"%s\": %d signatures removed\n" +msgid "%d duplicate signature removed\n" +msgid_plural "%d duplicate signatures removed\n" +msgstr[0] "用户标识 “%s”:%d 个签名被移除\n" + +#: g10/key-check.c:715 g10/keylist.c:483 +#, c-format +msgid "%d signature not checked due to a missing key\n" +msgid_plural "%d signatures not checked due to missing keys\n" +msgstr[0] "%d 个签名因密钥遗失而未被检查\n" + +#: g10/key-check.c:723 g10/keylist.c:479 +#, c-format +msgid "%d bad signature\n" +msgid_plural "%d bad signatures\n" +msgstr[0] "%d 个损坏签名\n" + +#: g10/key-check.c:732 +#, fuzzy, c-format +#| msgid "Good signature from" +msgid "%d signature reordered\n" +msgid_plural "%d signatures reordered\n" +msgstr[0] "良好签名来自于" + +#: g10/key-check.c:742 +#, c-format +msgid "" +"Warning: errors found and only checked self-signatures, run '%s' to check " +"all signatures.\n" +msgstr "" + +#: g10/keydb.c:431 g10/keydb.c:458 sm/keydb.c:191 sm/keydb.c:204 +#, c-format +msgid "error creating keybox '%s': %s\n" +msgstr "创建钥匙箱‘%s’时出现错误:%s\n" + +#: g10/keydb.c:434 g10/keydb.c:461 +#, c-format +msgid "error creating keyring '%s': %s\n" +msgstr "创建钥匙环‘%s’时出现错误:%s\n" + +#: g10/keydb.c:470 sm/keydb.c:210 +#, c-format +msgid "keybox '%s' created\n" +msgstr "钥匙箱‘%s’已创建\n" + +#: g10/keydb.c:472 +#, c-format +msgid "keyring '%s' created\n" +msgstr "钥匙环‘%s’已创建\n" + +#: g10/keydb.c:863 +#, c-format +msgid "keyblock resource '%s': %s\n" +msgstr "密钥区块资源‘%s’:%s\n" + +#: g10/keydb.c:969 +#, c-format +msgid "error opening key DB: %s\n" +msgstr "打开密钥数据库时出现错误:%s\n" + +#: g10/keydb.c:1795 +#, c-format +msgid "failed to rebuild keyring cache: %s\n" +msgstr "重新建立钥匙环缓存失败: %s\n" + +#: g10/keyedit.c:261 +msgid "[revocation]" +msgstr "[吊销]" + +#: g10/keyedit.c:261 +msgid "[self-signature]" +msgstr "[自签名]" + +#: g10/keyedit.c:384 g10/pkclist.c:274 +msgid "" +"Please decide how far you trust this user to correctly verify other users' " +"keys\n" +"(by looking at passports, checking fingerprints from different sources, " +"etc.)\n" +msgstr "" +"请决定您对这名用户能否正确地验证其他用户密钥\n" +"(通过查看护照,检查不同来源的的指纹等等)的相信程度\n" + +#: g10/keyedit.c:388 g10/pkclist.c:286 +#, c-format +msgid " %d = I trust marginally\n" +msgstr " %d = 我勉强相信\n" + +#: g10/keyedit.c:389 g10/pkclist.c:288 +#, c-format +msgid " %d = I trust fully\n" +msgstr " %d = 我完全相信\n" + +#: g10/keyedit.c:407 +msgid "" +"Please enter the depth of this trust signature.\n" +"A depth greater than 1 allows the key you are signing to make\n" +"trust signatures on your behalf.\n" +msgstr "" +"请输入此信任签名的深度。\n" +"深度若大于 1 您将签名的这个密钥将可以\n" +"代表您进行信任签名。\n" + +#: g10/keyedit.c:424 +msgid "Please enter a domain to restrict this signature, or enter for none.\n" +msgstr "请输入一个限制此签名的域,如果没有请按回车。\n" + +#: g10/keyedit.c:552 +#, c-format +msgid "Skipping user ID \"%s\", which is not a text ID.\n" +msgstr "跳过用户标识 “%s”,其不是一个文字标识。\n" + +#: g10/keyedit.c:560 +#, c-format +msgid "User ID \"%s\" is revoked." +msgstr "用户标识 “%s” 已被吊销。" + +#: g10/keyedit.c:569 g10/keyedit.c:597 g10/keyedit.c:624 g10/keyedit.c:808 +#: g10/keyedit.c:1655 +msgid "Are you sure you still want to sign it? (y/N) " +msgstr "您仍然想要为它签名吗?(y/N) " + +#: g10/keyedit.c:583 g10/keyedit.c:611 g10/keyedit.c:638 g10/keyedit.c:814 +#: g10/keyedit.c:1660 g10/keyedit.c:2667 +msgid " Unable to sign.\n" +msgstr " 无法添加签名。\n" + +#: g10/keyedit.c:588 +#, c-format +msgid "User ID \"%s\" is expired." +msgstr "用户标识 “%s” 已过期。" + +#: g10/keyedit.c:616 +#, c-format +msgid "User ID \"%s\" is not self-signed." +msgstr "警告:用户标识 “%s” 不含自签名。" + +#: g10/keyedit.c:645 +#, c-format +msgid "User ID \"%s\" is signable. " +msgstr "用户标识 “%s” 可被签名。 " + +#: g10/keyedit.c:647 +msgid "Sign it? (y/N) " +msgstr "为其签名吗?(y/N) " + +#: g10/keyedit.c:674 +#, c-format +msgid "" +"The self-signature on \"%s\"\n" +"is a PGP 2.x-style signature.\n" +msgstr "" +"“%s” 上的自签名是\n" +"PGP 2.x 样式的签名。\n" + +#: g10/keyedit.c:683 +msgid "Do you want to promote it to an OpenPGP self-signature? (y/N) " +msgstr "您是否想要将它升级成一个 OpenPGP 自签名?(y/N) " + +#: g10/keyedit.c:696 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"has expired.\n" +msgstr "您当前在 “%s” 上的签名已过期。\n" + +#: g10/keyedit.c:701 +msgid "Do you want to issue a new signature to replace the expired one? (y/N) " +msgstr "您是否想要签发一个新的签名来取代已过期的那个吗?(y/N) " + +#: g10/keyedit.c:722 +#, c-format +msgid "" +"Your current signature on \"%s\"\n" +"is a local signature.\n" +msgstr "您目前为 “%s” 的签名是一个本地签名。\n" + +#: g10/keyedit.c:727 +msgid "Do you want to promote it to a full exportable signature? (y/N) " +msgstr "您是否想要把它升级成一个可完整导出的签名?(y/N) " + +#: g10/keyedit.c:747 +#, c-format +msgid "\"%s\" was already locally signed by key %s\n" +msgstr "“%s” 已由密钥 %s 在本地签名\n" + +#: g10/keyedit.c:751 +#, c-format +msgid "\"%s\" was already signed by key %s\n" +msgstr "“%s” 已由密钥 %s 签名\n" + +#: g10/keyedit.c:756 +msgid "Do you want to sign it again anyway? (y/N) " +msgstr "您无论如何都要为它再次签名吗?(y/N) " + +#: g10/keyedit.c:778 +#, c-format +msgid "Nothing to sign with key %s\n" +msgstr "没有东西可以用密钥 %s 签名\n" + +#: g10/keyedit.c:802 +msgid "This key has expired!" +msgstr "这个密钥已过期!" + +#: g10/keyedit.c:820 +#, c-format +msgid "This key is due to expire on %s.\n" +msgstr "这个密钥将在 %s 过期。\n" + +#: g10/keyedit.c:826 +msgid "Do you want your signature to expire at the same time? (Y/n) " +msgstr "您想要让您的签名也在同一时间过期吗? (Y/n) " + +#: g10/keyedit.c:867 +msgid "" +"How carefully have you verified the key you are about to sign actually " +"belongs\n" +"to the person named above? If you don't know what to answer, enter \"0\".\n" +msgstr "" +"您有多仔细地检查过您正要签名的密钥确实属于具有以上名字的人呢?\n" +"如果您不知道这个问题的答案,请输入“0”。\n" + +#: g10/keyedit.c:872 +#, c-format +msgid " (0) I will not answer.%s\n" +msgstr " (0) 我不作答。 %s\n" + +#: g10/keyedit.c:874 +#, c-format +msgid " (1) I have not checked at all.%s\n" +msgstr " (1) 我根本没有检查过。 %s\n" + +#: g10/keyedit.c:876 +#, c-format +msgid " (2) I have done casual checking.%s\n" +msgstr " (2) 我随意检查过。 %s\n" + +#: g10/keyedit.c:879 +#, c-format +msgid " (3) I have done very careful checking.%s\n" +msgstr " (3) 我非常小心地检查过。 %s\n" + +#: g10/keyedit.c:886 +msgid "Your selection? (enter '?' for more information): " +msgstr "您的选择是?(输入‘?’以获得更多的信息): " + +#: g10/keyedit.c:913 +#, c-format +msgid "" +"Are you sure that you want to sign this key with your\n" +"key \"%s\" (%s)\n" +msgstr "" +"您真的确定要签名这个密钥,使用您的密钥\n" +"“%s” (%s)\n" + +#: g10/keyedit.c:921 +msgid "This will be a self-signature.\n" +msgstr "这将会是一个自签名。\n" + +#: g10/keyedit.c:926 +msgid "WARNING: the signature will not be marked as non-exportable.\n" +msgstr "警告:这份签名将不会被标记为不可导出。\n" + +#: g10/keyedit.c:933 +msgid "WARNING: the signature will not be marked as non-revocable.\n" +msgstr "警告:这份签名将不会被标记成不可吊销。\n" + +#: g10/keyedit.c:943 +msgid "The signature will be marked as non-exportable.\n" +msgstr "这份签名将会被标记成不可导出。\n" + +#: g10/keyedit.c:950 +msgid "The signature will be marked as non-revocable.\n" +msgstr "这份签名将会被标记成不可吊销。\n" + +#: g10/keyedit.c:957 +msgid "I have not checked this key at all.\n" +msgstr "我根本没有检查过这个密钥。\n" + +#: g10/keyedit.c:962 +msgid "I have checked this key casually.\n" +msgstr "我随意检查过这个密钥。\n" + +#: g10/keyedit.c:967 +msgid "I have checked this key very carefully.\n" +msgstr "我非常小心地检查过这个密钥。\n" + +#: g10/keyedit.c:979 +msgid "Really sign? (y/N) " +msgstr "真的要签名吗?(y/N) " + +#: g10/keyedit.c:1030 g10/keyedit.c:6154 g10/keyedit.c:6237 g10/keyedit.c:6366 +#: g10/keyedit.c:6428 g10/sign.c:466 +#, c-format +msgid "signing failed: %s\n" +msgstr "签名时失败: %s\n" + +#: g10/keyedit.c:1117 +msgid "Key has only stub or on-card key items - no passphrase to change.\n" +msgstr "密钥只有存根或者卡上项目 - 没有密码可以更改。\n" + +#: g10/keyedit.c:1149 +#, c-format +msgid "key %s: error changing passphrase: %s\n" +msgstr "密钥 %s:修改密码时出现错误:%s\n" + +#: g10/keyedit.c:1261 +msgid "save and quit" +msgstr "保存并退出" + +#: g10/keyedit.c:1264 +msgid "show key fingerprint" +msgstr "显示密钥指纹" + +#: g10/keyedit.c:1265 +msgid "show the keygrip" +msgstr "显示 keygrip" + +#: g10/keyedit.c:1266 +msgid "list key and user IDs" +msgstr "列出密钥和用户标识" + +#: g10/keyedit.c:1268 +msgid "select user ID N" +msgstr "选择用户标识 N" + +#: g10/keyedit.c:1269 +msgid "select subkey N" +msgstr "选择子密钥 N" + +#: g10/keyedit.c:1270 +msgid "check signatures" +msgstr "检查签名" + +#: g10/keyedit.c:1276 +msgid "sign selected user IDs [* see below for related commands]" +msgstr "为所选用户标识添加签名 [* 参见下面的相关命令]" + +#: g10/keyedit.c:1281 +msgid "sign selected user IDs locally" +msgstr "为所选用户标识添加本地签名" + +#: g10/keyedit.c:1282 +msgid "sign selected user IDs with a trust signature" +msgstr "为所选用户标识添加信任签名" + +#: g10/keyedit.c:1284 +msgid "sign selected user IDs with a non-revocable signature" +msgstr "为所选用户标识添加不可吊销签名" + +#: g10/keyedit.c:1286 +msgid "add a user ID" +msgstr "增加一个用户标识" + +#: g10/keyedit.c:1288 +msgid "add a photo ID" +msgstr "增加一个照片标识" + +#: g10/keyedit.c:1289 +msgid "delete selected user IDs" +msgstr "删除选定的用户标识" + +#: g10/keyedit.c:1292 +msgid "add a subkey" +msgstr "增加一个子密钥" + +#: g10/keyedit.c:1295 +msgid "add a key to a smartcard" +msgstr "增加一个密钥到智能卡" + +#: g10/keyedit.c:1297 +msgid "move a key to a smartcard" +msgstr "移动一个密钥到智能卡" + +#: g10/keyedit.c:1299 +msgid "move a backup key to a smartcard" +msgstr "移动一个备份密钥到智能卡上" + +#: g10/keyedit.c:1301 +msgid "delete selected subkeys" +msgstr "删除选定的子密钥" + +#: g10/keyedit.c:1303 +msgid "add a revocation key" +msgstr "增加一个吊销用密钥" + +#: g10/keyedit.c:1305 +msgid "delete signatures from the selected user IDs" +msgstr "从所选用户标识上删除签名" + +#: g10/keyedit.c:1307 +msgid "change the expiration date for the key or selected subkeys" +msgstr "变更密钥或所选子密钥的使用期限" + +#: g10/keyedit.c:1309 +msgid "flag the selected user ID as primary" +msgstr "标记所选的用户标识为主要" + +#: g10/keyedit.c:1312 +msgid "list preferences (expert)" +msgstr "列出偏好设置(专家模式)" + +#: g10/keyedit.c:1313 +msgid "list preferences (verbose)" +msgstr "列出偏好设置(详细模式)" + +#: g10/keyedit.c:1315 +msgid "set preference list for the selected user IDs" +msgstr "为所选用户标识设定偏好设置列表" + +#: g10/keyedit.c:1318 +msgid "set the preferred keyserver URL for the selected user IDs" +msgstr "为所选用户标识设定首选公钥服务器 URL" + +#: g10/keyedit.c:1320 +msgid "set a notation for the selected user IDs" +msgstr "为所选用户标识的设定注记" + +#: g10/keyedit.c:1322 +msgid "change the passphrase" +msgstr "变更密码" + +#: g10/keyedit.c:1325 +msgid "change the ownertrust" +msgstr "变更信任度" + +#: g10/keyedit.c:1328 +msgid "revoke signatures on the selected user IDs" +msgstr "吊销所选用户标识上的签名" + +#: g10/keyedit.c:1330 +msgid "revoke selected user IDs" +msgstr "吊销选定的用户标识" + +#: g10/keyedit.c:1333 +msgid "revoke key or selected subkeys" +msgstr "吊销密钥或选定的子密钥" + +#: g10/keyedit.c:1335 +msgid "enable key" +msgstr "启用密钥" + +#: g10/keyedit.c:1336 +msgid "disable key" +msgstr "禁用密钥" + +#: g10/keyedit.c:1338 +msgid "show selected photo IDs" +msgstr "显示选定的照片标识" + +#: g10/keyedit.c:1340 +msgid "compact unusable user IDs and remove unusable signatures from key" +msgstr "压缩不可用的用户标识并从密钥上移除不可用的签名" + +#: g10/keyedit.c:1342 +msgid "compact unusable user IDs and remove all signatures from key" +msgstr "压缩不可用的用户标识并从密钥上移除所有签名" + +#: g10/keyedit.c:1463 +msgid "Secret key is available.\n" +msgstr "私钥可用。\n" + +#: g10/keyedit.c:1465 +msgid "Secret subkeys are available.\n" +msgstr "私密子密钥可用。\n" + +#: g10/keyedit.c:1567 +msgid "Need the secret key to do this.\n" +msgstr "要有私钥才能这么做。\n" + +#: g10/keyedit.c:1590 +msgid "" +"* The 'sign' command may be prefixed with an 'l' for local signatures " +"(lsign),\n" +" a 't' for trust signatures (tsign), an 'nr' for non-revocable signatures\n" +" (nrsign), or any combination thereof (ltsign, tnrsign, etc.).\n" +msgstr "" +"* ‘sign’命令可以通过‘l’前缀(lsign)进行本地签名,‘t’前缀(tsign)进行\n" +" 信任签名,‘nr’前缀(nrsign)进行不可吊销签名,\n" +" 或者上述三种前缀的任意组合(ltsign、tnrsign 等)。\n" + +#: g10/keyedit.c:1648 g10/keyedit.c:2667 g10/keyedit.c:3040 g10/keyedit.c:3108 +msgid "Key is revoked." +msgstr "密钥已被吊销。" + +#: g10/keyedit.c:1671 +msgid "Really sign all text user IDs? (y/N) " +msgstr "真的要签名所有的文本用户标识吗?(y/N) " + +#: g10/keyedit.c:1675 +msgid "Really sign all user IDs? (y/N) " +msgstr "真的要签名所有的用户标识吗?(y/N) " + +#: g10/keyedit.c:1683 +msgid "Hint: Select the user IDs to sign\n" +msgstr "提示:选择用户标识以签名\n" + +#: g10/keyedit.c:1694 +#, c-format +msgid "Unknown signature type '%s'\n" +msgstr "未知的签名类型‘%s’\n" + +#: g10/keyedit.c:1718 +#, c-format +msgid "This command is not allowed while in %s mode.\n" +msgstr "不允许在 %s 模式中使用此命令。\n" + +#: g10/keyedit.c:1740 g10/keyedit.c:1764 g10/keyedit.c:1961 +msgid "You must select at least one user ID.\n" +msgstr "您必须选择至少一个用户标识。\n" + +#: g10/keyedit.c:1742 g10/keyedit.c:1766 g10/keyedit.c:1923 g10/keyedit.c:1963 +#, c-format +msgid "(Use the '%s' command.)\n" +msgstr "(使用‘%s’ 命令。)\n" + +#: g10/keyedit.c:1745 +msgid "You can't delete the last user ID!\n" +msgstr "您不能删除最后一个用户标识!\n" + +#: g10/keyedit.c:1748 +msgid "Really remove all selected user IDs? (y/N) " +msgstr "真的要移除所有选定的用户标识吗?(y/N) " + +#: g10/keyedit.c:1749 +msgid "Really remove this user ID? (y/N) " +msgstr "真的要移除此用户标识吗?(y/N) " + +#. TRANSLATORS: Please take care: This is about +#. moving the key and not about removing it. +#: g10/keyedit.c:1806 +msgid "Really move the primary key? (y/N) " +msgstr "真的要移动主密钥吗?(y/N) " + +#: g10/keyedit.c:1818 g10/keyedit.c:4803 +msgid "You must select exactly one key.\n" +msgstr "您必须选择一个密钥。\n" + +#: g10/keyedit.c:1846 +msgid "Command expects a filename argument\n" +msgstr "命令需要一个文件名作为参数\n" + +#: g10/keyedit.c:1867 +#, c-format +msgid "Can't open '%s': %s\n" +msgstr "无法打开‘%s’:%s\n" + +#: g10/keyedit.c:1886 +#, c-format +msgid "Error reading backup key from '%s': %s\n" +msgstr "从‘%s’读取备份密钥时出现错误:%s\n" + +#: g10/keyedit.c:1921 +msgid "You must select at least one key.\n" +msgstr "您必须选择至少一个密钥。\n" + +#: g10/keyedit.c:1927 +msgid "Do you really want to delete the selected keys? (y/N) " +msgstr "您真的想要删除选定的密钥吗?(y/N) " + +#: g10/keyedit.c:1929 +msgid "Do you really want to delete this key? (y/N) " +msgstr "您真的要删除此密钥吗?(y/N) " + +#: g10/keyedit.c:1967 +msgid "Really revoke all selected user IDs? (y/N) " +msgstr "真的要吊销所有选定的用户标识吗?(y/N) " + +#: g10/keyedit.c:1968 +msgid "Really revoke this user ID? (y/N) " +msgstr "真的要吊销此用户标识吗?(y/N) " + +#: g10/keyedit.c:1986 +msgid "Do you really want to revoke the entire key? (y/N) " +msgstr "您真的要吊销整个密钥吗?(y/N) " + +#: g10/keyedit.c:1997 +msgid "Do you really want to revoke the selected subkeys? (y/N) " +msgstr "您真的要吊销选定的子密钥吗?(y/N) " + +#: g10/keyedit.c:1999 +msgid "Do you really want to revoke this subkey? (y/N) " +msgstr "您真的要吊销这个子密钥吗?(y/N) " + +#: g10/keyedit.c:2057 +msgid "Owner trust may not be set while using a user provided trust database\n" +msgstr "在使用一个用户提供的信任度数据库时信任度可能并未被设定\n" + +#: g10/keyedit.c:2102 +msgid "Set preference list to:\n" +msgstr "设定偏好设置列表为:\n" + +#: g10/keyedit.c:2109 +msgid "Really update the preferences for the selected user IDs? (y/N) " +msgstr "真的要更新所选用户标识的偏好设置吗?(y/N) " + +#: g10/keyedit.c:2111 +msgid "Really update the preferences? (y/N) " +msgstr "真的要更新偏好设置吗?(y/N) " + +#: g10/keyedit.c:2185 +msgid "Save changes? (y/N) " +msgstr "要保存变更吗?(y/N) " + +#: g10/keyedit.c:2189 +msgid "Quit without saving? (y/N) " +msgstr "要不保存而退出吗?(y/N) " + +#: g10/keyedit.c:2216 g10/keyedit.c:2762 g10/keyedit.c:3061 g10/keyedit.c:3214 +#, c-format +msgid "Key not changed so no update needed.\n" +msgstr "密钥没有变更所以不需要更新。\n" + +#: g10/keyedit.c:2448 +#, c-format +msgid "cannot revoke the last valid user ID.\n" +msgstr "不能吊销最后一个有效的用户标识。\n" + +#: g10/keyedit.c:2475 +#, c-format +msgid "revoking the user ID failed: %s\n" +msgstr "吊销用户标识时出现错误:%s\n" + +#: g10/keyedit.c:2541 +#, c-format +msgid "setting the primary user ID failed: %s\n" +msgstr "设置主要用户标识时出现错误:%s\n" + +#: g10/keyedit.c:2572 +#, c-format +msgid "\"%s\" is not a fingerprint\n" +msgstr "\"%s\" 不是一个指纹\n" + +#: g10/keyedit.c:2602 +#, c-format +msgid "\"%s\" is not the primary fingerprint\n" +msgstr "“%s” 不是主要指纹\n" + +#: g10/keyedit.c:2738 g10/keyedit.c:2741 +#, c-format +msgid "Invalid user ID '%s': %s\n" +msgstr "无效的用户标识‘%s’:%s\n" + +#: g10/keyedit.c:2744 +msgid "No matching user IDs." +msgstr "没有匹配的用户标识。" + +#: g10/keyedit.c:2744 +msgid "Nothing to sign.\n" +msgstr "没有可被签名的东西。\n" + +#: g10/keyedit.c:2937 g10/keyedit.c:6019 +#, c-format +msgid "Not signed by you.\n" +msgstr "并非由您签名。\n" + +#: g10/keyedit.c:2995 +#, fuzzy, c-format +#| msgid "checking created signature failed: %s\n" +msgid "revoking the key signature failed: %s\n" +msgstr "检查已建立的签名时发生错误: %s\n" + +#: g10/keyedit.c:3116 +#, c-format +msgid "'%s' is not a valid expiration time\n" +msgstr "‘%s’不是一个有效的过期时间\n" + +#: g10/keyedit.c:3159 +#, c-format +msgid "\"%s\" is not a proper fingerprint\n" +msgstr "“%s” 不是一个正确的指纹\n" + +#: g10/keyedit.c:3183 +#, c-format +msgid "subkey \"%s\" not found\n" +msgstr "子密钥 “%s” 未找到\n" + +#: g10/keyedit.c:3306 +msgid "AEAD: " +msgstr "AEAD: " + +#: g10/keyedit.c:3323 +msgid "Digest: " +msgstr "摘要: " + +#: g10/keyedit.c:3380 +msgid "Features: " +msgstr "特点: " + +#: g10/keyedit.c:3397 +msgid "Keyserver no-modify" +msgstr "公钥服务器不可修改" + +#: g10/keyedit.c:3412 g10/keylist.c:376 +msgid "Preferred keyserver: " +msgstr "首选公钥服务器: " + +#: g10/keyedit.c:3420 g10/keyedit.c:3421 +msgid "Notations: " +msgstr "注记: " + +#: g10/keyedit.c:3669 +msgid "There are no preferences on a PGP 2.x-style user ID.\n" +msgstr "没有关于 PGP 2.x 样式用户标识的偏好设置。\n" + +#: g10/keyedit.c:3741 +#, c-format +msgid "The following key was revoked on %s by %s key %s\n" +msgstr "下列密钥在 %s 被 %s 的密钥 %s 所吊销\n" + +#: g10/keyedit.c:3765 +#, c-format +msgid "This key may be revoked by %s key %s" +msgstr "这个密钥可被 %s 的密钥 %s 吊销" + +#: g10/keyedit.c:3771 +msgid "(sensitive)" +msgstr "(敏感的)" + +#: g10/keyedit.c:3813 g10/keyedit.c:3960 g10/keylist.c:264 g10/keyserver.c:538 +#, c-format +msgid "created: %s" +msgstr "创建于:%s" + +#: g10/keyedit.c:3816 g10/keylist.c:2149 +#, c-format +msgid "revoked: %s" +msgstr "吊销于:%s" + +#: g10/keyedit.c:3818 g10/keylist.c:2155 +#, c-format +msgid "expired: %s" +msgstr "过期于:%s" + +#: g10/keyedit.c:3820 g10/keyedit.c:3962 g10/keylist.c:266 g10/keylist.c:2161 +#: g10/keyserver.c:544 +#, c-format +msgid "expires: %s" +msgstr "有效至:%s" + +#: g10/keyedit.c:3822 +#, c-format +msgid "usage: %s" +msgstr "可用于:%s" + +#: g10/keyedit.c:3830 g10/keyedit.c:3850 g10/keylist.c:269 +msgid "card-no: " +msgstr "卡号: " + +#: g10/keyedit.c:3889 +#, c-format +msgid "trust: %s" +msgstr "信任度:%s" + +#: g10/keyedit.c:3893 +#, c-format +msgid "validity: %s" +msgstr "有效性:%s" + +#: g10/keyedit.c:3900 +msgid "This key has been disabled" +msgstr "这个密钥已经被禁用" + +#: g10/keyedit.c:3918 +msgid "" +"Please note that the shown key validity is not necessarily correct\n" +"unless you restart the program.\n" +msgstr "请注意,在您重启程序之前,所显示的密钥有效性不一定正确。\n" + +#: g10/keyedit.c:3979 g10/keyedit.c:4410 g10/keyserver.c:548 +#: g10/mainproc.c:2371 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +msgid "revoked" +msgstr "已吊销" + +#: g10/keyedit.c:3981 g10/keyedit.c:4412 g10/keyserver.c:552 +#: g10/mainproc.c:2373 g10/tofu.c:1792 g10/trust.c:124 +msgid "expired" +msgstr "已过期" + +#: g10/keyedit.c:4098 +#, c-format +msgid "" +"WARNING: no user ID has been marked as primary. This command may\n" +" cause a different user ID to become the assumed primary.\n" +msgstr "" +"警告: 没有用户标识被标记为主要。 此命令可能会\n" +" 导致一个不同的用户标识被假定为主要。\n" + +#: g10/keyedit.c:4150 +#, c-format +msgid "WARNING: Your encryption subkey expires soon.\n" +msgstr "警告: 您的加密用子密钥将在不久后过期。\n" + +#: g10/keyedit.c:4151 +#, c-format +msgid "You may want to change its expiration date too.\n" +msgstr "您可能也想要变更它的过期日期。\n" + +#: g10/keyedit.c:4210 +msgid "" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" +msgstr "" +"警告:这是一个 PGP2 样式的密钥。增加照片标识可能会导致某些版本的\n" +" PGP 拒绝这个密钥。\n" + +#: g10/keyedit.c:4215 g10/keyedit.c:4505 +msgid "Are you sure you still want to add it? (y/N) " +msgstr "您确定仍然想要增加吗?(y/N) " + +#: g10/keyedit.c:4221 +msgid "You may not add a photo ID to a PGP2-style key.\n" +msgstr "您不可以把照片标识增加到 PGP2 样式的密钥里。\n" + +#: g10/keyedit.c:4236 g10/keygen.c:2899 +msgid "Such a user ID already exists on this key!\n" +msgstr "这样的用户标识已经存在于这个密钥上了!\n" + +#: g10/keyedit.c:4338 +msgid "Delete this good signature? (y/N/q)" +msgstr "删除这个完好的签名吗?(y/N/q)" + +#: g10/keyedit.c:4348 +msgid "Delete this invalid signature? (y/N/q)" +msgstr "删除这个无效的签名吗?(y/N/q)" + +#: g10/keyedit.c:4352 +msgid "Delete this unknown signature? (y/N/q)" +msgstr "删除这个未知的签名吗?(y/N/q)" + +#: g10/keyedit.c:4359 +msgid "Really delete this self-signature? (y/N)" +msgstr "真的要删除这个自签名吗?(y/N)" + +#: g10/keyedit.c:4375 +#, c-format +msgid "Deleted %d signature.\n" +msgid_plural "Deleted %d signatures.\n" +msgstr[0] "已经删除了 %d 个签名。\n" + +#: g10/keyedit.c:4379 +msgid "Nothing deleted.\n" +msgstr "没有东西被删除。\n" + +#: g10/keyedit.c:4414 +msgid "invalid" +msgstr "无效" + +#: g10/keyedit.c:4416 +#, c-format +msgid "User ID \"%s\" compacted: %s\n" +msgstr "用户标识 “%s” 已被压缩:%s\n" + +#: g10/keyedit.c:4422 +#, c-format +msgid "User ID \"%s\": %d signature removed\n" +msgid_plural "User ID \"%s\": %d signatures removed\n" +msgstr[0] "用户标识 “%s”:%d 个签名被移除\n" + +#: g10/keyedit.c:4430 +#, c-format +msgid "User ID \"%s\": already minimized\n" +msgstr "用户标识 “%s”:已被最小化\n" + +#: g10/keyedit.c:4431 +#, c-format +msgid "User ID \"%s\": already clean\n" +msgstr "用户标识 “%s”:无用部分已清理\n" + +#: g10/keyedit.c:4500 +msgid "" +"WARNING: This is a PGP 2.x-style key. Adding a designated revoker may " +"cause\n" +" some versions of PGP to reject this key.\n" +msgstr "" +"警告:这是一个 PGP2 样式的密钥。增加指定吊销者\n" +" 可能会导致某些版本的 PGP 无法识别这个密钥。\n" + +#: g10/keyedit.c:4511 +msgid "You may not add a designated revoker to a PGP 2.x-style key.\n" +msgstr "您不可以为 PGP 2.x 样式的密钥添加指定吊销者。\n" + +#: g10/keyedit.c:4528 +msgid "Enter the user ID of the designated revoker: " +msgstr "输入指定吊销者的用户标识: " + +#: g10/keyedit.c:4554 +#, c-format +msgid "cannot appoint a PGP 2.x style key as a designated revoker\n" +msgstr "无法将 PGP 2.x 样式的密钥设为指定吊销者\n" + +#: g10/keyedit.c:4569 +#, c-format +msgid "you cannot appoint a key as its own designated revoker\n" +msgstr "您不能将某把密钥设为它自己的指定吊销者\n" + +#: g10/keyedit.c:4591 +#, c-format +msgid "this key has already been designated as a revoker\n" +msgstr "这个密钥已被指派为一个吊销者\n" + +#: g10/keyedit.c:4609 +msgid "WARNING: appointing a key as a designated revoker cannot be undone!\n" +msgstr "警告:将某把密钥设置为指定吊销者的操作无法撤销!\n" + +#: g10/keyedit.c:4615 +msgid "" +"Are you sure you want to appoint this key as a designated revoker? (y/N) " +msgstr "您确定要将这个密钥设置为指定吊销者吗?(y/N): " + +#: g10/keyedit.c:4683 +msgid "" +"Are you sure you want to change the expiration time for multiple subkeys? (y/" +"N) " +msgstr "您确定要改变多个子密钥的过期时间吗? (y/N) " + +#: g10/keyedit.c:4688 +msgid "Changing expiration time for a subkey.\n" +msgstr "将要变更子密钥的过期时间。\n" + +#: g10/keyedit.c:4691 +msgid "Changing expiration time for the primary key.\n" +msgstr "将要变更主密钥的过期时间。\n" + +#: g10/keyedit.c:4747 +#, c-format +msgid "You can't change the expiration date of a v3 key\n" +msgstr "您不能变更 v3 密钥的过期时间\n" + +#: g10/keyedit.c:4807 +msgid "Changing usage of a subkey.\n" +msgstr "变更一个子密钥的用途。\n" + +#: g10/keyedit.c:4810 +msgid "Changing usage of the primary key.\n" +msgstr "变更主密钥的用途。\n" + +#: g10/keyedit.c:4928 +#, c-format +msgid "signing subkey %s is already cross-certified\n" +msgstr "签名的子密钥 %s 已经交叉验证\n" + +#: g10/keyedit.c:4934 +#, c-format +msgid "subkey %s does not sign and so does not need to be cross-certified\n" +msgstr "子密钥 %s 不签名,因此不需要被交叉验证\n" + +#: g10/keyedit.c:5051 +msgid "Please select exactly one user ID.\n" +msgstr "请选定仅一个用户标识。\n" + +#: g10/keyedit.c:5092 g10/keyedit.c:5206 g10/keyedit.c:5319 g10/keyedit.c:5457 +#, c-format +msgid "skipping v3 self-signature on user ID \"%s\"\n" +msgstr "跳过用户标识 “%s” 上的 v3 自签名\n" + +#: g10/keyedit.c:5263 +msgid "Enter your preferred keyserver URL: " +msgstr "输入您首选公钥服务器的 URL: " + +#: g10/keyedit.c:5342 +msgid "Are you sure you want to replace it? (y/N) " +msgstr "您确定要替换它吗?(y/N) " + +#: g10/keyedit.c:5343 +msgid "Are you sure you want to delete it? (y/N) " +msgstr "您确定要删除它吗?(y/N) " + +#: g10/keyedit.c:5403 +msgid "Enter the notation: " +msgstr "输入注记: " + +#: g10/keyedit.c:5550 +msgid "Proceed? (y/N) " +msgstr "继续?(y/N) " + +#: g10/keyedit.c:5620 +#, c-format +msgid "No user ID with index %d\n" +msgstr "没有索引为 %d 的用户标识\n" + +#: g10/keyedit.c:5682 +#, c-format +msgid "No user ID with hash %s\n" +msgstr "没有散列值为 %s 的用户标识\n" + +#: g10/keyedit.c:5783 +#, c-format +msgid "No subkey with key ID '%s'.\n" +msgstr "没有属于密钥标识‘%s’的子密钥。\n" + +#: g10/keyedit.c:5805 +#, c-format +msgid "No subkey with index %d\n" +msgstr "没有索引为 %d 的子密钥\n" + +#: g10/keyedit.c:5946 +#, c-format +msgid "user ID: \"%s\"\n" +msgstr "用户标识:“%s”\n" + +#: g10/keyedit.c:5949 g10/keyedit.c:6051 g10/keyedit.c:6099 +#, c-format +msgid "signed by your key %s on %s%s%s\n" +msgstr "由您的密钥 %s 于 %s%s%s 签名\n" + +#: g10/keyedit.c:5951 g10/keyedit.c:6053 g10/keyedit.c:6101 +msgid " (non-exportable)" +msgstr " (不可导出)" + +#: g10/keyedit.c:5955 +#, c-format +msgid "This signature expired on %s.\n" +msgstr "此签名已在 %s 过期。\n" + +#: g10/keyedit.c:5960 +msgid "Are you sure you still want to revoke it? (y/N) " +msgstr "您确定您仍然想要吊销它吗?(y/N) " + +#: g10/keyedit.c:5965 +msgid "Create a revocation certificate for this signature? (y/N) " +msgstr "要为这份签名生成一份吊销证书吗?(y/N) " + +#: g10/keyedit.c:6025 +#, c-format +msgid "You have signed these user IDs on key %s:\n" +msgstr "您已经签名来密钥 %s 上的这些用户标识:\n" + +#: g10/keyedit.c:6054 +msgid " (non-revocable)" +msgstr " (不可吊销)" + +#: g10/keyedit.c:6061 +#, c-format +msgid "revoked by your key %s on %s\n" +msgstr "由您的密钥 %s 吊销于 %s\n" + +#: g10/keyedit.c:6086 +msgid "You are about to revoke these signatures:\n" +msgstr "您正在吊销这些签名:\n" + +#: g10/keyedit.c:6109 +msgid "Really create the revocation certificates? (y/N) " +msgstr "真的要生成吊销证书吗?(y/N) " + +#: g10/keyedit.c:6142 +#, c-format +msgid "no secret key\n" +msgstr "没有私钥\n" + +#: g10/keyedit.c:6190 +#, c-format +msgid "tried to revoke a non-user ID: %s\n" +msgstr "尝试吊销一个非用户标识:%s\n" + +#: g10/keyedit.c:6200 +#, c-format +msgid "user ID \"%s\" is already revoked\n" +msgstr "用户标识 “%s” 已经被吊销。\n" + +#: g10/keyedit.c:6217 +#, c-format +msgid "WARNING: a user ID signature is dated %d seconds in the future\n" +msgstr "警告:有一份用户标识签名的日期标记为 %d 秒后的未来\n" + +#: g10/keyedit.c:6313 +#, c-format +msgid "Cannot revoke the last valid user ID.\n" +msgstr "不能吊销最后一个有效的用户标识。\n" + +#: g10/keyedit.c:6351 +#, c-format +msgid "Key %s is already revoked.\n" +msgstr "密钥 %s 已被吊销。\n" + +#: g10/keyedit.c:6413 +#, c-format +msgid "Subkey %s is already revoked.\n" +msgstr "子密钥 %s 已被吊销。\n" + +#: g10/keyedit.c:6510 +#, c-format +msgid "Displaying %s photo ID of size %ld for key %s (uid %d)\n" +msgstr "正在显示 %s 的照片标识,大小 %ld,属于密钥 %s (用户标识 %d)\n" + +#: g10/keygen.c:169 +#, c-format +msgid "invalid value for option '%s'\n" +msgstr "选项‘%s’有无效的值\n" + +#: g10/keygen.c:322 +#, c-format +msgid "preference '%s' duplicated\n" +msgstr "偏好设置‘%s’重复\n" + +#: g10/keygen.c:329 +#, c-format +msgid "too many cipher preferences\n" +msgstr "过多的密文偏好设置\n" + +#: g10/keygen.c:331 +#, c-format +msgid "too many digest preferences\n" +msgstr "过多的散列算法偏好设置\n" + +#: g10/keygen.c:333 +#, c-format +msgid "too many compression preferences\n" +msgstr "过多的压缩算法偏好设置\n" + +#: g10/keygen.c:493 +#, c-format +msgid "invalid item '%s' in preference string\n" +msgstr "首选项字符串里有无效项‘%s’\n" + +#: g10/keygen.c:972 +#, c-format +msgid "writing direct signature\n" +msgstr "正在写入直接签名\n" + +#: g10/keygen.c:1018 +#, c-format +msgid "writing self signature\n" +msgstr "正在写入自签名\n" + +#: g10/keygen.c:1075 +#, c-format +msgid "writing key binding signature\n" +msgstr "正在写入密钥绑定签名\n" + +#: g10/keygen.c:1440 g10/keygen.c:1445 g10/keygen.c:1497 g10/keygen.c:1502 +#: g10/keygen.c:1656 g10/keygen.c:1661 +#, c-format +msgid "keysize invalid; using %u bits\n" +msgstr "密钥尺寸无效;改用 %u 位\n" + +#: g10/keygen.c:1451 g10/keygen.c:1508 g10/keygen.c:1516 g10/keygen.c:1667 +#, c-format +msgid "keysize rounded up to %u bits\n" +msgstr "密钥尺寸舍入到 %u 位\n" + +#: g10/keygen.c:1542 +#, c-format +msgid "" +"WARNING: some OpenPGP programs can't handle a DSA key with this digest size\n" +msgstr "警告:一些 OpenPGP 程序不能处理具有此摘要长度的 DSA 密钥\n" + +#: g10/keygen.c:1723 +msgid "Sign" +msgstr "签名(Sign)" + +#: g10/keygen.c:1726 +msgid "Certify" +msgstr "认证(Certify)" + +#: g10/keygen.c:1729 +msgid "Encrypt" +msgstr "加密(Encrypt)" + +#: g10/keygen.c:1732 +msgid "Authenticate" +msgstr "身份验证(Authenticate)" + +#. TRANSLATORS: Please use only plain ASCII characters for the +#. * translation. If this is not possible use single digits. The +#. * string needs to 8 bytes long. Here is a description of the +#. * functions: +#. * +#. * s = Toggle signing capability +#. * e = Toggle encryption capability +#. * a = Toggle authentication capability +#. * q = Finish +#. +#: g10/keygen.c:1753 +msgid "SsEeAaQq" +msgstr "SsEeAaQq" + +#: g10/keygen.c:1784 +#, c-format +msgid "Possible actions for a %s key: " +msgstr "%s 密钥的可实现的功能: " + +#: g10/keygen.c:1790 +msgid "Current allowed actions: " +msgstr "目前启用的功能: " + +#: g10/keygen.c:1795 +#, c-format +msgid " (%c) Toggle the sign capability\n" +msgstr " (%c) 签名功能开关\n" + +#: g10/keygen.c:1798 +#, c-format +msgid " (%c) Toggle the encrypt capability\n" +msgstr " (%c) 加密功能开关\n" + +#: g10/keygen.c:1801 +#, c-format +msgid " (%c) Toggle the authenticate capability\n" +msgstr " (%c) 身份验证功能开关\n" + +#: g10/keygen.c:1804 +#, c-format +msgid " (%c) Finished\n" +msgstr " (%c) 已完成\n" + +#: g10/keygen.c:1930 +#, c-format +msgid " (%d) RSA and RSA (default)\n" +msgstr " (%d) RSA 和 RSA (默认)\n" + +#: g10/keygen.c:1934 +#, c-format +msgid " (%d) DSA and Elgamal\n" +msgstr " (%d) DSA 和 Elgamal\n" + +#: g10/keygen.c:1937 +#, c-format +msgid " (%d) DSA (sign only)\n" +msgstr " (%d) DSA(仅用于签名)\n" + +#: g10/keygen.c:1939 +#, c-format +msgid " (%d) RSA (sign only)\n" +msgstr " (%d) RSA(仅用于签名)\n" + +#: g10/keygen.c:1945 +#, c-format +msgid " (%d) Elgamal (encrypt only)\n" +msgstr " (%d) ElGamal(仅用于加密)\n" + +#: g10/keygen.c:1947 +#, c-format +msgid " (%d) RSA (encrypt only)\n" +msgstr " (%d) RSA(仅用于加密)\n" + +#: g10/keygen.c:1953 +#, c-format +msgid " (%d) DSA (set your own capabilities)\n" +msgstr " (%d) DSA(自定义用途)\n" + +#: g10/keygen.c:1955 +#, c-format +msgid " (%d) RSA (set your own capabilities)\n" +msgstr " (%d) RSA(自定义用途)\n" + +#: g10/keygen.c:1961 +#, c-format +msgid " (%d) ECC and ECC\n" +msgstr " (%d) ECC 和 ECC\n" + +#: g10/keygen.c:1963 +#, c-format +msgid " (%d) ECC (sign only)\n" +msgstr " (%d) ECC(仅用于签名)\n" + +#: g10/keygen.c:1965 +#, c-format +msgid " (%d) ECC (set your own capabilities)\n" +msgstr " (%d) ECC(自定义用途)\n" + +#: g10/keygen.c:1967 +#, c-format +msgid " (%d) ECC (encrypt only)\n" +msgstr " (%d) ECC(仅用于加密)\n" + +#: g10/keygen.c:1971 +#, c-format +msgid " (%d) Existing key\n" +msgstr " (%d) 现存的密钥\n" + +#: g10/keygen.c:1973 +#, fuzzy, c-format +#| msgid " (%d) Existing key from card\n" +msgid " (%d) Existing key from card\n" +msgstr " (%d) 卡片上现存的密钥\n" + +#: g10/keygen.c:2069 sm/certreqgen-ui.c:202 +msgid "Enter the keygrip: " +msgstr "输入 keygrip: " + +#: g10/keygen.c:2082 sm/certreqgen-ui.c:210 +msgid "Not a valid keygrip (expecting 40 hex digits)\n" +msgstr "不是一个有效的 keygrip (需要 40 位十六进制数)\n" + +#: g10/keygen.c:2084 sm/certreqgen-ui.c:212 +msgid "No key with this keygrip\n" +msgstr "没有此 keygrip 关联的密钥\n" + +#: g10/keygen.c:2103 g10/keygen.c:2113 g10/keygen.c:3216 g10/keygen.c:3227 +#: sm/certreqgen-ui.c:230 sm/certreqgen-ui.c:239 +#, c-format +msgid "error reading the card: %s\n" +msgstr "读取卡片时出现错误:%s\n" + +#: g10/keygen.c:2107 g10/keygen.c:3220 sm/certreqgen-ui.c:233 +#, c-format +msgid "Serial number of the card: %s\n" +msgstr "卡片的序列号:%s\n" + +#: g10/keygen.c:2120 sm/certreqgen-ui.c:245 +msgid "Available keys:\n" +msgstr "可用的密钥:\n" + +#: g10/keygen.c:2297 g10/keygen.c:2311 +#, c-format +msgid "rounded to %u bits\n" +msgstr "舍入到 %u 位\n" + +#: g10/keygen.c:2352 +#, c-format +msgid "%s keys may be between %u and %u bits long.\n" +msgstr "%s 密钥的长度应在 %u 位与 %u 位之间。\n" + +#: g10/keygen.c:2360 +#, c-format +msgid "What keysize do you want for the subkey? (%u) " +msgstr "您想要为此子密钥使用的密钥长度?(%u) " + +#: g10/keygen.c:2377 sm/certreqgen-ui.c:189 +#, c-format +msgid "Requested keysize is %u bits\n" +msgstr "请求的密钥长度是 %u 位\n" + +#: g10/keygen.c:2423 +msgid "Please select which elliptic curve you want:\n" +msgstr "请选择您想要使用的椭圆曲线:\n" + +#: g10/keygen.c:2611 +msgid "" +"Please specify how long the key should be valid.\n" +" 0 = key does not expire\n" +" <n> = key expires in n days\n" +" <n>w = key expires in n weeks\n" +" <n>m = key expires in n months\n" +" <n>y = key expires in n years\n" +msgstr "" +"请设定这个密钥的有效期限。\n" +" 0 = 密钥永不过期\n" +" <n> = 密钥在 n 天后过期\n" +" <n>w = 密钥在 n 周后过期\n" +" <n>m = 密钥在 n 月后过期\n" +" <n>y = 密钥在 n 年后过期\n" + +#: g10/keygen.c:2622 +msgid "" +"Please specify how long the signature should be valid.\n" +" 0 = signature does not expire\n" +" <n> = signature expires in n days\n" +" <n>w = signature expires in n weeks\n" +" <n>m = signature expires in n months\n" +" <n>y = signature expires in n years\n" +msgstr "" +"请设定这份签名的有效期限。\n" +" 0 = 签名永不过期\n" +" <n> = 签名在 n 天后过期\n" +" <n>w = 签名在 n 周后过期\n" +" <n>m = 签名在 n 月后过期\n" +" <n>y = 签名在 n 年后过期\n" + +#: g10/keygen.c:2645 +msgid "Key is valid for? (0) " +msgstr "密钥的有效期限是?(0) " + +#: g10/keygen.c:2650 +#, c-format +msgid "Signature is valid for? (%s) " +msgstr "签名的有效期限是?(%s) " + +#: g10/keygen.c:2663 g10/keygen.c:2688 +msgid "invalid value\n" +msgstr "无效的值\n" + +#: g10/keygen.c:2670 +msgid "Key does not expire at all\n" +msgstr "密钥永远不会过期\n" + +#: g10/keygen.c:2671 +msgid "Signature does not expire at all\n" +msgstr "签名永远不会过期\n" + +#: g10/keygen.c:2676 +#, c-format +msgid "Key expires at %s\n" +msgstr "密钥于 %s 过期\n" + +#: g10/keygen.c:2677 +#, c-format +msgid "Signature expires at %s\n" +msgstr "签名于 %s 过期\n" + +#: g10/keygen.c:2681 +msgid "" +"Your system can't display dates beyond 2038.\n" +"However, it will be correctly handled up to 2106.\n" +msgstr "" +"您的系统无法显示 2038 年以后的日期。\n" +"然而,它可以正确地处理到 2106 年之前的日期。\n" + +#: g10/keygen.c:2694 +msgid "Is this correct? (y/N) " +msgstr "这些内容正确吗? (y/N) " + +#: g10/keygen.c:2762 +msgid "" +"\n" +"GnuPG needs to construct a user ID to identify your key.\n" +"\n" +msgstr "" +"\n" +"GnuPG 需要构建用户标识以辨认您的密钥。\n" +"\n" + +#. TRANSLATORS: This string is in general not anymore used +#. but you should keep your existing translation. In case +#. the new string is not translated this old string will +#. be used. +#: g10/keygen.c:2777 +msgid "" +"\n" +"You need a user ID to identify your key; the software constructs the user " +"ID\n" +"from the Real Name, Comment and Email Address in this form:\n" +" \"Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>\"\n" +"\n" +msgstr "" +"\n" +"您需要一个用户标识来辨识您的密钥;此软件将使用\n" +"真实姓名、注释和电子邮件地址组合成以下形式的用户标识:\n" +" “Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>”\n" +"\n" + +#: g10/keygen.c:2796 +msgid "Real name: " +msgstr "真实姓名: " + +#: g10/keygen.c:2805 +msgid "Invalid character in name\n" +msgstr "姓名含有无效的字符\n" + +#: g10/keygen.c:2806 +#, c-format +msgid "The characters '%s' and '%s' may not appear in name\n" +msgstr "字符‘%s’和‘%s’不能出现在姓名中\n" + +#: g10/keygen.c:2810 +msgid "Name may not start with a digit\n" +msgstr "姓名不可以用数字开头\n" + +#: g10/keygen.c:2813 +msgid "Name must be at least 5 characters long\n" +msgstr "姓名至少要有五个字符长\n" + +#: g10/keygen.c:2823 +msgid "Email address: " +msgstr "电子邮件地址: " + +#: g10/keygen.c:2829 +msgid "Not a valid email address\n" +msgstr "电子邮件地址无效\n" + +#: g10/keygen.c:2838 +msgid "Comment: " +msgstr "注释: " + +#: g10/keygen.c:2844 +msgid "Invalid character in comment\n" +msgstr "注释含有无效的字符\n" + +#: g10/keygen.c:2880 +#, c-format +msgid "You are using the '%s' character set.\n" +msgstr "您正在使用‘%s’字符集。\n" + +#: g10/keygen.c:2886 +#, c-format +msgid "" +"You selected this USER-ID:\n" +" \"%s\"\n" +"\n" +msgstr "" +"您选定了此用户标识:\n" +" “%s”\n" +"\n" + +#: g10/keygen.c:2891 +msgid "Please don't put the email address into the real name or the comment\n" +msgstr "请不要把电子邮件地址放进您的真实姓名或注释里\n" + +#. TRANSLATORS: These are the allowed answers in +#. lower and uppercase. Below you will find the matching +#. string which should be translated accordingly and the +#. letter changed to match the one in the answer string. +#. +#. n = Change name +#. c = Change comment +#. e = Change email +#. o = Okay (ready, continue) +#. q = Quit +#. +#: g10/keygen.c:2916 +msgid "NnCcEeOoQq" +msgstr "NnCcEeOoQq" + +#: g10/keygen.c:2926 +msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " +msgstr "更改姓名(N)、注释(C)、电子邮件地址(E)或退出(Q)? " + +#: g10/keygen.c:2927 +msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " +msgstr "更改姓名(N)、注释(C)、电子邮件地址(E)或确定(O)/退出(Q)? " + +#: g10/keygen.c:2932 +msgid "Change (N)ame, (E)mail, or (Q)uit? " +msgstr "更改姓名(N)、注释(C)、电子邮件地址(E)或退出(Q)? " + +#: g10/keygen.c:2933 +msgid "Change (N)ame, (E)mail, or (O)kay/(Q)uit? " +msgstr "更改姓名(N)、注释(C)、电子邮件地址(E)或确定(O)/退出(Q)? " + +#: g10/keygen.c:2952 +msgid "Please correct the error first\n" +msgstr "请先改正错误\n" + +#: g10/keygen.c:2998 +msgid "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (type on the keyboard, move the mouse, utilize the\n" +"disks) during the prime generation; this gives the random number\n" +"generator a better chance to gain enough entropy.\n" +msgstr "" +"我们需要生成大量的随机字节。在质数生成期间做些其他操作(敲打键盘\n" +"、移动鼠标、读写硬盘之类的)将会是一个不错的主意;这会让随机数\n" +"发生器有更好的机会获得足够的熵。\n" + +#: g10/keygen.c:4278 g10/keygen.c:4349 g10/keygen.c:4367 g10/keygen.c:4395 +#: g10/keygen.c:4739 g10/keygen.c:5242 g10/keygen.c:5537 g10/keygen.c:5642 +#, c-format +msgid "Key generation failed: %s\n" +msgstr "密钥生成失败:%s\n" + +#: g10/keygen.c:4287 +#, c-format +msgid "" +"About to create a key for:\n" +" \"%s\"\n" +"\n" +msgstr "" +"将要创建一个密钥:\n" +" \"%s\"\n" +"\n" + +#: g10/keygen.c:4289 +msgid "Continue? (Y/n) " +msgstr "继续吗? (Y/n) " + +#: g10/keygen.c:4310 +#, c-format +msgid "A key for \"%s\" already exists\n" +msgstr "一个 \"%s\" 的密钥已经存在\n" + +#: g10/keygen.c:4315 +msgid "Create anyway? (y/N) " +msgstr "无论如何都要创建吗?(y/N) " + +#: g10/keygen.c:4321 +#, c-format +msgid "creating anyway\n" +msgstr "无论如何都创建\n" + +#: g10/keygen.c:4722 +#, c-format +msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" +msgstr "注意:使用 “%s %s” 以获得一个功能完整的密钥产生对话框。\n" + +#: g10/keygen.c:4771 +#, c-format +msgid "Key generation canceled.\n" +msgstr "密钥生成已取消。\n" + +#: g10/keygen.c:4831 +#, c-format +msgid "can't create backup file '%s': %s\n" +msgstr "不能创建备份文件‘%s’:%s\n" + +#: g10/keygen.c:4851 +#, c-format +msgid "Note: backup of card key saved to '%s'\n" +msgstr "注意:卡片密钥的备份已保存到‘%s’\n" + +#: g10/keygen.c:5010 g10/keygen.c:5172 +#, c-format +msgid "writing public key to '%s'\n" +msgstr "正在将公钥写至‘%s’\n" + +#: g10/keygen.c:5166 +#, c-format +msgid "no writable public keyring found: %s\n" +msgstr "无可写的公钥钥匙环:%s\n" + +#: g10/keygen.c:5180 +#, c-format +msgid "error writing public keyring '%s': %s\n" +msgstr "写入公钥钥匙环‘%s’时发生错误: %s\n" + +#: g10/keygen.c:5213 +msgid "public and secret key created and signed.\n" +msgstr "公钥和私钥已经生成并被签名。\n" + +#: g10/keygen.c:5229 +msgid "" +"Note that this key cannot be used for encryption. You may want to use\n" +"the command \"--edit-key\" to generate a subkey for this purpose.\n" +msgstr "" +"请注意这个密钥不能用于加密。您可能想要使用“--edit-key”命令来\n" +"生成一个用于此用途的子密钥。\n" + +#: g10/keygen.c:5404 g10/keygen.c:5593 +#, c-format +msgid "" +"key has been created %lu second in future (time warp or clock problem)\n" +msgstr "密钥已经在 %lu 秒后的未来生成(可能是因为时空扭曲或时钟的问题)\n" + +#: g10/keygen.c:5406 g10/keygen.c:5595 +#, c-format +msgid "" +"key has been created %lu seconds in future (time warp or clock problem)\n" +msgstr "密钥已经在 %lu 秒后的未来生成(可能是因为时空扭曲或时钟的问题)\n" + +#: g10/keygen.c:5417 g10/keygen.c:5606 +#, c-format +msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" +msgstr "注意:为 v3 密钥创建子密钥是不与 OpenPGP 兼容的\n" + +#: g10/keygen.c:5429 g10/keygen.c:5431 +#, c-format +msgid "Secret parts of primary key are not available.\n" +msgstr "主密钥的私钥部分不可用。\n" + +#: g10/keygen.c:5438 g10/keygen.c:5440 +#, c-format +msgid "Secret parts of primary key are stored on-card.\n" +msgstr "主密钥的私钥部分存储在卡上。\n" + +#: g10/keygen.c:5459 g10/keygen.c:5620 +msgid "Really create? (y/N) " +msgstr "真的要创建吗?(y/N) " + +#: g10/keyid.c:666 g10/keyid.c:677 g10/keyid.c:688 +msgid "never " +msgstr "永不 " + +#: g10/keylist.c:332 +msgid "Critical signature policy: " +msgstr "紧急签名策略: " + +#: g10/keylist.c:334 +msgid "Signature policy: " +msgstr "签名策略: " + +#: g10/keylist.c:374 +msgid "Critical preferred keyserver: " +msgstr "紧急首选公钥服务器: " + +#: g10/keylist.c:427 +msgid "Critical signature notation: " +msgstr "紧急签名注记: " + +#: g10/keylist.c:429 +msgid "Signature notation: " +msgstr "签名注记: " + +#: g10/keylist.c:475 +#, c-format +msgid "%d good signature\n" +msgid_plural "%d good signatures\n" +msgstr[0] "%d 个良好签名\n" + +#: g10/keylist.c:488 +#, c-format +msgid "%d signature not checked due to an error\n" +msgid_plural "%d signatures not checked due to errors\n" +msgstr[0] "%d 个签名因错误而未被检查\n" + +#: g10/keylist.c:576 +#, c-format +msgid "Warning: %lu key skipped due to its large size\n" +msgid_plural "Warning: %lu keys skipped due to their large sizes\n" +msgstr[0] "警告:%lu 把密钥因尺寸大而被跳过\n" + +#: g10/keylist.c:599 +msgid "Keyring" +msgstr "钥匙环" + +#: g10/keylist.c:2008 +msgid "Primary key fingerprint:" +msgstr "主密钥指纹:" + +#: g10/keylist.c:2010 +msgid " Subkey fingerprint:" +msgstr " 子密钥指纹:" + +#. TRANSLATORS: this should fit into 24 bytes so that the +#. * fingerprint data is properly aligned with the user ID +#: g10/keylist.c:2018 +msgid " Primary key fingerprint:" +msgstr " 主密钥指纹:" + +#: g10/keylist.c:2020 g10/keylist.c:2030 +msgid " Subkey fingerprint:" +msgstr " 子密钥指纹:" + +#: g10/keylist.c:2025 g10/keylist.c:2041 +msgid " Key fingerprint =" +msgstr " 密钥指纹 =" + +#: g10/keylist.c:2092 +msgid " Card serial no. =" +msgstr " 卡片序列号 =" + +#: g10/keyring.c:1470 +#, c-format +msgid "caching keyring '%s'\n" +msgstr "正在缓存钥匙环‘%s’\n" + +#: g10/keyring.c:1546 +#, c-format +msgid "%lu keys cached so far (%lu signature)\n" +msgid_plural "%lu keys cached so far (%lu signatures)\n" +msgstr[0] "当前有 %lu 把密钥已缓存 (%lu 个签名)\n" + +#: g10/keyring.c:1562 +#, c-format +msgid "%lu key cached" +msgid_plural "%lu keys cached" +msgstr[0] "%lu 把密钥已缓存" + +#: g10/keyring.c:1564 +#, c-format +msgid " (%lu signature)\n" +msgid_plural " (%lu signatures)\n" +msgstr[0] " (%lu 个签名)\n" + +#: g10/keyring.c:1641 +#, c-format +msgid "%s: keyring created\n" +msgstr "%s:钥匙环已创建\n" + +#: g10/keyserver.c:91 +msgid "override proxy options set for dirmngr" +msgstr "覆盖掉为 dirmngr 设定的代理选项" + +#: g10/keyserver.c:93 +msgid "include revoked keys in search results" +msgstr "在搜索结果中包含已吊销的密钥" + +#: g10/keyserver.c:94 +msgid "include subkeys when searching by key ID" +msgstr "通过密钥标识搜索时包含子密钥" + +#: g10/keyserver.c:96 +msgid "override timeout options set for dirmngr" +msgstr "覆盖掉为 dirmngr 设定的超时选项" + +#: g10/keyserver.c:100 +msgid "automatically retrieve keys when verifying signatures" +msgstr "验证签名时自动拉取密钥" + +#: g10/keyserver.c:102 +msgid "honor the preferred keyserver URL set on the key" +msgstr "使用密钥中指定的首选公钥服务器 URL" + +#: g10/keyserver.c:104 +msgid "honor the PKA record set on a key when retrieving keys" +msgstr "获取密钥时使用密钥上的 PKA 记录" + +#: g10/keyserver.c:550 +msgid "disabled" +msgstr "已禁用" + +#: g10/keyserver.c:754 +msgid "Enter number(s), N)ext, or Q)uit > " +msgstr "输入数字以选择,输入 N 翻页,输入 Q 退出 > " + +#: g10/keyserver.c:860 +#, c-format +msgid "invalid keyserver protocol (us %d!=handler %d)\n" +msgstr "无效的公钥服务器协议(us %d!=handler %d)\n" + +#: g10/keyserver.c:1001 g10/keyserver.c:1116 +#, c-format +msgid "\"%s\" not a key ID: skipping\n" +msgstr "“%s” 不是一个用户标识:跳过\n" + +#: g10/keyserver.c:1438 g10/keyserver.c:1471 +#, c-format +msgid "refreshing %d key from %s\n" +msgid_plural "refreshing %d keys from %s\n" +msgstr[0] "正在更新 %d 把密钥,从 %s \n" + +#: g10/keyserver.c:1445 +#, c-format +msgid "WARNING: unable to refresh key %s via %s: %s\n" +msgstr "警告:无法通过 %s 更新密钥 %s :%s\n" + +#: g10/keyserver.c:1549 +#, c-format +msgid "key \"%s\" not found on keyserver\n" +msgstr "在公钥服务器上找不到密钥 “%s”\n" + +#: g10/keyserver.c:1552 +#, c-format +msgid "key not found on keyserver\n" +msgstr "在公钥服务器上找不到密钥\n" + +#: g10/keyserver.c:1743 +#, c-format +msgid "requesting key %s from %s server %s\n" +msgstr "正在请求密钥 %s 从 %s 服务器 %s\n" + +#: g10/keyserver.c:1747 +#, c-format +msgid "requesting key %s from %s\n" +msgstr "正在请求密钥 %s 从 %s\n" + +#: g10/keyserver.c:1852 g10/keyserver.c:2031 +#, c-format +msgid "no keyserver known\n" +msgstr "无已知的公钥服务器\n" + +#: g10/keyserver.c:1867 g10/skclist.c:214 g10/skclist.c:242 +#, c-format +msgid "skipped \"%s\": %s\n" +msgstr "已跳过 “%s”: %s\n" + +#: g10/keyserver.c:1871 +#, c-format +msgid "sending key %s to %s\n" +msgstr "正在发送密钥 %s 到 %s\n" + +#: g10/keyserver.c:1912 +#, c-format +msgid "requesting key from '%s'\n" +msgstr "正在从 %s 请求密钥\n" + +#: g10/keyserver.c:1928 +#, c-format +msgid "WARNING: unable to fetch URI %s: %s\n" +msgstr "警告:无法获取 URI %s:%s\n" + +#: g10/mainproc.c:283 +#, c-format +msgid "weird size for an encrypted session key (%d)\n" +msgstr "奇怪的加密会话密钥长度(%d)\n" + +#: g10/mainproc.c:389 +#, fuzzy, c-format +#| msgid "%s.%s encrypted session key\n" +msgid "%s encrypted session key\n" +msgstr "%s.%s 已加密的会话密钥\n" + +#: g10/mainproc.c:400 +#, c-format +msgid "passphrase generated with unknown digest algorithm %d\n" +msgstr "密码由未知的散列算法 %d 生成\n" + +#: g10/mainproc.c:481 +#, c-format +msgid "public key is %s\n" +msgstr "公钥是 %s\n" + +#: g10/mainproc.c:557 +#, c-format +msgid "public key encrypted data: good DEK\n" +msgstr "公钥加密数据:完好的数据加密密钥(DEK)\n" + +#: g10/mainproc.c:590 +#, c-format +msgid "encrypted with %u-bit %s key, ID %s, created %s\n" +msgstr "由 %u 位的 %s 密钥加密,标识为 %s,生成于 %s\n" + +#: g10/mainproc.c:594 g10/pkclist.c:228 +#, c-format +msgid " \"%s\"\n" +msgstr " “%s”\n" + +#: g10/mainproc.c:598 +#, c-format +msgid "encrypted with %s key, ID %s\n" +msgstr "由 %s 密钥加密、密钥号为 %s\n" + +#: g10/mainproc.c:619 +#, c-format +msgid "public key decryption failed: %s\n" +msgstr "公钥解密失败:%s\n" + +#: g10/mainproc.c:641 g10/mainproc.c:970 +#, c-format +msgid "WARNING: multiple plaintexts seen\n" +msgstr "警告: 检测到多重纯文本\n" + +#: g10/mainproc.c:649 +#, c-format +msgid "encrypted with %lu passphrases\n" +msgstr "以 %lu 个密码加密\n" + +#: g10/mainproc.c:651 +#, c-format +msgid "encrypted with 1 passphrase\n" +msgstr "以 1 个密码加密\n" + +#: g10/mainproc.c:685 g10/mainproc.c:706 +#, c-format +msgid "assuming %s encrypted data\n" +msgstr "假定 %s 为加密过的数据\n" + +#: g10/mainproc.c:692 +#, c-format +msgid "IDEA cipher unavailable, optimistically attempting to use %s instead\n" +msgstr "IDEA 密文算法不可用,尝试使用 %s 代替\n" + +#: g10/mainproc.c:779 g10/mainproc.c:817 +#, c-format +msgid "WARNING: message was not integrity protected\n" +msgstr "警告:消息未受到完整性保护\n" + +#: g10/mainproc.c:790 +msgid "" +"Hint: If this message was created before the year 2003 it is\n" +"likely that this message is legitimate. This is because back\n" +"then integrity protection was not widely used.\n" +msgstr "" +"提示:如果此信息是在 2003 年之前被创建的,那么\n" +"看起来此信息就是合法的。这是因为那个时候完整性\n" +"保护还没有被广泛地采用。\n" + +#: g10/mainproc.c:793 +#, c-format +msgid "Use the option '%s' to decrypt anyway.\n" +msgstr "使用选项‘%s’来无论如何都要解密。\n" + +#: g10/mainproc.c:798 +#, c-format +msgid "decryption forced to fail!\n" +msgstr "解密强制失败!\n" + +#: g10/mainproc.c:810 +#, c-format +msgid "decryption okay\n" +msgstr "解密成功\n" + +#: g10/mainproc.c:823 +#, c-format +msgid "WARNING: encrypted message has been manipulated!\n" +msgstr "警告:加密过的报文已经变造!\n" + +#: g10/mainproc.c:841 +#, c-format +msgid "decryption failed: %s\n" +msgstr "解密失败:%s\n" + +#: g10/mainproc.c:886 +#, c-format +msgid "Note: sender requested \"for-your-eyes-only\"\n" +msgstr "注意:发送者要求您“只阅读不存盘”\n" + +#: g10/mainproc.c:893 +#, c-format +msgid "original file name='%.*s'\n" +msgstr "原始文件名 =‘%.*s’\n" + +#: g10/mainproc.c:1148 +#, c-format +msgid "standalone revocation - use \"gpg --import\" to apply\n" +msgstr "独立的吊销证书 - 请使用“gpg --import”来应用\n" + +#: g10/mainproc.c:1452 g10/mainproc.c:1495 +#, c-format +msgid "no signature found\n" +msgstr "未找到签名\n" + +#: g10/mainproc.c:1852 +#, c-format +msgid "BAD signature from \"%s\"" +msgstr "已损坏的签名,来自于 “%s”" + +#: g10/mainproc.c:1854 +#, c-format +msgid "Expired signature from \"%s\"" +msgstr "过期的签名,来自于 “%s”" + +#: g10/mainproc.c:1856 +#, c-format +msgid "Good signature from \"%s\"" +msgstr "完好的签名,来自于 “%s”" + +#: g10/mainproc.c:1876 +#, c-format +msgid "signature verification suppressed\n" +msgstr "签名验证已被抑制\n" + +#: g10/mainproc.c:1985 +#, c-format +msgid "can't handle this ambiguous signature data\n" +msgstr "无法处理此有歧义的签名数据\n" + +#: g10/mainproc.c:2001 g10/mainproc.c:2008 +#, c-format +msgid "Signature made %s\n" +msgstr "签名建立于 %s\n" + +#: g10/mainproc.c:2002 g10/mainproc.c:2009 sm/verify.c:476 +#, c-format +msgid " using %s key %s\n" +msgstr " 使用 %s 密钥 %s\n" + +#: g10/mainproc.c:2013 +#, c-format +msgid "Signature made %s using %s key ID %s\n" +msgstr "于 %s 创建的签名,使用 %s,密钥号 %s\n" + +#: g10/mainproc.c:2019 +#, c-format +msgid " issuer \"%s\"\n" +msgstr " 签发者 \"%s\"\n" + +#: g10/mainproc.c:2070 +#, c-format +msgid "Key available at: " +msgstr "密钥在以下地方可用: " + +#: g10/mainproc.c:2111 +#, c-format +msgid "Note: Use '%s' to make use of this info\n" +msgstr "" + +#: g10/mainproc.c:2325 +msgid "[uncertain]" +msgstr "[不确定]" + +#: g10/mainproc.c:2363 +#, c-format +msgid " aka \"%s\"" +msgstr " 亦即 “%s”" + +#: g10/mainproc.c:2438 +#, c-format +msgid "WARNING: This key is not suitable for signing in %s mode\n" +msgstr "警告: 此密钥在 %s 模式下不适用于签名\n" + +#: g10/mainproc.c:2456 +#, c-format +msgid "Signature expired %s\n" +msgstr "这份签名已于 %s 过期。\n" + +#: g10/mainproc.c:2460 +#, c-format +msgid "Signature expires %s\n" +msgstr "这份签名在 %s 过期。\n" + +#: g10/mainproc.c:2471 +#, c-format +msgid "%s signature, digest algorithm %s%s%s\n" +msgstr "%s 签名,摘要算法 %s%s%s\n" + +#: g10/mainproc.c:2472 +msgid "binary" +msgstr "二进制" + +#: g10/mainproc.c:2473 +msgid "textmode" +msgstr "文本模式" + +#: g10/mainproc.c:2473 g10/trust.c:123 dirmngr/ocsp.c:792 +msgid "unknown" +msgstr "未知" + +#: g10/mainproc.c:2475 +msgid ", key algorithm " +msgstr ",密钥算法 " + +#: g10/mainproc.c:2510 +#, c-format +msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" +msgstr "警告:不是一个分离签名;文件‘%s’没有被验证!\n" + +#: g10/mainproc.c:2548 +#, c-format +msgid "Can't check signature: %s\n" +msgstr "无法检查签名:%s\n" + +#: g10/mainproc.c:2644 g10/mainproc.c:2663 g10/mainproc.c:2787 +#, c-format +msgid "not a detached signature\n" +msgstr "不是一份分离的签名\n" + +#: g10/mainproc.c:2697 +#, c-format +msgid "" +"WARNING: multiple signatures detected. Only the first will be checked.\n" +msgstr "警告:检测到多重签名。只检查第一个签名。\n" + +#: g10/mainproc.c:2706 +#, c-format +msgid "standalone signature of class 0x%02x\n" +msgstr "等级 0x%02x 的独立签名\n" + +#: g10/mainproc.c:2791 +#, c-format +msgid "old style (PGP 2.x) signature\n" +msgstr "旧式(PGP 2.x)签名\n" + +#: g10/misc.c:106 g10/misc.c:136 g10/misc.c:212 +#, c-format +msgid "fstat of '%s' failed in %s: %s\n" +msgstr "‘%s’的 fstat 方法在 %s 中失败 :%s\n" + +#: g10/misc.c:175 +#, c-format +msgid "fstat(%d) failed in %s: %s\n" +msgstr "fstat(%d) 在 %s 中失败:%s\n" + +#: g10/misc.c:284 +#, c-format +msgid "WARNING: using experimental public key algorithm %s\n" +msgstr "警告: 使用试验性质的公钥算法 %s\n" + +#: g10/misc.c:291 +#, c-format +msgid "WARNING: Elgamal sign+encrypt keys are deprecated\n" +msgstr "警告:Elgamal 签名+加密的密钥已被弃用\n" + +#: g10/misc.c:305 +#, c-format +msgid "WARNING: using experimental cipher algorithm %s\n" +msgstr "警告:使用试验性质的密文算法 %s\n" + +#: g10/misc.c:323 +#, c-format +msgid "WARNING: using experimental digest algorithm %s\n" +msgstr "警告:使用试验性质的散列算法 %s\n" + +#: g10/misc.c:331 +#, c-format +msgid "WARNING: digest algorithm %s is deprecated\n" +msgstr "警告:散列算法 %s 已被弃用\n" + +#: g10/misc.c:360 +#, c-format +msgid "Note: signatures using the %s algorithm are rejected\n" +msgstr "注意:使用 %s 算法的签名已被拒绝\n" + +#: g10/misc.c:376 +#, fuzzy, c-format +#| msgid "Note: signatures using the %s algorithm are rejected\n" +msgid "Note: third-party key signatures using the %s algorithm are rejected\n" +msgstr "注意:使用 %s 算法的签名已被拒绝\n" + +#: g10/misc.c:400 +#, c-format +msgid "(reported error: %s)\n" +msgstr "(已报告错误:%s)\n" + +#: g10/misc.c:403 +#, c-format +msgid "(reported error: %s <%s>)\n" +msgstr "(已报告错误:%s <%s>)\n" + +#: g10/misc.c:422 +#, c-format +msgid "(further info: " +msgstr "(更多信息: " + +#: g10/misc.c:1171 +#, c-format +msgid "%s:%d: deprecated option \"%s\"\n" +msgstr "%s:%d:被弃用的选项 “%s”\n" + +#: g10/misc.c:1175 +#, c-format +msgid "WARNING: \"%s\" is a deprecated option\n" +msgstr "警告:“%s” 是一个已被弃用的选项\n" + +#: g10/misc.c:1177 +#, c-format +msgid "please use \"%s%s\" instead\n" +msgstr "请用“%s%s”代替\n" + +#: g10/misc.c:1184 +#, c-format +msgid "WARNING: \"%s\" is a deprecated command - do not use it\n" +msgstr "警告:“%s” 命令已被弃用 - 不要使用它\n" + +#: g10/misc.c:1194 +#, c-format +msgid "%s:%u: \"%s\" is obsolete in this file - it only has effect in %s\n" +msgstr "%s:%u: “%s” 在此文件中已被淘汰 - 其仅在 %s 中起作用\n" + +#: g10/misc.c:1198 +#, c-format +msgid "" +"WARNING: \"%s%s\" is an obsolete option - it has no effect except on %s\n" +msgstr "警告:“%s%s”是一个已经被淘汰的选项 - 它除了在 %s 上之外不起作用\n" + +#: g10/misc.c:1262 +msgid "Uncompressed" +msgstr "不压缩" + +#. TRANSLATORS: See doc/TRANSLATE about this string. +#: g10/misc.c:1287 +msgid "uncompressed|none" +msgstr "未压缩|无" + +#: g10/misc.c:1394 +#, c-format +msgid "this message may not be usable by %s\n" +msgstr "此消息可能不能被 %s 使用\n" + +#: g10/misc.c:1569 +#, c-format +msgid "ambiguous option '%s'\n" +msgstr "有歧义的选项‘%s’\n" + +#: g10/misc.c:1594 +#, c-format +msgid "unknown option '%s'\n" +msgstr "未知的选项 '%s'\n" + +#: g10/misc.c:1832 +#, c-format +msgid "ECDSA public key is expected to be in SEC encoding multiple of 8 bits\n" +msgstr "ECDSA 公钥需要以 8 位的倍数的 SEC 进行编码\n" + +#: g10/misc.c:1854 +#, c-format +msgid "unknown weak digest '%s'\n" +msgstr "未知的弱摘要‘%s’\n" + +#: g10/openfile.c:78 +#, c-format +msgid "File '%s' exists. " +msgstr "文件‘%s’已存在。 " + +#: g10/openfile.c:82 +msgid "Overwrite? (y/N) " +msgstr "是否覆盖?(y/N) " + +#: g10/openfile.c:117 +#, c-format +msgid "%s: unknown suffix\n" +msgstr "%s:未知的后缀\n" + +#: g10/openfile.c:141 +msgid "Enter new filename" +msgstr "请输入新的文件名" + +#: g10/openfile.c:212 +#, c-format +msgid "writing to stdout\n" +msgstr "正在写入到标准输出(stdout)\n" + +#: g10/openfile.c:360 +#, c-format +msgid "assuming signed data in '%s'\n" +msgstr "假定被签名的数据在‘%s’\n" + +#: g10/parse-packet.c:289 +#, c-format +msgid "can't handle public key algorithm %d\n" +msgstr "无法操作公钥算法 %d\n" + +#: g10/parse-packet.c:1231 +#, c-format +msgid "WARNING: potentially insecure symmetrically encrypted session key\n" +msgstr "警告:潜在不安全的对称加密会话密钥\n" + +#: g10/parse-packet.c:1708 +#, c-format +msgid "Unknown critical signature notation: " +msgstr "未知的紧急签名注记: " + +#: g10/parse-packet.c:1833 +#, c-format +msgid "subpacket of type %d has critical bit set\n" +msgstr "%d 类型的子包设定了紧急位\n" + +#: g10/passphrase.c:73 g10/passphrase.c:275 g10/passphrase.c:308 +#, c-format +msgid "problem with the agent: %s\n" +msgstr "代理人程序出现问题:%s\n" + +#: g10/passphrase.c:258 +msgid "Enter passphrase\n" +msgstr "请输入密码\n" + +#: g10/passphrase.c:269 +#, c-format +msgid "cancelled by user\n" +msgstr "用户取消\n" + +#: g10/passphrase.c:510 +#, c-format +msgid " (main key ID %s)" +msgstr " (主密钥标识 %s)" + +#: g10/passphrase.c:517 +msgid "Please enter the passphrase to unlock the OpenPGP secret key:" +msgstr "请输入密码以解锁 OpenPGP 私钥:" + +#: g10/passphrase.c:521 +msgid "Please enter the passphrase to import the OpenPGP secret key:" +msgstr "请输入密码以导入 OpenPGP 私钥:" + +#: g10/passphrase.c:526 +msgid "Please enter the passphrase to export the OpenPGP secret subkey:" +msgstr "请输入密码以导出 OpenPGP 私密子密钥:" + +#: g10/passphrase.c:529 +msgid "Please enter the passphrase to export the OpenPGP secret key:" +msgstr "请输入密码以导出 OpenPGP 私钥:" + +#: g10/passphrase.c:534 +msgid "Do you really want to permanently delete the OpenPGP secret subkey key:" +msgstr "您真的想要永久删除此 OpenPGP 私密子密钥吗:" + +#: g10/passphrase.c:537 +msgid "Do you really want to permanently delete the OpenPGP secret key:" +msgstr "您真的想要永久删除此 OpenPGP 私密密钥吗:" + +#: g10/passphrase.c:546 +#, c-format +msgid "" +"%s\n" +"\"%.*s\"\n" +"%u-bit %s key, ID %s,\n" +"created %s%s.\n" +"%s" +msgstr "" +"%s\n" +"\"%.*s\"\n" +"%u 位 %s 密钥,标识 %s,\n" +"创建于 %s%s.\n" +"%s" + +#: g10/photoid.c:77 +msgid "" +"\n" +"Pick an image to use for your photo ID. The image must be a JPEG file.\n" +"Remember that the image is stored within your public key. If you use a\n" +"very large picture, your key will become very large as well!\n" +"Keeping the image close to 240x288 is a good size to use.\n" +msgstr "" +"\n" +"请挑选一张图片作为您的照片标识。这张图片必须为一个 JPEG文件。\n" +"请记住这张图片储存在您的公钥里。如果您挑了过大的图片的话,\n" +"您的密钥也会变得非常大!请把图片控制到接近理想尺寸 240x288。\n" + +#: g10/photoid.c:99 +msgid "Enter JPEG filename for photo ID: " +msgstr "输入要当作相片标识的 JPEG 文件名: " + +#: g10/photoid.c:120 +#, c-format +msgid "unable to open JPEG file '%s': %s\n" +msgstr "无法打开 JPEG 文件‘%s’:%s\n" + +#: g10/photoid.c:131 +#, c-format +msgid "This JPEG is really large (%d bytes) !\n" +msgstr "此 JPEG 文件过大(%d 字节)!\n" + +#: g10/photoid.c:133 +msgid "Are you sure you want to use it? (y/N) " +msgstr "您确定要用它吗?(y/N) " + +#: g10/photoid.c:149 +#, c-format +msgid "'%s' is not a JPEG file\n" +msgstr "‘%s’不是一个 JPEG 文件\n" + +#: g10/photoid.c:168 +msgid "Is this photo correct (y/N/q)? " +msgstr "这张照片正确吗?(y/N/q) " + +#: g10/photoid.c:395 +#, c-format +msgid "unable to display photo ID!\n" +msgstr "无法显示照片标识!\n" + +#. TRANSLATORS: These are the allowed answers in lower and +#. uppercase. Below you will find the matching strings which +#. should be translated accordingly and the letter changed to +#. match the one in the answer string. +#. +#. i = please show me more information +#. m = back to the main menu +#. s = skip this key +#. q = quit +#. +#: g10/pkclist.c:216 +msgid "iImMqQsS" +msgstr "iImMqQsS" + +#: g10/pkclist.c:224 +msgid "No trust value assigned to:\n" +msgstr "下列项目没有指定信任值:\n" + +#: g10/pkclist.c:257 +#, c-format +msgid " aka \"%s\"\n" +msgstr " 亦即 “%s”\n" + +#: g10/pkclist.c:267 +msgid "" +"How much do you trust that this key actually belongs to the named user?\n" +msgstr "您有多相信这个密钥属于其声称的所有者?\n" + +#: g10/pkclist.c:282 +#, c-format +msgid " %d = I don't know or won't say\n" +msgstr " %d = 我不知道或不作答\n" + +#: g10/pkclist.c:284 +#, c-format +msgid " %d = I do NOT trust\n" +msgstr " %d = 我不相信\n" + +#: g10/pkclist.c:290 +#, c-format +msgid " %d = I trust ultimately\n" +msgstr " %d = 我绝对相信\n" + +#: g10/pkclist.c:296 +msgid " m = back to the main menu\n" +msgstr " m = 回到主菜单\n" + +#: g10/pkclist.c:299 +msgid " s = skip this key\n" +msgstr " s = 跳过这个密钥\n" + +#: g10/pkclist.c:300 +msgid " q = quit\n" +msgstr " q = 退出\n" + +#: g10/pkclist.c:304 +#, c-format +msgid "" +"The minimum trust level for this key is: %s\n" +"\n" +msgstr "" +"这个密钥的最小信任等级为:%s\n" +"\n" + +#: g10/pkclist.c:310 g10/revoke.c:805 +msgid "Your decision? " +msgstr "您的决定是什么? " + +#: g10/pkclist.c:331 +msgid "Do you really want to set this key to ultimate trust? (y/N) " +msgstr "您真的要把这个密钥设置成绝对信任?(y/N) " + +#: g10/pkclist.c:345 +msgid "Certificates leading to an ultimately trusted key:\n" +msgstr "确定一个绝对信任的密钥的证书:\n" + +#: g10/pkclist.c:434 +#, c-format +msgid "%s: There is no assurance this key belongs to the named user\n" +msgstr "%s:不保证这个密钥属于其声称的所有者\n" + +#: g10/pkclist.c:439 +#, c-format +msgid "%s: There is limited assurance this key belongs to the named user\n" +msgstr "%s:只有有限的保证这个密钥属于其声称的所有者\n" + +#: g10/pkclist.c:445 +#, c-format +msgid "This key probably belongs to the named user\n" +msgstr "这个密钥有可能属于其声称的所有者\n" + +#: g10/pkclist.c:450 +#, c-format +msgid "This key belongs to us\n" +msgstr "这个密钥是属于我们的\n" + +#: g10/pkclist.c:456 +#, c-format +msgid "%s: This key is bad! It has been marked as untrusted!\n" +msgstr "%s:此密钥有问题!其已被标记为不受信任!\n" + +#: g10/pkclist.c:484 +msgid "" +"This key is bad! It has been marked as untrusted! If you\n" +"*really* know what you are doing, you may answer the next\n" +"question with yes.\n" +msgstr "" +"此密钥已损坏! 其已被标记为不受信任! 如果您\n" +"*真的* 了解您正在做的事情,您需要在下面的\n" +"问题中回答 yes。\n" + +#: g10/pkclist.c:489 +msgid "" +"It is NOT certain that the key belongs to the person named\n" +"in the user ID. If you *really* know what you are doing,\n" +"you may answer the next question with yes.\n" +msgstr "" +"这个密钥并不一定属于其用户标识中声称的那个人。如果您真的\n" +"知道自己在做什么,您可以在下一个问题回答 yes。\n" + +#: g10/pkclist.c:508 +msgid "Use this key anyway? (y/N) " +msgstr "无论如何都要使用这个密钥吗?(y/N) " + +#: g10/pkclist.c:562 +#, c-format +msgid "WARNING: Using untrusted key!\n" +msgstr "警告:正在使用不受信任的密钥!\n" + +#: g10/pkclist.c:569 +#, c-format +msgid "WARNING: this key might be revoked (revocation key not present)\n" +msgstr "警告:此密钥可能已被吊销(吊销用密钥不存在)\n" + +#: g10/pkclist.c:578 +#, c-format +msgid "WARNING: This key has been revoked by its designated revoker!\n" +msgstr "警告:此密钥已经被它的指定吊销者吊销了!\n" + +#: g10/pkclist.c:581 +#, c-format +msgid "WARNING: This key has been revoked by its owner!\n" +msgstr "警告:此密钥已经被它的所有者吊销了!\n" + +#: g10/pkclist.c:582 +#, c-format +msgid " This could mean that the signature is forged.\n" +msgstr " 这可能表明此签名是伪造的。\n" + +#: g10/pkclist.c:588 +#, c-format +msgid "WARNING: This subkey has been revoked by its owner!\n" +msgstr "警告:此子密钥已经被它的所有者吊销了!\n" + +#: g10/pkclist.c:593 +#, c-format +msgid "Note: This key has been disabled.\n" +msgstr "注意:此密钥已被禁用。\n" + +#: g10/pkclist.c:613 +#, c-format +msgid "Note: Verified signer's address is '%s'\n" +msgstr "注意:已验证的签名者的地址是‘%s’\n" + +#: g10/pkclist.c:620 +#, c-format +msgid "Note: Signer's address '%s' does not match DNS entry\n" +msgstr "注意:签名者的地址‘%s’不匹配任何 DNS 记录\n" + +#: g10/pkclist.c:632 +#, c-format +msgid "trustlevel adjusted to FULL due to valid PKA info\n" +msgstr "由于 PKA 信息有效,信任级别调整到“完全”\n" + +#: g10/pkclist.c:640 +#, c-format +msgid "trustlevel adjusted to NEVER due to bad PKA info\n" +msgstr "由于 PKA 信息无效,信任级别调整到“从不”\n" + +#: g10/pkclist.c:651 +#, c-format +msgid "Note: This key has expired!\n" +msgstr "注意:此密钥已过期!\n" + +#: g10/pkclist.c:662 +#, c-format +msgid "WARNING: This key is not certified with a trusted signature!\n" +msgstr "警告:此密钥未被受信任签名认证!\n" + +#: g10/pkclist.c:664 +#, c-format +msgid "" +" There is no indication that the signature belongs to the owner.\n" +msgstr " 没有证据表明此签名属于其声称的所有者。\n" + +#: g10/pkclist.c:673 +#, c-format +msgid "WARNING: We do NOT trust this key!\n" +msgstr "警告:我们不信任这个密钥!\n" + +#: g10/pkclist.c:674 +#, c-format +msgid " The signature is probably a FORGERY.\n" +msgstr " 此签名很有可能是伪造的。\n" + +#: g10/pkclist.c:682 +#, c-format +msgid "" +"WARNING: This key is not certified with sufficiently trusted signatures!\n" +msgstr "警告:此密钥未被足够可信的签名所认证!\n" + +#: g10/pkclist.c:684 +#, c-format +msgid " It is not certain that the signature belongs to the owner.\n" +msgstr " 此签名并不一定属于其声称的所有者。\n" + +#: g10/pkclist.c:844 g10/pkclist.c:863 g10/pkclist.c:1049 g10/pkclist.c:1091 +#, c-format +msgid "%s: skipped: %s\n" +msgstr "%s:已跳过:%s\n" + +#: g10/pkclist.c:879 +#, c-format +msgid "%s: skipped: public key is disabled\n" +msgstr "%s:已跳过:公钥已被禁用\n" + +#: g10/pkclist.c:898 g10/pkclist.c:1062 +#, c-format +msgid "%s: skipped: public key already present\n" +msgstr "%s: 已跳过:公钥已存在\n" + +#: g10/pkclist.c:986 +#, c-format +msgid "can't encrypt to '%s'\n" +msgstr "无法加密给‘%s’\n" + +#: g10/pkclist.c:1001 +#, c-format +msgid "option '%s' given, but no valid default keys given\n" +msgstr "选项‘%s’已给定,但尚未给定有效的默认密钥\n" + +#: g10/pkclist.c:1008 +#, c-format +msgid "option '%s' given, but option '%s' not given\n" +msgstr "选项‘%s’已给定,但是选项‘%s’尚未给定\n" + +#: g10/pkclist.c:1111 +msgid "You did not specify a user ID. (you may use \"-r\")\n" +msgstr "您没有指定用户标识。(您可以在命令行中用“-r”指定)\n" + +#: g10/pkclist.c:1135 +msgid "Current recipients:\n" +msgstr "当前接收者:\n" + +#: g10/pkclist.c:1161 +msgid "" +"\n" +"Enter the user ID. End with an empty line: " +msgstr "" +"\n" +"输入用户标识。以空白行结束: " + +#: g10/pkclist.c:1186 +msgid "No such user ID.\n" +msgstr "没有这样的用户标识。\n" + +#: g10/pkclist.c:1197 g10/pkclist.c:1275 +#, c-format +msgid "skipped: public key already set as default recipient\n" +msgstr "已跳过:公钥已被设为默认接收者\n" + +#: g10/pkclist.c:1219 +msgid "Public key is disabled.\n" +msgstr "公钥被禁用。\n" + +#: g10/pkclist.c:1229 +#, c-format +msgid "skipped: public key already set\n" +msgstr "已跳过:公钥已被设定\n" + +#: g10/pkclist.c:1265 +#, c-format +msgid "unknown default recipient \"%s\"\n" +msgstr "未知的默认接收者 “%s”\n" + +#: g10/pkclist.c:1314 +#, c-format +msgid "no valid addressees\n" +msgstr "没有有效的地址\n" + +#: g10/pkclist.c:1677 +#, c-format +msgid "Note: key %s has no %s feature\n" +msgstr "注意:密钥 %s 没有 %s 特性\n" + +#: g10/pkclist.c:1702 +#, c-format +msgid "Note: key %s has no preference for %s\n" +msgstr "注意:密钥 %s 没有关于 %s 的偏好设置\n" + +#: g10/plaintext.c:85 +#, c-format +msgid "data not saved; use option \"--output\" to save it\n" +msgstr "数据未被保存;请用“--output”选项来保存它们\n" + +#: g10/plaintext.c:615 +msgid "Detached signature.\n" +msgstr "分离的签名。\n" + +#: g10/plaintext.c:623 +msgid "Please enter name of data file: " +msgstr "请输入数据文件的名称: " + +#: g10/plaintext.c:660 +#, c-format +msgid "reading stdin ...\n" +msgstr "正在从标准输入(stdin)读取 ...\n" + +#: g10/plaintext.c:705 +#, c-format +msgid "no signed data\n" +msgstr "没有已签名的数据\n" + +#: g10/plaintext.c:723 +#, c-format +msgid "can't open signed data '%s'\n" +msgstr "无法打开已签名的数据‘%s’\n" + +#: g10/plaintext.c:758 +#, c-format +msgid "can't open signed data fd=%d: %s\n" +msgstr "无法打开已签名的数据 fd=%d: %s\n" + +#: g10/pubkey-enc.c:98 g10/pubkey-enc.c:139 sm/decrypt.c:493 +#, c-format +msgid "key %s is not suitable for decryption in %s mode\n" +msgstr "密钥 %s 在 %s 模式下不适用于解密\n" + +#: g10/pubkey-enc.c:131 +#, c-format +msgid "anonymous recipient; trying secret key %s ...\n" +msgstr "匿名接收者;正在尝试使用私钥 %s ……\n" + +#: g10/pubkey-enc.c:150 +#, c-format +msgid "okay, we are the anonymous recipient.\n" +msgstr "很好,我们就是匿名接收者。\n" + +#: g10/pubkey-enc.c:321 +#, c-format +msgid "old encoding of the DEK is not supported\n" +msgstr "不支持旧式的 DEK 编码\n" + +#: g10/pubkey-enc.c:349 +#, c-format +msgid "cipher algorithm %d%s is unknown or disabled\n" +msgstr "密文算法 %d%s 未知或已停用\n" + +#: g10/pubkey-enc.c:393 +#, c-format +msgid "WARNING: cipher algorithm %s not found in recipient preferences\n" +msgstr "注意:接收者的偏好设置中找不到密文算法 %s\n" + +#: g10/pubkey-enc.c:426 +#, c-format +msgid "Note: secret key %s expired at %s\n" +msgstr "注意:私钥 %s 已于 %s 过期\n" + +#: g10/pubkey-enc.c:433 +#, c-format +msgid "Note: key has been revoked" +msgstr "注意:密钥已被吊销" + +#: g10/revoke.c:100 g10/revoke.c:126 g10/revoke.c:172 g10/revoke.c:184 +#: g10/revoke.c:500 +#, c-format +msgid "build_packet failed: %s\n" +msgstr "build_packet 失败:%s\n" + +#: g10/revoke.c:143 +#, c-format +msgid "key %s has no user IDs\n" +msgstr "密钥 %s 没有有效的用户标识\n" + +#: g10/revoke.c:311 +msgid "To be revoked by:\n" +msgstr "将被吊销,吊销者为:\n" + +#: g10/revoke.c:315 +msgid "(This is a sensitive revocation key)\n" +msgstr "(这是一个敏感的吊销用密钥)\n" + +#: g10/revoke.c:321 +msgid "Secret key is not available.\n" +msgstr "私钥不可用。\n" + +#: g10/revoke.c:326 +msgid "Create a designated revocation certificate for this key? (y/N) " +msgstr "要为这个密钥创建一个指定吊销者证书吗?(y/N) " + +#: g10/revoke.c:335 g10/revoke.c:746 +msgid "ASCII armored output forced.\n" +msgstr "已强行使用 ASCII 字符封装过的输出。\n" + +#: g10/revoke.c:351 g10/revoke.c:479 +#, c-format +msgid "make_keysig_packet failed: %s\n" +msgstr "make_keysig_packet 方法失败: %s\n" + +#: g10/revoke.c:414 +msgid "Revocation certificate created.\n" +msgstr "已建立吊销证书。\n" + +#: g10/revoke.c:420 +#, c-format +msgid "no revocation keys found for \"%s\"\n" +msgstr "没有找到 “%s” 的吊销用密钥\n" + +#: g10/revoke.c:565 +msgid "This is a revocation certificate for the OpenPGP key:" +msgstr "这是一份针对此 OpenPGP 密钥的吊销证书:" + +#: g10/revoke.c:581 +msgid "" +"A revocation certificate is a kind of \"kill switch\" to publicly\n" +"declare that a key shall not anymore be used. It is not possible\n" +"to retract such a revocation certificate once it has been published." +msgstr "" +"吊销证书就像是一种“紧急按钮”,用来公开地\n" +"声明一个密钥将不再被使用。 一旦一个这样的\n" +"吊销证书被发布之后,就不可能撤回。" + +#: g10/revoke.c:584 +msgid "" +"Use it to revoke this key in case of a compromise or loss of\n" +"the secret key. However, if the secret key is still accessible,\n" +"it is better to generate a new revocation certificate and give\n" +"a reason for the revocation. For details see the description of\n" +"of the gpg command \"--generate-revocation\" in the GnuPG manual." +msgstr "" +"使用它来吊销这个密钥是一种折衷的方法,或者在私钥丢失的\n" +"时候使用。然而只要私钥仍然可被访问,更好的做法是生成一\n" +"个新的吊销证书并给定一个吊销理由。更多的细节请参阅\n" +" GnuPG 手册中关于 gpg 命令“--generate-revocation”的描述。" + +#: g10/revoke.c:590 +msgid "" +"To avoid an accidental use of this file, a colon has been inserted\n" +"before the 5 dashes below. Remove this colon with a text editor\n" +"before importing and publishing this revocation certificate." +msgstr "" +"为了避免意外使用了此文件,一个冒号已经被插入到了下面的\n" +"5 个短横线之前。在导入和发布此吊销证书之前,请使用一个\n" +"文本编辑器来移除此冒号。" + +#: g10/revoke.c:609 +#, c-format +msgid "revocation certificate stored as '%s.rev'\n" +msgstr "吊销证书已被存储为‘%s.rev’\n" + +#: g10/revoke.c:653 +#, c-format +msgid "secret key \"%s\" not found\n" +msgstr "私钥 “%s” 未找到\n" + +#. TRANSLATORS: The %s prints a key specification which +#. for example has been given at the command line. Several lines +#. lines with secret key infos are printed after this message. +#: g10/revoke.c:680 +#, c-format +msgid "'%s' matches multiple secret keys:\n" +msgstr "‘%s’匹配了多个私钥:\n" + +#: g10/revoke.c:707 +#, c-format +msgid "error searching the keyring: %s\n" +msgstr "搜索钥匙环时出现错误: %s\n" + +#: g10/revoke.c:730 +msgid "Create a revocation certificate for this key? (y/N) " +msgstr "要为这个密钥创建一个吊销证书吗?(y/N) " + +#: g10/revoke.c:754 +msgid "" +"Revocation certificate created.\n" +"\n" +"Please move it to a medium which you can hide away; if Mallory gets\n" +"access to this certificate he can use it to make your key unusable.\n" +"It is smart to print this certificate and store it away, just in case\n" +"your media become unreadable. But have some caution: The print system of\n" +"your machine might store the data and make it available to others!\n" +msgstr "" +"已创建吊销证书。\n" +"\n" +"请把这个文件转移到一个您可以藏起来的介质上;如果坏人获取到了这\n" +"份证书的话,那么他就能使用它并让您的密钥无法继续使用。把此证书\n" +"打印出来再存放到安全的地方也是很好的方法,以免您的保存媒体变得\n" +"不可读。但是千万小心:您机器上的打印系统可能会在打印过程中储存\n" +"这些数据,并使得其他人看到!\n" + +#: g10/revoke.c:788 +msgid "Please select the reason for the revocation:\n" +msgstr "请选择吊销的原因:\n" + +#: g10/revoke.c:798 +msgid "Cancel" +msgstr "取消" + +#: g10/revoke.c:800 +#, c-format +msgid "(Probably you want to select %d here)\n" +msgstr "(也许您会想要在这里选择 %d)\n" + +#: g10/revoke.c:841 +msgid "Enter an optional description; end it with an empty line:\n" +msgstr "请输入描述(可选);以空白行结束:\n" + +#: g10/revoke.c:869 +#, c-format +msgid "Reason for revocation: %s\n" +msgstr "吊销原因:%s\n" + +#: g10/revoke.c:871 +msgid "(No description given)\n" +msgstr "(未给定描述)\n" + +#: g10/revoke.c:876 +msgid "Is this okay? (y/N) " +msgstr "这样可以吗? (y/N) " + +#: g10/seskey.c:62 sm/encrypt.c:124 +#, c-format +msgid "weak key created - retrying\n" +msgstr "创建了弱密钥 - 正在重试\n" + +#: g10/seskey.c:66 +#, c-format +msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" +msgstr "对称密文无法避免生成弱密钥;已经尝试 %d 次!\n" + +#: g10/seskey.c:306 +#, c-format +msgid "%s key %s uses an unsafe (%zu bit) hash\n" +msgstr "%s 密钥 %s 使用了一个不安全的(%zu 位)散列\n" + +#: g10/seskey.c:324 +#, c-format +msgid "%s key %s requires a %zu bit or larger hash (hash is %s)\n" +msgstr "%s 密钥 %s 要求一个 %zu 位或更长的散列(散列是 %s)\n" + +#: g10/sig-check.c:161 +#, c-format +msgid "WARNING: signature digest conflict in message\n" +msgstr "警告:签名散列值与报文不一致\n" + +#: g10/sig-check.c:172 g10/sign.c:402 sm/sign.c:496 sm/verify.c:498 +#, c-format +msgid "key %s may not be used for signing in %s mode\n" +msgstr "密钥 %s 在 %s 模式中不适用于签名\n" + +#: g10/sig-check.c:199 +#, c-format +msgid "WARNING: signing subkey %s is not cross-certified\n" +msgstr "警告:签名的子密钥 %s 未经交叉验证\n" + +#: g10/sig-check.c:201 +#, c-format +msgid "please see %s for more information\n" +msgstr "请参见 %s 以得到更多信息。\n" + +#: g10/sig-check.c:210 +#, c-format +msgid "WARNING: signing subkey %s has an invalid cross-certification\n" +msgstr "警告:签名的子密钥 %s 具有无效的交叉验证\n" + +#: g10/sig-check.c:331 +#, c-format +msgid "public key %s is %lu second newer than the signature\n" +msgid_plural "public key %s is %lu seconds newer than the signature\n" +msgstr[0] "公钥 %s 在其签名之后的 %lu 秒生成\n" + +#: g10/sig-check.c:339 +#, c-format +msgid "public key %s is %lu day newer than the signature\n" +msgid_plural "public key %s is %lu days newer than the signature\n" +msgstr[0] "公钥 %s 在其签名之后的 %lu 天生成\n" + +#: g10/sig-check.c:353 g10/sign.c:361 +#, c-format +msgid "" +"key %s was created %lu second in the future (time warp or clock problem)\n" +msgid_plural "" +"key %s was created %lu seconds in the future (time warp or clock problem)\n" +msgstr[0] "" +"密钥 %s 生成于未来的 %lu 秒后(可能是因为时空扭曲或系统时钟的问题)\n" + +#: g10/sig-check.c:362 +#, c-format +msgid "key %s was created %lu day in the future (time warp or clock problem)\n" +msgid_plural "" +"key %s was created %lu days in the future (time warp or clock problem)\n" +msgstr[0] "" +"密钥 %s 生成于未来的 %lu 天后(可能是因为时空扭曲或系统时钟的问题)\n" + +#: g10/sig-check.c:380 +#, c-format +msgid "Note: signature key %s expired %s\n" +msgstr "注意:签名密钥 %s 已于 %s 过期\n" + +#: g10/sig-check.c:391 +#, c-format +msgid "Note: signature key %s has been revoked\n" +msgstr "注意:签名密钥 %s 已被吊销\n" + +#: g10/sig-check.c:480 +#, c-format +msgid "bad key signature from key %s: %s (0x%02x, 0x%x)\n" +msgstr "损坏的密钥签名来自密钥 %s: %s (0x%02x, 0x%x)\n" + +#: g10/sig-check.c:492 +#, c-format +msgid "bad data signature from key %s: %s (0x%02x, 0x%x)\n" +msgstr "损坏的数据签名来自密钥 %s: %s (0x%02x, 0x%x)\n" + +#: g10/sig-check.c:559 +#, c-format +msgid "assuming bad signature from key %s due to an unknown critical bit\n" +msgstr "假定密钥 %s 的签名由于某个未知的关键位出错而损坏\n" + +#: g10/sig-check.c:1156 +#, c-format +msgid "key %s: no subkey for subkey revocation signature\n" +msgstr "密钥 %s:没有用于子密钥吊销签名的子密钥\n" + +#: g10/sig-check.c:1159 +#, c-format +msgid "key %s: no subkey for subkey binding signature\n" +msgstr "密钥 %s:没有用于子密钥绑定签名的子密钥\n" + +#: g10/sign.c:96 +#, c-format +msgid "WARNING: unable to %%-expand notation (too large). Using unexpanded.\n" +msgstr "警告:注记 %% 无法扩展(过大)。现在使用未扩展的。\n" + +#: g10/sign.c:122 +#, c-format +msgid "" +"WARNING: unable to %%-expand policy URL (too large). Using unexpanded.\n" +msgstr "警告:策略 URL %% 无法扩展(过大)。现在使用未扩展的。\n" + +#: g10/sign.c:145 +#, c-format +msgid "" +"WARNING: unable to %%-expand preferred keyserver URL (too large). Using " +"unexpanded.\n" +msgstr "警告:首选公钥服务器 URL %% 无法扩展(过大)。现在使用未扩展的。\n" + +#: g10/sign.c:476 +#, c-format +msgid "%s/%s signature from: \"%s\"\n" +msgstr "%s/%s 签名来自:“%s”\n" + +#: g10/sign.c:1046 +#, c-format +msgid "" +"WARNING: forcing digest algorithm %s (%d) violates recipient preferences\n" +msgstr "警告:强制摘要算法 %s (%d) 与接收者的偏好设置冲突\n" + +#: g10/sign.c:1188 +#, c-format +msgid "signing:" +msgstr "正在签名:" + +#: g10/sign.c:1465 +#, fuzzy, c-format +#| msgid "%s.%s encryption will be used\n" +msgid "%s encryption will be used\n" +msgstr "%s.%s 加密将被使用\n" + +#: g10/skclist.c:173 g10/skclist.c:254 +#, c-format +msgid "key is not flagged as insecure - can't use it with the faked RNG!\n" +msgstr "密钥未被标示为不安全- 不能与假的随机数发生器共同使用!\n" + +#: g10/skclist.c:205 +#, c-format +msgid "skipped \"%s\": duplicated\n" +msgstr "“%s” 已跳过:重复\n" + +#: g10/skclist.c:224 +#, c-format +msgid "skipped: secret key already present\n" +msgstr "已跳过:私钥已存在\n" + +#: g10/skclist.c:243 +msgid "this is a PGP generated Elgamal key which is not secure for signatures!" +msgstr "这是一个由 PGP 生成的 ElGamal 密钥,其用于签名时不安全!" + +#: g10/tdbdump.c:57 g10/trustdb.c:381 +#, c-format +msgid "trust record %lu, type %d: write failed: %s\n" +msgstr "信任记录 %lu,类别 %d:写入失败:%s\n" + +#: g10/tdbdump.c:105 +#, c-format +msgid "" +"# List of assigned trustvalues, created %s\n" +"# (Use \"gpg --import-ownertrust\" to restore them)\n" +msgstr "" +"# 已指定的信任度的列表,创建于 %s \n" +"# (请用“gpg --import-ownertrust”导入这些信任度)\n" + +#: g10/tdbdump.c:162 g10/tdbdump.c:170 g10/tdbdump.c:175 g10/tdbdump.c:180 +#, c-format +msgid "error in '%s': %s\n" +msgstr "‘%s’中出现错误:%s\n" + +#: g10/tdbdump.c:162 +msgid "line too long" +msgstr "行过长" + +#: g10/tdbdump.c:170 +msgid "colon missing" +msgstr "冒号缺失" + +#: g10/tdbdump.c:176 +msgid "invalid fingerprint" +msgstr "无效的指纹" + +#: g10/tdbdump.c:181 +msgid "ownertrust value missing" +msgstr "信任度缺失" + +#: g10/tdbdump.c:221 +#, c-format +msgid "error finding trust record in '%s': %s\n" +msgstr "在‘%s’中寻找信任度记录时出现错误:%s\n" + +#: g10/tdbdump.c:225 +#, c-format +msgid "read error in '%s': %s\n" +msgstr "读取‘%s’时出现错误:%s\n" + +#: g10/tdbdump.c:234 g10/trustdb.c:396 +#, c-format +msgid "trustdb: sync failed: %s\n" +msgstr "信任度数据库:sync 失败:%s\n" + +#: g10/tdbio.c:144 sm/keydb.c:336 +#, c-format +msgid "can't create lock for '%s'\n" +msgstr "无法为‘%s’创建锁\n" + +#: g10/tdbio.c:149 +#, c-format +msgid "can't lock '%s'\n" +msgstr "无法锁定‘%s’\n" + +#: g10/tdbio.c:224 g10/tdbio.c:1852 +#, c-format +msgid "trustdb rec %lu: lseek failed: %s\n" +msgstr "信任度数据库记录 %lu:lseek 失败:%s\n" + +#: g10/tdbio.c:232 g10/tdbio.c:1863 +#, c-format +msgid "trustdb rec %lu: write failed (n=%d): %s\n" +msgstr "信任度数据库记录 %lu:write 失败 (n=%d): %s\n" + +#: g10/tdbio.c:372 +#, c-format +msgid "trustdb transaction too large\n" +msgstr "信任度数据库处理量过大\n" + +#: g10/tdbio.c:718 +#, c-format +msgid "%s: directory does not exist!\n" +msgstr "%s:目录不存在!\n" + +#: g10/tdbio.c:741 dirmngr/http.c:595 dirmngr/http.c:624 +#, c-format +msgid "can't access '%s': %s\n" +msgstr "无法访问‘%s’:%s\n" + +#: g10/tdbio.c:762 +#, c-format +msgid "%s: failed to create version record: %s" +msgstr "%s:建立版本记录失败:%s" + +#: g10/tdbio.c:767 +#, c-format +msgid "%s: invalid trustdb created\n" +msgstr "%s:建立了无效的信任度数据库\n" + +#: g10/tdbio.c:770 +#, c-format +msgid "%s: trustdb created\n" +msgstr "%s:建立了信任度数据库\n" + +#: g10/tdbio.c:826 +#, c-format +msgid "Note: trustdb not writable\n" +msgstr "注意:信任度数据库不可写入\n" + +#: g10/tdbio.c:835 +#, c-format +msgid "%s: invalid trustdb\n" +msgstr "%s:无效的信任度数据库\n" + +#: g10/tdbio.c:872 +#, c-format +msgid "%s: failed to create hashtable: %s\n" +msgstr "%s:建立散列表失败:%s\n" + +#: g10/tdbio.c:880 +#, c-format +msgid "%s: error updating version record: %s\n" +msgstr "%s:更新版本记录时出现错误: %s\n" + +#: g10/tdbio.c:904 g10/tdbio.c:938 g10/tdbio.c:956 g10/tdbio.c:976 +#: g10/tdbio.c:1013 g10/tdbio.c:1782 g10/tdbio.c:1811 +#, c-format +msgid "%s: error reading version record: %s\n" +msgstr "%s:读取版本记录时出现错误: %s\n" + +#: g10/tdbio.c:985 +#, c-format +msgid "%s: error writing version record: %s\n" +msgstr "%s:写入版本记录时出现错误:%s\n" + +#: g10/tdbio.c:1532 +#, c-format +msgid "trustdb: lseek failed: %s\n" +msgstr "信任度数据库:lseek 失败:%s\n" + +#: g10/tdbio.c:1543 +#, c-format +msgid "trustdb: read failed (n=%d): %s\n" +msgstr "信任度数据库:read 失败(n=%d):%s\n" + +#: g10/tdbio.c:1568 +#, c-format +msgid "%s: not a trustdb file\n" +msgstr "%s:不是一个信任度数据库文件\n" + +#: g10/tdbio.c:1593 +#, c-format +msgid "%s: version record with recnum %lu\n" +msgstr "%s:记录编号为%lu的版本记录\n" + +#: g10/tdbio.c:1599 +#, c-format +msgid "%s: invalid file version %d\n" +msgstr "%s:无效的文件版本%d\n" + +#: g10/tdbio.c:1818 +#, c-format +msgid "%s: error reading free record: %s\n" +msgstr "%s:读取自由记录时出现错误:%s\n" + +#: g10/tdbio.c:1824 +#, c-format +msgid "%s: error writing dir record: %s\n" +msgstr "%s:写入目录记录时出现错误:%s\n" + +#: g10/tdbio.c:1833 +#, c-format +msgid "%s: failed to zero a record: %s\n" +msgstr "%s:记录归零时失败:%s\n" + +#: g10/tdbio.c:1869 +#, c-format +msgid "%s: failed to append a record: %s\n" +msgstr "%s:附加记录时失败:%s\n" + +#: g10/tdbio.c:1930 +#, c-format +msgid "Error: The trustdb is corrupted.\n" +msgstr "错误:信任度数据库已被破坏。\n" + +#: g10/textfilter.c:146 +#, c-format +msgid "can't handle text lines longer than %d characters\n" +msgstr "无法处理长于 %d 字符的文本行\n" + +#: g10/textfilter.c:241 +#, c-format +msgid "input line longer than %d characters\n" +msgstr "输入行长度超过 %d 字符\n" + +#: g10/tofu.c:231 g10/tofu.c:255 g10/tofu.c:674 +#, c-format +msgid "error beginning transaction on TOFU database: %s\n" +msgstr "在 TOFU 数据库上开始交易时出现错误:%s\n" + +#: g10/tofu.c:301 g10/tofu.c:324 g10/tofu.c:898 +#, c-format +msgid "error committing transaction on TOFU database: %s\n" +msgstr "在 TOFU 数据库上提交交易时出现错误:%s\n" + +#: g10/tofu.c:354 g10/tofu.c:887 +#, c-format +msgid "error rolling back transaction on TOFU database: %s\n" +msgstr "在 TOFU 数据库上回滚交易时出现错误:%s\n" + +#: g10/tofu.c:504 +#, c-format +msgid "unsupported TOFU database version: %s\n" +msgstr "不支持的 TOFU 数据库版本: %s\n" + +#: g10/tofu.c:586 g10/tofu.c:607 g10/tofu.c:619 g10/tofu.c:631 g10/tofu.c:647 +#, c-format +msgid "TOFU DB error" +msgstr "TOFU DB 错误" + +#: g10/tofu.c:687 g10/tofu.c:2073 g10/tofu.c:2351 g10/tofu.c:2370 +#: g10/tofu.c:2383 g10/tofu.c:2395 g10/tofu.c:2410 g10/tofu.c:2422 +#: g10/tofu.c:3017 g10/tofu.c:3034 g10/tofu.c:3071 g10/tofu.c:3088 +#: g10/tofu.c:3400 +#, c-format +msgid "error reading TOFU database: %s\n" +msgstr "读取 TOFU 数据库时出现错误:%s\n" + +#: g10/tofu.c:715 g10/tofu.c:723 +#, c-format +msgid "error determining TOFU database's version: %s\n" +msgstr "检测 TOFU 数据库版本时出现错误:%s\n" + +#: g10/tofu.c:736 g10/tofu.c:749 g10/tofu.c:795 g10/tofu.c:823 +#, c-format +msgid "error initializing TOFU database: %s\n" +msgstr "初始化 TOFU 数据库时出现错误:%s\n" + +#: g10/tofu.c:955 +#, c-format +msgid "error opening TOFU database '%s': %s\n" +msgstr "打开 TOFU 数据库’%s’时出现错误:%s\n" + +#: g10/tofu.c:1148 g10/tofu.c:3454 g10/tofu.c:3600 +#, c-format +msgid "error updating TOFU database: %s\n" +msgstr "更新 TOFU 数据库时出现错误:%s\n" + +#: g10/tofu.c:1327 +#, c-format +msgid "" +"This is the first time the email address \"%s\" is being used with key %s." +msgstr "这是电子邮件地址 “%s” 第一次被用于密钥 %s。" + +#: g10/tofu.c:1336 +#, c-format +msgid "The email address \"%s\" is associated with %d key!" +msgid_plural "The email address \"%s\" is associated with %d keys!" +msgstr[0] "电子邮件地址 “%s” 被关联到了 %d 把密钥!" + +#: g10/tofu.c:1342 +msgid " Since this binding's policy was 'auto', it has been changed to 'ask'." +msgstr " 此前的绑定策略为‘auto’,现已被变更为‘ask’。" + +#: g10/tofu.c:1348 +#, c-format +msgid "" +"Please indicate whether this email address should be associated with key %s " +"or whether you think someone is impersonating \"%s\"." +msgstr "" +"请确定此电子邮件地址是否应当被关联到密钥 %s 或者您是否认为是有人在模仿 “%s”。" + +#: g10/tofu.c:1608 +#, c-format +msgid "error gathering other user IDs: %s\n" +msgstr "获取其他用户标识时出现错误:%s\n" + +#: g10/tofu.c:1618 +msgid "This key's user IDs:\n" +msgstr "此密钥的用户标识:\n" + +#: g10/tofu.c:1634 g10/tofu.c:1799 +#, c-format +msgid "policy: %s" +msgstr "策略:%s" + +#: g10/tofu.c:1725 +#, c-format +msgid "error gathering signature stats: %s\n" +msgstr "获取签名状态时出现错误:%s\n" + +#: g10/tofu.c:1729 +#, c-format +msgid "The email address \"%s\" is associated with %d key:\n" +msgid_plural "The email address \"%s\" is associated with %d keys:\n" +msgstr[0] "电子邮件地址 “%s” 被关联到了 %d 把密钥:\n" + +#: g10/tofu.c:1747 +#, c-format +msgid "Statistics for keys with the email address \"%s\":\n" +msgstr "具有电子邮件地址 “%s” 的密钥的统计信息:\n" + +#: g10/tofu.c:1797 +msgid "this key" +msgstr "此密钥" + +#: g10/tofu.c:1823 +#, c-format +msgid "Verified %d message." +msgid_plural "Verified %d messages." +msgstr[0] "已验证 %d 条消息。" + +#: g10/tofu.c:1827 +#, c-format +msgid "Encrypted %d message." +msgid_plural "Encrypted %d messages." +msgstr[0] "已加密 %d 条消息。" + +#: g10/tofu.c:1834 +#, c-format +msgid "Verified %d message in the future." +msgid_plural "Verified %d messages in the future." +msgstr[0] "已验证 %d 条将来的消息。" + +#: g10/tofu.c:1838 +#, c-format +msgid "Encrypted %d message in the future." +msgid_plural "Encrypted %d messages in the future." +msgstr[0] "已加密 %d 条将来的消息。" + +#: g10/tofu.c:1852 +#, c-format +msgid "Messages verified over the past %d day: %d." +msgid_plural "Messages verified over the past %d days: %d." +msgstr[0] "在过去的 %d 天被验证的消息数目:%d。" + +#: g10/tofu.c:1858 +#, c-format +msgid "Messages encrypted over the past %d day: %d." +msgid_plural "Messages encrypted over the past %d days: %d." +msgstr[0] "在过去的 %d 天被加密的消息数目:%d。" + +#: g10/tofu.c:1868 +#, c-format +msgid "Messages verified over the past %d month: %d." +msgid_plural "Messages verified over the past %d months: %d." +msgstr[0] "在过去的 %d 个月被验证的消息数目:%d。" + +#: g10/tofu.c:1874 +#, c-format +msgid "Messages encrypted over the past %d month: %d." +msgid_plural "Messages encrypted over the past %d months: %d." +msgstr[0] "在过去的 %d 个月被加密的消息数目:%d。" + +#: g10/tofu.c:1884 +#, c-format +msgid "Messages verified over the past %d year: %d." +msgid_plural "Messages verified over the past %d years: %d." +msgstr[0] "在过去的 %d 年被验证的消息数目:%d。" + +#: g10/tofu.c:1890 +#, c-format +msgid "Messages encrypted over the past %d year: %d." +msgid_plural "Messages encrypted over the past %d years: %d." +msgstr[0] "在过去的 %d 年被加密的消息数目:%d。" + +#: g10/tofu.c:1898 +#, c-format +msgid "Messages verified in the past: %d." +msgstr "过去被验证的消息:%d." + +#: g10/tofu.c:1902 +#, c-format +msgid "Messages encrypted in the past: %d." +msgstr "过去被加密的消息: %d。" + +#. TRANSLATORS: Please translate the text found in the source +#. * file below. We don't directly internationalize that text so +#. * that we can tweak it without breaking translations. +#: g10/tofu.c:1919 +msgid "TOFU detected a binding conflict" +msgstr "TOFU 检测到了一个绑定冲突" + +#. TRANSLATORS: Two letters (normally the lower and upper case +#. * version of the hotkey) for each of the five choices. If +#. * there is only one choice in your language, repeat it. +#: g10/tofu.c:1961 +msgid "gGaAuUrRbB" +msgstr "gGaAuUrRbB" + +#: g10/tofu.c:1967 +msgid "(G)ood, (A)ccept once, (U)nknown, (R)eject once, (B)ad? " +msgstr "良好(G),接受一次(A),未知(U),拒绝一次(R),损坏(B) ? " + +#: g10/tofu.c:1975 +msgid "Defaulting to unknown.\n" +msgstr "默认为未知。\n" + +#: g10/tofu.c:2090 g10/tofu.c:2225 +#, c-format +msgid "TOFU db corruption detected.\n" +msgstr "检测到 TOFU 数据库出错。\n" + +#: g10/tofu.c:2825 +#, c-format +msgid "error changing TOFU policy: %s\n" +msgstr "变更 TOFU 策略时出现错误:%s\n" + +#: g10/tofu.c:2876 +#, c-format +msgid "%lld~year" +msgid_plural "%lld~years" +msgstr[0] "%lld~年" + +#: g10/tofu.c:2881 +#, c-format +msgid "%lld~month" +msgid_plural "%lld~months" +msgstr[0] "%lld~月" + +#: g10/tofu.c:2886 +#, c-format +msgid "%lld~week" +msgid_plural "%lld~weeks" +msgstr[0] "%lld~周" + +#: g10/tofu.c:2891 +#, c-format +msgid "%lld~day" +msgid_plural "%lld~days" +msgstr[0] "%lld~天" + +#: g10/tofu.c:2896 +#, c-format +msgid "%lld~hour" +msgid_plural "%lld~hours" +msgstr[0] "%lld~小时" + +#: g10/tofu.c:2901 +#, c-format +msgid "%lld~minute" +msgid_plural "%lld~minutes" +msgstr[0] "%lld~分钟" + +#: g10/tofu.c:2903 +#, c-format +msgid "%lld~second" +msgid_plural "%lld~seconds" +msgstr[0] "%lld~秒" + +#: g10/tofu.c:3141 +#, c-format +msgid "%s: Verified 0~signatures and encrypted 0~messages." +msgstr "%s: 已验证 0~签名并加密 0~消息。" + +#: g10/tofu.c:3147 +#, c-format +msgid "%s: Verified 0 signatures." +msgstr "%s:已验证 0 签名。" + +#: g10/tofu.c:3161 +msgid "Encrypted 0 messages." +msgstr "已加密 0 信息。" + +#: g10/tofu.c:3177 +#, c-format +msgid "(policy: %s)" +msgstr "(策略: %s)" + +#: g10/tofu.c:3211 +#, c-format +msgid "" +"Warning: we have yet to see a message signed using this key and user id!\n" +msgstr "警告:我们此前还没有见过一条使用此密钥和用户标识签名的消息!\n" + +#: g10/tofu.c:3214 +#, c-format +msgid "" +"Warning: we've only seen one message signed using this key and user id!\n" +msgstr "警告:我们此前只见过一条使用此密钥和用户标识签名的消息!\n" + +#: g10/tofu.c:3218 +#, c-format +msgid "Warning: you have yet to encrypt a message to this key!\n" +msgstr "警告:您之前没有向此密钥加密过消息!\n" + +#: g10/tofu.c:3221 +#, c-format +msgid "Warning: you have only encrypted one message to this key!\n" +msgstr "警告:您之前只向此密钥加密过一条消息!\n" + +#: g10/tofu.c:3250 +#, c-format +msgid "" +"Warning: if you think you've seen more signatures by this key and user id, " +"then this key might be a forgery! Carefully examine the email address for " +"small variations. If the key is suspect, then use\n" +" %s\n" +"to mark it as being bad.\n" +msgid_plural "" +"Warning: if you think you've seen more signatures by this key and these user " +"ids, then this key might be a forgery! Carefully examine the email " +"addresses for small variations. If the key is suspect, then use\n" +" %s\n" +"to mark it as being bad.\n" +msgstr[0] "" +"警告:如果您之前见过由此密钥和这些用户标识的更多签名,那么这个密钥有可能是伪" +"造的! 请仔细地检查邮件地址的微小差异。 如果此密钥是不可信的,则使用\n" +" %s\n" +"以将其标记为坏的。\n" + +#: g10/tofu.c:3335 g10/tofu.c:3498 g10/tofu.c:3704 g10/tofu.c:3757 +#: g10/tofu.c:3898 g10/tofu.c:3975 g10/tofu.c:4013 +#, c-format +msgid "error opening TOFU database: %s\n" +msgstr "打开 TOFU 数据库时出现错误:%s\n" + +#: g10/tofu.c:3531 +#, c-format +msgid "WARNING: Encrypting to %s, which has no non-revoked user ids\n" +msgstr "警告:正在加密给 %s,其不具有不可吊销的用户标识。\n" + +#: g10/trustdb.c:229 +#, c-format +msgid "'%s' is not a valid long keyID\n" +msgstr "‘%s’不是一个有效的长格式 keyID\n" + +#: g10/trustdb.c:252 +#, c-format +msgid "key %s: accepted as trusted key\n" +msgstr "密钥 %s:接受为受信任的密钥\n" + +#: g10/trustdb.c:290 +#, c-format +msgid "key %s occurs more than once in the trustdb\n" +msgstr "密钥 %s 在信任度数据库中出现多于一次\n" + +#: g10/trustdb.c:305 +#, c-format +msgid "key %s: no public key for trusted key - skipped\n" +msgstr "密钥 %s:受信任的密钥没有公钥 - 已跳过\n" + +#: g10/trustdb.c:316 +#, c-format +msgid "key %s marked as ultimately trusted\n" +msgstr "密钥 %s 被标记为绝对信任\n" + +#: g10/trustdb.c:360 +#, c-format +msgid "trust record %lu, req type %d: read failed: %s\n" +msgstr "信任记录 %lu,请求类别 %d:读取失败:%s\n" + +#: g10/trustdb.c:366 +#, c-format +msgid "trust record %lu is not of requested type %d\n" +msgstr "信任记录 %lu 不属于所请求的类别 %d\n" + +#: g10/trustdb.c:441 +#, c-format +msgid "You may try to re-create the trustdb using the commands:\n" +msgstr "您可以通过下列命令尝试重建信任度数据库:\n" + +#: g10/trustdb.c:450 +#, c-format +msgid "If that does not work, please consult the manual\n" +msgstr "如果那样不起作用,请查阅手册。\n" + +#: g10/trustdb.c:500 +#, c-format +msgid "unable to use unknown trust model (%d) - assuming %s trust model\n" +msgstr "无法使用未知的信任模型(%d)- 假定为 %s 信任模型\n" + +#: g10/trustdb.c:506 +#, c-format +msgid "using %s trust model\n" +msgstr "使用 %s 信任模型\n" + +#: g10/trustdb.c:555 +#, c-format +msgid "no need for a trustdb check\n" +msgstr "不需要检查信任度数据库\n" + +#: g10/trustdb.c:561 g10/trustdb.c:2238 +#, c-format +msgid "next trustdb check due at %s\n" +msgstr "下次信任度数据库检查将于 %s 进行\n" + +#: g10/trustdb.c:570 +#, c-format +msgid "no need for a trustdb check with '%s' trust model\n" +msgstr "在‘%s’信任模型下无需进行 trustdb 检查\n" + +#: g10/trustdb.c:586 +#, c-format +msgid "no need for a trustdb update with '%s' trust model\n" +msgstr "在‘%s’信任模型下无需进行 trustdb 更新\n" + +#: g10/trustdb.c:810 g10/trustdb.c:1397 +#, c-format +msgid "public key %s not found: %s\n" +msgstr "公钥 %s 未找到:%s\n" + +#: g10/trustdb.c:1030 +#, c-format +msgid "please do a --check-trustdb\n" +msgstr "请执行一次 --check-trustdb\n" + +#: g10/trustdb.c:1035 +#, c-format +msgid "checking the trustdb\n" +msgstr "正在检查信任度数据库\n" + +#: g10/trustdb.c:1959 +#, c-format +msgid "%d key processed" +msgid_plural "%d keys processed" +msgstr[0] "已处理 %d 把密钥" + +#: g10/trustdb.c:1962 +#, c-format +msgid " (%d validity count cleared)\n" +msgid_plural " (%d validity counts cleared)\n" +msgstr[0] " (%d 个有效计数已被清除)\n" + +#: g10/trustdb.c:2032 +#, c-format +msgid "no ultimately trusted keys found\n" +msgstr "未找到任何绝对信任的密钥\n" + +#: g10/trustdb.c:2046 +#, c-format +msgid "public key of ultimately trusted key %s not found\n" +msgstr "绝对信任密钥 %s 的公钥未找到\n" + +#: g10/trustdb.c:2164 +#, c-format +msgid "" +"depth: %d valid: %3d signed: %3d trust: %d-, %dq, %dn, %dm, %df, %du\n" +msgstr "" +"深度:%d 有效性:%3d 已签名:%3d 信任度:%d-,%dq,%dn,%dm,%df,%du\n" + +#: g10/trustdb.c:2245 +#, c-format +msgid "unable to update trustdb version record: write failed: %s\n" +msgstr "无法更新信任度数据库版本记录:写入失败:%s\n" + +#: g10/trust.c:125 +msgid "undefined" +msgstr "未定义" + +#: g10/trust.c:126 +msgid "never" +msgstr "永不" + +#: g10/trust.c:127 +msgid "marginal" +msgstr "勉强" + +#: g10/trust.c:128 +msgid "full" +msgstr "完全" + +#: g10/trust.c:129 +msgid "ultimate" +msgstr "绝对" + +#. TRANSLATORS: these strings are similar to those in +#. trust_value_to_string(), but are a fixed length. This is needed to +#. make attractive information listings where columns line up +#. properly. The value "10" should be the length of the strings you +#. choose to translate to. This is the length in printable columns. +#. It gets passed to atoi() so everything after the number is +#. essentially a comment and need not be translated. Either key and +#. uid are both NULL, or neither are NULL. +#: g10/trust.c:166 +#, fuzzy +msgid "10 translator see trust.c:uid_trust_string_fixed" +msgstr "10 translator see trustdb.c:uid_trust_string_fixed" + +#: g10/trust.c:169 +msgid "[ revoked]" +msgstr "[ 已吊销 ]" + +#: g10/trust.c:171 g10/trust.c:177 +msgid "[ expired]" +msgstr "[ 已过期 ]" + +#: g10/trust.c:176 +msgid "[ unknown]" +msgstr "[ 未知 ]" + +#: g10/trust.c:178 +msgid "[ undef ]" +msgstr "[ 未定义 ]" + +#: g10/trust.c:179 +msgid "[ never ]" +msgstr "[ 永不 ]" + +#: g10/trust.c:180 +msgid "[marginal]" +msgstr "[ 勉强 ]" + +#: g10/trust.c:181 +msgid "[ full ]" +msgstr "[ 完全 ]" + +#: g10/trust.c:182 +msgid "[ultimate]" +msgstr "[ 绝对 ]" + +#: g10/verify.c:116 +#, c-format +msgid "" +"the signature could not be verified.\n" +"Please remember that the signature file (.sig or .asc)\n" +"should be the first file given on the command line.\n" +msgstr "" +"签名无法被验证。\n" +"请记住签名文件(.sig 或 .asc)应该是\n" +"在命令行中第一个给定的文件。\n" + +#: g10/verify.c:204 +#, c-format +msgid "input line %u too long or missing LF\n" +msgstr "输入行 %u 太长或者行末的 LF 缺失\n" + +#: g10/verify.c:260 +#, c-format +msgid "can't open fd %d: %s\n" +msgstr "无法打开 fd %d:%s\n" + +#: kbx/kbxutil.c:92 +msgid "set debugging flags" +msgstr "设置调试选项" + +#: kbx/kbxutil.c:93 +msgid "enable full debugging" +msgstr "启用完整调试" + +#: kbx/kbxutil.c:117 +msgid "Usage: kbxutil [options] [files] (-h for help)" +msgstr "用法:kbxutil [选项] [文件] (-h 获取帮助)" + +#: kbx/kbxutil.c:120 +msgid "" +"Syntax: kbxutil [options] [files]\n" +"List, export, import Keybox data\n" +msgstr "" +"语法:kbxutil [选项] [文件]\n" +"列出、导出或导入钥匙箱数据\n" + +#. TRANSLATORS: Put a \x1f right before a colon. This can be +#. * used by pinentry to nicely align the names and values. Keep +#. * the %s at the start and end of the string. +#: scd/app-p15.c:3369 scd/app-openpgp.c:2153 +#, c-format +msgid "%sNumber: %s%%0AHolder: %s%s" +msgstr "%s数字: %s%%0A持有者: %s%s" + +#. TRANSLATORS: This is the number of remaining attempts to +#. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. +#: scd/app-p15.c:3388 scd/app-openpgp.c:2169 +#, c-format +msgid "Remaining attempts: %d" +msgstr "剩余尝试:%d" + +#: scd/app-p15.c:3459 scd/app-nks.c:1110 +msgid "||Please enter the PIN for the key to create qualified signatures." +msgstr "||请为这个密钥输入 PIN 以创建合格的签名。" + +#: scd/app-p15.c:3462 scd/app-nks.c:1092 +msgid "||Please enter the PIN for the standard keys." +msgstr "||请输入标准密钥的 PIN。" + +#: scd/app-nks.c:709 scd/app-openpgp.c:3664 +#, c-format +msgid "RSA modulus missing or not of size %d bits\n" +msgstr "RSA 余数缺失或者不是 %d 位长\n" + +#: scd/app-nks.c:717 scd/app-openpgp.c:3676 +#, c-format +msgid "RSA public exponent missing or larger than %d bits\n" +msgstr "RSA 公钥指数缺失或长于 %d 位\n" + +#: scd/app-nks.c:797 scd/app-openpgp.c:2326 scd/app-openpgp.c:2345 +#: scd/app-openpgp.c:2512 scd/app-openpgp.c:2530 scd/app-openpgp.c:2827 +#: scd/app-openpgp.c:2874 scd/app-openpgp.c:2989 scd/app-dinsig.c:303 +#, c-format +msgid "PIN callback returned error: %s\n" +msgstr "PIN 回调返回错误:%s\n" + +#: scd/app-nks.c:830 +#, c-format +msgid "the NullPIN has not yet been changed\n" +msgstr "尚未变更 NullPIN\n" + +#: scd/app-nks.c:1091 +msgid "|N|Please enter a new PIN for the standard keys." +msgstr "|N|请为标准密钥输入一个新的 PIN。" + +#: scd/app-nks.c:1098 +msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." +msgstr "|NP|请为标准密钥输入一个新的 PIN 解锁码(PUK)。" + +#: scd/app-nks.c:1100 +msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." +msgstr "|NP|请输入标准密钥的 PIN 解锁码(PUK)。" + +#: scd/app-nks.c:1108 +msgid "|N|Please enter a new PIN for the key to create qualified signatures." +msgstr "|N|请为这个密钥输入一个新的 PIN 以创建合格的签名。" + +#: scd/app-nks.c:1118 +msgid "" +"|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " +"qualified signatures." +msgstr "|NP|请为这个密钥输入一个新的 PIN 解锁码(PUK)以创建合格的签名。" + +#: scd/app-nks.c:1120 +msgid "" +"|P|Please enter the PIN Unblocking Code (PUK) for the key to create " +"qualified signatures." +msgstr "|P|请为这个密钥输入 PIN 解锁码(PUK)以创建合格的签名。" + +#: scd/app-nks.c:1227 scd/app-openpgp.c:2908 scd/app-dinsig.c:531 +#, c-format +msgid "error getting new PIN: %s\n" +msgstr "获取新 PIN 时出现错误:%s\n" + +#: scd/app-openpgp.c:860 +#, c-format +msgid "failed to store the fingerprint: %s\n" +msgstr "存储指纹失败:%s\n" + +#: scd/app-openpgp.c:873 +#, c-format +msgid "failed to store the creation date: %s\n" +msgstr "存储创建日期失败:%s\n" + +#: scd/app-openpgp.c:1272 scd/app-openpgp.c:2855 scd/app-openpgp.c:5020 +#, c-format +msgid "error retrieving CHV status from card\n" +msgstr "从卡片中拉取 CHV 状态时出现错误\n" + +#: scd/app-openpgp.c:1430 +#, c-format +msgid "response does not contain the RSA modulus\n" +msgstr "响应不包含 RSA 余数\n" + +#: scd/app-openpgp.c:1437 +#, c-format +msgid "response does not contain the RSA public exponent\n" +msgstr "响应不包含 RSA 公钥指数\n" + +#: scd/app-openpgp.c:1547 +#, c-format +msgid "response does not contain the EC public key\n" +msgstr "响应不包含 EC 公钥\n" + +#: scd/app-openpgp.c:1665 scd/app-openpgp.c:4284 +#, c-format +msgid "response does not contain the public key data\n" +msgstr "响应不包含公钥数据\n" + +#: scd/app-openpgp.c:1772 +#, c-format +msgid "reading public key failed: %s\n" +msgstr "读取公钥失败:%s\n" + +#. TRANSLATORS: Put a \x1f right before a colon. This can be +#. * used by pinentry to nicely align the names and values. Keep +#. * the %s at the start and end of the string. +#: scd/app-openpgp.c:2140 +#, c-format +msgid "%sNumber: %s%%0AHolder: %s%%0ACounter: %lu%s" +msgstr "%s数字: %s%%0A持有者: %s%%0A计数: %lu%s" + +#: scd/app-openpgp.c:2280 +#, c-format +msgid "using default PIN as %s\n" +msgstr "使用默认 PIN 作为 %s\n" + +#: scd/app-openpgp.c:2287 +#, c-format +msgid "failed to use default PIN as %s: %s - disabling further default use\n" +msgstr "使用默认 PIN 作为 %s 失败:%s - 禁用进一步的默认使用\n" + +#: scd/app-openpgp.c:2300 +msgid "||Please unlock the card" +msgstr "||请解锁卡片" + +#: scd/app-openpgp.c:2352 scd/app-openpgp.c:2537 scd/app-openpgp.c:2834 +#, c-format +msgid "PIN for CHV%d is too short; minimum length is %d\n" +msgstr "CHV%d 的 PIN 太短;最小长度为 %d\n" + +#: scd/app-openpgp.c:2366 scd/app-openpgp.c:2413 scd/app-openpgp.c:2551 +#: scd/app-openpgp.c:4642 +#, c-format +msgid "verify CHV%d failed: %s\n" +msgstr "验证 CHV%d 失败:%s\n" + +#: scd/app-openpgp.c:2449 scd/app-openpgp.c:5029 +#, c-format +msgid "card is permanently locked!\n" +msgstr "卡片被永久锁定!\n" + +#: scd/app-openpgp.c:2453 +#, c-format +msgid "%d Admin PIN attempt remaining before card is permanently locked\n" +msgid_plural "" +"%d Admin PIN attempts remaining before card is permanently locked\n" +msgstr[0] "在卡片被永久锁定之前剩余 %d 次管理员 PIN 尝试\n" + +#. TRANSLATORS: Do not translate the "|A|" prefix but keep it at +#. the start of the string. Use %0A (single percent) for a linefeed. +#: scd/app-openpgp.c:2463 +msgid "|A|Please enter the Admin PIN" +msgstr "|A|请输入管理员 PIN" + +#: scd/app-openpgp.c:2484 +#, c-format +msgid "access to admin commands is not configured\n" +msgstr "未配置到管理员命令的访问\n" + +#: scd/app-openpgp.c:2821 +msgid "||Please enter the PIN" +msgstr "||请输入 PIN" + +#: scd/app-openpgp.c:2870 +msgid "||Please enter the Reset Code for the card" +msgstr "||请输入卡片的重置代码" + +#: scd/app-openpgp.c:2880 scd/app-openpgp.c:2941 +#, c-format +msgid "Reset Code is too short; minimum length is %d\n" +msgstr "重置代码太短;最小长度为 %d\n" + +#. TRANSLATORS: Do not translate the "|*|" prefixes but +#. keep it at the start of the string. We need this elsewhere +#. to get some infos on the string. +#: scd/app-openpgp.c:2903 +msgid "|RN|New Reset Code" +msgstr "|RN|新的重置代码" + +#: scd/app-openpgp.c:2904 +msgid "|AN|New Admin PIN" +msgstr "|AN|新的管理员 PIN" + +#: scd/app-openpgp.c:2904 +msgid "|N|New PIN" +msgstr "|N|新的 PIN" + +#: scd/app-openpgp.c:2985 +msgid "||Please enter the Admin PIN and New Admin PIN" +msgstr "||请输入原管理员 PIN 和新管理员 PIN" + +#: scd/app-openpgp.c:2986 +msgid "||Please enter the PIN and New PIN" +msgstr "||请输入原 PIN 和新 PIN" + +#: scd/app-openpgp.c:3048 scd/app-openpgp.c:4344 +#, c-format +msgid "error reading application data\n" +msgstr "读取应用程序数据时出错\n" + +#: scd/app-openpgp.c:3054 scd/app-openpgp.c:4351 +#, c-format +msgid "error reading fingerprint DO\n" +msgstr "读取指纹 DO 时出现错误\n" + +#: scd/app-openpgp.c:3064 +#, c-format +msgid "key already exists\n" +msgstr "密钥已存在\n" + +#: scd/app-openpgp.c:3068 +#, c-format +msgid "existing key will be replaced\n" +msgstr "现有的密钥将被替换\n" + +#: scd/app-openpgp.c:3070 +#, c-format +msgid "generating new key\n" +msgstr "生成新密钥\n" + +#: scd/app-openpgp.c:3072 +#, c-format +msgid "writing new key\n" +msgstr "正在写入新密钥\n" + +#: scd/app-openpgp.c:3645 scd/app-openpgp.c:3997 +#, c-format +msgid "creation timestamp missing\n" +msgstr "缺少创建时间戳\n" + +#: scd/app-openpgp.c:3686 scd/app-openpgp.c:3694 +#, c-format +msgid "RSA prime %s missing or not of size %d bits\n" +msgstr "RSA 质数 %s 缺失或者不是 %d 位长\n" + +#: scd/app-openpgp.c:3827 scd/app-openpgp.c:4104 +#, c-format +msgid "failed to store the key: %s\n" +msgstr "存储密钥失败:%s\n" + +#: scd/app-openpgp.c:3991 +#, c-format +msgid "unsupported curve\n" +msgstr "不支持的曲线\n" + +#: scd/app-openpgp.c:4261 +#, c-format +msgid "please wait while key is being generated ...\n" +msgstr "请等待密钥生成…\n" + +#: scd/app-openpgp.c:4269 +#, c-format +msgid "generating key failed\n" +msgstr "生成密钥失败\n" + +#: scd/app-openpgp.c:4275 +#, c-format +msgid "key generation completed (%d second)\n" +msgid_plural "key generation completed (%d seconds)\n" +msgstr[0] "密钥生成完成(%d 秒)\n" + +#: scd/app-openpgp.c:4309 +#, c-format +msgid "invalid structure of OpenPGP card (DO 0x93)\n" +msgstr "无效的 OpenPGP 卡结构(DO 0x93)\n" + +#: scd/app-openpgp.c:4359 +#, c-format +msgid "fingerprint on card does not match requested one\n" +msgstr "卡片上的指纹与请求的不匹配\n" + +#: scd/app-openpgp.c:4558 +#, c-format +msgid "card does not support digest algorithm %s\n" +msgstr "卡片不支持摘要算法 %s\n" + +#: scd/app-openpgp.c:4616 +#, c-format +msgid "signatures created so far: %lu\n" +msgstr "目前已创建的签名:%lu\n" + +#: scd/app-openpgp.c:5034 +#, c-format +msgid "" +"verification of Admin PIN is currently prohibited through this command\n" +msgstr "目前禁止通过此命令验证管理员 PIN\n" + +#: scd/app-openpgp.c:5346 scd/app-openpgp.c:5357 +#, c-format +msgid "can't access %s - invalid OpenPGP card?\n" +msgstr "不能访问 %s - 无效的 OpenPGP 卡?\n" + +#: scd/app-dinsig.c:299 +msgid "||Please enter your PIN at the reader's pinpad" +msgstr "||请在读卡器的小键盘上输入您的 PIN" + +#. TRANSLATORS: Do not translate the "|*|" prefixes but +#. keep it at the start of the string. We need this elsewhere +#. to get some infos on the string. +#: scd/app-dinsig.c:528 +msgid "|N|Initial New PIN" +msgstr "|N|初始化新 PIN" + +#: scd/scdaemon.c:119 +msgid "run in multi server mode (foreground)" +msgstr "正在以多服务器模式运行(前台)" + +#: scd/scdaemon.c:129 sm/gpgsm.c:345 dirmngr/dirmngr.c:187 +msgid "|LEVEL|set the debugging level to LEVEL" +msgstr "|LEVEL|设置调试级别至 LEVEL" + +#: scd/scdaemon.c:136 tools/gpgconf-comp.c:664 +msgid "|FILE|write a log to FILE" +msgstr "|FILE|将日志写入 FILE" + +#: scd/scdaemon.c:138 +msgid "|N|connect to reader at port N" +msgstr "|N|连接到端口 N 上的读卡器" + +#: scd/scdaemon.c:140 +msgid "|NAME|use NAME as ct-API driver" +msgstr "|NAME|使用 NAME 作为 ct-API 驱动" + +#: scd/scdaemon.c:142 +msgid "|NAME|use NAME as PC/SC driver" +msgstr "|NAME|使用 NAME 作为 PC/SC 驱动" + +#: scd/scdaemon.c:145 +msgid "do not use the internal CCID driver" +msgstr "不使用内置的 CCID 驱动" + +#: scd/scdaemon.c:151 +msgid "|N|disconnect the card after N seconds of inactivity" +msgstr "|N|在 N 秒的不活跃之后断开卡片的连接" + +#: scd/scdaemon.c:154 +msgid "do not use a reader's pinpad" +msgstr "不使用读卡器的小键盘" + +#: scd/scdaemon.c:159 +msgid "deny the use of admin card commands" +msgstr "拒绝使用卡片的管理员命令" + +#: scd/scdaemon.c:162 +msgid "use variable length input for pinpad" +msgstr "使用小键盘的变长输入" + +#: scd/scdaemon.c:311 +msgid "Usage: @SCDAEMON@ [options] (-h for help)" +msgstr "用法:@SCDAEMON@ [选项] (-h 获取帮助)" + +#: scd/scdaemon.c:313 +msgid "" +"Syntax: scdaemon [options] [command [args]]\n" +"Smartcard daemon for @GNUPG@\n" +msgstr "" +"语法:scdaemon [选项] [命令 [参数]]\n" +"@GNUPG@ 智能卡守护进程\n" + +#: scd/scdaemon.c:806 +#, c-format +msgid "please use the option '--daemon' to run the program in the background\n" +msgstr "请使用‘--daemon’选项以在后台运行此程序\n" + +#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2082 +#, c-format +msgid "handler for fd %d started\n" +msgstr "fd %d 的句柄已启动\n" + +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2090 +#, c-format +msgid "handler for fd %d terminated\n" +msgstr "fd %d 的句柄已关闭\n" + +#: sm/certchain.c:198 +#, c-format +msgid "validation model requested by certificate: %s" +msgstr "证书所请求的验证模型:%s" + +#: sm/certchain.c:199 sm/certchain.c:2164 +msgid "chain" +msgstr "链" + +#: sm/certchain.c:200 sm/certchain.c:2164 +msgid "shell" +msgstr "外壳" + +#: sm/certchain.c:260 dirmngr/validate.c:144 +#, c-format +msgid "critical certificate extension %s is not supported" +msgstr "紧急认证扩展 %s 不被支持" + +#: sm/certchain.c:299 dirmngr/validate.c:242 +#, c-format +msgid "issuer certificate is not marked as a CA" +msgstr "签发者证书没有被标记为 CA" + +#: sm/certchain.c:337 +msgid "critical marked policy without configured policies" +msgstr "" + +#: sm/certchain.c:347 +#, c-format +msgid "failed to open '%s': %s\n" +msgstr "无法打开‘%s’:%s\n" + +#: sm/certchain.c:355 sm/certchain.c:384 dirmngr/validate.c:204 +#, c-format +msgid "Note: non-critical certificate policy not allowed" +msgstr "注意:非紧急认证策略不被允许" + +#: sm/certchain.c:359 sm/certchain.c:388 dirmngr/validate.c:209 +#, c-format +msgid "certificate policy not allowed" +msgstr "证书策略不被允许" + +#: sm/certchain.c:595 sm/keydb.c:1106 sm/keydb.c:1192 +#, c-format +msgid "failed to get the fingerprint\n" +msgstr "获取指纹失败\n" + +#: sm/certchain.c:624 +#, c-format +msgid "looking up issuer at external location\n" +msgstr "在外部位置查找签发者\n" + +#: sm/certchain.c:644 +#, c-format +msgid "number of issuers matching: %d\n" +msgstr "匹配的签发者数目:%d\n" + +#: sm/certchain.c:723 dirmngr/ocsp.c:682 +#, c-format +msgid "can't get authorityInfoAccess: %s\n" +msgstr "无法获取 authorityInfoAccess:%s\n" + +#: sm/certchain.c:791 +#, c-format +msgid "looking up issuer from the Dirmngr cache\n" +msgstr "在 Dirmngr 缓存中查找签发者\n" + +#: sm/certchain.c:816 +#, c-format +msgid "number of matching certificates: %d\n" +msgstr "匹配的证书数:%d\n" + +#: sm/certchain.c:819 +#, c-format +msgid "dirmngr cache-only key lookup failed: %s\n" +msgstr "dirmngr 仅缓存的密钥查找失败:%s\n" + +#: sm/certchain.c:1041 sm/certchain.c:1554 sm/certchain.c:2192 sm/decrypt.c:265 +#: sm/encrypt.c:344 sm/import.c:415 sm/keydb.c:1113 sm/keydb.c:1199 +#: sm/sign.c:337 sm/verify.c:118 +#, c-format +msgid "failed to allocate keyDB handle\n" +msgstr "分配 keyDB 句柄时失败\n" + +#: sm/certchain.c:1225 +msgid "certificate has been revoked" +msgstr "证书已被吊销" + +#: sm/certchain.c:1240 +msgid "the status of the certificate is unknown" +msgstr "证书的状态未知" + +#: sm/certchain.c:1247 +#, c-format +msgid "please make sure that the \"dirmngr\" is properly installed\n" +msgstr "请确定“dirmngr”被正确安装\n" + +#: sm/certchain.c:1253 +#, c-format +msgid "checking the CRL failed: %s" +msgstr "检查 CRL 时失败:%s" + +#: sm/certchain.c:1282 sm/certchain.c:1350 dirmngr/validate.c:497 +#, c-format +msgid "certificate with invalid validity: %s" +msgstr "证书的有效期无效:%s" + +#: sm/certchain.c:1297 sm/certchain.c:1382 dirmngr/validate.c:515 +#, c-format +msgid "certificate not yet valid" +msgstr "证书尚未验证" + +#: sm/certchain.c:1298 sm/certchain.c:1383 +msgid "root certificate not yet valid" +msgstr "根证书尚未验证" + +#: sm/certchain.c:1299 sm/certchain.c:1384 +msgid "intermediate certificate not yet valid" +msgstr "中间证书尚未验证" + +#: sm/certchain.c:1312 dirmngr/validate.c:526 +#, c-format +msgid "certificate has expired" +msgstr "证书已过期" + +#: sm/certchain.c:1313 +msgid "root certificate has expired" +msgstr "根证书已过期" + +#: sm/certchain.c:1314 +msgid "intermediate certificate has expired" +msgstr "中间证书已过期" + +#: sm/certchain.c:1356 +#, c-format +msgid "required certificate attributes missing: %s%s%s" +msgstr "请求的证书属性缺失:%s%s%s" + +#: sm/certchain.c:1365 +msgid "certificate with invalid validity" +msgstr "证书有效期无效" + +#: sm/certchain.c:1402 +msgid "signature not created during lifetime of certificate" +msgstr "签名不是在证书的有效期内被创建的" + +#: sm/certchain.c:1404 +msgid "certificate not created during lifetime of issuer" +msgstr "签名不是在签发者的有效期内被创建的" + +#: sm/certchain.c:1405 +msgid "intermediate certificate not created during lifetime of issuer" +msgstr "中间证书不是在签发者的有效期内被创建的" + +#: sm/certchain.c:1409 +#, c-format +msgid " ( signature created at " +msgstr " ( 签名创建于 " + +#: sm/certchain.c:1410 +#, c-format +msgid " (certificate created at " +msgstr " (证书创建于 " + +#: sm/certchain.c:1413 +#, c-format +msgid " (certificate valid from " +msgstr " (证书有效期从 " + +#: sm/certchain.c:1414 +#, c-format +msgid " ( issuer valid from " +msgstr " ( 签发者有效期从 " + +#: sm/certchain.c:1444 dirmngr/validate.c:577 +#, c-format +msgid "fingerprint=%s\n" +msgstr "指纹 = %s\n" + +#: sm/certchain.c:1453 +#, c-format +msgid "root certificate has now been marked as trusted\n" +msgstr "根证书现已被标记为信任\n" + +#: sm/certchain.c:1466 +#, c-format +msgid "interactive marking as trusted not enabled in gpg-agent\n" +msgstr "交互式标记为信任未在 gpg-agent 中开启\n" + +#: sm/certchain.c:1472 +#, c-format +msgid "interactive marking as trusted disabled for this session\n" +msgstr "交互式标记为信任在此会话中被关闭\n" + +#: sm/certchain.c:1531 +msgid "WARNING: creation time of signature not known - assuming current time" +msgstr "警告:签名的创建时间未知 - 猜测为当前时间" + +#: sm/certchain.c:1595 +msgid "no issuer found in certificate" +msgstr "证书中没有找到签发者" + +#: sm/certchain.c:1673 +msgid "self-signed certificate has a BAD signature" +msgstr "自签名证书具有损坏的签名" + +#: sm/certchain.c:1742 dirmngr/validate.c:575 +#, c-format +msgid "root certificate is not marked trusted" +msgstr "根证书未被标记为信任" + +#: sm/certchain.c:1758 +#, c-format +msgid "checking the trust list failed: %s\n" +msgstr "检查信任列表时失败:%s\n" + +#: sm/certchain.c:1789 sm/import.c:176 dirmngr/validate.c:630 +#, c-format +msgid "certificate chain too long\n" +msgstr "证书链过长\n" + +#: sm/certchain.c:1801 dirmngr/validate.c:642 +#, c-format +msgid "issuer certificate not found" +msgstr "签发者证书未找到" + +#: sm/certchain.c:1834 dirmngr/validate.c:668 +#, c-format +msgid "certificate has a BAD signature" +msgstr "证书具有损坏的签名" + +#: sm/certchain.c:1866 dirmngr/validate.c:692 +msgid "found another possible matching CA certificate - trying again" +msgstr "找到另一个可能匹配的 CA 证书 - 正在重试" + +#: sm/certchain.c:1925 dirmngr/validate.c:717 +#, c-format +msgid "certificate chain longer than allowed by CA (%d)" +msgstr "证书链长于 CA 允许的长度(%d)" + +#: sm/certchain.c:1967 sm/certchain.c:2263 dirmngr/validate.c:747 +#, c-format +msgid "certificate is good\n" +msgstr "证书有效\n" + +#: sm/certchain.c:1968 +#, c-format +msgid "intermediate certificate is good\n" +msgstr "中间证书有效\n" + +#: sm/certchain.c:1969 +#, c-format +msgid "root certificate is good\n" +msgstr "根证书良好\n" + +#: sm/certchain.c:2151 +msgid "switching to chain model" +msgstr "正在切换为链模型" + +#: sm/certchain.c:2160 +#, c-format +msgid "validation model used: %s" +msgstr "使用的验证模型:%s" + +#: sm/certcheck.c:110 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "一个 %u 位的散列对于一个 %u 位的 %s 密钥是无效的\n" + +#: sm/certcheck.c:238 sm/certcheck.c:262 dirmngr/crlcache.c:1542 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1324 dirmngr/validate.c:903 +#: dirmngr/validate.c:927 +#, c-format +msgid "out of core\n" +msgstr "out of core\n" + +#: sm/certcheck.c:371 sm/verify.c:213 +#, c-format +msgid "(this is the MD2 algorithm)\n" +msgstr "(这是 MD2 算法)\n" + +#: sm/certdump.c:60 sm/certdump.c:92 sm/certdump.c:222 dirmngr/ocsp.c:793 +msgid "none" +msgstr "none" + +#: sm/certdump.c:631 sm/certdump.c:696 +msgid "[Error - invalid encoding]" +msgstr "[错误 - 无效编码]" + +#: sm/certdump.c:639 +msgid "[Error - out of core]" +msgstr "[错误 - out of core]" + +#: sm/certdump.c:675 +msgid "[Error - No name]" +msgstr "[错误 - 无名称]" + +#: sm/certdump.c:702 +msgid "[Error - invalid DN]" +msgstr "[错误 - 无效 DN]" + +#: sm/certdump.c:915 +#, c-format +msgid "" +"Please enter the passphrase to unlock the secret key for the X.509 " +"certificate:\n" +"\"%s\"\n" +"S/N %s, ID 0x%08lX,\n" +"created %s, expires %s.\n" +msgstr "" +"请输入密码以解锁此 X.509 证书的私钥:\n" +"\"%s\"\n" +"S/N %s,ID 0x%08lX,\n" +"创建于 %s,过期于 %s。\n" + +#: sm/certlist.c:122 dirmngr/validate.c:1218 +#, c-format +msgid "no key usage specified - assuming all usages\n" +msgstr "没有指定密钥用途 - 假设为所有用途\n" + +#: sm/certlist.c:132 sm/keylist.c:283 dirmngr/validate.c:1228 +#, c-format +msgid "error getting key usage information: %s\n" +msgstr "获取密钥用途信息时出现错误:%s\n" + +#: sm/certlist.c:143 dirmngr/validate.c:1259 +#, c-format +msgid "certificate should not have been used for certification\n" +msgstr "证书本不应被用于认证\n" + +#: sm/certlist.c:156 dirmngr/validate.c:1269 +#, c-format +msgid "certificate should not have been used for OCSP response signing\n" +msgstr "证书本不应被用于认 OCSP 响应签名\n" + +#: sm/certlist.c:169 dirmngr/validate.c:1252 +#, c-format +msgid "certificate should not have been used for encryption\n" +msgstr "证书本不应被用于加密\n" + +#: sm/certlist.c:170 dirmngr/validate.c:1242 +#, c-format +msgid "certificate should not have been used for signing\n" +msgstr "证书本不应被用于签名\n" + +#: sm/certlist.c:171 dirmngr/validate.c:1253 +#, c-format +msgid "certificate is not usable for encryption\n" +msgstr "证书不可用于加密\n" + +#: sm/certlist.c:172 dirmngr/validate.c:1243 +#, c-format +msgid "certificate is not usable for signing\n" +msgstr "证书不可用于签名\n" + +#: sm/certreqgen.c:465 +#, c-format +msgid "line %d: invalid algorithm\n" +msgstr "第 %d 行:无效的算法\n" + +#: sm/certreqgen.c:481 +#, c-format +msgid "line %d: invalid key length %u (valid are %d to %d)\n" +msgstr "第 %d 行:无效的密钥长度 %u (有效值为从 %d 到 %d)\n" + +#: sm/certreqgen.c:499 +#, c-format +msgid "line %d: no subject name given\n" +msgstr "第 %d 行:未指定主题名称\n" + +#: sm/certreqgen.c:508 +#, c-format +msgid "line %d: invalid subject name label '%.*s'\n" +msgstr "第 %d 行:无效的主题名称标签‘%.*s’\n" + +#: sm/certreqgen.c:511 +#, c-format +msgid "line %d: invalid subject name '%s' at pos %d\n" +msgstr "第 %d 行:无效的主题名称‘%s’位于 %d\n" + +#: sm/certreqgen.c:528 +#, c-format +msgid "line %d: not a valid email address\n" +msgstr "第 %d 行:不是有效的电子邮件地址\n" + +#: sm/certreqgen.c:547 +#, c-format +msgid "line %d: invalid serial number\n" +msgstr "第 %d 行:无效的序列号\n" + +#: sm/certreqgen.c:563 +#, c-format +msgid "line %d: invalid issuer name label '%.*s'\n" +msgstr "第 %d 行:无效的签发者姓名标签‘%.*s’\n" + +#: sm/certreqgen.c:566 +#, c-format +msgid "line %d: invalid issuer name '%s' at pos %d\n" +msgstr "第 %d 行:无效的签发者名称‘%s’,位于 %d\n" + +#: sm/certreqgen.c:578 sm/certreqgen.c:589 +#, c-format +msgid "line %d: invalid date given\n" +msgstr "第 %d 行:无效的日期\n" + +#: sm/certreqgen.c:602 +#, c-format +msgid "line %d: error getting signing key by keygrip '%s': %s\n" +msgstr "第 %d 行:通过 keygrip '%s' 获取签名密钥时出现错误:%s\n" + +#: sm/certreqgen.c:621 +#, c-format +msgid "line %d: invalid hash algorithm given\n" +msgstr "第 %d 行:无效的散列算法\n" + +#: sm/certreqgen.c:636 +#, c-format +msgid "line %d: invalid authority-key-id\n" +msgstr "第 %d 行:无效的 authority-key-id\n" + +#: sm/certreqgen.c:651 +#, c-format +msgid "line %d: invalid subject-key-id\n" +msgstr "第 %d 行:无效的 subject-key-id\n" + +#: sm/certreqgen.c:689 +#, c-format +msgid "line %d: invalid extension syntax\n" +msgstr "第 %d 行:无效的扩展语法\n" + +#: sm/certreqgen.c:702 +#, c-format +msgid "line %d: error reading key '%s' from card: %s\n" +msgstr "第 %d 行:读取密钥 '%s' 从以下卡片时出现错误: %s\n" + +#: sm/certreqgen.c:715 +#, c-format +msgid "line %d: error getting key by keygrip '%s': %s\n" +msgstr "第 %d 行:通过 keygrip '%s' 获取密钥时出现错误:%s\n" + +#: sm/certreqgen.c:732 +#, c-format +msgid "line %d: key generation failed: %s <%s>\n" +msgstr "第 %d 行:密钥生成失败:%s <%s>\n" + +#: sm/certreqgen.c:1331 +msgid "" +"To complete this certificate request please enter the passphrase for the key " +"you just created once more.\n" +msgstr "要完成此证书请求,请再次输入您刚才创建的密钥的密码\n" + +#: sm/certreqgen-ui.c:159 +#, c-format +msgid " (%d) Existing key\n" +msgstr " (%d) 现存的密钥\n" + +#: sm/certreqgen-ui.c:160 +#, c-format +msgid " (%d) Existing key from card\n" +msgstr " (%d) 卡片上现存的密钥\n" + +#: sm/certreqgen-ui.c:318 +#, c-format +msgid "Possible actions for a %s key:\n" +msgstr "%s 密钥可能的操作:\n" + +#: sm/certreqgen-ui.c:319 +#, c-format +msgid " (%d) sign, encrypt\n" +msgstr " (%d) 签名,加密\n" + +#: sm/certreqgen-ui.c:320 +#, c-format +msgid " (%d) sign\n" +msgstr " (%d) 签名\n" + +#: sm/certreqgen-ui.c:321 +#, c-format +msgid " (%d) encrypt\n" +msgstr " (%d) 加密\n" + +#: sm/certreqgen-ui.c:345 +msgid "Enter the X.509 subject name: " +msgstr "输入 X.509 主题名称: " + +#: sm/certreqgen-ui.c:349 +msgid "No subject name given\n" +msgstr "未指定主题名称\n" + +#: sm/certreqgen-ui.c:353 +#, c-format +msgid "Invalid subject name label '%.*s'\n" +msgstr "无效的主题名称标签‘%.*s’\n" + +#. TRANSLATORS: The 22 in the second string is the +#. length of the first string up to the "%s". Please +#. adjust it do the length of your translation. The +#. second string is merely passed to atoi so you can +#. drop everything after the number. +#: sm/certreqgen-ui.c:362 +#, c-format +msgid "Invalid subject name '%s'\n" +msgstr "无效的主题名称‘%s’\n" + +#: sm/certreqgen-ui.c:364 +msgid "22 translator: see certreg-ui.c:gpgsm_gencertreq_tty" +msgstr "" + +#: sm/certreqgen-ui.c:376 +msgid "Enter email addresses" +msgstr "输入电子邮件地址" + +#: sm/certreqgen-ui.c:377 +msgid " (end with an empty line):\n" +msgstr " (以空白行结束):\n" + +#: sm/certreqgen-ui.c:381 +msgid "Enter DNS names" +msgstr "输入 DNS 名称" + +#: sm/certreqgen-ui.c:382 sm/certreqgen-ui.c:387 +msgid " (optional; end with an empty line):\n" +msgstr " (可选;以空白行结束):\n" + +#: sm/certreqgen-ui.c:386 +msgid "Enter URIs" +msgstr "输入 URI" + +#: sm/certreqgen-ui.c:393 +msgid "Create self-signed certificate? (y/N) " +msgstr "创建自签名证书? (y/N) " + +#: sm/certreqgen-ui.c:420 +msgid "These parameters are used:\n" +msgstr "这些参数被使用:\n" + +#: sm/certreqgen-ui.c:438 +msgid "Now creating self-signed certificate. " +msgstr "现在正在创建自签名证书。 " + +#: sm/certreqgen-ui.c:440 +msgid "Now creating certificate request. " +msgstr "已创建证书请求。 " + +#: sm/certreqgen-ui.c:441 +msgid "This may take a while ...\n" +msgstr "这可能需要等一会儿...\n" + +#: sm/certreqgen-ui.c:452 +msgid "Ready.\n" +msgstr "就绪。\n" + +#: sm/certreqgen-ui.c:455 +msgid "Ready. You should now send this request to your CA.\n" +msgstr "就绪。您现在应该将此请求发送给您的 CA。\n" + +#: sm/certreqgen-ui.c:461 +#, c-format +msgid "resource problem: out of core\n" +msgstr "" + +#: sm/decrypt.c:341 +#, c-format +msgid "(this is the RC2 algorithm)\n" +msgstr "(此为 RC2 算法)\n" + +#: sm/decrypt.c:343 +#, c-format +msgid "(this does not seem to be an encrypted message)\n" +msgstr "(这看起来不像是一条被加密的消息)\n" + +#: sm/delete.c:51 sm/delete.c:112 +#, c-format +msgid "certificate '%s' not found: %s\n" +msgstr "证书‘%s’未找到:%s\n" + +#: sm/delete.c:122 sm/keydb.c:1209 sm/keydb.c:1307 +#, c-format +msgid "error locking keybox: %s\n" +msgstr "锁定钥匙箱时出现错误:%s\n" + +#: sm/delete.c:143 +#, c-format +msgid "duplicated certificate '%s' deleted\n" +msgstr "已删除重复的证书‘%s’\n" + +#: sm/delete.c:145 +#, c-format +msgid "certificate '%s' deleted\n" +msgstr "证书‘%s’已被删除\n" + +#: sm/delete.c:175 +#, c-format +msgid "deleting certificate \"%s\" failed: %s\n" +msgstr "删除证书 “%s” 时失败:%s\n" + +#: sm/encrypt.c:330 +#, c-format +msgid "no valid recipients given\n" +msgstr "未指定有效的接收者\n" + +#: sm/gpgsm.c:215 +msgid "list external keys" +msgstr "列出外部密钥" + +#: sm/gpgsm.c:217 +msgid "list certificate chain" +msgstr "列出证书链" + +#: sm/gpgsm.c:225 +msgid "import certificates" +msgstr "导入证书" + +#: sm/gpgsm.c:226 +msgid "export certificates" +msgstr "导出证书" + +#: sm/gpgsm.c:234 +msgid "register a smartcard" +msgstr "注册一张智能卡" + +#: sm/gpgsm.c:237 +msgid "pass a command to the dirmngr" +msgstr "传递一条命令给 dirmngr" + +#: sm/gpgsm.c:239 +msgid "invoke gpg-protect-tool" +msgstr "调用 gpg-protect-tool" + +#: sm/gpgsm.c:256 +msgid "create base-64 encoded output" +msgstr "创建 base-64 编码的输出" + +#: sm/gpgsm.c:265 +msgid "assume input is in PEM format" +msgstr "假定输入的是 PEM 格式" + +#: sm/gpgsm.c:267 +msgid "assume input is in base-64 format" +msgstr "假定输入的是 base-64 格式" + +#: sm/gpgsm.c:269 +msgid "assume input is in binary format" +msgstr "假定输入的是二进制格式" + +#: sm/gpgsm.c:276 +msgid "never consult a CRL" +msgstr "从不查询 CRL" + +#: sm/gpgsm.c:286 +msgid "check validity using OCSP" +msgstr "使用 OCSP 检查有效性" + +#: sm/gpgsm.c:291 +msgid "|N|number of certificates to include" +msgstr "|N|要包含的证书数目" + +#: sm/gpgsm.c:294 +msgid "|FILE|take policy information from FILE" +msgstr "|FILE|从 FILE 处获取策略信息" + +#: sm/gpgsm.c:297 +msgid "do not check certificate policies" +msgstr "不检查证书策略" + +#: sm/gpgsm.c:301 +msgid "fetch missing issuer certificates" +msgstr "获取缺失的签发者证书" + +#: sm/gpgsm.c:312 +msgid "don't use the terminal at all" +msgstr "始终不使用终端" + +#: sm/gpgsm.c:314 +msgid "|FILE|write a server mode log to FILE" +msgstr "|FILE|将服务器模式的日志写入到 FILE" + +#: sm/gpgsm.c:319 +msgid "|FILE|write an audit log to FILE" +msgstr "|FILE|将审计日志写入 FILE" + +#: sm/gpgsm.c:322 +msgid "batch mode: never ask" +msgstr "批处理模式:永不询问" + +#: sm/gpgsm.c:323 +msgid "assume yes on most questions" +msgstr "在多数问题上假定回答为是" + +#: sm/gpgsm.c:324 +msgid "assume no on most questions" +msgstr "在多数问题上假定回答为否" + +#: sm/gpgsm.c:327 +msgid "|FILE|add keyring to the list of keyrings" +msgstr "|FILE|添加钥匙环到钥匙环列表" + +#: sm/gpgsm.c:330 +msgid "|USER-ID|use USER-ID as default secret key" +msgstr "|USER-ID|使用 USER-ID 作为默认的私钥" + +#: sm/gpgsm.c:340 tools/gpgconf-comp.c:837 +msgid "|SPEC|use this keyserver to lookup keys" +msgstr "|SPEC|使用此公钥服务器来查找密钥" + +#: sm/gpgsm.c:357 +msgid "|NAME|use cipher algorithm NAME" +msgstr "|NAME|使用名称为 NAME 的密文算法" + +#: sm/gpgsm.c:359 +msgid "|NAME|use message digest algorithm NAME" +msgstr "|NAME|使用以 NAME 命名的信息摘要算法" + +#: sm/gpgsm.c:570 +msgid "Usage: @GPGSM@ [options] [files] (-h for help)" +msgstr "用法:@GPGSM@ [选项] [文件] (-h 获取帮助)" + +#: sm/gpgsm.c:573 +msgid "" +"Syntax: @GPGSM@ [options] [files]\n" +"Sign, check, encrypt or decrypt using the S/MIME protocol\n" +"Default operation depends on the input data\n" +msgstr "" +"语法:@GPGSM@ [选项] [文件]\n" +"使用 S/MIME 协议以签名、检查、加密或者解密\n" +"默认操作取决于输入的数据\n" + +#: sm/gpgsm.c:777 +#, c-format +msgid "Note: won't be able to encrypt to '%s': %s\n" +msgstr "注意:将不加密给‘%s’:%s\n" + +#: sm/gpgsm.c:788 +#, c-format +msgid "unknown validation model '%s'\n" +msgstr "未知的验证模型‘%s’\n" + +#: sm/gpgsm.c:839 dirmngr/ldapserver.c:86 +#, c-format +msgid "%s:%u: no hostname given\n" +msgstr "%s:%u: 未指定主机名\n" + +#: sm/gpgsm.c:858 dirmngr/ldapserver.c:105 +#, c-format +msgid "%s:%u: password given without user\n" +msgstr "%s:%u: 给定密码但未给定用户\n" + +#: sm/gpgsm.c:879 dirmngr/ldapserver.c:126 +#, c-format +msgid "%s:%u: skipping this line\n" +msgstr "%s:%u: 正在跳过此行\n" + +#: sm/gpgsm.c:1449 +#, c-format +msgid "could not parse keyserver\n" +msgstr "无法解析公钥服务器\n" + +#: sm/gpgsm.c:1712 +#, c-format +msgid "importing common certificates '%s'\n" +msgstr "正在导入通用证书‘%s’\n" + +#: sm/gpgsm.c:1755 +#, c-format +msgid "can't sign using '%s': %s\n" +msgstr "无法使用‘%s’签名:%s\n" + +#: sm/gpgsm.c:2122 +#, c-format +msgid "invalid command (there is no implicit command)\n" +msgstr "无效的命令(不存在隐式的命令)\n" + +#: sm/import.c:127 +#, c-format +msgid "total number processed: %lu\n" +msgstr "经处理的总数:%lu\n" + +#: sm/import.c:246 +#, c-format +msgid "error storing certificate\n" +msgstr "存储证书时出现错误\n" + +#: sm/import.c:254 +#, c-format +msgid "basic certificate checks failed - not imported\n" +msgstr "基本证书检查失败 - 未被导入\n" + +#: sm/import.c:472 sm/keydb.c:1229 sm/keydb.c:1319 +#, c-format +msgid "error getting stored flags: %s\n" +msgstr "获取存储选项时出现错误:%s\n" + +#: sm/import.c:531 sm/import.c:563 +#, c-format +msgid "error importing certificate: %s\n" +msgstr "导入证书时出现错误:%s\n" + +#: sm/import.c:751 tools/gpg-connect-agent.c:1440 +#, c-format +msgid "error reading input: %s\n" +msgstr "读取输入时出现错误:%s\n" + +#: sm/keydb.c:1148 +#, c-format +msgid "problem looking for existing certificate: %s\n" +msgstr "查找现存证书时出现问题:%s\n" + +#: sm/keydb.c:1160 +#, c-format +msgid "error finding writable keyDB: %s\n" +msgstr "寻找可写入的 keyDB 时出现错误:%s\n" + +#: sm/keydb.c:1168 +#, c-format +msgid "error storing certificate: %s\n" +msgstr "存储证书时出现错误:%s\n" + +#: sm/keydb.c:1220 +#, c-format +msgid "problem re-searching certificate: %s\n" +msgstr "重新搜索证书时出现问题:%s\n" + +#: sm/keydb.c:1241 sm/keydb.c:1330 +#, c-format +msgid "error storing flags: %s\n" +msgstr "存储选项时出现错误:%s\n" + +#: sm/keylist.c:693 +msgid "Error - " +msgstr "错误 - " + +#: sm/misc.c:58 +#, c-format +msgid "GPG_TTY has not been set - using maybe bogus default\n" +msgstr "GPG_TTY 未被设置 - 使用可能是不正确的默认值\n" + +#: sm/qualified.c:105 +#, c-format +msgid "invalid formatted fingerprint in '%s', line %d\n" +msgstr "无效的格式化指纹位于‘%s’ 的第 %d 行\n" + +#: sm/qualified.c:123 +#, c-format +msgid "invalid country code in '%s', line %d\n" +msgstr "无效的国家/地区代码位于‘%s’的第 %d 行\n" + +#: sm/qualified.c:206 +#, c-format +msgid "" +"You are about to create a signature using your certificate:\n" +"\"%s\"\n" +"This will create a qualified signature by law equated to a handwritten " +"signature.\n" +"\n" +"%s%sAre you really sure that you want to do this?" +msgstr "" +"您将要使用您的证书创建一个签名:\n" +"“%s”\n" +"这将通过规则创建一个等同于手写签名的合格签名。\n" +"\n" +"%s%s您真的确定您要这样做吗?" + +#: sm/qualified.c:215 sm/verify.c:678 +#, c-format +msgid "" +"Note, that this software is not officially approved to create or verify such " +"signatures.\n" +msgstr "注意,此软件并没有官方地赞成创建或者验证这种签名。\n" + +#: sm/qualified.c:282 +#, c-format +msgid "" +"You are about to create a signature using your certificate:\n" +"\"%s\"\n" +"Note, that this certificate will NOT create a qualified signature!" +msgstr "" +"您将要使用您的证书创建一个签名:\n" +"“%s”\n" +"注意,此证书将不会创建一个合格签名!" + +#: sm/sign.c:465 +#, c-format +msgid "hash algorithm %d (%s) for signer %d not supported; using %s\n" +msgstr "散列算法 %d (%s) 对于签名者 %d 而言不被支持;使用 %s\n" + +#: sm/sign.c:508 +#, c-format +msgid "hash algorithm used for signer %d: %s (%s)\n" +msgstr "为签名者 %d 使用的散列算法:%s (%s)\n" + +#: sm/sign.c:560 +#, c-format +msgid "checking for qualified certificate failed: %s\n" +msgstr "检查合格证书失败:%s\n" + +#: sm/verify.c:463 +#, c-format +msgid "Signature made " +msgstr "已签名 " + +#: sm/verify.c:475 +#, c-format +msgid "[date not given]" +msgstr "[日期未指定]" + +#: sm/verify.c:479 +#, fuzzy, c-format +#| msgid "algorithm: %s" +msgid "algorithm:" +msgstr "算法: %s" + +#: sm/verify.c:535 +#, c-format +msgid "" +"invalid signature: message digest attribute does not match computed one\n" +msgstr "无效的签名:消息摘要属性与计算得到的不匹配\n" + +#: sm/verify.c:656 +#, c-format +msgid "Good signature from" +msgstr "良好签名来自于" + +#: sm/verify.c:657 +#, c-format +msgid " aka" +msgstr " 亦即" + +#: sm/verify.c:675 +#, c-format +msgid "This is a qualified signature\n" +msgstr "这是一个合格的签名\n" + +#: dirmngr/certcache.c:124 +#, c-format +msgid "can't initialize certificate cache lock: %s\n" +msgstr "无法初始化证书缓存锁:%s\n" + +#: dirmngr/certcache.c:135 +#, c-format +msgid "can't acquire read lock on the certificate cache: %s\n" +msgstr "无法在证书缓存上为读取加锁:%s\n" + +#: dirmngr/certcache.c:146 +#, c-format +msgid "can't acquire write lock on the certificate cache: %s\n" +msgstr "无法在证书缓存上为写入加锁:%s\n" + +#: dirmngr/certcache.c:157 +#, c-format +msgid "can't release lock on the certificate cache: %s\n" +msgstr "无法解除证书缓存上的锁:%s\n" + +#: dirmngr/certcache.c:297 +#, c-format +msgid "dropping %u certificates from the cache\n" +msgstr "从缓存中丢弃 %u 个证书\n" + +#: dirmngr/certcache.c:415 dirmngr/certcache.c:505 dirmngr/certcache.c:615 +#, c-format +msgid "can't parse certificate '%s': %s\n" +msgstr "无法解析证书‘%s’:%s\n" + +#: dirmngr/certcache.c:423 dirmngr/certcache.c:512 dirmngr/certcache.c:626 +#, c-format +msgid "certificate '%s' already cached\n" +msgstr "证书‘%s’已被缓存\n" + +#: dirmngr/certcache.c:430 dirmngr/certcache.c:520 dirmngr/certcache.c:635 +#, c-format +msgid "trusted certificate '%s' loaded\n" +msgstr "受信任证书‘%s’已加载\n" + +#: dirmngr/certcache.c:432 +#, c-format +msgid "certificate '%s' loaded\n" +msgstr "证书‘%s’已加载\n" + +#: dirmngr/certcache.c:436 dirmngr/certcache.c:522 dirmngr/certcache.c:637 +#, c-format +msgid " SHA1 fingerprint = %s\n" +msgstr " SHA1 指纹 = %s\n" + +#: dirmngr/certcache.c:439 dirmngr/certcache.c:525 dirmngr/certcache.c:640 +msgid " issuer =" +msgstr " 签发者 =" + +#: dirmngr/certcache.c:440 dirmngr/certcache.c:526 dirmngr/certcache.c:641 +msgid " subject =" +msgstr " 主题 =" + +#: dirmngr/certcache.c:444 dirmngr/certcache.c:514 dirmngr/certcache.c:629 +#, c-format +msgid "error loading certificate '%s': %s\n" +msgstr "加载证书‘%s’时出现错误:%s\n" + +#: dirmngr/certcache.c:819 +#, c-format +msgid "permanently loaded certificates: %u\n" +msgstr "永久载入的证书: %u\n" + +#: dirmngr/certcache.c:821 +#, c-format +msgid " runtime cached certificates: %u\n" +msgstr " 运行时缓存的证书: %u\n" + +#: dirmngr/certcache.c:823 +#, c-format +msgid " trusted certificates: %u (%u,%u,%u,%u)\n" +msgstr " 信任的证书: %u (%u,%u,%u,%u)\n" + +#: dirmngr/certcache.c:851 dirmngr/dirmngr-client.c:393 +#, c-format +msgid "certificate already cached\n" +msgstr "证书已被缓存。\n" + +#: dirmngr/certcache.c:853 +#, c-format +msgid "certificate cached\n" +msgstr "证书已缓存\n" + +#: dirmngr/certcache.c:855 dirmngr/certcache.c:875 dirmngr/dirmngr-client.c:397 +#, c-format +msgid "error caching certificate: %s\n" +msgstr "缓存证书时出现错误:%s\n" + +#: dirmngr/certcache.c:938 +#, c-format +msgid "invalid SHA1 fingerprint string '%s'\n" +msgstr "无效的 SHA1 指纹字串 '%s'\n" + +#: dirmngr/certcache.c:1384 dirmngr/certcache.c:1393 +#, c-format +msgid "error fetching certificate by S/N: %s\n" +msgstr "通过 S/N 获取证书时出现错误:%s\n" + +#: dirmngr/certcache.c:1579 dirmngr/certcache.c:1588 +#, c-format +msgid "error fetching certificate by subject: %s\n" +msgstr "通过主题获取证书时出现错误:%s\n" + +#: dirmngr/certcache.c:1694 dirmngr/validate.c:483 +#, c-format +msgid "no issuer found in certificate\n" +msgstr "没有找到证书的签发者\n" + +#: dirmngr/certcache.c:1704 +#, c-format +msgid "error getting authorityKeyIdentifier: %s\n" +msgstr "获取 authorityKeyIdentifier 时出现错误:%s\n" + +#: dirmngr/crlcache.c:212 +#, c-format +msgid "creating directory '%s'\n" +msgstr "正在创建目录‘%s’\n" + +#: dirmngr/crlcache.c:216 +#, c-format +msgid "error creating directory '%s': %s\n" +msgstr "创建目录‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:244 +#, c-format +msgid "ignoring database dir '%s'\n" +msgstr "忽略数据库文件夹‘%s’\n" + +#: dirmngr/crlcache.c:253 +#, c-format +msgid "error reading directory '%s': %s\n" +msgstr "读取文件夹‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:274 +#, c-format +msgid "removing cache file '%s'\n" +msgstr "正在移除缓存文件‘%s’\n" + +#: dirmngr/crlcache.c:283 +#, c-format +msgid "not removing file '%s'\n" +msgstr "未能移除文件‘%s’\n" + +#: dirmngr/crlcache.c:372 dirmngr/crlcache.c:1118 dirmngr/crlcache.c:2380 +#, c-format +msgid "error closing cache file: %s\n" +msgstr "关闭缓存文件时出现错误:%s\n" + +#: dirmngr/crlcache.c:410 dirmngr/crlcache.c:794 +#, c-format +msgid "failed to open cache dir file '%s': %s\n" +msgstr "打开缓存目录文件‘%s’失败:%s\n" + +#: dirmngr/crlcache.c:420 +#, c-format +msgid "error creating new cache dir file '%s': %s\n" +msgstr "创建新的缓存目录文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:427 +#, c-format +msgid "error writing new cache dir file '%s': %s\n" +msgstr "写入新的缓存目录文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:434 +#, c-format +msgid "error closing new cache dir file '%s': %s\n" +msgstr "关闭新的缓存目录文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:439 +#, c-format +msgid "new cache dir file '%s' created\n" +msgstr "新的缓存目录文件‘%s’已创建\n" + +#: dirmngr/crlcache.c:444 +#, c-format +msgid "failed to re-open cache dir file '%s': %s\n" +msgstr "重新打开缓存目录文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:472 +#, c-format +msgid "first record of '%s' is not the version\n" +msgstr "‘%s’的第一条记录不是版本信息\n" + +#: dirmngr/crlcache.c:487 +#, c-format +msgid "old version of cache directory - cleaning up\n" +msgstr "缓存目录的旧版 - 正在清理\n" + +#: dirmngr/crlcache.c:503 +#, c-format +msgid "old version of cache directory - giving up\n" +msgstr "缓存目录的旧版 - 放弃\n" + +#: dirmngr/crlcache.c:614 +#, c-format +msgid "extra field detected in crl record of '%s' line %u\n" +msgstr "在‘%s’的 CRL 记录的第 %u 行检测到额外信息\n" + +#: dirmngr/crlcache.c:622 +#, c-format +msgid "invalid line detected in '%s' line %u\n" +msgstr "在‘%s’的第 %u 行检测到无效的行\n" + +#: dirmngr/crlcache.c:631 +#, c-format +msgid "duplicate entry detected in '%s' line %u\n" +msgstr "在‘%s’的第 %u 行检测到重复的条目\n" + +#: dirmngr/crlcache.c:646 +#, c-format +msgid "unsupported record type in '%s' line %u skipped\n" +msgstr "已跳过‘%s’的第 %u 行的不支持的记录\n" + +#: dirmngr/crlcache.c:672 +#, c-format +msgid "invalid issuer hash in '%s' line %u\n" +msgstr "" +"在‘%s’的第 %u 行检测到无效的签发者散列\n" +"\n" + +#: dirmngr/crlcache.c:678 +#, c-format +msgid "no issuer DN in '%s' line %u\n" +msgstr "" +"在‘%s’的第 %u 行没有签发者 DN\n" +"\n" + +#: dirmngr/crlcache.c:685 +#, c-format +msgid "invalid timestamp in '%s' line %u\n" +msgstr "" +"在‘%s’的第 %u 行检测到无效的时间戳\n" +"\n" + +#: dirmngr/crlcache.c:691 +#, c-format +msgid "WARNING: invalid cache file hash in '%s' line %u\n" +msgstr "" +"警告:在‘%s’的第 %u 行检测到无效的缓存文件\n" +"\n" + +#: dirmngr/crlcache.c:697 +#, c-format +msgid "detected errors in cache dir file\n" +msgstr "在缓存目录文件中检测到错误\n" + +#: dirmngr/crlcache.c:698 +#, c-format +msgid "please check the reason and manually delete that file\n" +msgstr "请检查理由并手动删除那个文件\n" + +#: dirmngr/crlcache.c:826 dirmngr/crlcache.c:840 +#, c-format +msgid "failed to create temporary cache dir file '%s': %s\n" +msgstr "创建临时缓存目录文件‘%s’时失败:%s\n" + +#: dirmngr/crlcache.c:936 +#, c-format +msgid "error closing '%s': %s\n" +msgstr "关闭‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:948 +#, c-format +msgid "error renaming '%s' to '%s': %s\n" +msgstr "将‘%s’重命名为‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:1002 +#, c-format +msgid "can't hash '%s': %s\n" +msgstr "无法取‘%s’的散列:%s\n" + +#: dirmngr/crlcache.c:1010 +#, c-format +msgid "error setting up MD5 hash context: %s\n" +msgstr "设置 MD5 散列上下文时出现错误:%s\n" + +#: dirmngr/crlcache.c:1026 +#, c-format +msgid "error hashing '%s': %s\n" +msgstr "计算‘%s’的散列时出现错误:%s\n" + +#: dirmngr/crlcache.c:1054 +#, c-format +msgid "invalid formatted checksum for '%s'\n" +msgstr "‘%s’具有无效的校验和格式\n" + +#: dirmngr/crlcache.c:1107 +#, c-format +msgid "too many open cache files; can't open anymore\n" +msgstr "已经打开太多缓存文件;无法打开更多\n" + +#: dirmngr/crlcache.c:1125 +#, c-format +msgid "opening cache file '%s'\n" +msgstr "正在打开缓存文件‘%s’\n" + +#: dirmngr/crlcache.c:1144 +#, c-format +msgid "error opening cache file '%s': %s\n" +msgstr "打开缓存文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:1153 +#, c-format +msgid "error initializing cache file '%s' for reading: %s\n" +msgstr "为读取初始化缓存文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:1174 +#, c-format +msgid "calling unlock_db_file on a closed file\n" +msgstr "对一个已关闭的文件调用 unlock_db_file 方法\n" + +#: dirmngr/crlcache.c:1176 +#, c-format +msgid "calling unlock_db_file on an unlocked file\n" +msgstr "对一个已解锁的文件调用 unlock_db_file 方法\n" + +#: dirmngr/crlcache.c:1230 +#, c-format +msgid "failed to create a new cache object: %s\n" +msgstr "创建新的缓存对象失败:%s\n" + +#: dirmngr/crlcache.c:1287 +#, c-format +msgid "no CRL available for issuer id %s\n" +msgstr "签发者标识为 %s 的 CRL 不可用\n" + +#: dirmngr/crlcache.c:1294 +#, c-format +msgid "cached CRL for issuer id %s too old; update required\n" +msgstr "签发者标识 %s 的 CRL 缓存太旧;要求更新\n" + +#: dirmngr/crlcache.c:1308 +#, c-format +msgid "" +"force-crl-refresh active and %d minutes passed for issuer id %s; update " +"required\n" +msgstr "" +"force-crl-refresh 选项已启用并且已过去 %d 分钟,签发者标识为 %s ; 要求更新\n" + +#: dirmngr/crlcache.c:1316 +#, c-format +msgid "force-crl-refresh active for issuer id %s; update required\n" +msgstr "签发者标识 %s 的 force-crl-refresh 选项已启用; 要求更新\n" + +#: dirmngr/crlcache.c:1325 +#, c-format +msgid "available CRL for issuer ID %s can't be used\n" +msgstr "签发者标识 %s 的可用 CRL 不能被使用\n" + +#: dirmngr/crlcache.c:1336 +#, c-format +msgid "cached CRL for issuer id %s tampered; we need to update\n" +msgstr "签发者标识 %s 缓存的 CRL 被修改;我们需要更新\n" + +#: dirmngr/crlcache.c:1348 +#, c-format +msgid "WARNING: invalid cache record length for S/N " +msgstr "警告:S/N 具有无效的缓存记录长度 " + +#: dirmngr/crlcache.c:1358 +#, c-format +msgid "problem reading cache record for S/N %s: %s\n" +msgstr "读取 S/N %s 的缓存记录时出现问题:%s\n" + +#: dirmngr/crlcache.c:1361 +#, c-format +msgid "S/N %s is not valid; reason=%02X date=%.15s\n" +msgstr "S/N %s 无效;原因=%02X 日期=%.15s\n" + +#: dirmngr/crlcache.c:1372 +#, c-format +msgid "S/N %s is valid, it is not listed in the CRL\n" +msgstr "S/N %s 有效,其未被列入 CRL\n" + +#: dirmngr/crlcache.c:1380 +#, c-format +msgid "error getting data from cache file: %s\n" +msgstr "从缓存文件中获取数据时出现错误:%s\n" + +#: dirmngr/crlcache.c:1601 dirmngr/crlcache.c:1672 dirmngr/crlcache.c:1697 +#: dirmngr/crlcache.c:1763 +#, c-format +msgid "got an invalid S-expression from libksba\n" +msgstr "从 libksba 获得了无效的 S 表达式\n" + +#: dirmngr/crlcache.c:1608 dirmngr/crlcache.c:1679 dirmngr/crlcache.c:1705 +#: dirmngr/crlcache.c:1770 dirmngr/misc.c:176 +#, c-format +msgid "converting S-expression failed: %s\n" +msgstr "转换 S 表达式时失败:%s\n" + +#: dirmngr/crlcache.c:1630 dirmngr/validate.c:964 +#, c-format +msgid "unknown hash algorithm '%s'\n" +msgstr "未知的散列算法‘%s’\n" + +#: dirmngr/crlcache.c:1637 +#, c-format +msgid "gcry_md_open for algorithm %d failed: %s\n" +msgstr "算法 %d 的 gcry_md_open 方法失败:%s\n" + +#: dirmngr/crlcache.c:1797 dirmngr/ocsp.c:478 +#, c-format +msgid "creating S-expression failed: %s\n" +msgstr "创建 S 表达式时失败:%s\n" + +#: dirmngr/crlcache.c:1871 +#, c-format +msgid "ksba_crl_parse failed: %s\n" +msgstr "ksba_crl_parse 方法失败:%s\n" + +#: dirmngr/crlcache.c:1886 +#, c-format +msgid "error getting update times of CRL: %s\n" +msgstr "从 CRL 获取更新次数时出现错误:%s\n" + +#: dirmngr/crlcache.c:1893 +#, fuzzy, c-format +msgid "update times of this CRL: this=%s next=%s\n" +msgstr "此 CRL 的更新时间:此次=%s 下一次=%s\n" + +#: dirmngr/crlcache.c:1897 +#, c-format +msgid "nextUpdate not given; assuming a validity period of one day\n" +msgstr "nextUpdate 参数未被指定;假设有效期为一天\n" + +#: dirmngr/crlcache.c:1917 +#, c-format +msgid "error getting CRL item: %s\n" +msgstr "获取 CRL 项目时出现错误:%s\n" + +#: dirmngr/crlcache.c:1932 +#, c-format +msgid "error inserting item into temporary cache file: %s\n" +msgstr "向临时缓存文件中插入项目时出现错误:%s\n" + +#: dirmngr/crlcache.c:1959 +#, c-format +msgid "no CRL issuer found in CRL: %s\n" +msgstr "没有在 CRL 中找到 CRL 签发者: %s\n" + +#: dirmngr/crlcache.c:1974 +#, c-format +msgid "locating CRL issuer certificate by authorityKeyIdentifier\n" +msgstr "正在通过 authorityKeyIdentifier 定位 CRL 签发者\n" + +#: dirmngr/crlcache.c:2020 +#, c-format +msgid "CRL signature verification failed: %s\n" +msgstr "CRL 签名验证失败:%s\n" + +#: dirmngr/crlcache.c:2032 +#, c-format +msgid "error checking validity of CRL issuer certificate: %s\n" +msgstr "检查 CRL 签署者证书的有效性时出现错误:%s\n" + +#: dirmngr/crlcache.c:2174 +#, c-format +msgid "ksba_crl_new failed: %s\n" +msgstr "ksba_crl_new 方法失败:%s\n" + +#: dirmngr/crlcache.c:2181 +#, c-format +msgid "ksba_crl_set_reader failed: %s\n" +msgstr "ksba_crl_set_reader 方法失败:%s\n" + +#: dirmngr/crlcache.c:2215 +#, c-format +msgid "removed stale temporary cache file '%s'\n" +msgstr "移除过期的缓存文件‘%s’\n" + +#: dirmngr/crlcache.c:2219 +#, c-format +msgid "problem removing stale temporary cache file '%s': %s\n" +msgstr "移除过期的缓存文件‘%s’时出现问题:%s\n" + +#: dirmngr/crlcache.c:2229 +#, c-format +msgid "error creating temporary cache file '%s': %s\n" +msgstr "创建临时缓存文件‘%s’时出现错误:%s\n" + +#: dirmngr/crlcache.c:2239 +#, c-format +msgid "crl_parse_insert failed: %s\n" +msgstr "crl_parse_insert 方法失败:%s\n" + +#: dirmngr/crlcache.c:2249 +#, c-format +msgid "error finishing temporary cache file '%s': %s\n" +msgstr "完成临时缓存文件时出现错误‘%s’:%s\n" + +#: dirmngr/crlcache.c:2256 +#, c-format +msgid "error closing temporary cache file '%s': %s\n" +msgstr "关闭临时缓存文件时出现错误‘%s’:%s\n" + +#: dirmngr/crlcache.c:2281 +#, c-format +msgid "WARNING: new CRL still too old; it expired on %s - loading anyway\n" +msgstr "警告:新的 CRL 仍然太旧;其已在 %s 过期 - 无论如何先加载\n" + +#: dirmngr/crlcache.c:2285 +#, c-format +msgid "new CRL still too old; it expired on %s\n" +msgstr "新的 CRL 仍然太旧;其已在 %s 过期\n" + +#: dirmngr/crlcache.c:2301 +#, c-format +msgid "unknown critical CRL extension %s\n" +msgstr "未知的紧急 CRL 扩展 %s\n" + +#: dirmngr/crlcache.c:2311 +#, c-format +msgid "error reading CRL extensions: %s\n" +msgstr "读取 CRL 扩展时出现错误:%s\n" + +#: dirmngr/crlcache.c:2362 +#, c-format +msgid "creating cache file '%s'\n" +msgstr "正在创建缓存文件‘%s’\n" + +#: dirmngr/crlcache.c:2394 +#, c-format +msgid "problem renaming '%s' to '%s': %s\n" +msgstr "将‘%s’重命名为‘%s’时出现问题:%s\n" + +#: dirmngr/crlcache.c:2408 +#, c-format +msgid "" +"updating the DIR file failed - cache entry will get lost with the next " +"program start\n" +msgstr "更新 DIR 文件时失败 - 缓存条目将会在下次程序启动时丢失\n" + +#: dirmngr/crlcache.c:2445 +#, c-format +msgid "Begin CRL dump (retrieved via %s)\n" +msgstr "开始 CRL 导出(已通过 %s 取回)\n" + +#: dirmngr/crlcache.c:2468 +msgid "" +" ERROR: The CRL will not be used because it was still too old after an " +"update!\n" +msgstr " 错误:此 CRL 将不会被使用,因为它在一次更新之后仍然太旧!\n" + +#: dirmngr/crlcache.c:2471 +msgid "" +" ERROR: The CRL will not be used due to an unknown critical extension!\n" +msgstr " 错误:此 CRL 将不会被使用,因为一个未知的紧急扩展!\n" + +#: dirmngr/crlcache.c:2474 +msgid " ERROR: The CRL will not be used\n" +msgstr " 错误:此 CRL 将不会被使用\n" + +#: dirmngr/crlcache.c:2481 +msgid " ERROR: This cached CRL may have been tampered with!\n" +msgstr " 错误:此缓存的 CRL 可能已经被篡改!\n" + +#: dirmngr/crlcache.c:2499 +#, c-format +msgid " WARNING: invalid cache record length\n" +msgstr " 警告: 无效的缓存记录长度\n" + +#: dirmngr/crlcache.c:2506 +#, c-format +msgid "problem reading cache record: %s\n" +msgstr "读取缓存记录时出现问题:%s\n" + +#: dirmngr/crlcache.c:2517 +#, c-format +msgid "problem reading cache key: %s\n" +msgstr "读取缓存的密钥时出现问题:%s\n" + +#: dirmngr/crlcache.c:2548 +#, c-format +msgid "error reading cache entry from db: %s\n" +msgstr "从数据库读取缓存项目时出现错误:%s\n" + +#: dirmngr/crlcache.c:2551 +msgid "End CRL dump\n" +msgstr "结束 CRL 导出\n" + +#: dirmngr/crlcache.c:2672 +#, c-format +msgid "crl_fetch via DP failed: %s\n" +msgstr "通过 DP 的 crl_fetch 方法失败:%s\n" + +#: dirmngr/crlcache.c:2683 +#, fuzzy, c-format +msgid "crl_cache_insert via DP failed: %s\n" +msgstr "通过 DP 的 crl_cache_insert 方法失败:%s\n" + +#: dirmngr/crlcache.c:2743 +#, fuzzy, c-format +msgid "crl_cache_insert via issuer failed: %s\n" +msgstr "通过签发者的 crl_cache_insert 失败:%s\n" + +#: dirmngr/crlfetch.c:75 +#, c-format +msgid "reader to file mapping table full - waiting\n" +msgstr "读取器的文件映射表已满 - 正在等待\n" + +#: dirmngr/crlfetch.c:171 dirmngr/crlfetch.c:230 dirmngr/crlfetch.c:268 +#: dirmngr/crlfetch.c:300 +#, c-format +msgid "CRL access not possible due to disabled %s\n" +msgstr "不能进行 CRL 访问,因为 %s 已禁用\n" + +#: dirmngr/crlfetch.c:190 +#, c-format +msgid "error retrieving '%s': %s\n" +msgstr "拉取‘%s’时出现错误:%s\n" + +#: dirmngr/crlfetch.c:218 dirmngr/ldap-wrapper-ce.c:492 +#: dirmngr/ldap-wrapper.c:884 dirmngr/misc.c:573 +#, c-format +msgid "error initializing reader object: %s\n" +msgstr "初始化读取对象时出现错误:%s\n" + +#: dirmngr/crlfetch.c:237 dirmngr/crlfetch.c:263 dirmngr/crlfetch.c:295 +#: dirmngr/crlfetch.c:322 +#, c-format +msgid "CRL access not possible due to Tor mode\n" +msgstr "不能在 Tor 模式下访问 CRL \n" + +#: dirmngr/crlfetch.c:327 +#, c-format +msgid "certificate search not possible due to disabled %s\n" +msgstr "由于 %s 被关闭,无法进行证书搜索\n" + +#: dirmngr/dirmngr-client.c:72 +msgid "use OCSP instead of CRLs" +msgstr "使用 OCSP 代替 CRLs" + +#: dirmngr/dirmngr-client.c:73 +msgid "check whether a dirmngr is running" +msgstr "检查 dirmngr 是否正在运行" + +#: dirmngr/dirmngr-client.c:74 +msgid "add a certificate to the cache" +msgstr "添加一个证书到缓存" + +#: dirmngr/dirmngr-client.c:75 +msgid "validate a certificate" +msgstr "验证一个证书" + +#: dirmngr/dirmngr-client.c:76 +msgid "lookup a certificate" +msgstr "查找一个证书" + +#: dirmngr/dirmngr-client.c:77 +msgid "lookup only locally stored certificates" +msgstr "只查找本地存储的证书" + +#: dirmngr/dirmngr-client.c:78 +msgid "expect an URL for --lookup" +msgstr "--lookup 选项需要一个 URL" + +#: dirmngr/dirmngr-client.c:79 +msgid "load a CRL into the dirmngr" +msgstr "将一个 CRL 载入 dirmngr" + +#: dirmngr/dirmngr-client.c:80 +msgid "special mode for use by Squid" +msgstr "被 Squid 使用的特殊模式" + +#: dirmngr/dirmngr-client.c:81 +msgid "expect certificates in PEM format" +msgstr "预期为 PEM 格式的证书" + +#: dirmngr/dirmngr-client.c:83 +msgid "force the use of the default OCSP responder" +msgstr "强制使用默认的 OCSP 响应者" + +#: dirmngr/dirmngr-client.c:172 +msgid "Usage: dirmngr-client [options] [certfile|pattern] (-h for help)\n" +msgstr "用法: dirmngr-client [选项] [certfile|pattern] (-h 获取帮助)\n" + +#: dirmngr/dirmngr-client.c:176 +msgid "" +"Syntax: dirmngr-client [options] [certfile|pattern]\n" +"Test an X.509 certificate against a CRL or do an OCSP check\n" +"The process returns 0 if the certificate is valid, 1 if it is\n" +"not valid and other error codes for general failures\n" +msgstr "" +"语法:dirmngr-client [选项] [certfile|pattern]\n" +"通过 CRL 测试一个 X.509 证书或进行 OCSP 检查\n" +"如果证书有效,这一进程将返回 0;如果证书无效\n" +"将返回 1;其他错误代码则代表一般性的失败\n" + +#: dirmngr/dirmngr-client.c:282 dirmngr/dirmngr-client.c:912 +#, c-format +msgid "error reading certificate from stdin: %s\n" +msgstr "从标准输入(stdin)读取证书时出现错误:%s\n" + +#: dirmngr/dirmngr-client.c:289 +#, c-format +msgid "error reading certificate from '%s': %s\n" +msgstr "从‘%s’读取证书时出现错误:%s\n" + +#: dirmngr/dirmngr-client.c:303 +#, c-format +msgid "certificate too large to make any sense\n" +msgstr "证书太大以至于没有意义\n" + +#: dirmngr/dirmngr-client.c:318 +#, c-format +msgid "can't connect to the dirmngr: %s\n" +msgstr "无法连接至 dirmngr:%s\n" + +#: dirmngr/dirmngr-client.c:340 +#, c-format +msgid "lookup failed: %s\n" +msgstr "查找失败:%s\n" + +#: dirmngr/dirmngr-client.c:355 +#, c-format +msgid "loading CRL '%s' failed: %s\n" +msgstr "载入 CRL ‘%s’ 时 失败:%s\n" + +#: dirmngr/dirmngr-client.c:383 +#, c-format +msgid "a dirmngr daemon is up and running\n" +msgstr "一个 dirmngr 守护进程已开启并正在运行\n" + +#: dirmngr/dirmngr-client.c:405 +#, c-format +msgid "validation of certificate failed: %s\n" +msgstr "证书验证失败:%s\n" + +#: dirmngr/dirmngr-client.c:412 dirmngr/dirmngr-client.c:923 +#, c-format +msgid "certificate is valid\n" +msgstr "证书有效\n" + +#: dirmngr/dirmngr-client.c:418 dirmngr/dirmngr-client.c:931 +#, c-format +msgid "certificate has been revoked\n" +msgstr "证书已被吊销\n" + +#: dirmngr/dirmngr-client.c:423 dirmngr/dirmngr-client.c:933 +#, c-format +msgid "certificate check failed: %s\n" +msgstr "证书检查失败:%s\n" + +#: dirmngr/dirmngr-client.c:436 +#, c-format +msgid "got status: '%s'\n" +msgstr "已获取状态:‘%s’\n" + +#: dirmngr/dirmngr-client.c:451 +#, c-format +msgid "error writing base64 encoding: %s\n" +msgstr "写入 base64 编码时出现错误:%s\n" + +#: dirmngr/dirmngr-client.c:709 +#, c-format +msgid "unsupported inquiry '%s'\n" +msgstr "不支持的查询 '%s'\n" + +#: dirmngr/dirmngr-client.c:811 +#, c-format +msgid "absolute file name expected\n" +msgstr "需要绝对文件名\n" + +#: dirmngr/dirmngr-client.c:856 +#, c-format +msgid "looking up '%s'\n" +msgstr "正在查找‘%s’\n" + +#: dirmngr/dirmngr.c:170 +msgid "list the contents of the CRL cache" +msgstr "列出 CRL 缓存的内容" + +#: dirmngr/dirmngr.c:171 +msgid "|FILE|load CRL from FILE into cache" +msgstr "|FILE|从 FILE 中加载 CRL 到缓存" + +#: dirmngr/dirmngr.c:172 +msgid "|URL|fetch a CRL from URL" +msgstr "|URL|从 URL 处获取 CRL" + +#: dirmngr/dirmngr.c:173 +msgid "shutdown the dirmngr" +msgstr "关闭 dirmngr" + +#: dirmngr/dirmngr.c:174 +msgid "flush the cache" +msgstr "刷新缓存" + +#: dirmngr/dirmngr.c:190 tools/gpgconf-comp.c:522 tools/gpgconf-comp.c:741 +#: tools/gpgconf-comp.c:854 tools/gpgconf-comp.c:950 +msgid "|FILE|write server mode logs to FILE" +msgstr "|FILE|将服务器模式的日志写入到 FILE" + +#: dirmngr/dirmngr.c:191 +msgid "run without asking a user" +msgstr "在不询问用户的情况下运行" + +#: dirmngr/dirmngr.c:192 +msgid "force loading of outdated CRLs" +msgstr "强制载入过期的 CRLs" + +#: dirmngr/dirmngr.c:193 +msgid "allow sending OCSP requests" +msgstr "允许发送 OCSP 请求" + +#: dirmngr/dirmngr.c:195 +msgid "allow online software version check" +msgstr "允许在线软件版本检查" + +#: dirmngr/dirmngr.c:196 +msgid "inhibit the use of HTTP" +msgstr "抑制 HTTP 的使用" + +#: dirmngr/dirmngr.c:197 +msgid "inhibit the use of LDAP" +msgstr "抑制 LDAP 的使用" + +#: dirmngr/dirmngr.c:199 +msgid "ignore HTTP CRL distribution points" +msgstr "忽略 HTTP CRL 分发点" + +#: dirmngr/dirmngr.c:201 +msgid "ignore LDAP CRL distribution points" +msgstr "忽略 LDAP CRL 分发点" + +#: dirmngr/dirmngr.c:203 +msgid "ignore certificate contained OCSP service URLs" +msgstr "忽略证书包含的 OCSP 服务 URLs" + +#: dirmngr/dirmngr.c:206 +msgid "|URL|redirect all HTTP requests to URL" +msgstr "|URL|重定向 HTTP 请求到 URL" + +#: dirmngr/dirmngr.c:208 +msgid "|HOST|use HOST for LDAP queries" +msgstr "|HOST|使用 HOST 进行 LDAP 查询" + +#: dirmngr/dirmngr.c:210 +msgid "do not use fallback hosts with --ldap-proxy" +msgstr "使用 --ldap-proxy 选项以不使用回退主机" + +#: dirmngr/dirmngr.c:213 +msgid "|FILE|read LDAP server list from FILE" +msgstr "|FILE|从 FILE 中读取 LDAP 服务器列表" + +#: dirmngr/dirmngr.c:215 +msgid "add new servers discovered in CRL distribution points to serverlist" +msgstr "添加从 CRL 分发点发现的新服务器到服务器列表" + +#: dirmngr/dirmngr.c:218 dirmngr/dirmngr_ldap.c:137 +msgid "|N|set LDAP timeout to N seconds" +msgstr "|N|设置 LDAP 超时时间为 N 秒" + +#: dirmngr/dirmngr.c:221 +msgid "|URL|use OCSP responder at URL" +msgstr "|URL|使用 URL 处的 OCSP 响应者" + +#: dirmngr/dirmngr.c:223 +msgid "|FPR|OCSP response signed by FPR" +msgstr "|FPR|OCSP 响应由 FPR 签名" + +#: dirmngr/dirmngr.c:229 +msgid "|N|do not return more than N items in one query" +msgstr "|N|在一次查询中最多返回 N 个项目" + +#: dirmngr/dirmngr.c:234 +msgid "|FILE|use the CA certificates in FILE for HKP over TLS" +msgstr "|FILE|为承载 HKP 的 TLS 使用 FILE 中的 CA 证书" + +#: dirmngr/dirmngr.c:236 +msgid "route all network traffic via Tor" +msgstr "通过 Tor 转发所有网络流量" + +#: dirmngr/dirmngr.c:265 +msgid "" +"@\n" +"(See the \"info\" manual for a complete listing of all commands and " +"options)\n" +msgstr "" +"@\n" +"(参阅 \"info\" 手册以获取一份所有命令及选项的完整列表)\n" + +#: dirmngr/dirmngr.c:407 +msgid "Usage: @DIRMNGR@ [options] (-h for help)" +msgstr "用法:@DIRMNGR@ [选项] (-h 获取帮助)" + +#: dirmngr/dirmngr.c:409 +msgid "" +"Syntax: @DIRMNGR@ [options] [command [args]]\n" +"Keyserver, CRL, and OCSP access for @GNUPG@\n" +msgstr "" +"语法:@DIRMNGR@ [选项] [命令 [参数]]\n" +"@GNUPG@ 的公钥服务器、CRL 和 OCSP 访问\n" + +#: dirmngr/dirmngr.c:489 +#, c-format +msgid "valid debug levels are: %s\n" +msgstr "有效的调试等级为:%s\n" + +#: dirmngr/dirmngr.c:575 tools/gpgconf.c:647 tools/gpgconf.c:682 +#: tools/gpgconf.c:780 +#, c-format +msgid "usage: %s [options] " +msgstr "用法:%s [选项] " + +#: dirmngr/dirmngr.c:1212 +#, c-format +msgid "colons are not allowed in the socket name\n" +msgstr "套接字名称中不允许使用冒号\n" + +#: dirmngr/dirmngr.c:1444 dirmngr/server.c:1824 +#, c-format +msgid "fetching CRL from '%s' failed: %s\n" +msgstr "从‘%s’处获取 CRL 时失败:%s\n" + +#: dirmngr/dirmngr.c:1450 dirmngr/server.c:1830 +#, c-format +msgid "processing CRL from '%s' failed: %s\n" +msgstr "从‘%s’处处理 CRL 时失败:%s\n" + +#: dirmngr/dirmngr.c:1645 +#, c-format +msgid "%s:%u: line too long - skipped\n" +msgstr "%s:%u: 行太长 - 跳过\n" + +#: dirmngr/dirmngr.c:1700 dirmngr/dirmngr.c:1784 +#, c-format +msgid "%s:%u: invalid fingerprint detected\n" +msgstr "%s:%u: 检测到无效指纹\n" + +#: dirmngr/dirmngr.c:1736 dirmngr/dirmngr.c:1762 tools/gpgconf-comp.c:4191 +#, c-format +msgid "%s:%u: read error: %s\n" +msgstr "%s:%u: 读取错误:%s\n" + +#: dirmngr/dirmngr.c:1791 +#, c-format +msgid "%s:%u: garbage at end of line ignored\n" +msgstr "%s:%u: 已忽略行尾部的垃圾数据\n" + +#: dirmngr/dirmngr.c:1860 +#, c-format +msgid "SIGHUP received - re-reading configuration and flushing caches\n" +msgstr "接收到 SIGHUP 信号 -正在重新读取配置文件并刷新缓存\n" + +#: dirmngr/dirmngr.c:1900 +#, c-format +msgid "SIGUSR2 received - no action defined\n" +msgstr "接收到 SIGUSR2 信号 - 未定义要进行的操作\n" + +#: dirmngr/dirmngr.c:1905 +#, c-format +msgid "SIGTERM received - shutting down ...\n" +msgstr "接收到 SIGTERM 信号 - 正在关闭...\n" + +#: dirmngr/dirmngr.c:1907 +#, c-format +msgid "SIGTERM received - still %d active connections\n" +msgstr "接收到 SIGTERM 信号 - 仍然有 %d 个活动的连接\n" + +#: dirmngr/dirmngr.c:1912 +#, c-format +msgid "shutdown forced\n" +msgstr "强制关闭\n" + +#: dirmngr/dirmngr.c:1920 +#, c-format +msgid "SIGINT received - immediate shutdown\n" +msgstr "收到 SIGINT 信号 - 立即关闭\n" + +#: dirmngr/dirmngr.c:1927 +#, c-format +msgid "signal %d received - no action defined\n" +msgstr "收到 %d 信号 - 未定义要进行的操作\n" + +#: dirmngr/dirmngr_ldap.c:138 +msgid "return all values in a record oriented format" +msgstr "以记录导向的格式返回所有值" + +#: dirmngr/dirmngr_ldap.c:141 +msgid "|NAME|ignore host part and connect through NAME" +msgstr "|NAME|忽略主机部分并通过 NAME 进行连接" + +#: dirmngr/dirmngr_ldap.c:142 +msgid "|NAME|connect to host NAME" +msgstr "|NAME|连接到以 NAME 命名的主机" + +#: dirmngr/dirmngr_ldap.c:143 +msgid "|N|connect to port N" +msgstr "|N|连接到端口 N" + +#: dirmngr/dirmngr_ldap.c:144 +msgid "|NAME|use user NAME for authentication" +msgstr "|NAME|使用用户名称 NAME 进行身份验证" + +#: dirmngr/dirmngr_ldap.c:145 +msgid "|PASS|use password PASS for authentication" +msgstr "|PASS|使用密码 PASS 进行身份验证" + +#: dirmngr/dirmngr_ldap.c:147 +msgid "take password from $DIRMNGR_LDAP_PASS" +msgstr "从 $DIRMNGR_LDAP_PASS 取得密码" + +#: dirmngr/dirmngr_ldap.c:148 +msgid "|STRING|query DN STRING" +msgstr "|STRING|查询 DN STRING" + +#: dirmngr/dirmngr_ldap.c:149 +msgid "|STRING|use STRING as filter expression" +msgstr "|STRING|使用 STRING 作为过滤器扩展" + +#: dirmngr/dirmngr_ldap.c:150 +msgid "|STRING|return the attribute STRING" +msgstr "|STRING|返回属性 STRING" + +#: dirmngr/dirmngr_ldap.c:211 +msgid "Usage: dirmngr_ldap [options] [URL] (-h for help)\n" +msgstr "用法: dirmngr_ldap [选项] [URL] (-h 获取帮助)\n" + +#: dirmngr/dirmngr_ldap.c:214 +msgid "" +"Syntax: dirmngr_ldap [options] [URL]\n" +"Internal LDAP helper for Dirmngr\n" +"Interface and options may change without notice\n" +msgstr "" +"语法:dirmngr_ldap [选项] [URL]\n" +"Dirmngr 的内部 LDAP 助手\n" +"接口和选项可能在没有通知的情况下改变\n" + +#: dirmngr/dirmngr_ldap.c:340 +#, c-format +msgid "invalid port number %d\n" +msgstr "无效的端口号 %d\n" + +#: dirmngr/dirmngr_ldap.c:456 +#, c-format +msgid "scanning result for attribute '%s'\n" +msgstr "为属性‘%s’搜索结果\n" + +#: dirmngr/dirmngr_ldap.c:463 dirmngr/dirmngr_ldap.c:546 +#: dirmngr/dirmngr_ldap.c:570 dirmngr/dirmngr_ldap.c:582 +#: dirmngr/dirmngr_ldap.c:720 +#, c-format +msgid "error writing to stdout: %s\n" +msgstr "写入到标准输出(stdout)时出现错误:%s\n" + +#: dirmngr/dirmngr_ldap.c:480 +#, c-format +msgid " available attribute '%s'\n" +msgstr " 可用属性‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:518 +#, c-format +msgid "attribute '%s' not found\n" +msgstr "属性‘%s’未找到\n" + +#: dirmngr/dirmngr_ldap.c:525 +#, c-format +msgid "found attribute '%s'\n" +msgstr "找到属性‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:634 +#, c-format +msgid "processing url '%s'\n" +msgstr "正在处理 URL ‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:636 +#, c-format +msgid " user '%s'\n" +msgstr " 用户‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:638 +#, c-format +msgid " pass '%s'\n" +msgstr " 密码‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:640 +#, c-format +msgid " host '%s'\n" +msgstr " 主机‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:641 +#, c-format +msgid " port %d\n" +msgstr " 端口 %d\n" + +#: dirmngr/dirmngr_ldap.c:643 +#, c-format +msgid " DN '%s'\n" +msgstr " DN ‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:645 +#, c-format +msgid " filter '%s'\n" +msgstr " 过滤器 ‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:650 dirmngr/dirmngr_ldap.c:653 +#, c-format +msgid " attr '%s'\n" +msgstr " 属性 ‘%s’\n" + +#: dirmngr/dirmngr_ldap.c:659 +#, c-format +msgid "no host name in '%s'\n" +msgstr "‘%s’中没有主机名\n" + +#: dirmngr/dirmngr_ldap.c:664 +#, c-format +msgid "no attribute given for query '%s'\n" +msgstr "未指定查询‘%s’的属性\n" + +#: dirmngr/dirmngr_ldap.c:670 +#, c-format +msgid "WARNING: using first attribute only\n" +msgstr "警告:仅使用第一个属性\n" + +#: dirmngr/dirmngr_ldap.c:679 +#, c-format +msgid "LDAP init to '%s:%d' failed: %s\n" +msgstr "LDAP 初始化至 ‘%s:%d’ 时失败:%s\n" + +#: dirmngr/dirmngr_ldap.c:702 +#, c-format +msgid "binding to '%s:%d' failed: %s\n" +msgstr "绑定至‘%s:%d’时失败:%s\n" + +#: dirmngr/dirmngr_ldap.c:729 +#, c-format +msgid "searching '%s' failed: %s\n" +msgstr "搜索‘%s’时失败:%s\n" + +#: dirmngr/dirmngr_ldap.c:761 +#, c-format +msgid "'%s' is not an LDAP URL\n" +msgstr "‘%s’不是一个 LDAP URL\n" + +#: dirmngr/dirmngr_ldap.c:767 +#, c-format +msgid "'%s' is an invalid LDAP URL\n" +msgstr "‘%s’是一个无效的 LDAP URL\n" + +#: dirmngr/http.c:1987 dirmngr/ocsp.c:255 +#, c-format +msgid "error accessing '%s': http status %u\n" +msgstr "访问‘%s’时出现错误:http 状态码 %u\n" + +#: dirmngr/http.c:3629 dirmngr/ocsp.c:229 +#, c-format +msgid "URL '%s' redirected to '%s' (%u)\n" +msgstr "URL '%s' 重定向到 '%s' (%u)\n" + +#: dirmngr/http.c:3635 dirmngr/ocsp.c:246 +#, c-format +msgid "too many redirections\n" +msgstr "过多重定向\n" + +#: dirmngr/http.c:3747 +#, fuzzy, c-format +#| msgid "writing to '%s'\n" +msgid "redirection changed to '%s'\n" +msgstr "正在写入‘%s’\n" + +#: dirmngr/ldap-wrapper.c:237 +#, c-format +msgid "error printing log line: %s\n" +msgstr "打印日志行时出现错误:%s\n" + +#: dirmngr/ldap-wrapper.c:267 +#, c-format +msgid "error reading log from ldap wrapper %d: %s\n" +msgstr "从 ldap wrapper %d 处读取日志时出现错误:%s\n" + +#: dirmngr/ldap-wrapper.c:454 +#, c-format +msgid "ldap wrapper %d ready" +msgstr "ldap wrapper %d 就绪" + +#: dirmngr/ldap-wrapper.c:463 +#, c-format +msgid "ldap wrapper %d ready: timeout\n" +msgstr "ldap wrapper %d 就绪:超时\n" + +#: dirmngr/ldap-wrapper.c:466 +#, c-format +msgid "ldap wrapper %d ready: exitcode=%d\n" +msgstr "ldap wrapper %d 就绪:退出代码=%d\n" + +#: dirmngr/ldap-wrapper.c:475 +#, c-format +msgid "waiting for ldap wrapper %d failed: %s\n" +msgstr "等待 ldap wrapper %d 时失败:%s\n" + +#: dirmngr/ldap-wrapper.c:487 +#, c-format +msgid "ldap wrapper %d stalled - killing\n" +msgstr "ldap wrapper %d 已挂起 - 正在关闭\n" + +#: dirmngr/ldap.c:91 +#, c-format +msgid "invalid char 0x%02x in host name - not added\n" +msgstr "主机名中存在无效字符 0x%02x - 未被添加\n" + +#: dirmngr/ldap.c:95 +#, c-format +msgid "adding '%s:%d' to the ldap server list\n" +msgstr "正在将‘%s:%d’添加至 ldap 服务器列表\n" + +#: dirmngr/ldap.c:98 dirmngr/misc.c:512 +#, c-format +msgid "malloc failed: %s\n" +msgstr "malloc 方法失败:%s\n" + +#: dirmngr/ldap.c:627 +#, c-format +msgid "start_cert_fetch: invalid pattern '%s'\n" +msgstr "start_cert_fetch:无效的模式‘%s’\n" + +#: dirmngr/ldap.c:839 +#, c-format +msgid "ldap_search hit the size limit of the server\n" +msgstr "ldap_search 方法触及服务器的大小限制\n" + +#: dirmngr/misc.c:172 +#, c-format +msgid "invalid canonical S-expression found\n" +msgstr "无效的规范 S-表达式\n" + +#: dirmngr/misc.c:196 dirmngr/misc.c:230 +#, c-format +msgid "gcry_md_open failed: %s\n" +msgstr "gcry_md_open 方法失败:%s\n" + +#: dirmngr/misc.c:201 dirmngr/misc.c:235 +#, c-format +msgid "oops: ksba_cert_hash failed: %s\n" +msgstr "oops: ksba_cert_hash 方法失败:%s\n" + +#: dirmngr/misc.c:528 +#, c-format +msgid "bad URL encoding detected\n" +msgstr "检测到错误的 URL 编码\n" + +#: dirmngr/ocsp.c:80 +#, c-format +msgid "error reading from responder: %s\n" +msgstr "从响应者处读取失败:%s\n" + +#: dirmngr/ocsp.c:98 +#, c-format +msgid "response from server too large; limit is %d bytes\n" +msgstr "服务器的响应太长;限制为 %d 字节\n" + +#: dirmngr/ocsp.c:148 +#, c-format +msgid "OCSP request not possible due to Tor mode\n" +msgstr "不能在 Tor 模式下进行 OCSP 请求\n" + +#: dirmngr/ocsp.c:154 +#, c-format +msgid "OCSP request not possible due to disabled HTTP\n" +msgstr "不能进行 OCSP 请求,因为 HTTP 已禁用\n" + +#: dirmngr/ocsp.c:161 +#, c-format +msgid "error setting OCSP target: %s\n" +msgstr "设置 OCSP 目标时出现错误:%s\n" + +#: dirmngr/ocsp.c:179 +#, c-format +msgid "error building OCSP request: %s\n" +msgstr "构建 OCSP 请求时出现错误:%s\n" + +#: dirmngr/ocsp.c:192 +#, c-format +msgid "error connecting to '%s': %s\n" +msgstr "连接到‘%s’时出现错误:%s\n" + +#: dirmngr/ocsp.c:218 dirmngr/ocsp.c:270 +#, c-format +msgid "error reading HTTP response for '%s': %s\n" +msgstr "读取‘%s’的 HTTP 响应时出现错误:%s\n" + +#: dirmngr/ocsp.c:281 +#, c-format +msgid "error parsing OCSP response for '%s': %s\n" +msgstr "处理‘%s’的 OCSP 响应时出现错误:%s\n" + +#: dirmngr/ocsp.c:306 dirmngr/ocsp.c:337 +#, c-format +msgid "OCSP responder at '%s' status: %s\n" +msgstr "‘%s’处的 OCSP 响应者状态:%s\n" + +#: dirmngr/ocsp.c:322 +#, c-format +msgid "failed to establish a hashing context for OCSP: %s\n" +msgstr "为 OCSP 创建散列上下文失败:%s\n" + +#: dirmngr/ocsp.c:332 +#, c-format +msgid "hashing the OCSP response for '%s' failed: %s\n" +msgstr "计算‘%s’的 OCSP 请求的散列时失败:%s\n" + +#: dirmngr/ocsp.c:376 +#, c-format +msgid "not signed by a default OCSP signer's certificate" +msgstr "并非由一个默认的 OCSP 签名者的证书签名" + +#: dirmngr/ocsp.c:522 +#, c-format +msgid "allocating list item failed: %s\n" +msgstr "分配列表项时失败:%s\n" + +#: dirmngr/ocsp.c:537 dirmngr/ocsp.c:724 +#, c-format +msgid "error getting responder ID: %s\n" +msgstr "获取响应者 ID 时出现错误:%s\n" + +#: dirmngr/ocsp.c:584 +#, c-format +msgid "no suitable certificate found to verify the OCSP response\n" +msgstr "未找到合适的证书来验证 OCSP 请求\n" + +#: dirmngr/ocsp.c:623 dirmngr/validate.c:648 +#, c-format +msgid "issuer certificate not found: %s\n" +msgstr "未找到签发者证书:%s\n" + +#: dirmngr/ocsp.c:633 +#, c-format +msgid "caller did not return the target certificate\n" +msgstr "调用者没有返回目标证书\n" + +#: dirmngr/ocsp.c:640 +#, c-format +msgid "caller did not return the issuing certificate\n" +msgstr "调用者没有返回签发的证书\n" + +#: dirmngr/ocsp.c:650 +#, c-format +msgid "failed to allocate OCSP context: %s\n" +msgstr "分配 OCSP 上下文时失败:%s\n" + +#: dirmngr/ocsp.c:689 +#, c-format +msgid "no default OCSP responder defined\n" +msgstr "未定义默认的 OCSP 响应者\n" + +#: dirmngr/ocsp.c:695 +#, c-format +msgid "no default OCSP signer defined\n" +msgstr "未定义默认的 OCSP 签名者\n" + +#: dirmngr/ocsp.c:702 +#, c-format +msgid "using default OCSP responder '%s'\n" +msgstr "正在使用默认的 OCSP 响应者‘%s’\n" + +#: dirmngr/ocsp.c:707 +#, c-format +msgid "using OCSP responder '%s'\n" +msgstr "正在使用 OCSP 响应者‘%s’\n" + +#: dirmngr/ocsp.c:764 +#, c-format +msgid "error getting OCSP status for target certificate: %s\n" +msgstr "获取目标证书的 OCSP 状态时出现错误:%s\n" + +#: dirmngr/ocsp.c:789 +#, c-format +msgid "certificate status is: %s (this=%s next=%s)\n" +msgstr "证书状态:%s (当前=%s 下一个=%s)\n" + +#: dirmngr/ocsp.c:790 +msgid "good" +msgstr "良好" + +#: dirmngr/ocsp.c:796 +#, c-format +msgid "certificate has been revoked at: %s due to: %s\n" +msgstr "证书已经被吊销于: %s 原因是: %s\n" + +#: dirmngr/ocsp.c:831 +#, c-format +msgid "OCSP responder returned a status in the future\n" +msgstr "OCSP 响应者返回了将来的状态\n" + +#: dirmngr/ocsp.c:843 +#, c-format +msgid "OCSP responder returned a non-current status\n" +msgstr "OCSP 响应者返回了一个非当前的状态\n" + +#: dirmngr/ocsp.c:858 +#, c-format +msgid "OCSP responder returned an too old status\n" +msgstr "OCSP 返回了一个太以前的状态\n" + +#: dirmngr/server.c:394 dirmngr/server.c:503 dirmngr/server.c:549 +#, c-format +msgid "assuan_inquire(%s) failed: %s\n" +msgstr "assuan_inquire(%s) 方法失败:%s\n" + +#: dirmngr/server.c:1158 +msgid "ldapserver missing" +msgstr "ldapserver 缺失" + +#: dirmngr/server.c:1224 +msgid "serialno missing in cert ID" +msgstr "证书 ID 中的序列号缺失" + +#: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 +#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#, c-format +msgid "assuan_inquire failed: %s\n" +msgstr "assuan_inquire 方法失败:%s\n" + +#: dirmngr/server.c:1516 +#, c-format +msgid "fetch_cert_by_url failed: %s\n" +msgstr "fetch_cert_by_url 方法失败:%s\n" + +#: dirmngr/server.c:1528 dirmngr/server.c:1559 dirmngr/server.c:1718 +#, c-format +msgid "error sending data: %s\n" +msgstr "发送数据时出现错误:%s\n" + +#: dirmngr/server.c:1666 +#, c-format +msgid "start_cert_fetch failed: %s\n" +msgstr "start_cert_fetch 方法失败:%s\n" + +#: dirmngr/server.c:1699 +#, c-format +msgid "fetch_next_cert failed: %s\n" +msgstr "fetch_next_cert 方法失败:%s\n" + +#: dirmngr/server.c:1726 +#, c-format +msgid "max_replies %d exceeded\n" +msgstr "超过设置的 max_replies %d\n" + +#: dirmngr/server.c:2856 +#, c-format +msgid "can't allocate control structure: %s\n" +msgstr "无法分配控制结构:%s\n" + +#: dirmngr/server.c:2867 +#, c-format +msgid "failed to allocate assuan context: %s\n" +msgstr "分配 assuan 上下文时失败:%s\n" + +#: dirmngr/server.c:2888 +#, c-format +msgid "failed to initialize the server: %s\n" +msgstr "初始化服务器时失败:%s\n" + +#: dirmngr/server.c:2896 +#, c-format +msgid "failed to the register commands with Assuan: %s\n" +msgstr "向 Assuan 注册命令时失败:%s\n" + +#: dirmngr/server.c:2929 +#, c-format +msgid "Assuan accept problem: %s\n" +msgstr "Assuan 接受出现问题:%s\n" + +#: dirmngr/server.c:2948 +#, c-format +msgid "Assuan processing failed: %s\n" +msgstr "Assuan 处理时失败:%s\n" + +#: dirmngr/validate.c:238 +#, c-format +msgid "accepting root CA not marked as a CA" +msgstr "正在接受的根 CA 没有被标记为一个 CA" + +#: dirmngr/validate.c:264 +#, c-format +msgid "CRL checking too deeply nested\n" +msgstr "CRL 检查时出现过深层的嵌套\n" + +#: dirmngr/validate.c:282 +msgid "not checking CRL for" +msgstr "未检查 CRL ,对于" + +#: dirmngr/validate.c:287 +msgid "checking CRL for" +msgstr "正在检查 CRL,对于" + +#: dirmngr/validate.c:556 +#, c-format +msgid "selfsigned certificate has a BAD signature" +msgstr "自签名证书具有损坏的签名" + +#: dirmngr/validate.c:590 +#, c-format +msgid "checking trustworthiness of root certificate failed: %s\n" +msgstr "检查根证书的信任度时失败:%s\n" + +#: dirmngr/validate.c:769 +#, c-format +msgid "certificate chain is good\n" +msgstr "证书链良好\n" + +#: dirmngr/validate.c:1276 +#, c-format +msgid "certificate should not have been used for CRL signing\n" +msgstr "证书本不应被用于 CRL 签名\n" + +#: tools/gpg-connect-agent.c:79 tools/gpgconf.c:109 +msgid "quiet" +msgstr "静默" + +#: tools/gpg-connect-agent.c:80 +msgid "print data out hex encoded" +msgstr "以十六进制编码打印数据" + +#: tools/gpg-connect-agent.c:81 +msgid "decode received data lines" +msgstr "解码接收到的数据行" + +#: tools/gpg-connect-agent.c:82 +msgid "connect to the dirmngr" +msgstr "连接到 dirmngr" + +#: tools/gpg-connect-agent.c:85 +msgid "|NAME|connect to Assuan socket NAME" +msgstr "|NAME|连接到名称为 NAME 的 Assuan 套接字" + +#: tools/gpg-connect-agent.c:87 +msgid "|ADDR|connect to Assuan server at ADDR" +msgstr "|ADDR|连接到地址为 ADDR 的 Assuan 服务器" + +#: tools/gpg-connect-agent.c:89 +msgid "run the Assuan server given on the command line" +msgstr "运行命令行中指定的 Assuan 服务器" + +#: tools/gpg-connect-agent.c:91 +msgid "do not use extended connect mode" +msgstr "不使用扩展连接模式" + +#: tools/gpg-connect-agent.c:93 +msgid "|FILE|run commands from FILE on startup" +msgstr "|FILE|在启动时从 FILE 处执行命令" + +#: tools/gpg-connect-agent.c:94 +msgid "run /subst on startup" +msgstr "在启动时运行 /subst" + +#: tools/gpg-connect-agent.c:208 +msgid "Usage: @GPG@-connect-agent [options] (-h for help)" +msgstr "用法:@GPG@-connect-agent [选项] (-h 获取帮助)" + +#: tools/gpg-connect-agent.c:211 +msgid "" +"Syntax: @GPG@-connect-agent [options]\n" +"Connect to a running agent and send commands\n" +msgstr "" +"语法:@GPG@-connect-agent [选项]\n" +"连接到一个正在运行的代理人程序并发送命令\n" + +#: tools/gpg-connect-agent.c:1254 +#, c-format +msgid "option \"%s\" requires a program and optional arguments\n" +msgstr "选项 “%s” 要求一个程序和可选参数\n" + +#: tools/gpg-connect-agent.c:1265 tools/gpg-connect-agent.c:1271 +#: tools/gpg-connect-agent.c:1277 +#, c-format +msgid "option \"%s\" ignored due to \"%s\"\n" +msgstr "已忽略选项 “%s”,因为 “%s”\n" + +#: tools/gpg-connect-agent.c:1375 tools/gpg-connect-agent.c:1870 +#, c-format +msgid "receiving line failed: %s\n" +msgstr "接收行失败:%s\n" + +#: tools/gpg-connect-agent.c:1465 +#, c-format +msgid "line too long - skipped\n" +msgstr "行太长 - 跳过\n" + +#: tools/gpg-connect-agent.c:1469 +#, c-format +msgid "line shortened due to embedded Nul character\n" +msgstr "行已被截断,因为内嵌有 Nul 字符\n" + +#: tools/gpg-connect-agent.c:1844 +#, c-format +msgid "unknown command '%s'\n" +msgstr "未知命令‘%s’\n" + +#: tools/gpg-connect-agent.c:1862 +#, c-format +msgid "sending line failed: %s\n" +msgstr "发送行失败:%s\n" + +#: tools/gpg-connect-agent.c:2259 +#, c-format +msgid "error sending standard options: %s\n" +msgstr "发送标准选项时出现错误:%s\n" + +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:617 tools/gpgconf-comp.c:692 +#: tools/gpgconf-comp.c:804 tools/gpgconf-comp.c:906 +msgid "Options controlling the diagnostic output" +msgstr "控制诊断输出的选项" + +#: tools/gpgconf-comp.c:494 tools/gpgconf-comp.c:630 tools/gpgconf-comp.c:705 +#: tools/gpgconf-comp.c:817 tools/gpgconf-comp.c:929 +msgid "Options controlling the configuration" +msgstr "控制配置的选项" + +#: tools/gpgconf-comp.c:517 tools/gpgconf-comp.c:659 tools/gpgconf-comp.c:736 +#: tools/gpgconf-comp.c:849 tools/gpgconf-comp.c:942 +msgid "Options useful for debugging" +msgstr "对调试有用的选项" + +#: tools/gpgconf-comp.c:530 tools/gpgconf-comp.c:669 tools/gpgconf-comp.c:862 +msgid "Options controlling the security" +msgstr "控制安全的选项" + +#: tools/gpgconf-comp.c:537 +msgid "|N|expire SSH keys after N seconds" +msgstr "|N|在 N 秒后使 SSH 密钥过期" + +#: tools/gpgconf-comp.c:541 +msgid "|N|set maximum PIN cache lifetime to N seconds" +msgstr "|N|设置 PIN 缓存的生命周期为 N 秒" + +#: tools/gpgconf-comp.c:545 +msgid "|N|set maximum SSH key lifetime to N seconds" +msgstr "|N|设置 SSH 缓存的生命周期为 N 秒" + +#: tools/gpgconf-comp.c:569 +msgid "Options enforcing a passphrase policy" +msgstr "选项强制要求一个密码策略" + +#: tools/gpgconf-comp.c:572 +msgid "do not allow bypassing the passphrase policy" +msgstr "不允许绕过密码的策略" + +#: tools/gpgconf-comp.c:576 +msgid "|N|set minimal required length for new passphrases to N" +msgstr "|N|设置要求新密码的最短长度为 N" + +#: tools/gpgconf-comp.c:580 +msgid "|N|require at least N non-alpha characters for a new passphrase" +msgstr "|N|要求新密码至少有 N 个非字母字符" + +#: tools/gpgconf-comp.c:584 +msgid "|FILE|check new passphrases against pattern in FILE" +msgstr "|FILE|按 FILE 中的样式检查新密码" + +#: tools/gpgconf-comp.c:588 +msgid "|N|expire the passphrase after N days" +msgstr "|N|在 N 天后使密码过期" + +#: tools/gpgconf-comp.c:592 +msgid "do not allow the reuse of old passphrases" +msgstr "不允许再次使用旧的密码" + +#: tools/gpgconf-comp.c:596 +msgid "|N|set the Pinentry timeout to N seconds" +msgstr "|N|设置 Pinentry 的超时时间为 N 秒" + +#: tools/gpgconf-comp.c:707 tools/gpgconf-comp.c:819 +msgid "|NAME|use NAME as default secret key" +msgstr "|NAME|使用 NAME 作为默认的私钥" + +#: tools/gpgconf-comp.c:710 tools/gpgconf-comp.c:822 +msgid "|NAME|encrypt to user ID NAME as well" +msgstr "|NAME|同时给以 NAME 为名称的用户标识加密" + +#: tools/gpgconf-comp.c:713 +msgid "|SPEC|set up email aliases" +msgstr "|SPEC|设置电子邮件别名" + +#: tools/gpgconf-comp.c:749 tools/gpgconf-comp.c:981 +msgid "Configuration for Keyservers" +msgstr "公钥服务器的配置" + +#: tools/gpgconf-comp.c:751 tools/gpgconf-comp.c:983 +msgid "|URL|use keyserver at URL" +msgstr "|URL|使用 URL 处的密钥服务器" + +#: tools/gpgconf-comp.c:754 +msgid "allow PKA lookups (DNS requests)" +msgstr "允许 PKA 查询(DNS 请求)" + +#: tools/gpgconf-comp.c:757 +msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" +msgstr "|MECHANISMS|通过邮件地址定位密钥时使用机制 MECHANISMS" + +#: tools/gpgconf-comp.c:760 +#, fuzzy +#| msgid "import keys from a keyserver" +msgid "import missing key from a signature" +msgstr "从公钥服务器上导入密钥" + +#: tools/gpgconf-comp.c:763 +#, fuzzy +#| msgid "list and check key signatures" +msgid "include the public key in signatures" +msgstr "列出并检查密钥签名" + +#: tools/gpgconf-comp.c:770 tools/gpgconf-comp.c:831 +msgid "disable all access to the dirmngr" +msgstr "禁用对 dirmngr 的所有访问" + +#: tools/gpgconf-comp.c:834 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NAME|对 PKCS#12 密码使用名为 NAME 的编码" + +#: tools/gpgconf-comp.c:870 +msgid "do not check CRLs for root certificates" +msgstr "不对根证书检查 CRLs" + +#: tools/gpgconf-comp.c:919 +msgid "Options controlling the format of the output" +msgstr "控制输出格式的选项" + +#: tools/gpgconf-comp.c:961 +msgid "Options controlling the interactivity and enforcement" +msgstr "控制交互性和执行的选项" + +#: tools/gpgconf-comp.c:974 +msgid "Options controlling the use of Tor" +msgstr "控制使用 Tor 的选项" + +#: tools/gpgconf-comp.c:988 +msgid "Configuration for HTTP servers" +msgstr "对 HTTP 服务器的配置" + +#: tools/gpgconf-comp.c:999 +msgid "use system's HTTP proxy setting" +msgstr "使用系统的 HTTP 代理设置" + +#: tools/gpgconf-comp.c:1004 +msgid "Configuration of LDAP servers to use" +msgstr "对要使用的 LDAP 服务器的配置" + +#: tools/gpgconf-comp.c:1033 +msgid "LDAP server list" +msgstr "LDAP 服务器列表" + +#: tools/gpgconf-comp.c:1041 +msgid "Configuration for OCSP" +msgstr "对于 OCSP 的配置" + +#: tools/gpgconf-comp.c:1094 +msgid "OpenPGP" +msgstr "OpenPGP" + +#: tools/gpgconf-comp.c:1095 +msgid "Private Keys" +msgstr "私钥" + +#: tools/gpgconf-comp.c:1096 +msgid "Smartcards" +msgstr "智能卡" + +#: tools/gpgconf-comp.c:1097 +msgid "S/MIME" +msgstr "S/MIME" + +#: tools/gpgconf-comp.c:1098 +msgid "Network" +msgstr "网络" + +#: tools/gpgconf-comp.c:1099 +msgid "Passphrase Entry" +msgstr "密码条目" + +#: tools/gpgconf-comp.c:1278 +msgid "Component not suitable for launching" +msgstr "组件不适合启动" + +#: tools/gpgconf-comp.c:1284 +#, fuzzy, c-format +#| msgid "External verification of component %s failed" +msgid "Configuration file of component %s is broken\n" +msgstr "组件 %s 的外部验证失败" + +#: tools/gpgconf-comp.c:1287 +#, fuzzy, c-format +#| msgid "Note: Use the command \"%s\" to restart them.\n" +msgid "Note: Use the command \"%s%s\" to get details.\n" +msgstr "注意: 使用 “%s” 来重启他们。\n" + +#: tools/gpgconf-comp.c:3446 +#, c-format +msgid "External verification of component %s failed" +msgstr "组件 %s 的外部验证失败" + +#: tools/gpgconf-comp.c:3597 +msgid "Note that group specifications are ignored\n" +msgstr "注意,群组规范已被忽略\n" + +#: tools/gpgconf-comp.c:4195 +#, c-format +msgid "error closing '%s'\n" +msgstr "关闭‘%s’时出现错误\n" + +#: tools/gpgconf-comp.c:4197 +#, c-format +msgid "error parsing '%s'\n" +msgstr "处理‘%s’时出现错误\n" + +#: tools/gpgconf.c:80 +msgid "list all components" +msgstr "列出所有组件" + +#: tools/gpgconf.c:81 +msgid "check all programs" +msgstr "检查所有程序" + +#: tools/gpgconf.c:82 +msgid "|COMPONENT|list options" +msgstr "|COMPONENT|列出选项" + +#: tools/gpgconf.c:83 +msgid "|COMPONENT|change options" +msgstr "|COMPONENT|变更选项" + +#: tools/gpgconf.c:84 +msgid "|COMPONENT|check options" +msgstr "|COMPONENT|检查选项" + +#: tools/gpgconf.c:86 +msgid "apply global default values" +msgstr "应用全局默认值" + +#: tools/gpgconf.c:88 +msgid "|FILE|update configuration files using FILE" +msgstr "|FILE|使用 FILE 更新配置文件" + +#: tools/gpgconf.c:90 +msgid "get the configuration directories for @GPGCONF@" +msgstr "为 @GPGCONF@ 获取配置目录" + +#: tools/gpgconf.c:92 +msgid "list global configuration file" +msgstr "列出全局配置文件" + +#: tools/gpgconf.c:94 +msgid "check global configuration file" +msgstr "检查全局配置文件" + +#: tools/gpgconf.c:96 +msgid "query the software version database" +msgstr "查询软件版本数据库" + +#: tools/gpgconf.c:97 +msgid "reload all or a given component" +msgstr "重新载入全部或者给定的组件" + +#: tools/gpgconf.c:98 +msgid "launch a given component" +msgstr "启动一个给定的组件" + +#: tools/gpgconf.c:99 +msgid "kill a given component" +msgstr "关闭一个给定的组件" + +#: tools/gpgconf.c:107 +msgid "use as output file" +msgstr "指定输出文件" + +#: tools/gpgconf.c:111 +msgid "activate changes at runtime, if possible" +msgstr "若可能,在运行时激活变更" + +#: tools/gpgconf.c:149 +msgid "Usage: @GPGCONF@ [options] (-h for help)" +msgstr "用法:@GPGCONF@ [选项] (-h 获取帮助)" + +#: tools/gpgconf.c:152 +msgid "" +"Syntax: @GPGCONF@ [options]\n" +"Manage configuration options for tools of the @GNUPG@ system\n" +msgstr "" +"语法 @GPGCONF@ [选项]\n" +"管理 @GNUPG@ 系统的工具的配置选项 \n" + +#: tools/gpgconf.c:649 tools/gpgconf.c:684 +msgid "Need one component argument" +msgstr "需要一个组件参数" + +#: tools/gpgconf.c:658 tools/gpgconf.c:708 tools/gpgconf.c:756 +msgid "Component not found" +msgstr "组件未找到" + +#: tools/gpgconf.c:782 +msgid "No argument allowed" +msgstr "没有参数被允许" + +#: tools/gpg-check-pattern.c:147 +msgid "Usage: gpg-check-pattern [options] patternfile (-h for help)\n" +msgstr "用法:gpg-check-pattern [选项] patternfile (-h 获取帮助)\n" + +#: tools/gpg-check-pattern.c:150 +msgid "" +"Syntax: gpg-check-pattern [options] patternfile\n" +"Check a passphrase given on stdin against the patternfile\n" +msgstr "" +"语法:gpg-check-pattern [选项] patternfile\n" +"按照 patternfile 检查一个由标准输入(stdin)给定的密码\n" + +#~ msgid "Note: old default options file '%s' ignored\n" +#~ msgstr "注意:旧的默认配置文件‘%s’已被忽略\n" + +#~ msgid "" +#~ "@\n" +#~ "Commands:\n" +#~ " " +#~ msgstr "" +#~ "@\n" +#~ "命令:\n" +#~ " " + +#~ msgid "decryption modus" +#~ msgstr "解密模式" + +#~ msgid "encryption modus" +#~ msgstr "加密模式" + +#, fuzzy +#~ msgid "tool class (confucius)" +#~ msgstr "工具类(confucius)" + +#~ msgid "program filename" +#~ msgstr "程序文件名" + +#~ msgid "secret key file (required)" +#~ msgstr "私钥文件(必须)" + +#~ msgid "input file name (default stdin)" +#~ msgstr "输入文件名(默认为标准输入 stdin)" + +#~ msgid "Usage: symcryptrun [options] (-h for help)" +#~ msgstr "用法:symcryptrun [选项] (-h 获取帮助)" + +#~ msgid "" +#~ "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " +#~ "[options...] COMMAND [inputfile]\n" +#~ "Call a simple symmetric encryption tool\n" +#~ msgstr "" +#~ "语法:symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " +#~ "[options...] COMMAND [inputfile]\n" +#~ "调用一个简单的对称加密工具\n" + +#~ msgid "%s on %s aborted with status %i\n" +#~ msgstr "%s 在 %s 上被取消,返回状态 %i\n" + +#~ msgid "%s on %s failed with status %i\n" +#~ msgstr "%s 在 %s 上失败,返回状态 %i\n" + +#~ msgid "can't create temporary directory '%s': %s\n" +#~ msgstr "无法创建临时目录‘%s’:%s\n" + +#~ msgid "could not open %s for writing: %s\n" +#~ msgstr "不能为写入打开 %s :%s\n" + +#~ msgid "error writing to %s: %s\n" +#~ msgstr "写入 %s 时出现错误:%s\n" + +#~ msgid "error reading from %s: %s\n" +#~ msgstr "读取 %s 时出现错误:%s\n" + +#~ msgid "error closing %s: %s\n" +#~ msgstr "关闭 %s 时出现错误:%s\n" + +#~ msgid "no --program option provided\n" +#~ msgstr "未提供 --program 选项\n" + +#~ msgid "only --decrypt and --encrypt are supported\n" +#~ msgstr "只要 --decrypt 和 --encrypt 被支持\n" + +#~ msgid "no --keyfile option provided\n" +#~ msgstr "没有提供 --keyfile 选项\n" + +#~ msgid "cannot allocate args vector\n" +#~ msgstr "无法分配 args 向量\n" + +#~ msgid "could not create pipe: %s\n" +#~ msgstr "无法创建管道:%s\n" + +#~ msgid "could not create pty: %s\n" +#~ msgstr "无法创建 pty:%s\n" + +#~ msgid "could not fork: %s\n" +#~ msgstr "无法执行 fork 方法:%s\n" + +#~ msgid "execv failed: %s\n" +#~ msgstr "execv 方法失败:%s\n" + +#~ msgid "select failed: %s\n" +#~ msgstr "select 失败:%s\n" + +#~ msgid "read failed: %s\n" +#~ msgstr "read 失败:%s\n" + +#~ msgid "pty read failed: %s\n" +#~ msgstr "pty 读取失败:%s\n" + +#~ msgid "waitpid failed: %s\n" +#~ msgstr "waitpid 方法失败:%s\n" + +#~ msgid "child aborted with status %i\n" +#~ msgstr "子进程被终止,返回状态为 %i\n" + +#~ msgid "cannot allocate infile string: %s\n" +#~ msgstr "无法分配 infile 字符串:%s\n" + +#~ msgid "cannot allocate outfile string: %s\n" +#~ msgstr "无法分配 outfile 字符串:%s\n" + +#~ msgid "either %s or %s must be given\n" +#~ msgstr "必须给定 %s 或 %s 中的任意一个\n" + +#~ msgid "no class provided\n" +#~ msgstr "没有给定类\n" + +#~ msgid "class %s is not supported\n" +#~ msgstr "类 %s 不被支持\n" + +#~ msgid " using certificate ID 0x%08lX\n" +#~ msgstr " 正在使用的证书标识 0x%08lX\n" + +#, fuzzy +#~| msgid "option '%s' may not be used in %s mode\n" +#~ msgid "" +#~ "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" +#~ msgstr "选项 ‘%s’ 可能不能用于 %s 模式\n" + +#, fuzzy +#~| msgid "No reason specified" +#~ msgid "unspecified" +#~ msgstr "未指定原因" + +#, fuzzy +#~| msgid "change card holder's name" +#~ msgid "change card holder's sex" +#~ msgstr "更改卡持有人的姓名" + +#~ msgid "no keyserver known (use option --keyserver)\n" +#~ msgstr "无已知的公钥服务器(使用 --keyserver 选项)\n" + +#~ msgid "error creating 'ultimately_trusted_keys' TOFU table: %s\n" +#~ msgstr "创建名为‘ultimately_trusted_keys’的TOFU 表时出现错误:%s\n" + +#~ msgid "error creating 'encryptions' TOFU table: %s\n" +#~ msgstr "创建名为‘encryptions’的TOFU 表时出现错误:%s\n" + +#~ msgid "adding column effective_policy to bindings DB: %s\n" +#~ msgstr "添加列 effective_policy 到绑定的 DB:%s\n" + +#~ msgid "resetting keydb: %s\n" +#~ msgstr "正在重置 keydb: %s\n" + +#~ msgid "error setting TOFU binding's policy to %s\n" +#~ msgstr "设置 TOFU 绑定的策略至 %s 时出现错误\n" + +#~ msgid "%s: Verified %ld~signature in the past %s." +#~ msgid_plural "%s: Verified %ld~signatures in the past %s." +#~ msgstr[0] "%s:已验证 %ld~在过去的 %s 的签名。" + +#~ msgid "Encrypted %ld~message in the past %s." +#~ msgid_plural "Encrypted %ld~messages in the past %s." +#~ msgstr[0] "已加密 %ld~个过去 %s 的信息." + +#~ msgid "error setting policy for key %s, user id \"%s\": %s" +#~ msgstr "设置密钥 %s 的策略时出现错误, 用户标识 “%s”:%s" + +#~ msgid "only SHA-1 is supported for OCSP responses\n" +#~ msgstr "对于 OCSP 响应只有 SHA-1 被支持\n" + +#~ msgid "waiting for the dirmngr to come up ... (%ds)\n" +#~ msgstr "等待 dirmngr 启动 ... (%ds)\n" + +#~ msgid "connection to the dirmngr established\n" +#~ msgstr "与 dirmngr 的连接已建立\n" + +#~ msgid "error for setup UIF: %s\n" +#~ msgstr "设置 KDF 时出现错误: %s\n" + +#~ msgid "change the User Interaction Flag" +#~ msgstr "变更用户交互选项" + +#~ msgid "Do not export user id or attribute packets" +#~ msgstr "不要导出用户标识或者属性包" + +#~ msgid "selected AEAD algorithm is invalid\n" +#~ msgstr "所选择的 AEAD 算法无效\n" + +#~ msgid "invalid personal AEAD preferences\n" +#~ msgstr "无效的个人 AEAD 偏好设置\n" + +#~ msgid "chunk size invalid - using %d\n" +#~ msgstr "块大小无效 - 使用 %d\n" + +#~ msgid "AEAD algorithm '%s' may not be used in %s mode\n" +#~ msgstr "AEAD 算法‘%s’不能在 %s 模式下使用\n" + +#~ msgid "Do not import user id or attribute packets" +#~ msgstr "不要导入用户标识或者属性包" + +#~ msgid " \"%s\": preference for AEAD algorithm %s\n" +#~ msgstr " \"%s\":关于 AEAD 算法 %s 的偏好设置\n" + +#~ msgid "too many AEAD preferences\n" +#~ msgstr "过多的 AEAD 偏好设置\n" + +#~ msgid "encrypted with unknown algorithm %d.%s\n" +#~ msgstr "以下列未知算法加密 %d.%s\n" + +#~ msgid "WARNING: encrypting without integrity protection is dangerous\n" +#~ msgstr "警告:无完整性保护的加密是危险的\n" + +#~ msgid "Hint: Do not use option %s\n" +#~ msgstr "提示:不要使用选项 %s\n" |