--- old/src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java 2016-05-13 03:15:36.792464517 -0700 +++ new/src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java 2016-05-13 03:15:36.446434025 -0700 @@ -1,5 +1,5 @@ /* - * 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 @@ -26,7 +26,7 @@ package sun.security.tools.keytool; /** - * This class represents the ResourceBundle + *

This class represents the ResourceBundle * for the keytool. * */ @@ -48,7 +48,7 @@ "キーおよび証明書管理ツール"}, {"Commands.", "コマンド:"}, {"Use.keytool.command.name.help.for.usage.of.command.name", - "command_nameの使用方法については\"keytool -command_name -help\"を使用してください"}, + "command_nameの使用方法については、\"keytool -command_name -help\"を使用します。\n事前構成済のオプション・ファイルを指定するには、-conf オプションを使用します。"}, // keytool: help: commands {"Generates.a.certificate.request", "証明書リクエストを生成します"}, //-certreq @@ -248,7 +248,7 @@ "既存のエントリの別名{0}が存在しています。上書きしますか。[いいえ]: "}, {"Too.many.failures.try.later", "障害が多すぎます - 後で実行してください"}, {"Certification.request.stored.in.file.filename.", - "証明書リクエストがファイル<{0}>に保存されました"}, + "認証リクエストがファイル<{0}>に保存されました"}, {"Submit.this.to.your.CA", "これをCAに提出してください"}, {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified", "別名を指定しない場合、出力先キーストアの別名およびソース・キーストアのパスワードは指定できません"}, @@ -306,7 +306,7 @@ {"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", @@ -346,22 +346,22 @@ {".RETURN.if.same.as.for.otherAlias.", "\t(<{0}>と同じ場合はRETURNを押してください)"}, {".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.", - "組織名を入力してください。"}, + "組織名は何ですか。"}, {"What.is.the.name.of.your.City.or.Locality.", - "都市名または地域名を入力してください。"}, + "都市名または地域名は何ですか。"}, {"What.is.the.name.of.your.State.or.Province.", - "都道府県名を入力してください。"}, + "都道府県名または州名は何ですか。"}, {"What.is.the.two.letter.country.code.for.this.unit.", - "この単位に該当する2文字の国コードを入力してください。"}, + "この単位に該当する2文字の国コードは何ですか。"}, {"Is.name.correct.", "{0}でよろしいですか。"}, {"no", "いいえ"}, - {"yes", "はい"}, + {"yes", "yes"}, {"y", "y"}, {".defaultValue.", " [{0}]: "}, {"Alias.alias.has.no.key", @@ -433,6 +433,8 @@ /** * Returns the contents of this ResourceBundle. * + *

+ * * @return the contents of this ResourceBundle. */ @Override