Merge branch '1012' into 'dbus-interface'
update translation See merge request kylin-desktop/kylin-nm!311
This commit is contained in:
commit
b1690dc2ec
|
@ -33,7 +33,7 @@ LanListItem::LanListItem(QWidget *parent) : ListItem(parent)
|
|||
{
|
||||
m_isActive = false;
|
||||
m_netButton->setButtonIcon(QIcon::fromTheme("network-wireless-signal-none-symbolic"));
|
||||
const QString str="Not connected";
|
||||
const QString str=tr("Not connected");
|
||||
m_nameLabel->setText(str);
|
||||
this->m_infoButton->hide();
|
||||
}
|
||||
|
|
|
@ -35,47 +35,47 @@
|
|||
<context>
|
||||
<name>CreatNetPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="30"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="30"/>
|
||||
<source>Connection Name</source>
|
||||
<translation>网络名称</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="31"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="31"/>
|
||||
<source>Ipv4Config</source>
|
||||
<translation>Ipv4配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="32"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="32"/>
|
||||
<source>Address</source>
|
||||
<translation>地址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="33"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="33"/>
|
||||
<source>Netmask</source>
|
||||
<translation>子网掩码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="34"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="34"/>
|
||||
<source>Default Gateway</source>
|
||||
<translation>默认网关</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="35"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="35"/>
|
||||
<source>Prefs DNS</source>
|
||||
<translation>首选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="36"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="36"/>
|
||||
<source>Alternative DNS</source>
|
||||
<translation>备选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="47"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="47"/>
|
||||
<source>Auto(DHCP)</source>
|
||||
<translation>自动(DHCP)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/creatnetpage.cpp" line="48"/>
|
||||
<location filename="frontend/netdetails/creatnetpage.cpp" line="48"/>
|
||||
<source>Manual</source>
|
||||
<translation>手动</translation>
|
||||
</message>
|
||||
|
@ -83,57 +83,57 @@
|
|||
<context>
|
||||
<name>DetailPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="137"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="141"/>
|
||||
<source>Auto Connection</source>
|
||||
<translation>自动连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="146"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="150"/>
|
||||
<source>SSID:</source>
|
||||
<translation>SSID:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="147"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="151"/>
|
||||
<source>Protocol:</source>
|
||||
<translation>协议:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="149"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="153"/>
|
||||
<source>Security Type:</source>
|
||||
<translation>安全类型:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="150"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="154"/>
|
||||
<source>Hz:</source>
|
||||
<translation>网络频带:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="151"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="155"/>
|
||||
<source>Chan:</source>
|
||||
<translation>带宽:</translation>
|
||||
<translation>网络通道:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="153"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="157"/>
|
||||
<source>BandWidth:</source>
|
||||
<translation>带宽:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="154"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="158"/>
|
||||
<source>IPV6:</source>
|
||||
<translation>本地链接Ipv6地址:</translation>
|
||||
<translation>本地链接IPV6地址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="155"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="159"/>
|
||||
<source>IPV4:</source>
|
||||
<translation>Ipv4地址:</translation>
|
||||
<translation>IPV4地址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="156"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="160"/>
|
||||
<source>IPV4 Dns:</source>
|
||||
<translation>Ipv4 DNS服务器:</translation>
|
||||
<translation>IPV4 DNS服务器:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/detailpage.cpp" line="157"/>
|
||||
<location filename="frontend/netdetails/detailpage.cpp" line="161"/>
|
||||
<source>Mac:</source>
|
||||
<translation>物理地址:</translation>
|
||||
</message>
|
||||
|
@ -371,65 +371,65 @@
|
|||
<context>
|
||||
<name>EnterpriseWlanDialog</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/enterprise-wlan/enterprisewlandialog.cpp" line="58"/>
|
||||
<location filename="frontend/enterprise-wlan/enterprisewlandialog.cpp" line="58"/>
|
||||
<source>Connect Enterprise WLAN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>连接企业网</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/enterprise-wlan/enterprisewlandialog.cpp" line="61"/>
|
||||
<location filename="frontend/enterprise-wlan/enterprisewlandialog.cpp" line="61"/>
|
||||
<source>Close</source>
|
||||
<translation type="unfinished">关闭</translation>
|
||||
<translation>关闭</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/enterprise-wlan/enterprisewlandialog.cpp" line="92"/>
|
||||
<location filename="frontend/enterprise-wlan/enterprisewlandialog.cpp" line="92"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">取消</translation>
|
||||
<translation>取消</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/enterprise-wlan/enterprisewlandialog.cpp" line="93"/>
|
||||
<location filename="frontend/enterprise-wlan/enterprisewlandialog.cpp" line="93"/>
|
||||
<source>Connect</source>
|
||||
<translation type="unfinished">连接</translation>
|
||||
<translation>连接</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Ipv4Page</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="25"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="25"/>
|
||||
<source>Ipv4Config</source>
|
||||
<translation>Ipv4配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="26"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="26"/>
|
||||
<source>Address</source>
|
||||
<translation>地址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="27"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="27"/>
|
||||
<source>Netmask</source>
|
||||
<translation>子网掩码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="28"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="28"/>
|
||||
<source>Default Gateway</source>
|
||||
<translation>默认网关</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="29"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="29"/>
|
||||
<source>Prefs DNS</source>
|
||||
<translation>首选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="30"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="30"/>
|
||||
<source>Alternative DNS</source>
|
||||
<translation>备选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="40"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="40"/>
|
||||
<source>Auto(DHCP)</source>
|
||||
<translation>自动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv4page.cpp" line="41"/>
|
||||
<location filename="frontend/netdetails/ipv4page.cpp" line="41"/>
|
||||
<source>Manual</source>
|
||||
<translation>手动</translation>
|
||||
</message>
|
||||
|
@ -437,42 +437,42 @@
|
|||
<context>
|
||||
<name>Ipv6Page</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="103"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="103"/>
|
||||
<source>Ipv6Config</source>
|
||||
<translation>Ipv6配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="104"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="104"/>
|
||||
<source>Address</source>
|
||||
<translation>地址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="105"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="105"/>
|
||||
<source>Subnet prefix Length</source>
|
||||
<translation>子网前缀长度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="106"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="106"/>
|
||||
<source>Default Gateway</source>
|
||||
<translation>默认网关</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="107"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="107"/>
|
||||
<source>Prefs DNS</source>
|
||||
<translation>首选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="108"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="108"/>
|
||||
<source>Alternative DNS</source>
|
||||
<translation>备选DNS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="119"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="119"/>
|
||||
<source>Auto(DHCP)</source>
|
||||
<translation>自动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/ipv6page.cpp" line="120"/>
|
||||
<location filename="frontend/netdetails/ipv6page.cpp" line="120"/>
|
||||
<source>Manual</source>
|
||||
<translation>手动</translation>
|
||||
</message>
|
||||
|
@ -480,25 +480,30 @@
|
|||
<context>
|
||||
<name>LanListItem</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/lanlistitem.cpp" line="67"/>
|
||||
<location filename="frontend/list-items/lanlistitem.cpp" line="36"/>
|
||||
<source>Not connected</source>
|
||||
<translation>未连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="frontend/list-items/lanlistitem.cpp" line="67"/>
|
||||
<source>Wired Device not carried</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>未插入网线</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LanPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/lanpage.cpp" line="652"/>
|
||||
<location filename="frontend/tab-pages/lanpage.cpp" line="652"/>
|
||||
<source>LAN</source>
|
||||
<translation>有线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/lanpage.cpp" line="655"/>
|
||||
<location filename="frontend/tab-pages/lanpage.cpp" line="655"/>
|
||||
<source>Activated LAN</source>
|
||||
<translation>已激活</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/lanpage.cpp" line="663"/>
|
||||
<location filename="frontend/tab-pages/lanpage.cpp" line="663"/>
|
||||
<source>Inactivated LAN</source>
|
||||
<translation>未激活</translation>
|
||||
</message>
|
||||
|
@ -514,12 +519,12 @@
|
|||
<context>
|
||||
<name>ListItem</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/listitem.cpp" line="55"/>
|
||||
<location filename="frontend/list-items/listitem.cpp" line="55"/>
|
||||
<source>Kylin NM</source>
|
||||
<translation>麒麟网络工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/listitem.cpp" line="58"/>
|
||||
<location filename="frontend/list-items/listitem.cpp" line="58"/>
|
||||
<source>kylin network applet desktop message</source>
|
||||
<translation>网络提示消息</translation>
|
||||
</message>
|
||||
|
@ -527,30 +532,30 @@
|
|||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="101"/>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="148"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="101"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="148"/>
|
||||
<source>kylin-nm</source>
|
||||
<translation>麒麟网络工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="129"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="129"/>
|
||||
<source>LAN</source>
|
||||
<translatorcomment>有线网络</translatorcomment>
|
||||
<translation>有线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="131"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="131"/>
|
||||
<source>WLAN</source>
|
||||
<translatorcomment>无线局域网</translatorcomment>
|
||||
<translation>无线局域网</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="145"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="145"/>
|
||||
<source>Show MainWindow</source>
|
||||
<translation>打开网络工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/mainwindow.cpp" line="146"/>
|
||||
<location filename="frontend/mainwindow.cpp" line="146"/>
|
||||
<source>Settings</source>
|
||||
<translatorcomment>设置网络项</translatorcomment>
|
||||
<translation>设置网络项</translation>
|
||||
|
@ -559,94 +564,94 @@
|
|||
<context>
|
||||
<name>NetDetail</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="30"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="30"/>
|
||||
<source>Kylin NM</source>
|
||||
<translation type="unfinished">麒麟网络工具</translation>
|
||||
<translation>麒麟网络工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="33"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="33"/>
|
||||
<source>kylin network desktop message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>网络提示消息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="151"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="153"/>
|
||||
<source>Detail</source>
|
||||
<translation>详情</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="156"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="158"/>
|
||||
<source>Ipv4</source>
|
||||
<translation>Ipv4</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="160"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="162"/>
|
||||
<source>Ipv6</source>
|
||||
<translation>Ipv6</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="164"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="166"/>
|
||||
<source>Security</source>
|
||||
<translation>安全</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="184"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="186"/>
|
||||
<source>Close</source>
|
||||
<translation>关闭</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="191"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="193"/>
|
||||
<source>Confirm</source>
|
||||
<translation>确定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="194"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="196"/>
|
||||
<source>Cancel</source>
|
||||
<translation>取消</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="197"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="199"/>
|
||||
<source>Forget this network</source>
|
||||
<translation>忘记此网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="236"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="238"/>
|
||||
<source>Add Lan Connect</source>
|
||||
<translation>添加有线连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="245"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="247"/>
|
||||
<source>connect hiddin wlan</source>
|
||||
<translation>连接到隐藏WLAN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="505"/>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="506"/>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="507"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="507"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="508"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="509"/>
|
||||
<source>Auto</source>
|
||||
<translation>自动</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="611"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="613"/>
|
||||
<source>start check ipv4 address conflict</source>
|
||||
<translation>开始检测ipv4地址冲突</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="628"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="630"/>
|
||||
<source>start check ipv6 address conflict</source>
|
||||
<translation>开始检测ipv6地址冲突</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="674"/>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="711"/>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="789"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="676"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="713"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="791"/>
|
||||
<source>ipv4 address conflict!</source>
|
||||
<translation>ipv4地址冲突!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="719"/>
|
||||
<location filename="../src/frontend/netdetails/netdetail.cpp" line="797"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="721"/>
|
||||
<location filename="frontend/netdetails/netdetail.cpp" line="799"/>
|
||||
<source>ipv6 address conflict!</source>
|
||||
<translation type="unfinished">ipv4地址冲突! {6 ?}</translation>
|
||||
<translation>ipv4地址冲突!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -667,7 +672,7 @@
|
|||
<context>
|
||||
<name>OneConnForm</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/oneconnform.ui" line="14"/>
|
||||
<location filename="frontend/list-items/oneconnform.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -695,7 +700,7 @@
|
|||
<context>
|
||||
<name>OneLancForm</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/onelancform.ui" line="14"/>
|
||||
<location filename="frontend/list-items/onelancform.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -719,63 +724,63 @@
|
|||
<context>
|
||||
<name>SecurityPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="71"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="71"/>
|
||||
<source>Security</source>
|
||||
<translation>安全性</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="72"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="87"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="72"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="87"/>
|
||||
<source>Password</source>
|
||||
<translation>密钥</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="74"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="74"/>
|
||||
<source>EAP type</source>
|
||||
<translation>EAP方法</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="76"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="76"/>
|
||||
<source>Identity</source>
|
||||
<translation>匿名身份</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="77"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="77"/>
|
||||
<source>Domain</source>
|
||||
<translation>域</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="78"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="78"/>
|
||||
<source>CA certficate</source>
|
||||
<translation>CA 证书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="79"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="79"/>
|
||||
<source>no need for CA certificate</source>
|
||||
<translation>不需要CA证书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="80"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="80"/>
|
||||
<source>User certificate</source>
|
||||
<translation>用户证书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="81"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="81"/>
|
||||
<source>User private key</source>
|
||||
<translation>用户私钥</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="82"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="82"/>
|
||||
<source>User key password</source>
|
||||
<translation>用户密钥密码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="85"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="85"/>
|
||||
<source>Ineer authentication</source>
|
||||
<translation>内部认证</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="86"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="86"/>
|
||||
<source>Usename</source>
|
||||
<translation>用户名</translation>
|
||||
</message>
|
||||
|
@ -785,54 +790,54 @@
|
|||
<translation type="vanished">用户名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="88"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="88"/>
|
||||
<source>Ask pwd each query</source>
|
||||
<translation>每次询问密码</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="90"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="100"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="103"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="106"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="726"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="748"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="771"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="90"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="100"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="103"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="106"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="726"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="748"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="771"/>
|
||||
<source>None</source>
|
||||
<translation>无</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="91"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="91"/>
|
||||
<source>WPA&WPA2 Personal</source>
|
||||
<translation>WPA&WPA2 个人</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="92"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="92"/>
|
||||
<source>WPA&WPA2 Enterprise</source>
|
||||
<translation>WPA&WPA2 企业</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="93"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="93"/>
|
||||
<source>WPA3 Personal</source>
|
||||
<translation>WPA3 个人</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="101"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="104"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="107"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="101"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="104"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="107"/>
|
||||
<source>Choose from file...</source>
|
||||
<translation>从文件选择...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="716"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="739"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="761"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="716"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="739"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="761"/>
|
||||
<source>Choose a CA certificate</source>
|
||||
<translation>选择一个CA证书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="717"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="740"/>
|
||||
<location filename="../src/frontend/netdetails/securitypage.cpp" line="762"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="717"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="740"/>
|
||||
<location filename="frontend/netdetails/securitypage.cpp" line="762"/>
|
||||
<source>CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx)</source>
|
||||
<translation>CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx)</translation>
|
||||
</message>
|
||||
|
@ -840,27 +845,27 @@
|
|||
<context>
|
||||
<name>TabPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/tabpage.cpp" line="43"/>
|
||||
<location filename="frontend/tab-pages/tabpage.cpp" line="43"/>
|
||||
<source>Current Device</source>
|
||||
<translation>当前网卡</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/tabpage.cpp" line="47"/>
|
||||
<location filename="frontend/tab-pages/tabpage.cpp" line="47"/>
|
||||
<source>Devices Closed!</source>
|
||||
<translation>设备关闭!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/tabpage.cpp" line="85"/>
|
||||
<location filename="frontend/tab-pages/tabpage.cpp" line="85"/>
|
||||
<source>Settings</source>
|
||||
<translation>网络设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/tabpage.cpp" line="120"/>
|
||||
<location filename="frontend/tab-pages/tabpage.cpp" line="120"/>
|
||||
<source>Kylin NM</source>
|
||||
<translation>麒麟网络工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/tabpage.cpp" line="123"/>
|
||||
<location filename="frontend/tab-pages/tabpage.cpp" line="123"/>
|
||||
<source>kylin network applet desktop message</source>
|
||||
<translation>网络提示消息</translation>
|
||||
</message>
|
||||
|
@ -868,42 +873,42 @@
|
|||
<context>
|
||||
<name>WiFiConfigDialog</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.ui" line="14"/>
|
||||
<location filename="frontend/wificonfigdialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="21"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="21"/>
|
||||
<source>WLAN Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="32"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="32"/>
|
||||
<source>Input WLAN Information Please</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="33"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="33"/>
|
||||
<source>WLAN ID:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="34"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="34"/>
|
||||
<source>WLAN Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="35"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="35"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="36"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="36"/>
|
||||
<source>Cancl</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/wificonfigdialog.cpp" line="37"/>
|
||||
<location filename="frontend/wificonfigdialog.cpp" line="37"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -911,31 +916,31 @@
|
|||
<context>
|
||||
<name>WlanListItem</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="23"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="23"/>
|
||||
<source>Not connected</source>
|
||||
<translation>未连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="102"/>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="441"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="102"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="441"/>
|
||||
<source>Disconnect</source>
|
||||
<translation>断开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="104"/>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="170"/>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="441"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="104"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="170"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="441"/>
|
||||
<source>Connect</source>
|
||||
<translation>连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="107"/>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="443"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="107"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="443"/>
|
||||
<source>Forget</source>
|
||||
<translation>忘记此网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/list-items/wlanlistitem.cpp" line="186"/>
|
||||
<location filename="frontend/list-items/wlanlistitem.cpp" line="186"/>
|
||||
<source>Auto Connect</source>
|
||||
<translation>自动连接</translation>
|
||||
</message>
|
||||
|
@ -943,32 +948,32 @@
|
|||
<context>
|
||||
<name>WlanPage</name>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="63"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="63"/>
|
||||
<source>WLAN</source>
|
||||
<translation>无线局域网</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="64"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="64"/>
|
||||
<source>Activated WLAN</source>
|
||||
<translation>已激活</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="65"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="65"/>
|
||||
<source>Other WLAN</source>
|
||||
<translation>其他</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="87"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="87"/>
|
||||
<source>More...</source>
|
||||
<translation>更多...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="510"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="510"/>
|
||||
<source>WLAN Connected Successfully</source>
|
||||
<translation>连接无线网络成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/frontend/tab-pages/wlanpage.cpp" line="520"/>
|
||||
<location filename="frontend/tab-pages/wlanpage.cpp" line="520"/>
|
||||
<source>WLAN Disconnected Successfully</source>
|
||||
<translation>断开无线网络</translation>
|
||||
</message>
|
||||
|
|
Loading…
Reference in New Issue