91 lines
3.0 KiB
Plaintext
91 lines
3.0 KiB
Plaintext
##########################################################
|
|
# Copyright (c) 2011-2017,2020-2022 VMware, Inc. All rights reserved.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published
|
|
# by the Free Software Foundation version 2.1 and no later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
|
|
# License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
# along with this program; if not, write to the Free Software Foundation, Inc.,
|
|
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
#
|
|
##########################################################
|
|
|
|
addsubj.fail = "%1$s: 无法为用户“%2$s”添加别名: %3$s。\n"
|
|
addsubj.success = "%1$s: 已添加别名\n"
|
|
|
|
addoptions.comment = "主题注释"
|
|
|
|
addoptions.file = "PEM 文件名"
|
|
|
|
addoptions.global = "将证书添加到全局映射文件中"
|
|
|
|
addoptions.subject = "SAML 主题"
|
|
|
|
addoptions.username = "要在以下位置添加证书存储的用户"
|
|
|
|
addoptions.verbose = "详细操作"
|
|
|
|
cmdline.help.appoption = "应用程序选项"
|
|
cmdline.help.helpoption = "帮助选项"
|
|
cmdline.help.hint = "显示帮助选项"
|
|
cmdline.help.usage = "用法"
|
|
cmdline.parse = "命令行分析失败"
|
|
|
|
cmdline.summary.pemfile = "PEM 文件"
|
|
cmdline.summary.subject = "主题"
|
|
cmdline.summary.username = "用户名"
|
|
cmdline.summary.comm = "注释"
|
|
cmdline.summary.note = "注意: 如果未提供用户名,%1$s 将仅移除映射的别名"
|
|
|
|
list.comment = "注释"
|
|
list.count = "%1$s 已找到用户“%3$s”的 %2$d 别名\n"
|
|
|
|
list.error = "%1$s: 无法列出用户“%2$s”的别名: %3$s。\n"
|
|
list.subject = "主题"
|
|
|
|
listmapped.count = "%1$s 已找到 %2$d 映射的别名\n"
|
|
|
|
listmapped.error = "%1$s: 无法列出映射的别名: %2$s。\n"
|
|
|
|
listmapped.subject = "主题"
|
|
|
|
listmapped.username = "用户名"
|
|
|
|
listoptions.username = "要对其证书存储进行查询的用户"
|
|
|
|
listoptions.verbose = "详细操作"
|
|
|
|
loadfile.fail = "%1$s: 无法读取 PEM 文件“%2$s”\n"
|
|
|
|
name.any = "<任何>"
|
|
|
|
removesubj.fail = "%1$s: 无法删除用户“%2$s”的别名: %3$s。\n"
|
|
|
|
removesubj.success = "%1$s: 已删除别名\n"
|
|
|
|
removeoptions.file = "PEM 文件名"
|
|
|
|
removeoptions.subject = "SAML 主题"
|
|
removeoptions.username = "要从以下位置移除其证书存储的用户"
|
|
|
|
removeoptions.verbose = "详细操作"
|
|
|
|
removeall.fail = "%1$s: 无法移除主题“%3$s”中用户“%2$s”的别名: %4$s。\n"
|
|
|
|
removeall.removefail = "%1$s: 无法移除主题“%3$s”和 pemCert“%4$s”中用户“%2$s”的别名: %5$s。\n"
|
|
|
|
removeall.success = "%1$s: 已移除所有别名\n"
|
|
|
|
removealloptions.subject = "SAML 主题"
|
|
removealloptions.username = "要从以下位置移除其证书存储的用户"
|
|
|
|
removealloptions.verbose = "详细操作"
|
|
|
|
vgauth.init.failed = "无法初始化 VGAuth"
|