< prev index next >

src/java.base/share/classes/sun/security/tools/keytool/Resources_zh_TW.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -24,11 +24,11 @@
  */
 
 package sun.security.tools.keytool;
 
 /**
- * This class represents the <code>ResourceBundle</code>
+ * <p> This class represents the <code>ResourceBundle</code>
  * for the keytool.
  *
  */
 public class Resources_zh_TW extends java.util.ListResourceBundle {
 

@@ -46,11 +46,11 @@
                  "使用 \"keytool -help\" 取得所有可用的命令"},
         {"Key.and.Certificate.Management.Tool",
                  "金鑰與憑證管理工具"},
         {"Commands.", "命令:"},
         {"Use.keytool.command.name.help.for.usage.of.command.name",
-                "使用 \"keytool -command_name -help\" 取得 command_name 的用法"},
+                "使用 \"keytool -command_name -help\" 取得 command_name 的用法。\n使用 -conf <url> 選項指定預先設定的選項檔案。"},
         // keytool: help: commands
         {"Generates.a.certificate.request",
                 "產生憑證要求"}, //-certreq
         {"Changes.an.entry.s.alias",
                 "變更項目的別名"}, //-changealias

@@ -304,11 +304,11 @@
                 "{0}, {1,date}, "},
         {"alias.", "{0}, "},
         {"Entry.type.type.", "項目類型: {0}"},
         {"Certificate.chain.length.", "憑證鏈長度: "},
         {"Certificate.i.1.", "憑證 [{0,number,integer}]:"},
-        {"Certificate.fingerprint.SHA1.", "憑證指紋 (SHA1): "},
+        {"Certificate.fingerprint.SHA.256.", "憑證指紋 (SHA-256): "},
         {"Keystore.type.", "金鑰儲存庫類型: "},
         {"Keystore.provider.", "金鑰儲存庫提供者: "},
         {"Your.keystore.contains.keyStore.size.entry",
                 "您的金鑰儲存庫包含 {0,number,integer} 項目"},
         {"Your.keystore.contains.keyStore.size.entries",

@@ -344,11 +344,11 @@
                  "請輸入新的別名名稱\t(RETURN 以取消匯入此項目):"},
         {"Enter.alias.name.", "輸入別名名稱:  "},
         {".RETURN.if.same.as.for.otherAlias.",
                 "\t(RETURN 如果和 <{0}> 的相同)"},
         {".PATTERN.printX509Cert",
-                "擁有者: {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}"},
+                "擁有者: {0}\n發出者: {1}\n序號: {2}\n有效期自: {3} 到: {4}\n憑證指紋:\n\t SHA1: {5}\n\t SHA256: {6}\n簽章演算法名稱: {7}\n主體公開金鑰演算法: {8} ({9,number,#})\n版本: {10}"},
         {"What.is.your.first.and.last.name.",
                 "您的名字與姓氏為何?"},
         {"What.is.the.name.of.your.organizational.unit.",
                 "您的組織單位名稱為何?"},
         {"What.is.the.name.of.your.organization.",

@@ -379,13 +379,13 @@
         {"Not.a.signed.jar.file", "不是簽署的 jar 檔案"},
         {"No.certificate.from.the.SSL.server",
                 "沒有來自 SSL 伺服器的憑證"},
 
         {".The.integrity.of.the.information.stored.in.your.keystore.",
-            "* 尚未驗證儲存於金鑰儲存庫中資訊  *\n* 的完整性!若要驗證其完整性,*\n* 您必須提供您的金鑰儲存庫密碼。                  *"},
+            "* 尚未驗證儲存於金鑰儲存庫中資訊  *\n* 的完整性!若要驗證其完整性,    *\n* 您必須提供您的金鑰儲存庫密碼。  *"},
         {".The.integrity.of.the.information.stored.in.the.srckeystore.",
-            "* 尚未驗證儲存於 srckeystore 中資訊*\n* 的完整性!若要驗證其完整性,您必須 *\n* 提供 srckeystore 密碼。          *"},
+            "* 尚未驗證儲存於 srckeystore 中資訊 *\n* 的完整性!若要驗證其完整性,您    *\n* 必須提供 srckeystore 密碼。       *"},
 
         {"Certificate.reply.does.not.contain.public.key.for.alias.",
                 "憑證回覆並未包含 <{0}> 的公開金鑰"},
         {"Incomplete.certificate.chain.in.reply",
                 "回覆時的憑證鏈不完整"},

@@ -431,10 +431,12 @@
 
 
     /**
      * Returns the contents of this <code>ResourceBundle</code>.
      *
+     * <p>
+     *
      * @return the contents of this <code>ResourceBundle</code>.
      */
     @Override
     public Object[][] getContents() {
         return contents;
< prev index next >