mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
1485 lines
33 KiB
Plaintext
1485 lines
33 KiB
Plaintext
# Copyright (C) YEAR Red Hat
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Jake Li <gnozil@gmail.com>, 2010.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: ipa\n"
|
|
"Report-Msgid-Bugs-To: https://hosted.fedoraproject.org/projects/freeipa/newticket\n"
|
|
"POT-Creation-Date: 2010-03-01 19:57-0500\n"
|
|
"PO-Revision-Date: 2010-03-18 22:43+0800\n"
|
|
"Last-Translator: Jake Li <gnozil@gmail.com>\n"
|
|
"Language-Team: Chinese Simplified <zh_CN>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Poedit-Language: Chinese\n"
|
|
"X-Poedit-Country: CHINA\n"
|
|
"X-Generator: Lokalize 1.0\n"
|
|
|
|
#: ../../ipalib/parameters.py:295
|
|
msgid "incorrect type"
|
|
msgstr "不正确的类型"
|
|
|
|
#: ../../ipalib/parameters.py:298
|
|
msgid "Only one value is allowed"
|
|
msgstr "只允许一个值"
|
|
|
|
#: ../../ipalib/parameters.py:862
|
|
msgid "must be True or False"
|
|
msgstr "必须是True或False"
|
|
|
|
#: ../../ipalib/parameters.py:963
|
|
msgid "must be an integer"
|
|
msgstr "必须是一个整数"
|
|
|
|
#: ../../ipalib/parameters.py:1014
|
|
#, python-format
|
|
msgid "must be at least %(minvalue)d"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1024
|
|
#, python-format
|
|
msgid "can be at most %(maxvalue)d"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1034
|
|
msgid "must be a decimal number"
|
|
msgstr "必须是一个十进制数"
|
|
|
|
#: ../../ipalib/parameters.py:1056
|
|
#, python-format
|
|
msgid "must be at least %(minvalue)f"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1066
|
|
#, python-format
|
|
msgid "can be at most %(maxvalue)f"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1126
|
|
#, python-format
|
|
msgid "must match pattern \"%(pattern)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1144
|
|
msgid "must be binary data"
|
|
msgstr "必须是二进制数据"
|
|
|
|
#: ../../ipalib/parameters.py:1159
|
|
#, python-format
|
|
msgid "must be at least %(minlength)d bytes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1169
|
|
#, python-format
|
|
msgid "can be at most %(maxlength)d bytes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1179
|
|
#, python-format
|
|
msgid "must be exactly %(length)d bytes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1197
|
|
msgid "must be Unicode text"
|
|
msgstr "必须是Unicode文本"
|
|
|
|
#: ../../ipalib/parameters.py:1227
|
|
#, python-format
|
|
msgid "must be at least %(minlength)d characters"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1237
|
|
#, python-format
|
|
msgid "can be at most %(maxlength)d characters"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1247
|
|
#, python-format
|
|
msgid "must be exactly %(length)d characters"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/parameters.py:1286
|
|
#, python-format
|
|
msgid "must be one of %(values)r"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/cli.py:507
|
|
#, python-format
|
|
msgid "Enter %(label)s again to verify: "
|
|
msgstr "再次输入 %(label)s进行校验: "
|
|
|
|
#: ../../ipalib/cli.py:511
|
|
msgid "Passwords do not match!"
|
|
msgstr "密码不匹配!"
|
|
|
|
#: ../../ipalib/cli.py:516
|
|
msgid "Cancelled."
|
|
msgstr "已取消"
|
|
|
|
#: ../../ipalib/frontend.py:377
|
|
msgid "Results are truncated, try a more specific search"
|
|
msgstr "结果被截断,请尝试更明确的搜索"
|
|
|
|
#: ../../ipalib/errors.py:297
|
|
#, python-format
|
|
msgid "%(cver)s client incompatible with %(sver)s server at %(server)r"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:315
|
|
#, python-format
|
|
msgid "unknown error %(code)d from %(server)s: %(error)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:331
|
|
msgid "an internal error has occurred"
|
|
msgstr "发生了一个内部错误"
|
|
|
|
#: ../../ipalib/errors.py:353
|
|
#, python-format
|
|
msgid "an internal error has occurred on server at %(server)r"
|
|
msgstr "服务器%(server)r上发生了一个内部错误"
|
|
|
|
#: ../../ipalib/errors.py:369
|
|
#, python-format
|
|
msgid "unknown command %(name)r"
|
|
msgstr "未知的命令%(name)r"
|
|
|
|
#: ../../ipalib/errors.py:386
|
|
#: ../../ipalib/errors.py:411
|
|
#, python-format
|
|
msgid "error on server %(server)r: %(error)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:402
|
|
#, python-format
|
|
msgid "cannot connect to %(uri)r: %(error)s"
|
|
msgstr "无法连接到%(uri)r: %(error)s"
|
|
|
|
#: ../../ipalib/errors.py:420
|
|
#, python-format
|
|
msgid "Invalid JSON-RPC request: %(error)s"
|
|
msgstr "无效的JSON-RPC请求: %(error)s"
|
|
|
|
#: ../../ipalib/errors.py:448
|
|
#, python-format
|
|
msgid "Kerberos error: %(major)s/%(minor)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:465
|
|
msgid "did not receive Kerberos credentials"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:481
|
|
#, python-format
|
|
msgid "Service %(service)r not found in Kerberos database"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:497
|
|
msgid "No credentials cache found"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:513
|
|
msgid "Ticket expired"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:529
|
|
msgid "Credentials cache permissions incorrect"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:545
|
|
msgid "Bad format in credentials cache"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:561
|
|
msgid "Cannot resolve KDC for requested realm"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:580
|
|
#, python-format
|
|
msgid "Insufficient access: %(info)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:624
|
|
#, python-format
|
|
msgid "command %(name)r takes no arguments"
|
|
msgstr "命令 %(name)r不需要参数"
|
|
|
|
#: ../../ipalib/errors.py:644
|
|
#, python-format
|
|
msgid "command %(name)r takes at most %(count)d argument"
|
|
msgid_plural "command %(name)r takes at most %(count)d arguments"
|
|
msgstr[0] "命令 %(name)r最多接受%(count)d个参数"
|
|
msgstr[1] "命令 %(name)r最多接受%(count)d个参数"
|
|
|
|
#: ../../ipalib/errors.py:674
|
|
#, python-format
|
|
msgid "overlapping arguments and options: %(names)r"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:690
|
|
#, python-format
|
|
msgid "%(name)r is required"
|
|
msgstr "需要%(name)r"
|
|
|
|
#: ../../ipalib/errors.py:706
|
|
#: ../../ipalib/errors.py:722
|
|
#, python-format
|
|
msgid "invalid %(name)r: %(error)s"
|
|
msgstr "%(name)r无效: %(error)s"
|
|
|
|
#: ../../ipalib/errors.py:738
|
|
#, python-format
|
|
msgid "api has no such namespace: %(name)r"
|
|
msgstr "API没有这个名字空间: %(name)r"
|
|
|
|
#: ../../ipalib/errors.py:747
|
|
msgid "Passwords do not match"
|
|
msgstr "密码不匹配"
|
|
|
|
#: ../../ipalib/errors.py:755
|
|
msgid "Command not implemented"
|
|
msgstr "命令没有实现"
|
|
|
|
#: ../../ipalib/errors.py:783
|
|
#: ../../ipalib/errors.py:1023
|
|
#, python-format
|
|
msgid "%(reason)s"
|
|
msgstr "%(reason)s"
|
|
|
|
#: ../../ipalib/errors.py:799
|
|
msgid "This entry already exists"
|
|
msgstr "条目已经存在"
|
|
|
|
#: ../../ipalib/errors.py:815
|
|
msgid "You must enroll a host in order to create a host service"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:831
|
|
#, python-format
|
|
msgid "Service principal is not of the form: service/fully-qualified host name: %(reason)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:847
|
|
msgid "The realm for the principal does not match the realm for this IPA server"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:863
|
|
msgid "This command requires root access"
|
|
msgstr "该命令需要root访问权限"
|
|
|
|
#: ../../ipalib/errors.py:879
|
|
msgid "This is already a posix group"
|
|
msgstr "这已经是一个posix组"
|
|
|
|
#: ../../ipalib/errors.py:895
|
|
#, python-format
|
|
msgid "Principal is not of the form user@REALM: %(principal)r"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:911
|
|
msgid "This entry is already unlocked"
|
|
msgstr "该条目已经解锁"
|
|
|
|
#: ../../ipalib/errors.py:927
|
|
msgid "This entry is already locked"
|
|
msgstr "该条目已经被锁定"
|
|
|
|
#: ../../ipalib/errors.py:943
|
|
msgid "This entry has nsAccountLock set, it cannot be locked or unlocked"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:959
|
|
msgid "This entry is not a member of the group"
|
|
msgstr "该条目不是该组的成员"
|
|
|
|
#: ../../ipalib/errors.py:975
|
|
msgid "A group may not be a member of itself"
|
|
msgstr "一个组不能是自己的成员"
|
|
|
|
#: ../../ipalib/errors.py:991
|
|
msgid "This entry is already a member of the group"
|
|
msgstr "该条目已经是该组的成员"
|
|
|
|
#: ../../ipalib/errors.py:1007
|
|
#, python-format
|
|
msgid "Base64 decoding failed: %(reason)s"
|
|
msgstr "Base64解码失败: %(reason)s"
|
|
|
|
#: ../../ipalib/errors.py:1039
|
|
msgid "A group may not be added as a member of itself"
|
|
msgstr "一个组不能是自己的成员"
|
|
|
|
#: ../../ipalib/errors.py:1055
|
|
msgid "The default users group cannot be removed"
|
|
msgstr "默认的用户组不成被删除"
|
|
|
|
#: ../../ipalib/errors.py:1078
|
|
#, python-format
|
|
msgid "no command nor help topic %(topic)r"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:1102
|
|
msgid "change collided with another change"
|
|
msgstr "修改冲突"
|
|
|
|
#: ../../ipalib/errors.py:1118
|
|
msgid "no modifications to be performed"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:1134
|
|
#, python-format
|
|
msgid "%(desc)s:%(info)s"
|
|
msgstr "%(desc)s:%(info)s"
|
|
|
|
#: ../../ipalib/errors.py:1150
|
|
msgid "limits exceeded for this query"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/errors.py:1165
|
|
#, python-format
|
|
msgid "%(info)s"
|
|
msgstr "%(info)s"
|
|
|
|
#: ../../ipalib/errors.py:1190
|
|
#, python-format
|
|
msgid "Certificate operation cannot be completed: %(error)s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:45
|
|
msgid "Max username length"
|
|
msgstr "最大用户名长度"
|
|
|
|
#: ../../ipalib/plugins/config.py:50
|
|
msgid "Home directory base"
|
|
msgstr "主目录"
|
|
|
|
#: ../../ipalib/plugins/config.py:51
|
|
msgid "Default location of home directories"
|
|
msgstr "主目录的默认位置"
|
|
|
|
#: ../../ipalib/plugins/config.py:55
|
|
msgid "Default shell"
|
|
msgstr "默认shell"
|
|
|
|
#: ../../ipalib/plugins/config.py:56
|
|
msgid "Default shell for new users"
|
|
msgstr "新用户的默认shell"
|
|
|
|
#: ../../ipalib/plugins/config.py:60
|
|
msgid "Default users group"
|
|
msgstr "默认用户组"
|
|
|
|
#: ../../ipalib/plugins/config.py:61
|
|
msgid "Default group for new users"
|
|
msgstr "新用户默认组"
|
|
|
|
#: ../../ipalib/plugins/config.py:65
|
|
msgid "Default e-mail domain"
|
|
msgstr "默认的邮件域名"
|
|
|
|
#: ../../ipalib/plugins/config.py:66
|
|
msgid "Default e-mail domain new users"
|
|
msgstr "新用户的默认邮件域名"
|
|
|
|
#: ../../ipalib/plugins/config.py:70
|
|
msgid "Search time limit"
|
|
msgstr "搜索时间限制"
|
|
|
|
#: ../../ipalib/plugins/config.py:71
|
|
msgid "Max. amount of time (sec.) for a search (-1 is unlimited)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:76
|
|
msgid "Search size limit"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:77
|
|
msgid "Max. number of records to search (-1 is unlimited)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:82
|
|
msgid "User search fields"
|
|
msgstr "用户搜索字段"
|
|
|
|
#: ../../ipalib/plugins/config.py:83
|
|
msgid "A comma-separated list of fields to search when searching for users"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:92
|
|
msgid "Migration mode"
|
|
msgstr "迁移模式"
|
|
|
|
#: ../../ipalib/plugins/config.py:93
|
|
msgid "Enabled migration mode"
|
|
msgstr "启用迁移模式"
|
|
|
|
#: ../../ipalib/plugins/config.py:97
|
|
msgid "Certificate Subject base"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/config.py:98
|
|
msgid "base for certificate subjects (OU=Test,O=Example)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:42
|
|
msgid "Role Groups"
|
|
msgstr "角色组"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:47
|
|
msgid "Role-group name"
|
|
msgstr "角色组名称"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:53
|
|
#: ../../ipalib/plugins/host.py:77
|
|
#: ../../ipalib/plugins/group.py:59
|
|
#: ../../ipalib/plugins/hbac.py:91
|
|
#: ../../ipalib/plugins/automount.py:230
|
|
#: ../../ipalib/plugins/netgroup.py:58
|
|
#: ../../ipalib/plugins/taskgroup.py:54
|
|
#: ../../ipalib/plugins/hostgroup.py:55
|
|
msgid "Description"
|
|
msgstr "描述"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:54
|
|
msgid "A description of this role-group"
|
|
msgstr "该角色组的描述"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:57
|
|
#: ../../ipalib/plugins/group.py:68
|
|
#: ../../ipalib/plugins/taskgroup.py:58
|
|
msgid "Member groups"
|
|
msgstr "成员组"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:61
|
|
#: ../../ipalib/plugins/group.py:72
|
|
#: ../../ipalib/plugins/taskgroup.py:62
|
|
msgid "Member users"
|
|
msgstr "成员用户"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:65
|
|
msgid "Member of task-groups"
|
|
msgstr "任务组成员"
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:78
|
|
#, python-format
|
|
msgid "Added rolegroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:88
|
|
#, python-format
|
|
msgid "Deleted rolegroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:98
|
|
#, python-format
|
|
msgid "Modified rolegroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/rolegroup.py:109
|
|
#, python-format
|
|
msgid "%(count)d rolegroup matched"
|
|
msgid_plural "%(count)d rolegroups matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/host.py:66
|
|
msgid "Hosts"
|
|
msgstr "主机"
|
|
|
|
#: ../../ipalib/plugins/host.py:71
|
|
msgid "Host name"
|
|
msgstr "主机名"
|
|
|
|
#: ../../ipalib/plugins/host.py:78
|
|
msgid "A description of this host"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:82
|
|
msgid "Locality"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:83
|
|
msgid "Host locality (e.g. \"Baltimore, MD\")"
|
|
msgstr "主机地点(如\"Baltimore, MD\")"
|
|
|
|
#: ../../ipalib/plugins/host.py:87
|
|
#: ../../ipalib/plugins/automount.py:107
|
|
msgid "Location"
|
|
msgstr "位置"
|
|
|
|
#: ../../ipalib/plugins/host.py:88
|
|
msgid "Host location (e.g. \"Lab 2\")"
|
|
msgstr "主机位置(如\"Lab 2\")"
|
|
|
|
#: ../../ipalib/plugins/host.py:92
|
|
msgid "Platform"
|
|
msgstr "平台"
|
|
|
|
#: ../../ipalib/plugins/host.py:93
|
|
msgid "Host hardware platform (e.g. \"Lenovo T61\")"
|
|
msgstr "主机硬件平台 (e.g. \"Lenovo T61\")"
|
|
|
|
#: ../../ipalib/plugins/host.py:97
|
|
msgid "Operating system"
|
|
msgstr "操作系统"
|
|
|
|
#: ../../ipalib/plugins/host.py:98
|
|
msgid "Host operating system and version (e.g. \"Fedora 9\")"
|
|
msgstr "主机操作系统及版本(e.g. \"Fedora 9\")"
|
|
|
|
#: ../../ipalib/plugins/host.py:102
|
|
msgid "User password"
|
|
msgstr "用户密码"
|
|
|
|
#: ../../ipalib/plugins/host.py:103
|
|
msgid "Password used in bulk enrollment"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:107
|
|
#: ../../ipalib/plugins/service.py:128
|
|
#: ../../ipalib/plugins/cert.py:188
|
|
#: ../../ipalib/plugins/cert.py:370
|
|
msgid "Certificate"
|
|
msgstr "证书"
|
|
|
|
#: ../../ipalib/plugins/host.py:108
|
|
#: ../../ipalib/plugins/service.py:129
|
|
msgid "Base-64 encoded server certificate"
|
|
msgstr "Base-64 编码格式的服务器证书"
|
|
|
|
#: ../../ipalib/plugins/host.py:111
|
|
#: ../../ipalib/plugins/host.py:214
|
|
msgid "Principal name"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:115
|
|
#: ../../ipalib/plugins/hostgroup.py:67
|
|
msgid "Member of host-groups"
|
|
msgstr "主机组成员"
|
|
|
|
#: ../../ipalib/plugins/host.py:119
|
|
msgid "Member of net-groups"
|
|
msgstr "网络组成员"
|
|
|
|
#: ../../ipalib/plugins/host.py:123
|
|
msgid "Member of role-groups"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:152
|
|
#, python-format
|
|
msgid "Added host \"%(value)s\""
|
|
msgstr "新增主机 \"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/host.py:181
|
|
#, python-format
|
|
msgid "Deleted host \"%(value)s\""
|
|
msgstr "已删除主机 \"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/host.py:209
|
|
#, python-format
|
|
msgid "Modified host \"%(value)s\""
|
|
msgstr "已修改主机 \"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/host.py:215
|
|
msgid "Kerberos principal name for this host"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/host.py:259
|
|
#, python-format
|
|
msgid "%(count)d host matched"
|
|
msgid_plural "%(count)d hosts matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/group.py:48
|
|
msgid "User Groups"
|
|
msgstr "用户组"
|
|
|
|
#: ../../ipalib/plugins/group.py:53
|
|
msgid "Group name"
|
|
msgstr "组名"
|
|
|
|
#: ../../ipalib/plugins/group.py:60
|
|
msgid "Group description"
|
|
msgstr "组描述"
|
|
|
|
#: ../../ipalib/plugins/group.py:64
|
|
msgid "GID"
|
|
msgstr "GID"
|
|
|
|
#: ../../ipalib/plugins/group.py:65
|
|
msgid "GID (use this option to set it manually)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/group.py:76
|
|
msgid "Failed members"
|
|
msgstr "失败的成员"
|
|
|
|
#: ../../ipalib/plugins/group.py:80
|
|
#: ../../ipalib/plugins/user.py:48
|
|
msgid "Users"
|
|
msgstr "用户"
|
|
|
|
#: ../../ipalib/plugins/group.py:84
|
|
#: ../../ipalib/plugins/user.py:109
|
|
msgid "Groups"
|
|
msgstr "用户组"
|
|
|
|
#: ../../ipalib/plugins/group.py:97
|
|
#, python-format
|
|
msgid "Added group \"%(value)s\""
|
|
msgstr "已添加组\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/group.py:102
|
|
msgid "Create as posix group?"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/group.py:120
|
|
#, python-format
|
|
msgid "Deleted group \"%(value)s\""
|
|
msgstr "已删除组\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/group.py:146
|
|
#, python-format
|
|
msgid "Modified group \"%(value)s\""
|
|
msgstr "已修改组\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/group.py:175
|
|
#, python-format
|
|
msgid "%(count)d group matched"
|
|
msgid_plural "%(count)d groups matched"
|
|
msgstr[0] "%(count)d 个组匹配"
|
|
msgstr[1] "%(count)d 个组匹配"
|
|
|
|
#: ../../ipalib/plugins/migration.py:166
|
|
msgid "LDAP URI"
|
|
msgstr "LDAP URI"
|
|
|
|
#: ../../ipalib/plugins/migration.py:167
|
|
msgid "LDAP URI of DS server to migrate from"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/migration.py:178
|
|
msgid "Bind DN"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/migration.py:184
|
|
msgid "User container"
|
|
msgstr "用户容器"
|
|
|
|
#: ../../ipalib/plugins/migration.py:185
|
|
msgid "RDN of container for users in DS"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/migration.py:191
|
|
msgid "Group container"
|
|
msgstr "组容器"
|
|
|
|
#: ../../ipalib/plugins/migration.py:192
|
|
msgid "RDN of container for groups in DS"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/service.py:116
|
|
msgid "Services"
|
|
msgstr "服务"
|
|
|
|
#: ../../ipalib/plugins/service.py:121
|
|
#: ../../ipalib/plugins/cert.py:175
|
|
msgid "Principal"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/service.py:122
|
|
msgid "Service principal"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/service.py:140
|
|
#, python-format
|
|
msgid "Added service \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/service.py:187
|
|
#, python-format
|
|
msgid "Deleted service \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/passwd.py:37
|
|
#: ../../ipalib/plugins/krbtpolicy.py:47
|
|
msgid "User name"
|
|
msgstr "用户名"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:48
|
|
msgid "HBAC"
|
|
msgstr "HBAC"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:53
|
|
msgid "Rule name"
|
|
msgstr "规则名"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:58
|
|
msgid "Rule type (allow or deny)"
|
|
msgstr "规则类型(允许或禁止)"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:63
|
|
msgid "Service name"
|
|
msgstr "服务名"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:64
|
|
msgid "Name of service the rule applies to (e.g. ssh)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hbac.py:69
|
|
msgid "User category"
|
|
msgstr "用户类别"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:70
|
|
msgid "User category the rule applies to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hbac.py:75
|
|
msgid "Host category"
|
|
msgstr "主机类别"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:76
|
|
msgid "Host category the rule applies to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hbac.py:81
|
|
msgid "Source host category"
|
|
msgstr "源主机类别"
|
|
|
|
#: ../../ipalib/plugins/hbac.py:82
|
|
msgid "Source host category the rule applies to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hbac.py:87
|
|
#: ../../ipalib/plugins/hbac.py:221
|
|
#: ../../ipalib/plugins/hbac.py:259
|
|
msgid "Access time"
|
|
msgstr "访问时间"
|
|
|
|
#: ../../ipalib/plugins/cert.py:62
|
|
#: ../../ipalib/plugins/cert.py:83
|
|
msgid "Unable to decode certificate in entry"
|
|
msgstr "不能解码项目中的证书"
|
|
|
|
#: ../../ipalib/plugins/cert.py:105
|
|
#: ../../ipalib/plugins/cert.py:119
|
|
#: ../../ipalib/plugins/cert.py:136
|
|
msgid "Failure decoding Certificate Signing Request"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:138
|
|
#, python-format
|
|
msgid "Failure decoding Certificate Signing Request: %s"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:176
|
|
msgid "Service principal for this certificate (e.g. HTTP/test.example.com)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:183
|
|
msgid "automatically add the principal if it doesn't exist"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:192
|
|
#: ../../ipalib/plugins/cert.py:374
|
|
msgid "Subject"
|
|
msgstr "主题"
|
|
|
|
#: ../../ipalib/plugins/cert.py:196
|
|
#: ../../ipalib/plugins/cert.py:357
|
|
msgid "Serial number"
|
|
msgstr "序列号"
|
|
|
|
#: ../../ipalib/plugins/cert.py:334
|
|
msgid "Request id"
|
|
msgstr "请求号"
|
|
|
|
#: ../../ipalib/plugins/cert.py:340
|
|
msgid "Request status"
|
|
msgstr "请求状态"
|
|
|
|
#: ../../ipalib/plugins/cert.py:358
|
|
msgid "Serial number in decimal or if prefixed with 0x in hexadecimal"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:378
|
|
msgid "Revocation reason"
|
|
msgstr "撤消原因"
|
|
|
|
#: ../../ipalib/plugins/cert.py:403
|
|
msgid "Revoked"
|
|
msgstr "撤销"
|
|
|
|
#: ../../ipalib/plugins/cert.py:412
|
|
msgid "Reason"
|
|
msgstr "原因"
|
|
|
|
#: ../../ipalib/plugins/cert.py:413
|
|
msgid "Reason for revoking the certificate (0-10)"
|
|
msgstr "撤消证书的原因(0-10)"
|
|
|
|
#: ../../ipalib/plugins/cert.py:438
|
|
msgid "Unrevoked"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/cert.py:442
|
|
msgid "Error"
|
|
msgstr "错误"
|
|
|
|
#: ../../ipalib/plugins/baseldap.py:115
|
|
msgid "Add an attribute/value pair. Format is attr=value"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/baseldap.py:120
|
|
msgid "Set an attribute to an name/value pair. Format is attr=value"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:109
|
|
msgid "type, filter, subtree and targetgroup are mutually exclusive"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:112
|
|
msgid "at least one of: type, filter, subtree, targetgroup, attrs or memberof are required"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:117
|
|
msgid "group and taskgroup are mutually exclusive"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:119
|
|
msgid "One of group or taskgroup is required"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:140
|
|
#, python-format
|
|
msgid "Group '%s' does not exist"
|
|
msgstr "组 '%s' 不存在"
|
|
|
|
#: ../../ipalib/plugins/aci.py:184
|
|
#, python-format
|
|
msgid "ACI with name \"%s\" not found"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:201
|
|
msgid "ACIs"
|
|
msgstr "ACIs"
|
|
|
|
#: ../../ipalib/plugins/aci.py:206
|
|
msgid "ACI name"
|
|
msgstr "ACI名称"
|
|
|
|
#: ../../ipalib/plugins/aci.py:211
|
|
msgid "Taskgroup"
|
|
msgstr "任务组"
|
|
|
|
#: ../../ipalib/plugins/aci.py:212
|
|
msgid "Taskgroup ACI grants access to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:216
|
|
msgid "User group"
|
|
msgstr "用户组"
|
|
|
|
#: ../../ipalib/plugins/aci.py:217
|
|
msgid "User group ACI grants access to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:221
|
|
msgid "Permissions"
|
|
msgstr "权限"
|
|
|
|
#: ../../ipalib/plugins/aci.py:222
|
|
msgid "comma-separated list of permissions to grant(read, write, add, delete, selfwrite, all)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:228
|
|
msgid "Attributes"
|
|
msgstr "属性"
|
|
|
|
#: ../../ipalib/plugins/aci.py:229
|
|
msgid "Comma-separated list of attributes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:233
|
|
msgid "Type"
|
|
msgstr "类型"
|
|
|
|
#: ../../ipalib/plugins/aci.py:234
|
|
msgid "type of IPA object (user, group, host)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:239
|
|
msgid "Member of"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:240
|
|
msgid "Member of a group"
|
|
msgstr "组成员"
|
|
|
|
#: ../../ipalib/plugins/aci.py:244
|
|
msgid "Filter"
|
|
msgstr "过滤"
|
|
|
|
#: ../../ipalib/plugins/aci.py:245
|
|
msgid "Legal LDAP filter (e.g. ou=Engineering)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:249
|
|
msgid "Subtree"
|
|
msgstr "子树"
|
|
|
|
#: ../../ipalib/plugins/aci.py:250
|
|
msgid "Subtree to apply ACI to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:254
|
|
msgid "Target group"
|
|
msgstr "目标组"
|
|
|
|
#: ../../ipalib/plugins/aci.py:255
|
|
msgid "Group to apply ACI to"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:267
|
|
#, python-format
|
|
msgid "Created ACI \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:317
|
|
#, python-format
|
|
msgid "Deleted ACI \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:357
|
|
#, python-format
|
|
msgid "Modified ACI \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/aci.py:417
|
|
#, python-format
|
|
msgid "%(count)d ACI matched"
|
|
msgid_plural "%(count)d ACIs matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/krbtpolicy.py:48
|
|
msgid "Manage ticket policy for specific user"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/krbtpolicy.py:53
|
|
msgid "Max life"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/krbtpolicy.py:54
|
|
msgid "Maximum ticket life"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/krbtpolicy.py:58
|
|
msgid "Max renew"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/krbtpolicy.py:59
|
|
msgid "Maximum renewable age"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:113
|
|
msgid "DNS"
|
|
msgstr "DNS"
|
|
|
|
#: ../../ipalib/plugins/dns.py:118
|
|
msgid "Zone"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:119
|
|
msgid "Zone name (FQDN)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:125
|
|
msgid "Authoritative name server"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:129
|
|
msgid "administrator e-mail address"
|
|
msgstr "管理员邮件地址"
|
|
|
|
#: ../../ipalib/plugins/dns.py:135
|
|
msgid "SOA serial"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:139
|
|
msgid "SOA refresh"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:143
|
|
msgid "SOA retry"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:147
|
|
msgid "SOA expire"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:151
|
|
msgid "SOA minimum"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:155
|
|
msgid "SOA time to live"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:159
|
|
msgid "SOA class"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:164
|
|
msgid "allow dynamic update?"
|
|
msgstr "允许动态更新?"
|
|
|
|
#: ../../ipalib/plugins/dns.py:168
|
|
msgid "BIND update policy"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:393
|
|
#: ../../ipalib/plugins/dns.py:427
|
|
#: ../../ipalib/plugins/dns.py:462
|
|
#: ../../ipalib/plugins/dns.py:577
|
|
#: ../../ipalib/plugins/dns.py:662
|
|
#: ../../ipalib/plugins/dns.py:786
|
|
msgid "Zone name"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:467
|
|
msgid "resource name"
|
|
msgstr "资源名称"
|
|
|
|
#: ../../ipalib/plugins/dns.py:472
|
|
#: ../../ipalib/plugins/dns.py:587
|
|
#: ../../ipalib/plugins/dns.py:678
|
|
msgid "Record type"
|
|
msgstr "记录类型"
|
|
|
|
#: ../../ipalib/plugins/dns.py:476
|
|
#: ../../ipalib/plugins/dns.py:591
|
|
msgid "Data"
|
|
msgstr "数据"
|
|
|
|
#: ../../ipalib/plugins/dns.py:477
|
|
#: ../../ipalib/plugins/dns.py:592
|
|
msgid "Type-specific data"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:484
|
|
msgid "Time to live"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:489
|
|
msgid "Class"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/dns.py:582
|
|
#: ../../ipalib/plugins/dns.py:674
|
|
#: ../../ipalib/plugins/dns.py:791
|
|
msgid "Resource name"
|
|
msgstr "资源名称"
|
|
|
|
#: ../../ipalib/plugins/dns.py:667
|
|
msgid "Search criteria"
|
|
msgstr "搜索条件"
|
|
|
|
#: ../../ipalib/plugins/dns.py:682
|
|
msgid "type-specific data"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:108
|
|
msgid "Automount location name"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:224
|
|
msgid "Map"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:225
|
|
msgid "Aautomount map name"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:234
|
|
msgid "Automount Maps"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:306
|
|
msgid "Key"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:307
|
|
msgid "Automount key name"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:312
|
|
msgid "Mount information"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:316
|
|
msgid "description"
|
|
msgstr "描述"
|
|
|
|
#: ../../ipalib/plugins/automount.py:320
|
|
msgid "Automount Keys"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:340
|
|
msgid "Mount point"
|
|
msgstr "挂载点"
|
|
|
|
#: ../../ipalib/plugins/automount.py:344
|
|
msgid "Parent map"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/automount.py:345
|
|
msgid "Name of parent automount map (default: auto.master)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:47
|
|
msgid "Net Groups"
|
|
msgstr "网络组"
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:52
|
|
msgid "Netgroup name"
|
|
msgstr "网络组名称"
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:59
|
|
msgid "Netgroup description"
|
|
msgstr "网络组描述"
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:63
|
|
msgid "NIS domain name"
|
|
msgstr "NIS域名"
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:80
|
|
msgid "Member host"
|
|
msgstr "成员主机"
|
|
|
|
#: ../../ipalib/plugins/netgroup.py:88
|
|
msgid "External host"
|
|
msgstr "外部主机"
|
|
|
|
#: ../../ipalib/plugins/misc.py:37
|
|
#, python-format
|
|
msgid "%(count)d variables"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/misc.py:96
|
|
#, python-format
|
|
msgid "%(count)d plugin loaded"
|
|
msgid_plural "%(count)d plugins loaded"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/user.py:53
|
|
msgid "User login"
|
|
msgstr "用户登录名"
|
|
|
|
#: ../../ipalib/plugins/user.py:60
|
|
msgid "First name"
|
|
msgstr "名"
|
|
|
|
#: ../../ipalib/plugins/user.py:64
|
|
msgid "Last name"
|
|
msgstr "姓"
|
|
|
|
#: ../../ipalib/plugins/user.py:72
|
|
msgid "GECOS field"
|
|
msgstr "GECOS字段"
|
|
|
|
#: ../../ipalib/plugins/user.py:78
|
|
msgid "Login shell"
|
|
msgstr "登录shell"
|
|
|
|
#: ../../ipalib/plugins/user.py:83
|
|
msgid "Kerberos principal"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/user.py:89
|
|
msgid "Email address"
|
|
msgstr "邮件地址"
|
|
|
|
#: ../../ipalib/plugins/user.py:93
|
|
msgid "Password"
|
|
msgstr "密码"
|
|
|
|
#: ../../ipalib/plugins/user.py:94
|
|
msgid "Set the user password"
|
|
msgstr "设置用户密码"
|
|
|
|
#: ../../ipalib/plugins/user.py:101
|
|
msgid "UID"
|
|
msgstr "UID"
|
|
|
|
#: ../../ipalib/plugins/user.py:102
|
|
msgid "UID (use this option to set it manually)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/user.py:106
|
|
msgid "Street address"
|
|
msgstr "街道地址"
|
|
|
|
#: ../../ipalib/plugins/user.py:113
|
|
msgid "Netgroups"
|
|
msgstr "网络组"
|
|
|
|
#: ../../ipalib/plugins/user.py:117
|
|
msgid "Rolegroups"
|
|
msgstr "角色组"
|
|
|
|
#: ../../ipalib/plugins/user.py:121
|
|
msgid "Taskgroups"
|
|
msgstr "任务组"
|
|
|
|
#: ../../ipalib/plugins/user.py:134
|
|
#, python-format
|
|
msgid "Added user \"%(value)s\""
|
|
msgstr "新增用户\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/user.py:179
|
|
#, python-format
|
|
msgid "Deleted user \"%(value)s\""
|
|
msgstr "已删除用户\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/user.py:198
|
|
#, python-format
|
|
msgid "Modified user \"%(value)s\""
|
|
msgstr "已修改用户\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/user.py:209
|
|
#, python-format
|
|
msgid "%(count)d user matched"
|
|
msgid_plural "%(count)d users matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/user.py:229
|
|
#, python-format
|
|
msgid "Locked user \"%(value)s\""
|
|
msgstr "已锁定用户\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/user.py:255
|
|
#, python-format
|
|
msgid "Unlocked user \"%(value)s\""
|
|
msgstr "已解锁用户\"%(value)s\""
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:43
|
|
msgid "Task Groups"
|
|
msgstr "任务组"
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:48
|
|
msgid "Task-group name"
|
|
msgstr "任务组名称"
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:55
|
|
msgid "Task-group description"
|
|
msgstr "任务组描述"
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:66
|
|
msgid "Member role-groups"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:79
|
|
#, python-format
|
|
msgid "Added taskgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:89
|
|
#, python-format
|
|
msgid "Deleted taskgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:99
|
|
#, python-format
|
|
msgid "Modified taskgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/taskgroup.py:110
|
|
#, python-format
|
|
msgid "%(count)d taskgroup matched"
|
|
msgid_plural "%(count)d taskgroups matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:43
|
|
msgid "Host Groups"
|
|
msgstr "主机组"
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:48
|
|
msgid "Host-group"
|
|
msgstr "主机组"
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:49
|
|
msgid "Name of host-group"
|
|
msgstr "主机组名称"
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:56
|
|
msgid "A description of this host-group"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:59
|
|
msgid "Member hosts"
|
|
msgstr "成员主机"
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:63
|
|
msgid "Member host-groups"
|
|
msgstr "主机组成员"
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:80
|
|
#, python-format
|
|
msgid "Added hostgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:90
|
|
#, python-format
|
|
msgid "Deleted hostgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:100
|
|
#, python-format
|
|
msgid "Modified hostgroup \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/hostgroup.py:111
|
|
#, python-format
|
|
msgid "%(count)d hostgroup matched"
|
|
msgid_plural "%(count)d hostgroups matched"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:121
|
|
#: ../../ipalib/plugins/pwpolicy.py:173
|
|
#: ../../ipalib/plugins/pwpolicy.py:225
|
|
#: ../../ipalib/plugins/pwpolicy.py:321
|
|
msgid "Group"
|
|
msgstr "组"
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:126
|
|
msgid "Max lifetime (days)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:127
|
|
msgid "Maximum password lifetime (in days)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:133
|
|
msgid "Min lifetime (hours)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:134
|
|
msgid "Minimum password lifetime (in hours)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:140
|
|
msgid "History size"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:141
|
|
msgid "Password history size"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:147
|
|
msgid "Character classes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:148
|
|
msgid "Minimum number of character classes"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:154
|
|
msgid "Min length"
|
|
msgstr "最小长度"
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:155
|
|
msgid "Minimum length of password"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:169
|
|
#, python-format
|
|
msgid "Added policy for group \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:174
|
|
#: ../../ipalib/plugins/pwpolicy.py:226
|
|
msgid "Group to set policy for"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:179
|
|
#: ../../ipalib/plugins/pwpolicy.py:230
|
|
msgid "Priority"
|
|
msgstr "优先级"
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:180
|
|
#: ../../ipalib/plugins/pwpolicy.py:231
|
|
msgid "Priority of the policy (higher number equals lower priority)"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:222
|
|
#, python-format
|
|
msgid "Modified policy for group \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:244
|
|
msgid "priority cannot be set on global policy"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:277
|
|
#, python-format
|
|
msgid "Deleted policy for group \"%(value)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:322
|
|
msgid "Group to display policy"
|
|
msgstr ""
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:325
|
|
msgid "User"
|
|
msgstr "用户"
|
|
|
|
#: ../../ipalib/plugins/pwpolicy.py:326
|
|
msgid "Display policy applied to a given user"
|
|
msgstr ""
|
|
|
|
#: ../../ipaserver/install/certs.py:576
|
|
#: ../../ipaserver/plugins/dogtag.py:1313
|
|
#: ../../ipaserver/plugins/dogtag.py:1398
|
|
#: ../../ipaserver/plugins/dogtag.py:1463
|
|
#: ../../ipaserver/plugins/dogtag.py:1543
|
|
#: ../../ipaserver/plugins/dogtag.py:1602
|
|
#, python-format
|
|
msgid "Unable to communicate with CMS (%s)"
|
|
msgstr ""
|
|
|
|
#: ../../ipaserver/plugins/selfsign.py:102
|
|
#, python-format
|
|
msgid "Request subject \"%(request_subject)s\" does not match the form \"%(subject_base)s\""
|
|
msgstr ""
|
|
|
|
#: ../../ipaserver/plugins/selfsign.py:107
|
|
#, python-format
|
|
msgid "unable to decode csr: %s"
|
|
msgstr "不能解码csr: %s"
|
|
|
|
#: ../../ipaserver/plugins/selfsign.py:128
|
|
#: ../../ipaserver/plugins/selfsign.py:143
|
|
msgid "file operation"
|
|
msgstr "文件操作"
|
|
|
|
#: ../../ipaserver/plugins/selfsign.py:157
|
|
msgid "cannot obtain next serial number"
|
|
msgstr "无法得到下一个序列号"
|
|
|
|
#: ../../ipaserver/plugins/selfsign.py:192
|
|
msgid "certutil failure"
|
|
msgstr ""
|
|
|
|
#, fuzzy
|
|
#~ msgid "bind password"
|
|
#~ msgstr "用户密码"
|