Translations:KNetworkManager/3/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Created page with "一个典型使用情况是连接到知道密码的无线网络。用户设置一个连接,'''KNetworkManager''' 将会保存设置,设置包括名称(''ESSID'') 和连接...")
 
No edit summary
Line 1: Line 1:
一个典型使用情况是连接到知道密码的无线网络。用户设置一个连接,'''KNetworkManager''' 将会保存设置,设置包括名称(''ESSID'') 和连接密码。'''KNetworkManager'''将这些信息大包进DBus请求。Network Manager 后端会进行底层的操作,调用需要的程序(例如将 ESSID 和密码发给 '''wpa-supplicant''')然后用合适的设置启动网络设备。
一个典型使用情况是连接到知道密码的无线网络。用户设置一个连接,'''KNetworkManager'''将会保存设置,设置包括名称(''ESSID'') 和连接密码。'''KNetworkManager'''将这些信息打包进DBus请求。Network Manager后端会进行底层的操作,调用需要的程序(例如将ESSID和密码发给'''wpa-supplicant''')然后用合适的设置启动网络设备。

Revision as of 06:39, 23 November 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KNetworkManager)
One typical usage is to connect to a wireless network with credentials known to the user. The user will setup a connection and '''KNetworkManager''' will store the settings wherever the user's configurations are stored. The configuration will include things like the name (''ESSID'') and passphrase used to associate with a particular wireless network. '''KNetworkManager''' can then use this information by packaging it into a DBus request to connect to a particular network. The Network Manager back end then does the low level operations required to actually setup the support software (e.g. pushing ESSID and key to '''wpa-supplicant''') and bring up the network device with the appropriate settings.

一个典型使用情况是连接到知道密码的无线网络。用户设置一个连接,KNetworkManager将会保存设置,设置包括名称(ESSID) 和连接密码。KNetworkManager将这些信息打包进DBus请求。Network Manager后端会进行底层的操作,调用需要的程序(例如将ESSID和密码发给wpa-supplicant)然后用合适的设置启动网络设备。