From 7e4e90d371e3226f4a45942d94fa1ed5643f420e Mon Sep 17 00:00:00 2001 From: zhangyuanyuan1 Date: Fri, 29 Jul 2022 17:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BF=BB=E8=AF=91=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/mainwindow.cpp | 2 +- src/frontend/netdetails/configpage.cpp | 13 +- src/frontend/networkmode/firewalldialog.cpp | 12 +- translations/kylin-nm_bo.ts | 169 ++++++++--------- translations/kylin-nm_bo_CN.qm | Bin 17217 -> 16836 bytes translations/kylin-nm_bo_CN.ts | 193 ++++++++++++-------- translations/kylin-nm_tr.qm | Bin 1958 -> 2010 bytes translations/kylin-nm_tr.ts | 169 ++++++++--------- translations/kylin-nm_zh_CN.qm | Bin 10615 -> 10504 bytes translations/kylin-nm_zh_CN.ts | 193 ++++++++++++-------- 10 files changed, 409 insertions(+), 342 deletions(-) diff --git a/src/frontend/mainwindow.cpp b/src/frontend/mainwindow.cpp index af521a47..558b5231 100644 --- a/src/frontend/mainwindow.cpp +++ b/src/frontend/mainwindow.cpp @@ -306,7 +306,7 @@ void MainWindow::initTrayIcon() m_showMainwindowAction = new QAction(tr("Show MainWindow"),this); m_showSettingsAction = new QAction(tr("Settings"),this); - m_trayIcon->setToolTip(QString(tr("kylin-nm"))); + m_trayIcon->setToolTip(QString(tr("Network tool"))); m_showSettingsAction->setIcon(QIcon::fromTheme("document-page-setup-symbolic", QIcon(":/res/x/setup.png")) ); // m_trayIconMenu->addAction(m_showMainwindowAction); m_trayIconMenu->addAction(m_showSettingsAction); diff --git a/src/frontend/netdetails/configpage.cpp b/src/frontend/netdetails/configpage.cpp index cc0ff7e3..0218480a 100644 --- a/src/frontend/netdetails/configpage.cpp +++ b/src/frontend/netdetails/configpage.cpp @@ -60,14 +60,13 @@ void ConfigPage::initUi() //网络配置文件类型 m_descriptionLabel->setText(tr("Network profile type")); m_descriptionLabel->setAlignment(Qt::AlignLeft); - //公用(推荐)无法在网络上发现你的设备。在大多数情况下,在家庭、工作或公共位置连接到网络时使用此功能。 - m_publicLabel->setText(tr("Public(recommended) Your device can not be discovered on the network. In most cases, " - "use this feature when connected to a network at home, work, or a public location.")); + //公用(推荐) 网络中的设备不可发现此电脑。一般情况下适用于公共场所中的网络,如机场或咖啡店等等。 + m_publicLabel->setText(tr("Public(recommended) Devices on the network cannot discover this computer. Generally, " + "it is suitable for networks in public places, such as airports or coffee shops, etc.")); m_publicLabel->setWordWrap(true); - //专用 可在网络上发现你的设备。如果需要文件共享或使用通过此网络通信的应用,请选择此项。你应该了解并信任网络上的人员和设备。 - m_privateLabel->setText(tr("Private Your device can be discovered on the network. Select this if you require file " - "sharing or use applications that communicate over this network. " - "You should know and trust the people and devices on the network.")); + //专用 网络中的设备可发现此电脑。一般情况下适用于家庭或工作单位的网络,您认识并信任网络上的个人和设备。 + m_privateLabel->setText(tr("Devices on the network can discover this computer. Generally applicable to a network " + "at home or work where you know and trust the individuals and devices on the network.")); m_privateLabel->setWordWrap(true); //配置防火墙和安全设置 m_congigBtn->setText(tr("Config firewall and security settings")); diff --git a/src/frontend/networkmode/firewalldialog.cpp b/src/frontend/networkmode/firewalldialog.cpp index e215eab8..c9a3d903 100644 --- a/src/frontend/networkmode/firewalldialog.cpp +++ b/src/frontend/networkmode/firewalldialog.cpp @@ -71,15 +71,15 @@ void FirewallDialog::initUI() QFont font = m_contentLabel->font(); font.setWeight(75); m_contentLabel->setFont(font); - //是否允许你的电脑被此网络上的其他电脑和设备发现? - m_contentLabel->setText(tr("Allow your computer to be discovered by other computers and devices on this network?")); + //是否允许此网络上的其他设备发现这台电脑? + m_contentLabel->setText(tr("Allow other devices on this network to discover this computer?")); m_contentLabel->setWordWrap(true); - //建议你在家庭和工作网络上而非公共网络上启用此功能。 - m_suggestLabel->setText(tr("It is recommended that you enable this feature on your home and work networks rather than public networks.")); + //不建议在公共网络上开启此功能 + m_suggestLabel->setText(tr("It is not recommended to enable this feature on public networks")); m_suggestLabel->setWordWrap(true); - m_YesBtn->setText(tr("Yse")); - m_NoBtn->setText(tr("No")); + m_YesBtn->setText(tr("Not allowed (recommended)")); + m_NoBtn->setText(tr("Allowed")); this->closeButton(); this->mainWidget()->setLayout(m_dialogLayout); diff --git a/translations/kylin-nm_bo.ts b/translations/kylin-nm_bo.ts index 4c2287b3..d4c86dc2 100644 --- a/translations/kylin-nm_bo.ts +++ b/translations/kylin-nm_bo.ts @@ -10,16 +10,16 @@ - Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. + Public(recommended) Devices on the network cannot discover this computer. Generally, it is suitable for networks in public places, such as airports or coffee shops, etc. - Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. + Devices on the network can discover this computer. Generally applicable to a network at home or work where you know and trust the individuals and devices on the network. - + Config firewall and security settings @@ -176,144 +176,154 @@ FirewallDialog - - Allow your computer to be discovered by other computers and devices on this network? + + Allow other devices on this network to discover this computer? - - It is recommended that you enable this feature on your home and work networks rather than public networks. + + It is not recommended to enable this feature on public networks - - Yse + + Not allowed (recommended) - - No + + Allowed Ipv4Page - + Ipv4Config - + Address - + Netmask - + Default Gateway - + Prefs DNS - + Alternative DNS - + Auto(DHCP) - + Manual - + Invalid address - + Invalid subnet mask - - + + Required + + + Address conflict + + Ipv6Page - + Ipv6Config - + Address - + Subnet prefix Length - + Default Gateway - + Prefs DNS - + Alternative DNS - + Auto(DHCP) - + Manual - - + + Required - + Invalid address - + Invalid gateway + + + Address conflict + + JoinHiddenWiFiPage @@ -386,27 +396,27 @@ LanPage - + No ethernet device avaliable - + LAN - + Activated LAN - + Inactivated LAN - + Wired Device not carried @@ -428,7 +438,6 @@ MainWindow - kylin-nm @@ -447,6 +456,11 @@ Settings + + + Network tool + + Show MainWindow @@ -456,120 +470,107 @@ NetDetail - + Kylin NM - + kylin network desktop message - + Detail - + Ipv4 - + Ipv6 - + Security - - + + Config - + Confirm - + Cancel - + Forget this network - + Add Lan Connect - + connect hiddin wlan - - - + + + None - - + + Auto - - start check ipv4 address conflict - - - - + start check ipv6 address conflict - - - - ipv4 address conflict! - - - - - + ipv6 address conflict! - + this wifi no support enterprise type - + this wifi no support None type - + this wifi no support WPA2 type - + this wifi no support WPA3 type @@ -869,32 +870,32 @@ WlanPage - + WLAN - + Activated WLAN - + Other WLAN - + No wireless network card detected - + WLAN Connected Successfully - + WLAN Disconnected Successfully diff --git a/translations/kylin-nm_bo_CN.qm b/translations/kylin-nm_bo_CN.qm index fab08fcc43928dc271ba08ba21be7c6bb6005d72..3aa60f20cc47f23d67945bc0b99de54730f628ea 100644 GIT binary patch delta 2892 zcmbtW3s6+o8U9yxmwg{#cR`TH6+uBB8UuoaDMAQ_;0P2%8jWSyy&E^cUc9@!jLAAR zwVehW^+pq7rZIuhNQg?PnOf5ntfVxJ(&tOxD^4v@k9Poks=GL$?-WOc9S5^fQI7tp+EU20 z&>O~eq0fjG1&j~-2H{sR9z6qXSX+%(BCbCZ-T7gxv*{u#o*(=8*rP=GD`Q_A`~ZSH z#E}hibmo|BTM#H~!gOcX=R}TdQ;}me?hl(9uCGD|-Y`8^_aG9k;23|!H1bv^C^=yo z``|C|d(&L}z`I0=qPhHx86wRyM|`SyEIDQ==@V3tX6{*Ffa>>~_nbu~vpwd+Q$Hjs zpKm_06W_D0n_o8pv+pyXU-Biy_ni6CVSLZuX1=as_Eqz(Z5J?6qZUW4f&wmaj7#U} ze92N7^Dt3-m*wssErWlGSUg`95v82tSh~XEd*`>{O0KI|(u94-T6C83AgYZH-TMYSJgE*_#(8w;Q%A)FC|J7Q(Q|S8s{p)9-hS;I1w?W-q?8r-5U|>$4wxF~!cG*6P z4C@0R{COqCa3Ebb$ZFUo*2t{P&qmn<+l;jx@1^#m{5`{|Je!#iS&kDK7FJfpCSg;B z)pD%Vdu{kD16x@GPO7nLU}4sxdWrg!Svz)HSiN>yrCC?8Ce7ddu=Q$QxYtT8QY&`u z*Q~4I*O~wmHFzTeG-*do%8?{@eWPa522=GyGi>Zkb-)YyI_XCCGS1cX)WmrLty&s> zwhPv3dhn%q=DOq6WU67Q#%p71nY_!iEOM|~>@EDgVZGok}PQ6 z`ZkENC=5tFLPt>Q6Ffnm5SDvFVS%YJ13_P)H{k2>bcU2KOpBBghF)F2veD(vw%;-# zRi3h+?blf39iPz3XlC|X=5NU*Z`1$7XgwHK)xkAV9nt#QsBQX@wz}OkLl~T^7VL6a z+~!sl=(FI;4yKx;oT*w+g`~1y1&-A~4Vtg7l_6`KuZTvfWD!-NeoYE0#a=j7wHbz9 z3)O!W$cW#uhMsm%mLrScvr7#6L|?8T{AUparSSjOLB0?O3xWEO5b6npH8uFbd{jyy z@GEp{QHAbK544sKJMRX;6B0ZDxm%LMP@fEa`Te3Ogf>Xsun@yuCC==cTyGtY)jg_F z{C%TEsc;$<-`oU6a+)IQRQ$KGZD+&LdEuP2u@z_rpOaQJrDD1%->K~Ege)b9Q5JkN z2LigkJrNN2HwMBoJrNa3#63IRhWCb#VKcK%yN=adi$2w4UO(vYYn-;hSQT<>G($V~ z)kjKJhFk@8O~_NN4UWL>?MJ8z?o~qD*+JY>&+XG;Dr!Lhas^v6n8i>ki`=tWwEMRS zQFB?D10SkFqe=h!LAzz15hHmOykqR8KG7$9LqMuSB`$HPJ(KyO4aOU&Y|KrZH=SWz zrOzjeA@v;z`k}yZEYxVK?d~m7c34+W?n?Z8*0;L8RJ(pA`9+H^Rh3DGSIeMg1_!oP Z(MK&TNu85{tQ&geT<%Ac>+&up{R^Ck+UEcO delta 3046 zcmah~4RBOf6+WBnX8-q+>~2;9feRsIHw_^T36M5GvWCbCLy`tUC~f8K?n|;|*%$VQ z2&7#K)oM+&_6a45))pi!KLwgrWI#(OnXywui(-p7&e(`kOM%vk4Mov&@7)b4qGo2_ z_uhT)+uWhhXgux8pE2S0L~+t#utzYJ=OGXcVdEj1AF6Etn&i1w+M8c)ST=2Ccr&6GiIFFjr>ozz;1Bii?}Jn31b}bMBh}hDC@;ys@{Vgr_h8yUvzBh!h^t&0W=v zAJ_%jXA8{r>lPPw0ZiVhYtJ7KaMu@fo1c6f;NAtgJ{1`#nXmis{1AG_omF(|8XnY; z^+4=nfU+xDn}R(k#q_LK&oU2O%DU?KBS2+XZ%;N~MDy&^e`D{X81R;UU(Ya7Rx5Da zUj;hK4VKM#(Dd1c3fpoFoMdPmSqfl%&=4Ii1+a}6o?G0GQk)f-bKS7(^i({!-mrK0 zPXMKl89rd~h2J+;KKKrRiyEuX8WI0&Oa_@*Ovj9h>k2aPyfIOvL$^!D?dPzf@e_>) zPkaSn-ag}@Z{suUHojp%oc>GWh4N34sS4wJ2l3f$HjXeXN|pMZ5m>dw#4F4#G@U&0 zF2LQ7nucESA!9qto?<*OXM#ZIDs%laM**sTY7V}*5KVp5ylcl0KzWyW|27YLs8`_3 zZu2=hfD$L46gT!C3CvY3HShlnH666{STRHUMS;1$7MQn5;LN)$y%WC&kY}>=m25?d zk6U&wlJTG-%P~z1J@O@imDerj7QKOHt+D2p`~YC$MQi>84EI>Swg%Ue)yu6XyRqN% z&RU1Rg$HZKTd!*qXs*B8H1Fz=+UIPR$rsSYZ8k9vs%;AnBlUBJZ3|z(jkJ1O%cbQg zk=yo{Pm#H*LQ*iI_NwHjHYlSzGG{C+}q3Vyck!@|7-rh}U(iExmvi6~uEiUesqnuxJ8W!fn#oncwMqMuo&VFfV{ zFs{aM4sK+yn-|+g_Tc+&#yoh`x2D?j8##|@?(g81&Ts#qrAak8*YI=ifH*EAs@4U`jKur96dqSOrZL#0|Z>c7-G3|5Yt zs^c+G;)LRKh@^dyepmY6Sj3!^5YYet diff --git a/translations/kylin-nm_bo_CN.ts b/translations/kylin-nm_bo_CN.ts index 34f06ae4..7d428c90 100644 --- a/translations/kylin-nm_bo_CN.ts +++ b/translations/kylin-nm_bo_CN.ts @@ -41,16 +41,24 @@ - Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. - སྤྱི་སྤྱོད་(འོས་སྦྱོར་)དྲ་རྒྱའི་ཐོག་ནས་ཁྱོད་ཀྱི་སྒྲིག་ཆས་རྙེད་མི་ཐུབ། གནས་ཚུལ་མང་ཆེ་བའི་འོག་ཏུ་ཁྱིམ་ཚང་དང་བྱ་བ་འམ་ཡང་ན་སྤྱི་པའི་གོ་གནས་སུ་དྲ་རྒྱའི་དུས་སུ་ནུས་པ་འདི་བཀོལ་སྤྱོད་བྱེད་དགོས།. + Public(recommended) Devices on the network cannot discover this computer. Generally, it is suitable for networks in public places, such as airports or coffee shops, etc. + སྤྱི་སྤྱོད།(འོས་སྦྱོར་བྱས་པ།)དྲ་རྒྱའི་སྒྲིག་ཆས་ཀྱིས་གློག་ཀླད་འདི་མཐོང་མི་ཐུབ། སྤྱིར་བཏང་གི་གནས་ཚུལ་འོག་ཏུ་མི་མང་འདུ་སའི་ནང་གི་དྲ་བ་ལ་འཚམ་པ་སྟེ།དཔེར་ན་གནམ་གྲུ་ཐང་དང་འཚིག་ཇའི་ཁང་སོགས་ལྟ་བུ།. - Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. - ཆེད་སྤྱོད་དྲ་རྒྱའི་སྟེང་ནས་ཁྱོད་ཀྱི་སྒྲིག་ཆས་རྙེད་ཐུབ། གལ་ཏེ་ཡིག་ཆ་མཉམ་སྤྱོད་བྱེད་དགོས་པའམ་ཡང་ན་དྲ་རྒྱའི་འཕྲིན་གཏོང་བཀོལ་སྤྱོད་བྱེད་པར་བརྟེན་ནས་རྣམ་གྲངས་འདི་འདེམས་རོགས་གནང། ཁྱོད་ཀྱིས་དྲ་རྒྱའི་སྟེང་གི་མི་སྣ་དང་སྒྲིག་ཆས་ལ་རྒྱུས་ལོན་དང་ཡིད་ཆེས་བྱེད་དགོས།. + Devices on the network can discover this computer. Generally applicable to a network at home or work where you know and trust the individuals and devices on the network. + ཆེད་སྤྱོད། དྲ་རྒྱའི་སྒྲིག་ཆས་ཀྱིས་གློག་ཀླད་འདི་མཐོང་ཐུབ། སྤྱིར་བཏང་གི་གནས་ཚུལ་འོག་ཁྱིམ་ཚང་ངམ་ལས་དོན་ཚན་པའི་དྲ་བ་དང་འཚམ་པས།ཁྱེད་ཀྱིས་དྲ་ཐོག་གི་མི་སྒེར་དང་སྒྲིག་ཆས་ལ་ངོས་འཛིན་དང་ཡིད་ཆེས་བྱེད་དགོས།. - + Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. + སྤྱི་སྤྱོད་(འོས་སྦྱོར་)དྲ་རྒྱའི་ཐོག་ནས་ཁྱོད་ཀྱི་སྒྲིག་ཆས་རྙེད་མི་ཐུབ། གནས་ཚུལ་མང་ཆེ་བའི་འོག་ཏུ་ཁྱིམ་ཚང་དང་བྱ་བ་འམ་ཡང་ན་སྤྱི་པའི་གོ་གནས་སུ་དྲ་རྒྱའི་དུས་སུ་ནུས་པ་འདི་བཀོལ་སྤྱོད་བྱེད་དགོས།. + + + Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. + ཆེད་སྤྱོད་དྲ་རྒྱའི་སྟེང་ནས་ཁྱོད་ཀྱི་སྒྲིག་ཆས་རྙེད་ཐུབ། གལ་ཏེ་ཡིག་ཆ་མཉམ་སྤྱོད་བྱེད་དགོས་པའམ་ཡང་ན་དྲ་རྒྱའི་འཕྲིན་གཏོང་བཀོལ་སྤྱོད་བྱེད་པར་བརྟེན་ནས་རྣམ་གྲངས་འདི་འདེམས་རོགས་གནང། ཁྱོད་ཀྱིས་དྲ་རྒྱའི་སྟེང་གི་མི་སྣ་དང་སྒྲིག་ཆས་ལ་རྒྱུས་ལོན་དང་ཡིད་ཆེས་བྱེད་དགོས།. + + + Config firewall and security settings མེ་འགོག་གྱང་རྩིག་དང་བདེ་འཇགས་བཀོད་སྒྲིག་བྱ་དགོས། @@ -456,144 +464,170 @@ FirewallDialog - Allow your computer to be discovered by other computers and devices on this network? - ཁྱོད་ཀྱི་གློག་ཀླད་དེ་དྲ་རྒྱའི་སྟེང་གི་གློག་ཀླད་དང་སྒྲིག་ཆས་གཞན་དག་གིས་རྙེད་ཐུབ་བམ།? + ཁྱོད་ཀྱི་གློག་ཀླད་དེ་དྲ་རྒྱའི་སྟེང་གི་གློག་ཀླད་དང་སྒྲིག་ཆས་གཞན་དག་གིས་རྙེད་ཐུབ་བམ།? - It is recommended that you enable this feature on your home and work networks rather than public networks. - ཁྱེད་ཀྱིས་ཁྱིམ་ཚང་དང་བྱ་བའི་དྲ་རྒྱའི་སྟེང་ནས་སྤྱི་སྤྱོད་མིན་པའི་དྲ་རྒྱའི་སྟེང་ནས་བྱེད་ནུས་འདི་སྤྱོད་རྒྱུའི་གྲོས་འགོ་བཏོན།. + ཁྱེད་ཀྱིས་ཁྱིམ་ཚང་དང་བྱ་བའི་དྲ་རྒྱའི་སྟེང་ནས་སྤྱི་སྤྱོད་མིན་པའི་དྲ་རྒྱའི་སྟེང་ནས་བྱེད་ནུས་འདི་སྤྱོད་རྒྱུའི་གྲོས་འགོ་བཏོན།. - Yse - དེ་ནི་རེད། + དེ་ནི་རེད། - No - དེ་ལྟར་མ་བྱས་ + དེ་ལྟར་མ་བྱས་ + + + + Allow other devices on this network to discover this computer? + དྲ་རྒྱའི་སྟེང་གི་སྒྲིག་ཆས་གཞན་པས་གློག་ཀླད་འདི་རྙེད་དུ་འཇུག་གམ།? + + + + It is not recommended to enable this feature on public networks + བསམ་འཆར་མེད་།སྤྱི་པའི་དྲ་རྒྱའི་སྟེང་ནས་ནུས་པ་འདི་མགོ་བརྩམས་། + + + + Not allowed (recommended) + མི་ཆོག་(འོས་སྦྱོར་)། + + + + Allowed + ཆོག་པ་ Ipv4Page - + Ipv4Config Ipv4ཁུང་ཙི། - + Address སྡོད་གནས། - + Netmask དྲ་རྒྱའི་མ་ལག - + Default Gateway ཁ་ཆད་བཞག་པའི་སྒོ་ཆེན། - + Prefs DNS སྔོན་གྲབས་DNS - + Alternative DNS ཚབ་བྱེད་རང་བཞིན་གྱི་DNS - + Auto(DHCP) རང་འགུལ་(DHCP) - + Manual ལག་དེབ། - + Invalid address རྩིས་འགྲོ་མེད་པའི་ས་གནས། - + Invalid subnet mask རྩིས་འགྲོ་མེད་པའི་དྲ་བ་འགེབས་སྲུང་བྱེད་པ། - - + + Required ངེས་པར་དུ་སྐོང་དགོས། + + + Address conflict + ཤག་གནས་གདོང་གཏུག་ + Ipv6Page - + Ipv6Config Ipv6ཁུང་ཙི། - + Address སྡོད་གནས། - + Subnet prefix Length ཡན་ལག་དྲ་རྒྱའི་སྔོན་སྒྲིག་གི་རིང་ཚད། - + Default Gateway ཁ་ཆད་བཞག་པའི་སྒོ་ཆེན། - + Prefs DNS སྔོན་གྲབས་DNS - + Alternative DNS ཚབ་བྱེད་རང་བཞིན་གྱི་DNS - + Auto(DHCP) རང་འགུལ་(DHCP) - + Manual ལག་དེབ། - - + + Required ངེས་པར་དུ་སྐོང་དགོས། - + Invalid address རྩིས་འགྲོ་མེད་པའི་ས་གནས། - + Invalid gateway རྩིས་འགྲོ་མེད་པའི་དྲ་བའི་འགག་སྒོ། + + + Address conflict + ཤག་གནས་གདོང་གཏུག་ + JoinHiddenWiFiPage @@ -666,22 +700,22 @@ LanPage - + No ethernet device avaliable ཨེ་ཙི་དྲ་རྒྱའི་སྒྲིག་ཆས་ལ་བཙན་འཛུལ་བྱས་མི་ཆོག། - + LAN སྐུད་ཡོད་དྲ་བ། - + Activated LAN ངའི་དྲ་རྒྱ། - + Inactivated LAN དྲ་བ་གཞན་དག @@ -690,7 +724,7 @@ སྐུད་ཡོད་དྲ་བ་ཆད་སོང་། - + Wired Device not carried སྐུད་ཡོད་སྒྲིག་ཆས་འཁྱེར་མེད་པ། @@ -716,7 +750,6 @@ MainWindow - kylin-nm དྲ་རྒྱའི་ཡོ་བྱད། @@ -743,36 +776,41 @@ 设置网络项 སྒྲིག་བཀོད། + + + Network tool + དྲ་རྒྱའི་ལག་ཆ་ + NetDetail - + Kylin NM ཅིན་ལིན་NM - + kylin network desktop message དྲ་རྒྱའི་གསལ་འདེབས་གནས་ཚུལ། - + Detail ཞིབ་ཕྲའི་གནས་ཚུལ། - + Ipv4 Ipv4 - + Ipv6 Ipv6 - + Security བདེ་འཇགས། @@ -781,90 +819,85 @@ 关闭 - - + + Config བཀོད་སྒྲིག་བཅས་བྱ་དགོས། - + Confirm གཏན་འཁེལ་བྱ་དགོས། - + Cancel ཕྱིར་འཐེན། - + Forget this network དྲ་རྒྱ་འདི་བརྗེད་སོང་། - + Add Lan Connect སྐུད་ཡོད་དྲ་བ་ཁ་སྣོན་བྱ་དགོས། - + connect hiddin wlan ཧའེ་ཏེན་ཝེ་ལན་དང་འབྲེལ་མཐུད་བྱེད་པ། - - - + + + None གཅིག་ཀྱང་མེད། - - + + Auto རང་འགུལ་གྱིས་རླངས་ - start check ipv4 address conflict - ipv4ས་གནས་ཀྱི་འགལ་བ་ལ་ཞིབ་བཤེར་བྱེད་འགོ་ཚུགས། + ipv4ས་གནས་ཀྱི་འགལ་བ་ལ་ཞིབ་བཤེར་བྱེད་འགོ་ཚུགས། - + start check ipv6 address conflict ipv6གནས་ཡུལ་དང་འགལ་བར་ཞིབ་བཤེར་བྱེད་འགོ་ཚུགས། - - - ipv4 address conflict! - ipv4ཐག་གཅོད་གདོང་གཏུག་བྱུང་བ་རེད།! + ipv4ཐག་གཅོད་གདོང་གཏུག་བྱུང་བ་རེད།! - - + ipv6 address conflict! ipv6ཐག་གཅོད་གདོང་གཏུག་བྱུང་བ་རེད།! - + this wifi no support enterprise type wifiལ་རྒྱབ་སྐྱོར་མེད་པའི་ཁེ་ལས་ཀྱི་རིགས་དབྱིབས། - + this wifi no support None type wifiལ་རྒྱབ་སྐྱོར་མི་བྱེད་པར་རིགས་དབྱིབས་གཅིག་ཀྱང་མེད། - + this wifi no support WPA2 type wifiལ་རྒྱབ་སྐྱོར་མི་བྱེད་པའི་WPA2རིགས་དབྱིབས་ - + this wifi no support WPA3 type wifiལ་རྒྱབ་སྐྱོར་མི་བྱེད་པའི་WPA3རིགས་དབྱིབས་ @@ -1260,22 +1293,22 @@ WlanPage - + WLAN སྐུད་མེད་ཅུས་ཁོངས་ཀྱི་དྲ་བ། - + No wireless network card detected སྐུད་མེད་དྲ་རྒྱའི་བྱང་བུ་མ་རྙེད་པ། - + Activated WLAN ངའི་དྲ་རྒྱ། - + Other WLAN དྲ་བ་གཞན་དག @@ -1284,12 +1317,12 @@ 更多... - + WLAN Connected Successfully སྐུད་མེད་དྲ་བ་སྦྲེལ་ཡོད། - + WLAN Disconnected Successfully སྐུད་མེད་དྲ་རྒྱ་ཆད་སོང་། diff --git a/translations/kylin-nm_tr.qm b/translations/kylin-nm_tr.qm index 07e2ca58f3d79cb9ff2f80155bf344fd312bf37c..67ee71e84e40a9877474ba9e57722ceff1c227d1 100644 GIT binary patch delta 199 zcmZ3+e~W*DNaO{MBvz~#0=?w$RwO$4W<_su3fq^y5707ph&@3tptOw$N z>SjS`w(SfCqP0N&QO4eBq6`d-dm%Jy>BL-h!D5zWKHq_wMOe0({{zxHCeGDY)8RV0 z#S_SR%e{EUQ3eJUf1axzCxI>y;eXA$1jt{L$-uz&U~(Lz{$@qSmrRlz42}$y42cXy W91K9f2Exwyd1;yHo4+%!X9fWD_%VL~ delta 160 zcmcb`zl?u^NaPI$2G(dGKF`3?vz~#0=?w$RwO$4WW*aD-!oV8l3gnAG=^qTN2jYP0 zWoE-;tAv& - Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. + Public(recommended) Devices on the network cannot discover this computer. Generally, it is suitable for networks in public places, such as airports or coffee shops, etc. - Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. + Devices on the network can discover this computer. Generally applicable to a network at home or work where you know and trust the individuals and devices on the network. - + Config firewall and security settings @@ -1195,144 +1195,154 @@ FirewallDialog - - Allow your computer to be discovered by other computers and devices on this network? + + Allow other devices on this network to discover this computer? - - It is recommended that you enable this feature on your home and work networks rather than public networks. + + It is not recommended to enable this feature on public networks - - Yse + + Not allowed (recommended) - - No + + Allowed Ipv4Page - + Ipv4Config - + Address - + Netmask - + Default Gateway - + Prefs DNS - + Alternative DNS - + Auto(DHCP) Oto(DHCP) - + Manual Elle - + Invalid address - + Invalid subnet mask - - + + Required + + + Address conflict + + Ipv6Page - + Ipv6Config - + Address - + Subnet prefix Length - + Default Gateway - + Prefs DNS - + Alternative DNS - + Auto(DHCP) Oto(DHCP) - + Manual Elle - - + + Required - + Invalid address - + Invalid gateway + + + Address conflict + + JoinHiddenWiFiPage @@ -1412,27 +1422,27 @@ LanPage - + No ethernet device avaliable - + LAN - + Activated LAN - + Inactivated LAN - + Wired Device not carried @@ -1454,7 +1464,6 @@ MainWindow - kylin-nm @@ -1489,6 +1498,11 @@ Settings + + + Network tool + + Enabled Aktif @@ -1598,120 +1612,107 @@ NetDetail - + Kylin NM - + kylin network desktop message - + Detail - + Ipv4 - + Ipv6 - + Security - - + + Config Ayar - + Confirm - + Cancel - + Forget this network - + Add Lan Connect - + connect hiddin wlan - - - + + + None Yok - - + + Auto Oto - - start check ipv4 address conflict - - - - + start check ipv6 address conflict - - - - ipv4 address conflict! - - - - - + ipv6 address conflict! - + this wifi no support enterprise type - + this wifi no support None type - + this wifi no support WPA2 type - + this wifi no support WPA3 type @@ -2216,32 +2217,32 @@ WlanPage - + WLAN WLAN - + Activated WLAN - + Other WLAN - + No wireless network card detected - + WLAN Connected Successfully - + WLAN Disconnected Successfully diff --git a/translations/kylin-nm_zh_CN.qm b/translations/kylin-nm_zh_CN.qm index f13d1aaa760516212e01c67bcf7df35376fe65ec..196dbdcc070cded8b1aef7ba75f4bbaf282fef42 100644 GIT binary patch delta 2258 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 - Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. - 公用(推荐)无法在网络上发现你的设备。在大多数情况下,在家庭、工作或公共位置连接到网络时使用此功能。 + Public(recommended) Devices on the network cannot discover this computer. Generally, it is suitable for networks in public places, such as airports or coffee shops, etc. + 公用(推荐) 网络中的设备不可发现此电脑。一般情况下适用于公共场所中的网络,如机场或咖啡店等等。 - Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. - 专用 可在网络上发现你的设备。如果需要文件共享或使用通过此网络通信的应用,请选择此项。你应该了解并信任网络上的人员和设备。 + Devices on the network can discover this computer. Generally applicable to a network at home or work where you know and trust the individuals and devices on the network. + 专用 网络中的设备可发现此电脑。一般情况下适用于家庭或工作单位的网络,您认识并信任网络上的个人和设备。 - + Public(recommended) Your device can not be discovered on the network. In most cases, use this feature when connected to a network at home, work, or a public location. + 公用(推荐)无法在网络上发现你的设备。在大多数情况下,在家庭、工作或公共位置连接到网络时使用此功能。 + + + Private Your device can be discovered on the network. Select this if you require file sharing or use applications that communicate over this network. You should know and trust the people and devices on the network. + 专用 可在网络上发现你的设备。如果需要文件共享或使用通过此网络通信的应用,请选择此项。你应该了解并信任网络上的人员和设备。 + + + Config firewall and security settings 配置防火墙和安全设置 @@ -456,144 +464,170 @@ FirewallDialog - Allow your computer to be discovered by other computers and devices on this network? - 是否允许你的电脑被此网络上的其他电脑和设备发现? + 是否允许你的电脑被此网络上的其他电脑和设备发现? - It is recommended that you enable this feature on your home and work networks rather than public networks. - 建议你在家庭和工作网络上而非公共网络上启用此功能。 + 建议你在家庭和工作网络上而非公共网络上启用此功能。 - Yse - + - No - + + + + + Allow other devices on this network to discover this computer? + 是否允许此网络上的其他设备发现这台电脑? + + + + It is not recommended to enable this feature on public networks + 不建议在公共网络上开启此功能 + + + + Not allowed (recommended) + 不允许(推荐) + + + + Allowed + 允许 Ipv4Page - + Ipv4Config Ipv4配置 - + Address 地址 - + Netmask 子网掩码 - + Default Gateway 默认网关 - + Prefs DNS 首选DNS - + Alternative DNS 备选DNS - + Auto(DHCP) 自动 - + Manual 手动 - + Invalid address 无效地址 - + Invalid subnet mask 无效子网掩码 - - + + Required 必填 + + + Address conflict + 地址冲突 + Ipv6Page - + Ipv6Config Ipv6配置 - + Address 地址 - + Subnet prefix Length 子网前缀长度 - + Default Gateway 默认网关 - + Prefs DNS 首选DNS - + Alternative DNS 备选DNS - + Auto(DHCP) 自动 - + Manual 手动 - - + + Required 必填 - + Invalid address 无效地址 - + Invalid gateway 无效网关 + + + Address conflict + 地址冲突 + JoinHiddenWiFiPage @@ -666,22 +700,22 @@ LanPage - + No ethernet device avaliable 未检测到有线设备 - + LAN 有线网络 - + Activated LAN 我的网络 - + Inactivated LAN 其他网络 @@ -690,7 +724,7 @@ 有线网络已断开 - + Wired Device not carried 未插入网线 @@ -716,7 +750,6 @@ MainWindow - kylin-nm 网络工具 @@ -743,36 +776,41 @@ 设置网络项 设置网络项 + + + Network tool + 网络工具 + NetDetail - + Kylin NM 麒麟网络设置工具 - + kylin network desktop message 网络提示消息 - + Detail 详情 - + Ipv4 Ipv4 - + Ipv6 Ipv6 - + Security 安全 @@ -781,90 +819,85 @@ 关闭 - - + + Config 配置 - + Confirm 确定 - + Cancel 取消 - + Forget this network 忘记此网络 - + Add Lan Connect 添加有线网络 - + connect hiddin wlan 连接到隐藏WLAN - - - + + + None - - + + Auto 自动 - start check ipv4 address conflict - 开始检测ipv4地址冲突 + 开始检测ipv4地址冲突 - + start check ipv6 address conflict 开始检测ipv6地址冲突 - - - ipv4 address conflict! - ipv4地址冲突! + ipv4地址冲突! - - + ipv6 address conflict! ipv6地址冲突! - + this wifi no support enterprise type 此wifi不支持企业网类型 - + this wifi no support None type 此wifi不支持空类型 - + this wifi no support WPA2 type 此wifi不支持WPA2类型 - + this wifi no support WPA3 type 此wifi不支持WPA3类型 @@ -1260,22 +1293,22 @@ WlanPage - + WLAN 无线局域网 - + No wireless network card detected 未检测到无线网卡 - + Activated WLAN 我的网络 - + Other WLAN 其他网络 @@ -1284,12 +1317,12 @@ 更多... - + WLAN Connected Successfully 无线网络已连接 - + WLAN Disconnected Successfully 无线网络已断开