1 /*
   2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package sun.security.tools.keytool;
  27 
  28 /**
  29  * <p> This class represents the <code>ResourceBundle</code>
  30  * for the keytool.
  31  *
  32  */
  33 public class Resources_zh_CN extends java.util.ListResourceBundle {
  34 
  35     private static final Object[][] contents = {
  36         {"NEWLINE", "\n"},
  37         {"STAR",
  38                 "*******************************************"},
  39         {"STARNN",
  40                 "*******************************************\n\n"},
  41 
  42         // keytool: Help part
  43         {".OPTION.", " [OPTION]..."},
  44         {"Options.", "选项:"},
  45         {"option.1.set.twice", "多次指定了 %s 选项。除最后一个之外, 其余的将全部忽略。"},
  46         {"multiple.commands.1.2", "只允许一个命令: 同时指定了 %1$s 和 %2$s。"},
  47         {"Use.keytool.help.for.all.available.commands",
  48                  "使用 \"keytool -?, -h, or --help\" 可输出此帮助消息"},
  49         {"Key.and.Certificate.Management.Tool",
  50                  "密钥和证书管理工具"},
  51         {"Commands.", "命令:"},
  52         {"Use.keytool.command.name.help.for.usage.of.command.name",
  53                 "使用 \"keytool -command_name --help\" 可获取 command_name 的用法。\n使用 -conf <url> 选项可指定预配置的选项文件。"},
  54         // keytool: help: commands
  55         {"Generates.a.certificate.request",
  56                 "生成证书请求"}, //-certreq
  57         {"Changes.an.entry.s.alias",
  58                 "更改条目的别名"}, //-changealias
  59         {"Deletes.an.entry",
  60                 "删除条目"}, //-delete
  61         {"Exports.certificate",
  62                 "导出证书"}, //-exportcert
  63         {"Generates.a.key.pair",
  64                 "生成密钥对"}, //-genkeypair
  65         {"Generates.a.secret.key",
  66                 "生成密钥"}, //-genseckey
  67         {"Generates.certificate.from.a.certificate.request",
  68                 "根据证书请求生成证书"}, //-gencert
  69         {"Generates.CRL", "生成 CRL"}, //-gencrl
  70         {"Generated.keyAlgName.secret.key",
  71                 "已生成{0}密钥"}, //-genseckey
  72         {"Generated.keysize.bit.keyAlgName.secret.key",
  73                 "已生成 {0} 位{1}密钥"}, //-genseckey
  74         {"Imports.entries.from.a.JDK.1.1.x.style.identity.database",
  75                 "从 JDK 1.1.x 样式的身份数据库导入条目"}, //-identitydb
  76         {"Imports.a.certificate.or.a.certificate.chain",
  77                 "导入证书或证书链"}, //-importcert
  78         {"Imports.a.password",
  79                 "导入口令"}, //-importpass
  80         {"Imports.one.or.all.entries.from.another.keystore",
  81                 "从其他密钥库导入一个或所有条目"}, //-importkeystore
  82         {"Clones.a.key.entry",
  83                 "克隆密钥条目"}, //-keyclone
  84         {"Changes.the.key.password.of.an.entry",
  85                 "更改条目的密钥口令"}, //-keypasswd
  86         {"Lists.entries.in.a.keystore",
  87                 "列出密钥库中的条目"}, //-list
  88         {"Prints.the.content.of.a.certificate",
  89                 "打印证书内容"}, //-printcert
  90         {"Prints.the.content.of.a.certificate.request",
  91                 "打印证书请求的内容"}, //-printcertreq
  92         {"Prints.the.content.of.a.CRL.file",
  93                 "打印 CRL 文件的内容"}, //-printcrl
  94         {"Generates.a.self.signed.certificate",
  95                 "生成自签名证书"}, //-selfcert
  96         {"Changes.the.store.password.of.a.keystore",
  97                 "更改密钥库的存储口令"}, //-storepasswd
  98         {"showinfo.command.help", "显示安全相关信息"},
  99 
 100         // keytool: help: options
 101         {"alias.name.of.the.entry.to.process",
 102                 "要处理的条目的别名"}, //-alias
 103         {"groupname.option.help",
 104                 "组名。例如,椭圆曲线名称。"}, //-groupname
 105         {"destination.alias",
 106                 "目标别名"}, //-destalias
 107         {"destination.key.password",
 108                 "目标密钥口令"}, //-destkeypass
 109         {"destination.keystore.name",
 110                 "目标密钥库名称"}, //-destkeystore
 111         {"destination.keystore.password.protected",
 112                 "受保护的目标密钥库口令"}, //-destprotected
 113         {"destination.keystore.provider.name",
 114                 "目标密钥库提供方名称"}, //-destprovidername
 115         {"destination.keystore.password",
 116                 "目标密钥库口令"}, //-deststorepass
 117         {"destination.keystore.type",
 118                 "目标密钥库类型"}, //-deststoretype
 119         {"distinguished.name",
 120                 "唯一判别名"}, //-dname
 121         {"X.509.extension",
 122                 "X.509 扩展"}, //-ext
 123         {"output.file.name",
 124                 "输出文件名"}, //-file and -outfile
 125         {"input.file.name",
 126                 "输入文件名"}, //-file and -infile
 127         {"key.algorithm.name",
 128                 "密钥算法名称"}, //-keyalg
 129         {"key.password",
 130                 "密钥口令"}, //-keypass
 131         {"key.bit.size",
 132                 "密钥位大小"}, //-keysize
 133         {"keystore.name",
 134                 "密钥库名称"}, //-keystore
 135         {"access.the.cacerts.keystore",
 136                 "访问 cacerts 密钥库"}, // -cacerts
 137         {"warning.cacerts.option",
 138                 "警告: 使用 -cacerts 选项访问 cacerts 密钥库"},
 139         {"new.password",
 140                 "新口令"}, //-new
 141         {"do.not.prompt",
 142                 "不提示"}, //-noprompt
 143         {"password.through.protected.mechanism",
 144                 "通过受保护的机制的口令"}, //-protected
 145         {"tls.option.help", "显示 TLS 配置信息"},
 146 
 147         // The following 2 values should span 2 lines, the first for the
 148         // option itself, the second for its -providerArg value.
 149         {"addprovider.option",
 150                 "按名称 (例如 SunPKCS11) 添加安全提供方\n配置 -addprovider 的参数"}, //-addprovider
 151         {"provider.class.option",
 152                 "按全限定类名添加安全提供方\n配置 -providerclass 的参数"}, //-providerclass
 153 
 154         {"provider.name",
 155                 "提供方名称"}, //-providername
 156         {"provider.classpath",
 157                 "提供方类路径"}, //-providerpath
 158         {"output.in.RFC.style",
 159                 "以 RFC 样式输出"}, //-rfc
 160         {"signature.algorithm.name",
 161                 "签名算法名称"}, //-sigalg
 162         {"source.alias",
 163                 "源别名"}, //-srcalias
 164         {"source.key.password",
 165                 "源密钥口令"}, //-srckeypass
 166         {"source.keystore.name",
 167                 "源密钥库名称"}, //-srckeystore
 168         {"source.keystore.password.protected",
 169                 "受保护的源密钥库口令"}, //-srcprotected
 170         {"source.keystore.provider.name",
 171                 "源密钥库提供方名称"}, //-srcprovidername
 172         {"source.keystore.password",
 173                 "源密钥库口令"}, //-srcstorepass
 174         {"source.keystore.type",
 175                 "源密钥库类型"}, //-srcstoretype
 176         {"SSL.server.host.and.port",
 177                 "SSL 服务器主机和端口"}, //-sslserver
 178         {"signed.jar.file",
 179                 "已签名的 jar 文件"}, //=jarfile
 180         {"certificate.validity.start.date.time",
 181                 "证书有效期开始日期/时间"}, //-startdate
 182         {"keystore.password",
 183                 "密钥库口令"}, //-storepass
 184         {"keystore.type",
 185                 "密钥库类型"}, //-storetype
 186         {"trust.certificates.from.cacerts",
 187                 "信任来自 cacerts 的证书"}, //-trustcacerts
 188         {"verbose.output",
 189                 "详细输出"}, //-v
 190         {"validity.number.of.days",
 191                 "有效天数"}, //-validity
 192         {"Serial.ID.of.cert.to.revoke",
 193                  "要撤销的证书的序列 ID"}, //-id
 194         // keytool: Running part
 195         {"keytool.error.", "keytool 错误: "},
 196         {"Illegal.option.", "非法选项:  "},
 197         {"Illegal.value.", "非法值: "},
 198         {"Unknown.password.type.", "未知口令类型: "},
 199         {"Cannot.find.environment.variable.",
 200                 "找不到环境变量: "},
 201         {"Cannot.find.file.", "找不到文件: "},
 202         {"Command.option.flag.needs.an.argument.", "命令选项{0}需要一个参数。"},
 203         {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
 204                 "警告: PKCS12 密钥库不支持其他存储和密钥口令。正在忽略用户指定的{0}值。"},
 205         {"the.keystore.or.storetype.option.cannot.be.used.with.the.cacerts.option",
 206             "-keystore 或 -storetype 选项不能与 -cacerts 选项一起使用"},
 207         {".keystore.must.be.NONE.if.storetype.is.{0}",
 208                 "如果 -storetype 为 {0}, 则 -keystore 必须为 NONE"},
 209         {"Too.many.retries.program.terminated",
 210                  "重试次数过多, 程序已终止"},
 211         {".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",
 212                 "如果 -storetype 为 {0}, 则不支持 -storepasswd 和 -keypasswd 命令"},
 213         {".keypasswd.commands.not.supported.if.storetype.is.PKCS12",
 214                 "如果 -storetype 为 PKCS12, 则不支持 -keypasswd 命令"},
 215         {".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",
 216                 "如果 -storetype 为 {0}, 则不能指定 -keypass 和 -new"},
 217         {"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",
 218                 "如果指定了 -protected, 则不能指定 -storepass, -keypass 和 -new"},
 219         {"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",
 220                 "如果指定了 -srcprotected, 则不能指定 -srcstorepass 和 -srckeypass"},
 221         {"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",
 222                 "如果密钥库未受口令保护, 则不能指定 -storepass, -keypass 和 -new"},
 223         {"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",
 224                 "如果源密钥库未受口令保护, 则不能指定 -srcstorepass 和 -srckeypass"},
 225         {"Illegal.startdate.value", "非法开始日期值"},
 226         {"Validity.must.be.greater.than.zero",
 227                 "有效性必须大于零"},
 228         {"provclass.not.a.provider", "%s不是提供方"},
 229         {"provider.name.not.found", "未找到名为 \"%s\" 的提供方"},
 230         {"provider.class.not.found", "未找到提供方 \"%s\""},
 231         {"Usage.error.no.command.provided", "用法错误: 没有提供命令"},
 232         {"Source.keystore.file.exists.but.is.empty.", "源密钥库文件存在, 但为空: "},
 233         {"Please.specify.srckeystore", "请指定 -srckeystore"},
 234         {"Must.not.specify.both.v.and.rfc.with.list.command",
 235                 "不能使用 'list' 命令来指定 -v 及 -rfc"},
 236         {"Key.password.must.be.at.least.6.characters",
 237                 "密钥口令至少必须为 6 个字符"},
 238         {"New.password.must.be.at.least.6.characters",
 239                 "新口令至少必须为 6 个字符"},
 240         {"Keystore.file.exists.but.is.empty.",
 241                 "密钥库文件存在, 但为空: "},
 242         {"Keystore.file.does.not.exist.",
 243                 "密钥库文件不存在: "},
 244         {"Must.specify.destination.alias", "必须指定目标别名"},
 245         {"Must.specify.alias", "必须指定别名"},
 246         {"Keystore.password.must.be.at.least.6.characters",
 247                 "密钥库口令至少必须为 6 个字符"},
 248         {"Enter.the.password.to.be.stored.",
 249                 "输入要存储的口令:  "},
 250         {"Enter.keystore.password.", "输入密钥库口令:  "},
 251         {"Enter.source.keystore.password.", "输入源密钥库口令:  "},
 252         {"Enter.destination.keystore.password.", "输入目标密钥库口令:  "},
 253         {"Keystore.password.is.too.short.must.be.at.least.6.characters",
 254          "密钥库口令太短 - 至少必须为 6 个字符"},
 255         {"Unknown.Entry.Type", "未知条目类型"},
 256         {"Entry.for.alias.alias.successfully.imported.",
 257                  "已成功导入别名 {0} 的条目。"},
 258         {"Entry.for.alias.alias.not.imported.", "未导入别名 {0} 的条目。"},
 259         {"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",
 260                  "导入别名 {0} 的条目时出现问题: {1}。\n未导入别名 {0} 的条目。"},
 261         {"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",
 262                  "已完成导入命令: {0} 个条目成功导入, {1} 个条目失败或取消"},
 263         {"Warning.Overwriting.existing.alias.alias.in.destination.keystore",
 264                  "警告: 正在覆盖目标密钥库中的现有别名 {0}"},
 265         {"Existing.entry.alias.alias.exists.overwrite.no.",
 266                  "存在现有条目别名 {0}, 是否覆盖? [否]:  "},
 267         {"Too.many.failures.try.later", "故障太多 - 请稍后再试"},
 268         {"Certification.request.stored.in.file.filename.",
 269                 "存储在文件 <{0}> 中的认证请求"},
 270         {"Submit.this.to.your.CA", "将此提交给您的 CA"},
 271         {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",
 272             "如果没有指定别名, 则不能指定目标别名和源密钥库口令"},
 273         {"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",
 274             "目标 pkcs12 密钥库具有不同的 storepass 和 keypass。请在指定了 -destkeypass 时重试。"},
 275         {"Certificate.stored.in.file.filename.",
 276                 "存储在文件 <{0}> 中的证书"},
 277         {"Certificate.reply.was.installed.in.keystore",
 278                 "证书回复已安装在密钥库中"},
 279         {"Certificate.reply.was.not.installed.in.keystore",
 280                 "证书回复未安装在密钥库中"},
 281         {"Certificate.was.added.to.keystore",
 282                 "证书已添加到密钥库中"},
 283         {"Certificate.was.not.added.to.keystore",
 284                 "证书未添加到密钥库中"},
 285         {".Storing.ksfname.", "[正在存储{0}]"},
 286         {"alias.has.no.public.key.certificate.",
 287                 "{0}没有公共密钥 (证书)"},
 288         {"Cannot.derive.signature.algorithm",
 289                 "无法派生签名算法"},
 290         {"Alias.alias.does.not.exist",
 291                 "别名 <{0}> 不存在"},
 292         {"Alias.alias.has.no.certificate",
 293                 "别名 <{0}> 没有证书"},
 294         {"groupname.keysize.coexist",
 295                 "无法同时指定 -groupname 和 -keysize"},
 296         {"deprecate.keysize.for.ec",
 297                 "为生成 EC 密钥指定 -keysize 已过时,请改为使用 \"-groupname %s\"。"},
 298         {"Key.pair.not.generated.alias.alias.already.exists",
 299                 "未生成密钥对, 别名 <{0}> 已经存在"},
 300         {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
 301                 "正在为以下对象生成 {0} 位{1}密钥对和自签名证书 ({2}) (有效期为 {3} 天):\n\t {4}"},
 302         {"Enter.key.password.for.alias.", "输入 <{0}> 的密钥口令"},
 303         {".RETURN.if.same.as.keystore.password.",
 304                 "\t(如果和密钥库口令相同, 按回车):  "},
 305         {"Key.password.is.too.short.must.be.at.least.6.characters",
 306                 "密钥口令太短 - 至少必须为 6 个字符"},
 307         {"Too.many.failures.key.not.added.to.keystore",
 308                 "故障太多 - 密钥未添加到密钥库中"},
 309         {"Destination.alias.dest.already.exists",
 310                 "目标别名 <{0}> 已经存在"},
 311         {"Password.is.too.short.must.be.at.least.6.characters",
 312                 "口令太短 - 至少必须为 6 个字符"},
 313         {"Too.many.failures.Key.entry.not.cloned",
 314                 "故障太多。未克隆密钥条目"},
 315         {"key.password.for.alias.", "<{0}> 的密钥口令"},
 316         {"No.entries.from.identity.database.added",
 317                 "未从身份数据库中添加任何条目"},
 318         {"Alias.name.alias", "别名: {0}"},
 319         {"Creation.date.keyStore.getCreationDate.alias.",
 320                 "创建日期: {0,date}"},
 321         {"alias.keyStore.getCreationDate.alias.",
 322                 "{0}, {1,date}, "},
 323         {"alias.", "{0}, "},
 324         {"Entry.type.type.", "条目类型: {0}"},
 325         {"Certificate.chain.length.", "证书链长度: "},
 326         {"Certificate.i.1.", "证书[{0,number,integer}]:"},
 327         {"Certificate.fingerprint.SHA.256.", "证书指纹 (SHA-256): "},
 328         {"Keystore.type.", "密钥库类型: "},
 329         {"Keystore.provider.", "密钥库提供方: "},
 330         {"Your.keystore.contains.keyStore.size.entry",
 331                 "您的密钥库包含 {0,number,integer} 个条目"},
 332         {"Your.keystore.contains.keyStore.size.entries",
 333                 "您的密钥库包含 {0,number,integer} 个条目"},
 334         {"Failed.to.parse.input", "无法解析输入"},
 335         {"Empty.input", "空输入"},
 336         {"Not.X.509.certificate", "非 X.509 证书"},
 337         {"alias.has.no.public.key", "{0}没有公共密钥"},
 338         {"alias.has.no.X.509.certificate", "{0}没有 X.509 证书"},
 339         {"New.certificate.self.signed.", "新证书 (自签名):"},
 340         {"Reply.has.no.certificates", "回复中没有证书"},
 341         {"Certificate.not.imported.alias.alias.already.exists",
 342                 "证书未导入, 别名 <{0}> 已经存在"},
 343         {"Input.not.an.X.509.certificate", "所输入的不是 X.509 证书"},
 344         {"Certificate.already.exists.in.keystore.under.alias.trustalias.",
 345                 "在别名 <{0}> 之下, 证书已经存在于密钥库中"},
 346         {"Do.you.still.want.to.add.it.no.",
 347                 "是否仍要添加? [否]:  "},
 348         {"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",
 349                 "在别名 <{0}> 之下, 证书已经存在于系统范围的 CA 密钥库中"},
 350         {"Do.you.still.want.to.add.it.to.your.own.keystore.no.",
 351                 "是否仍要将它添加到自己的密钥库? [否]:  "},
 352         {"Trust.this.certificate.no.", "是否信任此证书? [否]:  "},
 353         {"New.prompt.", "新{0}: "},
 354         {"Passwords.must.differ", "口令不能相同"},
 355         {"Re.enter.new.prompt.", "重新输入新{0}: "},
 356         {"Re.enter.password.", "再次输入口令: "},
 357         {"Re.enter.new.password.", "再次输入新口令: "},
 358         {"They.don.t.match.Try.again", "它们不匹配。请重试"},
 359         {"Enter.prompt.alias.name.", "输入{0}别名:  "},
 360         {"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",
 361                  "导入新的别名\t(按回车以取消对此条目的导入):  "},
 362         {"Enter.alias.name.", "输入别名:  "},
 363         {".RETURN.if.same.as.for.otherAlias.",
 364                 "\t(如果和 <{0}> 相同, 则按回车)"},
 365         {"What.is.your.first.and.last.name.",
 366                 "您的名字与姓氏是什么?"},
 367         {"What.is.the.name.of.your.organizational.unit.",
 368                 "您的组织单位名称是什么?"},
 369         {"What.is.the.name.of.your.organization.",
 370                 "您的组织名称是什么?"},
 371         {"What.is.the.name.of.your.City.or.Locality.",
 372                 "您所在的城市或区域名称是什么?"},
 373         {"What.is.the.name.of.your.State.or.Province.",
 374                 "您所在的省/市/自治区名称是什么?"},
 375         {"What.is.the.two.letter.country.code.for.this.unit.",
 376                 "该单位的双字母国家/地区代码是什么?"},
 377         {"Is.name.correct.", "{0}是否正确?"},
 378         {"no", "否"},
 379         {"yes", "是"},
 380         {"y", "y"},
 381         {".defaultValue.", "  [{0}]:  "},
 382         {"Alias.alias.has.no.key",
 383                 "别名 <{0}> 没有密钥"},
 384         {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
 385                  "别名 <{0}> 引用了不属于私有密钥条目的条目类型。-keyclone 命令仅支持对私有密钥条目的克隆"},
 386 
 387         {".WARNING.WARNING.WARNING.",
 388             "*****************  WARNING WARNING WARNING  *****************"},
 389         {"Signer.d.", "签名者 #%d:"},
 390         {"Timestamp.", "时间戳:"},
 391         {"Signature.", "签名:"},
 392         {"Certificate.owner.", "证书所有者: "},
 393         {"Not.a.signed.jar.file", "不是已签名的 jar 文件"},
 394         {"No.certificate.from.the.SSL.server",
 395                 "没有来自 SSL 服务器的证书"},
 396 
 397         {".The.integrity.of.the.information.stored.in.your.keystore.",
 398             "* 存储在您的密钥库中的信息的完整性  *\n* 尚未经过验证!  为了验证其完整性, *\n* 必须提供密钥库口令。                  *"},
 399         {".The.integrity.of.the.information.stored.in.the.srckeystore.",
 400             "* 存储在 srckeystore 中的信息的完整性*\n* 尚未经过验证!  为了验证其完整性, *\n* 必须提供源密钥库口令。                  *"},
 401 
 402         {"Certificate.reply.does.not.contain.public.key.for.alias.",
 403                 "证书回复中不包含 <{0}> 的公共密钥"},
 404         {"Incomplete.certificate.chain.in.reply",
 405                 "回复中的证书链不完整"},
 406         {"Top.level.certificate.in.reply.",
 407                 "回复中的顶级证书:\n"},
 408         {".is.not.trusted.", "... 是不可信的。"},
 409         {"Install.reply.anyway.no.", "是否仍要安装回复? [否]:  "},
 410         {"Public.keys.in.reply.and.keystore.don.t.match",
 411                 "回复中的公共密钥与密钥库不匹配"},
 412         {"Certificate.reply.and.certificate.in.keystore.are.identical",
 413                 "证书回复与密钥库中的证书是相同的"},
 414         {"Failed.to.establish.chain.from.reply",
 415                 "无法从回复中建立链"},
 416         {"n", "n"},
 417         {"Wrong.answer.try.again", "错误的答案, 请再试一次"},
 418         {"Secret.key.not.generated.alias.alias.already.exists",
 419                 "没有生成密钥, 别名 <{0}> 已经存在"},
 420         {"Please.provide.keysize.for.secret.key.generation",
 421                 "请提供 -keysize 以生成密钥"},
 422 
 423         {"warning.not.verified.make.sure.keystore.is.correct",
 424             "警告: 未验证。请确保密钥库是正确的。"},
 425 
 426         {"Extensions.", "扩展: "},
 427         {".Empty.value.", "(空值)"},
 428         {"Extension.Request.", "扩展请求:"},
 429         {"Unknown.keyUsage.type.", "未知 keyUsage 类型: "},
 430         {"Unknown.extendedkeyUsage.type.", "未知 extendedkeyUsage 类型: "},
 431         {"Unknown.AccessDescription.type.", "未知 AccessDescription 类型: "},
 432         {"Unrecognized.GeneralName.type.", "无法识别的 GeneralName 类型: "},
 433         {"This.extension.cannot.be.marked.as.critical.",
 434                  "无法将此扩展标记为“严重”。"},
 435         {"Odd.number.of.hex.digits.found.", "找到奇数个十六进制数字: "},
 436         {"Unknown.extension.type.", "未知扩展类型: "},
 437         {"command.{0}.is.ambiguous.", "命令{0}不明确:"},
 438 
 439         // 8171319: keytool should print out warnings when reading or
 440         // generating cert/cert req using weak algorithms
 441         {"the.certificate.request", "证书请求"},
 442         {"the.issuer", "发布者"},
 443         {"the.generated.certificate", "生成的证书"},
 444         {"the.generated.crl", "生成的 CRL"},
 445         {"the.generated.certificate.request", "生成的证书请求"},
 446         {"the.certificate", "证书"},
 447         {"the.crl", "CRL"},
 448         {"the.tsa.certificate", "TSA 证书"},
 449         {"the.input", "输入"},
 450         {"reply", "回复"},
 451         {"one.in.many", "%1$s #%2$d/%3$d"},
 452         {"alias.in.cacerts", "cacerts 中的发布者 <%s>"},
 453         {"alias.in.keystore", "发布者 <%s>"},
 454         {"with.weak", "%s (弱)"},
 455         {"key.bit", "%1$d 位 %2$s 密钥"},
 456         {"key.bit.weak", "%1$d 位 %2$s 密钥 (弱)"},
 457         {"unknown.size.1", "未知大小的 %s 密钥"},
 458         {".PATTERN.printX509Cert.with.weak",
 459                 "所有者: {0}\n发布者: {1}\n序列号: {2}\n生效时间: {3}, 失效时间: {4}\n证书指纹:\n\t SHA1: {5}\n\t SHA256: {6}\n签名算法名称: {7}\n主体公共密钥算法: {8}\n版本: {9}"},
 460         {"PKCS.10.with.weak",
 461                 "PKCS #10 证书请求 (版本 1.0)\n主体: %1$s\n格式: %2$s\n公共密钥: %3$s\n签名算法: %4$s\n"},
 462         {"verified.by.s.in.s.weak", "由 %2$s 中的 %1$s 以 %3$s 验证"},
 463         {"whose.sigalg.risk", "%1$s 使用的 %2$s 签名算法存在安全风险。"},
 464         {"whose.key.risk", "%1$s 使用的 %2$s 存在安全风险。"},
 465         {"jks.storetype.warning", "%1$s 密钥库使用专用格式。建议使用 \"keytool -importkeystore -srckeystore %2$s -destkeystore %2$s -deststoretype pkcs12\" 迁移到行业标准格式 PKCS12。"},
 466         {"migrate.keystore.warning", "已将 \"%1$s\" 迁移到 %4$s。将 %2$s 密钥库作为 \"%3$s\" 进行了备份。"},
 467         {"backup.keystore.warning", "已将原始密钥库 \"%1$s\" 备份为 \"%3$s\"..."},
 468         {"importing.keystore.status", "正在将密钥库 %1$s 导入到 %2$s..."},
 469         {"keyalg.option.missing.error", "必须指定 -keyalg 选项。"},
 470 
 471         {"showinfo.no.option", "-showinfo 缺少选项。请尝试使用 \"keytool -showinfo -tls\"。"},
 472     };
 473 
 474 
 475     /**
 476      * Returns the contents of this <code>ResourceBundle</code>.
 477      *
 478      * <p>
 479      *
 480      * @return the contents of this <code>ResourceBundle</code>.
 481      */
 482     @Override
 483     public Object[][] getContents() {
 484         return contents;
 485     }
 486 }