1 /*
   2  * Copyright (c) 2000, 2014, 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  * This class represents the <code>ResourceBundle</code>
  30  * for the keytool.
  31  *
  32  */
  33 public class Resources_zh_TW 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         {"Use.keytool.help.for.all.available.commands",
  46                  "使用 \"keytool -help\" 取得所有可用的命令"},
  47         {"Key.and.Certificate.Management.Tool",
  48                  "金鑰與憑證管理工具"},
  49         {"Commands.", "命令:"},
  50         {"Use.keytool.command.name.help.for.usage.of.command.name",
  51                 "使用 \"keytool -command_name -help\" 取得 command_name 的用法"},
  52         // keytool: help: commands
  53         {"Generates.a.certificate.request",
  54                 "產生憑證要求"}, //-certreq
  55         {"Changes.an.entry.s.alias",
  56                 "變更項目的別名"}, //-changealias
  57         {"Deletes.an.entry",
  58                 "刪除項目"}, //-delete
  59         {"Exports.certificate",
  60                 "匯出憑證"}, //-exportcert
  61         {"Generates.a.key.pair",
  62                 "產生金鑰組"}, //-genkeypair
  63         {"Generates.a.secret.key",
  64                 "產生秘密金鑰"}, //-genseckey
  65         {"Generates.certificate.from.a.certificate.request",
  66                 "從憑證要求產生憑證"}, //-gencert
  67         {"Generates.CRL", "產生 CRL"}, //-gencrl
  68         {"Generated.keyAlgName.secret.key",
  69                 "已產生 {0} 秘密金鑰"}, //-genseckey
  70         {"Generated.keysize.bit.keyAlgName.secret.key",
  71                 "已產生 {0} 位元 {1} 秘密金鑰"}, //-genseckey
  72         {"Imports.entries.from.a.JDK.1.1.x.style.identity.database",
  73                 "從 JDK 1.1.x-style 識別資料庫匯入項目"}, //-identitydb
  74         {"Imports.a.certificate.or.a.certificate.chain",
  75                 "匯入憑證或憑證鏈"}, //-importcert
  76         {"Imports.a.password",
  77                 "匯入密碼"}, //-importpass
  78         {"Imports.one.or.all.entries.from.another.keystore",
  79                 "從其他金鑰儲存庫匯入一個或全部項目"}, //-importkeystore
  80         {"Clones.a.key.entry",
  81                 "複製金鑰項目"}, //-keyclone
  82         {"Changes.the.key.password.of.an.entry",
  83                 "變更項目的金鑰密碼"}, //-keypasswd
  84         {"Lists.entries.in.a.keystore",
  85                 "列示金鑰儲存庫中的項目"}, //-list
  86         {"Prints.the.content.of.a.certificate",
  87                 "列印憑證的內容"}, //-printcert
  88         {"Prints.the.content.of.a.certificate.request",
  89                 "列印憑證要求的內容"}, //-printcertreq
  90         {"Prints.the.content.of.a.CRL.file",
  91                 "列印 CRL 檔案的內容"}, //-printcrl
  92         {"Generates.a.self.signed.certificate",
  93                 "產生自行簽署的憑證"}, //-selfcert
  94         {"Changes.the.store.password.of.a.keystore",
  95                 "變更金鑰儲存庫的儲存密碼"}, //-storepasswd
  96         // keytool: help: options
  97         {"alias.name.of.the.entry.to.process",
  98                 "要處理項目的別名名稱"}, //-alias
  99         {"destination.alias",
 100                 "目的地別名"}, //-destalias
 101         {"destination.key.password",
 102                 "目的地金鑰密碼"}, //-destkeypass
 103         {"destination.keystore.name",
 104                 "目的地金鑰儲存庫名稱"}, //-destkeystore
 105         {"destination.keystore.password.protected",
 106                 "目的地金鑰儲存庫密碼保護"}, //-destprotected
 107         {"destination.keystore.provider.name",
 108                 "目的地金鑰儲存庫提供者名稱"}, //-destprovidername
 109         {"destination.keystore.password",
 110                 "目的地金鑰儲存庫密碼"}, //-deststorepass
 111         {"destination.keystore.type",
 112                 "目的地金鑰儲存庫類型"}, //-deststoretype
 113         {"distinguished.name",
 114                 "辨別名稱"}, //-dname
 115         {"X.509.extension",
 116                 "X.509 擴充套件"}, //-ext
 117         {"output.file.name",
 118                 "輸出檔案名稱"}, //-file and -outfile
 119         {"input.file.name",
 120                 "輸入檔案名稱"}, //-file and -infile
 121         {"key.algorithm.name",
 122                 "金鑰演算法名稱"}, //-keyalg
 123         {"key.password",
 124                 "金鑰密碼"}, //-keypass
 125         {"key.bit.size",
 126                 "金鑰位元大小"}, //-keysize
 127         {"keystore.name",
 128                 "金鑰儲存庫名稱"}, //-keystore
 129         {"new.password",
 130                 "新密碼"}, //-new
 131         {"do.not.prompt",
 132                 "不要提示"}, //-noprompt
 133         {"password.through.protected.mechanism",
 134                 "經由保護機制的密碼"}, //-protected
 135         {"provider.argument",
 136                 "提供者引數"}, //-providerarg
 137         {"provider.class.name",
 138                 "提供者類別名稱"}, //-providerclass
 139         {"provider.name",
 140                 "提供者名稱"}, //-providername
 141         {"provider.classpath",
 142                 "提供者類別路徑"}, //-providerpath
 143         {"output.in.RFC.style",
 144                 "以 RFC 樣式輸出"}, //-rfc
 145         {"signature.algorithm.name",
 146                 "簽章演算法名稱"}, //-sigalg
 147         {"source.alias",
 148                 "來源別名"}, //-srcalias
 149         {"source.key.password",
 150                 "來源金鑰密碼"}, //-srckeypass
 151         {"source.keystore.name",
 152                 "來源金鑰儲存庫名稱"}, //-srckeystore
 153         {"source.keystore.password.protected",
 154                 "來源金鑰儲存庫密碼保護"}, //-srcprotected
 155         {"source.keystore.provider.name",
 156                 "來源金鑰儲存庫提供者名稱"}, //-srcprovidername
 157         {"source.keystore.password",
 158                 "來源金鑰儲存庫密碼"}, //-srcstorepass
 159         {"source.keystore.type",
 160                 "來源金鑰儲存庫類型"}, //-srcstoretype
 161         {"SSL.server.host.and.port",
 162                 "SSL 伺服器主機與連接埠"}, //-sslserver
 163         {"signed.jar.file",
 164                 "簽署的 jar 檔案"}, //=jarfile
 165         {"certificate.validity.start.date.time",
 166                 "憑證有效性開始日期/時間"}, //-startdate
 167         {"keystore.password",
 168                 "金鑰儲存庫密碼"}, //-storepass
 169         {"keystore.type",
 170                 "金鑰儲存庫類型"}, //-storetype
 171         {"trust.certificates.from.cacerts",
 172                 "來自 cacerts 的信任憑證"}, //-trustcacerts
 173         {"verbose.output",
 174                 "詳細資訊輸出"}, //-v
 175         {"validity.number.of.days",
 176                 "有效性日數"}, //-validity
 177         {"Serial.ID.of.cert.to.revoke",
 178                  "要撤銷憑證的序列 ID"}, //-id
 179         // keytool: Running part
 180         {"keytool.error.", "金鑰工具錯誤: "},
 181         {"Illegal.option.", "無效的選項:"},
 182         {"Illegal.value.", "無效值: "},
 183         {"Unknown.password.type.", "不明的密碼類型: "},
 184         {"Cannot.find.environment.variable.",
 185                 "找不到環境變數: "},
 186         {"Cannot.find.file.", "找不到檔案: "},
 187         {"Command.option.flag.needs.an.argument.", "命令選項 {0} 需要引數。"},
 188         {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
 189                 "警告: PKCS12 金鑰儲存庫不支援不同的儲存庫和金鑰密碼。忽略使用者指定的 {0} 值。"},
 190         {".keystore.must.be.NONE.if.storetype.is.{0}",
 191                 "如果 -storetype 為 {0},則 -keystore 必須為 NONE"},
 192         {"Too.many.retries.program.terminated",
 193                  "重試次數太多,程式已終止"},
 194         {".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",
 195                 "如果 -storetype 為 {0},則不支援 -storepasswd 和 -keypasswd 命令"},
 196         {".keypasswd.commands.not.supported.if.storetype.is.PKCS12",
 197                 "如果 -storetype 為 PKCS12,則不支援 -keypasswd 命令"},
 198         {".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",
 199                 "如果 -storetype 為 {0},則不能指定 -keypass 和 -new"},
 200         {"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",
 201                 "如果指定 -protected,則不能指定 -storepass、-keypass 和 -new"},
 202         {"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",
 203                 "如果指定 -srcprotected,則不能指定 -srcstorepass 和 -srckeypass"},
 204         {"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",
 205                 "如果金鑰儲存庫不受密碼保護,則不能指定 -storepass、-keypass 和 -new"},
 206         {"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",
 207                 "如果來源金鑰儲存庫不受密碼保護,則不能指定 -srcstorepass 和 -srckeypass"},
 208         {"Illegal.startdate.value", "無效的 startdate 值"},
 209         {"Validity.must.be.greater.than.zero",
 210                 "有效性必須大於零"},
 211         {"provName.not.a.provider", "{0} 不是一個提供者"},
 212         {"Usage.error.no.command.provided", "用法錯誤: 未提供命令"},
 213         {"Source.keystore.file.exists.but.is.empty.", "來源金鑰儲存庫檔案存在,但為空: "},
 214         {"Please.specify.srckeystore", "請指定 -srckeystore"},
 215         {"Must.not.specify.both.v.and.rfc.with.list.command",
 216                 " 'list' 命令不能同時指定 -v 及 -rfc"},
 217         {"Key.password.must.be.at.least.6.characters",
 218                 "金鑰密碼必須至少為 6 個字元"},
 219         {"New.password.must.be.at.least.6.characters",
 220                 "新的密碼必須至少為 6 個字元"},
 221         {"Keystore.file.exists.but.is.empty.",
 222                 "金鑰儲存庫檔案存在,但為空白: "},
 223         {"Keystore.file.does.not.exist.",
 224                 "金鑰儲存庫檔案不存在: "},
 225         {"Must.specify.destination.alias", "必須指定目的地別名"},
 226         {"Must.specify.alias", "必須指定別名"},
 227         {"Keystore.password.must.be.at.least.6.characters",
 228                 "金鑰儲存庫密碼必須至少為 6 個字元"},
 229         {"Enter.the.password.to.be.stored.",
 230                 "輸入要儲存的密碼:  "},
 231         {"Enter.keystore.password.", "輸入金鑰儲存庫密碼:  "},
 232         {"Enter.source.keystore.password.", "請輸入來源金鑰儲存庫密碼: "},
 233         {"Enter.destination.keystore.password.", "請輸入目的地金鑰儲存庫密碼: "},
 234         {"Keystore.password.is.too.short.must.be.at.least.6.characters",
 235          "金鑰儲存庫密碼太短 - 必須至少為 6 個字元"},
 236         {"Unknown.Entry.Type", "不明的項目類型"},
 237         {"Too.many.failures.Alias.not.changed", "太多錯誤。未變更別名"},
 238         {"Entry.for.alias.alias.successfully.imported.",
 239                  "已成功匯入別名 {0} 的項目。"},
 240         {"Entry.for.alias.alias.not.imported.", "未匯入別名 {0} 的項目。"},
 241         {"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",
 242                  "匯入別名 {0} 的項目時出現問題: {1}。\n未匯入別名 {0} 的項目。"},
 243         {"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",
 244                  "已完成匯入命令: 成功匯入 {0} 個項目,{1} 個項目失敗或已取消"},
 245         {"Warning.Overwriting.existing.alias.alias.in.destination.keystore",
 246                  "警告: 正在覆寫目的地金鑰儲存庫中的現有別名 {0}"},
 247         {"Existing.entry.alias.alias.exists.overwrite.no.",
 248                  "現有項目別名 {0} 存在,是否覆寫?[否]:  "},
 249         {"Too.many.failures.try.later", "太多錯誤 - 請稍後再試"},
 250         {"Certification.request.stored.in.file.filename.",
 251                 "認證要求儲存在檔案 <{0}>"},
 252         {"Submit.this.to.your.CA", "將此送出至您的 CA"},
 253         {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",
 254             "如果未指定別名,則不能指定 destalias 和 srckeypass"},
 255         {"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",
 256             "目的地 pkcs12 金鑰儲存庫的 storepass 和 keypass 不同。請重新以 -destkeypass 指定。"},
 257         {"Certificate.stored.in.file.filename.",
 258                 "憑證儲存在檔案 <{0}>"},
 259         {"Certificate.reply.was.installed.in.keystore",
 260                 "憑證回覆已安裝在金鑰儲存庫中"},
 261         {"Certificate.reply.was.not.installed.in.keystore",
 262                 "憑證回覆未安裝在金鑰儲存庫中"},
 263         {"Certificate.was.added.to.keystore",
 264                 "憑證已新增至金鑰儲存庫中"},
 265         {"Certificate.was.not.added.to.keystore",
 266                 "憑證未新增至金鑰儲存庫中"},
 267         {".Storing.ksfname.", "[儲存 {0}]"},
 268         {"alias.has.no.public.key.certificate.",
 269                 "{0} 沒有公開金鑰 (憑證)"},
 270         {"Cannot.derive.signature.algorithm",
 271                 "無法取得簽章演算法"},
 272         {"Alias.alias.does.not.exist",
 273                 "別名 <{0}> 不存在"},
 274         {"Alias.alias.has.no.certificate",
 275                 "別名 <{0}> 沒有憑證"},
 276         {"Key.pair.not.generated.alias.alias.already.exists",
 277                 "沒有建立金鑰組,別名 <{0}> 已經存在"},
 278         {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
 279                 "針對 {4} 產生有效期 {3} 天的 {0} 位元 {1} 金鑰組以及自我簽署憑證 ({2})\n\t"},
 280         {"Enter.key.password.for.alias.", "輸入 <{0}> 的金鑰密碼"},
 281         {".RETURN.if.same.as.keystore.password.",
 282                 "\t(RETURN 如果和金鑰儲存庫密碼相同):  "},
 283         {"Key.password.is.too.short.must.be.at.least.6.characters",
 284                 "金鑰密碼太短 - 必須至少為 6 個字元"},
 285         {"Too.many.failures.key.not.added.to.keystore",
 286                 "太多錯誤 - 金鑰未新增至金鑰儲存庫"},
 287         {"Destination.alias.dest.already.exists",
 288                 "目的地別名 <{0}> 已經存在"},
 289         {"Password.is.too.short.must.be.at.least.6.characters",
 290                 "密碼太短 - 必須至少為 6 個字元"},
 291         {"Too.many.failures.Key.entry.not.cloned",
 292                 "太多錯誤。未複製金鑰項目"},
 293         {"key.password.for.alias.", "<{0}> 的金鑰密碼"},
 294         {"Keystore.entry.for.id.getName.already.exists",
 295                 "<{0}> 的金鑰儲存庫項目已經存在"},
 296         {"Creating.keystore.entry.for.id.getName.",
 297                 "建立 <{0}> 的金鑰儲存庫項目..."},
 298         {"No.entries.from.identity.database.added",
 299                 "沒有新增來自識別資料庫的項目"},
 300         {"Alias.name.alias", "別名名稱: {0}"},
 301         {"Creation.date.keyStore.getCreationDate.alias.",
 302                 "建立日期: {0,date}"},
 303         {"alias.keyStore.getCreationDate.alias.",
 304                 "{0}, {1,date}, "},
 305         {"alias.", "{0}, "},
 306         {"Entry.type.type.", "項目類型: {0}"},
 307         {"Certificate.chain.length.", "憑證鏈長度: "},
 308         {"Certificate.i.1.", "憑證 [{0,number,integer}]:"},
 309         {"Certificate.fingerprint.SHA1.", "憑證指紋 (SHA1): "},
 310         {"Keystore.type.", "金鑰儲存庫類型: "},
 311         {"Keystore.provider.", "金鑰儲存庫提供者: "},
 312         {"Your.keystore.contains.keyStore.size.entry",
 313                 "您的金鑰儲存庫包含 {0,number,integer} 項目"},
 314         {"Your.keystore.contains.keyStore.size.entries",
 315                 "您的金鑰儲存庫包含 {0,number,integer} 項目"},
 316         {"Failed.to.parse.input", "無法剖析輸入"},
 317         {"Empty.input", "空輸入"},
 318         {"Not.X.509.certificate", "非 X.509 憑證"},
 319         {"alias.has.no.public.key", "{0} 無公開金鑰"},
 320         {"alias.has.no.X.509.certificate", "{0} 無 X.509 憑證"},
 321         {"New.certificate.self.signed.", "新憑證 (自我簽署): "},
 322         {"Reply.has.no.certificates", "回覆不含憑證"},
 323         {"Certificate.not.imported.alias.alias.already.exists",
 324                 "憑證未輸入,別名 <{0}> 已經存在"},
 325         {"Input.not.an.X.509.certificate", "輸入的不是 X.509 憑證"},
 326         {"Certificate.already.exists.in.keystore.under.alias.trustalias.",
 327                 "金鑰儲存庫中的 <{0}> 別名之下,憑證已經存在"},
 328         {"Do.you.still.want.to.add.it.no.",
 329                 "您仍然想要將之新增嗎? [否]:  "},
 330         {"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",
 331                 "整個系統 CA 金鑰儲存庫中的 <{0}> 別名之下,憑證已經存在"},
 332         {"Do.you.still.want.to.add.it.to.your.own.keystore.no.",
 333                 "您仍然想要將之新增至自己的金鑰儲存庫嗎? [否]:  "},
 334         {"Trust.this.certificate.no.", "信任這個憑證? [否]:  "},
 335         {"YES", "是"},
 336         {"New.prompt.", "新 {0}: "},
 337         {"Passwords.must.differ", "必須是不同的密碼"},
 338         {"Re.enter.new.prompt.", "重新輸入新 {0}: "},
 339         {"Re.enter.password.", "重新輸入密碼:"},
 340         {"Re.enter.new.password.", "重新輸入新密碼: "},
 341         {"They.don.t.match.Try.again", "它們不相符。請重試"},
 342         {"Enter.prompt.alias.name.", "輸入 {0} 別名名稱:  "},
 343         {"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",
 344                  "請輸入新的別名名稱\t(RETURN 以取消匯入此項目):"},
 345         {"Enter.alias.name.", "輸入別名名稱:  "},
 346         {".RETURN.if.same.as.for.otherAlias.",
 347                 "\t(RETURN 如果和 <{0}> 的相同)"},
 348         {".PATTERN.printX509Cert",
 349                 "擁有者: {0}\n發出者: {1}\n序號: {2}\n有效期自: {3} 到: {4}\n憑證指紋:\n\t MD5:  {5}\n\t SHA1: {6}\n\t SHA256: {7}\n\t 簽章演算法名稱: {8}\n\t 版本: {9}"},
 350         {"What.is.your.first.and.last.name.",
 351                 "您的名字與姓氏為何?"},
 352         {"What.is.the.name.of.your.organizational.unit.",
 353                 "您的組織單位名稱為何?"},
 354         {"What.is.the.name.of.your.organization.",
 355                 "您的組織名稱為何?"},
 356         {"What.is.the.name.of.your.City.or.Locality.",
 357                 "您所在的城市或地區名稱為何?"},
 358         {"What.is.the.name.of.your.State.or.Province.",
 359                 "您所在的州及省份名稱為何?"},
 360         {"What.is.the.two.letter.country.code.for.this.unit.",
 361                 "此單位的兩個字母國別代碼為何?"},
 362         {"Is.name.correct.", "{0} 正確嗎?"},
 363         {"no", "否"},
 364         {"yes", "是"},
 365         {"y", "y"},
 366         {".defaultValue.", "  [{0}]:  "},
 367         {"Alias.alias.has.no.key",
 368                 "別名 <{0}> 沒有金鑰"},
 369         {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
 370                  "別名 <{0}> 所參照的項目不是私密金鑰類型。-keyclone 命令僅支援私密金鑰項目的複製"},
 371 
 372         {".WARNING.WARNING.WARNING.",
 373             "*****************  WARNING WARNING WARNING  *****************"},
 374         {"Signer.d.", "簽署者 #%d:"},
 375         {"Timestamp.", "時戳:"},
 376         {"Signature.", "簽章:"},
 377         {"CRLs.", "CRL:"},
 378         {"Certificate.owner.", "憑證擁有者: "},
 379         {"Not.a.signed.jar.file", "不是簽署的 jar 檔案"},
 380         {"No.certificate.from.the.SSL.server",
 381                 "沒有來自 SSL 伺服器的憑證"},
 382 
 383         {".The.integrity.of.the.information.stored.in.your.keystore.",
 384             "* 尚未驗證儲存於金鑰儲存庫中資訊  *\n* 的完整性!若要驗證其完整性,*\n* 您必須提供您的金鑰儲存庫密碼。                  *"},
 385         {".The.integrity.of.the.information.stored.in.the.srckeystore.",
 386             "* 尚未驗證儲存於 srckeystore 中資訊*\n* 的完整性!若要驗證其完整性,您必須 *\n* 提供 srckeystore 密碼。          *"},
 387 
 388         {"Certificate.reply.does.not.contain.public.key.for.alias.",
 389                 "憑證回覆並未包含 <{0}> 的公開金鑰"},
 390         {"Incomplete.certificate.chain.in.reply",
 391                 "回覆時的憑證鏈不完整"},
 392         {"Certificate.chain.in.reply.does.not.verify.",
 393                 "回覆時的憑證鏈未驗證: "},
 394         {"Top.level.certificate.in.reply.",
 395                 "回覆時的最高級憑證:\n"},
 396         {".is.not.trusted.", "... 是不被信任的。"},
 397         {"Install.reply.anyway.no.", "還是要安裝回覆? [否]:  "},
 398         {"NO", "否"},
 399         {"Public.keys.in.reply.and.keystore.don.t.match",
 400                 "回覆時的公開金鑰與金鑰儲存庫不符"},
 401         {"Certificate.reply.and.certificate.in.keystore.are.identical",
 402                 "憑證回覆與金鑰儲存庫中的憑證是相同的"},
 403         {"Failed.to.establish.chain.from.reply",
 404                 "無法從回覆中將鏈建立起來"},
 405         {"n", "n"},
 406         {"Wrong.answer.try.again", "錯誤的答案,請再試一次"},
 407         {"Secret.key.not.generated.alias.alias.already.exists",
 408                 "未產生秘密金鑰,別名 <{0}> 已存在"},
 409         {"Please.provide.keysize.for.secret.key.generation",
 410                 "請提供 -keysize 以產生秘密金鑰"},
 411 
 412         {"verified.by.s.in.s", "由 %s 驗證 (在 %s 中)"},
 413         {"warning.not.verified.make.sure.keystore.is.correct",
 414             "警告: 未驗證。請確定 -keystore 正確。"},
 415 
 416         {"Extensions.", "擴充套件: "},
 417         {".Empty.value.", "(空白值)"},
 418         {"Extension.Request.", "擴充套件要求:"},
 419         {"PKCS.10.Certificate.Request.Version.1.0.Subject.s.Public.Key.s.format.s.key.",
 420                 "PKCS #10 憑證要求 (版本 1.0)\n主體: %s\n公用金鑰: %s 格式 %s 金鑰\n"},
 421         {"Unknown.keyUsage.type.", "不明的 keyUsage 類型: "},
 422         {"Unknown.extendedkeyUsage.type.", "不明的 extendedkeyUsage 類型: "},
 423         {"Unknown.AccessDescription.type.", "不明的 AccessDescription 類型: "},
 424         {"Unrecognized.GeneralName.type.", "無法辨識的 GeneralName 類型: "},
 425         {"This.extension.cannot.be.marked.as.critical.",
 426                  "此擴充套件無法標示為關鍵。"},
 427         {"Odd.number.of.hex.digits.found.", "找到十六進位數字的奇數: "},
 428         {"Unknown.extension.type.", "不明的擴充套件類型: "},
 429         {"command.{0}.is.ambiguous.", "命令 {0} 不明確:"}
 430     };
 431 
 432 
 433     /**
 434      * Returns the contents of this <code>ResourceBundle</code>.
 435      *
 436      * @return the contents of this <code>ResourceBundle</code>.
 437      */
 438     @Override
 439     public Object[][] getContents() {
 440         return contents;
 441     }
 442 }