Fix bug part of english word can not show completely in some controls
This commit is contained in:
parent
cc0059c11f
commit
f10e244674
|
@ -98,7 +98,7 @@ ConfForm::ConfForm(QWidget *parent) :
|
|||
ui->lineUp->hide();
|
||||
ui->lineDown->hide();
|
||||
|
||||
ui->lbName->setText(tr("Network name: "));//"网络名称:"
|
||||
ui->lbName->setText(tr("LAN name: "));//"网络名称:"
|
||||
ui->lbTxt1->setText(tr("Method: "));//"编辑IP设置:"
|
||||
ui->lbTxt2->setText(tr("Address: "));//"IP地址:"
|
||||
ui->lbTxt3->setText(tr("Netmask: "));//"子网掩码:"
|
||||
|
@ -291,7 +291,7 @@ void ConfForm::cbTypeChanged(int index){
|
|||
ui->leName->setEnabled(false);
|
||||
ui->btnOk->show();
|
||||
ui->btnCreate->hide();
|
||||
ui->lbLeftupTitle->setText(tr("edit network"));
|
||||
ui->lbLeftupTitle->setText(tr("Edit Network"));
|
||||
}
|
||||
|
||||
if(index == 0){
|
||||
|
@ -326,7 +326,7 @@ void ConfForm::cbTypeChanged(int index){
|
|||
ui->leName->setEnabled(true);
|
||||
ui->btnOk->hide();
|
||||
ui->btnCreate->show();
|
||||
ui->lbLeftupTitle->setText(tr("add wired network"));
|
||||
ui->lbLeftupTitle->setText(tr("Add Wired Network"));
|
||||
isShowSaveBtn = false;
|
||||
|
||||
ui->lineUp->hide();
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
<rect>
|
||||
<x>30</x>
|
||||
<y>30</y>
|
||||
<width>140</width>
|
||||
<width>240</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
|
@ -92,9 +92,9 @@
|
|||
#define W_TOP_LIST_WIDGET 435
|
||||
#define W_LIST_WIDGET 440
|
||||
|
||||
#define W_BTN_FUN 57
|
||||
#define W_BTN_FUN 59
|
||||
#define H_BTN_FUN 14
|
||||
#define X_BTN_FUN 361
|
||||
#define X_BTN_FUN 360
|
||||
#define Y_BTN_FUN 87 //新建网络,加入网络按钮的宽高、x坐标、y坐标
|
||||
|
||||
#define W_NO_ITEM_TIP 220
|
||||
|
|
|
@ -232,11 +232,11 @@ void OneLancForm::setConnedString(bool showLable, QString str){
|
|||
void OneLancForm::setLanInfo(QString str1, QString str2, QString str3, QString str4)
|
||||
{
|
||||
if (str1 == "" || str1 == "auto"){
|
||||
str1 = tr("no configuration");
|
||||
str1 = tr("No Configuration");
|
||||
}
|
||||
|
||||
if (str2 == "" || str2 == "auto"){
|
||||
str2 = tr("no configuration");
|
||||
str2 = tr("No Configuration");
|
||||
}
|
||||
|
||||
QString strIPv4 = QString(tr("IPv4:"));
|
||||
|
|
|
@ -5,13 +5,12 @@
|
|||
<name>ConfForm</name>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="39"/>
|
||||
<location filename="../src/confform.cpp" line="294"/>
|
||||
<source>edit network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="101"/>
|
||||
<source>Network name: </source>
|
||||
<source>LAN name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -89,9 +88,14 @@
|
|||
<source>New settings already effective</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="294"/>
|
||||
<source>Edit Network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="329"/>
|
||||
<source>add wired network</source>
|
||||
<source>Add Wired Network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -104,7 +108,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="69"/>
|
||||
<source>Add hidden Wi-Fi</source>
|
||||
<source>Add Hidden Wi-Fi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -114,7 +118,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="71"/>
|
||||
<source>Network name</source>
|
||||
<source>Wi-Fi name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -138,12 +142,12 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="95"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="98"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="96"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="99"/>
|
||||
<source>WPA & WPA2 Personal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1099,7 +1103,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="74"/>
|
||||
<source>Add hidden Wi-Fi</source>
|
||||
<source>Add Hidden Wi-Fi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1109,7 +1113,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="76"/>
|
||||
<source>Network name</source>
|
||||
<source>Wi-Fi name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1138,12 +1142,12 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="101"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="104"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="102"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="105"/>
|
||||
<source>WPA & WPA2 Personal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1208,138 +1212,138 @@
|
|||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.ui" line="14"/>
|
||||
<location filename="../src/mainwindow.cpp" line="578"/>
|
||||
<location filename="../src/mainwindow.cpp" line="574"/>
|
||||
<source>kylin-nm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="385"/>
|
||||
<location filename="../src/mainwindow.cpp" line="601"/>
|
||||
<location filename="../src/mainwindow.cpp" line="384"/>
|
||||
<location filename="../src/mainwindow.cpp" line="580"/>
|
||||
<source>Advanced</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="344"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1250"/>
|
||||
<location filename="../src/mainwindow.cpp" line="343"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1237"/>
|
||||
<source>Ethernet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="350"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1363"/>
|
||||
<location filename="../src/mainwindow.cpp" line="239"/>
|
||||
<source>New LAN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="262"/>
|
||||
<source>Hide WiFi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="349"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1350"/>
|
||||
<source>Wifi</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="365"/>
|
||||
<location filename="../src/mainwindow.cpp" line="364"/>
|
||||
<source>HotSpot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="375"/>
|
||||
<location filename="../src/mainwindow.cpp" line="374"/>
|
||||
<source>FlyMode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1402"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1476"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1609"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2266"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2350"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1389"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1466"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1605"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2262"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2346"/>
|
||||
<source>Not connected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1405"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1478"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1531"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1532"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1612"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1682"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1816"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2268"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2352"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1392"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1468"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1523"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1524"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1608"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1678"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1812"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2264"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2348"/>
|
||||
<source>Disconnected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="231"/>
|
||||
<location filename="../src/mainwindow.cpp" line="230"/>
|
||||
<source>Ethernet Networks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1513"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1660"/>
|
||||
<source>Connected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="254"/>
|
||||
<location filename="../src/mainwindow.cpp" line="253"/>
|
||||
<source>Wifi Networks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="240"/>
|
||||
<source>Create Lan Net</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="263"/>
|
||||
<source>Add Hide Network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="293"/>
|
||||
<location filename="../src/mainwindow.cpp" line="292"/>
|
||||
<source>No usable network in the list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="600"/>
|
||||
<location filename="../src/mainwindow.cpp" line="579"/>
|
||||
<source>Show MainWindow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1555"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1548"/>
|
||||
<source>No Other Wired Network Scheme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1704"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1700"/>
|
||||
<source>No Other Wireless Network Scheme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2640"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2636"/>
|
||||
<source>Confirm your Wi-Fi password or usable of wireless card</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1214"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1201"/>
|
||||
<source>please insert the wireless network adapter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2176"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1505"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1656"/>
|
||||
<source>NetOn,</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2172"/>
|
||||
<source>Wired net is disconnected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2205"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2201"/>
|
||||
<source>Wi-Fi is disconnected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2489"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2485"/>
|
||||
<source>Conn Ethernet Success</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2504"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2500"/>
|
||||
<source>Conn Ethernet Fail</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2628"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2624"/>
|
||||
<source>Conn Wifi Success</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1374,37 +1378,37 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="39"/>
|
||||
<location filename="../src/oneconnform.cpp" line="253"/>
|
||||
<location filename="../src/oneconnform.cpp" line="274"/>
|
||||
<source>Input Password...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="319"/>
|
||||
<location filename="../src/oneconnform.cpp" line="343"/>
|
||||
<source>Connect to Hidden Wi-Fi Network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="395"/>
|
||||
<location filename="../src/oneconnform.cpp" line="419"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="397"/>
|
||||
<location filename="../src/oneconnform.cpp" line="421"/>
|
||||
<source>WiFi Security:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="398"/>
|
||||
<location filename="../src/oneconnform.cpp" line="422"/>
|
||||
<source>Sifnal:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="399"/>
|
||||
<source>Media Access Control:</source>
|
||||
<location filename="../src/oneconnform.cpp" line="423"/>
|
||||
<source>MAC:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="612"/>
|
||||
<location filename="../src/oneconnform.cpp" line="639"/>
|
||||
<source>Conn Wifi Failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1428,30 +1432,30 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="221"/>
|
||||
<location filename="../src/onelancform.cpp" line="225"/>
|
||||
<source>no configuration</source>
|
||||
<location filename="../src/onelancform.cpp" line="235"/>
|
||||
<location filename="../src/onelancform.cpp" line="239"/>
|
||||
<source>No Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="228"/>
|
||||
<source>IPv4 Address:</source>
|
||||
<location filename="../src/onelancform.cpp" line="242"/>
|
||||
<source>IPv4:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="229"/>
|
||||
<source>IPv6 Address:</source>
|
||||
<location filename="../src/onelancform.cpp" line="243"/>
|
||||
<source>IPv6:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="230"/>
|
||||
<location filename="../src/onelancform.cpp" line="245"/>
|
||||
<source>MAC:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="244"/>
|
||||
<source>BandWidth:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="231"/>
|
||||
<source>Media Access Control:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
Binary file not shown.
|
@ -12,13 +12,12 @@
|
|||
<name>ConfForm</name>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="39"/>
|
||||
<location filename="../src/confform.cpp" line="294"/>
|
||||
<source>edit network</source>
|
||||
<translation>编辑网络设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="101"/>
|
||||
<source>Network name: </source>
|
||||
<source>LAN name: </source>
|
||||
<translation type="unfinished">网络名称:</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -91,6 +90,16 @@
|
|||
<source>New network settings already finished</source>
|
||||
<translation type="unfinished">新的网络配置已经完成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="294"/>
|
||||
<source>Edit Network</source>
|
||||
<translation type="unfinished">编辑网络设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="329"/>
|
||||
<source>Add Wired Network</source>
|
||||
<translation type="unfinished">新建有线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>create wired network successfully</source>
|
||||
<translation type="obsolete">已创建新的有线网络</translation>
|
||||
|
@ -104,18 +113,13 @@
|
|||
<source>New settings already effective</source>
|
||||
<translation>新的设置已经生效</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/confform.cpp" line="329"/>
|
||||
<source>add wired network</source>
|
||||
<translation type="unfinished">新建有线网络</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DlgConnHidWifi</name>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="69"/>
|
||||
<source>Add hidden Wi-Fi</source>
|
||||
<translation>加入隐藏Wi-Fi</translation>
|
||||
<source>Add Hidden Wi-Fi</source>
|
||||
<translation type="unfinished">加入隐藏Wi-Fi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="70"/>
|
||||
|
@ -124,8 +128,8 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="71"/>
|
||||
<source>Network name</source>
|
||||
<translation>网络名称:</translation>
|
||||
<source>Wi-Fi name</source>
|
||||
<translation type="unfinished">网络名称:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="72"/>
|
||||
|
@ -148,12 +152,12 @@
|
|||
<translation type="unfinished">新建...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="95"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="98"/>
|
||||
<source>None</source>
|
||||
<translation>无</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="96"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifi.cpp" line="99"/>
|
||||
<source>WPA & WPA2 Personal</source>
|
||||
<translation>WPA 及 WPA2 个人</translation>
|
||||
</message>
|
||||
|
@ -1130,7 +1134,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="74"/>
|
||||
<source>Add hidden Wi-Fi</source>
|
||||
<source>Add Hidden Wi-Fi</source>
|
||||
<translation type="unfinished">加入隐藏Wi-Fi</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1140,7 +1144,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="76"/>
|
||||
<source>Network name</source>
|
||||
<source>Wi-Fi name</source>
|
||||
<translation type="unfinished">网络名称:</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1169,12 +1173,12 @@
|
|||
<translation type="unfinished">新建...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="101"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="104"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished">无</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="102"/>
|
||||
<location filename="../wireless-security/dlgconnhidwifiwpa.cpp" line="105"/>
|
||||
<source>WPA & WPA2 Personal</source>
|
||||
<translation type="unfinished">WPA 及 WPA2 个人</translation>
|
||||
</message>
|
||||
|
@ -1255,7 +1259,7 @@
|
|||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.ui" line="14"/>
|
||||
<location filename="../src/mainwindow.cpp" line="578"/>
|
||||
<location filename="../src/mainwindow.cpp" line="574"/>
|
||||
<source>kylin-nm</source>
|
||||
<translation>网络工具</translation>
|
||||
</message>
|
||||
|
@ -1264,14 +1268,14 @@
|
|||
<translation type="vanished">网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="385"/>
|
||||
<location filename="../src/mainwindow.cpp" line="601"/>
|
||||
<location filename="../src/mainwindow.cpp" line="384"/>
|
||||
<location filename="../src/mainwindow.cpp" line="580"/>
|
||||
<source>Advanced</source>
|
||||
<translation>网络配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="344"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1250"/>
|
||||
<location filename="../src/mainwindow.cpp" line="343"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1237"/>
|
||||
<source>Ethernet</source>
|
||||
<translation>有线网络</translation>
|
||||
</message>
|
||||
|
@ -1280,8 +1284,8 @@
|
|||
<translation type="vanished">加入网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="350"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1363"/>
|
||||
<location filename="../src/mainwindow.cpp" line="349"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1350"/>
|
||||
<source>Wifi</source>
|
||||
<translation>无线网络</translation>
|
||||
</message>
|
||||
|
@ -1294,95 +1298,95 @@
|
|||
<translation type="vanished">已关闭</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="365"/>
|
||||
<location filename="../src/mainwindow.cpp" line="364"/>
|
||||
<source>HotSpot</source>
|
||||
<translation>个人热点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="375"/>
|
||||
<location filename="../src/mainwindow.cpp" line="374"/>
|
||||
<source>FlyMode</source>
|
||||
<translation>飞行模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="600"/>
|
||||
<location filename="../src/mainwindow.cpp" line="579"/>
|
||||
<source>Show MainWindow</source>
|
||||
<translation>显示网络连接界面</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1402"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1476"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1609"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2266"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2350"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1389"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1466"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1605"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2262"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2346"/>
|
||||
<source>Not connected</source>
|
||||
<translation>当前未连接任何网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1405"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1478"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1531"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1532"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1612"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1682"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1816"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2268"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2352"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1392"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1468"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1523"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1524"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1608"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1678"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1812"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2264"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2348"/>
|
||||
<source>Disconnected</source>
|
||||
<translation>未连接</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1555"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1548"/>
|
||||
<source>No Other Wired Network Scheme</source>
|
||||
<translation type="unfinished">列表中无其他有线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1704"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1700"/>
|
||||
<source>No Other Wireless Network Scheme</source>
|
||||
<translation type="unfinished">未检测到其他无线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2176"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2172"/>
|
||||
<source>Wired net is disconnected</source>
|
||||
<translation type="unfinished">断开有线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2205"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2201"/>
|
||||
<source>Wi-Fi is disconnected</source>
|
||||
<translation type="unfinished">断开无线网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2640"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2636"/>
|
||||
<source>Confirm your Wi-Fi password or usable of wireless card</source>
|
||||
<translation type="unfinished">请确认Wi-Fi密码或无线设备</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="231"/>
|
||||
<location filename="../src/mainwindow.cpp" line="230"/>
|
||||
<source>Ethernet Networks</source>
|
||||
<translation>可用有线网络列表</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="240"/>
|
||||
<location filename="../src/mainwindow.cpp" line="239"/>
|
||||
<source>New LAN</source>
|
||||
<translation type="unfinished">新建网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="263"/>
|
||||
<location filename="../src/mainwindow.cpp" line="262"/>
|
||||
<source>Hide WiFi</source>
|
||||
<translation>加入网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="293"/>
|
||||
<location filename="../src/mainwindow.cpp" line="292"/>
|
||||
<source>No usable network in the list</source>
|
||||
<translation type="unfinished">列表暂无可连接网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1513"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1660"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1505"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1656"/>
|
||||
<source>NetOn,</source>
|
||||
<translation>已连接,</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="254"/>
|
||||
<location filename="../src/mainwindow.cpp" line="253"/>
|
||||
<source>Wifi Networks</source>
|
||||
<translation>可用无线网络列表</translation>
|
||||
</message>
|
||||
|
@ -1395,7 +1399,7 @@
|
|||
<translation type="vanished">打开无线网开关前保持有线网开关打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="1214"/>
|
||||
<location filename="../src/mainwindow.cpp" line="1201"/>
|
||||
<source>please insert the wireless network adapter</source>
|
||||
<translation>请先插入无线网卡</translation>
|
||||
</message>
|
||||
|
@ -1412,17 +1416,17 @@
|
|||
<translation type="vanished">正在更新 Wi-Fi列表</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2489"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2485"/>
|
||||
<source>Conn Ethernet Success</source>
|
||||
<translation>连接有线网络成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2504"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2500"/>
|
||||
<source>Conn Ethernet Fail</source>
|
||||
<translation>连接有线网络失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/mainwindow.cpp" line="2628"/>
|
||||
<location filename="../src/mainwindow.cpp" line="2624"/>
|
||||
<source>Conn Wifi Success</source>
|
||||
<translation>连接无线网络成功</translation>
|
||||
</message>
|
||||
|
@ -1465,12 +1469,12 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="39"/>
|
||||
<location filename="../src/oneconnform.cpp" line="253"/>
|
||||
<location filename="../src/oneconnform.cpp" line="274"/>
|
||||
<source>Input Password...</source>
|
||||
<translation type="unfinished">输入密码...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="319"/>
|
||||
<location filename="../src/oneconnform.cpp" line="343"/>
|
||||
<source>Connect to Hidden Wi-Fi Network</source>
|
||||
<translation>连接到隐藏 Wi-Fi 网络</translation>
|
||||
</message>
|
||||
|
@ -1487,27 +1491,27 @@
|
|||
<translation type="vanished">速率</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="395"/>
|
||||
<location filename="../src/oneconnform.cpp" line="419"/>
|
||||
<source>None</source>
|
||||
<translation type="unfinished">无</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="397"/>
|
||||
<location filename="../src/oneconnform.cpp" line="421"/>
|
||||
<source>WiFi Security:</source>
|
||||
<translation type="unfinished">WiFi安全性:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="398"/>
|
||||
<location filename="../src/oneconnform.cpp" line="422"/>
|
||||
<source>Sifnal:</source>
|
||||
<translation type="unfinished">信号强度:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="399"/>
|
||||
<location filename="../src/oneconnform.cpp" line="423"/>
|
||||
<source>MAC:</source>
|
||||
<translation type="unfinished">物理地址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/oneconnform.cpp" line="612"/>
|
||||
<location filename="../src/oneconnform.cpp" line="639"/>
|
||||
<source>Conn Wifi Failed</source>
|
||||
<translation>连接无线网络失败</translation>
|
||||
</message>
|
||||
|
@ -1535,28 +1539,28 @@
|
|||
<translation>断开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="221"/>
|
||||
<location filename="../src/onelancform.cpp" line="225"/>
|
||||
<source>no configuration</source>
|
||||
<location filename="../src/onelancform.cpp" line="235"/>
|
||||
<location filename="../src/onelancform.cpp" line="239"/>
|
||||
<source>No Configuration</source>
|
||||
<translation type="unfinished">未配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="228"/>
|
||||
<location filename="../src/onelancform.cpp" line="242"/>
|
||||
<source>IPv4:</source>
|
||||
<translation type="unfinished">IPv4地址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="229"/>
|
||||
<location filename="../src/onelancform.cpp" line="243"/>
|
||||
<source>IPv6:</source>
|
||||
<translation type="unfinished">IPv6地址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="230"/>
|
||||
<location filename="../src/onelancform.cpp" line="244"/>
|
||||
<source>BandWidth:</source>
|
||||
<translation type="unfinished">带宽:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/onelancform.cpp" line="231"/>
|
||||
<location filename="../src/onelancform.cpp" line="245"/>
|
||||
<source>MAC:</source>
|
||||
<translation type="unfinished">物理地址:</translation>
|
||||
</message>
|
||||
|
|
|
@ -61,14 +61,14 @@ DlgConnHidWifi::DlgConnHidWifi(int type, MainWindow *mainWindow, QWidget *parent
|
|||
ui->cbxSecurity->setStyleSheet(objQss.cbxQss);
|
||||
ui->cbxSecurity->setView(new QListView());
|
||||
|
||||
ui->btnCancel->setStyleSheet(objQss.btnCancelQss);
|
||||
ui->btnConnect->setStyleSheet(objQss.btnConnQss);
|
||||
ui->btnCancel->setStyleSheet(objQss.btnCancelQss);
|
||||
ui->lineUp->setStyleSheet(objQss.lineQss);
|
||||
ui->lineDown->setStyleSheet(objQss.lineQss);
|
||||
|
||||
ui->lbLeftupTitle->setText(tr("Add hidden Wi-Fi")); //加入隐藏Wi-Fi
|
||||
ui->lbLeftupTitle->setText(tr("Add Hidden Wi-Fi")); //加入隐藏Wi-Fi
|
||||
ui->lbConn->setText(tr("Connection")); //连接设置:
|
||||
ui->lbNetName->setText(tr("Network name")); //网络名称:
|
||||
ui->lbNetName->setText(tr("Wi-Fi name")); //网络名称:
|
||||
ui->lbSecurity->setText(tr("Wi-Fi security")); //Wi-Fi安全性:
|
||||
ui->btnCancel->setText(tr("Cancel")); //取消
|
||||
ui->btnConnect->setText(tr("Connect")); //连接
|
||||
|
@ -97,12 +97,12 @@ DlgConnHidWifi::DlgConnHidWifi(int type, MainWindow *mainWindow, QWidget *parent
|
|||
|
||||
ui->cbxSecurity->addItem(tr("None")); //无
|
||||
ui->cbxSecurity->addItem(tr("WPA & WPA2 Personal")); //WPA 及 WPA2 个人
|
||||
// ui->cbxSecurity->addItem(tr("WEP 40/128-bit Key (Hex or ASCII)")); //WEP 40/128 位密钥(十六进制或ASCII)
|
||||
// ui->cbxSecurity->addItem(tr("WEP 128-bit Passphrase")); //WEP 128 位密码句
|
||||
// ui->cbxSecurity->addItem("LEAP");
|
||||
// ui->cbxSecurity->addItem(tr("Dynamic WEP (802.1X)")); //动态 WEP (802.1x)
|
||||
// ui->cbxSecurity->addItem(tr("WPA & WPA2 Enterprise")); //WPA 及 WPA2 企业
|
||||
ui->cbxSecurity->setCurrentIndex(0);
|
||||
//ui->cbxSecurity->addItem(tr("WEP 40/128-bit Key (Hex or ASCII)")); //WEP 40/128 位密钥(十六进制或ASCII)
|
||||
//ui->cbxSecurity->addItem(tr("WEP 128-bit Passphrase")); //WEP 128 位密码句
|
||||
//ui->cbxSecurity->addItem("LEAP");
|
||||
//ui->cbxSecurity->addItem(tr("Dynamic WEP (802.1X)")); //动态 WEP (802.1x)
|
||||
//ui->cbxSecurity->addItem(tr("WPA & WPA2 Enterprise")); //WPA 及 WPA2 企业
|
||||
//ui->cbxSecurity->setCurrentIndex(0);
|
||||
connect(ui->cbxSecurity,SIGNAL(currentIndexChanged(QString)),this,SLOT(changeDialog()));
|
||||
|
||||
if (isUsed == 0){
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<rect>
|
||||
<x>30</x>
|
||||
<y>30</y>
|
||||
<width>140</width>
|
||||
<width>240</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
|
@ -71,9 +71,9 @@ DlgConnHidWifiWpa::DlgConnHidWifiWpa(int type, MainWindow *mainWindow, QWidget *
|
|||
ui->checkBoxPwd->setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
|
||||
ui->lbLeftupTitle->setText(tr("Add hidden Wi-Fi")); //加入隐藏Wi-Fi
|
||||
ui->lbLeftupTitle->setText(tr("Add Hidden Wi-Fi")); //加入隐藏Wi-Fi
|
||||
ui->lbConn->setText(tr("Connection")); //连接设置:
|
||||
ui->lbNetName->setText(tr("Network name")); //网络名称:
|
||||
ui->lbNetName->setText(tr("Wi-Fi name")); //网络名称:
|
||||
ui->lbSecurity->setText(tr("Wi-Fi security")); //Wi-Fi 安全性:
|
||||
ui->lbPassword->setText(tr("Password")); //密码:
|
||||
ui->btnCancel->setText(tr("Cancel")); //取消
|
||||
|
@ -103,12 +103,12 @@ DlgConnHidWifiWpa::DlgConnHidWifiWpa(int type, MainWindow *mainWindow, QWidget *
|
|||
|
||||
ui->cbxSecurity->addItem(tr("None")); //无
|
||||
ui->cbxSecurity->addItem(tr("WPA & WPA2 Personal")); //WPA 及 WPA2 个人
|
||||
// ui->cbxSecurity->addItem(tr("WEP 40/128-bit Key (Hex or ASCII)")); //WEP 40/128 位密钥(十六进制或ASCII)
|
||||
// ui->cbxSecurity->addItem(tr("WEP 128-bit Passphrase")); //WEP 128 位密码句
|
||||
// ui->cbxSecurity->addItem("LEAP");
|
||||
// ui->cbxSecurity->addItem(tr("Dynamic WEP (802.1X)")); //动态 WEP (802.1x)
|
||||
// ui->cbxSecurity->addItem(tr("WPA & WPA2 Enterprise")); //WPA 及 WPA2 企业
|
||||
ui->cbxSecurity->setCurrentIndex(1);
|
||||
//ui->cbxSecurity->addItem(tr("WEP 40/128-bit Key (Hex or ASCII)")); //WEP 40/128 位密钥(十六进制或ASCII)
|
||||
//ui->cbxSecurity->addItem(tr("WEP 128-bit Passphrase")); //WEP 128 位密码句
|
||||
//ui->cbxSecurity->addItem("LEAP");
|
||||
//ui->cbxSecurity->addItem(tr("Dynamic WEP (802.1X)")); //动态 WEP (802.1x)
|
||||
//ui->cbxSecurity->addItem(tr("WPA & WPA2 Enterprise")); //WPA 及 WPA2 企业
|
||||
//ui->cbxSecurity->setCurrentIndex(1);
|
||||
connect(ui->cbxSecurity,SIGNAL(currentIndexChanged(QString)),this,SLOT(changeDialog()));
|
||||
|
||||
if (isUsed == 0){
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
<rect>
|
||||
<x>30</x>
|
||||
<y>30</y>
|
||||
<width>140</width>
|
||||
<width>240</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue