summaryrefslogtreecommitdiff
path: root/open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg')
-rw-r--r--open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg77
1 files changed, 77 insertions, 0 deletions
diff --git a/open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg b/open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg
new file mode 100644
index 00000000..93f963f2
--- /dev/null
+++ b/open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg
@@ -0,0 +1,77 @@
+##########################################################
+# Copyright (C) 2011-2015 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 = "Verbose 操作"
+
+
+cmdline.parse = "命令行解析失败"
+
+cmdline.summary.pemfile = "PEM 文件"
+cmdline.summary.subject = "主题"
+cmdline.summary.username = "username"
+cmdline.summary.comm = "备注"
+
+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 = "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 = "Verbose 操作"
+
+vgauth.init.failed = "未能初始化 VGAuth"