File name: | wlancfg.dll.mui |
Size: | 144896 byte |
MD5: | a9b1653b5af1e0b1ee77ec76d5769c36 |
SHA1: | e35c10a753c6195e93ef36a8477c7d75a4e4ffba |
SHA256: | f92d43949d0bdf5e977c1805b8f833cce921eaede1a8301a4f92eb996ca83f69 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Chinese (Simplified) | English |
---|---|---|
56001 | 未准备好 | not ready |
56002 | 已连接 | connected |
56003 | 形成临时网络 | ad hoc network formed |
56004 | 正在断开连接 | disconnecting |
56005 | 已断开连接 | disconnected |
56006 | 关联 | associating |
56007 | 发现 | discovering |
56008 | 正在验证 | authenticating |
56999 | 未知状态 | unknown state |
57001 | 在一个表格中添加一个配置项。 |
Adds a configuration entry to a table. |
57002 | 从一个表格中删除一个配置项。 |
Deletes a configuration entry from a table. |
57003 | 设置配置信息。 |
Sets configuration information. |
57004 | 显示信息。 |
Displays information. |
57005 | 将 WLAN 配置文件保存为 XML 文件。 |
Saves WLAN profiles to XML files. |
57006 | 启动承载网络。 |
Start hosted network. |
57007 | 停止承载网络。 |
Stop hosted network. |
57008 | 刷新承载网络设置。 |
Refresh hosted network settings. |
57051 | 连接到无线网络。 |
Connects to a wireless network. |
57052 | 用法: %1!s! [name=] [[ssid=]] [[interface=]] 参数: 标记 值 ssid - 无线网络的 SSID。 name - 连接尝试所使用的配置文件的名称。 interface - 尝试连接的接口名称。 注释: 连接到由使用指定配置文件的 ssid 给定的无线网络。从指定接口试图连接,除非 系统仅有一个可用的接口,在这种情况下,该接口参数可省略。 参数 profile name 是必需的,而 ssid 是可选的。如果只有一个 SSID 存在,那么该 SSID 用于连接。如果在配置文件中有多个 SSID,那么参数 ssid 是必需的。 如果在系统上有两个或多个接口可用,参数 interface 是必需的。当指定 interface 时,该 interface 不能是通配名称。 如果指定接口已经连接到无线网络时,该命令将首先从当前连接的网络断开, 然后尝试连接到新的网络。如果在该命令中两个网络相同,该命令仅简单返回成功。 示例: %1!s! name=Profile1 ssid=SSID1 %1!s! name=Profile2 ssid=SSID2 interface="Wireless Network Connection" |
Usage: %1!s! [name=] [[ssid=]] [[interface=]] Parameters: Tag Value ssid - SSID of the wireless network. name - Name of the profile to be used in connection attempt. interface - Name of the interface from which connection is attempted. Remarks: Connect to the wireless network given by ssid using the specified profile. Connection is attempted from the specified interface unless there is only one available interface on the system, in which case, the interface parameter can be omitted. Parameter profile name is required but ssid is optional. If only one SSID exists in the profile, then this SSID is used to connect. If there are multiple SSIDs in the profile, then parameter ssid is required. Parameter interface is required if there are two or more available interfaces on the system. When interface is specified, it cannot be a wildcard name. If the specified interface is already connected to a wireless network, this command will first disconnect from the currently connected network, then attempt to connect to the new network. However, if these two networks are the same this command simply returns success and does nothing. Examples: %1!s! name=Profile1 ssid=SSID1 %1!s! name=Profile2 ssid=SSID2 interface="Wireless Network Connection" |
57053 | 从无线网络断开连接。 |
Disconnects from a wireless network. |
57054 | 用法: %1!s! [[interface=]] 参数: 标记 值 interface - 从其中试图断开连接的接口名称。 说明: 在指定接口上断开无线网络连接。 如果系统中有两个或多个可用接口,则参数 interface 是必需的。可以在接口名称 中使用通配符字符以便制定多个接口。 示例: %1!s! %1!s! interface="Wireless Network Connection" |
Usage: %1!s! [[interface=]] Parameters: Tag Value interface - Name of the interface from which disconnection is attempted. Remarks: Disconnect from the wireless network on the specified interface. Parameter interface is required if there are two or more available interfaces on the system. Wildcard characters can be used in the interface name to specify multiple interfaces. Examples: %1!s! %1!s! interface="Wireless Network Connection" |
58001 | 将无线网络添加到允许或阻止的网络 列表。 |
Add a wireless network into the wireless allowed or blocked list. |
58002 | 用法: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure|adhoc 参数: 标记 值 permission - 筛选器的权限类型。 ssid - 无线网络的 SSID。 networktype - 无线网络的网络类型。 说明: 将无线网络添加到系统上配置的允许和阻止的网络列表。 如果权限为允许或阻止,则参数 ssid 是必需的。如果权限 为 denyall,则不应给定参数 ssid。 示例: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
Usage: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure|adhoc Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Adds a wireless network into the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
58003 | 将 WLAN 配置文件添加到计算机上指定的接口。 |
Add a WLAN profile to specified interface on the system. |
58004 | 用法: %1!s! [filename=] [[interface=]] [[user=]all|current] 参数: 标记 值 filename - 配置文件 XML 文件的名称。 interface - 接口名称。 user - 用户范围,所有用户或仅当前用户。 注释: 在所有用户或当前用户接口上添加无线网络配置文件。 参数 filename 是必需的。它是包含配置文件数据的 XML 文件的名称。 参数 interface 是可选的。它是由 "netsh wlan show interface" 命令 显示的一个接口名称。如果给定接口名称,则配置文件将被添加到指定接口, 否则配置文件将被添加到所有无线接口。 参数 user 是可选的。它指定将该配置文件应用到所有用户还是仅应用到当前用户。 默认情况下它被应用到所有用户。 示例: %1!s! filename="Profile1.xml" interface="Wireless Network Connection" user=current |
Usage: %1!s! [filename=] [[interface=]] [[user=]all|current] Parameters: Tag Value filename - Name of the profile XML file. interface - Interface name. user - User scope, all users or only current user. Remarks: Add a wireless network profile on an interface for all or current users. Parameter filename is required. It is the name of the XML file containing the profile data. Parameter interface is optional. It is one of the interface name shown by "netsh wlan show interface" command. If interface name is given, the profile will be added to the specified interface, otherwise the profile will be added on all wireless interfaces. Parameter user is optional. It specifies whether this profile is applied to all users or current user only. By default it is applied to all users. Examples: %1!s! filename="Profile1.xml" interface="Wireless Network Connection" user=current |
58005 | 用法: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure 参数: 标记 值 permission - 筛选器的权限类型。 ssid - 无线网络的 SSID。 networktype - 无线网络的网络类型。 备注: 将无线网络添加到系统上配置的允许的和阻止的网络列表。 如果权限为 allow 或 block,则参数 ssid 是必需的。如果权限 为 denyall,则不应给定参数 ssid。 示例: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
Usage: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Adds a wireless network into the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
58011 | 从允许或阻止的网络列表中删除 无线网络。 |
Remove a wireless network from the wireless allowed or blocked list. |
58012 | 用法: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure|adhoc 参数: 标记 值 permission - 筛选器的权限类型。 ssid - 无线网络的 SSID。 networktype - 无线网络的网络类型。 说明: 从系统上配置的允许和阻止的网络列表中删除无线网络。 如果权限为允许或阻止,则参数 ssid 是必需的。如果权限 为 denyall,则不应给定参数 ssid。 示例: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
Usage: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure|adhoc Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Removes a wireless network from the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
58013 | 从一个或多个接口删除 WLAN 配置文件。 |
Delete a WLAN profile from one or multiple interfaces. |
58014 | 用法: %1!s! [name=] [[interface=]] 参数: 标记 值 name - 所要删除的配置文件的名称。 interface - 接口名称。 注释: 从某个接口或所有接口删除无线网络配置文件。 参数 name 是必需参数。它是要删除的配置文件的名称。参数 interface 是 可选参数。如果已给定接口,则仅从指定的接口删除该配置文件。 如果未给定接口,则从所有具有此配置文件的接口删除该配置文件。 配置文件名称可以使用通配符字符,并且将删除 具有匹配名称的多个配置文件。 示例: %1!s! name="Profile 1" interface="Wireless Network Connection" %1!s! name="Profile 1" i=* |
Usage: %1!s! [name=] [[interface=]] Parameters: Tag Value name - Name of the profile to delete. interface - Interface name. Remarks: Remove a wireless network profile from an interface or all interfaces. Parameter name is required. It is the name of the profile to be deleted. Parameter interface is optional. If it is given then the profile will be deleted from specified interface only. If it is omitted then the profile will be deleted from all the interfaces that have such a profile. Profile name can have wildcard characters and multiple profiles with matching name will be removed. Examples: %1!s! name="Profile 1" interface="Wireless Network Connection" %1!s! name="Profile 1" i=* |
58015 | 用法: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure 参数: 标记 值 permission - 筛选器的权限类型。 ssid - 无线网络的 SSID。 networktype - 无线网络的网络类型。 备注: 从系统上配置的允许的和阻止的网络列表中删除无线网络。 如果权限为 allow 或 block,则参数 ssid 是必需的。如果权限 为 denyall,则不应给定参数 ssid。 示例: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
Usage: %1!s! [permission=]allow|block|denyall [[ssid=]] [networktype=]infrastructure Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Removes a wireless network from the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
58021 | 将指定的配置文件导出到 XML 文件。 |
Export specified profiles to XML files. |
58022 | 用法: %1!s! [name=] [folder=] [[interface=]] [key=] 参数: 标记 值 name - 要导出的配置文件名称。 folder - 将用来保存 XML 配置文件的文件夹名称。 interface - 已配置此配置文件的接口名称。 key - 以纯文本显示密钥,设置密钥=clear。 注释: 在指定的文件夹中将选定的配置文件保存为 XML 文件。 对于每个导出的配置文件,输出文件命名为 "Interface Name-Profile Name.xml"。 参数 folder、name 和 interface 都是可选的。如果已给定配置文件名称, 则将保存特定的配置文件。否则将保存任意接口上的所有配置文件。 如果提供了文件夹参数,则必须指定从本地计算机 可以访问的现有文件夹。指向当前工作目录的路径可以是绝对路径, 也可以是相对路径。另外 "." 指的是当前工作目录,而 ".." 指当前工作目录的 父级目录。文件夹名称不能为 一个 UNC (通用命名约定)路径。默认情况下,配置文件 将保存到当前工作目录中。 如果已给定接口名称,则只保存给定接口上的 特定配置文件。否则将保存该系统上给定名称 的所有配置文件。 如果需要纯文本中的密钥,且呼叫方是本地管理员,则输出的 XML 文件将包括 纯文本中的密钥。另外,输出 XML 文件将包括加密的密钥。 示例: %1!s! name="profile 1" folder=c:\profiles interface="Wireless Network Connection" %1!s! name="profile 2" folder=. %1!s! name="profile 3" folder=. key=clear |
Usage: %1!s! [name=] [folder=] [[interface=]] [key=] Parameters: Tag Value name - Name of the profile to export. folder - Name of the folder in which the profile XML files will be saved. interface - Name of the interface which has this profile configured. key - To display the key in plain text, set key=clear. Remarks: Saves the selected profiles into XML files in the specified folder. For each exported profile, the output file will be named as "Interface Name-Profile Name.xml". Parameters folder, name and interface are all optional. If profile name is given then the specified profile will be saved. Otherwise profiles on any interface will be saved. If the folder parameter is provided it must specify an existing folder accessible from the local computer. It can either be an absolute path, or a relative path to the current working directory. In addition, "." refers to the current working directory, and ".." refers to the parent directory of the current working directory. The folder name cannot be a UNC (Universal Naming Convention) path. By default profiles will be saved in the current working directory. If interface name is given, only the specified profile on the given interface will be saved. Otherwise all profiles with the given name on the system will be saved. If a key in plain text is required and the caller is local administrator, output XML file will include the key in plain text. Otherwise, the output XML file will include encrypted key. Examples: %1!s! name="profile 1" folder=c:\profiles interface="Wireless Network Connection" %1!s! name="profile 2" folder=. %1!s! name="profile 3" folder=. key=clear |
58031 | 启用或禁用接口上的自动配置逻辑。 |
Enable or disable auto configuration logic on interface. |
58032 | 用法: %1!s! [enabled=]yes|no [interface=] 参数: 标记 值 enabled - 将自动配置逻辑设置为已启用或已禁用。 interface - 配置需要更改的接口的名称。 说明: 启用或禁用接口上的自动配置逻辑。如果它已禁用,则 Windows 将不会从 指定的接口自动连接到任何无线网络。 两个参数都是必需的。 示例: %1!s! enabled=yes interface="Wireless Network Connection" |
Usage: %1!s! [enabled=]yes|no [interface=] Parameters: Tag Value enabled - Set auto configuration logic to enabled or disabled. interface - Name of the interface for which the setting has to be changed. Remarks: Enable or disable the auto configuration logic on an interface. If it is, disabled then Windows will not connect to any wireless network automatically from the specified interface. Both parameters are required. Examples: %1!s! enabled=yes interface="Wireless Network Connection" |
58033 | 设置无线网络配置文件的首选顺序。 |
Set the preference order of a wireless network profile. |
58034 | 用法: %1!s! [name=] [interface=] [priority=] 参数: 标记 值 name - 要更改优先级的用户配置文件的名称。 interface - 已配置此配置文件的接口的名称。 priority - 此用户配置文件的新优先级。 备注: 设置接口上的无线网络配置文件的首选顺序。 所有三个参数都是必需的。 只能更改用户配置文件的顺序。组策略配置文件 是只读的。组策略配置文件始终优先于 用户配置文件。 priority 参数指定了此配置文件在首选配置文件列表 中的新位置。如果该参数为 1,则将此配置文件移动到 用户配置文件列表中的第一个位置。 示例: %1!s! name="profile1" interface="Wireless Network Connection" priority=1 |
Usage: %1!s! [name=] [interface=] [priority=] Parameters: Tag Value name - Name of the User profile whose priority is to be changed. interface - Name of the interface which has this profile configured. priority - The new priority of the User profile. Remarks: Set the preference order of a wireless network profile on an interface. All three parameters are required. Only the order of User profiles can be changed. Group policy profiles are read only. Group policy profiles always have higher precedence over User profiles. Parameter priority specifies the new position of the profile in the preferred profile list. If it is 1, the profile will be moved to the first position in the User profile list. Examples: %1!s! name="profile1" interface="Wireless Network Connection" priority=1 |
58035 | 在可见网络列表中显示或隐藏阻止 的网络。 |
Show or hide the blocked networks in visible network list. |
58036 | 用法: %1!s! [display=]show|hide 参数: 标记 值 display - 在可见网络列表中显示或隐藏阻止的网络。 说明: 指定是否在可见网络列表中显示或隐藏阻止的网络。 如果已禁用,则阻止的网络将不会显示在可见无线网络列表中。 参数 display 是必需的。 示例: %1!s! display=show |
Usage: %1!s! [display=]show|hide Parameters: Tag Value display - Show or hide blocked networks in the visible network list. Remarks: Specify whether to show or hide blocked networks in the visible network list. If disabled then the blocked networks will not be displayed in the visible wireless network list. The parameter display is required. Examples: %1!s! display=show |
58037 | 启用或禁用跟踪。 |
Enable or disable tracing. |
58038 | 用法: %1!s! [mode=]yes|no|persistent] 参数: 标记 值 mode - 启用、持续或禁用跟踪。 说明: 启用或禁用跟踪,包含设置持续跟踪的选项。 如果启用,则收集无线局域网的跟踪日志并 保存到跟踪文件。 参数 mode 是必需的。在 persistent 模式下,系统重新启动后,跟踪 将仍然有效,如果将模式设置为禁用,则 将停止持续和非持续跟踪。 示例: %1!s! mode=yes |
Usage: %1!s! [mode=]yes|no|persistent] Parameters: Tag Value mode - Enable, make it persistent or disable tracing. Remarks: Enabled or disable tracing, with the option to make tracing persistent. If enabled then the trace logs for wireless LAN will be collected and saved to the trace files. The parameter mode is required. Under persistent mode the tracing will still be effective after system reboot. If mode is set to disable, then both persistent and nonpersistent tracing will be stopped. Examples: %1!s! mode=yes |
58039 | 允许或不允许任何人创建所有用户 配置文件。 |
Allow or disallow everyone to create all user profiles. |
58040 | 用法: %1!s! [[enabled=]yes|no] 参数: 标记 值 enabled - 允许或不允许任何人创建所有用户配置文件。 备注: 如果 enabled 为 yes,则允许每个人创建所有用户配置文件。 enabled 参数是必需的参数。 示例: %1!s! enabled=yes |
Usage: %1!s! [[enabled=]yes|no] Parameters: Tag Value enabled - Allow or disallow everyone to create all user profiles. Remarks: If enabled is yes then everyone is allowed to create all user profiles. The enabled parameter is required. Examples: %1!s! enabled=yes |
58041 | 在接口上启用或禁用 MAC 随机化。 |
Enable or disable MAC randomization on interface. |
58042 | 用法: %1!s![enabled=]yes|no [interface=] 参数: 标记 值 enabled - 将 MAC 随机化设置为已启用或已禁用。 interface - 必须更改其设置的接口的 名称。 备注: 如果接口不支持随机化或者 随机化被系统管理员阻止,则该命令 将会失败。 两个参数都是必需的。 示例: %1!s! enabled=yes interface="Wireless Network Connection" |
Usage: %1!s! [enabled=]yes|no [interface=] Parameters: Tag Value enabled - Set MAC randomization to enabled or disabled. interface - Name of the interface for which the setting has to be changed. Remarks: The command will fail if the interface does not support randomization or if randomization was blocked by the system administrator. Both parameters are required. Examples: %1!s! enabled=yes interface="Wireless Network Connection" |
58051 | 显示是否启用或禁用自动配置逻辑。 |
Shows whether the auto configuration logic is enabled or disabled. |
58052 | 用法: %1!s! 说明: 显示全局设置是否在每个接口上启用自动配置逻辑。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether auto configuration logic is enabled or not on each interface. Examples: %1!s! |
58053 | 显示阻止的网络显示设置。 |
Shows the blocked network display settings. |
58054 | 用法: %1!s! 说明: 显示全局设置是否在可见网络列表中显示阻止的网络。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether to display the blocked networks in visible network list or not. Examples: %1!s! |
58055 | 显示系统上无线 LAN 驱动程序的属性。 |
Shows properties of the wireless LAN drivers on the system. |
58056 | 用法: %1!s! [[interface=]] 参数: 标记 值 interface - 显示其驱动程序信息的接口的名称。 说明: 显示系统上的 802.11 无线局域网接口和驱动 程序信息。 示例: %1!s! |
Usage: %1!s! [[interface=]] Parameters: Tag Value interface - Name of the interface for which to show driver information. Remarks: Shows the 802.11 wireless LAN interface and driver information on the system. Examples: %1!s! |
58057 | 显示允许和阻止的网络列表。 |
Shows the allowed and blocked network list. |
58058 | 用法: %1!s! [permission=]allow|block 参数: 标记 值 permission - 选择允许或阻止网络列表。 说明: 显示系统上配置的允许和阻止的网络列表。 示例: %1!s! %1!s! permission=allow %1!s! permission=block |
Usage: %1!s! [permission=]allow|block Parameters: Tag Value permission - Select allow or block network list. Remarks: Shows the allowed and blocked network list configured on the system. Examples: %1!s! %1!s! permission=allow %1!s! permission=block |
58059 | 显示系统上的无线局域网接口 的列表。 |
Shows a list of the wireless LAN interfaces on the system. |
58060 | 用法: %1!s! 说明: 显示系统上配置的无线局域网接口。 没有用于此命令的参数。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the wireless LAN interfaces configured on the system. There are no parameters for this command. Examples: %1!s! |
58061 | 显示计算机上可见的网络列表。 |
Shows a list of networks visible on the system. |
58062 | 用法: %1!s! [[interface=]] [[mode=]ssid/bssid] 参数: Tag 值 interface - 已配置此配置文件的接口名称。 mode - 获得详细的 bssid 信息。 说明: 显示可用于系统的网络。 参数接口和 bssid 都是可选的。 如果给定接口名称,则只列出给定 接口上的网络。否则,将列出所有对系统 可见的网络。 如果给定 mode=bssid,则还将列出每个 ssid 的可见 bssid。否则,只列出 ssid。 示例: %1!s! interface="Wireless Network Connection" %1!s! mode=Bssid %1!s! |
Usage: %1!s! [[interface=]] [[mode=]ssid/bssid] Parameters: Tag Value interface - Name of the interface which has this profile configured. mode - Get detailed bssid information. Remarks: Shows the networks available to the system. Parameter interface and bssid are both optional. If interface name is given, only the networks on the given interface will be listed. Otherwise, all networks visible to the system will be listed. If mode=bssid is given then the visible bssids for each ssid will also be listed. Otherwise only ssids will be listed. Examples: %1!s! interface="Wireless Network Connection" %1!s! mode=Bssid %1!s! |
58063 | 显示计算机上配置的配置文件列表。 |
Shows a list of profiles configured on the system. |
58064 | 用法: %1!s! [[name=]] [interface=] [key=] 参数: 标记 值 name - 所要显示配置文件的名称。 interface - 已配置此配置文件的接口的名称。 key - 以纯文件显示密钥,设置密钥=clear。 注释: 显示配置文件数据或列出系统上的配置文件。 参数 name 和 interface 都是可选的。 如果已给定配置文件名称,则将会显示配置文件的内容。否则,将仅列出配置文件 名称和描述。 如果已给定接口名称,则将仅列出给定接口上的指定配置文件。否则,将列出 系统中给定名称的所有配置文件。 如果将密钥设置为 "clear",且呼叫方为本地管理员, 则该密钥将以纯文本显示。 组策略配置文件为只读,而用户配置文件是 可读写的,而且,首选顺序也可以更改。 示例: %1!s! name="profile 1" interface="Wireless Network Connection" %1!s! name="profile 2" %1!s! name="profile 3" key=clear %1!s! |
Usage: %1!s! [[name=]] [interface=] [key=] Parameters: Tag Value name - Name of the profile to display. interface - Name of the interface which has this profile configured. key - To display the key in plain text, set key=clear. Remarks: Shows the profile data or lists the profiles on the system. Parameter name and interface are both optional. If profile name is given then the content of the profile will be displayed. Otherwise only profile name and description will be listed. If interface name is given, only the specified profile on the given interface will be listed. Otherwise, all profiles with the given name on the system will be listed. If key is set to "clear" and the caller is local administrator, the key will be shown in plain text. Group Policy Profiles are read only. User Profiles are readable and writeable, and the preference order can be changed. Examples: %1!s! name="profile 1" interface="Wireless Network Connection" %1!s! name="profile 2" %1!s! name="profile 3" key=clear %1!s! |
58065 | 显示无线 LAN 的全局设置。 |
Shows the global settings of wireless LAN. |
58066 | 用法: %1!s! 说明: 显示无线自动配置服务的全局设置,包括是否 在每个接口上启用或禁用自动配置逻辑, 以及是否在可见网络列表中显示阻止的网络。 通过 "show filters" 命令可获取允许和阻止筛选器列表。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global settings for the Wireless AutoConfig service, including whether the auto configuration logic is enabled or disabled on each interface, and whether to show blocked networks in the visible network list. Allow and block filter lists are available by "show filters" command. Examples: %1!s! |
58067 | 显示是否启用或禁用无线局域网跟踪。 |
Shows whether wireless LAN tracing is enabled or disabled. |
58068 | 用法: %1!s! 说明: 显示是否启用或禁用无线局域网跟踪。 示例: %1!s! |
Usage: %1!s! Remarks: Shows whether wireless LAN tracing is enabled or disabled. Examples: %1!s! |
58069 | 显示完整的无线设备和网络信息。 |
Shows complete wireless device and networks information. |
58070 | 用法: %1!s! 说明: 显示完整的 802.11 无线接口信息、网络和 系统中的无线设置,包括: - 无线驱动程序信息 - 无线接口状态 - 无线配置设置 - 无线网络筛选器 - 无线网络配置文件列表和详细信息 - 可见的无线网络 示例: %1!s! |
Usage: %1!s! Remarks: Shows the complete 802.11 wireless interface information, networks, and wireless settings on the system, including: - Wireless driver information - Wireless interface status - Wireless configuration settings - Wireless network filters - Wireless network profiles list and details - Visible wireless networks Examples: %1!s! |
58071 | 显示是否允许所有人创建所有 用户配置文件。 |
Shows whether everyone is allowed to create all user profiles. |
58072 | 用法: %1!s! 备注: 显示全局设置允许或是不允许所有人创建所有用户配置文件。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether creating all user profiles is allowed or disallowed for everyone. Examples: %1!s! |
58073 | 显示 MAC 随机化是已启用还是 已禁用。 |
Shows whether MAC randomization is enabled or disabled. |
58074 | 用法: %1!s! 备注: 显示全局设置是否在每个接口上 启用 MAC 随机化逻辑。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether MAC randomization logic is enabled or not on each interface. Examples: %1!s! |
58075 | 显示系统的无线功能 |
Shows the wireless capabilities of the system |
58076 | 用法: %1!s! 说明: 显示系统的无线功能 示例: %1!s! |
Usage: %1!s! Remarks: Shows the wireless capabilities of the system Examples: %1!s! |
58077 | 生成一个报告,显示最新的无线会话信息。 |
Generate a report showing recent wireless session information. |
58078 | 用法: %1!s! [duration=] [log=] [logger=] 备注: 生成一个报告,显示最新的无线会话信息。 默认情况下,将根据系统中的事件日志生成 过去三天的无线活动的报告。 该报告的持续时间可以使用可选持续时间参数 通过指定天数来更改。 你可以提供 etl 文件的路径,该文件将用作事件源 而非计算机事件日志。 你还可以提供要检索其日志的自动记录器服务的 逗号分隔列表。默认情况下,检索 WiFiSession 和 LwtNetLog 日志。 示例: %1!s! duration="7" log="logpath.etl" logger="name1,name2" |
Usage: %1!s! [duration=] [log=] [logger=] Remarks: Generates a report showing recent wireless session information. By default a report will be generated for wireless activity over the last three days based on the event log on your system. The duration of the report can be changed by specifying a number of days using the optional duration parameter. You can provide the path to an etl file to use as the source of events instead of the machines event log. You can provide a comma separated list of auto logger services to retrieve logs for as well. WiFiSession and LwtNetLog logs are retrieved by default. Examples: %1!s! duration="7" log="logpath.etl" logger="name1,name2" |
58081 | 用法: %1!s! 备注: 显示无线自动配置服务的全局设置,包括是否 在每个接口上启用或禁用自动配置逻辑,是否 在可见网络列表中显示阻止的网络,以及是否 在配置 GP 的网络上仅使用 GP 配置文件。 通过 "show filters" 命令可以获得允许和阻止筛选器列表。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global settings for the Wireless AutoConfig service, including whether the auto configuration logic is enabled or disabled on each interface, whether to show blocked networks in the visible network list, and whether to only use GP profiles on GP-configured networks. Allow and block filter lists are available by "show filters" command. Examples: %1!s! |
58082 | 显示在配置 GP 的网络设置上仅使用 GP 配置文件。 |
Shows the only use GP profiles on GP configured networks setting. |
58083 | 用法: %1!s! 备注: 显示是否在配置 GP 的网络上仅 使用 GP 配置文件的全局设置。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether to only use GP profiles on GP configured networks or not. Examples: %1!s! |
58101 | 设置无线网络配置文件中的参数。 |
Set parameters in a wireless network profile. |
58102 | 用法: %1!s! [name=] [[interface=]] [SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no] [ConnectionMode=auto|manual] [nonBroadcast=yes|no] [Randomization=[yes|no|daily]] [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] [keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no] [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] [preAuthThrottle=1-16 [FIPS=yes|no] [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] [allowDialog=yes|no] [userVLAN=yes|no] [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] [cost=default|unrestricted|fixed|variable] |
Usage: %1!s! [name=] [[interface=]] [SSIDname=] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no] [ConnectionMode=auto|manual] [nonBroadcast=yes|no] [Randomization=[yes|no|daily]] [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] [keyIndex=1-4] [keyMaterial=] [PMKCacheMode=yes|no] [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] [preAuthThrottle=1-16 [FIPS=yes|no] [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] [allowDialog=yes|no] [userVLAN=yes|no] [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] [cost=default|unrestricted|fixed|variable] |
58103 | 参数: 标记 值 name - 要修改的配置文件的名称。 interface - 在其上设置配置文件的接口的名称。 SSIDname - 无线 LAN 的 SSID,最大长度为 32。 ConnectionType - 指定网络为基础架构(ESS)或临时网络(IBSS)。 ConnectionMode - 自动或手动连接到网络。 如果连接类型为 IBSS,则必须采用手动模式。 autoSwitch - 当范围内存在更首选的网络时, 自动连接网络的漫游行为。 randomization - 是启用还是禁用 MAC 地址随机化。 nonBroadcast - 是否连接到隐藏网络。 authentication - 要使用的身份验证类型。 encryption - 要使用的加密方法。 keyType - 共享密钥是网络密钥还是密码。 keyIndex - 应当使用密钥索引来加密无线通讯。 keyMaterial - 网络密钥或密码。 PMKCacheMode - 是否将使用 PMK 缓存。仅对于 WPA2 网络有效。 PMKCacheSize - 客户端上 PMK 缓存中的项数。 PMKCacheTTL - 将保存 PMK 缓存的时间长度(秒)。 preAuthMode - 是否将使用身份预先验证。仅对于 WPA2 网络有效。 preAuthThrottle - 在邻居 AP 上尝试的重新身份验证次数。 FIPS - 启用或禁用 FIPS 模式。 useOneX - 是否使用 802.1X 身份验证。 authMode - 要用于身份验证的凭据的类型。 ssoMode - 要尝试进行单一登录的类型(如果有)。 maxDelay - 建立单一登录连接的超时值。 allowDialog - 允许或禁止为预登录显示的对话框。 userVLAN - 指定网络是否切换到其他 VLAN 以进行用户身份验证。 heldPeriod - 两次身份验证尝试之间的时间间隔(秒)。 AuthPeriod - 客户端等待来自验证器的响应的最长时间(秒)。 StartPeriod - 等待 EAPOL 启动的时间长度(秒) maxStart - EAPOL 启动消息发送的最大值。 maxAuthFailures - 一组凭据允许的身份验证失败 的最大次数。 cacheUserData - 是否缓存用户凭据供以后使用。 cost - 与配置文件关联的成本。 备注: 修改指定的配置文件。如果指定了接口, 则只会修改该接口上的配置文件。 name 参数是必需的。除了必须配置文件名称和接口之外, 还必须至少指定一个其他参数。 示例: %1!s! name=Profile1 authMode=userOnly ssoMode=preLogon %1!s! name=Profile2 ssoMode=none fips=yes |
Parameters: Tag Value name - Name of the profile to be modified. interface - Name of the interface on which the profile is set. SSIDname - SSID of the wireless LAN, maximum length is 32. ConnectionType - Specify the network is infrastructure (ESS) or ad-hoc (IBSS). ConnectionMode - Connecting to network automatic or manually. Must be manual if connection type is IBSS. autoSwitch - The roaming behavior of an auto-connected network when a more preferred network is in range. randomization - Whether MAC address randomization is enabled or disabled. nonBroadcast - Whether to connect to a hidden network. authentication - The authentication type to be used. encryption - The encryption method to be used. keyType - Whether the shared key is a network key or a passphrase. keyIndex - The key index should be used to encrypt wireless traffic. keyMaterial - The network key or pasphrase. PMKCacheMode - Whether PMK caching will be used. Only valid for WPA2 networks. PMKCacheSize - The number of entries in the PMK cache on the client. PMKCacheTTL - The length of time in seconds, that a PMK cache will be kept. preAuthMode - Whether preauthentication will be used. Only valid for WPA2 networks. preAuthThrottle - The number of reauthentication attempts to try on neighboring APs. FIPS - Enable or Disable FIPS mode. useOneX - Whether 802.1X authentication is used. authMode - Type of credentials to be used for authentication. ssoMode - Type of single sign on to be attempted if any. maxDelay - Timeout value to establish single sign on connection. allowDialog - Allow or Disallow a dialog to be shown for preLogon. userVLAN - Specify if the network switches to a different VLAN on user authentication. heldPeriod - The interval time between two attempt authentications, in seconds. AuthPeriod - The maximum time, in seconds, a client waits for a response from the authenticator. StartPeriod - The length of time, in seconds, to wait before an EAPOL-Start maxStart - The maximum number of EAPOL-Start messages sent. maxAuthFailures - The maximum number of authentication failures allowed for a set of credentials. cacheUserData - Whether the user credentials are cached for subsequent use. cost - The cost associated with the profile. Remarks: Modifies the specified profile. If the interface is specified then only the profile on that interface is modified. The name parameter is required. At least one other parameter besides profile name and interface must also be specified. Examples: %1!s! name=Profile1 authMode=userOnly ssoMode=preLogon %1!s! name=Profile2 ssoMode=none fips=yes |
58209 | 设置承载网络属性。 |
Set hosted network properties. |
58210 | 用法: %1!s! [mode=]allow|disallow [ssid=] [key=] [keyUsage=]persistent|temporary 参数: 标记 值 mode 指定允许还是禁止托管网络。 ssid 托管网络的 SSID。 key 托管网络使用的用户安全密钥。 keyUsage 指定用户密钥密钥是永久性的还是临时的。 备注: 此命令更改托管网络的属性,包括: 托管网络的 SSID、 允许或禁止系统中的托管网络、以及托管网络所使用的 用户安全密钥。 用户安全密钥应为 8 到 63 个 ASCII 字符组成的字符串,例如,密码,或 64 个十六 进制的数字(代表 32 个二进制字节)。 如果将 keyUsage 指定为永久,将保存安全密钥并在将来再次启动托管网络时使用。 否则只有在当前或下一次启动托管网络时使用此密码。停止托管网络后,将从 系统中删除临时安全密钥。如果未指定 keyUsage,默认情况下,它是永久性的。 该命令需要管理员权限才能允许或禁止托管网络。 示例: %1!s! mode=allow %1!s! ssid=ssid1 %1!s! key=passphrase keyUsage=persistent |
Usage: %1!s! [mode=]allow|disallow [ssid=] [key=] [keyUsage=]persistent|temporary Parameters: Tag Value mode Specifies whether to allow or disallow the hosted network. ssid SSID of the hosted network. key The user security key used by the hosted network. keyUsage Specifies whether the user security key is persistent or temporary. Remarks: This command changes the properties of hosted network, including: SSID of the hosted network, allow or disallow the hosted network in the system, and a user security key that is used by the hosted network. The user security key should be a string with 8 to 63 ASCII characters, eg. a passphrase, or 64 hexadecimal digits which represent 32 binary bytes. If keyUsage is specified as persistent, the security key will be saved and used when the hosted network is started again in future. Otherwise it will be used only when the current or next time the hosted network is started. Once the hosted network is stopped, the temporary security key will be deleted from the system. If keyUsage is not specified, it is persistent by default. This command requires administrator privileges to allow or disallow the hosted network. Examples: %1!s! mode=allow %1!s! ssid=ssid1 %1!s! key=passphrase keyUsage=persistent |
58211 | 显示承载网络的属性和状态。 |
Show hosted network properties and status. |
58212 | 用法: %1!s! [[setting=]security] 参数: 标记 值 setting 指定要显示的承载网络设置。 备注: 此命令显示承载网络的属性及其状态(如果已启动)。 如果指定了设置参数,则它将显示承载网络的安全算法 和密钥。 示例: %1!s! %1!s! setting=security |
Usage: %1!s! [[setting=]security] Parameters: Tag Value setting Specifies hosted network settings to display. Remarks: This command shows the properties of the hosted network and its status if it has been started. If the setting parameter is specified, it will display the security algorithms and the key of the hosted network. Examples: %1!s! %1!s! setting=security |
58214 | 用法: %1!s! 备注: 此命令请求 WLAN 服务启动承载网络。 此命令要求具有管理员权限。 示例: %1!s! |
Usage: %1!s! Remarks: This command requests the WLAN service to start the hosted network. This command requires administrator privileges. Examples: %1!s! |
58216 | 用法: %1!s! 备注: 此命令请求 WLAN 服务停止承载网络。 示例: %1!s! |
Usage: %1!s! Remarks: This command requests the WLAN service to stop the hosted network. Examples: %1!s! |
58218 | 用法: %1!s! [data=]key 参数: 标记 值 data 指定要刷新的托管网络数据。 备注: 此命令请求 WLAN 服务为托管网络使用新的安全密钥。 示例: %1!s! key |
Usage: %1!s! [data=]key Parameters: Tag Value data Specifies the hosted network data to refresh. Remarks: This command requests the WLAN service to use a new security key for the hosted network. Examples: %1!s! key |
58219 | 显示允许共享用户凭据设置。 |
Shows the allow shared user credentials settings. |
58220 | 用法: %1!s! 备注: 显示全局设置是否允许共享用户凭据 用于验证 802.1x 网络。 示例: %1!s! |
Usage: %1!s! Remarks: Shows the global setting whether to allow shared user credentials for authenticating to 802.1x networks. Examples: %1!s! |
58221 | 允许或不允许用户使用共享用户 凭据进行网络身份验证。 |
Allow or disallow the user to use shared user credentials for network authentication. |
58222 | 用法: %1!s! [allow=]yes|no 参数: 标记 值 allow - 允许或不允许共享用户凭据。 备注: 指定允许或不允许使用客户端上的 共享用户凭据进行网络身份验证。 需要参数 allow。 示例: %1!s! allow=yes |
Usage: %1!s! [allow=]yes|no Parameters: Tag Value allow - Allow or disallow shared user credentials. Remarks: Specify whether to allow or disallow shared user credentials on the client for network authentication. The parameter allow is required. Examples: %1!s! allow=yes |
58223 | 对 alluser 或 peruser 设置配置文件类型。 |
Set profile type to alluser or peruser. |
58224 | 用法: %1!s! [name=] [profiletype=]all|current [[interface=]] 参数: 标记 值 name - 要更改的配置文件的名称。 profiletype - 所需的配置文件类型 [all-user/per-user]。 interface - 在其上设置配置文件的接口的名称。 备注: 更改指定配置文件的配置文件类型。如果指定了接口, 则只更改该接口上的配置文件。 name 和 profiletype 参数是必需参数。 示例: %1!s! name=Profile1 profiletype=all |
Usage: %1!s! [name=] [profiletype=]all|current [[interface=]] Parameters: Tag Value name - Name of the profile to be changed. profiletype - The desired profile type [all-user/per-user]. interface - Name of the interface on which the profile is set. Remarks: Changes the profile type for the specified profile. If the interface is specified, then only the profile on that interface is changed. The name and profile type parameters are required. Examples: %1!s! name=Profile1 profiletype=all |
58225 | 将托管的网络配置文件导出到 XML 文件。 |
Export the hosted network profile to XML file. |
58226 | 用法: %1!s! 注释: 此命令可将托管的网络客户端配置文件保存到 XML 文件。 可以将此配置文件添加到其他 Windows 无线客户端,以连接到此托管的 网络。 示例: %1!s! |
Usage: %1!s! Remarks: This command saves the hosted network client profile to a XML file. It can be added to other windows wireless clients to connect to this hosted network. Examples: %1!s! |
58227 | 生成 WLAN 智能跟踪报告。 |
Generate WLAN smart trace report. |
58228 | 用法: %1!s! 备注: 此命令可生成 WLAN 智能跟踪报告并使其能够 报告 WLAN 问题。 示例: %1!s! |
Usage: %1!s! Remarks: This command generates WLAN smart trace report and makes it ready for reporting WLAN issues. Examples: %1!s! |
58229 | 设置阻止时间段。 |
Set the block period. |
58230 | 用法: %1!s! [value=]0-60 参数: 标记 值 value - 指定暂停对该网络的自动连接尝试的 时间长度(以分钟为单位)。 备注: 修改指定的计时器。以分钟为单位指定该值。 根据手动连接尝试、会话更改或媒体连接重置 阻止的状态。 示例: %1!s! value=2 %1!s! 25 |
Usage: %1!s! [value=]0-60 Parameters: Tag Value value - Specifies the length in time, in minutes, during which auto connect attempts to this network will be suspended. Remarks: Modifies the specified timer. The value is specified in minutes. The blocked state is reset upon a manual connection attempt, a session change or a media connect. Examples: %1!s! value=2 %1!s! 25 |
59011 | 功能 %1!s! 返回错误 %2!u!: |
Function %1!s! returns error %2!u!: |
59013 | 命令选项“%1!s!”的值“%2!s!”无效。 | Invalid value "%2!s!" for command option "%1!s!". |
59014 | 该命令的一个或多个参数错误或缺少。 |
One or more parameters for the command are not correct or missing. |
59015 | 选项 "%1!s!" 的值无效。应该为 8 到 63 个字符。 |
The value for option "%1!s!" is invalid. It should be 8 to 63 characters. |
59025 | 命令选项“%1!s!”的值“%2!s!”无效。 |
Invalid value "%2!s!" for command option "%1!s!". |
59501 | ||
59502 | 系统上没有此类无线接口。 | There is no such wireless interface on the system. |
59503 | 系统上没有无线接口。 | There is no wireless interface on the system. |
59504 | 无线自动配置服务(wlansvc)没有运行。 | The Wireless AutoConfig Service (wlansvc) is not running. |
59505 | 连接到无线自动配置服务(wlansvc)时出错: 错误 %1!lu!。 | Error connecting to Wireless AutoConfig Service (wlansvc): error %1!lu!. |
60001 | 系统上有 %1!d! 个接口: |
There are %1!d! interfaces on the system: |
60003 | 名称 : %1!s! 描述 : %2!s! GUID : %3!s! 物理地址 : %4!02x!:%5!02x!:%6!02x!:%7!02x!:%8!02x!:%9!02x! 状态 : %10!s! |
Name : %1!s! Description : %2!s! GUID : %3!s! Physical address : %4!02x!:%5!02x!:%6!02x!:%7!02x!:%8!02x!:%9!02x! State : %10!s! |
60005 | 配置文件 : %1!s! |
Profile : %1!s! |
60006 | SSID : %1!s! BSSID : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! |
SSID : %1!s! BSSID : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! |
60007 | 网络类型 : %1!s! 无线电类型 : %2!s! 身份验证 : %3!s! |
Network type : %1!s! Radio type : %2!s! Authentication : %3!s! |
60008 | 密码 : %1!s! 连接模式 : %2!s! 信道 : %3!d! |
Cipher : %1!s! Connection mode : %2!s! Channel : %3!d! |
60009 | 接收速率(Mbps) : %1!s! 传输速率 (Mbps) : %2!s! 信号 : %3!d!%% |
Receive rate (Mbps) : %1!s! Transmit rate (Mbps) : %2!s! Signal : %3!d!%% |
60010 | 配置文件 | Profile |
60011 | 临时配置文件 | Temporary Profile |
60012 | 发现(安全) | Discovery (secured) |
60013 | 发现(不安全) | Discovery (unsecured) |
60014 | 自动连接 | Auto Connect |
60015 | 无效 | Invalid |
60017 | 承载网络客户端 : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
Hosted network clients : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
60018 | %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
60019 | 承载网络状态 : %1!s! |
Hosted network status : %1!s! |
60101 | 已将配置文件 %1!s! 添加到接口 %2!s!。 | Profile %1!s! is added on interface %2!s!. |
60102 | 配置文件格式错误 0x%1!X!: %2!s! |
Profile format error 0x%1!X!: %2!s! |
60103 | 未能添加配置文件。错误 %x%1!X!: %2!s! |
Failed to add the profile. Error %x%1!X!: %2!s! |
60104 | 无法添加配置文件“%1!s!”。具有此名称的配置文件已存在于组策略或其他用户范围内,且无法覆盖。 | Failed to add profile "%1!s!". A profile with this name already exists in group policy or different user scope and cannot be overwritten. |
60105 | 你没有为当前用户添加配置文件“%1!s!”的权限。 | You do not have the permission to add profile "%1!s!" for current user. |
60106 | 你没有为所有用户添加配置文件“%1!s!”的权限。 | You do not have the permission to add profile "%1!s!" for all users. |
60107 | 无线适配器“%2!s!”不支持配置文件“%1!s!”中的安全设置或连接设置。 | The security or connectivity setting in profile "%1!s!" is not supported by wireless adapter "%2!s!". |
60113 | 未能在接口“%3!s!”上添加配置文件。错误 0x%1!X!: %2!s! |
Failed to add the profile on interface "%3!s!". Error 0x%1!X!: %2!s! |
60201 | 任何接口上都找不到配置文件“%1!s!”。 | Profile "%1!s!" is not found on any interface. |
60202 | 已从接口“%2!s!”中删除配置文件“%1!s!”。 | Profile "%1!s!" is deleted from interface "%2!s!". |
60203 | 你没有足够特权,或接口“%2!s!”上的配置文件“%1!s!”是组策略配置文件。 | You do not have sufficient privileges or the profile "%1!s!" on interface "%2!s!" is a group policy profile. |
60301 | 已成功更新配置文件“%1!s!”的优先级顺序。 | Priority order of profile "%1!s!" is updated successfully. |
60302 | 对于“%2!s!”,没有更改配置文件“%1!s!”的优先级顺序。 | Priority order for profile "%1!s!" is not changed for "%2!s!". |
60303 | 任何可用接口上都不存在配置文件“%1!s!”。 | Profile "%1!s!" does not exist on any available interfaces. |
60304 | 配置文件首选顺序从 1 开始。 | Profile preference order starts with 1. |
60305 | 无法更改组策略配置文件“%1!s!”的优先顺序。 | Priority order of Group Policy profile "%1!s!" cannot be changed. |
60401 | 接口配置文件“%1!s!”已成功保存在文件“%2!s!”中。 |
Interface profile "%1!s!" is saved in file "%2!s!" successfully. |
60403 | 在接口“%2!s!”上找不到配置文件“%1!s!”。 | Profile "%1!s!" is not found on interface "%2!s!". |
60404 | 系统上没有配置文件。 | There is no profile on the system. |
60405 | 已将组策略配置文件“%1!s!”成功保存在文件“%2!s!”中。 |
Group policy profile "%1!s!" is saved in file "%2!s!" successfully. |
60406 | 指定的文件夹“%1!s!”无效。 | Specified folder "%1!s!" is invalid. |
60501 | 在计算机上找不到配置文件“%1!s!”。 | Profile "%1!s!" is not found on the system. |
60502 | 在接口“%2!s!”上不存在配置文件“%1!s!”。 | Profile "%1!s!" does not exist on interface "%2!s!". |
60504 | 配置文件不是无线 LAN 配置文件。 | The profile is not a wireless LAN profile. |
60505 | 接口 %1!s! 上的配置文件 %2!s!: ======================================================================= |
Profile %2!s! on interface %1!s!: ======================================================================= |
60506 | 接口 %1!s! 上的配置文件: |
Profiles on interface %1!s!: |
60507 | %1!s! : %2!s! |
%1!s! : %2!s! |
60509 | 组策略配置文件(只读) --------------------------------- |
Group policy profiles (read only) --------------------------------- |
60510 | 用户配置文件 ------------- |
User profiles ------------- |
60511 | %1!s! |
%1!s! |
60512 | 此配置文件中配置的 EAP 方法不存在。 | The EAP method configured in this profile does not exist. |
60513 | 配置文件中包括的 EAP 方法配置无效。 | The EAP method configuration included in the profile is invalid. |
60514 | 请求的操作需要提升。 | The requested operation requires elevation. |
60601 | 系统上的允许列表(用户) ------------------------------- |
Allow list on the system (user) ------------------------------- |
60602 | 系统上的阻止列表(用户) ------------------------------- |
Block list on the system (user) ------------------------------- |
60604 | SSID: "%1!s!",类型: %2!s! |
SSID: "%1!s!", Type: %2!s! |
60605 | 系统上的允许列表(组策略) --------------------------------------- |
Allow list on the system (group policy) --------------------------------------- |
60606 | 系统上的阻止列表(组策略) --------------------------------------- |
Block list on the system (group policy) --------------------------------------- |
60701 | 无线局域网配置 --------------------- |
Wireless LAN settings --------------------- |
60703 | 在接口“%2!s!”上已启用自动配置逻辑 |
Auto configuration logic is enabled on interface "%2!s!" |
60704 | 在接口“%2!s!”上已禁用自动配置逻辑 |
Auto configuration logic is disabled on interface "%2!s!" |
60705 | 显示可见网络列表中的阻止网络: %1!s! | Show blocked networks in visible network list: %1!s! |
60706 | 是 |
Yes |
60707 | 否 |
No |
60721 | 在配置 GP 的网络上仅使用 GP 配置文件: %1!s! | Only use GP profiles on GP-configured networks: %1!s! |
60737 | 允许共享用户凭据用于网络身份验证: %1!s! | Allow shared user credentials for network authentication: %1!s! |
60740 | 阻止时间段: %1!d! 分钟。 |
Block period: %1!d! minutes. |
60741 | 阻止时间段: 未配置。 |
Block period: Not Configured. |
60753 | MAC 随机化在接口 %1!s! 上不可用 |
MAC randomization not available on interface %1!s! |
60754 | 管理员已在接口 %1!s! 上禁用 MAC 随机化 |
MAC randomization disabled by administrator on interface %1!s! |
60755 | 已在接口 %1!s! 上禁用 MAC 随机化 |
MAC randomization disabled on interface %1!s! |
60756 | 已在接口 %1!s! 上启用 MAC 随机化 |
MAC randomization enabled on interface %1!s! |
60769 | 无线系统功能 ---------------------------- |
Wireless System Capabilities ---------------------------- |
60770 | 连接到 802.11 无线电的天线数: %1!u! |
Number of antennas connected to the 802.11 Radio : %1!u! |
60771 | 连接到 802.11 无线电的天线数(值不可用) |
Number of antennas connected to the 802.11 radio (value not available) |
60772 | 功能级别重置 : 支持 |
Function Level Reset : Supported |
60773 | 功能级别重置 : 不支持 |
Function Level Reset : Not supported |
60774 | FLDR 支持(值不可用) |
FLDR support (value not available) |
60775 | 共存支持 : 互斥 |
Co-existence Support : Mutually Exclusive |
60776 | 共存支持 : Wi-Fi 性能降级至 1x1 |
Co-existence Support : Wi-Fi performance degraded to 1x1 |
60777 | 共存支持 : 保持 Wi-Fi 性能 |
Co-existence Support : Wi-Fi performance is maintained |
60778 | 共存支持 : 蓝牙优先 |
Co-existence Support : Bluetooth has priority |
60779 | PLDR : 支持 |
PLDR : Supported |
60780 | PLDR : 不支持 |
PLDR : Not supported |
60781 | PLDR 支持(值不可用) |
PLDR support (value not available) |
60782 | 设备运行时可以同时占用的最大通道数 : %1!u! |
Max number of channels the device can operate on, simultaneously : %1!u! |
60783 | 设备运行时可以同时占用的最大通道数(值不可用) |
Max number of channels the device can operate on, simultaneously (value not available) |
60784 | 无线功能不可用 |
Wireless Capabilities is not available |
60801 | 接口名称 : %1!s! |
Interface name : %1!s! |
60802 | 当前有 %1!d! 个网络可见。 |
There are %1!d! networks currently visible. |
60803 | SSID %1!d! : %2!s! Network type : %3!s! 身份验证 : %4!s! 加密 : %5!s! |
SSID %1!d! : %2!s! Network type : %3!s! Authentication : %4!s! Encryption : %5!s! |
60804 | BSSID %1!d! : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! 信号 : %8!d!%% 无线电类型 : %9!s! 频道 : %10!d! |
BSSID %1!d! : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! Signal : %8!d!%% Radio type : %9!s! Channel : %10!d! |
60805 | 由于接口上的自动配置为 %1!s!, 因此可见网络无法显示。 |
Visible networks cannot be displayed because auto configuration has been %1!s! on the interface. |
60806 | 基本速率(Mbps) : | Basic rates (Mbps) : |
60807 | 其他速率(Mbps) : | Other rates (Mbps) : |
60808 | %1!s! | %1!s! |
60817 | 所需 MFP : %1!x! |
MFP Required : %1!x! |
60818 | SSID %1!d! : %2!s! HESSID : %3!s! Network type : %4!s! Authentication : %5!s! Encryption : %6!s! |
SSID %1!d! : %2!s! HESSID : %3!s! Network type : %4!s! Authentication : %5!s! Encryption : %6!s! |
60901 | 接口名称: %1!s! |
Interface name: %1!s! |
60902 | 此接口的驱动程序信息不可用。 |
Driver information for this interface is not available. |
60903 | 驱动程序 : %1!s! |
Driver : %1!s! |
60904 | 供应商 : %1!s! |
Vendor : %1!s! |
60905 | 提供程序 : %1!s! |
Provider : %1!s! |
60906 | 版本 : %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
60907 | 日期 : %1!s! |
Date : %1!s! |
60908 | 文件 : %1!d! total |
Files : %1!d! total |
60909 | INF 文件 : %1!s! |
INF file : %1!s! |
60911 | 类型 : 旧 WLAN 驱动程序 |
Type : Legacy Wi-Fi Driver |
60912 | 类型 : 本机 WLAN 驱动程序 |
Type : Native Wi-Fi Driver |
60913 | 是否存在 IHV 服务 : 是 |
IHV service present : Yes |
60914 | IHV 适配器 OUI : [%1!02x! %2!02x! %3!02x!],类型: [%4!02x!] |
IHV adapter OUI : [%1!02x! %2!02x! %3!02x!], type: [%4!02x!] |
60915 | IHV 扩展 DLL 路径 : %1!s! |
IHV extensibility DLL path: %1!s! |
60916 | IHV UI 扩展 ClSID : {%1!s!} |
IHV UI extensibility ClSID: {%1!s!} |
60917 | IHV 诊断 CLSID : {%1!s!} |
IHV diagnostics CLSID : {%1!s!} |
60918 | 支持的无线电类型 : | Radio types supported : |
60920 | 基础结构模式中支持的身份验证和密码: |
Authentication and cipher supported in infrastructure mode: |
60921 | %1!-16s!%2!s! |
%1!-16s!%2!s! |
60922 | 临时模式中支持的身份验证和密码: |
Authentication and cipher supported in ad-hoc mode: |
60929 | 支持 FIPS 140-2 模式: 是 |
FIPS 140-2 mode supported : Yes |
60930 | 支持 FIPS 140-2 模式: 否 |
FIPS 140-2 mode supported : No |
60931 | 支持 FIPS 140-2 模式: 是 [驱动程序指出的硬件符合] |
FIPS 140-2 mode supported : Yes [Driver indicated hardware is compliant] |
60932 | 支持的无线显示器: %1!s! (图形驱动程序: %2!s!,WLAN 驱动程序: %3!s!) |
Wireless Display Supported: %1!s! (Graphics Driver: %2!s!, Wi-Fi Driver: %3!s!) |
60933 | 是 | Yes |
60934 | 否 | No |
60945 | 支持的承载网络 : 是 |
Hosted network supported : Yes |
60946 | 支持的承载网络 : 否 |
Hosted network supported : No |
60951 | 系统上没有启用无线跟踪。 | Wireless tracing is not enabled on the system. |
60952 | 无线跟踪当前运行。 | Wireless tracing is currently running. |
60953 | 无线跟踪当前停止。 | Wireless tracing is currently stopped. |
60954 | 跟踪日志将存储在“%1!s!”中。 |
Trace logs will be stored in "%1!s!". |
60955 | 在“%1!s!”存储了上一次跟踪日志。 |
Last trace logs are stored in "%1!s!". |
60956 | 系统上没有启用持续无线跟踪。 | Persistent wireless tracing is not enabled on the system. |
60957 | 持续无线跟踪当前运行。 | Persistent wireless tracing is currently running. |
60958 | 持续无线跟踪当前停止。 | Persistent wireless tracing is currently stopped. |
60961 | 支持 802.11w 管理帧保护 : 是 |
802.11w Management Frame Protection supported : Yes |
60962 | 支持 802.11w 管理帧保护 : 否 |
802.11w Management Frame Protection supported : No |
60990 | ======================================================================= ======================= 显示接口功能 =================== ======================================================================= |
======================================================================= ======================= SHOW INTERFACE CAPABILITIES =================== ======================================================================= |
60991 | 无线系统信息摘要 (时间: %1!s! %2!s! %3!s!) |
Wireless System Information Summary (Time: %1!s! %2!s! %3!s!) |
60992 | ======================================================================= ============================== 显示驱动程序 =========================== ======================================================================= |
======================================================================= ============================== SHOW DRIVERS =========================== ======================================================================= |
60993 | ======================================================================= ============================= 显示接口 ================================ ======================================================================= |
======================================================================= ============================= SHOW INTERFACES ========================= ======================================================================= |
60994 | ======================================================================= ============================= 显示设置 ================================ ======================================================================= |
======================================================================= ============================= SHOW SETTINGS =========================== ======================================================================= |
60995 | ======================================================================= ============================== 显示筛选器 ============================= ======================================================================= |
======================================================================= ============================== SHOW FILTERS =========================== ======================================================================= |
60996 | ======================================================================= ============================= 显示配置文件 ============================ ======================================================================= |
======================================================================= ============================= SHOW PROFILES =========================== ======================================================================= |
60997 | ======================================================================= ========================== 显示配置文件名称=* ======================= ======================================================================= |
======================================================================= ========================== SHOW PROFILES NAME=* ======================= ======================================================================= |
60998 | ======================================================================= ======================= 显示网络模式 MODE=BSSID ====================== ======================================================================= |
======================================================================= ======================= SHOW NETWORKS MODE=BSSID ====================== ======================================================================= |
60999 | ======================================================================= =========================== 显示 CREATEALLUSER ======================== ======================================================================= |
======================================================================= =========================== SHOW CREATEALLUSER ======================== ======================================================================= |
61000 | ======================================================================= =========================== 显示承载网络 ======================= ======================================================================= |
======================================================================= =========================== SHOW HOSTED NETWORK ======================= ======================================================================= |
61001 | 配置文件信息 ------------------- |
Profile information ------------------- |
61002 | 名称 : %1!s! |
Name : %1!s! |
61003 | 版本 : %1!d! |
Version : %1!d! |
61004 | 描述 : %1!s! |
Description : %1!s! |
61005 | 类型 : %1!s! |
Type : %1!s! |
61006 | 无线局域网 | Wireless LAN |
61007 | 有线局域网 | Wired LAN |
61008 | 未知类型 | Unknown Type |
61010 | 控制选项 : |
Control options : |
61011 | 连接模式 : 自动连接 |
Connection mode : Connect automatically |
61012 | 连接模式 : 手动连接 |
Connection mode : Connect manually |
61013 | 网络广播 : 即使此网络未广播,也进行连接 |
Network broadcast : Connect even if this network is not broadcasting |
61016 | AutoSwitch : 如果可能,请切换到优先级更高的网络 |
AutoSwitch : Switch to more preferred network if possible |
61017 | AutoSwitch : 请勿切换到其他网络 |
AutoSwitch : Do not switch to other networks |
61018 | 连接设置 --------------------- |
Connectivity settings --------------------- |
61020 | 网络类型 : %1!s! |
Network type : %1!s! |
61021 | 结构 | Infrastructure |
61022 | 临时 | Adhoc |
61023 | 任意网络类型 | Any network type |
61024 | 未知 | Unknown |
61025 | SSID 数目 : %1!d! |
Number of SSIDs : %1!d! |
61026 | "%1!s!" |
"%1!s!" |
61027 | 组策略配置文件 | Group Policy Profile |
61028 | 当前用户配置文件 | Current User Profile |
61029 | 所有用户配置文件 | All User Profile |
61030 | 已应用: %1!s! |
Applied: %1!s! |
61031 | SSID 名称 :“%1!s!” |
SSID name : "%1!s!" |
61035 | 无线电类型 : | Radio type : |
61037 | ,%1!s! | , %1!s! |
61038 | 任何无线电类型 | Any Radio Type |
61039 | FHSS | FHSS |
61040 | DSSS | DSSS |
61041 | IR 基带 | IR Baseband |
61042 | 802.11a | 802.11a |
61043 | 802.11b | 802.11b |
61044 | 802.11g | 802.11g |
61046 | 定义的供应商(0x%X) | Vendor defined(0x%X) |
61047 | 供应商扩展名 ID : | Vendor extension ID : |
61048 | 供应商扩展名 : 不存在 |
Vendor extension : Not present |
61049 | 802.11n | 802.11n |
61050 | 802.11ac | 802.11ac |
61051 | 802.11ad | 802.11ad |
61056 | [ | [ |
61057 | ] |
] |
61058 | 0x%1!02X! | 0x%1!02X! |
61059 | 安全设置 ----------------- |
Security settings ----------------- |
61060 | 身份验证 : %1!s! |
Authentication : %1!s! |
61061 | 密码 : %1!s! |
Cipher : %1!s! |
61062 | 开放式 | Open |
61063 | 共享式 | Shared |
61064 | WPA - 企业 | WPA-Enterprise |
61065 | WPA - 个人 | WPA-Personal |
61066 | WPA - 无 | WPA-None |
61067 | WPA2 - 企业 | WPA2-Enterprise |
61068 | WPA2 - 个人 | WPA2-Personal |
61070 | 无 | None |
61071 | WEP | WEP |
61072 | TKIP | TKIP |
61073 | CCMP | CCMP |
61074 | WEP-40bit | WEP-40bit |
61075 | WEP-104 位 | WEP-104bit |
61076 | WPA-Use-Group | WPA-Use-Group |
61078 | 安全密钥 : %1!s! |
Security key : %1!s! |
61079 | 存在 | Present |
61080 | 不存在 | Absent |
61081 | 密钥索引 : %1!d! |
Key Index : %1!d! |
61082 | 供应商定义的 | Vendor defined |
61101 | 802.1X : Enabled |
802.1X : Enabled |
61102 | EAP 类型 : %1!s! |
EAP type : %1!s! |
61103 | EAP 类型 :与此配置文件对应的 EAP 方法不存在。 |
EAP type : The EAP method corresponding to this profile does not exist. |
61104 | 配置的凭据 :是 |
Credentials configured : Yes |
61105 | 配置的凭据 :否 |
Credentials configured : No |
61110 | 802.1X auth 凭据 : %1!s! |
802.1X auth credential : %1!s! |
61111 | 计算机或用户凭据 | Machine or user credential |
61112 | 计算机凭据 | Machine credential |
61113 | 用户凭据 | User credential |
61114 | 来宾凭据 | Guest credential |
61115 | 未指定 | Not specified |
61117 | 缓存用户信息 : %1!s! |
Cache user information : %1!s! |
61120 | 类型 : %1!s! |
Type : %1!s! |
61121 | 最大延迟(秒) : %1!d! |
Max delay (sec) : %1!d! |
61122 | 登录前 | Pre-logon |
61123 | 登录后 | Post-logon |
61124 | 其他对话框 : %1!s! |
Additional dialogs : %1!s! |
61125 | 对话框输入(秒) : %1!d! |
Dialog input (sec) : %1!d! |
61126 | 已启用 | Enabled |
61127 | 已禁用 | Disabled |
61128 | 网络广播 : 只在网络广播时连接 |
Network broadcast : Connect only if this network is broadcasting |
61129 | 单一登录设置 : |
Single sign-on settings: |
61130 | 供应商扩展名数据长度: %1!d! |
Vendor extension data length: %1!d! |
61136 | 关键内容 : %1!s! |
Key Content : %1!s! |
61137 | FIPS 模式 : %1!s! |
FIPS mode : %1!s! |
61140 | 用户 auth VLAN : %1!s! |
User auth VLAN : %1!s! |
61153 | MAC 随机化: 启用 |
MAC Randomization : Enabled |
61154 | MAC 随机化: 禁用 |
MAC Randomization : Disabled |
61155 | MAC 随机化: 每日 |
MAC Randomization : Daily |
61301 | 系统的同一列表已存在该筛选器。 | This filter already exists in the same list on the system. |
61302 | 系统的允许列表已存在该筛选器。 | This filter already exists in the allow list on the system. |
61303 | 系统的阻止列表已存在该筛选器。 | This filter already exists in the block list on the system. |
61304 | 警告: 此筛选器与组策略发生冲突。该筛选器将不会生效。 | Warning: This filter conflicts with group policy. It won't take effect. |
61305 | 已成功将该筛选器添加到系统。 | The filter is added on the system successfully. |
61401 | 已成功将该筛选器从系统中删除。 | The filter is removed from the system successfully. |
61402 | 系统不存在该筛选器。 | The filter does not exist on the system. |
61601 | # ---------------------------------------- # 无线局域网配置 # ---------------------------------------- pushd %1!s! |
# ---------------------------------------- # Wireless LAN configuration # ---------------------------------------- pushd %1!s! |
61602 | popd # 无线局域网配置结束 |
popd # End of Wireless LAN Configuration |
61603 | # 允许筛选器列表 # ---------------------------------------- |
# Allow filter list # ---------------------------------------- |
61604 | # 阻止筛选器列表 # ---------------------------------------- |
# Block filter list # ---------------------------------------- |
61605 | %1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" %7!s!="%8!s!" |
%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" %7!s!="%8!s!" |
61606 | %1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" |
%1!s! %2!s! %3!s!=%4!s! %5!s!="%6!s!" |
61701 | 已经在接口“%2!s!”上 %1!s! 自动配置。 | Auto configuration has been %1!s! on interface "%2!s!". |
61704 | 你没有足够权限,或组策略已应用。 | You do not have sufficient privileges or group policy has been applied. |
61711 | 已经在接口“%2!s!”上“%1!s!”地址随机化。 | Address randomization has been %1!s! on interface "%2!s!". |
61714 | 该接口无法支持随机化,或者已被管理员阻止。 | The interface cannot support randomization or it was blocked by the administrator. |
61721 | 已将可见网络列表中所显示的阻止网络设置为: %1!s!。 | Showing blocked networks in visible network list has been set to: %1!s!. |
61741 | 已经开始持续无线跟踪。 | Wireless tracing has been started. |
61742 | 已经启用持续无线跟踪。 | Persistent wireless tracing has been enabled. |
61743 | 已经停止无线跟踪。 | Wireless tracing has been stopped. |
61744 | 已经停止持续无线跟踪。 | Persistent wireless tracing has been stopped. |
61745 | 无线跟踪已经运行。 | Wireless tracing is already running. |
61746 | 持续无线跟踪已经运行。 | Persistent wireless tracing is already running. |
61747 | 无线跟踪没有运行。 | Wireless tracing is not running. |
61748 | 持续无线跟踪没有运行。 | Persistent wireless tracing is not running. |
61749 | 系统上没有设置无线跟踪。 | Wireless tracing is not set up on the system. |
61750 | 系统上没有设置持续无线跟踪。 | Persistent wireless tracing is not set up on the system. |
61751 | 跟踪日志输出路径“%1!s!”不是有效目录。 | Trace log output path "%1!s!"is not a valid directory. |
61753 | 跟踪日志存储在“%1!s!”中。 |
Trace logs are stored in "%1!s!". |
61761 | 允许所有人创建所有用户配置文件。 |
Everyone is allowed to create all user profiles. |
61762 | 不允许所有人创建所有用户配置文件。 |
Not everyone is allowed to create all user profiles. |
61801 | 没有分配给指定接口的配置文件“%1!s!”。 | There is no profile "%1!s!" assigned to the specified interface. |
61802 | 已成功完成连接请求。 | Connection request was completed successfully. |
61803 | 连接请求失败,错误 0x%1!X!。 | Connection request failed with error 0x%1!X!. |
61804 | 配置文件“%1!s!”指定的网络无法用于连接。 | The network specified by profile "%1!s!" is not available to connect. |
61805 | 无法连接配置文件“%1!s!”指定的网络。 原因: %2!s! |
The network specified by profile "%1!s!" is not connectible. Reason: %2!s! |
61806 | 无法连接。已在适配器“%1!s!”上禁用 WLAN 自动配置。 | Unable to connect. WLAN auto configuration is disabled on adapter "%1!s!". |
61807 | 配置文件“%2!s!”中不存在SSID “%1!s!”》 | SSID "%1!s!" does not exist in profile "%2!s!". |
61901 | 已成功完成接口“%1!s!”的断开连接请求。 | Disconnection request was completed successfully for interface "%1!s!". |
61902 | 接口“%1!s!”的断开连接请求失败,错误 0x%2!X!。 | Disconnection request failed for interface "%1!s!" with error 0x%2!X!. |
61903 | 无法断开连接。已在适配器“%1!s!”上禁用 WLAN 自动配置。 | Unable to disconnect. WLAN auto configuration is disabled on adapter "%1!s!". |
61951 | 配置文件“%1!s!”(在接口“%2!s!”上)已成功更改为所有用户配置文件。 |
Profile "%1!s!" on interface "%2!s!" has been successfully changed to an all user profile. |
61952 | 配置文件“%1!s!”(在接口“%2!s!”上)已成功更改为当前用户配置文件。 |
Profile "%1!s!" on interface "%2!s!" has been successfully changed to a current user profile. |
61954 | 配置文件“%1!s!”(在接口“%2!s!”上)是一个组策略配置文件。 无法修改组策略配置文件的类型。 |
The profile "%1!s!" on interface "%2!s!" is a group policy profile. Group policy profile's type cannot be modified. |
61955 | 你没有足够的特权更改配置文件“%1!s!”(在接口“%2!s!”上)的配置文件类型。 |
You do not have sufficient privileges to change profile type for profile "%1!s!" on interface "%2!s!". |
61956 | 配置文件“%1!s!”(在接口“%2!s!”上)已经是所有用户配置文件。 |
Profile "%1!s!" on interface "%2!s!" is already an all user profile. |
61957 | 配置文件“%1!s!”(在接口“%2!s!”上)已经是当前用户配置文件。 |
Profile "%1!s!" on interface "%2!s!" is already a current user profile. |
62001 | 接口“%2!s!”上的配置文件“%1!s!”已成功更新。 |
Profile "%1!s!" on interface "%2!s!" updated successfully. |
62002 | 未能修改配置文件。错误 0x%1!X!: %2!s! |
Failed to modify the profile. Error 0x%1!X!: %2!s! |
62003 | 你没有权限修改当前用户的配置文件“%1!s!”。 |
You do not have the permission to modify profile "%1!s!" for current user. |
62004 | 你没有权限修改所有用户的配置文件“%1!s!”。 |
You do not have the permission to modify profile "%1!s!" for all users. |
62005 | 无线适配器“%2!s!”不支持配置文件“%1!s!”中的安全设置或连接设置。 |
The security or connectivity setting in profile "%1!s!" is not supported by wireless adapter "%2!s!". |
62006 | 配置文件“%1!s!”(在接口“%2!s!”上)中的 oneX 设置未启用。 |
The oneX setting in profile "%1!s!" on interface "%2!s!" is not enabled. |
62007 | 配置文件“%1!s!”(在接口“%2!s!”上)中启用了 IHV 设置。请指定 MS 身份验证类型。 |
The IHV setting is enabled in profile "%1!s!" on interface "%2!s!". Please specify MS authentication type. |
62008 | 输入的参数对初始配置文件设置无效。 |
The inputed parameter is invalid to the original profile setting. |
62009 | 无法设置无线适配器 "%2!s!" 上的配置文件 "%1!s!" 的费用。 |
Failed to set cost for profile "%1!s!" on wireless adapter "%2!s!". |
62010 | 此系统中不支持费用设置。 |
Cost setting is not supported in this system. |
62113 | 在 WLAN 服务中允许承载网络模式。 | Hosted network mode is allowed in WLAN service. |
62114 | 在 WLAN 服务中不允许承载网络模式。 | Hosted network mode is disallowed in WLAN service. |
62115 | 无法更改 WLAN 服务中的承载网络模式支持。 未应用足够的特权或组策略。 |
Cannot change hosted network mode support in WLAN service. No sufficient privilege or group policy has been applied. |
62116 | 已成功更改承载网络的 SSID。 |
The SSID of the hosted network has been successfully changed. |
62117 | 承载网络模式已设置为允许。 |
The hosted network mode has been set to allow. |
62118 | 承载网络模式已设置为禁止。 |
The hosted network mode has been set to disallow. |
62119 | 允许共享用户凭据已设置为: %1!s!。 | Allow shared user credentials has been set to: %1!s!. |
62121 | 已成功更改托管网络的用户密钥密码。 |
The user key passphrase of the hosted network has been successfully changed. |
62122 | 将阻止时间段设置为 %1!d! 分钟。 | Block period is set to be %1!d! minutes. |
62145 | 在 WLAN 服务中允许承载网络模式: 是 |
Hosted network mode allowed in WLAN service: Yes |
62146 | 在 WLAN 服务中允许承载网络模式: 否 |
Hosted network mode allowed in WLAN service: No |
62147 | 承载网络设置 ----------------------- |
Hosted network settings ----------------------- |
62149 | 最多客户端数 : %1!d! |
Max number of clients : %1!d! |
62150 | 承载网络状态 --------------------- |
Hosted network status --------------------- |
62151 | 状态 : %1!s! |
Status : %1!s! |
62152 | 不可用 | Not available |
62153 | 未启动 | Not started |
62155 | 已启动 | Started |
62156 | BSSID :%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
BSSID : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
62157 | 无线电类型 :%1!s! |
Radio type : %1!s! |
62158 | 频道 : %1!d! |
Channel : %1!d! |
62159 | 客户端数 : %1!d! |
Number of clients : %1!d! |
62160 | %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! %7!s! |
%1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! %7!s! |
62162 | 已经过身份验证 | Authenticated |
62164 | 承载网络安全设置 -------------------------------- |
Hosted network security settings -------------------------------- |
62165 | 系统安全密钥 : |
System security key : |
62166 | 系统安全密钥 : %1!s! |
System security key : %1!s! |
62167 | 模式 : 已启用 |
Mode : Allowed |
62168 | 模式 : 已禁用 |
Mode : Disallowed |
62169 | 用户安全密钥用法: 永久 |
User security key usage: Persistent |
62170 | 用户安全密钥用法: 临时 |
User security key usage: Temporary |
62171 | 用户安全密钥 : %1!s! |
User security key : %1!s! |
62172 | 用户安全密钥 : |
User security key : |
62173 | 设置 : |
Settings : |
62177 | WLAN 服务不支持与配置文件“%1!s!”的连接。 | Connection with profile "%1!s!" is not supported by WLAN service. |
62209 | 承载网络 | Hosted network |
62210 | 最多承载网络客户端数: %1!d! |
Max hosted network clients: %1!d! |
62211 | 最多承载网络客户端数: 无限制 |
Max hosted network clients: Not limited |
62241 | 已启动承载网络。 |
The hosted network started. |
62242 | 无法启动承载网络。 |
The hosted network couldn't be started. |
62243 | 已停止承载网络。 |
The hosted network stopped. |
62244 | 无法停止承载网络,原因代码为 %1!d!。 |
The hosted network couldn't be stopped. Reason code is %1!d!. |
62245 | 已成功刷新承载网络的安全密钥。 |
The security key of the hosted network has been successfully refreshed. |
62246 | 必须使用管理员权限从命令提示符处运行此命令。 |
You must run this command from a command prompt with administrator privilege. |
62305 | 用于连接到托管网络的配置文件已成功保存到文件“%1!s!”。 |
Profile to connect to the hosted network is saved successfully in file "%1!s!". |
62306 | 尚未配置托管网络的配置文件。 |
The hosted network profile has not been configured. |
62369 | 现在可以从“%1!s!”获取 WLAN 智能跟踪日志和报告文件。 |
WLAN smart trace logs and report files are now available at "%1!s!". |
62370 | 仍可以从“%1!s!”获取 WLAN 智能跟踪日志并在此处使用。 |
WLAN smart trace logs are still useful and available at "%1!s!". |
62371 | 正在生成报告... |
Generating report ... |
62372 | 正在生成日志... | Generating logs ... |
62373 | 已完成 |
done |
62374 | 已失败,错误为 0x%1!X! |
failed, error is 0x%1!X! |
62375 | “%1!s!”处未报告智能跟踪日志文件。 |
There is no smart trace log file to report at "%1!s!". |
62433 | 费用设置 ------------- |
Cost settings ------------- |
62435 | 费用 : 无限制 |
Cost : Unrestricted |
62436 | 费用 : 固定 |
Cost : Fixed |
62437 | 费用 : 可变 |
Cost : Variable |
62438 | 费用 : 未知 |
Cost : Unknown |
62439 | 费用 : 不可用 |
Cost : Not available |
62440 | 接近数据限制 : 是 |
Approaching Data Limit : Yes |
62441 | 接近数据限制 : 否 |
Approaching Data Limit : No |
62442 | 过量数据限制 : 是 |
Over Data Limit : Yes |
62443 | 过量数据限制 : 否 |
Over Data Limit : No |
62444 | 阻塞 : 是 |
Congested : Yes |
62445 | 阻塞 : 否 |
Congested : No |
62446 | 漫游 : 是 |
Roaming : Yes |
62447 | 漫游 : 否 |
Roaming : No |
62448 | 费用来源 : 默认 |
Cost Source : Default |
62449 | 费用来源 : 组策略 |
Cost Source : Group Policy |
62450 | 费用来源 : 用户 |
Cost Source : User |
62451 | 费用来源 : 运营商 |
Cost Source : Operator |
62497 | 套餐设置 ------------- |
Plan settings ------------- |
62498 | 使用量(以 MB 计) : %1!d! |
Usage in Megabytes : %1!d! |
62499 | 使用量同步时间 : %1!s! %2!s! |
Usage Sync Time : %1!s! %2!s! |
62500 | 数据限制(以 MB 计) : %1!d! |
Data Limit in Megabytes : %1!d! |
62501 | 入站带宽(Kbps) : %1!d! |
Inbound Bandwidth in Kbps : %1!d! |
62502 | 计费周期起始日期 : %1!s! %2!s! |
Billing Cycle StartDate : %1!s! %2!s! |
62503 | 计费周期持续时间 : |
Billing Cycle Duration : |
62504 | 年数 : %1!d! |
Number of years : %1!d! |
62505 | 月数 : %1!d! |
Number of months : %1!d! |
62506 | 天数 : %1!d! |
Number of days : %1!d! |
62507 | 小时数 : %1!d! |
Number of hours : %1!d! |
62508 | 分钟数 : %1!d! |
Number of minutes : %1!d! |
62509 | 秒数 : %1!d! |
Number of seconds : %1!d! |
62510 | 毫秒数 : %1!d! |
Number of milliseconds : %1!d! |
62511 | 计费周期重置 : 是 |
Billing Cycle Reset : Yes |
62512 | 计费周期重置 : 否 |
Billing Cycle Reset : No |
62513 | 最大传送大小(MB) : %1!d! |
Maximum Transfer Size in Megabytes : %1!d! |
62514 | 出站带宽(Kbps) : %1!d! |
Outbound Bandwidth in Kbps : %1!d! |
62593 | 无线设备功能 ---------------------------- |
Wireless Device Capabilities ---------------------------- |
62594 | WDI 版本(Windows) : %1!u!.%2!u!.%3!u!.%4!u! |
WDI Version (Windows) : %1!u!.%2!u!.%3!u!.%4!u! |
62595 | 固件版本 : %1!S! |
Firmware Version : %1!S! |
62596 | 站 : 支持 |
Station : Supported |
62597 | 站 : 不支持 |
Station : Not supported |
62598 | 软 AP : 支持 |
Soft AP : Supported |
62599 | 软 AP : 不支持 |
Soft AP : Not supported |
62600 | 网络监视模式 : 支持 |
Network monitor mode : Supported |
62601 | 网络监视模式 : 不支持 |
Network monitor mode : Not supported |
62602 | Wi-Fi Direct 设备 : 支持 |
Wi-Fi Direct Device : Supported |
62603 | Wi-Fi Direct 设备 : 不支持 |
Wi-Fi Direct Device : Not supported |
62604 | Wi-Fi Direct GO : 支持 |
Wi-Fi Direct GO : Supported |
62605 | Wi-Fi Direct GO : 不支持 |
Wi-Fi Direct GO : Not supported |
62606 | Wi-Fi Direct 客户端 : 支持 |
Wi-Fi Direct Client : Supported |
62607 | Wi-Fi Direct 客户端 : 不支持 |
Wi-Fi Direct Client : Not supported |
62608 | 支持 |
Supported |
62609 | 不支持 |
Not Supported |
62610 | 未知 |
Unknown |
62611 | 混杂模式 : | Promiscuous Mode : |
62612 | IBSS : | IBSS : |
62613 | 分集天线 : | Diversity Antenna : |
62614 | 动作帧 : | Action Frame : |
62615 | ANQP 服务信息发现 : | ANQP Service Information Discovery : |
62616 | DOT11k 邻居报告 : | DOT11k neighbor report : |
62618 | 受保护管理帧 : | Protected Management Frames : |
62619 | P2P 被动侦听可用性 : | P2P Passive listen Availability : |
62620 | P2P 设备发现 : | P2P Device Discovery : |
62621 | P2P 服务名称发现 : | P2P Service Name Discovery : |
62622 | P2P 服务信息发现 : | P2P Service Info Discovery : |
62623 | P2P 背景发现 : | P2P Background Discovery : |
62624 | FIPS : | FIPS : |
62625 | 即时连接 : | Instant Connect : |
62626 | Dx 待机 NLO : | Dx Standby NLO : |
62627 | D0 NLO : | D0 NLO : |
62628 | 扩展通道交换机公告 : | Extended Channel Switch Announcement : |
62629 | 功能级别重置 : | Function Level Reset : |
62630 | 平台级别重置 : | Platform Level Reset : |
62631 | MAC 随机化 : | MAC Randomization : |
62632 | 已配置 IHV 扩展模块 : | IHV Extensibility Module Configured : |
62633 | Tx 空间流数目 : %1!u! |
Number of Tx Spatial Streams : %1!u! |
62634 | Rx 空间流数目 : %1!u! |
Number of Rx Spatial Streams : %1!u! |
62635 | 支持的并发通道数 : %1!u! |
Number of Concurrent Channels Supported : %1!u! |
62636 | P2P GO 端口计数 : %1!u! |
P2P GO ports count : %1!u! |
62637 | P2P 客户端端口计数 : %1!u! |
P2P Clients Port Count : %1!u! |
62638 | P2P 移动 AP 客户端数上限 : %1!u! |
P2P Max Mobile AP Clients : %1!u! |
62639 | 支持的 ANQP 服务播发数上限 : %1!u! |
Max ANQP Service Advertisements Supported : %1!u! |
62640 | WDI 版本(IHV) : %1!u!.%2!u!.%3!u!.%4!u! |
WDI Version (IHV) : %1!u!.%2!u!.%3!u!.%4!u! |
62641 | 共存支持 : 未知 |
Co-existence Support : Unknown |
62642 | 共存支持 : 无效 |
Co-existence Support : Invalid |
62643 | 快速转换 : | Fast Transition : |
62644 | MU-MIMO : | MU-MIMO : |
62645 | Miracast 接收器 : | Miracast Sink : |
62646 | BSS 转换(802.11v) : | BSS Transition (802.11v) : |
62647 | 5 GHz 的 P2P GO : | P2P GO on 5 GHz : |
62648 | 总线级别重置 : | Bus Level Reset : |
62649 | ASP 2.0 服务名称发现 : | ASP 2.0 Service Name Discovery : |
62650 | ASP 2.0 服务信息发现 : | ASP 2.0 Service Information Discovery : |
62651 | 支持 IP 对接 : | IP Docking Capable : |
62721 | 无线电状态 : 硬件 %1!s! 软件 %2!s! |
Radio status : Hardware %1!s! Software %2!s! |
62722 | 开 | On |
62723 | 关 | Off |
62724 | 切换 | switching |
62785 | 共存支持 : WLAN 性能降级至 1x1 |
Co-existence Support : WLAN performance degraded to 1x1 |
62786 | 共存支持 : 保持 WLAN 性能 |
Co-existence Support : WLAN performance is maintained |
62787 | WFD 设备 : 支持 |
WFD Device : Supported |
62788 | WFD 设备 : 不支持 |
WFD Device : Not supported |
62789 | WFD GO : 支持 |
WFD GO : Supported |
62790 | WFD GO : 不支持 |
WFD GO : Not supported |
62791 | WFD 客户端 : 支持 |
WFD Client : Supported |
62792 | WFD 客户端 : 不支持 |
WFD Client : Not supported |
62793 | 类型 : 旧版 WLAN 驱动程序 |
Type : Legacy WLAN Driver |
62794 | 类型 : 本地 WLAN 驱动程序 |
Type : Native WLAN Driver |
62817 | 无法创建 Cabinet 文件。错误代码: %1!d! |
Unable to create cabinet file. Error code: %1!d! |
62818 | 无法将 %1!s! 添加到 Cabinet 文件。 错误代码: %2!d! |
Unable to add %1!s! to cabinet file. Error code: %2!d! |
File Description: | Wlan Netsh 帮助程序 DLL |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | wlancfg.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | wlancfg.dll.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x804, 1200 |