From f25832432b8e1076ebcd1fa177c77af4c9ce7efe Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 20 May 2022 15:43:48 +0200 Subject: [PATCH] Update translation messages --- translations/cs/LC_MESSAGES/forisjs.po | 31 +++++++---- translations/da/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/de/LC_MESSAGES/forisjs.po | 23 ++++++--- translations/el/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/en/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/es/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/fi/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/fo/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/fr/LC_MESSAGES/forisjs.po | 23 ++++++--- translations/hr/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/hu/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/it/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/ja/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/ko/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/lt/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/nb_NO/LC_MESSAGES/forisjs.po | 43 ++++++++++------ translations/nl/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/pl/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/pt_BR/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/ro/LC_MESSAGES/forisjs.po | 39 +++++++++++--- translations/ru/LC_MESSAGES/forisjs.po | 51 +++++++++++------- translations/sk/LC_MESSAGES/forisjs.po | 63 +++++++++++++---------- translations/sv/LC_MESSAGES/forisjs.po | 39 +++++++++++--- 23 files changed, 690 insertions(+), 207 deletions(-) diff --git a/translations/cs/LC_MESSAGES/forisjs.po b/translations/cs/LC_MESSAGES/forisjs.po index de43a35..fee5f76 100644 --- a/translations/cs/LC_MESSAGES/forisjs.po +++ b/translations/cs/LC_MESSAGES/forisjs.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2022-03-15 22:41+0000\n" "Last-Translator: Koli \n" -"Language-Team: Czech \n" "Language: cs\n" +"Language-Team: Czech \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.12-dev\n" "Generated-By: Babel 2.9.0\n" #: src/api/utils.js:61 @@ -36,6 +35,14 @@ msgstr "Neobdržena žádná odezva." msgid "An unknown API error occurred." msgstr "Došlo k neznámé chybě v aplikačním programovém rozhraní." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "Vyžadován restart." @@ -94,7 +101,8 @@ msgid "Hide SSID" msgstr "Skrýt SSID" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "Režim 802.11n/ac" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -222,7 +230,7 @@ msgstr "" #: src/common/WiFiSettings/constants.js:34 #, fuzzy -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 předsdílený klíč, který je vyžadován pro připojení se k " @@ -253,10 +261,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 #, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" "\n" " Změna tohoto upraví režim fungování 802.11n/ac. 802.11n s kanály " @@ -376,3 +384,4 @@ msgstr "Neobsahuje seznam e-mailů oddělených čárkou." #~ "ale, že\n" #~ "se tím odstraní aktuální konfigurace a vrátí se výchozí hodnoty.\n" #~ " " + diff --git a/translations/da/LC_MESSAGES/forisjs.po b/translations/da/LC_MESSAGES/forisjs.po index 4bcd51f..77c6b6c 100644 --- a/translations/da/LC_MESSAGES/forisjs.po +++ b/translations/da/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: da\n" @@ -34,6 +34,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -92,7 +100,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -211,7 +219,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -228,10 +236,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -380,3 +388,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/de/LC_MESSAGES/forisjs.po b/translations/de/LC_MESSAGES/forisjs.po index 4c12cc2..c84e569 100644 --- a/translations/de/LC_MESSAGES/forisjs.po +++ b/translations/de/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2021-09-24 19:38+0000\n" "Last-Translator: CryptKid \n" "Language: de\n" @@ -35,6 +35,14 @@ msgstr "Keine Antwort erhalten." msgid "An unknown API error occurred." msgstr "Ein unbekannter API-Fehler ist aufgetreten." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "Neustart-Einleitung fehlgeschlagen." @@ -95,7 +103,8 @@ msgid "Hide SSID" msgstr "SSID verbergen" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "802.11n/ac Modus" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -222,7 +231,7 @@ msgstr "" #: src/common/WiFiSettings/constants.js:34 #, fuzzy -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 Pre-Shared Key, der für die Verbindung mit dem Netzwerk " @@ -253,10 +262,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 #, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" "\n" " Ändern Sie diese Option, um den Betriebsmodus 802.11n/ac " diff --git a/translations/el/LC_MESSAGES/forisjs.po b/translations/el/LC_MESSAGES/forisjs.po index 4d55576..8fbcf63 100644 --- a/translations/el/LC_MESSAGES/forisjs.po +++ b/translations/el/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2021-02-09 16:50+0000\n" "Last-Translator: Michalis \n" "Language: el\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -213,7 +221,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -230,10 +238,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -382,3 +390,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/en/LC_MESSAGES/forisjs.po b/translations/en/LC_MESSAGES/forisjs.po index 05ebba8..d888e43 100644 --- a/translations/en/LC_MESSAGES/forisjs.po +++ b/translations/en/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-10-17 09:28+0000\n" "Last-Translator: Scott Anecito \n" "Language: en\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -378,3 +386,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/es/LC_MESSAGES/forisjs.po b/translations/es/LC_MESSAGES/forisjs.po index 46e8e59..e25a1ac 100644 --- a/translations/es/LC_MESSAGES/forisjs.po +++ b/translations/es/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2020-05-25 13:41+0000\n" "Last-Translator: Eduardo Cuthbert \n" "Language: es\n" @@ -37,6 +37,14 @@ msgstr "" "Un error desconocido ha ocurrido. Compruebe la consola para mas " "informaciòn." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -95,7 +103,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -214,7 +222,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -231,10 +239,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -377,3 +385,20 @@ msgstr "No contiene una lista de E-mails separados por comas." #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/fi/LC_MESSAGES/forisjs.po b/translations/fi/LC_MESSAGES/forisjs.po index aa93ba5..b374995 100644 --- a/translations/fi/LC_MESSAGES/forisjs.po +++ b/translations/fi/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: fi\n" @@ -34,6 +34,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -92,7 +100,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -211,7 +219,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -228,10 +236,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -380,3 +388,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/fo/LC_MESSAGES/forisjs.po b/translations/fo/LC_MESSAGES/forisjs.po index 5375053..bbd8dfa 100644 --- a/translations/fo/LC_MESSAGES/forisjs.po +++ b/translations/fo/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: fo\n" @@ -34,6 +34,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -92,7 +100,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -211,7 +219,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -228,10 +236,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -380,3 +388,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/fr/LC_MESSAGES/forisjs.po b/translations/fr/LC_MESSAGES/forisjs.po index 0c68f91..15e0d5c 100644 --- a/translations/fr/LC_MESSAGES/forisjs.po +++ b/translations/fr/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2022-01-14 05:53+0000\n" "Last-Translator: Gabriel GRONDIN \n" "Language: fr\n" @@ -35,6 +35,14 @@ msgstr "Aucun réponse reçue." msgid "An unknown API error occurred." msgstr "Une erreur d’API inconnue s’est produite." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "La demande de redémarrage a échoué." @@ -95,7 +103,8 @@ msgid "Hide SSID" msgstr "Masquer le SSID" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "Mode 802.11n/ac" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -222,7 +231,7 @@ msgstr "" #: src/common/WiFiSettings/constants.js:34 #, fuzzy -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" "\n" " Clé pré-partagée WPA2, qui est nécessaire pour se connecter au " @@ -255,10 +264,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 #, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" "\n" " Modifiez ce paramètre pour régler le mode de fonctionnement " diff --git a/translations/hr/LC_MESSAGES/forisjs.po b/translations/hr/LC_MESSAGES/forisjs.po index 7c915b6..6647573 100644 --- a/translations/hr/LC_MESSAGES/forisjs.po +++ b/translations/hr/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: hr\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -381,3 +389,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/hu/LC_MESSAGES/forisjs.po b/translations/hu/LC_MESSAGES/forisjs.po index 938c147..fdbd42f 100644 --- a/translations/hu/LC_MESSAGES/forisjs.po +++ b/translations/hu/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2021-01-07 01:26+0000\n" "Last-Translator: Zoli \n" "Language: hu\n" @@ -35,6 +35,14 @@ msgstr "Nem érkezett válasz." msgid "An unknown API error occurred." msgstr "Ismeretlen API-hiba történt." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -375,3 +383,20 @@ msgstr "Nem tartalmaz vesszővel elválasztott e-mail listát." #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/it/LC_MESSAGES/forisjs.po b/translations/it/LC_MESSAGES/forisjs.po index cbb71f5..a03824d 100644 --- a/translations/it/LC_MESSAGES/forisjs.po +++ b/translations/it/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -34,6 +34,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -92,7 +100,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -211,7 +219,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -228,10 +236,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -380,3 +388,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/ja/LC_MESSAGES/forisjs.po b/translations/ja/LC_MESSAGES/forisjs.po index 8a57331..7d1a3cc 100644 --- a/translations/ja/LC_MESSAGES/forisjs.po +++ b/translations/ja/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-10-16 10:08+0000\n" "Last-Translator: Scott Anecito \n" "Language: ja\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -213,7 +221,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -230,10 +238,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -382,3 +390,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/ko/LC_MESSAGES/forisjs.po b/translations/ko/LC_MESSAGES/forisjs.po index 18618fd..8d9b945 100644 --- a/translations/ko/LC_MESSAGES/forisjs.po +++ b/translations/ko/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -34,6 +34,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -92,7 +100,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -211,7 +219,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -228,10 +236,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -380,3 +388,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/lt/LC_MESSAGES/forisjs.po b/translations/lt/LC_MESSAGES/forisjs.po index 34dc0f3..bce3506 100644 --- a/translations/lt/LC_MESSAGES/forisjs.po +++ b/translations/lt/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: lt\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -381,3 +389,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/nb_NO/LC_MESSAGES/forisjs.po b/translations/nb_NO/LC_MESSAGES/forisjs.po index f6d8473..63ce3fe 100644 --- a/translations/nb_NO/LC_MESSAGES/forisjs.po +++ b/translations/nb_NO/LC_MESSAGES/forisjs.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2022-03-10 23:09+0000\n" "Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" +"Language-Team: Norwegian Bokmål " +"\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.12-dev\n" "Generated-By: Babel 2.9.0\n" #: src/api/utils.js:61 @@ -37,6 +36,14 @@ msgstr "Fikk ikke svar." msgid "An unknown API error occurred." msgstr "Ukjent API-feil." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 #, fuzzy msgid "Reboot request failed." @@ -82,8 +89,8 @@ msgid "" "Fi settings. Note that this will remove the current Wi-Fi configuration " "and restore the default values." msgstr "" -"Hvis antallet trådløskort ikke samsvarer kan du prøve å tilbakestille Wi-Fi-" -"innstillingene. Merk at dette fjerner nåværende Wi-Fi-oppsett og " +"Hvis antallet trådløskort ikke samsvarer kan du prøve å tilbakestille Wi-" +"Fi-innstillingene. Merk at dette fjerner nåværende Wi-Fi-oppsett og " "gjenoppretter forvalgte verdier." #: src/common/WiFiSettings/WiFiForm.js:95 @@ -101,7 +108,8 @@ msgid "Hide SSID" msgstr "Skjul SSID" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "802.11n/ac mode" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -230,7 +238,7 @@ msgstr "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enhe #: src/common/WiFiSettings/constants.js:34 #, fuzzy -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 med forhåndsdelt nøkkel, (som kreves for å koble til " @@ -259,10 +267,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 #, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" "\n" " Endringer har justerer 802.11n/ac-modus. 802.11.n med 40 Mhz " @@ -298,10 +306,10 @@ msgid "" "without WPA3 support require older WPA2. If you experience issues with " "connecting older devices, try to enable WPA2." msgstr "" -"WPA3-standarden er den nye mest sikre krypteringsmetoden som anbefales for " -"alle enheter som støtter den. De eldre enhetene uten WPA3-støtte krever " -"eldre WPA2. Hvis du har problemer med å koble til eldre enheter bør du skru " -"på WPA2." +"WPA3-standarden er den nye mest sikre krypteringsmetoden som anbefales " +"for alle enheter som støtter den. De eldre enhetene uten WPA3-støtte " +"krever eldre WPA2. Hvis du har problemer med å koble til eldre enheter " +"bør du skru på WPA2." #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" @@ -387,3 +395,4 @@ msgstr "Inneholder ikke en kommainndelt liste med e-postadresser." #~ "\n" #~ "gjeldende Wi-Fi-oppsett og tilbakestiller forvalgte verdier.\n" #~ " " + diff --git a/translations/nl/LC_MESSAGES/forisjs.po b/translations/nl/LC_MESSAGES/forisjs.po index 9dee215..39381f4 100644 --- a/translations/nl/LC_MESSAGES/forisjs.po +++ b/translations/nl/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2020-11-29 19:29+0000\n" "Last-Translator: Johan van de Wetering \n" "Language: nl\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 #, fuzzy msgid "Reboot request failed." @@ -94,7 +102,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -214,7 +222,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -231,10 +239,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -384,3 +392,20 @@ msgstr "Bevat geen lijst met e-mails gescheiden door komma's." #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/pl/LC_MESSAGES/forisjs.po b/translations/pl/LC_MESSAGES/forisjs.po index a5a37fe..ebd9931 100644 --- a/translations/pl/LC_MESSAGES/forisjs.po +++ b/translations/pl/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2020-12-23 12:29+0000\n" "Last-Translator: Adam Stańczyk \n" "Language: pl\n" @@ -36,6 +36,14 @@ msgstr "Brak odpowiedzi." msgid "An unknown API error occurred." msgstr "Wystąpił nieznany błąd API." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -94,7 +102,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -213,7 +221,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -230,10 +238,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -382,3 +390,20 @@ msgstr "Nie zawiera listy e-maili oddzielonych przecinkami." #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/forisjs.po b/translations/pt_BR/LC_MESSAGES/forisjs.po index 06d0f4d..5e88a40 100644 --- a/translations/pt_BR/LC_MESSAGES/forisjs.po +++ b/translations/pt_BR/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2021-12-21 12:52+0000\n" "Last-Translator: c10l \n" "Language: pt_BR\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -359,3 +367,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/ro/LC_MESSAGES/forisjs.po b/translations/ro/LC_MESSAGES/forisjs.po index 584c357..bf73711 100644 --- a/translations/ro/LC_MESSAGES/forisjs.po +++ b/translations/ro/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2019-02-19 13:35+0100\n" "Last-Translator: FULL NAME \n" "Language: ro\n" @@ -35,6 +35,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "" @@ -93,7 +101,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -212,7 +220,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -229,10 +237,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -381,3 +389,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" + diff --git a/translations/ru/LC_MESSAGES/forisjs.po b/translations/ru/LC_MESSAGES/forisjs.po index 234b132..dbfa2a8 100644 --- a/translations/ru/LC_MESSAGES/forisjs.po +++ b/translations/ru/LC_MESSAGES/forisjs.po @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2022-03-12 06:58+0000\n" "Last-Translator: Алексей Леньшин \n" -"Language-Team: Russian \n" "Language: ru\n" +"Language-Team: Russian \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.12-dev\n" "Generated-By: Babel 2.9.0\n" #: src/api/utils.js:61 @@ -37,6 +36,14 @@ msgstr "Ответ не получен." msgid "An unknown API error occurred." msgstr "Неизвестная ошибка программного интерфейса приложения." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "Запрос на перезагрузку не выполнен." @@ -98,7 +105,8 @@ msgid "Hide SSID" msgstr "Скрыть SSID" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "Режим 802.11n/ac" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -219,7 +227,8 @@ msgstr "" "некоторых устройствах." #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +#, fuzzy +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "Общий ключ WPA2, необходимый для подключения к сети." #: src/common/WiFiSettings/constants.js:37 @@ -241,16 +250,17 @@ msgstr "" "помещении сигнал проходит не так хорошо." #: src/common/WiFiSettings/constants.js:43 +#, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" -"Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с каналами " -"шириной 40 МГц обеспечивает более высокую пропускную способность, но может " -"вызывать больше помех в сети. Если вы не знаете, что выбрать, используйте " -"опцию по умолчанию с каналом шириной 20 МГц." +"Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с каналами" +" шириной 40 МГц обеспечивает более высокую пропускную способность, но " +"может вызывать больше помех в сети. Если вы не знаете, что выбрать, " +"используйте опцию по умолчанию с каналом шириной 20 МГц." #: src/common/WiFiSettings/constants.js:46 msgid "" @@ -260,10 +270,10 @@ msgid "" "router. Parameters of the guest network can be set in the Guest network " "tab." msgstr "" -"Включает Wi-Fi для гостей, который отделен от локальной сети. Устройства, " -"подключенные к этой сети, могут доступ в Интернет, но им не разрешен доступ " -"к другим устройствам и интерфейсу конфигурации маршрутизатора. Параметры " -"гостевой сети можно настроить на вкладке Гостевая сеть." +"Включает Wi-Fi для гостей, который отделен от локальной сети. Устройства," +" подключенные к этой сети, могут доступ в Интернет, но им не разрешен " +"доступ к другим устройствам и интерфейсу конфигурации маршрутизатора. " +"Параметры гостевой сети можно настроить на вкладке Гостевая сеть." #: src/common/WiFiSettings/constants.js:49 msgid "" @@ -364,3 +374,4 @@ msgstr "Не содержит списка электронных адресов #~ "конфигурации Wi-Fi и восстановлению " #~ "значений по умолчанию.\n" #~ " " + diff --git a/translations/sk/LC_MESSAGES/forisjs.po b/translations/sk/LC_MESSAGES/forisjs.po index a0f5593..b24d2a9 100644 --- a/translations/sk/LC_MESSAGES/forisjs.po +++ b/translations/sk/LC_MESSAGES/forisjs.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2022-03-17 17:58+0000\n" "Last-Translator: Atec \n" -"Language-Team: Slovak \n" "Language: sk\n" +"Language-Team: Slovak \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.12-dev\n" "Generated-By: Babel 2.9.0\n" #: src/api/utils.js:61 @@ -36,6 +35,14 @@ msgstr "Nenastala žiadna odozva." msgid "An unknown API error occurred." msgstr "Nastala neznáma chyba v API." +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "Požiadavka na reštart neúspešná." @@ -79,9 +86,9 @@ msgid "" "Fi settings. Note that this will remove the current Wi-Fi configuration " "and restore the default values." msgstr "" -"Ak sa počet bezdrôtových kariet nezhoduje, môžete skúsiť obnoviť nastavenia " -"Wi-Fi. Upozorňujeme, že sa tým odstráni aktuálna konfigurácia Wi-Fi a " -"obnovia sa predvolené hodnoty." +"Ak sa počet bezdrôtových kariet nezhoduje, môžete skúsiť obnoviť " +"nastavenia Wi-Fi. Upozorňujeme, že sa tým odstráni aktuálna konfigurácia " +"Wi-Fi a obnovia sa predvolené hodnoty." #: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" @@ -97,7 +104,8 @@ msgid "Hide SSID" msgstr "Skryť SSID" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +#, fuzzy +msgid "802.11n/ac/ax mode" msgstr "802.11 n/ac mód" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -218,7 +226,8 @@ msgstr "" "problémy." #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +#, fuzzy +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "WPA2 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k sieti." #: src/common/WiFiSettings/constants.js:37 @@ -236,20 +245,21 @@ msgid "" msgstr "" "Pásmo 2,4 GHz je klientmi podporované najčastejšie, ale je viac zaťažené " "rušením. Pásmo 5 GHz je novší štandard a nemusia ho podporovať všetky " -"zariadenia. Zvyčajne je rušením postihnuté menej, ale signál sa vnútri budov " -"šíri horšie." +"zariadenia. Zvyčajne je rušením postihnuté menej, ale signál sa vnútri " +"budov šíri horšie." #: src/common/WiFiSettings/constants.js:43 +#, fuzzy msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" "Zmenou tejto položky sa nastavuje režim prevádzky 802.11n/ac. Štandard " -"802.11n so šírkou kanálov 40 MHz môže priniesť vyššiu priepustnosť, ale môže " -"spôsobiť väčšie rušenie. Ak si nie ste istí, použite predvolenú možnosť so " -"šírkou kanála 20 MHz." +"802.11n so šírkou kanálov 40 MHz môže priniesť vyššiu priepustnosť, ale " +"môže spôsobiť väčšie rušenie. Ak si nie ste istí, použite predvolenú " +"možnosť so šírkou kanála 20 MHz." #: src/common/WiFiSettings/constants.js:46 msgid "" @@ -259,10 +269,10 @@ msgid "" "router. Parameters of the guest network can be set in the Guest network " "tab." msgstr "" -"Zapína Wi-Fi pre hostí, ktorá je oddelená od miestnej siete LAN. Zariadenia " -"pripojené k tejto sieti majú povolený prístup na internet, ale nemajú " -"prístup k iným zariadeniam a ku konfiguračnému rozhraniu routera. Parametre " -"siete pre hostí je možné nastaviť na karte Sieť pre hostí." +"Zapína Wi-Fi pre hostí, ktorá je oddelená od miestnej siete LAN. " +"Zariadenia pripojené k tejto sieti majú povolený prístup na internet, ale" +" nemajú prístup k iným zariadeniam a ku konfiguračnému rozhraniu routera." +" Parametre siete pre hostí je možné nastaviť na karte Sieť pre hostí." #: src/common/WiFiSettings/constants.js:49 msgid "" @@ -272,9 +282,9 @@ msgid "" "connecting older devices, try to enable WPA2." msgstr "" "Štandard WPA3 je nová, najbezpečnejšia metóda šifrovania a odporúča sa " -"používať ju s každým zariadením, ktoré ju podporuje. Staršie zariadenia bez " -"podpory WPA3 vyžadujú staršie WPA2. Ak sa vyskytnú problémy s pripojením " -"starších zariadení, skúste povoliť WPA2." +"používať ju s každým zariadením, ktoré ju podporuje. Staršie zariadenia " +"bez podpory WPA3 vyžadujú staršie WPA2. Ak sa vyskytnú problémy s " +"pripojením starších zariadení, skúste povoliť WPA2." #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" @@ -360,3 +370,4 @@ msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami." #~ "že sa tým odstráni aktuálna konfigurácia" #~ " a obnovia sa východiskové hodnoty.\n" #~ " " + diff --git a/translations/sv/LC_MESSAGES/forisjs.po b/translations/sv/LC_MESSAGES/forisjs.po index 93caff2..ae35eb7 100644 --- a/translations/sv/LC_MESSAGES/forisjs.po +++ b/translations/sv/LC_MESSAGES/forisjs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"POT-Creation-Date: 2022-05-20 15:42+0200\n" "PO-Revision-Date: 2021-09-26 03:39+0000\n" "Last-Translator: Kristoffer Grundström " "\n" @@ -36,6 +36,14 @@ msgstr "" msgid "An unknown API error occurred." msgstr "" +#: src/bootstrap/CopyInput.js:55 +msgid "Copied!" +msgstr "" + +#: src/bootstrap/CopyInput.js:55 +msgid "Copy" +msgstr "" + #: src/common/RebootButton.js:27 msgid "Reboot request failed." msgstr "Förfrågning för omstart misslyckades." @@ -94,7 +102,7 @@ msgid "Hide SSID" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:186 -msgid "802.11n/ac mode" +msgid "802.11n/ac/ax mode" msgstr "" #: src/common/WiFiSettings/WiFiForm.js:199 @@ -220,7 +228,7 @@ msgid "" msgstr "" #: src/common/WiFiSettings/constants.js:34 -msgid "WPA2 pre-shared key, that is required to connect to the network." +msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgstr "" #: src/common/WiFiSettings/constants.js:37 @@ -237,10 +245,10 @@ msgstr "" #: src/common/WiFiSettings/constants.js:43 msgid "" -"Change this to adjust 802.11n/ac 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 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." msgstr "" #: src/common/WiFiSettings/constants.js:46 @@ -390,3 +398,20 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "802.11n/ac mode" +#~ msgstr "" + +#~ msgid "WPA2 pre-shared key, that is required to connect to the network." +#~ msgstr "" + +#~ msgid "" +#~ "Change this to adjust 802.11n/ac 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." +#~ msgstr "" +