From 52a5f254bddb122dff17be12ce26743ea2b5c328 Mon Sep 17 00:00:00 2001 From: jzxc95 <907297917@qq.com> Date: Tue, 14 Nov 2023 16:00:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E7=BF=BB=E8=AF=91(#180731)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mobilehotspot/mobilehotspot.pro | 13 +- plugins/mobilehotspot/translations/bo.ts | 24 +- plugins/mobilehotspot/translations/bo_CN.ts | 24 +- plugins/mobilehotspot/translations/de.ts | 156 ++ plugins/mobilehotspot/translations/en_US.ts | 24 +- plugins/mobilehotspot/translations/es.ts | 156 ++ plugins/mobilehotspot/translations/fr.ts | 156 ++ plugins/mobilehotspot/translations/kk.ts | 156 ++ plugins/mobilehotspot/translations/ky.ts | 156 ++ plugins/mobilehotspot/translations/mn.ts | 24 +- plugins/mobilehotspot/translations/tr.ts | 24 +- plugins/mobilehotspot/translations/ug.ts | 156 ++ plugins/mobilehotspot/translations/zh_CN.ts | 24 +- plugins/mobilehotspot/translations/zh_Hant.ts | 156 ++ plugins/netconnect/netconnect.pro | 13 +- plugins/netconnect/translations/bo.ts | 21 +- plugins/netconnect/translations/bo_CN.ts | 21 +- plugins/netconnect/translations/de.ts | 110 ++ plugins/netconnect/translations/en_US.ts | 21 +- plugins/netconnect/translations/es.ts | 110 ++ plugins/netconnect/translations/fr.ts | 110 ++ plugins/netconnect/translations/kk.ts | 110 ++ plugins/netconnect/translations/ky.ts | 110 ++ plugins/netconnect/translations/mn.ts | 21 +- plugins/netconnect/translations/tr.ts | 21 +- plugins/netconnect/translations/ug.ts | 110 ++ plugins/netconnect/translations/zh_CN.ts | 21 +- plugins/netconnect/translations/zh_Hant.ts | 110 ++ plugins/proxy/proxy.pro | 15 +- plugins/proxy/translations/bo.ts | 216 +++ plugins/proxy/translations/de.ts | 220 +++ plugins/proxy/translations/es.ts | 220 +++ plugins/proxy/translations/fr.ts | 220 +++ plugins/proxy/translations/kk.ts | 237 +++ plugins/proxy/translations/ky.ts | 237 +++ plugins/proxy/translations/ug.ts | 237 +++ plugins/proxy/translations/zh_Hant.ts | 224 +++ plugins/vpn/translations/bo.ts | 84 + plugins/vpn/translations/de.ts | 84 + plugins/vpn/translations/es.ts | 84 + plugins/vpn/translations/fr.ts | 84 + plugins/vpn/translations/kk.ts | 84 + plugins/vpn/translations/ky.ts | 84 + plugins/vpn/translations/tr.ts | 84 + plugins/vpn/translations/ug.ts | 84 + plugins/vpn/translations/zh_CN.ts | 10 +- plugins/vpn/translations/zh_Hant.ts | 84 + plugins/vpn/vpn.pro | 13 +- plugins/wlanconnect/translations/bo.ts | 17 +- plugins/wlanconnect/translations/bo_CN.ts | 17 +- plugins/wlanconnect/translations/de.ts | 82 + plugins/wlanconnect/translations/en_US.ts | 17 +- plugins/wlanconnect/translations/es.ts | 82 + plugins/wlanconnect/translations/fr.ts | 82 + plugins/wlanconnect/translations/kk.ts | 82 + plugins/wlanconnect/translations/ky.ts | 82 + plugins/wlanconnect/translations/mn.ts | 17 +- plugins/wlanconnect/translations/tr.ts | 17 +- plugins/wlanconnect/translations/ug.ts | 82 + plugins/wlanconnect/translations/zh_CN.ts | 17 +- plugins/wlanconnect/translations/zh_Hant.ts | 82 + plugins/wlanconnect/wlanconnect.pro | 13 +- src-vpn/src-vpn.pro | 13 +- src-vpn/translations/kylin-vpn_bo.ts | 839 ++++++++ src-vpn/translations/kylin-vpn_de.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_es.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_fr.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_kk.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_ky.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_tr.ts | 839 ++++++++ src-vpn/translations/kylin-vpn_ug.ts | 840 ++++++++ src-vpn/translations/kylin-vpn_zh_Hant.ts | 840 ++++++++ src/src.pro | 13 +- src/translations/kylin-nm_de.ts | 1671 ++++++++++++++++ src/translations/kylin-nm_es.ts | 1675 ++++++++++++++++ src/translations/kylin-nm_fr.ts | 1671 ++++++++++++++++ src/translations/kylin-nm_kk.ts | 1685 +++++++++++++++++ src/translations/kylin-nm_ky.ts | 1685 +++++++++++++++++ src/translations/kylin-nm_ug.ts | 1685 +++++++++++++++++ src/translations/kylin-nm_zh_Hant.ts | 1671 ++++++++++++++++ 80 files changed, 24574 insertions(+), 205 deletions(-) create mode 100644 plugins/mobilehotspot/translations/de.ts create mode 100644 plugins/mobilehotspot/translations/es.ts create mode 100644 plugins/mobilehotspot/translations/fr.ts create mode 100644 plugins/mobilehotspot/translations/kk.ts create mode 100644 plugins/mobilehotspot/translations/ky.ts create mode 100644 plugins/mobilehotspot/translations/ug.ts create mode 100644 plugins/mobilehotspot/translations/zh_Hant.ts create mode 100644 plugins/netconnect/translations/de.ts create mode 100644 plugins/netconnect/translations/es.ts create mode 100644 plugins/netconnect/translations/fr.ts create mode 100644 plugins/netconnect/translations/kk.ts create mode 100644 plugins/netconnect/translations/ky.ts create mode 100644 plugins/netconnect/translations/ug.ts create mode 100644 plugins/netconnect/translations/zh_Hant.ts create mode 100644 plugins/proxy/translations/bo.ts create mode 100644 plugins/proxy/translations/de.ts create mode 100644 plugins/proxy/translations/es.ts create mode 100644 plugins/proxy/translations/fr.ts create mode 100644 plugins/proxy/translations/kk.ts create mode 100644 plugins/proxy/translations/ky.ts create mode 100644 plugins/proxy/translations/ug.ts create mode 100644 plugins/proxy/translations/zh_Hant.ts create mode 100644 plugins/vpn/translations/bo.ts create mode 100644 plugins/vpn/translations/de.ts create mode 100644 plugins/vpn/translations/es.ts create mode 100644 plugins/vpn/translations/fr.ts create mode 100644 plugins/vpn/translations/kk.ts create mode 100644 plugins/vpn/translations/ky.ts create mode 100644 plugins/vpn/translations/tr.ts create mode 100644 plugins/vpn/translations/ug.ts create mode 100644 plugins/vpn/translations/zh_Hant.ts create mode 100644 plugins/wlanconnect/translations/de.ts create mode 100644 plugins/wlanconnect/translations/es.ts create mode 100644 plugins/wlanconnect/translations/fr.ts create mode 100644 plugins/wlanconnect/translations/kk.ts create mode 100644 plugins/wlanconnect/translations/ky.ts create mode 100644 plugins/wlanconnect/translations/ug.ts create mode 100644 plugins/wlanconnect/translations/zh_Hant.ts create mode 100644 src-vpn/translations/kylin-vpn_bo.ts create mode 100644 src-vpn/translations/kylin-vpn_de.ts create mode 100644 src-vpn/translations/kylin-vpn_es.ts create mode 100644 src-vpn/translations/kylin-vpn_fr.ts create mode 100644 src-vpn/translations/kylin-vpn_kk.ts create mode 100644 src-vpn/translations/kylin-vpn_ky.ts create mode 100644 src-vpn/translations/kylin-vpn_tr.ts create mode 100644 src-vpn/translations/kylin-vpn_ug.ts create mode 100644 src-vpn/translations/kylin-vpn_zh_Hant.ts create mode 100644 src/translations/kylin-nm_de.ts create mode 100644 src/translations/kylin-nm_es.ts create mode 100644 src/translations/kylin-nm_fr.ts create mode 100644 src/translations/kylin-nm_kk.ts create mode 100644 src/translations/kylin-nm_ky.ts create mode 100644 src/translations/kylin-nm_ug.ts create mode 100644 src/translations/kylin-nm_zh_Hant.ts diff --git a/plugins/mobilehotspot/mobilehotspot.pro b/plugins/mobilehotspot/mobilehotspot.pro index 2b2064bd..dc19b838 100644 --- a/plugins/mobilehotspot/mobilehotspot.pro +++ b/plugins/mobilehotspot/mobilehotspot.pro @@ -51,9 +51,18 @@ INSTALLS += target \ trans TRANSLATIONS += \ + translations/zh_Hant.ts \ translations/zh_CN.ts \ + translations/ug.ts \ translations/tr.ts \ + translations/mn.ts \ + translations/ky.ts \ + translations/kk.ts \ + translations/fr.ts \ + translations/es.ts \ + translations/en_US.ts \ + translations/de.ts \ translations/bo.ts\ translations/bo_CN.ts \ - translations/en_US.ts \ - translations/mn.ts + + diff --git a/plugins/mobilehotspot/translations/bo.ts b/plugins/mobilehotspot/translations/bo.ts index 474663d6..1585a4ab 100644 --- a/plugins/mobilehotspot/translations/bo.ts +++ b/plugins/mobilehotspot/translations/bo.ts @@ -66,7 +66,7 @@ - + Contains at least 8 characters @@ -86,49 +86,49 @@ - + use - + share network, will interrupt local wireless connection - - + + hotspot already close - + Open - + Wi-Fi Name - + Password - + Frequency band - + Net card - - + + hotspot already open diff --git a/plugins/mobilehotspot/translations/bo_CN.ts b/plugins/mobilehotspot/translations/bo_CN.ts index fc74385e..5b9e0e4f 100644 --- a/plugins/mobilehotspot/translations/bo_CN.ts +++ b/plugins/mobilehotspot/translations/bo_CN.ts @@ -86,7 +86,7 @@ ཀུན་གྱིས་དོ་སྣང་བྱེད་ཡུལ་གསར་སྐྲུན་བྱེད་འགོ་ - + Contains at least 8 characters མ་མཐར་ཡང་ཡིག་རྟགས་བརྒྱད་འདུས་ཡོད། @@ -106,49 +106,49 @@ བཀོད་སྒྲིག་བཅས་བྱ་དགོས། ཅོག་ངོས་ལ་བརྡ་ཐོ་གཏོང་དགོས། - + use བེད་སྤྱོད། - + share network, will interrupt local wireless connection གླེང་མང་མཉམ་སྤྱོད་བྱས་ནས་འཕྲུལ་ཆས་ཀྱི་སྐུད་མེད་དྲ་བ་སྦྲེལ་མཐུད་བྱེད་ངེས་རེད། - - + + hotspot already close ཚ་བ་ཆེ་བའི་གནད་དོན་ཐག་ཉེ་རུ་སོང་ཡོད། - + Open སྒོ་ཕྱེ་བ། - + Wi-Fi Name Wi-Fiཡི་མིང་། - + Password གསང་གྲངས། - + Frequency band ཐེངས་གྲངས་ཀྱི་རོལ་ཆའི་རུ་ཁག - + Net card དྲ་རྒྱའི་བྱང་བུ། - - + + hotspot already open ཚ་བ་ཆེ་བའི་གནད་དོན་དེ་སྒོ་ཕྱེ་ཟིན། diff --git a/plugins/mobilehotspot/translations/de.ts b/plugins/mobilehotspot/translations/de.ts new file mode 100644 index 00000000..5763dd0a --- /dev/null +++ b/plugins/mobilehotspot/translations/de.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + Entfernen + + + + BlacklistPage + + + Blacklist + Schwarze Liste + + + + ConnectDevListItem + + + drag into blacklist + In Blacklist ziehen + + + + ConnectdevPage + + + Connect device + Gerät anschließen + + + + MobileHotspot + + + MobileHotspot + Mobiler Hotspot + + + + mobilehotspot + Mobiler Hotspot + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + MobileHotspot geöffnet + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + wirless switch is close or no wireless device + Der kabellose Schalter ist in der Nähe oder kein drahtloses Gerät + + + start to close hotspot + 开始关闭热点 + + + + hotpots name or device is invalid + Der Name oder das Gerät des Hotpots ist ungültig + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + 开始创建热点 + + + + Contains at least 8 characters + Enthält mindestens 8 Zeichen + + + + Hotspot + Hotspot (Hotspot) + + + + Settings + Einstellungen + + + + Settings desktop message + Desktop-Meldung für Einstellungen + + + + use + gebrauchen + + + + share network, will interrupt local wireless connection + Netzwerk freigeben, unterbricht die lokale drahtlose Verbindung + + + + + hotspot already close + Hotspot bereits geschlossen + + + + Open + Offen + + + + Wi-Fi Name + Wi-Fi-Name + + + + Password + Passwort + + + + Frequency band + Frequenzband + + + + Net card + Netzkarte + + + + + hotspot already open + Hotspot bereits geöffnet + + + diff --git a/plugins/mobilehotspot/translations/en_US.ts b/plugins/mobilehotspot/translations/en_US.ts index c911b573..0c9880bf 100644 --- a/plugins/mobilehotspot/translations/en_US.ts +++ b/plugins/mobilehotspot/translations/en_US.ts @@ -89,54 +89,54 @@ Hotspot - + use - + share network, will interrupt local wireless connection - - + + hotspot already close hotspot already close - + Open Open - + Wi-Fi Name Wi-Fi Name - + Password Password - + Contains at least 8 characters Contains at least 8 characters - + Frequency band Frequency band - + Net card Net card - - + + hotspot already open hotspot already open diff --git a/plugins/mobilehotspot/translations/es.ts b/plugins/mobilehotspot/translations/es.ts new file mode 100644 index 00000000..51910fba --- /dev/null +++ b/plugins/mobilehotspot/translations/es.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + Eliminar + + + + BlacklistPage + + + Blacklist + Lista negra + + + + ConnectDevListItem + + + drag into blacklist + arrastrar a la lista negra + + + + ConnectdevPage + + + Connect device + Conectar dispositivo + + + + MobileHotspot + + + MobileHotspot + Hotspot móvil + + + + mobilehotspot + Hotspot móvil + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + MobileHotspot abierto + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + wirless switch is close or no wireless device + El interruptor inalámbrico está cerca o no hay ningún dispositivo inalámbrico + + + start to close hotspot + 开始关闭热点 + + + + hotpots name or device is invalid + El nombre o el dispositivo de Hotpots no son válidos + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + 开始创建热点 + + + + Contains at least 8 characters + Contiene al menos 8 caracteres + + + + Hotspot + Punto de acceso + + + + Settings + Configuración + + + + Settings desktop message + Mensaje de escritorio de configuración + + + + use + uso + + + + share network, will interrupt local wireless connection + red compartida, interrumpirá la conexión inalámbrica local + + + + + hotspot already close + El punto de acceso ya está cerrado + + + + Open + Abrir + + + + Wi-Fi Name + Nombre de Wi-Fi + + + + Password + Contraseña + + + + Frequency band + Banda de frecuencias + + + + Net card + Tarjeta de red + + + + + hotspot already open + El punto de acceso ya está abierto + + + diff --git a/plugins/mobilehotspot/translations/fr.ts b/plugins/mobilehotspot/translations/fr.ts new file mode 100644 index 00000000..4674d436 --- /dev/null +++ b/plugins/mobilehotspot/translations/fr.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + Enlever + + + + BlacklistPage + + + Blacklist + Liste noire + + + + ConnectDevListItem + + + drag into blacklist + Glissez dans la liste noire + + + + ConnectdevPage + + + Connect device + Connecter l’appareil + + + + MobileHotspot + + + MobileHotspot + MobileHotspot (en anglais seulement) + + + + mobilehotspot + mobilehotspot + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + mobilehotspot ouvert + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + wirless switch is close or no wireless device + L’interrupteur sans fil est proche ou aucun appareil sans fil + + + start to close hotspot + 开始关闭热点 + + + + hotpots name or device is invalid + Le nom ou l’appareil des pots chauds n’est pas valide + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + 开始创建热点 + + + + Contains at least 8 characters + Contient au moins 8 caractères + + + + Hotspot + Point d’accès + + + + Settings + Paramètres + + + + Settings desktop message + Message sur le bureau des paramètres + + + + use + utiliser + + + + share network, will interrupt local wireless connection + partager le réseau, interrompra la connexion sans fil locale + + + + + hotspot already close + hotspot déjà proche + + + + Open + Ouvrir + + + + Wi-Fi Name + Nom du Wi-Fi + + + + Password + Mot de passe + + + + Frequency band + Bande de fréquence + + + + Net card + Carte réseau + + + + + hotspot already open + hotspot déjà ouvert + + + diff --git a/plugins/mobilehotspot/translations/kk.ts b/plugins/mobilehotspot/translations/kk.ts new file mode 100644 index 00000000..18aa9285 --- /dev/null +++ b/plugins/mobilehotspot/translations/kk.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + Өшіру + + + + BlacklistPage + + + Blacklist + Қаратізім + + + + ConnectDevListItem + + + drag into blacklist + қаратізімге апарыңыз + + + + ConnectdevPage + + + Connect device + Құрылғыны қосу + + + + MobileHotspot + + + MobileHotspot + MobileHotspot + + + + mobilehotspot + mobilehotspot + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + mobilehotspot ашық + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + ukui басқару орталығы + + + ukui control center desktop message + ukui басқару орталығының жұмыс үстелі хабары + + + + wirless switch is close or no wireless device + сымсыз құрылғы жақын немесе жоқ + + + start to close hotspot + ошақты жабуды бастау + + + + hotpots name or device is invalid + ошақтардың немесе құрылғының атауы жарамсыз + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + ошақ ашуды бастау + + + + Contains at least 8 characters + Құрамында кемінде 8 таңба бар + + + + Hotspot + Хотспот + + + + Settings + + + + + Settings desktop message + + + + + use + + + + + share network, will interrupt local wireless connection + + + + + + hotspot already close + ошақ қазірдің өзінде жабылды + + + + Open + Ашу + + + + Wi-Fi Name + Wi-Fi атауы + + + + Password + Пароль + + + + Frequency band + Жиілік жолағы + + + + Net card + Нетто-карта + + + + + hotspot already open + ошақ қазірдің өзінде ашылған + + + diff --git a/plugins/mobilehotspot/translations/ky.ts b/plugins/mobilehotspot/translations/ky.ts new file mode 100644 index 00000000..f5305ff1 --- /dev/null +++ b/plugins/mobilehotspot/translations/ky.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + Жоготуу + + + + BlacklistPage + + + Blacklist + Блэклист + + + + ConnectDevListItem + + + drag into blacklist + кара тизмеге сүйрөп + + + + ConnectdevPage + + + Connect device + Орнотмо туташтыруу + + + + MobileHotspot + + + MobileHotspot + MobileHotspot + + + + mobilehotspot + мобилдик потспот + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + мобилдик бутспот ачык + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + укуи башкаруу борбору + + + ukui control center desktop message + укуи башкаруу борбору иш столунун билдирүүсү + + + + wirless switch is close or no wireless device + туура эмес которуу жакын же зымсыз түзмөк жок + + + start to close hotspot + хотспотту жабууга киришет + + + + hotpots name or device is invalid + хотпоттордун аты же түзмөк жараксыз + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + хотспот ача баштоо + + + + Contains at least 8 characters + Жок дегенде 8 символду камтыйт + + + + Hotspot + Хотспот + + + + Settings + + + + + Settings desktop message + + + + + use + + + + + share network, will interrupt local wireless connection + + + + + + hotspot already close + хотспот буга чейин жабылып калды + + + + Open + Ачуу + + + + Wi-Fi Name + Wi-Fi аты + + + + Password + Сырсөз + + + + Frequency band + Жыштык тобу + + + + Net card + Таза карта + + + + + hotspot already open + хотспот буга чейин ачык + + + diff --git a/plugins/mobilehotspot/translations/mn.ts b/plugins/mobilehotspot/translations/mn.ts index b6da58c0..43b8e0b5 100644 --- a/plugins/mobilehotspot/translations/mn.ts +++ b/plugins/mobilehotspot/translations/mn.ts @@ -86,7 +86,7 @@ ᠬᠠᠯᠠᠭᠤᠨ ᠴᠡᠭ ᠢ᠋ ᠡᠬᠢᠯᠡᠵᠤ ᠪᠠᠢᠭᠤᠯᠬᠤ - + Contains at least 8 characters ᠠᠳᠠᠭ ᠲᠤ᠌ ᠪᠡᠨ 8 ᠦᠰᠦᠭ ᠳᠡᠮᠳᠡᠭ ᠠᠭᠤᠯᠠᠭᠳᠠᠵᠤ ᠪᠠᠢᠨ᠎ᠠ @@ -106,49 +106,49 @@ ᠰᠢᠷᠡᠭᠡᠨ ᠨᠢᠭᠤᠷ᠎ᠤ᠋ᠨ ᠵᠠᠩᠭᠢ᠎ᠶ᠋ᠢ ᠵᠣᠬᠢᠷᠠᠭᠤᠯᠬᠤ - + use ᠬᠡᠷᠡᠭᠯᠡᠬᠦ - + share network, will interrupt local wireless connection ᠬᠠᠮᠲᠤ ᠡᠳ᠋ᠯᠡᠬᠦ ᠲᠣᠣᠷ ᠰᠦᠯᠵᠢᠶ᠎ᠡ ᠂ ᠲᠤᠰ ᠭᠠᠵᠠᠷ᠎ᠤ᠋ᠨ ᠤᠲᠠᠰᠤᠭᠤᠢ ᠵᠠᠯᠭᠠᠯᠲᠠ᠎ᠶ᠋ᠢ ᠲᠠᠰᠤᠯᠠᠬᠤ - - + + hotspot already close ᠬᠠᠯᠠᠭᠤᠨ ᠴᠡᠭ ᠢ᠋ ᠬᠠᠭᠠᠪᠠ - + Open ᠨᠡᠭᠡᠭᠡᠭᠦ - + Wi-Fi Name Wi-Fi ᠨᠡᠷᠡᠢᠳᠦᠯ - + Password ᠰᠦᠯᠵᠢᠶᠡᠨ ᠤ᠋ ᠨᠢᠭᠤᠴᠠ ᠺᠤᠳ᠋ - + Frequency band ᠲᠤᠤᠷ ᠰᠦᠯᠵᠢᠶᠡᠨ ᠤ᠋ ᠳᠠᠪᠳᠠᠮᠵᠢ ᠵᠢᠨ ᠪᠦᠰᠡ - + Net card ᠬᠠᠮᠳᠤᠪᠠᠷ ᠡᠳ᠋ᠯᠡᠬᠦ ᠨᠧᠲ ᠤ᠋ᠨ ᠦᠵᠦᠬᠦᠷ - - + + hotspot already open ᠬᠠᠯᠠᠭᠤᠨ ᠴᠡᠭ ᠢ᠋ ᠨᠡᠬᠡᠬᠡᠪᠡ diff --git a/plugins/mobilehotspot/translations/tr.ts b/plugins/mobilehotspot/translations/tr.ts index 474663d6..1585a4ab 100644 --- a/plugins/mobilehotspot/translations/tr.ts +++ b/plugins/mobilehotspot/translations/tr.ts @@ -66,7 +66,7 @@ - + Contains at least 8 characters @@ -86,49 +86,49 @@ - + use - + share network, will interrupt local wireless connection - - + + hotspot already close - + Open - + Wi-Fi Name - + Password - + Frequency band - + Net card - - + + hotspot already open diff --git a/plugins/mobilehotspot/translations/ug.ts b/plugins/mobilehotspot/translations/ug.ts new file mode 100644 index 00000000..54c6951a --- /dev/null +++ b/plugins/mobilehotspot/translations/ug.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + چىقىرىۋېتىش + + + + BlacklistPage + + + Blacklist + قارا تىزىملىك + + + + ConnectDevListItem + + + drag into blacklist + قارا تىزىملىككە سۆرەپ كىرىش + + + + ConnectdevPage + + + Connect device + ئۈسكۈنىنى ئۇلاش + + + + MobileHotspot + + + MobileHotspot + MobileHotspot + + + + mobilehotspot + mobilehotspot + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + mobilehotspot ئېچىلىدۇ + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + كۇكۇي كونترول مەركىزى + + + ukui control center desktop message + ukui كونترول مەركىزى ئۈستەل يۈزى ئۇچۇرى + + + + wirless switch is close or no wireless device + wirless ۋىكليۇچاتېل يېپىش ياكى سىمسىز ئۈسكۈنە يوق + + + start to close hotspot + قىزىق نۇقتىنى تاقاشنى باشلاڭ + + + + hotpots name or device is invalid + قىزىق نۇقتا نامى ياكى ئۈسكۈنە ئىناۋەتسىز + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + قىزىق نۇقتىنى ئېچىشقا باشلايدۇ + + + + Contains at least 8 characters + ئاز دېگەندە 8 ھەرپنى ئۆز ئىچىگە ئالىدۇ + + + + Hotspot + قىزىق نۇقتا + + + + Settings + + + + + Settings desktop message + + + + + use + + + + + share network, will interrupt local wireless connection + + + + + + hotspot already close + قىزىق نۇقتا ئاللىقاچان يېپىپ بولدى + + + + Open + ئېچىش + + + + Wi-Fi Name + Wi-Fi نامى + + + + Password + ئىم + + + + Frequency band + چاستوتا چاستوتىسى + + + + Net card + تور كارتىسى + + + + + hotspot already open + قىزىق نۇقتا ئاللىقاچان ئېچىۋېتىلدى + + + diff --git a/plugins/mobilehotspot/translations/zh_CN.ts b/plugins/mobilehotspot/translations/zh_CN.ts index 013183b7..716d2def 100644 --- a/plugins/mobilehotspot/translations/zh_CN.ts +++ b/plugins/mobilehotspot/translations/zh_CN.ts @@ -86,7 +86,7 @@ 开始创建热点 - + Contains at least 8 characters 至少包含8个字符 @@ -106,49 +106,49 @@ 设置 桌面通知 - + use 使用 - + share network, will interrupt local wireless connection 进行热点共享,会中断本机无线网络连接 - - + + hotspot already close 热点已关闭 - + Open 开启 - + Wi-Fi Name Wi-Fi 名称 - + Password 网络密码 - + Frequency band 网络频带 - + Net card 共享网卡端口 - - + + hotspot already open 热点已开启 diff --git a/plugins/mobilehotspot/translations/zh_Hant.ts b/plugins/mobilehotspot/translations/zh_Hant.ts new file mode 100644 index 00000000..2b474dc2 --- /dev/null +++ b/plugins/mobilehotspot/translations/zh_Hant.ts @@ -0,0 +1,156 @@ + + + + + BlacklistItem + + + Remove + 移出 + + + + BlacklistPage + + + Blacklist + 設備黑名單 + + + + ConnectDevListItem + + + drag into blacklist + 添加進黑名單 + + + + ConnectdevPage + + + Connect device + 連接設備 + + + + MobileHotspot + + + MobileHotspot + 移動熱點 + + + + mobilehotspot + 移動熱點 + /mobilehotspot/mobilehotspot + + + + mobilehotspot open + 移動熱點 開啟 + /mobilehotspot/mobilehotspot open + + + + MobileHotspotWidget + + ukui control center + 烏奎控制中心 + + + ukui control center desktop message + UKUI 控制中心桌面消息 + + + + wirless switch is close or no wireless device + 無線開關已關閉或不存在有熱點功能的無線網卡 + + + start to close hotspot + 開始關閉熱點 + + + + hotpots name or device is invalid + 熱點名稱或設備錯誤 + + + can not create hotspot with password length less than eight! + 不能创建密码长度小于八位的热点! + + + start to open hotspot + 開始打開熱點 + + + + Contains at least 8 characters + 至少包含8個字元 + + + + Hotspot + 移動熱點 + + + + Settings + 設定 + + + + Settings desktop message + 設定案頭消息 + + + + use + 使用 + + + + share network, will interrupt local wireless connection + 共亯網絡,將中斷本地無線連接 + + + + + hotspot already close + 熱點已關閉 + + + + Open + 開啟 + + + + Wi-Fi Name + Wi-Fi 名稱 + + + + Password + 網路密碼 + + + + Frequency band + 網路頻帶 + + + + Net card + 共用網卡埠 + + + + + hotspot already open + 熱點已開啟 + + + diff --git a/plugins/netconnect/netconnect.pro b/plugins/netconnect/netconnect.pro index 893cf4f0..30be7de1 100644 --- a/plugins/netconnect/netconnect.pro +++ b/plugins/netconnect/netconnect.pro @@ -53,9 +53,16 @@ INSTALLS += target \ trans TRANSLATIONS += \ + translations/zh_Hant.ts \ translations/zh_CN.ts \ + translations/ug.ts \ translations/tr.ts \ - translations/bo.ts \ - translations/bo_CN.ts \ + translations/mn.ts \ + translations/ky.ts \ + translations/kk.ts \ + translations/fr.ts \ + translations/es.ts \ translations/en_US.ts \ - translations/mn.ts + translations/de.ts \ + translations/bo.ts\ + translations/bo_CN.ts diff --git a/plugins/netconnect/translations/bo.ts b/plugins/netconnect/translations/bo.ts index 603c54cd..0c6306e5 100644 --- a/plugins/netconnect/translations/bo.ts +++ b/plugins/netconnect/translations/bo.ts @@ -43,14 +43,14 @@ - + open /netconnect/open - + Advanced settings /netconnect/Advanced settings" @@ -66,26 +66,27 @@ - - + + + LAN - - + + connected - - - + + + not connected - + card diff --git a/plugins/netconnect/translations/bo_CN.ts b/plugins/netconnect/translations/bo_CN.ts index b77e09a0..48819262 100644 --- a/plugins/netconnect/translations/bo_CN.ts +++ b/plugins/netconnect/translations/bo_CN.ts @@ -43,14 +43,14 @@ - + open སྒོ་ཕྱེ་བ། /netconnect/open - + Advanced settings སྔོན་ཐོན་གྱི་སྒྲིག་བཀོད། /netconnect/Advanced settings" @@ -78,8 +78,9 @@ བཀོད་སྒྲིག་བཅས་བྱ་དགོས། ཅོག་ངོས་ལ་བརྡ་ཐོ་གཏོང་དགོས། - - + + + LAN སྐུད་ཡོད་དྲ་བ། @@ -88,20 +89,20 @@ ཨེ་ཙི་དྲ་རྒྱའི་སྒྲིག་ཆས་ལ་བཙན་འཛུལ་བྱས་མི་ཆོག། - - + + connected འབྲེལ་མཐུད་བྱེད་པ། - - - + + + not connected འབྲེལ་མཐུད་མི་བྱེད་པ། - + card བྱང་བུ། diff --git a/plugins/netconnect/translations/de.ts b/plugins/netconnect/translations/de.ts new file mode 100644 index 00000000..f392ba7e --- /dev/null +++ b/plugins/netconnect/translations/de.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + Andere hinzufügen + + + + Add WiredNetork + WiredNetork hinzufügen + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + Kabelgebundenes Netzwerk + + + + + open + offen + /netconnect/open + + + + + Advanced settings + Erweiterte Einstellungen + /netconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + WiredConnect + 有线网络 + + + + Settings + Einstellungen + + + + Settings desktop message + Desktop-Meldung für Einstellungen + + + + + + LAN + LAN + + + No ethernet device avaliable + Kein Ethernet-Gerät verfügbar + + + + + connected + verbunden + + + + + + not connected + + + + + card + Karte + + + diff --git a/plugins/netconnect/translations/en_US.ts b/plugins/netconnect/translations/en_US.ts index 138a8002..9bc49fa5 100644 --- a/plugins/netconnect/translations/en_US.ts +++ b/plugins/netconnect/translations/en_US.ts @@ -43,14 +43,14 @@ - + open open /netconnect/open - + Advanced settings Advanced settings /netconnect/Advanced settings" @@ -74,8 +74,9 @@ - - + + + LAN LAN @@ -84,20 +85,20 @@ No ethernet device avaliable - - + + connected connected - - - + + + not connected - + card card diff --git a/plugins/netconnect/translations/es.ts b/plugins/netconnect/translations/es.ts new file mode 100644 index 00000000..d62b5ad3 --- /dev/null +++ b/plugins/netconnect/translations/es.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + Agregar otros + + + + Add WiredNetork + Añadir WiredNetork + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + Red cableada + + + + + open + abrir + /netconnect/open + + + + + Advanced settings + Ajustes avanzados + /netconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + WiredConnect + 有线网络 + + + + Settings + Configuración + + + + Settings desktop message + Mensaje de escritorio de configuración + + + + + + LAN + LAN + + + No ethernet device avaliable + No hay dispositivos ethernet disponibles + + + + + connected + conexo + + + + + + not connected + + + + + card + tarjeta + + + diff --git a/plugins/netconnect/translations/fr.ts b/plugins/netconnect/translations/fr.ts new file mode 100644 index 00000000..86c9cfa9 --- /dev/null +++ b/plugins/netconnect/translations/fr.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + Ajouter d’autres + + + + Add WiredNetork + Ajouter WiredNetork + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + Réseau câblé + + + + + open + ouvrir + /netconnect/open + + + + + Advanced settings + Paramètres avancés + /netconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + WiredConnect + 有线网络 + + + + Settings + Paramètres + + + + Settings desktop message + Message sur le bureau des paramètres + + + + + + LAN + LAN + + + No ethernet device avaliable + Aucun périphérique Ethernet n’est disponible + + + + + connected + relié + + + + + + not connected + + + + + card + carte + + + diff --git a/plugins/netconnect/translations/kk.ts b/plugins/netconnect/translations/kk.ts new file mode 100644 index 00000000..df36f479 --- /dev/null +++ b/plugins/netconnect/translations/kk.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + WiredNetork қосу + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + Сымды желі + + + + + open + ашу + /netconnect/open + + + + + Advanced settings + Қосымша параметрлер + /netconnect/Advanced settings" + + + ukui control center + ukui басқару орталығы + + + ukui control center desktop message + ukui басқару орталығының жұмыс үстелі хабары + + + WiredConnect + WiredConnect + + + No ethernet device avaliable + Ethernet құрылғысы қол жетімді емес + + + + Settings + + + + + Settings desktop message + + + + + + + LAN + + + + + + connected + байланысқан + + + + + + not connected + + + + + card + кәртішке + + + diff --git a/plugins/netconnect/translations/ky.ts b/plugins/netconnect/translations/ky.ts new file mode 100644 index 00000000..785e5d0d --- /dev/null +++ b/plugins/netconnect/translations/ky.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + WiredNetork кошуу + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + Зымдуу тармак + + + + + open + ачык + /netconnect/open + + + + + Advanced settings + Өнүккөн параметрлер + /netconnect/Advanced settings" + + + ukui control center + укуи башкаруу борбору + + + ukui control center desktop message + укуи башкаруу борбору иш столунун билдирүүсү + + + WiredConnect + WiredConnect + + + No ethernet device avaliable + Эч кандай ethernet орнотмо баа жеткис + + + + Settings + + + + + Settings desktop message + + + + + + + LAN + + + + + + connected + туташтырылган + + + + + + not connected + + + + + card + карта + + + diff --git a/plugins/netconnect/translations/mn.ts b/plugins/netconnect/translations/mn.ts index 1218b8c6..52e67162 100644 --- a/plugins/netconnect/translations/mn.ts +++ b/plugins/netconnect/translations/mn.ts @@ -43,14 +43,14 @@ - + open ᠨᠡᠭᠡᠭᠡᠬᠦ /netconnect/open - + Advanced settings ᠦᠨᠳᠦᠷ ᠵᠡᠷᠬᠡ ᠵᠢᠨ ᠳᠤᠬᠢᠷᠠᠭᠤᠯᠤᠯᠳᠠ /netconnect/Advanced settings" @@ -78,8 +78,9 @@ ᠰᠢᠷᠡᠭᠡᠨ ᠨᠢᠭᠤᠷ᠎ᠤ᠋ᠨ ᠵᠠᠩᠭᠢ᠎ᠶ᠋ᠢ ᠵᠣᠬᠢᠷᠠᠭᠤᠯᠬᠤ - - + + + LAN ᠤᠲᠠᠰᠤᠲᠤ ᠲᠣᠣᠷ ᠰᠦᠯᠵᠢᠶ᠎ᠡ ᠃ @@ -88,20 +89,20 @@ ᠤᠳᠠᠰᠤᠳᠤ ᠳᠦᠬᠦᠬᠡᠷᠦᠮᠵᠢ ᠵᠢ ᠪᠠᠢᠴᠠᠭᠠᠵᠤ ᠤᠯᠤᠭᠰᠠᠨ ᠦᠬᠡᠢ - - + + connected ᠨᠢᠬᠡᠨᠳᠡ ᠴᠦᠷᠬᠡᠯᠡᠪᠡ - - - + + + not connected - + card ᠨᠧᠲ ᠤ᠋ᠨ ᠺᠠᠷᠲ diff --git a/plugins/netconnect/translations/tr.ts b/plugins/netconnect/translations/tr.ts index 603c54cd..0c6306e5 100644 --- a/plugins/netconnect/translations/tr.ts +++ b/plugins/netconnect/translations/tr.ts @@ -43,14 +43,14 @@ - + open /netconnect/open - + Advanced settings /netconnect/Advanced settings" @@ -66,26 +66,27 @@ - - + + + LAN - - + + connected - - - + + + not connected - + card diff --git a/plugins/netconnect/translations/ug.ts b/plugins/netconnect/translations/ug.ts new file mode 100644 index 00000000..64375b9a --- /dev/null +++ b/plugins/netconnect/translations/ug.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + WiredNetork قوشۇش + + + + LanItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + + NetConnect + + + Wired Network + سىملىق تور + + + + + open + ئېچىش + /netconnect/open + + + + + Advanced settings + ئىلغار تەڭشەكلەر + /netconnect/Advanced settings" + + + ukui control center + كۇكۇي كونترول مەركىزى + + + ukui control center desktop message + ukui كونترول مەركىزى ئۈستەل يۈزى ئۇچۇرى + + + WiredConnect + WiredConnect + + + No ethernet device avaliable + ethernet ئۈسكۈنىسى ئىناۋەتسىز + + + + Settings + + + + + Settings desktop message + + + + + + + LAN + + + + + + connected + ئۇلانغان + + + + + + not connected + + + + + card + كارتا + + + diff --git a/plugins/netconnect/translations/zh_CN.ts b/plugins/netconnect/translations/zh_CN.ts index 221b8951..ec35ee0e 100644 --- a/plugins/netconnect/translations/zh_CN.ts +++ b/plugins/netconnect/translations/zh_CN.ts @@ -43,14 +43,14 @@ - + open 开启 /netconnect/open - + Advanced settings 高级设置 /netconnect/Advanced settings" @@ -78,8 +78,9 @@ 设置 桌面通知 - - + + + LAN 有线网络 @@ -88,20 +89,20 @@ 未检测到有线设备 - - + + connected 已连接 - - - + + + not connected 未连接 - + card 网卡 diff --git a/plugins/netconnect/translations/zh_Hant.ts b/plugins/netconnect/translations/zh_Hant.ts new file mode 100644 index 00000000..6e2dca19 --- /dev/null +++ b/plugins/netconnect/translations/zh_Hant.ts @@ -0,0 +1,110 @@ + + + + + AddNetBtn + + + Add Others + 添加其他 + + + + Add WiredNetork + 添加有線網路 + + + + LanItem + + + Delete + 删去 + + + + + Disconnect + 斷開 + + + + + Connect + 連接 + + + + NetConnect + + + Wired Network + 有線網路 + + + + + open + 開啟 + /netconnect/open + + + + + Advanced settings + 高級設置 + /netconnect/Advanced settings" + + + ukui control center + 烏奎控制中心 + + + ukui control center desktop message + UKUI 控制中心桌面消息 + + + WiredConnect + 連線連接 + + + No ethernet device avaliable + 未檢測到有線設備 + + + + Settings + 設定 + + + + Settings desktop message + 設定案頭消息 + + + + + + LAN + 有線網路 + + + + + connected + 已連接 + + + + + + not connected + 未連接 + + + + card + 網卡 + + + diff --git a/plugins/proxy/proxy.pro b/plugins/proxy/proxy.pro index 2acec366..d2bf4ab6 100644 --- a/plugins/proxy/proxy.pro +++ b/plugins/proxy/proxy.pro @@ -52,11 +52,16 @@ INSTALLS += target \ trans TRANSLATIONS += \ + translations/zh_Hant.ts \ translations/zh_CN.ts \ + translations/ug.ts \ translations/tr.ts \ - translations/bo_CN.ts \ + translations/mn.ts \ + translations/ky.ts \ + translations/kk.ts \ + translations/fr.ts \ + translations/es.ts \ translations/en_US.ts \ - translations/mn.ts - -DISTFILES += \ - translations/en_US.ts + translations/de.ts \ + translations/bo.ts\ + translations/bo_CN.ts diff --git a/plugins/proxy/translations/bo.ts b/plugins/proxy/translations/bo.ts new file mode 100644 index 00000000..f1593d54 --- /dev/null +++ b/plugins/proxy/translations/bo.ts @@ -0,0 +1,216 @@ + + + + + AptProxyDialog + + + Set APT Proxy + + + + + Server Address + + + + + Port + + + + + Cancel + + + + + Confirm + + + + + Proxy + + + Proxy + + + + + Start using + + + + + Proxy mode + + + + + Auto + + + + + Manual + + + + + System Proxy + + + + + Auto url + + /Proxy/Auto url + + + + Http Proxy + + /Proxy/Http Proxy + + + + Https Proxy + + /Proxy/Https Proxy + + + + Ftp Proxy + + /Proxy/Ftp Proxy + + + + Socks Proxy + + /Proxy/Socks Proxy + + + + + + + + Port + + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + + + + + App Proxy + + /Proxy/App Proxy + + + + + Open + + + + + Server Address : + + + + + Port : + + + + + Edit + + + + + + Reboot Later + + + + + + Reboot Now + + + + + APT Proxy + + /Proxy/APT Proxy + + + + The APT proxy has been turned off and needs to be restarted to take effect + + + + + The system needs to be restarted to set the APT proxy, whether to reboot + + + + + Proxy type + + + + + IP address + + + + + + Required + + + + + Invalid IP Address + + + + + Username + + + + + + Optional + + + + + Password + + + + + Cancel + + + + + Save + + + + + The following applications are allowed to use this configuration: + + + + diff --git a/plugins/proxy/translations/de.ts b/plugins/proxy/translations/de.ts new file mode 100644 index 00000000..5e0138b1 --- /dev/null +++ b/plugins/proxy/translations/de.ts @@ -0,0 +1,220 @@ + + + + + AptProxyDialog + + + Set APT Proxy + APT-Proxy setzen + + + + Server Address + Server-Adresse + + + + Port + Hafen + + + + Cancel + Abbrechen + + + + Confirm + Bestätigen + + + + Proxy + + + Proxy + Stellvertreter + + + + Start using + Beginnen Sie mit der Verwendung + + + + Proxy mode + Proxy-Modus + + + + Auto + Auto + + + + Manual + Manuell + + + Application Proxy + Anwendungs-Proxy + + + + System Proxy + System-Proxy + + + + Auto url + Automatische URL + /Proxy/Auto url + + + + Http Proxy + HTTP-Proxy + /Proxy/Http Proxy + + + + Https Proxy + HTTPS-Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + FTP-Proxy + /Proxy/Ftp Proxy + + + + Socks Proxy + Socken-Proxy + /Proxy/Socks Proxy + + + + + + + + Port + Hafen + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + Liste der ignorierten Hosts. Mehr als ein Eintrag, bitte mit englischem Semikolon trennen (;) + + + + App Proxy + App-Proxy + /Proxy/App Proxy + + + + APT Proxy + APT-Proxy + /Proxy/APT Proxy + + + + + Open + Offen + + + + Server Address : + Server-Adresse : + + + + Port : + Hafen: + + + + Edit + Redigieren + + + + The APT proxy has been turned off and needs to be restarted to take effect + Der APT-Proxy wurde deaktiviert und muss neu gestartet werden, um wirksam zu werden + + + + + Reboot Later + Später neu starten + + + + + Reboot Now + Jetzt neu starten + + + + The system needs to be restarted to set the APT proxy, whether to reboot + Das System muss neu gestartet werden, um den APT-Proxy zu setzen, ob ein Neustart durchgeführt werden soll + + + + Proxy type + Proxy-Typ + + + + IP address + IP-Adresse + + + + + Required + Erforderlich + + + + Invalid IP Address + Ungültige IP-Adresse + + + + Username + Nutzername + + + + + Optional + Wahlfrei + + + + Password + Passwort + + + + Cancel + Abbrechen + + + + Save + Retten + + + + The following applications are allowed to use this configuration: + Die folgenden Anwendungen dürfen diese Konfiguration verwenden: + + + diff --git a/plugins/proxy/translations/es.ts b/plugins/proxy/translations/es.ts new file mode 100644 index 00000000..b5a4e488 --- /dev/null +++ b/plugins/proxy/translations/es.ts @@ -0,0 +1,220 @@ + + + + + AptProxyDialog + + + Set APT Proxy + Establecer proxy APT + + + + Server Address + Dirección del servidor + + + + Port + Puerto + + + + Cancel + Cancelar + + + + Confirm + Confirmar + + + + Proxy + + + Proxy + Proxy + + + + Start using + Comience a usar + + + + Proxy mode + Modo proxy + + + + Auto + Automático + + + + Manual + Manual + + + Application Proxy + Proxy de aplicación + + + + System Proxy + Proxy del sistema + + + + Auto url + URL automática + /Proxy/Auto url + + + + Http Proxy + Http Proxy + /Proxy/Http Proxy + + + + Https Proxy + Https Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + Ftp Proxy + /Proxy/Ftp Proxy + + + + Socks Proxy + Proxy de calcetines + /Proxy/Socks Proxy + + + + + + + + Port + Puerto + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + Lista de hosts ignorados. más de una entrada, por favor sepárela con punto y coma (;) inglés + + + + App Proxy + Proxy de aplicación + /Proxy/App Proxy + + + + APT Proxy + APT Proxy + /Proxy/APT Proxy + + + + + Open + Abrir + + + + Server Address : + Dirección del servidor : + + + + Port : + Puerto: + + + + Edit + Editar + + + + The APT proxy has been turned off and needs to be restarted to take effect + El proxy APT se ha desactivado y debe reiniciarse para que surta efecto + + + + + Reboot Later + Reiniciar más tarde + + + + + Reboot Now + Reiniciar ahora + + + + The system needs to be restarted to set the APT proxy, whether to reboot + Es necesario reiniciar el sistema para configurar el proxy APT, ya sea para reiniciar + + + + Proxy type + Tipo de proxy + + + + IP address + Dirección IP + + + + + Required + Obligatorio + + + + Invalid IP Address + Dirección IP no válida + + + + Username + Nombre de usuario + + + + + Optional + Opcional + + + + Password + Contraseña + + + + Cancel + Cancelar + + + + Save + Salvar + + + + The following applications are allowed to use this configuration: + Las siguientes aplicaciones pueden utilizar esta configuración: + + + diff --git a/plugins/proxy/translations/fr.ts b/plugins/proxy/translations/fr.ts new file mode 100644 index 00000000..642ff70b --- /dev/null +++ b/plugins/proxy/translations/fr.ts @@ -0,0 +1,220 @@ + + + + + AptProxyDialog + + + Set APT Proxy + Définir le proxy APT + + + + Server Address + Adresse du serveur + + + + Port + Port + + + + Cancel + Annuler + + + + Confirm + Confirmer + + + + Proxy + + + Proxy + Procuration + + + + Start using + Commencer à utiliser + + + + Proxy mode + Mode proxy + + + + Auto + Auto + + + + Manual + Manuelle + + + Application Proxy + Proxy d’application + + + + System Proxy + Proxy système + + + + Auto url + URL automatique + /Proxy/Auto url + + + + Http Proxy + Http Proxy + /Proxy/Http Proxy + + + + Https Proxy + Https Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + Ftp Proxy + /Proxy/Ftp Proxy + + + + Socks Proxy + Chaussettes Proxy + /Proxy/Socks Proxy + + + + + + + + Port + Port + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + Liste des hôtes ignorés. plus d’une entrée, veuillez les séparer par un point-virgule anglais (;) + + + + App Proxy + Proxy d’application + /Proxy/App Proxy + + + + APT Proxy + APT Proxy + /Proxy/APT Proxy + + + + + Open + Ouvrir + + + + Server Address : + Adresse du serveur : + + + + Port : + Port: + + + + Edit + Éditer + + + + The APT proxy has been turned off and needs to be restarted to take effect + Le proxy APT a été désactivé et doit être redémarré pour prendre effet + + + + + Reboot Later + Redémarrer plus tard + + + + + Reboot Now + Redémarrez maintenant + + + + The system needs to be restarted to set the APT proxy, whether to reboot + Le système doit être redémarré pour définir le proxy APT, s’il faut redémarrer + + + + Proxy type + Type de proxy + + + + IP address + Adresse IP + + + + + Required + Obligatoire + + + + Invalid IP Address + Adresse IP non valide + + + + Username + Nom d’utilisateur + + + + + Optional + Optionnel + + + + Password + Mot de passe + + + + Cancel + Annuler + + + + Save + Sauvegarder + + + + The following applications are allowed to use this configuration: + Les applications suivantes sont autorisées à utiliser cette configuration : + + + diff --git a/plugins/proxy/translations/kk.ts b/plugins/proxy/translations/kk.ts new file mode 100644 index 00000000..da61cc31 --- /dev/null +++ b/plugins/proxy/translations/kk.ts @@ -0,0 +1,237 @@ + + + + + AptProxyDialog + + Set Apt Proxy + Apt проксиін орнату + + + + Set APT Proxy + + + + + Server Address + Сервер адресі + + + + Port + Порт + + + + Cancel + Болдырмау + + + + Confirm + Растау + + + + Proxy + + + Proxy + Прокси + + + + Start using + Пайдалануды бастау + + + + Proxy mode + Прокси режимі + + + + Auto + Авто + + + + Manual + Қолмен + + + Application Proxy + Қолданба проксиі + + + + System Proxy + Жүйелік прокси + + + + Auto url + Авто url + /Proxy/Auto url + + + + Http Proxy + Http проксиі + /Proxy/Http Proxy + + + + Https Proxy + Https Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + Ftp проксиі + /Proxy/Ftp Proxy + + + + Socks Proxy + Шұлық прокси + /Proxy/Socks Proxy + + + + + + + + Port + Порт + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + Еленбеген хосттардың тізімі. бірнеше жазба, ағылшынша semicloon(;) + + + + App Proxy + Бағдарлама проксиі + /Proxy/App Proxy + + + Apt Proxy + Apt проксиі + /Proxy/Apt Proxy + + + + + Open + Ашу + + + + Server Address : + Сервер адресі: + + + + Port : + Порт: + + + + Edit + Өңдеу + + + The apt proxy has been turned off and needs to be restarted to take effect + Apt проксиі өшірілді және күшіне енуі үшін қайта іске қосу қажет + + + + + Reboot Later + Кейінірек қайта жүктеу + + + + + Reboot Now + Қазір қайта жүктеу + + + The system needs to be restarted to set the Apt proxy, whether to reboot + Apt проксиін қайта жүктеу керек пе, соны орнату үшін жүйені қайта іске қосу қажет + + + + APT Proxy + + /Proxy/APT Proxy + + + + The APT proxy has been turned off and needs to be restarted to take effect + + + + + The system needs to be restarted to set the APT proxy, whether to reboot + + + + + Proxy type + Прокси түрі + + + + IP address + IP мекенжайы + + + + + Required + Міндетті + + + + Invalid IP Address + Жарамсыз IP адресі + + + + Username + Пайдаланушы аты + + + + + Optional + Қосымша + + + + Password + Пароль + + + + Cancel + Болдырмау + + + + Save + Сақтау + + + + The following applications are allowed to use this configuration: + Бұл конфигурацияны пайдалану үшін келесі қосымшаларға рұқсат етіледі: + + + diff --git a/plugins/proxy/translations/ky.ts b/plugins/proxy/translations/ky.ts new file mode 100644 index 00000000..eab93177 --- /dev/null +++ b/plugins/proxy/translations/ky.ts @@ -0,0 +1,237 @@ + + + + + AptProxyDialog + + Set Apt Proxy + Апт проксисин орнотуу + + + + Set APT Proxy + + + + + Server Address + Сервердин дареги + + + + Port + Порт + + + + Cancel + Жокко чыгаруу + + + + Confirm + Ырастоосу + + + + Proxy + + + Proxy + Прокси + + + + Start using + Колдонууну баштоо + + + + Proxy mode + Прокси режими + + + + Auto + Авто + + + + Manual + Колдонмо + + + Application Proxy + Тиркеме прокси + + + + System Proxy + Система прокси + + + + Auto url + Авто урл + /Proxy/Auto url + + + + Http Proxy + Http Proxy + /Proxy/Http Proxy + + + + Https Proxy + Https Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + Ftp Proxy + /Proxy/Ftp Proxy + + + + Socks Proxy + Шұлык прокси + /Proxy/Socks Proxy + + + + + + + + Port + Порт + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + Эске алынбаган хосттардын тизмеси. бирден көп кирүү, англис жарым жабдуулары менен бөлүнүп суранабыз (;) + + + + App Proxy + Тиркеме прокси + /Proxy/App Proxy + + + Apt Proxy + Апт Прокси + /Proxy/Apt Proxy + + + + + Open + Ачуу + + + + Server Address : + Сервердин дареги : + + + + Port : + Порт : + + + + Edit + Оңдоо + + + The apt proxy has been turned off and needs to be restarted to take effect + Апт прокси өчүрүлгөн жана күчүнө кирүү үчүн кайра иштетүү керек + + + + + Reboot Later + Кийинчерээк кайра жүктөө + + + + + Reboot Now + Азыр кайра жүктөө + + + The system needs to be restarted to set the Apt proxy, whether to reboot + Системаны кайра жүктөө үчүн Апт проксисин орнотуу үчүн кайра иштетүү зарыл + + + + APT Proxy + + /Proxy/APT Proxy + + + + The APT proxy has been turned off and needs to be restarted to take effect + + + + + The system needs to be restarted to set the APT proxy, whether to reboot + + + + + Proxy type + Прокси түрү + + + + IP address + IP дареги + + + + + Required + Талап кылынат + + + + Invalid IP Address + Жараксыз IP-дарек + + + + Username + Колдонуучунун аты + + + + + Optional + Кошумча + + + + Password + Сырсөз + + + + Cancel + Жокко чыгаруу + + + + Save + Сактоо + + + + The following applications are allowed to use this configuration: + Төмөнкү иштемелерге бул конфигурацияны колдонууга уруксат берилет: + + + diff --git a/plugins/proxy/translations/ug.ts b/plugins/proxy/translations/ug.ts new file mode 100644 index 00000000..bc7ff3c0 --- /dev/null +++ b/plugins/proxy/translations/ug.ts @@ -0,0 +1,237 @@ + + + + + AptProxyDialog + + Set Apt Proxy + Apt Proxy نى بەلگىلەش + + + + Set APT Proxy + + + + + Server Address + مۇلازىمىتېر ئادرېسى + + + + Port + پورت + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + Confirm + جەزىملەشتۈرۈش + + + + Proxy + + + Proxy + Proxy + + + + Start using + ئىشلىتىشنى باشلاڭ + + + + Proxy mode + Proxy ھالىتى + + + + Auto + ئاپتۇماتىك + + + + Manual + قوللانما + + + Application Proxy + ئىلتىماس Proxy + + + + System Proxy + سىستېما Proxy + + + + Auto url + ئاپتوماتىك تور ئادرېسى + /Proxy/Auto url + + + + Http Proxy + Http Proxy + /Proxy/Http Proxy + + + + Https Proxy + Https Proxy + /Proxy/Https Proxy + + + + Ftp Proxy + Ftp Proxy + /Proxy/Ftp Proxy + + + + Socks Proxy + پايپاق Proxy + /Proxy/Socks Proxy + + + + + + + + Port + پورت + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + سەل قارالغان رىياسەتچىلەر تىزىملىكى بىردىن ئارتۇق كىرگۈزۈڭ، ئىنگىلىزچە يېرىمكول (;) + + + + App Proxy + ئەپ Proxy + /Proxy/App Proxy + + + Apt Proxy + Apt Proxy + /Proxy/Apt Proxy + + + + + Open + ئېچىش + + + + Server Address : + مۇلازىمىتېر ئادرېسى : + + + + Port : + پورتى : + + + + Edit + تەھرىرلەش + + + The apt proxy has been turned off and needs to be restarted to take effect + apt proxy نى ئېتىۋەتتى، كۈچكە ئىگە بولۇش ئۈچۈن قايتا قوزغىتىش كېرەك + + + + + Reboot Later + كېيىن قايتا قوزغىتىڭ + + + + + Reboot Now + ھازىر قايتا قوزغىتىڭ + + + The system needs to be restarted to set the Apt proxy, whether to reboot + Apt proxy نى بەلگىلەش ئۈچۈن سىستېمىنى قايتا قوزغىتىش كېرەك، قايتا قوزغىتىش كېرەكمۇ يوق + + + + APT Proxy + + /Proxy/APT Proxy + + + + The APT proxy has been turned off and needs to be restarted to take effect + + + + + The system needs to be restarted to set the APT proxy, whether to reboot + + + + + Proxy type + Proxy تۈرى + + + + IP address + IP ئادرېسى + + + + + Required + تەلەپ قىلىنىدۇ + + + + Invalid IP Address + ئىناۋەتسىز IP ئادرېسى + + + + Username + ئىشلەتكۈچى نامى + + + + + Optional + ئىختىيارى + + + + Password + ئىم + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + Save + ساقلاش + + + + The following applications are allowed to use this configuration: + تۆۋەندىكى پروگراممىلارنىڭ بۇ سەپلىمىسىنى ئىشلىتىشىگە رۇخسەت قىلىنىدۇ: + + + diff --git a/plugins/proxy/translations/zh_Hant.ts b/plugins/proxy/translations/zh_Hant.ts new file mode 100644 index 00000000..b44f6908 --- /dev/null +++ b/plugins/proxy/translations/zh_Hant.ts @@ -0,0 +1,224 @@ + + + + + AptProxyDialog + + + Set APT Proxy + 設置APT代理 + + + + Server Address + 伺服器位址 + + + + Port + + + + + Cancel + 取消 + + + + Confirm + 確定 + + + + Proxy + + + Proxy + 代理 + + + + Start using + 啟用 + + + + Proxy mode + 代理類型 + + + + Auto + 自動 + + + + Manual + 手動 + + + Application Proxy + 應用代理 + + + + System Proxy + 系統代理 + + + + Auto url + 配置 URL + /Proxy/Auto url + + + + Http Proxy + HTTP 代理 + /Proxy/Http Proxy + + + + Https Proxy + HTTPS 代理 + /Proxy/Https Proxy + + + + Ftp Proxy + FTP 代理 + /Proxy/Ftp Proxy + + + + Socks Proxy + SOCKS 代理 + /Proxy/Socks Proxy + + + + + + + + Port + + + + + List of ignored hosts. more than one entry, please separate with english semicolon(;) + 忽略的主機清單,請使用英文分號(; ) + + + + App Proxy + 應用代理 + /Proxy/App Proxy + + + + APT Proxy + APT 代理 + /Proxy/APT Proxy + + + + + Open + 開啟 + + + + Server Address : + 伺服器位址: + + + + Port : + 埠: + + + + Edit + 編輯 + + + + The APT proxy has been turned off and needs to be restarted to take effect + APT代理已關閉,需要重新啟動才能生效 + + + The apt proxy has been turned off and needs to be restarted to take effect + apt 代理已關閉,需要重新啟動才能生效 + + + + + Reboot Later + 稍後重啟 + + + + + Reboot Now + 立即重啟 + + + + The system needs to be restarted to set the APT proxy, whether to reboot + 設置APT代理需要重啟系統後生效,是否重啟系統 + + + + Proxy type + 代理類型 + + + + IP address + IP 位址 + + + + + Required + 必填 + + + + Invalid IP Address + 無效的IP位址 + + + + Username + 使用者名 + + + + + Optional + 選填 + + + + Password + 密碼 + + + + Cancel + 取消 + + + + Save + 保存 + + + + The following applications are allowed to use this configuration: + 允許以下應用使用該設定: + + + diff --git a/plugins/vpn/translations/bo.ts b/plugins/vpn/translations/bo.ts new file mode 100644 index 00000000..d7e9331c --- /dev/null +++ b/plugins/vpn/translations/bo.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + ItemFrame + + + Add VPN + + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + + /Vpn/Show on Taskbar + + + + Add VPN + + /Vpn/Add VPN + + + + + connected + + + + + + not connected + + + + + VpnItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + diff --git a/plugins/vpn/translations/de.ts b/plugins/vpn/translations/de.ts new file mode 100644 index 00000000..60d19056 --- /dev/null +++ b/plugins/vpn/translations/de.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + Andere hinzufügen + + + + Add WiredNetork + WiredNetork hinzufügen + + + + ItemFrame + + + Add VPN + VPN hinzufügen + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + In der Taskleiste anzeigen + /Vpn/Show on Taskbar + + + + Add VPN + VPN hinzufügen + /Vpn/Add VPN + + + + + connected + verbunden + + + + + not connected + nicht verbunden + + + + VpnItem + + + Delete + Löschen + + + + + Disconnect + Trennen + + + + + Connect + Verbinden + + + diff --git a/plugins/vpn/translations/es.ts b/plugins/vpn/translations/es.ts new file mode 100644 index 00000000..bc765aff --- /dev/null +++ b/plugins/vpn/translations/es.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + Agregar otros + + + + Add WiredNetork + Añadir WiredNetork + + + + ItemFrame + + + Add VPN + Añadir VPN + + + + Vpn + + + + VPN + + + + + import + importación + + + + + Show on Taskbar + Mostrar en la barra de tareas + /Vpn/Show on Taskbar + + + + Add VPN + Añadir VPN + /Vpn/Add VPN + + + + + connected + conexo + + + + + not connected + no conectado + + + + VpnItem + + + Delete + Borrar + + + + + Disconnect + Desconectar + + + + + Connect + Conectar + + + diff --git a/plugins/vpn/translations/fr.ts b/plugins/vpn/translations/fr.ts new file mode 100644 index 00000000..bd40ce97 --- /dev/null +++ b/plugins/vpn/translations/fr.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + Ajouter d’autres + + + + Add WiredNetork + Ajouter WiredNetork + + + + ItemFrame + + + Add VPN + Ajouter un VPN + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + Afficher dans la barre des tâches + /Vpn/Show on Taskbar + + + + Add VPN + Ajouter un VPN + /Vpn/Add VPN + + + + + connected + relié + + + + + not connected + non connecté + + + + VpnItem + + + Delete + Supprimer + + + + + Disconnect + Déconnecter + + + + + Connect + Relier + + + diff --git a/plugins/vpn/translations/kk.ts b/plugins/vpn/translations/kk.ts new file mode 100644 index 00000000..42fd3a39 --- /dev/null +++ b/plugins/vpn/translations/kk.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + ItemFrame + + + Add VPN + VPN қосу + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + Тапсырмалар тақтасында көрсету + /Vpn/Show on Taskbar + + + + Add VPN + VPN қосу + /Vpn/Add VPN + + + + + connected + байланысқан + + + + + not connected + қосылмаған + + + + VpnItem + + + Delete + Өшіру + + + + + Disconnect + Ажырату + + + + + Connect + Қосылу + + + diff --git a/plugins/vpn/translations/ky.ts b/plugins/vpn/translations/ky.ts new file mode 100644 index 00000000..c9739274 --- /dev/null +++ b/plugins/vpn/translations/ky.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + ItemFrame + + + Add VPN + ВПН кошуу + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + Тапшырма панелинде көрсөтүү + /Vpn/Show on Taskbar + + + + Add VPN + ВПН кошуу + /Vpn/Add VPN + + + + + connected + туташтырылган + + + + + not connected + туташтырылган эмес + + + + VpnItem + + + Delete + Жоготуу + + + + + Disconnect + Ажыратуу + + + + + Connect + Туташуу + + + diff --git a/plugins/vpn/translations/tr.ts b/plugins/vpn/translations/tr.ts new file mode 100644 index 00000000..c3459824 --- /dev/null +++ b/plugins/vpn/translations/tr.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + ItemFrame + + + Add VPN + + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + + /Vpn/Show on Taskbar + + + + Add VPN + + /Vpn/Add VPN + + + + + connected + + + + + + not connected + + + + + VpnItem + + + Delete + + + + + + Disconnect + + + + + + Connect + + + + diff --git a/plugins/vpn/translations/ug.ts b/plugins/vpn/translations/ug.ts new file mode 100644 index 00000000..2091bb89 --- /dev/null +++ b/plugins/vpn/translations/ug.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + ItemFrame + + + Add VPN + VPN قوشۇش + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + Taskbar دا كۆرسىتىش + /Vpn/Show on Taskbar + + + + Add VPN + VPN قوشۇش + /Vpn/Add VPN + + + + + connected + ئۇلانغان + + + + + not connected + باغلانمىغان + + + + VpnItem + + + Delete + ئۆچۈر + + + + + Disconnect + ئۇلاشنى ئۈزۈۋېتىش + + + + + Connect + ئۇلاش + + + diff --git a/plugins/vpn/translations/zh_CN.ts b/plugins/vpn/translations/zh_CN.ts index ef0e9b29..1b937d80 100644 --- a/plugins/vpn/translations/zh_CN.ts +++ b/plugins/vpn/translations/zh_CN.ts @@ -64,19 +64,19 @@ VpnItem - + Delete 删除 - - + + Disconnect 断开 - - + + Connect 连接 diff --git a/plugins/vpn/translations/zh_Hant.ts b/plugins/vpn/translations/zh_Hant.ts new file mode 100644 index 00000000..464594a9 --- /dev/null +++ b/plugins/vpn/translations/zh_Hant.ts @@ -0,0 +1,84 @@ + + + + + AddNetBtn + + + Add Others + 添加其他 + + + + Add WiredNetork + 添加有線網路 + + + + ItemFrame + + + Add VPN + 添加 VPN + + + + Vpn + + + + VPN + + + + + import + + + + + + Show on Taskbar + 在任務列顯示圖示 + /Vpn/Show on Taskbar + + + + Add VPN + 添加 VPN + /Vpn/Add VPN + + + + + connected + 已連接 + + + + + not connected + 未連接 + + + + VpnItem + + + Delete + 刪除 + + + + + Disconnect + 斷開 + + + + + Connect + 連接 + + + diff --git a/plugins/vpn/vpn.pro b/plugins/vpn/vpn.pro index 32b78008..a5b4ff29 100644 --- a/plugins/vpn/vpn.pro +++ b/plugins/vpn/vpn.pro @@ -47,10 +47,19 @@ INSTALLS += target \ trans TRANSLATIONS += \ + translations/zh_Hant.ts \ translations/zh_CN.ts \ - translations/bo_CN.ts \ + translations/ug.ts \ + translations/tr.ts \ + translations/mn.ts \ + translations/ky.ts \ + translations/kk.ts \ + translations/fr.ts \ + translations/es.ts \ translations/en_US.ts \ - translations/mn.ts + translations/de.ts \ + translations/bo.ts\ + translations/bo_CN.ts CONFIG(release, debug|release) { !system($$PWD/translate_generation.sh): error("Failed to generate translation") diff --git a/plugins/wlanconnect/translations/bo.ts b/plugins/wlanconnect/translations/bo.ts index 51bf40aa..2e2adc1e 100644 --- a/plugins/wlanconnect/translations/bo.ts +++ b/plugins/wlanconnect/translations/bo.ts @@ -24,20 +24,21 @@ - + + WLAN - + open /wlanconnect/open - + Advanced settings /wlanconnect/Advanced settings" @@ -53,19 +54,19 @@ - + No wireless network card detected - - - + + + connected - + card diff --git a/plugins/wlanconnect/translations/bo_CN.ts b/plugins/wlanconnect/translations/bo_CN.ts index 876b3054..e11dd43e 100644 --- a/plugins/wlanconnect/translations/bo_CN.ts +++ b/plugins/wlanconnect/translations/bo_CN.ts @@ -24,20 +24,21 @@ - + + WLAN སྐུད་མེད་ཅུས་ཁོངས་ཀྱི་དྲ་བ། - + open སྒོ་ཕྱེ་བ། /wlanconnect/open - + Advanced settings སྔོན་ཐོན་གྱི་སྒྲིག་བཀོད། /wlanconnect/Advanced settings" @@ -61,19 +62,19 @@ བཀོད་སྒྲིག་བཅས་བྱ་དགོས། ཅོག་ངོས་ལ་བརྡ་ཐོ་གཏོང་དགོས། - + No wireless network card detected སྐུད་མེད་དྲ་རྒྱའི་བྱང་བུ་མ་རྙེད་པ། - - - + + + connected འབྲེལ་མཐུད་བྱེད་པ། - + card བྱང་བུ། diff --git a/plugins/wlanconnect/translations/de.ts b/plugins/wlanconnect/translations/de.ts new file mode 100644 index 00000000..9a873d4a --- /dev/null +++ b/plugins/wlanconnect/translations/de.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + Andere hinzufügen + + + + Add WiredNetork + WiredNetork hinzufügen + + + + WlanConnect + + + WlanConnect + WlanConnect + + + + + + + WLAN + WLAN + + + + + open + offen + /wlanconnect/open + + + + + Advanced settings + Erweiterte Einstellungen + /wlanconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + Settings + Einstellungen + + + + Settings desktop message + Desktop-Meldung für Einstellungen + + + + No wireless network card detected + Keine Wireless-Netzwerkkarte erkannt + + + + + + connected + verbunden + + + + card + Karte + + + diff --git a/plugins/wlanconnect/translations/en_US.ts b/plugins/wlanconnect/translations/en_US.ts index 0433849d..bdc40635 100644 --- a/plugins/wlanconnect/translations/en_US.ts +++ b/plugins/wlanconnect/translations/en_US.ts @@ -24,20 +24,21 @@ - + + WLAN WLAN - + open open /wlanconnect/open - + Advanced settings Advanced settings /wlanconnect/Advanced settings" @@ -61,19 +62,19 @@ - + No wireless network card detected No wireless network card detected - - - + + + connected connected - + card card diff --git a/plugins/wlanconnect/translations/es.ts b/plugins/wlanconnect/translations/es.ts new file mode 100644 index 00000000..30ed66e8 --- /dev/null +++ b/plugins/wlanconnect/translations/es.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + Agregar otros + + + + Add WiredNetork + Añadir WiredNetork + + + + WlanConnect + + + WlanConnect + WlanConnect + + + + + + + WLAN + WLAN + + + + + open + abrir + /wlanconnect/open + + + + + Advanced settings + Ajustes avanzados + /wlanconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + Settings + Configuración + + + + Settings desktop message + Mensaje de escritorio de configuración + + + + No wireless network card detected + No se ha detectado ninguna tarjeta de red inalámbrica + + + + + + connected + conexo + + + + card + tarjeta + + + diff --git a/plugins/wlanconnect/translations/fr.ts b/plugins/wlanconnect/translations/fr.ts new file mode 100644 index 00000000..7973ae43 --- /dev/null +++ b/plugins/wlanconnect/translations/fr.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + Ajouter d’autres + + + + Add WiredNetork + Ajouter WiredNetork + + + + WlanConnect + + + WlanConnect + WlanConnect (en anglais seulement) + + + + + + + WLAN + Réseau local sans fil (WLAN) + + + + + open + ouvrir + /wlanconnect/open + + + + + Advanced settings + Paramètres avancés + /wlanconnect/Advanced settings" + + + ukui control center + 控制面板 + + + ukui control center desktop message + 控制面板桌面通知 + + + + Settings + Paramètres + + + + Settings desktop message + Message sur le bureau des paramètres + + + + No wireless network card detected + Aucune carte réseau sans fil n’a été détectée + + + + + + connected + relié + + + + card + carte + + + diff --git a/plugins/wlanconnect/translations/kk.ts b/plugins/wlanconnect/translations/kk.ts new file mode 100644 index 00000000..31a7491f --- /dev/null +++ b/plugins/wlanconnect/translations/kk.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + WlanConnect + + + WlanConnect + WlanConnect + + + + + + + WLAN + WLAN + + + + + open + ашу + /wlanconnect/open + + + + + Advanced settings + Қосымша параметрлер + /wlanconnect/Advanced settings" + + + ukui control center + ukui басқару орталығы + + + ukui control center desktop message + ukui басқару орталығының жұмыс үстелі хабары + + + + Settings + + + + + Settings desktop message + + + + + No wireless network card detected + Сымсыз желі картасы анықталмады + + + + + + connected + байланысқан + + + + card + кәртішке + + + diff --git a/plugins/wlanconnect/translations/ky.ts b/plugins/wlanconnect/translations/ky.ts new file mode 100644 index 00000000..a7a84da6 --- /dev/null +++ b/plugins/wlanconnect/translations/ky.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + WlanConnect + + + WlanConnect + WlanConnect + + + + + + + WLAN + ВЛАН + + + + + open + ачык + /wlanconnect/open + + + + + Advanced settings + Өнүккөн параметрлер + /wlanconnect/Advanced settings" + + + ukui control center + укуи башкаруу борбору + + + ukui control center desktop message + укуи башкаруу борбору иш столунун билдирүүсү + + + + Settings + + + + + Settings desktop message + + + + + No wireless network card detected + Зымсыз тармак картасы табылган жок + + + + + + connected + туташтырылган + + + + card + карта + + + diff --git a/plugins/wlanconnect/translations/mn.ts b/plugins/wlanconnect/translations/mn.ts index 986ac6c9..9544ccad 100644 --- a/plugins/wlanconnect/translations/mn.ts +++ b/plugins/wlanconnect/translations/mn.ts @@ -24,20 +24,21 @@ - + + WLAN ᠤᠳᠠᠰᠤ ᠦᠬᠡᠢ ᠬᠡᠰᠡᠭ ᠰᠦᠯᠵᠢᠶ᠎ᠡ - + open ᠨᠡᠭᠡᠭᠡᠬᠦ /wlanconnect/open - + Advanced settings ᠦᠨᠳᠦᠷ ᠵᠡᠷᠬᠡ ᠵᠢᠨ ᠳᠤᠬᠢᠷᠠᠭᠤᠯᠤᠯᠳᠠ /wlanconnect/Advanced settings" @@ -61,19 +62,19 @@ ᠰᠢᠷᠡᠭᠡᠨ ᠨᠢᠭᠤᠷ᠎ᠤ᠋ᠨ ᠵᠠᠩᠭᠢ᠎ᠶ᠋ᠢ ᠵᠣᠬᠢᠷᠠᠭᠤᠯᠬᠤ - + No wireless network card detected ᠤᠳᠠᠰᠤ ᠦᠬᠡᠢ ᠨᠧᠲ ᠺᠠᠷᠲ᠎ᠢ ᠬᠢᠨᠠᠨ ᠬᠡᠮᠵᠢᠵᠤ ᠤᠯᠤᠭᠰᠠᠨ ᠦᠬᠡᠢ - - - + + + connected ᠨᠢᠬᠡᠨᠳᠡ ᠴᠦᠷᠬᠡᠯᠡᠪᠡ - + card ᠨᠧᠲ ᠺᠠᠷᠲ diff --git a/plugins/wlanconnect/translations/tr.ts b/plugins/wlanconnect/translations/tr.ts index 51bf40aa..2e2adc1e 100644 --- a/plugins/wlanconnect/translations/tr.ts +++ b/plugins/wlanconnect/translations/tr.ts @@ -24,20 +24,21 @@ - + + WLAN - + open /wlanconnect/open - + Advanced settings /wlanconnect/Advanced settings" @@ -53,19 +54,19 @@ - + No wireless network card detected - - - + + + connected - + card diff --git a/plugins/wlanconnect/translations/ug.ts b/plugins/wlanconnect/translations/ug.ts new file mode 100644 index 00000000..6527fd98 --- /dev/null +++ b/plugins/wlanconnect/translations/ug.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + + + + + Add WiredNetork + + + + + WlanConnect + + + WlanConnect + WlanConnect + + + + + + + WLAN + WLAN + + + + + open + ئېچىش + /wlanconnect/open + + + + + Advanced settings + ئىلغار تەڭشەكلەر + /wlanconnect/Advanced settings" + + + ukui control center + كۇكۇي كونترول مەركىزى + + + ukui control center desktop message + ukui كونترول مەركىزى ئۈستەل يۈزى ئۇچۇرى + + + + Settings + + + + + Settings desktop message + + + + + No wireless network card detected + سىمسىز تور كارتىسى بايقالمىدى + + + + + + connected + ئۇلانغان + + + + card + كارتا + + + diff --git a/plugins/wlanconnect/translations/zh_CN.ts b/plugins/wlanconnect/translations/zh_CN.ts index c1f0a350..a77266a3 100644 --- a/plugins/wlanconnect/translations/zh_CN.ts +++ b/plugins/wlanconnect/translations/zh_CN.ts @@ -24,20 +24,21 @@ - + + WLAN 无线局域网 - + open 开启 /wlanconnect/open - + Advanced settings 高级设置 /wlanconnect/Advanced settings" @@ -61,19 +62,19 @@ 设置 桌面通知 - + No wireless network card detected 未检测到无线网卡 - - - + + + connected 已连接 - + card 网卡 diff --git a/plugins/wlanconnect/translations/zh_Hant.ts b/plugins/wlanconnect/translations/zh_Hant.ts new file mode 100644 index 00000000..8ce243e1 --- /dev/null +++ b/plugins/wlanconnect/translations/zh_Hant.ts @@ -0,0 +1,82 @@ + + + + + AddNetBtn + + + Add Others + 添加其他 + + + + Add WiredNetork + 添加有線網路 + + + + WlanConnect + + + WlanConnect + 無線局域網 + + + + + + + WLAN + 無線局域網 + + + + + open + 開啟 + /wlanconnect/open + + + + + Advanced settings + 高級設置 + /wlanconnect/Advanced settings" + + + ukui control center + 烏奎控制中心 + + + ukui control center desktop message + UKUI 控制中心桌面消息 + + + + Settings + 設定 + + + + Settings desktop message + 設定案頭消息 + + + + No wireless network card detected + 未檢測到無線網卡 + + + + + + connected + 已連接 + + + + card + 網卡 + + + diff --git a/plugins/wlanconnect/wlanconnect.pro b/plugins/wlanconnect/wlanconnect.pro index 143f708a..17bac985 100644 --- a/plugins/wlanconnect/wlanconnect.pro +++ b/plugins/wlanconnect/wlanconnect.pro @@ -53,9 +53,16 @@ INSTALLS += target \ trans TRANSLATIONS += \ + translations/zh_Hant.ts \ translations/zh_CN.ts \ + translations/ug.ts \ translations/tr.ts \ - translations/bo.ts \ - translations/bo_CN.ts \ + translations/mn.ts \ + translations/ky.ts \ + translations/kk.ts \ + translations/fr.ts \ + translations/es.ts \ translations/en_US.ts \ - translations/mn.ts + translations/de.ts \ + translations/bo.ts\ + translations/bo_CN.ts diff --git a/src-vpn/src-vpn.pro b/src-vpn/src-vpn.pro index 312c4984..84bbd640 100644 --- a/src-vpn/src-vpn.pro +++ b/src-vpn/src-vpn.pro @@ -70,9 +70,18 @@ DISTFILES += \ org.ukui.kylin-vpn.switch.gschema.xml TRANSLATIONS += \ + translations/kylin-vpn_zh_Hant.ts \ translations/kylin-vpn_zh_CN.ts \ - translations/kylin-vpn_bo_CN.ts \ - translations/kylin-vpn_mn.ts + translations/kylin-vpn_ug.ts \ + translations/kylin-vpn_tr.ts \ + translations/kylin-vpn_mn.ts \ + translations/kylin-vpn_ky.ts \ + translations/kylin-vpn_kk.ts \ + translations/kylin-vpn_fr.ts \ + translations/kylin-vpn_es.ts \ + translations/kylin-vpn_de.ts \ + translations/kylin-vpn_bo.ts\ + translations/kylin-vpn_bo_CN.ts CONFIG(release, debug|release) { !system($$PWD/translate_generation.sh): error("Failed to generate translation") diff --git a/src-vpn/translations/kylin-vpn_bo.ts b/src-vpn/translations/kylin-vpn_bo.ts new file mode 100644 index 00000000..f988f55c --- /dev/null +++ b/src-vpn/translations/kylin-vpn_bo.ts @@ -0,0 +1,839 @@ + + + + + SinglePage + + + Settings + + + + + Kylin VPN + + + + + kylin vpn applet desktop message + + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + + + + + Use Stateful encryption + + + + + Send PPP echo packets + + + + + Authentication Mode: + + + + + PAP authentication + + + + + CHAP authentication + + + + + MSCHAP authentication + + + + + MSCHAP2 authentication + + + + + EAP authentication + + + + + Compression Mode: + + + + + Allow BSD data compression + + + + + Allow Default data compression + + + + + Allow TCP header compression + + + + + Use protocol field compression negotiation + + + + + Use Address/Control compression + + + + + All Available + + + + + 128-bit + + + + + 40-bit + + + + + Use custom gateway port + + + + + Use compression + + + + + Use a TCP connection + + + + + Set virtual device type + + + + + Set virtual device name + + + + + Limit TCP Maximum Segment Size(MSS) + + + + + Randomize remote hosts + + + + + IPv6 tun link + + + + + Specify ping interval + + + + + Specify exit or restart ping + + + + + Specify max routes + + + + + Infinite retry on error + + + + + Use custom key size + + + + + Choose + + + + + Use custom renegotiation interval + + + + + Use custom tunnel Maximum Transmission Umit(MTU) + + + + + Use custom UDP fragment size + + + + + Accept authenticated packets from any address (Float) + + + + + Subject Match + + + + + Key File + + + + + Key Direction + + + + + Server Address + + + + + Port + + + + + Proxy USername + + + + + Proxy Password + + + + + General + + + + + TLS settings + + + + + Server Certificate Check + + + + + Use the previous authentication end (server) certificate + + + + + Verify peer (server) certificate nsCertType specification + + + + + Mode + + + + + Proxies + + + + + Proxy Type + + + + + Security + + + + + HMAC Authentication + + + + + Input content + + + + + No + + + + + Self-adaption + + + + + Automatic + + + + + Exit + + + + + Restart + + + + + Don't verify certificate identification + + + + + Verify the entire subject exactly + + + + + Verify name exactly + + + + + Verify name by prefix + + + + + + Server + + + + + + Client + + + + + + + None + + + + + TLS-Certification + + + + + TLS-Encryption + + + + + Not Required + + + + + Default + + + + + Options: + + + + + Request an inner IP address + + + + + Enforce UDP encapsulation + + + + + Use IP compression + + + + + Enable custom password suggestions + + + + + Choose a private key + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + + + + + VpnConfigPage + + + Type + + + + + Name + + + + + Static Key + + + + + Local IP + + + + + Remote IP + + + + + PIN Code + + + + + + + Password + + + + + NT Domain + + + + + Server Address + + + + + Authentication Mode + + + + + CA Certificate + + + + + User Certificate + + + + + Key Direction + + + + + Private Key + + + + + Private Key Password + + + + + + Password Options + + + + + Username + + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + + + + + + + + Choose + + + + + None + + + + + + Save password only for this user + + + + + + Save password for all users + + + + + + Ask password every time + + + + + + Don't require a password + + + + + + Required + + + + + Certificate(TLS) + + + + + Static key + + + + + Password and certificate(TLS) + + + + + Certificate/Private key + + + + + Certificate/ssh-agent + + + + + Smart card + + + + + Choose a private key + + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + + + + + Choose a CA certificate + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + + Choose a User certificate + + + + + Choose a Static key + + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + + + + + Auto Connection + + + + + Cancel + + + + + Confirm + + + + + VpnIpv4Page + + + IPv4 Config + + + + + Address + + + + + Netmask + + + + + Default Gateway + + + + + DNS Server + + + + + Search Domain + + + + + DHCP Client ID + + + + + Auto(DHCP) + + + + + Manual + + + + + VpnIpv6Page + + + IPv6 Config + + + + + Address + + + + + Netmask + + + + + Default Gateway + + + + + DNS Server + + + + + Search Domain + + + + + Auto(DHCP) + + + + + Manual + + + + + VpnListItem + + + Not connected + + + + + + Disconnect + + + + + + Connect + + + + + VpnPage + + + VPN + + + + + VPN Settings + + + + + vpnAddPage + + + create VPN + + + + + VPN Type + VPN类型 + + + + VPN Name + + + + + + Required + + + + + VPN Server + + + + + Auto Connection + + + + + Confirm + + + + + Cancel + + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + + + + diff --git a/src-vpn/translations/kylin-vpn_de.ts b/src-vpn/translations/kylin-vpn_de.ts new file mode 100644 index 00000000..7cdbd70d --- /dev/null +++ b/src-vpn/translations/kylin-vpn_de.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + Einstellungen + + + + Kylin VPN + Kylin VPN + + + + kylin vpn applet desktop message + Kylin VPN-Applet-Desktop-Nachricht + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + MPPE-Verschlüsselungsalgorithmus: + + + + Use Stateful encryption + Zustandsbehaftete Verschlüsselung verwenden + + + + Send PPP echo packets + PPP-Echo-Pakete senden + + + + Authentication Mode: + Authentifizierungsmodus: + + + + PAP authentication + PAP-Authentifizierung + + + + CHAP authentication + CHAP-Authentifizierung + + + + MSCHAP authentication + MSCHAP-Authentifizierung + + + + MSCHAP2 authentication + MSCHAP2 Authentifizierung + + + + EAP authentication + EAP-Authentifizierung + + + + Compression Mode: + Komprimierungs-Modus: + + + + Allow BSD data compression + BSD-Datenkomprimierung zulassen + + + + Allow Default data compression + Standard-Datenkomprimierung zulassen + + + + Allow TCP header compression + TCP-Header-Komprimierung zulassen + + + + Use protocol field compression negotiation + Verwenden der Protokollfeldkomprimierungsaushandlung + + + + Use Address/Control compression + Adress-/Steuerungskomprimierung verwenden + + + + All Available + Alle verfügbaren + + + + 128-bit + 128-Bit + + + + 40-bit + 40-Bit + + + + Use custom gateway port + Verwenden eines benutzerdefinierten Gateway-Ports + + + + Use compression + Verwenden der Komprimierung + + + + Use a TCP connection + Verwenden einer TCP-Verbindung + + + + Set virtual device type + Festlegen des virtuellen Gerätetyps + + + + Set virtual device name + Festlegen des Namens des virtuellen Geräts + + + + Limit TCP Maximum Segment Size(MSS) + Maximale TCP-Segmentgröße begrenzen (MSS) + + + + Randomize remote hosts + Randomisierung von Remote-Hosts + + + + IPv6 tun link + IPv6-Verbindung + + + + Specify ping interval + Ping-Intervall angeben + + + + Specify exit or restart ping + Beenden oder Neustarten des Pings angeben + + + + Specify max routes + Angeben von max. Routen + + + + Infinite retry on error + Unendliche Wiederholung bei Fehler + + + + Use custom key size + Benutzerdefinierte Schlüsselgröße verwenden + + + + Choose + Wählen + + + + Use custom renegotiation interval + Benutzerdefiniertes Neuverhandlungsintervall verwenden + + + + Use custom tunnel Maximum Transmission Umit(MTU) + Benutzerdefinierte maximale Übertragungsumit (MTU) des Tunnels verwenden + + + + Use custom UDP fragment size + Benutzerdefinierte UDP-Fragmentgröße verwenden + + + + Accept authenticated packets from any address (Float) + Akzeptieren Sie authentifizierte Pakete von einer beliebigen Adresse (Float) + + + + Subject Match + Betreff-Übereinstimmung + + + + Key File + Schlüssel-Datei + + + + Key Direction + Wichtige Richtung + + + + Server Address + Server-Adresse + + + + Port + Hafen + + + + Proxy USername + Proxy USername + + + + Proxy Password + Proxy-Passwort + + + + General + Allgemein + + + + TLS settings + TLS-Einstellungen + + + + Server Certificate Check + Überprüfung des Serverzertifikats + + + + Use the previous authentication end (server) certificate + Verwenden Sie das vorherige Authentifizierungsendzertifikat (Serverzertifikat) + + + + Verify peer (server) certificate nsCertType specification + Überprüfen der nsCertType-Spezifikation des Peerzertifikats (Serverzertifikats) + + + + Mode + Modus + + + + Proxies + Vertretungen + + + + Proxy Type + Proxy-Typ + + + + Security + Sicherheit + + + + HMAC Authentication + HMAC-Authentifizierung + + + + Input content + Inhalt eingeben + + + + No + Nein + + + + Self-adaption + Selbstanpassung + + + + Automatic + Automatisch + + + + Exit + Ausgang + + + + Restart + Neustarten + + + + Don't verify certificate identification + Zertifikatsidentifikation nicht überprüfen + + + + Verify the entire subject exactly + Verifizieren Sie den gesamten Betreff genau + + + + Verify name exactly + Den Namen genau verifizieren + + + + Verify name by prefix + Überprüfen des Namens anhand des Präfixes + + + + + Server + Server + + + + + Client + Kunde + + + + + + None + Nichts + + + + TLS-Certification + TLS-Zertifizierung + + + + TLS-Encryption + TLS-Verschlüsselung + + + + Not Required + Nicht erforderlich + + + + Default + Vorgabe + + + + Options: + Optionen: + + + + Request an inner IP address + Anfordern einer inneren IP-Adresse + + + + Enforce UDP encapsulation + Erzwingen der UDP-Kapselung + + + + Use IP compression + IP-Komprimierung verwenden + + + + Enable custom password suggestions + Benutzerdefinierte Passwortvorschläge aktivieren + + + + Choose a private key + Wählen Sie einen privaten Schlüssel aus + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Schlüsseldateien (*.key, *.pem, *.der, *.p12, *.pfx) + + + + VpnConfigPage + + + Type + Art + + + + Name + Name + + + + Static Key + Statischer Schlüssel + + + + Local IP + Lokale IP-Adresse + + + + Remote IP + Remote-IP + + + + PIN Code + PIN-Code + + + + + + Password + Passwort + + + + NT Domain + NT-Domäne + + + + Server Address + Server-Adresse + + + + Authentication Mode + Authentifizierungsmodus + + + + CA Certificate + CA-Zertifikat + + + + User Certificate + Benutzer-Zertifikat + + + + Key Direction + Wichtige Richtung + + + + Private Key + Privater Schlüssel + + + + Private Key Password + Passwort für den privaten Schlüssel + + + + + Password Options + Passwort-Optionen + + + + Username + Nutzername + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + Bemerken: +Wenn die Schlüsselrichtung verwendet wird, muss sie der verwendeten VPN-Seite entgegengesetzt sein. Wenn '1' verwendet wird, muss die Verbindung '0' verwenden. Wenn Sie sich nicht sicher sind, welchen Wert Sie verwenden sollen, wenden Sie sich bitte an Ihren Systemadministrator. + + + + + + + Choose + Wählen + + + + None + Nichts + + + + + Save password only for this user + Passwort nur für diesen Benutzer speichern + + + + + Save password for all users + Passwort für alle Benutzer speichern + + + + + Ask password every time + Jedes Mal nach dem Passwort fragen + + + + + Don't require a password + Kein Passwort erforderlich + + + + + Required + Erforderlich + + + + Certificate(TLS) + Zertifikat (TLS) + + + + Static key + Statischer Schlüssel + + + + Password and certificate(TLS) + Passwort und Zertifikat (TLS) + + + + Certificate/Private key + Zertifikat/Privater Schlüssel + + + + Certificate/ssh-agent + Zertifikat/SSH-Agent + + + + Smart card + Chipkarte + + + + Choose a private key + Wählen Sie einen privaten Schlüssel aus + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Schlüsseldateien (*.key, *.pem, *.der, *.p12, *.pfx) + + + + Choose a CA certificate + Auswählen eines CA-Zertifikats + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA-Dateien (*.pem, *.der, *.p12, *.crt, *.cer, *.pfx) + + + + Choose a User certificate + Auswählen eines Benutzerzertifikats + + + + Choose a Static key + Auswählen eines statischen Schlüssels + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + Fortgeschritten + + + + Auto Connection + Automatische Verbindung + + + + Cancel + Abbrechen + + + + Confirm + Bestätigen + + + + VpnIpv4Page + + + IPv4 Config + IPv4-Konfiguration + + + + Address + Adresse + + + + Netmask + Netzmaske + + + + Default Gateway + Standardgateway + + + + DNS Server + DNS-Server + + + + Search Domain + Domain suchen + + + + DHCP Client ID + DHCP-Client-ID + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuell + + + + VpnIpv6Page + + + IPv6 Config + IPv6-Konfiguration + + + + Address + Adresse + + + + Netmask + Netzmaske + + + + Default Gateway + Standardgateway + + + + DNS Server + DNS-Server + + + + Search Domain + Domain suchen + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuell + + + + VpnListItem + + + Not connected + Nicht verbunden + + + + + Disconnect + Trennen + + + + + Connect + Verbinden + + + + VpnPage + + + VPN + + + + + VPN Settings + VPN-Einstellungen + + + + vpnAddPage + + + create VPN + VPN erstellen + + + + VPN Type + VPN-Typ + + + + VPN Name + VPN-Name + + + + + Required + Erforderlich + + + + VPN Server + VPN-Server + + + + Auto Connection + Automatische Verbindung + + + + Confirm + Bestätigen + + + + Cancel + Abbrechen + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + VPN-Tool + + + diff --git a/src-vpn/translations/kylin-vpn_es.ts b/src-vpn/translations/kylin-vpn_es.ts new file mode 100644 index 00000000..e213e9a1 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_es.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + Configuración + + + + Kylin VPN + Kylin VPN + + + + kylin vpn applet desktop message + Mensaje de escritorio del applet de VPN de Kylin + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + Algoritmo de encriptación MPPE: + + + + Use Stateful encryption + Usar el cifrado con estado + + + + Send PPP echo packets + Envío de paquetes de eco PPP + + + + Authentication Mode: + Modo de autenticación: + + + + PAP authentication + Autenticación PAP + + + + CHAP authentication + Autenticación CHAP + + + + MSCHAP authentication + Autenticación MSCHAP + + + + MSCHAP2 authentication + Autenticación MSCHAP2 + + + + EAP authentication + Autenticación EAP + + + + Compression Mode: + Modo de compresión: + + + + Allow BSD data compression + Permitir la compresión de datos BSD + + + + Allow Default data compression + Permitir la compresión de datos predeterminada + + + + Allow TCP header compression + Permitir la compresión de encabezados TCP + + + + Use protocol field compression negotiation + Uso de la negociación de compresión de campos de protocolo + + + + Use Address/Control compression + Usar compresión de dirección/control + + + + All Available + Todo disponible + + + + 128-bit + 128 bits + + + + 40-bit + 40 bits + + + + Use custom gateway port + Usar puerto de puerta de enlace personalizado + + + + Use compression + Usar compresión + + + + Use a TCP connection + Usar una conexión TCP + + + + Set virtual device type + Establecer el tipo de dispositivo virtual + + + + Set virtual device name + Establecer el nombre del dispositivo virtual + + + + Limit TCP Maximum Segment Size(MSS) + Limitar el tamaño máximo de segmento TCP (MSS) + + + + Randomize remote hosts + Aleatorización de hosts remotos + + + + IPv6 tun link + Enlace de tun IPv6 + + + + Specify ping interval + Especificar intervalo de ping + + + + Specify exit or restart ping + Especificar el ping de salida o reinicio + + + + Specify max routes + Especificar el número máximo de rutas + + + + Infinite retry on error + Reintento infinito en caso de error + + + + Use custom key size + Usar un tamaño de clave personalizado + + + + Choose + Elegir + + + + Use custom renegotiation interval + Usar intervalo de renegociación personalizado + + + + Use custom tunnel Maximum Transmission Umit(MTU) + Usar Umit de transmisión máxima de túnel personalizado (MTU) + + + + Use custom UDP fragment size + Usar un tamaño de fragmento UDP personalizado + + + + Accept authenticated packets from any address (Float) + Aceptar paquetes autenticados desde cualquier dirección (flotante) + + + + Subject Match + Coincidencia de sujeto + + + + Key File + Archivo de claves + + + + Key Direction + Dirección clave + + + + Server Address + Dirección del servidor + + + + Port + Puerto + + + + Proxy USername + Proxy USername + + + + Proxy Password + Contraseña de proxy + + + + General + General + + + + TLS settings + Configuración de TLS + + + + Server Certificate Check + Comprobación de certificados de servidor + + + + Use the previous authentication end (server) certificate + Usar el certificado final de autenticación (servidor) anterior + + + + Verify peer (server) certificate nsCertType specification + Comprobación de la especificación nsCertType del certificado del mismo nivel (servidor) + + + + Mode + Modo + + + + Proxies + Proxies + + + + Proxy Type + Tipo de proxy + + + + Security + Seguridad + + + + HMAC Authentication + Autenticación HMAC + + + + Input content + Contenido de entrada + + + + No + No + + + + Self-adaption + Autoadaptación + + + + Automatic + Automático + + + + Exit + Salida + + + + Restart + Reanudar + + + + Don't verify certificate identification + No verificar la identificación del certificado + + + + Verify the entire subject exactly + Verifique todo el sujeto exactamente + + + + Verify name exactly + Verifique el nombre exactamente + + + + Verify name by prefix + Verificar el nombre por prefijo + + + + + Server + Servidor + + + + + Client + Cliente + + + + + + None + Ninguno + + + + TLS-Certification + Certificación TLS + + + + TLS-Encryption + Cifrado TLS + + + + Not Required + No es necesario + + + + Default + Predeterminado + + + + Options: + Opciones: + + + + Request an inner IP address + Solicitar una dirección IP interna + + + + Enforce UDP encapsulation + Aplicación de la encapsulación UDP + + + + Use IP compression + Usar la compresión IP + + + + Enable custom password suggestions + Habilitar sugerencias de contraseñas personalizadas + + + + Choose a private key + Elegir una clave privada + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Archivos de claves (*.key, *.pem, *.der, *.p12, *.pfx) + + + + VpnConfigPage + + + Type + Tipo + + + + Name + Nombre + + + + Static Key + Clave estática + + + + Local IP + Local IP + + + + Remote IP + IP remota + + + + PIN Code + Código PIN + + + + + + Password + Contraseña + + + + NT Domain + Dominio NT + + + + Server Address + Dirección del servidor + + + + Authentication Mode + Modo de autenticación + + + + CA Certificate + Certificado de CA + + + + User Certificate + Certificado de usuario + + + + Key Direction + Dirección clave + + + + Private Key + Clave privada + + + + Private Key Password + Contraseña de clave privada + + + + + Password Options + Opciones de contraseña + + + + Username + Nombre de usuario + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + Notar: +Si se utiliza la dirección de la clave, debe ser opuesta al lado de la VPN utilizado. Si se usa '1', la conexión debe usar '0'. Si no está seguro de qué valor utilizar, póngase en contacto con el administrador del sistema. + + + + + + + Choose + Elegir + + + + None + Ninguno + + + + + Save password only for this user + Guardar contraseña solo para este usuario + + + + + Save password for all users + Guardar contraseña para todos los usuarios + + + + + Ask password every time + Pregunte la contraseña cada vez + + + + + Don't require a password + No requiere una contraseña + + + + + Required + Obligatorio + + + + Certificate(TLS) + Certificado (TLS) + + + + Static key + Clave estática + + + + Password and certificate(TLS) + Contraseña y certificado (TLS) + + + + Certificate/Private key + Certificado/Clave privada + + + + Certificate/ssh-agent + Certificado/ssh-agente + + + + Smart card + Tarjeta inteligente + + + + Choose a private key + Elegir una clave privada + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Archivos de claves (*.key, *.pem, *.der, *.p12, *.pfx) + + + + Choose a CA certificate + Elección de un certificado de CA + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + Archivos CA (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + Elegir un certificado de usuario + + + + Choose a Static key + Elegir una clave estática + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + Avanzado + + + + Auto Connection + Conexión automática + + + + Cancel + Cancelar + + + + Confirm + Confirmar + + + + VpnIpv4Page + + + IPv4 Config + Configuración de IPv4 + + + + Address + Dirección + + + + Netmask + Máscara de red + + + + Default Gateway + Puerta de enlace predeterminada + + + + DNS Server + Servidor DNS + + + + Search Domain + Dominio de búsqueda + + + + DHCP Client ID + ID de cliente DHCP + + + + Auto(DHCP) + Automático (DHCP) + + + + Manual + Manual + + + + VpnIpv6Page + + + IPv6 Config + Configuración de IPv6 + + + + Address + Dirección + + + + Netmask + Máscara de red + + + + Default Gateway + Puerta de enlace predeterminada + + + + DNS Server + Servidor DNS + + + + Search Domain + Dominio de búsqueda + + + + Auto(DHCP) + Automático (DHCP) + + + + Manual + Manual + + + + VpnListItem + + + Not connected + No conectado + + + + + Disconnect + Desconectar + + + + + Connect + Conectar + + + + VpnPage + + + VPN + + + + + VPN Settings + Configuración de VPN + + + + vpnAddPage + + + create VPN + crear VPN + + + + VPN Type + Tipo de VPN + + + + VPN Name + Nombre de la VPN + + + + + Required + Obligatorio + + + + VPN Server + Servidor VPN + + + + Auto Connection + Conexión automática + + + + Confirm + Confirmar + + + + Cancel + Cancelar + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + Herramienta VPN + + + diff --git a/src-vpn/translations/kylin-vpn_fr.ts b/src-vpn/translations/kylin-vpn_fr.ts new file mode 100644 index 00000000..369ca612 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_fr.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + Paramètres + + + + Kylin VPN + Kylin VPN + + + + kylin vpn applet desktop message + Kylin VPN applet desktop message + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + Algorithme de chiffrement MPPE : + + + + Use Stateful encryption + Utiliser le chiffrement avec état + + + + Send PPP echo packets + Envoyer des paquets d’écho PPP + + + + Authentication Mode: + Mode d’authentification : + + + + PAP authentication + Authentification PAP + + + + CHAP authentication + Authentification CHAP + + + + MSCHAP authentication + Authentification MSCHAP + + + + MSCHAP2 authentication + MSCHAP2 authentification + + + + EAP authentication + Authentification EAP + + + + Compression Mode: + Mode de compression : + + + + Allow BSD data compression + Autoriser la compression des données BSD + + + + Allow Default data compression + Autoriser la compression des données par défaut + + + + Allow TCP header compression + Autoriser la compression de l’en-tête TCP + + + + Use protocol field compression negotiation + Utiliser la négociation de compression de champ de protocole + + + + Use Address/Control compression + Utiliser la compression d’adresse/contrôle + + + + All Available + Tous disponibles + + + + 128-bit + 128 bits + + + + 40-bit + 40 bits + + + + Use custom gateway port + Utiliser un port de passerelle personnalisé + + + + Use compression + Utiliser la compression + + + + Use a TCP connection + Utiliser une connexion TCP + + + + Set virtual device type + Définir le type d’appareil virtuel + + + + Set virtual device name + Définir le nom de l’appareil virtuel + + + + Limit TCP Maximum Segment Size(MSS) + Taille maximale du segment TCP limite (MSS) + + + + Randomize remote hosts + Randomiser les hôtes distants + + + + IPv6 tun link + Liaison tun IPv6 + + + + Specify ping interval + Spécifier l’intervalle ping + + + + Specify exit or restart ping + Spécifier la sortie ou le redémarrage ping + + + + Specify max routes + Spécifier le nombre maximal d’itinéraires + + + + Infinite retry on error + Nouvelle tentative infinie en cas d’erreur + + + + Use custom key size + Utiliser une taille de clé personnalisée + + + + Choose + Choisir + + + + Use custom renegotiation interval + Utiliser un intervalle de renégociation personnalisé + + + + Use custom tunnel Maximum Transmission Umit(MTU) + Utiliser un tunnel personnalisé Maximum Transmission Umit (MTU) + + + + Use custom UDP fragment size + Utiliser une taille de fragment UDP personnalisée + + + + Accept authenticated packets from any address (Float) + Accepter les paquets authentifiés à partir de n’importe quelle adresse (Float) + + + + Subject Match + Correspondance du sujet + + + + Key File + Fichier clé + + + + Key Direction + Direction clé + + + + Server Address + Adresse du serveur + + + + Port + Port + + + + Proxy USername + Proxy USername + + + + Proxy Password + Mot de passe proxy + + + + General + Généralités + + + + TLS settings + Paramètres TLS + + + + Server Certificate Check + Vérification du certificat du serveur + + + + Use the previous authentication end (server) certificate + Utiliser le certificat d’extrémité (serveur) d’authentification précédent + + + + Verify peer (server) certificate nsCertType specification + Vérifier la spécification nsCertType du certificat homologue (serveur) + + + + Mode + Mode + + + + Proxies + Procurations + + + + Proxy Type + Proxy Type + + + + Security + Sécurité + + + + HMAC Authentication + Authentification HMAC + + + + Input content + Contenu d’entrée + + + + No + Non + + + + Self-adaption + Auto-adaptation + + + + Automatic + Automatique + + + + Exit + Sortie + + + + Restart + Redémarrer + + + + Don't verify certificate identification + Ne pas vérifier l’identification du certificat + + + + Verify the entire subject exactly + Vérifiez exactement l’ensemble du sujet + + + + Verify name exactly + Vérifier le nom exactement + + + + Verify name by prefix + Vérifier le nom par préfixe + + + + + Server + Serveur + + + + + Client + Client + + + + + + None + Aucun + + + + TLS-Certification + Certification TLS + + + + TLS-Encryption + Cryptage TLS + + + + Not Required + Non requis + + + + Default + Faire défaut + + + + Options: + Options: + + + + Request an inner IP address + Demander une adresse IP interne + + + + Enforce UDP encapsulation + Appliquer l’encapsulation UDP + + + + Use IP compression + Utiliser la compression IP + + + + Enable custom password suggestions + Activer les suggestions de mots de passe personnalisés + + + + Choose a private key + Choisir une clé privée + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Fichiers clés (*.key, *.pem, *.der, *.p12, *.pfx) + + + + VpnConfigPage + + + Type + Type + + + + Name + Nom + + + + Static Key + Clé statique + + + + Local IP + Adresse IP locale + + + + Remote IP + IP distante + + + + PIN Code + PIN Code + + + + + + Password + Mot de passe + + + + NT Domain + Domaine NT + + + + Server Address + Adresse du serveur + + + + Authentication Mode + Mode d’authentification + + + + CA Certificate + Certificat d’autorité de certification + + + + User Certificate + Certificat d’utilisateur + + + + Key Direction + Direction clé + + + + Private Key + Clé privée + + + + Private Key Password + Mot de passe de clé privée + + + + + Password Options + Options de mot de passe + + + + Username + Nom d’utilisateur + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + Remarquer: +Si la direction de la clé est utilisée, elle doit être opposée au côté VPN utilisé. Si '1' est utilisé, la connexion doit utiliser '0'. Si vous n’êtes pas sûr de la valeur à utiliser, contactez votre administrateur système. + + + + + + + Choose + Choisir + + + + None + Aucun + + + + + Save password only for this user + Enregistrer le mot de passe uniquement pour cet utilisateur + + + + + Save password for all users + Enregistrer le mot de passe pour tous les utilisateurs + + + + + Ask password every time + Demander le mot de passe à chaque fois + + + + + Don't require a password + Pas besoin de mot de passe + + + + + Required + Obligatoire + + + + Certificate(TLS) + Certificat (TLS) + + + + Static key + Clé statique + + + + Password and certificate(TLS) + Mot de passe et certificat (TLS) + + + + Certificate/Private key + Certificat/Clé privée + + + + Certificate/ssh-agent + Certificat/agent ssh + + + + Smart card + Carte à puce + + + + Choose a private key + Choisir une clé privée + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Fichiers clés (*.key, *.pem, *.der, *.p12, *.pfx) + + + + Choose a CA certificate + Choisir un certificat d’autorité de certification + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + Fichiers CA (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + Choisir un certificat d’utilisateur + + + + Choose a Static key + Choisir une clé statique + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + Avancé + + + + Auto Connection + Connexion automatique + + + + Cancel + Annuler + + + + Confirm + Confirmer + + + + VpnIpv4Page + + + IPv4 Config + Configuration IPv4 + + + + Address + Adresse + + + + Netmask + Masque de réseau + + + + Default Gateway + Passerelle par défaut + + + + DNS Server + Serveur DNS + + + + Search Domain + Domaine de recherche + + + + DHCP Client ID + DHCP Client ID + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuelle + + + + VpnIpv6Page + + + IPv6 Config + Configuration IPv6 + + + + Address + Adresse + + + + Netmask + Masque de réseau + + + + Default Gateway + Passerelle par défaut + + + + DNS Server + Serveur DNS + + + + Search Domain + Domaine de recherche + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuelle + + + + VpnListItem + + + Not connected + Non connecté + + + + + Disconnect + Déconnecter + + + + + Connect + Relier + + + + VpnPage + + + VPN + + + + + VPN Settings + Paramètres VPN + + + + vpnAddPage + + + create VPN + créer un VPN + + + + VPN Type + VPN Type + + + + VPN Name + Nom du VPN + + + + + Required + Obligatoire + + + + VPN Server + Serveur VPN + + + + Auto Connection + Connexion automatique + + + + Confirm + Confirmer + + + + Cancel + Annuler + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + Outil VPN + + + diff --git a/src-vpn/translations/kylin-vpn_kk.ts b/src-vpn/translations/kylin-vpn_kk.ts new file mode 100644 index 00000000..ff3001f1 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_kk.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + Параметрлер + + + + Kylin VPN + Килин ВПН + + + + kylin vpn applet desktop message + kylin vpn applet жұмыс үстелі хабары + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + MPPE шифрлау алгоритмі: + + + + Use Stateful encryption + Шифрлауды пайдалану + + + + Send PPP echo packets + МЖӘ жаңғырық пакеттерін жіберу + + + + Authentication Mode: + Аутентификация режимі: + + + + PAP authentication + PAP аутентификациясы + + + + CHAP authentication + CHAP аутентификациясы + + + + MSCHAP authentication + MSCHAP аутентификациясы + + + + MSCHAP2 authentication + MSCHAP2 аутентификациясы + + + + EAP authentication + EAP аутентификациясы + + + + Compression Mode: + Сығылу режимі: + + + + Allow BSD data compression + BSD деректерін қысуға рұқсат ету + + + + Allow Default data compression + Әдепкі деректерді қысуға рұқсат ету + + + + Allow TCP header compression + TCP тақырыбының қысылуына рұқсат беру + + + + Use protocol field compression negotiation + Хаттама өрісін қысу туралы келіссөздерді пайдалану + + + + Use Address/Control compression + Адресті/Басқару сығылуын пайдалану + + + + All Available + Барлық қол жетімді + + + + 128-bit + 128 бит + + + + 40-bit + 40 бит + + + + Use custom gateway port + Реттелетін шлюз портын пайдалану + + + + Use compression + Қысуды пайдалану + + + + Use a TCP connection + TCP қосылымын пайдалану + + + + Set virtual device type + Виртуалды құрылғы түрін орнату + + + + Set virtual device name + Виртуалды құрылғы атауын орнату + + + + Limit TCP Maximum Segment Size(MSS) + Limit TCP ең үлкен сегмент өлшемі (MSS) + + + + Randomize remote hosts + Қашықтағы хосттарды рандомизациялау + + + + IPv6 tun link + IPv6 тун сілтемесі + + + + Specify ping interval + Ping интервалын көрсету + + + + Specify exit or restart ping + Шығу немесе қайта іске қосу пингвинін көрсету + + + + Specify max routes + Max маршруттарын көрсету + + + + Infinite retry on error + Қате бойынша шексіз ретрибция + + + + Use custom key size + Реттелетін кілт өлшемін пайдалану + + + + Choose + Таңдау + + + + Use custom renegotiation interval + Реттелетін қайта жасау аралығын пайдалану + + + + Use custom tunnel Maximum Transmission Umit(MTU) + Реттелетін туннельді пайдалану Максималды трансмиссия Umit(MTU) + + + + Use custom UDP fragment size + Реттелетін UDP фрагмент өлшемін пайдалану + + + + Accept authenticated packets from any address (Float) + Кез келген мекенжайдан аутентификацияланған пакеттерді қабылдау (Float) + + + + Subject Match + Тақырып сәйкестігі + + + + Key File + Негізгі файл + + + + Key Direction + Негізгі бағыт + + + + Server Address + Сервер адресі + + + + Port + Порт + + + + Proxy USername + Прокси Усернаме + + + + Proxy Password + Прокси паролі + + + + General + Жалпы + + + + TLS settings + TLS параметрлері + + + + Server Certificate Check + Сервер сертификатын тексеру + + + + Use the previous authentication end (server) certificate + Алдыңғы аутентификация соңы (сервер) сертификатын пайдалану + + + + Verify peer (server) certificate nsCertType specification + NScertType сертификатының тең (сервер) сертификатын тексеру + + + + Mode + Режім + + + + Proxies + Сенімхаттар + + + + Proxy Type + Прокси түрі + + + + Security + Қауіпсіздік + + + + HMAC Authentication + HMAC аутентификациясы + + + + Input content + Мазмұнды енгізу + + + + No + Жоқ + + + + Self-adaption + Өзін-өзі бейімдеу + + + + Automatic + Автоматты түрде + + + + Exit + Шығу + + + + Restart + Қайта іске қосу + + + + Don't verify certificate identification + Куәлік идентификациясын тексермеу + + + + Verify the entire subject exactly + Бүкіл тақырыпты дәл тексеру + + + + Verify name exactly + Атауын дәл тексеру + + + + Verify name by prefix + Атауын префикс арқылы тексеру + + + + + Server + Сервер + + + + + Client + Клиент + + + + + + None + Ешқайсысы + + + + TLS-Certification + TLS- сертификациясы + + + + TLS-Encryption + TLS- шифрлау + + + + Not Required + Қажет емес + + + + Default + Әдетті + + + + Options: + Параметрлер: + + + + Request an inner IP address + Ішкі IP мекенжайын сұрау + + + + Enforce UDP encapsulation + УДП капсуласын мәжбүрлеп орындату + + + + Use IP compression + IP қысуды пайдалану + + + + Enable custom password suggestions + Реттелетін құпия сөз ұсыныстарын қосу + + + + Choose a private key + Жеке кілтті таңдау + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Негізгі файлдар (*.key *.pem *.der *.p12 *.pfx) + + + + VpnConfigPage + + + Type + Түрі + + + + Name + Атауы + + + + Static Key + Статикалық кілт + + + + Local IP + Жергілікті IP + + + + Remote IP + Қашықтағы IP + + + + PIN Code + PIN коды + + + + + + Password + Пароль + + + + NT Domain + NT домені + + + + Server Address + Сервер адресі + + + + Authentication Mode + Аутентификация режимі + + + + CA Certificate + ОА сертификаты + + + + User Certificate + Пайдаланушы сертификаты + + + + Key Direction + Негізгі бағыт + + + + Private Key + Жеке кілт + + + + Private Key Password + Жеке кілт паролі + + + + + Password Options + Құпия сөз параметрлері + + + + Username + Пайдаланушы аты + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + Хабарлама: ___________________________ ____________ +Егер негізгі бағыт пайдаланылса, ол қолданылатын VPN жағына қарама-қарсы болуы тиіс. Егер '1' қолданылса, қосылым '0'-ді пайдалануы тиіс. Қай мәнді пайдалану керектігін білмесеңіз, жүйе әкімшісіне хабарласуыңызды сұраймыз. + + + + + + + Choose + Таңдау + + + + None + Ешқайсысы + + + + + Save password only for this user + Құпия сөзді тек осы пайдаланушы үшін сақтау + + + + + Save password for all users + Құпия сөзді барлық пайдаланушылар үшін сақтау + + + + + Ask password every time + Құпиясөзді әр уақытта сұрау + + + + + Don't require a password + Құпиясөзді қажет етпеңіз + + + + + Required + Міндетті + + + + Certificate(TLS) + Куәлік(TLS) + + + + Static key + Статикалық кілт + + + + Password and certificate(TLS) + Құпия сөз және сертификат (TLS) + + + + Certificate/Private key + Куәлік/Жеке кілт + + + + Certificate/ssh-agent + Сертификат/ssh-агент + + + + Smart card + Смарт-карта + + + + Choose a private key + Жеке кілтті таңдау + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Негізгі файлдар (*.key *.pem *.der *.p12 *.pfx) + + + + Choose a CA certificate + ОА сертификатын таңдау + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA файлдары (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + Пайдаланушы куәлігін таңдау + + + + Choose a Static key + Статикалық кілтті таңдау + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + Қосымша + + + + Auto Connection + Авто қосылым + + + + Cancel + Болдырмау + + + + Confirm + Растау + + + + VpnIpv4Page + + + IPv4 Config + IPv4 конфигурациясы + + + + Address + Адрес + + + + Netmask + Нетмаск + + + + Default Gateway + Әдетті шлюз + + + + DNS Server + DNS сервері + + + + Search Domain + Доменді іздеу + + + + DHCP Client ID + DHCP клиентінің идентификаттары + + + + Auto(DHCP) + Авто( DHCP) + + + + Manual + Қолмен + + + + VpnIpv6Page + + + IPv6 Config + IPv6 конфигурациясы + + + + Address + Адрес + + + + Netmask + Нетмаск + + + + Default Gateway + Әдетті шлюз + + + + DNS Server + DNS сервері + + + + Search Domain + Доменді іздеу + + + + Auto(DHCP) + Авто( DHCP) + + + + Manual + Қолмен + + + + VpnListItem + + + Not connected + Қосылмаған + + + + + Disconnect + Ажырату + + + + + Connect + Қосылу + + + + VpnPage + + + VPN + + + + + VPN Settings + VPN параметрлері + + + + vpnAddPage + + + create VPN + VPN жасау + + + + VPN Type + VPN түрі + + + + VPN Name + VPN атауы + + + + + Required + Міндетті + + + + VPN Server + VPN сервері + + + + Auto Connection + Авто қосылым + + + + Confirm + Растау + + + + Cancel + Болдырмау + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + vpn құралы + + + diff --git a/src-vpn/translations/kylin-vpn_ky.ts b/src-vpn/translations/kylin-vpn_ky.ts new file mode 100644 index 00000000..a7e233d6 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_ky.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + Параметрлер + + + + Kylin VPN + Кайлин ВПН + + + + kylin vpn applet desktop message + kylin vpn апплетинин иш столунун билдирүүсү + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + MPPE шифрлоо алгоритми: + + + + Use Stateful encryption + Мамлекеттик шифрлөөнү колдонуу + + + + Send PPP echo packets + МЖӘ эхо пакеттерин жөнөтүү + + + + Authentication Mode: + Аутентификация режими: + + + + PAP authentication + ПАП аутентификациясы + + + + CHAP authentication + ЧАП аутентификациясы + + + + MSCHAP authentication + MSCHAP аутентификациясы + + + + MSCHAP2 authentication + MSCHAP2 аутентификациясы + + + + EAP authentication + ЕАП аутентификациясы + + + + Compression Mode: + Кысуу режими: + + + + Allow BSD data compression + БСД маалыматтарын кысууга уруксат берүү + + + + Allow Default data compression + Дефолт маалыматтарын кысууга уруксат берүү + + + + Allow TCP header compression + TCP баштык кысууга уруксат берүү + + + + Use protocol field compression negotiation + протокол талаа кысуу сүйлөшүү колдонуу + + + + Use Address/Control compression + Дареги / башкаруу кысуусун колдонуу + + + + All Available + Бардык жеткиликтүү + + + + 128-bit + 128-бит + + + + 40-bit + 40-бит + + + + Use custom gateway port + Колдонуучу дарбаза порту + + + + Use compression + Кысуу колдонуу + + + + Use a TCP connection + TCP туташтыруунун колдонуусу + + + + Set virtual device type + Виртуалдык аппарат түрүн орнотуу + + + + Set virtual device name + Виртуалдык аппараттын атын коюу + + + + Limit TCP Maximum Segment Size(MSS) + ТКП максималдуу сегмент өлчөмүн чектөө (МСС) + + + + Randomize remote hosts + Алыскы хосттарды рандомизациялоо + + + + IPv6 tun link + IPv6 тун шилтемеси + + + + Specify ping interval + Пинг аралыгын көрсөтүү + + + + Specify exit or restart ping + Чыгууну көрсөтүү же пингди кайра иштетүү + + + + Specify max routes + Макс маршруттарын көрсөтүү + + + + Infinite retry on error + Ката боюнча чексиз ретри + + + + Use custom key size + Колдонуучунун негизги өлчөмү + + + + Choose + Тандоо + + + + Use custom renegotiation interval + Колдонуучу кайра сүйлөшүү аралыгы + + + + Use custom tunnel Maximum Transmission Umit(MTU) + Колдонуу бажы туннели Максималдуу берүү Умит (МТУ) + + + + Use custom UDP fragment size + Колдонуучу УДП фрагментинин өлчөмү + + + + Accept authenticated packets from any address (Float) + Ар кандай даректен аутентификацияланган пакеттерди кабыл алуу (Сүзгүч) + + + + Subject Match + Темалык дал келүү + + + + Key File + Негизги файл + + + + Key Direction + Негизги багыт + + + + Server Address + Сервердин дареги + + + + Port + Порт + + + + Proxy USername + Прокси USername + + + + Proxy Password + Прокси сырсөз + + + + General + Жалпы + + + + TLS settings + TLS параметрлери + + + + Server Certificate Check + Сервердин күбөлүгүн текшерүү + + + + Use the previous authentication end (server) certificate + Мурунку аутентификациянын аягы (сервер) сертификатын колдонуу + + + + Verify peer (server) certificate nsCertType specification + Теңтуштарынын (сервер) сертификаты nsCertType өзгөчөлүгүн текшерүү + + + + Mode + Режим + + + + Proxies + Проксилер + + + + Proxy Type + Прокси түрү + + + + Security + Коопсуздук + + + + HMAC Authentication + HMAC аутентификациясы + + + + Input content + Кирүү мазмуну + + + + No + Жок + + + + Self-adaption + Өзүн-өзү ылайыкташтыруу + + + + Automatic + Автоматтык + + + + Exit + Чыгуу + + + + Restart + Кайра иштетүү + + + + Don't verify certificate identification + Күбөлүк идентификациясын текшерип көрбөгү + + + + Verify the entire subject exactly + Бүт теманы так текшерүү + + + + Verify name exactly + Аты-жөнүн так текшерүү + + + + Verify name by prefix + Аты-жөнүн алдын ала текшерүү + + + + + Server + Сервер + + + + + Client + Кардар + + + + + + None + Жок + + + + TLS-Certification + ТЛС-Тастыктоо + + + + TLS-Encryption + ТЛС-шифрлоо + + + + Not Required + Талап кылынбайт + + + + Default + Дефолт + + + + Options: + Параметрлери: + + + + Request an inner IP address + Ички IP-дарегин сурап алуу + + + + Enforce UDP encapsulation + UDP капсулалоосун аткаруу + + + + Use IP compression + IP кысуу колдонуу + + + + Enable custom password suggestions + Колдонуучунун сырсөз сунуштарын колдонуу + + + + Choose a private key + Жеке ачкычты тандоо + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Негизги файлдар (*.key *.pem *.der *.der *.p12 *.pfx) + + + + VpnConfigPage + + + Type + Түрү + + + + Name + Аты-жөнү + + + + Static Key + Статикалык ачкыч + + + + Local IP + Жергиликтүү ИП + + + + Remote IP + Алыскы ИП + + + + PIN Code + ПИН-код + + + + + + Password + Сырсөз + + + + NT Domain + НТ Домен + + + + Server Address + Сервердин дареги + + + + Authentication Mode + Аутентификация режими + + + + CA Certificate + ОА сертификаты + + + + User Certificate + Колдонуучу сертификаты + + + + Key Direction + Негизги багыт + + + + Private Key + Жеке ачкыч + + + + Private Key Password + Жеке ачкыч сырсөз + + + + + Password Options + Сырсөз параметрлери + + + + Username + Колдонуучунун аты + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + Эскертүү: +Негизги багыт колдонулса, колдонулган ВПН тарабына карама-каршы болушу керек. Эгерде '1' колдонулса, туташуу '0' колдонулушу керек. Кайсы наркты колдонуу керектигин билбесеңер, системанын администраторуна кайрылыңыздар. + + + + + + + Choose + Тандоо + + + + None + Жок + + + + + Save password only for this user + Сырсөздү бул колдонуучу үчүн гана сактоо + + + + + Save password for all users + Бардык колдонуучулар үчүн сырсөз сактоо + + + + + Ask password every time + Сырсөз сураган сайын + + + + + Don't require a password + Сырсөз талап кылбагыла + + + + + Required + Талап кылынат + + + + Certificate(TLS) + Сертификат (ТЛС) + + + + Static key + Статикалык ачкыч + + + + Password and certificate(TLS) + Сырсөз жана күбөлүк (ТЛС) + + + + Certificate/Private key + Сертификат / Жеке ачкыч + + + + Certificate/ssh-agent + Сертификат / ш-агент + + + + Smart card + Смарт-карта + + + + Choose a private key + Жеке ачкычты тандоо + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + Негизги файлдар (*.key *.pem *.der *.der *.p12 *.pfx) + + + + Choose a CA certificate + ОА күбөлүгүн тандоо + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA файлдары (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + Колдонуучунун күбөлүгүн тандоо + + + + Choose a Static key + Статикалык ачкычты тандоо + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + Өнүккөн + + + + Auto Connection + Авто туташуу + + + + Cancel + Жокко чыгаруу + + + + Confirm + Ырастоосу + + + + VpnIpv4Page + + + IPv4 Config + IPv4 Config + + + + Address + Дареги + + + + Netmask + Нетмаск + + + + Default Gateway + Дефолт шлюз + + + + DNS Server + DNS сервери + + + + Search Domain + Домен издөө + + + + DHCP Client ID + DHCP кардар идентификату + + + + Auto(DHCP) + Авто (ДХКП) + + + + Manual + Колдонмо + + + + VpnIpv6Page + + + IPv6 Config + IPv6 Config + + + + Address + Дареги + + + + Netmask + Нетмаск + + + + Default Gateway + Дефолт шлюз + + + + DNS Server + DNS сервери + + + + Search Domain + Домен издөө + + + + Auto(DHCP) + Авто (ДХКП) + + + + Manual + Колдонмо + + + + VpnListItem + + + Not connected + Туташтырылган жок + + + + + Disconnect + Ажыратуу + + + + + Connect + Туташуу + + + + VpnPage + + + VPN + + + + + VPN Settings + ВПН параметрлери + + + + vpnAddPage + + + create VPN + ВПН түзүү + + + + VPN Type + ВПН түрү + + + + VPN Name + ВПН аты + + + + + Required + Талап кылынат + + + + VPN Server + ВПН сервери + + + + Auto Connection + Авто туташуу + + + + Confirm + Ырастоосу + + + + Cancel + Жокко чыгаруу + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + vpn куралы + + + diff --git a/src-vpn/translations/kylin-vpn_tr.ts b/src-vpn/translations/kylin-vpn_tr.ts new file mode 100644 index 00000000..33be5263 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_tr.ts @@ -0,0 +1,839 @@ + + + + + SinglePage + + + Settings + + + + + Kylin VPN + + + + + kylin vpn applet desktop message + + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + + + + + Use Stateful encryption + + + + + Send PPP echo packets + + + + + Authentication Mode: + + + + + PAP authentication + + + + + CHAP authentication + + + + + MSCHAP authentication + + + + + MSCHAP2 authentication + + + + + EAP authentication + + + + + Compression Mode: + + + + + Allow BSD data compression + + + + + Allow Default data compression + + + + + Allow TCP header compression + + + + + Use protocol field compression negotiation + + + + + Use Address/Control compression + + + + + All Available + + + + + 128-bit + + + + + 40-bit + + + + + Use custom gateway port + + + + + Use compression + + + + + Use a TCP connection + + + + + Set virtual device type + + + + + Set virtual device name + + + + + Limit TCP Maximum Segment Size(MSS) + + + + + Randomize remote hosts + + + + + IPv6 tun link + + + + + Specify ping interval + + + + + Specify exit or restart ping + + + + + Specify max routes + + + + + Infinite retry on error + + + + + Use custom key size + + + + + Choose + + + + + Use custom renegotiation interval + + + + + Use custom tunnel Maximum Transmission Umit(MTU) + + + + + Use custom UDP fragment size + + + + + Accept authenticated packets from any address (Float) + + + + + Subject Match + + + + + Key File + + + + + Key Direction + + + + + Server Address + + + + + Port + + + + + Proxy USername + + + + + Proxy Password + + + + + General + + + + + TLS settings + + + + + Server Certificate Check + + + + + Use the previous authentication end (server) certificate + + + + + Verify peer (server) certificate nsCertType specification + + + + + Mode + + + + + Proxies + + + + + Proxy Type + + + + + Security + + + + + HMAC Authentication + + + + + Input content + + + + + No + + + + + Self-adaption + + + + + Automatic + + + + + Exit + + + + + Restart + + + + + Don't verify certificate identification + + + + + Verify the entire subject exactly + + + + + Verify name exactly + + + + + Verify name by prefix + + + + + + Server + + + + + + Client + + + + + + + None + + + + + TLS-Certification + + + + + TLS-Encryption + + + + + Not Required + + + + + Default + + + + + Options: + + + + + Request an inner IP address + + + + + Enforce UDP encapsulation + + + + + Use IP compression + + + + + Enable custom password suggestions + + + + + Choose a private key + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + + + + + VpnConfigPage + + + Type + + + + + Name + + + + + Static Key + + + + + Local IP + + + + + Remote IP + + + + + PIN Code + + + + + + + Password + + + + + NT Domain + + + + + Server Address + + + + + Authentication Mode + + + + + CA Certificate + + + + + User Certificate + + + + + Key Direction + + + + + Private Key + + + + + Private Key Password + + + + + + Password Options + + + + + Username + + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + + + + + + + + Choose + + + + + None + + + + + + Save password only for this user + + + + + + Save password for all users + + + + + + Ask password every time + + + + + + Don't require a password + + + + + + Required + + + + + Certificate(TLS) + + + + + Static key + + + + + Password and certificate(TLS) + + + + + Certificate/Private key + + + + + Certificate/ssh-agent + + + + + Smart card + + + + + Choose a private key + + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + + + + + Choose a CA certificate + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + + Choose a User certificate + + + + + Choose a Static key + + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + + + + + Auto Connection + + + + + Cancel + + + + + Confirm + + + + + VpnIpv4Page + + + IPv4 Config + + + + + Address + + + + + Netmask + + + + + Default Gateway + + + + + DNS Server + + + + + Search Domain + + + + + DHCP Client ID + + + + + Auto(DHCP) + + + + + Manual + + + + + VpnIpv6Page + + + IPv6 Config + + + + + Address + + + + + Netmask + + + + + Default Gateway + + + + + DNS Server + + + + + Search Domain + + + + + Auto(DHCP) + + + + + Manual + + + + + VpnListItem + + + Not connected + + + + + + Disconnect + + + + + + Connect + + + + + VpnPage + + + VPN + + + + + VPN Settings + + + + + vpnAddPage + + + create VPN + + + + + VPN Type + VPN类型 + + + + VPN Name + + + + + + Required + + + + + VPN Server + + + + + Auto Connection + + + + + Confirm + + + + + Cancel + + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + + + + diff --git a/src-vpn/translations/kylin-vpn_ug.ts b/src-vpn/translations/kylin-vpn_ug.ts new file mode 100644 index 00000000..6da3edfb --- /dev/null +++ b/src-vpn/translations/kylin-vpn_ug.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + تەڭشەكلەر + + + + Kylin VPN + Kylin VPN + + + + kylin vpn applet desktop message + kylin vpn applet ئۈستەل يۈزى ئۇچۇرى + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + MPPE شىفىرلاش ھېسابلاش ئۇسۇلى: + + + + Use Stateful encryption + دۆلەت شىفىرىنى ئىشلىتىش + + + + Send PPP echo packets + PPP echo packets يوللاش + + + + Authentication Mode: + دەلىللەش شەكلى: + + + + PAP authentication + PAP دەلىللەش + + + + CHAP authentication + CHAP دەلىللەش + + + + MSCHAP authentication + MSCHAP دەلىللەش + + + + MSCHAP2 authentication + MSCHAP2 دەلىللەش + + + + EAP authentication + EAP دەلىللەش + + + + Compression Mode: + قىسىش ھالىتى: + + + + Allow BSD data compression + BSD سانلىق مەلۇمات قىستۇرمىسىغا يول قويۇش + + + + Allow Default data compression + كۆڭۈلدىكى سانلىق مەلۇماتنى قىسىشقا رۇخسەت قىلىش + + + + Allow TCP header compression + TCP بەت بېشىنى قىسىشقا رۇخسەت قىلىش + + + + Use protocol field compression negotiation + كېلىشىملىك ساھەدىكى قىستۇرما سۆھبەتتىن پايدىلىنىش + + + + Use Address/Control compression + ئادرېس/كونتىروللاش قىستۇرمىسىنى ئىشلىتىش + + + + All Available + بارلىق بارلار + + + + 128-bit + 128 بىتلىق + + + + 40-bit + 40 بىتلىق + + + + Use custom gateway port + خاس دەرۋازا ئېغىزى ئىشلىتىش + + + + Use compression + قىستۇرما ئىشلىتىش + + + + Use a TCP connection + TCP ئۇلاش ئۇسۇلىنى قوللىنىش + + + + Set virtual device type + مەۋھۇم ئۈسكۈنە تىپىنى بەلگىلەش + + + + Set virtual device name + مەۋھۇم ئۈسكۈنە نامىنى بەلگىلەش + + + + Limit TCP Maximum Segment Size(MSS) + TCP ئەڭ چوڭ بۆلەك چوڭلۇقىنى چەكلەش(MSS) + + + + Randomize remote hosts + يىراقتىن رىياسەتچىنى خالىغانچە خالىغانچە قوزغىتىش + + + + IPv6 tun link + IPv6 تۇنگى ۇلى + + + + Specify ping interval + پىڭ ئارىلىقىنى بەلگىلەش + + + + Specify exit or restart ping + چېكىنىش ياكى قايتا قوزغالغان ping نى كۆرسىتىپ بېرىش + + + + Specify max routes + Max لىنىيەلىرىنى كۆرسىتىپ + + + + Infinite retry on error + خاتالىق ئۈستىدە چەكسىز قايتا تەكرارلاش + + + + Use custom key size + خاس ئاچقۇچ چوڭلۇقىنى ئىشلىتىش + + + + Choose + تاللاش + + + + Use custom renegotiation interval + ئۆز ئالدىغا قايتا سۆھبەتلىشىش ئارىلىقىنى ئىشلىتىش + + + + Use custom tunnel Maximum Transmission Umit(MTU) + خاس تونېلنىڭ ئەڭ چوڭ يوللانما ئۇزىتىش مۇئەسسەسەسى(MTU) نى ئىشلىتىش + + + + Use custom UDP fragment size + خاس UDP پارچىلاش چوڭلۇقىنى ئىشلىتىش + + + + Accept authenticated packets from any address (Float) + ھەر قانداق ئادرىستىن دەلىللەنگەن بولاق قوبۇل قىلىش (Float) + + + + Subject Match + تېما سەرەڭگىسى + + + + Key File + ئاچقۇچلۇق ھۆججەت + + + + Key Direction + ئاچقۇچلۇق يۆنىلىش + + + + Server Address + مۇلازىمىتېر ئادرېسى + + + + Port + پورت + + + + Proxy USername + Proxy USername + + + + Proxy Password + Proxy مەخپىي نومۇرى + + + + General + ارينا + + + + TLS settings + TLS تەڭشەكلىرى + + + + Server Certificate Check + مۇلازىمىتېر كىنىشكىسىنى تەكشۈرۈش + + + + Use the previous authentication end (server) certificate + بۇرۇنقى دەلىللەش ئاخىرى (مۇلازىمىتېر) كىنىشكىسىنى ئىشلىتىش + + + + Verify peer (server) certificate nsCertType specification + كەسىپداش (مۇلازىمىتېر) كىنىشكىسى nsCertType نىڭ كونكرېتلىقىنى دەلىللەش + + + + Mode + مودى + + + + Proxies + Proxies + + + + Proxy Type + Proxy تۈرى + + + + Security + بىخەتەرلىك + + + + HMAC Authentication + HMAC دەلىللەش + + + + Input content + كىرگۈزۈش مەزمۇنى + + + + No + ياق + + + + Self-adaption + ئۆز-ئۆزىگە ماسلىشىش + + + + Automatic + ئاپتۇماتىك + + + + Exit + چىقىش ئېغىزى + + + + Restart + قايتا قوزغىتىش + + + + Don't verify certificate identification + كىنىشكا سالاھىيەت ئىسپاتلاشنى ئىسپاتلىماڭ + + + + Verify the entire subject exactly + پۈتۈن تېمىنى ئېنىقلاش + + + + Verify name exactly + ئىسمىنى ئېنىق ئېنىقلاش + + + + Verify name by prefix + ئىسىمنى ئالدى قوشۇلما بويىچە دەلىللەش + + + + + Server + مۇلازىمىتېر + + + + + Client + خېرىدار + + + + + + None + يوق + + + + TLS-Certification + TLS-ئىسپاتلاش + + + + TLS-Encryption + TLS-شىفىرلاش + + + + Not Required + تەلەپ قىلىنمايدۇ + + + + Default + كۆڭۈلدىكى سۆز + + + + Options: + تاللانمىلار: + + + + Request an inner IP address + ئىچكى IP ئادرېسى ئىلتىماس قىلىش + + + + Enforce UDP encapsulation + UDP قاپلاشنى ئىجرا قىلىش + + + + Use IP compression + IP قىستۇرما ئىشلىتىش + + + + Enable custom password suggestions + مەخپى شىفىر تەكلىپلىرىنى قوزغىتىش + + + + Choose a private key + شەخسىي ئاچقۇچ تاللاش + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + ئاچقۇچلۇق ھۆججەتلەر (*.key *.pem *.der *.p12 *.pfx) + + + + VpnConfigPage + + + Type + تۈرى + + + + Name + ئىسىم-فامىلىسى + + + + Static Key + ستاتىستىك ئاچقۇچ + + + + Local IP + يەرلىك IP + + + + Remote IP + يىراقتىكى IP + + + + PIN Code + PIN كودى + + + + + + Password + ئىم + + + + NT Domain + NT دائىرە + + + + Server Address + مۇلازىمىتېر ئادرېسى + + + + Authentication Mode + دەلىللەش ئەندىزىسى + + + + CA Certificate + CA كېنىشكىسى + + + + User Certificate + ئىشلەتكۈچى كىنىشكىسى + + + + Key Direction + ئاچقۇچلۇق يۆنىلىش + + + + Private Key + شەخسىي ئاچقۇچ + + + + Private Key Password + شەخسىي ئاچقۇچ پارولى + + + + + Password Options + پارول تاللانمىلىرى + + + + Username + ئىشلەتكۈچى نامى + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + ئۇقتۇرۇش: +ئەگەر ئاچقۇچلۇق يۆنىلىش ئىشلىتىلسە چوقۇم ئىشلەتكەن VPN تەرىپىنىڭ ئەكسىچە بولۇشى كېرەك. ئەگەر '1' ئىشلىتىلسە، ئۇلىنىش چوقۇم '0' نى قوللىنىشى كېرەك. ئەگەر قايسى قىممەتنى ئىشلىتىشنى بىلەلمىسىڭىز، سىستېما باشقۇرغۇچىڭىز بىلەن ئالاقىلىشىڭ. + + + + + + + Choose + تاللاش + + + + None + يوق + + + + + Save password only for this user + پارولنى پەقەت مۇشۇ ئىشلەتكۈچى ئۈچۈن ساقلاش + + + + + Save password for all users + بارلىق ئىشلەتكۈچىلەرگە مەخپىي نومۇر ساقلاش + + + + + Ask password every time + ھەر قېتىم مەخپىي نومۇر سوراش + + + + + Don't require a password + مەخپىي نومۇر تەلەپ قىلماڭ + + + + + Required + تەلەپ قىلىنىدۇ + + + + Certificate(TLS) + كېنىشكا(TLS) + + + + Static key + ستاتىستىكا ئاچقۇچى + + + + Password and certificate(TLS) + مەخپىي نومۇر ۋە كىنىشكا(TLS) + + + + Certificate/Private key + كىنىشكا/خۇسۇسىي ئاچقۇچ + + + + Certificate/ssh-agent + كېنىشكا/سش-ۋاكالەتچى + + + + Smart card + ئەقلىي ئىقتىدارلىق كارتا + + + + Choose a private key + شەخسىي ئاچقۇچ تاللاش + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + ئاچقۇچلۇق ھۆججەتلەر (*.key *.pem *.der *.p12 *.pfx) + + + + Choose a CA certificate + CA كىنىشكىسى تاللاش + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA ھۆججەتلىرى (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + ئىشلەتكۈچى كىنىشكىسى تاللاش + + + + Choose a Static key + ستاتىستىكا ئاچقۇچى تاللاش + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + ئىلغار + + + + Auto Connection + ئاپتوماتىك ئۇلاش + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + Confirm + جەزىملەشتۈرۈش + + + + VpnIpv4Page + + + IPv4 Config + IPv4 Config + + + + Address + ئادرېس + + + + Netmask + Netmask + + + + Default Gateway + كۆڭۈلدىكى دەرۋازا يولى + + + + DNS Server + DNS مۇلازىمېتىرى + + + + Search Domain + تور نامىنى ئىزدەش + + + + DHCP Client ID + DHCP خېرىدار كىملىك + + + + Auto(DHCP) + ئاپتول(DHCP) + + + + Manual + قوللانما + + + + VpnIpv6Page + + + IPv6 Config + IPv6 Config + + + + Address + ئادرېس + + + + Netmask + Netmask + + + + Default Gateway + كۆڭۈلدىكى دەرۋازا يولى + + + + DNS Server + DNS مۇلازىمېتىرى + + + + Search Domain + تور نامىنى ئىزدەش + + + + Auto(DHCP) + ئاپتول(DHCP) + + + + Manual + قوللانما + + + + VpnListItem + + + Not connected + ئۇلانمىدى + + + + + Disconnect + ئۇلاشنى ئۈزۈۋېتىش + + + + + Connect + ئۇلاش + + + + VpnPage + + + VPN + + + + + VPN Settings + VPN تەڭشەكلىرى + + + + vpnAddPage + + + create VPN + VPN قۇرۇش + + + + VPN Type + VPN تۈرى + + + + VPN Name + VPN نامى + + + + + Required + تەلەپ قىلىنىدۇ + + + + VPN Server + VPN مۇلازىمىتېرى + + + + Auto Connection + ئاپتوماتىك ئۇلاش + + + + Confirm + جەزىملەشتۈرۈش + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + vpn قورالى + + + diff --git a/src-vpn/translations/kylin-vpn_zh_Hant.ts b/src-vpn/translations/kylin-vpn_zh_Hant.ts new file mode 100644 index 00000000..eb619c12 --- /dev/null +++ b/src-vpn/translations/kylin-vpn_zh_Hant.ts @@ -0,0 +1,840 @@ + + + + + SinglePage + + + Settings + 設置 + + + + Kylin VPN + VPN 工具 + + + + kylin vpn applet desktop message + VPN 設定桌面提示 + + + + VpnAdvancedPage + + + MPPE encryption algorithm: + MPPE 加密演演算法: + + + + Use Stateful encryption + 使用有狀態加密 + + + + Send PPP echo packets + 發送 PPP 回顯包 + + + + Authentication Mode: + 認證方式: + + + + PAP authentication + PAP 認證 + + + + CHAP authentication + CHAP 認證 + + + + MSCHAP authentication + MSCHAP 認證 + + + + MSCHAP2 authentication + MSCHAP2 認證 + + + + EAP authentication + EAP 認證 + + + + Compression Mode: + 壓縮方式: + + + + Allow BSD data compression + 允許 BSD 壓縮 + + + + Allow Default data compression + 允許 Default 壓縮 + + + + Allow TCP header compression + 允許 TCP 頭壓縮 + + + + Use protocol field compression negotiation + 使用協定域壓縮協商 + + + + Use Address/Control compression + 使用位址/控制壓縮 + + + + All Available + 任意 + + + + 128-bit + 128位 + + + + 40-bit + 40位 + + + + Use custom gateway port + 使用自定義閘道埠 + + + + Use compression + 使用壓縮 + + + + Use a TCP connection + 使用 TCP 連接 + + + + Set virtual device type + 設置虛擬設備類型 + + + + Set virtual device name + 設置虛擬設備名稱 + + + + Limit TCP Maximum Segment Size(MSS) + 限制 TCP 最大段尺寸(MSS) + + + + Randomize remote hosts + 隨機化遠端主機 + + + + IPv6 tun link + IPv6 tun 連接 + + + + Specify ping interval + 指定 Ping 週期 + + + + Specify exit or restart ping + 指定退出或重啟的 Ping + + + + Specify max routes + 指定路由上限 + + + + Infinite retry on error + 出錯時無限重試 + + + + Use custom key size + 使用自訂金鑰大小 + + + + Choose + 選擇 + + + + Use custom renegotiation interval + 使用自定義重協商間隔 + + + + Use custom tunnel Maximum Transmission Umit(MTU) + 使用自訂隧道最大單元傳輸(MTU) + + + + Use custom UDP fragment size + 使用自訂 UDP 分片大小 + + + + Accept authenticated packets from any address (Float) + 接受來自任何位址(Float)已通過身份驗證的數據包 + + + + Subject Match + 主題匹配 + + + + Key File + 金鑰檔案 + + + + Key Direction + 金鑰方向 + + + + Server Address + 伺服器位址 + + + + Port + + + + + Proxy USername + 代理使用者名 + + + + Proxy Password + 代理密碼 + + + + General + 常規 + + + + TLS settings + TLS 設置 + + + + Server Certificate Check + 伺服器證書檢驗 + + + + Use the previous authentication end (server) certificate + 使用前面驗證端(伺服器)證書 + + + + Verify peer (server) certificate nsCertType specification + 驗證對等點(伺服器)證書 nsCertType 指定 + + + + Mode + 模式 + + + + Proxies + 代理 + + + + Proxy Type + 代理類型 + + + + Security + 安全 + + + + HMAC Authentication + HMAC 認證 + + + + Input content + 輸入內容 + + + + No + + + + + Self-adaption + 自適應 + + + + Automatic + 自動 + + + + Exit + 退出 + + + + Restart + 重啟 + + + + Don't verify certificate identification + 不驗證證書標識 + + + + Verify the entire subject exactly + 確切地驗證整個主題 + + + + Verify name exactly + 精確驗證名稱 + + + + Verify name by prefix + 按前綴驗證名稱 + + + + + Server + 伺服器 + + + + + Client + 用戶端 + + + + + + None + + + + + TLS-Certification + TLS-認證 + + + + TLS-Encryption + TLS-加密 + + + + Not Required + 不需要 + + + + Default + 預設 + + + + Options: + 選項: + + + + Request an inner IP address + 請求內部IP位址 + + + + Enforce UDP encapsulation + 強制 UDP 封裝 + + + + Use IP compression + 使用IP壓縮 + + + + Enable custom password suggestions + 啟用自訂密碼建議 + + + + Choose a private key + 選擇私鑰 + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + 私鑰檔 (*.key *.pem *.der *.p12.pfx) + + + + VpnConfigPage + + + Type + 類型 + + + + Name + 名稱 + + + + Static Key + 靜態金鑰 + + + + Local IP + 本地IP位址 + + + + Remote IP + 遠端IP位址 + + + + PIN Code + PIN 碼 + + + + + + Password + 密碼 + + + + NT Domain + NT域 + + + + Server Address + 伺服器位址 + + + + Authentication Mode + 認證方式 + + + + CA Certificate + CA 證書 + + + + User Certificate + 用戶證書 + + + + Key Direction + 金鑰方向 + + + + Private Key + 私鑰 + + + + Private Key Password + 私有金鑰密碼 + + + + + Password Options + 密碼選項 + + + + Username + 使用者名 + + + + Notice: +If key direction is used, it must be opposite to the VPN side used. If '1' is used, the connection must use '0'. If you are not sure which value to use, please contact your system administrator. + 注意: +如果使用了金鑰方向,它必須和使用的VPN端相反。 如果使用了“1”,連接必須要使用“0”。 如果不確定使用哪個值,請聯繫您的系統管理員。 + + + + + + + Choose + 選擇 + + + + None + + + + + + Save password only for this user + 僅對當前使用者保存密碼 + + + + + Save password for all users + 為所有使用者保存密碼 + + + + + Ask password every time + 每次都詢問 + + + + + Don't require a password + 不需要密碼 + + + + + Required + 必填 + + + + Certificate(TLS) + 憑證(TLS) + + + + Static key + 靜態金鑰 + + + + Password and certificate(TLS) + 密碼與憑證(TLS) + + + + Certificate/Private key + 證書/私鑰 + + + + Certificate/ssh-agent + 證書/ ssh-agent + + + + Smart card + 智慧卡 + + + + Choose a private key + 選擇私鑰 + + + + + Key Files (*.key *.pem *.der *.p12 *.pfx) + 私鑰檔 (*.key *.pem *.der *.p12.pfx) + + + + Choose a CA certificate + 選擇 CA 證書 + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA檔 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a User certificate + 選擇用戶證書 + + + + Choose a Static key + 選擇靜態金鑰 + + + + VpnDetail + + + + VPN + + + + + IPv4 + + + + + + IPv6 + + + + + Advanced + 高級 + + + + Auto Connection + 自動連接 + + + + Cancel + 取消 + + + + Confirm + 確定 + + + + VpnIpv4Page + + + IPv4 Config + IPv4 配置 + + + + Address + 位址 + + + + Netmask + 子網掩碼 + + + + Default Gateway + 默認閘道 + + + + DNS Server + DNS 伺服器 + + + + Search Domain + 搜索域 + + + + DHCP Client ID + DHCP 用戶端 ID + + + + Auto(DHCP) + 自動 (DHCP) + + + + Manual + 手動 + + + + VpnIpv6Page + + + IPv6 Config + IPv6 配置 + + + + Address + 位址 + + + + Netmask + 子網掩碼 + + + + Default Gateway + 默認閘道 + + + + DNS Server + DNS 伺服器 + + + + Search Domain + 搜索域 + + + + Auto(DHCP) + 自動 (DHCP) + + + + Manual + 手動 + + + + VpnListItem + + + Not connected + 未連接 + + + + + Disconnect + 斷開 + + + + + Connect + 連接 + + + + VpnPage + + + VPN + + + + + VPN Settings + VPN 設置 + + + + vpnAddPage + + + create VPN + 創建 VPN + + + + VPN Type + VPN 類型 + + + + VPN Name + VPN 名稱 + + + + + Required + 必填 + + + + VPN Server + 伺服器位址 + + + + Auto Connection + 自動連接 + + + + Confirm + 確定 + + + + Cancel + 取消 + + + + vpnConfigPage + + VPN Type + VPN类型 + + + + vpnObject + + + vpn tool + VPN 工具 + + + diff --git a/src/src.pro b/src/src.pro index bfeaabda..3da9bcc8 100644 --- a/src/src.pro +++ b/src/src.pro @@ -77,8 +77,15 @@ DISTFILES += \ org.ukui.kylin-nm.switch.gschema.xml TRANSLATIONS += \ + translations/kylin-nm_zh_Hant.ts \ translations/kylin-nm_zh_CN.ts \ + translations/kylin-nm_ug.ts \ translations/kylin-nm_tr.ts \ - translations/kylin-nm_bo.ts \ - translations/kylin-nm_bo_CN.ts \ - translations/kylin-nm_mn.ts + translations/kylin-nm_mn.ts \ + translations/kylin-nm_ky.ts \ + translations/kylin-nm_kk.ts \ + translations/kylin-nm_fr.ts \ + translations/kylin-nm_es.ts \ + translations/kylin-nm_de.ts \ + translations/kylin-nm_bo.ts\ + translations/kylin-nm_bo_CN.ts diff --git a/src/translations/kylin-nm_de.ts b/src/translations/kylin-nm_de.ts new file mode 100644 index 00000000..1f46604e --- /dev/null +++ b/src/translations/kylin-nm_de.ts @@ -0,0 +1,1671 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPv4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPv6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + Typ des Netzwerkprofils + + + + 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. + Öffentlich (empfohlen) Geräte im Netzwerk können diesen Computer nicht erkennen. Im Allgemeinen eignet es sich für Netzwerke an öffentlichen Orten wie Flughäfen oder Cafés usw. + + + + Private 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. + Private Geräte im Netzwerk können diesen Computer erkennen. Allgemein anwendbar auf ein Netzwerk zu Hause oder am Arbeitsplatz, in dem Sie die Personen und Geräte im Netzwerk kennen und ihnen vertrauen. + + + + Config firewall and security settings + Firewall und Sicherheitseinstellungen konfigurieren + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + Bestätigen + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + Name der Verbindung + + + + IPv4Config + IPv4Config + + + + Address + Adresse + + + + Netmask + Netzmaske + + + + Default Gateway + Standardgateway + + + + Address conflict + Konflikte angehen + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuell + + + + Invalid address + Ungültige Adresse + + + + Invalid subnet mask + Ungültige Subnetzmaske + + + + + Required + Erforderlich + + + + DetailPage + + + Auto Connection + Automatische Verbindung + + + + + SSID: + SSID: + + + + Copied successfully! + Erfolgreich kopiert! + + + + Copy all + Alle kopieren + + + + Please input SSID: + Bitte geben Sie die SSID ein: + + + + + Protocol: + Protokoll: + + + + + Security Type: + Sicherheitstyp: + + + + + Hz: + Hz: + + + + + Chan: + Chan: + + + + + BandWidth: + Bandbreite: + + + + + IPv6: + IPv6: + + + + + IPv4: + IPv4: + + + + + IPv4 DNS: + IPv4-DNS: + + + + + Mac: + Mac: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + Erweiterte Einstellungen für den DNS-Server + + + + Tactic + Taktik + + + + Timeout + Zeitüberschreitung + + + + Retry Count + Anzahl der Wiederholungsversuche + + + + order + Bestellung + + + + rotate + drehen + + + + concurrency + Gleichzeitigkeit + + + + s + s + + + + times + mal + + + + Close + Schließen + + + + Cancel + Abbrechen + + + + Confirm + Bestätigen + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + 连接企业网 + + + Close + 关闭 + + + + Wi-Fi network requires authentication + Wi-Fi-Netzwerk erfordert Authentifizierung + + + + Access to Wi-Fi network " + Zugriff auf das Wi-Fi-Netzwerk " + + + + " requires a password or encryption key. + " erfordert ein Kennwort oder einen Verschlüsselungsschlüssel. + + + + Cancel + Abbrechen + + + + Connect + Verbinden + + + + 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? + Zulassen, dass andere Geräte in diesem Netzwerk diesen Computer erkennen? + + + + It is not recommended to enable this feature on public networks + Es wird nicht empfohlen, diese Funktion in öffentlichen Netzwerken zu aktivieren + + + + Not allowed (recommended) + Nicht erlaubt (empfohlen) + + + + Allowed + Erlaubt + + + + Ipv4Page + + + IPv4Config + IPv4Config + + + + Address + Adresse + + + + Netmask + Netzmaske + + + + Default Gateway + Standardgateway + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuell + + + + Invalid address + Ungültige Adresse + + + + Invalid subnet mask + Ungültige Subnetzmaske + + + + + Required + Erforderlich + + + + Address conflict + Konflikte angehen + + + + Ipv6Page + + + IPv6Config + IPv6Config (IPv6-Konfiguration) + + + + Address + Adresse + + + + Subnet prefix Length + Länge des Subnetzpräfixes + + + + Default Gateway + Standardgateway + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuell + + + + + Required + Erforderlich + + + + Invalid address + Ungültige Adresse + + + + Invalid gateway + Ungültiges Gateway + + + + Address conflict + Konflikte angehen + + + + JoinHiddenWiFiPage + + + Please enter the network information + Bitte geben Sie die Netzwerkinformationen ein + + + + Network name(SSID) + Netzwerkname (SSID) + + + Remember the Network + 记住该网络 + + + + Show Network List + Netzwerkliste anzeigen + + + + Cancel + Abbrechen + + + + Join + Verbinden + + + + Required + Erforderlich + + + + Find and Join WLAN + WLAN finden und verbinden + + + + LanListItem + + + Not connected + Nicht verbunden + + + + Wired Device not carried + Kabelgebundenes Gerät nicht mitgeführt + + + + + + Disconnect + Trennen + + + + + + Connect + Verbinden + + + + + Property + Eigentum + + + + + Delete + Löschen + + + + LanPage + + No ethernet device avaliable + Kein Ethernet-Gerät verfügbar + + + + LAN + LAN + + + + conflict, unable to connect to the network normally! + Konflikt, es kann keine normale Verbindung zum Netzwerk hergestellt werden! + + + + Activated LAN + Aktiviertes LAN + + + + Inactivated LAN + Inaktiviertes LAN + + + LAN Disconnected Successfully + 有线网络已断开 + + + + Wired Device not carried + Kabelgebundenes Gerät nicht mitgeführt + + + LAN Connected Successfully + 有线网络已连接 + + + + + Connected: + Verbunden: + + + + Not Connected + Nicht verbunden + + + + (Limited) + (Begrenzt) + + + + ListItem + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Kylin Network Applet Desktop-Nachricht + + + + MainWindow + + + + kylin-nm + Kylin-NM + + + + LAN + 有线网络 + LAN + + + + WLAN + 无线局域网 + WLAN + + + Show MainWindow + MainWindow anzeigen + + + + Settings + 设置网络项 + Einstellungen + + + + Network Connectivity Detection + + + + + + Network tool + Netzwerk-Tool + + + + Network Card + Netzwerkkarte + + + + Not connected to the network + Nicht mit dem Netzwerk verbunden + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + DNS-Server (zum Sortieren ziehen) + + + + Click "+" to configure DNS + Klicken Sie auf "+", um DNS zu konfigurieren + + + + Settings + Einstellungen + + + + NetDetail + + + Kylin NM + Kylin NM + + + + kylin network desktop message + Kylin Network Desktop-Nachricht + + + + Detail + Detail + + + + IPv4 + IPv4-Schnittstelle + + + + IPv6 + IPv6-Schnittstelle + + + + Security + Sicherheit + + + Close + 关闭 + + + + + Config + Konfiguration + + + + Confirm + Bestätigen + + + + Cancel + Abbrechen + + + + Forget this network + Vergessen Sie dieses Netzwerk + + + + Delete this network + Dieses Netzwerk löschen + + + + Add LAN Connect + LAN-Verbindung hinzufügen + + + + Connect Hidden WLAN + Verstecktes WLAN verbinden + + + + + + None + Nichts + + + + + + Auto + Auto + + + + start check ipv4 address conflict + IPv4-Adresskonflikt prüfen + + + + start check ipv6 address conflict + IPv6-Adresskonflikt prüfen + + + ipv4 address conflict! + ipv4地址冲突! + + + ipv6 address conflict! + ipv6地址冲突! + + + + this wifi no support enterprise type + Dieser Wifi-Enterprise-Typ ohne Support + + + + this wifi no support None type + dieses WLAN keine Unterstützung Keiner Typ + + + + this wifi no support WPA2 type + Dieses WLAN unterstützt keinen WPA2-Typ + + + + this wifi no support WPA3 type + Dieses WLAN unterstützt keinen WPA3-Typ + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPv4: + IPv4地址: + + + IPv4 DNS: + IPv4 DNS服务器: + + + IPv6: + 本地链接IPv6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + Merken Sie sich das Netzwerk + + + + Security + Sicherheit + + + + + Password + Passwort + + + + EAP type + EAP-Typ + + + + Identity + Identität + + + + Domain + Domäne + + + + CA certficate + CA-Zertifikat + + + + no need for CA certificate + kein CA-Zertifikat erforderlich + + + + User certificate + Benutzerzertifikat + + + + User private key + Privater Schlüssel des Benutzers + + + + User key password + Kennwort des Benutzerschlüssels + + + + Password options + Passwort-Optionen + + + + + + Required + Erforderlich + + + + Ineer authentication + Ineer-Authentifizierung + + + + Username + Nutzername + + + + Ask pwd each query + Fragen Sie pwd bei jeder Anfrage + + + + + + + + + + + + + + + + None + Nichts + + + + WPA&WPA2 Personal + WPA&WPA2 Persönlich + + + + WPA&WPA2 Enterprise + WPA&WPA2 Enterprise + + + + WPA3 Personal + WPA3 Persönlich + + + + + + + Choose from file... + Wählen Sie aus Datei... + + + + Store passwords only for this user + Kennwörter nur für diesen Benutzer speichern + + + + Store password only for this user + Passwort nur für diesen Benutzer speichern + + + + Store passwords for all users + Passwörter für alle Benutzer speichern + + + + Store password for all users + Passwort für alle Benutzer speichern + + + + Ask this password every time + Fragen Sie jedes Mal nach diesem Passwort + + + + Ask password every time + Jedes Mal nach dem Passwort fragen + + + + + + Choose a CA certificate + Auswählen eines CA-Zertifikats + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA-Dateien (*.pem, *.der, *.p12, *.crt, *.cer, *.pfx) + + + + PAC provisioning + PAC-Bereitstellung + + + + Allow automatic PAC provisioning + Automatische PAC-Bereitstellung zulassen + + + + PAC file + PAC-Datei + + + + Anonymous + Anonym + + + + Authenticated + Beglaubigt + + + + Both + Beide + + + + Choose a PAC file + Wählen Sie eine PAC-Datei aus + + + + PAC Files (*.pac) + PAC-Dateien (*.pac) + + + + + + + + + TabPage + + + Current Device + Aktuelles Gerät + + + + Devices Closed! + Geräte geschlossen! + + + + Settings + Einstellungen + + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Kylin Network Applet Desktop-Nachricht + + + + VpnPage + + Wired Device not carried + 未插入网线 + + + + WiFiConfigDialog + + WLAN Authentication + WLAN-Authentifizierung + + + Input WLAN Information Please + Bitte WLAN-Informationen eingeben + + + WLAN ID: + WLAN-Kennung: + + + WLAN Name: + WLAN-Name: + + + Password: + Passwort: + + + Cancl + Cancl + + + Ok + Okay + + + + WlanListItem + + + Not connected + Nicht verbunden + + + + + + + + Disconnect + Trennen + + + + + + + + Connect + Verbinden + + + + + Forget + Vergessen + + + + + Property + Eigentum + + + + Auto Connect + Automatische Verbindung + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + Weitere hinzufügen... + + + + WlanPage + + + WLAN + WLAN + + + + No wireless network card detected + Keine Wireless-Netzwerkkarte erkannt + + + + Activated WLAN + Aktiviertes WLAN + + + + Other WLAN + Sonstiges WLAN + + + More... + 更多... + + + + WLAN Connected Successfully + WLAN erfolgreich verbunden + + + + WLAN Disconnected Successfully + WLAN-Verbindung erfolgreich getrennt + + + + Connected: + Verbunden: + + + + Not Connected + Nicht verbunden + + + (Limited) + (网络受限) + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + kylinnm + + + + show kylin-nm wifi page + Kylin-NM WLAN-Seite anzeigen + + + + show kylin-nm lan page + Kylin-NM LAN-Seite anzeigen + + + diff --git a/src/translations/kylin-nm_es.ts b/src/translations/kylin-nm_es.ts new file mode 100644 index 00000000..59f39db0 --- /dev/null +++ b/src/translations/kylin-nm_es.ts @@ -0,0 +1,1675 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPv4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPv6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + Tipo de perfil de red + + + + 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. + Público (recomendado) Los dispositivos de la red no pueden detectar este equipo. Generalmente, es adecuado para redes en lugares públicos, como aeropuertos o cafeterías, etc. + + + + Private 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. + Los dispositivos privados de la red pueden detectar este equipo. Por lo general, se aplica a una red en el hogar o el trabajo en la que conoce y confía en las personas y los dispositivos de la red. + + + + Config firewall and security settings + Configurar el cortafuegos y la configuración de seguridad + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + Confirmar + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + Nombre de la conexión + + + + IPv4Config + IPv4Config + + + + Address + Dirección + + + + Netmask + Máscara de red + + + + Default Gateway + Puerta de enlace predeterminada + + + + Address conflict + Abordar los conflictos + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Automático (DHCP) + + + + Manual + Manual + + + + Invalid address + Dirección no válida + + + + Invalid subnet mask + Máscara de subred no válida + + + + + Required + Obligatorio + + + + DetailPage + + + Auto Connection + Conexión automática + + + + + SSID: + SSID: + + + + Copied successfully! + ¡Copiado con éxito! + + + + Copy all + Copiar todo + + + + Please input SSID: + Por favor, introduzca el SSID: + + + + + Protocol: + Protocolo: + + + + + Security Type: + Tipo de seguridad: + + + + + Hz: + Hz: + + + + + Chan: + Chan: + + + + + BandWidth: + Ancho de banda: + + + + + IPv6: + IPv6: + + + + + IPv4: + IPv4: + + + + + IPv4 DNS: + DNS IPv4: + + + + + Mac: + Mac: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + Configuración avanzada del servidor DNS + + + + Tactic + Táctica + + + + Timeout + Interrupción + + + + Retry Count + Recuento de reintentos + + + + order + orden + + + + rotate + rotar + + + + concurrency + concurrencia + + + + s + s + + + + times + veces + + + + Close + Cerrar + + + + Cancel + Cancelar + + + + Confirm + Confirmar + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + 连接企业网 + + + Close + 关闭 + + + + Wi-Fi network requires authentication + La red Wi-Fi requiere autenticación + + + + Access to Wi-Fi network " + Acceso a la red Wi-Fi " + + + + " requires a password or encryption key. + " requiere una contraseña o clave de cifrado. + + + + Cancel + Cancelar + + + + Connect + Conectar + + + + 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? + ¿Permitir que otros dispositivos de esta red detecten este equipo? + + + + It is not recommended to enable this feature on public networks + No se recomienda habilitar esta función en redes públicas + + + + Not allowed (recommended) + No permitido (recomendado) + + + + Allowed + Permitido + + + + Ipv4Page + + + IPv4Config + IPv4Config + + + + Address + Dirección + + + + Netmask + Máscara de red + + + + Default Gateway + Puerta de enlace predeterminada + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Automático (DHCP) + + + + Manual + Manual + + + + Invalid address + Dirección no válida + + + + Invalid subnet mask + Máscara de subred no válida + + + + + Required + Obligatorio + + + + Address conflict + Abordar los conflictos + + + + Ipv6Page + + + IPv6Config + IPv6Config + + + + Address + Dirección + + + + Subnet prefix Length + Longitud del prefijo de subred + + + + Default Gateway + Puerta de enlace predeterminada + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Automático (DHCP) + + + + Manual + Manual + + + + + Required + Obligatorio + + + + Invalid address + Dirección no válida + + + + Invalid gateway + Puerta de enlace no válida + + + + Address conflict + Abordar los conflictos + + + + JoinHiddenWiFiPage + + + Please enter the network information + Introduzca la información de la red + + + + Network name(SSID) + Nombre de la red (SSID) + + + Remember the Network + 记住该网络 + + + + Show Network List + Mostrar lista de redes + + + + Cancel + Cancelar + + + + Join + Juntar + + + + Required + Obligatorio + + + + Find and Join WLAN + Buscar y unirse a WLAN + + + + LanListItem + + + Not connected + No conectado + + + + Wired Device not carried + Dispositivo con cable no transportado + + + + + + Disconnect + Desconectar + + + + + + Connect + Conectar + + + + + Property + Propiedad + + + + + Delete + Borrar + + + + LanPage + + No ethernet device avaliable + No hay dispositivos ethernet disponibles + + + + LAN + LAN + + + + conflict, unable to connect to the network normally! + conflicto, no se puede conectar a la red normalmente! + + + + Activated LAN + LAN activada + + + + Inactivated LAN + LAN inactivada + + + LAN Disconnected Successfully + 有线网络已断开 + + + + Wired Device not carried + Dispositivo con cable no transportado + + + LAN Connected Successfully + 有线网络已连接 + + + + + Connected: + Conexo: + + + + Not Connected + No conectado + + + + (Limited) + (Limitado) + + + + ListItem + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Mensaje de escritorio del applet de red Kylin + + + + MainWindow + + + + kylin-nm + Kylin-NM + + + + LAN + 有线网络 + LAN + + + + WLAN + 无线局域网 + WLAN + + + Show MainWindow + Mostrar MainWindow + + + + Settings + 设置网络项 + Configuración + + + + Network Connectivity Detection + + + + + + Network tool + Herramienta de red + + + + Network Card + Tarjeta de red + + + + Not connected to the network + No conectado a la red + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + Servidor DNS (Arrastrar para ordenar) + + + + Click "+" to configure DNS + Haga clic en "+" para configurar DNS + + + + Settings + Configuración + + + + NetDetail + + + Kylin NM + Kylin NM + + + + kylin network desktop message + Mensaje de escritorio de Kylin Network + + + + Detail + Detalle + + + + IPv4 + IPv4 + + + + IPv6 + IPv6 + + + + Security + Seguridad + + + Close + 关闭 + + + + + Config + Configuración + + + + Confirm + Confirmar + + + + Cancel + Cancelar + + + + Forget this network + Olvídate de esta red + + + + Delete this network + Eliminar esta red + + + + Add LAN Connect + Agregar LAN Connect + + + + Connect Hidden WLAN + Conectar WLAN oculta + + + + + + None + Ninguno + + + + + + Auto + Automático + + + + start check ipv4 address conflict + Iniciar la comprobación del conflicto de direcciones IPv4 + + + + start check ipv6 address conflict + Iniciar la comprobación del conflicto de direcciones IPv6 + + + ipv4 address conflict! + ipv4地址冲突! + + + ipv6 address conflict! + ipv6地址冲突! + + + + this wifi no support enterprise type + Este tipo de empresa WiFi no es compatible + + + + this wifi no support None type + este wifi no es compatible Ninguno tipo + + + + this wifi no support WPA2 type + este wifi no es compatible con el tipo WPA2 + + + + this wifi no support WPA3 type + este wifi no es compatible con el tipo WPA3 + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPv4: + IPv4地址: + + + IPv4 DNS: + IPv4 DNS服务器: + + + IPv6: + 本地链接IPv6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + Forma + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + Forma + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + Recuerde la Red + + + + Security + Seguridad + + + + + Password + Contraseña + + + + EAP type + Tipo de EAP + + + + Identity + Identidad + + + + Domain + Dominio + + + + CA certficate + Certificado de CA + + + + no need for CA certificate + sin necesidad de certificado de CA + + + + User certificate + Certificado de usuario + + + + User private key + Clave privada de usuario + + + + User key password + Clave de usuario contraseña + + + + Password options + Opciones de contraseña + + + + + + Required + Obligatorio + + + + Ineer authentication + Autenticación ineer + + + + Username + Nombre de usuario + + + + Ask pwd each query + Pregunte a pwd cada consulta + + + + + + + + + + + + + + + + None + Ninguno + + + + WPA&WPA2 Personal + WPA&WPA2 Personal + + + + WPA&WPA2 Enterprise + WPA&WPA2 Empresa + + + + WPA3 Personal + WPA3 Personal + + + + + + + Choose from file... + Elegir del archivo... + + + + Store passwords only for this user + Almacenar contraseñas solo para este usuario + + + + Store password only for this user + Almacenar contraseña solo para este usuario + + + + Store passwords for all users + Almacenar contraseñas para todos los usuarios + + + + Store password for all users + Almacenar contraseña para todos los usuarios + + + + Ask this password every time + Pregunte esta contraseña cada vez + + + + Ask password every time + Pregunte la contraseña cada vez + + + + + + Choose a CA certificate + Elección de un certificado de CA + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + Archivos CA (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + PAC provisioning + Aprovisionamiento de PAC + + + + Allow automatic PAC provisioning + Permitir el aprovisionamiento automático de PAC + + + + PAC file + Archivo PAC + + + + Anonymous + Anónimo + + + + Authenticated + Autenticado + + + + Both + Ambos + + + + Choose a PAC file + Elegir un archivo PAC + + + + PAC Files (*.pac) + Archivos PAC (*.pac) + + + + + + + + + TabPage + + + Current Device + Dispositivo actual + + + + Devices Closed! + ¡Dispositivos cerrados! + + + + Settings + Configuración + + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Mensaje de escritorio del applet de red Kylin + + + + VpnPage + + Wired Device not carried + 未插入网线 + + + + WiFiConfigDialog + + Dialog + Diálogo + + + WLAN Authentication + Autenticación WLAN + + + Input WLAN Information Please + Ingrese la información de WLAN, por favor + + + WLAN ID: + ID de WLAN: + + + WLAN Name: + Nombre de WLAN: + + + Password: + Contraseña: + + + Cancl + Cancl + + + Ok + De acuerdo + + + + WlanListItem + + + Not connected + No conectado + + + + + + + + Disconnect + Desconectar + + + + + + + + Connect + Conectar + + + + + Forget + Olvidar + + + + + Property + Propiedad + + + + Auto Connect + Conexión automática + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + Añadir otros... + + + + WlanPage + + + WLAN + WLAN + + + + No wireless network card detected + No se ha detectado ninguna tarjeta de red inalámbrica + + + + Activated WLAN + WLAN activada + + + + Other WLAN + Otras WLAN + + + More... + 更多... + + + + WLAN Connected Successfully + WLAN conectada correctamente + + + + WLAN Disconnected Successfully + WLAN desconectada correctamente + + + + Connected: + Conexo: + + + + Not Connected + No conectado + + + (Limited) + (网络受限) + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + kylinnm + + + + show kylin-nm wifi page + Mostrar la página de Kylin-NM WiFi + + + + show kylin-nm lan page + Mostrar página LAN de Kylin-NM + + + diff --git a/src/translations/kylin-nm_fr.ts b/src/translations/kylin-nm_fr.ts new file mode 100644 index 00000000..ce693741 --- /dev/null +++ b/src/translations/kylin-nm_fr.ts @@ -0,0 +1,1671 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPv4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPv6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + Type de profil réseau + + + + 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. + Public (recommandé) Les périphériques du réseau ne peuvent pas détecter cet ordinateur. Généralement, il est adapté aux réseaux dans les lieux publics, tels que les aéroports ou les cafés, etc. + + + + Private 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. + Les périphériques privés du réseau peuvent détecter cet ordinateur. S’applique généralement à un réseau à la maison ou au travail où vous connaissez et faites confiance aux personnes et aux appareils sur le réseau. + + + + Config firewall and security settings + Configurer les paramètres de pare-feu et de sécurité + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + Confirmer + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + Nom de la connexion + + + + IPv4Config + IPv4Config + + + + Address + Adresse + + + + Netmask + Masque de réseau + + + + Default Gateway + Passerelle par défaut + + + + Address conflict + Résoudre les conflits + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuelle + + + + Invalid address + Adresse non valide + + + + Invalid subnet mask + Masque de sous-réseau non valide + + + + + Required + Obligatoire + + + + DetailPage + + + Auto Connection + Connexion automatique + + + + + SSID: + SSID : + + + + Copied successfully! + Copié avec succès ! + + + + Copy all + Copier tout + + + + Please input SSID: + Veuillez saisir le SSID : + + + + + Protocol: + Protocole: + + + + + Security Type: + Type de sécurité : + + + + + Hz: + Hz: + + + + + Chan: + Chan: + + + + + BandWidth: + Bande passante: + + + + + IPv6: + IPv6 : + + + + + IPv4: + IPv4 : + + + + + IPv4 DNS: + DNS IPv4 : + + + + + Mac: + Mac: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + Paramètres avancés du serveur DNS + + + + Tactic + Tactique + + + + Timeout + Timeout + + + + Retry Count + Nombre de nouvelles tentatives + + + + order + commande + + + + rotate + tourner + + + + concurrency + Concurrence + + + + s + s + + + + times + fois + + + + Close + Fermer + + + + Cancel + Annuler + + + + Confirm + Confirmer + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + 连接企业网 + + + Close + 关闭 + + + + Wi-Fi network requires authentication + Le réseau Wi-Fi nécessite une authentification + + + + Access to Wi-Fi network " + Accès au réseau Wi-Fi » + + + + " requires a password or encryption key. + » nécessite un mot de passe ou une clé de chiffrement. + + + + Cancel + Annuler + + + + Connect + Relier + + + + 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? + Autoriser d’autres périphériques de ce réseau à découvrir cet ordinateur ? + + + + It is not recommended to enable this feature on public networks + Il n’est pas recommandé d’activer cette fonctionnalité sur les réseaux publics + + + + Not allowed (recommended) + Non autorisé (recommandé) + + + + Allowed + Autorisé + + + + Ipv4Page + + + IPv4Config + IPv4Config + + + + Address + Adresse + + + + Netmask + Masque de réseau + + + + Default Gateway + Passerelle par défaut + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuelle + + + + Invalid address + Adresse non valide + + + + Invalid subnet mask + Masque de sous-réseau non valide + + + + + Required + Obligatoire + + + + Address conflict + Résoudre les conflits + + + + Ipv6Page + + + IPv6Config + IPv6Config + + + + Address + Adresse + + + + Subnet prefix Length + Préfixe de sous-réseau Longueur + + + + Default Gateway + Passerelle par défaut + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + Auto (DHCP) + + + + Manual + Manuelle + + + + + Required + Obligatoire + + + + Invalid address + Adresse non valide + + + + Invalid gateway + Passerelle non valide + + + + Address conflict + Résoudre les conflits + + + + JoinHiddenWiFiPage + + + Please enter the network information + Veuillez saisir les informations du réseau + + + + Network name(SSID) + Nom du réseau (SSID) + + + Remember the Network + 记住该网络 + + + + Show Network List + Afficher la liste des réseaux + + + + Cancel + Annuler + + + + Join + Unir + + + + Required + Obligatoire + + + + Find and Join WLAN + Rechercher et rejoindre le WLAN + + + + LanListItem + + + Not connected + Non connecté + + + + Wired Device not carried + Appareil filaire non transporté + + + + + + Disconnect + Déconnecter + + + + + + Connect + Relier + + + + + Property + Propriété + + + + + Delete + Supprimer + + + + LanPage + + No ethernet device avaliable + Aucun périphérique Ethernet n’est disponible + + + + LAN + LAN + + + + conflict, unable to connect to the network normally! + conflit, impossible de se connecter au réseau normalement ! + + + + Activated LAN + LAN activé + + + + Inactivated LAN + LAN inactivé + + + LAN Disconnected Successfully + 有线网络已断开 + + + + Wired Device not carried + Appareil filaire non transporté + + + LAN Connected Successfully + 有线网络已连接 + + + + + Connected: + Relié: + + + + Not Connected + Non connecté + + + + (Limited) + (Limité) + + + + ListItem + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Kylin Network applet message de bureau + + + + MainWindow + + + + kylin-nm + kylin-nm + + + + LAN + 有线网络 + LAN + + + + WLAN + 无线局域网 + Réseau local sans fil (WLAN) + + + Show MainWindow + Afficher MainWindow + + + + Settings + 设置网络项 + Paramètres + + + + Network Connectivity Detection + + + + + + Network tool + Outil réseau + + + + Network Card + Carte réseau + + + + Not connected to the network + Non connecté au réseau + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + Serveur DNS(Glisser pour trier) + + + + Click "+" to configure DNS + Cliquez sur « + » pour configurer le DNS + + + + Settings + Paramètres + + + + NetDetail + + + Kylin NM + Kylin NM + + + + kylin network desktop message + Message de Kylin Network Desktop + + + + Detail + Détail + + + + IPv4 + IPv4 (en anglais seulement) + + + + IPv6 + IPv6 (en anglais seulement) + + + + Security + Sécurité + + + Close + 关闭 + + + + + Config + Configuration + + + + Confirm + Confirmer + + + + Cancel + Annuler + + + + Forget this network + Oubliez ce réseau + + + + Delete this network + Supprimer ce réseau + + + + Add LAN Connect + Ajouter une connexion LAN + + + + Connect Hidden WLAN + Connecter un WLAN caché + + + + + + None + Aucun + + + + + + Auto + Auto + + + + start check ipv4 address conflict + Démarrer la vérification du conflit d’adresses IPv4 + + + + start check ipv6 address conflict + Démarrer la vérification du conflit d’adresses IPv6 + + + ipv4 address conflict! + ipv4地址冲突! + + + ipv6 address conflict! + ipv6地址冲突! + + + + this wifi no support enterprise type + Ce type d’entreprise WiFi sans prise en charge + + + + this wifi no support None type + ce wifi pas de support Aucun type + + + + this wifi no support WPA2 type + ce wifi ne prend pas en charge le type WPA2 + + + + this wifi no support WPA3 type + ce wifi ne prend pas en charge le type WPA3 + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPv4: + IPv4地址: + + + IPv4 DNS: + IPv4 DNS服务器: + + + IPv6: + 本地链接IPv6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + N’oubliez pas le réseau + + + + Security + Sécurité + + + + + Password + Mot de passe + + + + EAP type + Type de PAE + + + + Identity + Identité + + + + Domain + Domaine + + + + CA certficate + Certificat CA + + + + no need for CA certificate + pas besoin de certificat d’autorité de certification + + + + User certificate + Certificat d’utilisateur + + + + User private key + Clé privée de l’utilisateur + + + + User key password + Mot de passe de la clé utilisateur + + + + Password options + Options de mot de passe + + + + + + Required + Obligatoire + + + + Ineer authentication + Authentification Ineer + + + + Username + Nom d’utilisateur + + + + Ask pwd each query + Demandez à pwd chaque requête + + + + + + + + + + + + + + + + None + Aucun + + + + WPA&WPA2 Personal + WPA&WPA2 Personnel + + + + WPA&WPA2 Enterprise + WPA&WPA2 Entreprise + + + + WPA3 Personal + WPA3 Personnel + + + + + + + Choose from file... + Choisissez parmi le fichier... + + + + Store passwords only for this user + Stocker les mots de passe uniquement pour cet utilisateur + + + + Store password only for this user + Stocker le mot de passe uniquement pour cet utilisateur + + + + Store passwords for all users + Stocker les mots de passe de tous les utilisateurs + + + + Store password for all users + Stocker le mot de passe de tous les utilisateurs + + + + Ask this password every time + Demandez ce mot de passe à chaque fois + + + + Ask password every time + Demander le mot de passe à chaque fois + + + + + + Choose a CA certificate + Choisir un certificat d’autorité de certification + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + Fichiers CA (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + PAC provisioning + Approvisionnement PAC + + + + Allow automatic PAC provisioning + Autoriser le provisionnement automatique des PAC + + + + PAC file + Fichier PAC + + + + Anonymous + Anonyme + + + + Authenticated + Authentifié + + + + Both + Les deux + + + + Choose a PAC file + Choisir un fichier PAC + + + + PAC Files (*.pac) + Fichiers PAC (*.pac) + + + + + + + + + TabPage + + + Current Device + Appareil actuel + + + + Devices Closed! + Appareils fermés ! + + + + Settings + Paramètres + + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + Kylin Network applet message de bureau + + + + VpnPage + + Wired Device not carried + 未插入网线 + + + + WiFiConfigDialog + + WLAN Authentication + Authentification WLAN + + + Input WLAN Information Please + Entrez les informations WLAN s’il vous plaît + + + WLAN ID: + ID WLAN : + + + WLAN Name: + Nom du WLAN : + + + Password: + Mot de passe: + + + Cancl + Cancl (en anglais seulement) + + + Ok + D’accord + + + + WlanListItem + + + Not connected + Non connecté + + + + + + + + Disconnect + Déconnecter + + + + + + + + Connect + Relier + + + + + Forget + Oublier + + + + + Property + Propriété + + + + Auto Connect + Connexion automatique + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + Ajoutez-en d’autres... + + + + WlanPage + + + WLAN + Réseau local sans fil (WLAN) + + + + No wireless network card detected + Aucune carte réseau sans fil n’a été détectée + + + + Activated WLAN + WLAN activé + + + + Other WLAN + Autre WLAN + + + More... + 更多... + + + + WLAN Connected Successfully + Connexion WLAN réussie + + + + WLAN Disconnected Successfully + Le WLAN s’est déconnecté avec succès + + + + Connected: + Relié: + + + + Not Connected + Non connecté + + + (Limited) + (网络受限) + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + kylinnm + + + + show kylin-nm wifi page + Afficher la page WiFi Kylin-NM + + + + show kylin-nm lan page + Afficher la page LAN Kylin-NM + + + diff --git a/src/translations/kylin-nm_kk.ts b/src/translations/kylin-nm_kk.ts new file mode 100644 index 00000000..a01a3324 --- /dev/null +++ b/src/translations/kylin-nm_kk.ts @@ -0,0 +1,1685 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPV4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPV6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + + + + + 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 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 + + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + Растау + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + Қосылым атауы + + + Ipv4Config + Ipv4Config + + + + IPv4Config + + + + + Address + Адрес + + + + Netmask + Нетмаск + + + + Default Gateway + Әдетті шлюз + + + + Invalid address + Адресі дұрыс емес + + + + Invalid subnet mask + Жарамсыз ішкі желі маскасы + + + + + Required + Міндетті + + + + Address conflict + + + + Prefs DNS + Prefs DNS + + + Alternative DNS + Баламалы DNS + + + + Auto(DHCP) + Авто( DHCP) + + + + Manual + Қолмен + + + + DetailPage + + + Auto Connection + Авто қосылым + + + + + SSID: + SSID: + + + + Copied successfully! + Сәтті көшірдім! + + + + Copy all + Барлығын көшіру + + + + Please input SSID: + SSID енгізуіңізді сұраймын: + + + + + Protocol: + Хаттама: + + + + + Security Type: + Қауіпсіздік түрі: + + + + + Hz: + Гц: + + + + + Chan: + Чан: + + + + + BandWidth: + Өткізу қабілеті: + + + + + IPv4: + + + + + + IPv4 DNS: + + + + + + IPv6: + + + + IPV6: + IPV6: + + + IPV4: + IPV4: + + + IPV4 Dns: + IPV4 Dns: + + + + + Mac: + Mac: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + + + + + Tactic + + + + + Timeout + + + + + Retry Count + + + + + order + + + + + rotate + + + + + concurrency + + + + + s + + + + + times + + + + + Close + 关闭 + + + + Cancel + + + + + Confirm + Растау + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + Enterprise WLAN бағдарламасын қосу + + + Close + 关闭 + + + + Wi-Fi network requires authentication + + + + + Access to Wi-Fi network " + + + + + " requires a password or encryption key. + + + + + Cancel + Болдырмау + + + + Connect + Қосылу + + + + FirewallDialog + + + 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 + Ipv4Config + + + + Address + Адрес + + + + Netmask + Нетмаск + + + + Default Gateway + Әдетті шлюз + + + Prefs DNS + Prefs DNS + + + Alternative DNS + Баламалы DNS + + + + IPv4Config + + + + + Auto(DHCP) + Авто( DHCP) + + + + Manual + Қолмен + + + + Invalid address + Адресі дұрыс емес + + + + Invalid subnet mask + Жарамсыз ішкі желі маскасы + + + + + Required + Міндетті + + + + Address conflict + + + + + Ipv6Page + + Ipv6Config + Ipv6Config + + + + Address + Адрес + + + + Subnet prefix Length + Ішкі желі префиксінің ұзындығы + + + + Default Gateway + Әдетті шлюз + + + Prefs DNS + Prefs DNS + + + Alternative DNS + Баламалы DNS + + + + IPv6Config + + + + + Auto(DHCP) + Авто( DHCP) + + + + Manual + Қолмен + + + + + Required + Міндетті + + + + Invalid address + Адресі дұрыс емес + + + + Invalid gateway + Жарамсыз шлюз + + + + Address conflict + + + + + JoinHiddenWiFiPage + + + Please enter the network information + + + + + Network name(SSID) + + + + + Show Network List + + + + + Cancel + + + + + Join + + + + + Required + Міндетті + + + + Find and Join WLAN + + + + + LanListItem + + + Not connected + Қосылмаған + + + + Wired Device not carried + Сымды құрылғы орындалмады + + + + + + Disconnect + Ажырату + + + + + + Connect + Қосылу + + + + + Property + + + + + + Delete + + + + + LanPage + + No ethernet device avaliable + Ethernet құрылғысы қол жетімді емес + + + + conflict, unable to connect to the network normally! + + + + + LAN + ЛАН + + + + Activated LAN + Белсендірілген LAN + + + + Inactivated LAN + Белсендірілмеген LAN + + + + + Connected: + + + + + (Limited) + + + + + Not Connected + + + + LAN Disconnected Successfully + LAN ажыратылды + + + + Wired Device not carried + Сымды құрылғы орындалмады + + + LAN Connected Successfully + LAN Connected сәтті + + + + ListItem + + + Kylin NM + Килин НМ + + + + kylin network applet desktop message + килин желісінің applet жұмыс үстелі хабары + + + + MainWindow + + + + kylin-nm + Килин-нм + + + + LAN + 有线网络 + ЛАН + + + + WLAN + 无线局域网 + WLAN + + + + Network Connectivity Detection + + + + + + Network tool + + + + + Network Card + + + + + Not connected to the network + + + + Show MainWindow + MainWindow көрсетілсін + + + + Settings + 设置网络项 + Параметрлер + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + + + + + Click "+" to configure DNS + + + + + Settings + Параметрлер + + + + NetDetail + + + Kylin NM + Килин НМ + + + + kylin network desktop message + килин желісінің жұмыс үстелі хабары + + + + Detail + Егжей-тегжей + + + Ipv4 + Ipv4 + + + Ipv6 + Ипв6 + + + + Security + Қауіпсіздік + + + Close + 关闭 + + + + Confirm + Растау + + + + Cancel + Болдырмау + + + + Forget this network + Бұл желіні ұмыту + + + Add Lan Connect + Lan Connect қосу + + + connect hiddin wlan + hiddin wlan қосу + + + + IPv4 + + + + + IPv6 + + + + + + Config + + + + + Add LAN Connect + + + + + Connect Hidden WLAN + + + + + Delete this network + + + + + + + None + Ешқайсысы + + + + + + Auto + Авто + + + + start check ipv4 address conflict + ipv4 мекенжайы қайшылықты тексеруді бастау + + + + start check ipv6 address conflict + ipv6 мекенжайы қайшылықты тексеруді бастау + + + ipv4 address conflict! + 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 түрі + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPV4: + IPV4地址: + + + IPV4 Dns: + IPV4 DNS服务器: + + + IPV6: + 本地链接IPV6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + + + + + Security + Қауіпсіздік + + + + + Password + Пароль + + + + EAP type + EAP түрі + + + + Identity + Identity + + + + Domain + Домен + + + + CA certficate + ОА цертфикаты + + + + no need for CA certificate + ОА сертификатының қажеті жоқ + + + + User certificate + Пайдаланушы куәлігі + + + + User private key + Пайдаланушының жеке кілті + + + + User key password + Пайдаланушы кілтінің құпия сөзі + + + + Password options + + + + + + + Required + Міндетті + + + + Ineer authentication + Инер аутентификациясы + + + Usename + Usename + + + + Username + Usename + 用户名 + + + + Ask pwd each query + Әр сұрауды pwd сұраңыз + + + + + + + + + + + + + + + + None + Ешқайсысы + + + + WPA&WPA2 Personal + WPA> WPA2 жеке + + + + WPA&WPA2 Enterprise + WPA> WPA2 кәсіпорны + + + + WPA3 Personal + WPA3 жеке + + + + + + + Choose from file... + Файлдан таңдаңыз... + + + + Store passwords only for this user + + + + + Store password only for this user + + + + + Store passwords for all users + + + + + Store password for all users + + + + + Ask this password every time + + + + + Ask password every time + + + + + PAC provisioning + + + + + Allow automatic PAC provisioning + + + + + PAC file + + + + + Anonymous + + + + + Authenticated + + + + + Both + + + + + + + Choose a CA certificate + ОА сертификатын таңдау + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA файлдары (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a PAC file + + + + + PAC Files (*.pac) + + + + + + + + + + TabPage + + + Current Device + Ағымдағы құрылғы + + + + Devices Closed! + Құрылғылар жабылды! + + + + Settings + Параметрлер + + + + Kylin NM + Килин НМ + + + + kylin network applet desktop message + килин желісінің applet жұмыс үстелі хабары + + + + WiFiConfigDialog + + WLAN Authentication + WLAN аутентификациясы + + + Input WLAN Information Please + WLAN ақпаратын енгізуді сұраймын + + + WLAN ID: + WLAN идентифика- ты: + + + WLAN Name: + WLAN атауы: + + + Password: + Құпия сөз: + + + Cancl + Канкл + + + Ok + Жақсы + + + + WlanListItem + + + Not connected + Қосылмаған + + + + + + + + Disconnect + Ажырату + + + + + + + + Connect + Қосылу + + + + + Property + + + + + + Forget + Ұмыту + + + + Auto Connect + Автосанату + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + Басқалар қосу... + + + + WlanPage + + + WLAN + WLAN + + + + No wireless network card detected + Сымсыз желі картасы анықталмады + + + + Activated WLAN + Белсендірілген WLAN + + + + Other WLAN + Басқа WLAN + + + + Connected: + + + + + Not Connected + + + + More... + 更多... + + + + WLAN Connected Successfully + WLAN Connected сәтті қосылды + + + + WLAN Disconnected Successfully + WLAN ажыратылды + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + килиннм + + + + show kylin-nm wifi page + kylin-nm wifi бетін көрсету + + + + show kylin-nm lan page + kylin-nm lan бетін көрсету + + + diff --git a/src/translations/kylin-nm_ky.ts b/src/translations/kylin-nm_ky.ts new file mode 100644 index 00000000..c79a0e44 --- /dev/null +++ b/src/translations/kylin-nm_ky.ts @@ -0,0 +1,1685 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPV4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPV6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + + + + + 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 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 + + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + Ырастоосу + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + Туташуу аты + + + Ipv4Config + Ipv4Config + + + + IPv4Config + + + + + Address + Дареги + + + + Netmask + Нетмаск + + + + Default Gateway + Дефолт шлюз + + + + Invalid address + Жараксыз дарек + + + + Invalid subnet mask + Жараксыз субнет маска + + + + + Required + Талап кылынат + + + + Address conflict + + + + Prefs DNS + ДНС префс + + + Alternative DNS + Альтернативалык ДНС + + + + Auto(DHCP) + Авто (ДХКП) + + + + Manual + Колдонмо + + + + DetailPage + + + Auto Connection + Авто туташуу + + + + + SSID: + ССИД: + + + + Copied successfully! + Ийгиликтүү көчүрүлгөн! + + + + Copy all + Баарын көчүрүү + + + + Please input SSID: + Сураныч, кирүү ССИД: + + + + + Protocol: + Протокол: + + + + + Security Type: + Коопсуздук түрү: + + + + + Hz: + Хз: + + + + + Chan: + Чан: + + + + + BandWidth: + BandWidth: + + + + + IPv4: + + + + + + IPv4 DNS: + + + + + + IPv6: + + + + IPV6: + IPV6: + + + IPV4: + IPV4: + + + IPV4 Dns: + IPV4 Дн: + + + + + Mac: + Mac: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + + + + + Tactic + + + + + Timeout + + + + + Retry Count + + + + + order + + + + + rotate + + + + + concurrency + + + + + s + + + + + times + + + + + Close + 关闭 + + + + Cancel + + + + + Confirm + Ырастоосу + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + Ишкана WLAN туташтыруу + + + Close + 关闭 + + + + Wi-Fi network requires authentication + + + + + Access to Wi-Fi network " + + + + + " requires a password or encryption key. + + + + + Cancel + Жокко чыгаруу + + + + Connect + Туташуу + + + + FirewallDialog + + + 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 + Ipv4Config + + + + Address + Дареги + + + + Netmask + Нетмаск + + + + Default Gateway + Дефолт шлюз + + + Prefs DNS + ДНС префс + + + Alternative DNS + Альтернативалык ДНС + + + + IPv4Config + + + + + Auto(DHCP) + Авто (ДХКП) + + + + Manual + Колдонмо + + + + Invalid address + Жараксыз дарек + + + + Invalid subnet mask + Жараксыз субнет маска + + + + + Required + Талап кылынат + + + + Address conflict + + + + + Ipv6Page + + Ipv6Config + Ipv6Config + + + + Address + Дареги + + + + Subnet prefix Length + _ + + + + Default Gateway + Дефолт шлюз + + + Prefs DNS + ДНС префс + + + Alternative DNS + Альтернативалык ДНС + + + + IPv6Config + + + + + Auto(DHCP) + Авто (ДХКП) + + + + Manual + Колдонмо + + + + + Required + Талап кылынат + + + + Invalid address + Жараксыз дарек + + + + Invalid gateway + Жараксыз дарбаза + + + + Address conflict + + + + + JoinHiddenWiFiPage + + + Please enter the network information + + + + + Network name(SSID) + + + + + Show Network List + + + + + Cancel + + + + + Join + + + + + Required + Талап кылынат + + + + Find and Join WLAN + + + + + LanListItem + + + Not connected + Туташтырылган жок + + + + Wired Device not carried + Зымдуу аппарат ташылбай калды + + + + + + Disconnect + Ажыратуу + + + + + + Connect + Туташуу + + + + + Property + + + + + + Delete + + + + + LanPage + + No ethernet device avaliable + Эч кандай ethernet орнотмо баа жеткис + + + + conflict, unable to connect to the network normally! + + + + + LAN + ЛАН + + + + Activated LAN + Активдештирилген LAN + + + + Inactivated LAN + Активдештирилген ЛАН + + + + + Connected: + + + + + (Limited) + + + + + Not Connected + + + + LAN Disconnected Successfully + ЛАН ажыратылды + + + + Wired Device not carried + Зымдуу аппарат ташылбай калды + + + LAN Connected Successfully + LAN туташтырылган ийгиликтүү + + + + ListItem + + + Kylin NM + Кайлин НМ + + + + kylin network applet desktop message + kylin тармактык апплет иш столунун билдирүүсү + + + + MainWindow + + + + kylin-nm + килин-нм + + + + LAN + 有线网络 + ЛАН + + + + WLAN + 无线局域网 + ВЛАН + + + + Network Connectivity Detection + + + + + + Network tool + + + + + Network Card + + + + + Not connected to the network + + + + Show MainWindow + MainWindow көрсөтүү + + + + Settings + 设置网络项 + Параметрлер + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + + + + + Click "+" to configure DNS + + + + + Settings + Параметрлер + + + + NetDetail + + + Kylin NM + Кайлин НМ + + + + kylin network desktop message + kylin тармактык иш столунун билдирүүсү + + + + Detail + Майда-чүйдөсүнө + + + Ipv4 + Ипв4 + + + Ipv6 + Ипв6 + + + + Security + Коопсуздук + + + Close + 关闭 + + + + Confirm + Ырастоосу + + + + Cancel + Жокко чыгаруу + + + + Forget this network + Бул тармакты унутуп койгула + + + Add Lan Connect + Кошулуу Lan Connect + + + connect hiddin wlan + туташтыруу хиддин влан + + + + IPv4 + + + + + IPv6 + + + + + + Config + + + + + Add LAN Connect + + + + + Connect Hidden WLAN + + + + + Delete this network + + + + + + + None + Жок + + + + + + Auto + Авто + + + + start check ipv4 address conflict + баштоо текшерүү ipv4 дареги конфликт + + + + start check ipv6 address conflict + баштоо текшерүү ipv6 дареги конфликт + + + ipv4 address conflict! + 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 түрү + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPV4: + IPV4地址: + + + IPV4 Dns: + IPV4 DNS服务器: + + + IPV6: + 本地链接IPV6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + + + + + Security + Коопсуздук + + + + + Password + Сырсөз + + + + EAP type + ЕАП түрү + + + + Identity + Идентифика + + + + Domain + Домен + + + + CA certficate + ОА сертфикаты + + + + no need for CA certificate + ОА күбөлүгүнүн зарылдыгы жок + + + + User certificate + Колдонуучунун күбөлүгү + + + + User private key + Колдонуучунун жеке ачкычы + + + + User key password + Колдонуучунун ачкыч сырсөзү + + + + Password options + + + + + + + Required + Талап кылынат + + + + Ineer authentication + Инере аутентификациясы + + + Usename + Колдонуу аты + + + + Username + Usename + 用户名 + + + + Ask pwd each query + Ар бир суроону pwd сураңыз + + + + + + + + + + + + + + + + None + Жок + + + + WPA&WPA2 Personal + WPA &wpa2 Жеке + + + + WPA&WPA2 Enterprise + WPA&WPA2 ишканасы + + + + WPA3 Personal + WPA3 Жеке + + + + + + + Choose from file... + Файлдан тандоо... + + + + Store passwords only for this user + + + + + Store password only for this user + + + + + Store passwords for all users + + + + + Store password for all users + + + + + Ask this password every time + + + + + Ask password every time + + + + + PAC provisioning + + + + + Allow automatic PAC provisioning + + + + + PAC file + + + + + Anonymous + + + + + Authenticated + + + + + Both + + + + + + + Choose a CA certificate + ОА күбөлүгүн тандоо + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA файлдары (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a PAC file + + + + + PAC Files (*.pac) + + + + + + + + + + TabPage + + + Current Device + Учурдагы аппарат + + + + Devices Closed! + Түзмөктөр жабылды! + + + + Settings + Параметрлер + + + + Kylin NM + Кайлин НМ + + + + kylin network applet desktop message + kylin тармактык апплет иш столунун билдирүүсү + + + + WiFiConfigDialog + + WLAN Authentication + WLAN аутентификациясы + + + Input WLAN Information Please + WLAN маалыматын киргизүү + + + WLAN ID: + WLAN идентификату: + + + WLAN Name: + WLAN аты: + + + Password: + Сырсөз: + + + Cancl + Канкл + + + Ok + Макул + + + + WlanListItem + + + Not connected + Туташтырылган жок + + + + + + + + Disconnect + Ажыратуу + + + + + + + + Connect + Туташуу + + + + + Property + + + + + + Forget + Унутуп койгула + + + + Auto Connect + Авто туташуу + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + Башкаларды кошуу... + + + + WlanPage + + + WLAN + ВЛАН + + + + No wireless network card detected + Зымсыз тармак картасы табылган жок + + + + Activated WLAN + Активдештирилген WLAN + + + + Other WLAN + Башка WLAN + + + + Connected: + + + + + Not Connected + + + + More... + 更多... + + + + WLAN Connected Successfully + WLAN туташтырылган ийгиликтүү + + + + WLAN Disconnected Successfully + WLAN ажыратылды + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + килиннм + + + + show kylin-nm wifi page + килин-нм wifi баракчасын көрсөтүү + + + + show kylin-nm lan page + килин-нм лан бетин көрсөтүү + + + diff --git a/src/translations/kylin-nm_ug.ts b/src/translations/kylin-nm_ug.ts new file mode 100644 index 00000000..05faf38d --- /dev/null +++ b/src/translations/kylin-nm_ug.ts @@ -0,0 +1,1685 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPV4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPV6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + + + + + 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 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 + + + + + ConnectivityPage + + + Network connectivity detection + + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + + + + + Public network (default) + + + + + Local area network (intranet) + + + + + Confirm + جەزىملەشتۈرۈش + + + + The network is connected and can access the Internet normally. + + + + + The network is connected and access to the Internet is restricted. + + + + + Please enter the local area network (intranet) detection address + + + + + Format error + + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + ئۇلىنىش نامى + + + Ipv4Config + Ipv4Config + + + + IPv4Config + + + + + Address + ئادرېس + + + + Netmask + Netmask + + + + Default Gateway + كۆڭۈلدىكى دەرۋازا يولى + + + + Invalid address + ئىناۋەتسىز ئادرىسى + + + + Invalid subnet mask + ئىناۋەتسىز سۇب تور يۈز چاپلىقى + + + + + Required + تەلەپ قىلىنىدۇ + + + + Address conflict + + + + Prefs DNS + Prefs DNS + + + Alternative DNS + باشقا DNS + + + + Auto(DHCP) + ئاپتول(DHCP) + + + + Manual + قوللانما + + + + DetailPage + + + Auto Connection + ئاپتوماتىك ئۇلاش + + + + + SSID: + SSID: + + + + Copied successfully! + مۇۋەپپەقىيەتلىك كۆچۈرۈلگەن! + + + + Copy all + ھەممىنى كۆچۈرۈش + + + + Please input SSID: + SSID نى كىرگۈزۈڭ: + + + + + Protocol: + كېلىشىم: + + + + + Security Type: + بىخەتەرلىك تىپى: + + + + + Hz: + Hz: + + + + + Chan: + چاناققۇش: + + + + + BandWidth: + BandWidth: + + + + + IPv4: + + + + + + IPv4 DNS: + + + + + + IPv6: + + + + IPV6: + IPV6: + + + IPV4: + IPV4: + + + IPV4 Dns: + IPV4 Dns: + + + + + Mac: + ماك: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + + + + + Tactic + + + + + Timeout + + + + + Retry Count + + + + + order + + + + + rotate + + + + + concurrency + + + + + s + + + + + times + + + + + Close + 关闭 + + + + Cancel + + + + + Confirm + جەزىملەشتۈرۈش + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + كارخانا WLAN نى باغلاش + + + Close + 关闭 + + + + Wi-Fi network requires authentication + + + + + Access to Wi-Fi network " + + + + + " requires a password or encryption key. + + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + Connect + ئۇلاش + + + + FirewallDialog + + + 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 + Ipv4Config + + + + Address + ئادرېس + + + + Netmask + Netmask + + + + Default Gateway + كۆڭۈلدىكى دەرۋازا يولى + + + Prefs DNS + Prefs DNS + + + Alternative DNS + باشقا DNS + + + + IPv4Config + + + + + Auto(DHCP) + ئاپتول(DHCP) + + + + Manual + قوللانما + + + + Invalid address + ئىناۋەتسىز ئادرىسى + + + + Invalid subnet mask + ئىناۋەتسىز سۇب تور يۈز چاپلىقى + + + + + Required + تەلەپ قىلىنىدۇ + + + + Address conflict + + + + + Ipv6Page + + Ipv6Config + Ipv6Config + + + + Address + ئادرېس + + + + Subnet prefix Length + سۇب تورى ئالدى قوشۇلما ئۇزۇنلۇقى + + + + Default Gateway + كۆڭۈلدىكى دەرۋازا يولى + + + Prefs DNS + Prefs DNS + + + Alternative DNS + باشقا DNS + + + + IPv6Config + + + + + Auto(DHCP) + ئاپتول(DHCP) + + + + Manual + قوللانما + + + + + Required + تەلەپ قىلىنىدۇ + + + + Invalid address + ئىناۋەتسىز ئادرىسى + + + + Invalid gateway + ئىناۋەتسىز دەرۋازا + + + + Address conflict + + + + + JoinHiddenWiFiPage + + + Please enter the network information + + + + + Network name(SSID) + + + + + Show Network List + + + + + Cancel + + + + + Join + + + + + Required + تەلەپ قىلىنىدۇ + + + + Find and Join WLAN + + + + + LanListItem + + + Not connected + ئۇلانمىدى + + + + Wired Device not carried + سىملىق ئۈسكۈنە توشۇلمايدۇ + + + + + + Disconnect + ئۇلاشنى ئۈزۈۋېتىش + + + + + + Connect + ئۇلاش + + + + + Property + + + + + + Delete + + + + + LanPage + + No ethernet device avaliable + ethernet ئۈسكۈنىسى ئىناۋەتسىز + + + + conflict, unable to connect to the network normally! + + + + + LAN + LAN + + + + Activated LAN + ئاكتىپلانغان LAN + + + + Inactivated LAN + LAN نى تىنجىتما + + + + + Connected: + + + + + (Limited) + + + + + Not Connected + + + + LAN Disconnected Successfully + LAN ئۇلىنىشنى مۇۋەپپەقىيەتلىك ئۈزۈۋەتتى + + + + Wired Device not carried + سىملىق ئۈسكۈنە توشۇلمايدۇ + + + LAN Connected Successfully + LAN ئۇلاش مۇۋەپپەقىيەتلىك بولدى + + + + ListItem + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + kylin تورى applet ئۈستەل يۈزى ئۇچۇرى + + + + MainWindow + + + + kylin-nm + kylin-nm + + + + LAN + 有线网络 + LAN + + + + WLAN + 无线局域网 + WLAN + + + + Network Connectivity Detection + + + + + + Network tool + + + + + Network Card + + + + + Not connected to the network + + + + Show MainWindow + MainWindow نى كۆرسەت + + + + Settings + 设置网络项 + تەڭشەكلەر + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + + + + + Click "+" to configure DNS + + + + + Settings + تەڭشەكلەر + + + + NetDetail + + + Kylin NM + Kylin NM + + + + kylin network desktop message + kylin تور ئۈستەل يۈزى ئۇچۇرى + + + + Detail + تەپسىلى مەزمۇنى + + + Ipv4 + Ipv4 + + + Ipv6 + Ipv6 + + + + Security + بىخەتەرلىك + + + Close + 关闭 + + + + Confirm + جەزىملەشتۈرۈش + + + + Cancel + ئەمەلدىن قالدۇرۇش + + + + Forget this network + بۇ تورنى ئۇنتۇپ قاپسىز + + + Add Lan Connect + لەن ئۇلاش + + + connect hiddin wlan + uلاش hiddin wlan + + + + IPv4 + + + + + IPv6 + + + + + + Config + + + + + Add LAN Connect + + + + + Connect Hidden WLAN + + + + + Delete this network + + + + + + + None + يوق + + + + + + Auto + ئاپتۇماتىك + + + + start check ipv4 address conflict + ipv4 ئادرېس توقۇنۇشىنى تەكشۈرۈشنى باشلاڭ + + + + start check ipv6 address conflict + ipv6 ئادرېس توقۇنۇشىنى تەكشۈرۈشنى باشلاڭ + + + ipv4 address conflict! + ipv4 ئادرېس توقۇنۇشى! + + + ipv6 address conflict! + ipv6 ئادرېس توقۇنۇشى! + + + + this wifi no support enterprise type + بۇ wifi قوللىمايدىغان كارخانا تىپى + + + + this wifi no support None type + بۇ wifi no support None type + + + + this wifi no support WPA2 type + بۇ wifi ھىچكىمنى قوللىمايدۇ WPA2 تىپى + + + + this wifi no support WPA3 type + بۇ wifi ھىچكىمنى قوللىمايدۇ WPA3 تىپى + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPV4: + IPV4地址: + + + IPV4 Dns: + IPV4 DNS服务器: + + + IPV6: + 本地链接IPV6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + + + + + Security + بىخەتەرلىك + + + + + Password + ئىم + + + + EAP type + EAP تۈرى + + + + Identity + كىملىك + + + + Domain + تور نامى + + + + CA certficate + CA كەۋسەر + + + + no need for CA certificate + CA كىنىشكىسىنىڭ ھاجىتى يوق + + + + User certificate + ئىشلەتكۈچى كىنىشكىسى + + + + User private key + ئىشلەتكۈچى شەخسىي ئاچقۇچ + + + + User key password + ئىشلەتكۈچى ئاچقۇچ پارولى + + + + Password options + + + + + + + Required + تەلەپ قىلىنىدۇ + + + + Ineer authentication + دەلىللەشنى ئەينەنلەشتۈرۈش + + + Usename + ئىشلىتىش نامى + + + + Username + Usename + 用户名 + + + + Ask pwd each query + pwd دىن ھەر بىر سۈرۈشتۈرۈشنى سۈرۈشتۈرۈش + + + + + + + + + + + + + + + + None + يوق + + + + WPA&WPA2 Personal + WPA&WPA2 شەخسى + + + + WPA&WPA2 Enterprise + WPA&WPA2 كارخانا + + + + WPA3 Personal + WPA3 شەخسى + + + + + + + Choose from file... + ھۆججەتتىن تاللاش... + + + + Store passwords only for this user + + + + + Store password only for this user + + + + + Store passwords for all users + + + + + Store password for all users + + + + + Ask this password every time + + + + + Ask password every time + + + + + PAC provisioning + + + + + Allow automatic PAC provisioning + + + + + PAC file + + + + + Anonymous + + + + + Authenticated + + + + + Both + + + + + + + Choose a CA certificate + CA كىنىشكىسى تاللاش + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA ھۆججەتلىرى (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + Choose a PAC file + + + + + PAC Files (*.pac) + + + + + + + + + + TabPage + + + Current Device + نۆۋەتتىكى ئۈسكۈنە + + + + Devices Closed! + ئۈسكۈنىلەر تاقالدى! + + + + Settings + تەڭشەكلەر + + + + Kylin NM + Kylin NM + + + + kylin network applet desktop message + kylin تورى applet ئۈستەل يۈزى ئۇچۇرى + + + + WiFiConfigDialog + + WLAN Authentication + WLAN دەلىللەش + + + Input WLAN Information Please + WLAN ئۇچۇرىنى كىرگۈزۈشنى ئۆتۈنۈپ قالاي + + + WLAN ID: + WLAN ID: + + + WLAN Name: + WLAN نامى: + + + Password: + مەخپىي نومۇرى: + + + Cancl + Cancl + + + Ok + ماقۇل + + + + WlanListItem + + + Not connected + ئۇلانمىدى + + + + + + + + Disconnect + ئۇلاشنى ئۈزۈۋېتىش + + + + + + + + Connect + ئۇلاش + + + + + Property + + + + + + Forget + ئۇنتۇش + + + + Auto Connect + ئاپتوماتىك ئۇلاش + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + باشقىلارنى قوشۇ... + + + + WlanPage + + + WLAN + WLAN + + + + No wireless network card detected + سىمسىز تور كارتىسى بايقالمىدى + + + + Activated WLAN + ئاكتىپلانغان WLAN + + + + Other WLAN + باشقا WLAN + + + + Connected: + + + + + Not Connected + + + + More... + 更多... + + + + WLAN Connected Successfully + WLAN ئۇلىنىش مۇۋەپپەقىيەتلىك بولدى + + + + WLAN Disconnected Successfully + WLAN ئۇلىنىشنى مۇۋەپپەقىيەتلىك ئۈزۈۋەتتى + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + kylinnm + + + + show kylin-nm wifi page + kylin-nm wifi بېتىنى كۆرسەت + + + + show kylin-nm lan page + kylin-nm lan بېتىنى كۆرسەت + + + diff --git a/src/translations/kylin-nm_zh_Hant.ts b/src/translations/kylin-nm_zh_Hant.ts new file mode 100644 index 00000000..7f116438 --- /dev/null +++ b/src/translations/kylin-nm_zh_Hant.ts @@ -0,0 +1,1671 @@ + + + + + ConfForm + + Manual + 手动 + + + Cancel + 取消 + + + kylin-nm + 网络工具 + + + kylin network applet desktop message + 网络提示消息 + + + Will check the IP address conflict + 正在检测ip地址冲突 + + + IPv4 address conflict, Please change IP + ip地址冲突,请更改ip + + + IPv6 address conflict, Please change IP + ip地址冲突,请更改ip {6 ?} + + + + ConfigPage + + + Network profile type + 網路配置檔類型 + + + + 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 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 + 配置防火牆和安全設置 + + + + ConnectivityPage + + + Network connectivity detection + 網絡連接檢測 + + + + If access to the Internet is restricted, please switch the network IP connectivity detection method and try again. + 如果訪問Internet受到限制,請切換網絡IP連接檢測方法,然後重試。 + + + + Public network (default) + 公用網絡(默認) + + + + Local area network (intranet) + 局域網(內網) + + + + Confirm + 確定 + + + + The network is connected and can access the Internet normally. + 網絡已連接,可以正常訪問互聯網。 + + + + The network is connected and access to the Internet is restricted. + 網絡已連接,對Internet的訪問受到限制。 + + + + Please enter the local area network (intranet) detection address + 請輸入局域網(內網)檢測地址 + + + + Format error + 格式錯誤 + + + + CopyButton + + Copied successfully + 复制成功 + + + Copied successfully! + 复制成功! + + + Copy all + 复制全部 + + + + CreatNetPage + + + Connection Name + 網路名稱 + + + + IPv4Config + IPv4 配置 + + + + Address + IPv4 位址 + + + + Netmask + 子網掩碼 + + + + Default Gateway + 默認閘道 + + + + Address conflict + 位址衝突 + + + Prefs DNS + 首选 DNS + + + Alternative DNS + 备选 DNS + + + + Auto(DHCP) + 自動 (DHCP) + + + + Manual + 手動 + + + + Invalid address + 無效的IP位址 + + + + Invalid subnet mask + 無效的子網掩碼 + + + + + Required + 必填 + + + + DetailPage + + + Auto Connection + 自動連接 + + + + + SSID: + SSID: + + + + Copied successfully! + 複製成功! + + + + Copy all + 複製全部 + + + + Please input SSID: + 請輸入 SSID: + + + + + Protocol: + 協定: + + + + + Security Type: + 安全類型: + + + + + Hz: + 網路頻帶: + + + + + Chan: + 網路通道: + + + + + BandWidth: + 頻寬: + + + + + IPv6: + 本地連結 IPv6 位址: + + + + + IPv4: + IPv4 位址: + + + + + IPv4 DNS: + IPv4 DNS 伺服器: + + + + + Mac: + 物理位址: + + + + DlgHideWifi + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapFast + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPeap + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapPwd + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTTLS + + Domain + + + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiEapTls + + Identity + 匿名身份 + + + Domain + + + + User certificate + 用户证书 + + + User private key + 用户私钥 + + + User key password + 用户密钥密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiLeap + + Username + 用户名 + + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWep + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DlgHideWifiWpa + + Password + 密钥 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + + DnsSettingWidget + + + DNS Server Advanced Settings + DNS 伺服器高級配置 + + + + Tactic + 策略 + + + + Timeout + 超時時間 + + + + Retry Count + 重試次數 + + + + order + 順序 + + + + rotate + 隨機 + + + + concurrency + 併發 + + + + s + + + + + times + + + + + Close + 關閉 + + + + Cancel + 取消 + + + + Confirm + 確定 + + + + EnterpriseWlanDialog + + Connect Enterprise WLAN + 连接企业网 + + + Close + 关闭 + + + + Wi-Fi network requires authentication + Wi-Fi 網路要求認證 + + + + Access to Wi-Fi network " + 訪問Wi-Fi網路 + + + + " requires a password or encryption key. + 需要密碼或加密金鑰。 + + + + Cancel + 取消 + + + + Connect + 連接 + + + + 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 + 無效的IP位址 + + + + 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 + 無效的IP位址 + + + + Invalid gateway + 無效的閘道位址 + + + + Address conflict + 位址衝突 + + + + JoinHiddenWiFiPage + + + Please enter the network information + 請輸入您想要加入的網路資訊 + + + + Network name(SSID) + 網路名稱 (SSID) + + + Remember the Network + 记住该网络 + + + + Show Network List + 顯示網路清單 + + + + Cancel + 取消 + + + + Join + 加入 + + + + Required + 必填 + + + + Find and Join WLAN + 查找並加入無線局域網路 + + + + LanListItem + + + Not connected + 未連接 + + + + Wired Device not carried + 未插入網線 + + + + + + Disconnect + 斷開 + + + + + + Connect + 連接 + + + + + Property + 屬性 + + + + + Delete + 刪除此網路 + + + + LanPage + + No ethernet device avaliable + 未檢測到有線設備 + + + + LAN + 有線網路 + + + + conflict, unable to connect to the network normally! + 衝突,無法正常連接到網路! + + + + Activated LAN + 我的網路 + + + + Inactivated LAN + 其他網路 + + + LAN Disconnected Successfully + 有线网络已断开 + + + + Wired Device not carried + 未插入網線 + + + LAN Connected Successfully + 有线网络已连接 + + + + + Connected: + 已連線: + + + + Not Connected + 未連接 + + + + (Limited) + (網路受限) + + + + ListItem + + + Kylin NM + 網路設置工具 + + + + kylin network applet desktop message + 網路提示消息 + + + + MainWindow + + + + kylin-nm + 網路工具 + + + + LAN + 有线网络 + 有線網路 + + + + WLAN + 无线局域网 + 無線局域網 + + + Show MainWindow + 打開網路工具 + + + + Settings + 设置网络项 + 設置網路項 + + + + Network Connectivity Detection + 網絡連接檢測 + + + + + Network tool + 網路工具 + + + + Network Card + 網卡 + + + + Not connected to the network + 未連接網路 + + + + MultipleDnsWidget + + + DNS server(Drag to sort) + DNS 伺服器高級配置 + + + + Click "+" to configure DNS + 點擊 「+」配置 DNS + + + + Settings + 高級設置 + + + + NetDetail + + + Kylin NM + 網路設置工具 + + + + kylin network desktop message + 網路提示消息 + + + + Detail + 詳情 + + + + IPv4 + IPv4 + + + + IPv6 + IPv6 + + + + Security + 安全 + + + Close + 关闭 + + + + + Config + 配置 + + + + Confirm + 確定 + + + + Cancel + 取消 + + + + Forget this network + 忘記此網路 + + + + Delete this network + 刪除此網路 + + + + Add LAN Connect + 添加有線網路 + + + + Connect Hidden WLAN + 連接到隱藏 WLAN + + + + + + None + + + + + + + Auto + 自動 + + + + start check ipv4 address conflict + 開始檢測 ipv4 位址衝突 + + + + start check ipv6 address conflict + 開始檢測 ipv6 位址衝突 + + + ipv4 address conflict! + 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 類型 + + + SSID: + SSID: + + + Protocol: + 协议: + + + Hz: + 网络频带: + + + Chan: + 网络通道: + + + BandWidth: + 带宽: + + + IPv4: + IPv4地址: + + + IPv4 DNS: + IPv4 DNS服务器: + + + IPv6: + 本地链接IPv6地址: + + + Mac: + 物理地址: + + + + OldMainWindow + + kylin-nm + 网络工具 + + + Show MainWindow + 打开网络工具 + + + Not connected + 未连接 + + + + OneConnForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Forget + 忘记此网络 + + + None + + + + + OneLancForm + + + Form + + + + Connect + 连接 + + + Disconnect + 断开 + + + Cancel + 取消 + + + Not connected + 未连接 + + + + SecurityPage + + + Remember the Network + 記住該網路 + + + + Security + 安全性 + + + + + Password + 金鑰 + + + + EAP type + EAP 方法 + + + + Identity + 匿名身份 + + + + Domain + + + + + CA certficate + CA 證書 + + + + no need for CA certificate + 不需要 CA 證書 + + + + User certificate + 用戶證書 + + + + User private key + 使用者私鑰 + + + + User key password + 用戶金鑰密碼 + + + + Password options + 密碼選項 + + + + + + Required + 必填 + + + + Ineer authentication + 內部認證 + + + + Username + 使用者名 + + + + Ask pwd each query + 每次詢問密碼 + + + + + + + + + + + + + + + + None + + + + + WPA&WPA2 Personal + WPA&WPA2 個人 + + + + WPA&WPA2 Enterprise + WPA&WPA2 企業 + + + + WPA3 Personal + WPA3 個人 + + + + + + + Choose from file... + 從檔案選擇... + + + + Store passwords only for this user + 僅為該使用者存儲密碼 + + + + Store password only for this user + 僅為該使用者存儲密碼 + + + + Store passwords for all users + 存儲所有用戶的密碼 + + + + Store password for all users + 存儲所有用戶的密碼 + + + + Ask this password every time + 每次詢問這個密碼 + + + + Ask password every time + 每次詢問這個密碼 + + + + + + Choose a CA certificate + 選擇一個 CA 證書 + + + + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 憑證 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + + PAC provisioning + PAC 配置 + + + + Allow automatic PAC provisioning + 允許自動 PAC 配置 + + + + PAC file + PAC 檔 + + + + Anonymous + 匿名 + + + + Authenticated + 已認證 + + + + Both + 兩者兼用 + + + + Choose a PAC file + 選擇一個 PAC 檔 + + + + PAC Files (*.pac) + PAC 檔(*.pac) + + + + + + + + + TabPage + + + Current Device + 當前網卡 + + + + Devices Closed! + 設備關閉! + + + + Settings + 網路設置 + + + + Kylin NM + 網路設置工具 + + + + kylin network applet desktop message + 網路提示消息 + + + + VpnPage + + Wired Device not carried + 未插入网线 + + + + WiFiConfigDialog + + WLAN Authentication + 無線局域網認證 + + + Input WLAN Information Please + 請輸入無線域網資訊 + + + WLAN ID: + 無線區域網ID: + + + WLAN Name: + WLAN名稱: + + + Password: + 金鑰: + + + Cancl + 取消 + + + Ok + 確認 + + + + WlanListItem + + + Not connected + 未連接 + + + + + + + + Disconnect + 斷開 + + + + + + + + Connect + 連接 + + + + + Forget + 忘記此網路 + + + + + Property + 屬性 + + + + Auto Connect + 自動加入該網路 + + + + WlanMoreItem + + More... + 更多... + + + + Add Others... + 加入其他網路... + + + + WlanPage + + + WLAN + 無線局域網 + + + + No wireless network card detected + 未檢測到無線網卡 + + + + Activated WLAN + 我的網路 + + + + Other WLAN + 其他網路 + + + More... + 更多... + + + + WLAN Connected Successfully + 無線網路已連接 + + + + WLAN Disconnected Successfully + 無線網路已斷開 + + + + Connected: + 已連線: + + + + Not Connected + 未連接 + + + (Limited) + (有限) + + + + WpaWifiDialog + + EAP type + EAP方法 + + + Username + 用户名 + + + Password + 密钥 + + + Ask pwd each query + 每次询问密码 + + + Cancel + 取消 + + + Connect + 连接 + + + None + + + + Choose from file... + 从文件选择... + + + Choose a CA certificate + 选择一个CA证书 + + + CA Files (*.pem *.der *.p12 *.crt *.cer *.pfx) + CA 证书 (*.pem *.der *.p12 *.crt *.cer *.pfx) + + + Identity + 匿名身份 + + + Domain + + + + no need for CA certificate + 不需要CA证书 + + + + main + + + kylinnm + 麒麟網路工具 + + + + show kylin-nm wifi page + 顯示麒麟網路wifi頁面 + + + + show kylin-nm lan page + 顯示麒麟網路局域網頁面 + + +