From c84d4d58922f381f772f9456396a0f7e5b6dd96f Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Wed, 26 Nov 2025 20:13:11 +0300 Subject: [PATCH] Create translation messages --- translations/forisjs.pot | 64 +++++++++++++++++++++++++++------------- 1 file changed, 43 insertions(+), 21 deletions(-) diff --git a/translations/forisjs.pot b/translations/forisjs.pot index edc1164..ec6843c 100644 --- a/translations/forisjs.pot +++ b/translations/forisjs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Foris JS 6.7.2\n" +"Project-Id-Version: Foris JS 6.8.0\n" "Report-Msgid-Bugs-To: tech.support@turris.cz\n" -"POT-Creation-Date: 2025-09-18 17:24+0300\n" +"POT-Creation-Date: 2025-11-26 20:12+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,7 +177,7 @@ msgid "Band" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac/ax mode" +msgid "802.11n/ac/ax/be mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -301,49 +301,70 @@ msgstr "" msgid "802.11ax - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:29 -msgid "WPA3 only" +#: src/common/WiFiSettings/constants.js:22 +msgid "802.11be - 20 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:30 -msgid "WPA3 with WPA2 as fallback (default)" +#: src/common/WiFiSettings/constants.js:23 +msgid "802.11be - 40 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "WPA2 only" +#: src/common/WiFiSettings/constants.js:24 +msgid "802.11be - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:25 +msgid "802.11be - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "802.11be - 320 MHz wide channel" msgstr "" #: src/common/WiFiSettings/constants.js:34 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:35 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:36 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:39 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:37 +#: src/common/WiFiSettings/constants.js:42 msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:40 +#: src/common/WiFiSettings/constants.js:45 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:43 +#: src/common/WiFiSettings/constants.js:48 msgid "" "The 2.4 GHz band is more widely supported by clients, but tends to have " "more interference. The 5 GHz band is a newer standard and may not be " "supported by all your devices. It usually has less interference, but the " -"signal does not carry so well indoors." +"signal does not carry so well indoors. The 6 GHz band is an even newer " +"standard and is currently supported only by a limited set of devices. As " +"it is not widely used now, it has only very little interference." msgstr "" -#: src/common/WiFiSettings/constants.js:46 +#: src/common/WiFiSettings/constants.js:51 msgid "" -"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 " -"MHz wide channels can yield higher throughput but can cause more " -"interference in the network. If you don't know what to choose, use the " -"default option with 20 MHz wide channel." +"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels " +"can yield higher throughput but can cause more interference in the " +"network. If you don't know what to choose, use the default option." msgstr "" -#: src/common/WiFiSettings/constants.js:49 +#: src/common/WiFiSettings/constants.js:54 msgid "" "Enables Wi-Fi for guests, which is separated from LAN network. Devices " "connected to this network are allowed to access the internet, but aren't " @@ -352,12 +373,13 @@ msgid "" "tab." msgstr "" -#: src/common/WiFiSettings/constants.js:52 +#: src/common/WiFiSettings/constants.js:57 msgid "" "The WPA3 standard is the new most secure encryption method that is " "suggested to be used with any device that supports it. The older devices " "without WPA3 support require older WPA2. If you experience issues with " -"connecting older devices, try to enable WPA2." +"connecting older devices, try to enable WPA2. The 6 GHz band supports " +"only WPA3." msgstr "" #: src/form/components/ForisForm.js:121