< prev index next >

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

Print this page


   1 /*
   2  * Copyright (c) 2000, 2017, 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


  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 -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


   1 /*
   2  * Copyright (c) 2000, 2018, 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


  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


< prev index next >