summaryrefslogtreecommitdiff
path: root/open-vm-tools/vgauth/cli/l10n/zh_CN.vmsg
blob: 93f963f2473b2385d530380df66da75145d65898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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"