mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Merge branch 'fix-password-helptext' into 'dev'
Fix Wi-Fi password help text string & Add translations See merge request turris/reforis/foris-js!195
This commit is contained in:
commit
5afbbac74c
|
@ -422,7 +422,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||
+ <small
|
||||
+ class=\\"form-text text-muted\\"
|
||||
+ >
|
||||
+ WPA2 pre-shared key, that is required to connect to the network.
|
||||
+ WPA2/3 pre-shared key, that is required to connect to the network.
|
||||
+ </small>
|
||||
+ </div>
|
||||
<hr />
|
||||
|
@ -530,7 +530,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||
+ <small
|
||||
+ class=\\"form-text text-muted\\"
|
||||
+ >
|
||||
+ WPA2 pre-shared key, that is required to connect to the network.
|
||||
+ WPA2/3 pre-shared key, that is required to connect to the network.
|
||||
+ </small>
|
||||
+ </div>
|
||||
+ <div
|
||||
|
|
|
@ -32,7 +32,7 @@ export const HELP_TEXTS = {
|
|||
"SSID which contains non-standard characters could cause problems on some devices."
|
||||
),
|
||||
password: _(
|
||||
"WPA2 pre-shared key, that is required to connect to the network."
|
||||
"WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
),
|
||||
hidden: _(
|
||||
"If set, network is not visible when scanning for available networks."
|
||||
|
|
|
@ -7,9 +7,9 @@ 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"
|
||||
"PO-Revision-Date: 2021-08-18 15:36+0000\n"
|
||||
"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n"
|
||||
"POT-Creation-Date: 2022-05-20 15:42+0200\n"
|
||||
"PO-Revision-Date: 2022-03-15 22:41+0000\n"
|
||||
"Last-Translator: Koli <lukas.koluch@gmail.com>\n"
|
||||
"Language: cs\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
|
||||
"js/cs/>\n"
|
||||
|
@ -35,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."
|
||||
|
@ -93,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
|
||||
|
@ -102,7 +111,7 @@ msgstr "Kanál"
|
|||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:211
|
||||
msgid "Encryption"
|
||||
msgstr ""
|
||||
msgstr "Šifrování"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:243
|
||||
msgid "auto"
|
||||
|
@ -201,7 +210,7 @@ msgstr "802.11ac – kanál šíře 160 MHz"
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
msgstr "pouze WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:27
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
|
@ -209,7 +218,7 @@ msgstr ""
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:28
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
msgstr "pouze WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid ""
|
||||
|
@ -221,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 "
|
||||
|
@ -252,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 "
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -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 <CryptKiddie@chaospott.de>\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 "
|
||||
|
|
|
@ -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 <michalisntovas@yahoo.gr>\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 ""
|
||||
|
||||
|
|
|
@ -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 <scott.anecito@protonmail.com>\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 ""
|
||||
|
||||
|
|
|
@ -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 <elguber@gmail.com>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Foris JS 5.2.0\n"
|
||||
"Project-Id-Version: Foris JS 5.3.0\n"
|
||||
"Report-Msgid-Bugs-To: tech.support@turris.cz\n"
|
||||
"POT-Creation-Date: 2022-02-22 16:41+0100\n"
|
||||
"POT-Creation-Date: 2022-05-20 15:42+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -33,6 +33,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 ""
|
||||
|
@ -91,7 +99,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
|
||||
|
@ -210,7 +218,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
|
||||
|
@ -227,10 +235,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
|
||||
|
|
|
@ -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 <gglinnk@protonmail.com>\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 "
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -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 <boritek@gmail.com>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -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 <scott.anecito@protonmail.com>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ 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"
|
||||
"PO-Revision-Date: 2021-11-20 12:50+0000\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 <epost@anotheragency.no>\n"
|
||||
"Language: nb_NO\n"
|
||||
"Language-Team: Norwegian Bokmål "
|
||||
|
@ -36,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."
|
||||
|
@ -81,6 +89,9 @@ 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 "
|
||||
"gjenoppretter forvalgte verdier."
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:95
|
||||
#, fuzzy
|
||||
|
@ -97,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
|
||||
|
@ -106,7 +118,7 @@ msgstr "Kanal"
|
|||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:211
|
||||
msgid "Encryption"
|
||||
msgstr ""
|
||||
msgstr "Kryptering"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:243
|
||||
msgid "auto"
|
||||
|
@ -208,15 +220,15 @@ msgstr "802.11ac - 80 MHz vid kanal"
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
msgstr "Kun WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:27
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
msgstr "WPA3 med WPA2 som tilbakefall (forvalg)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:28
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
msgstr "Kun WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid ""
|
||||
|
@ -226,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 "
|
||||
|
@ -255,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 "
|
||||
|
@ -287,12 +299,17 @@ msgstr ""
|
|||
" "
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#, fuzzy
|
||||
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."
|
||||
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."
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
msgid "Settings saved successfully"
|
||||
|
|
|
@ -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 <mail@jvdwetering.nl>\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 ""
|
||||
|
||||
|
|
|
@ -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 <a.stanczyk@onet.pl>\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 ""
|
||||
|
||||
|
|
|
@ -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 <weblate.org@a.c10l.cc>\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 ""
|
||||
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\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 ""
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ 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"
|
||||
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
||||
"POT-Creation-Date: 2022-05-20 15:42+0200\n"
|
||||
"PO-Revision-Date: 2022-03-12 06:58+0000\n"
|
||||
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
|
||||
"Language: ru\n"
|
||||
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-"
|
||||
|
@ -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 "Запрос на перезагрузку не выполнен."
|
||||
|
@ -79,6 +87,9 @@ msgid ""
|
|||
"Fi settings. Note that this will remove the current Wi-Fi configuration "
|
||||
"and restore the default values."
|
||||
msgstr ""
|
||||
"Если количество беспроводных карт не совпадает, вы можете попробовать "
|
||||
"сбросить настройки Wi-Fi. Обратите внимание, что при этом будет удалена "
|
||||
"текущая конфигурация Wi-Fi и восстановлены значения по умолчанию."
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:95
|
||||
msgid "Wi-Fi ${deviceID + 1}"
|
||||
|
@ -94,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
|
||||
|
@ -147,9 +159,8 @@ msgstr "Пароль должен содержать не менее 8 симв
|
|||
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:86
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:105
|
||||
#, fuzzy
|
||||
msgid "Password must not contain more than 63 symbols"
|
||||
msgstr "Пароль должен содержать не менее 8 символов"
|
||||
msgstr "Пароль не должен содержать более 63 символов"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:9
|
||||
msgid "Disabled"
|
||||
|
@ -157,47 +168,43 @@ msgstr "Отключён"
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:10
|
||||
msgid "802.11n - 20 MHz wide channel"
|
||||
msgstr "802.11n - ширина канала в 20 МГц"
|
||||
msgstr "802.11n - ширина канала 20 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:11
|
||||
msgid "802.11n - 40 MHz wide channel"
|
||||
msgstr "802.11n - ширина канала в 40 МГц"
|
||||
msgstr "802.11n - ширина канала 40 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:12
|
||||
msgid "802.11ac - 20 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 20 МГц"
|
||||
msgstr "802.11ac - ширина канала 20 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:13
|
||||
msgid "802.11ac - 40 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 40 МГц"
|
||||
msgstr "802.11ac - ширина канала 40 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:14
|
||||
msgid "802.11ac - 80 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 80 МГц"
|
||||
msgstr "802.11ac - ширина канала 80 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:15
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 160 МГц"
|
||||
msgstr "802.11ac - ширина канала 160 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 20 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 20 МГц"
|
||||
msgstr "802.11ax - ширина канала 20 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:17
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 40 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 40 МГц"
|
||||
msgstr "802.11ax - ширина канала 40 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:18
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 80 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 80 МГц"
|
||||
msgstr "802.11ax - ширина канала 80 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:19
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr "802.11ac - ширина канала в 160 МГц"
|
||||
msgstr "802.11ax - ширина канала 160 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "WPA3 only"
|
||||
|
@ -221,12 +228,8 @@ msgstr ""
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#, fuzzy
|
||||
msgid "WPA2 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Предварительный общий ключ WPA2, необходимый для подключения к "
|
||||
"сети.\n"
|
||||
" "
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "Общий ключ WPA2, необходимый для подключения к сети."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
|
@ -235,36 +238,31 @@ msgstr ""
|
|||
"сетей."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#, fuzzy
|
||||
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."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Частота 2,4 ГГц более широко поддерживается клиентами, но имеет "
|
||||
"больше помех. Частота 5 ГГц является новым стандартом и может "
|
||||
"поддерживаться не всеми вашими устройствами. Он обычно имеет меньше "
|
||||
"помех, но сигнал не очень хорошо распространяется в помещении."
|
||||
"Диапазон 2,4 ГГц поддерживается всеми клиентами, но имеет больше помех. "
|
||||
"Диапазон 5 ГГц – это более современный стандарт, который может "
|
||||
"поддерживаться не всеми устройствами. В нем обычно меньше помех, но в "
|
||||
"помещении сигнал проходит не так хорошо."
|
||||
|
||||
#: 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"
|
||||
" Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с "
|
||||
"каналами шириной 40 МГц обеспечивает более высокую пропускную "
|
||||
"способность, но может вызывать больше помех в сети. Если вы не знаете, "
|
||||
"что выбрать, используйте опцию по умолчанию с каналом шириной 20 МГц.\n"
|
||||
" "
|
||||
"Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с каналами"
|
||||
" шириной 40 МГц обеспечивает более высокую пропускную способность, но "
|
||||
"может вызывать больше помех в сети. Если вы не знаете, что выбрать, "
|
||||
"используйте опцию по умолчанию с каналом шириной 20 МГц."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#, fuzzy
|
||||
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 "
|
||||
|
@ -272,13 +270,10 @@ msgid ""
|
|||
"router. Parameters of the guest network can be set in the Guest network "
|
||||
"tab."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Включает Wi-Fi для гостей, который отделен от локальной сети. "
|
||||
"Устройства, подключенные к этой сети, могут доступ в Интернет, но им не "
|
||||
"разрешен доступ к другим устройствам и интерфейсу конфигурации "
|
||||
"маршрутизатора. Параметры гостевой сети можно настроить на вкладке "
|
||||
"Гостевая сеть.\n"
|
||||
" "
|
||||
"Включает Wi-Fi для гостей, который отделен от локальной сети. Устройства,"
|
||||
" подключенные к этой сети, могут доступ в Интернет, но им не разрешен "
|
||||
"доступ к другим устройствам и интерфейсу конфигурации маршрутизатора. "
|
||||
"Параметры гостевой сети можно настроить на вкладке Гостевая сеть."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
msgid ""
|
||||
|
@ -336,9 +331,8 @@ msgid "This is not a valid domain name."
|
|||
msgstr "Некорректное доменное имя."
|
||||
|
||||
#: src/utils/validations.js:17
|
||||
#, fuzzy
|
||||
msgid "This is not a valid hostname."
|
||||
msgstr "Некорректное доменное имя."
|
||||
msgstr "Это недопустимое имя хоста."
|
||||
|
||||
#: src/utils/validations.js:18
|
||||
msgid "This is not a valid DUID."
|
||||
|
|
|
@ -7,8 +7,8 @@ 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"
|
||||
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
||||
"POT-Creation-Date: 2022-05-20 15:42+0200\n"
|
||||
"PO-Revision-Date: 2022-03-17 17:58+0000\n"
|
||||
"Last-Translator: Atec <dr.atec@gmail.com>\n"
|
||||
"Language: sk\n"
|
||||
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-"
|
||||
|
@ -29,15 +29,23 @@ msgstr "Nastala chyba z dôvodu prekročenia časového limitu."
|
|||
|
||||
#: src/api/utils.js:69
|
||||
msgid "No response received."
|
||||
msgstr "Nedošlo k žiadnej odozve."
|
||||
msgstr "Nenastala žiadna odozva."
|
||||
|
||||
#: src/api/utils.js:79
|
||||
msgid "An unknown API error occurred."
|
||||
msgstr "Nastala neznáma chyba v aplikačnom programovom rozhraní."
|
||||
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 "Žiadosť o reštart neúspešná."
|
||||
msgstr "Požiadavka na reštart neúspešná."
|
||||
|
||||
#: src/common/RebootButton.js:51
|
||||
msgid "Reboot"
|
||||
|
@ -78,6 +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."
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:95
|
||||
msgid "Wi-Fi ${deviceID + 1}"
|
||||
|
@ -93,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
|
||||
|
@ -114,7 +126,7 @@ msgstr "Vlastné"
|
|||
|
||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Zapnúť Wi-Fi pre hostí"
|
||||
msgstr "Povoliť Wi-Fi pre hostí"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||
msgid "Wi-Fi QR Code"
|
||||
|
@ -127,7 +139,7 @@ msgstr "Stiahnuť PDF"
|
|||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||
msgid "SSID can't be longer than 32 symbols"
|
||||
msgstr "SSID nemôže mať viac ako 32 znakov"
|
||||
msgstr "SSID nemôže obsahovať viac ako 32 znakov"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:79
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:96
|
||||
|
@ -146,9 +158,8 @@ msgstr "Heslo musí obsahovať aspoň 8 znakov"
|
|||
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:86
|
||||
#: src/common/WiFiSettings/WiFiSettings.js:105
|
||||
#, fuzzy
|
||||
msgid "Password must not contain more than 63 symbols"
|
||||
msgstr "Heslo musí obsahovať aspoň 8 znakov"
|
||||
msgstr "Heslo nesmie obsahovať viac ako 63 znakov"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:9
|
||||
msgid "Disabled"
|
||||
|
@ -179,28 +190,24 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||
msgstr "802.11ac – šírka kanála 160 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 20 MHz wide channel"
|
||||
msgstr "802.11ac – šírka kanála 20 MHz"
|
||||
msgstr "802.11ax – šírka kanála 20 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:17
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 40 MHz wide channel"
|
||||
msgstr "802.11ac – šírka kanála 40 MHz"
|
||||
msgstr "802.11ax – šírka kanála 40 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:18
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 80 MHz wide channel"
|
||||
msgstr "802.11ac – šírka kanála 80 MHz"
|
||||
msgstr "802.11ax – šírka kanála 80 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:19
|
||||
#, fuzzy
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr "802.11ac – šírka kanála 160 MHz"
|
||||
msgstr "802.11ax – šírka kanála 160 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "WPA3 only"
|
||||
msgstr "Len WPA3"
|
||||
msgstr "len WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:27
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
|
@ -220,12 +227,8 @@ msgstr ""
|
|||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#, fuzzy
|
||||
msgid "WPA2 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" WPA2 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k "
|
||||
"sieti.\n"
|
||||
" "
|
||||
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
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
|
@ -234,38 +237,31 @@ msgstr ""
|
|||
"sietí nezobrazí."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#, fuzzy
|
||||
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."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Pásmo 2,4 GHz podporujú klientské zariadenia najčastejšie, ale "
|
||||
"dochádza v ňom k väčšiemu rušeniu.\n"
|
||||
" Pásmo 5 GHz je novým štandardom a nemusia ho podporovať všetky "
|
||||
"vaše zariadenia.\n"
|
||||
" Rušenie je obvykle nižšie, ale signál sa vnútri budov šíri horšie."
|
||||
"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."
|
||||
|
||||
#: 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"
|
||||
" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n so šírkou "
|
||||
"kanála 40 MHz môže poskytnúť vyššiu\n"
|
||||
" priepustnosť, ale tiež spôsobovať vyššie rušenie v sieti. Ak si "
|
||||
"nie ste istí, použite východiskovú voľbu\n"
|
||||
" so šírkou kanála 20 MHz.\n"
|
||||
" "
|
||||
"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."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#, fuzzy
|
||||
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 "
|
||||
|
@ -273,14 +269,10 @@ msgid ""
|
|||
"router. Parameters of the guest network can be set in the Guest network "
|
||||
"tab."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Zapnutie Wi-Fi pre hostí, ktorá je oddelená od miestnej siete "
|
||||
"(LAN). Zariadenia pripojené do tejto siete majú povolený\n"
|
||||
" prístup na internet, ale zakázané pripojenie k iným zariadeniam a"
|
||||
" ku konfiguračnému rozhraniu routera.\n"
|
||||
" Parametre siete pre hostí je možné nastaviť na záložke „Sieť pre "
|
||||
"hostí“.\n"
|
||||
" "
|
||||
"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 ""
|
||||
|
@ -289,10 +281,10 @@ msgid ""
|
|||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
msgstr ""
|
||||
"Štandard WPA3 je nová najbezpečnejšia metóda šifrovania, ktorú sa "
|
||||
"odporúča používať 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."
|
||||
"Š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."
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
msgid "Settings saved successfully"
|
||||
|
@ -335,9 +327,8 @@ msgid "This is not a valid domain name."
|
|||
msgstr "Toto nie je platné doménové meno."
|
||||
|
||||
#: src/utils/validations.js:17
|
||||
#, fuzzy
|
||||
msgid "This is not a valid hostname."
|
||||
msgstr "Toto nie je platné doménové meno."
|
||||
msgstr "Toto nie je platné meno hostiteľa."
|
||||
|
||||
#: src/utils/validations.js:18
|
||||
msgid "This is not a valid DUID."
|
||||
|
|
|
@ -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 "
|
||||
"<swedishsailfishosuser@tutanota.com>\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 ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user