diff options
Diffstat (limited to 'modules')
30 files changed, 265 insertions, 256 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi.js b/modules/luci-base/htdocs/luci-static/resources/cbi.js index 884eb62f68..b334703bdf 100644 --- a/modules/luci-base/htdocs/luci-static/resources/cbi.js +++ b/modules/luci-base/htdocs/luci-static/resources/cbi.js @@ -229,7 +229,7 @@ var cbi_validators = { { return cbi_validators.hostname.apply(this) || ((ipv4only != 1) && cbi_validators.ipaddr.apply(this)) || - ((ipv4only == 1) && cb_validators.ip4addr.apply(this)); + ((ipv4only == 1) && cbi_validators.ip4addr.apply(this)); }, 'hostname': function() diff --git a/modules/luci-base/luasrc/http/protocol.lua b/modules/luci-base/luasrc/http/protocol.lua index 061c6ad544..0a8b2fbab9 100644 --- a/modules/luci-base/luasrc/http/protocol.lua +++ b/modules/luci-base/luasrc/http/protocol.lua @@ -264,7 +264,7 @@ function header_source( sock ) end -- Content-Type. Stores all extracted data associated with its parameter name --- in the params table withing the given message object. Multiple parameter +-- in the params table within the given message object. Multiple parameter -- values are stored as tables, ordinary ones as strings. -- If an optional file callback function is given then it is feeded with the -- file contents chunk by chunk and only the extracted file name is stored @@ -433,7 +433,7 @@ function mimedecode_message_body( src, msg, filecb ) end -- Content-Type. Stores all extracted data associated with its parameter name --- in the params table withing the given message object. Multiple parameter +-- in the params table within the given message object. Multiple parameter -- values are stored as tables, ordinary ones as strings. function urldecode_message_body( src, msg ) diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index 971d1a88a5..d5b2321272 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -665,6 +665,13 @@ msgstr "Ordre" msgid "Common Configuration" msgstr "Configuració comuna" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuració" @@ -3673,13 +3680,6 @@ msgstr "Sense fils reinciat" msgid "Wireless shut down" msgstr "Sense fils aturat" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Escriure les peticions DNS rebudes al registre del sistema" diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 8f5044d505..d914c379de 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -659,6 +659,13 @@ msgstr "Příkaz" msgid "Common Configuration" msgstr "Společná nastavení" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Nastavení" @@ -3716,13 +3723,6 @@ msgstr "Bezdrátová síť restartována" msgid "Wireless shut down" msgstr "Bezdrátová síť vypnuta" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Zapisovat přijaté požadavky DNS do systemového logu" diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index dc0f7f2bd8..9b469d6606 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -675,6 +675,17 @@ msgstr "Befehl" msgid "Common Configuration" msgstr "Allgemeine Konfiguration" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" +"Deaktiviert bestimmte EAPOL-Key-Retransmissionen um Key-Reinstallation " +"(KRACK) Angriffe auf Client-Seite zu erschweren. Diese Abhilfemaßnahme kann " +"Kompatibilitätsprobleme verursachen und die Zuverlässigkeit von " +"Schlüsselerneuerungen in ausgelasteten Umgebungen verringern." + msgid "Configuration" msgstr "Konfiguration" @@ -3842,17 +3853,6 @@ msgstr "WLAN neu gestartet" msgid "Wireless shut down" msgstr "WLAN heruntergefahren" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" -"Deaktiviert bestimmte EAPOL-Key-Retransmissionen um Key-Reinstallation " -"(KRACK) Angriffe auf Client-Seite zu erschweren. Diese Abhilfemaßnahme kann " -"Kompatibilitätsprobleme verursachen und die Zuverlässigkeit von " -"Schlüsselerneuerungen in ausgelasteten Umgebungen verringern." - msgid "Write received DNS requests to syslog" msgstr "Empfangene DNS-Anfragen in das Systemprotokoll schreiben" diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index 7135314f2e..331d969055 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -668,6 +668,13 @@ msgstr "Εντολή" msgid "Common Configuration" msgstr "Κοινή Παραμετροποίηση" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Παραμετροποίηση" @@ -3667,13 +3674,6 @@ msgstr "Το ασύρματο δίκτυο επανεκκινήθηκε" msgid "Wireless shut down" msgstr "Το ασύρματο δίκτυο τερματίστηκε" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Καταγραφή των ληφθέντων DNS αιτήσεων στο syslog" diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 9cae494b57..978f15d90a 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -655,6 +655,13 @@ msgstr "Command" msgid "Common Configuration" msgstr "Common Configuration" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuration" @@ -3626,13 +3633,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 3e71d4f436..5d2fac27cd 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -664,6 +664,13 @@ msgstr "Comando" msgid "Common Configuration" msgstr "Configuración común" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuración" @@ -3742,13 +3749,6 @@ msgstr "Red inalámbrica rearrancada" msgid "Wireless shut down" msgstr "Apagando red inalámbrica" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Escribir las peticiones de DNS recibidas en el registro del sistema" diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 0acfcef72a..ee4f0fb8ad 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -671,6 +671,13 @@ msgstr "Commande" msgid "Common Configuration" msgstr "Configuration commune" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuration" @@ -3761,13 +3768,6 @@ msgstr "Wi-Fi ré-initialisé" msgid "Wireless shut down" msgstr "Wi-Fi arrêté" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Écrire les requêtes DNS reçues dans syslog" diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index a261f8782c..7a0b518aeb 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -648,6 +648,13 @@ msgstr "פקודה" msgid "Common Configuration" msgstr "הגדרות נפוצות" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "הגדרות" @@ -3582,13 +3589,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index bd2e4eeeca..d74394e5bc 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -666,6 +666,13 @@ msgstr "Parancs" msgid "Common Configuration" msgstr "Álatános beállítás" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Beállítás" @@ -3748,13 +3755,6 @@ msgstr "Vezetéknélküli rész újraindítva" msgid "Wireless shut down" msgstr "Vezetéknélküli rész leállítása" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "A kapott DNS kéréseket írja a rendszernaplóba" diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index c3590b0e4c..f013489319 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -671,6 +671,13 @@ msgstr "Comando" msgid "Common Configuration" msgstr "Configurazioni Comuni" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configurazione" @@ -3709,13 +3716,6 @@ msgstr "Wireless riavviato" msgid "Wireless shut down" msgstr "Wireless spento" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Scrittura delle richiesta DNS ricevute nel syslog" diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 212f56522f..af4721c88b 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -666,6 +666,17 @@ msgstr "コマンド" msgid "Common Configuration" msgstr "一般設定" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" +"キーのインストールに使用される EAPOL キーフレームの再送信を無効にすることによ" +"り、クライアント サイドの Key Reinstallation Attacks (KRACK) を困難にします。" +"この回避策は、相互運用性の問題や、特に高負荷のトラフィック環境下におけるキー " +"ネゴシエーションの信頼性低下の原因となることがあります。" + msgid "Configuration" msgstr "設定" @@ -3739,17 +3750,6 @@ msgstr "無線LAN機能の再起動" msgid "Wireless shut down" msgstr "無線LAN機能停止" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" -"キーのインストールに使用される EAPOL キーフレームの再送信を無効にすることによ" -"り、クライアント サイドの Key Reinstallation Attacks (KRACK) を困難にします。" -"この回避策は、相互運用性の問題や、特に高負荷のトラフィック環境下におけるキー " -"ネゴシエーションの信頼性低下の原因となることがあります。" - msgid "Write received DNS requests to syslog" msgstr "受信したDNSリクエストをsyslogへ記録します" diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index ddc27587cb..2e8d20939f 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -651,6 +651,13 @@ msgstr "명령어" msgid "Common Configuration" msgstr "공통 설정" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "설정" @@ -3634,13 +3641,6 @@ msgstr "무선랜이 재시작되었습니다" msgid "Wireless shut down" msgstr "무선랜이 shutdown 되었습니다" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "받은 DNS 요청 내용을 systlog 에 기록합니다" diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index 23f97a70be..c907bf35e4 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -633,6 +633,13 @@ msgstr "Perintah" msgid "Common Configuration" msgstr "" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Konfigurasi" @@ -3602,13 +3609,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/no/base.po b/modules/luci-base/po/no/base.po index d0048fb4fe..4c67d5d11b 100644 --- a/modules/luci-base/po/no/base.po +++ b/modules/luci-base/po/no/base.po @@ -655,6 +655,13 @@ msgstr "Kommando" msgid "Common Configuration" msgstr "Vanlige Innstillinger" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Konfigurasjon" @@ -3714,13 +3721,6 @@ msgstr "Trådløst startet på nytt" msgid "Wireless shut down" msgstr "Trådløst er slått av" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Skriv mottatte DNS forespørsler til syslog" diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index 9342214d59..5a2d86b6ee 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -673,6 +673,13 @@ msgstr "Polecenie" msgid "Common Configuration" msgstr "Konfiguracja podstawowa" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Konfiguracja" @@ -3778,13 +3785,6 @@ msgstr "Zrestartowano sieć bezprzewodową" msgid "Wireless shut down" msgstr "Wyłączanie sieci bezprzewodowej" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Zapisz otrzymane żądania DNS do syslog'a" diff --git a/modules/luci-base/po/pt-br/base.po b/modules/luci-base/po/pt-br/base.po index df0e915d65..64ab9048e4 100644 --- a/modules/luci-base/po/pt-br/base.po +++ b/modules/luci-base/po/pt-br/base.po @@ -706,6 +706,13 @@ msgstr "Comando" msgid "Common Configuration" msgstr "Configuração Comum" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuração" @@ -3904,13 +3911,6 @@ msgstr "A rede sem fio reiniciou" msgid "Wireless shut down" msgstr "Rede sem fio desligada" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Escreva as requisições DNS para o servidor de registro (syslog)" diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index c6db76867c..7034d2392f 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -668,6 +668,13 @@ msgstr "Comando" msgid "Common Configuration" msgstr "Configuração comum" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configuração" @@ -3708,13 +3715,6 @@ msgstr "Rede wireless reiniciada" msgid "Wireless shut down" msgstr "Desligar wireless" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Escrever os pedidos de DNS para o syslog" diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index d7e860c419..9587e4c55a 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -643,6 +643,13 @@ msgstr "Comanda" msgid "Common Configuration" msgstr "Configurarea obisnuita" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Configurare" @@ -3575,13 +3582,6 @@ msgstr "Wireless-ul restartat" msgid "Wireless shut down" msgstr "Wireless-ul oprit" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Scrie cererile DNS primite in syslog" diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index fdbe3842aa..f52e618423 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -668,6 +668,13 @@ msgstr "Команда" msgid "Common Configuration" msgstr "Общая конфигурация" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Конфигурация" @@ -3750,13 +3757,6 @@ msgstr "Беспроводная сеть перезапущена" msgid "Wireless shut down" msgstr "Выключение беспроводной сети" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Записывать полученные DNS-запросы в системный журнал" diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index 09f32727a7..ec97162f92 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -626,6 +626,13 @@ msgstr "" msgid "Common Configuration" msgstr "" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "" @@ -3543,13 +3550,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index c3f407ddd4..cd604917ab 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -149,8 +149,8 @@ msgid "" "<br/>Note: you need to manually restart the cron service if the crontab file " "was empty before editing." msgstr "" -"<br/>Notera att: du måste starta om cron-tjänsten om crontab-filen " -"var tom innan den ändrades." +"<br/>Notera att: du måste starta om cron-tjänsten om crontab-filen var tom " +"innan den ändrades." msgid "A43C + J43 + A43" msgstr "A43C + J43 + A43" @@ -270,8 +270,7 @@ msgid "" "Allocate IP addresses sequentially, starting from the lowest available " "address" msgstr "" -"Allokera IP-adresser sekventiellt med start från den lägsta möjliga " -"adressen" +"Allokera IP-adresser sekventiellt med start från den lägsta möjliga adressen" msgid "Allocate IP sequentially" msgstr "Allokera IP sekventiellt" @@ -289,7 +288,9 @@ msgid "Allow localhost" msgstr "Tillåt localhost" msgid "Allow remote hosts to connect to local SSH forwarded ports" -msgstr "Tillåt fjärrstyrda värdar att ansluta via SSH till lokalt vidarebefordrade portar" +msgstr "" +"Tillåt fjärrstyrda värdar att ansluta via SSH till lokalt vidarebefordrade " +"portar" msgid "Allow root logins with password" msgstr "Tillåt root-inloggningar med lösenord" @@ -551,7 +552,8 @@ msgid "Buttons" msgstr "Knappar" msgid "CA certificate; if empty it will be saved after the first connection." -msgstr "CA-certifikat; om tom så kommer den att sparas efter första anslutningen." +msgstr "" +"CA-certifikat; om tom så kommer den att sparas efter första anslutningen." msgid "CPU usage (%)" msgstr "CPU-användning (%)" @@ -584,7 +586,9 @@ msgid "Check fileystems before mount" msgstr "Kontrollera filsystemen innan de monteras" msgid "Check this option to delete the existing networks from this radio." -msgstr "Bocka för det här alternativet för att ta bort befintliga nätverk från den här radion." +msgstr "" +"Bocka för det här alternativet för att ta bort befintliga nätverk från den " +"här radion." msgid "Checksum" msgstr "Checksumma" @@ -636,6 +640,13 @@ msgstr "Kommando" msgid "Common Configuration" msgstr "Vanlig konfiguration" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Konfiguration" @@ -842,9 +853,8 @@ msgid "" "Disable <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> for " "this interface." msgstr "" -"Inaktivera <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> för " -"det här gränssnittet." - +"Inaktivera <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> " +"för det här gränssnittet." msgid "Disable DNS setup" msgstr "" @@ -887,7 +897,9 @@ msgid "Do not cache negative replies, e.g. for not existing domains" msgstr "Cachea inte negativa svar, t.ex för icke-existerade domäner" msgid "Do not forward requests that cannot be answered by public name servers" -msgstr "Vidarebefordra inte förfrågningar som inte kan ta emot svar från publika namnservrar" +msgstr "" +"Vidarebefordra inte förfrågningar som inte kan ta emot svar från publika " +"namnservrar" msgid "Do not forward reverse lookups for local networks" msgstr "" @@ -905,8 +917,8 @@ msgid "" "Don't forward <abbr title=\"Domain Name System\">DNS</abbr>-Requests without " "<abbr title=\"Domain Name System\">DNS</abbr>-Name" msgstr "" -"Vidarebefordra inte <abbr title=\"Domain Name System\">DNS</abbr>-förfrågningar utan " -"<abbr title=\"Domain Name System\">DNS</abbr>-namn" +"Vidarebefordra inte <abbr title=\"Domain Name System\">DNS</abbr>-" +"förfrågningar utan <abbr title=\"Domain Name System\">DNS</abbr>-namn" msgid "Download and install package" msgstr "Ladda ner och installera paket" @@ -1718,7 +1730,8 @@ msgid "Listen Port" msgstr "Lyssningsportar" msgid "Listen only on the given interface or, if unspecified, on all" -msgstr "Lyssna endast på det angivna gränssnittet eller, om o-specificerat på alla" +msgstr "" +"Lyssna endast på det angivna gränssnittet eller, om o-specificerat på alla" msgid "Listening port for inbound DNS queries" msgstr "Lyssningsportar för ankommande DNS-förfrågningar" @@ -3160,8 +3173,8 @@ msgid "" "There is no password set on this router. Please configure a root password to " "protect the web interface and enable SSH." msgstr "" -"Det finns inget lösenord inställt på den här routern. Vänligen ställ in ett root-lösenord för att " -"skydda webbgränssnittet och för att aktivera SSH." +"Det finns inget lösenord inställt på den här routern. Vänligen ställ in ett " +"root-lösenord för att skydda webbgränssnittet och för att aktivera SSH." msgid "This IPv4 address of the relay" msgstr "" @@ -3238,8 +3251,9 @@ msgstr "Tidszon" msgid "" "To restore configuration files, you can upload a previously generated backup " "archive here." -msgstr "För att återställa konfigurationsfiler så kan du ladda upp ett tidigare genererat säkerhetskopierings " -"arkiv här." +msgstr "" +"För att återställa konfigurationsfiler så kan du ladda upp ett tidigare " +"genererat säkerhetskopierings arkiv här." msgid "Tone" msgstr "Ton" @@ -3516,7 +3530,8 @@ msgid "Warning" msgstr "Varning" msgid "Warning: There are unsaved changes that will get lost on reboot!" -msgstr "Varning: Det finns osparade ändringar som kommer att förloras vid omstart!" +msgstr "" +"Varning: Det finns osparade ändringar som kommer att förloras vid omstart!" msgid "Whether to create an IPv6 default route over the tunnel" msgstr "" @@ -3563,13 +3578,6 @@ msgstr "Trådlöst startade om" msgid "Wireless shut down" msgstr "Trådlöst stängde ner" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Skriv mottagna DNS-förfrågningar till syslogg" @@ -3585,16 +3593,17 @@ msgstr "" msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." msgstr "" -"Du måste aktivera JavaScript i din webbläsare, annars kommer inte LuCi att fungera korrekt." +"Du måste aktivera JavaScript i din webbläsare, annars kommer inte LuCi att " +"fungera korrekt." msgid "" "Your Internet Explorer is too old to display this page correctly. Please " "upgrade it to at least version 7 or use another browser like Firefox, Opera " "or Safari." msgstr "" -"Din Internet Explorer är för gammal för att visa den här sidan korrekt. Vänligen " -"uppgradera den till minst version 7 eller använd en annan webbläsare till exempel Firefox, Opera " -"eller Safari." +"Din Internet Explorer är för gammal för att visa den här sidan korrekt. " +"Vänligen uppgradera den till minst version 7 eller använd en annan " +"webbläsare till exempel Firefox, Opera eller Safari." msgid "any" msgstr "något" diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index ba569aaa81..8cbae4f87d 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -619,6 +619,13 @@ msgstr "" msgid "Common Configuration" msgstr "" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "" @@ -3536,13 +3543,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 7c95a34871..e6293212c4 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -639,6 +639,13 @@ msgstr "" msgid "Common Configuration" msgstr "" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "" @@ -3556,13 +3563,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index 787a90279c..05bd03d584 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -677,6 +677,13 @@ msgstr "Команда" msgid "Common Configuration" msgstr "Загальна конфігурація" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Конфігурація" @@ -3765,13 +3772,6 @@ msgstr "Бездротова мережа перезапущена" msgid "Wireless shut down" msgstr "Бездротова мережа припинила роботу" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "Записувати отримані DNS-запити до системного журналу" diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index 6600c90bd9..1a6cadc9f4 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -633,6 +633,13 @@ msgstr "Lệnh" msgid "Common Configuration" msgstr "" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "Cấu hình" @@ -3598,13 +3605,6 @@ msgstr "" msgid "Wireless shut down" msgstr "" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "" diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po index 109110cc5a..7383166890 100644 --- a/modules/luci-base/po/zh-cn/base.po +++ b/modules/luci-base/po/zh-cn/base.po @@ -639,6 +639,13 @@ msgstr "命令" msgid "Common Configuration" msgstr "一般配置" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "配置" @@ -1591,7 +1598,7 @@ msgstr "隔离客户端" msgid "" "It appears that you are trying to flash an image that does not fit into the " "flash memory, please verify the image file!" -msgstr "你尝试刷写的固件与本路由器不兼容,请重新验证固件文件。" +msgstr "您尝试刷写的固件与本路由器不兼容,请重新验证固件文件。" msgid "JavaScript required!" msgstr "需要 JavaScript!" @@ -2125,7 +2132,7 @@ msgid "" "<samp>INTERFACE.VLANNR</samp> (<abbr title=\"for example\">e.g.</abbr>: " "<samp>eth0.1</samp>)." msgstr "" -"在此页面,你可以配置网络接口。你可以勾选“桥接接口”,并输入由空格分隔的多个网" +"在此页面,您可以配置网络接口。您可以勾选“桥接接口”,并输入由空格分隔的多个网" "络接口的名称来桥接多个接口。接口名称中可以使用 <abbr title=\"Virtual Local " "Area Network\">VLAN</abbr> 记号 <samp>INTERFACE.VLANNR</samp>(例如:" "<samp>eth0.1</samp>)。" @@ -2167,7 +2174,7 @@ msgid "Optional, specify to override default server (tic.sixxs.net)" msgstr "可选,设置这个选项会覆盖默认服务器(tic.sixxs.net)" msgid "Optional, use when the SIXXS account has more than one tunnel" -msgstr "可选,如果你的 SIXXS 账号拥有一个以上的隧道请设置此项" +msgstr "可选,如果您的 SIXXS 账号拥有一个以上的隧道请设置此项" msgid "" "Optional. 32-bit mark for outgoing encrypted packets. Enter value in hex, " @@ -2548,14 +2555,14 @@ msgid "" "Really shut down network?\\nYou might lose access to this device if you are " "connected via this interface." msgstr "" -"确定要关闭此网络?\\n如果你正在使用此接口连接路由器,关闭此网络可能导致连接断" +"确定要关闭此网络?\\n如果您正在使用此接口连接路由器,关闭此网络可能导致连接断" "开!" msgid "" "Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " "you are connected via this interface." msgstr "" -"确定要关闭接口 \"%s\"?\\n如果你正在使用此接口连接路由器,关闭此网络可能导致" +"确定要关闭接口 \"%s\"?\\n如果您正在使用此接口连接路由器,关闭此网络可能导致" "连接断开!" msgid "Really switch protocol?" @@ -3276,7 +3283,7 @@ msgstr "登录账户时填写的用户名" msgid "" "This is the prefix routed to you by the tunnel broker for use by clients" -msgstr "这是隧道代理分配给你的路由前缀,供客户端使用" +msgstr "这是隧道代理分配给您的路由前缀,供客户端使用" msgid "This is the system crontab in which scheduled tasks can be defined." msgstr "自定义系统 crontab 中的计划任务。" @@ -3644,13 +3651,6 @@ msgstr "无线已重启" msgid "Wireless shut down" msgstr "无线已关闭" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "将收到的 DNS 请求写入系统日志" @@ -3674,7 +3674,7 @@ msgid "" "upgrade it to at least version 7 or use another browser like Firefox, Opera " "or Safari." msgstr "" -"你的 IE 浏览器太老了,无法正常显示这个页面!请更新到 IE7 及以上或使用其他浏览" +"您的 IE 浏览器太老了,无法正常显示这个页面!请更新到 IE7 及以上或使用其他浏览" "器,例如:Chrome、Firefox、Opera、Safari。" msgid "any" diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po index e0ca7780b5..214e9cd79d 100644 --- a/modules/luci-base/po/zh-tw/base.po +++ b/modules/luci-base/po/zh-tw/base.po @@ -597,14 +597,14 @@ msgid "" "fill out the <em>create</em> field to define a new zone and attach the " "interface to it." msgstr "" -"選擇你要指定給這介面的防火牆區. 撿選<em>unspecified</em>以便從指定區域除這個" +"選擇您要指定給這介面的防火牆區. 撿選<em>unspecified</em>以便從指定區域除這個" "介面或者填寫<em>create</em>欄以便定義附加這個介面到一個新的區域上." msgid "" "Choose the network(s) you want to attach to this wireless interface or fill " "out the <em>create</em> field to define a new network." msgstr "" -"選擇你要附加到無線網路介面的多個網路或者填寫<em>create</em> 以便定義一個新的" +"選擇您要附加到無線網路介面的多個網路或者填寫<em>create</em> 以便定義一個新的" "網路." msgid "Cipher" @@ -644,6 +644,13 @@ msgstr "指令" msgid "Common Configuration" msgstr "一般設定" +msgid "" +"Complicates key reinstallation attacks on the client side by disabling " +"retransmission of EAPOL-Key frames that are used to install keys. This " +"workaround might cause interoperability issues and reduced robustness of key " +"negotiation especially in environments with heavy traffic load." +msgstr "" + msgid "Configuration" msgstr "設定" @@ -1482,7 +1489,7 @@ msgid "" "slow process as the swap-device cannot be accessed with the high datarates " "of the <abbr title=\"Random Access Memory\">RAM</abbr>." msgstr "" -"如果你的物理內存不足時,未使用的數據可以是暫時交換到導致更高的交換設備量的可用" +"如果您的物理內存不足時,未使用的數據可以是暫時交換到導致更高的交換設備量的可用" "<abbr title=\"Random Access Memory\">RAM</abbr>內.請注意,交換數據是一個非常" "緩慢的過程,作為交換裝置不能用高數據速率訪問該<abbr title=\"Random Access " "Memory\">RAM</縮寫>" @@ -1595,7 +1602,7 @@ msgstr "" msgid "" "It appears that you are trying to flash an image that does not fit into the " "flash memory, please verify the image file!" -msgstr "它顯示你正嘗試更新不適用於這個flash記憶體的映像檔,請檢查確認這個映像檔" +msgstr "它顯示您正嘗試更新不適用於這個flash記憶體的映像檔,請檢查確認這個映像檔" msgid "JavaScript required!" msgstr "需要Java腳本" @@ -2120,8 +2127,8 @@ msgid "" "<samp>INTERFACE.VLANNR</samp> (<abbr title=\"for example\">e.g.</abbr>: " "<samp>eth0.1</samp>)." msgstr "" -"在這個頁面你可以設定網路介面. 只要點下這個\"介面群橋接\"而且打入數個以空格分" -"開網路介面的名稱就可以橋接數個介面群. 你也可以使用<abbr title=\"Virtual " +"在這個頁面您可以設定網路介面. 只要點下這個\"介面群橋接\"而且打入數個以空格分" +"開網路介面的名稱就可以橋接數個介面群. 您也可以使用<abbr title=\"Virtual " "Local Area Network\">VLAN</abbr> 符號<samp>INTERFACE.VLANNR</samp> (<abbr " "title=\"for example\">例.如</abbr>: <samp>eth0.1</samp>)." @@ -2380,7 +2387,7 @@ msgid "Pkts." msgstr "封包數." msgid "Please enter your username and password." -msgstr "請輸入你的用戶名稱和密碼" +msgstr "請輸入您的用戶名稱和密碼" msgid "Policy" msgstr "策略" @@ -2522,14 +2529,14 @@ msgid "" "lose access to this device if you are connected via this interface." msgstr "" "真的要刪除這介面?無法復元刪除!\n" -"假如你要透過這個介面連線你可能會無法存取這個設備." +"假如您要透過這個介面連線您可能會無法存取這個設備." msgid "" "Really delete this wireless network? The deletion cannot be undone!\\nYou " "might lose access to this device if you are connected via this network." msgstr "" "真的要刪除這個無線網路?無法復元的刪除!\n" -"假如你是透過這個網路連線你可能會無法存取這個設備." +"假如您是透過這個網路連線您可能會無法存取這個設備." msgid "Really reset all changes?" msgstr "確定要重置回復原廠?" @@ -2540,14 +2547,14 @@ msgid "" "connected via this interface." msgstr "" "真的要刪除這個網路 ?\n" -"假如你是透過這個介面連線你可能會無法存取這個設備." +"假如您是透過這個介面連線您可能會無法存取這個設備." msgid "" "Really shutdown interface \"%s\" ?\\nYou might lose access to this device if " "you are connected via this interface." msgstr "" "真的要關閉這個介面 \"%s\" ?!\n" -"假如你要透過這個介面連線你可能會無法存取這個設備." +"假如您要透過這個介面連線您可能會無法存取這個設備." msgid "Really switch protocol?" msgstr "確定要更換協定?" @@ -2580,7 +2587,7 @@ msgid "Rebooting..." msgstr "重開中..." msgid "Reboots the operating system of your device" -msgstr "重啟你設備的作業系統" +msgstr "重啟您設備的作業系統" msgid "Receive" msgstr "接收" @@ -2886,7 +2893,7 @@ msgid "Some fields are invalid, cannot save values!" msgstr "有些欄位失效, 無法儲存數值!" msgid "Sorry, the object you requested was not found." -msgstr "抱歉, 你請求的這物件尚無發現." +msgstr "抱歉, 您請求的這物件尚無發現." msgid "Sorry, the server encountered an unexpected error." msgstr "抱歉, 伺服器遭遇非預期的錯誤." @@ -3080,7 +3087,7 @@ msgid "" "The <em>libiwinfo-lua</em> package is not installed. You must install this " "component for working wireless configuration!" msgstr "" -"這 <em>libiwinfo-lua</em> 軟體包尚未安裝. 你必須安裝這個元件以便無線網路設定" +"這 <em>libiwinfo-lua</em> 軟體包尚未安裝. 您必須安裝這個元件以便無線網路設定" "有作用." msgid "" @@ -3145,7 +3152,7 @@ msgstr "輸入的網路名稱非獨一" msgid "" "The hardware is not multi-SSID capable and the existing configuration will " "be replaced if you proceed." -msgstr "如果你繼續的話.這硬體並非多SSID工能並且已存的設定將會被覆蓋." +msgstr "如果您繼續的話.這硬體並非多SSID工能並且已存的設定將會被覆蓋." msgid "" "The length of the IPv4 prefix in bits, the remainder is used in the IPv6 " @@ -3189,8 +3196,8 @@ msgid "" "address of your computer to reach the device again, depending on your " "settings." msgstr "" -"系統現正刷機中.<br /> 請勿關閉設備!<br /> 等待數分鐘直到你重新在連線. 可能需" -"要更新你電腦的位址以便再連設備, 端看你的設定. " +"系統現正刷機中.<br /> 請勿關閉設備!<br /> 等待數分鐘直到您重新在連線. 可能需" +"要更新您電腦的位址以便再連設備, 端看您的設定. " msgid "" "The tunnel end-point is behind NAT, defaults to disabled and only applies to " @@ -3201,7 +3208,7 @@ msgid "" "The uploaded image file does not contain a supported format. Make sure that " "you choose the generic image format for your platform." msgstr "" -"以上傳的映像檔不包含支援格式. 請確認你選擇的是針對你的平台採用的通用映像檔." +"以上傳的映像檔不包含支援格式. 請確認您選擇的是針對您的平台採用的通用映像檔." msgid "There are no active leases." msgstr "租賃尚未啟動." @@ -3637,13 +3644,6 @@ msgstr "無線網路已重啟" msgid "Wireless shut down" msgstr "無線網路關閉" -msgid "" -"Complicates key reinstallation attacks on the client side by disabling " -"retransmission of EAPOL-Key frames that are used to install keys. This " -"workaround might cause interoperability issues and reduced robustness of key " -"negotiation especially in environments with heavy traffic load." -msgstr "" - msgid "Write received DNS requests to syslog" msgstr "寫入已接收的DNS請求到系統日誌中" @@ -3655,12 +3655,12 @@ msgid "" "after a device reboot.<br /><strong>Warning: If you disable essential init " "scripts like \"network\", your device might become inaccessible!</strong>" msgstr "" -"你可以開啟或關閉初始化指令在這. 修改將會在設備重開後被啟用. <br /><strong>警" -"告: 假如你關閉必要的初始化腳本像\"網路\", 你的設備將可能無法存取!</strong>" +"您可以開啟或關閉初始化指令在這. 修改將會在設備重開後被啟用. <br /><strong>警" +"告: 假如您關閉必要的初始化腳本像\"網路\", 您的設備將可能無法存取!</strong>" msgid "" "You must enable JavaScript in your browser or LuCI will not work properly." -msgstr "在瀏覽器你必須啟用JavaScript否則LuCI無法正常運作." +msgstr "在瀏覽器您必須啟用JavaScript否則LuCI無法正常運作." msgid "" "Your Internet Explorer is too old to display this page correctly. Please " diff --git a/modules/luci-mod-freifunk/po/zh-cn/freifunk.po b/modules/luci-mod-freifunk/po/zh-cn/freifunk.po index 2d58b1653b..d273055d12 100644 --- a/modules/luci-mod-freifunk/po/zh-cn/freifunk.po +++ b/modules/luci-mod-freifunk/po/zh-cn/freifunk.po @@ -143,7 +143,7 @@ msgid "If selected then the default content element is not shown." msgstr "如果选中,那么默认内容元素将不显示。" msgid "If you are interested in our project then contact the local community" -msgstr "如果你对我们的项目感兴趣,请联系当地的社区" +msgstr "如果您对我们的项目感兴趣,请联系当地的社区" msgid "Index Page" msgstr "索引页" @@ -155,7 +155,7 @@ msgid "" "Internet access depends on technical and organisational conditions and may " "or may not work for you." msgstr "" -"访问因特网取决于技术和机构的前提,可能会、也可能不会像你设想的那样运作。" +"访问因特网取决于技术和机构的前提,可能会、也可能不会像您设想的那样运作。" msgid "It is operated by" msgstr "它是由" @@ -324,7 +324,7 @@ msgstr "当地社区设置。" msgid "" "These pages will assist you in setting up your router for Freifunk or " "similar wireless community networks." -msgstr "这些页面将帮助你设置路由器Freifunk或类似的无线社区网络。" +msgstr "这些页面将帮助您设置路由器Freifunk或类似的无线社区网络。" msgid "This is the access point" msgstr "AP" @@ -368,7 +368,7 @@ msgstr "" msgid "" "You can find further information about the global Freifunk initiative at" -msgstr "你可以找到更多有关全球Freifunk活动的信息" +msgstr "您可以找到更多有关全球Freifunk活动的信息" msgid "You can manually edit the selected community profile here." msgstr "您可以在这里手动编辑所选社区配置文件。" @@ -376,7 +376,7 @@ msgstr "您可以在这里手动编辑所选社区配置文件。" msgid "" "You need to select a profile before you can edit it. To select a profile go " "to" -msgstr "编辑它之前,你需要选择一个配置文件。选择配置文件" +msgstr "编辑它之前,您需要选择一个配置文件。选择配置文件" msgid "and fill out all required fields." msgstr "填写所有必填字段。" |