1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-12-01 02:13:36 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Štěpán Henek
ee5ec7af90 Merge branch 'feature/EHT-wifi-modes' into 'dev'
Add new modes for Wi-Fi 7

See merge request turris/reforis/foris-js!282
2025-09-18 10:33:11 +02:00
31 changed files with 2226 additions and 5344 deletions

View File

@@ -8,18 +8,6 @@ and this project adheres to
## [Unreleased]
## [6.8.0] - 2025-09-19
### Added
- Added new modes for Wi-Fi 7
- Added & updated Weblate translations
### Changed
- Updated several dependencies in package.json to latest versions
- NPM audit fix
## [6.7.2] - 2025-04-22
### Added
@@ -498,8 +486,7 @@ and this project adheres to
## [0.0.7] - 2019-09-02
[unreleased]:
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.8.0...dev
[6.8.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...v6.8.0
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...dev
[6.7.2]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.1...v6.7.2
[6.7.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.0...v6.7.1
[6.7.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...v6.7.0

4684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "foris",
"version": "6.8.0",
"version": "6.7.2",
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {
@@ -19,8 +19,8 @@
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.12.2",
"@tanstack/react-table": "^8.21.2",
"axios": "^1.7.9",
"immutability-helper": "^3.1.1",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
@@ -35,24 +35,24 @@
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@testing-library/react": "^12.1.5",
"babel-loader": "^9.2.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.3.8",
"bootstrap": "^5.3.3",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-reforis": "^2.2.1",
"file-loader": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-axios": "^4.9.0",
"jest-mock-axios": "^4.8.0",
"moment-timezone": "^0.5.47",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-dom": "16.9.0",
@@ -60,7 +60,7 @@
"react-styleguidist": "^12.0.1",
"snapshot-diff": "^0.10.0",
"style-loader": "^4.0.0",
"webpack": "^5.101.3"
"webpack": "^5.98.0"
},
"overrides": {
"markdown-to-jsx": "^7.7.4"
@@ -74,4 +74,4 @@
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server"
}
}
}

View File

@@ -183,7 +183,7 @@ function DeviceForm({
/>
<Select
label={_("802.11n/ac/ax/be mode")}
label={_("802.11n/ac/ax mode")}
choices={getHtmodeChoices(formData)}
value={formData.htmode}
helpText={HELP_TEXTS.htmode}

View File

@@ -455,7 +455,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ class="form-text"
+ >
+ <small>
+ 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. The 6 GHz band supports only WPA3.
+ 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.
+ </small>
+ </div>
+ </div>
@@ -633,7 +633,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text"
+ >
+ <small>
+ 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. The 6 GHz band is an even newer standard and is currently supported only by a limited set of devices. As it is not widely used now, it has only very little interference.
+ 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.
+ </small>
+ </div>
+ </div>
@@ -644,7 +644,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-label"
+ for="7"
+ >
+ 802.11n/ac/ax/be mode
+ 802.11n/ac/ax mode
+ </label>
+ <select
+ class="form-select"
@@ -685,7 +685,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text"
+ >
+ <small>
+ Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option.
+ 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.
+ </small>
+ </div>
+ </div>
@@ -942,7 +942,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text"
+ >
+ <small>
+ 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. The 6 GHz band supports only WPA3.
+ 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.
+ </small>
+ </div>
+ </div>

View File

@@ -46,15 +46,15 @@ export const HELP_TEXTS = {
"If set, network is not visible when scanning for available networks."
),
band: _(
"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. The 6 GHz band is an even newer standard and is currently supported only by a limited set of devices. As it is not widely used now, it has only very little interference."
"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."
),
htmode: _(
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option."
"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."
),
guest_wifi_enabled: _(
"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 allowed to access other devices and the configuration interface of the router. Parameters of the guest network can be set in the Guest network tab."
),
wpa3: _(
"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. The 6 GHz band supports only WPA3."
"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."
),
};

View File

@@ -7,17 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-09-18 17:24+0300\n"
"PO-Revision-Date: 2025-09-27 07:01+0000\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2024-11-15 06:01+0000\n"
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-js/cs/"
">\n"
"Language: cs\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
"js/cs/>\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 5.14-dev\n"
"Generated-By: Babel 2.17.0\n"
#: src/api/utils.js:61
@@ -37,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Došlo k neznámé chybě v aplikačním programovém rozhraní."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Zavřít"
@@ -47,15 +46,15 @@ msgstr "Zkopírováno!"
#: src/bootstrap/CopyInput.js:56
msgid "Copy"
msgstr "Zkopírovat"
msgstr "Kopírovat"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster."
msgstr "Zvýšit hodnotu. Tip: Podržte k rychlejšímu zvyšování."
msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "Snížit hodnotu. Tip: Podržte k rychlejšímu snižování."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
msgid "Action successful."
@@ -75,19 +74,19 @@ msgstr "Potvrdit"
#: src/common/RichTable/RichTable.js:87
msgid "Search…"
msgstr "Hledat…"
msgstr ""
#: src/common/RichTable/RichTableBody.js:50
msgid "No results."
msgstr "Žádné výsledky."
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns"
msgstr "Sloupce"
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset"
msgstr "Navrátit"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending"
@@ -160,9 +159,9 @@ msgid ""
"Fi settings. Note that this will remove the current Wi-Fi configuration "
"and restore the default values."
msgstr ""
"Pokud se počet bezdrátových karet neshoduje, můžete zkusit resetovat "
"nastavení Wi-Fi. Je třeba upozornit, že tím budou stávající nastavení Wi-"
"Fi odstraněna a namísto nich vráceny jen výchozí hodnoty."
"Pokud se počet bezdrátových karet neshoduje, můžete zkusit obnovit "
"nastavení Wi-Fi. Je třeba upozornit, že se tím odstraní stávající "
"nastavení Wi-Fi a obnoví se výchozí hodnoty."
#: src/common/WiFiSettings/WiFiForm.js:97
#, python-brace-format
@@ -180,11 +179,10 @@ msgstr "Skrýt SSID"
#: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band"
msgstr "Pásmo"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "Režim 802.11n/ac/ax"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -220,16 +218,16 @@ msgstr "Uživatelsky určené"
msgid "Enable Guest Wi-Fi"
msgstr "Zapnout Wi-Fi pro hosty"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr "Ukázat QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "QR kód k Wi-Fi"
msgstr "Wi-Fi QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Stáhnout PDF"
@@ -256,7 +254,7 @@ msgstr "Je třeba, aby heslo obsahovalo alespoň 8 znaků"
#: src/common/WiFiSettings/WiFiSettings.js:91
#: src/common/WiFiSettings/WiFiSettings.js:110
msgid "Password must not contain more than 63 symbols"
msgstr "Heslo nemůže být delší než 63 znaků"
msgstr "Heslo nemůže obsahovat více než 63 znaků"
#: src/common/WiFiSettings/constants.js:9
msgid "Disabled"
@@ -283,8 +281,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac kanál šíře 80 MHz"
#: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac kanál šíře 80+80 MHz"
msgstr "802.11ac kanál šíře 80 MHz"
#: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel"
@@ -303,51 +302,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax kanál šíře 80 MHz"
#: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax kanál šíře 80+80 MHz"
msgstr "802.11ax kanál šíře 80 MHz"
#: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax kanál šíře 160 MHz"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n kanál šíře 20 MHz"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n kanál šíře 40 MHz"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax kanál šíře 80 MHz"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax kanál šíře 160 MHz"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n kanál šíře 20 MHz"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "pouze WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3, nouzově WPA2 (výchozí)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "pouze WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -355,44 +330,41 @@ msgstr ""
"SSID obsahující nestandardní znaky může na některých zařízení způsobovat "
"problémy."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "Předsdílený klíč WPA2/3, který je vyžadován pro připojení se k síti."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"Při zapnutí této volby se síť nebude zobrazovat zařízením když budou "
"vyhledávat dostupné sítě."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"Pásmo 2,4 GHz je v klientských zařízeních podporováno nejčastěji, bývá "
"ale více zarušené. Pásmo 5 GHz je novější standard a nemusí být "
"podporováno všemi vámi používanými zařízeními. Obvykle bývá méně "
"zarušené, signál se ale hůře šíří uvnitř budov."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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 ""
"Změna tohoto parametru upraví režim fungování 802.11n/ac. 802.11n s "
"kanály o šíři 40 MHz může pomoci k vyšší propustnosti, je ale náchylnější"
" na rušení. Pokud nevíte co zvolit, použijte výchozí volbu s kanálem šíře"
" 20 MHz."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -405,14 +377,12 @@ msgstr ""
"ostatní zařízení a k rozhraní pro nastavování směrovače. Parametry sítě "
"pro hosty je možné nastavit na panelu „Síť pro hosty“."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"Standard WPA3 je nová nejbezpečnější metoda, již se doporučuje používat "
"se všemi zařízeními, která ji podporují. Starší zařízení bez podpory WPA3"
@@ -429,15 +399,15 @@ msgstr ""
"Změny, které byly provedeny, nebyly uloženy. Jste si jistý, že chcete "
"opustit stránku?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Aktualizuje se"
#: src/form/components/SubmitButton.js:40
msgid "Loading"
msgstr "Načíní"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Načíst nastavení"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Uložit"
@@ -514,3 +484,4 @@ msgstr "Neobsahuje seznam e-mailů oddělených čárkou."
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Opravdu chcete router restartovat?"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: da\n"
@@ -35,7 +35,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -178,7 +178,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -212,16 +212,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -302,70 +302,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -374,13 +353,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -391,15 +369,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -544,42 +522,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"PO-Revision-Date: 2025-07-16 23:01+0000\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2024-01-04 21:08+0000\n"
"Last-Translator: Erik Pfannenstein <debianignatz@gmx.de>\n"
"Language: de\n"
"Language-Team: German <https://hosted.weblate.org/projects/turris/foris-"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Ein unbekannter API-Fehler ist aufgetreten."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Schließen"
@@ -50,95 +50,97 @@ msgstr "Kopieren"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster."
msgstr "Wert erhöhen. Hinweis: Halten, um den Wert schneller zu erhöhen."
msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "Wert senken. Hinweis: Halten, um den Wert schneller zu senken."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
#, fuzzy
msgid "Action successful."
msgstr "Aktion erfolgreich."
msgstr "Einstellungen erfolgreich gespeichert"
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:76
msgid "Action failed."
msgstr "Aktion fehlgeschlagen."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:147
msgid "Cancel"
msgstr "Abbrechen"
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:150
#, fuzzy
msgid "Confirm"
msgstr "Bestätigen"
msgstr "Neustart bestätigen"
#: src/common/RichTable/RichTable.js:87
msgid "Search…"
msgstr "Suche …"
msgstr ""
#: src/common/RichTable/RichTableBody.js:50
msgid "No results."
msgstr "Keine Ergebnisse."
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns"
msgstr "Spalten"
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset"
msgstr "Zurücksetzen"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending"
msgstr "Aufsteigend sortieren"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:30
msgid "Sort descending"
msgstr "Absteigend sortieren"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:31
msgid "Clear sort"
msgstr "Sortierung aufheben"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:65
msgid "Pagination navigation bar"
msgstr "Paginierungs-Navigationsleiste"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:71
msgid "First page"
msgstr "Erste Seite"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:77
msgid "Previous page"
msgstr "Vorherige Seite"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:83
msgid "Next page"
msgstr "Nächste Seite"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:89
msgid "Last page"
msgstr "Letzte Seite"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:95
msgid "Page"
msgstr "Seite"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:98
msgid "of"
msgstr "von"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:106
msgid "Rows per page:"
msgstr "Zeilen pro Seite:"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:109
msgid "Select rows per page"
msgstr "Zeilen pro Seite auswählen"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:121
msgid "All"
msgstr "Alle"
msgstr ""
#: src/common/WiFiSettings/ResetWiFiSettings.js:39
msgid "An error occurred during resetting Wi-Fi settings."
@@ -181,11 +183,10 @@ msgstr "SSID verbergen"
#: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band"
msgstr "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "802.11n/ac/ax-Modus"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -221,16 +222,16 @@ msgstr "Benutzerdefiniert"
msgid "Enable Guest Wi-Fi"
msgstr "Gast-WLAN aktivieren"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr "QR-Code anzeigen"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "WLAN QR-Code"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "PDF herunterladen"
@@ -284,8 +285,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac - 80 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac - 80+80 MHz breiter Kanal"
msgstr "802.11ac - 80 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel"
@@ -304,51 +306,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax - 80 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax - 80+80 MHz breiter Kanal"
msgstr "802.11ax - 80 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax - 160 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - 20 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - 40 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax - 80 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax - 160 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - 20 MHz breiter Kanal"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "Nur WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 mit WPA2 als Ausweichmöglichkeit (Voreinstellung)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "Nur WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -356,25 +334,22 @@ msgstr ""
"SSIDs, die nicht standardmäßige Zeichen enthalten, können auf manchen "
"Geräten Probleme verursachen."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "WPA2/3 Pre-Shard Key, der zum Verbinden mit dem Netzwerk notwendig ist."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"Falls aktiviert, wird das Netzwerk nicht in der Liste der verfügbaren "
"drahtlosen Netzwerke angezeigt."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"Das 2,4 GHz-Band wird von allen Geräten unterstützt, ist aber tendenziell"
" stärker mit Interferenzen belastet. Das 5-GHz-Band ist ein neuerer "
@@ -382,19 +357,19 @@ msgstr ""
"wird. Es hat in der Regel weniger Interferenzen, aber das Signal trägt "
"nicht so gut in Innenräumen."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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 ""
"Ändern Sie diese Option, um den 802.11n/ac/ax-Betriebsmodus anzupassen. "
"40 MHz breite Kanäle können bei 802.11n mehr Daten transportieren, jedoch"
" zu mehr Interferenzen im Netzwerk führen. Wenn Sie nicht wissen, was Sie"
" wählen sollen, verwenden Sie die Voreinstellung mit 20 MHz Kanalbreite."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -408,14 +383,12 @@ msgstr ""
"Konfigurationsschnittstelle des Routers. Die Parameter des Gastnetzwerks "
"können auf der Gastnetzwerk-Registerkarte eingestellt werden."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"Der WPA3-Standard ist die neue Verschlüsselungsmethode mit der besten "
"Sicherheit. Er empfiehlt sich für jedes Gerät, das ihn unterstützt, aber "
@@ -433,16 +406,15 @@ msgstr ""
"Änderungen, die Sie vorgenommen haben, werden möglicherweise nicht "
"gespeichert. Möchten Sie wirklich gehen?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Aktualisiere"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Einstellungen laden"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Speichern"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2025-01-18 11:00+0000\n"
"Last-Translator: Thanasis <thanasakis11mail@gmail.com>\n"
"Language: el\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Κλείσιμο"
@@ -180,7 +180,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -215,16 +215,16 @@ msgstr "Προσαρμοσμένο"
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -305,70 +305,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -377,13 +356,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -394,15 +372,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -544,42 +522,3 @@ msgstr ""
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Είστε βέβαιοι ότι θέλετε να κάνετε επανεκκίνηση του δρομολογητή;"
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-10-17 09:28+0000\n"
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
"Language: en\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -179,7 +179,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -213,16 +213,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -303,70 +303,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -375,13 +354,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -392,15 +370,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -542,42 +520,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2025-03-22 20:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n"
"Language: es\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Se produjo un error desconocido con la API."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Cerrar"
@@ -184,8 +184,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "Modo 802.11n/ac/ax"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -221,16 +220,16 @@ msgstr "Personalizado"
msgid "Enable Guest Wi-Fi"
msgstr "Activar el modo wifi de invitados"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr "Mostrar el código QR"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "Código QR de wifi"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Descargar PDF"
@@ -313,44 +312,19 @@ msgstr "802.11ax - anchura de canal de 80 MHz"
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax - anchura de canal de 160 MHz"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - anchura de canal de 20 MHz"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - anchura de canal de 40 MHz"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax - anchura de canal de 80 MHz"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax - anchura de canal de 160 MHz"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - anchura de canal de 20 MHz"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "WPA3 únicamente"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 con WPA2 como respaldo (por defecto)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "WPA2 únicamente"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -358,23 +332,20 @@ msgstr ""
"Un SSID que contiene caracteres no estándar puede causar problemas en "
"ciertos dispositivos."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "Clave precompartida WPA2/3, que se requiere para conectar a la red."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr "Si está definida, la red no es visible al buscar redes disponibles."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"Un número mayor de clientes admite la banda de 2.4 GHz, pero tiende a "
"sufrir más interferencias. La banda de 5 GHz es un estándar nuevo y puede"
@@ -382,19 +353,19 @@ msgstr ""
"sufre menos interferencias, la señal tiene un alcance limitado en "
"interiores."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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 ""
"Cambie esto para ajustar el modo de operación 802.11n/ac/ax. 802.11n con "
"una anchura de canal de 40 MHz puede mejorar el rendimiento pero puede "
"causar más interferencias en la red. Si no sabe qué elegir, use la opción"
" predeterminada con la anchura de canal de 20 MHz."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -408,14 +379,12 @@ msgstr ""
" enrutador. Los parámetros de la red de invitados pueden configurarse en "
"la pestaña Red de invitados."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"El estándar WPA3 es el nuevo método más seguro de cifrado que se aconseja"
" utilizar con cualquier dispositivo que lo admita. Los dispositivos más "
@@ -433,16 +402,15 @@ msgstr ""
"Los cambios que ha realizado podrían no haberse guardado. ¿Confirma que "
"quiere salir?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Actualizando"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Cargar configuración"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Guardar"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fi\n"
@@ -35,7 +35,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -178,7 +178,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -212,16 +212,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -302,70 +302,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -374,13 +353,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -391,15 +369,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -544,42 +522,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fo\n"
@@ -35,7 +35,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -178,7 +178,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -212,16 +212,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -302,70 +302,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -374,13 +353,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -391,15 +369,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -544,42 +522,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Foris JS 6.8.0\n"
"Project-Id-Version: Foris JS 6.7.0\n"
"Report-Msgid-Bugs-To: tech.support@turris.cz\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+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"
@@ -34,7 +34,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -177,7 +177,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -211,16 +211,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -301,70 +301,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -373,13 +352,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -390,15 +368,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2024-12-14 10:00+0000\n"
"Last-Translator: ButterflyOfFire "
"<boffire@users.noreply.hosted.weblate.org>\n"
@@ -37,7 +37,7 @@ msgid "An unknown API error occurred."
msgstr "Une erreur dAPI inconnue sest produite."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Fermer"
@@ -184,7 +184,7 @@ msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "Mode 802.11n/ac"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -220,17 +220,17 @@ msgstr "Personnalisé"
msgid "Enable Guest Wi-Fi"
msgstr "Activer le mode Wi-Fi invité"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
#, fuzzy
msgid "Show QR code"
msgstr "Code QR Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "Code QR Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Télécharger le PDF"
@@ -318,44 +318,19 @@ msgstr "802.11ac - canal large de 80 MHz"
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ac - canal large de 160 MHz"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - canal large de 20 MHz"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - canal large de 40 MHz"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ac - canal large de 80 MHz"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ac - canal large de 160 MHz"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - canal large de 20 MHz"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "WPA3 seulement"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 avec WPA2 comme solution de repli (par défaut)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "WPA2 seulement"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -363,7 +338,7 @@ msgstr ""
"Un SSID qui contient des caractères non standard peut causer des "
"problèmes sur certains appareils."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
#, fuzzy
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
@@ -372,21 +347,19 @@ msgstr ""
"réseau.\n"
" "
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"S'il est défini, le réseau n'est pas visible lors de la recherche de "
"réseaux disponibles."
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
#, 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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"\n"
" La bande 2,4 GHz est plus largement prise en charge par les "
@@ -397,12 +370,13 @@ msgstr ""
"signal\n"
" mais le signal ne passe pas aussi bien à l'intérieur."
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
#, fuzzy
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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 "
@@ -414,7 +388,7 @@ msgstr ""
" l'option par défaut avec un canal large de 20 MHz.\n"
" "
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
#, fuzzy
msgid ""
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
@@ -432,14 +406,12 @@ msgstr ""
"l'onglet Réseau invité.\n"
" "
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"La norme WPA3 est la nouvelle méthode de chiffrement la plus sûre qu'il "
"est suggéré d'utiliser avec tout appareil qui la prend en charge. Les "
@@ -457,16 +429,15 @@ msgstr ""
"Il se peut que vos modifications ne soient pas enregistrées. Êtes-vous "
"sûr de vouloir quitter?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Mise à jour en cours"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Charger les paramètres"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Enregistrer"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2022-09-29 14:17+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language: hr\n"
@@ -37,7 +37,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -180,7 +180,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -214,16 +214,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -304,70 +304,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -376,13 +355,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -393,15 +371,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Spremi"
@@ -546,42 +524,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2021-01-07 01:26+0000\n"
"Last-Translator: Zoli <boritek@gmail.com>\n"
"Language: hu\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Ismeretlen API-hiba történt."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -180,7 +180,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -214,16 +214,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -304,70 +304,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -376,13 +355,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -395,16 +373,15 @@ msgstr ""
"Lehet, hogy az Ön által végrehajtott módosításokat nem menti a rendszer. "
"Biztosan el akar menni?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Frissítés"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Beállítások betöltése"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Mentés"
@@ -541,39 +518,3 @@ msgstr "Nem tartalmaz vesszővel elválasztott e-mail listát."
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2022-12-31 23:48+0000\n"
"Last-Translator: Anselmo <anselmo@casinadicornia.com>\n"
"Language: it\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -179,7 +179,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -213,16 +213,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -303,70 +303,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -375,13 +354,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -392,15 +370,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -545,42 +523,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-10-16 10:08+0000\n"
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
"Language: ja\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -179,7 +179,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -214,16 +214,16 @@ msgstr "自動"
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -304,70 +304,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -376,13 +355,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -393,15 +371,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "アップデート中…"
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -546,42 +524,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ko\n"
@@ -35,7 +35,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -178,7 +178,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -212,16 +212,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -302,70 +302,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -374,13 +353,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -391,15 +369,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -544,42 +522,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: lt\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -179,7 +179,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -213,16 +213,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -303,70 +303,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -375,13 +354,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -392,15 +370,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -545,42 +523,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2023-03-02 11:40+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language: nb_NO\n"
@@ -37,7 +37,7 @@ msgid "An unknown API error occurred."
msgstr "Ukjent API-feil."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -187,7 +187,7 @@ msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "802.11n/ac mode"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -226,17 +226,17 @@ msgstr "Tilpasset"
msgid "Enable Guest Wi-Fi"
msgstr "Skru på gjestetrådløsnett"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
#, fuzzy
msgid "Show QR code"
msgstr "QR-kode for Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "QR-kode for Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Last ned PDF"
@@ -326,66 +326,38 @@ msgstr "802.11ac - 80 MHz vid kanal"
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ac - 80 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - 20 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - 40 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ac - 80 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ac - 80 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - 20 MHz vid kanal"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "Kun WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 med WPA2 som tilbakefall (forvalg)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "Kun WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "WPA2/3 med forhåndsdelt nøkkel, (som kreves for å koble til nettverket)."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr "Skjuler nettverket fra nettverkslister."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"2.4 GHz-båndet støttes av flere klienter, men har vanligvis flere "
"forstyrrelser. 5 Ghz-båndet er en nyere standard,\n"
@@ -393,19 +365,19 @@ msgstr ""
"forstyrrelse,\n"
"men signalet er mer utsatt for hindringer innendørs."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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 ""
"Endringer her justerer 802.11n/ac/ax-modus. 802.11.n med 40 Mhz brede "
"kanaler kan gi høyere gjennomstrømming,\n"
"men kan forårsake mer forstyrrelse i nettverket. Hvis du ikke vet hva du "
"skal velge, bruk forvalget på 20 MHz brede kanaler."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -419,14 +391,12 @@ msgstr ""
"ruteren.\n"
"Parametere for gjestenettverket kan settes i gjestenettverksfanen."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"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.\n"
@@ -441,17 +411,16 @@ msgstr "Innstillinger lagret"
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr "Endringer du har gjort vil ikke bli lagret. Er du sikker?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
#, fuzzy
msgid "Updating"
msgstr "Oppdaterer"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Last inn innstillinger"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Lagre"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2024-01-04 21:08+0000\n"
"Last-Translator: powerburner-nl <peter.mulder.1981@gmail.com>\n"
"Language: nl\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -180,7 +180,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -215,16 +215,16 @@ msgstr "auto"
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -305,70 +305,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -377,13 +356,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -394,16 +372,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Bijwerken"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Instellingen laden"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Opslaan"
@@ -546,39 +523,3 @@ msgstr "Bevat geen lijst met e-mails gescheiden door komma's."
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Weet u zeker dat u de router opnieuw wilt opstarten?"
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2023-03-07 16:37+0000\n"
"Last-Translator: Arusekk <arek_koz@o2.pl>\n"
"Language: pl\n"
@@ -37,7 +37,7 @@ msgid "An unknown API error occurred."
msgstr "Wystąpił nieznany błąd API."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -182,7 +182,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -216,16 +216,16 @@ msgstr "Własny"
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -306,70 +306,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -378,13 +357,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -397,16 +375,15 @@ msgstr ""
"Wprowadzone zmiany mogą nie zostać zapisane. Jesteś pewny, że chcesz "
"wyjść?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Aktualizacja"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Wczytaj ustawienia"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Zapisz"
@@ -546,39 +523,3 @@ msgstr "Nie zawiera listy e-maili oddzielonych przecinkami."
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Czy na pewno zrestartować router?"
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+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"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -180,7 +180,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -214,16 +214,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -304,70 +304,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -376,13 +355,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -393,15 +371,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -521,42 +499,3 @@ msgstr ""
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Você tem certeza de que quer reiniciar o roteador?"
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2019-02-19 13:35+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ro\n"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -179,7 +179,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -213,16 +213,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr ""
@@ -303,70 +303,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:22
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr ""
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
msgstr ""
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -375,13 +354,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -392,15 +370,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr ""
@@ -545,42 +523,3 @@ msgstr ""
#~ msgid "Confirm reboot"
#~ msgstr ""
#~ msgid "Load settings"
#~ msgstr ""
#~ msgid "802.11n/ac/ax mode"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,18 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-09-18 17:24+0300\n"
"PO-Revision-Date: 2025-09-27 07:02+0000\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2022-12-07 12:47+0000\n"
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-js/"
"ru/>\n"
"Language: ru\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-"
"js/ru/>\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 5.14-dev\n"
"Generated-By: Babel 2.17.0\n"
#: src/api/utils.js:61
@@ -38,9 +37,9 @@ msgid "An unknown API error occurred."
msgstr "Неизвестная ошибка программного интерфейса приложения."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Закрыть"
msgstr ""
#: src/bootstrap/CopyInput.js:56
msgid "Copied!"
@@ -52,95 +51,97 @@ msgstr "Копировать"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster."
msgstr "Увеличить значение. Подсказка: удерживайте, чтобы увеличить скорости."
msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "Уменьшить значение. Подсказка: удерживайте, чтобы увеличить скорость."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
#, fuzzy
msgid "Action successful."
msgstr "Действие успешно выполнено."
msgstr "Настройки были успешно сохранены"
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:76
msgid "Action failed."
msgstr "Действие не выполнено."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:147
msgid "Cancel"
msgstr "Отмена"
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:150
#, fuzzy
msgid "Confirm"
msgstr "Подтвердить"
msgstr "Подтвердите перезагрузку"
#: src/common/RichTable/RichTable.js:87
msgid "Search…"
msgstr "Поиск…"
msgstr ""
#: src/common/RichTable/RichTableBody.js:50
msgid "No results."
msgstr "Нет результатов."
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns"
msgstr "Столбцы"
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset"
msgstr "Сброс"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending"
msgstr "Сортировать по возрастанию"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:30
msgid "Sort descending"
msgstr "Сортировать по убыванию"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:31
msgid "Clear sort"
msgstr "Очистить сортировку"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:65
msgid "Pagination navigation bar"
msgstr "Панель навигации по страницам"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:71
msgid "First page"
msgstr "Первая страница"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:77
msgid "Previous page"
msgstr "Предыдущая страница"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:83
msgid "Next page"
msgstr "Следующая страница"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:89
msgid "Last page"
msgstr "Последняя страница"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:95
msgid "Page"
msgstr "Страница"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:98
msgid "of"
msgstr "из"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:106
msgid "Rows per page:"
msgstr "Строк на странице:"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:109
msgid "Select rows per page"
msgstr "Выберите строки на странице"
msgstr ""
#: src/common/RichTable/RichTablePagination.js:121
msgid "All"
msgstr "Все"
msgstr ""
#: src/common/WiFiSettings/ResetWiFiSettings.js:39
msgid "An error occurred during resetting Wi-Fi settings."
@@ -181,11 +182,10 @@ msgstr "Скрыть SSID"
#: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band"
msgstr "Диапазон"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "Режим 802.11n/ac/ax"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -221,16 +221,17 @@ msgstr "Ручная настройка"
msgid "Enable Guest Wi-Fi"
msgstr "Включить гостевой Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
#, fuzzy
msgid "Show QR code"
msgstr "Показать QR-код"
msgstr "QR-код Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "QR-код Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Скачать PDF"
@@ -284,8 +285,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac - ширина канала 80 МГц"
#: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac - канал шириной 80+80 МГц"
msgstr "802.11ac - ширина канала 80 МГц"
#: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel"
@@ -304,51 +306,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax - ширина канала 80 МГц"
#: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax - канал шириной 80+80 МГц"
msgstr "802.11ax - ширина канала 80 МГц"
#: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax - ширина канала 160 МГц"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - ширина канала 20 МГц"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - ширина канала 40 МГц"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax - ширина канала 80 МГц"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax - ширина канала 160 МГц"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - ширина канала 20 МГц"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "Только WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 с WPA2 в качестве резервного (по умолчанию)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "Только WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -356,44 +334,41 @@ msgstr ""
"SSID, содержащий нестандартные символы, может вызвать проблемы на "
"некоторых устройствах."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "Общий ключ WPA2/3, необходимый для подключения к сети."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"Если установлено, сеть не будет отображаться при сканировании доступных "
"сетей."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"Диапазон 2,4 ГГц поддерживается всеми клиентами, но имеет больше помех. "
"Диапазон 5 ГГц это более современный стандарт, который может "
"поддерживаться не всеми устройствами. В нем обычно меньше помех, но в "
"помещении сигнал проходит не так хорошо."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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/ax. 802.11n с "
"каналами шириной 40 МГц обеспечивает более высокую пропускную "
"способность, но может вызывать больше помех в сети. Если вы не знаете, "
"что выбрать, используйте опцию по умолчанию с каналом шириной 20 МГц."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -406,14 +381,12 @@ msgstr ""
"доступ к другим устройствам и интерфейсу конфигурации маршрутизатора. "
"Параметры гостевой сети можно настроить на вкладке Гостевая сеть."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"Стандарт WPA3 - это новый наиболее безопасный метод шифрования, который "
"предлагается использовать с любым устройством, которое его поддерживает. "
@@ -431,15 +404,15 @@ msgstr ""
"В случае выхода ваши изменения будут утеряны. Вы действительно хотите "
"покинуть эту страницу?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Обновление"
#: src/form/components/SubmitButton.js:40
msgid "Loading"
msgstr "Загрузка"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Загрузить настройки"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Сохранить"
@@ -519,3 +492,4 @@ msgstr "Не содержит списка электронных адресов
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Вы уверены, что хотите перезагрузить маршрутизатор?"

View File

@@ -7,17 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-09-18 17:24+0300\n"
"PO-Revision-Date: 2025-10-14 22:05+0000\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2024-12-14 10:00+0000\n"
"Last-Translator: Atec <dr.atec@gmail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-js/"
"sk/>\n"
"Language: sk\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-"
"js/sk/>\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 5.14-dev\n"
"Generated-By: Babel 2.17.0\n"
#: src/api/utils.js:61
@@ -37,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Nastala neznáma chyba v API."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "Zatvoriť"
@@ -51,11 +50,11 @@ msgstr "Kopírovať"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster."
msgstr "Zvýšiť hodnotu. Tip: Podržte, aby ste zvýšili rýchlejšie."
msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "Znížiť hodnotu. Tip: Podržte, aby ste znížili rýchlejšie."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
msgid "Action successful."
@@ -75,19 +74,19 @@ msgstr "Potvrdiť"
#: src/common/RichTable/RichTable.js:87
msgid "Search…"
msgstr "Hľadať…"
msgstr ""
#: src/common/RichTable/RichTableBody.js:50
msgid "No results."
msgstr "Žiadne výsledky."
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns"
msgstr "Stĺpce"
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset"
msgstr "Reset"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending"
@@ -180,11 +179,10 @@ msgstr "Skryť SSID"
#: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band"
msgstr "Pásmo"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "802.11 n/ac/ax mód"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -220,16 +218,16 @@ msgstr "Vlastné"
msgid "Enable Guest Wi-Fi"
msgstr "Povoliť Wi-Fi pre hostí"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr "Zobraziť QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "Wi-Fi QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Stiahnuť PDF"
@@ -283,8 +281,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac šírka kanála 80+80 MHz"
msgstr "802.11ac šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel"
@@ -303,51 +302,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax šírka kanála 80+80 MHz"
msgstr "802.11ax šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax šírka kanála 160 MHz"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n šírka kanála 20 MHz"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n šírka kanála 40 MHz"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax šírka kanála 160 MHz"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n šírka kanála 20 MHz"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "len WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "Len WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -355,44 +330,41 @@ msgstr ""
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
"problémy."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "WPA2/3 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k sieti."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
"sietí nezobrazí."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
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."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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/ax. Š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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -405,14 +377,12 @@ msgstr ""
" 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:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"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 "
@@ -427,15 +397,15 @@ msgstr "Nastavenia boli úspešne uložené"
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr "Vykonané zmeny neboli uložené. Naozaj chcete opustiť stránku?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "Prebieha aktualizácia"
#: src/form/components/SubmitButton.js:40
msgid "Loading"
msgstr "Načítavanie"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "Načítavanie nastavení"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Uložiť"
@@ -515,3 +485,4 @@ msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami."
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Naozaj sa má router reštartovať?"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2023-09-22 21:00+0000\n"
"Last-Translator: Kristoffer Grundström "
"<swedishsailfishosuser@tutanota.com>\n"
@@ -37,7 +37,7 @@ msgid "An unknown API error occurred."
msgstr "Ett okänt API-fel inträffade."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr ""
@@ -184,8 +184,7 @@ msgid "Band"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "802.11n/ac/ax-läge"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -221,17 +220,17 @@ msgstr "auto"
msgid "Enable Guest Wi-Fi"
msgstr "Aktivera Wi-Fi för Gäst"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
#, fuzzy
msgid "Show QR code"
msgstr "QR-kod för Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "QR-kod för Wi-Fi"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "Ladda ner PDF"
@@ -319,44 +318,19 @@ msgstr "802.11ac - 80 MHz bred kanal"
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ac - 160 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - 20 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - 40 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ac - 80 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ac - 160 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - 20 MHz bred kanal"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "Endast WPA3"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr ""
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "Endast WPA2"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -364,32 +338,31 @@ msgstr ""
"SSID som innehåller icke-standardiserade tecken kan orsaka problem i en "
"del enheter."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr ""
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
#: src/common/WiFiSettings/constants.js:48
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
#: src/common/WiFiSettings/constants.js:51
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -398,13 +371,12 @@ msgid ""
"tab."
msgstr ""
#: src/common/WiFiSettings/constants.js:57
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
#: src/form/components/ForisForm.js:121
@@ -415,15 +387,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr ""
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr ""
#: src/form/components/SubmitButton.js:40
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr ""
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "Spara"
@@ -566,39 +538,3 @@ msgstr ""
#~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Är du säker på att du vill starta om routern?"
#~ msgid "Load settings"
#~ msgstr ""
#~ 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 ""
#~ msgid ""
#~ "Change this to adjust 802.11n/ac/ax mode"
#~ " of operation. 802.11n with 40 MHz"
#~ " wide channels can yield higher "
#~ "throughput but can cause more "
#~ "interference in the network. If you "
#~ "don't know what to choose, use the"
#~ " default option with 20 MHz wide "
#~ "channel."
#~ msgstr ""
#~ 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 ""

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Foris JS 6.5.0\n"
"Report-Msgid-Bugs-To: tech.support@turris.cz\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
"PO-Revision-Date: 2025-04-25 15:07+0000\n"
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2025-03-19 13:25+0000\n"
"Last-Translator: தமிழ்நேரம் <anishprabu.t@gmail.com>\n"
"Language: ta\n"
"Language-Team: Tamil <https://hosted.weblate.org/projects/turris/foris-"
@@ -36,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "அறியப்படாத பநிஇ பிழை ஏற்பட்டது."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88
#: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close"
msgstr "மூடு"
@@ -50,11 +50,11 @@ msgstr "நகலெடு"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster."
msgstr "மதிப்பை அதிகரி. குறிப்பு: வேகமாக அதிகரிக்க அழுத்திப் பிடி."
msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "மதிப்பைக் குறை. குறிப்பு: வேகமாகக் குறைக்க அழுத்திப் பிடி."
msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
msgid "Action successful."
@@ -74,19 +74,19 @@ msgstr "உறுதிப்படுத்தவும்"
#: src/common/RichTable/RichTable.js:87
msgid "Search…"
msgstr "தேடு…"
msgstr ""
#: src/common/RichTable/RichTableBody.js:50
msgid "No results."
msgstr "முடிவுகள் இல்லை."
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns"
msgstr "நெடுவரிசைகள்"
msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset"
msgstr "மீட்டமை"
msgstr ""
#: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending"
@@ -166,7 +166,7 @@ msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:97
#, python-brace-format
msgid "Wi-Fi ${deviceID + 1}"
msgstr "கம்பிஇலா ${deviceID + 1}"
msgstr "Wi-fi $ {deviceID + 1}"
#: src/common/WiFiSettings/WiFiForm.js:132
#: src/common/WiFiSettings/WiFiGuestForm.js:80
@@ -179,11 +179,10 @@ msgstr "SSID ஐ மறைக்கவும்"
#: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band"
msgstr "இசைக்குழு"
msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy
msgid "802.11n/ac/ax/be mode"
msgid "802.11n/ac/ax mode"
msgstr "802.11n/ac/ax பயன்முறை"
#: src/common/WiFiSettings/WiFiForm.js:199
@@ -219,16 +218,16 @@ msgstr "தனிப்பயன்"
msgid "Enable Guest Wi-Fi"
msgstr "விருந்தினர் வைஃபை இயக்கவும்"
#: src/common/WiFiSettings/WiFiQRCode.js:40
#: src/common/WiFiSettings/WiFiQRCode.js:41
#: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code"
msgstr "QR குறியீட்டைக் காட்டு"
#: src/common/WiFiSettings/WiFiQRCode.js:67
#: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code"
msgstr "வைஃபை கியூஆர் குறியீடு"
#: src/common/WiFiSettings/WiFiQRCode.js:98
#: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF"
msgstr "PDF ஐ பதிவிறக்கவும்"
@@ -282,8 +281,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac - 80 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac - 80+80 மெகா எர்ட்ச் அகல சேனல்"
msgstr "802.11ac - 80 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel"
@@ -302,51 +302,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax - 80 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax - 80+80 மெகா எர்ட்ச் அகல சேனல்"
msgstr "802.11ax - 80 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax - 160 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:22
#, fuzzy
msgid "802.11be - 20 MHz wide channel"
msgstr "802.11n - 20 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:23
#, fuzzy
msgid "802.11be - 40 MHz wide channel"
msgstr "802.11n - 40 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:24
#, fuzzy
msgid "802.11be - 80 MHz wide channel"
msgstr "802.11ax - 80 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:25
#, fuzzy
msgid "802.11be - 160 MHz wide channel"
msgstr "802.11ax - 160 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:26
#, fuzzy
msgid "802.11be - 320 MHz wide channel"
msgstr "802.11n - 20 மெகா எர்ட்ச் அகல சேனல்"
#: src/common/WiFiSettings/constants.js:34
#: src/common/WiFiSettings/constants.js:29
msgid "WPA3 only"
msgstr "WPA3 மட்டும்"
#: src/common/WiFiSettings/constants.js:35
#: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA2 உடன் WPA2 குறைவடையும் (இயல்புநிலை)"
msgstr "WPA2 WPA2 உடன் குறைவடையும் (இயல்புநிலை)"
#: src/common/WiFiSettings/constants.js:36
#: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only"
msgstr "WPA2 மட்டும்"
#: src/common/WiFiSettings/constants.js:39
#: src/common/WiFiSettings/constants.js:34
msgid ""
"SSID which contains non-standard characters could cause problems on some "
"devices."
@@ -354,25 +330,22 @@ msgstr ""
"தரமற்ற எழுத்துக்களைக் கொண்ட SSID சில சாதனங்களில் சிக்கல்களை "
"ஏற்படுத்தக்கூடும்."
#: src/common/WiFiSettings/constants.js:42
#: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "WPA2/3 முன் பகிரப்பட்ட விசை, இது பிணையத்துடன் இணைக்க வேண்டும்."
#: src/common/WiFiSettings/constants.js:45
#: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks."
msgstr ""
"அமைக்கப்பட்டால், கிடைக்கக்கூடிய நெட்வொர்க்குகளுக்கு ச்கேன் செய்யும் போது "
"பிணையம் தெரியவில்லை."
#: src/common/WiFiSettings/constants.js:48
#, fuzzy
#: src/common/WiFiSettings/constants.js:43
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. The 6 GHz band is an even newer "
"standard and is currently supported only by a limited set of devices. As "
"it is not widely used now, it has only very little interference."
"signal does not carry so well indoors."
msgstr ""
"2.4 சிகாஎர்ட்ச் இசைக்குழு வாடிக்கையாளர்களால் மிகவும் பரவலாக "
"ஆதரிக்கப்படுகிறது, ஆனால் அதிக குறுக்கீடு உள்ளது. 5 சிகாஎர்ட்ச் இசைக்குழு "
@@ -380,12 +353,12 @@ msgstr ""
"போகலாம். இது பொதுவாக குறைவான குறுக்கீட்டைக் கொண்டுள்ளது, ஆனால் சமிக்ஞை "
"வீட்டிற்குள் அவ்வளவு சிறப்பாகச் செல்லாது."
#: src/common/WiFiSettings/constants.js:51
#, fuzzy
#: src/common/WiFiSettings/constants.js:46
msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
"can yield higher throughput but can cause more interference in the "
"network. If you don't know what to choose, use the default option."
"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/AX செயல்பாட்டு முறை சரிசெய்ய இதை மாற்றவும். 40 மெகா எர்ட்ச் "
"அகலமான சேனல்களைக் கொண்ட 802.11n அதிக செயல்திறனை அளிக்கும், ஆனால் "
@@ -393,7 +366,7 @@ msgstr ""
"உங்களுக்குத் தெரியாவிட்டால், இயல்புநிலை விருப்பத்தை 20 மெகா எர்ட்ச் அகல "
"சேனலுடன் பயன்படுத்தவும்."
#: src/common/WiFiSettings/constants.js:54
#: src/common/WiFiSettings/constants.js:49
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 "
@@ -407,14 +380,12 @@ msgstr ""
"இடைமுகத்தையும் அணுக அனுமதிக்கப்படவில்லை. விருந்தினர் நெட்வொர்க்கின் "
"அளவுருக்கள் விருந்தினர் பிணையம் தாவலில் அமைக்கப்படலாம்."
#: src/common/WiFiSettings/constants.js:57
#, fuzzy
#: src/common/WiFiSettings/constants.js:52
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. The 6 GHz band supports "
"only WPA3."
"connecting older devices, try to enable WPA2."
msgstr ""
"WPA3 தரநிலை என்பது புதிய மிகவும் பாதுகாப்பான குறியாக்க முறையாகும், அதை "
"ஆதரிக்கும் எந்தவொரு சாதனத்துடனும் பயன்படுத்த பரிந்துரைக்கப்படுகிறது. WPA3"
@@ -431,16 +402,15 @@ msgstr ""
"நீங்கள் செய்த மாற்றங்கள் சேமிக்கப்படாமல் போகலாம். நீங்கள் நிச்சயமாக "
"வெளியேற விரும்புகிறீர்களா?"
#: src/form/components/SubmitButton.js:37
#: src/form/components/SubmitButton.js:34
msgid "Updating"
msgstr "புதுப்பித்தல்"
#: src/form/components/SubmitButton.js:40
#, fuzzy
msgid "Loading"
#: src/form/components/SubmitButton.js:37
msgid "Load settings"
msgstr "அமைப்புகளை ஏற்றவும்"
#: src/form/components/SubmitButton.js:43
#: src/form/components/SubmitButton.js:40
msgid "Save"
msgstr "சேமி"